@charset "UTF-8";


.p-main {
    padding: 50px 0 100px;
}

.p-movie {
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

video#bg-video {
  width: 100%;
}

.p-content {
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.p-menu {
    max-width: 200px;
    width: 20%;
    font-family: "TsukuGoPr5-R-HelveticaNowTextLight";
}

.p-menu-logo {
  margin: 0 auto 20px;
  max-width: 175px;
}

.p-menu-list li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.p-menu-list li:last-child {
    margin-bottom: 10px;
}

.p-menu-list li a {
    display: block;
    text-decoration: none;
    background: #423532;
    border: solid 2px #423532;
    min-height: 50px;
    border-radius: 8px;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1;
    color: #fff;
    padding: 12px 0;
    transition: .3s;
}

.p-menu-price {
    display: block;
    margin-bottom: 5px;
    text-align: center;
    background: url("../../images/top/bg_menu.png")no-repeat;
    background-position: center;
    background-size: 200px;
}

.p-menu-price a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #423532;
  text-decoration: none;
  min-height: 40px;
  line-height: 1;
  padding: 12px 0;
  transition: .3s;
}

.p-block {
  position: relative;
  width: calc(100% - 230px);
}

.p-block-sns {
    position: absolute;
    right: 30px;
    top: 15px;
    font-size: 0;
    z-index: 10;
}

.p-block-sns li {
    width: 31px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.p-block-sns li a {
  display: block;
  transition: .3s;
}

.p-news-box {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.p-news-box dt {
    width: 124px;
    height: 36px;
    background: #E08812;
    color: #fff;
    text-align: center;
    border-radius: 20px 0 0 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 8px 0;
}

.p-news-box dd {
    width: calc(100% - 124px);
    background: #fff;
    border-radius: 0 20px 20px 0;
    color: #E08812;
    padding: 7px 30px 8px 15px;
    font-family: "TsukuGoPr5-R-HelveticaNowTextLight";
}

.p-news-box dd a {
    color: #E08812;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

.p-news-date {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    margin-right: 15px;
}

.p-concept {
  position: relative;
    background: #fff;
    padding: 80px 0 100px;
}

.p-concept-waves {
    position: absolute;
    top: -40px;
    height: 80px;
    width: 100%;
    overflow: hidden;
}

.p-concept-waves_bottom {
    position: absolute;
    bottom: -40px;
    height: 80px;
    width: 100%;
    overflow: hidden;
}

.p-concept-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-concept-detail {
    width: 470px;
}

.p-concept-catch {
  position: relative;
  font-family: "TsukuGoPr5-R-HelveticaNowTextLight";
  width: 280px;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 24px;
  font-size: 2.4rem;
  color: #423532;
  letter-spacing: 0.1em;
  line-height: 2;
}

.p-concept-catch span {
    color: #3FA146;
}

.p-concept-catch::before {
  position: absolute;
  content: "";
  background: url("../../images/top/ico_concept.png")no-repeat;
  background-position: center;
  width: 102px;
  height: 130px;
  top: 20px;
  right: 105px;
}

.p-head-en {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
    letter-spacing: 0.11em;
    margin-bottom: 30px;
}

.p-news {
  position: relative;
  padding: 170px 0 210px;
  max-width: 1100px;
  margin: 0 auto;
}

.p-news::before {
  position: absolute;
  content: "";
  background: url("../../images/top/img_news.png")no-repeat;
  background-position: center;
  width: 452px;
  height: 301px;
  right: 0;
  top: 170px;
}

.p-news-content {
    max-width: 530px;
    width: calc(100% - 430px);
}

.p-news-archive {
    margin: 0 auto 40px;
}

.p-post {
    margin-bottom: 23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-post:last-child {
    margin: 0;
}

.p-post dt {
    width: 200px;
}

.p-post dd {
    width: calc(100% - 200px);
    font-size: 16px;
    font-size: 1.6rem;
}

.p-post-cat {
    color: #E08812;
    border: solid 1px #E08812;
    width: 85px;
    display: inline-block;
    min-height: 22px;
    text-align: center;
    border-radius: 20px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    padding: 4px 0;
    vertical-align: middle;
    margin-right: 15px;
}

.p-post-date {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "TsukuGoPr5-R-HelveticaNowTextLight";
}

.p-post dd a {
    text-decoration: none;
    font-weight: bold;
    color: #423532;
}


.p-onsen {
  position: relative;
  background: #fff;
  padding: 100px 0 150px;
}

.p-onsen-waves {
    position: absolute;
    top: -40px;
    height: 80px;
    width: 100%;
    overflow: hidden;
}

.p-onsen-waves_bottom {
    position: absolute;
    bottom: -40px;
    height: 80px;
    width: 100%;
    overflow: hidden;
}


.p-onsen-content {
    position: relative;
    margin: 0 auto;
}

.p-onsen-content::before {
  position: absolute;
  content: "";
  background: url("../../images/top/img_onsen.png")no-repeat;
  background-position: center;
  width: 518px;
  height: 340px;
  left: -80px;
  top: -20px;
}

.p-onsen-detail {
    margin: 0 0 0 auto;
    max-width: 460px;
    width: calc(100% - 480px);
    position: relative;
}

.p-onsen-detail::before {
  position: absolute;
  content: "";
  background: url("../../images/top/ico_onsen.png")no-repeat;
  background-position: center;
  width: 96px;
  height: 62px;
  top: -30px;
  left: 130px;
}

.p-head-jp {
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 0.11em;
    line-height: 1;
    margin-bottom: 30px;
    font-family: "TsukuGoPr5-R-HelveticaNowTextLight";
}

.p-onsen-detail p {
    margin-bottom: 70px;
}

.p-ganbanyoku {
  position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.p-ganbanyoku-detail {
  position: relative;
    width: 200px;
    text-align: left;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    padding-top: 60px;
}

.p-ganbanyoku-detail::before {
  position: absolute;
  content: "";
  background: url("../../images/top/ico_ganbanyoku.png")no-repeat;
  background-position: center;
  width: 120px;
  height: 92px;
  top: -20px;
  right: -150px;
}

.p-ganbanyoku-head {
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 0.11em;
    padding-left: 30px;
}

.p-slider {
  margin: 0 auto 50px;
}

.p-slider-block {
    width: 314px;
}

.p-slider-block figure {
    margin-bottom: 40px;
    position: relative;
}

.p-slider-block figcaption {
    position: absolute;
    background: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    min-width: 130px;
    border-radius: 20px;
    bottom: -14px;
    min-height: 28px;
    padding: 3px 10px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "TsukuGoPr5-R-HelveticaNowTextLight";
}

.p-slider-block p {
  padding: 0 25px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}

.p-ganbanyoku-content {
    position: relative;
    min-height: 520px;
}

.p-ganbanyoku-slider {
    position: absolute;
    top: 0;
    left: 250px;
    width: 980px;
    padding: 100px 0 35px;
}

.p-ganbanyoku-slider::before {
  position: absolute;
  content: "";
  background: #EFE8DF;
  width: 612px;
  border-radius: 30px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -306px;
}

.p-slider-next {
  cursor: pointer;
    position: absolute;
    top: -70px;
    left: 600px;
}

.p-slider-prev {
  cursor: pointer;
    position: absolute;
    top: -70px;
    left: 510px;
}

.slick-counter {
    position: absolute;
    top: -61px;
    left: 560px;
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "TsukuGoPr5-R-HelveticaNowTextLight";
}


.p-taberu {
  position: relative;
  padding: 0 0 250px;
  max-width: 1110px;
  margin: 0 auto;
}


.p-taberu-content {
    position: relative;
    margin: 0 auto;
}

.p-taberu::before {
  position: absolute;
  content: "";
  background: url("../../images/top/img_taberu.png")no-repeat;
  background-position: center;
  width: 550px;
  height: 420px;
  left: -20px;
  top: 0;
}

.p-taberu-detail {
    margin: 0 0 0 auto;
    padding: 35px 0 0;
    max-width: 440px;
    width: calc(100% - 520px);
    position: relative;
}

.p-taberu-detail::before {
  position: absolute;
  content: "";
  background: url("../../images/top/ico_taberu.png")no-repeat;
  background-position: center;
  width: 162px;
  height: 94px;
  bottom: -100px;
  left: 250px;
}


.p-taberu-detail p {
  padding-bottom: 80px;
}

.p-map {
  position: relative;
    background: #fff;
    padding: 40px 0 60px;
}

.p-map-waves {
    position: absolute;
    top: -40px;
    height: 80px;
    width: 100%;
    overflow: hidden;
}

.p-map-waves_bottom {
    position: absolute;
    bottom: -40px;
    height: 80px;
    width: 100%;
    overflow: hidden;
}

.p-map-head {
  margin: 0 auto 30px;
    text-align: center;
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 0.11em;
}

.p-map-tab {
  margin: 0 auto 50px;
    font-size: 0;
    text-align: center;
}

.p-map-tab li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    cursor: pointer;
}

.p-map-floor {
    display: block;
    width: 157px;
    background: #fff;
    border: solid 1px #D7851B;
    color: #D7851B;
    text-align: center;
    min-height: 30px;
    border-radius: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.11em;
    line-height: 1;
    padding: 7px 0;
    font-family: "TsukuGoPr5-R-HelveticaNowTextLight";
}


.is-active .p-map-floor {
    display: block;
    width: 157px;
    background: #D7851B;
    color: #fff;
    text-align: center;
    min-height: 30px;
    border-radius: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.11em;
    line-height: 1;
    padding: 7px 0;
    font-family: "TsukuGoPr5-R-HelveticaNowTextLight";
}

.p-map-content {
  display: none;
}

.p-map-content.is-show {
  display: block;
}

.p-map-graph {
    text-align: center;
    margin: 0 auto 90px;
}

.p-map-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
}


.p-map-list li {
  max-width: 200px;
    width: 25%;
    min-height: 200px;
    position: relative;
    margin-bottom: 40px;
    margin-right: 33px;
}

.p-map-list li:nth-child(4n) {
    margin-right: 0;
}

.p-map-number {
    position: absolute;
    width: 48px;
    text-align: center;
    top: -20px;
    left: -20px;
}

.p-map-list li figure img {
    width: 100%;
}

.p-map-list li figcaption {
    color: #3E3A39;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    padding: 12px 0;
}


.p-access {
  max-width: 880px;
  margin: 0 auto;
  padding: 110px 30px 90px;
}

.p-access-map {
  margin: 0 auto 30px;
  width: 100%;
  height: 360px;
  border-radius: 30px;
  overflow: hidden;
}

.p-access-map iframe {
  width: 100%;
  height: 100%;
}

.p-map-btn {
    width: 174px;
    margin: 0 auto;
    text-align: center;
}

.p-map-btn a {
    display: block;
    border: solid 1px #D7851B;
    min-height: 28px;
    border-radius: 20px;
    color: #D7851B;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
    line-height: 1;
    padding: 6px 0;
    transition: .3s;
}

.p-access-content {
    padding: 40px 0 0;
}

.p-access-address {
  margin-bottom: 30px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-bottom: solid 1px #D7851B;
    min-height: 45px;
    padding: 5px 0 10px 30px;
    background: url("../../images/top/ico_access.png")no-repeat;
    background-position: left top;
}

.p-access-2col {
    display: flex;
    flex-wrap: wrap;
}

.p-access-box {
  position: relative;
  padding-left: 30px;
    min-width: 330px;
    margin-bottom: 20px;
}

.p-access-tel::before {
  position: absolute;
  content: "";
  background: url("../../images/top/ico_tel.png")no-repeat;
  width: 17px;
  height: 17px;
  left: 0;
  top: 2px;
}

.p-access-car::before {
  position: absolute;
  content: "";
  background: url("../../images/top/ico_car.png")no-repeat;
  width: 25px;
  height: 15px;
  left: -10px;
  top: 3px;
}

.p-access-parking::before {
  position: absolute;
  content: "";
  background: url("../../images/top/ico_parking.png")no-repeat;
  width: 23px;
  height: 23px;
  left: -4px;
  top: -1px;
}

.p-access-bus::before {
  position: absolute;
  content: "";
  background: url("../../images/top/ico_bus.png")no-repeat;
  width: 17px;
  height: 48px;
  left: -10px;
  top: 3px;
}


.p-access-box p {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

.p-bnr-box {
    max-width: 445px;
    width: 48%;
}

.p-bnr-2col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.p-bnr-box a {
    display: block;
    transition: .3s;
}

.p-bnr {
    padding: 70px 0 0;
}

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

  #top .l-header {
    top: -120px;
  }

  #top .l-header.is-show {
    top: 0;
  }

  .p-menu-list li a:hover {
    background: #fff;
    color: #423532;
  }

  .p-menu-price a:hover {
    opacity: .7;
  }

  .p-block-sns li a:hover {
    opacity: .7;
  }

  .p-news-box dd a:hover {
    text-decoration: underline;
  }

  .p-post dd a:hover {
    text-decoration: underline;
    color: #E08812;
  }

  .p-map-btn a:hover {
    background: #D7851B;
    color: #fff;
  }

  .p-bnr-box a:hover {
    opacity: .8;
  }

}

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

  .p-content {
    padding: 0 20px;
  }

  .p-menu {
      width: 150px;
  }

  .p-block {
      width: calc(100% - 170px);
  }

  .p-menu-list li a {
    min-height: auto;
    font-size: 1.6rem;
    padding: 10px 0;
  }

  .p-menu-list li {
      margin-bottom: 5px;
  }

  .p-menu-list li:last-child {
    margin-bottom: 5px;
  }

  .p-menu-price a {
    font-size: 1.4rem;
    min-height: auto;
    padding: 9px 0;
  }

  .p-menu-price {
    margin-bottom: 5px;
      background-size: 100%;
  }

  .p-menu-logo {
      margin: 0 0 10px;
  }

  .p-main {
      padding: 30px 0 60px;
  }


  .p-concept-waves {
    height: 50px;
    top: -30px;
  }

  .p-concept-waves_bottom {
      height: 50px;
      bottom: -20px;
  }

  .p-concept {
      padding: 60px 0;
  }

  .p-concept-catch {
      width: 200px;
  }

  .p-news {
    padding: 80px 0 100px;
  }

  .p-news::before {
      width: 420px;
      height: 280px;
      background-size: contain;
      top: 100px;
  }

  .p-post {
      flex-wrap: wrap;
  }

  .p-post dt {
      width: 100%;
      padding-bottom: 10px;
  }

  .p-post dd {
      width: 100%;
  }

  .p-onsen-content::before {
    width: 450px;
    height: 300px;
    background-size: contain;
  }

  .p-onsen-detail {
      width: calc(100% - 400px);
  }

  .p-onsen {
      padding: 60px 0;
  }

  .p-onsen-waves {
      height: 50px;
  }

  .p-onsen-waves_bottom {
      height: 50px;
      bottom: -30px;
  }

  .p-onsen-detail p {
      margin-bottom: 20px;
  }

  .p-ganbanyoku-slider::before {
      display: none;
  }

  .p-ganbanyoku-slider {
      width: 314px;
      left: inherit;
      right: 0;
      padding: 0;
  }

  .p-ganbanyoku-content {
    min-height: auto;
  }

  .p-ganbanyoku {
      padding: 100px 0;
  }

  .p-taberu::before {
    background-size: contain;
    width: 450px;
    height: 340px;
  }

  .p-taberu-detail {
      width: calc(100% - 430px);
  }

  .p-taberu-detail::before {
      left: 170px;
      bottom: -50px;
  }

  .p-taberu-detail p {
      padding-bottom: 40px;
  }

  .p-taberu {
      padding: 0 0 120px;
  }

  .p-map-waves {
      height: 50px;
  }

  .p-map-waves_bottom {
      height: 50px;
  }

  .p-map-list li {
    margin-right: 5%;
    min-height: auto;
    margin-bottom: 30px;
  }

  .p-map-list {
      padding: 0 20px;
  }

  .p-map-number {
      width: 31px;
      top: -15px;
      left: -15px;
  }

  .p-map-graph {
      margin: 0 auto 60px;
  }


}

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

  .p-movie {
    border-radius: 0;
    height: calc(60vh - 64px);
    position: relative;
  }

  .p-movie img {
    width: 100%;
  }

  video#bg-video {
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    margin-left: -50%;
  }

  .p-news-box {
    width: calc(100% - 40px );
    margin: 15px auto 0;
  }

  .p-menu {
      display: none;
  }

  .p-main {
    padding: 64px 0 50px;
  }

  .p-content {
      padding: 0;
  }

  .p-block {
      width: 100%;
  }

  .p-news-box dt {
    width: 65px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .p-news-box dd {
      width: calc(100% - 65px);
      padding: 7px 10px 8px 10px;
  }

  .p-news-date {
      font-size: 1rem;
  }

  .p-news-box dd a {
      font-size: 1rem;
  }

  .p-concept {
    padding: 30px 0;
  }

  .p-concept-content {
      flex-wrap: wrap;
  }

  .p-concept-catch {
    margin: 0 auto 40px;
    width: 230px;
  }

  .p-news {
      padding: 300px 0 80px;
  }

  .p-news::before {
    width: 290px;
    height: 195px;
    border-radius: 20px;
    top: 80px;
    right: 50%;
    margin-right: -145px;
    background-size: cover;
  }

  .p-news-content {
      width: 100%;
  }



  .p-post {
      display: block;
  }

  .p-post dt {
      width: 100%;
      padding: 0;
  }

  .p-post dd {
      width: 100%;
      margin-top: 10px;
  }

  .p-onsen-detail {
    width: 100%;
  }

  .p-onsen-content {
      padding-top: 290px;
  }

  .p-onsen-content::before {
      width: 360px;
      height: 236px;
      border-radius: 20px;
      top: 0;
      left: -40px;
  }

  .p-onsen {
      padding: 40px 0;
  }

  .p-onsen-detail p {
      margin-bottom: 20px;
  }

  .p-onsen-detail {
    width: 100%;
  }

  .p-onsen-content {
      padding-top: 290px;
  }

  .p-onsen-content::before {
      width: 360px;
      height: 236px;
      border-radius: 20px;
      top: 0;
      left: -40px;
  }

  .p-onsen {
      padding: 40px 0;
  }

  .p-onsen-detail p {
      margin-bottom: 20px;
  }

  .p-ganbanyoku-content {
      min-height: auto;
  }

  .p-ganbanyoku {
      padding: 60px 0;
  }

  .p-ganbanyoku-slider {
      position: inherit;
      left: inherit;
      top: inherit;
      width: 313px;
      margin: 0 auto;
      padding: 0;
  }

  .p-ganbanyoku-slider::before {
      display: none;
  }

  .p-ganbanyoku-head {
    padding: 0 0 20px;
  }

  .p-ganbanyoku-detail {
    height: auto;
    width: 100%;
    margin: 0 auto 30px;
    writing-mode: inherit;
  }

  .p-ganbanyoku-detail::before {
    right: auto;
    left: 130px;
    top: 0px;
    z-index: -1;
  }

  .p-taberu::before {
    width: 340px;
    height: 260px;
    border-radius: 20px;
  }

  .p-taberu-detail {
      padding: 300px 0 0;
      width: 100%;
  }

  .p-taberu-detail p {
      padding-bottom: 40px;
  }

  .p-taberu-detail::before {
      right: 0;
      left: inherit;
      bottom: -50px;
  }

  .p-taberu {
      padding: 0 0 100px;
  }

  .p-access {
    padding: 60px 20px 50px;
  }

  .p-access-map {
      height: 200px;
      border-radius: 15px;
  }

  .p-access-address {
    font-size: 1.6rem;
    background-position: left center;
  }

  .p-access-box {
      width: 100%;
      max-width: initial;
  }

  .p-access-box {
      padding-left: 40px;
  }

  .p-access-tel::before {
      left: 9px;
  }

  .p-access-car::before {
      left: 4px;
  }

  .p-access-parking::before {
      left: 7px;
  }

  .p-access-bus::before {
      left: 10px;
  }

  .p-map-waves {
    top: -20px;
  }

  .p-map-waves_bottom {
      bottom: -10px;
  }

  .p-map {
      padding: 40px 0;
  }

  .p-map-list li {
    width: calc(33.3% - 10px);
    max-width: 100px;
    margin: 0 10px 20px 0;
  }

  .p-map-list li:nth-child(4n) {
    margin-right: 10px;
  }

  .p-map-list li:nth-child(3n) {
      margin-right: 0;
  }

  .p-map-list {
    max-width: 330px;
      padding: 0;
  }

  .p-map-number {
    width: 20px;
    top: -10px;
    left: -10px;
  }

  .p-map-list li figcaption {
    padding-bottom: 0;
  }

  .p-bnr {
    padding: 40px 0 0;
  }

  .p-bnr-box {
      width: 100%;
      margin: 0 auto 20px;
  }

}

/*20231226*/
@media screen and (min-width: 768px) {
.p-news .p-head-en {
    text-align: left;
}
}
