/* ここから */
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v30/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v30/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf) format('truetype');
}
html {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: #fff;
}
header {
  background-image: url(../img/hero.jpg);
  background-size: cover;
  background-position: center;
  height: 900px;
  height: 400px;
  position: relative;
}
@media (min-width: 320px) {
  header {
    height: calc(400px  +  500  * ((100vw -  320px ) / 620 ));
  }
}
@media (min-width: 940px) {
  header {
    height: 900px;
  }
}
header h1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 210px;
  width: 30%;
  background-image: url(../img/otis-redding.png), linear-gradient(#42210B, #42210B);
}
header h1 img {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 60%;
  max-height: calc(100% - 60px);
  width: 100%;
}
header .tel-insta {
  position: absolute;
  top: 15px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 320px) {
  header .tel-insta {
    font-size: calc(16px  +  19  * ((100vw -  320px ) / 620 ));
  }
}
@media (min-width: 940px) {
  header .tel-insta {
    font-size: 35px;
  }
}
header .tel-insta img {
  width: 35px;
  width: 16px;
}
@media (min-width: 320px) {
  header .tel-insta img {
    width: calc(16px  +  19  * ((100vw -  320px ) / 620 ));
  }
}
@media (min-width: 940px) {
  header .tel-insta img {
    width: 35px;
  }
}
header .tel-insta a {
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
header .tel-insta a:hover {
  opacity: 0.5;
}
main {
  padding: 0 30px;
}
section {
  max-width: 1180px;
  margin: 0 auto;
}
h2.circle {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1/1;
  margin: 0 auto;
  background-image: url(../img/h-bg.png);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 40px;
  font-weight: bold;
  gap: 20px;
  font-size: 20px;
  width: 150px;
}
@media (min-width: 320px) {
  h2.circle {
    font-size: calc(20px  +  20  * ((100vw -  320px ) / 620 ));
  }
}
@media (min-width: 940px) {
  h2.circle {
    font-size: 40px;
  }
}
@media (min-width: 320px) {
  h2.circle {
    width: calc(150px  +  150  * ((100vw -  320px ) / 620 ));
  }
}
@media (min-width: 940px) {
  h2.circle {
    width: 300px;
  }
}
h2.circle::after {
  content: "";
  display: block;
  width: 60px;
  height: 8px;
  width: 30px;
  height: 4px;
  background-color: #000;
}
@media (min-width: 320px) {
  h2.circle::after {
    width: calc(30px  +  30  * ((100vw -  320px ) / 620 ));
  }
}
@media (min-width: 940px) {
  h2.circle::after {
    width: 60px;
  }
}
@media (min-width: 320px) {
  h2.circle::after {
    height: calc(4px  +  4  * ((100vw -  320px ) / 620 ));
  }
}
@media (min-width: 940px) {
  h2.circle::after {
    height: 8px;
  }
}
section.price {
  padding: 80px 0;
}
section.price .list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
section.price .list li {
  text-align: center;
  font-weight: bold;
}
section.price .list li:not(:last-child) {
  border-right: 1px solid #000;
}
section.price .list li img {
  width: 80px;
  width: 40px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
@media (min-width: 320px) {
  section.price .list li img {
    width: calc(40px  +  40  * ((100vw -  320px ) / 620 ));
  }
}
@media (min-width: 940px) {
  section.price .list li img {
    width: 80px;
  }
}
section.price .list li h3 {
  font-size: 30px;
  margin-top: 20px;
  font-size: 16px;
}
@media (min-width: 320px) {
  section.price .list li h3 {
    font-size: calc(16px  +  14  * ((100vw -  320px ) / 620 ));
  }
}
@media (min-width: 940px) {
  section.price .list li h3 {
    font-size: 30px;
  }
}
section.price .list li div {
  margin-top: 20px;
  font-size: 45px;
  font-size: 16px;
}
@media (min-width: 320px) {
  section.price .list li div {
    font-size: calc(16px  +  29  * ((100vw -  320px ) / 620 ));
  }
}
@media (min-width: 940px) {
  section.price .list li div {
    font-size: 45px;
  }
}
section.price .list li div span {
  font-size: 0.8em;
}
section.price .checkin-out {
  margin-top: 40px;
  text-align: center;
  font-size: 36px;
  font-size: 16px;
  line-height: 1.8em;
}
@media (min-width: 320px) {
  section.price .checkin-out {
    font-size: calc(16px  +  20  * ((100vw -  320px ) / 620 ));
  }
}
@media (min-width: 940px) {
  section.price .checkin-out {
    font-size: 36px;
  }
}
section.price .checkin-out span {
  white-space: nowrap;
}
section.price .tel {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
section.price .tel img {
  width: 57px;
  width: 16px;
}
@media (min-width: 320px) {
  section.price .tel img {
    width: calc(16px  +  41  * ((100vw -  320px ) / 620 ));
  }
}
@media (min-width: 940px) {
  section.price .tel img {
    width: 57px;
  }
}
section.price .tel span {
  font-size: 30px;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 320px) {
  section.price .tel span {
    font-size: calc(16px  +  14  * ((100vw -  320px ) / 620 ));
  }
}
@media (min-width: 940px) {
  section.price .tel span {
    font-size: 30px;
  }
}
section.price .tel a {
  font-size: 40px;
  font-weight: bold;
  font-size: 16px;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media (min-width: 320px) {
  section.price .tel a {
    font-size: calc(16px  +  24  * ((100vw -  320px ) / 620 ));
  }
}
@media (min-width: 940px) {
  section.price .tel a {
    font-size: 40px;
  }
}
section.price .tel a:hover {
  opacity: 0.5;
}
section.price .detail {
  margin-top: 40px;
  width: 100%;
}
section.price .detail th,
section.price .detail td {
  padding: 10px 20px;
  border: 1px solid #000;
  text-align: center;
  vertical-align: middle;
  font-size: 26px;
  font-size: 14px;
}
@media (min-width: 320px) {
  section.price .detail th,
  section.price .detail td {
    font-size: calc(14px  +  12  * ((100vw -  320px ) / 620 ));
  }
}
@media (min-width: 940px) {
  section.price .detail th,
  section.price .detail td {
    font-size: 26px;
  }
}
section.price .detail th {
  background-color: #F4F1F0;
}
section.price .top-note {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  font-size: 21px;
  font-size: 14px;
  line-height: 1.6em;
}
@media (max-width: 940px) {
  section.price .top-note {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 320px) {
  section.price .top-note {
    font-size: calc(14px  +  7  * ((100vw -  320px ) / 620 ));
  }
}
@media (min-width: 940px) {
  section.price .top-note {
    font-size: 21px;
  }
}
section.price .top-note .tip {
  padding: 20px 0;
}
section.price .top-note .note {
  font-weight: bold;
  background-color: #F4F1F0;
  padding: 20px 20px;
  font-size: 21px;
  font-size: 14px;
}
@media (min-width: 320px) {
  section.price .top-note .note {
    font-size: calc(14px  +  7  * ((100vw -  320px ) / 620 ));
  }
}
@media (min-width: 940px) {
  section.price .top-note .note {
    font-size: 21px;
  }
}
section.price .top-note .note .ttl {
  text-align: center;
  font-size: 1.1em;
}
section.price .top-note .note ul {
  margin-top: 10px;
}
section.price .top-note .note ul li {
  padding-left: 1em;
  text-indent: -1em;
}
section.price .top-note .note ul li::before {
  content: "・";
}
section.photos {
  padding: 40px 0;
}
section.photos .imgs {
  height: 810px;
  height: 400px;
  overflow: scroll;
}
@media (min-width: 320px) {
  section.photos .imgs {
    height: calc(400px  +  410  * ((100vw -  320px ) / 620 ));
  }
}
@media (min-width: 940px) {
  section.photos .imgs {
    height: 810px;
  }
}
section.photos .imgs img {
  height: 100%;
}
section.photos .imgs::-webkit-scrollbar {
  display: none;
}
section.photos .scroller {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
section.photos .scroller span {
  font-size: 20px;
  font-size: 14px;
}
@media (min-width: 320px) {
  section.photos .scroller span {
    font-size: calc(14px  +  6  * ((100vw -  320px ) / 620 ));
  }
}
@media (min-width: 940px) {
  section.photos .scroller span {
    font-size: 20px;
  }
}
section.photos .scroller input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  max-width: 300px;
}
section.photos .scroller input[type=range]:focus {
  outline: none;
}
section.photos .scroller input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #000000;
  border-radius: 5px;
  border: 1px solid #000000;
}
section.photos .scroller input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 1px #000000;
  border: 0px solid #000000;
  height: 6px;
  width: 30%;
  border-radius: 1px;
  background: #a1806d;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3px;
}
section.photos .scroller input[type=range]:focus::-webkit-slider-runnable-track {
  background: #000000;
}
section.photos .scroller input[type=range]::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #000000;
  border-radius: 5px;
  border: 1px solid #000000;
}
section.photos .scroller input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 1px #000000;
  border: 0px solid #000000;
  height: 6px;
  width: 50px;
  border-radius: 1px;
  background: #a1806d;
  cursor: pointer;
}
section.photos .scroller input[type=range]::-ms-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
section.photos .scroller input[type=range]::-ms-fill-lower {
  background: #000000;
  border: 1px solid #000000;
  border-radius: 10px;
  box-shadow: 0px 0px 0px #000000;
}
section.photos .scroller input[type=range]::-ms-fill-upper {
  background: #000000;
  border: 1px solid #000000;
  border-radius: 10px;
  box-shadow: 0px 0px 0px #000000;
}
section.photos .scroller input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 1px #000000;
  border: 0px solid #000000;
  height: 6px;
  width: 50px;
  border-radius: 1px;
  background: #a1806d;
  cursor: pointer;
}
section.photos .scroller input[type=range]:focus::-ms-fill-lower {
  background: #000000;
}
section.photos .scroller input[type=range]:focus::-ms-fill-upper {
  background: #000000;
}
section.equipment {
  padding: 30px 0;
}
section.equipment .wrap {
  max-width: 950px;
  margin: 0 auto;
  background-color: #F4F1F0;
  padding: 20px 20px 40px;
}
section.equipment .wrap .ttl {
  padding: 20px 0;
  text-align: center;
  font-size: 24px;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 320px) {
  section.equipment .wrap .ttl {
    font-size: calc(14px  +  10  * ((100vw -  320px ) / 620 ));
  }
}
@media (min-width: 940px) {
  section.equipment .wrap .ttl {
    font-size: 24px;
  }
}
section.equipment .wrap ul {
  display: grid;
  gap: 5px;
  font-size: 21px;
  font-size: 14px;
}
@media (min-width: 320px) {
  section.equipment .wrap ul {
    font-size: calc(14px  +  7  * ((100vw -  320px ) / 620 ));
  }
}
@media (min-width: 940px) {
  section.equipment .wrap ul {
    font-size: 21px;
  }
}
section.equipment .wrap ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4em;
}
section.equipment .wrap ul li::before {
  content: "・";
}
section.equipment .detail {
  margin-top: 40px;
  width: 100%;
}
section.equipment .detail th,
section.equipment .detail td {
  padding: 10px 20px;
  border: 1px solid #000;
  line-height: 1.4em;
  vertical-align: middle;
  font-size: 26px;
  font-size: 14px;
}
@media (min-width: 320px) {
  section.equipment .detail th,
  section.equipment .detail td {
    font-size: calc(14px  +  12  * ((100vw -  320px ) / 620 ));
  }
}
@media (min-width: 940px) {
  section.equipment .detail th,
  section.equipment .detail td {
    font-size: 26px;
  }
}
section.equipment .detail th {
  background-color: #F4F1F0;
  text-align: center;
}
section.equipment .building-interior {
  margin-top: 40px;
  max-width: 400px;
}
section.about {
  padding: 60px 0;
}
section.about .img-txt {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
}
@media (max-width: 940px) {
  section.about .img-txt {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
section.about .img-txt .img img {
  width: 100%;
}
section.about .img-txt .txt h3 {
  font-size: 40px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.8em;
}
@media (min-width: 320px) {
  section.about .img-txt .txt h3 {
    font-size: calc(20px  +  20  * ((100vw -  320px ) / 620 ));
  }
}
@media (min-width: 940px) {
  section.about .img-txt .txt h3 {
    font-size: 40px;
  }
}
section.about .img-txt .txt p {
  margin-top: 40px;
  margin-top: 20px;
  font-size: 24px;
  font-size: 14px;
  line-height: 1.8em;
}
@media (min-width: 320px) {
  section.about .img-txt .txt p {
    margin-top: calc(20px  +  20  * ((100vw -  320px ) / 620 ));
  }
}
@media (min-width: 940px) {
  section.about .img-txt .txt p {
    margin-top: 40px;
  }
}
@media (min-width: 320px) {
  section.about .img-txt .txt p {
    font-size: calc(14px  +  10  * ((100vw -  320px ) / 620 ));
  }
}
@media (min-width: 940px) {
  section.about .img-txt .txt p {
    font-size: 24px;
  }
}
section.about .cover {
  margin: 0 calc(50% - 50vw);
  margin-top: 70px;
}
section.about .cover img {
  width: 100%;
}
section.about .msg {
  margin-top: 40px;
  font-size: 24px;
  font-size: 14px;
  line-height: 1.8em;
  text-align: center;
}
@media (min-width: 320px) {
  section.about .msg {
    font-size: calc(14px  +  10  * ((100vw -  320px ) / 620 ));
  }
}
@media (min-width: 940px) {
  section.about .msg {
    font-size: 24px;
  }
}
section.about .msg img {
  margin-top: 20px;
  width: 60px;
}
section.about .video {
  margin-top: 40px;
  text-align: center;
}
section.about .video iframe {
  width: 100%;
  max-width: 860px;
  height: auto;
  aspect-ratio: 16/9;
}
.totop {
  padding: 0 0 60px;
  text-align: center;
}
.totop a {
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  font-size: 20px;
  font-weight: bold;
}
.totop a:hover {
  opacity: 0.5;
}
footer {
  background-color: #42210B;
}
footer .inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% 50%;
  position: relative;
}
@media (max-width: 940px) {
  footer .inner {
    grid-template-columns: 1fr;
  }
}
footer .info {
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 940px) {
  footer .info {
    padding: 20px;
    justify-content: center;
    text-align: center;
  }
}
footer .info address {
  font-size: 23px;
  font-size: 14px;
  line-height: 1.8em;
}
@media (min-width: 320px) {
  footer .info address {
    font-size: calc(14px  +  9  * ((100vw -  320px ) / 620 ));
  }
}
@media (min-width: 940px) {
  footer .info address {
    font-size: 23px;
  }
}
footer .info address div {
  font-size: 30px;
  font-size: 16px;
}
@media (min-width: 320px) {
  footer .info address div {
    font-size: calc(16px  +  14  * ((100vw -  320px ) / 620 ));
  }
}
@media (min-width: 940px) {
  footer .info address div {
    font-size: 30px;
  }
}
footer .info address div a {
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
footer .info address div a img {
  width: 30px;
}
footer .info address div a:hover {
  opacity: 0.5;
}
footer .map {
  margin-right: calc(100% - 50vw);
  height: 400px;
}
footer .map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 940px) {
  footer .map {
    margin-right: 0;
    order: 2;
  }
}
footer small {
  display: block;
  text-align: center;
  background-color: #fff;
  padding: 20px;
  color: #000;
}
