@charset "utf-8";
/* CSS Document */
body {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 1.6rem;
}
body p {
  line-height: 2.5
}
.Btn__Reserve {
  position: fixed;
  z-index: 100;
  background: #edb062;
  width: 95px;
  height: 95px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  color: #fff;
  font-size: 1.5rem;
  right: 30px;
  top: 90px;
}
.Btn__Reserve span {
  font-size: 1.3rem;
}
#Mv {
  background: url("../images/minpaku/mv.jpg") no-repeat center center;
  background-size: auto 100%;
  padding: 22vw 5% 21vw 49%;
  color: #fff;
}
#Mv .Title {
  font-size: 4.8rem;
  font-size: clamp(22px, 3.2vw, 48px);
  letter-spacing: 0.5vw;
  line-height: 1.4
}
#Mv .SubTitle {
  font-size: 2.2rem;
  font-size: clamp(14px, 1.4vw, 22px);
  letter-spacing: 0.3vw;
  line-height: 1.6;
  margin-top: 20px;
}
#about {
  padding-top: 150px;
  padding-bottom: 170px;
}
.About__Items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  grid-gap: 4%;
}
.About__Item__pic01 {
  width: 16%;
}
.About__Item__Title {
  width: 8%;
}
.About__Item__Title .Title, .Stay__Item__Title .Title, .Info__Item__Title .Title, .Access__Item__Title .Title {
  font-size: 4.0rem;
  letter-spacing: 8px;
  line-height: 1.6;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: initial;
}
.About__Item__Text {
  width: 36%;
  padding-left: 4%
}
.About__Item__pic02 {
  width: 28%;
}
.About__Items > div:not(:first-child) {
  padding-top: 125px;
}
.About__Item__Text .SubTitle, .Stay__Item__Text .SubTitle, .Access__Item__Text .SubTitle {
  color: #eda13f;
  font-size: 1.8rem;
  letter-spacing: 5px;
  line-height: 1.5;
}
.About__Item__Text .SubTitle span, .Stay__Item__Text .SubTitle span {
  font-size: 3.6rem;
  letter-spacing: 10px;
}
.SubTitle + p {
  margin-top: 40px;
}
p + .SubTitle {
  margin-top: 40px;
}
#stay {
  background: #fdfbf9;
  padding: 160px 2% 0px 12%;
  width: 87%;
  margin-left: 13%;
  margin-bottom: 250px;
}
.Stay__Items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  grid-gap: 10%;
  padding-right: 10%;
  margin-bottom: 50px;
}
#stay .SubTitle + p, #access .SubTitle + p {
  margin-top: 20px;
}
.Stay__Items__Pics ul {
    display: flex;
    width: 100%;
    grid-gap: 10px;
    transform: translate(0px, 70px);
    flex-wrap: wrap;
    row-gap: 10px;
}
.Stay__Items__Pics ul li {
    width: 19%;
}
#info, #reserve {
  background: #fbf9f7;
  position: relative;
  padding: 170px 0 150px 0;
}
#info::before, #info::after, #reserve::before, #reserve::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0;
  top: 0;
  background: url("../images/minpaku/wave_t.png") repeat-x;
  background-size: 50% auto;
}
#info::after, #reserve::after {
  background: url("../images/minpaku/wave_b.png") repeat-x bottom;
  top: inherit;
  bottom: 0;
}
.wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1060px;
  width: 90%;
}
.Info__Items {
  display: flex;
  justify-content: space-between;
}
.Info__Item__Text {
  width: 80%;
  display: flex;
  justify-content: space-between
}
.Info__Item {
  width: 30%;
}
.Info__Item .SubTitle {
  color: #eda13f;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 30px;
}
.Info__Item .SubTitle + p {
  margin-top: 10px;
  line-height: 1.8;
  font-size: 1.4rem;
}
#access {
  padding: 170px 0 150px 0;
}
.Access__Items {
  display: flex;
  width: 100%;
  column-gap: 10%;
}
.Access__Item__pic {
  width: 40%;
}
.Access__Item__Text {
  width: 30%;
}
.Access__Item__Text .SubTitle span {
  font-size: 2.8rem;
  letter-spacing: 5px;
}
.Btn__blk {
  display: inline-block;
  margin-top: 50px;
  border-radius: 100px;
  border: 1px solid #000;
  min-width: 250px;
  padding: 15px 75px 15px 38px;
  position: relative;
  background: #fff;
}
.Btn__blk::after {
  content: '●';
  color: #eda13f;
  font-size: 8px;
  position: absolute;
  right: 16px;
  top: 19px;
}
#reserve {
  text-align: center;
}
#reserve .Title {
  font-size: 4.0rem;
  letter-spacing: 10px;
  margin-bottom: 70px;
}
.Table__Style__minpaku {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: left;
  margin: 70px auto;
  max-width: 840px;
}
.Table__Style__minpaku td {
  padding: 15px 0;
}
.Table__Style__minpaku th {
  min-width: 250px;
  padding: 15px 0;
}
.hissu {
  background: #a30000;
  font-size: 1.2rem;
  color: #fff;
  padding: 1px 10px;
  margin-left: 20px;
}
.Txt__Red {
  color: #a30000
}
input[type=text],input[type=email], textarea {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px 20px;
  width: 80%;
}
textarea {
  width: 100%;
  height: 150px;
  margin-top: 15px;
}
input[type=text].size__s {
  width: 70px;
  margin: 0 15px 5px 10px;
}
input[type=submit] {
  display: inline-block;
  margin-top: 50px;
  border-radius: 100px;
  border: 1px solid #000;
  min-width: 250px;
  padding: 15px;
  position: relative;
  background: #fff;
}
.wpcf7-response-output{
    text-align: center;
    color: #a30000;
    margin-top: 30px;
}
#reserve .wpcf7-form.sent p,
#reserve .wpcf7-form.sent table,
.screen-reader-response{
	display: none;
}

address {
  color: #7c7c7c;
  font-size: 1.2rem;
  margin-top: 10px;
  text-align: right;
}
footer {
  padding: 40px 5%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
}
footer a {
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 785px) {
  body {
    letter-spacing: inherit;
    font-size: 1.6rem;
  }
  body p {
    line-height: 1.8
  }
  .Btn__Reserve {
    right: 13px;
    bottom: 20px;
    top: inherit;
    width: 60px;
    height: 60px;
    font-size: 1.3rem;
  }
  .Btn__Reserve span {
    font-size: 1.0rem;
    padding-bottom: 3px;
  }
  #Mv {
    background: url(../images/minpaku/mv.jpg) no-repeat center center;
    background-size: auto 100%;
    padding: 10vw 5% 20vw 49%;
  }
  #Mv .Title {
    font-size: 2.6rem;
    letter-spacing: inherit;
    line-height: 1.2;
  }
  #Mv .SubTitle {
    font-size: 1.2rem;
    letter-spacing: inherit;
    margin-top: 10px;
  }
  #about {
    padding: 60px 7% 100px 7%;
  }
  .About__Items {
    flex-wrap: wrap;
    grid-row-gap: 20px;
    position: relative;
  }
  .About__Item__pic01 {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: -50px;
  }
  .About__Item__Title {
    width: 100%;
  }
  .About__Item__Title .Title, .Stay__Item__Title .Title, .Info__Item__Title .Title, .Access__Item__Title .Title {
    font-size: 2.0rem;
    letter-spacing: inherit;
    line-height: 1.4;
    writing-mode: inherit;
    text-orientation: inherit;
    font-feature-settings: inherit;
    font-weight: 800
  }
  .About__Item__Text {
    width: 100%;
    padding-left: 0
  }
  .About__Item__pic02 {
    width: 80%;
  }
  .About__Items > div:not(:first-child) {
    padding-top: 0px;
  }
  .About__Item__Text .SubTitle, .Stay__Item__Text .SubTitle, .Access__Item__Text .SubTitle {
    font-size: 1.6rem;
    letter-spacing: inherit;
    line-height: 1.4;
  }
  .About__Item__Text .SubTitle span, .Stay__Item__Text .SubTitle span {
    font-size: 2.4rem;
    letter-spacing: inherit;
  }
  .SubTitle + p {
    margin-top: 20px;
  }
  p + .SubTitle {
    margin-top: 20px;
  }
  #stay {
    padding: 60px 7%;
    width: 100%;
    margin-left: 0;
    margin-bottom: 80px;
  }
  .Stay__Items {
    padding-right: 0%;
    margin-bottom: 0px;
    flex-wrap: wrap;
    grid-row-gap: 30px;
  }
  .Stay__Items__Pics ul {
    flex-wrap: wrap;
    grid-gap: 1%;
    grid-row-gap: 10px;
    transform: translate(0px, 30px);
  }
  .Stay__Items__Pics ul li {
    width: 24%;
  }
  #info, #reserve {
    background: #fbf9f7;
    position: relative;
    padding: 60px 0;
  }
  .wrapper {
    width: 86%;
  }
  .Info__Items {
    flex-wrap: wrap;
    grid-row-gap: 30px;
  }
  .Info__Item__Text {
    flex-wrap: wrap;
    grid-row-gap: 30px;
    width: 100%;
  }
  .Info__Item {
    width: 100%;
  }
  .Info__Item .SubTitle {
    margin-top: 20px;
    font-size: 2.2rem;
  }
  .Info__Item .SubTitle + p {
    margin-top: 10px;
    line-height: 1.8;
    font-size: 1.4rem;
  }
  #access {
    padding: 60px 7%;
  }
  .Access__Items {
    flex-wrap: wrap;
    grid-row-gap: 30px;
    align-items: center;
    flex-direction: column-reverse
  }
  .Access__Item__pic {
    width: 70%;
  }
  .Access__Item__Text {
    width: 100%;
  }
  .Access__Item__Text .SubTitle span {
    font-size: 2.4rem;
    letter-spacing: inherit;
  }
  .Btn__blk {
    margin: 40px auto 0 auto;
  }
  .Btn__blk::after {
    content: '●';
    color: #eda13f;
    font-size: 8px;
    position: absolute;
    right: 16px;
    top: 19px;
  }
  #reserve .Title {
    font-size: 2.4rem;
    letter-spacing: inherit;
    margin-bottom: 40px;
  }
  .Table__Style__minpaku {
    margin: 30px auto;
  }
  .Table__Style__minpaku th {
    display: block;
    width: 100%;
    padding: 20px 0 10px 0;
  }
  .Table__Style__minpaku td {
    display: block;
    width: 100%;
    padding: 0;
  }
  input[type=text],input[type=email], textarea {
    padding: 7px 10px;
    width: 100%;
  }

  textarea {
    height: 100px;
  }
  input[type=text].size__s {
    width: 60px;
  }
  address {
    text-align: center;
  }
  footer {
    font-size: 1.2rem;
    flex-wrap: wrap;
    text-align: center;
    grid-row-gap: 20px;
    justify-content: center;
  }
  .Fot__Logo {
    width: 180px;
  }
}
/* menu */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 10;
  background: #fff;
  height: 110px;
}
.header_inner {
  position: relative;
  padding: 15px;
}
main {
  margin-top: 110px;
}
@media only screen and (max-width: 768px) {
  .nav {
    position: fixed;
    right: -320px; /* 右から出てくる */
    top: 0;
    width: 300px; /* スマホに収まるサイズ */
    height: 100vh;
    padding-top: 60px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .hamburger {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 40px; /* クリックしやすい幅 */
    height: 40px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    text-align: center;
    padding: 0 14px;
  }
  .nav_item a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
  }
  .nav_item a:hover {
    background-color: #eee;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #333;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 20px;
  }
  .hamburger_border_bottom {
    top: 26px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
  .logo {
    width: 130px;
  }
  .header {
    height: 67px;
  }
  main {
    margin-top: 67px;
  }
  .nav_item.sp {
    width: 100%;
  }
} /* sp */
@media only screen and (min-width: 769px) {
  .header_inner {
    width: 100%;
    padding: 15px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav_list {
    display: flex;
    column-gap: 25px;
  }
} /* pc */