@charset "UTF-8";

/*--------------------
*  共通
--------------------*/
body{
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #111;
  font-size: 16px;
  margin: 0;
  padding: 0;
  position: relative;
  background: #fff;
  overflow-x: hidden;
  color: #111;
}

p{
  margin: 0;
}

a{
  text-decoration: none;
  color: #111;
}

/*--------------------
*  ヘッダー
--------------------*/
header{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack:justify;
      -webkit-justify-content:space-between;
          justify-content:space-between;
  -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  height: 60px;
}

.logo img{
  width: 200px;
  height: 100%;
  object-fit: cover;
}

#head_tel{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  height: 100%;
  background: linear-gradient(#FFAC67,#CE6205);
}

#head_tel_left{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  height: 100%;
  width: 60px;
  background: linear-gradient(#FACA00,#D88719);
}

#head_tel_right{
  width: 170px;
  padding: 0px 15px;
}

#head_tel_right p:nth-child(1){
  font-size: 0.8rem;
}

#head_tel_right p:nth-child(2){
  font-size: 1.3rem;
}

#head_tel p{
  color: #fff;
  font-weight: bold;
}

/*--------------------
*  コンテンツ
--------------------*/
#application{
  padding: 100px 0;
  background: #F2F2F2;
}

#application h2{
  width: calc(80% + 40px);
  max-width: 840px;
  margin: 0 auto;
  padding: 10px;
  border: solid 2px #43B6BA;
  border-radius: 5px 5px 0px 0px;
  background: #43B6BA;
  color: #fff;
  text-align:center;
}

#application_form{
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
  border: solid 2px #43B6BA;
  border-radius: 0px 0px 5px 5px;
  background: #fff;
}

.table_outline{
  width: 100%;
  padding-bottom:30px;
}

#application h3{
  margin-top: 10px;
  border-bottom: solid 1px #d8d8d8;
  color: #43B6BA;
  font-size: 1.3rem;
}

table{
  width: 100%;
}

table th,table td{
  padding: 3px 0px;
}

th{
  width: 230px;
  text-align: left;
  font-size: 0.9rem;
}

#app_confirmation td{
  padding: 0px 5px;
}

input[type="text"],input[type="number"],input[type="tel"],input[type="email"]{
  width: 100%;
  max-width: 230px;
  padding: 7px;
  margin: 0px 5px;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
  border: solid 1px #b7b7b7;
  border-radius: 2px;
  background: #f2f2f2;
  font-size: 0.9rem;
}

select{
  width: 100%;
  max-width: 230px;
  padding:7px;
  margin: 0px 5px;
  box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
  appearance:none;
  -webkit-appearance: none;
  border: solid 1px #b7b7b7;
  border-radius: 2px;
  background: #f2f2f2;
  background-image: url(https://icongr.am/entypo/chevron-small-down.svg?size=30&color=111111);
  background-position:right;
  background-repeat: no-repeat;
}

label{
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
}

input[type="radio"]{
  margin: 0px;
  margin-right: 4px;
}

textarea{
  width: 80%;
  max-width: 450px;
  padding: 5px;
  appearance:none;
  border: solid 1px #b7b7b7;
  border-radius: 2px;
  background: #f2f2f2;
  resize: none;
  box-sizing: border-box;
}

.hissu{
  margin-right: 10px;
  color: #e85f5f;
}

.tyushaku{
  margin: 0px;
  font-size: 0.6rem;
  color: #e85f5f;
}

.tyushaku_gw{
  margin: 0px;
  font-size: 0.6rem;
  color: #e9713a;
}

.form_text{
  margin: 0px 3px;
  font-size: 0.8rem;
  font-weight:bold;
  color: #848484;
}

/* ギフト券番号 */
.gift_code_area{
  width: 100%;
  padding-bottom: 0;
}

.gift_code_area tr:nth-child(1) th{
  width: calc(50% - 100px);
  padding:5px 0px 5px 0px;
}

.gift_code_area tr:not(:nth-child(1)) th{
  width: 50%;
  padding: 10px 0px;
  text-align: center;
  color: #43B6BA;
  background: #f2f2f2;
}

.gift_code_area tr:nth-child(3) td{
  padding-top: 10px;
}

.gift_code_area td {
  text-align: center;
}

.gift_code_area td input{
  width: 100%;
  max-width: 230px;
  min-width: 130px;
}

/* フォームの追加 */

#num_area_add{
  margin-top: 10px;
  text-align: right;
}

#num_area_add label{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}

#num_area_add label:hover{
  opacity: 0.8;
}

#num_area_add input{
  appearance:none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 1rem;
  color: #43B6BA;
  outline: none;
  cursor: pointer;
}

/* 振り込み先情報 */
.furikomi_area tr:not(:nth-child(1)) th{
  width: 20%;
}

#submit_button{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0px auto;
  margin-top: 40px;
  position: relative;
}

#submit_button::after{
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  background: url(https://icongr.am/jam/chevron-right.svg?size=128&color=ffffff);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#submit_button input{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
  -ms-flex-align: center;
      -webkit-align-items: center;
          align-items: center;
  width: 300px;
  height: 70px;
  margin: 0 auto;
  position: relative;
  border-radius: 70px;
  border: none;
  outline: none;
  -moz-appearance:none;
       appearance:none;
  -webkit-appearance: none;
  background: #FC4242;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  transition: 0.2s;
  cursor: pointer;
}

#submit_button input:hover{
  opacity: 0.8;
}

#contact_link_area{
  margin-top: 5px;
  margin-bottom: 15px;
  text-align: center;
}

#contact_link_area a{
  margin: 0px 2px;
  padding-bottom: 3px;
  border-bottom: dashed 1px #111;
  font-size: 0.8rem;
  transition: 0.3s;
}

#contact_link_area a:hover{
  color: #FC4242;
  border-bottom: dashed 1px #FC4242;
}

#contact_link_area{
  margin-top: 5px;
  text-align: center;
}

#contact_link_area a{
  margin: 0px 2px;
  padding-bottom: 3px;
  border-bottom: dashed 1px #111;
  font-size: 0.8rem;
  transition: 0.3s;
}

#contact_link_area a:hover{
  color: #FC4242;
  border-bottom: dashed 1px #FC4242;
}

/*--------------------
*  確認画面
--------------------*/
#app_confirmation{
 padding: 100px 0;
 background: #F2F2F2;
}

#app_confirmation h2{
 width: calc(80% + 40px);
 max-width: 840px;
 margin: 0 auto;
 padding: 10px;
 border: solid 2px #F48F3A;
 border-radius: 5px 5px 0px 0px;
 background: #F48F3A;
 color: #fff;
 text-align:center;
}

#app_confirmation #application_form{
 width: 80%;
 max-width: 800px;
 margin: 0 auto;
 padding: 30px;
 border: solid 2px #F48F3A;
 border-radius: 0px 0px 5px 5px;
 background: #fff;
}

#app_confirmation h3{
  margin-top: 10px;
  border-bottom: solid 1px #d8d8d8;
  color: #F48F3A;
  font-size: 1.3rem;
}

#app_confirmation .gift_code_area tr:not(:nth-child(1)) th{
  width: 50%;
  padding: 10px 0px;
  text-align: center;
  color: #F48F3A;
  background: #f2f2f2;
}

#app_confirmation th{
  background: #f2f2f2;
  text-align: center;
}

.radio_identification2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 10px;
    margin-right: 35px;
}

.radio_identification2 li {
    display: flex;
    align-items: center;
}

input[type=radio].idf2 {
	display: none;
}

input[type=radio].idf2 + label {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    display: block;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 15px 0px 15px 40px;
    width: 100%;
}

input[type=radio].idf2+ label::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    left: 15px;
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    background: #fff;
    border-radius: 50%;
}


input[type=radio].idf2:checked + label {
    background: #f7e2c4;
}

input[type=radio].idf2:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: 19px;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
    color: #000;
}

@media screen and (max-width:768px) {

  /*--------------------
  *  コンテンツ
  --------------------*/
  #application,#app_confirmation{
    padding: 60px 0;
  }

  #application h2,#app_confirmation h2{
    width: calc(90% + 10px);
    max-width: 810px;
    padding: 5px;
    font-size: 1.1rem;
  }

  #application_form,#app_confirmation #application_form{
    width: 90%;
    padding: 10px;
    max-width: 800px;
  }

  #application h3,#app_confirmation h3{
    margin-bottom: 5px;
    font-size: 1.1rem;
  }

  th{
    width: 180px;
    font-size: 0.8rem;
    font-size: 0.9rem;
  }

  td{
    font-size: 0.7rem;
    font-size:0.9rem;
  }

  .hissu{
    margin-right: 4px;
    font-size: 0.7rem;
  }

  .form_text{
    font-size: 0.7rem;
  }

  input[type="text"],input[type="number"],input[type="tel"],input[type="email"]{
    max-width: 180px;
    margin: 0px 2px;
  }

  select{
    max-width: 180px;
    margin: 0px 2px;
  }

  textarea{
    width: 100%;
    height: 150px;
  }

  /* ギフト券番号 */
  .gift_code_area td input{
    max-width: 160px;
  }

  /* 振り込み先情報 */
  .furikomi_area tr:not(:nth-child(1)) th{
    width: 25%;
  }

  .furikomi_area input{
    max-width: 130px;
  }

  #contact_link_area{
    margin-bottom: 30px;
  }
}

@media screen and (max-width:500px) {
  table,th,td{
    display: inline-table;
    width: 100%;
  }

  input[type="text"],input[type="number"],input[type="tel"],input[type="email"]{
    width: 100%;
    max-width: 200px;
  }

  select{
    width: 100%;
    max-width: 200px;
  }

  .form_text{
    margin: 0px 1px;
    font-size: 0.6rem;
  }

  .table_outline{
    padding-bottom:20px;
  }

  /* ギフト券番号 */
  .gift_code_area{
    width: 100%;
  }

  .gift_code_area{
    padding: 0;
  }

  .gift_code_area tr{
    display:flex;
    width: 100%;
  }

  .gift_code_area tr:nth-child(1) th{
    width: 100%;
    border-bottom: solid 2px #fff;
  }

  .gift_code_area tr:nth-child(2) th:nth-child(1),#app_confirmation .gift_code_area tr:not(:nth-child(1)) th:nth-child(1){
    width: calc(60% - 1px);
    font-size: 0.8rem;
  }

  .gift_code_area tr:nth-child(2) th:nth-child(2),#app_confirmation .gift_code_area tr:not(:nth-child(1)) th:nth-child(2){
    width:calc(40% - 1px);
    font-size: 0.8rem;
  }

  .gift_code_area tr:not(:nth-child(1)) th{
    margin: 0px 1px;
  }

  .gift_code_area td:nth-child(1),#app_confirmation .gift_code_area td:nth-child(1){
    width: calc(60% - 1px);
    font-size: 0.7rem;
  }

  .gift_code_area td:nth-child(2),#app_confirmation .gift_code_area td:nth-child(2){
    width: calc(40% - 1px);
    font-size: 0.7rem;
  }

  #app_confirmation .gift_code_area td{
    padding: 0 0;
  }

  .gift_code_area td:nth-child(1) input{
    width: 80%;
  }

  .gift_code_area td:nth-child(2) input{
    width: 55%;
  }

  .gift_code_area td input{
    width: 45%;
    width: 100%;
    min-width: inherit;
    max-width: inherit;
  }

  /* 振り込み先情報 */
  .furikomi_area tr:nth-child(1) th{
    border-bottom: solid 2px #fff;
  }

  .furikomi_area tr:not(:nth-child(1)) th{
    width: 100%;
  }

  #submit_button input{
    width: 230px;
    height: 60px;
    border-radius: 70px;
    font-size: 1.1rem;
  }

  #contact_link_area{
    margin-top: 0px;
  }

  #contact_link_area a{
    margin: 0px 1px;
    font-size: 0.6rem;
  }

}
