@charset "UTF-8";

/* head */
#head-title {
  color: #436161;
  line-height: 1.8em;
  font-weight: bold;
}
.compact #head-title br {
  display: none;
}
@media (min-width:960px), print {
  #head-top {
    background-image: none;
    background: rgba(255,240,240,0.8);
    background-blend-mode: lighten;
  }
}
@media screen and (max-width:959px) {
  #head-top {
    height: auto;
    min-height: 80px;
  }
  #head-top.flex {
    align-items: normal;
  }
  #head-title .titlesub {
    display: block;
    margin-bottom: .5em;
  }
  .compact #head-top {
    min-height: 50px;
  }
  .compact #head-title {
    display: block;
    font-size: smaller;
    margin-left: 64px;
  }
  .compact #head-title .titlesub {
    display: none;
  }
}

.language {
  top: 16px;
  right: 16px;
}

/* head */


/* Plan */
h2.hana {
  margin-top: .5em; padding-bottom: 28px;
  text-align: center;
  background: url(../../images/icon-hana.png) center bottom no-repeat;
}
#banner-carousel {
  margin: .5em auto 5em auto;
  width: 1100px;
  overflow: hidden;
}
.plan-pic { margin-bottom: 10px; }
.plan-pic img { width: 100%; }
.plan-text b {
  text-align: left;
}
.plan-price {
  margin-top: 1.5em;
  text-align: right;
}
@media (min-width:960px) {
  .slider-plan {
    margin-left: 50%;
  }
  .slider-plan > * {
    margin-left: -180px; /* 360 / 2 */
    margin-right: 200px !important; /* 360 / 2 + 20 */
  }
}
@media (min-width:1100px), print {
  #banner-carousel .bx-viewport {
    overflow: visible !important;
  }
  #banner-carousel .bx-wrapper .bx-controls-direction a {
    opacity: 100;
  }
  #banner-carousel .bx-wrapper .bx-prev { left: 338px; top: 120px; background: url(../../images/icon-sliderb-prev.png) no-repeat 0 0; }
  #banner-carousel .bx-wrapper .bx-next { right: 338px; top: 120px; background: url(../../images/icon-sliderb-next.png) no-repeat 0 0 !important; }
}

@media screen and (max-width:1100px) { 
  #banner-carousel {
    width: 100%;
  }
  .bx-wrapper {
    margin: 0 auto;
    text-align: left;
  }
}


/* Cuisine */
.cuisine-box,
.room-box {
  gap: 80px 4%;
}
.cuisine-content,
.room-content {
  width: 48%;
}
.cuisine-content div img,
.room-content div img {
  width: 100%;
}


/* Room */
.room-content .flex-pic {
  width: 100%;
}
.room-content table {
  width: 100%;
}
.room-content table th {
  width: 30%;
}
.room-content h3 {
  margin-bottom: 0;
  padding-bottom: .2em;
  border-bottom: solid 1px #cb5a6e;
}
.room-content h4 {
  margin-top: .5em;
}

.room-box.shorintei {
  margin-top: 1em;
  padding: 16px;
  background-color: #436682;
  color: #fff;
}
.shorintei .room-content h3 {
    border-bottom: solid 1px #fff;
}
.shorintei .hana th {
    background-color: #38546a;
}

/* Private Bath */
#onsen-kashikiri {
  background: #f6f5e6;
}
#onsen-kashikiri h3 {
  margin-bottom: 10px;
}
#onsen-kashikiri h4 {
  min-height: 113px;
  margin-top: 0;
  padding-top: 1em;
  background: url(../img/title-back.png) top center no-repeat;
  font-size: 1.6em;
}
h4 small { font-size: .5em; }
#onsen-kashikiri-lamp,
#onsen-kashikiri-kazoku {
  margin: 1em 0;
  background: url(../../images/background-paper.png) repeat-x;
}
#onsen-kashikiri-lamp {
  margin-bottom: 2em;
}
#onsen-kashikiri-kazoku.flex {
  flex-direction: row-reverse;
}
#onsen-kashikiri .text {
  min-width: 300px;
  flex-grow: 1;
}
#onsen-kashikiri .text p {
  margin-top: 2em;
}
#onsen-kashikiri .picture.flex {
  height: auto;
  align-items: flex-start;
}
#onsen-kashikiri .picture img {
  max-width: 50%; height: auto;
}
#onsen-kashikiri .picture img:first-child {
  padding-right: .5%;
}
#onsen-kashikiri .picture img:last-child {
  padding-left: .5%;
}

/* Garden Foot Bath */
#onsen-ashiyu .center {
  padding-top: 40px;
  background: url(../img/title-back-circle.png) top center no-repeat;
}
#onsen-ashiyu h3 {
  margin-bottom: 20px;
}
#onsen-ashiyu .sub {
  margin-bottom: 40px;
}
#onsen-ashiyu p {
  margin: 0;
}
#onsen-ashiyu .picture {
  width: 100%; max-width: 550px;
}

/* Hot spring */
#onsenbox {
  gap: 2%;
}
.onsen-content {
  width: 48%;
}
.onsen-title {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  background: #cb5a6e;
  color: #fff;
}
.onsen-title h3 {
  margin: 0;
  font-size: 24px;
}
.onsen-image {
  gap: 2%;
}
.onsen-image div {
  width: 49%;
}
.onsen-image img {
  width: 100%;
}


.image {
  margin-bottom: 20px;
  gap: 40px 2%;
}
.image > div {
  width: 30%;
}
.image div.wide {
  width: 60%;
}
.image div.wide-image {
  width: 100%;
}
.image div.wide-image.flex {
  gap: 40px 2%;
}
.image div.wide-image > * {
  width: 49%;
}
.image img {
  width: 100%;
}
.contact-button {
  width: 300px;
  margin: 1em auto;
  padding: 1.2em .7em;
  color: #fff;
  border: double 4px #fff; 
  background: #633162;
  text-align: center;
}
#foot-contact-button {
  min-width: 200px;
  text-align: center;
}

/* Access */
.googlemap {
  margin-bottom: 80px;
}
.access-midashi {
  margin-bottom: 40px;
  font-size: 2.5em;
  line-height: 100%;
}
.access-route {
  margin-bottom: 40px;
  font-size: 20px;
  text-align: center;
}
.start, .point, .goal {
  padding: 20px;
}
.start {
  background: #e2bf5e;
}
.time {
  min-width: 160px;
  padding: 20px 0;
  background: url(../../images/line.jpg) center top repeat-y;
}
.time2 {
  min-width: 160px;
  padding: 104px 0;
  background: url(../../images/line.jpg) center top repeat-y;
}
.time p,
.time2 p {
  margin: 0; padding: 0;
  background: #ffffff;
}
.point {
  background: #f0c8ab;
}
.goal {
  background: #cd5a6e;
  color: #ffffff;
}
.option {
  background: #ffffff;
}
.option-box {
  position: relative;
  background: url(../../images/line.jpg) center top repeat-y;
}
.option-box .p-center p {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}


/* Question */
dl.qa dt::before {
  content: 'Ｑ';
  padding-right: 10px;
  font-size: 26px;
  color: #cb5a6e;
}
dl.qa dt {
  padding: 0 4px 8px 4px;
  border-bottom: dotted 2px #cb5a6e;
}
dl.qa dd::before {
  content: 'Ａ';
  padding-right: 10px;
  font-size: 26px;
  color: #bda049;
}
dl.qa dd {
  margin-left: 2em;
  margin-bottom: 4em;
  margin-top: 1.5em;
}


/* Icon */
#detail {
  margin: auto;
  margin-bottom: 80px;
  max-width: 1000px;
}
#detail .flex {
  gap: 40px 10px;
}
.detail-box {
  width: 300px;
}
.detail-title {
  margin-bottom: 6px;
  align-items: center;
}
.detail-title div + div {
  margin-left: 6px;
}
.detail-text {
  padding-left: 34px;
}

#detail a.button {
  min-width: 200px;
  border: none;
  background: none;
  margin: 0 auto;
  padding: 1em .5em;
}

@media screen and (max-width:959px) { /* SP */
  .detail-box {
    width: 48%;
  }
}


/* foot */
#foot-leg.flex {
  min-height: auto;
}
.foot-yago {
  line-height: 1.5em;
}
#foot-contact .tel {
  font-size: 40px;
  color: #653165;
}
#foot-contact .tel small {
  font-size: 20px;
}
#foot-nav ul {
  height: auto;
}
/* foot */


@media screen and (max-width:1120px) {
  .plan-box { width: 100%; }
  .plan-item { width: 90%; }
}

@media screen and (max-width:1023px) { /* Tablet */
}

@media screen and (max-width:959px) { /* SP */
  .onsen-content {
    width: 100%;
  }
  .cuisine-content,
  .room-content {
    width: 100%;
  }
  .image div,
  .image div.wide,
  .image div.wide-image > *,
  .image div.wide img {
    width: 100%;
  }
  .googlemap iframe {
    height: 380px;
  }
  .access-midashi {
    font-size: 1.8em;
  }
}





#facility .bx-next,
#facility .bx-prev {
  display: none;
}






html[lang="en"] #plan {
  display: none;
}
a.button[href=""] {
  display: none;
}
.contact-button:has(a[href=""]),
#foot-contact-button:has(a[href=""]) {
  display: none;
}





#trip_ai_container {
  display: none !imporrtant;
  visibility: hidden;
}
