@charset "utf-8";

header > div{
    display: block;
}

header h1{
    box-sizing:border-box;
}

header h1 img{
    /*width: 35%;
    max-width: 600px;*/
    height: 40px;
    width: auto;
}

main {
  margin: 0 1em 2em;
}
main img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.formtext {
  padding: 15px 15px 10px;
  background: rgba(252, 245, 218, 0.79);
  border-radius: 10px;
  margin-top: 2em;
}
.formtext p, .formtext h4, .formtext ul {
  margin: 0;
  margin-bottom: 1em;
}
.formtext h5 {
  margin-bottom: 0.2em;
}
.formtext p.kigen {
  color: #CC0000;
  font-weight: bold;
  font-size: 1.2em;
}
.formtext h4 {
  font-size: 1.3em;
}
.formtext h5 {
  font-size: 1.1em;
}
.formtext li {
  margin-bottom: 0;
  padding-left: 1em;
  text-indent: -1em;
}
.formtext a::after {
  display: none !important;
}
.oubo_thanks {
  text-align: center;
  font-size: 140%;
  font-weight: bold;
}

.shimekiri{
    text-align: center;
    color: #D12124;
    font-weight: bold;
    padding: 15px;
    margin-top: 2em;
    border: 2px solid #D12124;
    font-size: 1.2em;
}



@media screen and (min-width:961px) {
  main {
    margin: 0 auto 4em;
    max-width: 960px;
  }
}
/* 
──────────────────────────────────────────────────────────── */
@media screen and (min-width:961px) {}
/* 
──────────────────────────────────────────────────────────── */
@media screen and (min-width:961px) {}
/*main h2{
    background: #EEE;
    border-left: 0.5em #e50012 solid;
    font-size: 2.4rem;
    padding: 0.5rem 1rem;
}*/
main h3 {
  border-bottom: 0.1em #CCC solid;
  font-size: 2rem;
  margin: 2em 0 1em;
  padding: 0 0 1em;
  padding-left: 2.5em;
  text-indent: -2.5em;
  /*display: flex;
    align-items: center;*/
}
main p {
  margin: 1em 0 0;
  line-height: 1.8;
}

main p.caption {
  margin: 0 0 0.5em;
    font-weight: bold;
}

main section ul {
  line-height: 1.8;
}
main section li {
  margin-bottom: 10px;
}
main section dl {
  margin: 1em 0 0;
  line-height: 1.8;
}
main section dl.tel {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
}
main section dl.tel dt {
  margin: 0 1em 0 0;
}
main section dl.tel dd span {
  font-weight: bold;
  font-size: 1.6rem;
  color: #0062b1;
}
main section a {
  color: #e50012;
}
main section a[href*="http"] {
  display: inline-block;
}
main section a[href*="http"]::after {
  background-attachment: fixed;
  background: url("../../common/img/arrow/target_blank_red.svg") no-repeat center;
  background-size: 90% auto;
  content: "";
  display: inline-block;
  margin: 0 0 0 0.25em;
  width: 0.8em;
  height: 0.8em;
}
/*応募先*/
.form_select {
  margin-top: 1.5em;
}
.form_select li {
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
    line-height: 1.4;
    box-sizing: border-box;
}
.form_select li a {
  display: block;
  text-decoration: none;
  position: relative;
  transition: 0.5s;
        box-sizing: border-box;
}
.form_select li a::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  transform: rotate(45deg);

    transition: 0.5s;
}
li.thisform, .form_select li a {
  padding: 0.7em 30px;
  border-radius: 10px;
}
#shienform .thisform {
  background: rgba(73, 159, 93, 1.00);
  color: #fff;
}
#shienform a {
  background: rgba(185, 64, 71, 0.2);
  color: rgba(185, 64, 71, 1);
}
#shienform a::after {
  border-top: 1px solid rgba(185, 64, 71, 1);
  border-right: 1px solid rgba(185, 64, 71, 1);
    
}

#shisetsuform .thisform {
  background: rgba(185, 64, 71, 1);
  color: #fff;
}
#shisetsuform a {
  background: rgba(73, 159, 93, 0.2);
  color: #221605;
}
#shisetsuform a::after {
  border-top: 1px solid #221605;
  border-right: 1px solid #221605;
}

.form_input h4 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
@media screen and (min-width:768px) {
  .form_select {
    display: flex;
  }
  #shienform {
    border-bottom: 2px solid rgba(73, 159, 93, 1.00);
  }
    
    #shisetsuform {
    border-bottom: 2px solid rgba(185, 64, 71, 1);
  }
  .form_select li {
    width: 50%;
    margin: 0;
  }
  li.thisform, .form_select li a {
    padding: 1em 30px;
    border-radius: 10px 10px 0 0;
  }
  #shienform a:hover {
    background: rgba(185, 64, 71, 1);
      color: #fff;
  }
    
    #shisetsuform a:hover {
    background: rgba(73, 159, 93, 1.00);
        color: #fff;
  }
    
    #shisetsuform a:hover::after , #shienform a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
    
    .width200{
        width: 200px !important;
    }
    
}
@media screen and (min-width:961px) {
  .form_select {
    margin-top: 2em;
  }
    
    li.thisform, .form_select li a {
    padding: 1.6em 30px;
    border-radius: 10px 10px 0 0;
  }
}

/*注意事項*/
.day_period{
    margin-top: min(3vw,1.5em);
}

.day_period li{
    font-weight: bold;
    font-size:min(4.7vw,1.4em);
    border-bottom: 1px dotted #ccc;
    padding-bottom: 0.6em;
}

.day_period li span{
   color: #CC0000;
}

.notes{
    border: 2px solid #c00;
    color: #c00;font-weight: bold;
    background: #fff;
    line-height: 1.5;
    padding: min(2vw,15px);
}

@media screen and (min-width:768px) {
    .notes{
        text-align: center;
        font-size: 1.2em;
    }
}

.notes_list dt{
    background: #fff !important;
    border-radius: 10px;
    line-height: 1.5;
}

@media screen and (min-width:961px) {
    .notes_list{
        display: block !important;
        margin-bottom: 0 !important;
    }
    
    .notes_list dt , .notes_list dd{
        border: none !important;
        width: 100% !important;
    }
}

.btn_douiarea *{
    box-sizing: border-box;
}

.btn_douiarea{
    margin-bottom: 15px;
    box-sizing:border-box;
}

.btn_doui{
    padding: 15px;
    padding-left: 1em;
    background: #fff;
    border-radius: 10px;
        width: 100%;
    max-width: 360px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.btn_doui label{
    font-size:min(5vw,1.2em);
    cursor: pointer;
}

.color_red{
    color: #CC0000;
    font-weight: bold;
}

.over_count{
    text-decoration: line-through;
}

/*注意事項*/
.notes_oubo{
    margin:2em 0 2em;
}

.notes_oubo h4{
    text-align: center;
    font-size: 1.2em;
}

.notes_oubo p{
    margin-top: 1em !important;
}

.notes_oubo ul{
    margin-top: 1.5em;
}

.notes_oubo li , .notesset li , .kojin li{
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
}

.kojin ol{
    margin-top: 0.5em;
}

.notesset{
    margin-top: 1em;
}

@media screen and (min-width:961px) {
}

.kojin h4{
    border: 1px solid #aaa;
    padding: 0.7em 1em;
    border-radius: 10px;
}

.btn_douiarea{
    margin-top: 1.5em;
}

.btn_doui{
    background: #efefef;
    border-radius: 10px;
}

.photo{
    margin-bottom: 1em;
}

div.form_input .hotellist label{
    display: block;
}

.formrun .photoimg label{
    margin-right: 0;
}

.formrun .photoimg span{
    margin-right: 2em;
}

.formrun .photoimg span + label{
    margin-top: 0.5em;
}

@media screen and (min-width:961px) {
    .formrun .photoimg span + label{
    margin-top: 0;
}
}

.formrun dl dd.f_bold{
    font-weight: bold;
    font-size: 1.2em;
}

.common_notes{
    border-top: 1px solid #ccc;
    padding-top: 1.5em;
}

.koutei{
    max-width: 600px;
    margin: 0 auto;
}