@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_index01.png) repeat left top;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #000;
}

#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 .bg01 {
	background-color: #bbb3d8;
}
#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: #922237;
	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;
}
#ct_bg .frameArea01::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-image: url("../img/bg_index04.png");
}

#ct_bg .frameArea01  .mainBg01 {
	position: absolute;
	width: 50%;
	height: 100%;
	background: url(../img/bg_index03.png) repeat left top;
}
#ct_bg .frameArea01  .mainImages {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
}

#ct_bg .frameWrapper01 {
	padding: 0 20px;
}

#ct_bg .frameWrapper01 > .inner01 {
	max-width: 1200px;
	margin: 0 auto;
	box-shadow: 0 0 8px rgb(0 0 0 / 30%);
}

#ct_bg .frameArea02 {	
	padding: 60px 40px 80px;
	background-color: #faf8ed;
}

#ct_bg .frameArea02 > .wrap01 > .block01 > .text01 {
	display: table;
	padding: 2px 10px;
	background-color: #ea617b;
	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;
}

#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 {
	width: 100.5%;
	margin-top: 40px;
}
#ct_bg .frameArea02 > .img03 {
	width: 100.5%;
	margin-top: 20px;
}

#ct_bg .frameArea02 > .wrap01 > .block01 {
	width: 49%;
}

#ct_bg .frameArea02 > .wrap01 > .block02 {
	width: 46%;
}

#ct_bg .frameArea02 > .block03 {
	width: 100%;
	margin-top: 40px;
	padding: 10px 20px 20px;
	border-radius: 20px;
	border: 2px solid #fde7c7;
	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: 48%;
}

#ct_bg .frameArea03 {
	position: relative;
	padding-top: 12px;
	background-color: #faf8ed;
}
#ct_bg .frameArea03::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 12px;
	background-image: url("../img/bg_index06.png");
}
#ct_bg .frameArea03 > .heading02 {
	display: table;
	position: relative;
	margin: 0 auto;
	padding: 5px 0 10px;
	text-align: center;
	font-size: 4.8rem;
	color: #922237;
}
#ct_bg .frameArea03 > .heading02::before {
	content: "";
	position: absolute;
	top: 20px;
	left: -25%;
	width: 75px;
	height: 100%;
	background-image: url("../img/bg_index11.png");
	background-size: contain;
	background-repeat: no-repeat;
}
#ct_bg .frameArea03 > .heading02::after {
	content: "";
	position: absolute;
	top: 20px;
	right: -25%;
	width: 75px;
	height: 100%;
	background-image: url("../img/bg_index12.png");
	background-size: contain;
	background-repeat: no-repeat;
}

#ct_bg .frameArea04 {
	position: relative;
	padding: 60px 40px 80px;
}

#ct_bg .frameArea04::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-image: url("../img/bg_index04.png");
}
#ct_bg .frameArea04::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-image: url("../img/bg_index05.png");
}
#ct_bg .frameArea04.bg01::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-image: url("../img/bg_index07.png");
}
#ct_bg .frameArea04.bg01::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-image: url("../img/bg_index08.png");
}
#ct_bg .frameArea04.bg02::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-image: url("../img/bg_index09.png");
}
#ct_bg .frameArea04.bg02::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-image: url("../img/bg_index10.png");
	
}

#ct_bg .frameArea04 > .block03 > .block02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#ct_bg .frameArea04 > .block03 > .block01 {
	margin-top: 10px;
	padding: 30px 30px 25px;
	border-radius: 20px;
	background-color: #fff;
}
#ct_bg .frameArea04 > .block03 > .block02 > .img01 {
	width: 49.1%;
}
#ct_bg .frameArea04 > .block03 > .block02 > .img02 {
	width: 49.5%;
}
#ct_bg .frameArea04 > .block03 > .block02 > .img03 {
	width: 56.7%;
}
#ct_bg .frameArea04 > .block03 > .block02 > .img04 {
	width: 41.4%;
}

#ct_bg .frameArea04 .block03 > .block01 > .text01 {
	display: table;
	padding: 2px 10px;
	background-color: #ea617b;
	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 .frameArea05 {
	padding: 40px 70px 30px;
	text-align: center;
	border-top: 8px solid #d2a000;
	background: #15a17f url("../img/bg_index02.png") repeat 0 0;
	background-size: 120px;
}

#ct_bg .frameArea05 > .wrap01 > .img01 {
	width: 48.4%;
}

#ct_bg .frameArea05 > .copyrights01 {
	margin-top: 25px;
	font-size: 1.2rem;
	line-height: 1.3;
}
#ct_bg .frameArea05 > .copyrights01 > small {
	font-size: 1.2rem
}

#ct_bg .frameArea06 {
	margin-top: 20px;
	padding: 20px;
	background-color: #faf8ed;
	border: 2px solid #fde7c7;
}

#ct_bg .frameArea06 > .text01 {
	font-size: 1.6rem;
}

#ct_bg .jsArea01 {
	display: none;
}

#ct_bg .btn01 {
	margin-top: 10px;
}

#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: #912237;
	font-family: 'M PLUS Rounded 1c';
	font-size: 2.01rem;
	color: #fff;
	text-decoration: none;
	border-radius: 50px;
	opacity: 1;
	transition: opacity .3s;
}

#ct_bg .btn01 a:hover {
	opacity: 0.6;
}

#ct_bg .sns_wrapper {
	display: table;
	margin: 0 auto 45px;
	padding: 10px 5px 0;
	border-radius: 10px;
	background: rgba(255,255,255,.8);
}
#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: 767px) {
#ct_bg {
	background-size: 55px;
	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 .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: 25px;
}
#ct_bg .frameArea01  .mainImages {
	padding-top: 10px;
}	
#ct_bg .frameArea01 .mainBg01 {
	background-size: 55px;
}
#ct_bg .frameArea01 .mainImages {
	bottom: -5px;
}

#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 .frameArea02 > .wrap01 > .block01 {
	width: 100%;		
}

#ct_bg .frameArea02 {
	padding: 40px 4% 80px;
}
#ct_bg .frameArea02 > .img02,
#ct_bg .frameArea02 > .img03 {
	width: 104%;
	margin-left: -2%;
}

#ct_bg .frameArea04 {
	padding: 25px 4% 40px;
}
	
#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 > .heading02 {
	font-size: 2rem;
}
#ct_bg .frameArea02 > .block03 > .wrap01 > .img01 {
	width: 100%;
}
	
#ct_bg .frameArea03 > .heading02 {
	font-size: 2.7rem;
}

#ct_bg .frameArea03 > .heading02::before {
	top: 13px;
	left: -25%;
	width: 20%;
}	
#ct_bg .frameArea03 > .heading02::after {
	top: 13px;
	right: -25%;
	width: 20%;
}
#ct_bg .frameArea04 > .block03 > .block02 {
	display: block;
}
#ct_bg .frameArea04 > .block03 > .block02 > .img01 {
	width: 100%;
}	
#ct_bg .frameArea04 > .block03 > .block02 > .img02 {
	width: 100%;
}
#ct_bg .frameArea04 > .block03 > .block02 > .img03 {
	width: 98.1%;
	margin: 10px auto 0;
}
#ct_bg .frameArea04 > .block03 > .block02 > .img04 {
	width: 81.5%;
	margin: 10px 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 {
	padding: 5%;
}

#ct_bg .frameArea05 {
	padding: 40px 14.2% 30px;
	padding: 40px 0 30px;
}
#ct_bg .frameArea05 > .wrap01 {
	padding: 0 14.2% 0;
}
#ct_bg .frameArea05 > .wrap01 > .img01 {
	width: 100%;
}
#ct_bg .frameArea05 > .wrap01 > .img01 + .img01{
	margin-top: 20px;
}
#ct_bg .frameArea05 > .copyrights01 {
	margin-top: 20px;
}
#ct_bg .frameArea05 > .copyrights01 > small {
	font-size: 1.1rem;
}

#ct_bg .btn01 a {
	padding-top: 10px;
	font-size: 1.6rem;
}

#ct_bg .btn01 a:hover {
	opacity: 1;
}
	
#ct_bg .sns_wrapper {
	width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

}

@media screen and (max-width: 639px) {
#ct_bg .frameArea01 .mainImages {
	bottom: 0;
}
}

/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
