@charset "UTF-8";
/* 基本設定 ------------------------------------------------------------------- */
html, body {
  height: 100%;
}
html {
  font-size: 62.5%;
}
body {
  color: #333;
  font-family: 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
a {
  color: #333;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a, img {
  outline: none;
}
ul, ol {
  list-style: none;
}
* {
  padding: 0;
  margin: 0;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}
.clearfix {
  display: block;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/* ブロック設定 ---------------------------------------------------------------- */
#wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background-color: #fefefe;
  overflow: hidden;
}
.section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section.top {
  padding-top: 50px;
}
.content-area {
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.content-area.lg {
  max-width: 1280px;
}
.content-area.md {
  max-width: 960px;
}
.content-area.sm {
  max-width: 760px;
}
.bgc-green {
  background-color: #a0e4e6;
}
.bgc-green.top {
  padding-top: 100px;
}
/* ナビ設定 ------------------------------------------------------------------- */
#header {
  width: 100%;
  height: 60px;
  background-color: #fefefe;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
#header-inner {
  max-width: 1280px;
  padding: 0 15px;
  margin: auto;
}
#header-nav {
  display: flex;
}
.logo {
  position: absolute;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  overflow-wrap: normal;
  white-space: nowrap;
  background-image: url(../images/logo.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  overflow: hidden;
}
.menu-btn, #overlay {
  display: none;
}
#nav-wrap {
  width: 100%;
}
.drawer-header {
  display: none;
}
#gnav1 {
  padding-right: 40px;
}
#gnav2 {
  padding-left: 40px;
}
#header-nav .nav {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 60px;
}
#header-nav .nav li, #header-nav .nav a {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
#header-nav .nav > li {
  position: relative;
  text-align: center;
}
#header-nav .nav > li > a {
  position: relative;
  display: block;
  margin-top: 12px;
  font-family: 'Times New Roman', 'Noto Serif JP', 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1.4;
}
#header-nav .nav > li > a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #118488;
  transform: scale(0, 1);
  transform-origin: center top;
  -webkit-transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  transition: transform 0.7s;
}
#header-nav .nav > li > a span {
  font-size: 1.6rem;
}
#header-nav .nav > li > a:hover::after {
  transform: scale(1, 1);
}
#header-nav .nav > li:hover > .sub-menu li {
  height: 50px;
  overflow: visible;
}
#header-nav .nav .sub-menu {
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  z-index: 1;
}
#header-nav .nav .sub-menu li {
  height: 0;
  overflow: hidden;
}
#header-nav .nav .sub-menu a {
  display: block;
  height: 50px;
  padding: 0 25px;
  overflow-wrap: normal;
  white-space: nowrap;
  text-align: center;
  line-height: 50px;
  background-color: #fefefe;
  border-top: solid 1px #ccc;
}
#header-nav .nav .sub-menu li:first-child a {
  border-top: none;
}
#header-nav .nav .sub-menu a:hover {
  background-color: #a0e4e6;
}
.menu-item-description {
  display: block;
  font-size: 1rem;
  color: #118488;
}
/* パンくずリスト設定 ------------------------------------------------------------ */
#breadcrumb {
  background-color: #fefefe;
}
#breadcrumb ul {
  max-width: 1280px;
  margin: auto;
  padding: 15px;
}
#breadcrumb li {
  display: inline-block;
}
#breadcrumb li:first-child a span {
  padding-left: 0;
  font-size: 1.2rem;
}
#breadcrumb li:first-child a span::before {
  content: none;
}
#breadcrumb span {
  position: relative;
  padding-left: 17px;
  font-size: 1.1rem;
  letter-spacing: 0.01em;
}
#breadcrumb span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 5px;
  height: 5px;
  margin: auto;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.info-area, .article-area {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.info-box, .article-box {
  display: flex;
  flex-grow: 10;
  flex-basis: 400px;
}
.info-box article, .article-box article {
  flex-basis: 50%;
  padding: 15px;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  pointer-events: none;
}
.info-box a {
  display: block;
  pointer-events: auto;
}
.info-box img {
  width: 100%;
  /*height: 140px;
   object-fit: cover;*/
}
.info-box .entry-content {
  padding: 5px 0 0;
  word-break: break-word;
}
.info-box .date {
  font-size: 1.2rem;
}
.info-box article:hover {
  background-color: #a0e4e6;
}
.info-zero {
  margin: auto;
}
#concept-area {
  position: relative;
  color: #fff;
  background-image: url(../images/pool-1920.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#concept-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 132, 136, 0.5);
}
.concept-msg {
  position: relative;
  margin: 50px auto;
  text-align: center;
}
#concept-area video {
  position: relative;
  width: 100%;
}
.facility-info {
  padding-top: 150px;
}
.facility-info.bottom {
  padding-bottom: 100px;
}
.title-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 150px;
  height: 150px;
  background-color: #118488;
  opacity: 0.9;
  z-index: 1;
}
.title-box.rev {
  margin-left: auto;
}
.title-box::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 89%;
  height: 87%;
  border: solid 1px #fff;
}
.fi-it-area {
  display: flex;
  margin-top: -200px;
  padding-bottom: 50px;
}
.fi-it-area.rev {
  flex-direction: row-reverse;
}
.img-box {
  margin-left: 50px;
  position: relative;
  width: 70%;
}
.img-box.rev {
  margin-left: auto;
  margin-right: 50px;
}
.img-box::before {
  content: '';
  position: absolute;
  top: 50px;
  left: calc(30% + 110px);
  width: 100%;
  height: 100%;
  background-color: #a0e4e6;
}
.img-box.rev::before {
  left: auto;
  right: calc(30% + 110px);
}
.img-box img {
  position: relative;
}
.text-box {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 30%;
  padding: 100px 50px 0;
  word-break: break-word;
}
.text-box p {
  margin-top: 10px;
}
.text-box a {
  display: block;
  margin: auto 0 25px auto;
}
#keyvisual {
  position: relative;
  padding-top: 30%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#keyvisual .main-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
#keyvisual.rooms {
  background-image: url(../images/bedroom-1280.jpg);
}
#keyvisual.dining {
  background-image: url(../images/exclusive-1280.jpg);
}
#keyvisual.facilities {
  background-position: 50% 40%;
  background-image: url(../images/resort-1280.jpg);
}
#keyvisual.information {
  background-image: url(../images/design-1280.jpg);
}
#keyvisual.access {
  background-image: url(../images/kelly-lacy-1280.jpg);
}
#keyvisual.contact {
  background-position: 50% 70%;
  background-image: url(../images/frans-van-heerden-1280.jpg);
}
#keyvisual.not {
  background-position: 50% 70%;
  background-image: url(../images/hotel-1280.jpg);
}
.msg-box {
  text-align: center;
}
.msg-box h2 {
  margin-bottom: 20px;
  font-family: 'Noto Serif JP', 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.7rem;
  font-weight: bold;
}
.room-box {
  position: relative;
  padding-bottom: 100px;
}
.room-box .title {
  position: absolute;
  top: 50px;
  z-index: 1;
}
.room-thumbnail {
  position: relative;
  width: calc(100% - 200px);
  margin: auto 100px;
  height: 0;
  padding-top: 45%;
}
.room-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.room-box .text {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  bottom: 150px;
  padding: 25px;
  background-color: #fff;
  word-break: break-word;
  z-index: 1;
}
.room-box .text .stick-arrow {
  margin-top: 10px;
  margin-left: auto;
}
.page-content {
  display: flex;
}
.page-content figure {
  width: calc(100% - 10%);
  margin-right: 10%;
}
.page-content div {
  margin: 10% 0 10% -55%;
  width: 55%;
  padding: 50px;
  background-color: rgba(160, 228, 230, 0.7);
}
.page-content div p {
  margin: 0 0 15px 0;
}
.big-title {
  position: relative;
  margin-top: -15px;
  font-size: 13vw;
  font-weight: bold;
  font-family: 'Times New Roman', 'Noto Serif JP', 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', HGS明朝E, メイリオ, Meiryo, serif;
  color: rgba(160, 228, 230, 0.3);
  line-height: 0;
  text-transform: uppercase;
  z-index: 1;
}
.content-form-area h2 {
  text-align: center;
}
.tel-info {
  padding: 5%;
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 2.4rem;
  text-align: center;
  background-color: #118488;
}
.tel-info p span {
  margin-left: 25px;
  font-size: 2.6rem;
}
.map {
  height: 400px;
}
.map iframe {
  width: 100%;
  height: 100%;
}
.content-wrap {
  display: flex;
  flex-wrap: wrap;
}
#main-content {
  width: calc(100% - 300px);
}
#sidebar {
  width: 300px;
  padding-left: 15px;
  padding-right: 15px;
}
.widget-title {
  padding: 15px;
  text-align: center;
  background-color: #a0e4e6;
}
.widget li {
  padding: 15px 0;
  word-break: break-word;
  border-bottom: dotted 1px #ccc;
}
.widget li:last-child {
  border-bottom: none;
}
.single-post-area {
  padding: 0 10%;
}
.single-pager ul {
  display: flex;
  position: relative;
  margin-top: 40px;
}
.single-pager .prev {
  margin-right: auto;
}
.single-pager .list {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.single-pager .next {
  margin-left: auto;
}
.screen-reader-text {
  display: none;
}
.nav-links {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.nav-links ul {
  display: flex;
}
.nav-links ul li {
  margin: auto 2px;
}
.nav-links ul li span, .nav-links ul li a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  background-color: #008080;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
.nav-links ul li a:hover {
  background-color: #085454;
}
.nav-links ul li span.current {
  background-color: #085454;
}
.contact-form {
  width: 100%;
  max-width: 760px;
  margin: auto;
}
.submit-btn {
  margin-top: 30px;
}
.contact-form th, .contact-form td {
  display: block;
  width: 100%;
}
.contact-form th {
  margin-top: 30px;
  font-weight: normal;
  text-align: left;
}
.contact-form td {
  margin-top: 5px;
}
.contact-form input, .contact-form textarea {
  border: solid 1px #333;
}
input[type="submit"] {
  display: block;
  margin: 15px auto;
  padding: 10px 15px;
  color: #fff;
  text-align: center;
  border: none;
  background-color: #dc820e;
  cursor: pointer;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.contact-form option, .contact-form textarea, .contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=search], .contact-form input[type=url] {
  width: 100%;
  padding: 5px;
  font-size: 1.8rem;
}
.contact-form .required {
  margin-left: 5px;
  padding: 2px 5px;
  font-size: 8pt;
  color: #fff;
  background-color: #d23d3d;
  border-radius: 2px;
  vertical-align: middle;
  white-space: nowrap;
}
.submit-btn input {
  width: 250px;
  color: #333;
  background-color: #fefefe;
  border: solid 1px #333;
  pointer-events: none;
}
input[type="submit"]:hover {
  background-color: #eee;
}
.submit-back {
  text-align: center;
}
/* タイトル設定 ---------------------------------------------------------------- */
.title-area {
  display: flex;
}
.main-title {
  position: relative;
  text-transform: capitalize;
  text-align: center;
  color: #118488;
  font-family: 'Times New Roman', 'Noto Serif JP', 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
.main-title span {
  color: #333;
  font-size: 1.2rem;
}
.main-title.white, .main-title.white span {
  color: #fff;
}
.main-title.left {
  text-align: left;
}
.main-title.room {
  padding: 25px;
  text-align: left;
  font-size: 3rem;
  background-color: #fff;
}
.main-title.room span, .main-title.page span {
  margin-left: 10px;
}
.main-title.page {
  margin-bottom: 15px;
  text-align: left;
  font-size: 3rem;
}
.main-title.room span {
  margin-left: 10px;
}
.data-title {
  font-family: 'Noto Serif JP', 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 2rem;
  color: #003947;
  line-height: 1.5;
}
.page-title {
  height: 100px;
  line-height: 100px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
/* ボタン設定 ----------------------------------------------------------------- */
.button {
  display: block;
  width: 100%;
  height: 40px;
  margin: auto;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border: solid 1px #fff;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.button:hover {
  background-color: #118488;
}
.stick-arrow-box {
  margin-bottom: 50px;
  margin-left: auto;
  padding-top: 20px;
}
.stick-arrow {
  position: relative;
  padding-right: 20px;
  font-family: 'Times New Roman', 'Noto Serif JP', 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', HGS明朝E, メイリオ, Meiryo, serif;
}
.stick-arrow::after {
  content: '';
  position: absolute;
  left: -5px;
  bottom: -5px;
  width: 90px;
  height: 6px;
  border-bottom: 2px solid #118488;
  border-right: 2px solid #118488;
  transform: skew(45deg);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
.stick-arrow:hover::after {
  width: 95px;
}
/* フッター設定 --------------------------------------------------------------- */
#footer {
  margin-top: auto;
  color: #fff;
  background-color: #003947;
}
#footer a {
  color: #fff;
}
#footer-inner {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 100px;
}
#footer-inner .hotel-info {
  flex-grow: 10;
  flex-basis: 240px;
  margin-top: 50px;
}
#footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-basis: 390px;
  justify-content: space-between;
}
#footer-inner .store-name {
  font-size: 1.4rem;
  line-height: 1.6;
}
#page-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 998;
}
#page-top a {
  display: block;
  position: relative;
  padding: 24px;
  background-color: #003947;
  opacity: 0.7;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: all 0.7s;
}
#page-top a::before {
  content: "";
  position: absolute;
  top: 60%;
  bottom: 50%;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 3px solid #fcfcfc;
  border-right: 3px solid #fcfcfc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#page-top a:hover {
  opacity: 0.5;
}
.hotel-name {
  font-family: 'Times New Roman', 'Noto Serif JP', 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 2.4rem;
}
.tel {
  font-family: 'Times New Roman', 'Noto Serif JP', 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.8rem;
}
#footer-inner .nav {
  margin-top: 50px;
}
#footer-inner .nav .sub-menu li {
  position: relative;
  padding-left: 15px;
}
#footer-inner .nav .sub-menu li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  width: 3px;
  height: 3px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer-sns {
  flex-basis: 100px;
  margin-top: 50px;
}
.sns-btn {
  display: flex;
  justify-content: space-between;
  /*padding-top: $pc-content-space / 4;*/
}
.sns-btn a {
  font-size: 2rem;
}
.copyright {
  padding: 10px 0;
  font-family: 'Times New Roman', 'Noto Serif JP', 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
}
/* 404ページ設定 -------------------------------------------------------------- */
#not-found {
  text-align: center;
}
/* 本文設定 */
.single article h2, .single article h3, .single article h4, .single article h5, .single article h6 {
  margin: 5px 0 15px 0;
  font-family: 'Noto Serif JP', 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 600;
}
.single article h2 {
  font-size: 2rem;
}
.single article h3 {
  font-size: 1.8rem;
}
.single article h4 {
  font-size: 1.6rem;
}
.single article h5 {
  font-size: 1.4rem;
}
.single article h6 {
  font-size: 1.2rem;
}
.single article p {
  margin: 0 0 15px 0;
}
.single article .tag-name {
  vertical-align: inherit;
}
.single article blockquote {
  position: relative;
  margin: 10px 0;
  padding: 5px 10px 5px 40px;
  font-style: italic;
  color: #333;
  background-color: #e7e7e7;
  border-top: solid 3px #333;
}
.single article blockquote:before {
  display: inline-block;
  content: "\e906";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 30px;
  font-family: 'icomoon';
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  line-height: 30px;
  background-color: #333;
}
.single article blockquote p {
  position: relative;
  margin: 10px 0;
  padding: 0;
  line-height: 1.7;
  z-index: 3;
}
.single article blockquote cite {
  display: block;
  color: #888;
  font-size: 0.9em;
  text-align: right;
}
.single article figure {
  margin-bottom: 15px;
}
.single article .content {
  margin-top: 5px;
}
.single article table {
  border-collapse: collapse;
  margin: 10px auto;
  table-layout: fixed;
}
.single article table thead {
  border-bottom: 1px solid #333;
}
.single article table tr {
  border-bottom: 1px dotted #333;
}
.single article table tr:last-child {
  border-bottom: none;
}
.single article table th, .single article table td {
  padding: 1em 10px 1em 1em;
}
.single article ul {
  margin-left: 15px;
  list-style: disc;
}
.single article ol {
  margin-left: 15px;
  list-style: decimal;
}
.single article li > ul, .single article li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
.single article dt {
  font-weight: bold;
}
.single article dt, .single article dd {
  margin-bottom: 10px;
}
.single article pre {
  background: #666;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 100%;
}
.single article .wp-caption-text {
  margin: 10px 0 15px 0;
}
@media screen and (max-width: 960px) {
  .fi-it-area {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .img-box {
    margin-left: 25px;
    margin-right: 25px;
    width: auto;
  }
  .img-box::before {
    content: none;
  }
  .img-box.rev {
    margin-left: 25px;
    margin-right: 25px;
  }
  .text-box {
    width: 100%;
    margin: auto 25px;
    padding: 25px;
    background-color: #a0e4e6;
  }
  .text-box a {
    margin: 10px 0 25px auto;
  }
}
@media screen and (max-width: 767px) {
  /* drawer-menu設定 */
  #main-content {
    width: 100%;
  }
  #sidebar {
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .menu-btn {
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
    width: 30px;
    height: 20px;
    z-index: 1000;
    cursor: pointer;
  }
  .menu-btn span, .menu-btn span::before, .menu-btn span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    transition: transform 0.3s;
    background-color: #333;
  }
  .menu-btn span::before {
    content: '';
    top: 9px;
  }
  .menu-btn span::after {
    content: '';
    top: 18px;
  }
  #nav-wrap.active .menu-btn {
    position: fixed;
  }
  #nav-wrap.active .menu-btn span {
    top: 8px;
    transform: rotate(45deg);
  }
  #nav-wrap.active .menu-btn span::before {
    transform: scaleX(0);
  }
  #nav-wrap.active .menu-btn span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: 0.5s ease-in-out;
    opacity: 0;
    z-index: 999;
  }
  #nav-wrap.active #overlay {
    display: block;
    opacity: 0.7;
  }
  .drawer-header {
    display: block;
    height: 60px;
    font-family: 'Times New Roman', 'Noto Serif JP', 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 2.6rem;
    line-height: 60px;
    border-bottom: solid 1px #ccc;
  }
  #header-nav {
    display: block;
    position: fixed;
    top: 0;
    right: -350px;
    width: 100%;
    max-width: 350px;
    height: 100%;
    padding: 0 15px;
    background-color: #fefefe;
    transition: 0.5s ease-in-out;
    z-index: 999;
  }
  .logo {
    left: 15px;
    margin: 0;
  }
  #gnav1, #gnav2 {
    padding: 0;
  }
  #header-nav .nav {
    display: block;
    height: auto;
  }
  #header-nav .nav > li:hover > .sub-menu li {
    height: auto;
  }
  #header-nav .nav > li > a {
    padding-bottom: 12px;
    border-bottom: solid 1px #ccc;
  }
  #header-nav .nav > li > a::after {
    content: none;
  }
  #header-nav .nav .sub-menu {
    position: static;
    transform: none;
    box-shadow: none;
  }
  #header-nav .nav .sub-menu li {
    height: auto;
    overflow: auto;
  }
  #header-nav .nav .sub-menu a {
    border-top: none;
    border-bottom: dotted 1px #ccc;
  }
  #header-nav .nav .sub-menu a:hover {
    background-color: initial;
  }
  #nav-wrap.active nav {
    right: 0;
  }
  .main-title.room span {
    margin-top: 5px;
    margin-left: auto;
    display: block;
  }
  .room-thumbnail {
    width: calc(100% - 100px);
    margin: auto 50px;
  }
  .room-box .text {
    position: static;
    margin: auto 50px;
  }
  .page-content {
    display: block;
    padding-bottom: 50px;
  }
  .page-content figure {
    width: auto;
    margin-right: auto;
  }
  .page-content div {
    margin: auto;
    width: auto;
  }
  .tel-info {
    font-size: 2rem;
  }
  .tel-info p span {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 500px) {
  body {
    font-size: 1.2rem;
  }
  .section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .section.top {
    padding-top: 0;
  }
  #header-nav {
    right: -100%;
    max-width: 100%;
  }
  #breadcrumb ul {
    overflow-x: auto;
    word-break: keep-all;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .concept-msg {
    margin: 25px auto;
  }
  .facility-info {
    padding-top: 25px;
  }
  .facility-info.bottom {
    padding-bottom: 25px;
  }
  .title-box {
    width: auto;
    height: 75px;
  }
  .title-box::before {
    width: 97%;
  }
  .main-title {
    font-size: 2rem;
  }
  .main-title span {
    font-size: 1rem;
  }
  .fi-it-area {
    margin-top: auto;
  }
  .img-box, .img-box.rev, .text-box {
    margin: auto;
  }
  .data-title {
    font-size: 1.8rem;
  }
  .room-box .title {
    position: static;
  }
  .main-title.room {
    font-size: 2rem;
  }
  .main-title.room span {
    margin-top: auto;
    margin-left: 10px;
    display: inline;
  }
  .room-thumbnail {
    width: auto;
    margin: auto;
  }
  .room-box .text {
    margin: auto;
  }
  .bgc-green.top {
    padding-top: 25px;
  }
  .room-box {
    padding-bottom: 25px;
  }
  .page-content {
    padding-bottom: 25px;
  }
  .page-content div {
    padding: 15px;
  }
  .archive .info-area, .article-area {
    padding-bottom: 25px;
  }
  .tel-info p span {
    margin-left: auto;
    display: block;
  }
  .stick-arrow-box {
    margin-bottom: 25px;
  }
  #footer-inner {
    padding-top: 0;
    padding-bottom: 25px;
  }
  #footer-inner .hotel-info {
    margin-top: 25px;
  }
  #footer nav {
    display: block;
  }
  #footer .nav {
    margin-top: 25px;
  }
  #footer .nav li {
    border-top: solid 1px #fff;
  }
  #footer .nav a {
    display: block;
    padding: 15px 0;
  }
  #footer #footer-nav2 {
    margin-top: auto;
  }
  #footer #footer-nav2 li:last-child {
    border-bottom: solid 1px #fff;
  }
  .footer-sns {
    margin-top: 25px;
  }
}
