@charset "utf-8";
.fkgw-inner{
	width: 90%;
	margin: 0 auto;
	position: relative;
}
/*==================================================================================================*/
/*front-page*/
.fkgw-fv{
	padding-left: 30px;
	position: relative;
}
/* Slider */
.fkgw-fv .slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.fkgw-fv .slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.fkgw-fv .slick-list:focus{
    outline: none;
}
.fkgw-fv .slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.fkgw-fv .slick-slider .slick-track,
.fkgw-fv .slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.fkgw-fv .slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.fkgw-fv .slick-track:before,
.fkgw-fv .slick-track:after{
    display: table;
    content: '';
}
.fkgw-fv .slick-track:after{
    clear: both;
}
.fkgw-fv .slick-loading .slick-track{
    visibility: hidden;
}
.fkgw-fv .slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.fkgw-fv .slick-slide img{
    display: block;
}
.fkgw-fv .slick-slide.slick-loading img{
    display: none;
}
.fkgw-fv .slick-slide.dragging img{
    pointer-events: none;
}
.fkgw-fv .slick-initialized .slick-slide{
    display: block;
}
.fkgw-fv .slick-loading .slick-slide{
    visibility: hidden;
}
.fkgw-fv .slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.fkgw-fv .slick-arrow.slick-hidden {
    display: none;
}
/* Dots */
.fkgw-fv .slick-dots{
    position: absolute;
    bottom: 16px;
    right: 23px;
    display: flex;
	justify-content: center;
    width: fit-content;
	height: fit-content;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.fkgw-fv .slick-dots li{
    display: block;
    width: fit-content;
    height: fit-content;
    padding: 0 4px;
    cursor: pointer;
}
.fkgw-fv .slick-dots li button{
    display: block;
    width: 100px;
    height: 4px;
	padding: 0;
    cursor: pointer;
    color: transparent;
	background: rgba(217,217,217,0.70);
	border: 0;
}
.fkgw-fv .slick-dots li.slick-active button{
	background:rgba(95,174,73,0.70);
}
.fkgw-fv .slick-dots li button:hover,
.fkgw-fv .slick-dots li button:focus{
    outline: none;
}
.fkgw-fv .slick-dots li button:hover:before,
.fkgw-fv .slick-dots li button:focus:before{
    opacity: 1;
}
/**/
.fkgw-fvSlider{
	margin-bottom: 20px;
}
.fkgw-fvSlider a,
.fkgw-fvSlider img{
	display: block;
	aspect-ratio: 1.4 / 1;
	border-radius: 50px 0 0 50px;
	object-fit: cover;
	overflow: hidden;
}
.fkgw-fvSlider a img{
	width: 100%;
	height: 100%;
}
@media (min-width: 769px) and (max-width: 1279px) {
	.fkgw-fv{
		padding-left: 2.344vw;
	}
	/* Slider */
	.fkgw-fv .slick-slide{
		min-height: 0.078vw;
	}
	/* Dots */
	.fkgw-fv .slick-dots{
		bottom: 1.25vw;
		right: 1.797vw;
	}
	.fkgw-fv .slick-dots li{
		padding: 0 0.313vw;
	}
	.fkgw-fv .slick-dots li button{
		width: 7.813vw;
		height: 0.313vw;
	}
	/**/
	.fkgw-fvSlider{
		margin-bottom: 1.563vw;
	}
	.fkgw-fvSlider a,
	.fkgw-fvSlider img{
		border-radius: 3.906vw 0 0 3.906vw;
	}
}
@media screen and (max-width: 768px) {
	.fkgw-fvHead{
		display: none;
	}
	.fkgw-fv{
		width: 94%;
		padding-left: 0;
		margin: 0 auto;
	}
	/* Dots */
	.fkgw-fv .slick-dots{
		position: absolute;
		bottom: 25px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
	.fkgw-fv .slick-dots li button{
		width: 30px;
		height: 2px;
	}
	.fkgw-fvSlider{
		margin-top: 80px;
	}
	.fkgw-fvSlider a,
	.fkgw-fvSlider img{
		display: block;
		aspect-ratio: 1 / 1.3;
		border-radius: 10px;
	}
}
/*フリーwifi-マンホールカード-SNS*/
.fkgw-cta.fkgw-sp{
	display: none;
}
.fkgw-fvinfo{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: calc( 100% - 60px );
	max-width: 1069px;
	padding: 0 15px;
	margin: 0 auto;
}
.fkgw-fvinfo .fkgw-banner{
	display: block;
	width: 360px;
	transition: .5s;
}
.fkgw-fvinfo a.fkgw-banner:hover{
	opacity: .7;
}
.fkgw-fvinfo .fkgw-banner img{
	width: 100%;
	height: auto;
}
/**/
.fkgw-scroll{
	display: flex;
    align-items: center;
    width: 148px;
    height: 10px;
    font-size: 11px;
    letter-spacing: 0.25em;
    color: #9E6E33;
    position: absolute;
    bottom: 69px;
    left: -59px;
    transform: rotate(90deg);
}
.fkgw-scroll::after{
	display: block;
	content: "";
	width: 92px;
	height: 0;
	border-bottom: dashed 1px #9E6E33;
	margin-left: 10px;
}
.fkgw-scroll::before{
	display: block;
	content: "";
	height: 3px;
	background: #FFF;
	position: absolute;
	right: 0;
	animation: border_anim 2s ease-in 1s infinite forwards running;
}
@keyframes border_anim {
	0%{
		width: 100px;
		opacity: 0;
	}
	10%{
		opacity: 1;
	}
	90%{
		width: 0;
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@media (min-width: 769px) and (max-width: 1279px) {
	.fkgw-fvinfo{
		width: calc( 100% - 4.688vw );
		padding: 0 1.172vw;
		margin-left: 2.344vw;
	}
	.fkgw-fvinfo .fkgw-banner{
		width: 24.297vw;
	}
	/**/
	.fkgw-scroll{
		width: 11.563vw;
		height: 0.781vw;
		font-size: 0.859vw;
		bottom: 5.391vw;
		left: -4.609vw;
	}
	.fkgw-scroll::after{
		width: 7.187vw;
		margin-left: 0.781vw;
	}
	.fkgw-scroll::before{
		height: 0.234vw;
	}
	@keyframes border_anim {
		0%{
			width: 7.813vw;
			opacity: 0;
		}
		10%{
			opacity: 1;
		}
		90%{
			width: 0;
			opacity: 1;
		}
		100%{
			opacity: 0;
		}
	}
}
@media screen and (max-width: 768px) {
	.fkgw-scroll{
		display: none;
	}
	.fkgw-cta.fkgw-sp{
		display: flex;
		width: 94%;
		margin: 0 auto;
		margin-bottom: 12px;
	}
	.fkgw-fvinfo{
		width: 94%;
		max-width: 392px;
		padding: 0;
	}
	.fkgw-fvinfo .fkgw-banner{
		width: 100%;
		margin-right: 0;
	}
	.fkgw-fvinfo .fkgw-banner + .fkgw-sns{
		margin-top: 10px;
	}
}
/*==================================================================================================*/
/*news&calendar-お知らせ&カレンダー*/
.fkgw-contentblock{
	max-width: 1069px;
	padding-top: 120px;
	margin: 0 auto;
	margin-bottom: 160px;
}
.fkgw-contentblock .fkgw-inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.fkgw-contentblock h2{
	width: 100%;
	font-family: "Noto Sans JP";
	font-size: 80px;
	font-weight: 700;
	line-height: 1;
	color: #DDAF29;
	margin-bottom: -140px;
}
.fkgw-news{
	width: 441px;
}
.fkgw-calendar{
	width: 456px;
}
.fkgw-calendar.fkgw-sp{
	display: none;
}
.fkgw-news ul{
	margin-bottom: 18px;
}
.fkgw-news ul li{
	border-bottom: solid 1px #BBE2B0;
}
.fkgw-news ul li a{
	display: flex;
	align-content: flex-start;
	justify-content: space-between;
	padding: 12px 0;
	transition: .5s;
	opacity: 1;
}
.fkgw-news ul li a:hover{
	opacity: .7;
}
.fkgw-news ul li:not(:last-child){
	margin-bottom: 2px;
}
.fkgw-news ul li p:nth-child(1){
	width: 63px;
	font-family: "Noto Sans JP";
	font-size: 10px;
	color: #879980;
}
.fkgw-news ul li p:nth-child(2){
	display: block;
	width: 60px;
	height: 21px;
	font-family: "Noto Sans JP";
	font-size: 12px;
	text-align: center;
	color: #FFF;
	border-radius: 3px;
	margin-right: 14px;
}
.fkgw-news ul li .fkgw-tag01{
	background: #9DC814;
}
.fkgw-news ul li .fkgw-tag02{
	background: #DDAF29;
}
.fkgw-news ul li .fkgw-tag03{
	background: #406EC9;
}
.fkgw-news ul li h3{
	width: calc( 100% - 63px - 74px );
	font-family: "Noto Sans JP";
	font-size: 16px;
	color: #505050;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fkgw-calendar img{
	width: 100%;
	height: auto;
}
@media (min-width: 769px) and (max-width: 1279px) {
	.fkgw-contentblock{
		padding-top: 9.375vw;
		margin-bottom: 12.5vw;
	}
	.fkgw-news{
		width: 34.453vw;
	}
	.fkgw-calendar{
		width: 35.625vw;
	}
	.fkgw-contentblock h2{
		font-size: 6.25vw;
		margin-bottom: 1.953vw;
	}
	.fkgw-news ul{
		margin-bottom: 1.406vw;
	}
	.fkgw-news ul li a{
		padding: 0.938vw 0;
	}
	.fkgw-news ul li:not(:last-child){
		margin-bottom: 0.156vw;
	}
	.fkgw-news ul li p:nth-child(1){
		width: 4.922vw;
		font-size: 0.781vw;
	}
	.fkgw-news ul li p:nth-child(2){
		width: 4.688vw;
		height: 1.641vw;
		font-size: 0.938vw;
		border-radius: 0.234vw;
		margin-right: 1.094vw;
	}
	.fkgw-news ul li h3{
		width: calc( 100% - 4.922vw - 5.781vw );
		font-size: 1.25vw;
	}
}
@media screen and (max-width: 768px) {
	.fkgw-contentblock{
		max-width: 560px;
		padding-top: 40px;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 40px;
	}
	.fkgw-news{
		width: 100%;
	}
	.fkgw-calendar{
		width: 100%;
	}
	.fkgw-calendar.fkgw-sp{
		display: block;
	}
	.fkgw-contentblock h2{
		font-size: 56px;
		margin-bottom: -46px;
		z-index: 2;
	}
	.fkgw-news ul{
		margin-bottom: 18px;
	}
	.fkgw-news ul li{
		border-bottom: solid 1px #BBE2B0;
	}
	.fkgw-news ul li a{
		display: flex;
		align-content: flex-start;
		justify-content: space-between;
		padding: 12px 0;
		transition: .5s;
	}
	.fkgw-news ul li a:hover{
		opacity: .7;
	}
	.fkgw-news ul li:not(:last-child){
		margin-bottom: 2px;
	}
	.fkgw-news ul li p:nth-child(1){
		width: 48px;
	}
	.fkgw-news ul li p:nth-child(2){
		font-size: 10px;
		width: 50px;
		height: 16px;
		margin-right: 7px;
	}
	.fkgw-news ul li h3{
		width: calc( 100% - 48px - 57px );
		font-size: 12px;
	}
	.fkgw-calendar{
		display: none;
	}
}
/*==================================================================================================*/
/*about-深川の魅力が詰まった道の駅*/
.fkgw-about{
	max-width: 1069px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.fkgw-about .fkgw-inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.fkgw-about .fkgw-inner img{
	width: 484px;
}
.fkgw-about .fkgw-inner div{
	width: 428px;
}
.fkgw-about .fkgw-inner div h2{
	font-family: "Noto Sans JP";
	font-size: 28px;
	font-weight: 700;
	color: #9E6E33;
	margin-bottom: 20px;
}
.fkgw-about .fkgw-inner div p{
	font-family: "Noto Sans JP";
	font-size: 16px;
	letter-spacing: 0.3em;
	line-height: 2.5;
}
@media (min-width: 769px) and (max-width: 1279px) {
	.fkgw-about{
		margin-bottom: 3.906vw;
	}
	.fkgw-about .fkgw-inner img{
		width: 37.813vw;
	}
	.fkgw-about .fkgw-inner div{
		width: 33.438vw;
	}
	.fkgw-about .fkgw-inner div h2{
		font-size: 2.188vw;
		margin-bottom: 1.563vw;
	}
	.fkgw-about .fkgw-inner div p{
		font-size: 1.25vw;
	}
}
@media screen and (max-width: 768px) {
	.fkgw-about{
		max-width: 560px;
		margin-bottom: 50px;
	}
	.fkgw-about .fkgw-inner img{
		width: 100%;
		margin-bottom: 20px;
	}
	.fkgw-about .fkgw-inner div{
		width: 100%;
	}
	.fkgw-about .fkgw-inner div h2{
		font-size: 23px;
		text-align: center;
		margin-bottom: 10px;
	}
}
/*==================================================================================================*/
/*共通*/
.fkgw-contentlist{
	max-width: 1069px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.fkgw-contentlist .fkgw-inner{
	overflow: visible;
	margin: 0 auto;
}
.fkgw-contentlist ul li{
	position: relative;
}
.fkgw-contentlist ul li div{
	width: fit-content;
}
.fkgw-contentlist ul li div h3{
	font-family: "Noto Sans JP";
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
	color: #9E6E33;
	margin-bottom: 10px;
}
.fkgw-contentlist ul li div p{
	font-family: "Noto Sans JP";
	font-size: 16px;
	letter-spacing: 0.3em;
	line-height: 2.5;
	color: #411E07;
	margin-bottom: 15px;
}
/*各ブロックサイズ*/
.fkgw-contentlist ul li:nth-child(1){
	height: 650px;
}
.fkgw-contentlist ul li:nth-child(2){
	height: 933px;
}
.fkgw-contentlist ul li:nth-child(3){
	height: 613px;
	margin-top: -80px;
}
.fkgw-contentlist ul li:nth-child(4){
	height: 613px;
	margin-top: -140px;
}
/*米あしらい*/
.fkgw-contentlist ul li img{
	display: block;
	position: absolute;
}
.fkgw-contentlist ul li img:nth-child(1){
	width: 260px;
	top: 0;
	z-index: 1;
}
.fkgw-contentlist ul li:nth-child(1) img:nth-child(1),
.fkgw-contentlist ul li:nth-child(4) img:nth-child(1){
	right: 0;
}
.fkgw-contentlist ul li:nth-child(2) img:nth-child(1){
	margin-bottom: 50px;
	position: relative;
}
/*テキストブロック*/
.fkgw-contentlist ul li:nth-child(1) div{
	padding: 120px 0 0;
}
.fkgw-contentlist ul li:nth-child(3) div{
	padding: 240px 100px 0 0;
	margin: 0 0 0 auto;
}
.fkgw-contentlist ul li:nth-child(4) div{
	padding: 400px 0 0;
	position: relative;
	left: 150px;
}
/*各画像*/
.fkgw-contentlist ul li:nth-child(1) img:nth-child(2){
	width: 642px;
	right: 60px;
	bottom: -40px;
}
.fkgw-contentlist ul li:nth-child(2) img:nth-child(2){
	width: 766px;
	top: 85px;
	right: -265px;
}
.fkgw-contentlist ul li:nth-child(2) img:nth-child(3){
	width: 464px;
	left: 205px;
	bottom: 0;
}
.fkgw-contentlist ul li:nth-child(3) img:nth-child(2){
	width: 630px;
    top: 145px;
    left: -120px;
}
.fkgw-contentlist ul li:nth-child(4) img:nth-child(2){
	width: 440px;
	top: 195px;
    right: 10px;
}
@media (min-width: 769px) and (max-width: 1279px) {
	.fkgw-contentlist{
		margin-bottom: 7.813vw;
	}
	.fkgw-contentlist ul li div h3{
		font-size: 2.188vw;
		margin-bottom: 0.781vw;
	}
	.fkgw-contentlist ul li div p{
		font-size: 1.25vw;
		margin-bottom: 1.172vw;
	}
	/*各ブロックサイズ*/
	.fkgw-contentlist ul li:nth-child(1){
		height: 50.781vw;
	}
	.fkgw-contentlist ul li:nth-child(2){
		height: 72.891vw;
	}
	.fkgw-contentlist ul li:nth-child(3){
		height: 47.891vw;
		margin-top: -6.25vw;
	}
	.fkgw-contentlist ul li:nth-child(4){
		height: 47.891vw;
		margin-top: -10.937vw;
	}
	/*米あしらい*/
	.fkgw-contentlist ul li img:nth-child(1){
		width: 20.313vw;
	}
	.fkgw-contentlist ul li:nth-child(2) img:nth-child(1){
		margin-bottom: 3.906vw;
	}
	/*テキストブロック*/
	.fkgw-contentlist ul li:nth-child(1) div{
		padding: 9.375vw 0 0;
	}
	.fkgw-contentlist ul li:nth-child(3) div{
		padding: 18.75vw 7.813vw 0 0;
	}
	.fkgw-contentlist ul li:nth-child(4) div{
		padding: 31.25vw 0 0;
		left: 11.719vw;
	}
	/*各画像*/
	.fkgw-contentlist ul li:nth-child(1) img:nth-child(2){
		width: 50.156vw;
		right: 4.688vw;
		bottom: -3.125vw;
	}
	.fkgw-contentlist ul li:nth-child(2) img:nth-child(2){
		width: 59.844vw;
		top: 6.641vw;
		right: -20.703vw;
	}
	.fkgw-contentlist ul li:nth-child(2) img:nth-child(3){
		width: 36.25vw;
		left: 16.016vw;
		bottom: 0;
	}
	.fkgw-contentlist ul li:nth-child(3) img:nth-child(2){
		width: 49.219vw;
		top: 11.328vw;
		left: -9.375vw;
	}
	.fkgw-contentlist ul li:nth-child(4) img:nth-child(2){
		width: 34.375vw;
		top: 15.234vw;
		right: 0.781vw;
	}
}
@media screen and (max-width: 768px) {
	.fkgw-contentlist{
		max-width: 420px;
		margin-bottom: 20px;
	}
	/*各ブロックサイズ*/
	.fkgw-contentlist ul li:nth-child(1),
	.fkgw-contentlist ul li:nth-child(2),
	.fkgw-contentlist ul li:nth-child(3),
	.fkgw-contentlist ul li:nth-child(4){
		height: auto;
		margin-top: 0;
		margin-bottom: 40px;
	}
	.fkgw-contentlist ul li:nth-child(2){
		margin-bottom: 140px;
	}
	/*米あしらい*/
	.fkgw-contentlist ul li img:nth-child(1){
		width: 113px;
		position: relative;
		top: 0;
		z-index: 1;
	}
	.fkgw-contentlist ul li:nth-child(1) img:nth-child(1),
	.fkgw-contentlist ul li:nth-child(4) img:nth-child(1){
		right: auto;
		left: 0;
	}
	.fkgw-contentlist ul li:nth-child(2) img:nth-child(1){
		margin-bottom: 0;
	}
	/*テキストブロック*/
	.fkgw-contentlist ul li div{
		width: 100%;
	}
	.fkgw-contentlist ul li:nth-child(1) div{
		padding: 200px 0 0;
	}
	.fkgw-contentlist ul li:nth-child(2) div{
		padding: 60px 0 0;
	}
	.fkgw-contentlist ul li:nth-child(3) div{
		padding: 130px 0 0;
		right: 0;
	}
	.fkgw-contentlist ul li:nth-child(4) div{
		padding: 80px 0 0;
		left: 0;
	}
	/*各画像*/
	.fkgw-contentlist ul li:nth-child(1) img:nth-child(2){
		width: 390px;
		right: -80px;
		bottom: auto;
		top: 0;
	}
	.fkgw-contentlist ul li:nth-child(2) img:nth-child(2){
		width: 280px;
		top: -50px;
		right: -40px;
	}
	.fkgw-contentlist ul li:nth-child(2) img:nth-child(3){
		width: 250px;
		left: -40px;
		bottom: -160px;
	}
	.fkgw-contentlist ul li:nth-child(3) img:nth-child(2){
		width: 320px;
        top: -25px;
        left: auto;
        right: -50px;
	}
	.fkgw-contentlist ul li:nth-child(4) img:nth-child(2){
		width: 280px;
		top: -60px;
		right: -50px;
	}
}
/*==================================================================================================*/
/*PHOTO CONTEST*/
article.fkgw-inner{
	max-width: 1069px;
	margin: 0 auto;
	margin-bottom: 100px;
}
article.fkgw-inner a{
	transition: .5s;
}
article.fkgw-inner a:hover{
	opacity: .7;
}
article.fkgw-inner img{
	width: 100%;
	height: auto;
}
@media (min-width: 769px) and (max-width: 1279px) {
	article.fkgw-inner{
		margin-bottom: 7.813vw;
	}
}
@media screen and (max-width: 768px) {
	article.fkgw-inner{
		width: 100%;
		margin-bottom: 50px;
	}
}
/*==================================================================================================*/
/*floormap-フロアマップ*/
.fkgw-floormap{
	max-width: 1069px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.fkgw-floormap h2{
	font-family: "Noto Sans JP";
	font-size: 160px;
	line-height: 1;
	text-align: center;
	color: #DDAF29;
	margin-bottom: 20px;
}
.fkgw-floormap img{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.fkgw-floormap .fkgw-btn{
	margin: 0 auto;
}
@media (min-width: 769px) and (max-width: 1279px) {
	.fkgw-floormap{
		padding-bottom: 7.813vw;
	}
	.fkgw-floormap h2{
		font-size: 12.5vw;
		margin-bottom: 1.563vw;
	}
	.fkgw-floormap img{
		margin-bottom: 3.125vw;
	}
}
@media screen and (max-width: 768px) {
	.fkgw-floormap{
		max-width: 560px;
		padding-bottom: 80px;
	}
	.fkgw-floormap h2{
		font-size: 60px;
		text-align: left;
		margin-bottom: -30px;
	}
	.fkgw-floormap img{
		margin-bottom: 10px;
	}
}


@media screen and (max-width: 768px) {
    /* 修正前（これだと効かない）: .fkgw-fvSlider .slick-slide[data-slick-index="0"] img */
    
    /* 修正後: imgタグ自体が index="0" を持っているので、こう書きます */
    .fkgw-fvSlider img[data-slick-index="0"] {
        object-position: 80% center !important;
    }
}

.fkgw-tag-news{
	background: #DDAF29;
}
.fkgw-tag-event{
	background: #9DC814;
}
.fkgw-tag-closing{
	background: #406EC9;
}



/* --------------------------------------------------
   カレンダーエリア全体
-------------------------------------------------- */
.fkgw-calendar-wrapper {
    background: #fff;
    border-radius: 10px;
    text-align: right; /* これにより日付数字は「右側」に寄ります */
}

/* タイトルエリア */
.fkgw-calendar-title {
    margin-bottom: 15px;
    font-weight: bold;
    color: #879980;
}

/* 年 (2025) */
.fkgw-calendar-title .fkgw-year {
    font-size: 18px; /* 少し小さくするなど */
    font-weight: normal;
}

/* 月 (12) */
.fkgw-calendar-title .fkgw-month {
    font-size: 36px; /* 大きく強調するなど */
    font-weight: bold;
}

/* テーブルレイアウト */
.fkgw-calendar-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

/* 曜日ヘッダー */
.fkgw-calendar-table th {
    font-size: 13px;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
    font-weight: normal;
    background: #C0C0C0;
}
.fkgw-calendar-table th.sat { color: #5aaad6; }
.fkgw-calendar-table th.sun { color: #e66a6a; }

/* 日付セル */
.fkgw-calendar-table td {
    height: 70px;
    font-size: 16px;
    color: #636363;
    
    /* 数字の位置調整（右下） */
    vertical-align: bottom; 
    
    border: 1px solid #D9D9D9;
    position: relative; /* 丸を絶対配置するための基準 */
    padding: 7px;
}

/* 今日の日付のデザイン */
.fkgw-calendar-table td.is-today .day-number {
    color: #DDAF29;
	font-weight: bold;
    border-radius: 50%;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center; /* 丸の中で数字を中央揃え */
}

/* 空白セル */
.fkgw-calendar-table td.empty {
    background: transparent;
}

/* --------------------------------------------------
   イベントマーカー（丸）のデザイン
-------------------------------------------------- */

/* ドットのコンテナ（左上に配置） */
.fkgw-calendar-dots {
    display: flex;
    position: absolute;
    top: 6px;  /* 上からの余白 */
    left: 6px; /* 左からの余白 */
    z-index: 10;
}

/* 丸のスタイル（影付き・重なり） */
.calendar-dot {
    display: block;
    width: 24px;   /* 少し大きめにして見やすく */
    height: 24px;
    border-radius: 50%;
    
    /* 影をつける */
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    
    /* 白フチをつけて重なりを綺麗に見せる */
    border: 1px solid #fff;
    
    /* 左に少し食い込ませて重ねる */
    margin-left: -10px; 
    
    /* 色は .fkgw-tag-news などのクラスでつきます */
}

/* 最初の1個目は食い込ませない */
.calendar-dot:first-child {
    margin-left: 0;
}

/* --------------------------------------------------
   丸の色指定（念のため再掲）
-------------------------------------------------- */
.fkgw-tag-news { background: #DDAF29; }
.fkgw-tag-event { background: #9DC814; }
.fkgw-tag-closing { background: #406EC9; }
/* その他デフォルト */
.fkgw-tag-default { background: #ccc; }



@media screen and (max-width: 768px) {
	.calendar-dot {
		width: 18px;   /* 少し大きめにして見やすく */
		height: 18px;
		margin-left: -10px; 
	}

}


.fkgw-en .fkgw-about .fkgw-inner div p,
.fkgw-en .fkgw-contentlist ul li div p{
	letter-spacing: 0;

}

.fkgw-en .fkgw-contentlist ul li div h3{
	font-size: 26px;
}

.fkgw-en .fkgw-nav li a {
    letter-spacing: -0.2em;
}


@media screen and (max-width: 768px) {

.fkgw-about .fkgw-inner div p,
.fkgw-contentlist ul li div p{
	letter-spacing: 0.1em;
}

.fkgw-contentlist ul li:nth-child(2) img:nth-child(3){
	display: none;
}
.fkgw-contentlist ul li:nth-child(2) {
	margin-bottom: 60px;
}

}