@charset "UTF-8";
/*--------------------
** common **
--------------------*/
:root {
  --primary-color-100: #E0F1F2;
  --primary-color-200: #BFD7D9;
  --primary-color-300: #92BFC3;
  --primary-color-400: #6C9EA2;
  --primary-color-500: #4D8185;
  --primary-color-600: #3B7276;
  --primary-color-700: #376367;
  --primary-color-800: #2D5155;
  --primary-color-900: #1F4043;
  --neutral-color-100: #FFFFFF;
  --neutral-color-200: #F5F7F7;
  --neutral-color-300: #DCE0E1;
  --neutral-color-400: #C0C3C4;
  --neutral-color-500: #AEB1B2;
  --neutral-color-600: #808282;
  --neutral-color-700: #575A5A;
  --neutral-color-800: #3F4242;
  --neutral-color-900: #2C2E2E;
  --base-font-YakuHan: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  --base-font-Shippori: "Shippori Mincho", serif;
  --base-font-Arvo: "Arvo", serif;
  --base-font-Noto_Sans: "Noto Sans JP", serif;
  --base-font-Outfit: "Outfit", serif; }

html {
  font-size: 16px;
  /* スムーススクロール */
  scroll-behavior: smooth; }

@media (max-width: 63.9375em) {
  html {
    font-size: 14px; } }
body {
  font-weight: normal;
  color: var(--neutral-color-700);
  font-family: var(--base-font-YakuHan);
  position: relative;
  /*position: static;*/ }

p {
  line-height: 1.8; }

sup {
  font-size: 0.5em; }

.pc_only {
  display: block; }

.sp_only {
  display: none; }

@media (max-width: 63.9375em) {
  .pc_only {
    display: none; }

  .sp_only {
    display: block; } }
.deco_bar, .deco_bar02 {
  color: var(--neutral-color-100);
  display: inline-block;
  /* text範囲 */
  position: relative;
  text-decoration: none;
  /*margin-top: 20px;*/ }

.deco_bar::after {
  background-color: var(--neutral-color-100);
  /* 下線の色 */
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all .3s;
  width: 100%; }

.deco_bar02::after {
  background-color: var(--neutral-color-100);
  /* 下線の色 */
  bottom: -8px;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all .3s;
  width: 100%; }

.deco_bar:hover::after, .deco_bar02:hover::after {
  opacity: 1;
  /* 不透明度を変更してフェードイン */ }

.bg_gray {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--neutral-color-100);
  height: 22px;
  background-color: var(--neutral-color-700);
  border-radius: 44px;
  margin-right: 0.5em;
  padding: 0 0.6em; }

@media (max-width: 63.9375em) {
  .bg_gray {
    font-size: 9px;
    height: 16px;
    border-radius: 16px;
    margin-bottom: -6px; } }
.tel-link, .mail-link {
  font-size: 20px;
  font-weight: 500;
  color: var(--primary-color-800);
  margin-top: -0.3rem; }
  .tel-link a, .mail-link a {
    color: var(--primary-color-800); }

@media (max-width: 63.9375em) {
  .tel-link, .mail-link {
    font-size: 16px; } }
.btn_blank {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  color: var(--neutral-color-100);
  background-color: var(--primary-color-700);
  padding: 0.2em 0.75em;
  margin-left: 0.5em;
  font-family: var(--base-font-Arvo);
  cursor: pointer;
  transition: all 0.5s; }
  .btn_blank .btn_blank_txt {
    color: var(--neutral-color-100); }
  .btn_blank .ico_blank {
    padding-left: 0.5em; }

.btn_blank:hover {
  background-color: var(--primary-color-800); }

@media (max-width: 63.9375em) {
  .btn_blank {
    font-size: 10px; } }
.txt_note {
  font-size: 15px;
  color: var(--neutral-color-600); }

@media (max-width: 63.9375em) {
  .txt_note {
    font-size: 12px; } }
/***** title *****/
section {
  padding-bottom: 96px; }
  section .main_ttl, section .middle_ttl, section .small_ttl {
    text-align: center;
    font-family: var(--base-font-Shippori);
    color: var(--neutral-color-800);
    line-height: 1.6; }
    section .main_ttl em, section .middle_ttl em, section .small_ttl em {
      display: block;
      font-style: normal; }
    section .main_ttl span, section .middle_ttl span, section .small_ttl span {
      display: block;
      font-family: var(--base-font-Arvo);
      color: var(--primary-color-800); }
  section .main_ttl {
    font-size: 20px; }
    section .main_ttl span {
      font-size: 18px; }
  section .middle_ttl {
    margin-top: 64px;
    font-size: 18px; }
    section .middle_ttl span {
      font-size: 32px; }
  section .small_ttl {
    font-size: 16px; }
    section .small_ttl em {
      font-size: 28px; }
  section .ttl {
    overflow: hidden;
    width: 100%;
    background-size: cover; }
    section .ttl .ttl_inr {
      display: flex;
      justify-content: center;
      height: 360px; }
      section .ttl .ttl_inr .main_ttl {
        color: var(--neutral-color-100);
        writing-mode: vertical-rl;
        width: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
        letter-spacing: 0.2em; }
        section .ttl .ttl_inr .main_ttl span {
          display: inline-block;
          color: var(--neutral-color-100);
          writing-mode: horizontal-tb;
          margin-top: 14px;
          letter-spacing: normal; }

@media (max-width: 63.9375em) {
  section {
    padding-bottom: 46px; }
    section .main_ttl {
      font-size: 15px; }
      section .main_ttl span {
        font-size: 16px; }
    section .middle_ttl {
      margin-top: 32px;
      font-size: 15px; }
      section .middle_ttl span {
        font-size: 22px; }
    section .small_ttl {
      font-size: 15px; }
      section .small_ttl em {
        font-size: 19px; }
    section .ttl .ttl_inr {
      /*height: 25vh;*/
      height: 250px; } }
.txt_ja {
  font-weight: 400; }

.txt_en {
  margin-top: 40px;
  color: var(--neutral-color-800);
  font-family: var(--base-font-Outfit);
  font-weight: 300; }

section:first-child {
  margin-top: 0; }

/***** slider全体 *****/
.section_slider {
  /*width: 800px;*/
  width: 55.5vw;
  height: auto;
  overflow: hidden;
  pointer-events: none; }
  .section_slider img {
    width: 100%; }

@media (max-width: 63.9375em) {
  .section_slider {
    width: 100%; } }
/***** btn *****/
.btn_inr {
  padding-top: 64px;
  display: flex;
  justify-content: center; }
  .btn_inr .btn_link {
    cursor: pointer;
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
    background: var(--neutral-color-800);
    color: var(--neutral-color-100);
    width: 256px;
    height: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative; }
    .btn_inr .btn_link .btn {
      color: var(--neutral-color-100);
      text-decoration: none;
      z-index: 1; }
    .btn_inr .btn_link span {
      display: block;
      font-family: var(--base-font-Arvo);
      font-size: 14px; }
  .btn_inr .btn_link::after {
    background: var(--neutral-color-900);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1); }
  .btn_inr .btn_link:hover::after {
    transform: scale(1, 1); }
  .btn_inr .btn_link:not(:first-child) {
    margin-left: 16px; }

@media (max-width: 63.9375em) {
  .btn_inr {
    padding-top: 48px;
    margin: 0 auto; }
    .btn_inr .btn_link {
      width: 215px; }
      .btn_inr .btn_link span {
        font-size: 12px; } }
/***** header *****/
header {
  position: relative;
  height: 0; }

.header_logo {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0; }

@media (max-width: 63.9375em) {
  .header_logo {
    width: 96px;
    height: 172px; } }
/***** nav　hamburger *****/
.hamburger {
  /*position: absolute;*/
  position: fixed;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 40px;
  cursor: pointer;
  z-index: 300;
  mix-blend-mode: difference; }

.hamburger__line {
  position: absolute;
  height: 1px;
  right: 0;
  background-color: var(--neutral-color-400);
  color: var(--neutral-color-400);
  font-family: var(--base-font-Arvo);
  transition: all 0.5s; }

.hamburger__line--1 {
  width: 18px;
  top: 1px; }

.hamburger__line--2 {
  width: 24px;
  top: 11px; }

.hamburger__line--3 {
  top: 28px;
  background: none;
  writing-mode: vertical-rl; }

.hamburger__line--4 {
  top: 28px;
  background: none;
  display: none;
  writing-mode: vertical-rl; }

/* hamburger　click */
.open .hamburger__line--1 {
  transform: rotate(-45deg);
  width: 24px;
  top: 11px;
  background-color: var(--neutral-color-100); }

.open .hamburger__line--2 {
  transform: rotate(45deg);
  width: 24px;
  top: 11px;
  background-color: var(--neutral-color-100); }

.open .hamburger__line--3 {
  display: none; }

.open .hamburger__line--4 {
  display: block;
  color: var(--neutral-color-100); }

/*ハンバーガーがクリックされたら右からスライド*/
.open .nav-menu {
  right: 0; }

.nav-menu {
  position: fixed;
  /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  right: -100%;
  top: 0;
  /* 出てくるスライドメニューの幅 */
  width: 50%;
  height: 100vh;
  background: var(--neutral-color-700);
  color: var(--neutral-color-100);
  padding: 128px 40px;
  transition: all 0.5s;
  z-index: 200;
  /* メニューが多くなったらスクロール */
  overflow-y: auto; }
  .nav-menu a {
    color: var(--neutral-color-100); }
  .nav-menu .main_ttl {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 24px;
    font-family: var(--base-font-Arvo); }
  .nav-menu .main_ttl:nth-child(n+2) {
    margin-top: 64px; }
  .nav-menu ul .menu_list {
    margin-top: 32px !important;
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
    cursor: pointer; }
    .nav-menu ul .menu_list .menu_thum {
      /*width: 215px;*/
      overflow: hidden; }
      .nav-menu ul .menu_list .menu_thum img {
        height: auto;
        transition: transform .6s ease; }
    .nav-menu ul .menu_list .menu_txt {
      font-size: 16px;
      font-family: var(--base-font-YakuHan);
      color: var(--neutral-color-300);
      padding-left: 24px;
      width: 100%; }
      .nav-menu ul .menu_list .menu_txt span {
        display: block;
        font-size: 14px;
        font-family: var(--base-font-Arvo);
        color: var(--neutral-color-400);
        margin-top: 5px; }
  .nav-menu ul .menu_list:hover img {
    transform: scale(1.1); }
  .nav-menu ul .menu_list:hover .menu_txt, .nav-menu ul .menu_list:hover .menu_txt span {
    color: var(--neutral-color100); }
  .nav-menu .non_decoration:hover {
    padding-bottom: 12px;
    border-bottom: 1px #fff solid;
    transition: transform .8s ease; }
  .nav-menu .txt_en {
    font-family: var(--base-font-Arvo);
    font-size: 14px;
    margin-top: 64px; }

@media (max-width: 63.9375em) {
  .nav-menu {
    right: -100vw;
    width: 100vw;
    padding: 88px 40px 128px; }
    .nav-menu .main_ttl {
      font-size: 15px; }
    .nav-menu .main_ttl:nth-child(n+2) {
      margin-top: 32px; }
    .nav-menu ul .menu_list {
      margin-top: 24px !important;
      flex-direction: column; }
      .nav-menu ul .menu_list .menu_thum {
        width: 100%; }
      .nav-menu ul .menu_list .menu_txt {
        font-size: 14px;
        padding-left: 0;
        padding-top: 12px; }
        .nav-menu ul .menu_list .menu_txt span {
          font-size: 11px; }
    .nav-menu .txt_en {
      font-size: 11px;
      margin-top: 32px; } }
/***** mv *****/
.mv {
  padding-bottom: 0;
  overflow: hidden;
  position: relative; }
  .mv .mv_slider {
    width: 100%;
    pointer-events: none; }
    .mv .mv_slider .slick-img {
      /*height: 820px;*/
      height: 100vh;
      width: 100%;
      overflow: hidden;
      background-size: cover; }
  .mv .slider_01 {
    background: url(../../img/mv_carousel_pc_01.webp) no-repeat center top; }
  .mv .slider_02 {
    background: url(../../img/mv_carousel_pc_02.webp) no-repeat center top; }
  .mv .slider_03 {
    background: url(../../img/mv_carousel_pc_03.webp) no-repeat center top; }
  .mv .slider_04 {
    background: url(../../img/mv_carousel_pc_04.webp) no-repeat center top; }
  .mv .slider_05 {
    background: url(../../img/mv_carousel_pc_05.webp) no-repeat center top; }
  .mv .slider_06 {
    background: url(../../img/mv_carousel_pc_06.webp) no-repeat center top; }

@media (max-width: 440px) {
  .mv .slider_01 {
    background: url(../../img/mv_carousel_sp_01.webp) no-repeat center top; }
  .mv .slider_02 {
    background: url(../../img/mv_carousel_sp_02.webp) no-repeat center top; }
  .mv .slider_03 {
    background: url(../../img/mv_carousel_sp_03.webp) no-repeat center top; }
  .mv .slider_04 {
    background: url(../../img/mv_carousel_sp_04.webp) no-repeat center top; }
  .mv .slider_05 {
    background: url(../../img/mv_carousel_sp_05.webp) no-repeat center top; }
  .mv .slider_06 {
    background: url(../../img/mv_carousel_sp_06.webp) no-repeat center top; } }
/***** スクロールダウン *****/
.mv_scroll {
  position: absolute;
  right: 50%;
  bottom: 50px;
  color: var(--neutral-color-100);
  font-family: var(--base-font-Arvo);
  /*writing-mode: vertical-rl;*/ }

@media (max-width: 63.9375em) {
  .mv_scroll {
    right: 43%; } }
/* 線のアニメーション部分 */
.mv_scroll::before {
  animation: scroll-01 3s infinite;
  background-color: var(--neutral-color-100);
  color: var(--neutral-color-100);
  bottom: -50px;
  content: "";
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2; }

/* 線の背景色 */
.mv_scroll::after {
  background-color: var(--neutral-color-600);
  bottom: -50px;
  content: "";
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px; }

/* 線のアニメーション */
@keyframes scroll-01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%; } }
/***** page-top *****/
.page-top {
  position: fixed;
  right: 0;
  bottom: 0;
  color: var(--neutral-color-100);
  font-family: var(--base-font-Arvo);
  width: 42px;
  height: 123px;
  background-color: var(--neutral-color-700);
  z-index: 0;
  display: flex;
  padding-right: 5px;
  padding-top: 16px;
  /*transition: all 0.5s;*/ }
  .page-top .page-top_txt {
    color: var(--neutral-color-100);
    display: block;
    width: 100%;
    writing-mode: vertical-rl;
    text-decoration: none;
    text-align: center;
    transition: all 0.5s; }

.page-top:hover {
  background-color: var(--neutral-color-900);
  text-decoration: none; }

/* 線のアニメーション部分 */
.page-top .page-top_txt::before {
  animation: scroll-02 2s infinite;
  background-color: var(--neutral-color-100);
  top: 0;
  content: "";
  height: 16px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2; }

/* 線の背景色 */
.page-top::after {
  background-color: var(--neutral-color-600);
  top: 0;
  content: "";
  height: 16px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px; }

/* 線のアニメーション */
@keyframes scroll-02 {
  0% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  50% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  51% {
    transform: scale(1, 0);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%; } }
@media (max-width: 63.9375em) {
  .page-top {
    width: 35px;
    height: 81px;
    padding-right: 10px;
    padding-top: 16px;
    bottom: 0; }
    .page-top .page-top_txt {
      font-size: 10px; } }
/***** page-btn_booking *****/
/*.btn_booking {
	position: fixed;
	right: -4px;
	top: 50%;
	color: var(--neutral-color-100);
	width: 79px;
	height: 214px;
	background-color: var(--primary-color-800);
	border-radius: 8px 0 0 8px;
	box-shadow: 0 0 12px 6px rgba(31, 64, 67, 0.3);
	z-index: 100;
	display: flex;
	justify-content: center;
    align-items: center;
	transition: all 0.5s;
	a { color: var(--neutral-color-100);}
	div {
		color: var(--neutral-color-100);
		display: block;
		width: 100%;
		text-align: center;
		text-decoration: none;
		text-align: center;
		span:nth-child(1) {
			writing-mode: vertical-rl;
		}
		span:nth-child(2) {	
			display: block;
			width: 31px;
			margin: 8px auto 12px;
		}
		span:nth-child(3), span:nth-child(4) {
			display: block;
			font-family: var(--base-font-Arvo);
			font-size: 14px;
		}
	}
}
.btn_booking:hover {
	background-color: var(--primary-color-900);
	right: 0;
}*/
.btn_booking {
  position: fixed;
  right: 0;
  top: 60%;
  color: var(--neutral-color-100);
  width: 62px;
  height: 168px;
  background-color: var(--primary-color-800);
  border-radius: 4px 0 0 4px;
  box-shadow: 0 0 12px 6px rgba(31, 64, 67, 0.3);
  z-index: 100;
  transition: all 0.5s;
  overflow: hidden; }
  .btn_booking a {
    color: var(--neutral-color-100); }
  .btn_booking div {
    color: var(--neutral-color-100);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 66px;
    height: 100%;
    text-align: center;
    text-decoration: none; }
    .btn_booking div span:nth-child(1) {
      writing-mode: vertical-rl;
      font-size: 14px;
      line-height: 1.1; }
    .btn_booking div span:nth-child(2) {
      display: block;
      width: 24px;
      height: 16px;
      margin: 10px auto; }
    .btn_booking div span:nth-child(3), .btn_booking div span:nth-child(4) {
      display: block;
      font-family: var(--base-font-Arvo);
      font-size: 12px;
      line-height: 1.2; }
  .btn_booking:hover {
    background-color: var(--primary-color-900);
    width: 66px; }

@media (max-width: 63.9375em) {
  .btn_booking {
    display: none; } }
/***** history *****/
.history {
  position: relative;
  padding-top: 96px;
  background: var(--neutral-color-200);
  z-index: 0; }
  .history .history_tit {
    position: relative;
    width: 660px;
    text-align: center;
    margin: 0 auto; }
    .history .history_tit .main_ttl {
      font-size: 44px;
      color: var(--neutral-color-800);
      margin-bottom: 64px;
      line-height: 1.8; }
      .history .history_tit .main_ttl span {
        display: block;
        font-size: 22px;
        color: var(--primary-color-800); }
  .history .history_tit::before {
    position: absolute;
    content: '“';
    font-family: var(--base-font-Shippori);
    font-weight: normal;
    color: var(--neutral-color-500);
    left: 0;
    top: -50px;
    font-size: 120px;
    margin: 0; }
  .history .history_tit::after {
    position: absolute;
    content: '”';
    font-family: var(--base-font-Shippori);
    font-weight: normal;
    color: var(--neutral-color-500);
    right: 0;
    bottom: -120px;
    font-size: 120px;
    margin: 0; }
  .history .history_story {
    display: flex;
    justify-content: space-between; }
    .history .history_story .history_img {
      position: relative;
      /*min-width: 600px;*/
      min-width: 41.6vw;
      height: auto; }
      .history .history_story .history_img img {
        width: 100%; }
    .history .history_story .history_txt {
      padding: 80px 200px 0 64px;
      /*margin-top: 80px;*/
      width: 100%; }
      .history .history_story .history_txt span {
        display: block; }
  .history .btn_link {
    line-height: 1.5; }

.history::after {
  position: absolute;
  content: "";
  background: var(--neutral-color-100);
  width: 75%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1; }

@media (max-width: 63.9375em) {
  .history {
    padding-top: calc(46px + 20px); }
    .history .history_tit {
      width: 68vw; }
      .history .history_tit .main_ttl {
        font-size: 29px;
        margin-bottom: 30px; }
        .history .history_tit .main_ttl span {
          font-size: 17px; }
    .history .history_tit::before, .history .history_tit::after {
      font-size: 80px; }
    .history .history_tit::before {
      top: -40px; }
    .history .history_tit::after {
      bottom: -100px; }
    .history .history_story {
      flex-direction: column; }
      .history .history_story .history_txt {
        padding: 40px; }
        .history .history_story .history_txt .txt_en {
          margin-top: 0; }
      .history .history_story .history_img {
        min-width: 100%; }
    .history .btn_inr {
      padding-top: 0; }

  .history::after {
    width: 70%; } }
/***** section Locations *****/
.locations {
  background: var(--neutral-color-200); }
  .locations .ttl {
    background: url(../../img/bg_locations_pc.webp) no-repeat center top;
    background-size: cover; }

@media (max-width: 63.9375em) {
  .locations .ttl {
    background: url(../../img/bg_locations_sp.webp) no-repeat center top;
    background-size: cover; } }
/***** Locationsの施設 article *****/
.guesthouse, .komagatake {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  background: var(--neutral-color-200); }
  .guesthouse .small_ttl, .komagatake .small_ttl {
    text-align: left;
    margin-bottom: 40px;
    line-height: 1.8; }
    .guesthouse .small_ttl span, .komagatake .small_ttl span {
      margin-top: 10px;
      line-height: 1.5; }
  .guesthouse .txt_box, .komagatake .txt_box {
    padding: 128px 100px 40px 48px; }
  .guesthouse .txt_box::before, .komagatake .txt_box::before {
    position: absolute;
    content: "";
    background: var(--neutral-color-100);
    width: 83.3%;
    height: 100%;
    top: 46px;
    /*left: 0;*/
    z-index: -1; }

.guesthouse {
  margin-top: 32px; }
  .guesthouse .txt_box .btn_inr {
    display: none; }
  .guesthouse .txt_box::before {
    left: 0; }

.komagatake {
  margin-top: calc(94px + 40px); }
  .komagatake .txt_box .btn_inr {
    display: none; }
  .komagatake .txt_box::before {
    right: 0; }

.banquet {
  /*margin-top: calc(100px + 40px);*/
  margin-top: calc(100px + 56px);
  position: relative;
  z-index: 0;
  /*overflow: hidden;*/ }
  .banquet .txt_box {
    width: 920px;
    margin: 48px auto 0; }
  .banquet .middle_ttl {
    margin-top: 0; }
  .banquet .small_ttl {
    margin-bottom: 40px; }
    .banquet .small_ttl span {
      margin-top: 6px; }
  .banquet .section_slider {
    margin: 32px auto 40px; }

.banquet::after {
  position: absolute;
  content: "";
  background: var(--neutral-color-400);
  width: 100vw;
  /*height: 100%;*/
  height: calc(100% - 198px);
  /*height: calc(100vh - 290px);*/
  top: 290px;
  right: 0;
  z-index: -1; }

.locations {
  padding-bottom: 0; }

@media (max-width: 63.9375em) {
  .guesthouse .btn_inr .btn_link, .komagatake .btn_inr .btn_link, .banquet .btn_inr .btn_link {
    width: 144px; }

  .guesthouse, .komagatake {
    flex-direction: column; }
    .guesthouse .txt_box, .komagatake .txt_box {
      padding: 32px 40px 0; }
      .guesthouse .txt_box .txt_en, .komagatake .txt_box .txt_en {
        margin-top: 30px; }
    .guesthouse .txt_box::before, .komagatake .txt_box::before {
      width: 78.6%; }
    .guesthouse .small_ttl, .komagatake .small_ttl {
      margin-bottom: 30px; }

  .guesthouse .txt_box {
    order: 2; }
    .guesthouse .txt_box .btn_inr {
      display: flex; }
  .guesthouse .slider_box {
    order: 1; }
    .guesthouse .slider_box .section_slider {
      padding-left: 6.4%; }
    .guesthouse .slider_box .btn_inr {
      display: none; }

  .komagatake {
    margin-top: calc(48px + 48px); }
    .komagatake .slider_box .btn_inr {
      display: none; }
    .komagatake .section_slider {
      padding-right: 6.4%; }
    .komagatake .txt_box .btn_inr {
      display: flex; }

  .banquet {
    margin-top: calc(80px + 40px);
    padding-bottom: 40px; }
    .banquet .txt_box {
      padding: 0 40px;
      margin: 32px auto 0;
      width: 100%; }
    .banquet .section_slider {
      padding: 0 6.4%; }

  .banquet::after {
    height: calc(100% - 21.2vh);
    top: 21.2vh; } }
/***** section studio *****/
.studio {
  /*margin-top: calc(144px + 66px);*/
  margin-top: calc(144px + 86px);
  background: var(--neutral-color-200); }
  .studio .ttl {
    background: url(../../img/bg_studio_pc.webp) no-repeat center top;
    background-size: cover; }
  .studio .txt_box {
    width: 920px;
    margin: 96px auto 0; }
  .studio .studio_slider {
    margin-top: 24px; }
    .studio .studio_slider .slick-slide {
      width: 240px;
      overflow: hidden;
      margin-right: 16px; }
      .studio .studio_slider .slick-slide img {
        width: 100%; }

@media (max-width: 63.9375em) {
  .studio {
    margin-top: 48px; }
    .studio .ttl {
      background: url(../../img/bg_studio_sp.webp) no-repeat center top;
      background-size: cover; }
    .studio .txt_box {
      padding: 0 40px;
      width: 100%;
      margin: 32px auto 0; } }
/***** section contact *****/
.contact {
  padding-bottom: 0; }
  .contact .ttl {
    padding: 64px 0;
    background: url(../../img/bg_contact_pc.webp) no-repeat center top;
    background-size: cover; }
    .contact .ttl .ttl_inr {
      margin-bottom: 32px;
      height: auto; }
      .contact .ttl .ttl_inr .main_ttl span {
        font-size: 24px; }
  .contact .txt_box {
    width: 630px;
    margin: 0 auto; }
    .contact .txt_box .txt_ja {
      color: var(--neutral-color-200); }
    .contact .txt_box .txt_en {
      margin-top: 24px;
      color: var(--neutral-color-100); }
  .contact .btn_link {
    background: var(--neutral-color-100);
    color: var(--neutral-color-800); }
    .contact .btn_link .btn {
      color: var(--neutral-color-800); }
  .contact .btn_link::after {
    background: var(--neutral-color-300); }

@media (max-width: 63.9375em) {
  .contact .ttl {
    padding: 50px 0 48px;
    background: url(../../img/bg_contact_sp.webp) no-repeat center top;
    background-size: cover; }
    .contact .ttl .ttl_inr {
      margin-bottom: 0; }
      .contact .ttl .ttl_inr .main_ttl span {
        font-size: 16px; }
    .contact .ttl .btn_inr {
      adding-top: 40px; }
    .contact .ttl .txt_box {
      padding: 40px 40px 0;
      width: 100%; } }
/***** footer *****/
footer {
  background: var(--neutral-color-800);
  color: var(--neutral-color-300);
  font-size: 13px;
  /*a:hover {
  	text-decoration: underline;
  }*/ }
  footer .footer_inr {
    display: flex;
    justify-content: center;
    /*padding: 48px 17.2vw;*/
    padding: 48px 12.84722222222222vw; }
    footer .footer_inr .footer_inr_txt {
      margin-left: 64px;
      /*width: 50%;*/ }
      footer .footer_inr .footer_inr_txt .txt_box {
        display: flex;
        /*width: 44vw;*/ }
        footer .footer_inr .footer_inr_txt .txt_box .txt_box_ttl {
          font-family: var(--base-font-Arvo);
          color: var(--neutral-color-100);
          white-space: nowrap;
          font-size: 15px;
          padding-right: 24px; }
        footer .footer_inr .footer_inr_txt .txt_box .txt_box_ttl.ttl_link {
          padding-right: 0; }
        footer .footer_inr .footer_inr_txt .txt_box .txt_box_txt p {
          color: var(--neutral-color-300); }
        footer .footer_inr .footer_inr_txt .txt_box .txt_box_txt .txt_no02 {
          margin-top: 16px; }
        footer .footer_inr .footer_inr_txt .txt_box .txt_box_txt .txt_en {
          margin-top: 5px;
          font-family: var(--base-font-Arvo);
          color: var(--neutral-color-400);
          font-size: 12px; }
      footer .footer_inr .footer_inr_txt .txt_box:first-child {
        margin-bottom: 32px; }
    footer .footer_inr .footer_inr_txt:first-child {
      margin-left: 0; }
  footer .footer_btm {
    display: flex;
    justify-content: space-between;
    padding: 16px 48px;
    font-family: var(--base-font-Arvo);
    color: var(--neutral-color-100);
    list-style: none;
    border-top: var(--neutral-color-700) solid 1px; }
    footer .footer_btm .deco_bar {
      font-size: 14px;
      /*color: var(--neutral-color-100);*/ }
    footer .footer_btm .deco_bar::after {
      /*background-color: var(--neutral-color-100);*/
      /* 下線の色 */ }
  footer a {
    color: var(--neutral-color-100); }

@media (max-width: 63.9375em) {
  footer {
    font-size: 11px;
    text-align: center; }
    footer .footer_inr {
      flex-direction: column;
      align-items: center;
      padding: 24px 40px calc(38px - 16px); }
      footer .footer_inr .footer_inr_txt {
        margin-left: 0;
        width: 100%; }
        footer .footer_inr .footer_inr_txt .txt_box {
          flex-direction: column;
          /*padding: 0 40px;*/
          width: 100%; }
          footer .footer_inr .footer_inr_txt .txt_box .txt_box_ttl {
            padding-right: 0; }
          footer .footer_inr .footer_inr_txt .txt_box .txt_box_txt {
            padding-right: 0;
            padding-bottom: 16px; }
            footer .footer_inr .footer_inr_txt .txt_box .txt_box_txt .txt_en {
              font-size: 10px; }
    footer .footer_btm {
      flex-direction: column;
      padding: 24px 40px; }
      footer .footer_btm .deco_bar {
        font-size: 11px; }
        footer .footer_btm .deco_bar small {
          font-size: 10px; }
      footer .footer_btm li:first-child {
        margin-bottom: 14px; }

  footer.p_btm {
    padding-bottom: 66px; } }
/***** modal_太刀川家の歴史POPUP *****/
.overlay {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 64, 67, 0.7);
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.5s;
  display: none; }

.modal {
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  width: 65%;
  /*height: 80%;*/
  height: calc((820 / 900)* 100vh);
  transform: translate(-50%, -50%);
  background: var(--neutral-color-100);
  border-radius: 8px;
  transition: all 0.5s;
  display: none; }

/* modal_内容 */
.modal-close__inr .ttl {
  overflow: hidden;
  width: 100%;
  background: url(../../img/bg_history_pc.webp) no-repeat center top;
  background-size: cover;
  border-radius: 8px 8px 0 0; }
  .modal-close__inr .ttl .ttl_inr {
    display: flex;
    justify-content: center;
    /*height: 216px;*/
    height: calc((216 / 900)* 100vh);
    border-radius: 8px; }
    .modal-close__inr .ttl .ttl_inr .main_ttl {
      text-align: center;
      line-height: 1.6;
      color: var(--neutral-color-100);
      font-family: var(--base-font-Shippori);
      writing-mode: vertical-rl; }
      .modal-close__inr .ttl .ttl_inr .main_ttl span {
        display: inline-block;
        font-family: var(--base-font-Arvo);
        color: var(--neutral-color-100);
        writing-mode: horizontal-tb;
        margin-top: 14px; }
    .modal-close__inr .ttl .ttl_inr .main_ttl {
      /*font-size: 20px;*/
      font-size: calc((20 / 900)* 100vh); }
      .modal-close__inr .ttl .ttl_inr .main_ttl span {
        /*font-size: 18px;*/
        font-size: calc((18 / 900)* 100vh); }
.modal-close__inr .txt_inr {
  display: flex;
  flex-wrap: wrap;
  padding: 64px 44px 34px;
  /*height: 496px;*/
  height: calc((604 / 900)* 100vh);
  overflow: hidden scroll; }
  .modal-close__inr .txt_inr p {
    padding: 0 20px;
    width: 50%; }

.modal-close__wrap {
  position: absolute; }

.modal-close {
  position: absolute;
  right: 40px;
  top: 0;
  background: transparent;
  border-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 26px;
  height: 26px;
  display: block; }
  .modal-close span {
    position: relative;
    right: -24px;
    top: 24px;
    width: 100%;
    height: 1px;
    background: var(--neutral-color-100);
    display: block;
    text-align: center; }
  .modal-close span:nth-child(1) {
    transform: rotate(45deg); }
  .modal-close span:nth-child(2) {
    transform: rotate(-45deg); }
  .modal-close span:nth-child(3) {
    font-family: var(--base-font-Arvo);
    writing-mode: vertical-rl;
    color: var(--neutral-color-100);
    margin-top: 14px;
    background: none;
    height: auto;
    font-weight: normal; }

.overlay.open {
  display: block; }

.modal.open {
  display: block;
  overflow: hidden; }

body.modal-open {
  overflow: hidden; }

@media (max-width: 63.9375em) {
  .modal {
    margin: 0 auto;
    height: 80%;
    width: 82.9%; }

  .modal-close__inr .ttl {
    background: url(../../img/bg_history_sp.webp) no-repeat center top;
    background-size: cover; }
    .modal-close__inr .ttl .ttl_inr {
      height: 216px; }
      .modal-close__inr .ttl .ttl_inr .main_ttl {
        font-size: 20px; }
        .modal-close__inr .ttl .ttl_inr .main_ttl span {
          font-size: 18px; }
  .modal-close__inr .txt_inr {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 50px;
    padding: 32px 20px 32px 12px;
    height: 50vh; }
    .modal-close__inr .txt_inr p {
      width: 100%;
      z-index: 0; } }
/*--------------------
** SP Layout **
--------------------*/
/***** sp-floating trigger *****/
.sp-floating {
  display: none; }

@media (max-width: 63.9375em) {
  .sp-floating {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: var(--primary-color-800);
    color: var(--neutral-color-100);
    z-index: 10; }
    .sp-floating .btm_booking {
      display: flex;
      border-right: solid 1px var(--neutral-color-100); }
      .sp-floating .btm_booking span:nth-child(2) {
        margin-left: 10px; }
      .sp-floating .btm_booking .txt_ja {
        display: flex; }
    .sp-floating .btm_facilities {
      cursor: pointer; }
      .sp-floating .btm_facilities .txt_ja {
        display: flex;
        align-items: center;
        justify-content: center; }
      .sp-floating .btm_facilities .icon_acc {
        margin-left: 10px; }
        .sp-floating .btm_facilities .icon_acc .accordion__line {
          display: block;
          position: relative;
          height: 1px;
          right: 0;
          background-color: var(--neutral-color-100);
          transition: all 0.5s; }
        .sp-floating .btm_facilities .icon_acc .accordion__line--1 {
          width: 18px; }
        .sp-floating .btm_facilities .icon_acc .accordion__line--2 {
          width: 18px;
          transform: rotate(90deg); }
    .sp-floating .btm_booking, .sp-floating .btm_facilities {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 50%;
      height: 5.3rem; }
      .sp-floating .btm_booking .txt_en, .sp-floating .btm_facilities .txt_en {
        font-size: 12px;
        margin-top: 4px;
        font-family: var(--base-font-Arvo);
        color: var(--neutral-color-100); }
    .sp-floating .btm_booking_inr {
      color: var(--neutral-color-100); } }
/***** sp-floating btm-menu *****/
.btm-menu {
  display: none; }

@media (max-width: 63.9375em) {
  .btm-menu {
    /*transition: all 0.5s 1s ease-in-out;
    display: none;*/
    position: fixed;
    /*bottom: -200vh; */
    bottom: 0;
    width: 100%;
    background: var(--primary-color-600);
    color: var(--neutral-color-100);
    /*padding: 22px 36px calc(100vh + 5.3rem);*/
    padding: 22px 36px calc(22px + 5.3rem); }
    .btm-menu .btm-menu-inr {
      display: flex;
      width: 100%; }
      .btm-menu .btm-menu-inr .main_ttl {
        width: 30%;
        font-size: 12px;
        font-family: var(--base-font-Arvo);
        color: var(--neutral-color-100);
        line-height: 1.6;
        border-right: solid 1px var(--primary-color-300); }
        .btm-menu .btm-menu-inr .main_ttl em {
          display: block;
          font-style: normal; }
        .btm-menu .btm-menu-inr .main_ttl span {
          font-size: 18px;
          display: block;
          font-family: var(--base-font-Arvo);
          color: var(--primary-color-800); }
      .btm-menu .btm-menu-inr ul {
        width: 70%;
        padding-left: 16px;
        /*.menu_list:hover {
        	img {
        		transform: scale(1.1);
        	}
        	.menu_txt, .menu_txt span {
        	color: var(--neutral-color100);
        	}
        }*/ }
        .btm-menu .btm-menu-inr ul .menu_list {
          display: flex;
          align-items: center;
          /*width: 65%;*/
          /*width: 100%;*/
          /*margin-bottom: 34px;*/
          text-decoration: none;
          cursor: pointer; }
          .btm-menu .btm-menu-inr ul .menu_list .menu_thum {
            /*width: 215px;*/
            /*height: 128px;*/
            overflow: hidden; }
            .btm-menu .btm-menu-inr ul .menu_list .menu_thum img {
              height: auto;
              transition: transform .6s ease; }
          .btm-menu .btm-menu-inr ul .menu_list .menu_txt {
            font-size: 11px;
            font-family: var(--base-font-YakuHan);
            color: var(--neutral-color-300);
            /*padding-left: 24px;*/
            width: 100%; }
            .btm-menu .btm-menu-inr ul .menu_list .menu_txt span {
              display: block;
              font-size: 10px;
              font-family: var(--base-font-Arvo);
              color: var(--neutral-color-400); }
          .btm-menu .btm-menu-inr ul .menu_list .menu_txt:nth-child(1) {
            margin-bottom: 20px; }
        .btm-menu .btm-menu-inr ul .menu_list.current {
          pointer-events: none;
          cursor: none;
          color: var(--primary-color-200); }
          .btm-menu .btm-menu-inr ul .menu_list.current .menu_txt {
            color: var(--primary-color-200); }
            .btm-menu .btm-menu-inr ul .menu_list.current .menu_txt span {
              color: var(--primary-color-200); }
    .btm-menu .btm-menu-inr:nth-child(1) {
      margin-bottom: 20px; }
    .btm-menu .menu_list {
      color: var(--neutral-color-100); } }
/***** btm-nav-wrapper.open *****/
@media (max-width: 63.9375em) {
  .btm-nav-wrapper.open .btm-menu {
    /*display: block;
    bottom: 0;
    opacity: 1;*/ }
  .btm-nav-wrapper.open .sp-floating .btm_facilities .icon_acc .accordion__line--2 {
    transform: rotate(0deg); } }
/***** section prologue *****/
.prologue {
  padding: 96px 0 96px; }
  .prologue .small_ttl {
    font-size: 18px;
    padding: 0 40px; }
    .prologue .small_ttl em {
      margin-bottom: 16px; }
    .prologue .small_ttl span {
      font-size: 16px; }
  .prologue .facility_info .txt_box p:nth-child(n+2) {
    margin-top: 2em; }

@media (max-width: 63.9375em) {
  .prologue {
    padding: 48px 0; }
    .prologue .small_ttl {
      font-size: 15px; }
      .prologue .small_ttl em {
        font-size: 19px;
        margin-bottom: 8px; }
      .prologue .small_ttl span {
        font-size: 14px; }
    .prologue .facility_info .txt_box p:nth-child(n+2) {
      margin-top: 20px; } }
/***** slider slick 矢印の変更 *****/
.facility_slider .slick-prev, .facility_slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 64px;
  height: 64px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: var(--primary-color-700);
  opacity: .7; }
.facility_slider .slick-prev {
  left: 0;
  z-index: 1; }
.facility_slider .slick-next {
  right: 0; }
.facility_slider .slick-prev:before, .facility_slider .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.facility_slider .slick-prev:before {
  content: url(../../common/img/icon_prev.svg); }
.facility_slider .slick-next:before {
  content: url(../../common/img/icon_next.svg); }
.facility_slider .slick-prev:hover, .facility_slider .slick-prev:focus, .facility_slider .slick-next:hover, .facility_slider .slick-next:focus {
  color: transparent;
  outline: none;
  background: var(--primary-color-700);
  opacity: .9; }
.facility_slider .slick-prev:hover:before, .facility_slider .slick-prev:focus:before, .facility_slider .slick-next:hover:before, .facility_slider .slick-next:focus:before {
  opacity: 1; }
.facility_slider .slick-prev.slick-disabled:before, .facility_slider .slick-next.slick-disabled:before {
  opacity: .25; }

@media (max-width: 63.9375em) {
  .facility_slider .slick-prev, .facility_slider .slick-next {
    width: 40px;
    height: 40px; } }
/***** facility *****/
.facility {
  background: #f5f7f7; }

/***** facility_info *****/
.facility_info {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  padding: 64px 12% 0;
  /*.txt_box:nth-child(2n) {
  	padding-left: 40px;
  }*/ }
  .facility_info .txt_box {
    /*width: 50%;*/
    width: 36.1vw; }
    .facility_info .txt_box dl {
      display: flex; }
      .facility_info .txt_box dl dt {
        width: 6em;
        color: var(--neutral-color-600); }
      .facility_info .txt_box dl dd {
        width: 100%;
        padding-left: 1em; }
    .facility_info .txt_box dl:nth-child(n+2) {
      margin-top: 0.8em; }
    .facility_info .txt_box p em {
      font-weight: 500;
      font-style: normal; }
    .facility_info .txt_box p + .info_list {
      margin-top: 1em; }
    .facility_info .txt_box p:nth-child(n+2) {
      margin-top: 1em; }
    .facility_info .txt_box .txt_box_ttl {
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 1em;
      line-height: 1.6;
      color: var(--neutral-color-800); }
    .facility_info .txt_box .info_list {
      list-style: none; }
      .facility_info .txt_box .info_list li {
        position: relative;
        padding-left: 1.5em; }
      .facility_info .txt_box .info_list li:nth-child(n+2) {
        margin-top: 1em; }
      .facility_info .txt_box .info_list li::before {
        position: absolute;
        left: 0;
        top: 0.75em;
        content: "■";
        color: var(--primary-color-800);
        font-size: 8px;
        padding-left: 1em;
        width: calc(8px + 8px);
        height: auto; }
  .facility_info .txt_box.txt_en .txt_box_ttl {
    font-family: var(--base-font-Arvo); }
  .facility_info .txt_box:nth-child(n+3) {
    padding-top: 44px; }
  .facility_info .txt_en {
    margin-top: 0; }

@media (max-width: 63.9375em) {
  .facility_info {
    padding: 40px 40px 0; }
    .facility_info .txt_box {
      width: 100%; }
      .facility_info .txt_box dl dt {
        /*width: 35%;*/ }
      .facility_info .txt_box dl dd {
        /*width: 65%;*/
        padding-left: 12px; }
      .facility_info .txt_box .txt_box_ttl {
        font-size: 18px;
        margin-bottom: 1em; }
      .facility_info .txt_box .info_list li {
        padding-left: 1.25em; }
      .facility_info .txt_box .info_list li::before {
        top: 1.25em;
        font-size: 6px;
        width: calc(6px + 6px); }
    .facility_info .txt_box:nth-child(2n) {
      padding-left: 0;
      margin-top: 24px; }
    .facility_info .txt_box:nth-child(n+3) {
      margin-top: 0; }
    .facility_info .txt_box.order1 {
      order: 1; }
    .facility_info .txt_box.order2 {
      order: 2; }
    .facility_info .txt_box.order3 {
      order: 3; }
    .facility_info .txt_box.order4 {
      order: 4; }
    .facility_info .txt_box.order5 {
      order: 5; }
    .facility_info .txt_box.order6 {
      order: 6; }
    .facility_info .txt_box.order7 {
      order: 7; }
    .facility_info .txt_box.order8 {
      order: 8; }
    .facility_info .txt_box.order9 {
      order: 9; }
    .facility_info .txt_box.order10 {
      order: 10; }
    .facility_info .txt_box.order11 {
      order: 11; }
    .facility_info .txt_box.order12 {
      order: 12; }
    .facility_info .txt_box.order13 {
      order: 13; }
    .facility_info .txt_box.order14 {
      order: 14; }
    .facility_info .txt_box.order15 {
      order: 15; } }
/***** section facility *****/
.facility .facility_slider {
  margin-top: 80px;
  width: 100%;
  padding: 40px 0 32px 40px;
  overflow: hidden;
  background-color: var(--neutral-color-800);
  font-size: 15px; }
  .facility .facility_slider .facility_box {
    width: 435px;
    margin-right: 16px;
    background-color: var(--neutral-color-100);
    height: auto; }
    .facility .facility_slider .facility_box .facility_box_img {
      width: 100%;
      padding: 8px 8px 0; }
    .facility .facility_slider .facility_box .facility_box_txt {
      padding: 40px 30px; }
      .facility .facility_slider .facility_box .facility_box_txt .facility_box_ttl {
        font-size: 28px;
        color: var(--neutral-color-800);
        font-family: var(--base-font-Shippori);
        margin-bottom: 46px; }
        .facility .facility_slider .facility_box .facility_box_txt .facility_box_ttl span {
          display: block;
          font-family: var(--base-font-Arvo);
          color: var(--primary-color-800);
          font-size: 16px;
          margin-top: 16px; }
    .facility .facility_slider .facility_box p em {
      font-weight: 500;
      font-style: normal; }
.facility .slick-track {
  display: inline-flex; }
.facility .ttl .ttl_inr .main_ttl span {
  font-size: 24px; }

@media (min-width: 63.9376em) {
  .facility_slider.no-repeat > .slick-list > .slick-track {
    display: flex !important;
    justify-content: center !important;
    width: auto !important;
    transform: initial !important; } }
@media (max-width: 63.9375em) {
  .facility .facility_slider {
    margin-top: 48px;
    width: 100%;
    padding: 24px 0 20px 24px;
    font-size: 12px; }
    .facility .facility_slider .facility_box {
      width: 291px;
      margin-right: 12px;
      height: auto; }
      .facility .facility_slider .facility_box .facility_box_img {
        padding: 6px 6px 0;
        /*img {
        	width: 100%;
        }*/ }
      .facility .facility_slider .facility_box .facility_box_txt {
        padding: 26px 22px; }
        .facility .facility_slider .facility_box .facility_box_txt .facility_box_ttl {
          font-size: 19px;
          margin-bottom: 18px; }
          .facility .facility_slider .facility_box .facility_box_txt .facility_box_ttl span {
            font-size: 14px;
            margin-top: 12px; }
        .facility .facility_slider .facility_box .facility_box_txt .txt_en {
          margin-top: 30px; } }
@media (max-width: 63.9375em) {
  .facility .facility_info .txt_box:nth-child(n+3) {
    padding-top: 32px; } }
/***** section access *****/
.access .ttl .ttl_inr .main_ttl {
  display: flex;
  align-items: center;
  justify-content: center; }
  .access .ttl .ttl_inr .main_ttl span:nth-child(1) {
    writing-mode: vertical-rl;
    letter-spacing: 0.2em; }
.access .access_map {
  overflow: hidden;
  padding: 64px 12% 0;
  width: 100%;
  height: 480px; }
.access .facility_info .txt_box {
  padding-bottom: 24px;
  padding-top: 24px;
  border-bottom: var(--neutral-color-400) 1px solid; }
  .access .facility_info .txt_box .txt_box_ttl {
    font-size: 16px; }

@media (max-width: 63.9375em) {
  .access .access_map {
    height: 311px; }
  .access .facility_info .txt_box .txt_box_ttl {
    font-size: 14px; }
  .access .facility_info .txt_box:nth-child(n+1) {
    padding-bottom: 24px;
    border-bottom: var(--neutral-color-400) 1px solid; }
  .access .facility_info .txt_box:nth-child(n+2) {
    padding-bottom: 24px;
    padding-top: 24px;
    border-bottom: var(--neutral-color-400) 1px solid; } }
