@charset "utf-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol,
dd {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
hr {
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
img,
embed,
iframe,
object {
  max-width: 100%;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  color: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
textarea {
  width: 100%;
  overflow: auto;
}
/* 
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	&:disabled {
		opacity: inherit;
	}
}
*/
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  padding: 0;
  border: none;
  background: transparent;
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="number"],
[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
:-moz-focusring {
  outline: auto;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: unset;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: normal;
}
img {
  height: auto;
  border-style: none;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
dfn,
cite,
em,
i {
  font-style: inherit;
}
pre {
  font-family: inherit;
  overflow: auto;
}
big {
  font-size: 125%;
}
dl {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
dd {
  margin-inline-start: 0;
}
/* Wordpress
--------------------------------------------- */
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.widget select {
  max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  display: grid;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#primary[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.only-sp {
  display: none;
}
body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  color: #644922;
  line-height: 1.8;
  background-color: #EFEEEA;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: auto-phrase;
  letter-spacing: 0.04em;
}
.container {
  position: relative;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.site-navigation {
  position: absolute;
  top: 30px;
  z-index: 5;
  left: 0;
  width: 100%;
  transition: background .5s;
  padding: 10px 0;
}
.site-navigation .inner {
  width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-navigation li a {
  color: #fff;
}
.site-navigation li a:hover {
  text-decoration-color: #fff;
}
.fixed-navigation {
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.65);
}
.navigation-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0;
}
.navigation-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}
.navigation-links li {
  margin-right: 30px;
}
.navigation-links li a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: all .3s;
}
.navigation-links .sns-link {
  font-size: 0;
}
.navigation-links .sns-link a:before {
  font-size: 21px;
  font-size: 2.1rem;
  font-family: 'dashicons';
}
.navigation-links .facebook-link {
  margin-right: 15px;
}
.navigation-links .facebook-link a:before {
  content: "\f304";
}
.navigation-links .instagram-link a:before {
  content: "\f12d";
}
.navigation-reservation {
  background-color: #fff;
  border-radius: 2px;
}
.navigation-reservation a {
  position: relative;
  color: #fff;
  background-color: #644922;
  display: inline-block;
  padding: 5px 20px;
  transition: all .3s;
  border-radius: 2px;
}
.navigation-reservation a:hover {
  opacity: .85;
}
.navigation-toggle {
  display: none;
}
.inner {
  position: relative;
}
.cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #EAE9E4;
}
.cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-header {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
}
.site-header .inner {
  max-width: 1920px;
  width: 100%;
  min-width: 1200px;
  height: 100%;
  margin: auto;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);
}
.site-header .cover:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.template-block p:not(:last-child) {
  margin-bottom: 20px;
}
.template-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.template-block ul {
  list-style-type: none;
}
.link-text a,
.link-text span {
  display: inline-block;
  border-bottom: 1px solid #644922;
  line-height: 1.2;
}
.link-text a:before,
.link-text span:before,
.link-text a:after,
.link-text span:after {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #644922;
  border-right: 1px solid #644922;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
}
.link-text a:after,
.link-text span:after {
  content: '';
  transform: rotate(45deg);
}
.image-content {
  min-height: 960px;
  height: 100vh;
  max-height: 1080px;
  width: 100%;
}
.image-content .inner {
  height: 100%;
}
.image-content h2 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.image-content .link-text {
  margin-top: 20px;
  text-align: right;
  width: 400px;
}
.image-content .image-content-text {
  width: 400px;
  line-height: 2.5;
}
.image-content .image-content-body {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.8) 50%);
  padding-left: 50%;
}
.image-content.reverse .image-content-body {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  padding: 0 50% 0 0;
}
.image-list {
  width: 1040px;
  margin: 0 auto 120px;
}
.image-list .divided-content {
  margin-bottom: 40px;
}
.image-list .divided-content h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.image-list .left-side {
  width: 450px;
}
.image-list .right-side {
  width: 540px;
  padding-top: 20px;
}
.image-list .image-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.image-list .image-block figure {
  width: 320px;
  height: 213px;
  margin-right: 40px;
}
.image-list .image-block figure:nth-child(3n + 2) {
  margin-top: 106px;
}
.image-list .image-block figure:nth-child(3n) {
  margin-right: 0;
  margin-top: 213px;
}
.image-list figcaption {
  margin-top: 5px;
}
.image-list .description-block {
  margin-top: -60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.image-list .description-block h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #644922;
}
.image-list .description-block li {
  width: calc(50% - 20px);
}
.image-list .description-block li:nth-child(odd) {
  margin: 0 40px 0 0;
}
.image-list .description-block li:nth-child(even) {
  margin: 120px 0 0 0;
}
.image-list .description-block p {
  padding-left: 20px;
}
.image-list h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.image-list.reverse .image-block,
.image-list.reverse .divided-content,
.image-list.reverse .description-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.image-list.reverse .divided-content .left-side {
  margin-left: 20px;
  margin-right: 0;
}
.image-list.reverse .divided-content .right-side {
  margin-left: 0;
  margin-right: 20px;
}
.image-list.reverse .image-block figure:nth-child(3n + 1) {
  margin-right: 0;
}
.image-list.reverse .image-block figure:nth-child(3n) {
  margin-right: 40px;
}
.image-list.reverse .description-block li:nth-child(odd) {
  margin: 0;
}
.image-list.reverse .description-block li:nth-child(even) {
  margin: 120px 40px 0 0;
}
.divided-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.divided-content .left-side {
  margin-right: 20px;
}
.divided-content .right-side {
  margin-left: 20px;
}
.divided-content:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.divided-content:nth-of-type(even) .left-side {
  margin-left: 20px;
  margin-right: 0;
}
.divided-content:nth-of-type(even) .right-side {
  margin-left: 0;
  margin-right: 20px;
}
.content-title {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
.annotation-block {
  width: 1040px;
  padding: 80px;
  margin: 0 auto 120px;
  background-color: #EAE9E4;
  font-size: 18px;
  font-size: 1.8rem;
}
.site-footer {
  position: relative;
  z-index: 5;
  padding: 60px 0 30px;
  background-color: #E1DFD9;
}
.site-footer .navigation-links {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.site-footer a:hover {
  text-decoration-color: #644922;
}
.site-footer .access-number {
  margin-bottom: 20px;
}
.footer-company {
  width: 960px;
  margin: 60px auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-company .footer-logo {
  margin-right: 60px;
}
.footer-company .footer-logo a {
  transition: all .3s;
}
.footer-company .footer-logo a:hover {
  opacity: .8;
}
.footer-policy {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.footer-policy ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-policy li:not(:last-child) {
  margin-right: 30px;
}
.footer-policy a {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s;
}
.footer-policy a:hover {
  text-decoration-color: #644922;
}
.footer-copyright {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
.footer-number {
  margin: 10px auto;
}
.footer-contact {
  margin: 10px auto;
  text-decoration: underline;
}
.reservation-button {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 0;
}
.reservation-button .inner {
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  margin: auto;
}
.reservation-button .inner:before {
  position: absolute;
  right: 40px;
  bottom: 40px;
  content: '';
  display: block;
  width: 152px;
  height: 40px;
  background-color: #fff;
}
.reservation-button a {
  position: absolute;
  right: 40px;
  bottom: 40px;
  display: block;
  width: 152px;
  height: 40px;
  line-height: 40px;
  background-color: #644922;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  transition: all .3s;
}
.reservation-button a:hover {
  opacity: .8;
}
.char {
  display: inline-block;
  transform: scale(8);
  opacity: 0;
  filter: blur(16px);
}
.effect-blur .char {
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.effect {
  transform: scale(3);
  opacity: 0;
  filter: blur(16px);
}
.show {
  transform: scale(1);
  opacity: 1;
  transition: all 1.8s;
  filter: blur(0);
}
.image-content {
  transition: all 2s;
}
.image-content.effect {
  opacity: 0;
}
.image-content.show {
  opacity: 1;
}
.front-header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  min-height: 960px;
  height: 100vh;
  max-height: 1080px;
}
.front-header li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 2s;
}
.front-header .showSlide {
  opacity: 1;
}
.front-header .effect-cover {
  display: none;
}
.front-header .effect-cover:before {
  bottom: -100px;
}
.effect-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
}
.effect-cover:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
  z-index: 3;
  height: 200px;
  background: linear-gradient(to bottom, rgba(5, 51, 121, 0) 0%, #053379 50%, rgba(5, 51, 121, 0) 100%);
}
.header-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}
.header-sub-title {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.header-title {
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 10px;
}
.header-en {
  font-size: 24px;
  font-size: 2.4rem;
}
.main-front {
  position: relative;
  z-index: 5;
  margin-top: calc(100vh + 100px);
  background-color: #EFEEEA;
  padding-bottom: 160px;
}
.front-description {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  min-height: 960px;
  height: 100vh;
  max-height: 1080px;
}
.front-description .inner {
  height: 100%;
  max-width: 1920px;
  margin: auto;
}
.front-description-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  line-height: 4;
}
.front-image-slider {
  padding: 160px 0;
}
.front-image-slider .effect-cover:before {
  top: -100px;
}
.front-image-slider .slider {
  position: relative;
  width: 2040px;
  height: 320px;
}
.front-image-slider ul {
  position: absolute;
  top: 0;
  left: 0;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}
.front-image-slider li {
  width: 320px;
  height: 320px;
  margin-right: 20px;
}
.front-image-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-content-news li {
  margin-bottom: 20px;
}
.image-content-news li a {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s;
}
.image-content-news li a:hover {
  text-decoration-color: #644922;
}
.image-content-news time {
  margin-left: 10px;
}
.front-reservation {
  background-color: #EAE9E4;
  padding: 120px 0;
}
.front-reservation .inner {
  width: 1140px;
  margin: 0 auto;
}
.front-reservation .right-side {
  width: 610px;
}
.front-reservation .left-side {
  width: 450px;
  height: 300px;
}
.stay-reservation {
  margin-top: 100px;
  padding-top: 80px;
  border-top: 2px dashed #644922;
  font-size: 20px;
  font-size: 2rem;
}
.stay-reservation label {
  cursor: pointer;
}
.stay-reservation h3 {
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
#directin-form .directin-sp-form {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#directin-form .directin-sp-form-date-input-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#directin-form .directin-sp-form .directin-sp-form-input label .directin-sp-form-label {
  color: #644922;
  font-size: 14px;
  font-size: 1.4rem;
}
#directin-form .directin-sp-form-checkbox-label {
  color: #644922;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
}
#directin-form .directin-sp-form-submit-button {
  padding-top: 30px;
}
#directin-form .directin-sp-form-submit-button button {
  background-color: #644922;
}
.image-content-about {
  margin-bottom: 120px;
}
.js-action {
  transition: all 1.8s;
}
.js-action.hidden {
  opacity: 0;
  transition: none;
}
.js-popup .js-action {
  position: relative;
  top: 0;
}
.js-popup .hidden {
  top: 20px;
}
.front-plans {
  width: 960px;
  margin: 0 auto 120px;
}
.front-plans ul {
  list-style-type: none;
}
.front-plans li {
  padding-top: 20px;
}
.front-plans li:not(:last-child) {
  margin-bottom: 80px;
}
.front-plans .left-side {
  width: 320px;
  height: 240px;
  margin-right: 40px;
}
.front-plans .right-side {
  width: 600px;
}
.front-plans h3 {
  font-size: 22px;
  font-size: 2.2rem;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #644922;
}
.front-plans a {
  transition: all .3s;
}
.front-plans a:hover {
  opacity: .9;
}
.front-banners {
  width: 1200px;
  margin: 0 auto 160px;
}
.front-banners li {
  position: relative;
  height: 340px;
  color: #fff;
}
.front-banners li:not(:last-child) {
  margin-bottom: 80px;
}
.front-banners a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.front-banners a:hover {
  opacity: .9;
}
.front-banners .cover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.35);
}
.front-banners .link-text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 25px;
  text-align: right;
  width: 100%;
}
.front-banners .link-text span {
  border-color: #fff;
}
.front-banners .link-text span:after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.front-banners .banner-text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.front-banners h3 {
  font-size: 42px;
  font-size: 4.2rem;
  width: 320px;
  text-align: center;
}
.front-banners p {
  width: 560px;
  margin: 0;
}
.front-access {
  width: 960px;
  margin: 0 auto;
}
.access-map {
  width: 100%;
  height: 628px;
  margin: 0 auto 60px;
}
.access-map iframe {
  width: 100%;
  height: 100%;
}
.access-body h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 40px;
}
.access-body .access-contact {
  margin-bottom: 60px;
}
.access-body .access-number {
  margin-bottom: 20px;
}
.access-description .access-description-title {
  font-size: 20px;
  font-size: 2rem;
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
}
.access-description:not(:last-child) .access-description-body {
  margin-bottom: 80px;
}
.access-number {
  letter-spacing: 0.1em;
}
.access-tel {
  margin-right: 20px;
}
.access-description-body {
  display: none;
}
.common-header {
  height: 340px;
  margin-bottom: 80px;
}
.room-map {
  margin-bottom: 80px;
}
.room-map .inner {
  position: relative;
  width: 663px;
  height: auto;
  margin: auto;
  aspect-ratio: 0.72115385;
}
.room-map figure {
  width: 100%;
  height: 100%;
}
.room-map img {
  object-fit: contain;
}
.link-icon {
  position: absolute;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
  text-shadow: -1px -1px 0 #EFEEEA, 1px -1px 0 #EFEEEA, -1px 1px 0 #EFEEEA, 1px 1px 0 #EFEEEA;
}
.link-icon:before {
  position: relative;
  top: 18px;
  content: '\f230	';
  font-family: 'dashicons';
  font-size: 50px;
  font-size: 5rem;
  font-weight: 400;
}
.link-western1 {
  top: 24px;
  left: 490px;
  color: #A47C73;
}
.link-western2 {
  top: 586px;
  left: 510px;
  color: #A47C73;
}
.link-japanese {
  top: 605px;
  left: 323px;
  color: #88997E;
}
.link-onsen {
  top: 540px;
  left: 140px;
  color: #7A90A4;
}
.link-facility {
  top: 300px;
  left: 390px;
  color: #9E8FAF;
}
.room-description-item:not(:last-child) {
  margin-bottom: 20px;
}
.room-information .room-description-item {
  display: inline-block;
  width: 49%;
}
.room-information .room-description-item:not(:last-child) {
  margin-bottom: 30px;
}
.western-room {
  padding-top: 120px;
  margin-bottom: 0;
}
.western-room .room-information .room-description-item:first-of-type {
  width: 100%;
}
.japanese-room {
  padding-top: 120px;
}
.image-content-hot-spring {
  margin-bottom: 80px;
}
.room-common-block {
  width: 1040px;
  margin: 0 auto 120px;
}
.room-common-block .left-side {
  width: 540px;
  height: 360px;
}
.room-common-block .right-side {
  padding-top: 20px;
  width: 440px;
}
.room-common-block h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.room-common-block .divided-content:not(:last-child) {
  margin-bottom: 80px;
}
.room-hot-spring-analysis {
  width: 1040px;
  margin: 0 auto 120px;
  background-color: #fff;
}
.room-hot-spring-analysis h2 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 40px;
  font-weight: 600;
}
.room-hot-spring-analysis th {
  font-weight: 600;
  width: 180px;
}
.room-hot-spring-analysis th,
.room-hot-spring-analysis td {
  padding: 10px 0;
}
.room-hot-spring-analysis td {
  width: 430px;
  vertical-align: middle;
}
.room-hot-spring-analysis .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.analysis-image {
  width: 340px;
}
.analysis-image img {
  object-position: -400px;
}
.analysis-body {
  padding: 80px 40px;
}
.image-content-facilities {
  margin-bottom: 120px;
}
.restaurant-description {
  width: 960px;
  margin: 100px auto 120px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.5;
}
.image-content-menu {
  margin-bottom: 120px;
}
.image-content-menu h2,
.image-content-menu .image-content-text {
  width: 620px;
}
.image-content-menu .image-content-text {
  line-height: 1.5;
}
.image-content-menu dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.image-content-menu dt {
  width: 15%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 25px;
  padding-left: 6px;
}
.image-content-menu dd {
  width: 85%;
}
.image-content-menu dd:not(:last-child) {
  margin-bottom: 25px;
}
.restaurant-children {
  margin-bottom: 120px;
}
.restaurant-morning {
  margin-bottom: 120px;
  padding: 120px 0;
  background-color: #EAE9E4;
}
.restaurant-morning .inner {
  width: 960px;
  margin: 0 auto;
}
.restaurant-morning figure {
  margin-bottom: 60px;
}
.restaurant-morning .morning-body {
  padding: 0 40px;
  line-height: 2.5;
}
.restaurant-lunchbox {
  background-color: #EAE9E4;
  padding: 120px;
  width: 100%;
  margin: 0 auto 120px;
}
.restaurant-lunchbox .inner {
  width: 1040px;
  margin: 0 auto;
}
/* faq */
.faq-category {
  margin-bottom: 80px;
}
.faq-category h2 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 40px;
}
.faq-category ul {
  list-style-type: none;
}
.faq-category li {
  cursor: pointer;
}
.faq-category li:not(:last-child) {
  margin-bottom: 40px;
}
.faq-category .question,
.faq-category .answer {
  position: relative;
  padding-left: 40px;
}
.faq-category .question:before,
.faq-category .answer:before {
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  background-color: #644922;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 26px;
}
.faq-category .question {
  font-weight: 600;
  border-bottom: 1px solid #644922;
  padding-bottom: 10px;
}
.faq-category .question:before {
  content: 'Q.';
}
.faq-category .answer {
  display: none;
  margin-top: 20px;
  line-height: 2;
}
.faq-category .answer:before {
  content: 'A.';
}
.contact-block {
  background-color: #EAE9E4;
  padding: 160px 0;
}
.contact-block .inner {
  width: 720px;
  margin: 0 auto;
}
.contact-block input[type="text"],
.contact-block input[type="email"],
.contact-block textarea {
  text-align: left;
  background-color: #fff;
  padding: 8px;
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.contact-block table {
  width: 100%;
}
.contact-block th {
  width: 180px;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
}
.contact-block th p {
  padding: 4px 0;
}
.contact-block th,
.contact-block td {
  padding: 10px 0;
}
.wpcf7-submit {
  width: 100%;
  margin: auto;
  display: block;
  transition: all .3s;
  color: #fff;
  background-color: #644922;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.wpcf7-submit:hover {
  opacity: .85;
}
.contact-submit th,
.contact-submit td {
  padding: 10px 0 0;
}
.contact-submit p {
  position: relative;
}
.contact-submit .wpcf7-spinner {
  position: absolute;
  top: 11px;
  right: 0;
}
/* single */
.main-single {
  width: 720px;
  margin: 0 auto 160px;
}
.main-single .link-text a:before {
  content: '';
  transform: rotate(-140deg);
  margin-right: 5px;
}
.main-single .link-text a:after {
  content: none;
}
.main-single.main-faq {
  width: 100%;
  margin: 0;
}
.main-single .faq-body {
  width: 720px;
  margin: 0 auto 160px;
}
.single-post-thumbnail {
  margin-bottom: 40px;
}
.single-header {
  margin-bottom: 40px;
}
.single-header h1 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 3px solid #644922;
}
.single-header-date {
  margin-bottom: 10px;
}
.single-header-date time {
  margin-right: 10px;
}
.single-body {
  margin-bottom: 60px;
}
.single-body h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  border-bottom: 2px solid #644922;
  padding-bottom: 10px;
  margin: 40px auto 20px;
}
.single-body figure {
  margin: 40px 0;
}
.news-archive-list {
  width: 720px;
  margin: 0 auto 160px;
}
.news-archive-list ul {
  list-style-type: none;
  border-top: 2px solid #E1DFD9;
  margin-bottom: 80px;
}
.news-archive-list li {
  border-bottom: 2px solid #E1DFD9;
}
.news-archive-list li a {
  padding: 20px;
  display: block;
}
.news-archive-list time {
  margin: 0 10px 10px 0;
}
.news-archive-list a {
  transition: all .3s;
}
.news-archive-list a:hover {
  opacity: .8;
}
time {
  display: inline-block;
  letter-spacing: .01em;
}
.category-name {
  margin-right: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid #644922;
  border-radius: 4px;
  display: inline-block;
  padding: 0 5px;
}
.pagination-links {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
.pagination-links a,
.pagination-links span {
  display: inline-block;
  padding: 0 4px;
  margin: 0 4px;
  line-height: 1.5;
}
.pagination-links a {
  transition: all .3s;
}
.pagination-links a:hover {
  opacity: .8;
}
.pagination-links .current {
  border-bottom: 3px solid #644922;
}
@media screen and (min-width: 1920px) {
  .main-front {
    margin-top: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .phone-number-text,
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
  .phone-number-link {
    display: inline;
  }
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .container {
    min-width: unset;
    margin: 0 auto;
  }
  .site-navigation {
    height: 50px;
  }
  .site-navigation.active.open {
    background-color: transparent;
  }
  .navigation-logo {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 11;
  }
  .navigation-logo a {
    display: block;
    width: 62px;
    height: 30px;
  }
  .navigation-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .navigation-open {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 0 40px;
    background-color: rgba(0, 0, 0, 0.85);
  }
  .header-navigation {
    top: 0;
  }
  .header-navigation.scroll .inner {
    background-color: rgba(0, 0, 0, 0.85);
  }
  .header-navigation .inner {
    width: 100%;
    height: 50px;
    transition: all .3s;
  }
  .header-navigation .navigation-links {
    height: 100%;
  }
  .header-navigation .global-navigation {
    display: block;
    text-align: center;
  }
  .header-navigation .global-navigation li {
    margin: 0 0 25px 0;
  }
  .header-navigation .instagram-link {
    margin: 0;
  }
  .header-navigation .sns-navigation {
    margin-bottom: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-navigation .navigation-reservation {
    display: none;
  }
  .navigation-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navigation-toggle {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 26px;
    height: 12px;
    z-index: 10;
  }
  .navigation-toggle span {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all .3s;
  }
  .navigation-toggle span:before,
  .navigation-toggle span:after {
    position: absolute;
    left: 0;
    content: '';
    display: block;
    height: 1px;
    background-color: #fff;
    width: 100%;
  }
  .navigation-toggle .nav-open {
    opacity: 1;
  }
  .navigation-toggle .nav-open:before {
    top: 0;
  }
  .navigation-toggle .nav-open:after {
    bottom: 0;
  }
  .navigation-toggle .nav-close {
    opacity: 0;
  }
  .navigation-toggle .nav-close:before {
    top: 5px;
    transform: rotate(24deg);
  }
  .navigation-toggle .nav-close:after {
    bottom: 5px;
    transform: rotate(-24deg);
  }
  .open .nav-open {
    opacity: 0;
  }
  .open .nav-close {
    opacity: 1;
  }
  .navigation-reservation {
    background-color: transparent;
  }
  .cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .site-header .inner {
    min-width: unset;
  }
  .image-content {
    min-height: 688px;
    width: 100%;
  }
  .image-content h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .image-content .link-text {
    width: 100%;
    margin-top: 0;
  }
  .image-content .image-content-text {
    width: 100%;
    line-height: 2;
  }
  .image-content .image-content-body {
    position: relative;
    top: 60px;
    height: auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 0 20px;
  }
  .image-content .image-content-body:before,
  .image-content .image-content-body:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
  }
  .image-content .image-content-body:before {
    bottom: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    height: 60px;
  }
  .image-content .image-content-body:after {
    top: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
    height: 40px;
  }
  .image-content.reverse .image-content-body {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
  }
  .image-list {
    width: 100%;
    margin-bottom: 60px;
  }
  .image-list .divided-content {
    padding: 0 20px;
  }
  .image-list .divided-content h2 {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
  }
  .image-list .left-side {
    width: 100%;
  }
  .image-list .right-side {
    width: 100%;
    padding-top: 20px;
  }
  .image-list .image-block {
    display: block;
  }
  .image-list .image-block figure {
    width: 100%;
    height: auto;
    aspect-ratio: 1.5;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .image-list .image-block figure:nth-child(odd) {
    padding-right: 40px;
  }
  .image-list .image-block figure:nth-child(even) {
    padding-left: 40px;
    text-align: right;
  }
  .image-list .image-block figure:nth-child(3n + 2) {
    margin-top: 0;
  }
  .image-list .image-block figure:nth-child(3n) {
    margin-top: 0;
  }
  .image-list figcaption {
    padding: 0 20px;
  }
  .image-list .description-block {
    padding: 0 20px;
    margin: 0;
  }
  .image-list .description-block h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .image-list .description-block li {
    width: 100%;
  }
  .image-list .description-block li:nth-child(odd) {
    margin: 0 auto 20px;
  }
  .image-list .description-block li:nth-child(even) {
    margin: 0 auto 20px;
  }
  .image-list h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .image-list.reverse .image-block,
  .image-list.reverse .divided-content,
  .image-list.reverse .description-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .image-list.reverse .divided-content .left-side {
    margin-left: 0;
    margin-right: 0;
  }
  .image-list.reverse .divided-content .right-side {
    margin-left: 0;
    margin-right: 0;
  }
  .image-list.reverse .image-block figure:nth-child(3n + 1) {
    margin-right: 0;
  }
  .image-list.reverse .image-block figure:nth-child(3n) {
    margin-right: 0;
  }
  .image-list.reverse .description-block li:nth-child(even) {
    margin: 0;
  }
  .divided-content {
    display: block;
  }
  .divided-content .left-side,
  .divided-content .right-side {
    padding: 0;
  }
  .divided-content .left-side {
    margin: 0 0 20px;
  }
  .divided-content .right-side {
    margin: 0;
  }
  .divided-content:nth-of-type(even) .left-side {
    margin: 0 0 20px;
  }
  .divided-content:nth-of-type(even) .right-side {
    margin: 0;
  }
  .content-title {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 0 20px;
  }
  .annotation-block {
    width: auto;
    margin: 0 20px 60px;
    padding: 40px 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .site-footer {
    position: relative;
    z-index: 5;
    padding: 60px 0;
    background-color: #E1DFD9;
  }
  .site-footer .navigation-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
  }
  .site-footer .navigation-links ul {
    margin-bottom: 10px;
  }
  .site-footer ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px 0 30px;
  }
  .site-footer li {
    margin-bottom: 20px;
  }
  .site-footer a:hover {
    text-decoration-color: #644922;
  }
  .footer-company {
    width: 100%;
    margin: 20px auto;
    display: block;
    text-align: center;
    line-height: 2;
  }
  .footer-company .footer-logo {
    margin: 0 auto 40px;
  }
  .footer-policy {
    margin-bottom: 0;
  }
  .footer-number {
    margin: 0;
  }
  .footer-contact {
    margin: 25px auto;
  }
  .reservation-button {
    display: block;
  }
  .reservation-button .inner {
    min-width: unset;
  }
  .reservation-button .inner:before {
    content: none;
  }
  .reservation-button a {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .front-header {
    min-height: 688px;
  }
  .header-sub-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .header-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 5px;
  }
  .header-en {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .main-front {
    position: relative;
    z-index: 5;
    margin-top: 688px;
    background-color: #EFEEEA;
    padding-bottom: 80px;
  }
  .front-description {
    height: 688px;
    min-height: unset;
  }
  .front-description-text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    padding: 20px;
  }
  .front-image-slider {
    padding: 100px 0;
  }
  .front-reservation {
    padding: 80px 20px;
  }
  .front-reservation .inner {
    width: 100%;
  }
  .front-reservation .left-side {
    width: 100%;
    height: 240px;
  }
  .front-reservation .right-side {
    width: 100%;
  }
  .stay-reservation {
    margin-top: 80px;
    padding-top: 60px;
    border-top: 1px dashed #644922;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .stay-reservation h3 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  #directin-form .directin-sp-form-input-group {
    width: 100%;
  }
  #directin-form .directin-sp-form-submit-button {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #directin-form .directin-sp-form-submit-button button {
    width: 240px;
  }
  #directin-form .directin-sp-form-nodate-checkbox {
    text-align: right;
  }
  .image-content-about {
    margin-bottom: 80px;
  }
  .front-plans {
    width: 100%;
    margin-bottom: 80px;
  }
  .front-plans ul {
    list-style-type: none;
  }
  .front-plans li {
    padding: 0 20px;
  }
  .front-plans li:not(:last-child) {
    margin-bottom: 60px;
  }
  .front-plans .left-side {
    width: 100%;
    height: 200px;
    margin: 0 0 10px;
  }
  .front-plans .right-side {
    width: 100%;
  }
  .front-plans h3 {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .front-banners {
    width: 100%;
    margin: 0 auto 80px;
  }
  .front-banners li {
    height: auto;
    aspect-ratio: 1;
  }
  .front-banners li:not(:last-child) {
    margin-bottom: 40px;
  }
  .front-banners a {
    padding: 60px 40px;
  }
  .front-banners .link-text {
    width: 100%;
  }
  .front-banners .banner-text {
    height: 100%;
    display: block;
  }
  .front-banners h3 {
    font-size: 32px;
    font-size: 3.2rem;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
  .front-banners p {
    width: 100%;
    margin: 0;
  }
  .front-access {
    width: 100%;
    margin: 0 auto;
  }
  .access-map {
    height: auto;
    aspect-ratio: 1;
    margin-bottom: 40px;
  }
  .access-map iframe {
    width: 100%;
    height: 100%;
  }
  .access-body {
    padding: 0 20px;
  }
  .access-body h3 {
    margin-bottom: 20px;
  }
  .access-description .access-description-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .access-description:not(:last-child) .access-description-body {
    margin-bottom: 60px;
  }
  .access-number {
    margin-bottom: 40px;
  }
  .access-tel {
    margin-right: 20px;
  }
  .access-description-body {
    display: none;
  }
  .common-header {
    height: 280px;
    margin-bottom: 60px;
  }
  .room-map {
    margin-bottom: 60px;
    padding: 0 20px;
  }
  .room-map .inner {
    width: 335px;
    margin: auto;
  }
  .room-map figure {
    width: 100%;
    margin: auto;
  }
  .link-icon {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .link-icon:before {
    position: relative;
    top: 6px;
    content: '\f230	';
    font-family: 'dashicons';
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
  }
  .link-western1 {
    top: 12px;
    left: 250px;
  }
  .link-western2 {
    top: 294px;
    left: 250px;
  }
  .link-japanese {
    top: 301px;
    left: 150px;
  }
  .link-onsen {
    top: 270px;
    left: 60px;
  }
  .link-facility {
    top: 154px;
    left: 210px;
  }
  .western-room,
  .japanese-room {
    padding-top: 60px;
  }
  .western-room {
    margin: 0;
  }
  .image-content-hot-spring {
    margin-bottom: 60px;
  }
  .room-common-block {
    width: 100%;
    margin-bottom: 60px;
    padding: 0 20px;
  }
  .room-common-block .divided-content:not(:last-child) {
    margin-bottom: 60px;
  }
  .room-common-block .left-side {
    width: 100%;
    height: auto;
    aspect-ratio: 1.5;
  }
  .room-common-block .right-side {
    padding-top: 0;
    width: 100%;
  }
  .room-common-block h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .room-hot-spring-analysis {
    width: auto;
    margin: 0 20px 80px;
    background-color: #fff;
    padding: 20px;
  }
  .room-hot-spring-analysis h2 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .room-hot-spring-analysis table,
  .room-hot-spring-analysis tbody,
  .room-hot-spring-analysis tr,
  .room-hot-spring-analysis th,
  .room-hot-spring-analysis td {
    display: block;
  }
  .room-hot-spring-analysis tr {
    margin-bottom: 20px;
  }
  .room-hot-spring-analysis th {
    width: 100%;
  }
  .room-hot-spring-analysis th,
  .room-hot-spring-analysis td {
    padding: 0;
  }
  .room-hot-spring-analysis td {
    width: 100%;
  }
  .room-hot-spring-analysis .inner {
    display: block;
  }
  .analysis-image {
    width: 100%;
  }
  .analysis-image img {
    object-position: center;
  }
  .analysis-body {
    padding: 20px 0;
  }
  .image-content-facilities {
    margin-bottom: 60px;
  }
  .restaurant-description {
    width: 100%;
    margin: 80px auto 60px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    padding: 0 20px;
  }
  .image-content-menu {
    margin: 80px 0 420px;
  }
  .image-content-menu h2,
  .image-content-menu .image-content-text {
    width: 100%;
    line-height: 1.2;
    padding-bottom: 20px;
  }
  .image-content-menu .cover {
    top: 350px;
  }
  .image-content-menu .cover:before {
    position: absolute;
    top: 0;
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, #efeeea 0%, rgba(239, 238, 234, 0) 100%);
  }
  .image-content-menu dl {
    display: block;
  }
  .image-content-menu dt {
    width: auto;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0;
    padding: 0;
  }
  .image-content-menu dd {
    padding-left: 12px;
    width: auto;
  }
  .image-content-menu dd:not(:last-child) {
    margin-bottom: 20px;
  }
  .restaurant-children {
    margin-bottom: 60px;
  }
  .restaurant-morning {
    margin-bottom: 60px;
    padding: 60px 20px;
  }
  .restaurant-morning .inner {
    width: 100%;
  }
  .restaurant-morning figure {
    margin-bottom: 20px;
  }
  .restaurant-morning .morning-body {
    padding: 0;
    line-height: 2;
  }
  .restaurant-lunchbox {
    background-color: #EAE9E4;
    padding: 60px 20px 20px;
    margin-bottom: 60px;
  }
  .restaurant-lunchbox .inner {
    width: 100%;
  }
  /* faq */
  .faq-category {
    margin-bottom: 60px;
  }
  .faq-category h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .faq-category li:not(:last-child) {
    margin-bottom: 20px;
  }
  .faq-category .question,
  .faq-category .answer {
    padding-left: 30px;
  }
  .faq-category .question:before,
  .faq-category .answer:before {
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
  .faq-category .answer {
    margin-bottom: 40px;
  }
  .contact-block {
    padding: 80px 0;
  }
  .contact-block .inner {
    width: 100%;
    padding: 0 20px;
  }
  .contact-block input[type="text"],
  .contact-block input[type="email"],
  .contact-block textarea {
    background-color: #fff;
    padding: 6px;
    display: block;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
  }
  .contact-block table,
  .contact-block tr,
  .contact-block th,
  .contact-block td {
    width: 100%;
    display: block;
  }
  .contact-block tr {
    margin-bottom: 20px;
  }
  .contact-block th {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .contact-block th p {
    padding: 0;
  }
  .contact-block th,
  .contact-block td {
    padding: 0;
  }
  .wpcf7-not-valid-tip {
    margin-top: 5px;
  }
  .wpcf7-form-control {
    width: 100%;
    margin: auto;
    display: block;
    transition: all .3s;
    color: #fff;
    background-color: #644922;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .wpcf7-form-control:hover {
    opacity: .85;
  }
  .contact-submit th,
  .contact-submit td {
    padding: 0;
  }
  .contact-submit p {
    position: relative;
  }
  .contact-submit .wpcf7-spinner {
    position: absolute;
    top: 11px;
    right: 0;
  }
  /* single */
  .main-single {
    width: 100%;
    margin-bottom: 80px;
    padding: 0 20px;
  }
  .main-single.main-faq {
    padding: 0;
  }
  .main-single .faq-body {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 80px;
  }
  .single-header {
    margin-bottom: 40px;
  }
  .single-header h1 {
    font-size: 24px;
    font-size: 2.4rem;
    border-bottom: 2px solid #644922;
  }
  .single-body {
    margin-bottom: 40px;
  }
  .single-body h2 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 600;
    border-bottom: 2px solid #644922;
    padding-bottom: 5px;
    margin: 30px auto 15px;
  }
  .news-archive-list {
    width: 100%;
    margin: 0 auto 100px;
    padding: 0 20px;
  }
  .news-archive-list ul {
    margin-bottom: 40px;
  }
  .news-archive-list time {
    margin-bottom: 5px;
  }
  .pagination-links {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pagination-links a,
  .pagination-links span {
    padding: 0 3px;
    margin: 0 3px;
  }
  .pagination-links .current {
    border-bottom: 2px solid #644922;
  }
}
