@charset 'Shift_jis';

body {
	-webkit-text-size-adjust: 100%;
}

#contents_area {
	margin: auto;
}

@media screen and (max-width: 970px) {
	#contents_area {
		/*overflow: hidden;*/
	}
}

#contents_area *,
#contents_area *::before,
#contents_area *::after {
	box-sizing: border-box;
}

#contents_area img {
	vertical-align: bottom;
}


/* ------------------
	共通
--------------------*/
body {
	background: white;
}

#contents_area {
	position: relative;
	background: none;
	font-family: "M PLUS 1p";
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	color: #231815;
	font-size: 17px;
	width: inherit;
	width: 100%;
	max-width: 95vw;
}

#contents_area:before {
	content: "";
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-image: url(../images/sp/bg_sky.jpg);
	background-attachment: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

/* 背景を前面に引くことによる弊害をなんとかする */
.jtb-nav-breadcrumb {
	margin-bottom: 0;
	padding-bottom: 100px;
}

.bg_white {
	background: white;
	width: 100%;
}

.bg_white_top {
	margin-top: -10px;
	padding-top: 8px;
}

#contents_area h1 {
	width: 970px;
	margin: auto;
	text-align: left;

	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	margin: auto;
}

#contents_area h1 div#btn_list_back {
	white-space: nowrap;
	width: 80px;
}

#page_footer {
	margin-top: 0;
	padding-top: 210px;
}

/* /背景を前面に引くことによる弊害をなんとかする */


#contents_area h2 {
	font-weight: bold;
}

#contents_area .sp {
	display: none !important;
}

#contents_area .baseW {
	width: 970px;
	margin: 0 auto;
}

#contents_area .btn a {
	position: relative;
}

#contents_area .btn a:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: white;
	opacity: 0;
	transition: all 0.1s ease;
	pointer-events: none;
}

#contents_area .btn a:hover:before {
	opacity: 0.3;
}

#contents_area .btn a:hover,
#contents_area .btn a:visited {
	text-decoration: none;
}

#contents_area .btn_jcb a,
#contents_area .btn_jmb a,
#contents_area .btn_red a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 0.7em 0;
	border-radius: 7px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cb9b4b+0,996e46+100 */
	background: #cb9b4b;
	/* Old browsers */
	background: -moz-linear-gradient(top, #cb9b4b 0%, #996e46 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #cb9b4b 0%, #996e46 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #cb9b4b 0%, #996e46 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb9b4b', endColorstr='#996e46', GradientType=0);
	/* IE6-9 */

	line-height: 1.3;
	color: white;
	font-size: 24px;
}

#contents_area .btn_jcb a:before,
#contents_area .btn_jmb a:before,
#contents_area .btn_red a:before {
	border-radius: 7px;
}

#contents_area .btn_jmb a {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4b3274+8,2f244e+99 */
	background: #4b3274;
	/* Old browsers */
	background: -moz-linear-gradient(top, #4b3274 0%, #2f244e 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #4b3274 0%, #2f244e 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #4b3274 0%, #2f244e 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b3274', endColorstr='#2f244e', GradientType=0);
	/* IE6-9 */
}

#contents_area .btn_red a {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff0000+0,de210e+48,b91b0a+73,de210e+99 */
	background: #ff0000;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ff0000 0%, #de210e 48%, #b91b0a 73%, #de210e 99%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff0000 0%, #de210e 48%, #b91b0a 73%, #de210e 99%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff0000 0%, #de210e 48%, #b91b0a 73%, #de210e 99%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#de210e', GradientType=0);
	/* IE6-9 */

}

#contents_area .btn_jcb a .small,
#contents_area .btn_jmb a .small,
#contents_area .btn_red a .small {
	display: block;
	font-size: 21px;
}

#contents_area .btn_jcb a:after,
#contents_area .btn_jmb a:after,
#contents_area .btn_red a:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 3%;
	transform: translateY(-50%) rotate(-45deg);
	width: 8px;
	height: 8px;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
}

#contents_area .btn_red a:after {
	width: 10px;
	height: 10px;
}

#contents_area .red {
	color: #E62019;
}

#contents_area .ul_note li {
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: normal;
}

#contents_area .note {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: normal;
}

#contents_area .text_link a {
	position: relative;
	text-decoration: underline;
	margin-left: 1em;
	color: #333;
	font-size: 90%;
}
#contents_area .text_link a:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: -1em;
	transform: translateY(-50%) scale(0.8);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.5em 0 0.5em 0.75em;
	border-color: transparent transparent transparent #333;
}

/* ------------------
	メインビジュアル
--------------------*/
#contents_area .box_mv img:first-child {
	margin-bottom: 1em;
}

#contents_area .box_mv .text_sub {
	margin-bottom: 1em;
}

/* ------------------
	期間
--------------------*/
#contents_area .box_period {
	display: flex;
	justify-content: center;
	margin-bottom: 1em;
}

#contents_area .box_period dl {
	width: 444px;
	margin: 0 9px;
}

#contents_area .box_period dl dt {
	border: 2px solid #231815;
	background: white;
	letter-spacing: 3px;
	font-size: 22px;
}

#contents_area .box_period dl dd {
	font-size: 28px;
}

/* ------------------
	入会はコチラ
--------------------*/

#contents_area .box_about {
	display: flex;
	justify-content: center;
}

#contents_area .box_about > div {
	margin: 0 9px;
}

#contents_area .box_about .btn_jcb,
#contents_area .box_about .btn_jmb {
	width: 420px;
	margin: 1.2em auto 0.8em;
}

#contents_area .icon_arrow {
	position: relative;
	height: 90px;
	margin: 2em 0;
}

#contents_area .icon_arrow:before,
#contents_area .icon_arrow:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 40px;
	height: 40px;
	border-bottom: 1px solid #231815;
	border-right: 1px solid #231815;
	transform: translateX(-50%) rotate(45deg);
}

#contents_area .icon_arrow:after {
	top: 15px;
}


/* ------------------
	コンテンツ
--------------------*/
#contents_area .wrap_cnt {
	position: relative;
	margin-bottom: 4.5em;
}

#contents_area .box_cnt {
	position: relative;
	z-index: 3;
	padding: 2em 0;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,b2b2b2+100 */
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #b2b2b2 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #b2b2b2 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #b2b2b2 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#b2b2b2', GradientType=0);
	/* IE6-9 */
}

#contents_area .box_cnt:before {
	content: "";
	position: absolute;
	z-index: 10;
	top: -8px;
	right: -8px;
	width: 157px;
	height: 158px;
	background: url(../images/img_ribbon.png) no-repeat;
	background-size: contain;
}

#contents_area .btm_arrow {
	position: absolute;
	z-index: 1;
	bottom: -38px;
	left: 0;
	right: 0;
	margin: auto;
	width: 86px;
	height: 86px;
	border-radius: 50%;
	background: #F1F1F1;
}

#contents_area .btm_arrow:after {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(45deg);
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #989898;
	border-right: 2px solid #989898;
}

#contents_area .box_cnt .number {
	position: absolute;
	z-index: 5;
	top: 25px;
	left: 30px;
}

#contents_area .box_cnt .top_text {
	margin-bottom: 0.5em;
	font-size: 24px;
}

#contents_area .box_cnt .text_sub .big {
	font-size: 22px;
}

#contents_area .box_cnt .text_sub .big .red {
	font-size: 37px;
}

#contents_area .box_cnt .wrap_card {
	display: flex;
	justify-content: center;
	margin: 1em auto;
}

#contents_area .box_cnt .box_card {
	line-height: 1.3;
	font-size: 20px;
}

#contents_area .box_cnt .wrap_card .box_jcb {
	padding-right: 33px;
}

#contents_area .box_cnt .wrap_card .box_jmb {
	padding-left: 33px;
}

#contents_area .box_cnt .wrap_card_border .box_jcb {
	padding-right: 50px;
	border-right: 1px solid #B2B2B2;
}

#contents_area .box_cnt .wrap_card_border .box_jmb {
	padding-left: 50px;
	border-left: 1px solid #B2B2B2;
}

#contents_area .box_cnt .box_card .red {
	font-size: 35px;
}

#contents_area .box_cnt .period {
	padding: 8px;
	margin: 1.5em 0;
	background: #F1F1F1;
}

#contents_area .box_cnt .period dl {
	display: flex;
	align-items: center;
	justify-content: center;
}

#contents_area .box_cnt .period dl dt {
	margin-right: 0.5em;
	padding: 0 6px;
	border: 2px solid #231815;
	background: white;
	font-size: 21px;
}

#contents_area .box_cnt .period dl dd {
	font-size: 27px;
}

#contents_area .box_cnt .conditions {
	display: inline-block;
	padding: 8px 16px;
	margin: 1.5em 0;
	background: #F1F1F1;
	text-align: left;
}

#contents_area .box_cnt .conditions dl {
	display: flex;
}

#contents_area .box_cnt .btn_red {
	width: 420px;
	margin: auto;
}

#contents_area .box_cnt .ul_note {
	margin: auto 3em;
	font-size: 14px;
}

/* 個別 */
#contents_area #cnt_04 .text_bottom {
	margin-bottom: 1.5em;
}

#contents_area #cnt_05 .box_jmb {
	padding-left: 0;
}


/* ------------------
	プレゼント
--------------------*/
#contents_area .box_present .top_text{
	font-size: 34px;
}

#contents_area .box_present .box_btns {
	display: flex;
	justify-content: space-around;
	margin: 1.5em auto 2em;
}

#contents_area .box_present .box_btns .wrap_btn {
	width: 420px;
	text-align: center;
}

#contents_area .box_present .box_btns .text_link{
	margin-top: 0.5em;
}


/* ------------------
	キャンペーンのご注意
--------------------*/
#contents_area .box_note {
	width: 821px;
	margin: auto;
	padding: 2em 2.5em;
	border: 1px solid #B2B2B2;
	background: white;
}

#contents_area .box_note .ttl {
	margin-bottom: 1em;
	font-size: 15px;
}

#contents_area .box_note .text {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
}


/* ------------------
	家族カード入会キャンペーンも実施中！
--------------------*/
#contents_area .box_campaign {
	margin: 3.5em 0 2.5em;
	padding: 1.8em 2em;
	border-top: 2px dotted #231815;
	border-bottom: 2px dotted #231815;
	background: white;
}

#contents_area .box_campaign .ttl {
	position: relative;
	display: inline-block;
	margin-bottom: 1.2em;
	font-size: 21px;
}

#contents_area .box_campaign .ttl:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -1em;
	width: 2px;
	height: 24px;
	background: #231815;
	transform: translateY(-50%)rotate(-25deg)
}

#contents_area .box_campaign .ttl:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -1em;
	width: 2px;
	height: 24px;
	background: #231815;
	transform: translateY(-50%)rotate(25deg)
}

#contents_area .box_campaign .wrap_flex {
	display: flex;
	justify-content: center;
}

#contents_area .box_campaign .btn a {
	display: block;
	height: 100%;
}

#contents_area .box_campaign .btn img {
	width: 393px;
	height: auto;
}

#contents_area .box_campaign .wrap_text {
	margin-left: 1.5em;
	text-align: left;
	font-size: 24px;
}

#contents_area .box_campaign .wrap_text .small {
	color: #107FC8;
	font-size: 20px;
}

#contents_area .box_campaign .wrap_text .box_red {
	display: inline-block;
	padding: 3px 8px;
	border-radius: 6px;
	background: #AF0016;
	color: white;
	font-size: 18px;
}



/*---------------------------
　お問い合わせ
-----------------------------*/
#contents_area #box_contact {
	position: absolute;
	z-index: 1;
	bottom: -280px;
	width: 100%;
	padding: 3em 0;
	font-size: 20px;
	text-align: center;
}

#contents_area #box_contact .inner {
	width: 970px;
	margin: auto;
}

#contents_area #box_contact .inner .ttl {
	font-weight: bold;
}

#contents_area #box_contact .inner > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#contents_area #box_contact .inner > div img {
	width: 100%;
	height: auto;
}

#contents_area #box_contact .inner > p {
	margin-top: 15px;
	font-weight: normal;
}

/*------------------
    TOPへ戻る（オリジナル）
------------------*/
#page_top a {
	position: fixed;
	z-index: 1300;
	bottom: -50px;
	right: 20px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.6);
	transition: all .3s ease;
}

#page_top a:after {
	content: "";
	position: absolute;
	z-index: 1301;
	top: 16px;
	left: 0;
	right: 0;
	width: 12px;
	height: 12px;
	margin: auto;
	border-top: 3px solid white;
	border-left: 3px solid white;
	transform: rotate(45deg);
}

#page_top a span {
	/* テキストを消す */
	display: none;
}

#page_top.active a {
	bottom: 20px;
}

#page_top a:hover {
	transform: scale(1.08);
}


/*---------------------------
　キャンペーン終了の文言
-----------------------------*/
#contents_area .box_end {
	margin: 0 auto 1em;
	padding: 0.8em;
	background-color: rgba(0, 0, 0, 0.55);
	text-align: center;
	font-weight: bold;
	color: white;
	font-size: 30px;
}

#contents_area .box_end span {
	display: block;
	margin-top: 0.5em;
	padding-top: 0.5em;
	border-top: 1px solid white;
	font-weight: normal;
	font-size: 15px;
}