@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: inherit;
}
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 {
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
}
select: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;
  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;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
:-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: italic;
}
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: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #484433;
  background-color: #FAF8F3;
}
.container {
  max-width: 1920px;
  min-width: 1280px;
  margin: auto;
}
a {
  transition: all .3s;
}
.inner {
  margin: auto;
}
h2 {
  font-size: 32px;
  font-size: 3.2rem;
}
p + p {
  margin-top: 40px;
}
.cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.parallax img {
  position: relative;
  transform: scale(1.3);
  height: 125%;
}
.divided-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.divided-block:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.divided-block figure {
  flex-shrink: 0;
}
.link-text a:before,
.link-button a:before,
.link-text a:after,
.link-button a:after {
  position: relative;
  top: -1px;
  display: inline-block;
  border-top: 1px solid #484433;
  border-right: 1px solid #484433;
  transform: rotate(45deg);
  margin: 0 5px;
}
.link-text a:after,
.link-button a:after {
  content: '';
}
.link-text a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: rgba(72, 68, 51, 0.5);
}
.link-text a:before,
.link-text a:after {
  width: 10px;
  height: 10px;
}
.link-button a:before,
.link-button a:after {
  width: 12px;
  height: 12px;
}
.back-button a:before {
  content: '';
  transform: rotate(225deg);
}
.back-button a:after {
  content: none;
}
.crossfade {
  position: relative;
  overflow: hidden;
}
.crossfade ul {
  position: relative;
  list-style-type: none;
  aspect-ratio: 1.5;
}
.crossfade li {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ccc;
  opacity: 0;
  transition: all 2s;
}
.crossfade .showSlide {
  opacity: 1;
}
.slider {
  position: relative;
  overflow: hidden;
}
.slider ul {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  list-style-type: none;
}
.slider li {
  flex-shrink: 0;
}
.slider img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.slider .slide-prev,
.slider .slide-next {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.slider .slide-prev {
  left: 0;
}
.slider .slide-next {
  right: 0;
}
.slider .slide-navigator {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 5;
}
.slider .slide-navigator span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #fafafa;
  margin-left: 15px;
  transition: all .3s;
}
.slider .slide-navigator .active {
  background-color: #666;
}
.template-heading span {
  display: block;
}
.news-list .crossfade ul {
  width: 420px;
}
.site-navigation {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100vw;
  height: 100vh;
  overflow: auto;
}
.site-navigation ul {
  list-style-type: none;
}
.site-navigation .inner {
  position: relative;
  height: 100%;
  min-height: 900px;
}
.navigation-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
.header-navigation {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 520px;
  height: 100%;
  padding: 140px 100px 0;
  background-color: #d7d1c4;
}
.header-navigation .navigation-logo {
  margin-bottom: 40px;
}
.header-navigation .navigation-logo img {
  width: 200px;
}
.header-navigation .navigation-list {
  margin-bottom: 25px;
}
.header-navigation .navigation-list li {
  margin-bottom: 15px;
}
.header-navigation .navigation-sns {
  margin-bottom: 40px;
}
.header-navigation h3 {
  font-size: 22px;
  font-size: 2.2rem;
}
.header-navigation .directin-sp-form-date-input-group {
  width: 100%;
}
.header-navigation .directin-sp-form-guest-room-input-group {
  width: calc((100% - 13px) * 2/3);
}
.header-navigation .directin-sp-form-submit-button {
  width: calc((100% - 50px) * 1/3);
}
.header-navigation .directin-sp-form {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.navigation-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reservation-block input,
.reservation-block select {
  background-color: #fff;
}
.reservation-block .flatpickr-input {
  width: 100%;
  height: 32px;
}
.reservation-block h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
}
.reservation-block label {
  display: block;
}
.directin-sp-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.directin-sp-form-date-input-group {
  margin-bottom: 10px;
}
.directin-sp-form-guest-room-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
}
.directin-sp-form-guest-room-input-group select {
  width: 90px;
  padding: 4px;
  height: 32px;
}
.directin-sp-form-label {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
}
.directin-sp-form-nodate-checkbox {
  margin-top: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: right;
}
.directin-sp-form-guest-room-separator {
  display: none;
}
.directin-sp-form-guest-selector {
  margin-right: 25px;
}
.directin-sp-form-submit-button button {
  width: 90px;
  height: 32px;
  text-align: center;
  background-color: #484433;
  color: #fff;
  padding: 3px;
  margin-top: 16px;
}
.site-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 60;
}
.site-menu .inner {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: auto;
}
.menu-reservation {
  position: absolute;
  top: 60px;
  right: 117px;
  width: 154px;
  height: 40px;
  color: #fff;
  background-color: #484433;
  text-align: center;
  line-height: 40px;
  transition: all .3s;
}
.menu-reservation:hover {
  opacity: .8;
}
.site-menu-toggle {
  mix-blend-mode: difference;
}
.menu-toggle {
  position: absolute;
  top: 60px;
  right: 40px;
  width: 45px;
  height: 40px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-toggle span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  mix-blend-mode: difference;
  transition: all .3s;
}
.menu-toggle span:before,
.menu-toggle span:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.menu-toggle .menu-open:before {
  top: -12px;
}
.menu-toggle .menu-open:after {
  bottom: -12px;
}
.menu-toggle .menu-close {
  opacity: 0;
}
.menu-toggle .menu-close:before {
  top: 0;
  transform: rotate(-208deg);
}
.menu-toggle .menu-close:after {
  bottom: 0;
  transform: rotate(28deg);
}
.menu-toggle.open span {
  background-color: transparent;
}
.menu-toggle.open .menu-open {
  opacity: 0;
}
.menu-toggle.open .menu-close {
  opacity: 1;
}
.footer-reservation {
  position: relative;
  overflow: hidden;
  font-weight: 700;
}
.footer-reservation .inner {
  position: relative;
  z-index: 2;
  background-color: rgba(239, 232, 217, 0.35);
}
.footer-reservation .reservation-block {
  width: 730px;
  margin: auto;
  padding: 120px 0;
}
.footer-reservation .directin-sp-form-date-input-group {
  width: 385px;
  margin-right: 25px;
}
.footer-reservation h3 {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 40px;
}
.site-footer {
  position: relative;
  background-color: #C9B17F;
  overflow: hidden;
}
.site-footer:before,
.site-footer:after {
  position: absolute;
  z-index: 1;
  top: 0;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  opacity: .6;
}
.site-footer:before {
  background-image: url(/wp-content/themes/kiyoharu/images/footer_l.png);
  width: 345px;
  height: 355px;
  left: 120px;
}
.site-footer:after {
  background-image: url(/wp-content/themes/kiyoharu/images/footer_r.png);
  width: 520px;
  height: 408px;
  right: 100px;
}
.site-footer .inner {
  position: relative;
  z-index: 3;
  padding: 60px 0 30px;
}
.site-footer ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.site-footer .footer-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}
.site-footer .navigation-list li:not(:last-child) {
  margin-right: 25px;
}
.site-footer .navigation-sns {
  margin-left: 25px;
}
.site-footer .navigation-sns li:not(:last-child) {
  margin-right: 15px;
}
.site-footer .footer-information {
  width: 1000px;
  margin: 0 auto 60px;
  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-footer .footer-links {
  margin-bottom: 30px;
}
.site-footer .footer-links li:not(:last-child) {
  margin-right: 25px;
}
.site-footer .footer-copyright {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
.template-list:before,
.front-plans:before,
.front-overview:before {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 720px;
  height: 720px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.template-list .inner,
.front-plans .inner,
.front-overview .inner {
  position: relative;
  z-index: 2;
}
.front-plans:before {
  background-image: url(/wp-content/themes/kiyoharu/images/bg_a.png);
}
.front-overview:before {
  background-image: url(/wp-content/themes/kiyoharu/images/bg_b.png);
  opacity: .2;
}
.template-list:before {
  background-image: url(/wp-content/themes/kiyoharu/images/bg_a.png);
}
.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-header {
  position: relative;
  height: 200vh;
  min-height: 1600px;
  max-height: 2600px;
  letter-spacing: 0.05em;
  padding-bottom: 320px;
  box-sizing: content-box;
}
.front-header .cover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.front-header .cover ul {
  width: 100%;
  max-width: 1920px;
  margin: auto;
}
.front-header .cover li {
  width: 100%;
}
.front-header .crossfade {
  width: 100%;
  height: 100vh;
  min-height: 800px;
  max-height: 1300px;
}
.front-header .crossfade ul,
.front-header .crossfade li {
  height: 100%;
}
.front-header .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  height: 100%;
  color: #fff;
}
.front-header .header-content {
  position: relative;
  height: 100vh;
  min-height: 800px;
  max-height: 1300px;
  overflow: auto;
}
.front-header .header-title {
  position: absolute;
  top: calc(100% - 390px);
  left: 160px;
  font-size: 28px;
  font-size: 2.8rem;
}
.front-header .header-logo {
  margin-bottom: 40px;
}
.front-header .header-description {
  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;
  font-size: 20px;
  font-size: 2rem;
  height: 100vh;
  min-height: 800px;
  max-height: 1300px;
  overflow: auto;
  width: 100%;
  line-height: 3.2;
  text-align: center;
}
.front-blog {
  position: relative;
  background-color: #EFE8D9;
}
.front-blog:before {
  position: absolute;
  left: 0;
  bottom: 100%;
  content: '';
  display: block;
  width: 100%;
  height: 240px;
  background: linear-gradient(to bottom, rgba(239, 232, 217, 0) 0%, rgba(239, 232, 217, 0.1) 10%, rgba(239, 232, 217, 0.48) 35%, rgba(239, 232, 217, 0.6) 43%, rgba(239, 232, 217, 0.9) 84%, #efe8d9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.front-blog .inner {
  padding: 120px 0 240px;
  width: 1000px;
  margin: auto;
}
.front-blog .news-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 240px;
}
.front-blog .news-block h2 {
  width: 500px;
  text-align: center;
}
.front-blog .blog-block h2 {
  margin-bottom: 40px;
}
.front-blog .right-side {
  width: 500px;
}
.front-blog .right-side li {
  left: auto;
  right: 0;
}
.front-blog .news-list {
  width: 500px;
}
.front-blog .divided-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.news-list {
  font-size: 14px;
  font-size: 1.4rem;
}
.news-list ul {
  list-style-type: none;
  margin-bottom: 20px;
}
.news-list li {
  padding: 10px 0;
  border-bottom: 1px solid #484433;
}
.link-text {
  text-align: right;
}
.front-links {
  position: relative;
  height: 400vh;
  min-height: 3200px;
  max-height: 5200px;
  border-bottom: 3px solid #484433;
}
.link-blocks {
  width: 100%;
  height: 100%;
}
.link-block {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1120px;
  height: 100vh;
  max-height: 1300px;
  border-top: 3px solid #484433;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.link-block.fixed {
  overflow: auto;
}
.link-block:nth-child(odd) .link-block-wrap {
  background-color: #E0D2B5;
}
.link-block:nth-child(odd) h2 {
  right: 60px;
}
.link-block:nth-child(odd) .link-block-text {
  left: 0;
}
.link-block:nth-child(even) .link-block-wrap {
  background-color: #EFE8D9;
}
.link-block:nth-child(even) figure {
  text-align: right;
}
.link-block:nth-child(even) h2 {
  left: 60px;
}
.link-block:nth-child(even) .link-block-text {
  right: 0;
}
.link-block:nth-child(even) .link-text {
  text-align: left;
}
.link-block:nth-child(even) .link-body {
  text-align: right;
}
.link-block .link-block-wrap {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: auto;
  min-height: 100%;
  margin: auto;
  padding: 0 80px;
}
.link-block .inner {
  position: relative;
  z-index: 3;
  width: 1120px;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.link-block .inner:before {
  position: absolute;
  top: 10%;
  z-index: 1;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.link-block:nth-child(1) .inner:before {
  right: -240px;
  background-image: url(/wp-content/themes/kiyoharu/images/spring.png);
  width: 478px;
  height: 434px;
}
.link-block:nth-child(2) .inner:before {
  left: -240px;
  background-image: url(/wp-content/themes/kiyoharu/images/summer.png);
  width: 431px;
  height: 401px;
}
.link-block:nth-child(3) .inner:before {
  right: -240px;
  background-image: url(/wp-content/themes/kiyoharu/images/autumn.png);
  width: 532px;
  height: 466px;
}
.link-block:nth-child(4) .inner:before {
  left: -240px;
  background-image: url(/wp-content/themes/kiyoharu/images/winter.png);
  width: 492px;
  height: 508px;
}
.link-block .link-header {
  position: relative;
  z-index: 3;
  margin-bottom: 60px;
  max-height: 75%;
}
.link-block figure {
  height: 100%;
}
.link-block img {
  width: 800px;
  height: 100%;
  aspect-ratio: 1.5;
  object-fit: contain;
}
.link-block h2 {
  position: absolute;
  top: 40px;
  z-index: 5;
  writing-mode: vertical-rl;
  letter-spacing: 0.05em;
  text-align: left;
}
.link-block .link-block-text {
  width: 527px;
  display: inline-block;
  text-align: left;
  margin: auto 80px 40px;
}
.front-plans {
  position: relative;
  z-index: 5;
  background-color: #E0D2B5;
  padding: 160px 0 ;
  border-top: 3px solid #484433;
}
.front-plans .inner {
  background-color: #EFE8D9;
  width: 1000px;
  margin: auto;
  padding: 70px 60px 100px;
  border-radius: 20px;
}
.front-plans h2 {
  margin-bottom: 60px;
  text-align: center;
}
.front-plans ul {
  list-style-type: none;
}
.front-plans li:not(:last-child) {
  margin-bottom: 80px;
}
.front-plans figure {
  width: 360px;
  height: 240px;
  margin-right: 40px;
}
.front-plans img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front-plans h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
.front-spacer {
  position: relative;
  height: 460px;
}
.front-spacer .cover {
  overflow: hidden;
}
.front-overview {
  padding: 160px 0;
  background-color: #C9B17F;
}
.front-overview .table-wrap {
  background-color: #EFE8D9;
}
.front-overview .overview-table {
  margin-bottom: 80px;
}
.front-overview .policy-table table,
.front-overview .policy-table tr,
.front-overview .policy-table th,
.front-overview .policy-table td {
  border: 1px solid #C9B17F;
}
.common-header {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.65);
}
.common-header .inner {
  position: relative;
  height: 420px;
}
.common-header .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
.common-header .header-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  font-size: 32px;
  font-size: 3.2rem;
  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;
}
.header-menu {
  position: absolute;
  top: 42px;
  height: 66px;
  width: 100%;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-menu .menu-logo {
  position: absolute;
  top: 0;
  left: 80px;
}
.header-menu ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-menu li:not(:last-child) {
  margin-right: 25px;
}
.header-menu li a {
  position: relative;
}
.header-menu li a:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -2px;
  opacity: 0;
  transition: inherit;
}
.header-menu li a:hover:after {
  opacity: 1;
}
.header-menu .menu-logo a:hover {
  opacity: .8;
}
.header-menu .menu-logo img {
  width: 200px;
}
.template-lead {
  position: relative;
  background-color: #EFE8D9;
  padding: 60px 0;
}
.template-lead:before {
  position: absolute;
  z-index: 1;
  right: 120px;
  bottom: 40px;
  content: '';
  display: block;
  width: 240px;
  height: 240px;
  background-image: url(/wp-content/themes/kiyoharu/images/emblem.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.template-lead .inner {
  position: relative;
  z-index: 2;
  width: 1120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.template-lead h2 {
  flex-shrink: 0;
  margin-right: 40px;
}
.template-lead .lead-text {
  margin-top: 120px;
}
.template-content {
  position: relative;
  margin: 100px auto 120px;
  max-width: 1800px;
}
.template-content .background-layer {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.template-content .background-layer:before {
  content: '';
  display: block;
  width: 1000px;
  height: 85%;
  margin: auto;
  background-color: #EFE8D9;
  background-size: 340px 340px;
  background-repeat: no-repeat;
}
.template-content h2 {
  margin-bottom: 40px;
}
.template-content .template-heading {
  width: 1120px;
  margin: 0 auto 60px;
}
.template-content .template-heading-text {
  width: 800px;
  margin: auto;
}
.template-content .template-image {
  position: relative;
  z-index: 2;
  text-align: right;
  margin-bottom: 80px;
}
.template-content .template-image img {
  position: relative;
  z-index: 3;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.template-content .template-image:after {
  position: absolute;
  z-index: 1;
  top: 40px;
  content: '';
  display: block;
  width: 332px;
  height: 388px;
  background-size: contain;
  background-repeat: no-repeat;
}
.template-content .template-descriptions {
  margin: auto;
  width: 1120px;
}
.template-content .template-descriptions figure {
  width: 522px;
}
.template-content .template-descriptions .right-side {
  padding-top: 40px;
}
.template-content .template-descriptions h3 {
  font-size: 20px;
  font-size: 2rem;
}
.template-content .template-descriptions p:not(:last-child) {
  margin-bottom: 40px;
}
.template-content figure {
  aspect-ratio: 1.5;
}
.template-content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.template-content .divided-block:not(:last-child) {
  margin-bottom: 80px;
}
.template-content .divided-block:nth-child(odd) figure {
  margin-right: 40px;
}
.template-content .divided-block:nth-child(even) figure {
  margin-left: 40px;
}
.template-content:nth-child(odd) .background-layer:before {
  background-image: url(/wp-content/themes/kiyoharu/images/bg_d.png);
  background-position: left 80%;
}
.template-content:nth-child(odd) .template-image:after {
  right: 840px;
  background-image: url(/wp-content/themes/kiyoharu/images/bg_c.png);
}
.template-content:nth-child(even) .background-layer:before {
  background-image: url(/wp-content/themes/kiyoharu/images/bg_c.png);
  background-position: right 80%;
}
.template-content:nth-child(even) .template-image:after {
  left: 840px;
  background-image: url(/wp-content/themes/kiyoharu/images/bg_d.png);
}
.template-content:nth-child(even) .template-image {
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.template-content:nth-child(even) .divided-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.template-content:nth-child(even) .divided-block:nth-child(odd) figure {
  margin-left: 40px;
  margin-right: 0;
}
.template-content:nth-child(even) .divided-block:nth-child(even) figure {
  margin-left: 0;
  margin-right: 40px;
}
.template-content .template-gallery {
  height: 563px;
  max-width: 500px;
  padding: 0 40px;
  width: 100%;
}
.template-gallery ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  place-content: flex-end;
  list-style-type: none;
}
.template-gallery li {
  width: 25%;
  padding: 0 0 10px 10px;
  cursor: pointer;
}
.template-overview .template-gallery {
  position: absolute;
  right: 40px;
  bottom: 30px;
  width: calc(100% - 80px);
}
.gallery-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding: 5% 10%;
  background-color: rgba(0, 0, 0, 0.65);
}
.gallery-modal .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.gallery-modal .modal-close:before,
.gallery-modal .modal-close:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.gallery-modal .modal-close:before {
  top: 18px;
  transform: rotate(-45deg);
}
.gallery-modal .modal-close:after {
  bottom: 18px;
  transform: rotate(225deg);
}
.gallery-modal .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.gallery-modal .modal-img {
  height: 100%;
}
.gallery-modal img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.template-image ul {
  list-style-type: none;
}
.room-facility {
  display: inline-block;
  line-height: 2.4;
}
.room-facility:not(:last-child) {
  padding-right: 6px;
}
.room-facility:not(:last-child):after {
  content: '|';
  margin-left: 10px;
}
.template-overview {
  margin-bottom: 120px;
}
.template-overview .divided-block {
  position: relative;
  min-width: 1120px;
  max-height: 920px;
  background-color: #EFE8D9;
}
.template-overview figure {
  width: calc(100% - 540px);
  aspect-ratio: 3/2;
  height: 100%;
  max-width: 1400px;
  flex-shrink: 1;
}
.template-overview .left-side img,
.template-overview figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.template-overview .left-side li {
  height: 100%;
}
.template-overview .right-side {
  width: 520px;
  height: 100%;
  flex-shrink: 0;
  padding: 60px 40px;
}
.template-overview ul {
  height: 100%;
  left: 0;
}
.template-overview h2 {
  margin-bottom: 60px;
}
.template-overview .slider {
  width: 100%;
  height: 100%;
}
.template-overview .slider li {
  aspect-ratio: 3/2;
  height: 100%;
}
.template-overview .template-gallery {
  width: 480px;
}
.template-list {
  position: relative;
  background-color: #e0d2b5;
  max-width: 1200px;
  margin: 160px auto 120px;
  padding-bottom: 60px;
}
.template-list .inner {
  width: 1120px;
}
.template-list .template-heading {
  position: relative;
  top: -40px;
}
.template-list .list-block-description {
  margin-bottom: 60px;
}
.template-list ul {
  width: 1000px;
  margin: auto;
  list-style-type: none;
}
.template-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #EFE8D9;
}
.template-list li:not(:last-child) {
  margin-bottom: 60px;
}
.template-list li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.template-list h3 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.template-list figure {
  width: 380px;
  aspect-ratio: 1.5;
}
.template-list .list-body {
  width: calc(100% - 380px);
  padding: 40px;
}
.template-list img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.template-table {
  position: relative;
}
.template-table .inner {
  position: relative;
  z-index: 2;
}
.template-table .table-wrap {
  width: 1000px;
  margin: auto;
  padding: 80px;
  border: 3px solid #C9B17F;
  border-radius: 20px;
}
.template-table h2 {
  text-align: center;
  margin-bottom: 60px;
}
.template-table table {
  width: 100%;
  border-top: 1px solid #C9B17F;
}
.template-table tr {
  border-bottom: 1px solid #C9B17F;
}
.template-table th {
  font-weight: 700;
  white-space: nowrap;
}
.template-table th,
.template-table td {
  padding: 20px;
}
.onsen-description .background-layer:before {
  height: 100%;
}
.onsen-overview .inner {
  padding: 160px;
}
.onsen-overview .table-wrap {
  background-color: rgba(255, 232, 217, 0.8);
}
.template-background {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.template-background .inner {
  position: relative;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.35);
  height: 100%;
}
.template-background .template-body {
  position: absolute;
  top: 100px;
  right: 220px;
  width: 540px;
  height: 400px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px;
}
.template-background h2 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.rooms-block {
  margin-bottom: 0;
}
.rooms-block:not(:last-child) {
  border-bottom: 10px solid #C9B17F;
}
.rooms-wrap {
  margin-bottom: 120px;
}
.rooms-wrap .template-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.rooms-wrap .template-image .slider {
  width: 844px;
  height: 563px;
  flex-shrink: 0;
}
.rooms-amenity {
  border-bottom: 10px solid #C9B17F;
}
.rooms-facility {
  margin-bottom: 120px;
}
.main-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 80px 0 160px;
}
.main-faq .column-left {
  width: 260px;
  margin-right: 60px;
}
.main-faq .column-right {
  width: 680px;
}
.main-faq ul {
  list-style-type: none;
}
.faq-block {
  margin: -60px 0 20px;
  padding-top: 60px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.faq-block h2 {
  background: linear-gradient(to right, #c9b17f 100%, #e0d2b5 100%);
  padding: 10px 20px;
}
.faq-block li {
  line-height: 2;
  cursor: pointer;
}
.faq-block li:not(:last-child) {
  margin-bottom: 40px;
}
.faq-block .question {
  border-bottom: 1px solid #C9B17F;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.faq-block .question:before {
  content: 'Q. ';
}
.faq-block .answer:before {
  content: 'A. ';
}
.single-body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.single-body h2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 40px;
}
.single-body h2:not(:first-child) {
  margin-top: 60px;
}
.single-body a {
  text-decoration: underline;
}
.faq-index {
  width: 260px;
  top: 0;
  padding-top: 20px;
  margin-top: -20px;
}
.faq-index h2 {
  position: relative;
  height: 50px;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 10px;
}
.faq-index h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 5px 15px;
  background-color: #FAF8F3;
}
.faq-index h2:before {
  content: '';
  position: absolute;
  top: 23px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #484433;
}
.faq-index li {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.faq-index.fixed {
  position: fixed;
  margin-top: 0;
}
.page-contact {
  width: 1000px;
  margin: 80px auto 0;
}
.page-contact h2 {
  text-align: center;
  margin-bottom: 60px;
}
.contact-form {
  margin-bottom: 120px;
}
.contact-form table {
  width: 650px;
  margin: auto;
}
.contact-form th,
.contact-form td {
  padding-bottom: 20px;
}
.contact-form th {
  width: 190px;
}
.contact-form td {
  width: 460px;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="number"],
.contact-form textarea {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #484433;
  padding: 10px;
  width: 100%;
}
.contact-form textarea {
  height: 213px;
}
.contact-form input[type="submit"] {
  padding: 10px;
  text-align: center;
  background-color: #484433;
  color: #fff;
  width: 100%;
}
.contact-access {
  margin-bottom: 120px;
}
.contact-access h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  margin: auto auto 40px;
  width: 870px;
}
.contact-access p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: auto auto 40px;
  width: 870px;
}
.main-post {
  width: 870px;
  margin: 80px auto 160px;
}
.main-post .back-button {
  font-size: 18px;
  font-size: 1.8rem;
}
.post-header {
  margin-bottom: 60px;
}
.post-header .single-header-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.post-header h1 {
  font-size: 32px;
  font-size: 3.2rem;
  padding-bottom: 10px;
  border-bottom: 2px solid #484433;
}
.post-header .single-header-eyecatch {
  margin-top: 40px;
}
.post-body {
  margin-bottom: 80px;
}
.archive-wrap {
  width: 870px;
  margin: 80px auto 160px;
}
.archive-wrap .news-list h3 {
  font-size: 20px;
  font-size: 2rem;
}
.pagination-links {
  margin-top: 120px;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
}
.pagination-links a,
.pagination-links span {
  display: inline-block;
  padding: 0 10px;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: transparent;
}
.pagination-links .paginate-prev,
.pagination-links .paginate-next,
.pagination-links a {
  transition: all .3s;
}
.pagination-links .paginate-prev:hover,
.pagination-links .paginate-next:hover,
.pagination-links a:hover {
  text-decoration-color: #C9B17F;
}
.pagination-links .paginate-prev span,
.pagination-links .paginate-next span,
.pagination-links a span {
  padding: 0;
}
.pagination-links .current {
  text-decoration-color: #C9B17F;
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  body.fixed {
    overflow: hidden;
  }
  .container {
    min-width: unset;
  }
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  p + p {
    margin-top: 32px;
  }
  .divided-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .divided-block:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slider .slide-navigator {
    bottom: 20px;
    right: 25px;
  }
  .slider .slide-navigator span {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-left: 8px;
  }
  .site-navigation {
    min-height: 680px;
  }
  .site-navigation .inner {
    min-height: unset;
  }
  .header-navigation {
    width: 100%;
    padding: 120px 0;
  }
  .header-navigation ul,
  .header-navigation .navigation-logo {
    padding: 0 40px;
    text-align: center;
  }
  .header-navigation .navigation-logo {
    position: absolute;
    top: 30px;
    left: 0;
  }
  .header-navigation .navigation-logo img {
    width: 120px;
  }
  .header-navigation .reservation-block {
    padding: 0 40px;
  }
  .header-navigation .reservation-block h3 {
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .header-navigation .navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .header-navigation .navigation-list li {
    width: 50%;
    margin-bottom: 20px;
  }
  .navigation-sns {
    margin-bottom: 60px;
  }
  .navigation-sns ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navigation-sns li:not(:last-child) {
    margin-right: 25px;
  }
  .site-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
  }
  .site-menu .inner {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: auto;
  }
  .menu-reservation {
    top: 33px;
    right: 80px;
    width: 114px;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .site-menu-toggle {
    z-index: 110;
  }
  .menu-toggle {
    top: 30px;
    right: 20px;
  }
  .footer-reservation .reservation-block {
    width: 100%;
    padding: 120px 40px;
  }
  .footer-reservation h3 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .footer-reservation .directin-sp-form-date-input-group {
    width: 100%;
    margin-right: 0;
  }
  .footer-reservation .directin-sp-form-guest-room-input-group {
    width: calc((100% - 13px) * 2/3);
  }
  .footer-reservation .directin-sp-form-submit-button {
    width: calc((100% - 50px) * 1/3);
  }
  .site-footer:before {
    width: 215px;
    height: 221px;
    top: -15px;
    left: -30px;
  }
  .site-footer:after {
    width: 270px;
    height: 211px;
    top: 115px;
    right: -20px;
  }
  .site-footer .inner {
    padding: 60px 25px 30px;
  }
  .site-footer .footer-navigation {
    display: block;
    margin-bottom: 60px;
  }
  .site-footer .navigation-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 40px;
  }
  .site-footer .navigation-list li {
    width: 50%;
  }
  .site-footer .navigation-list li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .site-footer .navigation-sns {
    margin-left: 25px;
  }
  .site-footer .navigation-sns li:not(:last-child) {
    margin-right: 40px;
  }
  .site-footer .footer-information {
    width: 100%;
    margin: 0 auto 40px;
    display: block;
  }
  .site-footer .footer-logo {
    text-align: center;
    margin-bottom: 60px;
  }
  .site-footer .footer-logo img {
    width: 200px;
  }
  .site-footer .footer-links {
    margin-bottom: 20px;
  }
  .template-list:before,
  .front-plans:before,
  .front-overview:before {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .front-header {
    min-height: 1760px;
  }
  .front-header .header-content {
    min-height: 680px;
  }
  .front-header .header-title {
    position: absolute;
    bottom: 60px;
    left: 25px;
    font-size: 20px;
    font-size: 2rem;
  }
  .front-header .header-logo {
    margin-bottom: 20px;
  }
  .front-header .header-description {
    padding: 0 25px;
    font-size: 16px;
    font-size: 1.6rem;
    min-height: 680px;
  }
  .front-blog .inner {
    width: 100%;
    padding: 80px 25px 120px;
  }
  .front-blog .news-block {
    display: block;
    margin-bottom: 120px;
  }
  .front-blog .news-block h2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .front-blog .blog-block h2 {
    margin-bottom: 30px;
    text-align: center;
  }
  .front-blog .right-side {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
  .front-blog .news-list {
    width: 100%;
  }
  .front-blog .divided-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .front-links {
    position: relative;
    height: 400vh;
    min-height: 3200px;
    max-height: unset;
    border-bottom: 3px solid #484433;
  }
  .link-block {
    height: 100vh;
    min-width: unset;
    min-height: unset;
    border-bottom: 2px solid #484433;
  }
  .link-block.fixed {
    overflow: hidden;
  }
  .link-block:nth-child(odd) .inner {
    background-color: #E0D2B5;
  }
  .link-block:nth-child(even) .inner {
    background-color: #EFE8D9;
  }
  .link-block:nth-child(even) .link-text {
    text-align: right;
  }
  .link-block:nth-child(even) .link-body {
    text-align: left;
  }
  .link-block:nth-child(even) .link-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .link-block .link-block-wrap {
    padding: 0;
  }
  .link-block .inner {
    width: 100%;
    padding: 0 0 60px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .link-block .inner:before {
    top: 0;
  }
  .link-block:nth-child(1) .inner:before {
    right: auto;
    left: 0;
    width: 269px;
    height: 254px;
  }
  .link-block:nth-child(2) .inner:before {
    left: 0;
    width: 217px;
    height: 203px;
  }
  .link-block:nth-child(3) .inner:before {
    right: auto;
    left: 0;
    width: 269px;
    height: 254px;
  }
  .link-block:nth-child(4) .inner:before {
    left: 0;
    width: 269px;
    height: 254px;
  }
  .link-block .link-header {
    position: static;
    z-index: unset;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-block figure {
    position: relative;
    margin-bottom: 40px;
  }
  .link-block figure:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
  }
  .link-block:nth-child(odd) h2,
  .link-block:nth-child(even) h2 {
    right: 25px;
  }
  .link-block h2 {
    top: 80px;
    left: auto;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    color: #aeb2c4;
    mix-blend-mode: difference;
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.35);
  }
  .link-block .link-body {
    padding: 0 25px;
  }
  .link-block .link-block-text {
    width: 100%;
    margin: 0 auto 40px;
    display: inline-block;
    text-align: left;
  }
  .front-plans {
    padding: 80px 25px;
  }
  .front-plans .inner {
    width: 100%;
    padding: 40px 25px 60px;
  }
  .front-plans h2 {
    margin-bottom: 40px;
  }
  .front-plans li:not(:last-child) {
    margin-bottom: 50px;
  }
  .front-plans figure {
    width: 100%;
    height: 200px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .front-plans img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .front-plans h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .front-spacer {
    position: relative;
    height: 280px;
  }
  .front-overview {
    padding: 80px 25px;
  }
  .front-overview .overview-table {
    margin-bottom: 40px;
  }
  .front-overview .policy-table table,
  .front-overview .policy-table tr,
  .front-overview .policy-table th,
  .front-overview .policy-table td {
    display: block;
    border: none;
  }
  .front-overview .policy-table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .front-overview .policy-table tr {
    width: 50%;
  }
  .front-overview .policy-table table {
    border-top: 1px solid #C9B17F;
    border-left: 1px solid #C9B17F;
  }
  .front-overview .policy-table th,
  .front-overview .policy-table td {
    border-bottom: 1px solid #C9B17F;
    border-right: 1px solid #C9B17F;
  }
  .common-header .inner {
    height: 260px;
  }
  .common-header .header-text {
    padding-top: 40px;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .header-menu {
    display: none;
  }
  .template-lead {
    padding: 60px 25px;
    overflow: hidden;
  }
  .template-lead:before {
    top: -10px;
    right: -10px;
    bottom: auto;
  }
  .template-lead .inner {
    width: 100%;
    display: block;
  }
  .template-lead h2 {
    margin-right: 0;
  }
  .template-lead .lead-text {
    margin: 40px 0 0 40px;
  }
  .template-content {
    margin: 80px auto 120px;
  }
  .template-content .background-layer:before {
    height: 100%;
    width: calc(100% - 80px);
  }
  .template-content .template-heading {
    position: relative;
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 25px;
  }
  .template-content .template-heading:after {
    position: absolute;
    z-index: 1;
    top: 40px;
    content: '';
    display: block;
    width: 280px;
    height: 323px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .template-content h2,
  .template-content .template-heading-text {
    position: relative;
    z-index: 3;
  }
  .template-content .template-heading-text {
    width: 100%;
  }
  .template-content .template-image {
    text-align: right;
    margin-bottom: 40px;
    width: 100%;
  }
  .template-content .template-image:after {
    content: none;
  }
  .template-content .template-image img {
    width: calc(100% - 80px);
  }
  .template-content .slider img {
    width: 100%;
  }
  .template-content .template-descriptions {
    margin: auto;
    width: 100%;
  }
  .template-content .template-descriptions .right-side {
    padding-top: 0;
  }
  .template-content .divided-block {
    padding: 0 25px;
  }
  .template-content .divided-block figure {
    width: calc(100% - 80px);
  }
  .template-content .divided-block:not(:last-child) {
    margin-bottom: 40px;
  }
  .template-content .divided-block:nth-child(odd) figure,
  .template-content .divided-block:nth-child(even) figure {
    margin: 0 auto 40px;
  }
  .template-content:nth-child(odd) .template-heading:after {
    right: 40px;
    background-image: url(/wp-content/themes/kiyoharu/images/bg_c.png);
  }
  .template-content:nth-child(odd) .background-layer:before {
    background-image: url(/wp-content/themes/kiyoharu/images/bg_d.png);
    background-position: left 80%;
  }
  .template-content:nth-child(even) .template-heading:after {
    left: 40px;
    background-image: url(/wp-content/themes/kiyoharu/images/bg_d.png);
  }
  .template-content:nth-child(even) .background-layer:before {
    background-image: url(/wp-content/themes/kiyoharu/images/bg_c.png);
    background-position: left 80%;
  }
  .template-content:nth-child(even) .divided-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .template-content .template-gallery {
    margin: 40px 0 0;
    height: auto;
    padding: 0 20px;
    width: 100%;
  }
  .template-content .template-gallery img {
    width: 100%;
  }
  .onsen-description .background-layer:before {
    background-image: none !important;
  }
  .template-gallery ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .template-gallery li {
    width: 25%;
    padding: 0 0 10px 10px;
    cursor: pointer;
  }
  .template-overview {
    margin-bottom: 120px;
  }
  .template-overview .divided-block {
    position: relative;
    height: auto;
    min-height: unset;
  }
  .template-overview figure {
    width: calc(100% - 80px);
  }
  .template-overview .right-side {
    position: static;
    width: 100%;
    flex-shrink: 0;
    padding: 40px 25px ;
  }
  .template-overview h2 {
    position: absolute;
    top: 20px;
    right: 25px;
    writing-mode: vertical-rl;
    letter-spacing: 0.2em;
  }
  .template-overview .slider {
    aspect-ratio: 3/2;
  }
  .template-overview .slider li {
    width: calc(100vw - 80px);
  }
  .template-overview .template-gallery {
    position: static;
    width: 100%;
    margin-top: 40px;
  }
  .template-overview .template-gallery ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .template-background {
    height: 600px;
  }
  .template-background .inner {
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .template-background .template-body {
    position: static;
    top: 100px;
    right: 220px;
    width: 100%;
    height: auto;
    padding: 40px 20px 60px;
  }
  .template-background h2 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .template-list {
    margin: 80px auto;
    padding: 0 25px 60px;
  }
  .template-list .inner {
    width: 100%;
  }
  .template-list .list-block-description {
    margin-bottom: 40px;
  }
  .template-list ul {
    width: 100%;
  }
  .template-list li {
    display: block;
  }
  .template-list li:not(:last-child) {
    margin-bottom: 40px;
  }
  .template-list h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .template-list figure {
    width: 100%;
  }
  .template-list .list-body {
    width: 100%;
    padding: 20px 20px 40px;
  }
  .template-table .table-wrap {
    width: 100%;
    padding: 40px 25px 60px;
    border: 2px solid #C9B17F;
  }
  .template-table h2 {
    margin-bottom: 40px;
  }
  .overview-table tr {
    display: block;
    padding: 15px 0;
  }
  .overview-table th {
    margin-bottom: 5px;
  }
  .overview-table th,
  .overview-table td {
    display: block;
    padding: 0;
  }
  .onsen-overview .inner {
    padding: 60px 25px;
  }
  .main-faq {
    display: block;
    margin: 60px 0 120px;
    position: relative;
  }
  .main-faq .column-left {
    position: fixed;
    bottom: 20px;
    left: 40px;
    width: calc(100% - 80px);
    margin-right: 0;
    opacity: .8;
  }
  .main-faq .column-right {
    width: 100%;
    padding: 0 25px;
  }
  .faq-block {
    margin: -60px 0 60px;
  }
  .faq-block h2 {
    padding: 5px 15px;
  }
  .single-body h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  .faq-index {
    width: auto;
    padding: 10px 25px 5px;
    background-color: #FAF8F3;
    border-radius: 20px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  }
  .faq-index ul {
    display: none;
    margin-top: 10px;
  }
  .faq-index h2 {
    height: 42px;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .faq-index h2 span {
    padding: 0 15px;
  }
  .faq-index h2:before {
    top: 16px;
  }
  .faq-index li {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
    text-align: center;
  }
  .faq-index.fixed {
    position: static;
  }
  .page-contact {
    width: 100%;
    margin: 80px auto 0;
  }
  .page-contact h2 {
    text-align: center;
    margin-bottom: 60px;
  }
  .contact-form {
    margin-bottom: 120px;
  }
  .contact-form table {
    width: 650px;
    margin: auto;
  }
  .contact-form th,
  .contact-form td {
    padding-bottom: 20px;
  }
  .contact-form th {
    width: 190px;
  }
  .contact-form td {
    width: 460px;
  }
  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="number"],
  .contact-form textarea {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    border: 1px solid #484433;
    padding: 10px;
    width: 100%;
  }
  .contact-form textarea {
    height: 213px;
  }
  .contact-form input[type="submit"] {
    padding: 10px;
    text-align: center;
    background-color: #484433;
    color: #fff;
    width: 100%;
  }
  .contact-access {
    margin-bottom: 120px;
  }
  .contact-access h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    margin: auto auto 40px;
    width: 870px;
  }
  .contact-access p {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: auto auto 40px;
    width: 870px;
  }
  .template-overview .divided-block {
    min-width: unset;
  }
  .rooms-wrap {
    margin-bottom: 120px;
  }
  .rooms-wrap .template-image {
    display: block;
  }
  .rooms-wrap .template-image .slider {
    width: calc(100% - 80px);
    height: auto;
    aspect-ratio: 3/2;
  }
  .rooms-wrap .template-content:nth-child(odd) .template-image .slider {
    margin-left: 80px;
  }
  .rooms-wrap .template-overview {
    margin-bottom: 0;
  }
  .rooms-wrap .left-side {
    width: calc(100% - 80px);
  }
  .rooms-wrap .divided-block .left-side,
  .rooms-wrap .divided-block figure {
    flex-shrink: 1;
  }
  .rooms-wrap .divided-block .slider {
    width: 100%;
    height: auto;
  }
  .rooms-wrap .divided-block h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
