@charset "UTF-8";

#intro .inner > .reservation {
  display: flex;
  justify-content: space-around;
}

#intro .inner > .reservation > .img-blc,
#intro .inner > .reservation > .txt-blc {
  width: 50%;
}

#intro .inner > .reservation > .img-blc {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#intro .inner > .reservation > .txt-blc {
  text-align: center;
  background-color: #fff8ff;
  padding: 20px 40px;
}

#intro .inner > .reservation > .txt-blc > .ttl {
  font-size: 160%;
  color: #7f5c2e;
  border-bottom: 1px solid #5e3f32;
  margin-bottom: 15px;
}

#intro .inner > .reservation > .txt-blc > .ment {
  font-size: 250%;
  font-weight: 800;
  background: -webkit-linear-gradient(#e70917 0%, #e70917 40%, #f79065 50% , #e70917 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#intro .inner > .reservation > .txt-blc > .txt01 {
  text-align: left;
  font-size: 120%;
  color: #e81525;
}
#intro .inner > .reservation > .txt-blc > .txt01.center {
  text-align: center;
}

#intro .inner > .reservation > .txt-blc > .txt02 {
  text-align: left;
  font-size: 100%;
}
#intro .inner > .reservation > .txt-blc > .txt02.center {
  text-align: center;
}

#intro .inner > .reservation > .txt-blc > .txt {
  font-size: 100%;
}

#intro .inner > .res-txt {
  max-width: 1000px;
  width: 100%;
  font-size: 90%;
  padding: 20px 4%;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width:1000px) {
  #intro .inner > .reservation {
    max-width: 620px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  #intro .inner > .reservation > .img-blc {
    height: 400px;
  }
  #intro .inner > .reservation > .img-blc,
  #intro .inner > .reservation > .txt-blc {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  #intro .inner > .reservation > .txt-blc {
    padding: 20px 20px;
  }
  #intro .inner > .reservation > .txt-blc > .ment {
    font-size: 200%;
  }
}

@media screen and (max-width:640px) {
  #intro .inner > .reservation > .img-blc {
    height: 58vw;
  }
}

#contact .mailform .txt-comp {
  text-align: center;
  margin: 40px 0;
}

#contact .mailform .min-blc {
  padding: 20px 4%;
}

#contact .mailform .min-blc > .ttl {
  font-size: 140%;
  margin-bottom: 10px;
}

#contact .mailform .min-blc > .txt01 {
  margin-bottom: 20px;
}

#contact .mailform .min-blc > .txt01 > a,
#contact .mailform .min-blc > .txt02 > a {
  position: relative;
  text-decoration: none;
}

#contact .mailform .min-blc > .txt01 > a::before,
#contact .mailform .min-blc > .txt02 > a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #7f5c2e;
}

#contact .mailform .min-blc > .txt01 > a {
  color: #7f5c2e;
}

#contact .mailform .min-blc > .txt01 > a::before {
  background-color: #7f5c2e;
}

#contact .mailform .min-blc > .txt02 > a {
  font-size: 110%;
  color: #000;
}

#contact .mailform .min-blc > .txt02 > a::before {
  background-color: #6c6c6c;
}


@media screen and (max-width:640px) {
  .res-select-sp {
    margin-top: 15px;
  }
}
@media screen and (max-width:480px) {
  .res-select-sp {
    width: 100%;
  }
}


.form-submit input:hover{
  cursor : pointer;
}
