@charset 'UTF-8';
/*--------------------------------------------------
共通
--------------------------------------------------*/
body{
  font-family: "Noto Sans JP", sans-serif;
   color: #009de1;
   letter-spacing: 1px;
   font-weight: 500;
}

.position_r{
	position: relative;
}
.common_section{
  padding: 80px 0;
  margin: 0;
  position: relative;
}
.sub_section{
  padding: 50px 0;
  margin: 0;
  position: relative;
}

/*タイトル*/
.sub_title{
  font-family: "Sawarabi Mincho";
  font-size: 30px;
  text-align: center;
  margin: 0 auto 30px;
}
.con_title{
  font-family: "Sawarabi Mincho";
  font-size: 25px;
  text-align: center;
  margin: 0 auto 20px;
}

/*背景*/
.bg_blue{ background-color: #009de1; }
.bg_yellow{ background-color: #ac9400; }

/*フォント*/
.font_black{ color: #333; }
.font_white{ color: #fff; }
.font_yellow{ color: #ac9400; }
.font_red{ color: #ee4e53; }
.font_blue{ color: #009de1; }

.line_h_30{ line-height: 30px; }
.line_h_35{ line-height: 35px; }


.link_yellow, .link_yellow:visited{ color: #ac9400; }
.link_yellow:hover{ color: #eeda66; }

/*その他*/
.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';
}
/*--------------------------------------------------
ヘッダー
--------------------------------------------------*/
/*--------------------------------------------------
フッター
--------------------------------------------------*/
.f_atte_text{
  margin: 20px auto 50px;
  display: inline-block;
  text-align: left;
  font-size: 20px;
}

/*主催・運営==================================*/
.footer_company_con{
  padding: 0 10px;
}
.footer_con_title{
  text-align: center;
  font-size: 23px;
  color: #fff;
  background-color: #009de1;
  padding: 5px 20px;
}
.footer_logo{
  max-width: 300px;
  max-height: 40px;
  margin-bottom: 10px;
}

/*re Captcha*/
.grecaptcha-badge {
    visibility: hidden;
}


/*--------------------------------------------------
トップページ
--------------------------------------------------*/
/*メインビジュアル==================================*/
.mainvisual{
  text-align: center;
  padding: 30px 10px 50px;
  width: 100%;
  position: relative;
}
.main_title{
  text-align: center;
  margin: 0px auto 20px;
}
.sanka_bosyu{
  background-color: #009de1;
  color: #fff;
  text-align: center;
  font-size: 20px;
  width: 200px;
  padding: 5px 10px;
  margin: 0 0 20px auto;
  letter-spacing: 3px;
}
.main_img{
  width: 100%;
  max-width: 900px;
}
/*開催日==================================*/
.event_date_area{
  text-align: center;
}
.ev_kaisai_date{
  max-width: 800px;
}
.ev_date_desc{
  margin-top: 30px;
  display: inline-block;
  text-align: left;
  font-size: 20px;
  line-height: 35px;
}
.section_box{
  padding: 20px;
  border: 3px solid #ac9300;
  text-align: center;
}
.section_title{
  font-size: 20px;
  margin-right: 10px;
  color: #ac9300;
}
/*追加枠*/
.tsuika_waku{
  background-color: #ee4e53;
  color: #fff;
  padding: 0 5px;
  margin-left: 10px;
  white-space: nowrap;
}

/*リード文==================================*/
.read_text{
  font-size: 25px;
  text-align: center;
  line-height: 55px;
  margin: 30px auto 50px;
}
.app_btn{
  font-family: "Sawarabi Mincho";
  font-size: 25px;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #ac9400;
  border: 3px solid #ac9400;
  padding: 20px;
  position: relative;
  width: 100%;
  max-width: 600px;
  transition: 0.3s;
}
.app_btn:hover{
  background-color: #fff;
  color: #ac9400;
}
/*呑み切りとは*/
.what_nomikiri{
  text-align: center;
  max-width: 900px;
  margin: 80px auto 0;
  padding: 20px;
  border: 2px solid #009de1;
}
.nomikiri_title{
  font-size: 20px;
  color: #ac9400;
}
.nomikiri_text{}

/*イベントPR==================================*/
.pr_side_img{
  position: absolute;
  top: 50%;
  left: 0;
  width: 24%;
  max-width: 250px;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
.pr_frame{
  border: 20px solid #009de1;
  position: relative;
  width: 75%;
  margin: 0 0 0 auto;
  padding: 100px 20px 0px;
}
.pr_fmare_triangle{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
  width: 100%;
  max-width: 500px;
}
.pr_fmare_plus{
  position: absolute;
  width: 50px;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
.content_pr_title{
  font-family: "Sawarabi Mincho";
  font-size: 30px;
  color: #ac9400;
  margin: 0 0 10px;
  text-align: center;
}
/*プレゼント*/
.present_frame{
  border: 20px solid #009de1;
  border-top: 0;
  width: 75%;
  padding: 20px 20px 0;
  margin: 0 0 0 auto;
}
.present_title{
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}
.present_sake_img{ max-height: 200px; }

/*お申し込みについて==================================*/
.moushikomi_kikan_box{
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px;
}
.moushikomi_title{
  text-align: center;
  font-size: 20px;
  margin: 30px auto 0;
}
.moushikomi_title span{
  color: #fff;
  background-color: #009de1;
  padding: 5px 30px;
  border-radius: 30px;
}
.moushikomi_kikan{
  margin: 10px auto 0;
  text-align: center;
  font-size: 45px;
  font-weight: 600;
}

/*参加お申し込み==================================*/
/*再募集*/
.tsuika_area{
  background-color: #009de1;
  color: #fff;
  padding: 20px;
  margin-bottom: 50px;
  border-radius: 20px;
}
.tsuika_title{
  text-align: center;
  line-height: 55px;
  font-size: 50px;
  font-weight: 700;
}
.waku_youi span{
  background-color: #fff;
  color: #ee4e53;
  font-size: 20px;
  padding: 3px 10px;
  -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.tsuika_bosyu_kikan{
  background-color: #fff;
  padding: 0 20px 20px 20px;
  margin: 30px 0 20px;
  color: #ac9400;
  border-radius: 20px;
}
.bosyu_date{
  font-size: 30px;
  color: #fff;
  background-color: #ac9400;
  max-width: 250px;
  margin: 0 auto 10px;
  text-align: center;
  padding: 5px 10px;
  -webkit-border-radius: 0px 0px 20px 20px / 0px 0px 20px 20px;
  -moz-border-radius: 0px 0px 20px 20px / 0px 0px 20px 20px;
  border-radius: 0px 0px 20px 20px / 0px 0px 20px 20px;
}
.bosyu_start{
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-top: 0;
}
.tsuika_atte{
  text-align: left;
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .tsuika_title {
    line-height: 11vw;
    font-size: 9vw;
  }
  .bosyu_date{
    font-size: 25px;
    max-width: 230px;
  }
  .bosyu_start{
    font-size: 30px;
    line-height: 40px;
  }

}


/*チケットタイトル*/
.ticket_title_area{
  text-align: center;
  padding: 10px;
  background-color: #ac9400;
}
.ticket_title_area .con_title{
  margin-bottom: 5px;
  color: #fff;
}
.time_session{
  width: 100px;
  margin: 0 auto;
  font-size: 20px;
  padding: 1px 10px;
  color: #fff;
  white-space: nowrap;
}
@media only screen and (max-width: 600px) {
  .time_session{ font-size: 18px; }
}

.ticket_title_area.tta_blue{ background-color: #009de1; }
.ticket_title_area.tta_orange{ background-color: #f08600; }
.ticket_title_area.tta_pink{ background-color: #ec74a9; }

/*ボタン*/
.pay_link_btn{
  /*font-family: "Sawarabi Mincho";*/
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #ac9400;
  padding: 20px;
  background-color: #fff;
  border: 3px solid #ac9400;
  border-radius: 10px; 
  transition: 0.3s;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
  margin: 20px auto;
  position: relative;
}
.plb_session{
  background-color: #fff;
  padding: 2px 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  width: 100px;
  margin: 0 auto;
  color: #ac9400;
  transition: 0.3s;
}
.pay_l_b_cost{
  font-size: 35px;
  margin-top: 10px;
}
.pay_l_b_cost span{ font-size: 14px; }
.pay_link_btn:hover{
  color: #fff;
  background-color: #ac9400;
  box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
}
.pay_link_btn:hover .plb_session{
  background-color: #ac9400;
  color: #fff;
}


/*コンビニ決済ボタン*/
.conveni_form_btn{ margin-bottom: 50px; }

/*青ボタン*/
.plb_blue{
  color: #009de1;
  border-color: #009de1;
}
.plb_blue .plb_session{ color: #fff; }
.plb_blue:hover{ background-color: #009de1; }
.plb_blue:hover .plb_session{ background-color: #fff; }

/*オレンジボタン*/
.plb_orange{
  color: #f08600;
  border-color: #f08600;
}
.plb_orange .plb_session{ color: #f08600; }
.plb_orange:hover{ background-color: #f08600; }
.plb_orange:hover .plb_session{ background-color: #fff; }

/*ピンクボタン*/
.plb_pink{
  color: #ec74a9;
  border-color: #ec74a9;
}
.plb_pink .plb_session{ color: #ec74a9; }
.plb_pink:hover{ background-color: #ec74a9; }
.plb_pink:hover .plb_session{ background-color: #fff; }


/*受付拒否カバー*/
.no_click_cover.pay_link_btn{
  pointer-events: none;
  background-color: rgba(180,180,180,1);
  color: #fff !important;
}

/*ご案内テキスト==================================*/
.tsuiki_area{
  margin: 0 auto;
  border-bottom: 2px solid #009de1;
  padding: 20px 0;
}
.tsuiki_area:first-child{ border-top: 2px solid #009de1; }
.tsuiki_title{
  font-size: 20px;
  font-weight: 600;
  margin: 0px 0 10px;
}


/*個人情報保護方針==================================*/
.common_frame{
  margin: 50px auto;
  border: 10px solid #009de1;
  padding: 20px;
}

/*特定商取引法==================================*/
.syoutorihiki_table{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.syoutorihiki_table tr{ border-bottom: 1px solid #009de1; }
.syoutorihiki_table tr:last-child{ border-bottom: none; }
.syoutorihiki_table th, .syoutorihiki_table td{
  padding: 20px;
}
.syoutorihiki_table th{
  min-width: 180px;
  color: #ac9400;
  text-align: left;
  vertical-align: top;
}
.syoutorihiki_table td{ width: 100%; }

.aco_btn{
  position: relative;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 0;
}
.aco_btn:before, .aco_btn:after{
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
  transition: 0.3s;
}

.aco_btn:before{
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #ac9400;
  border-radius: 50%;
  right: 20px;
}
.aco_btn:after{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
    right: 30px;
  -webkit-transform: translate(0%,-50%) rotate(45deg);
  -moz-transform: translate(0%,-50%) rotate(45deg);
  -o-transform: translate(0%,-50%) rotate(45deg);
  transform: translate(0%,-50%) rotate(45deg);
}
.aco_btn:hover{ color: #eeda66; }
.aco_btn:hover:before{ background-color: #eeda66; }

.active.aco_btn{ margin-bottom: 20px; }
.active.aco_btn:after{
  -webkit-transform: translate(0%,-50%) rotate(135deg);
  -moz-transform: translate(0%,-50%) rotate(135deg);
  -o-transform: translate(0%,-50%) rotate(135deg);
  transform: translate(0%,-50%) rotate(135deg);
}


/*昨年の参加者の声==================================*/
.sakunen_voice{
  max-width: 400px;
  margin: 0 auto 40px;
}
.voice_text{
  display: inline-block;
  text-align: left;
}
.voice_text li{
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}
.voice_text li:before{
  content: "◉";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.movie_area{
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
.movie_area video{
  width: 100%;
  max-width: 700px;
}

/*お問い合わせ==================================*/
.contact_for{
  text-align: center;
  font-size: 25px;
  letter-spacing: 2px;
}
.contact_reception_time{
  margin: 10px auto 50px;
  text-align: center;
}
.footer_contact_btn{
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 23px;
  color: #fff;
  border: 3px solid #fff;
  transition: 0.3s;
  padding: 20px;
  position: relative;
}
.footer_contact_btn:hover{
  background-color: #fff;
  color: #ac9400;
}
.f_contact_icon{
  height: 25px;
  vertical-align: sub;
  margin-right: 5px;
}

/*コンビニ払いポップアップ====================*/
.conveni_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.conveni_popup{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.conveni_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;
}
.conveni_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;
}
.conveni_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;
}
.conveni_pop_close:hover{ opacity: 1; }

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

.submit_area{
  border-top: 1px solid #e5e5e5;
  text-align: center;
  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;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  background-color: #009de1;
  padding: .5em 1em;
  width: 100%;
  max-width: 200px;
  height: 40px;
  border-radius: 2px;
  margin: 10px auto 0;
}
.submit_area input[type="submit"]:hover {
  color: #fff;
  background-color: #7ad2f8;
}

.conveni_pop_table_area .wpcf7-response-output{
  margin-top: 0;
}
/*--------------------------------------------------
お問い合わせ
--------------------------------------------------*/
.page_logo{
  width: 100%;
  max-width: 700px;
  display: block;
  margin: 20px auto;
}
.page_title{
  text-align: center;
  font-family: "Sawarabi Mincho";
  font-size: 40px;
  margin: 40px auto 50px;
}
.common_btn{
  font-family: "Sawarabi Mincho";
  font-size: 18px;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #ac9400;
  border: 3px solid #ac9400;
  padding: 10px;
  position: relative;
  width: 100%;
  max-width: 300px;
  transition: 0.3s;
}
.common_btn:hover{
  background-color: #fff;
  color: #ac9400;
}


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

.required {
  margin-left: 10px;
  font-size: 14px;
  color: #DE8686;
}
.contact_table span.wpcf7-list-item {
  /*チェックボックスを縦並びに*/
  display: block;
}
.contact_table input,
.contact_table textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100% !important;
  margin: 0 0 5px 0;
  font-size: 100%;
  border: 2px solid #009de1;
  padding: 10px;
}
.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; }
input[type="submit"] {
  display: block;
  margin: 30px auto;
  border: none;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 3px;
  cursor: pointer;
  background-color: #009de1;
  border: 3px solid #009de1;
  padding: 15px;
  width: 100%;
  max-width: 200px;
  color: #fff;
  letter-spacing: 3px;
  transition: 0.3s;
}
input[type="submit"]:hover{
  background-color: #fff;
  color: #009de1;
}
/*--------------------------------------------------
レスポンシブ
--------------------------------------------------*/
@media only screen and (max-width: 900px) {
  /*イベントPR==================================*/
  .pr_side_img{ display: none; }
  .pr_frame, .present_frame{
    width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  /*リード文==================================*/
  .read_text{
    margin-top: 0;
    font-size: 20px;
    line-height: 45px;
  }
  /*お問い合わせ==================================*/
  .footer_contact_btn{ font-size: 20px; }
}
@media only screen and (max-width: 650px) {
  /*イベントPR==================================*/
  .pr_fmare_plus{ top: 46%; }
}
@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;
  }

  .con_title{
    font-size: 20px;
    margin-bottom: 15px;
  }
  /*メインビジュアル==================================*/
  .sanka_bosyu{ font-size: 16px;}

  /*開催日==================================*/
  .ev_kaisai_date{ width: 80vw; }
  .ev_date_desc{
    margin-top: 20px;
    font-size: 3.2vw;
    line-height: 6vw;
  }
  /*リード文==================================*/
  .read_text{
    font-size: 18px;
    line-height: 40px;
  }
  .what_nomikiri{ margin-top: 50px; }
  .nomikiri_title{ font-size: 18px; }
  .nomikiri_text{
    font-size: 14px;
    margin-top: 10px;
  }
  /*イベントPR==================================*/
  .pr_frame{ padding-top: 80px; }
  .pr_fmare_plus{ display: none; }
  .content_pr_title{ font-size: 27px; }
  .present_title{
    font-size: 23px;
    line-height: 32px;
  }

  /*お申し込みについて==================================*/
  .moushikomi_kikan{
    font-size: 35px;
    line-height: 45px;
    margin-top: 20px;
  }
  /*個人情報保護方針==================================*/
  .common_frame{ margin: 30px auto; }

  /*特定商取引法==================================*/
  .syoutorihiki_table th, .syoutorihiki_table td{
    display: block;
    padding: 10px;
  }
  .syoutorihiki_table th{
    min-width: 1px;
    padding-bottom: 0;
  }
  .aco_btn{
    margin-bottom: 0;
    padding-right: 20px;
  }
  .active.aco_btn{ margin-bottom: 15px; }
  .aco_btn:before{ right: -10px; }
  .aco_btn:after{ right: 2px; }

  /*お問い合わせ==================================*/
  .page_logo{ margin-bottom: 10px; }
  .page_title{
    font-size: 35px;
    margin: 10px 0 30px;
  }
  .contact_table th, .contact_table td{
    display: block;
    padding: 10px 0;
  }
  .contact_table th{
    min-width: 1px; 
    width: 100%;
    padding-bottom: 0;
  }

  /*フッター==================================*/
  .contact_for{ font-size: 20px; }
  .f_atte_text{ font-size: 4.5vw; }
  .footer_con_title{ font-size: 20px; }
  .footer_company_con{
    padding: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 500px) {}
@media only screen and (max-width: 400px) {}