@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 {
	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 .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 .snsBtn01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#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.aC {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: 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-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

#ct_bg .contents01 {
	position: relative;
	background-color: #fff;
}

#ct_bg .contents01 > .logo01 {
	position: absolute;
	left: 50%;
	top: 8px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 11;
}

#ct_bg .mainArea01 {
	position: relative;
	overflow: hidden;
}
	
}

@-webkit-keyframes anime03 {
	0% {-webkit-transform:  rotate(0deg);opacity: 1;}
	
	12.5% {-webkit-transform:  rotate(1.5deg);opacity: .3;}
	
	25% {-webkit-transform: rotate(3deg);opacity: 1;}
	
	37.5% {-webkit-transform:  rotate(1.5deg);opacity: .3;}
	
	50% {-webkit-transform:  rotate(0deg);opacity: 1;}
	
	62.5% {-webkit-transform:  rotate(-1.5deg);opacity: .3;}
	
	75% {-webkit-transform: rotate(-3deg);opacity: 1;}
	
	87.5% {-webkit-transform:  rotate(-1.5deg);opacity: .3;}
	
	100% {-webkit-transform: rotate(0deg);opacity: 1;}
}
@keyframes anime03 {
	0% {transform:  rotate(0deg);opacity: 1;}
	
	12.5% {transform:  rotate(1.5deg);opacity: .3;}
	
	25% {transform: rotate(3deg);opacity: 1;}
	
	37.5% {transform:  rotate(1.5deg);opacity: .3;}
	
	50% {transform:  rotate(0deg);opacity: 1;}
	
	62.5% {transform:  rotate(-1.5deg);opacity: .3;}
	
	75% {transform: rotate(-3deg);opacity: 1;}
	
	87.5% {transform:  rotate(-1.5deg);opacity: .3;}
	
	100% {transform: rotate(0deg);opacity: 1;}
}

#ct_bg .mainArea01 > .image01 {
	position: absolute;
	width: 1597px;
	margin-left: -800px;
	left: 50%;
	top: -80px;
	webkit-animation: anime03 1.5s infinite ease-in;
	animation: anime03 1.5s infinite ease-in;
}

#ct_bg .mainArea01 > .box01Wrap {
	background-image: -moz-linear-gradient( -90deg, rgb(243,152,0) 0%, rgb(247,237,0) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(243,152,0) 0%, rgb(247,237,0) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(243,152,0) 0%, rgb(247,237,0) 100%);
}

#ct_bg .mainArea01 > .box01Wrap > .box01 {
	position: relative;
	z-index: 2;
	background: url(../img/img_index01.png) no-repeat 50% 0;
}

#ct_bg .mainArea01 > .box01Wrap > .box01 > .inner01 {
	position: relative;
}

#ct_bg .mainArea01 > .box01Wrap > .box01 > .inner01:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 360px;
	background: url(../img/bg_index06_pc.png) repeat-x 50% 0;
	z-index: -1;
	content: "";
}

#ct_bg .mainArea01 > .box01Wrap > .box01 > .inner01 > .image01 {
	position: relative;
	z-index: 5;
	left: -9px;
	padding-top: 235px;
	text-align: center;
}

#ct_bg .mainArea01 > .box01Wrap > .box01 > .inner01 > .text01 {
	position: relative;
	top: -15px;
	max-width: 960px;
	margin: 0 auto;
	text-align: right;
}

#ct_bg .mainArea01 > .box01Wrap > .box01 > .inner01 > .text01 > img {
	height: 29px;
}

#ct_bg .mainArea01 > .box01Wrap > .box01 > .button01 {
	position: absolute;
	top: 173px;
	left: 50%;
	width: 1200px;
	margin-left: -600px;
	text-align: right;
	z-index: 100;
}

#ct_bg .mainArea01 > .box01Wrap > .box01 > .button01 img {
	width: 373px;
}

#ct_bg .mainArea01 > .box02 {
	position: relative;
	padding-bottom: 40px;
	z-index: 3;
	background-color: #e60012;
}

#ct_bg .mainArea01 > .box02 > .image01 {
	width: 960px;
	margin: 40px auto 0;
}

#ct_bg .mainArea01 > .box03 {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1600px;
}

#ct_bg .mainArea01 > .box03 > .image01 {
	position: absolute;
}

@-webkit-keyframes anime01 {
	0% {opacity: 1;}
	
	50% {opacity: 0;}
	
	100% {opacity: 1;}
}
@keyframes anime01 {
	0% {opacity: 1;}
	
	50% {opacity: 0;}
	
	100% {opacity: 1;}
}

@-webkit-keyframes anime02 {
	0% {opacity: 0;}
	
	25% {opacity: 1;}
	
	50% {opacity: 0;}
	
	75% {opacity: 1;}
	
	100% {opacity: 0;}
}
@keyframes anime02 {
	0% {opacity: 0;}
	
	25% {opacity: 1;}
	
	50% {opacity: 0;}
	
	75% {opacity: 1;}
	
	100% {opacity: 0;}
}

#ct_bg .mainArea01 > .box03 > .star01,
#ct_bg .mainArea01 > .box03 > .star04,
#ct_bg .mainArea01 > .box03 > .star05,
#ct_bg .mainArea01 > .box03 > .star08 {
	width: 168px;
}

#ct_bg .mainArea01 > .box03 > .star02,
#ct_bg .mainArea01 > .box03 > .star03,
#ct_bg .mainArea01 > .box03 > .star06,
#ct_bg .mainArea01 > .box03 > .star07,
#ct_bg .mainArea01 > .box03 > .star09,
#ct_bg .mainArea01 > .box03 > .star10 {
	width: 84px;
}

#ct_bg .mainArea01 > .box03 > .star01 {
	left: 25px;
	top: 5px;
	-webkit-animation: anime01 1.2s infinite linear;
	animation: anime01 1.2s infinite linear;
}

#ct_bg .mainArea01 > .box03 > .star02 {
	left: 193px;
	top: 0;
	-webkit-animation: anime01 1.4s infinite linear .4s;
	animation: anime01 1.4s infinite linear .4s;
}

#ct_bg .mainArea01 > .box03 > .star03 {
	left: 273px;
	top: 100px;
	opacity: 0;
	-webkit-animation: anime02 1.6s infinite linear;
	animation: anime02 1.6s infinite linear;
}

#ct_bg .mainArea01 > .box03 > .star04 {
	left: 430px;
	top: -30px;
	-webkit-animation: anime01 1.0s infinite linear .4s;
	animation: anime01 1.0s infinite linear .4s;
}

#ct_bg .mainArea01 > .box03 > .star05 {
	right: 568px;
	top: 3px;
	opacity: 0;
	-webkit-animation: anime02 1.6s infinite linear;
	animation: anime02 1.6s infinite linear;
}

#ct_bg .mainArea01 > .box03 > .star06 {
	right: 481px;
	top: 0;
	-webkit-animation: anime01 1.4s infinite linear .4s;
	animation: anime01 1.4s infinite linear .4s;
}

#ct_bg .mainArea01 > .box03 > .star07 {
	right: 398px;
	top: 100px;
	-webkit-animation: anime01 1.2s infinite linear;
	animation: anime01 1.2s infinite linear;
}

#ct_bg .mainArea01 > .box03 > .star08 {
	right: 160px;
	top: -30px;
	opacity: 0;
	-webkit-animation: anime01 1.2s infinite linear;
	animation: anime01 1.2s infinite linear;
}

#ct_bg .mainArea01 > .box03 > .star09 {
	right: 90px;
	top: 78px;
	-webkit-animation: anime02 1.6s infinite linear;
	animation: anime02 1.6s infinite linear;
}

#ct_bg .mainArea01 > .box03 > .star10 {
	left: 583px;
	top: 76px;
	-webkit-animation: anime01 1.4s infinite linear .4s;
	animation: anime01 1.4s infinite linear .4s;
}

#ct_bg .subSection01 {
	position: relative;
	padding-top: 70px;
	padding-bottom: 60px;
	background-image: -moz-linear-gradient( -90deg, rgb(243,152,0) 0%, rgb(247,237,0) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(243,152,0) 0%, rgb(247,237,0) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(243,152,0) 0%, rgb(247,237,0) 100%);
}

#ct_bg .subSection01:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:url(../img/bg_index06_pc.png),url(../img/bg_index05.png); 
	background-position: 50% 100%, 50% 50%;
	background-repeat: repeat-x,no-repeat;
	background-size: auto 360px,1597px auto;
	content: "";
}
#ct_bg .subSection01:after {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: -webkit-linear-gradient(top, rgba(243,123,137,1) 0%,rgba(230,0,18,1) 40%,rgba(230,0,18,1) 74%,rgba(180,0,14,1) 99%);
    background: linear-gradient(to bottom, rgba(243,123,137,1) 0%,rgba(230,0,18,1) 40%,rgba(230,0,18,1) 74%,rgba(180,0,14,1) 99%);
	content: "";
}
#ct_bg .subSection01.type01 {
	padding-top: 50px;
	padding-bottom: 48px;
	background: url(../img/bg_index02.png) repeat 0 0/160px;
	overflow: hidden;
}
#ct_bg .subSection01.type01:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: inherit;
	height: inherit;
	background-image:none;
	content: "";
}
#ct_bg .subSection01.type02 {
}
#ct_bg .subSection01.type02:before {
	background-image:none;
}

#ct_bg .subSection01 > .inner01 {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#ct_bg .subSection01 > .inner01 > .image01 {
	position: absolute;
	top: -89px;
	right: 0;
	z-index: 6;
}
#ct_bg .subSection01 > .inner01 > .image01 img {
	width: 386px;
}

#ct_bg .heading01 {
	text-align: center;
}

#ct_bg .heading01.type01 {
	text-align: left;
}

#ct_bg .heading01 > img {
	height: 104px;
}

#ct_bg .heading01 > .font01 {
	position: relative;
	display: inline-block;
	top: -4px;
	vertical-align: bottom;
}

#ct_bg .heading01 > .font01 > img {
	height: 51.8px;
}

#ct_bg .heading02 {
	font-size: 2rem;
	color: #004ea2;
	font-weight: bold;
}


#ct_bg .frameArea01 {
	background-image: url(../img/bg_index02.png); 
	background-position: 0 0;
	background-repeat: repeat;
	background-size: 80px auto;
	padding-top: 10px;
	padding-bottom: 8px;
	position: relative;
}

#ct_bg .frameArea01:before {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: -webkit-linear-gradient(top, rgba(243,123,137,1) 0%,rgba(230,0,18,1) 40%,rgba(230,0,18,1) 74%,rgba(180,0,14,1) 99%);
    background: linear-gradient(to bottom, rgba(243,123,137,1) 0%,rgba(230,0,18,1) 40%,rgba(230,0,18,1) 74%,rgba(180,0,14,1) 99%);
	content: "";
}
#ct_bg .frameArea01:after {
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: -webkit-linear-gradient(top, rgba(243,123,137,1) 0%,rgba(230,0,18,1) 40%,rgba(230,0,18,1) 74%,rgba(180,0,14,1) 99%);
    background: linear-gradient(to bottom, rgba(243,123,137,1) 0%,rgba(230,0,18,1) 40%,rgba(230,0,18,1) 74%,rgba(180,0,14,1) 99%);
	content: "";
}

#ct_bg .frameArea01 > .inner01 {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
}

#ct_bg .frameArea01 > .inner01 > .title01 {
	padding-top: 5px;
	padding-bottom: 15px;
}

#ct_bg .frameArea01 > .inner01 > .imgBlock01 {
	position: absolute;
	width: 769px;
	right: 0;
	top: 12px;
}

#ct_bg .frameArea02 {
	width: 960px;
	margin: 40px auto 0;
	border-radius: 40px;
	border: solid 4px #ed6d00;
	background-color: #fff;
}

#ct_bg .frameArea02 > .wrap01 > .col01:nth-child(1),
#ct_bg .frameArea02 > .wrap01 > .col01:nth-child(2) {
	border-bottom: solid 4px #ed6d00;
}

#ct_bg .frameArea02 > .wrap01 > .col01:nth-child(odd) {
	border-right: solid 4px #ed6d00;
}

#ct_bg .frameArea03 {
	padding: 28px 23px 15px;
	border-radius: 10px;
	background-color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#ct_bg .frameArea04 {
	background-color: #fff;
}

#ct_bg .frameArea04 > .text01 {
	display: inline;
	padding: 7px 10px 3px;
	background-color: #00aeeb;
	color: #fff;
	letter-spacing: .1em;
}

#ct_bg .frameArea04 > .text02 {
	margin-top: 10px;
	font-size: 2.0rem;
	text-align: center;
	letter-spacing: .08em;
	margin-left: -0.8em;
}

#ct_bg .frameArea04 > .text02 > .font01 {
	font-size: 2.6rem;
}

#ct_bg .frameArea05 {
	margin-top: 30px;
	padding: 40px 30px 30px;
	width: 960px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 2px 2px 4px rgba(0, 78, 162, 0.25);
}

#ct_bg .col01 {
	width: 476px;
	padding: 18px 16px;
}

#ct_bg .col01 > .image01 {
	height: 154px;
}

#ct_bg .col02 {
	position: relative;
	z-index: 10;
	width: 316px;
	margin-top: 10px;
}

#ct_bg .col03 {
	width: 622px;
	margin-top: 15px;
}

#ct_bg .imgBlock01 {
	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-align: end ;
	-ms-flex-align: end ;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

#ct_bg .imgBlock01 > .image01 {
	width: 219px;
	margin-left: -19px;
}

#ct_bg .imgBlock01 > .image01.type01 {
	margin-left: -36px;
}

#ct_bg .imgBlock01 > .image01.type02 {
	margin-left: -36px;
}

#ct_bg .imgBlock01 > .image01.type03 {
	margin-left: -30px;
}

#ct_bg .movieArea01 > .inner01 {
	width: 960px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 70px;
}

#ct_bg .movieArea01 > .inner01 > .inner02 {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	height: 0;
}

#ct_bg .movieArea01 > .inner01 > .inner02 > iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


#ct_bg .cvArea01 {
	position: relative;
	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-flex-direction: row-reverse;
	flex-direction: row-reverse;
	width: 776px;
	margin: 0 auto;
}

#ct_bg .cvArea01:before {
	position: absolute;
	top: -700px;
	left: -170px;
	width: 1549px;
	height: 1598px;
	background: url(../img/bg_index03_pc.png) no-repeat 0 0;
	content: "";
}

#ct_bg .cvArea01 > .column01 {
	position: relative;
	width: 480px;
}

#ct_bg .cvArea01 > .column01 > a {
	color: #000;
	text-decoration: none;
}

#ct_bg .cvArea01 > .column02 {
	position: relative;
	width: 260px;
	margin-top: -30px;
	margin-bottom: -26px;
}

#ct_bg .btn01 {
	margin-top: 10px;
}

#ct_bg .btn01 > img {
	height: 38px;
	height: 56px;
}

#ct_bg .btn02 {
	display: table;
	width: 470px;
	margin:  30px auto 0;
}

#ct_bg .btn02 > a {
	position: relative;
	display: block;
	padding: 28px 20px 24px 54px;
	background-color: #fff100;
	border-radius: 20px;
	border: solid 5px #00aeeb;
	box-shadow: 3px 3px 6px 0px rgba(255,255,255,.8) inset,-3px -3px 6px 0px rgba(0,0,0,.2) inset;
	font-size: 3.0rem;
	font-weight: bold;
	color: #00aeeb;
	text-decoration: none;
	letter-spacing: .1em;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#ct_bg .btn02.type01 a {
	font-size: 2.4rem;
}

#ct_bg .btn02 > a:hover {
	border: solid 5px #fff100;
	background-color: #00aeeb;
	color: #fff100;
}

#ct_bg .btn02 > a:before {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 15px;
	height: 16px;
	margin-top: -8px;
	background: url(../img/icon_index02.svg) no-repeat 0 0/100%;
	content: "";
}

#ct_bg .btn02 > a:hover:before {
	background-image: url(../img/icon_index02_on.svg);
}

#ct_bg .btn02 > a > .font01 {
	position: relative;
	top: -3px;
	display: inline-block;
	margin-left: 6px;
	padding: 4px 6px 0;
	background-color: #00aeeb;
	color: #fff100;
	font-size: 2.4rem;
	letter-spacing: 0;
	line-height: 1.2;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#ct_bg .btn02 > a:hover > .font01 {
	background-color: #fff100;
	color: #00aeeb;
}

#ct_bg .img01 {
	margin-top: 20px;
	text-align: center;
}

#ct_bg .txt01 {
	margin-top: 20px;
	text-align: right;
}

#ct_bg .footer01 {
	position: relative;
	padding-top: 20px;
	background-color: #fff100;
}

#ct_bg .footer01:before {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: -webkit-linear-gradient(top, rgba(243,123,137,1) 0%,rgba(230,0,18,1) 47%,rgba(230,0,18,1) 74%,rgba(180,0,14,1) 99%);
    background: linear-gradient(to bottom, rgba(243,123,13,1) 0%,rgba(230,0,18,1) 47%,rgba(230,0,18,1) 74%,rgba(180,0,14,1) 99%);
	content: "";
}

#ct_bg .footer01 > .inner01 {
	width: 960px;
	margin: 0 auto;
}


#ct_bg .frameArea06 {
	text-align: center;
	background: #00aeeb;
	padding: 10px 10px 8px;
}

#ct_bg .frameArea06 > .text01,
#ct_bg .frameArea06 > .text02 {
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	display: inline-block;
}

#ct_bg .frameArea06 > .text02 {
	margin-left: 7px;
}

#ct_bg .button a {
	display: block;
}

#ct_bg .button .reserve {
	background: url(../img/btn_index04_no.png) no-repeat 0 0/100%;
}
#ct_bg .button .reserve.on {
	background-image: url(../img/btn_index04_on.png);
}

#ct_bg .button .waiting {
	background: url(../img/btn_index05_no.png) no-repeat 0 0/100%;
}
#ct_bg .button .waiting.on {
	background-image: url(../img/btn_index05_on.png);
}


@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;
}
	
#ct_bg .snsBtn01 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#ct_bg .snsBtn01 > li {
	margin-left: 5px;
	margin-right: 5px;
}	
	
#footerIn .pageTop {
	display: block;
	top: -34px;
	right: 50%;
	margin-right: -75px;
	width: 150px;
	height: 34px;
}

#footerIn .pageTop a {
	display: block;
	width: 150px;
	height: 34px;
	background: url(../img/btn_index01.png) no-repeat left top;
	background-size: 100%;
}	
	
#ct_bg .contents01 > .logo01 {
	width: 52.266%;
}

#ct_bg .mainArea01 {
	background-size: 48px;
}

#ct_bg .mainArea01 > .image01 {
	width: 213%;
	top: -2.8%;
	margin-left: -107%;
}

#ct_bg .mainArea01 > .box01Wrap > .box01 {
	background-size: 320%;
}

#ct_bg .mainArea01 > .box01Wrap > .box01 > .inner01:before {
	background: url(../img/bg_index06_sp.png) no-repeat 50% 0;
	background-size: 100% auto;
	height: 0;
	padding-bottom: 31.733%;
}

#ct_bg .mainArea01 > .box01Wrap > .box01 > .inner01 > .image01 {
	left: inherit;
	padding: 31% 1.6% 0;
}

#ct_bg .mainArea01 > .box01Wrap > .box01 > .inner01 > .text01 {
	top: inherit;
	padding-right: 4%;
	padding-bottom: 10px;
}

#ct_bg .mainArea01 > .box01Wrap > .box01 > .inner01 > .text01 > img {
	height: 22px;
	width: auto;
}

#ct_bg .mainArea01 > .box01Wrap > .box01 > .button01 {
	position: static;
	padding: 7px 14.4% 13px 9.733%;
	width: 100%;
	margin-left: 0;
	background-image:url(../img/bg_index06_sp.png),url(../img/bg_index07_sp.png); 
	background-position: 0 0, 0 0;
	background-repeat: no-repeat,no-repeat;
	background-size: 100% auto, cover;
}
	
	
#ct_bg .mainArea01 > .box01Wrap > .box01 > .button01 img {
	width: 100%;
}
	
#ct_bg .mainArea01 > .box02 {
	padding-bottom: 50px;
}

#ct_bg .mainArea01 > .box02 > .image01 {
	width: 92%;
	margin: 50px auto 0;
}

#ct_bg .mainArea01 > .box03 {
	width: 100%;
}
	
#ct_bg .mainArea01 > .box03 > .star01,
#ct_bg .mainArea01 > .box03 > .star02,
#ct_bg .mainArea01 > .box03 > .star03,
#ct_bg .mainArea01 > .box03 > .star05,
#ct_bg .mainArea01 > .box03 > .star10 {
	display: none;
}

#ct_bg .mainArea01 > .box03 > .star04,
#ct_bg .mainArea01 > .box03 > .star08 {
	width: 20.8%;
}

#ct_bg .mainArea01 > .box03 > .star06,
#ct_bg .mainArea01 > .box03 > .star07,
#ct_bg .mainArea01 > .box03 > .star09 {
	width: 12.266%;
}

#ct_bg .mainArea01 > .box03 > .star04 {
	left: 0;
	top: -12px;
}

#ct_bg .mainArea01 > .box03 > .star06 {
	right: inherit;
	left: 18%;
	top: 40px;
}

#ct_bg .mainArea01 > .box03 > .star07 {
	right: -4%;
	top: 40px;
}

#ct_bg .mainArea01 > .box03 > .star08 {
	right: 18%;
	top: 10px;
}

#ct_bg .mainArea01 > .box03 > .star09 {
	right: 5%;
	top: 2px;
}	
	
#ct_bg .subSection01 {
	padding: 60px 4% 50px;
}
#ct_bg .subSection01:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:url(../img/bg_index06_sp.png),url(../img/bg_index05.png); 
	background-position: 50% 100%, 50% 50%;
	background-repeat: no-repeat,no-repeat;
	background-size: 100% auto,210% auto;
	content: "";
}

	
	

#ct_bg .subSection01.type01 {
	background: url(../img/bg_index02.png) repeat 0 0/80px;
}
	
#ct_bg .subSection01 > .inner01 {
	width: 100%;
}

#ct_bg .subSection01 > .inner01 > .image01 {
	width: 57.971%;
	top: -2.9%;
}
#ct_bg .subSection01 > .inner01 > .image01 img {
	width: 100%;
}

#ct_bg .heading01.type01 > img {
	width: 38.55%;
}

#ct_bg .heading01 > img {
	height: auto;
}

#ct_bg .heading01 > .font01 {
	display: block;
	width: 100%;
	margin-top: 6px;
	top: 0;
	line-height: 1.0;
}

#ct_bg .heading01 > .font01 > img {
	width: 80%;
	height: auto;
}	

#ct_bg .heading02 {
	font-size: 1.6rem;
}

#ct_bg .frameArea01 {
	padding-bottom: 15px;
}
	
#ct_bg .frameArea01 > .inner01 > .title01 {
	width: 53.333%;
	width: 68.533%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}

#ct_bg .frameArea01 > .inner01 > .imgBlock01 {
	position: static;
	width: 96%;
	margin: 0 auto;
}

#ct_bg .frameArea02 {
	width: 92%;
	margin-top: 50px;
	border-radius: 20px;
}

#ct_bg .frameArea02 > .wrap01 > .col01:not(:last-child) {
	border-bottom: solid 4px #44af35;
}

#ct_bg .frameArea02 > .wrap01 > .col01:nth-child(odd) {
	border-right: none;
}

#ct_bg .frameArea03 {
	padding: 20px 20px 20px;
	border-radius: 5px;
}

#ct_bg .cvArea01 > .column01 > a:hover >  .frameArea03 {
	background-color: #e60012;
}	
	
#ct_bg .frameArea04 {
	padding-bottom: 10px;
}	

#ct_bg .frameArea04 > .text01 {
	padding: 4px 12px;
}

#ct_bg .frameArea04 > .text02 {
	margin-top: 10px;
	font-size: 1.8rem;
}

#ct_bg .frameArea04 > .text02 > .font01 {
	font-size: 2.3rem;
}	

#ct_bg .frameArea05 {
	margin-top: 30px;
	padding: 30px 5.79%;
	width: 100%;
}

#ct_bg .col01 {
	width: 100%;
	padding: 10px 12px;
}

#ct_bg .col01 > .image01 {
	height: auto;
}	
	
#ct_bg .col02 {
	width: 50%;
	margin-top: 8px;
}
	
#ct_bg .wrap01 > .col02:nth-child(odd) {
	margin-left: -1.449%;
}		

#ct_bg .col03 {
	width: 100%;
}	
	
#ct_bg .imgBlock01 {
	padding-left: 2.467%;
	padding-right: 1.467%;
}

#ct_bg .imgBlock01 > .image01 {
	width: 50.859%;
	margin-left: -1.2%;
}

#ct_bg .imgBlock01 > .image01.type01 {
	margin-left: -3%;
}

#ct_bg .imgBlock01 > .image01.type02 {
	margin-left: -1.2%;
	margin-top: -1.2%;
}

#ct_bg .imgBlock01 > .image01.type03 {
	margin-left: -3%;
	margin-top: 1.57%;
}


#ct_bg .cvArea01 {
	position: static;
	width: 100%;
}

#ct_bg .cvArea01:before {
	top: 0;
	left: 0;
	width: 100%;
	background-size: 100%;
	background-image: url(../img/bg_index03_sp.png);
}

#ct_bg .cvArea01 > .column01 {
	width: 100%;
}

#ct_bg .cvArea01 > .column01 > a {
	color: #000;
	text-decoration: none;
}

#ct_bg .cvArea01 > .column02 {
	width: 60.028%;
	left: -3.623%;
	margin: -5px auto 0;
}

#ct_bg .btn01 {
	padding-left: 0;
	margin-top: 0;
}

#ct_bg .btn01:before {
	width: 47px;
	height: 45px;
}

#ct_bg .btn01 > img {
	width: auto;
	height: 34px;
}

#ct_bg .btn02 {
	width: 82.898%;
}
	
#ct_bg .frameArea05 .btn02 {
	width: 100%;
}

#ct_bg .btn02 > a {
	padding: 20px 10px 16px 34px;
	border-radius: 15px;
	border: solid 4px #00aeeb;
	box-shadow: 2px 2px 6px 0px rgba(255,255,255,.8) inset,-2px -2px 6px 0px rgba(0,0,0,.2) inset;
	font-size: 1.8rem;
}

#ct_bg .btn02.type01 a {
	font-size: 1.4rem;
}

#ct_bg .btn02 > a:hover {
	border: solid 4px #00aeeb;
	background-color: #fff100;
	color: #00aeeb;
}	

#ct_bg .btn02 > a:before {
	left: 15px;
	width: 9px;
	height: 10px;
	margin-top: -4px;
}

#ct_bg .btn02 > a:hover:before {
	background-image: url(../img/icon_index02.svg);
}

#ct_bg .btn02 > a > .font01 {
	top: -2px;
	padding: 1px 5px;
	font-size: 1.4rem;
}

#ct_bg .btn02 > a:hover > .font01 {
	background-color: #00aeeb;
	color: #fff100;
}	

#ct_bg .img01 {
	margin-top: 10px;
}

#ct_bg .footer01 {
	padding-top: 50px;
	padding-bottom: 60px;
}

#ct_bg .footer01 > .inner01 {
	width: 100%;
}

#ct_bg .frameArea06 > .text01,
#ct_bg .frameArea06 > .text02 {
	font-size: 1.1rem;
	display: block;
}
#ct_bg .frameArea06 > .text02 {
}

#ct_bg .movieArea01 {
	padding: 0 !important;
}

#ct_bg .movieArea01:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:url(../img/bg_index06_sp.png); 
	background-position: 50% 100%;
	background-repeat: repeat-x;
	background-size: 100% auto;
	content: "";
}

#ct_bg .movieArea01 > .inner01 {
	width: 92%;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 50px;
}

#ct_bg .movieArea01 > .inner01 > .inner02 {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	height: 0;
}

#ct_bg .movieArea01 > .inner01 > .inner02 > iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}	
	
#ct_bg .button a {
	width: 100% !important;
	height: 0 !important;
	padding-bottom: 20.276%;
}

#ct_bg .button .reserve.on {
	background-image: url(../img/btn_index04_no.png);
}

#ct_bg .button .waiting.on {
	background-image: url(../img/btn_index05_no.png);
}

}

/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
