@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-color: #fff;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 2.0;
	letter-spacing: .08em;
}

#ct_bg a {
	color: #000;
}

#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 .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.aC {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#ct_bg .wrap01.aEnd {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

#ct_bg .headTitleArea01 > .title01 {
	padding: 20px;
	font-size: 1.4rem;
	text-align: center;
}

#ct_bg .footer01 {
	padding: 40px 20px;
	border-top: #fff solid 2px;
	background-color: #fdedf2;
}

#ct_bg .footer01 > .image01 {
	margin: 0 auto;
	width: 315px;
}

#ct_bg .mainSlider01,
#ct_bg .mainSlider02 {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1480px;
	opacity: 0;
	transition: all .8s;
}
#ct_bg .mainSlider01.slick-initialized,
#ct_bg .mainSlider02.slick-initialized {
	opacity: 1.0;
}

#ct_bg .mainSlider02 {
	display: none;
}

#ct_bg .localNav01 {
	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;
	width: 1120px;
	margin: 20px auto 0;
	padding: 0 20px;
}

#ct_bg .localNav01 > li {
	position: relative;
	margin-left: 30px;
	width: 190px;
}
#ct_bg .localNav01 > li::before {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	width: calc(100% - 5px);
	height: calc(100% - 5px);
	border: #fdedf2 solid 1px;
	box-sizing: border-box;
	transition: all .3s;
}
#ct_bg .localNav01 > li:hover::before {
	opacity: 0;
}

#ct_bg .localNav01 > li:nth-child(5n+1) {
	margin-left: 0;
}

#ct_bg .localNav01 > li > a {
	display: block;
	position: relative;
	text-decoration: none;
}
#ct_bg .localNav01 > li > a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: calc(100% - 5px);
	height: calc(100% - 5px);
	background-color: #fdedf2;
	box-sizing: border-box;
	transition: all .3s;
}
#ct_bg .localNav01 > li > a:hover::before {
	top: 3px;
	left: 3px;
}

#ct_bg .localNav01 > li > a::after {
	position: absolute;
	top: 5px;
	left: 5px;
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: #fff solid;
	border-width: 1px 0 0 1px;
	box-sizing: border-box;
	transition: all .3s;
}
#ct_bg .localNav01 > li > a:hover::after {
	opacity: 0;
}

#ct_bg .localNav01 > li > a > .inner01 {
	position: relative;
	display: block;
	padding: 18px 0;
	width: 100%;
	height: 100%;
	color: #7f7f7f;
	font-size: 1.2rem;
	line-height: 1.2;
	text-align: center;
}
#ct_bg .localNav01 > li > a > .inner01::before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 17px;
	content: "";
	margin: auto;
	width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(135deg);
}

#ct_bg .localNav01 > li > a > .inner01 > .font01 {
	color: #000;
	font-family: 'Raleway', sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
}

#ct_bg .subSection01 {
	margin: 60px auto 0;
	padding: 0 20px 115px;
	width: 900px;
}

#ct_bg .subSection02 {
	margin-top: 80px;
}

#ct_bg .frameArea01 {
	padding: 70px 0 110px;
	background-color: #fdedf2;
}
#ct_bg .frameArea01.type02 {
	background-color: #fff;
}

#ct_bg .frameArea01 > .inner01 {
	margin: 0 auto;
	padding: 0 20px;
	width: 1000px;
}

#ct_bg .frameArea02 {
	margin-top: 45px;
	padding: 30px 40px;
	background-color: #fdedf2;
}

#ct_bg .frameArea03 {
	margin-top: 65px;
	padding-top: 60px;
	border-top: #b2b2b2 solid 1px;
}

#ct_bg .frameArea03:first-child {
	margin-top: 30px;
	padding-top: 0;
	border: none;
}

#ct_bg .slider01,
#ct_bg .slider01sp {
	margin-top: 40px;
	transition: all .8s;
	opacity: 0;
}
#ct_bg .slider01sp {
	display: none;
}

#ct_bg .slider01 img,
#ct_bg .slider01sp img {
	width: 100%;
}

#ct_bg .slider01.slick-initialized,
#ct_bg .slider01sp.slick-initialized {
	opacity: 1.0;
}

#ct_bg .col01 {
	margin-top: 30px;
	width: 515px;
}

#ct_bg .col01 > .title01 {
	position: relative;
	color: #7f7f7f;
	font-family: 'Raleway', sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
}
#ct_bg .col01 > .title01::before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #b2b2b2;
}

#ct_bg .col01 > .title01 > .inner01 {
	display: table;
	position: relative;
	z-index: 5;
	padding-right: 10px;
	background-color: #fff;
	color: #7f7f7f;
}

#ct_bg .col01 > .text01 {
	margin-top: 10px;
}

#ct_bg .col02 {
	margin-right: 13px;
	width: 284px;
}

#ct_bg .col03 {
	margin-top: 40px;
	width: 465px;
}

#ct_bg .col03 > .title01 {
	padding-left: 15px;
	border-left: #d8d0e4 solid 4px;
	font-size: 2.0rem;
	line-height: 1.4;
}

#ct_bg .col04 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-align-self: start;
	align-self: flex-start;
	width: 480px;
}

#ct_bg .col04:nth-child(odd) {
	padding-right: 35px;
}
#ct_bg .col04:nth-child(even) {
	padding-left: 35px;
	border-left: #b2b2b2 solid 1px;
}

#ct_bg .col04 > .image01 {
	margin-right: 30px;
	width: 200px;
}

#ct_bg .col04 > .btn02 {
	width: 100%;
	min-width: inherit;
}

#ct_bg .col04 > .box01 {
	margin-top: 0;
	width: calc(100% - 230px);
}

#ct_bg .box01 {
	margin-top: 20px;
}

#ct_bg .box01 > .title01 {
	margin-top: 10px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.6;
}

#ct_bg .box01 > .title01 > .font01 {
	display: block;
	font-size: 1.6rem;
	font-weight: 300;
}

#ct_bg .box01 > .text01 {
	display: inline-block;
	padding: 6px 10px;
	background-color: #d8d0e4;
	font-size: 1.2rem;
	line-height: 1.4;
}

#ct_bg .box02 {
	overflow: hidden;
}

#ct_bg .box02 > .btn02 {
	float: left;
	margin-top: 20px;
}

#ct_bg .box02 > .frameArea02 {
	float: left;
	padding: 18px 25px 10px 10px;
	width: 660px;
}

#ct_bg .box02 > .frameArea02 > .list04 > li {
	margin-left: 27px;
}
#ct_bg .box02 > .frameArea02 > .list04 > li:first-child {
	margin-left: 0;
}

#ct_bg .box02 > .inner01 > .image01 {
	float: left;
	margin-right: 40px;
	width: 260px;
}

#ct_bg .box02 > .inner01 > .box01 {
	float: left;
	margin-top: 0;
	width: 660px;
}

#ct_bg .heading01 {
	display: table;
	position: relative;
	margin: 0 auto;
	font-family: 'Raleway', sans-serif;
	font-size: 5.0rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.1em;
}

#ct_bg .heading01 > .font01 {
	display: table;
	position: relative;
	margin: 17px auto 0;
	padding-top: 17px;
	color: #7f7f7f;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.2rem;
	font-weight: 300;
	letter-spacing: 0.08em;
}

#ct_bg .heading01 > .font01::before {
	position: absolute;
	top: 0;
	left: 50%;
	content: "";
	margin-left: -20px;
	width: 40px;
	height: 1px;
	background-color: #000;
}

#ct_bg .heading02 {
	position: relative;
	font-size: 2.4rem;
}
#ct_bg .heading02::before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #b2b2b2;
}

#ct_bg .heading02 > .inner01 {
	display: table;
	position: relative;
	z-index: 5;
	padding-right: 20px;
	background-color: #fff;
}

#ct_bg .catchTxt01 {
	margin-top: 40px;
	font-size: 2.8rem;
	line-height: 1.6;
	text-align: center;
}

#ct_bg .iframeWrap01 {
	display: table;
	position: relative;
	margin: 50px auto 0;
	width: 700px;
}
#ct_bg .iframeWrap01::after {
	position: absolute;
	bottom: -20px;
	right: -20px;
	content: "";
	width: 100%;
	height: 100%;
	border: #fdedf2 solid;
	border-width: 0 20px 20px 0;
	background-color: #fdedf2;
	box-sizing: border-box;
}
#ct_bg .iframeWrap01.type02::after {
	border-color: #fff;
	background-color: #fff;
}

#ct_bg .iframeWrap01 > .inner01 {
	position: relative;
	z-index: 5;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

#ct_bg .iframeWrap01 > .inner01 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;
}

#ct_bg .list01 > li {
	margin: 20px 0 0 10px;
	width: 232px;
}

#ct_bg .list01 > li:nth-child(4n+1) {
	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;
	margin-top: 40px;
}

#ct_bg .list02 > li {
	margin: 20px 0 0 40px;
	width: 293px;
}
#ct_bg .list02 > li:nth-child(3n+1) {
	margin: 20px 0 0;
}
#ct_bg .list02 > li:nth-child(3n+2) {
	margin-top: 60px;
}
#ct_bg .list02 > li:nth-child(3n+3) {
	margin-top: 100px;
}

#ct_bg .list02 > li > .text01 {
	margin-top: 10px;
}

#ct_bg .list03 {
	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 .list03 > li {
	margin: 0 14px;
	width: 356px;
}

#ct_bg .list04 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#ct_bg .list04 > li {
	margin-left: 40px;
	width: 190px;
}

#ct_bg .list04 > li > .image01 {
	margin: 0 auto;
	width: 169px;
}

#ct_bg .list04 > li > .text01 {
	margin-top: 5px;
	text-align: center;
	letter-spacing: -.04em;
}

#ct_bg .list04 > li:nth-child(4n+1) {
	margin-left: 0;
}

#ct_bg .list05 {
	margin-top: 20px;
}

#ct_bg .list05 > li {
	position: relative;
	margin-top: 5px;
	padding-left: 15px;
}

#ct_bg .list05 > li::before {
	position: absolute;
	top: .9em;
	left: 0;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #b2b2b2;
}

#ct_bg .list06 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
}

#ct_bg .list06 > dt {
	margin-top: 5px;
	width: 115px;
}

#ct_bg .list06 > dd {
	margin-top: 5px;
	width: calc(100% - 115px);
}

#ct_bg .list07 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px;
}

#ct_bg .list07 > li {
	width: 25%;
}

#ct_bg .list08 {
	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;
}

#ct_bg .list08 > .btn01 {
	min-width: 420px;
}
#ct_bg .list08 > .btn01:nth-child(1) {
	margin-left: 40px;
}
#ct_bg .list08 > .btn01:nth-child(2) {
	margin-left: 75px;
}

#ct_bg .list09 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#ct_bg .list09 > li {
	margin: 35px 0 0 35px;
	width: 295px;
}

#ct_bg .list09 > li:nth-child(3n+1) {
	margin-left: 0;
}

#ct_bg .list09 > li.btn01 {
	min-width: inherit;
}

#ct_bg .list09 > li.btn01 > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 50px 0 25px;
	height: 70px;
	text-align: left;
}

#ct_bg .list10 {
	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: 60px;
}

#ct_bg .list10 > li {
	margin-left: 20px;
	width: 246px;
}

#ct_bg .list10 > li:first-child {
	margin-left: 0;
}

#ct_bg .link01 {
	text-decoration: none;
}
#ct_bg .link01:hover {
	text-decoration: underline;
}

#ct_bg .pdfLink01 {
	display: inline-block;
	margin-left: 10px;
	padding: 3px 5px;
	border: #eb6e8f solid 1px;
	color: #eb6e8f;
	font-size: 1.4rem;
	line-height: 1.2;
}

#ct_bg .iconComingsoon01 {
	display: inline-block;
	margin-left: 10px;
	padding: 3px 5px;
	border: #7f7f7f solid 1px;
	color: #7f7f7f;
	font-size: 1.4rem;
	line-height: 1.2;
}

#ct_bg .qaList01 {
	margin-top: 40px;
	border-bottom: #b2b2b2 solid 1px;
}

#ct_bg .qaList01 > dt {
	position: relative;
	padding: 20px 0 20px 50px;
	border-top: #b2b2b2 solid 1px;
	transition: all .3s;
}

#ct_bg .qaList01 > dt:hover {
	background-color: #fbe0e8;
}

#ct_bg .qaList01 > dt::before {
	position: absolute;
	top: .6em;
	left: 8px;
	content: "Q";
	font-family: 'Raleway', sans-serif;
	font-size: 3.0rem;
	line-height: 1.2;
}

#ct_bg .qaList01 > dt > .inner01 {
	display: block;
	position: relative;
	padding-right: 50px;
}

#ct_bg .qaList01 > dt > .inner01::before {
	position: absolute;
	top: 50%;
	right: 19px;
	content: "";
	margin-top: -10px;
	width: 2px;
	height: 20px;
	background-color: #000;
	transition: all .3s;
}

#ct_bg .qaList01 > dt.open > .inner01::before {
	transform: rotate(90deg);
}

#ct_bg .qaList01 > dt > .inner01::after {
	position: absolute;
	top: 50%;
	right: 10px;
	content: "";
	margin-top: -1px;
	width: 20px;
	height: 2px;
	background-color: #000;
	transition: all .3s;
}

#ct_bg .qaList01 > dd {
	display: none;
	position: relative;
	padding: 10px 20px 20px 90px;
}

#ct_bg .qaList01 > dd::before {
	position: absolute;
	top: .3em;
	left: 50px;
	content: "A";
	font-family: 'Raleway', sans-serif;
	font-size: 3.0rem;
	line-height: 1.2;
}

#ct_bg .btn01 {
	display: table;
	position: relative;
	margin: 40px auto 0;
	min-width: 460px;
}

#ct_bg .btn01::before {
	position: absolute;
	bottom: -5px;
	right: -5px;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: #eb6e8f;
	box-sizing: border-box;
}

#ct_bg .btn01 > a {
	display: block;
	position: relative;
	z-index: 5;
	padding: 20px;
	border: #eb6e8f solid 1px;
	border-radius: 5px;
	background-color: #fff;
	color: #eb6e8f;
	font-size: 1.8rem;
	line-height: 1.4;
	text-decoration: none;
	text-align: center;
	transition: all .3s;
}

#ct_bg .btn01 > a:hover {
	transform: translate(5px, 5px);
	text-decoration: none;
}

#ct_bg .btn01 > a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	content: "";
	margin: auto;
	width: 6px;
	height: 6px;
	border-top: 1px solid #eb6e8f;
	border-right: 1px solid #eb6e8f;
	transform: rotate(45deg);
}
#ct_bg .btn01 > a.blankLink01::before {
	position: absolute;
	top: 50%;
	right: 22px;
	content: "";
	margin-top: -6px;
	width: 12px;
	height: 12px;
	border: 1px solid #eb6e8f;
	background-color: #fff;
	box-sizing: border-box;
	transform: rotate(0);
}
#ct_bg .btn01 > a.blankLink01::after {
	position: absolute;
	top: 50%;
	right: 20px;
	content: "";
	margin-top: -8px;
	width: 12px;
	height: 12px;
	border: 1px solid #eb6e8f;
	background-color: #fff;
	box-sizing: border-box;
	transform: rotate(0);
}

#ct_bg .btn01 > a > .image01 {
	position: absolute;
	top: -8px;
	left: -39px;
	width: 80px;
}

#ct_bg .btn01 > a > .image02 {
	position: absolute;
	top: -8px;
	left: -40px;
	width: 67px;
}

#ct_bg .btn02 {
	display: table;
	position: relative;
	margin: 40px auto 0;
	min-width: 460px;
}

#ct_bg .btn02::before {
	position: absolute;
	bottom: -5px;
	right: -5px;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: #d2365f;
	box-sizing: border-box;
}

#ct_bg .btn02 > a {
	display: block;
	position: relative;
	z-index: 5;
	padding: 20px;
	border: #eb6e8f solid 1px;
	border-radius: 5px;
	background-color: #eb6e8f;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	text-align: center;
	transition: all .3s;
}

#ct_bg .btn02 > a:hover {
	transform: translate(5px, 5px);
	text-decoration: none;
}

#ct_bg .btn02 > a > .inner01 {
	position: relative;
	padding-left: 49px;
}

#ct_bg .btn02 > a > .inner01::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
	margin: auto;
	width: 40px;
	height: 42px;
	background: url(../img/icon_common01.png) no-repeat 0 0 / 100%;
}
#ct_bg .btn02 > a.waiting > .inner01::before {
	width: 36px;
	height: 32px;
	background: url(../img/icon_common02.png) no-repeat 0 0 / 100%;
}
#ct_bg .btn02 > a.reserve > .inner01::before {
	width: 36px;
	height: 37px;
	background: url(../img/icon_common03.png) no-repeat 0 0 / 100%;
}

#ct_bg .notes01 {
	margin-top: 40px;
	font-size: 1.2rem;
}

#ct_bg .notes02 {
	margin-top: 5px;
	color: #666666;
	font-size: 1.4rem;
}

#ct_bg .txt01 {
	margin-top: 40px;
	font-size: 2.0rem;
	text-align: center;
}

#ct_bg .txt02 {
	margin-top: 40px;
}

@media screen and (max-width: 639px) {
#ct_bg {
	font-size: 1.4rem;
}

#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 .headTitleArea01 > .title01 {
	padding: 15px 4%;
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: left;
}

#ct_bg .footer01 {
	padding: 40px 4%;
}

#ct_bg .footer01 > .image01 {
	width: 60.1%;
}

#ct_bg .mainSlider01 {
	display: none;
	padding: 0;
}
#ct_bg .mainSlider02 {
	display: block;
	padding: 0;
}

#ct_bg .localNav01 {
	margin-top: 15px;
	padding: 0 0 5px;
	width: 100%;
	border-bottom: #fdedf2 solid 1px;
}

#ct_bg .localNav01 > li {
	margin-left: 2%;
	width: 30%;
}
#ct_bg .localNav01 > li:nth-child(n+4) {
	margin-top: 10px;
}
#ct_bg .localNav01 > li::before {
	content: normal;
}

#ct_bg .localNav01 > li > a {
	padding-top: 1px;
	border-top: #fdedf2 solid 5px;
	background-color: #fff;
}
#ct_bg .localNav01 > li > a::before {
	content: normal;
}

#ct_bg .localNav01 > li > a::after {
	content: normal;
}

#ct_bg .localNav01 > li > a > .inner01 {
	padding: 15px 0 25px;
	background-color: #fdedf2;
	font-size: 1.0rem;
}
#ct_bg .localNav01 > li > a > .inner01::before {
	top: auto;
	bottom: 10px;
	left: 50%;
	margin-left: -3px;
}

#ct_bg .localNav01 > li > a > .inner01 > .font01 {
	font-size: 1.6rem;
}

#ct_bg .subSection01 {
	padding: 0 4% 100px;
	width: 100%;
}

#ct_bg .frameArea01 {
	padding: 60px 0 110px;
}

#ct_bg .frameArea01 > .inner01 {
	padding: 0 4%;
	width: 100%;
}

#ct_bg .frameArea02 {
	padding: 15px 3.6%;
}

#ct_bg .slider01 {
	display: none;
}

#ct_bg .slider01sp {
	display: block;
}

#ct_bg .col01 {
	margin-top: 0;
	width: 100%;
}

#ct_bg .col01 > .title01 {
	font-size: 1.2rem;
}

#ct_bg .col02 {
	margin: 20px 0 0;
	width: 100%;
}

#ct_bg .col02 > .image01 {
	margin: 0 auto;
	width: 48.5%;
}

#ct_bg .col03 {
	width: 100%;
}

#ct_bg .col03 > .title01 {
	font-size: 1.8rem;
}

#ct_bg .col04 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 60px;
	padding-top: 60px;
	width: 100%;
	border-top: #b2b2b2 solid 1px;
}

#ct_bg .col04:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

#ct_bg .col04:nth-child(odd) {
	padding-right: 0;
}
#ct_bg .col04:nth-child(even) {
	padding-left: 0;
	border-left: none;
}

#ct_bg .col04 > .image01 {
	margin-right: 0;
	width: 47.8%;
}

#ct_bg .col04 > .box01 {
	margin-top: 0;
	width: 47.8%;
}

#ct_bg .box01 > .title01 {
	font-size: 2.0rem;
}

#ct_bg .box01 > .title01 > .font01 {
	font-size: 1.2rem;
}

#ct_bg .box01 > .text01 {
	font-size: 1.0rem;
}

#ct_bg .box02 {
	overflow: visible;
}

#ct_bg .box02 > .btn02 {
	float: none;
}

#ct_bg .box02 > .frameArea02 {
	float: none;
	padding: 15px 3.6%;
	width: 100%;
}

#ct_bg .box02 > .frameArea02 > .list04 > li {
	margin-left: 0;
}

#ct_bg .box02 > .inner01 {
	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: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#ct_bg .box02 > .inner01 > .image01 {
	float: none;
	margin-right: 0;
	width: 47.8%;
}

#ct_bg .box02 > .inner01 > .box01 {
	float: none;
	width: 47.8%;
}

#ct_bg .heading01 {
	font-size: 3.5rem;
}

#ct_bg .heading01 > .font01 {
	font-size: 1.0rem;
}

#ct_bg .heading02 {
	font-size: 1.9rem;
}
#ct_bg .heading02 > .inner01 {
	padding-right: 10px;
}

#ct_bg .catchTxt01 {
	font-size: 1.7rem;
}

#ct_bg .iframeWrap01 {
	margin-top: 20px;
	width: 95.6%;
}
#ct_bg .iframeWrap01::after {
	bottom: -10px;
	right: -10px;
	border-width: 0 10px 10px 0;
}

#ct_bg .list01 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 15px;
}

#ct_bg .list01 > li {
	margin: 10px 0 0;
	width: 47.8%;
}

#ct_bg .list02 {
	margin-top: 0;
}

#ct_bg .list02 > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 20px 0 0;
	width: 100%;
}
#ct_bg .list02 > li:nth-child(3n+2) {
	margin-top: 20px;
}
#ct_bg .list02 > li:nth-child(3n+3) {
	margin-top: 20px;
}

#ct_bg .list02 > li > .image01 {
	margin-right: 5%;
	width: 34.7%;
}

#ct_bg .list02 > li > .text01 {
	margin-top: 0;
	width: 60.3%;
}

#ct_bg .list03 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: -30px;
}

#ct_bg .list03 > li {
	margin: 30px 0 0;
	width: 48.2%;
}

#ct_bg .list04 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: -15px;
}

#ct_bg .list04 > li {
	margin: 15px 0 0;
	width: 48%;
}

#ct_bg .list04 > li > .image01 {
	width: 100%;
}

#ct_bg .list06 > dt {
	width: 95px;
}

#ct_bg .list06 > dd {
	width: calc(100% - 95px);
}

#ct_bg .list07 > li {
	width: 50%;
}

#ct_bg .list08 {
	margin-left: 26px;
}

#ct_bg .list08 > .btn01 {
	min-width: inherit;
}
#ct_bg .list08 > .btn01:nth-child(1) {
	margin-left: 0;
}
#ct_bg .list08 > .btn01:nth-child(2) {
	margin-left: 0;
}

#ct_bg .list09 > li {
	margin: 18px 0 0;
	width: 100%;
}

#ct_bg .list09 > li.btn01 > a {
	padding: 15px 50px 15px 15px;
	height: 50px;
	text-align: left;
}

#ct_bg .list10 {
	margin-top: 50px;
}

#ct_bg .list10 > li {
	margin-left: 4.3%;
	width: 47.8%;
}

#ct_bg .list10 > li:first-child {
	margin-left: 0;
}
#ct_bg .list10 > li:nth-child(3) {
	margin: -5% 0 0;
}

#ct_bg .pdfLink01::after {
	font-size: 1.2rem;
}

#ct_bg .iconComingsoon01 {
	font-size: 1.2rem;
}

#ct_bg .qaList01 > dt {
	padding: 20px 0 20px 35px;
}

#ct_bg .qaList01 > dt:hover {
	background: none;
}

#ct_bg .qaList01 > dt::before {
	top: .6em;
	left: 0;
	font-size: 2.8rem;
}

#ct_bg .qaList01 > dt > .inner01 {
	padding-right: 40px;
}

#ct_bg .qaList01 > dt > .inner01::before {
	right: 9px;
}

#ct_bg .qaList01 > dt > .inner01::after {
	right: 0;
}

#ct_bg .qaList01 > dd {
	padding: 10px 20px 20px 70px;
}

#ct_bg .qaList01 > dd::before {
	top: .3em;
	left: 35px;
	font-size: 2.8rem;
}

#ct_bg .btn01 {
	min-width: inherit;
	width: calc(100% - 8px);
}

#ct_bg .btn01::before {
	bottom: -8px;
	right: -8px;
}

#ct_bg .btn01 > a {
	padding: 10px 15px;
	font-size: 1.6rem;
}

#ct_bg .btn01 > a:hover {
	transform: translate(0, 0);
}

#ct_bg .btn01 > a > .image01 {
	top: -5px;
	left: -25px;
	width: 58px;
}

#ct_bg .btn01 > a > .image02 {
	top: -7px;
	left: -25px;
	width: 48px;
}

#ct_bg .btn02 {
	margin-top: 20px;
	min-width: inherit;
	width: calc(100% - 8px);
}

#ct_bg .btn02::before {
	bottom: -8px;
	right: -8px;
}

#ct_bg .btn02 > a {
	padding: 15px;
	font-size: 1.6rem;
}

#ct_bg .btn02 > a:hover {
	transform: translate(0, 0);
}

#ct_bg .btn02 > a > .inner01 {
	padding-left: 36px;
}

#ct_bg .btn02 > a > .inner01::before {
	width: 28px;
	height: 30px;
}
#ct_bg .btn02 > a.waiting > .inner01::before {
	width: 25px;
	height: 22px;
}
#ct_bg .btn02 > a.reserve > .inner01::before {
	width: 25px;
	height: 25px;
}

#ct_bg .notes01 {
	font-size: 1.0rem;
}

#ct_bg .notes02 {
	font-size: 1.1rem;
}

#ct_bg .txt01 {
	font-size: 1.8rem;
}

}
