@charset "utf-8";

html {
	font-size: 62.5%;
}

#contents {
	padding: 0;
	width: 100%;
}

#header {
	box-shadow: none;
}

#footerIn img {
	border: none;
}

#footerIn .pageTop {
	display: none;
}

.onlySP {
	display: none;
}

#ct_bg {
	padding-bottom: 50px;
	background-color: #fff2ce;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Osaka,sans-serif;
	color: #824716;
	font-size: 1.4rem;
	letter-spacing: .1em;
	line-height: 1.6;
}

#ct_bg a {
	color: #ff5484;
}

#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 .color01 {
	color: #d90e0b;
}

#ct_bg .snsBtn01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 5px auto 0;
	width: 960px;
}

#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 .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 .subSection01 {
	margin-top: 93px;
}

#ct_bg .heading01 {
	position: relative;
	margin-left: 1px;
	z-index: 1;
	padding-top: 6px;
	padding-bottom: 3px;
	background: url(../img/bg_index01.png) repeat left top;
	text-align: center;
}

#ct_bg .heading01:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg_index02_pc.png) no-repeat center top;
	content: "";
}

#ct_bg .heading01 > img {
	position: relative;
	z-index: 2;
}

#ct_bg .heading02 {
	position: relative;
	padding-top: 20px;
	padding-bottom: 18px;
	background: url(../img/bg_index01.png) repeat left top;
	text-align: center;
}

#ct_bg .heading02:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,104,183,.9);
	content: "";
}

#ct_bg .heading02 > span {
	display: inline-block;
	position: relative;
}

#ct_bg .heading02 > span:before,
#ct_bg .heading02 > span:after {
	position: absolute;
	content: "";
}

#ct_bg .heading02 > span:before {
	left: -132px;
	top: -29px;
	width: 72px;
	height: 106px;
	background: url(../img/img_index03.png) no-repeat left top/100%;
}

#ct_bg .heading02 > span:after {
	right: -126px;
	top: -30px;
	width: 66px;
	height: 97px;
	background: url(../img/img_index04.png) no-repeat left top/100%;
}

#ct_bg .heading02 > span > img {
	height: 42px;
	width: auto;
}

/*#ct_bg .frameArea01:first-of-type {
	margin-top: 10px;
}*/

#ct_bg .frameArea01,
#ct_bg .frameArea02 {
	position: relative;
	z-index: 1;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .frameArea01 {
	margin-top: 106px;
}

#ct_bg .frameArea01:before {
	position: absolute;
	left: 17px;
	top: -90px;
	width: 96px;
	height: 140px;
	background: url(../img/img_index01.png) no-repeat left top/100%;
	content: "";
}

#ct_bg .frameArea01 > .inner01 {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	border: solid 4px #824716;
	background-color: #fff;
	z-index: 2;
}

#ct_bg .frameArea01 > .inner01:before {
	position: absolute;
	z-index:2;
	right: 7px;
	top: 3px;
	width: 241px;
	height: 371px;
	background: url(../img/img_index02.png) no-repeat left top/100%;
	content: "";
}

#ct_bg .frameArea01 .text01 {
	margin-left: 30px;
	margin-top: 18px;
}

#ct_bg .frameArea02 {
	margin-top: 55px;
}

#ct_bg .frameArea02 > dt {
	padding: 25px 22px 22px;
	border-radius: 20px 20px 0 0;
	background-color: #0068b7;
	text-align: center;
}

#ct_bg .frameArea02 > dd {
	position: relative;
	padding: 19px 19px 22px;
	border-radius: 0 0 20px 20px;
	background-color: #9fd9f6;
}

#ct_bg .frameArea02 > dd > .text01 {
	margin-top: 12px;
}

#ct_bg .frameArea02 > dd > .text01:first-child {
	margin-top: 0;
}

#ct_bg .frameArea02 > dd > .text01 img {
	height: 39px;
	width: auto;
}

#ct_bg .frameArea02 > dd > .text02 {
	margin-top: 8px;
	margin-left: 2px;
}

#ct_bg .frameArea02 > dd > .image01 {
	position: absolute;
	right: 15px;
	top: 22px;
}

#ct_bg .col01 {
	position: relative;
	margin-top: 20px;
	padding: 16px 0 16px 28px;
	background-color: #824716;
	color: #fff;
}

#ct_bg .col01 > .title01 {
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: .15em;
}

#ct_bg .col01 .font01 {
	display: inline-block;
	margin-left: 8px;
	font-weight: bold;
}

#ct_bg .col01 > .button01 {
	position: absolute;
	z-index: 3;
	left: 510px;
	bottom: 20px; 
}

#ct_bg .col01 > .button01 img {
	width: 180px;
	height: auto;
}

#ct_bg .col01 > .text02 {
	font-size: 1.6rem;
	letter-spacing: .15em;
}

#ct_bg .col01 > .text03 {
	margin-top: 3px;
}

#ct_bg .col02 {
	width: 960px;
	margin: 22px auto 0;
	background: url(../img/bg_index04_pc.png) no-repeat 15px 98px;
}

#ct_bg .col02 > .image01 {
	margin-top: -76px;
}

#ct_bg .col02 > .image02 {
	margin-top: 5px;
	text-align: right;
}

#ct_bg .col02 > .text01 {
	margin-top: 16px;
	margin-right: -6px;
	font-size: 1.2rem;
	text-align: right;
}

#ct_bg .photoList01 {
	position: relative;
	margin-top: 64px;
	padding-top: 25px;
	padding-bottom: 10px;
	background-color: #fffaec;
}

#ct_bg .photoList01:before,
#ct_bg .photoList01:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	content: "";
}

#ct_bg .photoList01:before {
	top: -4px;
	background: url(../img/bg_index05.png) repeat-x left top;
}

#ct_bg .photoList01:after {
	bottom: -4px;
	background: url(../img/bg_index03.png) repeat-x left top;
}

#ct_bg .photoList01 > .title01 {
	text-align: center;
}

#ct_bg .bx-wrapper {
	width: 960px;
	margin: 18px auto 0 !important;
}

#ct_bg .bx-wrapper .bx-controls-direction {
	margin-top: 15px;
	text-align: center;
}

#ct_bg .bx-wrapper .bx-prev,
#ct_bg .bx-wrapper .bx-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: 10px;
	margin-right: 10px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#ct_bg .bx-wrapper .bx-prev:hover,
#ct_bg .bx-wrapper .bx-next:hover {
	opacity: .6;
}

#ct_bg .bx-wrapper .bx-prev {
	background: url(../img/btn_index02.png) no-repeat left top/100%;
}

#ct_bg .bx-wrapper .bx-next {
	background: url(../img/btn_index03.png) no-repeat left top/100%;
}

#ct_bg .bx-wrapper li a {
	-webkit-transition: all .3s;
	transition: all .3s;
}

#ct_bg .bx-wrapper li a:hover {
	opacity: .6;
}

#ct_bg .btn01 {
	display: table;
}

#ct_bg  .txt01 {
	margin-top: 12px;
}

#ct_bg  .txt02 {
	display: inline-block;
	padding: 2px 4px 0;
	background-color: #fff;
	color: #824716;
}

#ct_bg .txt03 {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2rem;
	text-align: right;
}

#ct_bg .img01 {
	width: 960px;
	margin: 40px auto 80px;
}

#ct_bg .font01 {
	font-size: 2.4rem;
}

#ct_bg .font02 {
	font-size: 1.4rem;
}

#ct_bg .footer01 {
	position: relative;
	width: 960px;
	margin: 55px auto 0;
}

#ct_bg .copyright01 {
	margin-top: 10px;
	font-size: 1.2rem;
}

#ct_bg .pagetop01 {
	position: absolute;
	right: 0;
	top: -20px;
	width: 109px;
	height: 182px;
	background: url(../img/pagetop_index01.png) no-repeat left bottom/219px;
}

#ct_bg .pagetop01:hover {
	background-position: right bottom;
}

#ct_bg .pagetop01 > a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.fancybox-infobar__body {
	display: none !important;
}


@media screen and (max-width: 639px) {
#ct_bg {
	padding-bottom: 55px;
	font-family: -apple-system, "HelveticaNeue", Helvetica;
	word-break: normal;
	word-wrap: break-word;
}

#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 .subSection01 {
	margin-top: 70px;
}

#ct_bg .frameArea01,
#ct_bg .frameArea02,
#ct_bg .col02,
#ct_bg .snsBtn01 { 
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

#ct_bg .heading01 {
	padding-top: 0;
	padding-bottom: 0;
	background-size: 141px;
}

#ct_bg .heading01:before {
	content: none;
}

#ct_bg .heading02 {
	padding-top: 17px;
	padding-bottom: 16px;
}

#ct_bg .heading02 > span > img {
	height: 29px;
}

#ct_bg .heading02 > span:before {
	width: 52px;
	height: 76px;
	left: -75px;
	top: -24px;
}
#ct_bg .heading02 > span:after {
	width: 48px;
	height: 78px;
	right: -77px;
	top: -24px;
}

#ct_bg .frameArea01 {
	margin-top: 90px;
}

#ct_bg .frameArea01:first-of-type {
	margin-top: 5px;
}

#ct_bg .frameArea01:before {
	width: 78px;
	height: 114px;
	top: -78px;
	left: 21px;
}

#ct_bg .frameArea01 > .inner01 {
	border-radius: 10px;
	border-width: 3px;
}

#ct_bg .frameArea01 .text01 {
	width: 60.294%;
	margin-left: 10px;
	margin-top: 20px;
}

#ct_bg .frameArea02 > dd > .text02 {
	width: calc(100% - 12px);
	width: -webkit-calc(100% - 12px);
}

#ct_bg .frameArea01 > .inner01:before {
	width: 35.264%;
	right: 6px;
	top: 5px;
}

#ct_bg .frameArea02 > dt {
	padding: 15px 20px 14px;
	border-radius: 15px 15px 0 0 ;
}

#ct_bg .frameArea02 > dd {
	padding: 15px 9px 20px;
	border-radius: 0 0 15px 15px ;
}

#ct_bg .frameArea02 > dd > .image01 {
	position: static;
	margin-top: 15px;
}

#ct_bg .frameArea02 > dd > .text01 img {
	height: 22px;
}

#ct_bg .col01 {
	padding: 8px 18px 10px;
}

#ct_bg .col01 > .title01,
#ct_bg .col01 > .text02 {
	text-align: center;
}

#ct_bg .col01 > .text02 {
	margin-top: 8px;
}

#ct_bg .col01 .font01 {
	margin-left: 0;
}

#ct_bg .col01 > .button01 {
	position: static;
	display: table;
	margin: 2px auto 0;
}

#ct_bg .col01 > .button01 img {
	width: 150px;
}

#ct_bg .col01 > .text03 {
	margin-top: 10px;
}

#ct_bg .col02 {
	background: url(../img/bg_index04_sp.png) no-repeat 15px 41px/94%;
}

#ct_bg .col02 > .image01 {
	margin-top: 10px;
}

#ct_bg .col02 > .image02 {
	margin-top: -5px;
}

#ct_bg .col02 > .text01 {
	margin-top: 20px;
	text-align: left;
}

#ct_bg .photoList01 {
	margin-top: 40px;
	padding-top: 20px;
	padding-bottom: 8px;
}

#ct_bg .photoList01:before,
#ct_bg .photoList01:after {
	height: 2px;
	background-size: auto 100%;
}

#ct_bg .photoList01:before {
	top: -2px;
}

#ct_bg .photoList01:after {
	bottom: -2px;
}

#ct_bg .photoList01 > .title01 {
	width: 73.2%;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .bx-wrapper {
	width: 100%;
}

#ct_bg .bx-wrapper li a:hover,
#ct_bg .bx-wrapper .bx-prev:hover,
#ct_bg .bx-wrapper .bx-next:hover {
	opacity: 1.0;
}

#ct_bg .bx-wrapper .bx-controls-direction {
	margin-top: 10px;
}

#ct_bg  .txt02 {
	display: table;
	margin: 8px auto 0;
}
	
#ct_bg .txt03 {
	width: 100%;
	margin-top: 6px;
	padding-right: 5px;
}	
	
#ct_bg .img01 {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 60px;
}	

#ct_bg .footer01 {
	width: 100%;
	padding-left: 14px;
	padding-right: 14px;
}

#ct_bg .pagetop01 {
	position: static;
	margin: 10px auto 0;
}

#ct_bg .pagetop01:hover {
	background-position: left bottom;
}

#ct_bg .copyright01 {
	margin-top: 20px;
	text-align: center;
}

#ct_bg .snsBtn01 {
	display: table;
	margin-top: 5px;
	text-align: center;
}

#ct_bg .snsBtn01 > li {
	display: inline-block;
}
}

@media screen and (max-width: 380px) {
#ct_bg .col02 > .text01 {
	letter-spacing: 0;
}

#ct_bg .heading02 > span:after {
	right: -57px;	
}

#ct_bg .heading02 > span:before {
	left: -59px;
}
}


/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
