@charset 'UTF-8';
/*--------------------------------------------------
共通
--------------------------------------------------*/
body{
  font-family: "Sawarabi Mincho";
  letter-spacing: 1px;
  color: #231815;
}
.position_r{
	position: relative;
}
.page_section{
  min-height: 50vh;
  padding: 120px 0 80px;
  margin: 0;
  position: relative;
}
.common_section{
  padding: 80px 0;
  margin: 0;
  position: relative;
}
/*タイトル*/
.sub_title{
  text-align: center;
  font-size: 35px;
  margin: 0px 0 70px;
  letter-spacing: 2px;
}
.sub_title img{
  width: 45px;
  margin-bottom: 10px;
}
.con_title{
  font-size: 25px;
  text-align: center;
  margin: 0 auto 30px;
  letter-spacing: 3px;
}
/*テキスト*/
.common_text{
  text-align: center;
  line-height: 40px;
}
.font_red{ color: #a31a13; }
.font_white{ color: #fff; }

/*背景*/
.bg_beige{ background-color: #EFEEDF; }

.bg_checker_gray.bg_beige{ background-color: transparent; }
.bg_checker_gray.bg_beige:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EFEEDF;
  z-index: -2;
}
.bg_checker_gray:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('images/mv_bg_checker_gray.png');
  background-size: 1500px;
  background-repeat: repeat-x;
  opacity: 0.1;
  pointer-events: none;
  z-index: -1;
}


/*その他*/
.nobr{ white-space: nowrap; }
.sp_nobr:before{
  content: "\A" ;
  white-space: pre ;
}
.ofi{
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
}
/*--------------------------------------------------
ヘッダー
--------------------------------------------------*/
.site-head{
  padding: 0;
  width: 100%;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 99;
}
.top_asahi_mark{
  display: block;
  width: 150px;
  margin: 0 auto;
}
/*--------------------------------------------------
フッター
--------------------------------------------------*/
.site-foot{
  padding: 30px 0 10px;
  background: url('images/mv_bg_texture.jpg');
  background-repeat: repeat;
  background-size: 1000px;
}
.footer_logo{
  max-height: 30px;
  max-width: 250px;
  margin: 0 0 20px;
}
.footer_company_con{
  padding: 20px;
  text-align: center;
}
.footer_con_title{
  text-align: center;
  color: #fff;
  font-size: 23px;
  margin: 0 0 20px;
  letter-spacing: 5px;
}
.footer_com_text{
  font-size: 14px;
}
.footer_com_text a{
  color: #fff;
  text-decoration: none;
  pointer-events: none;
}
.copyright{ margin-top: 0px; }
/*reCapcha v3*/
.grecaptcha-badge { visibility: hidden; }
.recaptcha_text{
  text-align: center;
  margin-top: 50px;
  font-size: 12px;
}
.recaptcha_text a{ color: #fff; }
/*--------------------------------------------------
トップページ
--------------------------------------------------*/
/*メインビジュアル==================================*/
.mainvisual_area{
  background-image: url('images/mv_bg_texture.jpg');
  background-repeat: repeat;
  background-size: 1000px;
  position: relative;
  padding: 100px 10px 80px;
}
.mainvisual_area:before{
  content: '';
  width: 100%;
  height: 100%;
  background-image: url('images/mv_bg_checker.png');
  background-size: 1500px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 1;
  pointer-events: none;
}
/*酒画像*/
.mv_sake_left{
  position: absolute;
  top: 27%;
  left: 0px;
  width: 45%;
  max-width: 600px;
  pointer-events: none;
  opacity: 1;
  z-index: 1;
}
.mv_sake_right{
  position: absolute;
  top: 0;
  right: 0px;
  width: 50%;
  max-width: 730px;
  pointer-events: none;
  opacity: 1;
  z-index: 1;
}
.mv_pink_maru{
  pointer-events: none;
  position: absolute;
  bottom: 45%;
  right: 0;
  z-index: 2;
  width: 33vw;
  max-width: 470px;
  -webkit-transform: translate(0%,30%);
  -moz-transform: translate(0%,30%);
  -o-transform: translate(0%,30%);
  transform: translate(0%,30%);
}
/*その他細かい装飾*/
.mv_abs{
  position: absolute;
  /*pointer-events: none;*/
  opacity: 0.7;
}
.mv_momiji_momiji01{
  width: 83px;
  top: 3%;
  left: 25%;
}
.mv_momiji_momiji02{
  width: 110px;
  bottom: 30%;
  right: 22%;
}
.mv_momiji_momiji03{
  width: 87px;
  bottom: 0%;
  left: 7%;
}
/*タイトル*/
.mv_title_area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.mv_catchcopy{
  width: 100%;
  max-width: 180px;
  padding: 50px 30px 0 0;
}
.mv_title{
  width: 100%;
  max-width: 250px;
}
.mv_title img{
  max-width: 300px;
  max-height: 60vh;
  min-height: 500px;
}
/*開催日*/
.mv_date{
  width: 100%;
  max-width: 900px;
  margin: 150px auto 0;
  position: relative;
  z-index: 3;
}
.mv_date_border{
  background-image: url(images/kugiri_line.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  height: 100%;
}
.mv_date img{
  padding: 30px 10px;
  max-height: 380px;
}
.mv_date .meal_img{
  padding: 0;
  max-width: 270px;
}
/*概要==================================*/
.bg_border_black{
  background-image: url('images/mv_bg_texture.jpg');
  background-repeat: repeat;
  background-size: 1000px;
}
.read_text{
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 55px;
}
.read_yoko_line{
  width: 100%;
  max-width: 1044px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

/*お申し込みについて==================================*/
.section_kugiri_border:before{
  content: '';
  border-bottom: 1px dashed #231815;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
}
.momiji_bg_top_right{
  width: 70%;
  max-width: 770px;
  opacity: 0.2;
  -webkit-transform: scale(-1,1);
  -moz-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  -o-transform: scale(-1,1);
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.app_text{ margin-bottom: 80px; }
.about_app_con{
  width: 100%;
  max-width: 600px;
  position: relative;
  border: 1px solid #231815;
  padding: 40px 30px;
  background-color: rgba(255,255,255,0.8);
  margin: 40px auto;
}
.kikan_table{ width: 100%; }
.kikan_table tr{ border-bottom: 1px dashed #231815; }
.kikan_table tr:last-child{ border-bottom: none }
.kikan_table th, .kikan_table td{ padding: 15px; }
.kikan_table th span{
  color: #fff;
  font-size: 18px;
  padding: 3px 20px;
  border-radius: 40px;
  background-color: #231815;
}
.kikan_table td{
  vertical-align: middle;
  font-size: 25px;
}
.kikan_table td .kt_year{ font-size: 20px; }
.kikan_table td .kt_week{ font-size: 18px; }

.kaihi{
  font-size: 35px;
  text-align: center;
}
.kaihi span{ font-size: 20px; }

.momiji_oubo{
  position: absolute;
  top: -20px;
  left: -30px;
  width: 137px;
}
.momiji_kaihi{
  position: absolute;
  bottom: -20px;
  right: -30px;
  width: 135px;
}

/*参加お申し込み==================================*/
.momiji_bg_bottom_left{
  width: 70%;
  max-width: 770px;
  opacity: 0.2;
  -webkit-transform: scale(-1,1);
  -moz-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  -o-transform: scale(-1,1);
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.shiharai_con{
  padding: 0 20px;
}
.kessai_type_name{
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  margin: 20px 0 30px;
  color: #a31a13;
  padding-bottom: 10px;
  position: relative;
}
.kessai_type_name:before{
  content: '';
  border-bottom: 3px solid #a31a13;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
}

/*銀行支払いボタン*/
.bank_pay_card{
  background-color: #fff;
  border: 1px solid #dab636;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
  margin-bottom: 30px;
  padding: 15px;
  font-weight: 600;
}
.bank_pay_b_title{
  font-size: 24px;
  line-height: 30px;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.bank_p_b_cost{}
.bank_pay_btn{
  display: block;
  background:#231815;
  color: #fff;
  height: 32px;
  padding: 8px 15px;
  border-radius: 4px;
  margin-top: 5px;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  transition: 0.3s;
}
.bank_pay_btn:hover{ background-color: #8f8f8f; }
/*カード決済ボタン*/
.shiharai_con .asp_product_item{
  background-color: #fff;
  border-color: #dab636;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
  margin-bottom: 30px;
}
.shiharai_con .asp_product_name{ line-height: 30px; }
.shiharai_con .asp_product_buy_btn_container{ display: block; }
.shiharai_con .asp_product_buy_btn.blue{
  font-family: "Sawarabi Mincho";
  width: 100%;
  color: #fff !important;
  background:#231815; 
  border: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  transition: 0.3s;
}
.shiharai_con .asp_product_buy_btn.blue:hover{
  background-color: #8f8f8f;
}

/*支払いボタン*/
.pay_link{
  width: 100%;
  max-width: 500px;
  color: #231815;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dab636;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
  margin: 0 auto 30px;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
.pay_link:visited{ color: #231815; }
.pay_title_area{
  padding-right: 10px;
  min-width: 160px;
}
.pay_title_area p{
  font-size: 23px;
}
.pay_l_week{ font-size: 18px; }
.pay_l_place{
  background-color: #231815;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 1px 20px;
  font-size: 20px;
  font-weight: 600;
}
.pay_cost_area{
  width: 100%;
  text-align: center;
}
.pay_cost_area p{
  font-size: 35px;
  font-weight: 600;
  line-height: 25px;
}
.pay_cost_area p span{
  font-size: 20px;
  white-space: nowrap;
}

.pay_l_angle{
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%,-50%);
  -moz-transform: translate(50%,-50%);
  -ms-transform: translate(50%,-50%);
  -o-transform: translate(50%,-50%);
  transform: translate(50%,-50%);
  width: 25px;
  transition: 0.3s;
}
.pay_link:hover{
  color: #231815;
  box-shadow: 0px 0px 0px rgba(0,0,0,0);
  -webkit-transform: translate(0%,-5%);
  -moz-transform: translate(0%,-5%);
  -ms-transform: translate(0%,-5%);
  -o-transform: translate(0%,-5%);
  transform: translate(0%,-5%);
}
.pay_link:hover .pay_l_angle{
  right: -5px;
}
/*公開前*/
.no_event{
  background-color: #e2e2e2;
  border: 1px solid #676767;
  pointer-events: none;
}
.no_event .pay_l_angle{ display: none; }

/*終了*/
.pay_link_fin{
  width: 100%;
  color: #676767;
  text-decoration: none;
  background-color: #e2e2e2;
  border: 1px solid #676767;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 20px 15px;
  text-align: center;
  font-size: 25px;
}

/*銀行振込ポップアップ*/
.bank_popup{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 100;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  overflow-x: scroll;
}
.active.bank_popup{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bank_pop_form{
  width: calc(100% - 20px);
  max-width: 700px;
  margin: 10px auto;
  border-radius: 6px;
  background-color: #f5f5f7;
  box-shadow: 0 12px 30px 0 rgba(0, 0, 0, .5), inset 0 1px 0 0 hsla(0, 0%, 100%, .65);
  position: relative;
}
.bank_pop_form_title{
  background-color: #e8e9eb;
  text-align: center;
  padding: 15px 10px 30px;
  margin: 0 0 20px;
  position: relative;
  -webkit-border-radius: 6px 6px 0px 0px / 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px / 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px / 6px 6px 0px 0px;
}
.bank_pop_close{
  width: 17px;
  height: 17px;
  border: 1.7px solid #616161;
  line-height: 14px;
  text-align: center;
  border-radius: 100%;
  color: #616161;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0.5;
  z-index: 10;
}
.bank_pop_close:hover{ opacity: 1; }

/*銀行振込フォーム*/
.bakn_pop_table_area{
  padding: 0 15px;
}
.bank_transfer_table{ width: 100%; }
.bank_transfer_table th, .bank_transfer_table td{
  display: block;
  font-size: 14px;
  text-align: left;
}
.bank_transfer_table td{ margin-bottom: 10px; }
.bank_transfer_table input,
.bank_transfer_table textarea,
.bank_transfer_table select {
  width: 100% !important;
  margin: 0;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  padding: .5em .6em;
}
.bank_transfer_table input[type="checkbox"],
.bank_transfer_table input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px !important;
  margin: 5px 10px 10px 5px;
  font-size: 100%;
}
.bank_transfer_table .purchase_quantity input{
  width: 20% !important;
  min-width: 100px;
}
.bank_transfer_table .quantity{
  width: 20% !important;
  min-width: 200px;
}
.bank_transfer_table .zip{
  width: 20% !important;
  min-width: 150px;
  margin: 0 0 10px 5px;
}
.bank_transfer_table .kaisuu{
  width: 20% !important;
  min-width: 150px;
  margin: 0 5px 0 0;
}

.submit_area{
  border-top: 1px solid #e5e5e5;
  text-align: center;
  padding-bottom: 20px;
  margin-top: 15px;
}
.bt_total input{
  width: 80px !important;
  margin: 0;
  border: none;
  box-shadow: none;
  padding: .5em .6em;
  pointer-events: none;
}
.submit_area input[type="submit"] {
  margin: 15px auto 0 40px;
  border: none;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  color: #fff;
  background-color: #0078e7;
  padding: .5em 1em;
  width: 100%;
  max-width: 200px;
  height: 40px;
  border-radius: 2px;
}

/*座席ご希望フォームボタン*/
.friend_form_section{
  padding: 50px 0;
}
.top_fri_text{
  text-align: center;
  line-height: 35px; 
}
.friend_form_btn, .friend_form_btn:visited{
  display: block;
  /*border: 1px solid #fff;*/
  background-color: #a31a13;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  padding: 15px 10px;
  margin: 20px auto 0;
  width: 100%;
  max-width: 600px;
  font-size: 25px;
  color: #fff;
  transition: 0.3s;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}
.friend_form_btn:hover{
  color: #fff;
  background-color: #d15a54;
  box-shadow: 0px 0px 0px rgba(0,0,0,0);
}

/*注意書き*/
.notice{
  margin-top: 50px;
  line-height: 35px;
}
.notice span{
  display: block;
  margin-top: 20px;
  font-weight: 800;
  font-size: 20px;
}

/*個人情報保護方針*/
.pp_area{
  border: 1px solid #231815;
  padding: 40px 30px;
  background-color: rgba(255,255,255,0.8);
  margin: 80px auto;
}
.pp_link{ color: #a31a13; }
.pp_link:hover{ color: #df8580; }

/*特定商取引に基づく記載*/
.aco_btn{
  cursor: pointer;
  position: relative;
}
.aco_btn .con_title{ margin-bottom: 0; }
.aco_content{ margin-top: 30px; }
.aco_angle{
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  transition: 0.3s;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
.active .aco_angle{
  -webkit-transform: translate(0%,-50%) rotate(90deg);
  -moz-transform: translate(0%,-50%) rotate(90deg);
  -ms-transform: translate(0%,-50%) rotate(90deg);
  -o-transform: translate(0%,-50%) rotate(90deg);
  transform: translate(0%,-50%) rotate(90deg);
}
.syoutorihiki_table{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.syoutorihiki_table tr{
  border-bottom: 1px solid #d2d2d2;
}
.syoutorihiki_table th, .syoutorihiki_table td{
  padding: 20px;
  text-align: left;
  vertical-align: top;
}
/*当日までの流れ*/
.angle_under{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 35px;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
.ochiba_flow{
  position: absolute;
  top: 20px;
  right: 19vw;
  width: 70px;
}

/*前回の様子==================================*/
.last_time_gallery{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-right: -20px;
}
.ltg_col{
  width: calc(25% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
}
.ltg_thumb{
  display: block;
  width: 100%;
  height: 17vw;
  max-height: 190px;
  overflow: hidden;
  position: relative;
}
.ltg_thumb .ofi{ transition: 0.5s; }
.ltg_thumb:hover .ofi{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.icon_zoom{
  background-color: #fff;
  width: 25px;
  height: 25px;
  padding: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}
/*Luminous*/
.lum-gallery-button:after{
  width: 20px;
  height: 20px;
}
.lum-lightbox.lum-open{ z-index: 20; }
.lum-img{ pointer-events: none; }

/*お問い合わせ==================================*/
.contact_bg{
  background-image: url('images/contact_bg.jpg');
  background-position: center center;
  background-size: cover;
  color: #fff;
}
.contact_information{
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  margin: 0 0 20px;
}
.contact_text{
  text-align: center;
  font-size: 20px;
  margin: 0 0 50px;
}
.f_contact_btn{
  display: block;
  border: 1px solid #fff;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  padding: 15px 10px;
  width: 100%;
  font-size: 25px;
  color: #fff;
  transition: 0.3s;
  background-color: rgba(255,255,255,0);
}
.f_contact_btn img{
  width: 45px;
  margin-right: 10px;
  vertical-align: sub;
}
.f_contact_btn:hover{
  color: #fff;
  background-color: rgba(255,255,255,0.3);
}

/*--------------------------------------------------
お問い合わせ
--------------------------------------------------*/
input {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
.contact_table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.contact_table th, .contact_table td{ padding: 10px; }
.contact_table th{
  text-align: left;
  vertical-align: top;
  min-width: 160px;
  padding: 15px 0 15px 10px;
}
.contact_table td{ width: 100%; }

.required {
  margin-left: 0px;
  font-size: 14px;
  color: #a31a13;
}
.contact_table input,
.contact_table textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100% !important;
  margin: 0px 0px 10px 0px;
  font-size: 100%;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.contact_table input[type="checkbox"],
.contact_table input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px !important;
  margin: 5px 10px 10px 5px;
  font-size: 100%;
}
.cf_submit_area{ text-align: center; }
.cf_submit_area input[type="submit"] {
  display: block;
  margin: 30px auto;
  border: none;
  font-size: 100%;
  font-weight: 500;
  letter-spacing: 3px;
  cursor: pointer;
  width: 100%;
  max-width: 150px;
  color: #fff;
  font-size: 18px;
  background-color: #231815;
  text-align: center;
  border-radius: 5px;
  transition: 0.3s;
  padding: 10px;
}
.cf_submit_area input[type="submit"]:hover{
  background-color: #7e7e7e;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
  text-align: center;
}
.app_textarea{
  height: 150px;
}
/*--------------------------------------------------
請求書・領収書発行フォーム
--------------------------------------------------*/
.form_section{
  padding: 30px 0;
  border-top: 1px dashed #231815;
}
.contact_table span.wpcf7-list-item {
  /*チェックボックスを縦並びに
  display: block;*/
  margin-left: 0;
  margin-right: 20px;
}
.form_p_num{
  position: relative;
  padding-left: 30px;
  margin: 0 0 20px;
  font-size: 25px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 20px;
}
.form_p_num:before{
  content: '';
  background-color: #d9b536;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
}
/*--------------------------------------------------
レスポンシブ
--------------------------------------------------*/
@media only screen and (max-height: 1070px) {
  .active.bank_popup{ display: block; }
}


@media only screen and (max-width: 900px) {
  .mv_sake_left{ bottom: 30%; }
  .mv_momiji_momiji03{ left: 10%; }
  .mv_nami{
    left: 10px;
    width: 150px;
  }
  .mv_date{ margin-top: 70px; }
}

@media only screen and (max-width: 800px) {
  .pay_cost_area p span:before{
    content: "\A" ;
    white-space: pre ;
  }
}


@media only screen and (max-width: 700px) {
  .mv_title{ max-width: 250px; }

  .kessai_type_name{ margin: 20px 0; }
  .pay_link{ margin: 0 auto 20px; }
  .pay_title_area{
    min-width: 125px;
    padding-right: 5px;
  }
  .pay_title_area p{ font-size: 18px; }
  .pay_l_week{ font-size: 14px; }
  .pay_l_place{ font-size: 16px; }
  .pay_cost_area p{ font-size: 30px; }
  .pay_cost_area p span{ font-size: 16px; }
  .pay_l_angle{
    right: 5px;
    width: 20px;
  }
  .pay_link:hover .pay_l_angle{ right: 0px; }
  .pay_link_fin{
    max-width: 350px;
    font-size: 18px;
    margin: 0 auto 20px;
  }

  /*前回の様子*/
  .ltg_col{
    width: calc(50% - 20px);
  }
  .ltg_thumb{
    height: 44vw;
    max-height: 310px;
  }
}

@media only screen and (max-width: 600px) {
  /*flex{
  flex-direction: column;}*/
  .sp_br:before{
    content: "\A" ;
    white-space: pre ;
  }
  .sp_nobr:before{
    content: "" ;
  }
  .order{
    order: 1;
  }
  .sub_title{
    font-size: 25px;
    margin-bottom: 50px;
  }
  .con_title{
    font-size: 20px;
    margin-bottom: 10px;
  }

  .page_section{ padding: 80px 0 80px; }

  /*ヘッダー=======================*/
  .top_asahi_mark{ width: 100px; }

  /*ヘッダー=======================*/
  .footer_con_title{
    font-size: 20px;
    margin-bottom: 10px;
  }

  /*トップ=======================*/
  .mv_sake_right{ width: 60%;}
  .mv_sake_left{
    width: 55%;
    top: 22%;
    left: -30px;
  }
  .mv_momiji_momiji01{
    width: 70px;
    top: 25px;
    left: 20px;
  }
  .mv_momiji_momiji02{
    right: 10px;
  }
  .mv_momiji_momiji03{
    top: auto;
    bottom: 10px;
    right: 30px;
    left: auto;
  }
  .mv_pink_maru{ bottom: 60%; }
  .mv_title{
    width: 40%;
    margin: 0 auto;
  }
  .mv_catchcopy{
    padding: 0;
    margin: 20px auto;
    width: 30vw;
    max-width: 150px;
  }
  .mv_date{
    margin-top: 20px;
    max-width: 400px;
  }
  .mv_date_border{
    background-image: url(images/kugiri_line_yoko.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    height: auto;
    width: 100%;
  }
  /*リード文*/
  .read_text{ font-size: 20px; }
  
  /*お申し込み*/
  .about_app_con{ padding: 30px 20px; }
  .kikan_table {
    max-width: 400px;
    margin: 0 auto;
  }
  .kikan_table tr, .kikan_table th, .kikan_table td{
    display: block;
    width: 100%;
  }
  .kikan_table th, .kikan_table td{ padding: 15px 0px; }
  .kikan_table td{ padding-top: 0; }
  .kikan_table tr:last-child{ padding-top: 20px; }
  .momiji_kaihi{ width: 100px; }
  .app_text{ margin-bottom: 40px; }
  .ochiba_flow{
    width: 50px;
    right: 10px;
  }
  .shiharai_con{ padding: 0; }
  .bank_pay_b_title, .shiharai_con .asp_product_name{ font-size: 20px; }
  
  .pay_link{ max-width: 350px; }
  .pay_cost_area p span:before{ content: none; }
  .submit_area input[type="submit"]{ margin: 15px auto 0; }
  /*特定商取引法*/
  .aco_btn{ padding-right: 40px; }
  .aco_angle{
    width: 20px;
    right: 0;
  }
  .syoutorihiki_table th, .syoutorihiki_table td{ display: block; }
  .syoutorihiki_table th{ padding: 15px 10px 0 10px; }
  .syoutorihiki_table td{
    padding: 10px 10px 15px 10px;
    font-size: 14px;
  }
  /*前回の様子*/
  .lum-previous-button{left: 5px;}
  .lum-next-button{ right: 5px; }

  /*お問い合わせ*/
  .contact_information{font-size: 18px;}
  .contact_text{ font-size: 16px; }
  .f_contact_btn{ font-size: 20px; }
  .f_contact_btn img{ width: 35px; }

  /*お問い合わせページ================================*/
  .contact_table th, .contact_table td{
    display: block;
    width: 100%;
    padding: 10px 0px;
  }
  .contact_table th{ padding: 0; }
}
@media only screen and (max-width: 500px) {
  .shiharai_con .asp_price_container{ text-align: left; }
}
@media only screen and (max-width: 400px) {}