@charset "utf-8";

html {
	font-size: 62.5%;
}

#contents {
	padding: 0;
	width: 100%;
}

#header {
	box-shadow: none;
}

#footerIn img {
	border: none;
}

.onlySP {
	display: none;
}

.pageTop {
	display: none;
}

#ct_bg {
	position: relative;
	background-color: #fff;
	color: #000;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Osaka,sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
}

#ct_bg img {
	max-width: 100%;
	height: auto;
}

#ct_bg a {
	color: #ff416e;
	text-decoration: underline;
}
#ct_bg a:hover {
	color: #ff6836;
	text-decoration: none;
}

#ct_bg .imgOver01 img {
	-webkit-transition: opacity .3s;
	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;
}


@media screen and (max-width: 639px) {
#ct_bg {
	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;
}

}
/* footer
*****************************************/
#ct_bg .footer01 {
	background-color: #e95098;
}

#ct_bg .footer01 > .inner01 {
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
	width: 960px;
}

#ct_bg .footer01 > .inner02 {
	padding: 60px 0;
	width: 100%;
	background-color: #fdf0a6;
}

#ct_bg .footer01 > .inner02 > ul {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 960px;
}

#ct_bg .footer01 > .inner02 > ul li {
	width: 460px;
}

#ct_bg .footer01 > .inner02 > ul li span {
	position: relative;
	padding-left: 14px;
	display: block;
	margin-top: 13px;
}

#ct_bg .footer01 > .inner02 > ul li span:before {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	top: 50%;
	left: -5px;
	border-top: 3px solid #f4478e;
	border-left: 3px solid #f4478e;
	-webkit-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
}

#ct_bg .pagetop01 {
	position: absolute;
	top: 20px;
	right: 0;
	width: 122px;
}

#ct_bg .snsBtn01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 10px;
	padding-bottom: 1px;
	width: 350px;
	border-radius: 5px;
	background-color: #fff;
}

#ct_bg .snsBtn01 > li:not(:first-child) {
	margin-left: 10px;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

#ct_bg .lineBtn01 img {
	height: 20px;
}

@media screen and (max-width: 639px) {
#ct_bg .footer01 > .inner01 {
	width: 100%;
}

#ct_bg .footer01 > .inner02 {
	margin: 0 auto;
	padding: 60px 0 56px;
	width: 100%;
}

#ct_bg .footer01 > .inner02 > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 73.6%;
	margin: 0 auto;
}

#ct_bg .footer01 > .inner02 > ul li {
	width: 100%;
}

#ct_bg .footer01 > .inner02 > ul li + li {
	margin-top: 24px;
}

#ct_bg .footer01 > .inner02 > ul li span {
	position: relative;
	padding-left: 14px;
	display: block;
	margin-top: 8px;
}

#ct_bg .footer01 > .inner02 > ul li span:before {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	top: 50%;
	left: -5px;
	border-top: 3px solid #f4478e;
	border-left: 3px solid #f4478e;
	-webkit-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
}

#ct_bg .pagetop01 {
	position: static;
	top: 0;
	right: auto;
	margin: 20px auto 0;
	width: 32%;
}

#ct_bg .snsBtn01 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 10px;
	width: 250px;
}

#ct_bg .lineBtn01 img {
	width: auto;
}
}

/* contents
*****************************************/
#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.end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
#ct_bg .wrap01.reverse {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#ct_bg .wrap01.aC {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/*#ct_bg .wrapper01 {
	padding-top: 60px;
}*/

#ct_bg .headTitleArea01 {
	position: relative;
	background-color: #33cbcb;
	color: #fff;
}

#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 > * {
	font-weight: bold;
}

#ct_bg .headTitleArea01 > .inner01 > .title01 {
	margin-right: 15px;
}

#ct_bg .frameArea01 {
	background-color: #9ae5be;
}

#ct_bg .frameArea01 > .inner01 {
	margin: 0 auto;
	padding: 16px 105px 40px;
	width: 960px;
	background: url(../img/bg_index01_pc.png) repeat 0 0;
}
#ct_bg .frameArea01.type01 > .inner01 {
	padding: 33px 50px 40px;
	background: url(../img/bg_index07.png) repeat 0 0 / 28px;
}

#ct_bg .frameArea01 > .inner01 > .title01 {
	margin: 0 -42px 0 -33px;
}

#ct_bg .frameArea02 {
	margin-top: 40px;
	padding-bottom: 30px;
	border: #e95098 solid 2px;
	border-radius: 15px;
	background-color: #fff;
}

#ct_bg .frameArea06 + .frameArea02 {
	margin-top: 20px;
}

#ct_bg .frameArea02 > .title01 {
	position: relative;
	margin-bottom: 10px;
	padding: 15px 20px 10px;
	border-radius: 8px 8px 0 0;
	background-color: #e95098;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
}

#ct_bg .frameArea02 > .title01:before {
	position: absolute;
	bottom: -10px;
	left: 0;
	content: "";
	width: 100%;
	height: 10px;
	background: url(../img/bg_index06.png) repeat-x 0 0 / 30px;
}

#ct_bg .frameArea02 > .button01 {
	margin: 20px auto 0;
	width: 172px;
}

#ct_bg .frameArea02 > .inner01 {
	margin: 30px 20px 0;
}

#ct_bg .frameArea02 > .inner01 > .text01 {
	margin-right: 20px;
	padding: 7px 10px;
	border: #e95098 solid 1px;
	color: #e95098;
	font-size: 1.5rem;
	line-height: 1.0;
}

#ct_bg .frameArea02 > .inner01 > .text02 {
	color: #e95098;
}

#ct_bg .frameArea03 {
	position: relative;
	background-color: #9ae5be;
}

#ct_bg .frameArea03:before,
#ct_bg .frameArea03:after {
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 19px;
	background: no-repeat center top;
}

#ct_bg .frameArea03:before {
	top: -19px;
	background-image: url(../img/bg_index03_pc.png);
}
#ct_bg .frameArea03:after {
	bottom: -19px;
	background-image: url(../img/bg_index04_pc.png);
}

#ct_bg .frameArea03 > .inner01 {
	margin: 0 auto;
	padding: 26px 105px 36px;
	width: 960px;
	background: url(../img/bg_index02_pc.png) repeat 0 0;
}

#ct_bg .frameArea03 > .inner01 > .title01 {
	margin: 0 -30px;
}

#ct_bg .frameArea03 > .inner01 > .image01 {
	text-align: center;
}

#ct_bg .frameArea04 {
	background-color: #9ae5be;
}

#ct_bg .frameArea04 > .inner01 {
	margin: 0 auto;
	padding: 20px 105px 80px;
	width: 960px;
	background: url(../img/bg_index01_pc.png) repeat 0 0;
}

#ct_bg .frameArea04 > .inner01 > .title01 {
	text-align: center;
}

#ct_bg .frameArea04 > .inner01 > .image01 {
	margin-top: 15px;
	text-align: center;
}

#ct_bg .frameArea04 > .inner01 > .button01 {
	text-align: center;
}

#ct_bg .frameArea05 {
	background-color: #fdc1db;
}

#ct_bg .frameArea05 > .inner01 {
	margin: 0 auto;
	padding: 40px 50px 70px;
	width: 960px;
	background: url(../img/bg_index05.png) repeat 0 0 / 20px;
}

#ct_bg .frameArea05 > .inner01 > .title01 {
	text-align: center;
}

#ct_bg .fR01 {
	float: right;
	margin: 0 0 30px 45px;
}

#ct_bg .col01 {
	margin: 20px 0 0 18px;
	width: 420px
}

#ct_bg .frameArea05 .col01 {
	width: 550px
}

#ct_bg .frameArea06 {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#ct_bg .frameArea06 > .image02 {
	margin-left: 21px;
	width: 130px;
}

#ct_bg .frameArea07 {
	background-color: #fff6a1;
}

#ct_bg .frameArea07 > .inner01 {
	margin: 0 auto;
	padding: 41px 50px 60px;
	width: 960px;
	background: url(../img/bg_index07.png) repeat 0 0 / 28px;
}

#ct_bg .frameArea07 > .inner02 {
	margin: 0 auto;
	padding: 41px 50px 60px;
	width: 960px;
	background: url(../img/bg_index08.png) repeat 0 0 / 18px;
}


#ct_bg .frameArea08 {
	margin-top: -5px;
	background-color: #8ad0db;
}

#ct_bg .frameArea08 > .inner01 {
	margin: 0 auto;
	padding: 41px 50px 80px;
	width: 960px;
	background: url(../img/bg_index12.png) repeat 0 0 / 28px;
}

#ct_bg .col01 > .text01 {
	display: inline-block;
	margin-top: 5px;
	padding: 7px 10px;
	border: #ff416e solid 1px;
	color: #e95098;
	font-size: 1.5rem;
	line-height: 1.0;
}

#ct_bg .col01 > .text02 {
	margin-top: 5px;
	color: #e95098;
}

#ct_bg .col01 > .text03 {
	margin-top: 20px;
}

#ct_bg .col02 {
	margin: 20px 18px 0 0;
	width: 240px;
}

#ct_bg .subSection01 {
	margin-top: 40px;
}

#ct_bg .subSection01 > .image01 {
	position: relative;
	left: -3px;
	margin-top: 22px;
	text-align: center;
}

#ct_bg .subSection01 > .image02 {
	margin-top: -10px;
	text-align: center;
}

#ct_bg .subSection01 > .image03 {
	margin-top: 15px;
	text-align: center;
}

#ct_bg .subSection01 > .image04 {
	margin-top: 40px;
	text-align: center;
}

#ct_bg .movieArea01 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-top: 40px;
}

#ct_bg .movieArea01 > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#ct_bg .anchorArea01 {
	width: 100%;
	background: #e95098;
}

#ct_bg .anchorArea01 .inner01 {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 44px;
}

#ct_bg .anchorArea01 .inner01 .hdg {
	display: inline-block;
	margin-bottom: 14px;

	border-style: solid;
	border-width: 2px;
	border-color: #92252a;
	border-radius: 26px;
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
	background-image: -moz-linear-gradient( 0deg, rgb(239,133,139) 0%, rgb(255,248,160) 33%, rgb(147,210,216) 66%, rgb(209,124,176) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(239,133,139) 0%, rgb(255,248,160) 33%, rgb(147,210,216) 66%, rgb(209,124,176) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(239,133,139) 0%, rgb(255,248,160) 33%, rgb(147,210,216) 66%, rgb(209,124,176) 100%);
	box-shadow: 5px 4px 0px 0px #92252a;

	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.07em;
	color: rgb(255, 255, 255);
	line-height: 1.2;
	text-align: center;
	padding: 0.65em 1.1em 0.4em 1.25em;
	text-shadow:1px 1px 0 #92252a, -1px -1px 0 #92252a,
			-1px 1px 0 #92252a, 1px -1px 0 #92252a,
			0px 1px 0 #92252a,  0 -1px 0 #92252a,
			-1px 0 0 #92252a, 1px 0 0 #92252a;
	position: relative;
}

#ct_bg .anchorArea01 .inner01 .textArea {
	width: 660px;
}

#ct_bg .anchorArea01 .inner01 p {
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.07em;
	color: #fff;
}

#ct_bg .anchorArea01 .inner01 figure {
	margin-top: -10px;
}

#ct_bg .anchorArea01 ul {
	margin-top: 12px;
}

#ct_bg .anchorArea01 ul li {
	width: 49.5%;
	position: relative;
}

#ct_bg .anchorArea01 ul li:nth-child(n + 3) {
	margin-top: 10px;
}

#ct_bg .anchorArea01 ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.07em;
	padding: 0.9em 0.5em 0.9em 1.4em;

	text-align: center;
	border-style: solid;
	border-width: 2px;
	border-color: rgb(255, 255, 255);
	border-radius: 10px;
	background-image: -moz-linear-gradient( 90deg, rgb(51,203,203) 0%, rgb(151,232,234) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(51,203,203) 0%, rgb(151,232,234) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(51,203,203) 0%, rgb(151,232,234) 100%);
	position: relative;
}
#ct_bg .anchorArea01 ul li a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 18px;
	width: 19px;
	height: 16px;
	margin-top: -9px;

	background: url(../img/bg_index11.png) no-repeat 0 0;
	background-size: 19px 16px;
}
#ct_bg .anchorArea01 ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-image: -moz-linear-gradient( 90deg, rgb(51,203,203) 0%, rgb(7,167,171) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(51,203,203) 0%, rgb(7,167,171) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(51,203,203) 0%, rgb(7,167,171) 100%);
}

#ct_bg .anchorArea01 ul li a span {
	text-shadow: 0px 0px 4px rgba(27, 177, 177, 1);
}
#ct_bg .anchorArea01 + div {
	position: relative;
	margin-top: -7px;
}
#ct_bg .anchorArea01 + div .inner01 {
	padding-top: 24px;
}
#ct_bg .anchorArea01 + div:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 7px;

	background: url(../img/bg_index09.png) repeat-x 50% 100%;
}

#ct_bg .list01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 20px;
}

#ct_bg .list01 > li {
	margin: 25px 0 0 20px;
	width: 189px;
}

#ct_bg .list01 > li:nth-child(4n+1) {
	margin-left: 0;
}

#ct_bg .list01 > li > .text01 {
	margin-top: 20px;
	color: #e95098;
	font-weight: bold;
}

#ct_bg .list01 > li > .text02 {
	margin-top: 10px;
}

#ct_bg .list01 > li > .button01 {
	margin: 20px auto 0;
	width: 172px;
}

#ct_bg .mallBtn01  .mallLink.reserve,
#ct_bg .mallBtn01  .mallLink.waiting {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#ct_bg .mallBtn01 .mallLink.reserve::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/btn_index06_no.png) no-repeat 0 0/100%;
	content: "";
}
#ct_bg .mallBtn01 .mallLink.reserve::after {
	opacity: 0;
	visibility: hidden;
}
#ct_bg .mallBtn01 .mallLink.on.reserve::after {
	opacity: 1;
	visibility: visible;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/btn_index06_on.png) no-repeat 0 0/100%;
	content: "";
}
 .mallLink.waiting::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/btn_index07_no.png) no-repeat 0 0/100%;
	content: "";
}
#ct_bg .mallBtn01 .mallLink.waiting::after {
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}
#ct_bg .mallBtn01 .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/btn_index07_on.png) no-repeat 0 0/100%;
	content: "";
}

#ct_bg .mallBtn01 .mallLink.on.reserve::before,
#ct_bg .mallBtn01 .mallLink.on.waiting::before{
	content: none;
}

@media screen and (max-width: 639px) {
#ct_bg .wrapper01 {
	padding-top: 0;
}

#ct_bg .headTitleArea01 {
	font-size: 1.2rem;
}

#ct_bg .headTitleArea01 > .inner01 {
	padding-left: 2%;
	padding-right: 2%;
	display: block;
	text-align: center;
}

#ct_bg .headTitleArea01 > .inner01 > .title01 {
	margin-right: 0;
}

#ct_bg .frameArea01 > .inner01 {
	padding: 10px 4% 40px;
	width: 100%;
	background-image: url(../img/bg_index01_sp.png);
	background-size: 47px;
}
#ct_bg .frameArea01.type01 > .inner01 {
	padding: 10px 4% 40px;
	background: url(../img/bg_index07.png) repeat 0 0 / 28px;
}

#ct_bg .frameArea01.type01 > .inner01 > .title01 {
	margin: 0;
}

#ct_bg .frameArea01 > .inner01 > .title01 {
	margin: 0 -2%;
}

#ct_bg .frameArea02 > .title01 {
	font-size: 1.6rem;
}

#ct_bg .frameArea02 > .button01 {
	width: 49%;
}

#ct_bg .frameArea02 > .inner01 {
	margin: 30px 4% 0;
}

#ct_bg .frameArea02 > .inner01 > .text01 {
	margin-right: 0;
	padding: 5px;
	font-size: 1.3rem;
}

#ct_bg .frameArea02 > .inner01 > .text02 {
	margin-top: 10px;
	width: 100%;
}

#ct_bg .frameArea03:before,
#ct_bg .frameArea03:after {
	padding-bottom: 2.4%;
	height: 0;
	background: repeat-x left top;
	background-size: 1410px;
}

#ct_bg .frameArea03:before {
	top: -5px;
	background-image: url(../img/bg_index03_sp.png);
}
#ct_bg .frameArea03:after {
	bottom: -5px;
	background-image: url(../img/bg_index04_sp.png);
}

#ct_bg .frameArea03 > .inner01 {
	margin: 0 auto;
	padding: 30px 4% 41px;
	width: 100%;
	background-image: url(../img/bg_index02_sp.png);
	background-size: 47px;
}

#ct_bg .frameArea03 > .inner01 > .title01 {
	margin: 0 -8%;
}

#ct_bg .frameArea03 > .inner01 > .image01 {
	text-align: center;
}

#ct_bg .frameArea04 > .inner01 {
	padding: 20px 4% 40px;
	width: 100%;
	background-image: url(../img/bg_index01_sp.png);
	background-size: 47px;
}

#ct_bg .frameArea04 > .inner01 > .button01 {
	margin: 0 auto;
	width: 42.8%;
}

#ct_bg .frameArea05 > .inner01 {
	margin: 0 auto;
	padding: 40px 4% 70px;
	width: 100%;
}

#ct_bg .fR01 {
	width: 38%;
	margin: 0 0 15px 15px;
}

#ct_bg .col01 {
	margin-left: 0;
	padding: 0 5%;
	width: 100%
}

#ct_bg .frameArea05 .col01 {
	width: 100%
}

#ct_bg .frameArea06 > .image01 {
	width: 100%;
	text-align: center;
}

#ct_bg .frameArea06 > .image01 img {
	width: 80.8%;
}

#ct_bg .frameArea06 > .image02 {
	margin: 10px 0 0;
	width: 100%;
	text-align: center;
}
#ct_bg .frameArea06 > .image02 img {
	width: 28.9%;
}

#ct_bg .frameArea07 > .inner01,
#ct_bg .frameArea07 > .inner02 {
	margin: 0 auto;
	padding: 40px 4% 70px;
	width: 100%;
}

#ct_bg .frameArea08 > .inner01 {
	padding: 40px 4%;
	width: 100%;
}

#ct_bg .col01 > .text01 {
	padding: 5px;
	font-size: 1.3rem;
}

#ct_bg .col01 > .text02 {
	margin-top: 10px;
}

#ct_bg .col02 {
	margin: 20px auto 0;
	width: 69%;
}

#ct_bg .subSection01 > .image01 {
	left: 0;
	margin-top: 15px;
}

#ct_bg .subSection01 > .image02 {
	margin-top: 5px;
}
#ct_bg .subSection01 > .image04 {
	margin-top: 20px;
}

#ct_bg .anchorArea01 {
	width: 100%;
}

#ct_bg .anchorArea01 .inner01 {
	width: 100%;
	padding: 10px 15px 32px;
}

#ct_bg .anchorArea01 .inner01 .hdg {
	width: 100%;
	font-size: 1.7rem;
	padding: 0.7em 1.1em 0.7em 1.25em;
}

#ct_bg .anchorArea01 .inner01 .textArea {
	width: 100%;
}

#ct_bg .anchorArea01 .inner01 p {
	font-size: 1.2rem;
}

#ct_bg .anchorArea01 .inner01 figure {
	margin-top: 6px;
}

#ct_bg .anchorArea01 ul {
	margin-top: 18px;
}

#ct_bg .anchorArea01 ul li {
	width: 100%;
}

#ct_bg .anchorArea01 ul li:nth-child(n + 2) {
	margin-top: 5px;
}

#ct_bg .anchorArea01 ul li a {
	font-size: 1.7rem;
}
#ct_bg .anchorArea01 ul li a:before {
	left: 13px;
	width: 14px;
	height: 11px;
	margin-top: -6px;

	background: url(../img/bg_index11.png) no-repeat 0 0;
	background-size: 14px auto;
}

#ct_bg .anchorArea01 + div {
	position: relative;
	margin-top: -7px;
}
#ct_bg .anchorArea01 + div .inner01 {
	padding-top: 24px;
}
#ct_bg .anchorArea01 + div:after {
	height: 8px;
	background: url(../img/bg_index09.png) repeat-x 50% 100%;
}

#ct_bg .list01 {
	margin: 0 4%;
}

#ct_bg .list01 > li {
	margin: 30px 0 0;
	width: 100%;
}

#ct_bg .list01 > li:first-child() {
	margin-top: 15px;
}

#ct_bg .list01 > li > .image01 {
	margin: 0 auto;
	width: 62.2%;
}

#ct_bg .list01 > li > .button01 {
	width: 173px !important;
	height: 56px !important;
}

#ct_bg .mallBtn01 .mallLink.on.reserve::after {
	background-image: url(../img/btn_index06_no.png);
}
	
#ct_bg .mallBtn01 .mallLink.on.waiting::after {
	background-image: url(../img/btn_index07_no.png);
}

}


/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
