/* Scss Document
*****************************************************************/
/* reset
**********************************************************************/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900");
html {
  font-size: 62.5%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  background-image: url("../images/bg03.jpg");
  color: #000;
  font-size: 1.3rem;
  line-height: 1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 200;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* mixin
*********************************************************************/
/* media query */
/* module
*****************************************************************/
body {
  background-image: url(../images/bg.jpg), url(../images/bg_r.jpg);
  background-position: center top, center top;
  background-repeat: no-repeat, repeat;
  background-size: 100% auto, auto auto;
  scroll-behavior: smooth;
}

#wrapper {
  position: relative;
  width: 950px;
  margin: auto;
}

#wrapper_mb {
  position: relative;
  margin: auto;
  width: 375px;
  box-sizing: border-box;
  padding: 0 20px;
}

.clearfix {
  display: inline-table;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease-out;
}
a:hover {
  color: #FD7500;
}
a:hover img {
  opacity: 0.9;
}
a:active {
  color: #0099c5;
}

.newline {
  display: inline-block;
}

.hf_area__header {
  position: relative;
}
@media all and (max-width: 899px) {
  .hf_area__header {
    margin: 0 calc(50% - 50vw);
  }
}
.hf_area__header img {
  position: relative;
  width: 100%;
  height: auto;
}
.hf_area__header .hf_btn__reserve {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}

.hf_intro__text {
  padding: 40px 0;
  text-align: center;
  position: relative;
}
@media all and (max-width: 899px) {
  .hf_intro__text {
    padding: 20px 0;
  }
}
.hf_intro__text h2 {
  font-size: 2.2rem;
  line-height: 2em;
}
@media all and (max-width: 899px) {
  .hf_intro__text h2 {
    line-height: 1.5em;
  }
}
.hf_intro__text .hf_img__point {
  line-height: 0em;
  padding: 16px;
}
@media all and (max-width: 899px) {
  .hf_intro__text .hf_img__point {
    padding: 8px 0;
  }
}
.hf_intro__text p {
  font-size: 1.5rem;
  line-height: 2em;
}

.hf_intro__text--mb {
  padding: 20px 0;
  text-align: center;
  position: relative;
}
.hf_intro__text--mb h2 {
  font-size: 1.8rem;
  line-height: 2em;
}
.hf_intro__text--mb .hf_img__point {
  line-height: 0em;
  padding: 8px 0;
}
.hf_intro__text--mb p {
  font-size: 1.4rem;
  line-height: 2em;
}

.hf_img__elem {
  position: absolute;
  top: 100px;
}
.hf_img__elem.right {
  right: 50px;
}
.hf_img__elem.left {
  left: 50px;
}

.hf_content_block {
  background-image: url(../images/line01.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  padding: 0 0 40px;
}
.hf_content_block .hf_block__title {
  text-align: center;
  padding: 50px 0 0;
}
.hf_content_block .hf_block__title h2 {
  font-size: 2.6rem;
  line-height: 1.2em;
}
.hf_content_block .hf_block__title p {
  font-size: 1.5rem;
  line-height: 1.8em;
  padding: 16px 0 0;
}
.hf_content_block .hf_img__contents {
  padding: 30px 0 0;
  line-height: 0em;
}
.hf_content_block .hf_column_okada {
  padding: 30px 0 0;
}
.hf_content_block .hf_column_okada ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.hf_content_block .hf_column_okada ul li img {
  width: 100%;
  height: auto;
}
.hf_content_block .hf_column_okada ul li p {
  padding: 3px 0 0;
  font-size: 1.5rem;
  line-height: 1.4em;
}

.hf_btn__link {
  text-align: center;
  padding: 20px 0 0;
}
.hf_btn__link a {
  display: block;
  background-color: #FFF;
  font-size: 1.6rem;
  line-height: 1em;
  padding: 10px;
  width: 190px;
  margin: auto;
}

.hf_area__footer {
  padding: 40px 20px;
  background-color: #000;
  color: #FFF;
  box-sizing: border-box;
}
@media all and (max-width: 899px) {
  .hf_area__footer {
    margin: 0 calc(50% - 50vw);
  }
}
.hf_area__footer .hf_column_footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.hf_area__footer .hf_column_footer .side__logo {
  width: 100px;
  padding: 0 10px 0 0;
}
@media all and (max-width: 899px) {
  .hf_area__footer .hf_column_footer .side__logo {
    text-align: center;
    padding: 0 0px 0 0;
  }
}
.hf_area__footer .hf_column_footer .side__logo img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 899px) {
  .hf_area__footer .hf_column_footer .side__spec {
    text-align: center;
    padding: 10px 0 0;
  }
}
.hf_area__footer .hf_column_footer .side__spec p {
  font-size: 1.4rem;
  line-height: 1.7em;
}
.hf_area__footer .hf_column_footer .side__spec p a {
  color: #FFF;
}
.hf_area__footer .hf_column_footer .side__spec p a:hover {
  color: #FD7500;
}
.hf_area__footer .hf_column_footer .side__spec .img_bn {
  padding: 16px 0 0;
}

.hf_area__footer--mb {
  padding: 40px 20px;
  background-color: #000;
  color: #FFF;
  box-sizing: border-box;
  margin: 0 -20px;
}
.hf_area__footer--mb .hf_column_footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.hf_area__footer--mb .hf_column_footer .side__logo {
  width: 100px;
  text-align: center;
  padding: 0 0px 0 0;
}
.hf_area__footer--mb .hf_column_footer .side__logo img {
  width: 100%;
  height: auto;
}
.hf_area__footer--mb .hf_column_footer .side__spec {
  text-align: center;
  padding: 10px 0 0;
}
.hf_area__footer--mb .hf_column_footer .side__spec p {
  font-size: 1.4rem;
  line-height: 1.7em;
}
.hf_area__footer--mb .hf_column_footer .side__spec p a {
  color: #FFF;
}
.hf_area__footer--mb .hf_column_footer .side__spec p a:hover {
  color: #FD7500;
}
.hf_area__footer--mb .hf_column_footer .side__spec .img_bn {
  padding: 16px 0 0;
}

.hf_nav__room ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
@media all and (max-width: 899px) {
  .hf_nav__room ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
}
.hf_nav__room ul li {
  line-height: 0em;
}
.hf_nav__room ul li a img {
  width: 100%;
  height: auto;
}

.hf_nav__room--mb ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
.hf_nav__room--mb ul li {
  line-height: 0em;
}
.hf_nav__room--mb ul li a img {
  width: 100%;
  height: auto;
}

.hf_list__rooms {
  padding: 0 0 50px;
}
.hf_list__rooms ul li {
  padding: 40px 0 0;
  position: relative;
}
.hf_list__rooms ul li .hf_box__img {
  line-height: 0em;
}
.hf_list__rooms ul li .hf_btn__room {
  position: absolute;
}
.hf_list__rooms ul li .hf_btn__room.right {
  right: 268px;
  bottom: 80px;
}
.hf_list__rooms ul li .hf_btn__room.right_sec {
  right: 268px;
  top: 787px;
}
.hf_list__rooms ul li .hf_btn__room.left_sec {
  left: 26px;
  bottom: 102px;
}
.hf_list__rooms ul li .hf_btn__room.right_thd {
  right: 268px;
  top: 762px;
}
.hf_list__rooms ul li .hf_btn__room.left_thd {
  left: 26px;
  bottom: 905px;
}
.hf_list__rooms ul li .hf_btn__room.right_thd02 {
  right: 268px;
  bottom: 100px;
}

.hf_list__rooms--mb {
  padding: 0 0 50px;
}
.hf_list__rooms--mb img {
  width: 100%;
  height: auto;
}
.hf_list__rooms--mb ul li {
  padding: 40px 0 0;
  position: relative;
}
.hf_list__rooms--mb ul li .hf_inner__rooms {
  background-image: url(../images/bg_room.jpg);
  padding: 10px;
}
.hf_list__rooms--mb ul li .hf_inner__rooms .hf_category__room {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 5px;
}
.hf_list__rooms--mb ul li .hf_inner__rooms .hf_category__room h3 {
  font-size: 1.8rem;
  line-height: 1em;
  position: relative;
  display: inline-block;
}
.hf_list__rooms--mb ul li .hf_inner__rooms .hf_category__room h3::before {
  content: url(../images/point02.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.2em;
}
.hf_list__rooms--mb ul li .hf_inner__rooms .hf_category__room h3::after {
  content: url(../images/point02.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.2em;
}
.hf_list__rooms--mb ul li .hf_inner__rooms .hf_box__img {
  padding: 10px 0 0;
  line-height: 0em;
}
.hf_list__rooms--mb ul li .hf_inner__rooms .hf_name__room {
  padding: 7px 0 5px;
  border-bottom: #666 dotted 2px;
}
.hf_list__rooms--mb ul li .hf_inner__rooms .hf_name__room h4 {
  font-size: 2.2rem;
  line-height: 1.1em;
}
.hf_list__rooms--mb ul li .hf_inner__rooms .hf_name__room h4 .small {
  font-size: 0.7em;
  padding: 0 10px 0 0;
}
.hf_list__rooms--mb ul li .hf_inner__rooms .hf_column__room {
  padding: 10px 0 0;
  display: inline-table;
}
.hf_list__rooms--mb ul li .hf_inner__rooms .hf_column__room:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hf_list__rooms--mb ul li .hf_inner__rooms .hf_column__room .hf_side__img {
  width: 50%;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  float: left;
}
.hf_list__rooms--mb ul li .hf_inner__rooms .hf_column__room .hf_side__txt p {
  font-size: 1.4rem;
  line-height: 1.8em;
}
.hf_list__rooms--mb ul li .hf_inner__rooms .hf_btn__room {
  padding: 15px 0 10px;
  width: 180px;
  margin: auto;
}

.hf_contets__spa .hf_box__img--large {
  line-height: 0em;
}
@media all and (max-width: 899px) {
  .hf_contets__spa .hf_box__img--large {
    aspect-ratio: 3/2;
    overflow: hidden;
  }
}
.hf_contets__spa .hf_box__img--large img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 899px) {
  .hf_contets__spa .hf_box__img--large img {
    object-fit: cover;
    height: 100%;
  }
}
.hf_contets__spa .hf_box__img--large--mb {
  line-height: 0em;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.hf_contets__spa .hf_box__img--large--mb img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.hf_contets__spa .hf_column__spa {
  display: grid;
  grid-template-columns: 430px 490px;
  gap: 30px;
  padding: 20px 0 0;
}
@media all and (max-width: 899px) {
  .hf_contets__spa .hf_column__spa {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.hf_contets__spa .hf_column__spa .hf_side__img {
  line-height: 0em;
}
.hf_contets__spa .hf_column__spa .hf_side__img img {
  width: 100%;
  height: auto;
}
.hf_contets__spa .hf_column__spa .hf_side__txt dl {
  display: grid;
  grid-template-columns: 20% 80%;
}
.hf_contets__spa .hf_column__spa .hf_side__txt dl dt, .hf_contets__spa .hf_column__spa .hf_side__txt dl dd {
  font-size: 1.4rem;
  line-height: 1.6em;
  padding: 0 0 6px;
}
.hf_contets__spa .hf_column__spa--mb {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 20px 0 0;
}
.hf_contets__spa .hf_column__spa--mb .hf_side__img {
  line-height: 0em;
}
.hf_contets__spa .hf_column__spa--mb .hf_side__img img {
  width: 100%;
  height: auto;
}
.hf_contets__spa .hf_column__spa--mb .hf_side__txt dl {
  display: grid;
  grid-template-columns: 20% 80%;
}
.hf_contets__spa .hf_column__spa--mb .hf_side__txt dl dt, .hf_contets__spa .hf_column__spa--mb .hf_side__txt dl dd {
  font-size: 1.4rem;
  line-height: 1.6em;
  padding: 0 0 6px;
}

.hf_column__foyer {
  padding: 40px 0 0;
  display: grid;
  grid-template-columns: 587px 333px;
  gap: 30px;
}
@media all and (max-width: 899px) {
  .hf_column__foyer {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.hf_column__foyer img {
  width: 100%;
  height: auto;
}
.hf_column__foyer .hf_side__img {
  line-height: 0em;
}
.hf_column__foyer .hf_side__sub h3 {
  font-size: 1.6rem;
  line-height: 1.4em;
  padding: 0 0 8px;
}
@media all and (max-width: 899px) {
  .hf_column__foyer .hf_side__sub h3 {
    font-size: 1.4rem;
  }
}
.hf_column__foyer .hf_side__sub .hf_box_img {
  line-height: 0em;
}
.hf_column__foyer .hf_side__sub p {
  padding: 10px 0 0;
  font-size: 1.4rem;
  line-height: 1.6em;
}

.hf_column__foyer--mb {
  padding: 40px 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.hf_column__foyer--mb img {
  width: 100%;
  height: auto;
}
.hf_column__foyer--mb .hf_side__img {
  line-height: 0em;
}
.hf_column__foyer--mb .hf_side__sub h3 {
  font-size: 1.4rem;
  line-height: 1.4em;
  padding: 0 0 8px;
}
.hf_column__foyer--mb .hf_side__sub .hf_box_img {
  line-height: 0em;
}
.hf_column__foyer--mb .hf_side__sub p {
  padding: 10px 0 0;
  font-size: 1.4rem;
  line-height: 1.6em;
}

.hf_contents__okada {
  padding: 40px 0 0;
}
@media all and (max-width: 899px) {
  .hf_contents__okada {
    padding: 20px 0 0;
  }
}
.hf_contents__okada h2 {
  font-size: 2.2rem;
  line-height: 2em;
}
@media all and (max-width: 899px) {
  .hf_contents__okada h2 {
    font-size: 1.8rem;
    line-height: 1.5em;
  }
}
.hf_contents__okada .hf_column__okada {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  padding: 8px 0 50px;
}
@media all and (max-width: 899px) {
  .hf_contents__okada .hf_column__okada {
    gap: 5px;
  }
}
.hf_contents__okada .hf_column__okada .thumb img {
  width: 100%;
  height: auto;
}
.hf_contents__okada .hf_column__okada .thumb p {
  font-size: 1.4rem;
  line-height: 1.2em;
  padding: 3px 0 0;
}

.hf_contents__okada--mb {
  padding: 20px 0 0;
}
.hf_contents__okada--mb h2 {
  font-size: 1.8rem;
  line-height: 1.5em;
}
.hf_contents__okada--mb .hf_column__okada {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
  padding: 8px 0 50px;
}
.hf_contents__okada--mb .hf_column__okada .thumb img {
  width: 100%;
  height: auto;
}
.hf_contents__okada--mb .hf_column__okada .thumb p {
  font-size: 1.4rem;
  line-height: 1.2em;
  padding: 3px 0 0;
}

.pb50 {
  padding-bottom: 50px;
}

.pt20 {
  padding-top: 30px;
}