@charset "utf-8";

html {
	font-size: 62.5%;
}

#contents {
	padding: 0;
	width: 100%;
}

#header {
	box-shadow: none;
}

#footerIn img {
	border: none;
}

.onlySP {
	display: none;
}

#ct_bg {
	background: url(../img/bg_index01.png) repeat 0 0 / 200px;
	color: #69318f;
	font-family: heisei-maru-gothic-std,sans-serif;
	font-size: 1.6rem;
	line-height: 1.75;
}

#ct_bg img {
	max-width: 100%;
	height: auto;
}

#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;
}

#ct_bg a {
	color: #69318f;
	text-decoration: none;
}
#ct_bg a:hover {
	text-decoration: underline;
}

#ct_bg .footer01 {
	position: relative;
	margin: 40px auto 0;
	padding: 0 20px 40px;
	max-width: 1040px;
}

#ct_bg .footer01::before,
#ct_bg .footer01::after {
	position: absolute;
	bottom: 0;
	content: "";
	width: 123px;
	height: 78px;
	background: no-repeat 0 0 / cover;
}

#ct_bg .footer01::before {
	left: 225px;
	background-image: url(../img/icon_index01.png);
}
#ct_bg .footer01::after {
	right: 225px;
	background-image: url(../img/icon_index02.png);
}

#ct_bg .footList01 {
	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;
	margin-top: 40px;
}

#ct_bg .footList01 > li {
	margin: 0 10px;
	width: 95px;
}

#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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 auto;
	padding: 10px 9px 0;
	max-width: 325px;
	border-radius: 10px;
	background-color: #fff;
}

#ct_bg .snsBtn01 > li:not(:first-child) {
	margin-left: 10px;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

#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 .mainImage01 {
	padding-top: 20px;
	margin: 0 auto;
	max-width: 1200px;
}
#ct_bg .mainImage01 > .image01 > img {
	border-radius: 80px 80px 0 0;
}

#ct_bg .localNavi01 {
	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;
	position: relative;
	padding: 18px;
	background: url(../img/bg_index02.png) repeat 0 0 / 36px;
	box-shadow: 0 2px 0 0 rgba(146, 72, 152, .2);
}

#ct_bg .localNavi01::before,
#ct_bg .localNavi01::after {
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	border-radius: 1px;
	background-image: linear-gradient(to right, #fff, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background-size: 12px 6px;
}

#ct_bg .localNavi01::before {
	top: 4px;
}
#ct_bg .localNavi01::after {
	bottom: 4px;
}

#ct_bg .localNavi01 > li {
	margin: 0 5px;
	min-width: 180px;
}

#ct_bg .localNavi01 > li > a {
	display: block;
	padding: 10px 5px 7px;
	border-radius: 22px;
	background-color: #fff080;
	color: #e74291;
	font-size: 2.0rem;
	font-weight: 800;
	font-style: normal;
	text-align: center;
	line-height: 1.4;
	box-shadow: inset 0 2px 0 0 #fed92d;
	transition: all .3s;
}

#ct_bg .localNavi01 > li > a:hover {
	background-color: #fff;
	text-decoration: none;
}
#ct_bg .ancNav01 {
	background-color: #fffde5;
	border-radius:70px;
	position: relative;
	width: 1000px;
	height: 140px;
	margin-top: 44px;
}
#ct_bg .ancNav01 .localNavi02 {
	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;
	position: absolute;
	top: -40px;
	left: 0;
}
#ct_bg .localNavi02 li {
	margin: 20px auto 0;
	width: 166px;
}

#ct_bg .localNavi02 li > a {
	display: block;
	position: relative;
}

#ct_bg .localNavi02 li > a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: no-repeat 0 0 / 100%;
	opacity: 0;
	transition: all .3s;
}
#ct_bg .localNavi02 li > a.type01::before {
	background-image: url(../img/btn_index06_on.png);
}
#ct_bg .localNavi02 li > a.type02::before {
	background-image: url(../img/btn_index07_on.png);
}
#ct_bg .localNavi02 li > a.type03::before {
	background-image: url(../img/btn_index08_on.png);
}
#ct_bg .localNavi02 li > a.type04::before {
	background-image: url(../img/btn_index09_on.png);
}
#ct_bg .localNavi02 li > a.type05::before {
	background-image: url(../img/btn_index10_on.png);
}
#ct_bg .localNavi02 li > a.type06::before {
	background-image: url(../img/btn_index11_on.png);
}
#ct_bg .localNavi02 li > a:hover::before {
	opacity: 1.0;
}
#ct_bg .localNavi02 li > a .new{
	position: absolute;
	top: -17px;
	left: 0;
	width: 75px;
}

#ct_bg .info {
	margin: 23px auto -15px;
	background-color: #fff;
	width: 940px;
}
#ct_bg .info a{
	padding: 10px 20px;
	display: block;
	background-color: #fffcd1;
	border: solid 3px #fff100;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 110%;
	color: red;
	text-decoration: none;
}
#ct_bg .info a:hover{
	text-decoration: underline;
	opacity: 0.7;
}

#ct_bg .frameArea01 {
	position: relative;
	margin-top: 40px;
	padding: 45px 20px;
	background: url(../img/bg_index03.png) repeat 0 0 / 36px;
	box-shadow: 0 2px 0 0 rgba(146, 72, 152, .2);
}

#ct_bg .subSection01 + .frameArea01 {
	margin-top: 80px;
}

#ct_bg .frameArea01::before,
#ct_bg .frameArea01::after {
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	border-radius: 1px;
	background-image: linear-gradient(to right, #fff, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background-size: 12px 6px;
}

#ct_bg .frameArea01::before {
	top: 4px;
}
#ct_bg .frameArea01::after {
	bottom: 4px;
}

#ct_bg .frameArea01 > .inner01 {
	margin: 0 auto;
	max-width: 1000px;
}

#ct_bg .frameArea01 > .inner01 > .title01 {
	margin: 0 auto;
	width: 340px;
	position: relative;
}
#ct_bg .frameArea01 > .inner01 > .title01 > span {
	position: absolute;
	right: -200px;
	top: -20px;
}

#ct_bg .frameArea02 {
	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: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	position: relative;
	border: #e74291 solid 5px;
	border-radius: 50px;
	background-color: #fff;
}

#ct_bg .frameArea02 > .inner01 {
	padding: 25px 30px 20px;
	width: 61%;
}

#ct_bg .frameArea02 > .inner01 > .title01 {
	width: 300px;
}

#ct_bg .frameArea02 > .inner01 > .text01 {
	margin-top: 20px;
	font-weight: 800;
}

#ct_bg .frameArea02 > .image01 {
	width: 32.5%;
	margin-left: 30px;
	margin-bottom: 20px;
}

#ct_bg .frameArea02 > .image01 img {
	border-radius: 45px 0 0 45px;
}

#ct_bg .frameArea03 {
	position: relative;
	margin-top: 25px;
}
#ct_bg .frameArea03.mt50 {
	margin-top: 50px;
}

#ct_bg .frameArea03 > .image01{
	width: 48%;
}
#ct_bg .frameArea03 > .image02{
	position: absolute;
	top: 0;
	right: 14px;
}

#ct_bg .frameArea04 > .image01 {
	width: 104.4%;
	margin-left: -12px;
}

#ct_bg .frameArea05 {
	position: relative;
	padding-bottom: 30px;
	background-image: url("../img/bg_index07_pc.png");
	background-size: contain;
	background-repeat: repeat-y;
	border-radius: 10px;
	box-shadow: 0 0  20px 10px #fff;
	text-align: center;
}
#ct_bg .frameArea05 > .ico01,
#ct_bg .frameArea05 > .ico02,
#ct_bg .frameArea05 > .ico03,
#ct_bg .frameArea05 > .ico04 {
	position: absolute;
	width: 120px;
	border-radius: 10px;
}
#ct_bg .frameArea05 > .ico01 > img,
#ct_bg .frameArea05 > .ico02 > img,
#ct_bg .frameArea05 > .ico03 > img,
#ct_bg .frameArea05 > .ico04 > img {
	border-radius: 10px;	
}
#ct_bg .frameArea05 > .ico01 {
	top: 0px;
	left: 0px;
}
#ct_bg .frameArea05 > .ico02 {
	top: 0px;
	right: 0px;
}
#ct_bg .frameArea05 > .ico03 {
	bottom: 0px;
	left: 0px;
}
#ct_bg .frameArea05 > .ico04 {
	bottom: 0px;
	right: 0px;
}
#ct_bg .frameArea05 > .image01 {
	position: relative;
	top: -40px;
}
#ct_bg .frameArea05 > .image02 {
	margin-top: -40px;
}
#ct_bg .frameArea05 > .textArea01.type01 {
	margin-top: -30px;
}
#ct_bg .frameArea05 > .textArea01 {
	width: 71.3%;
	margin: 0 auto 0;
	padding: 15px;
	background-color: rgba(255,255,255,.5);
	border-radius: 20px;
	text-align: center;
}
#ct_bg .frameArea05 > .textArea01 > .text01 {
	color: #69318f;
	font-size: 2.0rem;
	font-weight: 800;
	text-align: center;
}
#ct_bg .frameArea05 > .textArea01 > .text02 {
	display: table;
	margin: 10px auto 0;
	padding: 7px 7px 3px;
	background-color: #69318f;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.0;
	text-align: center;
}
#ct_bg .frameArea05 > .textArea01 > .text03 {
	margin-top: 10px;
	color: #69318f;
	font-weight: 800;
	text-align: center;
}

#ct_bg .frameArea06 {
	max-width: 980px;
	position: relative;
	margin-top: 80px;
	padding-bottom: 30px;
	border-radius: 10px;
	box-shadow: 0 0  20px 10px #fff;
	text-align: center;
	background: linear-gradient(to bottom, #7375b5, #a769a7, #d677a3, #ed8aa3, #feedad);
}
#ct_bg .frameArea06::before {
	content: "";
	background: url("../img/txt_index04.png") no-repeat;
	position: absolute;
	top: -40px;
	left: 50%;
    transform: translateX(-50%);
	width: 490px;
	height: 187px;
	background-size: 490px;
	z-index: 2;
}
#ct_bg .frameArea06 > .image01 {
	position: relative;
}
#ct_bg .frameArea06 > .image02Wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	max-width: 870px;
	margin: 0 auto;
}
#ct_bg .frameArea06 > .image02Wrap > .imgCol01 {
	width: 39.6%;
}
#ct_bg .frameArea06 > .image02Wrap > .imgCol02 {
	width: 57.59%;
}
#ct_bg .frameArea06 > .textArea01 {
	width: 71.3%;
	margin: 40px auto 0;
	padding: 15px;
	background-color: rgba(255,255,255,.5);
	border-radius: 20px;
	text-align: center;
}
#ct_bg .frameArea06 > .textArea01 > .text01 {
	color: #69318f;
	font-size: 2.0rem;
	font-weight: 800;
	text-align: center;
}
#ct_bg .frameArea06 > .textArea01 > .text02 {
	display: table;
	margin: 10px auto 0;
	padding: 7px 7px 3px;
	background-color: #69318f;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.0;
	text-align: center;
}
#ct_bg .frameArea06 > .textArea01 > .text03 {
	margin-top: 10px;
	color: #69318f;
	font-weight: 800;
	text-align: center;
}
#ct_bg .frameArea06 > .textArea02 {
	max-width: 880px;
	margin: 30px auto 0;
	text-align: center;
}
#ct_bg .frameArea06 > .note01 {
	width: 71.3%;
	margin: 15px auto 0;
	text-align: left;
}
#ct_bg .frameArea06 > .note01 > li {
	font-size: 1.4rem;
}


#ct_bg .color01 {
	color: #e74291;
}
#ct_bg .col01 {
	margin-top: 50px;
	width: 48%;
}

#ct_bg .col01 > .text01 {
	margin-top: 15px;
	color: #fff;
	font-size: 2.0rem;
	font-weight: 800;
	text-align: center;
}

#ct_bg .col01 > .text02 {
	display: table;
	margin: 10px auto 0;
	padding: 7px 7px 3px;
	background-color: #69318f;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.0;
	text-align: center;
}

#ct_bg .col01 > .text03 {
	margin-top: 10px;
	color: #fff;
	font-weight: 800;
	text-align: center;
}

#ct_bg .col01 > .text04 {
	margin-top: -20px;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
}

#ct_bg .subSection01 {
	margin: 80px auto 0;
	padding: 0 20px;
	max-width: 1040px;
}

#ct_bg .btn02 {
	margin: 20px auto 0;
	width: 553px;
}

#ct_bg .btn02 > a {
	display: block;
	position: relative;
}

#ct_bg .btn02 > a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: no-repeat 0 0 / 100%;
	opacity: 0;
	transition: all .3s;
}

#ct_bg .subSection02 {
	margin-top: 40px;
}

#ct_bg .heading01 {
	position: relative;
	text-align: center;
}

#ct_bg .heading01::before,
#ct_bg .heading01::after {
	position: absolute;
	top: 50%;
	content: "";
	margin-top: -42px;
	width: 254px;
	height: 85px;
	background: no-repeat 0 0;
}

#ct_bg .heading01::before {
	left: 36px;
	background-image: url(../img/bg_index04.png);
}
#ct_bg .heading01::after {
	right: 36px;
	background-image: url(../img/bg_index05.png);
}

#ct_bg .heading01 img {
	width: 400px;
}

#ct_bg .heading02 {
	margin: 0 auto;
	width: 407px;
}

#ct_bg .movieWrap01 {
	border: #fff solid 10px;
	border-radius: 10px;
}

#ct_bg .iframeWrap01 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

#ct_bg .iframeWrap01 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#ct_bg .list01 > li {
	position: relative;
	margin-top: 50px;
	width: 48%;
}

#ct_bg .list01 > li:nth-child(2n) {
	margin-left: 40px;
}

#ct_bg .list01 > li > .icon01 {
	position: absolute;
	z-index: 5;
	top: -25px;
	left: 50%;
	margin-left: -56px;
	width: 113px;
}

#ct_bg .list01 > li > .text01 {
	margin-top: 20px;
	color: #69318f;
	font-weight: 800;
}

#ct_bg .list01.type01 {
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
}
#ct_bg .list01.type01 > li {
	width: 100%;
	margin-top: 40px;
}
#ct_bg .list01.type01 > li:nth-child(2n) {
	margin-left: 0;
}

#ct_bg .list02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#ct_bg .list02 > li {
	margin-top: 17px;
}

#ct_bg .list02 > li.image01 {
	width: 33.6%;
}
#ct_bg .list02 > li.image02 {
	width: 33.2%;
}
#ct_bg .list02 > li.image03 {
	width: 33.2%;
}
#ct_bg .list02 > li.image04 {
	margin-right: 1%;
	width: 31%;
}
#ct_bg .list02 > li.image05 {
	margin-right: 2%;
	width: 34.8%;
}
#ct_bg .list02 > li.image06 {
	width: 31%;
}

#ct_bg .bnrList01 {
	max-width: 960px;
	margin: 40px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#ct_bg .bnrList01 > li {
	width: 48%;
	background: #fff;
	border-radius: 30px;
}
#ct_bg .bnrList01 > li > a > img {
	border-radius: 30px;
}

#ct_bg .img01 {
	margin-top: 40px;
}

#ct_bg .bnr01 {
	margin: 40px auto 0;
	max-width: 720px;
	background: #fff;
	border-radius: 20px;
}

#ct_bg .block01 {
	margin-top: 40px;
}

#ct_bg .btn01 {
	margin: 20px auto 0;
	width: 255px;
}
#ct_bg .btn01 + .btn01 {
	margin-top: 10px;
}

#ct_bg .btn01 > a {
	display: block;
	position: relative;
}

#ct_bg .btn01 > a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: no-repeat 0 0 / 100%;
	opacity: 0;
	transition: all .3s;
}
#ct_bg .btn01.type01 > a::before {
	background-image: url(../img/btn_index01_on.png);
}
#ct_bg .btn01.type02 > a::before {
	background-image: url(../img/btn_index02_on.png);
}
#ct_bg .btn01 > a:hover::before {
	opacity: 1.0;
}

#ct_bg .btn01.type01 > a.reserve::after,
#ct_bg .btn01.type01 > a.waiting::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: no-repeat 0 0 / 100%;
	transition: all .3s;
	opacity: 0;
}

#ct_bg .btn01.type01 > a.reserve::before,
#ct_bg .btn01.type01 > a.waiting::before {
	opacity: 1.0;
}
#ct_bg .btn01.type01 > a.reserve:hover::after,
#ct_bg .btn01.type01 > a.waiting:hover::after {
	opacity: 1.0;
}
#ct_bg .btn01.type01 > a.reserve::before {
	background-image: url(../img/btn_index04_no.png);
}
#ct_bg .btn01.type01 > a.reserve:hover::after {
	background-image: url(../img/btn_index04_on.png);
}
#ct_bg .btn01.type01 > a.waiting::before {
	background-image: url(../img/btn_index05_no.png);
}
#ct_bg .btn01.type01 > a.waiting:hover::after {
	background-image: url(../img/btn_index05_on.png);
}

#ct_bg .btn02 > a::before {
	background-image: url(../img/btn_index03_on.png);
}
#ct_bg .btn02 > a:hover::before {
	opacity: 1.0;
}
@media screen and (max-width: 1200px) {
#ct_bg .localNavi01 > li{
	min-width: 160px;
}
#ct_bg .ancNav01 {
	position: inherit;
	width: 100%;
	height: auto;
	margin-top: 44px;
}
#ct_bg .ancNav01 .localNavi02 {
	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;
	position: relative;
	top: -25px;
	left: 0;
}
#ct_bg .localNavi02 li {
	margin: 0 -5px;
	width: 17%;
}
#ct_bg .localNavi02 li > a {
	display: block;
	position: relative;
}
#ct_bg .localNavi02 li > a .new{
	position: absolute;
	top: auto;
	bottom: 13%;
	left: -10px;
	width: 48%;
}

}
@media screen and (max-width: 639px) {
#ct_bg {
	font-size: 1.4rem;
}

#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 .footer01 {
	padding: 0 6% 123px;
}

#ct_bg .footer01::before {
	left: 8.7%;
}
#ct_bg .footer01::after {
	right: 8.7%;
}

#ct_bg .footList01 > li {
	width: 96px;
}

#ct_bg .mainImage01 {
	padding-top: 0;
}
#ct_bg .mainImage01 > .image01 > img {
	border-radius: 0;
}

#ct_bg .localNavi01 {
	position: relative;
	padding: 5px 4% 20px;
}

#ct_bg .localNavi01::before,
#ct_bg .localNavi01::after {
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	border-radius: 1px;
	background-image: linear-gradient(to right, #fff, #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background-size: 12px 6px;
}

#ct_bg .localNavi01 > li {
	margin: 15px 0 0 4.3%;
	min-width: inherit;
	width: 47.8%;
}

#ct_bg .localNavi01 > li:nth-child(odd) {
	margin-left: 0;
}

#ct_bg .localNavi01 > li > a {
	padding: 13px 5px 10px;
	font-size: 1.6rem;
}

#ct_bg .localNavi01 > li > a:hover {
	background-color: #fff080;
}
#ct_bg .ancNav01 {
	border-radius:22px;
	position: inherit;
	width: 100%;
	height: auto;
	margin-top: 44px;
	padding-bottom: 20px;
}
#ct_bg .ancNav01 .localNavi02 {
	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;
	position: relative;
	top: 0;
	left: 0;
}
#ct_bg .localNavi02 li {
	margin: -15px -5px;
	width: 35%;
}
#ct_bg .localNavi02 li:nth-child(n + 4) {
	margin-top: 15px;
}
#ct_bg .localNavi02 li > a {
	display: block;
	position: relative;
}
#ct_bg .localNavi02 li > a .new{
	position: absolute;
	top: auto;
	bottom: 13%;
	left: -12px;
	width: 48%;
}

#ct_bg .info {
	padding: 0 3%;
	background: none;
	width: 100%;
}
#ct_bg .frameArea01 {
	padding: 45px 4%;
}

#ct_bg .frameArea01 > .inner01 > .title01 {
	width: 73.4%;
}
#ct_bg .frameArea01 > .inner01 > .title01.type01 {
	width: 100%;
	padding-right: 30vw;
}
#ct_bg .frameArea01 > .inner01 > .title01 > span {
	width: 30vw;
	top: -10%;
	right: -2%;
}
#ct_bg .frameArea02 > .inner01 {
	padding: 30px 5% 0;
	width: 100%;
}

#ct_bg .frameArea02 > .inner01 > .title01 {
	margin: 0 auto;
	width: 74.8%;
}

#ct_bg .frameArea02 > .image01 {
	margin-top: 20px;
	margin-left: 4%;
	margin-right: 4%;
	width: 100%;
}

#ct_bg .frameArea02 > .image01 img {
	border-radius: 0 0 45px 45px;
}

#ct_bg .frameArea03 > .image01{
	margin: 0 auto;
	width: 86.9%;
}
#ct_bg .frameArea03 > .image02{
	position: static;
	margin-top: 15px;
}

#ct_bg .frameArea04 > .image01 {
	margin-left: -1%;
}
	
#ct_bg .frameArea05 {
	position: relative;
	padding-bottom: 30px;
	background-image: url("../img/bg_index07_sp.png");
	border-radius: 10px;
	box-shadow: 0 0  10px 5px #fff;
	text-align: center;
}	
#ct_bg .frameArea05 > .ico01,
#ct_bg .frameArea05 > .ico02,
#ct_bg .frameArea05 > .ico03,
#ct_bg .frameArea05 > .ico04 {
	width: 67px;
}
#ct_bg .frameArea05 > .image01 {
	top: -20px;
}
#ct_bg .frameArea05 > .image02 {
	margin-top: -20px;
}	
#ct_bg .frameArea05 > .textArea01.type01 {
	margin-top: -10px;
}
#ct_bg .frameArea05 > .textArea01 {
	margin-top: 0;
	padding: 15px 5px;
}
#ct_bg .frameArea05 > .textArea01 > .text01 {
	font-size: 1.6rem;
}
#ct_bg .frameArea05 > .textArea01 > .text02 {
	padding: 7px 7px 3px;
	font-size: 1.2rem;
}
#ct_bg .frameArea05 > .textArea01 > .text03 {
	font-size: 1.4rem;
}

#ct_bg .frameArea06 {
	position: relative;
	margin-top: 50px;
	padding-bottom: 30px;
	box-shadow: 0 0  10px 5px #fff;
	text-align: center;
}
#ct_bg .frameArea06::before {
	top: -20px;
	width: 184px;
	height: 70px;
	background-size: 184px;
}
#ct_bg .frameArea06 > .image02Wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 94%;
	margin: 0 auto;
}
#ct_bg .frameArea06 > .image02Wrap > .imgCol01 {
	width: 100%;
}
#ct_bg .frameArea06 > .image02Wrap > .imgCol02 {
	width: 100%;
}
#ct_bg .frameArea06 > .textArea01 {
	margin-top: 20px;
	padding: 15px 5px;
}
#ct_bg .frameArea06 > .textArea01 > .text01 {
	font-size: 1.6rem;
}
#ct_bg .frameArea06 > .textArea01 > .text02 {
	padding: 7px 7px 3px;
	font-size: 1.2rem;
}
#ct_bg .frameArea06 > .textArea01 > .text03 {
	font-size: 1.4rem;
}
#ct_bg .frameArea06 > .textArea02 {
	margin-top: 20px;
	width: 90%;
}
#ct_bg .frameArea06 > .note01 > li {
	font-size: 1.2rem;
}
	
#ct_bg .col01 {
	margin-top: 20px;
	width: 100%;
}

#ct_bg .col01 + .col01 {
	margin-top: 30px;
}

#ct_bg .col01 > .image01 {
	margin: 0 auto;
	width: 86.9%;
}

#ct_bg .col01 > .text01 {
	font-size: 1.6rem;
}

#ct_bg .col01 > .text02 {
	padding: 7px 7px 3px;
	font-size: 1.2rem;
}

#ct_bg .col01 > .text04 {
	margin-top: 0;
}

#ct_bg .subSection01 {
	padding: 0 4%;
}

#ct_bg .heading01::before,
#ct_bg .heading01::after {
	content: normal;
}

#ct_bg .heading01 img {
	width: 86.9%;
}

#ct_bg .heading02 {
	width: 88.4%;
}

#ct_bg .list01 > li {
	margin-top: 35px;
	width: 100%;
}

#ct_bg .list01 > li:nth-child(2n) {
	margin-left: 0;
}

#ct_bg .list01 > li > .icon01 {
	top: -16px;
	margin-left: -42px;
	width: 84px;
}

#ct_bg .list02 {
}

#ct_bg .list02 > li {
	position: relative;
	margin-top: 20px;
}

#ct_bg .list02 > li::after {
	position: absolute;
	top: 0;
	content: "";
	width: 18.8%;
	height: 100%;
	background: url(../img/bg_index06.png) no-repeat 0 0 / auto 100%;
}

#ct_bg .list02 > li:nth-child(odd)::after {
	right: 5%;
}
#ct_bg .list02 > li:nth-child(even)::after {
	left: 2%;
}

#ct_bg .list02 > li.image01 {
	margin-right: 0;
	padding-right: 27.5%;
	width: 100%;
}

#ct_bg .list02 > li.image02 {
	margin-right: 0;
	padding-left: 26.3%;
	width: 100%;
}
#ct_bg .list02 > li.image03 {
	padding-right: 27.5%;
	width: 100%;
}
#ct_bg .list02 > li.image04 {
	margin-right: 0;
	padding-right: 36.6%;
	width: 100%;
}
#ct_bg .list02 > li.image05 {
	margin-right: 0;
	padding-left: 28.6%;
	width: 100%;
}
#ct_bg .list02 > li.image06 {
	padding-right: 29.3%;
	width: 100%;
}
	
#ct_bg .bnrList01 {
	padding-left: 4%;
	padding-right: 4%;
}
#ct_bg .bnrList01 > li {
	width: 100%;
}
#ct_bg .bnrList01 > li + li {
	margin-top: 20px;
}

#ct_bg .bnr01 {
	margin: 40px 0 0;
}

#ct_bg .block01 {
	margin: 30px auto 0;
	width: 86.9%;
}

#ct_bg .block01 > .image01 {
	margin: 0 auto;
	width: 81.1%;
}

#ct_bg .block01 > .text01 + .image01 {
	margin-top: 20px;
}

#ct_bg .btn01 {
	width: 100%;
}
#ct_bg .btn01 + .button01 {
	margin-top: 20px;
}

#ct_bg .btn01 > a::before {
	content: normal;
}

#ct_bg .btn01 > a {
	margin: 0 auto;
	width: 188px !important;
	height: 46px !important;
}

#ct_bg .btn01.type01 > a.reserve::before,
#ct_bg .btn01.type01 > a.waiting::before {
	content: "";
}

#ct_bg .btn01.type01 > a.reserve::after,
#ct_bg .btn01.type01 > a.waiting::after {
	content: normal;
}

#ct_bg .btn02 {
	width: 100%;
}

#ct_bg .btn02 > a::before {
	content: normal;
}

}

@media screen and (max-width: 374px){
#ct_bg .frameArea05 > .textArea01 > .text01 {
	font-size: 1.4rem;
}
#ct_bg .frameArea05 > .textArea01 > .text02 {
	padding: 7px 7px 3px;
}
#ct_bg .frameArea05 > .textArea01 > .text03 {
	font-size: 1.2rem;
}
#ct_bg .frameArea06 > .textArea01 > .text01 {
	font-size: 1.4rem;
}
#ct_bg .frameArea06 > .textArea01 > .text02 {
	padding: 7px 7px 3px;
}
#ct_bg .frameArea06 > .textArea01 > .text03 {
	font-size: 1.2rem;
}
}

/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
