@charset "utf-8";

/* reset */
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
html, body, article, section, div, span,
input, textarea, select, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
:focus { outline: 0; }
html { /*overflow: auto;*/ overflow: visible;}
body {
  position: relative;
  line-height: 1;
  color: #000;
  overflow: auto;
  background: #fff;
}
html.active,
html.active body { overflow: hidden; }
ol, ul { list-style: none; }
table {
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
}
caption, th, td {
  padding: 20px 30px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  /*border: 1px solid #fbf6f3;*/
}
tr:nth-of-type(2n) { background: rgba(22,24,25,.02); }
strong, b { font-weight: bold; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
p { word-wrap: break-word; }
small { font-size: 75%; }
ruby > rt { font-weight: normal; }

/* tag */
html { font-size: 6.25%; }
body {
  width: 100%;
  height: 100%;
  /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16rem;
  line-height: 2;
  letter-spacing: .08em;
  color: #000;
  text-align: center;
  vertical-align: baseline;
  background: #fbf6f5;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article { overflow: hidden; }
caption, th, td {
  border: 1px solid rgba(237,213,210,.6);
  line-height: 1.75;
}
th { font-weight: bold; }
table {
  width: 100%;
  background: none;
}
tr:nth-of-type(2n) { background: rgba(246,240,234,.4); }
li { list-style: none; }
img { border: none; }
a { color: #000; text-decoration: none;}
a:hover {}
a, button { outline: none; }
address { font-style: normal; }
textarea { overflow: auto; }
input,
textarea,
select,
button {
  display: inline-block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS Ｐ明朝", "MS PMincho", serif;
  font-size: 14rem;
  vertical-align: middle;
  letter-spacing: .08em;
}
textarea { display: block; }
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select,
textarea {
  padding: 10px 20px;
  border: 1px solid rgba(49,44,42,.1);
  background: #f7f7f7;
  line-height: 1;
}
textarea { line-height: 1.5; }
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus { background: #fff; }
::-moz-selection
{
  color: #fff;
  background-color: #000;
}
::selection
{
  color: #fff;
  background-color: #000;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
button,
radio,
checkbox,
label { cursor: pointer; }
button {
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border: none;
  background: none;
}
sup {
  font-size: 9rem;
  vertical-align: top;
}
section {
  text-align: left;
  position: relative;
  letter-spacing: .12em; /*追加*/
}
h2,h3,h4,h5 {
  position: relative;
  text-align: left;
  /*font-weight: bold;*/
}
h2 {
  padding-bottom: .75em;
  font-size: 60rem;
  letter-spacing: 0;
  line-height: 1.1;
}
h3 {
  padding-bottom: .75em;
  font-size: 48rem;
  letter-spacing: .1em;
  line-height: 1.2;
}
h4 {
  padding-bottom: .75em;
  font-size: 36rem;
  letter-spacing: .1em;
  line-height: 1.2;
}
h5 {
  padding-bottom: .75em;
  font-size: 24rem;
  letter-spacing: .1em;
  line-height: 1.25;
}
i {
  display: inline-block!important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* common */
.mt0 { margin-top: 0!important; }
.mb0 { margin-bottom: 0!important; }
.ml0 { margin-left: 0!important; }
.mr0 { margin-right: 0!important; }
.pt0 { padding-top: 0!important; }
.pb0 { padding-bottom: 0!important; }
.pl0 { padding-left: 0!important; }
.pr0 { padding-right: 0!important; }
.pt1em { padding-top: 1em!important; }
.pb1em { padding-bottom: 1em!important; }
.pl1em { padding-left: 1em!important; }
.pr1em { padding-right: 1em!important; }
.mt1em { margin-top: 1em!important; }
.mb1em { margin-bottom: 1em!important; }
.ml1em { margin-left: 1em!important; }
.mr1em { margin-right: 1em!important; }
.mt2em { margin-top: 2em!important; }
.mb2em { margin-bottom: 2em!important; }
.ml2em { margin-left: 2em!important; }
.mr2em { margin-right: 2em!important; }
.btnone { border-top: none!important; }
.bbnone { border-bottom: none!important; }
.blnone { border-left: none!important; }
.brnone { border-right: none!important; }
.bt { border-top: 1px dashed #edd5d2!important; }
.bb { border-bottom: 1px dashed #edd5d2!important; }
.alignl { text-align: left!important; }
.alignr { text-align: right!important; }
.alignc { text-align: center!important; }
.mtL { margin-top: 160px!important; }
.mbL { margin-bottom: 160px!important; }
.mtM { margin-top: 80px!important; }
.mbM { margin-bottom: 80px!important; }
.ptL { padding-top: 160px!important; }
.pbL { padding-bottom: 160px!important; }
.ptM { padding-top: 80px!important; }
.pbM { padding-bottom: 80px!important; }
.jcc {
  display: flex;
  justify-content: center!important;
}
.nowrap { white-space: nowrap; }
.table_wrap {
  display: flex;
  justify-content: center;
  margin: 2em 0 0 0;
}
.pc { display: block!important; }
.sp { display: none!important; }
.img_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* lazyload */
.lazyload,
.lazyloading { opacity: 0; }
.lazyloaded { opacity: 1; }


/* accordion */
.accordion dd,
.accordion_hover dd { display: none; }

/* img_hover */
.hover_brightness { transition: all .4s linear; }
.hover_brightness:hover {
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}

/* btn */
.btn_wrap {
  display: flex;
  margin: 3em 0 0 0;
}
.btn_wrap input {}
.btn_wrap input:before {}
.btn_wrap input[ type=submit ] {}
.btn_wrap input[ type=reset ] {}
.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  min-width: 240px;
  padding: 1.25em 3em;
  background: #000;
  border-radius: 2.45em;
}

.btn > span {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16rem;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  transition: all .25s cubic-bezier(.215,.61,.355,1);
}
.btn > span:before {
  position: absolute;
  top: calc(50% - 1px);
  left: -5px;
  width: 5px;
  height: 1px;
  background: rgba(255,255,255,.75);
  transition: all .25s cubic-bezier(.215,.61,.355,1);
  opacity: 0;
  content: "";
}
.btn:hover > span { transform: translateX(10px); }
.btn:hover > span:before {
  transform: translateX(-10px);
  opacity: 1;
}


/* reserve */
.btn.reserve {
  background: linear-gradient(-170deg,  #fcb155 0%,#e19a91 25%,#556db4 100%);
}
.btn.reserve > span { color: #fff; }

/* small */
.btn.small {
  padding: 1em 1.5em;
  min-width: 160px;
  border-radius: 2.2em;
}
.btn.small > span { font-size: 14rem; }

/* icon */
i.calendar_black { background-image: url(../images/i_calendar_black.svg); }
i.mail_black { background-image: url(../images/i_mail_black.svg); }
i.mail_white { background-image: url(../images/i_mail_white.svg); }
i.bed_white { background-image: url(../images/i_bed_white.svg); }
i.calendar_white { background-image: url(../images/i_calendar_white.svg); }
i.list_black { background-image: url(../images/i_list_black.svg); }
i.x_black { background-image: url(../images/i_sns_x_black.svg); }
i.x_white { background-image: url(../images/i_sns_x_white.svg); }
i.facebook_black { background-image: url(../images/i_sns_facebook_black.svg); }
i.facebook_white { background-image: url(../images/i_sns_facebook_white.svg); }
i.instagram_black { background-image: url(../images/i_sns_instagram_black.svg); }
i.instagram_white { background-image: url(../images/i_sns_instagram_white.svg); }
i.instagram_black { background-image: url(../images/i_sns_instagram_black.svg); }
i.instagram_white { background-image: url(../images/i_sns_instagram_white.svg); }
i.youtube_black { background-image: url(../images/i_sns_youtube_black.svg); }
i.youtube_white { background-image: url(../images/i_sns_youtube_white.svg); }
i.bag_white { background-image: url(../images/i_bag_white.svg); }

/* small 
.btn_wrap.small { margin-top: 3em; }
.btn_wrap.small .btn { font-size: 18rem; }
.btn_wrap.small .btn:before {
  width: 20px;
  height: 2px;
}
.btn_wrap.small .btn:hover:before,
.btn_wrap.small .btn:focus:before {
  background: rgba(0,0,0,.9);
  width: 30px;
}
.btn_wrap.small .btn span { margin: 0 0 0 30px; }*/

/* loader */
#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loader img {
  width: calc(100% / 2);
  height: 100%;
}
#loader_wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  overflow: hidden;
  z-index: 9998;
}
#wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

/* reservation */
#reservation > dt {
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 1;
  display: block; /*予約ボタン表示*/
}
#reservation > dt > div {
  display: flex;
  justify-content: center;
  align-items: center;
  /*width: 60px;*/
  width: 80px;
  height: 320px;
  color: #fff;
  /*background: linear-gradient(to top,  #f78a9e 0%,#f56f87 25%,#fe988b 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-color: #c2514d;
  border-radius: 3px 0 0 3px;
  transition: all .5s cubic-bezier(.215,.610,.355,1) 1.25s;
  opacity: 0;
  transform: translate(80px,0);
}
#reservation > dt.inviewed-flag > div {
  transform: translate(0,0);
  opacity: 1;
}
#reservation > dt i {
  display: block;
  margin: 0 auto .4em auto;
  width: 18px;
  height: 18px;
}
#reservation > dt p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 16rem;
  font-weight: bold;
  letter-spacing: .2em;
  line-height: 1;
}
#reservation > dt p small {
  padding-top: 1.5em;
  font-size: 10rem;
  font-weight: normal;
  letter-spacing: .15em;
}
  /* active */
#reservation.active > dt { pointer-events: none; }


/* reservation 
#reservation > .btn_wrap {
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 1;
  display: block;
}
#reservation  > .btn_wrap > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 320px;
  color: #fff;
  background: linear-gradient(to top,  #f78a9e 0%,#f56f87 25%,#fe988b 100%); 
  border-radius: 3px 0 0 3px;
  transition: all .5s cubic-bezier(.215,.610,.355,1) 1.25s;
  opacity: 0;
  transform: translate(80px,0);
}
#reservation > div.inviewed-flag > div {
  transform: translate(0,0);
  opacity: 1;
}
#reservation > div > div > div { pointer-events: none; }
#reservation > div i {
  display: block;
  margin: 0 auto .4em auto;
  width: 16px;
  height: 16px;
}
#reservation > div p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 16rem;
  font-weight: bold;
  letter-spacing: .2em;
  line-height: 1;
}
#reservation > div p small {
  padding-top: 1.5em;
  font-size: 12rem;
  font-weight: normal;
  letter-spacing: .15em;
}*/


/* pagetop */
.pagetop {
  display: none;/*　追加 */
  position: fixed;
  right: 0;
  bottom: -80px;
  width: 80px;
  height: 80px;
  background: #000;
  transition: all .5s cubic-bezier(.215,.610,.355,1);
  transform: rotate(-90deg);
  border-radius: 0 3px 0 0;
  z-index: 1;
}
.pagetop.scrolled { bottom: 0; }
.pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pagetop img {
  display: block;
  width: 14px;
  height: 14px;
}

/* copyright */
.copyright {
  display: block;
  display: grid;
  place-content: center;
  font-size: 11rem;
  line-height: 1;
  color: #fff;
  padding-bottom: 40px;
}

/* simpleParallax */
.simpleParallax {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.parallax {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

/* slick */
.slick-slider .slick-track { display: flex; }
.slick-slide {
  position: relative;
  float: none;
}

/*スライドが1枚しかない場合のボタンを非表示*/
.mv .carousel .slick-dots [aria-label="1 of 1"] { display: none!important; } 


/* search_489ban */
#search_489ban {
  margin: 0 auto;
  width: 100%;
  font-size: 24rem;
  text-align: left;
}
#search_489ban h5 {
  padding-bottom: 20px;
  text-align: center;
}
#search_489ban input,
#search_489ban select { font-size: 24rem; }
#search_489ban input:disabled,
#search_489ban select:disabled {
  opacity: .4;
  pointer-events: none;
}
#search_489ban form > div {
  display: flex;
  padding: 1em;
  border-bottom: 1px dashed rgba(36,44,54,.25);
}
#search_489ban form > div.bbnone { padding: 1em 1em 0 1em; }
#search_489ban dl {
  display: flex;
}
#search_489ban dt { margin-right: .5em; }
#search_489ban .check {
  margin-right: 2em;
  white-space: nowrap;
}
#search_489ban #child dt { margin-right: 1em; }
#search_489ban #child dt input { cursor: pointer; }
#search_489ban #child dd { display: none; }
#search_489ban #child ul { font-size: 16rem; }
#search_489ban #child li:nth-of-type(n+2) { margin-top: 1em; }
#search_489ban .btn_wrap {
  margin-top: 1.5em;
  padding: 0;
  border-bottom: none;
  justify-content: center;
}
#search_489ban .btn_wrap.phone { display: none; }


/* ====================================================

スマホメニューナビ展開

====================================================*/

/* .expansion > dd */
.expansion > dd {
  display: block; /*展開時 display:blockで表示される*/
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);/*スマホ高さいっぱいの要素指定 common.js*/
  /*background: rgba(255,255,255,1);*/
  background-color: rgba(250, 246, 243, 1);
  /*background: #faf6f3;*/
  overflow: auto;
  line-height: 2.5;
  pointer-events: auto;
  z-index: 99;
}
.expansion > dd .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}
.expansion > dd .inner2 {
  /*display: flex;ロゴとメニュー横並び解除*/
}
.expansion > dd .btn_close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 80px;
  width: 50px;
  height: 50px;
  transform: translateX(-50%);
  cursor: pointer;
}
.expansion > dd .btn_close > div {
  position: relative;
  width: 31px;
  height: 31px;
  transform: rotate(-45deg);
}
.expansion > dd .btn_close > div span {
  display: block;
  position: absolute;
  background: #000;
}
.expansion > dd .btn_close > div span:first-child {
  top: 0;
  left: calc(50% - .5px);
  width: 1px;
  height: 100%;
}
.expansion > dd .btn_close > div span:last-child {
  top: calc(50% - .5px);
  left: 0;
  width: 100%;
  height: 1px;
}
.expansion > dd a {
  color: #000;
  text-decoration: none;
}
/* hnav */
#hnav .logo {
  height: 100px;
  display: block;
  display: grid;
  place-content: center;
  margin-bottom: 60px;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
}
#hnav .logo img{
  display: block;
  width: 100%; 
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#hnav > dt {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
}
#hnav > dt > div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100px;
  width: 100px;
  color: #fff;
  transition: all .5s cubic-bezier(.215,.610,.355,1);
  pointer-events: auto;
  /*background: linear-gradient(to top,  #f78a9e 0%,#f56f87 25%,#fe988b 100%);  */
  background: #000;
}

#hnav > dt > div:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: #000;
  border-radius: 0 0 0 3px;
  border-left: none;
  border-bottom: none;
  transform: translateY(-80px);
  transition: all .5s cubic-bezier(.215,.610,.355,1);
  content: "";
}
#hnav.scrolled > dt > div:before { transform: translateY(0); }
#hnav > dt > div > div,
#hnav > dt > div > div span {
  display: block;
  transition: all .5s linear;
}
#hnav > dt > div > div {
  position: relative;
  width: 40px;
  height: 19px;
}
#hnav > dt > div > div span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.2px;
  background: rgba(255,255,255,1);
}
#hnav > dt > div > div span:first-child { top: 0; }
#hnav > dt > div > div span:nth-of-type(2) { top: 9px; }
#hnav > dt > div > div span:last-child { bottom: 0; }
#hnav > dd {
  text-align: left;
  white-space: nowrap;
}
#hnav > dd .inner2 > div {
  display: flex;
}
#hnav > dd nav:nth-of-type(1) {
  font-size: 24rem;
  /*font-size: 28rem;*/
  line-height: 2.2;
}
#hnav > dd nav:nth-of-type(2) {
  padding: 0em 0 0 6em;
  font-size: 24rem;
  /*font-size: 20rem;*/
  line-height: 2.2;
}
#hnav > dd nav:nth-of-type(3) {
  padding: .25em 0 0 6em;
  font-size: 14rem;
  line-height: 3;
}
#hnav li.small{
  font-size: 14rem;
  line-height: 3;
}
#hnav > dd nav:nth-of-type(2) li:nth-child(3) { padding-top: 30px; }

#hnav > dd li {
  display: flex;
  align-items: flex-start;
}

#search_489ban nav a span,
#hnav > dd a span {
  position: relative;
  display: block;
  transition: all .25s cubic-bezier(.215,.61,.355,1);
}
#search_489ban nav a span:before,
#hnav > dd a span:before {
  /*position: absolute;
  top: calc(50% - 1px);
  left: -10px;
  width: 5px;
  height: 2px;
  background: rgba(0,0,0,.5);
  transition: all .25s cubic-bezier(.215,.61,.355,1);
  opacity: 0;
  content: "";*/
}

#search_489ban nav a:hover span,
#hnav > dd a:hover span { transform: translateX(0px); }
#search_489ban nav a:hover span:before,
#hnav > dd a:hover span:before {
  transform: translateX(-0px);
  opacity: 1;
}
/*
#search_489ban nav a:hover span,
#hnav > dd a:hover span { transform: translateX(15px); }
#search_489ban nav a:hover span:before,
#hnav > dd a:hover span:before {
  transform: translateX(-10px);
  opacity: 1;
}*/

#hnav > dd .column_2 a:hover span { transform: translateX(0px); }
#hnav > dd .column_2 a:hover span:before {
  transform: translateX(-0px);
  opacity: 0;
}

/* snsアイコン */
#hnav > dd .sns {
  display: grid;
  place-content: center;
  margin: 0.5em 0 0 0;
}
#hnav > dd .sns ul { display: flex; }
#hnav > dd .sns li:nth-of-type(n+2) { margin: 0 0 0 10px; }
#hnav > dd .sns li a {
  /*display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(0,0,0,.25);
  border-radius: 50%;*/
}
#hnav > dd .sns li a:before { display: none; }
#hnav > dd .sns i {
  display: block;
  width: 16px;
  height: 16px;
}

/* 伝統文化体験バナー */

#hnav > dd .bnr {
  width: 100%;
  /*max-width: 270px;*/
  max-width: 300px;
  /*max-width: 305px;*/
  /*margin: 1.5em 0 0 0;*/
}
#hnav > dd .bnr img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#hnav > dd .bnr p {
  padding: .25em 0 0 0;
  font-size: 13rem;
  text-align: center;
}

/* ご予約・空室カレンダーボタン */

#hnav > dd .reservation {
  /*background: linear-gradient(to left top, #f78a9e 0%,#f56f87 25%,#fe988b 100%);*/
  background-color: #c2514d;
  padding: 1em;
  display: grid;
  place-content: center;
  display: flex;
  color: #fff;
  max-width: 300px;
  margin: 1em 0 0 0;
}
#hnav > dd .reservation  i {
  width: 14px;
  height: 14px;
  margin: 0 4px -2px 0;
}
.expansion > dd .reservation a {
  color: #fff;
  text-decoration: none;
}

/* 宿泊プラン一覧・部屋タイプ一覧ボタン */

#hnav > dd ul .column_2 { 
  margin: 1em 0 0 0;
  display: flex;
  justify-content: space-between;
  max-width: 300px;
  
}
#hnav > dd ul .column_2 li{ 
  width: 49%;
  background-color: rgba(224, 141, 138, 0.2);
  padding: 1em;
  display: grid;
  place-content: center;
}
#hnav > dd .column_2 li  i {
  width: 14px;
  height: 14px;
  margin: 0 4px -2px 0;
}

/* お問い合わせボタン */

#hnav > dd ul .contact{ 
  margin: 1em 0 0 0;
  padding: 0.2em;
  display: grid;
  place-content: center;
  max-width: 300px;
  /*border: 1px solid rgba(244, 113, 138, 0.8);*/
  background-color: rgba(255, 255, 255, 0.8);
}
#hnav > dd ul .contact i{ 
  width: 14px;
  height: 14px;
  margin: 0 4px -2px 0;
}

/* 住所 */

#hnav > dd .address{ 
  /*display: flex;*/ display: block;
  justify-content: center;
  margin: 1em 0 0 0;
  font-size: 12rem;
  line-height: 2em;
  text-align: center;
}

/* 電話番号 */
#hnav > dd .phone {
  margin: 1em 0 0 0;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#hnav  > dd .phone span {
  /*font-size: 20rem;*/
}
#hnav > dd .phone p {
  font-size: 12rem;
  line-height: 2;
  margin: 0 0 1em 0;
}
#hnav > dd .phone p a{
  text-decoration: underline;
}


/* active */
#hnav.active > dt div span:first-child { transform: translateY(9px) rotate(-45deg); }
#hnav.active > dt div span:nth-of-type(2) { opacity: 0; }
#hnav.active > dt div span:last-child { transform: translateY(-9px) rotate(45deg); }


/* ====================================================

header

====================================================*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  z-index: 2;
  pointer-events: none;
}
header.scrolled:before { top: 0!important; }
header.home {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
header .head {
  position: fixed;
  display: flex;
  /*justify-content: space-between;*/
  justify-content: flex-start;/*sns削除レイアウト*/
  width: 100%;
  top: 0;
  left: 0;
  /*border:2px solid yellow;*/
}
header h1 {
  position: absolute;
  top: 30%;
  left: 0;
  max-height: calc(100% - 160px);
  padding: 0;
  font-size: 10rem;
  font-weight: normal;
  transform: translateY(-50%);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 80px;
  letter-spacing: .30em;
  color: rgba(255,255,255,.8);
  white-space: nowrap;
  pointer-events: none;
  overflow: hidden;
  z-index: 99;
}
header a {
  text-decoration: none;
  color: #fff;
  
}
header .left,
header .right,
header .center {
  position: relative;
  display: flex;
}
header .left {
  justify-content: flex-start;
  width: 50%;
}
/*header .right {
  justify-content: flex-end;
  width: 30%;  
}*/
header .center {
  justify-content: center;
  width: 50%;
}

/*header .left {
  justify-content: flex-start;
  width: 30%;
}
header .right {
  justify-content: flex-end;
  width: 30%;
}
header .center {
  justify-content: center;
  width: 40%;
  border:2px solid blue;
}*/

/* header gnav */
header .gnav {
  display: flex;
  align-items: center;
  pointer-events: auto;
  height: 100px;
  transition: all .5s cubic-bezier(.215,.61,.355,1);
}
header.scrolled .gnav {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100px);
  pointer-events: none;
}
header .gnav ul {
  display: flex;
  align-items: center;
}
header .gnav li {
  height: 100%;
  margin: 0 1em 0 0;
  padding: 0 1em 0 0;
  /*border-right: 1px solid rgba(255,255,255,.25);*/
  line-height: 1;
  white-space: nowrap;
  font-size: 16rem;
}
header .gnav li:last-child {
  padding: 0;
  margin: 0;
  border-right: none!important;
}
header .gnav li.small {
  font-size: 12rem;
  font-weight: normal;
}
header .gnav li.small a {
  display: block;
  padding: 5px 10px;
  border: 1px solid rgba(255,255,255,.25);
}

/* header logo */
header .logo { margin: 0 0 0 calc(6.25vw / 2); } /* ロゴ左側の余白 */
header .logo li {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s cubic-bezier(.215,.61,.355,1);
}
header .logo li:nth-of-type(1) {
  height: 100px; /* A */
  transform: translateY(40px); /* B */
  opacity: 1;
  pointer-events: auto;
  width: calc(6.25vw* 3);/*追加*/
  /*border:2px solid green;*/
}
header.scrolled .logo li:nth-of-type(1) {
  transform: translateY(-100px); /* -A */
  opacity: 0;
  pointer-events: none;
  
}
header .logo li:nth-of-type(2) {
  height: 60px; /* C */
  transform: translateY(-160px); /* -(A + C) */
  opacity: 0;
  pointer-events: none;
  justify-content: flex-start;
  /*border:2px solid pink;*/
  width: 6.25vw;/*追加*/
}
header.scrolled .logo li:nth-of-type(2) {
  transform: translateY(-90px); /* -(A + C) + (C + ((80 - C) / 2)) */
  opacity: 1;
  pointer-events: auto;
}
header .logo a {
  display: block;
  height: 100%;
  overflow: hidden;
}
header .logo img {
  display: block;
  /*width: calc(100% / 2);*/
  width: 100%; 
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
     
}

/* header lang */
header .lang {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 100px 0 0;
  transition: all .5s cubic-bezier(.215,.61,.355,1);
}
header.scrolled .lang {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-80px);
  pointer-events: none;
}
header .lang dl {
  position: relative;
  color: #fff;
  font-size: 11rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  pointer-events: auto;
}
header .lang dl dt {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 30px 0 20px;
  transition: all 1s;
}
header .lang dl dt:after {
  position: absolute;
  top: 18px;
  right: 10px;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
}
header .lang dl dt i {
  width: 16px;
  height: 16px;
}
header .lang dl dd {
  position: absolute;
  top: 40px;
  width: 100%;
  left: 0;
  border-top: 1px solid rgba(255,255,255,.25);
  border-left: 1px solid rgba(255,255,255,.25);
  border-right: 1px solid rgba(255,255,255,.25);
}
header .lang dl dd ul li {
  height: 40px;
  border-bottom: 1px solid rgba(255,255,255,.25);
}
header .lang dl dd ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

/* header sns */
header .sns {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 20px 0 0;
  transition: all .5s cubic-bezier(.215,.61,.355,1);
  pointer-events: auto;
}
header.scrolled .sns {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-80px);
  pointer-events: none;
}
header .sns {}
header .sns ul { display: flex; }
header .sns li:nth-of-type(n+2) { margin: 0 0 0 10px; }
header .sns li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
}
header .sns li a:before { display: none; }
header .sns i {
  display: block;
  width: 10px;
  height: 10px;
}


/* ====================================================

footer

====================================================*/
footer > .inner {
  position: relative;
  width: 100%;
}
footer > .inner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-color: #000;
  content: "";
  z-index: -2;
}
footer > .inner.lazyloaded::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,.5) 0%, rgba(0,0,0,.08) 25%, rgba(0,0,0,0) 75%, rgba(0,0,0,-2) 100%);
  z-index: -1;
  content: "";
}

footer > .inner.lazyloaded:after {  background-image: url(../images/img_bg_footer.jpg); }
footer .text_wrap {
  display: flex;
  justify-content: space-between;
  padding: 80px 3.125vw 240px 3.125vw;
  height: 56.25vw;
  font-size: 13rem;
  color: #fff;
  text-align: left;
  line-height: 1.5;
}
footer .text_wrap .left { display: flex;}
footer .logo {
  margin: 0 50px 40px 0;
  /*display: flex;
  align-items: center;*/
}
footer .logo img {
  display: block;
  width: 120px;
  height: auto;
}
footer address {
  line-height: 2;
}
footer address i {
  width: 12px;
  height: 12px;
  margin: 0 .5em -.2em 0;
}
footer address span {
  font-size: 16rem;
  display: block;
}
footer .sns {
  margin: 20px 0;
  justify-content: flex-start;
}
footer .sns ul { display: flex; }
footer .sns li:nth-of-type(n+2) { /*margin: 0 0 0 10px;*/ margin: 0 0 0 0;}
footer .sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  /*border: 1px solid rgba(255,255,255,.25);*/
  border-radius: 50%;
}
footer .sns i {
  display: block;
  width: 20px;
  height: 20px;
}
footer a {
  color: #fff;
  text-decoration: underline;
}
footer nav { display: flex; }
footer nav ul { line-height: 2.5; }
footer nav ul:nth-of-type(2) { margin: 0 5em; }


footer nav li span::before {
  position: relative;
  display: inline-block;
  content: "";
  background: rgba(255, 255, 255, 0.6);
  width: 1px;
  height: .5em;
  margin: 0 .8em;
  margin-top: -0.3em;
  margin-left: -0.75em;
  vertical-align: middle;
  transform: rotate(90deg);
}

/* ====================================================

MV

====================================================*/
.mv {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
  background: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*z-index: -1;*/
  z-index: 0;

}
.mv h2{
  position: absolute;
  color: #fff;
  z-index: 1000; /*cheack*/
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) translateZ(0px);
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px);
  text-shadow: 0px 0px 15px rgba(0,0,0,1);
}
.mv .carousel .slick-slide {
  position: relative;
  height: 70vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.mv > .inner {
  width: 100%;
  height: 100%;
}
.mv > .inner:before {
  transition: all 1s cubic-bezier(.215,.610,.355,1);
  pointer-events: none;
}
.mv.scrolled > .inner:before { background: rgba(0,0,0,.5); }

/*
@-webkit-keyframes slide {
  0% { transform: translateX(-6.25%); }
  100% { transform: translateX(0); }
}
@keyframes slide {
  0% { transform: translateX(-6.25%); }
  100% { transform: translateX(0); }
}*/
/**/
@-webkit-keyframes slide {
  0% { transform: scale(1); }
  100% { transform: scale(1); /* 拡大率 */}
}
@keyframes slide {
  0% { transform: scale(1); }
  100% { transform: scale(1); /* 拡大率 */}
}

.mv .carousel .slick-slide > div {
  position: relative;
  width: 100%;
  height: 100%;
}
.mv .carousel.slide .slick-slide > div {
  /*width: 106.25%;*/
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mv .carousel.slide .add-animation > div {
  -webkit-animation-name: slide;
  animation-name: slide;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 5.5s;
  animation-duration: 5.5s;
}
.mv .carousel .slick-slide > div img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mv .carousel .slick-slide:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 75%, rgba(0,0,0,.5) 100%);
  z-index: 1;
  pointer-events: none;
  content: "";
}
.mv .carousel .slick-dots {
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0;
}
.mv .carousel .slick-dots li:first-child:last-child { display: none; } 
.mv .carousel .slick-dots li {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,0); 
}
.mv .carousel .slick-dots li.slick-active button { background: rgba(255,255,255,.75); }

/* トップページ専用 */
.mv.home {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.mv.home .carousel .slick-slide {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.mv .content_wrap {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  overflow: hidden;
  z-index: -1;
}
.mv .img_wrap {
  position: absolute;
  width: 100%;
  height: 50vh;
  top: 0;
  left: 0;
  -webkit-animation-name: scaleup;
  animation-name: scaleup;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  overflow: hidden;
  z-index: -1;
}
.mv .img_wrap > div {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen\0 {
  .mv.scrolled.home > div:before { display: none; }
}

/* dots arrow */
.mv.home .carousel .slick-dotted.slick-slider { margin-bottom: 0px; }
.mv.home .carousel .slick-dots {
  position: absolute;
  bottom: 20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 1000;
}
.mv.home .carousel .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0;
  padding: 0;
  cursor: pointer;
}

.mv.home .carousel .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  width: 20px;
  height: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  /* スマホのタップハイライト無効 */
  -webkit-tap-highlight-color: transparent;
}

.mv.home .carousel .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";  
  width: 20px;
  height: 20px;
  font-family: Arial, sans-serif;
  font-size: 40px;       /* ドットサイズ */
  line-height: 20px;
  text-align: center;
  color: #fff; 
  opacity: 0.30;         /* 非アクティブ */
  transition: opacity 0.2s; /* スムーズ */
}

@media (hover: hover) {
  .mv.home .carousel .slick-dots li button:hover:before { opacity: 0.75; }
}
.mv.home .carousel .slick-dots li.slick-active button:before,
.mv.home .carousel .slick-dots li button:active:before  { opacity: 1; }
/* focus対策（PC・SP共通） */
.mv.home .carousel .slick-dots li button:focus {
  outline: none;
  box-shadow: none;
}
.mv.home .carousel .slick-prev,
.mv.home .carousel .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 1001;
}
.mv.home .carousel .slick-prev { left: 20px; }
.mv.home .carousel .slick-next { right: 20px;}
.mv.home .carousel .slick-prev,
.mv.home .carousel .slick-next {
  font-size: 0;
  transition: opacity 0.3s;
}
.mv.home .carousel .slick-prev:before,
.mv.home .carousel .slick-next:before { content: none; }
.mv.home .carousel .slick-prev:after,
.mv.home .carousel .slick-next:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.mv.home .carousel .slick-prev:after {
  left: 14px;
  transform: translateY(-50%) rotate(-135deg);
}
.mv.home .carousel .slick-next:after {
  right: 14px;
  transform: translateY(-50%) rotate(45deg);
}
.mv.home .slick-slide:nth-of-type(1) > div { background-image: url(../images/img_mv_home_01.jpg); }
.mv.home .slick-slide:nth-of-type(2) > div { background-image: url(../images/img_mv_home_02.jpg); }
.mv.home .slick-slide:nth-of-type(3) > div { background-image: url(../images/img_mv_home_03.jpg); }
.mv.home .slick-slide:nth-of-type(4) > div { background-image: url(../images/img_mv_home_04.jpg); }
.mv.home .slick-slide:nth-of-type(5) > div { background-image: url(../images/img_mv_home_05.jpg); }
.mv.home .slick-slide:nth-of-type(6) > div { background-image: url(../images/img_mv_home_06.jpg); }
.mv.home .slick-slide:nth-of-type(7) > div { background-image: url(../images/img_mv_home_07.jpg); }
.mv.home .slick-slide:nth-of-type(8) > div { background-image: url(../images/img_mv_home_08.jpg); }
.mv.home .slick-slide:nth-of-type(9) > div { background-image: url(../images/img_mv_home_09.jpg); }
.mv.home .slick-slide:nth-of-type(10) > div { background-image: url(../images/img_mv_home_10.jpg); }

.mv.experience .slick-slide:nth-of-type(1) > div { background-image: url(../images/img_mv_experience_01.jpg); }
.mv.onsen .slick-slide:nth-of-type(1) > div { background-image: url(../images/img_mv_onsen_01.jpg); }
.mv.guestroom .slick-slide:nth-of-type(1) > div { background-image: url(../images/img_mv_guestroom_01.jpg); }
.mv.cuisine .slick-slide:nth-of-type(1) > div { background-image: url(../images/img_mv_cuisine_01.jpg); }
.mv.facilities .slick-slide:nth-of-type(1) > div { background-image: url(../images/img_mv_facilities_01.jpg); }
.mv.access .slick-slide:nth-of-type(1) > div { background-image: url(../images/img_mv_access_01.jpg); }
.mv.faq .slick-slide:nth-of-type(1) > div { background-image: url(../images/img_mv_faq_01.jpg); }
.mv.privacy .slick-slide:nth-of-type(1) > div { background-image: url(../images/img_mv_privacy_01.jpg); }
.mv.sightseeing .slick-slide:nth-of-type(1) > div { background-image: url(../images/img_mv_sightseeing_01.jpg); }
.mv.contact .slick-slide:nth-of-type(1) > div { background-image: url(../images/img_mv_contact_01.jpg); }
.mv.blog .slick-slide:nth-of-type(1) > div { background-image: url(../images/img_mv_blog_01.jpg); }
.mv.dayplan .slick-slide:nth-of-type(1) > div { background-image: url(../images/img_mv_dayplan_01.jpg); }



@-webkit-keyframes scroll {
  0% { transform:translateY(-100%) }
  100% { transform:translateY(200%) }
}
@keyframes scroll {
  0% { transform:translateY(-100%) }
  100% { transform:translateY(200%) }
}
.mv .scroll {
  /*display: block;*/
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 100;
}
.mv .scroll:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, .25);
  content: "";
}
.mv .scroll:after {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, .75);
  transform: scale(0) translateX(-50%);
  -webkit-animation-name: scroll;
  animation-name: scroll;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.645,.045,.355,1);
  animation-timing-function: cubic-bezier(.645,.045,.355,1);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  content: "";
}


/* ====================================================

sakura

====================================================*/
.sakura {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}
.sakura > li { width: auto!important; }
.sakura > li:first-child { max-width: 324px;  }
.sakura > li:last-child {
  margin: calc(100vh / 4) 0 0 0;
  max-width: 375px;
}
.sakura > li > img {
  display: block;
  width: 100%;
  height: auto;
  /*height: auto;有：hnavの左桜が縦に歪む*/
}

/* ====================================================

　layout_access

====================================================*/
.layout_access { position: relative; }
.layout_access > .inner { padding: 0 0 300px 0; }
.layout_access > div:first-of-type { margin: 300px 0 0 0;}
.layout_access > div:last-of-type { padding: 0 0 0 0;}
.layout_access .text_wrap {
  display: flex;
  justify-content: center;
  padding: 0 6.25%;
}
.layout_access .text_wrap h4 { padding: 0 0 75px 0; }
.layout_access .title {
  position: relative;
  font-size: 20rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding: calc(6.25vw / 4);
  background: rgba(255,255,255,.8);
  border-radius: 5px;
}
.layout_access .title a { pointer-events: auto; }

.layout_access .active .title:after { transform: rotate(315deg); }
.layout_access .title i {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.layout_access .title a i {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 .25em -.1em 0;
}
.layout_access .title small {
  display: block;
  font-size: 12rem;
  font-weight: normal;
}
.layout_access .title img {
  display: block;
  max-width: 100%;
  margin-bottom: .5em;
}
.layout_access .access_detail_wrap {
  display: flex;
  margin: 0 auto;
  padding: 0 6.25% 0 3.125%;
  flex-wrap: wrap;
  align-items: baseline;
}
.layout_access .access_detail {
  width: 25%;
  padding: 0 0 80px 3.125vw;
  letter-spacing: 0.05em;
  display: grid;
  place-content: center;
}
.layout_access .access_detail ul {
  display: none;
  margin: 0 calc(6.25vw / 4);
  padding: 20px 0;
}

@media screen and (min-width: 429px) {
  .layout_access .title:after { display: none; }
  .layout_access .accordion { pointer-events: none; }
  .layout_access .accordion ul {
    display: block!important;
    height: 100%!important;
    padding: 25px 0!important;
  }
  .layout_access .accordion.active ul {
    display: block!important;
    height: 100%!important;
    padding: 25px 0!important;
  }
}

.layout_access .access_detail li {
  width: auto;
  min-height:auto;
}
.layout_access .access_detail li:nth-of-type(odd) {
  
  font-size: 18rem;
  font-weight: bold;
  line-height: 28px;
  border: 1px solid rgba(219, 203, 186, .9);
  border-radius: 100px;
  display: block;
  width: 230px;
  padding: 15px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  margin: 10px 0;
}

.layout_access .access_detail li:last-child {
  /*background-image: linear-gradient(to right, #f78a9e 0%, #f56f87 25%, #fe988b 100%);*/
  background-color: #e08d8a;
  color: #fff;
}

.layout_access .access_detail li:nth-of-type(odd) small {
  padding: 0 0 0 .5em;
  font-size: 12rem;
  font-weight: normal;
}
.layout_access .access_detail li:nth-of-type(even) {
  display: flex;
  align-items: center;
  position: relative;
  height: 130px;
  margin: 0 0 0 11px;
  padding: 0 0 0 32px;
  font-size: 14rem;
  line-height: 1.5;
  border-left: 6px solid rgba(225, 154, 145, .15);
}
.layout_access .access_detail li:nth-of-type(even).x2 { height: 228px; }
.layout_access .access_detail li:nth-of-type(even).x3 { height: 356px; }
.layout_access .access_detail li:nth-of-type(even) span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.layout_access .access_detail.train li.notrain:nth-of-type(even) { border-left: 4px solid rgba(0,0,0,.1); }
.layout_access .access_detail.train li.x2:nth-of-type(even):before,
.layout_access .access_detail.train li.x2:nth-of-type(even):after { height: 228px; }
.layout_access .access_detail.train li.x3:nth-of-type(even):before,
.layout_access .access_detail.train li.x3:nth-of-type(even):after { height: 356px; }
.layout_access .access_detail.train li:nth-of-type(even):before {
  left: 0;
  background: rgba(240,240,240,1);
}
.layout_access .access_detail.train li:nth-of-type(even):after {
  left: -5px;
  background: rgba(240,240,240,1);
}
.layout_access .access_detail li span {
  font-weight: normal;
  font-size: 14rem;
}


/* ====================================================

layout_outline

====================================================*/

.layout_outline > .inner {
  position: relative;
  /*height: 3000px; position: sticky;効かなかったらこっち使う*/
  overflow: hidden;
}
/*斜め背景*/
.layout_outline > .inner::before {
  content: '';
  position: absolute;
  top: 700px;
  bottom: 0;
  left: 0;
  right: -1000px;
  background: linear-gradient(to top,  #f78a9e 0%,#f56f87 25%,#fe988b 100%);
  opacity: 0.05;
  transform: skewY(-49deg);
  z-index: -1;
}

.layout_outline .text_wrap {
  /*height: 100vh;
  height: calc(var(--vh, 1vh)* 100);
  min-height: 1080px;*/
  padding: 680px 0 500px 25vw;
}
.layout_outline .img_wrap {
  position: sticky;
  /*position: absolute;↑IE動作確認 未対応ならこっち使う*/
  height: 100vh;
  height: calc(var(--vh, 1vh)* 100);
  min-height: 1080px;
  z-index: -1;
}

.layout_outline .txt_big {
  position: absolute;
  z-index: 1;
  left: 6.25vw;
  top: 300px;
}
.layout_outline .txt_big img{
  display: block;
  /*height: 1959px;
  width: 214px;*/
  width: 12.5vw;
  height: 140vh;
}

.layout_outline .text_wrap h2 {
  color: #000;
  letter-spacing: 0;
  line-height: 1.7;
  padding: 0;
  /*display: flex;*/
}
.layout_outline .text_wrap h2 span { display: block; }
.layout_outline .text_wrap h3 {  padding: 0 40px 75px 0; }

.layout_outline .text_wrap > div {
  /*display: flex;
  margin: 0 0 0 3.12vw;
  width: 62.5vw;*/
}
.layout_outline p { padding: 0 30px 0 0; }


/*outlineback

.layout_outline .text_wrap .ranking {
  position: relative;
  margin: 40px auto;
  width: 236px;
  height: 132px;
  color: #fff;
  background-size: 232px 136px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/img_ranking.png);
}
.layout_outline .text_wrap .ranking > div {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.layout_outline .text_wrap .ranking span {
  display: block;
  line-height: 1.5;
  font-size: 12rem;
  letter-spacing: .1;
  text-align: center;
  white-space: nowrap;
}
.layout_outline .bottom_wrap {
  position: relative;
  width: 100%;
  padding: 0 0 320px 0;
}
.layout_outline .bottom_wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.layout_outline .bottom_wrap .snapshot { position: relative; }
.layout_outline .bottom_wrap .snapshot li { position: absolute; }
.layout_outline .bottom_wrap .snapshot li:first-child {
  transform: rotate(-15deg);
  width: 320px;
  top: calc(-100vh / 6);
  right: calc(6.25vw * 4.5);
  z-index: 1;
}
.layout_outline .bottom_wrap .snapshot li:last-child {
  transform: rotate(15deg);
  width: 430px;
  top: calc(-100vh / 8);
  right: 6.25vw;
}
.layout_outline .bottom_wrap .snapshot li img {
  display: block;
  width: 100%;
  height: auto;
}
.layout_outline .bottom_wrap .pop {
  position: absolute;
  width: 378px;
  top: calc(-100vh / 10);
  left: 6.25vw;
}*/


/* ====================================================

layout_news

====================================================*/

.layout_news {
  text-align: center;
  width: calc(6.25vw* 10);
  margin: 300px auto 0;
}
.layout_news h5{
  text-align: center;
  padding: 0 0 40px 0;
  margin-left: -1.5em;
}
.layout_news p{
  background: rgba(255, 255, 255, .8);
  padding: 40px;
}
.layout_news h5::before {
  position: relative;
  display: inline-block;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 1px;
  height: 2.5em;
  margin: 0 1.5em;
  margin-top: -0.6em;
  vertical-align: middle;
  transform: rotate(42deg);
}

/* ====================================================

layout_experience

====================================================*/

.layout_experience > .inner {
  position: relative;
  /*height: 3000px; position: sticky;効かなかったらこっち使う*/
  overflow: hidden;
  /*padding: 300px 0 20px 0;*/
  padding: 300px 0 300px 0;
}

 .layout_experience  > .inner::before {
  content: '';
  position: absolute;
  top: 700px;
  bottom: 0;
  left: 0;
  right: -2000px;
  background: linear-gradient(to top,  #f78a9e 0%,#f56f87 25%,#fe988b 100%);
  opacity: 0.05;
  transform: skewY(307deg);
  z-index: -1;
}
#double-slider{
  width: calc(6.25vw* 12);
  margin: 0 auto;
}
.layout_experience h3{
  text-align: center;
  padding: 0 0 150px 0;
}
.layout_experience .txt{
  padding-bottom: .75em;
  font-size: 36rem;
  line-height: 1.2;
  text-align: center;
  padding: 150px 150px;
}
#double-slider .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: all;
}
#double-slider  .slick-disabled {
  opacity: .25;
  pointer-events: none;
}
#double-slider .slick-prev {
  z-index: 1;
  left:  -25px!important;
  background-image: url(../images/i_arrow_left_black.svg); 
}
#double-slider .slick-next {
  right: -25px!important;
  background-image: url(../images/i_arrow_right_black.svg); 
}
.loop_slider {
  padding: 300px 0;
  margin-right: 5px;
  margin-left: 5px;
}
.loop_slider img {
  height: auto;
  width: 100%;
  border-radius: 5px;
}
.loop_slider li:nth-child(odd) { margin: 70px 70px 0 70px; }

/* ====================================================

button

====================================================*/

.btn_gradient{
  /*ボタンの形状*/
  display: block;
  width: calc(6.25vw* 4);
  padding: 18px 60px;  
  border-radius:60px;
  text-decoration: none;
  border:3px solid #fbd0d4;
  color: #000;
  outline: none;
  /*アニメーションの指定*/ 
  transition: all 0.4s ease-out;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
  margin: 0 auto;
  text-align: center;
}
.btn_gradient:hover{
  /*ボタンの形状*/
  border-color:transparent;
  /*背景の色と形状*/
  background: linear-gradient(270deg, #ffd1fc 0%,  #fad0c6 100%);
  background-size: 200% auto;
  background-position: right center;
  /*ボックスの影*/   
  box-shadow: 0 5px 10px rgb(250,108,159,0.4);
}
.btn_gradient span::before {
  position: relative;
  display: inline-block;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 1px;
  height: 1.5em;
  margin: 0 1.5em;
  margin-top: -0.3em;
  margin-left: -0.75em;
  vertical-align: middle;
  transform: rotate(90deg);
}

/* ====================================================

layout_main

====================================================*/

.layout_main > .inner {
  position: relative;
  /*height: 3000px; position: sticky;効かなかったらこっち使う*/
  overflow: hidden;
}
.layout_main > .inner ul > li {
  overflow: hidden;
  padding-bottom: 300px;
  position: relative;
}
.layout_main > .inner ul > li:nth-child(odd)::before {
  content: '';
  position: absolute;
  top: 700px;
  bottom: 0;
  left: 0;
  right: -1400px;
  background: linear-gradient(to top,  #f78a9e 0%,#f56f87 25%,#fe988b 100%);
  opacity: 0.05;
  transform: skewY(-49deg);
  z-index: -1;
}
.layout_main > .inner ul > li:nth-child(even)::before {
  content: '';
  position: absolute;
  top: 700px;
  bottom: 0;
  left: 0;
  right: -1400px;
  background: linear-gradient(to top,  #f78a9e 0%,#f56f87 25%,#fe988b 100%);
  opacity: 0.05;
  transform: skewY(-49deg);
  z-index: -1;
}
.layout_main .img_wrap {
  position: sticky;
  width: calc(6.25vw* 14);
  height: 100vh;
  height: calc(var(--vh, 1vh)* 100);
  min-height: 1080px;
  z-index: -1;
}
.layout_main .text_wrap {
  display: flex;
  justify-content: space-between;
}


/*フォント縦飾り*/
.layout_main  .txt_big {
  position: absolute;
  z-index: 1;
  left: 6.25vw;
  top: 65vh;
}
.layout_main .txt_big img{
  display: block;
  width: 12.5vw;
}
.layout_main .onsen .txt_big img{ height: 92vh; }
.layout_main .guestroom .txt_big img{ height: 170vh; }
.layout_main .cuisine .txt_big img{ height: 110vh; }
.layout_main .sauna .txt_big img{ height: 90vh; }


/* 左レイアウト */
.layout_main .text_wrap > div {
  width: 43%;
  padding: 150px 0 70vh 25vw;
  /*padding: 0 0 1000px 0;vh微妙だったらこっち*/
}
 .layout_main .text_wrap > div > p { padding:0 0 60px 0; }

/* 右レイアウト */
.layout_main .text_wrap .sub {
  width: 57%;
  position: sticky;
  
}
.layout_main .text_wrap .sub li{ position: absolute;}
.layout_main .text_wrap .sub li img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}
.layout_main .text_wrap .sub li:first-child {
  width: 43.75vw;
  top: -10vh;
  right: 0;
  z-index: 1;
}
.layout_main .text_wrap .sub li:last-child {
  width: 37.5vw;
  top: 40vh;
  left: 0;
  z-index: 1;
}
.btn_txt{
  color: #000;
  font-size: 24rem;
}
.btn_txt span::after {
  position: relative;
  display: inline-block;
  content: "";
  background-image: url(../images/i_arrow_right_black.svg);
  background-repeat: no-repeat;
  width: 1.2em;
  height: 1.2em;
  margin: -0.2em 0 0 0.5em;
  vertical-align: middle;
}


/* ====================================================

scrollimg

====================================================*/
.layout_main.home .inner:after {
  display: block;
  width: 100%;
  height: 56.25vw;
  max-height: 80vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  content: "";
  z-index: -1;
}
.layout_main.home .inner:after { background-image: url(../images/img_section_home_01_01.jpg); }
.layout_detail.experience01 > .inner:after {
  background-image: url(../images/img_section_experience_01_01.jpg);
}
.layout_detail.onsen01 > .inner:after {
  background-image: url(../images/img_section_onsen_01_01.jpg);
}
.layout_detail.onsen02 > .inner:after {
  background-image: url(../images/img_section_onsen_02_01.jpg);
}
.layout_detail.onsen03 > .inner:after {
  background-image: url(../images/img_section_onsen_03_01.jpg);
}
.layout_detail.guestroom01 > .inner:after {
  background-image: url(../images/img_section_guestroom_01_01.jpg);
}
/*.layout_detail.cuisine01 > .inner:after {
  background-image: url(../images/img_section_cuisine_01_01.jpg);
}*/
/*#lobby.layout_anchor > .inner:after {
  background-image: url(../images/img_section_facilities_01_01.jpg);
}*/
.layout_list.sightseeing01 > .inner:after {
  background-image: url(../images/img_section_sightseeing_01_02.jpg);
}
.layout_timeline_detail.close > .inner:after {
  background-image: url(../images/img_section_dayplan_01_01.jpg);
}

.layout_detail > .inner:after,
/*#lobby.layout_anchor > .inner:after,*/
.layout_list.sightseeing01 > .inner:after,
.layout_timeline_detail.close > .inner:after {
  display: block;
  width: 100%;
  height: 56.25vw;
  max-height: 80vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  content: "";
  z-index: -1;
  margin: 300px 0 0 0;
}
.layout_detail.cuisine03 > .inner:after{ display: none;}  
.layout_detail.cuisine01 > .inner:after{ display: none;} 


/* ====================================================

layout_plan

====================================================*/

.layout_plan { margin: 300px auto; }
.layout_plan h5::before {
  position: relative;
  display: inline-block;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 1px;
  height: 2.5em;
  margin: 0 1.5em 0 6.25vw;
  margin-top: -0.6em;
  vertical-align: middle;
  transform: rotate(42deg);
}

.plan_slider_item {
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px;
}
.plan_slider_item .img img {
  height: auto;
  width: 100%;
  border-radius: 5px;
}
.plan_slider_item .txt{
  font-size: 14rem;
  padding: 40px 0 ;
}
.plan_slider .slick-arrow {
  display: block;
  position: absolute;
  top: 40%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: all;
}
.plan_slider  .slick-disabled {
  opacity: .25;
  pointer-events: none;
}
.plan_slider .slick-prev {
  z-index: 1;
  left:  -10px!important;
  background-image: url(../images/i_arrow_left_black.svg); 
}
.plan_slider .slick-next {
  right: -10px!important;
  background-image: url(../images/i_arrow_right_black.svg); 
}

/* ====================================================

layout_illustmap

====================================================*/
.layout_illustmap .inner{ padding-top: 300px; }
.layout_illustmap h3,
.layout_illustmap h4{
  text-align: center;
  padding: 0 0 150px 0;
}

.layout_illustmap h3 span,
.layout_illustmap h4 span{
  display: block;
  font-size: 24rem;
  padding: 40px 20px 0;
}
.layout_illustmap .illustmap img {
  display: block;
  height: auto;
  width: calc(6.25vw* 6);
  margin: 0 auto;
  /*transform: translatex(6%);*/
}
.layout_illustmap .illustmap img.yamanaka {
  display: block;
  height: auto;
  width: calc(6.25vw* 13);
  margin: 0 auto;
  /*transform: translatex(6%);*/
}
.layout_illustmap .illustmap img.hokuriku {
  display: block;
  height: auto;
  width: calc(6.25vw* 9);
  margin: 0 auto;
  /*transform: translatex(6%);*/
}

/* ====================================================

layout_detail

====================================================*/
/* slider */
.slider_side {
  margin: 0 0 150px 0;
  width: 100%;
}
.slider_side .slider_img {
  margin: 0 10px;
}
.slider_side .slider_img img {
  height: auto;
  width: 100%;
}
/* 中央以外のスライド */
.slider_side img {
  height: auto;
  /*opacity: .3;*/
  transform: scale(.9);
  transition: opacity .5s, transform .5s;
  width: 100%;
}
/* 中央のスライド */
.slider_side .slick-center img {
  opacity: 1;
  transform: scale(1);
}
/**/
.slider_side .slick-dots {
  text-align:center;
  margin: 20px 0 0 0;
  /*ドットのズレ対応追加*/ 
  display: flex;
  justify-content:center;
}

.slider_side .slick-dots li {
  display:inline-block;
  margin: 0 5px;
}

.slider_side .slick-dots button {
  color: transparent;
  outline: none;
  width:8px;/*ドットボタンのサイズ*/
  height:8px;/*ドットボタンのサイズ*/
  display:block;
  border-radius:50%;
  background:#efddca;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
  background:#e08d8a;/*ドットボタンの現在地表示の色*/
  width:10px;/*ドットボタンのサイズ*/
  height:10px;/*ドットボタンのサイズ*/
}

.layout_detail > .inner {
  position: relative;
  /*height: 3000px; position: sticky;効かなかったらこっち使う*/
  overflow: hidden;
}
 .layout_detail > .inner > ul > li{
  padding-top: 300px;
 }

.thumbnail li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .6;
  transition: opacity .3s linear;
}
 span.free{  
  display: inline-block;
  /*background-image: linear-gradient(to right, #f78a9e 0%, #f56f87 25%, #fe988b 100%);*/
  background-color: #c2514d;
  border-radius: 0px;
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  margin: -0.6em 20px 0 0;
  vertical-align: middle;
  letter-spacing: .03em;
}
.layout_detail h3,
.layout_detail h4{
  text-align: center;
  padding: 0 0 150px 0;
}

.layout_detail .text_wrap { 
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(6.25vw* 9.5);
  margin: 0 auto;
}
/* 詳細 */
.layout_detail .text_wrap .spec_wrap { width: 70%; }
.layout_detail.cuisine01 .text_wrap .spec_wrap,
.layout_detail.cuisine03 .text_wrap .spec_wrap  {
  width: 100%;
  display: grid;
  place-content: center;
}

.layout_detail.onsen01 .text_wrap .spec_wrap,
.layout_detail.onsen02 .text_wrap .spec_wrap,
.layout_detail.guestroom01 .text_wrap .spec_wrap {
  width: 100%;
  display: grid;
  place-content: center;
}
.layout_detail.guestroom01 .text_wrap .spec_wrap {
  margin: 0 0 150px 0;
}
.spec_wrap .spec{  margin: 4em 0 0 0; }

.spec dl {
  display: flex;
  flex-wrap: wrap;
  /*font-size: 80%; フォントサイズ調整*/
  border-top: 1px solid rgba(219, 203, 186, .5);
  border-left: 1px solid rgba(219, 203, 186, .5);
}
.spec dt {
  width: 30%;
  border-right: 1px solid rgba(219, 203, 186, .5);
  border-bottom: 1px solid rgba(219, 203, 186, .5);
  font-weight: bold;
  padding: 0.5em 1em;
}
.spec dd {
  width: 70%;
  border-right: 1px solid rgba(219, 203, 186, .5);
  border-bottom: 1px solid rgba(219, 203, 186, .5);
  padding: 0.5em 1em;
}
.spec dt:nth-of-type(2n), .spec dd:nth-of-type(2n) { background: rgba(248, 238, 238, .5); }

.layout_detail .text_wrap .img img{ 
  display: block;
  width: calc(6.25vw* 2.5);
  margin: 0 auto;
}
.layout_detail p span.title::before {
  position: relative;
  display: inline-block;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 1px;
  height: 3em;
  margin: 0 1.5em;
  margin-top: -1em;
  vertical-align: middle;
  transform: rotate(42deg);  
}
.layout_detail p span.title { 
  display: block;
  font-size: 24rem;
  padding: 0 0 40px 0;
}

/*体験リラックス非表示*/
.layout_detail.relax > .inner:after { display: none; }

span.num{ color: #c2514d; }
span.en{
  font-size: 12rem;
  padding: 0 2em;
  vertical-align: middle;
}

/* ====================================================

layout_link

====================================================*/
.layout_link .inner{ padding: 300px 0; }
.layout_link .inner > ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  font-weight: bold;
}
.layout_link .inner > ul > li{
  width: calc(100% / 3);
  padding: 0 10px 0 10px;
  display: flex;
  justify-content: center;
}
.layout_link img{
  width: 100%;
  height: auto;
  max-width: 529px;
  border-radius: 5px;
}
.layout_link a{ text-decoration: none; }
.title_s{
  display: block;
  text-align: center;
  line-height: 1.4em;
  margin: 1em 0;
  font-size: 18rem;
  font-weight: bold;
}

/* ====================================================

layout_anchor

====================================================*/
.layout_anchor .inner{ padding: 300px 0 0 0;}
.layout_anchor h3{
  text-align: center;
  padding: 0 0 150px 0;
}
.layout_anchor h3 span.en{
  display: block;
  font-size: 24rem;
  padding-top: 40px;
}
.layout_anchor p span.title { 
  font-size: 24rem;
  vertical-align: middle;
  padding-bottom: 40px;
}
.layout_anchor p {
  padding-top: 40px;
}
.layout_anchor p span.title::before {
  position: relative;
  display: inline-block;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 1px;
  height: 3em;
  margin: 0 1.5em;
  margin-top: -1em;
  vertical-align: middle;
  transform: rotate(42deg);  
}

.layout_anchor h3 span.morning{
  display: block;
  font-size: 32rem;
  padding: 40px 0 0 0;
  /*260126変更*/
}

.layout_anchor .inner .onsen_nav,
.layout_anchor .inner .room_nav,
.layout_anchor .inner .room_nav_bottom,
.layout_anchor .inner .cuisine_nav,
.layout_anchor .inner .facilities_nav {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  width: calc(6.25vw* 13);
  margin-inline: auto;
}

.layout_anchor .inner .onsen_nav > li,
.layout_anchor .inner .room_nav > li,
.layout_anchor .inner .cuisine_nav > li,
.layout_anchor .inner .facilities_nav > li{
  width: calc(100% / 3);
  padding: 0 10px 0 10px;
}
.layout_anchor .inner .facilities_nav > li{
  padding: 0 10px 75px 10px;
}
/*.layout_anchor .inner .cuisine_nav > li{ padding: 0 20px 0 20px; }*/
.layout_anchor .inner .cuisine_nav > li{ padding: 0 20px 40px 20px; }

.layout_anchor .inner .cuisine_nav span.txt {
  display: block;
  padding-top: 40px;
  text-align: left;
}

/*部屋ナビ下部調整*/
.layout_anchor .inner .room_nav_bottom > li{
  width: calc(100% / 5);
  padding: 0 10px 40px 10px;
}
.room_nav_bottom p span.title,
.facilities_nav p span.title { font-size: 16rem; }

.layout_anchor .text_wrap { 
  width: calc(6.25vw* 8);
  margin-inline: auto;
}

.layout_anchor .icon_wrap{
  display: grid;
  place-content: center;  
}
.layout_anchor .onsen_nav img,
.layout_anchor .room_nav img,
.layout_anchor .room_nav_bottom img,
.layout_anchor .facilities_nav img{
  width: 100%;
  height: auto;
  max-width: 529px;
  border-radius: 5px;
}

ul.icon {
  font-size: 13rem;
  text-align: center;
  line-height: 1.5em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 40px 0 ; 
}
ul.icon li {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.4em 0.8em 0.4em;
  line-height: 1.2;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(211, 194, 180, 0.19);
  /*border: 1px solid rgba(0, 0, 0, .1);*/
}
ul.icon i {
  display: block!important;
  margin: 0 auto 0.5em;
  width: 50px;
  height: 50px;
}

ul.icon_mini {
  font-size: 13rem;
  text-align: center;
  line-height: 1.5em;
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 ;
  
}
ul.icon_mini li {
  width: 100px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 0.4em 0.8em 0.4em;
  line-height: 1.2;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(211, 194, 180, 0.19);
}
ul.icon_mini i {
  display: inline-block!important;
  margin: 0 .3em 0 0em;
  width: 20px;
  height: 20px;
}
ul.icon_mini div{
  display: flex;
  align-items: center;
}

i.iwaburo { background-image: url(../images/i_illust_iwaburo_black.svg);}
i.hakoburo { background-image: url(../images/i_illust_hakoburo_black.svg);}
i.keiryu { background-image: url(../images/i_illust_keiryu_black.svg);}
i.capacity_b { background-image: url(../images/i_illust_family_black.svg);}
i.capacity_s { background-image: url(../images/i_illust_couple_black.svg);}
i.yamanakaonsen { background-image: url(../images/i_illust_onsen_black.svg);}

i.keiryu_white { background-image: url(../images/i_illust_keiryu_white.svg);}
i.yamanakaonsen_white { background-image: url(../images/i_illust_onsen_white.svg);}
i.iwaburo_white { background-image: url(../images/i_illust_iwaburo_white.svg);}
i.capacity_b_white { background-image: url(../images/i_illust_family_white.svg);}
i.room_white { background-image: url(../images/i_illust_room_white.svg);}
i.room { background-image: url(../images/i_illust_room_black.svg);}
i.tabako_white { background-image: url(../images/i_illust_tabako_white.svg);}
i.tabako { background-image: url(../images/i_illust_tabako_black.svg);}
i.bed { background-image: url(../images/i_illust_bed_black.svg);}
i.bed_white { background-image: url(../images/i_illust_bed_white.svg);}
i.kagu_white { background-image: url(../images/i_illust_kagu_white.svg);}
i.kagu { background-image: url(../images/i_illust_kagu_black.svg);}
i.family { background-image: url(../images/i_illust_family_black.svg);}
i.family_white { background-image: url(../images/i_illust_family_white.svg);}
i.wifi_white { background-image: url(../images/i_illust_wifi_white.svg);}
i.wifi { background-image: url(../images/i_illust_wifi_black.svg);}
i.yukata { background-image: url(../images/i_illust_yukata_black.svg);}
i.towel { background-image: url(../images/i_illust_towel_black.svg);}
i.soap { background-image: url(../images/i_illust_soap_black.svg);}
i.shampoo { background-image: url(../images/i_illust_shampoo_black.svg);}
i.kushi { background-image: url(../images/i_illust_kushi_black.svg);}
i.haburashi { background-image: url(../images/i_illust_haburashi_black.svg);}
i.gomu { background-image: url(../images/i_illust_gomu_black.svg);}
i.bodyshampoo { background-image: url(../images/i_illust_bodyshampoo_black.svg);}
i.mask { background-image: url(../images/i_illust_mask_black.svg);}
i.walk { background-image: url(../images/i_illust_walk_black.svg);}
i.map { background-image: url(../images/i_illust_map_black.svg);}
i.web { background-image: url(../images/i_illust_web_black.svg);}
i.car { background-image: url(../images/i_illust_car_black.svg);}
i.mattress { background-image: url(../images/i_illust_mattress_black.svg);}
i.time { background-image: url(../images/i_illust_time_black.svg);}
i.time_pink { background-image: url(../images/i_illust_time_pink.svg);}


/*露天風呂付き客室*/
#rotenburo.layout_anchor .inner{ 
  background-image: url(../images/bg_guestroom_01.jpg);
  background-repeat: no-repeat;
  background-position: left 50%, top 0;
  background-color:#1e0a04;
  background-size: contain;
  color: #fff;
  margin-top: 300px;
  padding: 300px 0 300px 0;
}
#rotenburo.layout_anchor p span.title::before{background: rgba(255, 255, 255, 0.6);}

#rotenburo.layout_anchor .inner .room_nav > li { padding: 0 10px 75px 10px;}
#rotenburo.layout_anchor ul.icon li {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.4em 0.8em 0.4em;
  line-height: 1.2;
  background: none;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(211, 194, 180, 0.19);
  border: 1px solid rgba(255, 255, 255, .3);
}

#rotenburo.layout_anchor .slider_side{ padding: 200px 0 0 0; }
#rotenburo.layout_anchor .slider_wrap p span.title {
  display: block;
  font-size: 24rem;
}
#rotenburo.layout_anchor .slider_wrap .text_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(6.25vw* 9.5);
  margin: 0 auto 150px;
}
#rotenburo.layout_anchor .slider_wrap p span.title::before { background: rgba(255, 255, 255, 0.6);}
#rotenburo.layout_anchor .text_wrap .spec_wrap {
  width: 100%;
  display: grid;
  place-content: center;
}
#rotenburo.layout_anchor .spec dl {
  display: flex;
  flex-wrap: wrap;
  /*font-size: 80%;フォントサイズフォントサイズ調整*/
  border-top: 1px solid rgba(219, 203, 186, .2);
  border-left: 1px solid rgba(219, 203, 186, .2);
}
#rotenburo.layout_anchor .spec dt {
  width: 30%;
  border-right: 1px solid rgba(219, 203, 186, .2);
  border-bottom: 1px solid rgba(219, 203, 186, .2);
  font-weight: bold;
  padding: 0.5em 1em;
}
#rotenburo.layout_anchor .spec dd {
  width: 70%;
  border-right: 1px solid rgba(219, 203, 186, .2);
  border-bottom: 1px solid rgba(219, 203, 186, .2);
  padding: 0.5em 1em;
}
#rotenburo.layout_anchor .spec dt:nth-of-type(2n), .spec dd:nth-of-type(2n) { background: rgba(248, 238, 238, .1); }

/*　和洋室 */
#wayoushitsu_bed .text_wrap .spec_wrap,
#wayoushitsu_mattress .text_wrap .spec_wrap{
  width: 100%;
  display: grid;
  place-content: center;
}
.guestroom01 h3 span.en {
  display: block;
  font-size: 24rem;
  padding-top: 40px;
}

/*　ロビー */
#lobby.layout_anchor > div:first-of-type{ 
  background-image: url(../images/bg_facilities_01.jpg);
  background-repeat: no-repeat;
  background-position: left 50%, top 0;
  background-color:#fcf1f0;
  background-size: contain;
  margin-top: 300px;
  padding: 300px 0 0 0;
}


#lobby.layout_anchor .inner .room_nav > li { padding: 0 10px 75px 10px;}
#lobby.layout_anchor ul.icon li {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.4em 0.8em 0.4em;
  line-height: 1.2;
  background: none;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(211, 194, 180, 0.19);
  border: 1px solid rgba(255, 255, 255, .3);
}

#lobby.layout_anchor .slider_side{ padding: 200px 0 0 0; }
#lobby.layout_anchor  p span.title {
  /*display: block;*/
  font-size: 20rem;
}
#lobby.layout_anchor .slider_wrap .text_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(6.25vw* 9.5);
  margin: 0 auto 150px;
}
#lobby.layout_anchor .slider_wrap p span.title::before { background: rgba(255, 255, 255, 0.6);}
#lobby.layout_anchor .text_wrap .spec_wrap {
  width: 100%;
  display: grid;
  place-content: center;
}
#lobby.layout_anchor .spec dl {
  display: flex;
  flex-wrap: wrap;
 /*font-size: 80%;フォントサイズフォントサイズ調整*/
  border-top: 1px solid rgba(219, 203, 186, .2);
  border-left: 1px solid rgba(219, 203, 186, .2);
}
#lobby.layout_anchor .spec dt {
  width: 30%;
  border-right: 1px solid rgba(219, 203, 186, .2);
  border-bottom: 1px solid rgba(219, 203, 186, .2);
  font-weight: bold;
  padding: 0.5em 1em;
}
#lobby.layout_anchor .spec dd {
  width: 70%;
  border-right: 1px solid rgba(219, 203, 186, .2);
  border-bottom: 1px solid rgba(219, 203, 186, .2);
  padding: 0.5em 1em;
}
#lobby.layout_anchor .spec dt:nth-of-type(2n), .spec dd:nth-of-type(2n) { background: rgba(248, 238, 238, .1); }
#lobby.layout_anchor .layout_2column .inner > ul{ margin: 0 0 150px 0;} 

.spec table th,
.spec table td{
  display: block;
  border-bottom: 1px solid rgba(219, 203, 186, .5);
  border-top: none;
  border-left: none;
  border-right: none;
}
.spec table td:last-child{
  border: none;
}
.spec table td:nth-child(even){
  background:rgba(255, 255, 255, .5);
}

/* ---------------------------------------------- 
      layout_anchor　部屋上部ナビ
---------------------------------------------- */

.layout_anchor.guestroom .inner .room_nav > li{
  width: calc(100% / 4);
  padding: 0 10px 75px 10px;
}
.layout_anchor.guestroom p { padding-top: 20px; }
.layout_anchor.guestroom p span.title::before { display: none; }

.layout_anchor h3 span.en{
  display: block;
  font-size: 24rem;
  padding-top: 40px;
}

.layout_anchor .inner .onsen_nav,
.layout_anchor .inner .room_nav,
.layout_anchor .inner .cuisine_nav {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  width: calc(6.25vw* 13);
  margin-inline: auto;
}

.layout_anchor .text_wrap { 
  width: calc(6.25vw* 8);
  margin-inline: auto;
}

.layout_anchor .icon_wrap{
  display: grid;
  place-content: center;  
}
.layout_anchor .onsen_nav img,
.layout_anchor .room_nav img,
.layout_anchor .cuisine_nav img{
  width: 100%;
  height: auto;
  max-width: 529px;
  border-radius: 5px;
}


/* ====================================================

layout_colum

====================================================*/
.layout_colum .inner{ padding: 300px 0 0 0;}
.layout_colum h4{
  text-align: center;
  padding: 0 0 100px 0;
}
.layout_colum .text_wrap {
  width: calc(6.25vw* 8);
  margin-inline: auto;
}
.layout_colum .text_wrap p { text-align: center;}

.layout_colum h4 span.en{
  display: block;
  font-size: 24rem;
  padding-top: 40px;
}
/*.layout_colum h4::before {
  position: relative;
  display: inline-block;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 1px;
  height: 3em;
  margin: 0 1.5em;
  margin-top: -1em;
  vertical-align: middle;
  transform: rotate(42deg);
}*/
.layout_colum img {
  width: calc(6.25vw* 5);
  height: auto;
  border-radius: 5px;
  padding: 4em 0 0 0;
  margin-inline: auto;
}
.layout_colum span.title::before {
  position: relative;
  display: inline-block;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 1px;
  height: 3em;
  margin: 0 1.5em;
  margin-top: -1em;
  vertical-align: middle;
  transform: rotate(42deg);  
}
.layout_colum span.title { 
  display: block;
  font-size: 24rem;
  padding: 0 0 40px 0;
}

/* スライダー */
.colum_side {
  margin: 0 auto 150px;
  /*width: 100%;*/
  width: calc(6.25vw* 9.5);
}
.colum_side .slider_img {
  margin: 0 10px;
}
.colum_side .slider_img img {
  height: auto;
  width: 100%;
}
/*260126　朝食削除
.morning .colum_side {
  margin: 0 auto 0px;
}*/
/* 中央のスライド */
.colum_side .slick-center img {
  opacity: 1;
  transform: scale(1);
}
/**/
.colum_side .slick-dots {
  text-align:center;
  margin: 20px 0 0 0; 
}

.colum_side .slick-dots li {
  display:inline-block;
  margin: 0 5px;
}

.colum_side .slick-dots button {
  color: transparent;
  outline: none;
  width:8px;/*ドットボタンのサイズ*/
  height:8px;/*ドットボタンのサイズ*/
  display:block;
  border-radius:50%;
  background:#efddca;/*ドットボタンの色*/
}
.colum_side .slick-dots .slick-active button{
  background:#e08d8a;/*ドットボタンの現在地表示の色*/
  width:10px;/*ドットボタンのサイズ*/
  height:10px;/*ドットボタンのサイズ*/
}

/* ====================================================

layout_2column

====================================================*/
.layout_2column .inner{ padding: 300px 0 0 0;}
.layout_2column h4{
  text-align: center;
  padding: 0 0 150px 0;
}

.layout_2column h4 span.en{
  display: block;
  font-size: 24rem;
  padding-top: 40px;
}
.layout_2column p span.title { 
  font-size: 24rem;
  vertical-align: middle;
  /*padding-bottom: 40px;*/
}
.layout_2column p { padding-top: 40px; }
.layout_2column p span.title::before {
  position: relative;
  display: inline-block;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 1px;
  height: 3em;
  margin: 0 1.5em;
  margin-top: -1em;
  vertical-align: middle;
  transform: rotate(42deg);  
}
.layout_2column .inner > ul > li > ul {
  display: flex;
  flex-wrap: wrap;
}
.layout_2column .inner > ul > li > ul > li{
  display: flex;
  flex-wrap: wrap;
  width: calc(100% / 2);
}
.layout_2column .inner > ul > li > ul > li p{
  padding: 40px;
}
.layout_2column .inner > ul > li:nth-child(even) ul{ flex-direction: row-reverse; }
.layout_2column .img_wrap{
  width: calc(6.25vw* 8);
  height: 50vh;
  min-height: 700px;
}
.layout_2column .inner span.txt {
  display: block;
  padding-top: 40px;
  text-align: left;
}
.layout_2column .inner > ul > li > ul > li:nth-child(2){
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.layout_2column.onsen .inner > ul{ margin: 0 0 150px 0;}


/* ====================================================

layout_table

====================================================*/
.layout_table .inner{ padding: 300px 0 0 0;}
.layout_table h4{
  text-align: center;
  padding: 0 0 150px 0;
}

/* ====================================================

contact

====================================================*/
span.tel{ 
  font-size: 22rem;
  font-weight: bold;
  margin: 40px .5em 40px 0;
  display: inline-block;
}

/* ====================================================

qanda

====================================================*/
/* qa PC */
#qa{ padding: 50px 0 50px 95px;}
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.cp_qa a{ text-decoration: underline; }
.cp_qa span.en{
    font-size: 22rem;
    color: #c2514d;
    padding: 0 0em;
    vertical-align: baseline;
}
.cp_qa .cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 1px;
    text-align: left;
    padding: 0 1em;
}
.cp_qa .cp_actab input {
    position: absolute;
    opacity: 0;
}
.cp_qa .cp_actab label {
    font-weight: bold;
    line-height: 1.6;
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 1em 2em 1em 1em;
    cursor: pointer;
    border-bottom: 1px solid rgba(219, 203, 186, .9);
}
.cp_qa .cp_actab label:hover {}
.cp_qa .cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  background: rgba(255, 255, 255, 0.2);
  font-weight: bold;
}
.cp_qa .cp_actab .cp_actab-content p {
  margin: 1em;
  font-weight: normal;
}
.cp_qa .cp_actab input:checked ~ label {}
.cp_qa .cp_actab input:checked ~ .cp_actab-content { max-height: 40em; }
.cp_qa .cp_actab label::after {
  line-height: 1.6;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 3em;
  margin-top: -12.5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  font-size: .5em; 
}
.cp_qa .cp_actab input[type=checkbox] + label::after { content: '\25BC';}
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}



@media screen and (max-width: 1600px) {
  /*.layout_outline .text_wrap p { font-size: 85%; }　cheack*/
}

/* ====================================================

layout_common

====================================================*/
.layout_common { position: relative; }
.layout_common > .inner { padding: 300px 18.75% 0; }
.layout_common > .inner > div { width: 100%; }
.layout_common .img_wrap {
  display: flex;
  justify-content: center;
  margin: 0 0 80px 0;
}
.layout_common .img_wrap img {
  width: auto;
  max-width: 37.5vw;
  height: auto;
  border-radius: 5px;
  margin: 75px 0;
}
.layout_common h3,
.layout_common h4,
.layout_common h5 {
  padding: 0 0 75px 0;
  text-align: center;
}
.layout_common .text_wrap { margin:0 0 150px 0; }
#facilities_spec.layout_common .text_wrap { margin:0 0 20px 0; }
.layout_common h4 .time {
  display: block;
  padding: .5em 0 0 0;
  font-size: 16rem;
  font-weight: normal;
}
.layout_common h4 .time i {
  width: 16px;
  height: 16px;
  margin: 0 4px -2px 0;
}
.layout_common .text_wrap .table_wrap th { white-space: nowrap; }
.layout_common .text_wrap dt {
  font-weight: bold;
  margin: 2em 0 0 0;
}
.layout_common .text_wrap .links {
  display: flex;
  justify-content: center;
  padding: .5em 0 0 0;
}
.layout_common .text_wrap .links li { font-size: 14rem; }
.layout_common .text_wrap .links li:nth-of-type(n+2) { margin: 0 0 0 1em; }
.layout_common .text_wrap .links li a { text-decoration: underline; }
.layout_common .text_wrap .links li i {
  width: 14px;
  height: 14px;
  margin: 0 4px -2px 0;
}
.layout_common .benefit {
  display: flex;
  justify-content: center;
}
.layout_common .benefit dl {
  border: 1px dashed #edd5d2;
  padding: 6.25vw;
}
.layout_common .benefit dt {
  margin: 0 0 2em 0;
  padding: 0 0 2em 0;
  text-align: center;
  border-bottom: 1px dashed #edd5d2;
}
.layout_common .benefit dt h5 { padding: 0; }


/* ====================================================

layout_list

====================================================*/
.layout_list .inner{ padding: 300px 0 0 0;}
.layout_list h4{
  text-align: center;
  padding: 0 0 150px 0;
}
.layout_list span.body{
  display: block;
  text-align: left;
}
.layout_list h4 span.en{
  display: block;
  font-size: 24rem;
  padding-top: 40px;
}
.layout_list p span.title { 
  font-size: 18rem;
  padding-bottom: 20px;
  display: block;
  text-align: left;
}
.layout_list p { padding-top: 20px; }

.layout_list .inner > ul{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  width: calc(6.25vw* 13);
  margin-inline: auto;
}
.layout_list .inner > ul > li{
  width: calc(100% / 3);
  padding: 0 20px 0 20px;
}
.layout_list .icon_wrap{
  display: grid;
  place-content: center;  
}
.layout_list img{
  width: 100%;
  height: auto;
  max-width: 529px;
  border-radius: 5px;
}
.layout_list .icon_mini a{ pointer-events: all; }

/* ====================================================

layout_plan  おすすめプラン

====================================================*/
.layout_plan { position: relative; }
.layout_plan > .inner { padding: 160px 0 0 0; }
.layout_plan > .inner > ul { padding: 0 0 160px 0; }
.layout_plan .img_wrap img { border-radius: 5px; }
.layout_plan .arrow {
  position: absolute;
  bottom: 10px;
  left: 15px;
  z-index: 1;
}
.layout_plan .text_wrap p {
  padding: 1.5em 0 0 0;
  line-height: 1.75;
}
.layout_plan .text_wrap h5 {
  padding: 1em 0 0 0;
  text-align: center;
}
.layout_plan .text_wrap .text_of {
  padding: 1.5em 1em 0 1em;
  text-align: center;
}
.layout_plan h4,
.layout_plan h5 { padding: 0 6.25% 80px 6.25%; }
.layout_plan.bnr .slideshow .slick-arrow { top: -61px; }

/* ====================================================

layout_bnr

====================================================*/
.layout_bnr > .inner { padding: 160px 0 0 0; }
.layout_bnr > .inner > ul { padding: 0 0 160px 0; }
.layout_bnr .img_wrap img { border-radius: 5px; }
.layout_bnr .text_wrap p {
  padding: 1.5em 0 0 0;
  text-align: center;
  font-size: 12rem;
  line-height: 1.5;
}
.layout_bnr .text_wrap .text_of {
  font-size: 16rem;
  padding: 1.5em 1em 0 1em;
}

/* ====================================================

layout_map

====================================================*/
.layout_map { position: relative; }
.layout_map > .inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.layout_map iframe {
  display: block;
  width: 100%;
  height: 50vh;
  border: 0;
}
.layout_map .map_canvas {
  width: 100%;
  height: 50vh;
}
.layout_map .title {}
.layout_map .title h3 { padding: 160px 0 0 0; }
.layout_map .title {}


/* ====================================================

layout_timeline

====================================================*/

.layout_timeline_list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(6.25vw* 10);
  margin-inline: auto;
  background: #fff;
  padding: 40px;
  margin-top: 150px;
}

.layout_timeline_list ul { padding: 0;}
.layout_timeline_list li { list-style-type: none; }
.layout_timeline_list dd { margin-left: 0; }

.flow { position: relative; }
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #f4efe9;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}
.flow > li { position: relative;}
.flow > li:not(:last-child) { margin-bottom: 60px;}
.flow i {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 0.2em;
}
.flow > li .icon {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #f88480;
  display: inline-block;
  margin-right: 0.3em;
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #f88480;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #efddca;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #f88480;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
.layout_timeline_detail i {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 0.2em;
}
.layout_timeline_detail .inner{ padding: 300px 0 0 0;}
.layout_colum h3{
  text-align: center;
  padding: 0 0 100px 0;
}
.layout_timeline_detail .time{
  display: block;
  font-size: 28rem;
  color: #f88480;
  /*padding-top: 40px;*/
}
.layout_timeline_detail .text_wrap div{
  display: grid;
  place-content: center;
  place-items: center;
}
.layout_timeline_detail .text_wrap {
  width: calc(6.25vw* 8);
  display: grid;
  place-content: center;
  place-items: center;
  /*margin: 0 auto 150px ;*/
  margin: 0 auto;
}
.layout_timeline_detail .text_wrap p { text-align: center;}

.llayout_timeline_detail img {
  width: calc(6.25vw* 5);
  height: auto;
  border-radius: 5px;
  padding: 4em 0 0 0;
  margin-inline: auto;
}
.layout_timeline_detail span.title::before {
  position: relative;
  display: inline-block;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 1px;
  height: 3em;
  margin: 0 1.5em;
  margin-top: -1em;
  vertical-align: middle;
  transform: rotate(42deg);  
}
.layout_timeline_detail span.title { 
  display: block;
  font-size: 24rem;
  padding: 0 0 40px 0;
}
.layout_timeline_detail .text_wrap > div:last-child {
  width: 1px;
  height: 100px;
  margin: 20px auto 0;
  background: rgba(239, 221, 202, 1);
}
.layout_timeline_detail .icon_wrap {
  margin-inline: auto;
  width: calc(6.25vw* 8);
}

/* スライダー */
.layout_timeline_detail .colum_side {
  margin: 0 auto 0;
  width: calc(6.25vw* 9.5);
}

.layout_timeline_detail .slider_side { margin: 0 0 0 0; }
.title_free { 
  width: calc(6.25vw* 13);
  margin: 300px auto 0;
  text-align: center;
}
.title_free  h3{ text-align: center;}
.title_free span.en {
  display: block;
  font-size: 24rem;
  padding-top: 40px;
}

/* ====================================================

poten_bnr

====================================================*/


.bnr_poten img{
  margin: 0 auto 150px;
  display: block;
  max-width: 100%;
  height: auto;
  width: calc(6.25vw* 10);
}


/* ====================================================

260126 cuisine追加

====================================================*/

.dinner_grid {
  display: flex;
  flex-direction: column; 
  align-items: center; 
}
.dinner_title {
  display: flex;
  flex-direction: column; 
}
.dinner_img01 { margin-bottom: 80px;}
.dinner_img01,
.dinner_img03 { width: calc(6.25vw* 12); }
.dinner_pair {
  display: flex;
  align-items: flex-start;
  width: calc(6.25vw* 12); 
}
.dinner_img02 {
  width: 40%;
  margin: 0 0 80px 0; 
}
.dinner_text { width: 60%; padding: 0 30px 0 30px;}
.dinner_text p{ padding-bottom: 30px; }


.cuisine01 h3,
.cuisine02 h3{ padding: 0 0 80px 0; }
.cuisine01 .title_sub,
.cuisine02 .title_sub{
  font-size: 24rem;
  text-align: center;
  display: block;
}
.cuisine02 .spec_wrap p{ padding-top: 0px; }
.cuisine02 .title_sub{ margin: 0 0 80px 0;}
.cuisine01 .img_wrap{ margin: 80px 0 0 0; }
.cuisine01 .img_wrap img{
  width: calc(6.25vw* 10);
  margin-inline: auto;
}
.cuisine01 .table_wrap{
  padding: 80px 18.75% 80px;
  margin: 0 0 0 0;
  text-align: center;
}
.cuisine01 .table_wrap th, td { text-align: center; }
.cuisine01 .table_wrap .color_spe{
 background: rgb(204 104 100 / 100%);
 color: #fff;
 font-weight: bold;
}
.cuisine01 .table_wrap .color_spe_sub{
 background: rgb(204 104 100 / 20%);
 /*font-weight: bold;
 color: #822420;*/
}
.cuisine01 .table_wrap .color_nor{
  background: rgb(199 162 132 / 25%);
  font-weight: normal;
}
.cuisine01 .table_wrap th,
.cuisine01 .table_wrap td { width: 50%; }

