@charset "utf-8";

html {
	font-size: 62.5%;
}

#contents {
	padding: 0;
	width: 100%;
}

#header {
	box-shadow: none;
}

#footerIn img {
	border: none;
}

#wrapper {
	min-width: inherit;
}

.onlySP {
	display: none;
}

#ct_bg {
	background: url(../img/bg_index02.png) repeat 0 0;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #000;
}

#ct_bg .heading01 {
	margin-left: 100px;
	padding-top: 1%;
}

#ct_bg .heading02 {
	font-family: 'M PLUS Rounded 1c';
}

#ct_bg img {
	max-width: 100%;
	height: auto;
}

#ct_bg .imgOver01 img {
	transition: opacity .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#ct_bg .imgOver01 a:hover img {
	opacity: .6;
}

#ct_bg .center {
	text-align: center !important;
}
#ct_bg .right {
	text-align: right !important;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

#ct_bg .mallLinkBtn {
	width: 300px;
	margin-top: 20px;
}

#ct_bg .mallLinkBtn .mallLink.reserve,
#ct_bg .mallLinkBtn .mallLink.waiting {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .mallLinkBtn .mallLink.reserve::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/btn02_no.png) no-repeat 0 0/100%;
	content: "";
}
#ct_bg .mallLinkBtn .mallLink.on.reserve::before {
	opacity: 0;
	visibility: hidden;
}
#ct_bg .mallLinkBtn .mallLink.reserve::after {
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}
#ct_bg .mallLinkBtn .mallLink.on.reserve::after {
	opacity: 1;
	visibility: visible;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .3s;
	background: url(../img/btn02_on.png) no-repeat 0 0/100%;
	content: "";
}

#ct_bg .mallLinkBtn .mallLink.waiting::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/btn03_no.png) no-repeat 0 0/100%;
	content: "";
}
#ct_bg .mallLinkBtn .mallLink.on.waiting::before {
	opacity: 0;
	visibility: hidden;
}
#ct_bg .mallLinkBtn .mallLink.waiting::after {
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}
#ct_bg .mallLinkBtn .mallLink.on.waiting::after {
	opacity: 1;
	visibility: visible;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .3s;
	background: url(../img/btn03_on.png) no-repeat 0 0/100%;
	content: "";
}

#ct_bg .mallLinkBtn img {
	width: 100%;
}

#ct_bg .mallLinkTxt {
	margin-top: 20px;
	text-align: center;
}

#ct_bg .wrap01 {
	display: flex;
	flex-wrap: wrap;
}
#ct_bg .wrap01.bC {
	justify-content: center;
}
#ct_bg .wrap01.between {
	justify-content: space-between;
}
#ct_bg .wrap01.aC {
	align-items: center;
}

#ct_bg .btnWrap01 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#ct_bg .bg01 {
	background: url("../img/bg_index01.png") repeat 0 0;
}
#ct_bg .bg02 {
	background-color: #fde7c6;
}
#ct_bg .color01 {
	color: #e34765;
}
#ct_bg .font01 {
	font-weight: bold;
}

#ct_bg .hover01 {
	position: relative;
	display: block;
}
#ct_bg .hover01::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s,visibility .3s;
	content: "";
}
#ct_bg .hover01:hover::before {
	opacity: .3;
	visibility: visible;
}

#ct_bg .headTitleArea01 {
	position: relative;
	z-index: 10000;
	background-color: #45bcb4;
	color: #fff;
	font-size: 1.4rem;	
}
#ct_bg .headTitleArea01 > .inner01 {
	padding: 6px 14px 2px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#ct_bg .headTitleArea01 > .inner01 .title01,
#ct_bg .headTitleArea01 > .inner01 .text01 {
	text-align: center;
	font-weight: bold;
}
#ct_bg .headTitleArea01 > .inner01 .text01 {
	margin-left: 1em;
}

#ct_bg .frameArea01 {
	position: relative;
	padding-bottom: 30px;
	background: url("../img/bg_index01.png") repeat 0 0;
	background-color: #c1da75;
}
#ct_bg .frameArea01::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-color: #45bcb4;
}

#ct_bg .frameArea01  .mainImages {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

#ct_bg .frameWrapper01 {
	padding: 0 20px;
}

#ct_bg .frameWrapper01 > .inner01 {
	max-width: 1200px;
	margin: 0 auto;
	box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}

#ct_bg .frameArea02 {	
	padding: 50px 40px;
	background-color: #f0f7da;
}

#ct_bg .frameArea02 > .wrap01 > .block01 > .text01 {
	display: table;
	padding: 2px 10px;
	background-color: #2a71b9;
	color: #fff;
	font-weight: bold;
}

#ct_bg .frameArea02 > .wrap01 > .block01 > .text02 {
	margin-top: 12px;
	font-size: 1.6rem;
}

#ct_bg .frameArea02 > .wrap01 > .block01 > .heading02 {
	margin-top: 10px;
	font-size: 3.8rem;
	line-height: 1.157;
}

#ct_bg .frameArea02 > .wrap01 > .block01 > .txt01 {
	margin-top: 5px;
}

#ct_bg .frameArea02 > .wrap01 > .block01 > .img01 {
	display: none;
}

#ct_bg .wrap01 > .block01 > .mallLinkBtn {
	width: 370px;
	margin-top: 20px;
}

#ct_bg .frameArea02 > .img02 {
	margin-top: 35px;
}
#ct_bg .frameArea02 > .img03 {
	margin-top: 40px;
}

#ct_bg .frameArea02 > .wrap01 > .block01 {
	width: 49%;
}
#ct_bg .frameArea02 > .wrap01 > .block01 > .btn02 {
	width: 390px;
}

#ct_bg .frameArea02 > .wrap01 > .block02 {
	width: 45%;
}

#ct_bg .frameArea02 > .block03 {
	width: 100%;
	margin-top: 40px;
	padding: 30px 40px 40px 60px;
	border-radius: 20px;
	background-color: #fff;
}
#ct_bg .frameArea02 > .block03 > .heading02 {
	text-align: center;
	font-size: 2.4rem;
	color: #922237;
}
#ct_bg .frameArea02 > .block03 > .wrap01 > .img01 {
	margin-top: 10px;
	width: 44%;
}
#ct_bg .frameArea02 > .block03 > .wrap01 > .img02 {
	margin-top: 10px;
	width: 52%;
}

#ct_bg .frameArea03 {
	position: relative;
	padding: 0 0 20px;
	background-color: #f0f7da;
}
#ct_bg .frameArea03 > .headingBg01 {
	margin: 0 15px 0 25px;
	padding-top : 30px;
}

#ct_bg .frameArea04 {
	position: relative;
	margin-top: 20px;
	padding: 20px 40px 35px;
}

#ct_bg .frameArea04 > .block03 > .block02 {
	display: flex;
	justify-content: space-between;
	width: 86%;
	margin: 0 auto;
}
#ct_bg .frameArea04 > .block03 > .block01 {
	margin-top: 20px;
	padding: 30px 30px 25px;
	border-radius: 20px;
	background-color: #fff;
}
#ct_bg .frameArea04 > .block03 > .block02 > .img01 {
	width: 100%;
}
#ct_bg .frameArea04 > .block03 > .block02 > .img02 {
	width: 43%;
}
#ct_bg .frameArea04 > .block03 > .block02 > .img03 {
	width: 50%;
}

#ct_bg .frameArea04 .block03 > .block01 > .text01 {
	display: table;
	padding: 2px 10px;
	background-color: #2a71b9;
	color: #fff;
	font-weight: bold;
}

#ct_bg .frameArea04 .block03 > .block01 > .text02 {
	margin-top: 10px;
	font-size: 1.6rem;
}

#ct_bg .frameArea04 .block03 > .block01 > .heading02 {
	margin-top: 10px;
	font-size: 2.8rem;
}

#ct_bg .frameArea04 .block03 > .block01 > .txt01 {
	margin-top: 5px;
}

#ct_bg .movieArea01 {
	margin: 40px auto 0;
	padding: 20px;
	width: 690px;
	background-color: #fff;
	border-radius: 15px;
}
#ct_bg .movieWrap01 {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
#ct_bg .movieWrap01 iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#ct_bg .btn01 {
	margin: 10px 0 0 20px;
}

#ct_bg .btn01 a {
	display: inline-block;
	padding: 8px 20px 10px 38px;
	background: url("../img/ic01.svg") 20px center / 9px 11px no-repeat;
	background-color: #45bcb4;
	font-family: 'M PLUS Rounded 1c';
	font-size: 2.01rem;
	color: #fff;
	text-decoration: none;
	border-radius: 50px;
	opacity: 1;
	transition: opacity .3s;
	box-shadow: 0 3px 4px 0 rgba(0,0,0,.3);
}

#ct_bg .btn01 a:hover {
	opacity: 0.6;
}

#ct_bg .btn02 {
	width: 296px;
	margin-top: 15px;
}

.copyrights01 {
	text-align: center;
	line-height: 1.3;
}

#ct_bg .sns_wrapper {
	padding: 5px 0 15px;
}
#ct_bg .sns_wrapper .snsBtn01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#ct_bg .sns_wrapper .snsBtn01 li {
	margin: 0 5px 10px;
}

@media screen and (max-width: 767px) {
#ct_bg {
	background-image: none;
	background-color: #f8e99f;
	font-size: 1.4rem;
	font-family: -apple-system, "HelveticaNeue", Helvetica;
}

#ct_bg a {
	text-decoration: underline;
}
#ct_bg a:hover {
	text-decoration: none;
}
#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 .hover01:hover::before {
	opacity: 0;
	visibility: hidden;
}

#ct_bg .mallLinkBtn {
	width: 100%;
	max-width: 300px;
	margin: 4% auto 0;
}

#ct_bg .btnWrap01 {
	display: block;
}

#ct_bg .bg01 {
	background-size: 260px;
}

#ct_bg .frameArea01  .mainImages {
	overflow: hidden;
}

#ct_bg .headTitleArea01 > .inner01 {
	display: block;
}

#ct_bg .frameWrapper01 {
	padding: 0px 3%;
}
#ct_bg .frameArea01::after {
	height: 4%;
	background-size: contain;
}
#ct_bg .frameArea04::before,
#ct_bg .frameArea04::after {
	height: 2%;
	background-size: contain;
}
#ct_bg .frameArea04.bg01::before,
#ct_bg .frameArea04.bg01::after,
#ct_bg .frameArea04.bg02::before,
#ct_bg .frameArea04.bg02::after {
	height: 1.5%;
	background-size: contain;
}	

#ct_bg .frameArea01 {
	padding-bottom: 3%;
}

#ct_bg .headTitleArea01 > .inner01 .title01,
#ct_bg .headTitleArea01 > .inner01 .text01 {
	font-size: 1.1rem;
	line-height: 1.4;
}
#ct_bg .headTitleArea01 > .inner01 {
	padding: 5px 14px;	
}

#ct_bg .heading01 {
	margin: 0;
	padding-top: 0;
}

#ct_bg .frameArea02 > .wrap01 > .block01 {
	width: 100%;		
}

#ct_bg .frameArea02 {
	padding: 40px 4% 30px;
}
#ct_bg .frameArea02 > .img02,
#ct_bg .frameArea02 > .img03 {
	width: 100%;
	margin-top: 10px;
}
#ct_bg .frameArea02 > .img03 {
	margin-top: 30px;
}

#ct_bg .frameArea04 {
	margin-top: 15px;
	padding: 15px 4% 20px;
}
	
#ct_bg .frameArea02 > .wrap01 > .block01 > .text01 {
	padding: 5px 10px;
}
#ct_bg .frameArea02 > .wrap01 > .block01 > .img01 {
	display: block;
	width: 75%;
	margin: 15px auto 0;
}
#ct_bg .frameArea02 > .wrap01 > .block01 > .heading02 {
    font-size: 2.2rem;
}
#ct_bg .frameArea02 > .wrap01 > .block02 {
	display: none;
}	
#ct_bg .wrap01 > .block01 > .mallLinkBtn {
	width: 80%;
	margin: 10px auto 0;
}

#ct_bg .frameArea02 > .block03 {
	margin-top: 30px;
	padding: 4%;
}

#ct_bg .frameArea02 > .block03 > .heading02 {
	font-size: 2rem;
}
#ct_bg .frameArea02 > .block03 > .wrap01 > .img01 {
	width: 90%;
	margin: 0 auto;
}
#ct_bg .frameArea02 > .block03 > .wrap01 > .img02 {
	width: 100%;
	margin-top: 4%;
}

#ct_bg .frameArea03 > .headingBg01 {
	margin: 0 4%;
	padding: 0;
}

#ct_bg .frameArea03  > .headingBg01 > .heading02::before {
	top: 5px;
	left: -20%;
	width: 15%;
}	
#ct_bg .frameArea03  > .headingBg01 > .heading02::after {
	top: 5px;
	right: -20%;
	width: 15%;
}
#ct_bg .frameArea04 > .block03 > .block02 {
	display: block;
	width: 96%;
}

#ct_bg .frameArea04 > .block03 > .block02 > .img02 {
	width: 66.3%;
	margin: 0 auto;
}
#ct_bg .frameArea04 > .block03 > .block02 > .img03 {
	width: 77.1%;
	margin: 20px auto 0;
}

#ct_bg .frameArea04 .block03 > .block01 > .text01 {
	padding: 5px 10px;
}

#ct_bg .frameArea04 .block03 > .block01 > .heading02 {
	font-size: 2.2rem;
}
	
#ct_bg .frameArea04 .block03 > .block01 > .mallLinkBtn {
	width: 90.6%;
	margin: 10px auto 0;
}
	
#ct_bg .frameArea04 > .block03 > .block01 {
	margin-top: 15px;
	padding: 5% 5% 35px;
}

#ct_bg .movieArea01 {
	margin-top: 20px;
	padding: 4%;
	width: 100%;
}

#ct_bg .btn01 {
	max-width: 201px;
	margin:  15px auto 0;
}

#ct_bg .btn01 a {
	padding-top: 10px;
	font-size: 1.6rem;
}

#ct_bg .btn01 a:hover {
	opacity: 1;
}

#ct_bg .btn02 {
	width: 100%;
	max-width: 260px;
	margin: 20px auto 0;
}	

#ct_bg .sns_wrapper .snsBtn01 li {
	line-height: 0;
}
}

@media screen and (max-width: 639px) {
#ct_bg .frameArea01 .mainImages {
	bottom: 0;
}
}

/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
