@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 {
	padding-bottom: 80px;
	background: url(../img/bg_index01.jpg) repeat center top;
	color: #892540;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Osaka,sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
}

#ct_bg a {
	color: #e95098;
}

#ct_bg .alpha01 {
	opacity: 1.0;
	transition: opacity 0.3s linear;
}
#ct_bg .alpha01:hover {
	opacity: 0.6;
}

#ct_bg img {
	max-width: 100%;
	height: auto;
}

#ct_bg .headTitleArea01 {
	position: relative;
	background-color: #e82c95;
	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: 10px;
}

#ct_bg .subSection01 {
	margin: 0 auto;
	width: 960px;
}

#ct_bg .subSection02 {
	margin: 40px auto 0;
	padding: 30px 30px 40px;
	width: 960px;
	background-color: #fff;
	border-radius: 10px;
}

#ct_bg .subSection03 {
	margin-top: 80px;
	padding-top: 20px;
}

#ct_bg .header01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	padding-top: 10px;
	width: 960px;
}
#ct_bg .header01 .button01 {
	width: 320px;
}

#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-top: 17px;
}
#ct_bg .snsBtn01 > li {
	margin-left: 10px;
}
#ct_bg .snsBtn01 > li:first-child {
	margin-left: 0;
}
.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

#ct_bg .navigation01 {
	position: relative;
	margin-top: 48px;
	padding: 10px 0 18px;
	background-color: #e3f0fa;
}
#ct_bg .navigation01:before,
#ct_bg .navigation01:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 18px;
	content: "";
}
#ct_bg .navigation01:before {
	top: -18px;
	background: url(../img/bg_index02.png) repeat-x center top;
	background-size: 31px 18px;
}
#ct_bg .navigation01:after {
	bottom: -18px;
	background: url(../img/bg_index03.png) repeat-x center bottom;
	background-size: 31px 18px;
}
#ct_bg .navigation01 ul {
	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;
	margin: 0 auto;
	width: 960px;
}
#ct_bg .navigation01 li {
	margin-top: 10px;
	width: 33%;
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
}

#ct_bg .frameArea01 {
	margin: 78px auto 0;
	width: 960px;
	border: 5px solid #e82c95;
	border-radius: 20px;
	background-color: #fff;
}
#ct_bg .frameArea01 .title01 {
	padding: 12px 10px 15px;
	background:url(../img/bg_index04.png) 0 0 repeat #e82c95;
	background-size: 15px 15px;
	border-radius: 14px 14px 0 0;
	text-align: center;
}

#ct_bg .frameArea02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-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;
	margin-top: 20px;
	padding: 20px 40px;
	background-color: #fef8df;
	border-radius: 10px;
}
#ct_bg .frameArea02 .text01 {
	font-size: 2rem;
}
#ct_bg .frameArea02 .button01 {
	width: 200px;
}

#ct_bg .frameArea03 {
	margin-top: 20px;
	padding: 0 30px 30px;
	background: #fef8df;
}

#ct_bg .frameArea04 {
	margin-left: 20px;
}

#ct_bg .frameArea05 {
	margin-top: 20px;
	padding-bottom: 15px;
	width: 420px;
	background-color: #fefabb;
	border: 3px solid #fff;
	border-radius: 20px;
}
#ct_bg .frameArea05 .title01 img {
	border-radius: 17px 17px 0 0;
}
#ct_bg .frameArea05 .button01 {
	padding: 15px 32px 0;
}

#ct_bg .frameArea06 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 20px 0 0 10px;
	width: 530px;
	background: url(../img/bg_index06_pc.png) 0 0 no-repeat;
}
#ct_bg .frameArea06 .title01 {
	padding: 29px 0 17px 10px;
}

#ct_bg .wrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 28px 30px;
}
#ct_bg .wrap01 .column01 {
	padding: 3px;
	border: 1px solid #f59cce;
	background-color: #ffc2e4;
	width: 288px;
}
#ct_bg .wrap01 .image01 {
	border: 1px solid #fff;
}

#ct_bg .wrap02 {
	margin-top: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
#ct_bg .wrap02 .column01 {
	width: 513px;
}
#ct_bg .wrap02 .column02 {
	padding: 3px 0 0 6px;
	width: 387px;
}

#ct_bg .wrap03 {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
#ct_bg .wrap03 .column01 {
	width: 213px;
}
#ct_bg .wrap03 .column02 {
	padding-left: 17px;
	width: 260px;
}
#ct_bg .wrap03 .column02 .text01 {
	padding: 5px 10px;
	background-color: #fef8df;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
#ct_bg .wrap03 .column02 .text01 strong {
	color: #e95098;
	font-size: 2.4rem;
}

#ct_bg .wrap04 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#ct_bg .wrap04 .column01 {
	margin-top: 20px;
	width: 50%;
}
#ct_bg .wrap04 .column01:nth-child(odd) {
	padding-right: 10px;
}
#ct_bg .wrap04 .column01:nth-child(even) {
	padding-left: 10px;
}
#ct_bg .wrap04 .column02 {
	margin-top: 20px;
	width: 100%;
}

#ct_bg .wrap05 {
	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: -20px;
}
#ct_bg .wrap05 .column01 {
	margin-top: 20px;
	width: 50%;
}
#ct_bg .wrap05 .column01:nth-child(odd) {
	padding-right: 10px;
}
#ct_bg .wrap05 .column01:nth-child(even) {
	padding-left: 10px;
}
#ct_bg .wrap05 .text01 {
	margin-top: 10px;
	color: #00b4ed;
	text-align: center;
	font-size: 113%;
	font-weight: bold;
}

#ct_bg .wrap06 {
	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;
	width: 960px;
}

#ct_bg .col01 {
	float: right;
	width: 300px;
}

#ct_bg .col02 {
	float: left;
	width: 570px;
}

#ct_bg .col03 {
	float: left;
	margin-top: 40px;
	width: 371px;
}

#ct_bg .col04 {
	float: right;
	margin-top: 67px;
	width: 500px;
}

#ct_bg .list01 {
	margin-top: 5px;
}
#ct_bg .list01 dt {
	margin-top: 10px;
	padding-left: 18px;
	background: url(../img/icon_index01.png) 0 4px no-repeat;
	background-size: 14px 13px;
	font-weight: bold;
}
#ct_bg .list01 dd {
	padding-left: 18px;
}

#ct_bg .movieArea01 iframe {
	margin-top: 3px;
	border: 1px solid #fff;
	width: 278px;
	height: 156px;
	vertical-align: bottom;
}

#ct_bg .movieArea02 {
	margin: 40px auto 0;
	width: 648px;
}
#ct_bg .movieArea02 iframe {
	border: 4px solid #00b4ed;
	width: 640px;
	height: 360px;
	vertical-align: bottom;
}

#ct_bg .movieArea03 {
	margin: 0 auto;
	width: 432px;
}
#ct_bg .movieArea03 iframe {
	border: 4px solid #00b4ed;
	vertical-align: bottom;
	width: 432px;
	height: 243px;
}

#ct_bg .movieArea04 {
	margin: 0 auto;
	padding-top: 20px;
	width: 280px;
}
#ct_bg .movieArea04 iframe {
	vertical-align: bottom;
	width: 280px;
	height: 158px;
}

#ct_bg .ti01 {
	position: relative;
	padding: 8px 0;
	background: url(../img/bg_index05.jpg) 0 0 repeat;
	background-size: 14px 44px;
	text-align: center;
}
#ct_bg .ti01:before,
#ct_bg .ti01:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 18px;
	content: "";
}
#ct_bg .ti01:before {
	top: -18px;
	background: url(../img/bg_index02.png) repeat-x center top;
	background-size: 31px 18px;
}
#ct_bg .ti01:after {
	bottom: -18px;
	background: url(../img/bg_index03.png) repeat-x center bottom;
	background-size: 31px 18px;
}

#ct_bg .ti02 {
	padding: 30px 0 5px;
	border-bottom: 1px solid #e95098;
	color: #e95098;
	font-size: 2rem;
	font-weight: bold;
}

#ct_bg .tx01 {
	padding-bottom: 10px;
	border-bottom: 1px solid #e95098;
	color: #e95098;
	font-size: 2.4rem;
	font-weight: bold;
}

#ct_bg .tx02 {
	text-align: center;
}

#ct_bg .tx03 {
	padding: 0 0 10px 53px;
	background: url(../img/icon_index02.png) 0 1px no-repeat;
	background-size: 42px 32px;
	border-bottom: 1px solid #e95098;
	color: #e95098;
	font-size: 163%;
	font-weight: bold;
}

#ct_bg .tx04 {
	margin-top: 30px;
	padding: 10px 15px;
	background-color: #e95098;
	color: #fff;
	text-align: center;
	font-size: 125%;
	font-weight: bold;
}
#ct_bg .tx04 span {
	font-size: 150%;
	text-decoration: underline;
}
#ct_bg .tx04 .text01 {
	text-decoration: none;
}

#ct_bg .tx06 {
	margin-top: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e95098;
	color: #e95098;
	font-size: 125%;
	font-weight: bold;
}
#ct_bg .frameArea04 + .tx06 {
	margin-top: 50px;
}

#ct_bg .tx07 {
	margin-top: 20px;
	text-align: center;
}

#ct_bg .note01 {
	padding-left: 1em;
	text-indent: -1em;
}

#ct_bg .img01 {
	margin-top: 30px;
	width: 272px;
}

#ct_bg .bt01 {
	margin: 40px auto 0;
	width: 440px;
}

#ct_bg .introductionArea {
	width: 960px;
	margin: 9px auto 0;
}
#ct_bg .introductionArea .inner01 {
	background-color: #fff;
	box-shadow: inset 0px 0px 20px 20px rgba(254, 248, 223, 0.8);
	border-radius: 10px;
	padding: 27px 25px 26px 30px;
}
#ct_bg .introductionArea p {
	font-size: 1.4rem;
	letter-spacing: 0.075em;
	color: #e95098;
}




@media screen and (max-width: 639px) {
#ct_bg {
}

#ct_bg a {
	text-decoration: underline;
}
#ct_bg a:hover {
	text-decoration: none;
}

#ct_bg .alpha01:hover {
	opacity: 1;
}

#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_index04.png) no-repeat left top;
	background-size: 100%;
}

#ct_bg img {
	width: 100%;
	height: auto;
}

.onlyPC {
	display: none;
}
.onlySP {
	display: block;
}
img.onlySP {
	display: inline-block;
}

#ct_bg .headTitleArea01 {
	font-size: 1.2rem;
}

#ct_bg .headTitleArea01 > .inner01 {
	padding-left: 0;
	padding-right: 0;
	display: block;
	text-align: center;
}

#ct_bg .subSection01 {
	padding: 0 10px;
	width: 100%;
}

#ct_bg .headTitleArea01 > .inner01 > .title01 {
	margin-right: 0;
}

#ct_bg .subSection02 {
	padding: 20px 10px 30px;
	width: 95%;
	width : -webkit-calc(100% - 20px) ;
	width : calc(100% - 20px) ;
	background-color: #fff;
}

#ct_bg .header01 {
	display: block;
	padding: 10px 10px 0;
	width: 100%;
}
#ct_bg .header01 .button01 {
	width: 100%;
}

#ct_bg .snsBtn01 {
	margin-top: 10px;
}

#ct_bg .navigation01 {
	padding: 10px 10px 18px;
}
#ct_bg .navigation01 ul {
	margin: 0 auto;
	width: 100%;
}
#ct_bg .navigation01 li {
	margin-top: 5px;
	width: 50%;
}
#ct_bg .navigation01 li:nth-child(odd) {
	padding-right: 2px;
}
#ct_bg .navigation01 li:nth-child(even) {
	padding-left: 2px;
}

#ct_bg .frameArea01 {
	width: 95%;
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
	border-width: 3px;
	border-radius: 20px 20px 0 0;
}

#ct_bg .frameArea02 {
	display: block;
	padding: 20px 10px;
	text-align: center;
}
#ct_bg .frameArea02 .button01 {
	margin: 10px auto 0;
	width: 77%;
}

#ct_bg .frameArea03 {
	padding: 0 10px 15px;
}

#ct_bg .frameArea04 {
	margin-left: 0;
}

#ct_bg .frameArea05 {
	margin-top: 20px;
	padding-bottom: 15px;
	width: 100%;
}
#ct_bg .frameArea05 .title01 img {
	border-radius: 17px 17px 0 0;
}
#ct_bg .frameArea05 .button01 {
	padding: 15px 21px 0;
}

#ct_bg .frameArea06 {
	display: block;
	margin-top: 10px;
	margin-left: 0;
	width: 100%;
	padding: 9px 27px 20px 27px;
	background: url(../img/bg_index06_sp.png) -30px 23px no-repeat #e3f0fa;
	border: 3px solid #fff;
	border-radius: 20px;
}
#ct_bg .frameArea06 .title01 {
	margin: 0 -10px 0 -24px;
	padding: 0;
}

#ct_bg .wrap01 {
	display: block;
	padding: 0 5px 5px;
}
#ct_bg .wrap01 .column01 {
	margin-top: 5px;
	width: 100%;
}
#ct_bg .wrap01 .image01 {
	margin: 0 auto;
	width: 60%;
}

#ct_bg .wrap02 {
	display: block;
}
#ct_bg .wrap02 .column01 {
	width: 100%;
}
#ct_bg .wrap02 .column02 {
	margin: 10px auto 0;
	padding: 0;
	width: 74%;
}

#ct_bg .wrap03 {
	display: block;
}
#ct_bg .wrap03 .column01 {
	margin: 0 auto;
	width: 74%;
}
#ct_bg .wrap03 .column02 {
	padding-left: 0;
	width: 100%;
}

#ct_bg .wrap04 {
	display: block;
}

#ct_bg .wrap04 .column01 {
	width: 100%;
}
#ct_bg .wrap04 .column01:nth-child(even),
#ct_bg .wrap04 .column01:nth-child(odd) {
	padding: 0;
}

#ct_bg .wrap05 {
	display: block;
}
#ct_bg .wrap05 .column01 {
	width: 100%;
}
#ct_bg .wrap05 .column01 + .column01 {
	margin-top: 20px;
}
#ct_bg .wrap05 .column01:nth-child(odd),
#ct_bg .wrap05 .column01:nth-child(even) {
	padding: 0;
}

#ct_bg .wrap06 {
	display: block;
	padding: 0 10px;
	width: 100%;
}

#ct_bg .col01 {
	float: none;
	margin: 0 auto;
	width: 72%;
}

#ct_bg .col02 {
	float: none;
	margin-top: 20px;
	width: 100%;
}

#ct_bg .col03 {
	float: none;
	width: 100%;
}

#ct_bg .col04 {
	float: none;
	margin-top: 20px;
	width: 100%;
}

#ct_bg .movieArea01,
#ct_bg .movieArea02,
#ct_bg .movieArea03,
#ct_bg .movieArea04 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
#ct_bg .movieArea01 iframe,
#ct_bg .movieArea02 iframe,
#ct_bg .movieArea03 iframe,
#ct_bg .movieArea04 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#ct_bg .movieArea02,
#ct_bg .movieArea03,
#ct_bg .movieArea04 {
	width: 100%;
}
#ct_bg .movieArea04 {
	margin-top: 6px;
}

#ct_bg .ti01 img {
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
}

#ct_bg .ti02 {
	padding-top: 15px;
}

#ct_bg .tx01 {
	font-size: 2rem;
}

#ct_bg .tx02 {
	text-align: left;
}

#ct_bg .tx03 {
	font-size: 150%;
}

#ct_bg .tx04 {
	text-align: left;
	font-size: 113%;
}

#ct_bg .tx05 {
	margin-left: 0;
}
#ct_bg .tx05 span {
	font-size: 138%;
}

#ct_bg .tx06 {
	font-size: 113%;
}

#ct_bg .img01 {
	width: 73%;
}

#ct_bg .bt01 {
	width: 100%;
}

#ct_bg .introductionArea {
	width: 100%;
	margin: 9px auto 0;
	padding: 0 10px;
}
#ct_bg .introductionArea .inner01 {
	background-color: #fff;
	box-shadow: inset 0px 0px 10px 10px rgba(254, 248, 223, 0.8);
	border-radius: 10px;
	padding: 17px 20px 15px 20px;
}
#ct_bg .introductionArea p {
	font-size: 1.2rem;
}

	
}

/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}

