.c-m .wrapper {
  width: 100%;
}
body {
  font-family: 'Noto Serif JP', serif;
  color: #000;
}
img {
  vertical-align: bottom;
}
strong {
  color: #D46204;
}
.nav {
  display: none;
}
.Container {
  width: 1024px;
  margin: auto;
}
.mt60 {
  margin-top: 60px;
}
.mb40 {
  margin-bottom: 40px;
}
.pb40 {
  padding-bottom: 40px!important;
}
.Header {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 1000px;
}
.headWrap {
  background: none;
  padding: 20px 0 4px;
  top: 0;
  left: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.Header__flex {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}
.Header__logo {
  position: relative;
  top: 30px;
}
.Header__logo img {
  width: 262px;
  height: 76px;
}
.Header__btn--main {
  margin-left: auto;
}
.Header__btn--main img,
.Header__btn--annex img {
  transition: .4s;
}
.Header__btn--main img:hover,
.Header__btn--annex img:hover {
  opacity: .8;
}
.Header__btn--annex {
  margin-left: 8px;
}
.Contact {
  margin-left: 30px;
}
.Contact__mail {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  display: block;
  width: 216px;
  height: auto;
}
.Contact__tel {
  margin-top: 10px;
  display: block;
  width: 216px;
  height: auto;
}
.Contact__tel-sub {
  margin-top: 10px;
}
.headWrap-inner {
  width: 100%;
}
.Nav {
  margin-top: 36px;
  text-align: right;
}
.Nav li {
  display: inline-block;
}
.Nav li + li {
  margin-left: 32px;
}
.Nav a {
  display: block;
  color: #000;
  text-decoration: none;
  transition: .4s;
  padding-bottom: 16px;
  box-sizing: border-box;
  border-bottom: transparent 3px solid;
}
.Nav a:hover {
  border-bottom: 3px solid #D46204;
}

/**************************************kv*/
.main-photo {
  width: 100%;
  height: 43vw !important;
}
#slideshow {
  width: 100%!important;
  height: auto !important;
}
#slideshow > div {
  width: 100%!important;
  height: 43vw !important;
}
#slideshow > div > img {
  width: 100% !important;
  height: auto !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto;
}

.Kv__top {
  height: 600px;
  overflow: hidden;
  position: relative;
}
.Kv__logo {
  position: absolute;
  width: 280px;
  z-index: 999;
  left: 0px;
  top: 130px;
}
.Kv__top .Container {
  position: relative;
}
.Kv__logo img {
  width: 100%;
}
/**************************************content*/
.content {
  width: 100%;
  padding: 0;
}
#top_freearea {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.Bnr {
  width: 1024px;
  margin: 20px auto 0;
  min-width: 1200px;
}
.Bnr img {
  margin-left: 20px;
  width: 268px;
  height: auto;
}
.slick-prev:before, .slick-next:before {
  color: #d46204;
}
.Irori {
  width: 100vw;
  padding: 170px 0;
  background-image: url("../../../img/yurayura.svg");
  background-repeat: no-repeat;
  background-position: right -12vw top 70px;
  background-size: 43vw;
}
.Attention__reserve {
  background-color: #F2F1E8;
  padding: 100px 0;
}
/**************************************grid*/
.Irori__grid {
  display: -ms-grid;
  display: grid;
  min-width: 1200px;
  -ms-grid-columns: 40vw 40vw 19vw;
  grid-template-columns: 40vw 40vw 19vw;
  -ms-grid-rows: 39.5vw 10vw 14.5vw;
  grid-template-rows: 39.5vw 10vw 14.5vw;
  grid-gap: 2px;
}
.Irori__img--top,
.Irori__img--left,
.Irori__img--right,
.Irori__img--text,
.Irori__img--ttl {
  overflow: hidden;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.Irori__img--top {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1 / 1 / 2 / 3;
}
.Irori__grid img {
  width: 100%;
}
.Irori__img--left {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/4/2;
}
.Irori__img--right {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/4/3;
}
.Irori__text {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1/3/3/4;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.4vw;
  line-height: 2.5;
  position: relative;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.Irori__ttl {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 3/3/4/4;
  text-align: center;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.Irori__ttl img {
  width: 66%;
  height: auto;
}
.Img__grid3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 68% 32%;
  grid-template-columns: 68% 32%;
  -ms-grid-rows: (218px)[2];
  grid-template-rows: repeat(2, 218px);
  grid-gap: 2px;
}
.Img__grid3--reverse {
  -ms-grid-columns: 32% 68%;
  grid-template-columns: 32% 68%;
}
.Img__grid3 img {
  width: 100%;
}
.Img__item_main,
.Img__item_top,
.Img__item_bottom {
  overflow: hidden;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.Img__item_main {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
}
.Img__item_top {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}
.Img__item_bottom {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
}
.Img__grid3--reverse .Img__item_main {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/3/3;
}
.Img__grid3--reverse .Img__item_top {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
.Img__grid3--reverse .Img__item_bottom {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}

.Grid5 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(100% / 3) calc(50% - calc(100% / 3)) calc(50% - calc(100% / 3)) calc(100% / 3);
  grid-template-columns: calc(100% / 3) calc(50% - calc(100% / 3)) calc(50% - calc(100% / 3)) calc(100% / 3);
  -ms-grid-rows: 330px 240px;
  grid-template-rows: 330px 240px;
  grid-gap: 2px;
}
.Grid5 img {
  width: 100%;
  height: auto;
}
.Grid5 a {
  text-decoration: none;
}
.Grid5__top_left,
.Grid5__top_right,
.Grid5__bottom_left,
.Grid5__bottom_center,
.Grid5__bottom_right {
  overflow: hidden;
}
.Grid5__top_left {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/2/3;
}
.Grid5__top_right {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: 1/3/2/5;
}
.Grid5__bottom_left {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}
.Grid5__bottom_center {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 2/2/3/4;
}
.Grid5__bottom_right {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 2/4/3/5;
}
.Build {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
  padding-bottom: 80px;
}
.Build__item {
  width: 50%;
}
.Build__item + .Build__item {
  margin-left: 2px;
}
.Build__img {
  width: 100%;
}
.Build__item h2 {
  font-size: 2vw;
  font-weight: 500;
  padding: 3vw 0;
  text-align: center;
}
.Build__text {
  font-size: 1.4vw;
  padding: 0 6vw;
  line-height: 1.8;
}
.Build__btn {
  width: 50%;
  display: block;
  margin: 3vw auto;
}
.Build__btn img {
  width: 100%;
  height: auto;
  transition: .4s;
}
.Build__btn img:hover {
  opacity: .8;
}
.Entertainment {
  background-color: #F2F1E8;
  padding: 100px 0;
}
.Entertainment__container {
  width: 1024px;
  margin: auto;
}
.Entertainment__flex3,
.Entertainment__flex4 {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
}
.Entertainment__flex3:nth-of-type(2),
.Entertainment__flex4 {
  margin-top: 100px;
}
.Entertainment__flex3__item-ttl,
.Entertainment__flex4__item-ttl
 {
  border-left: 1px solid;
  padding-left: 20px;
  margin-right: 60px;
}
.Entertainment__flex3__item-ttl--tsudou {
  border-color: #1C526E;
}
.Entertainment__flex3__item-ttl--bishoku {
  border-color: #91262B;
}
.Entertainment__flex4__item-ttl--asobu {
  border-color: #36805B;
}
.Entertainment__flex3__item,
.Entertainment__flex4__item {
  display: block;
  color: #000;
  text-decoration: none;
  text-align: left;
}
.Entertainment__flex3__img,
.Entertainment__flex4__img {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.Entertainment__flex4__img {
  width: 270px;
}
.Entertainment__flex3__img img,
.Entertainment__flex4__img img {
  width: 100%;
}
.Entertainment__flex3__img::after,
.Entertainment__flex4__img::after {
  content: "詳細を見る";
  background-color: rgba(232,139,62, 0.5);
  width: 100%;
  height: 100%;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: -100%;
  transition: .2s;
  color: #fff;
  text-shadow: 0 0 2px #000;
}
.Entertainment__flex3__img:hover::after,
.Entertainment__flex4__img:hover::after {
  bottom: 0;
}

.Entertainment__flex3__item--content {
  width: 416px;
}
.Entertainment__flex3__item--content span,
.Entertainment__flex4__item--content span {
  display: block;
}
.Entertainment__ttl {
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
  position: relative;
}
.Limited {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid;
  color: #d46204;
  padding: 0 10px 2px;
}
.Entertainment__text {
  font-size: 14px;
  margin-top: 10px;
}
#entries {
  width: 1024px;
  margin: auto;
  padding: 180px 0;
}
#news h3,
#recommends h3 {
  font-weight: 500;
  font-size: 18px;
}
#recommends a,
#news a,
.plandetail {
  font-size: 16px;
}

#news a,
#recommends a {
  text-decoration: none;
  color: #1C526E;
  transition: .2s;
}
#news a:hover,
#recommends a:hover {
  color: #D46204;
}
.Bnr__footer {
  background: #F0F0F0;
  padding: 70px 0;
}
.Bnr__fooer__container {
  width: 772px;
  margin: auto;
}
.Bnr__footer__img {
  text-decoration: none;
  transition: .4s;
}
.Bnr__footer__img:hover {
  opacity: .8;
}
.Footer {
  padding: 60px 0;
}
.Footer__container {
  width: 1024px;
  margin: auto;
}
.Footer__flex-top,
.Footer__flex-bottom {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.Footer__flex-top {
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.Footer__flex-bottom {
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.Footer__ttl {
  font-size: 22px;
  font-weight: 500;
}
.Footer__address {
  font-size: 14px;
  margin-top: 10px;
}
.Footer__list {
  display: inline-block;
  margin-bottom: 20px;
}
.Footer__list + .Footer__list {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #000;
}
.Footer__nav {
  text-align: right;
}
.Footer__list_a {
  text-decoration: none;
  color: #000;
  transition: .4s;
  display: block;
}
.Footer__list_a:hover {
  color: #D46204;
}
.Footer__tel,
.Footer__fax {
  font-size: 18px;
  text-decoration: none;
  color: #000;
}
.Footer__flex_bottom-right {
  text-align: right;
}
.Footer__sitemap,
.Footer__privacy,
.Footer__copy,
.Footer__bestrate {
  color: #999;
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
}
.Footer__privacy,
.Footer__copy,
.Footer__bestrate {
  margin-left: 30px;
}

.Footer__sitemap,
.Footer__privacy {
  transition: .4s;
}
.Footer__sitemap:hover,
.Footer__privacy:hover {
  color: #D46204;
}
.Kv {
  background-size: 100%;
  height: 500px;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  background-position: center center;
}
.Kv__text {
  width: 78px;
  height: auto;
}
.Kv__text2 {
  width: 156px;
}
.Kv__dishes {
  background-image: url("../../../img/Kv__dishes.png");
}
.Kv__dishes {
  background-image: url("../../../img/Kv__dishes.png");
}
.Facility {
  background-image: url("../../../img/Kv__facility.png");
}
.Main {
  background-image: url("../../../img/Kv__main.png");
}
.Kv__annex {
  background-image: url("../../../img/annex/Kv__annex.png");
  background-position: top center;
}
.Kv__wan-chan {
  background-image: url("../../../img/annex/Kv__wan-chan.png");
  background-position: top center;
}
.Kv__sightseeing {
  background-image: url("../../../img/sightseeing/Kv__sightseeing.png");
  background-position: center;
}
.Kv__hot-spring--annex {
  background-image: url("../../../img/annex/Kv__hot-spring--annex.png");
  margin-bottom: 100px;
}
.Kv__rooms--annex {
  background-image: url("../../../img/annex/rooms/Kv__rooms--annex.png");
}
.Kv__container {
  width: 1024px;
  margin: auto;
}
.Btn__main_and_annex {
  width: 1024px;
  margin: 40px auto;
  text-align: center;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.Btn__to_main,
.Btn__to_annex {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  width: 480px;
  padding: 20px 0;
  color: #000;
  border-top: 1px solid #000;
  background-image: url("../../../img/Arrow__to_bottom.svg");
  background-size: 15px 8px;
  background-repeat: no-repeat;
  background-position: center right 58px;
  transition: .4s;
}
.Btn__to_main:hover,
.Btn__to_annex:hover {
  background-position: bottom 20px right 58px;
}
.Irori__grid--dishes {
  -ms-grid-columns: 38vw 38vw 23vw;
  grid-template-columns: 38vw 38vw 23vw;
  -ms-grid-rows: 37.5vw 8.8vw 14.5vw;
  grid-template-rows: 37.5vw 8.8vw 14.5vw;
}
.Irori__text--dishes {
  font-size: 1.3vw;
  line-height: 1.8;
}
.Hr {
  width: 685px;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  border-bottom: 0;
}
.Dishes_Main {
  padding: 100px 0;
  background-image: url("../../../img/yurayura--left.svg");
  background-repeat: no-repeat;
  background-position: left -12vw top 70px;
  background-size: 43vw;
}
.Dishes_Main__flex {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
}
.Dishes_Main__ttl {
  width: 72px;
  font-size: 24px;
}
.Dishes_Main__text {
  width: 120px;
  line-height: 2;
  font-size: 16px;
}
.Dishes_Main__ttl,
.Dishes_Main__text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.Dishes_Main__imgs {
  width: 720px;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Dishes_Main__imgs__item {
  text-align: center;
  width: 340px;
  text-decoration: none;
  color: #000;
  margin-bottom: 40px;
}
.Dishes_Main__imgs__item__img {
  margin-bottom: 20px;
}
.Dishes_Main__imgs__item__img img {
  width: 100%;
  height: auto;
}
.Ttl {
  font-weight: 500;
  text-align: center;
  font-size: 40px;
  margin-bottom: 80px;
}
.Ttl__mt {
  margin-top: 100px;
}
.Ttl__sub {
  font-size: 40%;
}
.Ttl__to_detail {
  font-size: 20px;
  font-weight: 500;
  transition: .4s;
  color: #000;
  text-decoration: none;
  text-align: center;
  margin-top: 10px;
}
.Ttl__to_detail:hover {
  color: #D46204;
}
.Dishes_Main__imgs__item__ttl {
  font-size: 24px;
  font-weight: 500;
  transition: .4s;
}
.Dishes_Main__imgs__item__ttl:hover {
  color: #D46204;
}
.Slide_cutin {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  display: block;
}

.Slide_cutin::after {
  content: "詳細を見る";
  background-color: rgba(232,139,62, 0.5);
  width: 100%;
  height: 100%;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: -100%;
  transition: .2s;
  color: #fff;
  text-shadow: 0 0 2px #000;
  text-decoration: underline;
}
.Slide_cutin:hover::after {
  bottom: 0;
}
.Dishes_Annex {
  padding: 100px 0;
}
.Bg__yura {
  background-image: url("../../../img/yurayura.svg");
  background-repeat: no-repeat;
  background-position: right -12vw top 70px;
  background-size: 43vw;
}
.Bg__yura--left {
  background-image: url("../../../img/yurayura--left.svg");
  background-repeat: no-repeat;
  background-position: left -12vw top 70px;
  background-size: 43vw;
}
.Dishes_Annex__flex {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
  flex-direction: row-reverse;
}
.Dishes_Annex__flex_item__ttl,
.Dishes_Annex__flex_item__text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.Dishes_Annex__flex_item__ttl {
  font-size: 24px;
  font-weight: 500;
}
.Dishes_Annex__flex_item__text {
  font-size: 16px;
  margin-right: 60px;
  margin-left: 40px;
  line-height: 2;
}
.Dishes_Annex__flex_item__imgs img {
  width: 100%;
  height: auto;
}
.Btn__arrow {
  text-decoration: none;
  color: #000;
  display: block;
  width: 244px;
  background-image: url("../../../img/Arrow__to_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left 0px;
  font-weight: 500;
  font-size: 24px;
  padding-bottom: 10px;
  transition: .4s;
}
.Btn__arrow:hover {
  color: #D46204;
}
.Dishes_Annex__flex_item__imgs {
  position: relative;
}
.Dishes_Annex__flex_item__imgs .Btn__arrow {
  position: absolute;
  right: 0;
  bottom: 0;
}
.Allergy {
  background-color: #F2F1E8;
}
.Description {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 2;
}
.Ttl__possible,
.Text__possible {
  text-align: center;
  font-weight: 500;
  padding: 10px;
}
.Ttl__possible {
  font-size: 26px;
  background-color: #D46204;
  color: #fff;
}
.Text__possible {
  font-size: 22px;
  background-color: #fff;
  margin-bottom: 40px;
}
.Attention__nav,
.Attention__nav2 {
  width: 740px;
  margin: auto;
}
.Attention__nav {
  margin-bottom: 30px;
}
.Attention__list,
.Attention__list2 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.Attention__list {
  font-size: 18px;
  font-weight: 500;
}
.Attention__list2 {
  font-size: 16px;
  font-weight: bold;
}
.Attention__list::before,
.Attention__list2::before {
  position: absolute;
  left: 0;
  top: 0;
}
.Attention__list::before {
  content: '-';
}
.Attention__list2::before {
  content: '※';
}
.hd {
  display: none;
}
/*********************************************flex*/
.Flex__2 {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
}
.Flex__2_item {
  width: 50%;
}
.Flex__2_item img {
  width: 100%;
}
.Flex__2--jcc {
  justify-content: center;
}
.Dishe .Flex__2_item {
  padding-left: 8%;
}
.Dishe .Flex__2 {
  margin: 60px auto;
}
.Img__flex2 {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-content: stretch;
}
.Img__flex2_item {
  width: 50%;
  height: 342px;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.Img__flex2_item + .Img__flex2_item {
  margin-left: 1px;
}
.Img__flex2_item img {
  width: 100%;
}
a.Flex__2_item {
  text-decoration: none;
}

.Flex__room {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
#page-wan-chan .Flex__2 .Flex__2_item.img,
#page-sightseeing .Flex__2 .Flex__2_item.img,
.Dishe.annex .Flex__2 .Flex__2_item.img
 {
  width: 60%;
}
#page-wan-chan .Flex__2 .Flex__2_item.text,
#page-sightseeing .Flex__2 .Flex__2_item.text,
.Dishe.annex .Flex__2 .Flex__2_item.text
 {
  width: 40%;
}
#page-wan-chan .Flex__2,
#page-sightseeing .Flex__2
 {
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 100px;
}
.Sightseeing .Ttl__2col {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 20px;
}
.Sightseeing .Ttl__2col .f80 {
  margin-left: 20px;
}
.Sightseeing:nth-of-type(2n) .Flex__2_item.text {
  padding-left: 40px;
  padding-right: 0;
}
.Sightseeing:nth-of-type(2n-1) .Flex__2_item.text {
  padding-right: 40px;
  padding-left: 0;
}
#page-wan-chan .Flex__2:nth-of-type(2n-1) .Flex__2_item.text
 {
  padding-left: 40px;
}
#page-wan-chan .Flex__2:nth-of-type(2n) .Flex__2_item.text
 {
  padding-right: 40px;
}
#page-wan-chan .Flex__2:nth-of-type(2n),
.Sightseeing:nth-of-type(2n-1) .Flex__2,
.Flex__room:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.Flex__room_item_img {
  width: 60%;
}
.Flex__room_item_img img {
  width: 100%;
  height: auto;
}
.Flex__room_item_text {
  width: 40%;
  padding-left: 40px;
}
.Flex__room:nth-of-type(2n) .Flex__room_item_text {
  padding-left: 0;
  padding-right: 40px;
}
.Flex__dl {
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.Flex__dl dt {
  width: 17%;
}
.Flex__dl dt:after {
  content: ':';
}
.Flex__dl dd {
  width: 70%;
}
.Flex__dl dt,
.Flex__dl dd {
  margin-bottom: 30px;
}
.Flex__main {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
  text-align: center;
}
.Flex__main_item {
  width: 49%;
  margin-bottom: 100px;
}
.Flex__main_img {
  text-decoration: none;
  color: #000;
}
.Flex__main_item img {
  width: 100%;
  vertical-align: bottom;
}
.Flex__main_item h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 10px;
}
#page-dishes .Irori {
  background-position: right -12vw top 0px;
}
#page-rooms .Flex__2 .Ttl__to_detail {
  margin-bottom: 40px;
}
#page-rooms .Flex__2_item + .Flex__2_item {
  margin-left: 20px;
}
#page-rooms .Flex__2 a,
#page-rooms .Flex__3 a {
  text-decoration: none;
  color: #000;
}
#page-hot-spring .Flex__2_item + .Flex__2_item,
#page-wan-chan .Flex__2_item + .Flex__2_item
 {
  margin-left: 20px;
}
#page-hot-spring .Flex__2 {
  margin-bottom: 60px;
}
.Kv__dishes_detail {
  background-image: url("../../../img/dishes__detail/kv.png");
}
.Kv__dishes_detail--annex {
  background-image: url("../../../img/dishes__detail/Kv__dishe_annex.png");
}
.Kv__rooms {
  background-image: url("../../../img/rooms/Kv__rooms.png");
}
.Kv__rooms_main {
  background-image: url("../../../img/rooms/Kv__rooms_main.png");
}
.Kv__access {
  background-image: url("../../../img/access/Kv__access.png");
}
.Hot-spring {
  background-image: url("../../../img/hot-spring/Kv__hot-spring.png");
}
.Dishe {
  padding: 100px 0;
  background-image: url("../../../img/deco/kasa.svg");
  background-size: 358px 358px;
  background-repeat: no-repeat;
  background-position: bottom 50px right -50px;
}
.Akari {
  background-image: url("../../../img/deco/akari.svg");
}
.Tomoshibi {
  background-image: url("../../../img/deco/tomoshibi.svg");
}
.Vege {
  background-image: url("../../../img/deco/vege.svg");
}
.Morning {
  background-image: url("../../../img/deco/morning.svg");
}
.Add {
  background-image: url("../../../img/deco/add.svg");
}
/********************************************Ttl__dishe*/
.Ttl__dishe {
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left 110px center;
  padding: 20px 0 30px;
}
.Ttl__dan {
  background-image: url("../../../img/deco/kasa.svg");
}
.Ttl__akari {
  background-image: url("../../../img/deco/akari.svg");
}
.Ttl__tomoshibi {
  background-image: url("../../../img/deco/tomoshibi.svg");
}
.Ttl__vege {
  background-image: url("../../../img/deco/vege.svg");
}
.Ttl__morning {
  background-image: url("../../../img/deco/morning.svg");
}
.Ttl__add {
  background-image: url("../../../img/deco/add.svg");
}

.Attention__dishe {
  font-size: 12px;
  text-align: right;
}
.Ttl__detail {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.Attention__purchase {
  font-size: 14px;
  text-align: center;
}
.Attention__purchase--mb {
  margin-bottom: 100px;
}
.Menu__dishe {
  width: 50%;
  margin: 60px auto;
}
.Flex__2_item p,
.List__normal
 {
  margin-bottom: 20px;
}
.List__middle {
  width: 740px;
  margin-right: auto;
  margin-left: auto;
}
.List__middle a {
  text-decoration: none;
  color: #d46204;
}
.List__middle li {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.List__normal li {
  position: relative;
  padding-left: 20px;
}
.List__normal li::before {
  position: absolute;
  content: '-';
  top: 0;
  left: 0;
}
.Intro,
.Allergy {
  padding: 100px 0;
}
.Section {
  padding: 100px 0;
}
.Room {
  margin-bottom: 100px;
  background-repeat: no-repeat, no-repeat;
  background-size: 40vw 40vw, 40vw 40vw;
  background-position: right -10vw top 0vw, left -10vw bottom 0vw;
  background-image: url("../../../img/yurayura.svg"), url("../../../img/yurayura--left.svg");
}
.Room p {
  line-height: 2;
  font-weight: 500;
}
p.Attention__room {
  font-size: 14px;
  font-weight: bold;
}
.Hotspring {
  padding-bottom: 100px;
}
.Hotspring .Img__grid3 {
  margin-bottom: 40px;
}
.Hotspring .Content {
  width: 600px;
  margin: auto;
}
.About {
  background-color: #F2F1E8;
  padding-top: 100px;
}
.ta {
  text-align: left;
}
.Amenity {
  background-color: #F2F1E8;
}
.Amenity .Flex__2_item p {
  padding: 20px;
}
.Intro__facility .Ttl {
  margin-bottom: 0;
}
.Annex__links {
  margin-top: 100px;
}
.Bnr__to_dog {
  display: block;
  width: 800px;
  margin: 0 auto;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.Bnr__to_dog:hover {
  opacity: .6;
}
.Bnr__to_dog img {
  width: 100%;
  height: auto;
}
.Flex__3 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: stretch;
  text-align: center;
}
.Flex__3_item img {
  width: 100%;
}
.Flex__3_item + .Flex__3_item {
  margin-left: 20px;
}
.Flex__3.rooms {
  flex-wrap: wrap;
}
.Flex__3.rooms .Flex__3_item span {
  display: block;
}
.Flex__3.rooms .Flex__3_item {
  width: calc((100% - 40px) / 3);
  box-sizing: border-box;
  margin-left: 0;
  text-decoration: none;
  margin-bottom: 40px;
  display: block;
}
.Room__wan {
  padding: 100px 0;
}
.Goods img {
  margin-bottom: 20px;
}
.Goods h3 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin: 40px 0 20px;
}
.goods__text {
  font-size: 18px;
  text-align: center;
  line-height: 2;
}
.Spot-wan h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 40px;
}
.Spot-wan h3::before {
}
.Spot-wan h3::after {
}
.Spot-wan:nth-of-type(2n) .Flex__2 {
  flex-direction: row-reverse;
}
.Spot-wan:nth-of-type(2n) .Flex__2_item.text {
  padding-left: 0;
  padding-right: 40px;
}
.f50  {
  font-size: 50%;
}
.f80 {
  font-size: 80%;
}
.Ttl__car {
  margin-top: 180px;
}
.Attention__access {
  margin: 10px 0 60px;
}
.Access__route:last-of-type {
  margin-bottom: 100px;
}
.Ttl__from {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.Ttl__taxi {
  margin: 20px 0 10px;
  font-weight: 500;
  font-size: 20px;
}
.Text__taxi {
  margin-bottom: 60px;
}
.Dishe.annex img {
  margin-bottom: 10px;
}
.Ttl__upgrade {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.Nav__inner {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 10px 10px 0;
  text-align: left;
  z-index: 9;
}
.Nav__inner li {
  white-space: nowrap;
  text-align: left;
}
.Nav__inner li a {
  display: block;
  padding: 4px 0;
  margin-bottom: 10px;
  border-bottom: 0;
}
.ml0 {
  margin-left: 0!important;
}
.Nav__hover {
  position: relative;
}
#page-privacy .container,
#page-sitemap .container,
#page-bestrate .container
 {
  margin: auto;
  text-align: center;
}
#page-detail .container {
  width: 900px;
  margin: 80px auto;
}
#page-bestrate .plandetail,
#page-detail .plandetail
 {
  width: 100%;
}
#page-wan-chan .Flex__3_item img {
}
#page-wan-chan .Flex__3_item h3 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
}
.Img__goods {
  width: 80%;
  display: block;
  margin: auto;
}
#news .more a {
  background: none;
  text-indent: 0;
  line-height: 1;
  height: auto;
  font-size: 24px;
  font-weight: 500;
  padding: 10px 20px 12px;
  border: 1px solid;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
#news .more a:hover {
  background: #1C526E;
  color: #fff;
  border: 2px solid;
}
.pc-none {
  display: none;
}
.pc-block {
  display: block;
}
.pc-flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.pc-ilb {
  display: inline-block;
}
#page-detail .container {
  width: 100%;
  margin: auto;
}

#page-detail .column-inner {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
#page-detail .photos-left,
#page-detail .plandetail
 {
  width: 50%;
}
.Attention__list a {
  text-decoration: none;
  color: #d46204;
}
.Ttl__en::after {
  height: 1px;
  width: 80%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  content: '';
  background: #000;
}
.Ttl__en {
  letter-spacing: 6px;
  font-size: 44px;
  position: relative;
  margin-bottom: 40px;
}
.Flex__won2_img {
  width: 100%;
}
.Flex__won2_imgbox {
  width: 40%;
}
.Flex__won2_textbox {
  width: 60%;
  font-size: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  line-height: 2;
}
.Flex__won2 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.Attention__won {
  text-align: center;
}
.Box__dish_img {
  width: 100%;
}
.Box__dish .Btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.Box__dish {
  position: relative;
  text-align: center;
  width: 70%;
  margin: 0 auto 40px;
}
.Ttl__en_facilities::after {
  width: 64%;
}
.Won__facilities {
  margin-top: 80px;
}
.Img__riro {
  display: block;
  width: 110%;
  margin: 24px auto 64px -5%;
}
.Ttl__std_facilities {
  font-size: 24px;
  font-weight: 500;
}
.Text__std_facilities {
  font-size: 20px;
}
.Rental {
  margin: 40px auto;
}
.Rental .Flex__2_item {
  width: 49%;
}
.Rental .Text__std_facilities {
  text-align: center;
  margin-top: 24px;
}
.Rental .Ttl__std_facilities {
  text-align: center;
  margin-bottom: 40px;
}
.Img__riro.pc-none {
  display: none;
}
@media (min-width:769px) {
  .drawer-toggle {
    display: none;
  }
}
@media (max-width: 768px) {
  .Img__riro.sp-block {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .sp-block {
    display: block;
  }
  .sp-flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
  .sp-ilb {
    display: inline-block;
  }
  /******************drawer*/
  .drawer-hamburger {
    width: 6vw;
    padding: 5.5vw 4vw 4vw;
    z-index: 9999!important;
  }
  .drawer-hamburger-icon::before {
    top: -2vw;
  }
  .drawer-hamburger-icon::after {
    top: 2vw;
  }
  /*****************container*/
  .Container img {
    max-width: 100%;
  }
  .Container,
  .Bnr,
  .Entertainment__container,
  #entries,
  ul.ui-tabs-nav,
  .Bnr__fooer__container,
  .Footer__container,
  .Kv__container,
  .Bnr__to_dog,
  .Btn__main_and_annex,
  .Hotspring .Content {
    width: 100%;
    min-width: auto;
  }
  .Header__btn--main,
  .Header__btn--annex,
  .Contact,
  .Nav {
    display: none;
  }
  .Header__logo {
    top: 0;
  }
  .headWrap {
    padding: 0vw;
  }
  .Header__logo img {
    width: 40vw;
    height: auto;
    padding: 2vw 0;
  }
  .Irori {
    background-position: right -16vw top 0;
  }
  .Irori,
  .Entertainment {
    padding: 8vw 0;
  }
  .Build {
    padding-bottom: 8vw;
  }
  .Entertainment__flex3, .Entertainment__flex4 {
    padding: 0 2vw;
  }
  .Entertainment__flex3__item-ttl, .Entertainment__flex4__item-ttl {
    display: none;
  }
  .Entertainment__flex3__item--content {
    width: 40vw;
  }
  .Entertainment__flex4__item--content {
    width: 28vw;
  }
  .Entertainment__flex4__item--content img {
    width: 100%;
  }
  .Entertainment__flex4__img {
    width: auto;
  }
  .Entertainment__flex3__item-ttl img,
  .Entertainment__flex4__item-ttl img {
    width: 4vw;
  }
  .Entertainment__flex3 + .Entertainment__flex3, .Entertainment__flex4 {
    margin-top: 8vw;
  }
  #entries {
    padding: 8vw 2vw;
    box-sizing: border-box;
  }
  .Bnr__footer {

  }
  .Bnr__footer__img img {
    width: 32vw;
  }
  .Bnr__fooer__container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-around;
  }
  .Footer {
    padding: 8vw 0;
  }
  .Footer__container {
    padding: 0 2vw;
    box-sizing: border-box;
  }
  .Footer__flex-top,
  .Footer__flex-bottom
   {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .Footer__flex_top-left,
  .Footer__flex_top-right,
  .Footer__flex-bottom-left,
  .Footer__flex-bottom-right
   {
    width: 100%;
  }
  .Footer__flex-bottom-right {
    text-align: right;
    margin-top: 2vw;
  }
  /****************************grid*/
  .Irori__grid {
    grid-template-columns: 50vw 50vw;
    grid-template-rows: 22vw 40vw 48vw 31vw;
  }
  .Irori__ttl {
    grid-area: 1/1/2/3;
  }
  .Irori__img--top {
    grid-area: 3/1/4/3;
  }
  .Irori__text {
    grid-area: 2/1/3/3;
    font-size: 3vw;
    writing-mode: unset;
    padding: 4vw;
  }
  .Irori__img--left {
    grid-area: 4/1/5/2;
  }
  .Irori__img--right {
    grid-area: 4/2/5/3;
  }
  .Irori__ttl img {
    width: 20vw;
  }
  .Img__grid3,
  .Img__grid3--reverse {
    grid-template-columns: 50vw 50vw;
    grid-template-rows: min-content;
  }
  .Img__item_main,
  .Img__grid3--reverse .Img__item_main {
    grid-area: 1/1/2/3;
  }
  .Img__item_top,
  .Img__grid3--reverse .Img__item_top {
    grid-area: 2/1/3/2;
  }
  .Img__item_bottom,
  .Img__grid3--reverse .Img__item_bottom {
    grid-area: 2/2/3/3;
  }
  .Img__grid3 img {
  }

  .Grid5 {
    width: 80vw;
    margin: auto;
    grid-template-columns: 80vw;
    grid-template-rows: minmax(10vw, auto);
  }
  .Grid5__top_left,
  .Grid5__top_right,
  .Grid5__bottom_left,
  .Grid5__bottom_center,
  .Grid5__bottom_right
   {
     grid-column: 1 / 2;
  }
  .Grid5__top_left {
    grid-row: 1/2;
  }
  .Grid5__top_right {
    grid-row: 2/3;
  }
  .Grid5__bottom_left {
    grid-row: 3/4;
  }
  .Grid5__bottom_center {
    grid-row: 4/5;
  }
  .Grid5__bottom_right {
    grid-row: 5/6;
  }
  #page-facility .Irori {
    padding-top: 0;
  }
  #page-facility .Irori__grid {
    grid-template-rows: 26vw 49vw 48vw 31vw;
  }
  .Build {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
  .Build__item {
    width: 80%;
    margin-bottom: 8vw;
  }
  .Build__item h2 {
    font-size: 5vw;
  }
  .Build__text {
    font-size: 3.5vw;
    padding: 0;
  }
  .Build__btn {
    width: 80%;
    margin: 4vw auto;
  }
  .Ttl__Entertainment {
    font-size: 6vw;
    text-align: center;
    margin-bottom: 4vw;
  }
  .Ttl__tsudou {
    color: #1C526E;
  }
  .Ttl__bishoku {
    color: #91262B;
  }
  .Ttl__asobu {
    color: #36805B;
  }
  .Entertainment__flex3, .Entertainment__flex4 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
  .Entertainment__flex3__item--content,
  .Entertainment__flex4__item--content {
    width: 80%;
    margin-bottom: 8vw;
  }
  #news .column-inner, #recommends .column-inner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .photos-left {
    width: 80% !important;
  }
  .plandetail, .plandetail-left {
    width: 80%;
    margin-left: 0;
  }
  .Footer__flex_top-left,
  .Footer__flex_top-right,
  .Footer__flex-bottom-left,
  .Footer__flex-bottom-right,
  .Footer__nav
   {
    text-align: center;
  }
  .Footer__ttl {
    font-size: 5vw;
  }
  .Footer__address {
    font-size: 4vw;
  }
  .Footer__nav {
    font-size: 3.5vw;
    margin: 8vw auto;
  }
  .Footer__tel, .Footer__fax {
    font-size: 5vw;
  }
  .Footer__flex-bottom-right {
    margin-top: 4vw;
  }
  .Footer__sitemap, .Footer__privacy, .Footer__copy, .Footer__bestrate {
    font-size: 3.5vw;
    text-align: center;
    display: block;
    margin-bottom: 2vw;
  }
  .Footer__bestrate {
    margin-bottom: 4vw;
  }
  .Kv__text {
    width: 10vw;
    padding: 6vw;
  }
  .Kv__text2 {
    width: 20vw;
    padding: 6vw;
  }
  .Kv {
    height: auto;
    min-height: 44vw;
  }
  .Intro, .Allergy {
    padding: 8vw 2vw;
  }
  .Ttl {
    font-size: 5vw;
    margin-bottom: 8vw;
  }
  .Bg__yura {
    -webkit-background-size: 56vw;
    background-size: 56vw;
    background-position: right -12vw top -83px;
  }
  /*****************************section padding*/
  .Dishes_Main,
  .Dishes_Annex,
  .Dishe,
  .Section,
  .Room__wan {
    padding: 8vw 0;
  }
  .Menu__dishe {
    width: 80%;
  }
  .Room {
    margin-bottom: 8vw;
  }
  #page-wan-chan .Flex__2, #page-sightseeing .Flex__2 {
    padding-bottom: 16vw;
  }
  .Access__route {
    padding: 0 2vw;
  }
  /********************************flex-sp**/
  .Flex__main,
  .Dishes_Main__flex,
  .Dishes_Annex__flex,
  .Flex__room {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
  .Flex__main_item,
  .Dishes_Main__flex__item {
    width: 90%;
  }
  .Flex__2 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
  .Flex__2_item {
    width: 80%;
  }
  #page-wan-chan .Flex__2 .Flex__2_item.img, #page-sightseeing .Flex__2 .Flex__2_item.img, .Dishe.annex .Flex__2 .Flex__2_item.img {
    width: 80%;
  }
  #page-wan-chan .Flex__2 .Flex__2_item.text, #page-sightseeing .Flex__2 .Flex__2_item.text, .Dishe.annex .Flex__2 .Flex__2_item.text {
    width: 80%;
  }
  .Dishe .Flex__2_item {
    padding-left: 0;
  }
  .Dishe .Flex__2 {
    margin: auto;
  }
  .Dishes_Main__imgs {
    justify-content: center;
  }
  .Img__flex2_item {
    height: auto;
  }
  .Attention__purchase--mb {
    margin-bottom: 8vw;
  }
  .Menu__dishe {
    margin: 8vw auto;
  }
  .Flex__3.rooms .Flex__3_item,
  #page-rooms .Flex__3_item {
    width: 80%;
    margin-bottom: 0vw;
  }
  .Flex__3.rooms,
  #page-rooms .Flex__3 {
    justify-content: center;
  }
  #page-wan-chan .Flex__3 .Flex__3_item + .Flex__3_item,
  #page-rooms .Flex__3 .Flex__3_item + .Flex__3_item,
  #page-rooms .Flex__2 .Flex__2_item + .Flex__2_item,
  #page-hot-spring .Flex__2 .Flex__2_item + .Flex__2_item

   {
    margin-left: 0;
  }
  #page-wan-chan .Flex__3_item,
  #page-rooms .Flex__3_item,
  #page-hot-spring .Flex__2_item
   {
    width: 80%;
    margin-bottom: 8vw;
  }
  #page-hot-spring .Flex__2 {
    margin-bottom: 0vw;
  }
  #page-wan-chan .Flex__3,
  #page-rooms .Flex__3 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
  #page-wan-chan .Flex__2:nth-of-type(2n), .Sightseeing:nth-of-type(2n-1) .Flex__2, .Flex__room:nth-of-type(2n) {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .Flex__room_item_img,
  .Flex__room_item_text {
    width: 80vw;
  }
  .Flex__room_item_text {
    padding-left: 0;
    padding-top: 4vw;
    padding-bottom: 8vw;
  }
  .Flex__room:nth-of-type(2n) .Flex__room_item_text {
    padding-right: 0;
  }
  .Sightseeing:nth-of-type(2n) .Flex__2_item.text {
    padding-left: 0;
  }
  #page-wan-chan .Flex__2:nth-of-type(2n-1) .Flex__2_item.text {
    padding-left: 0;
  }
  .Spot-wan:nth-of-type(2n) .Flex__2 {
    flex-direction: column;
  }
  .Spot-wan:nth-of-type(2n) .Flex__2_item.text {
    padding-left: 0;
    padding-right: 0px;
  }
  /*****************************font*/
  .Dishes_Annex__flex_item__text {
    margin: 0;
  }
  .Dishes_Main__imgs__item__ttl {
    font: 4vw;
  }
  .Dishes_Main__ttl, .Dishes_Main__text,
  .Dishes_Annex__flex_item__ttl,
  .Dishes_Annex__flex_item__text
   {
    writing-mode: unset;
    margin-bottom: 4vw;
  }
  .Flex__main_item h3 {
    font-size: 4vw;
  }
  .Flex__main_item p {
    font-size: 3.5vw;
  }
  .Bnr__to_dog img {
    width: 100%;
  }
  .Bnr__to_dog {
    padding: 2vw;
    box-sizing: border-box;
  }
  .Btn__to_main, .Btn__to_annex {
    width: 44vw;
    background: none;
  }
  .Btn__main_and_annex {
    justify-content: space-around;
    margin: 8vw 0 0;
  }
  .Description {
    font-size: 4vw;
    text-align: left;
    padding: 0 2vw;
  }
  .Hotspring .Content {
    padding: 2vw;
    font-size: 3.5vw;
    box-sizing: border-box;
  }
  .Hr {
    width: 80%;
  }
  .About {
    padding-top: 8vw;
  }
  .Hotspring {
    padding-bottom: 8vw;
  }
  .Dishes_Main__ttl {
    text-align: center;
    margin-bottom: 4vw;
  }
  .Dishes_Annex__flex_item__imgs .Btn__arrow {
    position: static;
    margin: 4vw auto;
  }
  .Ttl__possible {
    font-size: 4vw;
  }
  .Text__possible {
    font-size: 3.5vw;
  }
  .Attention__nav, .Attention__nav2 {
    width: 100%;
    box-sizing: border-box;
  }
  .Attention__dishe {
    margin-right: 2vw;
  }
  .Sightseeing:nth-of-type(2n-1) .Flex__2_item.text {
    padding-right: 0;
  }
  /******************bg*/
  .Kv__dishes_detail,
  .Kv__wan-chan {
    -webkit-background-size: cover;
    background-size: cover;
  }
  /***************ttl*/
  .goods__text {
    padding: 2vw 4vw;
  }
  .Spot-wan h3 {
    font-size: 4vw;
  }
  .Ttl__detail {
    font-size: 4vw;
  }
  .Ttl__sub {
    font-size: 50%;
  }
  .Ttl__to_detail {
    margin-bottom: 8vw;
  }
  .Ttl__mt {
    margin-top: 8vw;
  }
  .Spot-wan h3 {
    margin-top: 20px;
  }
  .Kv__top {
    height: auto;
  }
  .Kv__logo {
    width: 30vw;
    top: 15vw;
  }
  .drawer-nav li {
    border-bottom: 1px solid;
  }
  .Entertainment__flex3:nth-of-type(2), .Entertainment__flex4 {
    margin-top: 8vw;
  }
  .Footer__fax a {
    text-decoration: none!important;
    color: #000!important;
  }
  .Footer__nav {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 8vw auto 8vw 8vw;
  }
  .Footer__list {
    text-align: left;
    display: block;
    width: 45%;
  }
  .Footer__list + .Footer__list {
    padding-left: 0;
    margin-left: 0;
    border: none;
  }
  .Ttl__upgrade {
    font-weight: 4vw;
    margin-bottom: 2vw;
  }
  #page-facility .Description {
    font-size: 3.6vw;
  }
  #page-facility .Irori__ttl {
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  #page-sightseeing .Flex__2_item img {
    margin-bottom: 4vw;
  }
  .Img__flex2_item {
    height: 33vw;
  }
  #news .more a {
    width: 100%;
    box-sizing: border-box;
  }
  .english .Flex__dl dt {
    width: 100%;
  }
  #page-detail .column-inner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #page-detail .photos-left,
  #page-detail .photos-left img,
  #page-detail .plandetail
   {
    width: 100%!important;
  }
  #page-detail .plandetail {
    margin-bottom: 8vw;
  }
  .Flex__dl dt {
    margin-bottom: 10px;
    width: 100%;
  }
  .Flex__dl dd {
    width: 100%;
  }
  #page-privacy img {
    max-width: 100%;
  }
  .Footer__privacy,
  .Footer__copy,
  .Footer__bestrate {
    margin-left: 0;
  }
  .List__middle {
    width: 100%;
  }
  .List__normal li {
    font-size: 3.5vw;
    box-sizing: border-box;
    margin: 0 4vw;
  }
  .Limited {
    position: static;
    margin-bottom: 2vw;
    display: inline-block!important;
  }
  .Ttl__en::after {
    width: 70vw;
  }
  .Ttl__en {
    font-size: 5vw;
    padding-left: 2vw;
  }
  .Flex__won2_textbox {
    font-size: 3vw;
  }
  .Attention__won {
    font-size: 3vw;
  }
  .Box__dish {
    width: 90%;
    text-align: center;
  }
  .Box__dish .Btn__arrow {
    width: 80vw;
    font-size: 5vw;
    margin: 2vw auto 0;
  }
  .Box__dish .Btn {
    position: static;
  }
  .Ttl__en_facilities::after {
    width: 54vw;
  }
  #page-annex .Flex__3_item {
    width: 80%;
  }
  #page-annex .Flex__3 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
  #page-annex .Flex__3_item + .Flex__3_item {
    margin-left: 0;
    margin-top: 2vw;
  }
  .Rental .Flex__2_item + .Flex__2_item {
    margin-top: 2vw;
  }
  .Rental .Flex__2_item {
    width: 80%;
  }
  .Rental .Ttl__std_facilities {
    margin-bottom: 4vw;
  }
  .Ttl__std_facilities {
    font-size: 4vw;
    text-align: center;
    margin-bottom: 4vw;
    margin-top: 2vw;
  }
  .Flex__won_bihin .Flex__won2_imgbox {
    width: 80%;
  }
  .Flex__won_bihin .Flex__won2_textbox {
    width: 90%;
  }
  .Flex__won_bihin {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
  .Text__std_facilities {
    font-size: 3.3vw;
  }
  .Container img.Img__riro {
    width: 96%;
    margin-left: auto;
  }

}
@media (max-width:480px) {
  .drawer-hamburger {
    padding: 5vw 4vw;
  }
}

/* add 190816 */
.side_search {
  margin-top: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.tabmenu {
  margin-bottom: 0;
}
.onlineserviceY {
  display: block;
}
#stab {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
#stab li {
    display: block;
    width: 50%;
    float: left;
}
#stab li a {
  display: block;
  width: 100%;
  padding: 8px 0;
  color: #fff;
  text-decoration: none;
  background: #000;
  border: #cfadbd 1px solid;
  box-sizing: border-box;
}
#stab li.active a {
  background: #cfadbd;
  color: #000;
  text-decoration: none;
}
#stab li.active a:hover {
  opacity: 1;
}
.side_search .area {
  margin: 0 auto;
  padding: 0;
  width: 960px;
  height: 139px;
  border: 3px solid #d5b6c5;
  background: #fff url(../../../img/20180614093051.jpg) left top no-repeat;
  color: #000;
    box-sizing: border-box;
}



.onlineservice h3#hd_search {
  display: none;
}
.onlineservice-inner {
  background: none;
    margin: 2px 0 0 260px;
    width: 670px;
}
.onlineservice-inner-inner {
}
.onlineservice {
  width: 100%;
  background: none;
  color: #000;
}
.booking-search {
  width: auto;
  padding-top: 0;
}
.booking-search-inner{padding: 10px 0 0;}
#nitteiarea br,
#nitteiarea h4,
#ninzuarea h4,
#chkymd2,
#chkpsn2,
#chkymd3,
#chkpsn3,
#nitteiarea label,
#ninzuarea label{
  display: none;
}
#nitteiarea input[type="text"] {
  margin: 0 5px 0 0;
  height: 30px;
}
#nitteiarea input[type="text"]:first-child {
  margin-left: 0;
}
#nitteiarea select,
#ninzuarea select{
  margin: 0 5px;
  height: 30px;
}
#nitteiarea input[type="checkbox"] {
  margin: 0 10px 0 20px;
}
.booking_date02,
.booking_date03{
  display: inline-block;
}
#ninzuarea {
  margin-left: 10px;
}
#booking_inner {
  position: relative;
  padding-top: 10px;
}

.booking_date input[type="button"]:first-of-type {
  position: absolute;
  right: 0;
  top: 0;
    margin: 0 auto 6px;
    width: 200px;
    height: 51px;
    border: none;
    background: url(../../../img/20180614092848.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
    text-indent: -9999px;
}
.booking-buttons ul,
.booking-links ul {
  width: auto;
    margin-left: 20px;
    margin-top: 10px;
    clear: both;
}
.booking-links ul li {
  text-align: right;
  font-size: 12px;
  display: none;
}
.booking-links ul li a {
  color: #000 !important;
  padding-left: 15px;
  background: url(../img/common/arrow.gif) no-repeat left center;
}
.booking-links ul li:first-child {
  display: block;
}
.booking-links {
    margin-top: 12px;
    margin-top: 12px;
}

#calid2,
#calid3 {
  bottom: 50px;
}


/*20190823追加*/
.side_search .area {
    border : 3px solid #d24b0f;
    border-bottom: none;
    background-image: url(../../../img/onlineReserve_ttl_201908.png);
    height: 80px;
}
.booking_date input[type="button"]:first-of-type {
    width: 160px;
    height: 34px;
    background-image: url(../../../img/onlineReserve_btn.png);
    margin-top: 2px;
}
.booking-buttons ul, .booking-links ul {
    margin-top: -21px;
}
#stab li a {
    background-color: #664529;
    border: none;
    color: #FFF;
}
#stab li.active a {
    background-color: #d24b0f;
    color: #FFF;
}

div.move ul li a {
    margin-left: 1015px;
}
body {
    padding-bottom: 130px;
}
div.move ul li a {
    padding-top: 68px;
}

@media screen and (max-width:768px) {
    .side_search {display: none!important;}
    body { padding-bottom: 0; }
}

div.move ul li a {
    padding-top: 54px;
}
#stab {
display:none;
}

/*202010追加*/
.Entertainment__flex3__item--content {
  width: 100%;
}
.Entertainment__flex3 {
    margin-top: 100px;
}
.Entertainment__flex3:first-child {
  margin-top: 0;
}
.Entertainment__flex3__right-txt .Entertainment__flex3__item-ttl {
  border-left: none;
  border-right: 1px solid #91262B;
  padding-left: 0;
  margin-right: 0;
  padding-right: 20px;
  margin-left: 60px;
}
.Entertainment__flex3__item-ttl {
  writing-mode: vertical-rl;
  font-size: 40px;
}
.Entertainment__flex3__item-ttl span {
  letter-spacing: 0.23em;
}
.Entertainment__flex3__item-ttl--tsudou { color: #1c526e; }
.Entertainment__flex3__item-ttl--bishoku { color: #36805b;}
.Entertainment__flex3__item-ttl--asobu { color: #91262b }

@media (max-width: 768px) {
  .Entertainment__flex3 {
      margin-top: 8vw;
  }
}



/*Tripra検索パネル*/
#booking .search-widget-search-container-bf1818{
    padding: 0 20px 0;
background: none;
    box-shadow: none;
}
#booking .input-container-input-container-da40af .input-container-title-db81ec{
font-size: 14px;
margin:0;
    font-family: 'Noto Serif JP', serif;
}
#booking .search-widget-calendar-9fdfc9{
height: 42px!important;
}
#booking .button-btn-f51c1a{
background:rgb(214, 93, 39)!important;
    width: 110px;
    font-family: 'Noto Serif JP', serif;
}
#news {
width: 1024px;
    margin: auto;
    padding: 180px 0;
}
#news h2.hd{
display: block;
    width: 49%;
margin: 0 auto 60px;
    border-top: 2px solid ;
text-align:center;
padding-top: 20px;
font-size: 18px;
    font-weight: bold;
color:#D46204;
}
#news .column{
}


/*202101追加*/
.Reserve_area_sp {
width: 100%;
position: fixed;
left:0;
bottom:0;
background-color: rgba(214, 93, 39,0.95);
display:none;
}
.Reserve_area_sp a {
font-size: 5vw;
text-decoration: none;
display:block;
text-align:center;
padding:15px 0;
color:#FFF;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'Times New Roman', serif;
}
.Reserve_area_sp a:before {
    width: 22px;
    height: 22px;
    margin-top: -11px;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    background-image: url(../img/smart/icon_search.png);
    background-repeat: no-repeat;
    background-size: 22px 22px;
    margin-left: -3.5em;
}
@media screen and (max-width: 768px) {
.Reserve_area_sp {
display:block;
}
body {
padding-bottom:80px;
}
#news {
width: 100%;
}
}