@charset "utf-8";
h1 {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 12px;
}
h1 span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 1.5;
  display: block;
  margin-bottom: 5px;
}
h2 {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 49px;
  color: #063641;
  margin-bottom: 30px;
  line-height: 1.2;
}
h3 {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 600;
}
.main_visual .slider-img1 {
  position: relative;
  width: 100%;
  min-height: 80vh;
  background: url("../../../ginza/image/common/back_img.webp") bottom / cover;
}
.main_visual .slider-img2 {
  position: relative;
  width: 100%;
  min-height: 80vh;
  background: url("../../../ginza/image/common/backimg_03.webp") bottom / cover;
}
.main_visual .slider-img3 {
  position: relative;
  width: 100%;
  min-height: 80vh;
  background: url("../../../ginza/image/common/backimg_04.webp") bottom / cover;
}
.main_visual .slider-img4 {
  position: relative;
  width: 100%;
  min-height: 80vh;
  background: url("../image/common/backimg_06.webp") bottom / cover;
}
.main_visual .slider-img6 {
  position: relative;
  width: 100%;
  min-height: 80vh;
  background: url("../../../ginza/image/250724/backimg_05.webp") bottom / cover;
}
.main_visual .main_copy {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.main_visual .main_copy > p {
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.main_visual .main_copy > p img {
  width: 175px;
  margin: 0 auto;
}
.main_visual .slick-dots {
  bottom: 10px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-next:before {
  background: url("../img/common/right.png");
  background-size: contain;
}
.slick-prev:before {
  background: url("../img/common/left.png");
  background-size: contain;
}

/* =======================
	　.under_box
========================== */
.under_box p {
  margin-bottom: 1px;
}
.under_box p:last-child {
  margin-bottom: 0;
}

/* =======================
	　.bestrate
========================== */

#bestrate dl {
  background-color: #000;
  padding: 13px 15px 15px;
  width: 90%;
  margin: 30px auto 0px;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
}
#bestrate dt {
  color: #c9ac5e;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

#bestrate dd {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.9px;
  line-height: 1.5;
}

/* ========================
	コンテンツ基本
========================== */
.con_outer {
  margin-bottom: 100px;
}
.con_outer .inner {
  width: 90%;
  margin: 30px auto;
  line-height: 1.7;
}
/* ========================
	event_bnr
========================== */
.event_bnr {
  width: 90%;
  margin: 0 auto 20px;
  text-align: center;
}
.event_bnr ul li:nth-child(n + 2) {
  margin-top: 20px;
}
/* ========================
	concept
========================== */
#concept {
  text-align: end;
}
#concept h3 {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
}
#concept.con_outer > img {
  width: 90%;
}
#concept.con_outer > div {
  position: relative;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.9px;
  padding: 20px 5% 0;
}
#concept.con_outer > div p {
  margin-bottom: 18px;
}
#concept.con_outer > div::before {
  position: absolute;
  content: "";
  left: 0%;
  top: -80px;
  background-color: #f3f3f3;
  width: 260px;
  height: 400px;
  border-radius: 0 0 5px 0;
  z-index: -1;
}
/* ========================
	topics
========================== */
#topics {
  background-color: #f0f0f0;
  padding: 40px 0 70px;
}
.n_slider .slick-slide {
  margin: 0 10px;
}
#topics .txt {
  margin-top: 12px;
}
#topics .txt span {
  font-size: 0.8rem;
}
#topics .slick-dots {
  bottom: -40px;
}
#topics .slick-next {
  top: 35%;
}
#topics .slick-prev {
  top: 35%;
}
/* ========================
	pickup_plan
========================== */
#pickup_plan ul {
  margin-bottom: 30px;
}
#pickup_plan ul li {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
#pickup_plan ul li:nth-child(3) {
  border-bottom: none;
  margin-bottom: 0;
}
#pickup_plan dl {
  display: flex;
}
#pickup_plan dl dt {
  width: 60%;
  margin-right: 2%;
}
#pickup_plan dl dd {
  width: 100%;
}
#pickup_plan dl dd span {
  font-size: 11px;
  color: #cc3333;
}
/* ========================
	rooms
========================== */
#rooms .slider {
  width: 100%;
}
#rooms .slider-img {
  position: relative;
  margin: 0 5px;
}
#rooms .slick-content {
  position: absolute;
  width: 90%;
  top: 82%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
#rooms .slick-content p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: 1.7;
  letter-spacing: 0.5px;
}
#rooms .slick-content > p img {
  height: 33px;
  width: auto;
  margin-left: -5px;
  opacity: 0.6;
}
#rooms .slider-img img {
  width: 100%;
  height: auto;
}
/* ========================
	spa&sauna
========================== */
#spa_sauna {
  line-height: 1.7;
  letter-spacing: 0.9px;
}
#spa_sauna .spa_bg {
  background-color: #f0f0f0;
  padding-bottom: 50px;
}
#spa_sauna .spa_pop {
  width: 90%;
  margin: -10px auto 30px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  background-color: #063641;
}
#spa_sauna .slick-slide img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
#spa_sauna .spa_list {
  position: sticky;
  width: 90%;
  margin: -15px auto 0;
  z-index: 2;
}
#spa_sauna .spa_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px 0;
}
#spa_sauna .spa_list li:last-child {
  margin-bottom: 0;
}
#spa_sauna .spa_list li img {
  height: fit-content;
  margin-right: 6%;
  width: 47px;
  height: 47px;
}
#spa_sauna .spa_list li dt {
  font-size: 16px;
  font-weight: 600;
  color: #063641;
}
#spa_sauna .spa_list li dl {
  width: 68%;
}
#spa_sauna .spa_bg .price {
  margin: 30px 0;
}
#spa_sauna .spa_bg .price dl {
  width: 90%;
  margin: 0 auto 15px;
  border-bottom: 1px solid #fff;
  padding: 20px 3%;
}
#spa_sauna .spa_bg .price dl:first-child {
  margin-bottom: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 20px 3%;
}
#spa_sauna .spa_bg .price dl dt {
  float: left;
}
#spa_sauna .spa_bg .price dl > dd:nth-child(1) {
  background: rgba(255, 255, 255, 0.7);
}
#spa_sauna .spa_bg .price dl dd {
  text-align: right;
  margin-bottom: 20px;
  line-height: 1.8;
}
#spa_sauna .spa_bg .price dl dd:last-child {
  margin-bottom: 0;
}
#spa_sauna .spa_bg .price p {
  width: 85%;
  margin: 0 auto;
}
#spa_sauna2 .btn {
  width: 90%;
  margin-top: 20px;
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  background-color: #063641;
  border-radius: 5px;
  padding: 15px 30px;
  text-align: center;
  outline: none;
  transition: ease 0.2s;
  background-image: url(https://www.granbellhotel.jp/img/common/img_externalLink.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: top 50% right 10px;
}
/*ボタン内spanの形状*/
#spa_sauna2 .btn span {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #fff;
}
#spa_sauna2 .btn:hover span {
  color: #063641;
}
/*== 背景が流れる（左から右） */
#spa_sauna2 .bgleft:before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #fff;
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  background-image: url(https://www.granbellhotel.jp/img/common/img_externalLink_b.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: top 50% right 10px;
}
/*hoverした際の形状*/
#spa_sauna2 .bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
/* ========================
	breakfast
========================== */
#breakfast.con_outer > .info {
  width: 90%;
  margin: 0 auto 25px;
  border: 1px solid #999;
  padding: 10px 3%;
}
#breakfast.con_outer .breakfast_img {
  width: 100%;
  height: 300px;
  border-radius: 0 5px 5px 0;
  position: relative;
  background-image: url(/ginza/image/230915/breakfast_01.webp);
  background-size: 92% auto;
  background-repeat: no-repeat;
}
#breakfast.con_outer .breakfast_img > img {
  width: 50%;
  border-radius: 5px 0 0 5px;
  position: absolute;
  right: 0;
  bottom: 0;
}
/* ========================
	facilities
========================== */
#facilities .slick-slide img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
#facilities .slick-dots {
  bottom: 10px;
}
/* ========================
	news
========================== */
#news ul li {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
}
#news ul li:first-child {
  border-top: 1px solid #e5e5e5;
}
#news ul li dl dt {
  padding-bottom: 3px;
}
#news ul li dl dt > span {
  background-color: #063641;
  color: #fff;
  padding: 2px 15px;
  margin-left: 15px;
}
#news .acd-check {
  display: none;
}
#news .acd-label {
  display: block;
  margin-bottom: 1px;
  position: relative;
  cursor: pointer;
}
.acd-label:after {
  border-right: 1px solid #383838;
  border-top: 1px solid #383838;
  bottom: 6px;
  content: " ";
  height: 7px;
  right: 1%;
  position: absolute;
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
  width: 7px;
}
#news .acd-content {
  background-color: #f3f3f3;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: 0.5s;
  visibility: hidden;
}
#news .acd-content p {
  visibility: hidden;
  padding: 20px 5%;
}
.acd-check:checked + .acd-label:after {
  -webkit-transform: translateX(-50%) rotate(315deg);
  transform: translateX(-50%) rotate(315deg);
}
#news .acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  visibility: visible;
  margin-top: 15px;
  cursor: auto;
}
#news .acd-check:checked + .acd-label + .acd-content p {
  visibility: visible;
}

/* ========================
	.accordion
========================== */
/* アコーディオンアイテムの初期状態 */
.accordion-list .accordion-item {
  display: block;
}
/* アコーディオンアイテムの詳細情報非表示 */
.accordion-list .accordion-item.hidden {
  display: none;
}
/* ボタンを中央に配置するためのスタイル */
.button-container {
  text-align: center;
  margin-top: 20px; /* ボタンとアイテムの間隔を調整 */
}

/* ========================
	gallery
========================== */
#gallery.con_outer .gallery_img {
  margin-bottom: 30px;
}
/* ========================
	access
========================== */
#access .map iframe {
  height: 300px;
}
#access section > section {
  margin-bottom: 20px;
}
#access .sta_list {
  margin-bottom: 30px;
}
#access .info_tit {
  font-weight: 600;
}
.s_none {
  display: none;
}
/* =======================
awards
========================== */
#awards {
  margin: 0 auto 30px;
  padding: 0 0 30px;
  background-color: #f0f0f0;
}
#awards h2 {
  font-size: 2.4rem;
  text-align: center;
  padding: 30px 0 10px 0;
  margin-bottom: 0;
}
#awards ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, min(48%, 175px));
  gap: clamp(10px, 2%, 30px);
  justify-content: center;
  align-items: center;
  justify-items: center;
  width: 95%;
  margin: 10px auto;
}

/* ========================
    tripla-booking
========================== */
#reservation_01.lower {
  display: none;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 52px;
    line-height: 1.4;
    margin-bottom: 22px;
  }
  h1 span {
    font-size: 22px;
    letter-spacing: 2px;
    display: block;
    line-height: 1.4;
    margin-bottom: 11px;
  }
  .main_visual {
    position: relative;
    min-height: 80vh;
  }
  .main_visual .main_copy > p {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  .main_visual .main_copy > p span {
    font-size: 42px;
  }
  /* =======================
	　.fv_bnr_wrapper
========================== */
  .fv_bnr_wrapper {
    position: absolute;
    width: 100%;
    padding: 0 1.5%;
    box-sizing: border-box;
    bottom: 3%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    z-index: 3;
  }
  .fv_bnr_wrapper.pc_on .fv_bnr_box.left_box {
    display: flex;
    width: 50%;
    justify-content: flex-start;
  }
  .fv_bnr_wrapper.pc_on .fv_bnr_box.left_box p {
    margin-right: 2%;
    /* max-width: 40%; */
    width: 140px;
  }
  .fv_bnr_wrapper.pc_on .fv_bnr_box.right_box {
    width: 50%;
    text-align: left;
    display: flex;
    justify-content: flex-end;
  }
  .fv_bnr_wrapper.pc_on .fv_bnr_box.right_box p {
    text-align: right;
    max-width: 40%;
    margin-left: 2%;
  }
  .fv_bnr_wrapper.pc_on .fv_bnr_box.right_box p:first-child {
    margin-left: 0;
  }

  /* =======================
	　.bestrate
========================== */
  #bestrate dl {
    width: 95%;
    margin: 30px auto 0px;
    display: flex;
    justify-content: center;
    gap: 15px;
  }

  #bestrate dt {
    margin-bottom: 3px;
  }
  /* ========================
	コンテンツ基本
========================== */
  .con_outer {
    margin-bottom: 100px;
  }
  .con_outer .inner {
    width: 85%;
  }
  /* ========================
	event_bnr
========================== */
  .event_bnr {
    width: 95%;
    margin: 40px auto 20px;
  }
  /* ========================
	concept
========================== */
  #concept {
    text-align: left;
    display: flex;
    align-items: center;
  }
  #concept.con_outer > img {
    width: 50%;
  }
  #concept.con_outer > div {
    position: relative;
    padding: 0 15px 0 3%;
  }
  #concept.con_outer > div::before {
    left: auto;
    right: 0%;
    top: 105px;
    width: 610px;
    height: 270px;
    border-radius: 0 0 0 5px;
  }
  /* ========================
	topics
========================== */
  #topics .n_slider {
    width: 94%;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
  }
  #topics .n_slider .box_topics {
    width: 32%;
  }
  #topics .n_slider .slick-prev {
    left: -15px;
    background: url(/ginza/img/common/left_b.png);
  }
  #topics .n_slider .slick-next {
    right: -15px;
    background: url(/ginza/img/common/right_b.png);
  }
  #topics .txt {
    margin-top: 15px;
  }
  #topics .txt span {
    font-size: 0.7rem;
  }
  #topics .slick-dots {
    display: none;
  }
  /* ========================
	pickup_plan
========================== */
  #pickup_plan ul {
    display: flex;
    justify-content: space-between;
  }
  #pickup_plan ul li {
    width: 32%;
    border: none;
    padding: 0;
    margin: 0;
    margin: 0;
  }
  #pickup_plan dl {
    display: unset;
  }
  #pickup_plan dl dt {
    width: 100%;
    margin-bottom: 15px;
  }
  /* ========================
	rooms
========================== */
  #rooms .slider-img {
    margin: 0 15px;
  }
  #rooms .slick-content {
    width: 90%;
    top: 88%;
    left: 50%;
  }
  #rooms .slick-content p {
    font-size: 14px;
    font-weight: 500;
  }
  #rooms .slick-content p span {
    font-size: 20px;
    font-weight: 500;
  }
  /* ========================
	spa&sauna
========================== */
  #spa_sauna .slick-slide img {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }
  #spa_sauna .spa_list li {
    padding: 25px 0;
  }
  #spa_sauna2 .btn {
    width: 35%;
  }
  /* ========================
	breakfast
========================== */
  #breakfast.con_outer > .info {
    text-align: center;
    width: 85%;
    padding: 10px 0;
  }
  #breakfast.con_outer > .inner {
    margin-top: 0;
  }
  #breakfast.con_outer .breakfast_img {
    height: 420px;
    background-size: 75% auto;
  }
  #breakfast.con_outer .breakfast_img > img {
    width: 40%;
  }
  /* ========================
	facilities
========================== */
  #facilities .slick-slide img {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }
  #facilities .slick-prev,
  #facilities .slick-next {
    top: 44%;
  }
  /* ========================
	news
========================== */
  #news .inner {
    width: 90%;
  }
  #news ul li {
    padding: 15px 0 15px 15px;
  }
  #news ul li dl {
    display: flex;
  }
  #news ul li dl dt > span {
    margin-right: 15px;
  }
  #news .acd-content p {
    padding: 20px;
  }

  /* ========================
	gallery
========================== */
  #gallery.con_outer .gallery_img {
    margin-bottom: 40px;
  }
  /* ========================
	access
========================== */
  #access .map iframe {
    height: 340px;
  }
  #access .sta_list {
    margin-bottom: 20px;
  }
  #access section > section {
    margin-bottom: 30px;
  }
  .s_none {
    display: initial;
  }

  /* =======================
awards
========================== */
  #awards h2 {
    font-size: 3rem;
  }
  #awards ul {
    width: 100%;
  }
  #awards ul li a {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  h1 span {
    display: initial;
    margin-bottom: 0;
  }
  .fv_bnr_wrapper.pc_on .fv_bnr_box.left_box p {
    width: 175px;
  }
  /* =======================
	　.bestrate
========================== */
  #bestrate dl {
    font-size: 25px;
    width: 1000px;
    margin: 60px auto 0px;
  }
  #bestrate dt {
    font-size: 25px;
  }
  /* =======================
	　.fv_bnr_wrapper
========================== */
  .fv_bnr_wrapper {
    bottom: 3%;
  }
  /* ========================
	breakfast
========================== */
  #breakfast.con_outer > .info {
    width: 1000px;
    margin: 0 auto 40px;
  }
  h2 {
    font-size: 68px;
    margin-bottom: 50px;
  }
  h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 1.7px;
    margin-bottom: 20px;
  }
  .main_visual {
    min-height: 100vh;
  }
  .main_visual .slider-img1 {
    min-height: 100vh;
  }
  .main_visual .slider-img2 {
    min-height: 100vh;
  }
  .main_visual .slider-img3 {
    min-height: 100vh;
  }
  .main_visual .slider-img4 {
    min-height: 100vh;
  }
  .main_visual .slider-img6 {
    min-height: 100vh;
  }
  /* ========================
	コンテンツ基本
========================== */
  .con_outer {
    margin-bottom: 100px;
  }
  .con_outer .inner {
    width: 1000px;
    margin: 50px auto 40px;
    line-height: 2.2;
    letter-spacing: 0.8px;
  }
  /* ========================
	event_bnr
========================== */
  .event_bnr {
    width: 1000px;
    margin: 0 auto 30px;
  }
  /* ========================
	concept
========================== */
  #concept {
    text-align: left;
    display: flex;
    align-items: center;
  }
  #concept.con_outer > img {
    width: 60%;
  }
  #concept.con_outer > div {
    position: relative;
    padding: 0 6% 0 3%;
    line-height: 2.2;
    letter-spacing: 0.8px;
  }
  #concept.con_outer > div p {
    margin-bottom: 15px;
  }
  #concept.con_outer > div::before {
    top: -40px;
    width: 150%;
    height: 470px;
    border-radius: 0 0 0 5px;
  }
  /* ========================
	topics
========================== */
  #topics {
    padding: 40px 0 80px;
    line-height: 2.2;
  }
  #topics h2 {
    line-height: initial;
    margin-bottom: 30px;
  }
  #topics .n_slider {
    width: 1000px;
    margin: auto;
  }
  #topics .n_slider .slick-prev {
    left: -65px;
  }
  #topics .n_slider .slick-next {
    right: -65px;
  }
  /* ========================
	rooms
========================== */
  #rooms .slider-img {
    margin: 0 30px;
  }
  #rooms .slider-img img {
    height: 70vh;
    object-fit: cover;
  }
  #rooms .slick-content {
    top: 88%;
  }
  #rooms .slick-content p {
    font-size: 20px;
  }
  #rooms .slick-content > p img {
    height: 62px;
    margin-left: -9px;
  }
  #rooms .slick-content p span {
    font-size: 30px;
  }
  /* ========================
	spa&sauna
========================== */
  #spa_sauna .spa_pop {
    width: 80%;
    font-size: 18px;
    padding: 10px 0;
    margin-top: -20px;
    margin-bottom: 35px;
  }
  #spa_sauna .slick-prev,
  #spa_sauna .slick-next {
    top: 44%;
  }
  #spa_sauna .slick-slide img {
    height: 500px;
  }
  #spa_sauna.con_outer > img {
    height: 730px;
    width: 100%;
    object-fit: cover;
  }
  #spa_sauna .spa_list {
    max-width: 1100px;
    display: grid;
    justify-content: space-between;
    margin: -55px auto 0;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
  #spa_sauna .spa_list li {
    padding: 35px 0;
    margin-bottom: 40px;
  }
  #spa_sauna .spa_list li:last-child {
    margin-bottom: 40px;
  }
  #spa_sauna .spa_list li dl {
    width: 63%;
  }
  #spa_sauna .spa_list li dt {
    margin-bottom: 5px;
  }
  #spa_sauna .spa_bg .price {
    margin: 0 0 40px 0;
  }
  #spa_sauna .spa_bg .price dl:first-child {
    padding: 30px 15px;
  }
  #spa_sauna .spa_bg .price dl {
    width: 550px;
    padding: 30px 15px;
  }
  #spa_sauna .spa_bg .price p {
    width: 550px;
    padding: 0 15px;
    letter-spacing: 1.4px;
  }
  #spa_sauna2 .btn {
    width: 325px;
  }
  /* ========================
	facilities
========================== */
  #facilities .slick-slide img {
    height: 500px;
    width: 100%;
    object-fit: cover;
  }
  /* ========================
	breakfast
========================== */
  #breakfast.con_outer > .info {
    width: 1000px;
    margin: 0 auto 40px;
  }
  #breakfast.con_outer > .inner {
    width: 91%;
    text-align: right;
    margin: -240px auto 120px;
  }
  #breakfast.con_outer .breakfast_img {
    height: 615px;
    background-size: 58% auto;
  }
  #breakfast.con_outer .breakfast_img > img {
    width: 30%;
    top: 0;
  }
  #breakfast .breakfast_dit {
    position: relative;
    margin-bottom: 40px;
  }
  #breakfast .breakfast_dit .inner {
    position: absolute;
    width: 350px;
    bottom: 0;
    right: 2%;
    margin-bottom: 0;
  }
  /* ========================
	news
========================== */
  #news ul li {
    padding: 15px 0 15px 30px;
  }
  #news .inner {
    width: 1000px;
  }
  .acd-label:after {
    bottom: 10px;
  }
  /* ========================
	gallery
========================== */
  #gallery.con_outer .gallery_img {
    width: 1000px;
    margin: 0 auto 40px;
  }
  /* ========================
	access
========================== */
  #access h3 {
    letter-spacing: 0;
  }
  #access .map iframe {
    height: 500px;
  }
  #access .hotel_info {
    display: flex;
    justify-content: space-between;
  }
  #access .sta_list {
    margin-bottom: 40px;
  }
  #access .hotel_info > section {
    width: 300px;
  }
}
@media screen and (min-width: 1300px) {
  /* ========================
	concept
========================== */
  #concept.con_outer > div {
    padding: 0 11% 0 4%;
  }
  /* ========================
	topics
========================== */
  #topics .n_slider {
    margin: auto;
  }
  /* ========================
	spa&sauna
========================== */
  #spa_sauna .spa_pop {
    width: 1100px;
  }
  #spa_sauna .slick-slide img {
    height: 70vh;
  }
  /* ========================
	breakfast
========================== */
  #breakfast.con_outer > .inner {
    text-align: right;
    margin: -240px auto 180px;
  }
  #breakfast.con_outer .breakfast_img {
    height: 770px;
  }
  #breakfast .breakfast_dit .inner {
    width: 450px;
    right: 5%;
    bottom: 70px;
  }
  #breakfast .breakfast_dit {
    margin-bottom: 60px;
  }
  /* ========================
	facilities
========================== */
  #facilities .slick-slide img {
    height: 70vh;
    width: 100%;
    object-fit: cover;
  }
}
