@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@900&display=swap');
html {
	font-size: 62.5%;
	overflow: auto;
}
body {
	overflow: hidden;
}
#wrapper, #header, #footer {
	min-width: inherit;
}
#contents {
	padding: 0;
	width: 100%;
}
#header {
	box-shadow: none;
}
#footerIn img {
	border: none;
}
.pageTop {
	display: none;
}
.onlySP {
	display: none;
}
#ct_bg {
	background: #FFBBCB;
	background-size: 30px;
	color: #000;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Osaka, sans-serif;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: .07em;
}
#ct_bg a {
	color: #000;
}
#ct_bg img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}
#ct_bg .imgOver01 img {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
#ct_bg .imgOver01 a:hover img {
	opacity: .6;
}
#ct_bg .center {
	text-align: center !important;
}
#ct_bg .right {
	text-align: right !important;
}
.asterisk {
	font-family: 'Liberation Serif', 'Noto Sans CJK JP', 'TakaoGothic', 'VL Gothic', 'Yu Gothic', 'MS Gothic', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Osaka-Mono', 'Noto Sans JP', Monospace;
}
#ct_bg .wrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#ct_bg .wrap01.bC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#ct_bg .wrap01.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#ct_bg .wrap01.aC {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#ct_bg .headTitleArea01 {
	position: relative;
	background: #9bd5db;
	color: #000;
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
	padding: 15px 0 1px;
}
#ct_bg .footer01 {
	text-align: center;
	position: relative;
	padding-bottom: 30px;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	background: #fde2e9 url("../img/bg_chiikawa01_pc.svg") no-repeat 50% 100%;
}
#ct_bg .footer01 .img01 {
	width: 620px;
	margin: 0 auto 33px;
}
#ct_bg .copyrights01 {
	text-align: center;
	font-size: 1.4rem;
}
#ct_bg .pagetop01 {
	position: absolute;
	bottom: 20px;
	right: -200px;
	z-index: 100;
	width: 227px;
}
#ct_bg .pageIcon01 {
	position: fixed;
	top: -2143px;
	left: 50%;
	margin-left: 570px;
	width: 72px;
	height: 2143px;
	background: url(../img/icon_sumikko02.png) no-repeat left top;
}
#ct_bg .contents01 {
	position: relative;
	margin: 0 auto 0;
}
#ct_bg .btn01 {
	display: table;
	text-align: left;
	position: relative;
}
#ct_bg .btn01 a {
	min-width: 323px;
	display: block;
	text-decoration: none;
	border: 2px solid #000;
	padding: 3px;
	background: #F387A0 url("../img/ic_chiikawa03.png") no-repeat calc(100% - 19px) 50% / 40px;
	border-radius: 160px;
	position: relative;
}
#ct_bg .btn01.type02 a {
	background: #76C6CE url("../img/ic_chiikawa04.png") no-repeat calc(100% - 19px) 50% / 40px;
}
#ct_bg .btn01 a.reserve {
	background: #76C6CE url("../img/ic_chiikawa05.png") no-repeat calc(100% - 19px) 50% / 40px;
}
#ct_bg .btn01 a.waiting {
	background: #76C6CE url("../img/ic_chiikawa06.png") no-repeat calc(100% - 19px) 50% / 40px;
}
#ct_bg .btn01 a span {
	display: block;
	border: 2px solid #F4E08C;
	border-radius: 160px;
	color: #fff;
	font-size: 2.4rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0.09em;
	padding: 0.792em 30px;
	text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
}
@media screen and (min-width: 768px) {
	#ct_bg .btn01 a {
		transition: .3s;
	}
	#ct_bg .btn01 a:hover {
		background-color: #F4E08C;
		-webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: pulse;
		animation-name: pulse;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	#ct_bg .btn01 a:hover span {
		border: 2px solid #fff;
	}
	#ct_bg .heading02 {
		max-width: 1200px;
		margin: 0 auto 40px;
		background: url("../img/bg_chiikawa03.png") no-repeat 16px 0, url("../img/bg_chiikawa04.png") no-repeat calc(100% - 16px) 0;
		background-color: #FFFDE5;
		border-radius: 160px;
		text-align: center;
		position: relative;
	}
	#ct_bg .heading02::before {
		content: '';
		position: absolute;
		bottom: 0;
		right: 32px;
		width: 112px;
		height: 93px;
		background: url("../../img/il_index04.png") no-repeat 0 0;
	}
	#ct_bg .heading02.type02::before {
		right: 34px;
		width: 98px;
		height: 78px;
		background: url("../../img/il_index05.png?20231110") no-repeat 0 0;
	}
	#ct_bg .heading02.type03::before {
		right: 34px;
		width: 101px;
		height: 79px;
		background: url("../../img/il_index07.png") no-repeat 0 0;
	}
	#ct_bg .heading02.type04::before {
		right: 34px;
		width: 101px;
		height: 79px;
		background: url("../../img/il_index08.png") no-repeat 0 0;
	}
	#ct_bg .heading02.type05::before {
		bottom: -2px;
		right: 25px;
		width: 149px;
		height: 118px;
		background: url("../../img/il_index09.png") no-repeat 0 0;
	}
	#ct_bg .heading02 img {
		width: auto;
		height: 74px;
	}
}

/*　↓ちいかわ「えきしょうゲーム」ナビ追加で削除する↓　*/
#ct_bg .localNavList00 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}
#ct_bg .localNavList00 li {
	margin-left: 16px;
	margin-right: 16px;
}
#ct_bg .localNavList00 li a {
	min-width: 276px;
	display: block;
	border: 2px solid #000;
	padding: 21px 21px 20.5px;
	border-radius: 160px;
	background: #F387A0 url("../img/ic_chiikawa02.svg") no-repeat calc(100% - 13px) 50% / 20.5px;
}
#ct_bg .localNavList00 li:nth-child(2) a {
	padding-left: 26px;
}

@media screen and (max-width: 1280px) {
	#ct_bg .localNavList00 li:nth-child(4n) {
		margin-top: 15px;
	}
}

@media screen and (max-width: 980px) {
	#ct_bg .localNavList00 li:nth-child(3n) {
		margin-top: 15px;
	}
	#ct_bg .localNavList00 li:nth-child(4n) {
		margin-top: 15px;
	}
}
@media screen and (min-width: 768px) {
	#ct_bg .localNavList00 li a {
		transition: .3s;
	}
	#ct_bg .localNavList00 li a:hover {
		background-color: #F4E08C;
		-webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: pulse;
		animation-name: pulse;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
}
#ct_bg .localNavList00 li a img {
	width: auto;
	height: 24.5px !important;
}
@media screen and (max-width: 767px) {
	#ct_bg .localNavList00 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 32px;
	}
	#ct_bg .localNavList00 li {
		margin-left: 0;
		margin-right: 0;
	}
	#ct_bg .localNavList00 li:nth-child(2) {
		margin-left: 4%;
	}
	#ct_bg .localNavList00 li:nth-child(4) {
		margin-left: 4%;
	}

	#ct_bg .localNavList00 li a {
		min-width: 40.73vw;
		display: block;
		border: 1px solid #000;
		padding: 13.5px 13px 13.5px;
		border-radius: 160px;
		background: #F387A0 url("../img/ic_chiikawa02.png") no-repeat calc(100% - 14px) 50% / 20.5px;
	}
	#ct_bg .localNavList00 li:nth-child(2) a {
		padding: 13.5px 13px 13.5px;
	}
}
@media screen and (max-width: 767px) {
	#ct_bg .localNavList00 li a img {
		width: auto !important;
		height: 33px !important;
	}
}

#ct_bg .localNavList00.type02 {
    background: url("../../goods/crafthobby/img/bg_index02.png") no-repeat 50% 0 / auto 3px;
    margin: 80px 0 0;
    padding: 34px 0 0;
}
/*　↑ちいかわ「えきしょうゲーム」ナビ追加で削除する↑　*/

#ct_bg .localNavList01 {
	max-width: 980px;
	margin: 0 auto 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#ct_bg .localNavList01 li {
	margin-left: 12px;
	margin-right: 12px;
}
#ct_bg .localNavList01 li a {
	min-width: 276px;
	display: block;
	border: 2px solid #000;
	padding: 21px 21px 20.5px 27px;
	border-radius: 160px;
	background: #F387A0 url("../img/ic_chiikawa02.svg") no-repeat calc(100% - 13px) 50% / 20.5px;
}
#ct_bg .localNavList01 li:nth-child(n + 4) {
	margin-top: 24px;
}
#ct_bg .localNavList01 li:nth-child(2) a {
	padding-left: 19px;
}
#ct_bg .localNavList01 li:nth-child(5) a {
	padding-left: 21px;
}

#ct_bg .localNavList01Wrap {
	background: url("../img/bg_chiikawa05.png") no-repeat 50% 0 / auto 3px;
	max-width: 1200px;
	margin: 0 auto;
}


#ct_bg .localNavList01.type02 {
	margin-top: 80px;
	padding: 34px 0 0;
	position: relative;
}
@media screen and (max-width: 940px) {
	#ct_bg .localNavList01 li:nth-child(n + 3) {
		margin-top: 24px;
	}
}
@media screen and (min-width: 768px) {
	#ct_bg .localNavList01 li a {
		transition: .3s;
	}
	#ct_bg .localNavList01 li a:hover {
		background-color: #F4E08C;
		-webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: pulse;
		animation-name: pulse;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
}
#ct_bg .localNavList01 li a img {
	width: auto;
	height: 24.5px !important;
}
@media screen and (max-width: 767px) {
	#ct_bg .localNavList01 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 32px;
	}
	#ct_bg .localNavList01 li {
		margin-left: 0;
		margin-right: 0;
		width: 47.67%;
	}
	#ct_bg .localNavList01 li:nth-child(n + 3) {
		margin-top: 16px;
	}
	#ct_bg .localNavList01 li:nth-child(2),
	#ct_bg .localNavList01 li:nth-child(4) {
		margin-left: 4.66%;
	}
	#ct_bg .localNavList01 li a {
		min-width: 100%;
		display: block;
		border: 1px solid #000;
		padding: 13.5px 13px 13.5px;
		border-radius: 160px;
		background: #F387A0 url("../img/ic_chiikawa02.png") no-repeat calc(100% - 14px) 50% / 20.5px;
	}
	#ct_bg .localNavList01 li:nth-child(2) a {
		padding-left: 15px;
	}
	#ct_bg .localNavList01 li:nth-child(5) a {
		padding-left: 13px;
	}
	#ct_bg .localNavList01.type02 {
		background: url("../img/bg_chiikawa05.png") no-repeat 50% 0 / auto 3px;
		margin: 80px 0 0;
		padding: 34px 0 0;
	}
}
@media screen and (max-width: 767px) {
	#ct_bg .localNavList01 li a img {
		width: auto !important;
		height: 41px !important;
	}
}
#ct_bg .frameArea01 {
	max-width: 1168px;
	background: #fff;
	border-radius: 16px;
	margin: 40px auto 0;
	padding: 24px 16px 32px;
	box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.04);
}
#ct_bg .frameArea01 .heading01 {
	background: #f387a0 url("../img/ic_chiikawa01.png") no-repeat 16px 50% / 32px;
	border-radius: 35px;
	padding: 14px 8px 13px 60px;
	margin-bottom: 23px;
	color: #fff;
	font-size: 2.8rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 900;
	letter-spacing: 0;
	text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
}
@media screen and (max-width: 1240px) {
	#ct_bg .frameArea01 {
		margin-left: 20px;
		margin-right: 20px;
	}
}
#ct_bg .frameArea01 + .frameArea01 {
	margin-top: 56px;
}
#ct_bg .frameArea01 > .inner01 {
	padding: 0 16px;
}
#ct_bg .frameArea01 > .inner02 {
	padding: 0 6px 0 0px;
}
#ct_bg .frameArea01 > .inner02 > .inner03 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#ct_bg .frameArea01 > .inner02 > .itemWrap {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
@media screen and (max-width: 1236px) {
	#ct_bg .frameArea01 > .inner02 > .itemWrap {
		justify-content: center;
	}
	#ct_bg .frameArea01 > .inner02 > .itemWrap .item:nth-child(1) {
		margin-left: 17px;
	}
	#ct_bg .frameArea01 > .inner02 > .itemWrap .item:nth-child(3) {
		margin-top: 24px;
	}
}
#ct_bg .frameArea01 > .inner02 > .itemWrap .item {
	margin-top: 26px;
	margin-right: 17px;
	width: 359px;
}
#ct_bg .frameArea01 > .inner02 > .itemWrap .item:nth-child(3) {
	margin-right: 0;
}
#ct_bg .frameArea01 > .inner02 > .itemWrap .btn01 {
	margin-left: auto;
	margin-right: auto;
}
#ct_bg .sns_wrapper {
	display: table;
	margin: 0 auto 29px;
	padding: 10px 5px 0;
	border-radius: 10px;
}
#ct_bg .sns_wrapper .snsBtn01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#ct_bg .sns_wrapper .snsBtn01 li {
	margin: 0 5px 10px;
	line-height: 0;
}
@media screen and (max-width: 836px) {
	#ct_bg .frameArea01 > .inner02 > .itemWrap {
		padding: 0;
	}
	#ct_bg .frameArea01 > .inner02 > .itemWrap .item {
		background: url("../img/bg_chiikawa02.png") repeat-x 50% 0 / 18px;
		padding-top: 25px;
		width: 100%;
		margin: 25px auto 0;
	}
	#ct_bg .frameArea01 > .inner02 > .itemWrap .btn01 {
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 767px) {
	#ct_bg {
		font-family: -apple-system, "HelveticaNeue", Helvetica;
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	#ct_bg a {
		text-decoration: underline;
	}
	#ct_bg a:hover {
		text-decoration: none;
	}
	#ct_bg .headTitleArea01 {
		font-size: 1.2rem;
		line-height: 1.6;
		padding: 8px 0 6px;
		min-width: 100%;
	}
	#ct_bg .footer01 {
		text-align: center;
		position: relative;
		padding-bottom: 31px;
		margin-left: -16px;
		margin-right: -16px;
		padding-left: 0;
		padding-right: 0;
		background: #fde2e9 url("../img/bg_chiikawa01_sp.png") no-repeat 50% 100% / 100%;
	}
	#ct_bg .footer01 .img01 {
		width: 87.5vw;
		margin: 0 auto 33px;
	}
	#header {
		border-bottom: #ccc solid 1px;
	}
	#ct_bg img {
		width: 100%;
		height: auto;
	}
	#ct_bg .imgOver01 a:hover img {
		opacity: 1.0;
	}
	.onlyPC {
		display: none;
	}
	.onlySP {
		display: block;
	}
	img.onlySP {
		display: inline-block;
	}
	#ct_bg .contents01 {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	#ct_bg .btn01 {
		display: table;
		text-align: left;
		position: relative;
	}
	#ct_bg .btn01 a {
		max-width: 270px;
		width: 66.66vw;
		min-width: inherit;
		display: block;
		text-decoration: none;
		border: 1px solid #000;
		padding: 3px;
		background: #F387A0 url("../img/ic_chiikawa03.png") no-repeat calc(100% - 11px) 50% / 40px;
		border-radius: 160px;
		position: relative;
	}
	#ct_bg .btn01.type02 a {
		background: #76C6CE url("../img/ic_chiikawa04.png") no-repeat calc(100% - 11px) 50% / 40px;
	}
	#ct_bg .btn01 a span {
		display: block;
		border: 1px solid #F4E08C;
		border-radius: 160px;
		color: #fff;
		font-size: 2.2rem;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 900;
		line-height: 1.25;
		letter-spacing: 0;
		padding: 0.6em 15px;
		text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
	}
	#ct_bg .frameArea01 {
		background: #fff;
		border-radius: 16px;
		padding: 24px 8px 32px;
		margin: 24px 0 0 0;
		box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.04);
	}
	#ct_bg .frameArea01 + .frameArea01 {
		margin-top: 32px;
	}
	#ct_bg .frameArea01 > .inner01 {
		padding: 0 8px 0 8px;
	}
	#ct_bg .frameArea01 > .inner02 {
		padding: 0 6px 0 8px;
	}
	#ct_bg .frameArea01 > .inner02 > .inner03 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#ct_bg .frameArea01 > .inner02 > .inner03 .textWrap {
		width: 100%;
	}
	#ct_bg .frameArea01 .heading01 {
		background: #f387a0 url("../img/ic_chiikawa01.png") no-repeat 16px 50% / 32px;
		border-radius: 270px;
		padding: 8px 8px 7px 62px;
		margin-bottom: 25px;
		color: #fff;
		font-size: 2.0rem;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 900;
		line-height: 1.4;
		letter-spacing: 0;
		text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
	}
	#ct_bg .frameArea01 .heading01.type02 {
		margin-bottom: 16px;
	}
	#ct_bg .heading02 {
		margin: 0 auto 20px;
	}
	#ct_bg .sns_wrapper {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
		padding: 0;
		position: relative;
	}
	
		#ct_bg .frameArea01 #img01{
		margin-bottom: 8px;
	}
}


/* Retina対応ディスプレイ用  */
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2) {
	
	#ct_bg .heading02 {
		background: url("../img/bg_chiikawa03@2x.png") no-repeat 16px 0, url("../img/bg_chiikawa04.png") no-repeat calc(100% - 16px) 0;
		background-color: #FFFDE5;
		background-size: contain;		
	}
	
	#ct_bg .heading02::before {
		background: url("../../img/il_index04@2x.png") no-repeat 0 100%;
		background-size: contain;
	}
	#ct_bg .heading02.type02::before {
		background: url("../../img/il_index05@2x.png") no-repeat 0 100%;
		background-size: contain;
	}
	#ct_bg .heading02.type03::before {
		background: url("../../img/il_index07@2x.png") no-repeat 0 100%;
		background-size: contain;
	}
	#ct_bg .heading02.type04::before {
		background: url("../../img/il_index08@2x.png") no-repeat 0 100%;
		background-size: contain;
	}
	#ct_bg .heading02.type05::before {
		background: url("../../img/il_index09@2x.png") no-repeat 0 100%;
		background-size: contain;
	}
	

}