@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------

Reset.css

------------------------------------------------- */
@media print {
  html, body {
    zoom: 0.8;
  }
}
html, body, div, p, span, address, h1, h2, h3, h4, h5, h6, header, hgroup, footer, section, article, aside, nav, figure, figcaption {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 160%;
}

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 180%;
  list-style: none;
}

body {
  color: #02224d;
  font-size: 1.2em;
  font-family: yu-mincho-pr6n, sans-serif;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #02224d;
  outline: none;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

a:active {
  text-decoration: under-line;
}

a img {
  border-style: none;
  transition: 0.3s;
}

div, p, span, address, header, hgroup, footer, section, article, aside, nav, ul, ol, li, dl, dt, dd, figure, figcaption {
  box-sizing: border-box;
}

.tt,
.tt5 {
  display: none;
}

/* PC */
@media print, screen and (min-width: 961px) {
  .sp {
    display: none;
  }
}
/* Tablet */
@media screen and (max-width: 960px) {
  html {
    font-size: 6.25%;
  }

  body {
    font-size: 14rem;
  }

  #wrapper img {
    width: 100%;
  }

  .pc {
    display: none;
  }
}
/* SP縦以外 */
@media screen and (min-width: 641px) {
  /*SP縦以外を表示*/
  .ta {
    display: block;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .tt {
    display: block;
  }

  /*SP縦以外を表示*/
  .ta {
    display: none;
  }
}
/* iphone5 */
@media screen and (max-width: 360px) and (orientation: portrait) {
  .tt5 {
    display: block;
  }
}
@media screen {
  .fade00 {
    opacity: 0;
    transition: 1s;
  }

  .fade01 {
    opacity: 0;
    transition: 1s;
    transform: translate(0, 30px);
  }

  .fade00a {
    opacity: 1.0;
    transform: translate(0, 0);
  }
}
body {
  color: #000;
  letter-spacing: 1px;
}

span.number {
  display: inline;
  font-weight: normal;
  font-size: 1em;
  font-family: "Noto Sans Japanese","Noto Sans", "Noto Sans CJK JP", sans-serif;
}

header {
  background: #fff;
}
header > h1 {
  font-size: 0;
}
header > h1 img {
  width: 100%;
}
header p {
  margin-top: 90px;
  color: #02224d;
  text-align: center;
  font-size: 1.65em;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 668px) {
  header p {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 360px) {
  header p {
    font-size: 5vw;
  }
}
header p span {
  font-size: 80%;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  header p {
    width: 95%;
    margin: 30px auto;
  }
}
header p.min {
  font-size: 0.9em;
}
header ul {
  width: 100%;
}
header ul.icon {
  max-width: 302px;
  margin: 40px auto 80px;
}
@media screen and (max-width: 960px) {
  header ul.icon {
    width: 90%;
    max-width: 250px;
    margin: 0 auto 30px;
  }
}
header ul.icon li img {
  width: 100%;
}
header ul.hotels {
  max-width: 1200px;
  margin: 20px auto 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 960px) {
  header ul.hotels {
    width: 90%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 960px) {
  header ul.hotels {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
header ul.hotels li {
  position: relative;
  padding-bottom: 20px;
  width: calc(100% / 5 - 20px);
}
@media screen and (max-width: 960px) {
  header ul.hotels li {
    width: calc(100% / 2 - 20px);
    margin-bottom: 20px;
  }
}
header ul.hotels li::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 1px #555;
  border-right: solid 1px #555;
  transform: rotate(135deg);
  position: absolute;
  bottom: 2px;
  left: 50%;
}
header ul.hotels li img {
  display: block;
  max-width: 100%;
}
header .endTxt {
  border-top: 1px solid #02224d;
  max-width: 900px;
  margin: 0 auto;
}
header .endTxt p {
  margin-top: 50px;
  font-size: 1em;
}
@media screen and (max-width: 668px) {
  header .endTxt p {
    text-align: left;
  }
}

/*** accordion ***/
.tab {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0;
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7em;
  background-color: #977a39;
  color: #fff;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}
.tab-label:hover {
  opacity: 0.8;
}
.tab-label::after {
  content: "\276F";
  width: 1em;
  text-align: center;
  transition: all .35s;
}
.tab-content {
  max-height: 0;
  transition: all .35s;
  border: 1px solid #fff;
}
.tab-close {
  display: flex;
  justify-content: center;
  padding: 0.7em;
  font-size: 0.75em;
  background-color: #977a39;
  cursor: pointer;
}
.tab-close:hover {
  opacity: 0.8;
}

input:checked + .tab-label {
  background-color: #cbcbcb;
}
input:checked + .tab-label::after {
  transform: rotate(90deg);
}
input:checked ~ .tab-content {
  max-height: 900vh;
  padding: 0;
}

/*** accordion end ***/
.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 668px) {
  .col2 {
    display: block;
  }
}

.bg {
  background: #02224d;
  padding: 85px 0 130px;
}
@media screen and (max-width: 668px) {
  .bg {
    padding: 40px 0 60px;
  }
}
.bg .hotel_wrap {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  border-top: 7px solid #977a39;
  background: #fff;
  padding: 0 0 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .bg .hotel_wrap {
    width: 95%;
  }
}
.bg .hotel_wrap .box_topics {
  padding: 30px;
  text-align: center;
  border: 1px solid #977a39;
  max-width: 960px;
  margin: 30px auto 0 auto;
}
.bg .hotel_wrap .box_topics h3 {
  margin: 0 0 15px 0;
  color: #977a39;
}
.bg .hotel_wrap .box_topics > div {
  margin-top: 15px;
}
.bg .hotel_wrap .logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 100%;
  padding: 50px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .bg .hotel_wrap .logo {
    padding: 50px 10px;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .logo {
    display: block;
    text-align: center;
  }
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .logo {
    align-items: flex-end;
  }
}
.bg .hotel_wrap .logo img {
  width: 100%;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .logo img {
    margin: auto;
  }
}
.bg .hotel_wrap .logo h2 {
  font-weight: bold;
  margin-left: 20px;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .logo h2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .logo h2.lh0 {
    line-height: 0;
  }
}
.bg .hotel_wrap .logo.side {
  max-width: 460px;
}
.bg .hotel_wrap .logo.side img {
  max-width: 230px;
  margin: auto;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .logo.side img {
    max-width: 180px;
  }
}
.bg .hotel_wrap .logo.side h2 {
  margin: 0 0 0 10px;
  text-align: center;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .logo.side h2 {
    margin: 25px auto 0;
  }
}
.bg .hotel_wrap .logo.side h2 span {
  display: block;
  font-size: 85%;
  font-weight: bold;
}
.bg .hotel_wrap .logo.side p {
  margin: auto;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .logo.side p {
    margin-top: 20px;
  }
}
.bg .hotel_wrap .logo.bottom {
  display: block;
  text-align: center;
  max-width: 600px;
}
.bg .hotel_wrap .logo.bottom img {
  max-width: 230px;
  margin: auto;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .logo.bottom img {
    max-width: 180px;
  }
}
.bg .hotel_wrap .logo.bottom h2 {
  margin-left: 0;
}
@media screen and (max-width: 320px) {
  .bg .hotel_wrap .logo.bottom h2 {
    font-size: 6vw;
  }
}
.bg .hotel_wrap .logo.bottom h2 span {
  display: block;
  font-size: 85%;
  font-weight: bold;
}
.bg .hotel_wrap .logo.bottom p {
  margin: auto;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .logo.bottom p {
    margin-top: 20px;
  }
}
.bg .hotel_wrap .logo.logo_kikyo img {
  max-width: 160px;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .logo.logo_kikyo img {
    max-width: 120px;
  }
}
.bg .hotel_wrap .logo.logo_niseko img {
  max-width: 280px;
}
.bg .hotel_wrap .logo.logo_tangram img {
  max-width: 250px;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .logo.logo_tangram h2 {
    line-height: 100%;
  }
}
.bg .hotel_wrap .logo.logo_aso img {
  max-width: 200px;
}
.bg .hotel_wrap .logo.logo03 {
  max-width: 410px;
  padding: 80px 0;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .logo.logo03 {
    max-width: 350px;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .logo.logo03 {
    padding: 60px 0 40px;
  }
}
.bg .hotel_wrap .logo.logo03 img {
  max-width: 145px;
}
.bg .hotel_wrap .logo.logo03 .lubi {
  width: 100%;
  margin-top: 10px;
  padding-left: 190px;
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  .bg .hotel_wrap .logo.logo03 .lubi {
    padding-left: 180px;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .logo.logo03 .lubi {
    margin-top: 0;
    padding-left: 0;
  }
}
.bg .hotel_wrap .logo.logo_seragaki img {
  max-width: 200px;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .logo.logo_seragaki h2 {
    line-height: 0;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 1000px) {
  .bg .hotel_wrap .logo.logo_seragaki h2 {
    line-height: 2;
  }
}
@media screen and (min-width: 960px) and (max-width: 1000px) {
  .bg .hotel_wrap .logo.logo_seragaki h2 {
    font-size: 2.5vw;
  }
}
.bg .hotel_wrap .logo.logo_rokukyoto img {
  max-width: 200px;
}
.bg .hotel_wrap .logo.logo_rokukyoto h2 {
  margin-left: 0;
}
.bg .hotel_wrap .logo + img {
  width: 100%;
}
.bg .hotel_wrap p.osusume {
  position: absolute;
  top: -1px;
  left: 30px;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap p.osusume {
    left: 10px;
  }
}
.bg .hotel_wrap p.osusume img {
  max-width: 165px;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap p.osusume img {
    max-width: 130px;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap p.osusume img {
    max-width: 16vw;
  }
}
.bg .hotel_wrap p.osusume2 {
  position: absolute;
  top: 80px;
  right: 75px;
}
@media screen and (max-width: 1100px) {
  .bg .hotel_wrap p.osusume2 {
    top: 100px;
    right: 15px;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap p.osusume2 {
    top: 150px;
  }
}
.bg .hotel_wrap p.osusume2 img {
  max-width: 165px;
}
@media screen and (max-width: 1100px) {
  .bg .hotel_wrap p.osusume2 img {
    max-width: 130px;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap p.osusume2 img {
    max-width: 16vw;
  }
}
.bg .hotel_wrap p.new {
  position: absolute;
  top: 50px;
  left: 55px;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap p.new {
    top: 10px;
    left: 10px;
  }
}
.bg .hotel_wrap p.new img {
  max-width: 210px;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap p.new img {
    max-width: 90px;
  }
}
.bg .hotel_wrap p.lead {
  text-align: center;
  margin-top: 40px;
  font-size: 0.9em;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap p.lead {
    padding: 0 10px;
  }
}
.bg .hotel_wrap p.lead span {
  display: block;
  font-size: 85%;
}
.bg .hotel_wrap p.lead.notice {
  font-size: 0.75em;
  color: #f00;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap p.lead.notice {
    text-align: left;
    padding: 0 20px;
  }
}
.bg .hotel_wrap h3 {
  color: #02224d;
  text-align: center;
  margin-top: 60px;
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap h3 {
    padding: 0 10px;
    font-size: 1.4em;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap h3 {
    font-size: 4vw;
  }
}
.bg .hotel_wrap h3 ruby rt {
  font-size: 35%;
}
.bg .hotel_wrap .reservation {
  text-align: center;
  width: 100%;
  max-width: 650px;
  background: #977a39;
}
.bg .hotel_wrap .reservation a {
  color: #fff;
  padding: 25px;
  display: block;
  position: relative;
  font-size: 1.45em;
  font-weight: bold;
  letter-spacing: 3px;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .reservation a {
    padding: 30px 25px 5px 25px;
  }
}
.bg .hotel_wrap .reservation a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  font-size: 0.85em;
  position: absolute;
  color: #fff;
  top: 50%;
  right: 32%;
  transform: translateY(-50%);
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .reservation a::after {
    right: 20%;
  }
}
.bg .hotel_wrap .inner {
  width: 100%;
  max-width: 960px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .bg .hotel_wrap .inner {
    width: 95%;
  }
}
.bg .hotel_wrap .inner .hotel_point > p {
  text-align: center;
  margin-top: 95px;
  border-bottom: 2px solid #02224d;
  color: #977a39;
  font-size: 1.75em;
  font-weight: bold;
  padding-bottom: 30px;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .hotel_point > p {
    margin-top: 50px;
    font-size: 1.35em;
  }
}
.bg .hotel_wrap .inner .hotel_point > .col2.spend {
  border-bottom: 2px solid #02224d;
  padding: 35px 0 25px;
}
.bg .hotel_wrap .inner .hotel_point > .col2.spend.border_none {
  border-bottom: none;
}
.bg .hotel_wrap .inner .hotel_point > .col2.spend li:first-child {
  width: 62%;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .hotel_point > .col2.spend li:first-child {
    width: 100%;
  }
}
.bg .hotel_wrap .inner .hotel_point > .col2.spend li:first-child h4 {
  color: #02224d;
  border-left: 5px solid #02224d;
  padding-left: 15px;
  font-weight: bold;
  font-size: 1.31em;
  letter-spacing: 3px;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .hotel_point > .col2.spend li:first-child h4 {
    font-size: 1.26em;
    padding-top: 20px;
  }
}
.bg .hotel_wrap .inner .hotel_point > .col2.spend li:first-child h4 span {
  font-weight: bold;
}
.bg .hotel_wrap .inner .hotel_point > .col2.spend li:first-child h4 span.indent01 {
  letter-spacing: -0.3px;
  margin-left: -8px;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .hotel_point > .col2.spend li:first-child h4 span.indent01 {
    letter-spacing: -0.7px;
  }
}
.bg .hotel_wrap .inner .hotel_point > .col2.spend li:first-child h4 span.indent02 {
  letter-spacing: 0.8px;
}
.bg .hotel_wrap .inner .hotel_point > .col2.spend li:first-child h4 span.icon {
  font-size: 50%;
  letter-spacing: 1px;
  border: 1px solid #02224d;
  padding: 3px;
  margin-left: 10px;
  vertical-align: middle;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .hotel_point > .col2.spend li:first-child h4 span.icon {
    display: block;
    margin-left: 0;
    margin-top: 5px;
    text-align: center;
    max-width: 90px;
  }
}
.bg .hotel_wrap .inner .hotel_point > .col2.spend li:first-child h4 span.small {
  font-size: 85%;
}
.bg .hotel_wrap .inner .hotel_point > .col2.spend li:first-child h4 + p {
  margin-top: 28px;
  font-family: noto-sans, sans-serif;
  color: #000;
  font-size: 0.78em;
  letter-spacing: 1px;
  line-height: 1.8;
}
.bg .hotel_wrap .inner .hotel_point > .col2.spend li:first-child h4 + p span.notice {
  font-size: 0.9em;
}
.bg .hotel_wrap .inner .hotel_point > .col2.spend li:first-child h4 + p span.number {
  font-family: "Noto Sans Japanese","Noto Sans", "Noto Sans CJK JP", sans-serif;
}
.bg .hotel_wrap .inner .hotel_point > .col2.spend li:nth-child(2) {
  width: 34%;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .hotel_point > .col2.spend li:nth-child(2) {
    width: 100%;
    margin-top: 20px;
  }
}
.bg .hotel_wrap .inner .hotel_point > .col2.spend li:nth-child(2) img {
  width: 100%;
}
.bg .hotel_wrap .inner .hotel_point > .col2.spend.last {
  background: #eeeff3;
  margin: 20px 0;
  border-bottom: none;
}
.bg .hotel_wrap .inner .hotel_point > .col2.spend.last li:first-child {
  padding-left: 50px;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .hotel_point > .col2.spend.last li:first-child {
    padding-left: 30px;
  }
}
.bg .hotel_wrap .inner .hotel_point > .col2.spend.last li:first-child h4 {
  border-left: none;
  padding-left: 0;
}
.bg .hotel_wrap .inner .hotel_point > .col2.spend.last li:first-child h4 + p {
  margin-top: 10px;
}
.bg .hotel_wrap .inner .hotel_point > .col2.reverse li:first-child {
  order: 2;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .hotel_point > .col2.reverse li:first-child {
    order: 1;
  }
}
.bg .hotel_wrap .inner .hotel_point > .col2.reverse li:nth-child(2) {
  order: 1;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .hotel_point > .col2.reverse li:nth-child(2) {
    order: 2;
  }
}
.bg .hotel_wrap .inner .hotel_point .hosoku {
  padding: 20px;
  background: #eeeff3;
  margin: 30px 0 60px;
}
.bg .hotel_wrap .inner .hotel_point .hosoku p:first-child {
  color: #02224d;
  text-align: center;
  margin-bottom: 10px;
}
.bg .hotel_wrap .inner .hotel_point .hosoku p:nth-child(2) {
  font-size: 80%;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .hotel_point .hosoku p:nth-child(2) {
    font-size: 90%;
  }
}
.bg .hotel_wrap .inner .hotel_point .hosoku p:last-child {
  text-align: right;
  font-size: 0.75em;
  margin-top: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .hotel_point .hosoku p:last-child {
    text-align: left;
  }
}
.bg .hotel_wrap .inner .hotel_point .hakotabi {
  color: #00857f;
  font-size: 90%;
  background: #e0f0ee;
  border-bottom: none;
  padding-top: 30px;
  margin: 0;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .hotel_point .hakotabi {
    padding: 20px 0;
    margin: 0 0 20px;
  }
}
.bg .hotel_wrap .inner .hotel_point .hakotabi a {
  text-decoration: underline;
  color: #00857f;
}
.bg .hotel_wrap .inner .hotel_point .hakotabi i {
  margin: 0 5px;
  font-size: 80%;
}
.bg .hotel_wrap .inner .hotel_point .more {
  color: #02224d;
  font-size: 90%;
  background: #eeeff3;
  border-bottom: none;
  padding-top: 30px;
  margin: 30px 0 60px;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .hotel_point .more {
    padding: 20px 0;
    margin: 0 0 30px;
  }
}
.bg .hotel_wrap .inner .hotel_point .more a {
  text-decoration: underline;
}
.bg .hotel_wrap .inner .hotel_point .more i {
  margin: 0 5px;
  font-size: 80%;
}
.bg .hotel_wrap .inner .hotel_point .comment {
  background: #02224d;
  text-align: center;
  margin-top: 20px;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .hotel_point .comment {
    padding: 20px 10px 5px 10px;
  }
}
.bg .hotel_wrap .inner .hotel_point .comment span {
  font-weight: bold;
  color: #c8ac6e;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .hotel_point .comment span {
    display: block;
  }
}
.bg .hotel_wrap .inner.newopen {
  background: #eeeff3;
  padding: 20px;
  text-align: center;
  color: #02224d;
  margin-top: 50px;
  border-radius: 3px;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner.newopen {
    margin-top: 25px;
  }
}
.bg .hotel_wrap .inner.newopen p {
  font-weight: bold;
}
.bg .hotel_wrap .inner.newopen p span.large {
  font-size: 130%;
  font-weight: bold;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner.newopen p span.large {
    font-size: 120%;
  }
}
.bg .hotel_wrap .inner.newopen p span.small {
  font-size: 90%;
  font-weight: bold;
}
.bg .hotel_wrap .inner.newopen ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto 0;
  max-width: 800px;
}
.bg .hotel_wrap .inner.newopen ul li {
  width: 46%;
  margin: 0 2%;
}
.bg .hotel_wrap .inner.newopen ul li img {
  width: 100%;
}
.bg .hotel_wrap .inner .panel {
  margin-top: 50px;
}
.bg .hotel_wrap .inner .panel ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bg .hotel_wrap .inner .panel ul.panel3.wide {
  width: 65%;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .panel ul.panel3.wide {
    width: 100%;
  }
}
.bg .hotel_wrap .inner .panel ul.panel3.wide + li {
  width: 34%;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .panel ul.panel3.wide + li {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.bg .hotel_wrap .inner .panel ul.panel3.wide + li div {
  height: 218px;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .panel ul.panel3.wide + li div {
    width: 49%;
    height: 130px;
  }
}
.bg .hotel_wrap .inner .panel ul.panel3.wide + li div:nth-child(2) {
  margin-top: 14px;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .panel ul.panel3.wide + li div:nth-child(2) {
    margin-top: 0;
  }
}
.bg .hotel_wrap .inner .panel ul.panel3.wide div {
  height: 450px;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .panel ul.panel3.wide div {
    height: 230px;
  }
}
.bg .hotel_wrap .inner .panel ul.panel2 li {
  width: 49%;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .panel ul.panel2 li {
    width: 100%;
  }
}
.bg .hotel_wrap .inner .panel ul.panel2 li div {
  height: 300px;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .panel ul.panel2 li div {
    height: 230px;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .panel ul.panel2 li:nth-child(3), .bg .hotel_wrap .inner .panel ul.panel2 li:nth-child(4) {
    width: 49%;
  }
  .bg .hotel_wrap .inner .panel ul.panel2 li:nth-child(3) div, .bg .hotel_wrap .inner .panel ul.panel2 li:nth-child(4) div {
    height: 130px;
  }
}
.bg .hotel_wrap .inner .panel ul.panel2 li.wide {
  width: 100%;
}
.bg .hotel_wrap .inner .panel ul.panel2 li.wide div {
  height: 500px;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .panel ul.panel2 li.wide div {
    height: 230px;
  }
}
.bg .hotel_wrap .inner .panel ul li {
  width: calc(100% / 3 - 6.5px);
  margin-bottom: 10px;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .panel ul li {
    width: 49%;
    margin-bottom: 8px;
  }
}
.bg .hotel_wrap .inner .panel ul li div {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center center;
  height: 218px;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .panel ul li div {
    height: 130px;
  }
}
.bg .hotel_wrap .inner .panel ul li div p {
  position: absolute;
}
.bg .hotel_wrap .inner .panel ul li div p.online {
  background: #02224d;
  color: #fff;
  padding: 5px 8px;
  text-align: center;
  top: 0;
  left: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 0.6em;
  border-radius: 0 0 5px 0;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .panel ul li div p.online {
    padding: 3px 6px;
  }
}
.bg .hotel_wrap .inner .panel ul li div p.name {
  bottom: 0;
  right: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 4px 8px;
  text-align: right;
  font-size: 0.75em;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .panel ul li div p.name {
    padding: 3px 6px;
  }
}
@media screen and (max-width: 414px) {
  .bg .hotel_wrap .inner .panel ul li div p.name {
    font-size: 2vw;
    letter-spacing: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .panel ul li div p.name {
    padding: 10px 8px 0;
  }
}
.bg .hotel_wrap .inner .panel ul li div img {
  width: 100%;
}
.bg .hotel_wrap .inner .panel .notice {
  display: flex;
  align-items: center;
  font-size: 0.85em;
}
.bg .hotel_wrap .inner .panel .notice span {
  background: #02224d;
  color: #fff;
  padding: 5px 8px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 0.7em;
  text-align: center;
  margin-right: 10px;
  border-radius: 0 0 5px 0;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .panel .notice span {
    padding: 3px 6px;
  }
}
.bg .hotel_wrap .inner .info.border_top {
  border-top: 2px solid #02224d;
}
.bg .hotel_wrap .inner .info h3 {
  text-align: center;
  margin: 40px 0;
  color: #02224d;
  font-size: 1.3em;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info h3 {
    font-size: 4vw;
  }
}
.bg .hotel_wrap .inner .info .price_box {
  position: relative;
}
.bg .hotel_wrap .inner .info .price_box p.gentei {
  display: none;
  position: absolute;
  top: 0;
  right: 8px;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .inner .info .price_box p.gentei {
    right: 5px;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .price_box p.gentei {
    top: -10px;
  }
}
@media screen and (max-width: 375px) {
  .bg .hotel_wrap .inner .info .price_box p.gentei {
    right: 0;
  }
}
.bg .hotel_wrap .inner .info .price_box p.gentei img {
  width: 100%;
  max-width: 84px;
}
.bg .hotel_wrap .inner .info .price_box p.reservation {
  margin: 20px auto 35px;
}
.bg .hotel_wrap .inner .info .price_box p.reservation a {
  padding: 20px;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .price_box p.reservation a {
    padding: 30px 20px 5px 20px;
  }
}
.bg .hotel_wrap .inner .info .price_box p.notice {
  font-family: noto-sans, sans-serif;
  font-size: 0.7em;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .price_box p.notice {
    margin-top: 10px;
  }
}
.bg .hotel_wrap .inner .info .price_box p.notice.center {
  text-align: center;
}
.bg .hotel_wrap .inner .info .price_box p.notice.w750 {
  max-width: 750px;
  margin: auto;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .price_box p.notice.w750 {
    text-align: center;
    margin: 10px auto 0;
  }
}
.bg .hotel_wrap .inner .info .price_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .inner .info .price_box ul {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .price_box ul {
    display: block;
  }
}
.bg .hotel_wrap .inner .info .price_box ul li:first-child {
  width: 30%;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .price_box ul li:first-child {
    width: 100%;
  }
}
.bg .hotel_wrap .inner .info .price_box ul li:first-child h5 {
  text-align: center;
  font-family: noto-sans, sans-serif;
  font-size: 0.9em;
}
.bg .hotel_wrap .inner .info .price_box ul li:first-child h5 + p {
  font-size: 1.65em;
  font-weight: bold;
  text-align: center;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .price_box ul li:first-child h5 + p {
    margin-top: 10px;
  }
}
.bg .hotel_wrap .inner .info .price_box ul li:first-child h5 + p span {
  font-weight: bold;
  font-size: 50%;
}
.bg .hotel_wrap .inner .info .price_box ul li:first-child h5 + p span.db {
  display: block;
  line-height: 2;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .price_box ul li:first-child h5 + p span.db {
    display: inline;
  }
}
.bg .hotel_wrap .inner .info .price_box ul li:nth-child(2) {
  width: 35%;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .price_box ul li:nth-child(2) {
    width: 60%;
    margin: 0 auto 20px;
  }
}
.bg .hotel_wrap .inner .info .price_box ul li:nth-child(2) dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bg .hotel_wrap .inner .info .price_box ul li:nth-child(2) dl dt {
  font-size: 1.65em;
  width: 100%;
  line-height: 0.5;
  margin-top: 10px;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .price_box ul li:nth-child(2) dl dt {
    margin-top: 25px;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .price_box ul li:nth-child(2) dl dt {
    font-size: 1.5em;
  }
}
.bg .hotel_wrap .inner .info .price_box ul li:nth-child(2) dl dd.price {
  font-size: 2.4em;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 1050px) {
  .bg .hotel_wrap .inner .info .price_box ul li:nth-child(2) dl dd.price {
    font-size: 2em;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .price_box ul li:nth-child(2) dl dd.price {
    font-size: 1.7em;
  }
}
.bg .hotel_wrap .inner .info .price_box ul li:nth-child(2) dl dd.price span {
  font-size: 70%;
  font-weight: bold;
}
.bg .hotel_wrap .inner .info .price_box ul li:nth-child(2) dl dd.hosoku {
  position: relative;
  font-size: 0.55em;
  font-weight: bold;
  line-height: 1.5;
  padding: 5px 8px;
  letter-spacing: 0.5px;
  text-align: center;
  margin: 10px 20px 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .price_box ul li:nth-child(2) dl dd.hosoku {
    padding: 10px 8px;
    margin: -10px 20px 0 0;
  }
}
@media screen and (max-width: 1050px) {
  .bg .hotel_wrap .inner .info .price_box ul li:nth-child(2) dl dd.hosoku {
    font-size: 0.5em;
  }
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .inner .info .price_box ul li:nth-child(2) dl dd.hosoku {
    width: 40%;
    margin: 10px 30px 0 0;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .price_box ul li:nth-child(2) dl dd.hosoku {
    margin: 0;
    font-size: 0.6em;
    padding: 10px 8px 5px;
  }
}
.bg .hotel_wrap .inner .info .price_box ul li:nth-child(2) dl dd.hosoku::before {
  content: "";
  position: absolute;
  background-image: url(../images/kakko_b.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 7px;
  height: 54px;
  left: 0;
  top: 2px;
}
.bg .hotel_wrap .inner .info .price_box ul li:nth-child(2) dl dd.hosoku::after {
  content: "";
  position: absolute;
  background-image: url(../images/kakko_a.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 7px;
  height: 54px;
  right: 0;
  top: 2px;
}
.bg .hotel_wrap .inner .info .price_box ul li:nth-child(3) {
  width: 25%;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .price_box ul li:nth-child(3) {
    width: 60%;
    margin: auto;
  }
}
.bg .hotel_wrap .inner .info .price_box ul li:nth-child(3) dl dt {
  font-size: 1.65em;
  line-height: 0.5;
  margin-top: 10px;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .price_box ul li:nth-child(3) dl dt {
    margin-top: 25px;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .price_box ul li:nth-child(3) dl dt {
    font-size: 1.5em;
  }
}
.bg .hotel_wrap .inner .info .price_box ul li:nth-child(3) dl dd.price {
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 1050px) {
  .bg .hotel_wrap .inner .info .price_box ul li:nth-child(3) dl dd.price {
    font-size: 2em;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .price_box ul li:nth-child(3) dl dd.price {
    font-size: 1.7em;
  }
}
.bg .hotel_wrap .inner .info .price_box ul li:nth-child(3) dl dd.price span {
  font-size: 70%;
  font-weight: bold;
}
.bg .hotel_wrap .inner .info .price_box ul li:nth-child(3) dl dd.note {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 0.6em;
  font-weight: bold;
}
.bg .hotel_wrap .inner .info .price_box ul li.wide {
  width: 65%;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .price_box ul li.wide {
    width: 70%;
    margin: auto;
  }
}
.bg .hotel_wrap .inner .info .price_box ul li.wide dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bg .hotel_wrap .inner .info .price_box ul li.wide dl dt {
  font-size: 1.65em;
  width: 100%;
  line-height: 0.5;
  margin-top: 10px;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .price_box ul li.wide dl dt {
    margin-top: 25px;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .price_box ul li.wide dl dt {
    font-size: 1.5em;
  }
}
.bg .hotel_wrap .inner .info .price_box ul li.wide dl dd.price {
  font-size: 2.4em;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 1050px) {
  .bg .hotel_wrap .inner .info .price_box ul li.wide dl dd.price {
    font-size: 2em;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .price_box ul li.wide dl dd.price {
    font-size: 1.7em;
  }
}
.bg .hotel_wrap .inner .info .price_box ul li.wide dl dd.price span.small {
  font-size: 70%;
  font-weight: bold;
}
.bg .hotel_wrap .inner .info .price_box ul li.wide dl dd.price span.more_small {
  font-size: 30%;
  font-weight: bold;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .price_box ul li.wide dl dd.price span.more_small {
    font-size: 40%;
  }
}
.bg .hotel_wrap .inner .info .price_box ul.w900 {
  max-width: 900px;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .price_box ul.w900 {
    max-width: 920px;
  }
}
.bg .hotel_wrap .inner .info .price_box ul.w900 li:first-child {
  width: 28%;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .price_box ul.w900 li:first-child {
    width: 100%;
  }
}
.bg .hotel_wrap .inner .info .price_box ul.w900 li.wide {
  width: 71%;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .price_box ul.w900 li.wide {
    margin: auto;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .price_box ul.w900 li .more_small {
    display: block;
  }
}
.bg .hotel_wrap .inner .info .tel {
  margin-top: 40px;
}
.bg .hotel_wrap .inner .info .tel .col2 {
  align-items: flex-start;
}
.bg .hotel_wrap .inner .info .tel .col2 li {
  width: 48%;
}
@media screen and (max-width: 800px) {
  .bg .hotel_wrap .inner .info .tel .col2 li {
    width: 100%;
  }
}
.bg .hotel_wrap .inner .info .tel .col2 li:first-child {
  position: relative;
}
.bg .hotel_wrap .inner .info .tel .col2 li:first-child p.gentei {
  position: absolute;
  top: 165px;
  right: 8px;
}
@media screen and (max-width: 1050px) {
  .bg .hotel_wrap .inner .info .tel .col2 li:first-child p.gentei {
    top: 200px;
  }
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .inner .info .tel .col2 li:first-child p.gentei {
    top: 145px;
    right: 5px;
  }
}
@media screen and (max-width: 375px) {
  .bg .hotel_wrap .inner .info .tel .col2 li:first-child p.gentei {
    right: 0;
  }
}
.bg .hotel_wrap .inner .info .tel .col2 li:first-child p.gentei img {
  width: 100%;
  max-width: 84px;
}
.bg .hotel_wrap .inner .info .tel .col2 li:nth-child(2) {
  position: relative;
}
@media screen and (max-width: 800px) {
  .bg .hotel_wrap .inner .info .tel .col2 li:nth-child(2) {
    margin-top: 30px;
  }
}
.bg .hotel_wrap .inner .info .tel .col2 li:nth-child(2) p.gentei {
  position: absolute;
  top: 165px;
  right: 0;
}
@media screen and (max-width: 1050px) {
  .bg .hotel_wrap .inner .info .tel .col2 li:nth-child(2) p.gentei {
    top: 200px;
  }
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .inner .info .tel .col2 li:nth-child(2) p.gentei {
    top: 155px;
    right: 5px;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .tel .col2 li:nth-child(2) p.gentei {
    top: 170px;
  }
}
.bg .hotel_wrap .inner .info .tel .col2 li:nth-child(2) p.gentei img {
  width: 100%;
  max-width: 84px;
}
.bg .hotel_wrap .inner .info .tel .col2 li p.point {
  color: #977a39;
  background: #f7f4ea;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .tel .col2 li p.point {
    padding: 20px 25px 5px 25px;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .tel .col2 li p.point {
    padding: 20px 10px;
  }
}
.bg .hotel_wrap .inner .info .tel .col2 li h5 {
  text-align: center;
  margin-top: 45px;
  font-family: noto-sans, sans-serif;
  font-size: 0.9em;
}
.bg .hotel_wrap .inner .info .tel .col2 li dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.bg .hotel_wrap .inner .info .tel .col2 li dl dt {
  width: 18%;
  text-align: center;
  font-size: 0.65em;
  border-right: 1px solid #000;
  font-weight: bold;
  line-height: 1.5;
  padding: 18px 0;
}
.bg .hotel_wrap .inner .info .tel .col2 li dl dd {
  width: 80%;
  font-family: noto-sans, sans-serif;
  font-size: 0.56em;
  line-height: 1.5;
}
.bg .hotel_wrap .inner .info .tel .reservation {
  margin: 20px auto 35px;
}
.bg .hotel_wrap .inner .info .topics {
  background: #f7f4ea;
  margin-top: 50px;
  padding: 20px 0 0;
}
.bg .hotel_wrap .inner .info .topics > p {
  color: #02224d;
  position: relative;
  padding-left: 50px;
  font-size: 1.3em;
  font-weight: bold;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .topics > p {
    padding-top: 10px;
  }
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .inner .info .topics > p {
    padding-left: 35px;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .topics > p {
    text-align: center;
    padding-left: 0;
  }
}
.bg .hotel_wrap .inner .info .topics > p::before, .bg .hotel_wrap .inner .info .topics > p::after {
  content: "";
  position: absolute;
  display: block;
  top: 19px;
  transform: translateY(-50%);
  height: 2px;
  background-color: #02224d;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .inner .info .topics > p::before, .bg .hotel_wrap .inner .info .topics > p::after {
    top: 13px;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .topics > p::before, .bg .hotel_wrap .inner .info .topics > p::after {
    top: 15px;
  }
}
.bg .hotel_wrap .inner .info .topics > p::before {
  left: 0;
  width: 3%;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .topics > p::before {
    width: 32%;
  }
}
.bg .hotel_wrap .inner .info .topics > p::after {
  right: 0;
  width: 82%;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .topics > p::after {
    width: 32%;
  }
}
.bg .hotel_wrap .inner .info .topics .col2 {
  padding: 20px 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .topics .col2 {
    padding: 20px;
  }
}
.bg .hotel_wrap .inner .info .topics .col2 li:first-child {
  width: 80%;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .topics .col2 li:first-child {
    width: 100%;
  }
}
.bg .hotel_wrap .inner .info .topics .col2 li:first-child h5 {
  color: #977a39;
  font-size: 1.32em;
  font-weight: bold;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .topics .col2 li:first-child h5 {
    font-size: 1.29em;
  }
}
.bg .hotel_wrap .inner .info .topics .col2 li:first-child h5 span {
  font-weight: bold;
  margin-left: -6px;
}
.bg .hotel_wrap .inner .info .topics .col2 li:first-child p {
  font-family: noto-sans, sans-serif;
  margin-top: 20px;
  color: #000;
  font-size: 0.78em;
  letter-spacing: 1px;
}
.bg .hotel_wrap .inner .info .topics .col2 li:nth-child(2) {
  width: 17%;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .topics .col2 li:nth-child(2) {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}
.bg .hotel_wrap .inner .info .topics .col2 li:nth-child(2) img {
  width: 100%;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .topics .col2 li:nth-child(2) img {
    max-width: 200px;
  }
}
.bg .hotel_wrap .inner .info .special {
  margin-top: 75px;
  position: relative;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .special {
    margin-top: 30px;
  }
}
.bg .hotel_wrap .inner .info .special h5 {
  color: #fff;
  background: #977a39;
  width: 100%;
  max-width: 670px;
  text-align: center;
  margin: auto;
  font-size: 1.35em;
}
.bg .hotel_wrap .inner .info .special h5.key_c {
  background: #02224d;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .special h5 {
    padding-top: 25px;
  }
}
.bg .hotel_wrap .inner .info .special .col2 {
  border-top: 2px solid #02224d;
  border-bottom: 2px solid #02224d;
  padding: 23px 0;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .special .col2 {
    display: flex;
  }
}
.bg .hotel_wrap .inner .info .special .col2 li:first-child {
  width: 47%;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .special .col2 li:first-child {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
}
.bg .hotel_wrap .inner .info .special .col2 li:first-child h4 {
  color: #02224d;
  border-left: 5px solid #02224d;
  padding-left: 15px;
}
.bg .hotel_wrap .inner .info .special .col2 li:first-child h4 + p {
  margin-top: 20px;
  font-family: noto-sans, sans-serif;
  color: #000;
}
.bg .hotel_wrap .inner .info .special .col2 li:first-child img {
  width: 100%;
}
.bg .hotel_wrap .inner .info .special .col2 li:nth-child(2) {
  width: 49%;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .special .col2 li:nth-child(2) {
    width: 90%;
    order: 1;
    margin: auto;
  }
}
.bg .hotel_wrap .inner .info .special .col2 li:nth-child(2) p {
  font-size: 1.45em;
  font-weight: bold;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .special .col2 li:nth-child(2) p {
    font-size: 1.4em;
  }
}
.bg .hotel_wrap .inner .info .special .col2 li:nth-child(2) p.obi {
  display: block;
  font-size: 85%;
  background: #E872A7;
  color: #fff;
  max-width: 320px;
  padding: 3px 0;
  margin-bottom: 10px;
  text-align: center;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .special .col2 li:nth-child(2) p.obi {
    padding: 17px 0 0 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .inner .info .special .col2 li:nth-child(2) p.obi {
    max-width: 250px;
  }
}
.bg .hotel_wrap .inner .info .special .col2 li:nth-child(2) p.kikan span {
  display: block;
  font-size: 70%;
  font-weight: bold;
}
.bg .hotel_wrap .inner .info .special .col2 li:nth-child(2) p.midiumText {
  margin-top: 20px;
  color: #977a39;
  line-height: 1.4;
}
.bg .hotel_wrap .inner .info .special .col2 li:nth-child(2) p.midiumText span.small {
  font-size: 65%;
  font-weight: bold;
}
.bg .hotel_wrap .inner .info .special .col2 li:nth-child(2) p.mt5 {
  margin-top: 5px;
}
.bg .hotel_wrap .inner .info .special .col2 li:nth-child(2) p.price {
  color: #977a39;
  font-size: 3em;
  font-weight: bold;
  line-height: 1;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .special .col2 li:nth-child(2) p.price {
    margin-top: 15px;
    font-size: 2.8em;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .special .col2 li:nth-child(2) p.price {
    font-size: 2.8em;
  }
}
.bg .hotel_wrap .inner .info .special .col2 li:nth-child(2) p.price span {
  font-weight: bold;
}
.bg .hotel_wrap .inner .info .special .col2 li:nth-child(2) p.price span.small {
  font-size: 60%;
}
.bg .hotel_wrap .inner .info .special .col2 li:nth-child(2) p.price span.more_small {
  font-size: 30%;
}
.bg .hotel_wrap .inner .info .special .col2 li:nth-child(2) p.price span.db {
  display: block;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .special .col2 li:nth-child(2) p.price.niseko {
    font-size: 9.5vw;
  }
}
.bg .hotel_wrap .inner .info .special .col2 li:nth-child(2) p.note {
  margin-top: 10px;
}
.bg .hotel_wrap .inner .info .special .col2 li:nth-child(2) p.note span {
  display: block;
  font-size: 55%;
  font-weight: bold;
  letter-spacing: 0 !important;
}
.bg .hotel_wrap .inner .info .special .col2 li:nth-child(2) .tokuten dt {
  background: #977a39;
  color: #fff;
  text-align: center;
  font-size: 90%;
  width: 70px;
  margin-top: 10px;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .special .col2 li:nth-child(2) .tokuten dt {
    line-height: 1;
    padding-top: 20px;
    margin-bottom: 15px;
  }
}
.bg .hotel_wrap .inner .info .special .col2 li:nth-child(2) .tokuten dd {
  font-size: 0.9em;
}
.bg .hotel_wrap .inner .info .special .col2 li:nth-child(2) .tokuten dd span.circle {
  margin-right: 5px;
  font-size: 70%;
  color: #977a39;
}
.bg .hotel_wrap .inner .info .special .col2 li:nth-child(2) .tokuten dd span.small {
  font-size: 85%;
}
.bg .hotel_wrap .inner .info .special .col2 li:nth-child(2) > div {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}
.bg .hotel_wrap .inner .info .special .col2 li:nth-child(2) > div:first-child {
  border-top: none;
  padding-top: 0;
}
.bg .hotel_wrap .inner .info .special .col2 li:nth-child(2) > div .kikan {
  margin-top: 0;
}
.bg .hotel_wrap .inner .info .special .col2 li:nth-child(2) > div .midiumText {
  margin-top: 10px;
}
.bg .hotel_wrap .inner .info .special p.goto {
  display: none;
  position: absolute;
  top: 0;
  right: 15px;
}
.bg .hotel_wrap .inner .info .special p.goto img {
  width: 100%;
  max-width: 110px;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .inner .info .special p.goto img {
    max-width: 80px;
  }
}
@media screen and (max-width: 320px) {
  .bg .hotel_wrap .inner .info .special p.goto img {
    max-width: 50px;
  }
}
.bg .hotel_wrap .inner .info .special p.gentei {
  position: absolute;
  top: 240px;
  right: -10px;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .inner .info .special p.gentei {
    top: 180px;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .special p.gentei {
    right: 0;
  }
}
.bg .hotel_wrap .inner .info .special p.gentei img {
  width: 100%;
  max-width: 100px;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .inner .info .special p.gentei img {
    max-width: 80px;
  }
}
@media screen and (max-width: 320px) {
  .bg .hotel_wrap .inner .info .special p.gentei img {
    max-width: 50px;
  }
}
.bg .hotel_wrap .inner .info .special.hotel04 .col2 {
  align-items: flex-start;
}
.bg .hotel_wrap .inner .info .special.hotel04 .col2 li:nth-child(2) p.notice {
  font-size: 0.69em;
  font-weight: normal;
  margin-top: 20px;
}
.bg .hotel_wrap .inner .info .special.hotel04 p.gentei {
  display: none;
  position: absolute;
  top: 100px;
  right: 20px;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .inner .info .special.hotel04 p.gentei {
    top: 90px;
    right: 90px;
  }
}
@media screen and (max-width: 768px) {
  .bg .hotel_wrap .inner .info .special.hotel04 p.gentei {
    right: 15px;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .special.hotel04 p.gentei {
    top: 70px;
  }
}
.bg .hotel_wrap .inner .info .special2 {
  margin-top: 75px;
  position: relative;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .special2 {
    margin-top: 30px;
  }
}
.bg .hotel_wrap .inner .info .special2 h5 {
  color: #fff;
  background: #977a39;
  width: 100%;
  max-width: 670px;
  text-align: center;
  margin: auto;
  font-size: 1.35em;
}
.bg .hotel_wrap .inner .info .special2 h5.key_c {
  background: #02224d;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .special2 h5 {
    padding-top: 25px;
  }
}
.bg .hotel_wrap .inner .info .special2 .col2 {
  border-top: 2px solid #02224d;
  padding: 23px 0 0 90px;
  align-items: flex-end;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .inner .info .special2 .col2 {
    padding: 23px 0 0 50px;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .special2 .col2 {
    display: flex;
    padding: 0;
  }
}
.bg .hotel_wrap .inner .info .special2 .col2 li:first-child {
  width: 41%;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .special2 .col2 li:first-child {
    width: 100%;
    margin-top: 20px;
  }
}
.bg .hotel_wrap .inner .info .special2 .col2 li:first-child p {
  font-size: 1.3em;
  font-weight: bold;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .special2 .col2 li:first-child p {
    font-size: 1.4em;
  }
}
.bg .hotel_wrap .inner .info .special2 .col2 li:first-child p:first-child span {
  display: block;
  font-size: 70%;
  font-weight: bold;
}
.bg .hotel_wrap .inner .info .special2 .col2 li:first-child p:nth-child(2) {
  margin-top: 20px;
}
.bg .hotel_wrap .inner .info .special2 .col2 li:first-child p:nth-child(2) span {
  color: #977a39;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1;
}
.bg .hotel_wrap .inner .info .special2 .col2 li:nth-child(2) {
  width: 56%;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .special2 .col2 li:nth-child(2) {
    width: 90%;
    margin: auto;
  }
}
.bg .hotel_wrap .inner .info .special2 .col2 li:nth-child(2) p {
  font-size: 1.45em;
  font-weight: bold;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .special2 .col2 li:nth-child(2) p {
    font-size: 1.4em;
  }
}
.bg .hotel_wrap .inner .info .special2 .col2 li:nth-child(2) p.price {
  color: #977a39;
  font-size: 3.05em;
  font-weight: bold;
  line-height: 1;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .special2 .col2 li:nth-child(2) p.price {
    margin-top: 15px;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .special2 .col2 li:nth-child(2) p.price {
    margin-top: 20px;
    font-size: 2.8em;
  }
}
.bg .hotel_wrap .inner .info .special2 .col2 li:nth-child(2) p.price span {
  font-weight: bold;
}
.bg .hotel_wrap .inner .info .special2 .col2 li:nth-child(2) p.price span.small {
  font-size: 60%;
}
.bg .hotel_wrap .inner .info .special2 .col2 li:nth-child(2) p.price span.more_small {
  font-size: 30%;
}
.bg .hotel_wrap .inner .info .special2 p.notice {
  font-size: 0.69em;
  font-weight: normal;
  margin-top: 20px;
  border-bottom: 2px solid #02224d;
  padding-bottom: 23px;
  padding-left: 100px;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .inner .info .special2 p.notice {
    padding-left: 50px;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .special2 p.notice {
    padding-left: 0;
  }
}
.bg .hotel_wrap .inner .info .special2 p.goto {
  display: none;
  position: absolute;
  top: 43px;
  right: 15px;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .special2 p.goto {
    top: 68px;
  }
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .inner .info .special2 p.goto {
    top: 62px;
  }
}
.bg .hotel_wrap .inner .info .special2 p.goto img {
  width: 100%;
  max-width: 110px;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .inner .info .special2 p.goto img {
    max-width: 80px;
  }
}
.bg .hotel_wrap .inner .info .special2 p.gentei {
  display: none;
  position: absolute;
  top: 50px;
  right: 20px;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .special2 p.gentei {
    top: 190px;
  }
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .inner .info .special2 p.gentei {
    top: 110px;
    right: 15px;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .special2 p.gentei {
    top: 68px;
  }
}
.bg .hotel_wrap .inner .info .special2 p.gentei img {
  width: 100%;
  max-width: 100px;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .inner .info .special2 p.gentei img {
    max-width: 80px;
  }
}
.bg .hotel_wrap .inner .info .special2.hotel02 .col2 li:nth-child(2) p.notice {
  font-size: 0.69em;
  font-weight: normal;
  margin-top: 20px;
}
.bg .hotel_wrap .inner .info .planLayout_kikyo {
  margin-top: 75px;
  position: relative;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .planLayout_kikyo {
    margin-top: 30px;
  }
}
.bg .hotel_wrap .inner .info .planLayout_kikyo h5 {
  color: #fff;
  background: #977a39;
  width: 100%;
  max-width: 670px;
  text-align: center;
  margin: auto;
  font-size: 1.35em;
}
.bg .hotel_wrap .inner .info .planLayout_kikyo h5.key_c {
  background: #02224d;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .planLayout_kikyo h5 {
    padding-top: 25px;
  }
}
.bg .hotel_wrap .inner .info .planLayout_kikyo > ul {
  border-top: 2px solid #02224d;
  border-bottom: 2px solid #02224d;
  padding: 30px 0 20px;
  padding-left: 100px;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .planLayout_kikyo > ul {
    padding-left: 0;
  }
}
.bg .hotel_wrap .inner .info .planLayout_kikyo > ul li {
  max-width: 750px;
  margin: auto;
}
.bg .hotel_wrap .inner .info .planLayout_kikyo > ul li p.plan span.name {
  color: #977a39;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1;
}
.bg .hotel_wrap .inner .info .planLayout_kikyo > ul li p.plan span.small {
  color: #977a39;
  font-weight: bold;
}
.bg .hotel_wrap .inner .info .planLayout_kikyo > ul li p.plan span.type {
  font-size: 1.3em;
  font-weight: bold;
}
.bg .hotel_wrap .inner .info .planLayout_kikyo > ul li p.day {
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .planLayout_kikyo > ul li p.day {
    border-bottom: none;
  }
}
.bg .hotel_wrap .inner .info .planLayout_kikyo > ul li p.price {
  color: #977a39;
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .planLayout_kikyo > ul li p.price {
    margin-top: 10px;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .planLayout_kikyo > ul li p.price {
    margin-top: 10px;
    font-size: 9.5vw;
  }
}
.bg .hotel_wrap .inner .info .planLayout_kikyo > ul li p.price span {
  font-weight: bold;
}
.bg .hotel_wrap .inner .info .planLayout_kikyo > ul li p.price span.small {
  font-size: 60%;
}
.bg .hotel_wrap .inner .info .planLayout_kikyo > ul li p.price span.more_small {
  font-size: 30%;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .planLayout_kikyo > ul li p.price span.more_small {
    display: block;
  }
}
.bg .hotel_wrap .inner .info .planLayout_kikyo > ul li p.price span.more_small:first-child {
  margin-right: 10px;
}
.bg .hotel_wrap .inner .info .planLayout_kikyo > ul li p.price span.black {
  color: #000;
}
.bg .hotel_wrap .inner .info .planLayout_kikyo > ul li p.price span.indent {
  margin-left: 2.1em;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .planLayout_kikyo > ul li p.price span.indent {
    margin-left: 0;
  }
}
.bg .hotel_wrap .inner .info .planLayout_kikyo > ul li:nth-child(2) {
  margin-top: 50px;
}
.bg .hotel_wrap .inner .info .planLayout_kikyo p.bold {
  font-family: noto-sans, sans-serif;
  font-size: 0.9em;
  font-weight: 700;
  margin-top: 20px;
}
.bg .hotel_wrap .inner .info .planLayout_kikyo div.notice {
  font-family: noto-sans, sans-serif;
  margin-top: 5px;
}
.bg .hotel_wrap .inner .info .planLayout_kikyo div.notice ul {
  font-size: 0.9em;
}
.bg .hotel_wrap .inner .info .planLayout_kikyo div.notice ul li.indent4 {
  padding-left: 4.2em;
  text-indent: -4.2em;
}
.bg .hotel_wrap .inner .info .planLayout_kikyo div.notice ul li.indent6 {
  padding-left: 6.5em;
  text-indent: -6.5em;
}
.bg .hotel_wrap .inner .info .planLayout_kikyo div.notice p {
  font-size: 0.69em;
  font-weight: normal;
  margin-top: 10px;
}
.bg .hotel_wrap .inner .info .planLayout_wide {
  margin-top: 75px;
  position: relative;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .planLayout_wide {
    margin-top: 30px;
  }
}
.bg .hotel_wrap .inner .info .planLayout_wide h5 {
  color: #fff;
  background: #977a39;
  width: 100%;
  max-width: 400px;
  text-align: center;
  margin: auto;
  font-size: 1.35em;
}
.bg .hotel_wrap .inner .info .planLayout_wide h5.key_c {
  background: #02224d;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .planLayout_wide h5 {
    padding-top: 25px;
  }
}
.bg .hotel_wrap .inner .info .planLayout_wide ul {
  border-top: 2px solid #02224d;
  border-bottom: 2px solid #02224d;
  padding: 30px 0 20px;
  padding-left: 100px;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .planLayout_wide ul {
    padding-left: 0;
  }
}
.bg .hotel_wrap .inner .info .planLayout_wide ul li {
  max-width: 750px;
  margin: auto;
}
.bg .hotel_wrap .inner .info .planLayout_wide ul li p.plan span.name {
  color: #977a39;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1;
}
.bg .hotel_wrap .inner .info .planLayout_wide ul li p.plan span.type {
  font-size: 1.3em;
  font-weight: bold;
}
.bg .hotel_wrap .inner .info .planLayout_wide ul li p.day {
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.bg .hotel_wrap .inner .info .planLayout_wide ul li p.day.border {
  border-bottom: 1px solid #ccc;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .planLayout_wide ul li p.day.border {
    border-bottom: none;
  }
}
.bg .hotel_wrap .inner .info .planLayout_wide ul li p.day span {
  font-size: 80%;
}
.bg .hotel_wrap .inner .info .planLayout_wide ul li p.price {
  color: #977a39;
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .planLayout_wide ul li p.price {
    margin-top: 10px;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .planLayout_wide ul li p.price {
    margin-top: 10px;
    font-size: 9.5vw;
  }
}
.bg .hotel_wrap .inner .info .planLayout_wide ul li p.price span {
  font-weight: bold;
}
.bg .hotel_wrap .inner .info .planLayout_wide ul li p.price span.small {
  font-size: 60%;
}
.bg .hotel_wrap .inner .info .planLayout_wide ul li p.price span.more_small {
  font-size: 30%;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .planLayout_wide ul li p.price span.more_small {
    display: block;
  }
}
.bg .hotel_wrap .inner .info .planLayout_wide ul li p.price span.more_small:first-child {
  margin-right: 10px;
}
.bg .hotel_wrap .inner .info .planLayout_wide ul li p.price span.black {
  color: #000;
}
.bg .hotel_wrap .inner .info .planLayout_wide ul li p.price span.indent {
  margin-left: 3.1em;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .planLayout_wide ul li p.price span.indent {
    margin-left: 0;
  }
}
.bg .hotel_wrap .inner .info .planLayout_wide ul li:nth-child(2) {
  margin-top: 20px;
}
.bg .hotel_wrap .inner .info .planLayout_wide p.notice {
  font-size: 0.69em;
  font-weight: normal;
  margin-top: 20px;
}
.bg .hotel_wrap .inner .info .howto {
  position: relative;
  margin: 90px auto 60px;
  font-size: 0.85em;
}
.bg .hotel_wrap .inner .info .howto p.icon {
  position: absolute;
  left: 0;
  top: -36px;
}
.bg .hotel_wrap .inner .info .howto p.icon img {
  max-width: 177px;
  width: 100%;
}
.bg .hotel_wrap .inner .info .howto p.comment {
  position: absolute;
  left: 190px;
  top: -30px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .howto p.comment {
    left: 180px;
    top: -45px;
  }
}
.bg .hotel_wrap .inner .info .howto ul.col3 {
  border-top: 2px solid #02224d;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.bg .hotel_wrap .inner .info .howto ul.col3 li:first-child {
  width: 10%;
  text-align: center;
  font-size: 2.05em;
  color: #02224d;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .howto ul.col3 li:first-child {
    padding: 20px 0 0 0;
  }
}
.bg .hotel_wrap .inner .info .howto ul.col3 li:nth-child(2) {
  width: 52%;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .inner .info .howto ul.col3 li:nth-child(2) {
    width: 89%;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .howto ul.col3 li:nth-child(2) {
    width: 87%;
  }
}
.bg .hotel_wrap .inner .info .howto ul.col2 {
  border-top: 2px solid #02224d;
  padding: 20px 0;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .howto ul.col2 {
    display: flex;
  }
}
.bg .hotel_wrap .inner .info .howto ul.col2 li:first-child {
  width: 10%;
  text-align: center;
  font-size: 2.05em;
  color: #02224d;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .howto ul.col2 li:first-child {
    padding: 20px 0 0 0;
  }
}
.bg .hotel_wrap .inner .info .howto ul.col2 li:nth-child(2) {
  width: 89.2%;
  padding-right: 20px;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .howto ul.col2 li:nth-child(2) {
    width: 87%;
    padding-right: 0;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .howto ul.col2.last {
    display: flex;
  }
}
.bg .hotel_wrap .inner .info .howto ul.col2.last p {
  font-size: 0.85em;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .howto ul.col2.last li:first-child {
    display: none;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .howto ul.col2.last li:nth-child(2) {
    width: 100%;
  }
}
.bg .hotel_wrap .inner .info .howto ul.col3_icon {
  border-top: 2px solid #02224d;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .howto ul.col3_icon {
    display: block;
  }
}
.bg .hotel_wrap .inner .info .howto ul.col3_icon.border_none {
  border-top: none;
}
.bg .hotel_wrap .inner .info .howto ul.col3_icon li:first-child {
  width: 12%;
  text-align: center;
  font-size: 0.8em;
  color: #02224d;
  line-height: 1.5;
  border: 1px solid #02224d;
  padding: 5px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .howto ul.col3_icon li:first-child {
    padding: 15px 0 0 0;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .howto ul.col3_icon li:first-child {
    width: 90%;
    margin: 0 auto 10px;
  }
}
.bg .hotel_wrap .inner .info .howto ul.col3_icon li:nth-child(2) {
  width: 45%;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .inner .info .howto ul.col3_icon li:nth-child(2) {
    width: 83.6%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .howto ul.col3_icon li:nth-child(2) {
    width: 90%;
    margin: auto;
  }
}
.bg .hotel_wrap .inner .info .howto ul.col2_icon {
  border-top: 2px solid #02224d;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .howto ul.col2_icon {
    display: block;
  }
}
.bg .hotel_wrap .inner .info .howto ul.col2_icon.w100 > li {
  width: 100% !important;
  border: none !important;
  padding: 0 !important;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .howto ul.col2_icon.w100 > li {
    width: 90% !important;
  }
}
.bg .hotel_wrap .inner .info .howto ul.col2_icon.w100 > li p {
  text-align: left;
}
.bg .hotel_wrap .inner .info .howto ul.col2_icon.flexstart {
  justify-content: flex-start;
}
.bg .hotel_wrap .inner .info .howto ul.col2_icon.flexstart li.reservation {
  margin-left: 40px;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .howto ul.col2_icon.flexstart li.reservation {
    margin-left: auto;
  }
}
.bg .hotel_wrap .inner .info .howto ul.col2_icon.ai_top {
  align-items: flex-start;
}
.bg .hotel_wrap .inner .info .howto ul.col2_icon.ai_top + p {
  font-size: 0.8em;
  width: 90%;
  margin: auto;
}
.bg .hotel_wrap .inner .info .howto ul.col2_icon > li:first-child {
  width: 12%;
  text-align: center;
  font-size: 0.8em;
  color: #02224d;
  line-height: 1.5;
  border: 1px solid #02224d;
  padding: 5px;
  box-sizing: border-box;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .howto ul.col2_icon > li:first-child {
    padding: 15px 0 0 0;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .howto ul.col2_icon > li:first-child {
    width: 90%;
    margin: 0 auto 10px;
  }
}
.bg .hotel_wrap .inner .info .howto ul.col2_icon > li:nth-child(2) {
  width: 84.8%;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .howto ul.col2_icon > li:nth-child(2) {
    width: 90%;
    margin: auto;
  }
}
.bg .hotel_wrap .inner .info .howto ul.col2_icon > li:nth-child(2) span {
  display: block;
  font-size: 90%;
  margin-top: 10px;
}
.bg .hotel_wrap .inner .info .howto ul.col2_icon > li:nth-child(2) .tel_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  margin-top: 5px;
  font-size: 90%;
  background: #eee;
  padding: 10px;
  box-sizing: border-box;
  max-width: 770px;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .howto ul.col2_icon > li:nth-child(2) .tel_box {
    display: block;
  }
}
.bg .hotel_wrap .inner .info .howto ul.col2_icon > li:nth-child(2) .tel_box div {
  width: 48%;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .howto ul.col2_icon > li:nth-child(2) .tel_box div {
    width: 100%;
  }
}
.bg .hotel_wrap .inner .info .howto ul.col2_icon > li:nth-child(2) .tel_box div dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bg .hotel_wrap .inner .info .howto ul.col2_icon > li:nth-child(2) .tel_box div dl dt {
  width: 70%;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .howto ul.col2_icon > li:nth-child(2) .tel_box div dl dt {
    width: 74%;
  }
}
.bg .hotel_wrap .inner .info .howto ul.col2_icon > li:nth-child(2) .tel_box div dl dd {
  width: 30%;
  text-align: right;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .howto ul.col2_icon > li:nth-child(2) .tel_box div dl dd {
    width: 26%;
    text-align: left;
  }
}
.bg .hotel_wrap .inner .info .howto ul.col2_icon > li:nth-child(2) p {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
.bg .hotel_wrap .inner .info .howto ul.col2_icon > li:nth-child(2) p span.small {
  display: inline;
  font-size: 90%;
}
.bg .hotel_wrap .inner .info .howto ul.col2_icon > li:nth-child(2) p span.blue {
  color: #02224d;
  font-weight: bold;
}
.bg .hotel_wrap .inner .info .howto ul.col2_icon > li:nth-child(2) .notice {
  margin-top: 10px;
}
.bg .hotel_wrap .inner .info .howto ul.col2_icon > li .reservation_btn {
  margin-top: 10px;
}
.bg .hotel_wrap .inner .info .howto ul.col2_icon > li .reservation_btn a {
  position: relative;
  display: block;
  background: #977a39;
  color: #fff;
  font-size: 1.05em;
  letter-spacing: 0;
  padding: 20px;
  box-sizing: border-box;
  max-width: 350px;
  text-align: center;
}
.bg .hotel_wrap .inner .info .howto ul.col2_icon > li .reservation_btn a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  font-size: 0.85em;
  position: absolute;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.bg .hotel_wrap .inner .info .howto ul.last {
  border-top: 2px dashed #02224d !important;
  border-bottom: 2px solid #02224d;
  padding: 20px 0;
}
.bg .hotel_wrap .inner .info .howto ul.normal {
  border-top: 2px solid #02224d;
  border-bottom: 2px solid #02224d;
  padding: 30px 0;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .howto ul.normal {
    padding: 20px 0;
  }
}
.bg .hotel_wrap .inner .info .howto ul.normal li {
  margin-left: 20px;
}
.bg .hotel_wrap .inner .info .howto ul ul.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.bg .hotel_wrap .inner .info .howto ul ul.flex li:first-child, .bg .hotel_wrap .inner .info .howto ul ul.flex li:nth-child(2) {
  width: 49%;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .howto ul ul.flex li:first-child, .bg .hotel_wrap .inner .info .howto ul ul.flex li:nth-child(2) {
    width: 100%;
  }
}
.bg .hotel_wrap .inner .info .howto ul ul.flex.top {
  align-items: flex-start;
}
.bg .hotel_wrap .inner .info .howto ul ul.flex.top li.reservation_white a {
  line-height: 160%;
}
.bg .hotel_wrap .inner .info .howto ul li.reservation {
  width: 48%;
  max-width: 350px;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .inner .info .howto ul li.reservation {
    margin: auto;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .howto ul li.reservation {
    width: 100%;
    margin: 10px auto 0;
  }
}
.bg .hotel_wrap .inner .info .howto ul li.reservation.small a {
  padding: 10px;
}
.bg .hotel_wrap .inner .info .howto ul li.reservation a {
  font-size: 1.05em;
  letter-spacing: 0;
  padding: 20px;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .howto ul li.reservation a {
    padding: 20px 20px 5px 20px;
  }
}
.bg .hotel_wrap .inner .info .howto ul li.reservation a::after {
  right: 20px;
}
.bg .hotel_wrap .inner .info .howto ul li.reservation_white {
  background: #fff;
  border: 2px solid #977a39 !important;
  width: 100%;
  max-width: 350px;
  padding: 0 !important;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .inner .info .howto ul li.reservation_white {
    margin: auto;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .howto ul li.reservation_white {
    width: 90%;
    margin: 10px auto 0;
  }
}
.bg .hotel_wrap .inner .info .howto ul li.reservation_white a {
  position: relative;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0;
  display: block;
  padding: 8px 20px;
  color: #977a39;
  text-align: center;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .howto ul li.reservation_white a {
    padding: 20px 20px 5px 20px;
  }
}
.bg .hotel_wrap .inner .info .howto ul li.reservation_white a::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  font-size: 0.85em;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.bg .hotel_wrap .inner .info .howto .note {
  border-top: 2px solid #02224d;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 1.1em;
  padding: 20px;
  color: #02224d;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .howto .note {
    text-align: left;
  }
}
.bg .hotel_wrap .inner .info .howto .note span.bold {
  font-weight: bold;
}
.bg .hotel_wrap .inner .info .howto .note span.small {
  font-size: 90%;
}
.bg .hotel_wrap .inner .info .howto .note span.icon {
  display: inline-block;
  color: #fff;
  background: #02224d;
  text-align: center;
  padding: 5px 10px;
  font-size: 85%;
  font-weight: bold;
  margin: 10px 0 8px;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .howto .note span.icon {
    font-size: 90%;
  }
}
.bg .hotel_wrap .inner .info .howto .note p {
  margin-top: 15px;
}
.bg .hotel_wrap .inner .info .howto .note.border_none {
  border-top: none;
}
.bg .hotel_wrap .inner .info .howto .note.bg_c {
  background: #eee;
}
.bg .hotel_wrap .inner .info .date {
  position: relative;
  padding: 13px 0 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  margin: 15px 0 18px;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 1.15em;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .date {
    padding: 35px 0 5px;
  }
}
.bg .hotel_wrap .inner .info .date p.obi {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 85%;
  background: #E872A7;
  color: #fff;
  width: 100%;
  max-width: 400px;
  margin: auto;
  padding: 3px 0;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .date p.obi {
    padding: 17px 0 0 0;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .date p.obi {
    max-width: 300px;
  }
}
.bg .hotel_wrap .inner .info .date p.emergency {
  font-size: 0.7em;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}
.bg .hotel_wrap .inner .info .date p.emergency a {
  color: #977a39;
}
.bg .hotel_wrap .inner .info .date span {
  font-size: 130%;
  font-weight: bold;
}
.bg .hotel_wrap .inner .info .notice {
  font-family: noto-sans, sans-serif;
}
.bg .hotel_wrap .inner .info .notice .col2 li {
  width: 50%;
  text-align: center;
  font-size: 0.89em;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .notice .col2 li {
    width: 100%;
  }
}
.bg .hotel_wrap .inner .info .notice > p {
  font-size: 0.68em;
  padding: 0 7px;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .notice > p {
    padding: 0 2px;
  }
}
.bg .hotel_wrap .inner .info .cancelpolicy {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  margin-top: 20px;
}
.bg .hotel_wrap .inner .info .cancelpolicy p {
  font-size: 0.89em;
}
.bg .hotel_wrap .inner .info .cancelpolicy table {
  width: 100%;
  max-width: 700px;
  margin: 10px 0;
  border: 1px solid #02224d;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.8em;
}
.bg .hotel_wrap .inner .info .cancelpolicy table th, .bg .hotel_wrap .inner .info .cancelpolicy table td {
  text-align: center;
  width: calc(100% / 4);
  padding: 5px 0;
}
.bg .hotel_wrap .inner .info .cancelpolicy table th:last-child, .bg .hotel_wrap .inner .info .cancelpolicy table td:last-child {
  border-right: none;
}
.bg .hotel_wrap .inner .info .cancelpolicy table th {
  background: #02224d;
  color: #fff;
  font-weight: normal;
  border-right: 1px solid #fff;
}
.bg .hotel_wrap .inner .info .cancelpolicy table td {
  background: #eeeff3;
  border-right: 1px solid #02224d;
}
.bg .hotel_wrap .inner .info .cancelpolicy table td.color {
  background: #02224d;
  color: #fff;
  border-top: 1px solid #fff;
}
.bg .hotel_wrap .inner .info .relief {
  margin-top: 30px;
}
.bg .hotel_wrap .inner .info .relief ul.col2 {
  background: #eeeff3;
}
.bg .hotel_wrap .inner .info .relief ul.col2 li:first-child {
  width: 27%;
  font-size: 0;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .relief ul.col2 li:first-child {
    width: 100%;
  }
}
.bg .hotel_wrap .inner .info .relief ul.col2 li:first-child img {
  width: 100%;
  min-height: 116px;
}
.bg .hotel_wrap .inner .info .relief ul.col2 li:nth-child(2) {
  width: 73%;
  padding: 19px 33px;
  box-sizing: border-box;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .relief ul.col2 li:nth-child(2) {
    width: 100%;
    padding: 20px;
  }
}
.bg .hotel_wrap .inner .info .relief ul.col2 li:nth-child(2) p:first-child {
  color: #02224d;
  position: relative;
  text-align: left;
  font-weight: bold;
  font-size: 1.15em;
}
.bg .hotel_wrap .inner .info .relief ul.col2 li:nth-child(2) p:first-child:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 106px;
  height: 1px;
  margin-left: 5px;
  background-color: #02224d;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .relief ul.col2 li:nth-child(2) p:first-child:after {
    width: 40px;
  }
}
.bg .hotel_wrap .inner .info .relief ul.col2 li:nth-child(2) p:last-child {
  font-size: 0.75em;
  font-weight: bold;
  margin-top: 5px;
}
.bg .hotel_wrap .inner .info .contact {
  margin-top: 50px;
  background: #f7f4ea;
  padding: 33px 40px 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .contact {
    padding: 15px 20px 20px;
  }
}
.bg .hotel_wrap .inner .info .contact > h5 {
  color: #02224d;
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 30px;
}
.bg .hotel_wrap .inner .info .contact > .col2 {
  align-items: flex-start;
}
.bg .hotel_wrap .inner .info .contact > .col2 li h5 {
  background: #ddd2a5;
  color: #977a39;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 0.9em;
  text-align: center;
  font-weight: bold;
}
@media all and (-ms-high-contrast: none) {
  .bg .hotel_wrap .inner .info .contact > .col2 li h5 {
    padding: 15px 0 0;
  }
}
.bg .hotel_wrap .inner .info .contact > .col2 li:first-child {
  width: 62%;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .inner .info .contact > .col2 li:first-child {
    width: 100%;
  }
}
.bg .hotel_wrap .inner .info .contact > .col2 li:first-child ul {
  align-items: flex-start;
}
.bg .hotel_wrap .inner .info .contact > .col2 li:first-child ul li {
  width: 48%;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .inner .info .contact > .col2 li:first-child ul li {
    width: 50%;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .contact > .col2 li:first-child ul li {
    width: 100%;
  }
}
.bg .hotel_wrap .inner .info .contact > .col2 li:first-child ul li dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: noto-sans, sans-serif;
  font-size: 0.67em;
  margin-top: 5px;
}
.bg .hotel_wrap .inner .info .contact > .col2 li:first-child ul li dl dt {
  width: 59%;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .inner .info .contact > .col2 li:first-child ul li dl dt {
    width: 40%;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .contact > .col2 li:first-child ul li dl dt {
    width: 70%;
  }
}
.bg .hotel_wrap .inner .info .contact > .col2 li:first-child ul li dl dt span.small {
  display: block;
  font-size: 95%;
  margin-left: -7px;
}
.bg .hotel_wrap .inner .info .contact > .col2 li:first-child ul li dl dd {
  width: 36%;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .inner .info .contact > .col2 li:first-child ul li dl dd {
    width: 58%;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .contact > .col2 li:first-child ul li dl dd {
    width: 30%;
  }
}
.bg .hotel_wrap .inner .info .contact > .col2 li:first-child ul li dl .mt10 {
  margin-top: 10px;
}
.bg .hotel_wrap .inner .info .contact > .col2 li:nth-child(2) {
  width: 34%;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .inner .info .contact > .col2 li:nth-child(2) {
    width: 100%;
    margin-top: 20px;
  }
}
.bg .hotel_wrap .inner .info .contact > .col2 li:nth-child(2) dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: noto-sans, sans-serif;
  font-size: 0.67em;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .inner .info .contact > .col2 li:nth-child(2) dl {
    width: 100%;
  }
}
.bg .hotel_wrap .inner .info .contact > .col2 li:nth-child(2) dl dt {
  width: 67%;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .inner .info .contact > .col2 li:nth-child(2) dl dt {
    width: 50%;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .contact > .col2 li:nth-child(2) dl dt {
    width: 70%;
  }
}
.bg .hotel_wrap .inner .info .contact > .col2 li:nth-child(2) dl dt span.small {
  display: block;
  font-size: 95%;
  margin-left: -7px;
}
.bg .hotel_wrap .inner .info .contact > .col2 li:nth-child(2) dl dd {
  width: 33%;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .inner .info .contact > .col2 li:nth-child(2) dl dd {
    width: 50%;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .contact > .col2 li:nth-child(2) dl dd {
    width: 30%;
  }
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .inner .info .contact > .col2 li:nth-child(2) dl.chiho {
    width: 50%;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .contact > .col2 li:nth-child(2) dl.chiho {
    width: 100%;
  }
}
.bg .hotel_wrap .inner .info .contact > .col2 li h6 {
  margin-top: 20px;
  font-size: 0.9em;
  font-weight: bold;
}
.bg .hotel_wrap .inner .info .access h5 {
  text-align: center;
  color: #02224d;
  font-weight: bold;
  font-size: 1.6em;
  margin-bottom: 10px;
  margin-top: 70px;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .access h5 {
    margin-top: 35px;
  }
}
.bg .hotel_wrap .inner .info .access .col2 {
  font-family: noto-sans, sans-serif;
  border: 2px solid #02224d;
}
.bg .hotel_wrap .inner .info .access .col2.bg_c {
  background: #86c7e9;
}
.bg .hotel_wrap .inner .info .access .col2.bg_c_gray {
  background: #eee;
}
.bg .hotel_wrap .inner .info .access .col2 li:first-child {
  width: 60%;
  box-sizing: border-box;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .access .col2 li:first-child {
    width: 100%;
  }
}
.bg .hotel_wrap .inner .info .access .col2 li:first-child span {
  display: block;
  font-size: 0.9em;
}
.bg .hotel_wrap .inner .info .access .col2 li:first-child span.bold {
  font-weight: bold;
  margin: 10px 0 0;
}
.bg .hotel_wrap .inner .info .access .col2 li:first-child span.normal {
  font-weight: normal;
  margin: 5px 0 10px;
}
.bg .hotel_wrap .inner .info .access .col2 li:first-child span.number {
  display: inline;
  font-weight: normal;
  font-size: 1em;
  font-family: "Noto Sans Japanese","Noto Sans", "Noto Sans CJK JP", sans-serif;
}
.bg .hotel_wrap .inner .info .access .col2 li:first-child.hotel02 {
  padding: 35px 100px;
  font-size: 0.91em;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .access .col2 li:first-child.hotel02 {
    padding: 20px;
  }
}
.bg .hotel_wrap .inner .info .access .col2 li:first-child.hotel04 {
  padding: 35px 33px;
  font-size: 0.9em;
  background: #fff;
  font-family: "Noto Sans Japanese","Noto Sans", "Noto Sans CJK JP", sans-serif;
}
@media screen and (max-width: 960px) {
  .bg .hotel_wrap .inner .info .access .col2 li:first-child.hotel04 {
    padding: 18px 50px;
  }
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .access .col2 li:first-child.hotel04 {
    padding: 20px;
  }
}
.bg .hotel_wrap .inner .info .access .col2 li:nth-child(2) {
  width: 40%;
  font-size: 0;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .access .col2 li:nth-child(2) {
    width: 100%;
  }
}
.bg .hotel_wrap .inner .info .access.bg {
  background: #c2cbd4;
  padding: 30px 50px;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .access.bg {
    padding: 15px;
  }
}
.bg .hotel_wrap .inner .info .access.bg h5 {
  margin-top: 0;
}
.bg .hotel_wrap .inner .info .access.bg .col2 li:first-child {
  width: 50%;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .access.bg .col2 li:first-child {
    width: 100%;
  }
}
.bg .hotel_wrap .inner .info .access.bg .col2 li:nth-child(2) {
  width: 50%;
}
@media screen and (max-width: 668px) {
  .bg .hotel_wrap .inner .info .access.bg .col2 li:nth-child(2) {
    width: 100%;
    margin-top: 20px;
  }
}
.bg .hotel_wrap .inner .info .access img {
  width: 100%;
}

.gotop {
  position: fixed;
  right: 20px;
  bottom: 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .gotop {
    right: 15px;
    bottom: 0;
    padding-bottom: 20px;
  }
}
.gotop a {
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  border-radius: 50%;
  margin-top: 10px;
  background-color: #02224d;
  width: 50px;
  line-height: 50px;
}
@media screen and (max-width: 960px) {
  .gotop a {
    width: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .gotop a {
    width: 35px;
    line-height: 35px;
  }
}
.gotop a:hover {
  transform: translate(0, -5px);
}

@media print {
  .gotop {
    display: none;
  }
}
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.hotel_img {
  margin-top: 50px;
}
.hotel_img img {
  width: 100%;
  height: auto;
}
