@charset "UTF-8";
@font-face {
  font-family: 'Minion Pro Semibold';
  font-style: normal;
  font-weight: normal;
  src: local("Minion Pro Semibold"), url("../fonts/minion-pro/MinionPro-Semibold.woff") format("woff");
}

@font-face {
  font-family: 'Minion Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Minion Pro Regular"), url("../fonts/minion-pro/MinionPro-Regular.woff") format("woff"), url("../fonts/minion-pro/MinionPro-Regular.ttf") format("truetype");
}

/* homeformat ********************************************************/
html, body {
  height: 100%;
}

#header {
  height: 100%;
  overflow: hidden;
}

#header .headerHead {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 68px;
  padding-right: 30px;
  padding-bottom: 15px;
  box-sizing: border-box;
}

#header .headerHead .subTitle {
  margin: 0;
  font-family: 'Noto Serif JP', 'Noto Serif JP';
  font-size: 25px;
  font-weight: normal;
  color: #FFF796;
}

#header .headerCover {
  padding: 15px;
  box-sizing: border-box;
  height: calc(100% - 68px - 150px);
  background-image: url(../images/header-cover.jpg);
  background-size: cover;
  background-position: center bottom;
}

@media screen and (max-width: 980px) {
  #header .headerCover {
    background-image: url(../images/header-cover_mb.jpg);
  }
}

#header .headerCover .header-copy {
  font-size: 84px;
  font-family: Minion Pro Semibold;
  color: #80B51F;
  opacity: 0.8;
  line-height: 0.85;
}

#header .headerCover .header-copy span {
  display: block;
  font-size: 120px;
}

@media only screen and (max-width: 600px) {
  #header .headerCover .header-copy {
    font-size: 75.6px;
  }
  #header .headerCover .header-copy span {
    font-size: 108px;
  }
}

@media screen and (max-width: 500px) {
  #header .headerCover .header-copy {
    font-size: 67.2px;
  }
  #header .headerCover .header-copy span {
    font-size: 96px;
  }
}

@media screen and (max-width: 400px) {
  #header .headerCover .header-copy {
    font-size: 58.8px;
  }
  #header .headerCover .header-copy span {
    font-size: 84px;
  }
}

#header .headerTitle {
  position: relative;
  height: 150px;
}

#header .headerTitle .logo {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 0 70px;
  box-sizing: border-box;
  text-align: center;
}

#header .headerTitle .logo img {
  width: 100%;
  max-width: 321px;
  height: auto;
}

.bodyCopy {
  padding: 10px 15px 120px;
}

.bodyCopy p {
  margin-bottom: 2em;
  font-size: 1.6rem;
  line-height: 2;
  color: white;
  text-align: center;
}

.profile {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 74px;
  padding: 0 50px;
  box-sizing: border-box;
  background-color: #764E27;
}

.profile .profile-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 295px;
}

.profile .profile-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  border-radius: 150px;
  overflow: hidden;
  background-image: url(../images/ebidsuka.png);
  background-position: center;
  background-size: cover;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.profile .profile-box p {
  position: absolute;
  bottom: -70px;
  left: 0;
  margin-left: -40px;
  width: calc(100% + 80px);
  color: #728699;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}

.profile .profile-box p span {
  display: block;
  font-size: 25px;
}

#covid-control {
  margin-top: 200px;
  padding: 0 30px;
  text-align: center;
}

#covid-control .controlWrap {
  display: inline-block;
  width: 100%;
  max-width: 800px;
  padding: 20px 20px 40px;
  box-sizing: border-box;
  background-color: #2abf77;
  border-radius: 15px;
}

#covid-control .controlWrap .frame {
  display: inline-block;
  padding: 0 25px 20px;
  border: solid 2px rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}

#covid-control .controlWrap h3 {
  margin: 0.5em auto;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: white;
}

#covid-control .controlWrap h3 span {
  display: inline-block;
}

#covid-control .controlWrap h3 span.y {
  color: #ffe700;
}

#covid-control .controlWrap h5 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0.5em;
  margin-top: 30px;
}

#covid-control .controlWrap ul {
  max-width: 470px;
  margin: 0 auto;
}

#covid-control .controlWrap ul li {
  list-style: none;
  text-align: left;
  margin-bottom: 10px;
}

#covid-control .controlWrap p {
  max-width: 470px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.4;
}

#covid-control .controlWrap .imgBox {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#covid-control .controlWrap .imgBox img {
  max-width: 100%;
  height: auto;
}

#covid-control .cov-mes {
  display: block;
  max-width: 720px;
  margin: 1em auto 0;
  text-align: justify;
  line-height: 1.6;
  color: #2abf77;
}

@media only screen and (max-width: 600px) {
  #covid-control .controlWrap {
    padding-bottom: 20px;
  }
  #covid-control .controlWrap h3 {
    font-size: 24px;
  }
  #covid-control .controlWrap .frame {
    padding: 0 15px 15px;
    font-size: 14px;
  }
  #covid-control .controlWrap .frame h5 {
    margin-top: 20px;
  }
}

#contents-base #plan {
  margin-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

#contents-base .palnList {
  margin-top: 50px;
  list-style: none;
}

#contents-base .palnList > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 910px;
  max-height: 302px;
}

#contents-base .palnList > li:nth-child(odd) {
  flex-flow: row-reverse;
}

#contents-base .palnList > li img {
  width: 50%;
  max-width: 455px;
  height: auto;
}

@media screen and (max-width: 770px) {
  #contents-base .palnList > li {
    display: block;
    margin-top: 40px;
    max-height: none;
  }
  #contents-base .palnList > li img {
    width: 90%;
  }
}

#contents-base .palnList > li .description-text {
  width: 45%;
}

@media screen and (max-width: 770px) {
  #contents-base .palnList > li .description-text {
    margin: 0 auto 20px;
    width: 90%;
  }
}

#contents-base .palnList > li .description-text dt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: #00913A;
}

#contents-base .palnList > li .description-text dt span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  color: #B2B2B2;
}

#contents-base .palnList > li .description-text dd {
  margin-top: 1em;
  color: #728699;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: justify;
}

#contents-base #price {
  padding: 0 40px;
}

@media only screen and (max-width: 600px) {
  #contents-base #price {
    padding: 0 20px;
  }
}

#contents-base #price .priceBox {
  max-width: 1100px;
  margin: 40px auto;
  padding: 40px;
  border-radius: 5px;
  background-color: #BFE7A9;
  line-height: 1;
}

@media only screen and (max-width: 600px) {
  #contents-base #price .priceBox {
    padding: 20px;
  }
}

#contents-base #price .priceBox p {
  color: white;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 700;
}

#contents-base #price .priceBox > small {
  color: #00913A;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

#contents-base #price .priceBox .priceMin {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}

#contents-base #price .priceBox .priceMin .number {
  display: inline-block;
  padding-top: 8px;
  color: #00913A;
  font-family: Minion Pro Semibold;
  font-size: 77px;
  line-height: 1;
}

#contents-base #price .priceBox .priceMin .number .en {
  margin-left: 0em;
  margin-right: -0.1em;
  font-family: 'Noto Serif JP', 'Noto Serif JP';
  font-size: 54px;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  #contents-base #price .priceBox .priceMin .number {
    font-size: 61.6px;
  }
  #contents-base #price .priceBox .priceMin .number .en {
    font-size: 43.2px;
  }
}

#contents-base #price .priceBox .priceMin .circle {
  display: inline-block;
  width: 55px;
  height: 55px;
  padding: 2px;
  background-color: #00913A;
  border-radius: 50%;
  font-family: Minion Pro Semibold;
}

#contents-base #price .priceBox .priceMin .circle > span {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: white;
  font-size: 36px;
  line-height: 0.6;
}

#contents-base #price .priceBox .priceMin .circle > span small {
  display: block;
  font-size: 20px;
  line-height: 0.6;
}

@media only screen and (max-width: 600px) {
  #contents-base #price .priceBox .priceMin .circle > span {
    line-height: 0.8;
  }
  #contents-base #price .priceBox .priceMin .circle > span small {
    line-height: 0.8;
  }
}

#contents-base #price .priceBox .priceMin-s {
  max-width: 500px;
  margin: 20px auto 10px;
  list-style: none;
  font-family: Minion Pro Regular, 'Noto Serif JP';
}

#contents-base #price .priceBox .priceMin-s li {
  display: inline-block;
  margin: 5px 10px;
  width: 200px;
  font-size: 29px;
  color: #00913A;
}

#contents-base #price .priceBox .priceMin-s li:nth-child(2) {
  padding-left: 0.4em;
}

@media only screen and (max-width: 600px) {
  #contents-base #price .priceBox .priceMin-s li {
    display: block;
    width: auto;
  }
  #contents-base #price .priceBox .priceMin-s li:nth-child(1) {
    padding-left: 0.5em;
  }
  #contents-base #price .priceBox .priceMin-s li:nth-child(2) {
    padding-left: 0.5em;
  }
  #contents-base #price .priceBox .priceMin-s li:nth-child(3) {
    padding-left: 0.5em;
  }
}

#contents-base #price .priceBox .payment {
  text-align: center;
}

#contents-base #price .priceBox .payment .frame {
  display: inline-block;
  padding: 15px 20px;
  margin-top: 25px;
  border: solid 1px white;
  border-radius: 10px;
}

#contents-base #price .priceBox .payment h5 {
  margin-bottom: 0.5em;
  color: #00913A;
  font-size: 18px;
}

#contents-base #date .time {
  font-size: 62px;
  font-family: Minion Pro Semibold, 'Noto Serif JP';
  line-height: 1;
  color: #8DC21F;
}

#contents-base #date .week {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-family: Minion Pro Regular, 'Noto Serif JP';
  color: white;
}

#contents-base #date .week .round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: #8DC21F;
  font-size: 24px;
  line-height: 1;
}

#contents-base #date .teikyu {
  color: #728699;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

#contents-base #date .teikyu small {
  display: block;
  font-size: 14px;
}

#contents-base #date .clothes {
  margin-top: 80px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.4;
  color: #00913A;
}

#contents-base #reserve {
  margin-top: 100px;
  padding: 40px;
  border-bottom: solid 6px #764E27;
}

@media only screen and (max-width: 600px) {
  #contents-base #reserve {
    padding: 40px 20px;
  }
}

#contents-base #reserve p {
  line-height: 1.6;
  color: #BFE7A9;
}

#contents-base #reserve .reserveList {
  padding-right: 65px;
  box-sizing: border-box;
  list-style: none;
  text-align: center;
}

#contents-base #reserve .reserveList > li {
  display: inline-block;
  vertical-align: top;
  margin: 15px;
}

@media screen and (max-width: 980px) {
  #contents-base #reserve .reserveList {
    padding-right: 0;
  }
  #contents-base #reserve .reserveList > li {
    margin: 0 15px;
  }
  #contents-base #reserve .reserveList > li:first-child {
    display: block;
  }
}

#contents-base #reserve .reserveSet {
  margin-top: 40px;
}

#contents-base #reserve .reserveSet dt {
  margin-bottom: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: white;
}

#contents-base #reserve .reserveSet dd a {
  color: white;
}

#contents-base #reserve .reserveSet dd a.tel {
  font-size: 50px;
  font-family: Minion Pro Semibold;
  line-height: 1;
  color: #9FD629;
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  #contents-base #reserve .reserveSet dd a.tel {
    font-size: 46px;
  }
}

#contents-base #reserve .reserveSet dd a.tel:hover {
  color: #aeff00;
  border-bottom: solid 1px;
}

#contents-base #reserve .reserveSet dd a .icon {
  margin-right: 10px;
}

#contents-base #reserve .reserveSet dd .caption {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}

#contents-base #reserve .reserveSet dd .caption:hover {
  color: #aeff00;
}

#contents-base #reserve .reserveSet dd .caption::before {
  content: "▼";
  display: inline-block;
  margin-right: 5px;
  transform: rotate(-90deg);
}

#contents-base #map .img {
  height: 210px;
  background-image: url(../images/img.jpg);
  background-position: center;
  background-repeat: repeat-x;
}

@media only screen and (max-width: 600px) {
  #contents-base #map .img {
    width: 100%;
    height: auto;
    padding-top: 22.5%;
    background-image: url(../images/img-sp.jpg);
    background-size: 100% auto;
  }
}

#contents-base #map iframe {
  width: 100% !important;
  -webkit-filter: grayscale(0.5);
  filter: grayscale(0.5);
}

#contents-base #map iframe:hover {
  transition: filter 0.8s ease;
  -webkit-filter: grayscale(0) saturate(2);
  filter: grayscale(0) saturate(2);
}

#contents-base #access {
  margin-top: 40px;
  line-height: 1.6;
}

#contents-base #access address {
  font-style: normal;
}

#contents-base #access a {
  display: inline-block;
  height: 20px;
  background-color: #00913A;
  border-radius: 10px;
  font-size: 12px;
  color: white;
  text-decoration: none;
  padding: 1px 1em;
  margin-left: 10px;
  vertical-align: text-bottom;
}

@media only screen and (max-width: 600px) {
  #contents-base #access a {
    margin: 10px 0;
    padding: 10px 20px;
    border-radius: 20px;
  }
}

#footer {
  margin-top: 150px;
  padding-top: 30px;
  height: 90px;
  box-sizing: border-box;
  font-size: 12px;
  text-align: center;
  border-top: solid 1px #00913A;
}

.modal_content img {
  width: 100%;
  max-width: 506px;
  height: auto;
}
