/*
2019.01.25
増税前キャンペーンページ用css
全会場適用のためコンテンツエリア内のみのスタイルを作成
このページを各会場サイトに適応させる際には、
ページヘッダーのスタイルはユーティリティと同じもので
ビジュアルの無いページに貼り付ける。
*/

/*ベストレートページのみナビレイヤー調整*/
@media only screen and (min-width: 60.0625em) {
  .Page.restaurant .Page-glbHeader .ChildNav-list, .Page.wedding .Page-glbHeader .ChildNav-list, .Page.brand .Page-glbHeader .ChildNav-list, .Page.party .Page-glbHeader .ChildNav-list, .Page.access .Page-glbHeader .ChildNav-list, .Page.newsIndex .Page-glbHeader .ChildNav-list, .Page.document .Page-glbHeader .ChildNav-list, .Page.guest .Page-glbHeader .ChildNav-list {
    z-index:5 !important;
  }
}
/*ベストレートページのみナビレイヤー調整*/

article.tax_area{
	margin: 0 auto;
	max-width: 1024px;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media only screen and (max-width: 48em) {
article.tax_area{
	width: 98%;
	margin: 0 auto;
}
}


/* 共通のテキストスタイル */
p{
	font-size: 13px;
	font-weight: 600;
}
p.txt20{
	font-size: 20px;
	font-weight: 600;
}
strong.tax_strong1{
	font-size: 34px;
    color: #b5a662;
}
strong.tax_strong1 span{
	font-size: 24px;
}
strong.tax_strong2{
	font-size: 24px;
	font-weight: bold;
}
strong.tax_strong3{
font-size: 25px;
background-image: -webkit-linear-gradient(transparent 0%,transparent 75%,#D10003 75%,#D10003 85%,transparent 85%,transparent 95%,#D10003 95%,#D10003 100%);
background-image: -o-linear-gradient(transparent 0%,transparent 75%,#D10003 75%,#D10003 85%,transparent 85%,transparent 95%,#D10003 95%,#D10003 100%);
background-image: linear-gradient(transparent 0%,transparent 75%,#D10003 75%,#D10003 85%,transparent 85%,transparent 95%,#D10003 95%,#D10003 100%);
}

/* 768px */
@media only screen and (max-width: 48em) {
strong.tax_strong1{
	font-size: 28px;
}
strong.tax_strong1 span{
	font-size: 20px;
}
strong.tax_strong2{
	font-size: 20px;
	font-weight: bold;
}
}

/* ヘッダー */
header.tax_header{
	position: relative;
	margin: 0 0 5% 0;
	padding: 350px 0; /*320*/
	text-align: center;
	background: url("img/header_bg_pc.jpg") no-repeat;
	background-size: cover;
	background-position: center top;
	/*
	background: -webkit-repeating-linear-gradient(-45deg,#f9eaef 0,#f9ebef 10px,#fff 10px,#fff 20px);
	background: -o-repeating-linear-gradient(-45deg,#f9eaef 0,#f9ebef 10px,#fff 10px,#fff 20px);
	background: repeating-linear-gradient(-45deg,#f9eaef 0,#f9ebef 10px,#fff 10px,#fff 20px);
	*/
}
div.tax_header_inner{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0.6);
	width: 90%;
	height: 85%;
	margin: auto;
	padding: 40px 10px; /*80px 10px*/
	text-align: center;
}
div.tax_header_inner h1{
	font-size: 45px;
	font-weight: 800;
	font-weight: bold;
	line-height: 0.8;
}
div.tax_header_inner h1 strong{
	font-size: 45px; /*70*/
}
div.tax_header_inner p{
	font-size: 20px;
	letter-spacing: 1.8px;
}
div.tax_header_inner p strong{
	font-size: 26px;
background-image: -webkit-linear-gradient(transparent 0%,transparent 60%, #fdc51a 60%, #fdc51a 100%);
background-image: -o-linear-gradient(transparent 0%, transparent 60%,#fdc51a 60%, #fdc51a 100%);
background-image: linear-gradient(transparent 0%,transparent 60%, #fdc51a 60%, #fdc51a 100%);
}
p.header_image1{
	max-width: 645px;
	margin: 0 auto 10px;
	padding: 0;
}
p.header_image2{
	max-width: 211px;
	margin: 0 auto 10px;
	padding: 10px 0 0 0;
}
p.header_image3{
	max-width: 550px;
	margin: 20px auto;
	padding: 5px 10px;
	border: 1px #000 solid;
}

/* 768px */
@media only screen and (max-width: 48em) {
header.tax_header{
	padding: 175px 0; /*230→320*/
	background: url("../../img/sp_topics_mb_01.jpg") no-repeat;
	background-size: cover;
	background-position: center top;
}
div.tax_header_inner{
	width: 95%;
	height: 70%;
	margin: auto;
	padding: 10px 5px;
}
div.tax_header_inner h1{
	font-size: 40px;
}
div.tax_header_inner p{
	font-size: 18px;
}
div.tax_header_inner p strong{
	font-size: 24px;
}
}
/* 480px */
@media only screen and (max-width: 30em) {
div.tax_header_inner h1{
	font-size: 28px;
	line-height: 1.3;
}
div.tax_header_inner p{
	font-size: 16px;
}
div.tax_header_inner h1 strong{
	font-size: 28px;
}
}

/* メッセージ */
section.tax_message_sect{
	margin: 0 0 5% 0;
	text-align: center;
}

section.tax_message_sect p{
	margin: 0 0 20px 0;
	font-size: 20px;
	line-height: 2.2;
}
@media only screen and (max-width: 48em) {
section.tax_message_sect p{
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 1.8;
}
}


/* ボタン */
div.tax_btn{
	text-align: center;
	margin: 0 0 10% 0;
}
div.tax_btn a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding: 25px 30px;
	transition: all 0.3s;
	color: #fff;
	background-color: #b69458;
	max-width: 80%;
}
div.tax_btn a::after{
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: -webkit-repeating-linear-gradient(-45deg,#e4cba0 0,#e4cba0 10px,#fff 10px,#fff 20px);
	background: -o-repeating-linear-gradient(-45deg,#e4cba0 0,#e4cba0 10px,#fff 10px,#fff 20px);
	background: repeating-linear-gradient(-45deg,#e4cba0 0,#e4cba0 10px,#fff 10px,#fff 20px);
	transition: all 0.3s;
}
span.tax_btn_txt1{
	display: block;
	letter-spacing: 1.8px;
	font-size: 26px;
	font-weight: bold;
}
span.tax_btn_txt2{
	display: block;
	letter-spacing: 1.8px;
	font-size: 16px;
	font-weight: bold;
}
/*hover*/
div.tax_btn a:hover::after{
	top: 0px;
	left: 0px;
}
@media only screen and (max-width: 30em) {
span.tax_btn_txt1{
	font-size: 20px;
}
span.tax_btn_txt2{
	font-size: 12px;
}
div.tax_btn a{
	padding: 25px 25px;
	max-width: 90%;
}
}

/* プラン */
h2.tax_plan_title{
	text-align: center;
	font-size: 42px;
	margin: 0 0 20px 0;
	letter-spacing: 1.8px;
	line-height: 1.2;
}
h2.tax_plan_title span{
	display: block;
	font-size: 16px;
	font-weight: normal;
}
section.tax_plan_sect{
	margin: 0 0 10% 0;
	display: flex;
	border: solid 1px #e5e5e5;
}

div.plan_inner_A{
	width: 40%;
}

div.plan_inner_B{
	width: 60%;
	margin: 0;
	padding: 20px;
}
div.plan_inner_B h3{
	margin: 0 0 5px 0;
	font-size: 20px;
}
div.plan_inner_B h3 span{
	display: block;
	font-size: 14px;
}
/*赤字文字価格表記*/
p.tax_plan_price{
	margin: 0 0 10px 0;
	color: #ff0000;
	font-size: 18px;
}
p.tax_plan_price strong.price_st1{
	font-size: 25px;
}
p.tax_plan_price strong.price_st2{
	display: inline-block;
	font-size: 25px;
	color: #fff;
	background-color: #ff0000;
	padding: 0 10px;
}
p.tax_plan_price strong.price_st3{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	background-color: #ff0000;
	padding: 10px;
	line-height: 1.5;
}
p.tax_plan_price strong.price_st3 span{
	font-size: 25px;
}

hr{
	border-top: solid 1px #000;
	border-bottom: none;
}
/*モーダルボタン*/
a.plan_modal_btn{
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	color: #fff;
	background-color: #b69458;
	text-decoration: none;
}
a.plan_modal_btn:hover{
	opacity: 0.8;
}


@media only screen and (max-width: 30em) {
h2.tax_plan_title{
	font-size: 32px;
}
section.tax_plan_sect{
	display: block;
}
div.plan_inner_A{
	width: 100%;
}

div.plan_inner_B{
	width: 100%;
}
p.tax_plan_price strong.price_st3 span{
	font-size: 20px;
}
}


/* コラム的情報 */
section.tax_column_sect{
	margin: 0 0 10% 0;
	padding: 5% 0;
	background-color: #fffaf2;
	text-align: center;
}
div.tax_column_sect_inner{
}
div.tax_column_sect_inner h2{
	font-size: 18px;
}

div.column_box{
	display: flex;
	justify-content: center;
	text-align: left;
}

/* 480px */
@media only screen and (max-width: 30em) {
div.column_box div{
	width: 80%;
}
}





/* ============================■■モーダル内スタイル■■============================ */
.modal_block {
  background-color: #fff !important;
}

.modal_title {
  margin-bottom: 3%; 
  font-size: 18px;
  font-size: 1.8rem;
}

.modal-box {
  margin: auto; 
  width: 92%;
}

.modal-box_title {
  margin-bottom: 4%; 
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
}

/* 特別プレゼントタイトル */
.modal-box_title2 {
  padding-top: 3%;
  margin-bottom:3%;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
}

.modal-box_content:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.modal-box_list {
  width: 100%;
  list-style-type: none;
  font-size: 13px;
  font-size: 1.3rem;
}
/* 2nのfloat:right削除のため下記(_l,_r)を追加 */
.modal-box_list_l {
  float: left;
  width: 48%;
  list-style-type: none;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
}
.modal-box_list_r {
  float: right;
  width: 48%;
  list-style-type: none;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
}
.modal-box_list:after, .modal-box_list_l:after, .modal-box_list_r:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
@media only screen and (max-width: 48em) {
  .modal-box_list, .modal-box_list_l, .modal-box_list_r {
    float: none; 
    width: 100%;
  }
}

/* .modal-box_list-title */
.modal-box_list-title {
  float: left;
  padding: 15px 0; 
  width: 30%;
  font-weight: bold;
}
/* タイトルに注記を入れる場合、title2にし下記を適用 */
.modal-box_list-title2 {
  float: left;
  padding: 15px 0 8px; 
  width: 30%;
  font-weight: bold;
  line-height:1;
}
.modal-box_list-title2 span {
	padding-top:0;
	font-size: 10px;
	font-size: 1.0rem;
	line-height:0.1;
}
/* タイトルが長すぎて文字を小さくする場合、title3にし下記を適用 */
.modal-box_list-title3 {
	float: left;
	padding: 15px 0; 
	width: 30%;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
}
/* 特別プレゼントキャンペーン用赤文字 */
.modal-box_list-txt_red {
  font-weight: bold;
  color: #ff0000;
}
@media only screen and (max-width: 48em) {
	.modal-box_list-title3 {
	font-size: 13px;
	font-size: 1.3rem;
}
}




.modal-box_list-item {
  margin-top: -1px;
  padding: 15px 0 15px 30%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
/*タイトル改行時に崩れないためのクリア↓*/
.modal-box_list-item:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.plus_icon img{
width: 50px;
margin-bottom: 20px;
}

.amazon_logo img{
width: 120px;
}


.baetrate_box{
background-color: #fff;
padding: 10px;
margin-top: 30px;
border: 2px solid #cbc6ad;
display: block;
}

.boder_non{
border: 2px solid #fff !important;
border-color: #fff !important;
}

@media only screen and (max-width: 30em) {
.baetrate_box {
width: 90%;
margin: auto;
}
}


div.baetrate_box .bestrate img{
width: 130px !important;
}

div.baetrate_box .bestrate_txt{
font-size: 1.4rem !important;
line-height: 2.0rem !important;
}
@media only screen and (max-width: 30em) {
div.baetrate_box .bestrate_txt {
font-size: 1.2rem !important;
line-height: 2.4rem !important;
}
}

.baetrate_box2{
background-color: #eee;
padding: 10px;
margin-top: 30px;
display: block;
}
@media only screen and (max-width: 30em) {
.baetrate_box2 {
width: 90%;
margin: auto;
}
}

div.baetrate_box2 .bestrate_txt{
font-size: 1.4rem !important;
line-height: 2.0rem !important;
}
@media only screen and (max-width: 30em) {
div.baetrate_box2 .bestrate_txt {
font-size: 1.2rem !important;
line-height: 2.4rem !important;
}
}

/*リンクボタン大*/
.pickupPlanBox-linkBtn {
  margin : 5% 20% 3% 20%;
  font-size: 1.8rem;
}

.pickupPlanBox-linkBtn span {
  font-size: 1.4rem;
}

@media only screen and (max-width: 30em) {
.pickupPlanBox-linkBtn {
  margin : 5%;
  font-size: 1.5rem;
}
}

.pickupPlanBox-linkBtn a{
  padding: 20px;
  background-color: ;
  text-decoration: none;
}

.linkBtn_a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  transition-timing-function: linear;
  transition-duration: .2s;
  transition-property: background-color, color, opacity;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #AA8E76; 
  color: #AA8E76;
}
.linkBtn_a:hover {
  background-color: #AA8E76;
  color: #fff;
}
@media only screen and (max-width: 60em) {
  .linkBtn_a {
    background-color: #AA8E76; 
    color: #fff;
  }
}
/*フェアへのバナー END */

/* photo ボタン */
.btn_box{
	text-align: center;
}



/* ====================== design_area_B ====================== */
section.design_area_B{
    position: relative;
    padding: 5% 0;
}

p.step_item_number{
    font-size: 14px;
    margin: auto;
    text-align: center;
}
p.step_item_number span{
    position: relative;
    display: block;
    color: #000;
    font-size: 60px;
    line-height: 1;
	font-family: "Quicksand";
    font-weight: 400;
}
p.step_item_number span::after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    width: 50px;
    background-color: #bca475;
    margin: 0 auto;
}
p.step_item_text{
    font-size: 14px;
	font-weight: bold;
    margin: auto;
    text-align: center;
	padding: 15px 0;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.step_item_image{
	text-align: center;
}
.step_item_image img{
	width: 35%;
}

/* 768px */
@media only screen and (max-width: 48em) {
p.step_item_text{
    font-size: 16px;
}
}
/* 480px */
@media only screen and (max-width: 30em) {
section.design_area_B{
    padding: 15% 0 5% 0 !important;
}
}


/*flex_4A 横4*/
.flex_4A{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.flex_4A .flex_4A_innerA,.flex_4A_innerB{
	position: relative;
	width: 29.5%;
	border: 2px solid #BCA475;
	padding: 30px 20px;
	background-color: #FFF;
}
.flex_4A_innerA::after{
	content: "";
	position: absolute;
	bottom: 120px;
	right: -50px;
  	border-left: 30px solid #BCA475;
  	border-top: 30px solid transparent;
  	border-bottom: 30px solid transparent;
}
/* 768px */
@media only screen and (max-width: 48em) {
.flex_4A{
	width: 80%;
	margin: auto;
}
.flex_4A .flex_4A_innerA,.flex_4A_innerB{
	width: 100%;
	margin-bottom: 30%;
}
.flex_4A_innerA::after{
	content: "";
	position: absolute;
	bottom: -80px;
	right: 37%;
    margin: auto;
  	border-right: 30px solid transparent;
  	border-left: 30px solid transparent;
  	border-top: 30px solid #BCA475;
}
}

/*step タイトル*/
h3.step_title_h3{
	margin: 0 0 10px 0;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 100%;
	text-align: center;
    letter-spacing: .4rem;
    font-weight: 400;
    font-family: "Quicksand";
    }
h3.step_title_h3 span::after {
    display: block;
    margin-top: 10px;
    width: 100%;
    height: 1px;
    background-color: #AA8E76;
    content: "";
}
h3.step_title_h3 span{
	font-size: 1.4rem;
}

@media only screen and (max-width: 30em) {
h3.step_title_h3{
	margin: 0 0 10px 0;
    font-size: 32px;
    font-size: 3.2rem;
}

h3.step_title_h3 span{
	font-size: 1.4rem;
	font-weight: bold;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
}


.privilege_txt{
background-color: #aa8e76;
color: #fff;
text-align: center;
font-weight: bold;
padding: 5px;
}

/*=============== 画像 ===============*/
.image_box{
	width: 100%;
	margin: auto;
    padding-bottom: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-between;
}
.image_box_inner{
	width: 49%;
	margin-bottom: 2%;
}
.image_box2{
	width: 70%;
	margin: auto;
	margin-bottom: 2%;
}
@media only screen and (max-width: 48em) {
.image_box_inner{
	width: 49%;
}
.image_box2{
	width: 90%;
	margin: auto;
}
}


/* ============================■■共通CLASS■■============================ */
/* clearfix */
.clearfix:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}


/* =========== flexSetting =========== */
/*flex-direction*/
.row-reverse{flex-direction: row-reverse !important;}
.column{flex-direction: column !important;}
.column-reverse{flex-direction: column-reverse !important;}



/* =========== br =========== */

br.appear480{display: none;}

/* 768px */
@media only screen and (max-width: 48em) {
br.erase768{
	display:none;
	}
}

/* 480px */
@media only screen and (max-width: 30em) {
br.erase480{display:none;}
br.appear480{display: block;}
}

/* =========== color =========== */
.white{ color:white !important;}

/* =========== limit =========== */
.limited{width:98%; margin:0 auto;}

.limit1600{max-width:1600px; margin:0 auto;}
.limit1400{max-width:1400px; margin:0 auto;}
.limit1200{max-width:1200px; margin:0 auto;}
.limit1050{max-width:1050px; margin:0 auto;}
.limit1024{max-width:1024px; margin:0 auto;}
.limit960{max-width:960px; margin:0 auto;}
.limit768{max-width:768px; margin:0 auto;}
.limit480{max-width:480px; margin:0 auto;}

/* ========== marginBottom ========== */
.mb0{ margin-bottom:0 !important; }
.mb5{ margin-bottom:5px !important; }
.mb10{ margin-bottom:10px !important; }
.mb20{ margin-bottom:20px !important; }
.mb30{ margin-bottom:30px !important; }
.mb40{ margin-bottom:40px !important; }
.mb50{ margin-bottom:50px !important; }
.mb60{ margin-bottom:60px !important; }
.mb70{ margin-bottom:70px !important; }
.mb80{ margin-bottom:80px !important; }
.mb90{ margin-bottom:90px !important; }
.mb100{ margin-bottom:100px !important; }

/* ========== marginBottomParcent ========== */
.mb0p{ margin-bottom:0 !important; }
.mb01p{ margin-bottom:1% !important; }
.mb02p{ margin-bottom:2% !important; }
.mb03p{ margin-bottom:3% !important; }
.mb05p{ margin-bottom:5% !important; }
.mb10p{ margin-bottom:10% !important; }
.mb15p{ margin-bottom:15% !important; }
.mb20p{ margin-bottom:20% !important; }
.mb30p{ margin-bottom:30% !important; }
.mb40p{ margin-bottom:40% !important; }
.mb50p{ margin-bottom:50% !important; }
.mb60p{ margin-bottom:60% !important; }
.mb70p{ margin-bottom:70% !important; }
.mb80p{ margin-bottom:80% !important; }
.mb90p{ margin-bottom:90% !important; }
.mb100p{ margin-bottom:100% !important; }

/* ========== txt-align ========== */
.txt_left{text-align:left !important;}
.txt_center{text-align:center !important;}
.txt_right{text-align:right !important;}
.txt_just{text-align:justify !important;}

/* ========== width ========== */
.wd100{width: 100%!important;}

/* ========== br ========== */
/* 768px */
@media only screen and (max-width: 48em) {
br.del768{ display:none;}
}

@media screen and (min-width: 680px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){   
  .pc { display:none; }
  .sp { display:block; }
}

/* ============================■■共通CLASS■■============================ */

/* ●↑汎用スタイル */



/* ======================parts====================== */

/* 1400px */
@media only screen and (max-width: 87.5em) {
}
/* 1200px */
@media only screen and (max-width: 75em) {
}
/* 1024px */
@media only screen and (max-width: 64em) {
}
/* 960px */
@media only screen and (max-width: 60em) {
}
/* 768px */
@media only screen and (max-width: 48em) {
}
/* 720px */
@media only screen and (max-width: 45em) {
}
/* 600px */
@media only screen and (max-width: 37.5em) {
}
/* 480px */
@media only screen and (max-width: 30em) {
}
/* 320px */
@media only screen and (max-width: 20em) {
}