@charset "utf-8";
/* CSS Document */


@media screen and (max-width: 768px){	
/* PC時 */
.br_pc {display:none;}
}
.mt_m10{margin-top: -10px;}
.mt_m20{margin-top: -20px;}
/*-------------------------------------------------------------
		告知ページ
-------------------------------------------------------------*/

/*--------------- 赤枠テキスト ---------------*/
.box_tx_red {
	border: 2px solid #d91d14;
	padding: 8px 10px;
}
/*--------------- 赤枠テキスト ---------------*/
.box_tx_black {
  border: 2px solid #777;
  padding: 8px 10px;
}

/*--------------- タイトル ---------------*/
.top .section.ttl_l_blue01 h2 {
	font-size: 2rem;
	color: #138e99;
	padding: 0 15px;
	background: #fff;
}
.top .section.ttl_l_blue01 {
	position: relative;
	width: 94%;
}
.top .section.ttl_l_blue01::before {
	position: absolute;
	content: "";
	width: 100%;
	border-top: 1px solid #138e99;
	top: 50%;
	z-index: -1;
}

/*--------------- テキスト ---------------*/
.tx_y_marker {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 10px;
	background: linear-gradient(transparent 55%, #ffe7b2 55%);
}
.tx_top_note{text-align: left;padding: 0 10px;}
.tx_top{
	text-align: center;
	margin: 1em auto 0 auto;
}
.tx_top_in{
	text-align: center;
	margin-top: 1em;
	display: inline-block;
}

/*--------------- 表 ---------------*/
.wrap_overview .box_table {width: 94%; margin: 10px auto 20px;}
.wrap_overview .box_table tr {border-bottom: 1px solid #fff;}
.wrap_overview .box_table th {width: 112px; background: #ccedf0;}
.wrap_overview .box_table td {background: #ebf6f7;}

.wrap_overview .box_table th,
.wrap_overview .box_table td {padding: 8px 10px;}

.wrap_overview .box_table th > .tx_small {font-size: 1.2rem;}
.wrap_overview .box_table td > .tx_number {font-size: 1.8rem;}
.wrap_overview .box_table td > .tx_unit {font-size: 1.3rem; margin-left: 2px;}

/*--------------- メルマガ ---------------*/
.box_corner {
	border: 1px solid #ccc;
	background: #f7fcfc;
	width: 94%;
	padding: 3% 3% 6%;
}
.top .section.ttl_l_blue02 h3 {
	color: #467478;
	background: none;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
	padding: 6px 5px;
	margin: 10px auto 20px;
}
.top .section.ttl_l_blue02 h3::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background-image: -webkit-repeating-linear-gradient(135deg, #50bdc7, #50bdc7 1px, transparent 1px, transparent 4px);
	background-image: repeating-linear-gradient(-45deg, #50bdc7, #50bdc7 1px, transparent 1px, transparent 4px);
	background-size: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.banner.tyo_otherarea_banner > div {margin: auto;}
.tyo_otherarea_banner .listitem2 {width: 100%;}
.tyo_otherarea_banner .textitem {
	padding-left: 20px;
	position: relative;
}
.tyo_otherarea_banner .textitem::before,
.tyo_otherarea_banner .textitem::after {
	position: absolute;
	content: "";
}
.tyo_otherarea_banner .textitem::before {
	width: 16px;
	height: 16px;
	background: #30a4af;
	border-radius: 50%;
	top: 3px;
	left: 0;
}
.tyo_otherarea_banner .textitem::after {
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 8px;
	left: 4px;
}

/*--------------- 青枠ボックス ---------------*/
.box_r_note01 {
	border: 1px solid #138e99;
	padding: 3%;
	width: 94%;
}
.box_r_note01 .top .section.ttl_l_red01 {
	margin-bottom: 4%;
}
.box_r_note01 .top .section.ttl_l_red01 h2 {
	margin: auto;
	padding: 0 2% 3%;
	border-bottom: 1px solid #138e99;
	font-size: 2rem;
}
.box_r_note01 .cmp-text {width: 100%;}

.box_r_note01 .inner_content {
	padding: 6% 0 2%;
}
.box_r_note01 h3.ttl_red01 {
	font-size: 1.8rem;
	text-align: center;
	margin: 0 auto 4%;
}
.box_r_note01 .list_b_dot > li {
	padding: 0 0 5px 10px;
	position: relative;
  font-size: 1.4rem;
}
.box_r_note01 .list_b_dot > li::before {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #666;
	top: .8em;
	left: 1px;
}


@media screen and (min-width: 768px) {
	/*--------------- 赤枠テキスト ---------------*/
	.box_tx_red {padding: 12px 18px;}
  /*--------------- 赤枠テキスト ---------------*/
  .box_tx_black {padding: 12px 18px;}

	/*--------------- 表 ---------------*/
	.wrap_overview .box_table {width: 580px;}
	.wrap_overview .box_table th {width: 140px;}
	.wrap_overview .box_table th,
	.wrap_overview .box_table td {padding: 8px 15px;}

	/*--------------- メルマガ ---------------*/
	.box_corner {
		width: 100%;
		padding: 10px 10px 25px;
	}

	/*--------------- 赤枠ボックス ---------------*/
	.box_r_note01 {
		padding: 20px;
		width: 100%;
	}
	.box_r_note01 .top .section.ttl_l_red01 {
		margin-bottom: 20px;
	}
	.box_r_note01 .top .section.ttl_l_red01 h2 {
		padding: 0 10px 10px;
	}

	.box_r_note01 .inner_content {
		padding: 25px 10px 10px;
	}
	.box_r_note01 h3.ttl_red01 {
		margin-bottom: 15px;
	}
}




/*-------------------------------------------------------------
		本番ページ
-------------------------------------------------------------*/
.d_i_block {display: inline-block;}

/*--------------- ナビ ---------------*/
.nav_top01 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 10px;
}
.nav_top01 li {
	width: calc(100%/3);
	border-bottom: 1px solid #e6e6e6;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
.nav_top01 li::before,
.nav_top01 li:nth-of-type(3n)::after,
.nav_top01 li:last-child::after {
	position: absolute;
	content: "";
	height: 10px;
	border-left: 1px solid #ccc;
	top: 50%;
	margin-top: -5px;
	left: 0;
}
.nav_top01 li:nth-of-type(3n)::after,
.nav_top01 li:last-child::after {
	left: auto;
	right: 0;
}
/* ×4 */
.nav_top01 li:first-child:nth-last-child(4),
.nav_top01 li:first-child:nth-last-child(4) ~ li {width: 50%;}
/* ×5 */
.nav_top01 li:first-child:nth-last-child(5) ~ li:nth-of-type(n+4) {width: 50%;}

.nav_top01 li a {
	display: block;
	color: #4d4d4d;
	width: 100%;
	font-weight: bold;
	font-size: 1.3rem;
	text-align: center;
	padding: 10px 5px;
	line-height: 1.5;
}
.nav_top01 li.bg_color a {
	background: #ebf6f7;
}

/*--------------- タイトル ---------------*/
.top .section.ttl_b_blue01 h3 {
	background: #50bdc7;
	font-size: 1.7rem;
	font-weight: bold;
	position: relative;
	padding: 8px 20px;
	margin-bottom: 20px;
}
.top .section.ttl_b_blue01 h3::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background: #50bdc7;
	bottom: -4px;
	left: 50%;
	transform: rotate(45deg);
	margin-left: -4px;
}

/*--------------- テキスト ---------------*/
.tx_small {font-size: 1.2rem;}
.f_bold {font-weight: bold;}
.u_line {border-bottom: 1px solid; display: inline;}
.tx_red {color: #fb271c;}



/*--------------- 表 ---------------*/
.wrap_overview .box_table td .inner_table {
	/*font-size: 1.2rem;*/
	margin-top: 8px;
}
.wrap_overview .box_table td .inner_table .fs_12 {
	font-size: 1.2rem;
}

.wrap_overview .box_table.t_overview th,
.wrap_overview .box_table.t_overview td {
	display: block;
	width: 100%;
}

.wrap_overview .box_table.t_price th,
.wrap_overview .box_table.t_price td {
	text-align: center;
	padding: 8px 0;
}
.wrap_overview .box_table.t_price th + th,
.wrap_overview .box_table.t_price td + td {
	border-left: 1px solid #fff;
}
.wrap_overview .box_table.t_price .tx_big {font-size: 1.8rem;}
.wrap_overview .box_table.t_price .bg_other {background: #fcf4e1;}

.wrap_overview .box_table.t_price .col01 {width: 30%;}
.wrap_overview .box_table.t_price .col02 {width: 35%;}
.wrap_overview .box_table.t_price .col03 {width: 35%;}

.jyosei_icon img{
	width: 100%;
    margin: 10px 0;
    padding: 0 20px;
}
.under_l{
	text-decoration:line-through;
}

/*--------------- 背景色 ---------------*/
.bg_blue01,
.bg_orange01 {
	position: relative;
}
.bg_blue01::before,
.bg_orange01::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -10;
}
.bg_blue01::before {background: #ebf6f7;}
.bg_orange01::before {background: #f0f6ff;}

.bg_blue01 .top .section.ttl_l_blue01 h2 {background: #ebf6f7;}
.bg_orange01 .top .section.ttl_l_blue01 h2 {background: #f0f6ff; color: #3F8CF4;}
.bg_orange01 .top .section.ttl_l_blue01::before {border-color: #3F8CF4;}

.bg_orange01 .top .section.ttl_b_blue01 h3,
.bg_orange01 .top .section.ttl_b_blue01 h3::before {background: #ebbc57;}

/*--------------- 対象期間 ---------------*/
.wrap_limit {
	padding: 0 3%;
}
.wrap_limit .tx_limit {
	font-size: 1.6rem;
	font-weight: bold;
}
.wrap_limit .tx_limit .inner_limit {
	padding-right: 22px;
	position: relative;
}
.wrap_limit .tx_limit .inner_limit::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #50bdc7;
	top: 50%;
	right: 8px;
	margin-top: -4px;
}

/*--------------- 対象エリアから探す ---------------*/
.box_area {
	text-align: center;
	padding: 0 10px;
	margin-bottom: 30px;
}
.box_area .ttl_area a {
	display: block;
	color: #fff;
	font-weight: bold;
	background: #3F8CF4;
	padding: 5px;
	position: relative;
}
.box_area .ttl_area a::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	top: 50%;
	right: 10px;
	margin-top: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
.box_area .inner_area {
	width: 100%;
	background: #fff;
	border: solid 1px #3f8cf4;
}
.box_area .inner_area tr {
	padding: 5px 10px;
	display: block;
}
.box_area .inner_area tr:first-child {
	padding-top: 8px;
}
.box_area .inner_area tr:last-child {
	padding-bottom: 8px;
}
.box_area .inner_area th {
	padding: 4px;
    position: relative;
    /* border-right: 1px solid #ccc; */
    width: 100px;
    background: #cee3ff;
	text-align: center;
	 line-height: 1.5;
}
.box_area .inner_area td {
	padding: 5px 0 5px 10px;
    text-align: left;
    /* margin: 0 auto; */
    width: 75%;
}
.box_area .inner_area a {
	color: #4d4d4d;
	text-decoration: underline;
}

.box_area .tx_memo {
	background: #fff;
	padding: 3px 10px 10px;
	text-align: left;
	line-height: 1.5;
}

/*クーポンコードコピー*/
.coupon_box{
	padding: 5px 0;
	border-top: dashed 1px #ccc;
	width: 100%;
	text-align: center;
}
.coupon_code{
	font-weight: bold;
	font-size: 1.5rem;
	display: inline-block;
	padding-left: 10px;
}
.copy_btn {
    display: block;
    border: 2px solid #3F8CF4;
    color: #3F8CF4;
    background: #fff;
    margin: 5px auto;
    padding: 3px 5px;
    font-size: 1.3rem;
}
.coupon_note li{
	text-indent: -1em;
  	padding-left: 1em;
}
.coupon_note li::before {
	 content: '※';
}

/*リストリンクの下線消す*/
.cmn_contents .clm_osusume_area>ul>li {
    border-bottom: none!important;
    padding: 0px;
}
/*--------------- アコーディオン ---------------*/
.wrap_acco .acco_content {display: none;}
.wrap_acco .acco_btn.open + .acco_content {display: block;}
.wrap_acco .acco_btn {position: relative;}

.wrap_acco .acco_btn::before,
.wrap_acco .acco_btn::after {
	position: absolute;
	content: "";
	width: 12px;
	border-top: 2px solid #30a4af;
	top: 50%;
	right: 10px;
	margin-top: -1px;
	transition: .3s;
}
.wrap_acco .acco_btn::after {transform: rotate(90deg);}
.wrap_acco .acco_btn.open::after {transform: rotate(0deg);}

/*--------------- 必ずお読みください ---------------*/
.wrap_acco.attention {
	width: 94%;
	margin: auto;
}
.wrap_acco.attention .acco_btn {
	width: 100%;
	color: #fff;
	font-size: 1.8rem;
	background: #fb271c;
	text-align: center;
	padding: 12px 30px 12px 10px;
	margin: auto;
}
.wrap_acco.attention .acco_btn::before,
.wrap_acco.attention .acco_btn::after {
	border-color: #fff;
}
.wrap_acco.attention .acco_content {
	padding: 15px;
	border: 2px solid #fb271c;
}
.wrap_acco.attention .ttl_l_red01 {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.wrap_acco.attention .ttl_l_red01 > span {
	border-bottom: 2px solid #fb271c;
	padding: 0 10px 5px;
	display: inline-block;
}
.wrap_acco.attention .tx_lead {
	padding: 15px 0 10px;
	border-bottom: 1px dashed #ccc;
}

.wrap_acco.attention .list_number > li {
	margin-top: 10px;
}
.ttl_m{
	font-weight: bold;
	font-size: 1.8rem;
}
.ttl_m::before {
    content: '■';
}

.list_b_dot {
	padding-top: 10px;
}
.list_b_dot > li {
	padding: 0 0 5px 10px;
	position: relative;
	font-size: 1.3rem;
}
.list_b_dot > li::before {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #666;
	top: .8em;
	left: 1px;
}
.list_b_dot > li > .in_txt {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}
.list_b_dot > li > .in_txt::before {
	 content: '※';
}

/*当日に行うこと部分*/
.list_kome > li{
	text-indent: -1em;
  	padding-left: 1em;
}
.list_kome > li::before {
	 content: '※';
}

/*幼児枠*/
.child_box{
	margin: 0.5em 0em;
	background-color: #F5F5F5;
	padding: 10px;
	font-size: 1.3rem;
}

/*--------------- ボタン ---------------*/
.btn_blue01 {
	width: 94%;
	margin: auto;
}
.btn_blue01 a {
	display: block;
	background: #30a4af;
	color: #fff;
	font-weight: bold;
	position: relative;
	text-align: center;
	padding: 12px 20px 12px 10px;
}
.btn_blue01 a::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	margin-top: -4px;
}

/*--------------- ご予約済のお客さまへ ---------------*/
.box_r_note01 .list_b_dot > li {font-size: 1.4rem;}

.inner_content.list_number01 > li > .ttl_list {
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 3px;
}
.inner_content.list_number01 > li + li {
	margin-top: 30px;
}
.inner_content .list_number02 > li > .ttl_list .u_line {
	border-width: 1px;
}
.inner_content .list_number02 > li + li {
	margin-top: 10px;
}
.inner_content .list_number02 > li > .ttl_list + p,
.inner_content .list_number02 > li > .ttl_list + ul {
	margin: 0 0.5em;
}
.inner_content .list_number02 > li > .ttl_list.item2 {margin-left: 2.6em;}

/*--------------- ご予約から割引までの流れ ---------------*/
.wrap_acco.step {
	padding: 0 3%;
	margin-bottom: 10px;
}
/* タイトル */
.wrap_acco.step .acco_btn {
	background: #ebf6f7;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.wrap_acco.step .acco_btn .box_step {
	color: #fff;
	background: #30a4af;
	padding: 6px 6px 7px 10px;
	line-height: 1;
	position: relative;
}
.wrap_acco.step .acco_btn .box_step::before {
	position: absolute;
	content: "";
	width: 30%;
	height: 100%;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	background: #30a4af;
	top: 0;
	right: -29.5%;
}
.wrap_acco.step .acco_btn .tx_step {
	font-size: .8rem;
}
.wrap_acco.step .acco_btn .number_step {
	font-size: 2.2rem;
	display: block;
}
.wrap_acco.step .acco_btn .ttl_step {
	font-size: 1.6rem;
	padding-left: 20px;
}
/* コンテンツ */
.wrap_acco.step .acco_content {
	padding: 12px 10px 0;
}
.wrap_acco.step .acco_content .inner_content {
	padding-bottom: 20px;
}
.wrap_acco.step .acco_content .inner_content > .wrap_img {
	float: left;
	width: 80px;
	margin-right: 10px;
	text-align: center;
}
.wrap_acco.step .acco_content .inner_content > .wrap_img > img[src*="step01"] {width: 80px;}
.wrap_acco.step .acco_content .inner_content > .wrap_img > img[src*="step02"] {width: 42px;}
.wrap_acco.step .acco_content .inner_content > .wrap_img > img[src*="step03"] {width: 56px; margin: 20px auto;}

.wrap_acco.step .acco_content .inner_content > p + p {
	margin-top: 5px;
}

/*--------------- よくあるご質問 ---------------*/
.wrap_acco.QandA {
	width: 94%;
	margin: 0 auto 10px;
	background: #fff;
	border: 2px solid #30a4af;
}
.wrap_acco.QandA .acco_btn {
	padding: 10px 35px 10px 48px;
}
.wrap_acco.QandA .acco_content {
	padding: 10px 35px 10px 48px;
	margin-top: -5px;
	border-top: dashed 1px #ccc;
}
.wrap_acco.QandA .acco_btn,
.wrap_acco.QandA .acco_content {
	position: relative;
}
.wrap_acco.QandA .acco_btn > .inner_btn::before,
.wrap_acco.QandA .acco_content::before {
	position: absolute;
	width: 28px;
	height: 28px;
	top: 50%;
	left: 10px;
	margin-top: -14px;
	font-size: 1.4rem;
	text-align: center;
}
.wrap_acco.QandA .acco_btn > .inner_btn::before {
	content: "Q";
	background: #30a4af;
	color: #fff;
}
.wrap_acco.QandA .acco_content::before {
	content: "A";
	background: #fff;
	color: #30a4af;
	border: 2px solid #30a4af;
	line-height: 150%;
}

/*--------------- 安心・安全への取り組み ---------------*/
.wrap_message {
	padding: 0 3%;
}
.wrap_message .img_message {
	width: 50%;
	margin: 0 auto 15px;
}
.wrap_message .wrap_t_message .tx_link a {
	padding-left: 1.8rem;
	position: relative;
}
.wrap_message .wrap_t_message .tx_link a::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	transform: rotate(45deg);
	top: .5rem;
	left: 0;
}

@media screen and (min-width: 768px) {
	/*--------------- ナビ ---------------*/
	.nav_top01 {
		padding: 0;
		border-bottom: 1px solid #e6e6e6;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.nav_top01 li {
		width: auto;
		border-bottom: none;
	}
	.nav_top01 li:nth-of-type(3n)::after {border-left: none;}
	.nav_top01 li:last-child::after {border-left: 1px solid #ccc;}
	/* ×4 */
	.nav_top01 li:first-child:nth-last-child(4),
	.nav_top01 li:first-child:nth-last-child(4) ~ li {width: auto;}
	/* ×5 */
	.nav_top01 li:first-child:nth-last-child(5) ~ li:nth-of-type(n+4) {width: auto;}
	
	.nav_top01 li a {
		width: 100%;
		font-size: 1.4rem;
		padding: 15px 35px;
	}
	
	/*--------------- テキスト ---------------*/
	.top .section.ttl_l_blue01 {
		width: 100%;
		margin-bottom: 30px;
	}
	.tx_cl {text-align: center;}
	.tx_y_marker {
	font-size: 2.2rem;
	font-weight: bold;
	padding: 0 10px;
	background: linear-gradient(transparent 55%, #ffe7b2 55%);
}
	
	.tx_top_note{text-align: center;}
	
	/*--------------- 表 ---------------*/
	.wrap_overview .box_table.t_overview {
		width: 1000px;
	}
	.wrap_overview .box_table.t_overview th,
	.wrap_overview .box_table.t_overview td {
		display: table-cell;
		width: auto;
	}
	.wrap_overview .box_table.t_overview th {
		width: 200px;
	}
	
	.jyosei_icon img{
	width: 80%;
    margin: 10px 0;
    padding: 0 180px 0 0px;
}
	/*--------------- 対象期間 ---------------*/
	.wrap_limit {
		padding: 0;
		margin: auto;
		width: 580px;
	}
	
	/*--------------- 対象エリアから探す ---------------*/
.box_area {
	padding: 0 5px;
	margin-bottom: 20px;
}
	
	.box_area .ttl_area a {font-size: 1.8rem; padding: 8px;}
	.box_area .ttl_area a:hover {opacity: .7;}
	.box_area .ttl_area a::before {right: 20px;}
	.box_area .inner_area th {width: 100px;}
	.box_area .inner_area tr {width: 100%;}
	.box_area .inner_area tr:first-child {padding-top: 10px;}
	.box_area .inner_area tr:last-child {padding-bottom: 12px;}
	.box_area .inner_area a:hover {text-decoration: none;}
	
	
	/*--------------- アコーディオン ---------------*/
	.wrap_acco .acco_btn::before,
	.wrap_acco .acco_btn::after {right: 15px;}
	
	.wrap_acco .acco_btn:hover {cursor: pointer;}
	
	/*--------------- 必ずお読みください ---------------*/
	.wrap_acco.attention {width: 100%;}
	.wrap_acco.attention .acco_content {padding: 15px 20px;}
	.wrap_acco.attention .ttl_l_red01 {padding-bottom: 8px;}
	.wrap_acco.attention .tx_lead {padding-bottom: 15px;}
	
	.wrap_acco.attention .list_number {
		padding: 0 30px;
	}
	
	.list_b_dot {padding: 10px 30px;}
	
	
	/*--------------- ボタン ---------------*/
	.btn_blue01 {
		width: 350px;
	}
	.btn_blue01 a {
		font-size: 1.5rem;
		padding: 12px 20px 12px 10px;
	}
	.btn_blue01 a:hover {opacity: .7;}
	
	/*--------------- ご予約済のお客さまへ ---------------*/
	.inner_content .list_number02 > li > .ttl_list + p,
	.inner_content .list_number02 > li > .ttl_list + ul {margin-left: 2.5em;}

	/*--------------- ご予約から割引までの流れ ---------------*/
	.wrap_acco.step {padding: 0;}
	.wrap_acco.step .acco_content .inner_content > .wrap_img {
		width: 170px;
		margin-bottom: 10px;
	}
	.wrap_acco.step .acco_content .inner_content > .wrap_img > img[src*="step01"] {width: 160px;}
	.wrap_acco.step .acco_content .inner_content > .wrap_img > img[src*="step02"] {width: 74px;}
	.wrap_acco.step .acco_content .inner_content > .wrap_img > img[src*="step03"] {width: 86px;}
	
	/*--------------- よくあるご質問 ---------------*/
	.wrap_acco.QandA {
		width: 100%;
		margin-bottom: 20px;
	}
	.wrap_acco.QandA .acco_btn {
		padding: 15px 35px 15px 48px;
		font-size: 1.6rem;
	}
	.wrap_acco.QandA .acco_content {
		padding: 15px 35px 15px 48px;
	}
	.wrap_acco.QandA .acco_btn > .inner_btn::before,
	.wrap_acco.QandA .acco_content::before {
		font-size: 1.6rem;
	}
	
	
}

/*----------------グレー終了-------------------------*/
.box_area .close_prefecture{position: relative;}
.box_area .close_prefecture::before{
	  content: '';display: inline-block;width: 100%;height: 100%;background: #222;z-index: 1;position: absolute;top: 0;left: 0;opacity: 0.6;}
.box_area .close_prefecture::after{
	content: '配布終了';
    display: inline-block;
    color: #fff;
    position: absolute;
    top: 50%;
    left: calc(50% - 10%);
    z-index: 2;
    font-size: 3rem;
}


/*各カードクローズ*/
	.inner_area tr td .close_card{position: relative;}
  .inner_area tr td .close_card::before{
	  content: '';display: inline-block;width: 100%;height: 100%;background: #222;z-index: 1;position: absolute;top: 0;left: 0;opacity: 0.6;}
  .inner_area tr td .close_card::after{
	  	content: '配布終了';
		display: inline-block;
		color: #fff;
		position: absolute;
		top: 25%;
		left: calc(50% - 15%);
		z-index: 2;
		font-size: 2rem;
}


/*------------------------------ 終了対応 ------------------------------*/
/*.box_area.b_close {position: relative;}
.box_area.b_close::after {
	position: absolute;
	content: "配布終了";
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 2.2rem;
	top: 50px;
	left: 50%;
	z-index: 20;
	margin-top: -1em;
	margin-left: -2.5em;
	transform: rotate(-10deg);
	background: #fb271c;
	padding: 2px 15px;
	letter-spacing: .1rem;
}
.box_area.b_close.stop::after {
	content: "配布終了";
}
@media screen and (min-width: 768px) {
	.box_area.b_close::before {width: calc(100% - 20px);}
	.box_area.b_close::after {top: 65px;}
}*/


/*------------------------------ バナー追加 ------------------------------*/
.banner.tyo_otherarea_banner > div.box_bnr01 {padding: 0 3%;}
.banner.tyo_otherarea_banner > div.box_bnr01 .listitem2 > li {max-width: 460px;}


/*------------------------------ 追加販売 ------------------------------*/
.box_r_note02 {
	width: 94%;
	margin: auto;
}
.box_r_note02 .ttl_note {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	background: #de9f18;
	text-align: center;
	padding: 10px;
}
.box_r_note02 .detail_note {
	padding: 15px;
	border: 2px solid #de9f18;
}
.box_r_note02 .detail_note .inner_note {
	border: 1px dashed #222;
	margin-top: 15px;
	padding: 8px 10px;
}
.box_r_note02 .detail_note .ttl_inner_note {
	color: #fb271c;
	font-weight: bold;
	border-bottom: 1px solid;
	display: inline-block;
	padding: 0 2px;
}
@media screen and (min-width: 768px) {
	.box_r_note02 {
		width: 100%;
	}
	.box_r_note02 .detail_note {padding: 15px 50px 25px;}
	.box_r_note02 .detail_note .ttl_inner_note {padding: 5px 15px 0;}
	.box_r_note02 .detail_note .list_b_dot {padding: 10px 20px;}
}


/*------------------------------ 期間延長販売 ------------------------------*/
.box_r_note02 .detail_note .inner_note.line_bold {
	border: 2px solid;
	font-weight: bold;
	color: #fb271c;
	background: #fff3f2;
	display: inline-block;
}


/*------------------------------ タブ ------------------------------*/
.wrap_tab .tab_area {display: none;}
.wrap_tab .tab_area.active,
.wrap_tab .tab_area.show {display: block;}

.wrap_tab_btn {
	display: -webkit-flex;
	display: flex;
	position: relative;
}
.wrap_tab_btn::after {
	position: absolute;
	content: "";
	width: 106%;
	border-bottom: 2px solid #50bdc7;
	bottom: 0;
	left: -3%;
}
.wrap_tab_btn .tab_btn {
	width: 100%;
	padding: 8px;
	margin-right: 5px;
	background: #50bdc7;
	border: 2px solid #50bdc7;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.wrap_tab_btn .tab_btn:nth-last-of-type(1) {
	margin-right: 0;
}
.wrap_tab_btn .tab_btn.active {
	background: #fff;
	color: #50bdc7;
	position: relative;
}
.wrap_tab_btn .tab_btn.active::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 4px;
	background: #fff;
	bottom: -3px;
	z-index: 10;
}

@media screen and (min-width: 768px) {
	.wrap_tab_btn {padding: 0 10px;}
	.wrap_tab_btn::after {
		width: calc(100% + 10px);
		left: -5px
	}
	.wrap_tab_btn .tab_btn {
		margin-right: 10px;
		font-size: 1.5rem;
	}
	.wrap_tab_btn .tab_btn:hover {cursor: pointer;}
	.wrap_tab_btn .tab_btn.active:hover {cursor: auto;}
}



