@charset "UTF-8";
/* CSS Document */
/*
Theme Name:オリジナルテーマ
Description: オリジナルテーマです
Theme URI:
Author:
Author URI:
Version: 6.1
License: -----
License URI:
*/
/*********************

変数設定

************************/
/*********************

reset

************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

header,
article,
footer,
aside,
nav,
small,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  letter-spacing: 1rem;
  font-weight: 300;
}

p {
  line-height: 2;
  letter-spacing: 1rem;
}

li,
ol li {
  list-style-type: none;
  letter-spacing: 1rem;
}

a img {
  border-style: none;
}

a {
  text-decoration: none;
  letter-spacing: 1rem;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table th,
table td {
  vertical-align: top;
  letter-spacing: 1rem;
  text-align: left;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

@media (min-width: 751px) {
  html {
    font-size: 0.0693962526vw;
  }
}
@media (min-width: 1441px) {
  html {
    font-size: 0.0625rem;
  }
}
@media (max-width: 750px) {
  html {
    font-size: 0.1333333333vw;
  }
}

a {
  color: #2b2b2b;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

@font-face {
  font-family: "Forum";
  src: url("./font/Forum-Regular.otf") format("opentype");
}
@media (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

body {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 300;
  color: #2b2b2b;
}
@media (min-width: 751px) {
  body {
    font-size: 16rem;
  }
}
@media (max-width: 750px) {
  body {
    font-size: 28rem;
  }
}

/*********************

    共通パーツ

************************/
.Forum {
  font-family: "Forum";
}

.text__center {
  text-align: center;
}

@media (min-width: 751px) {
  .pc__none {
    display: none;
  }
}

@media (max-width: 750px) {
  .sp__none {
    display: none;
  }
}

@media (min-width: 751px) {
  .cmn__inner {
    width: 1300rem;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .cmn__inner {
    margin: 0 40rem;
  }
}

.cmn__btn-wh {
  color: #fff;
  position: relative;
  border: 2px solid #fff;
  padding: 15rem;
  font-family: "Forum";
  display: inline-block;
  text-align: center;
}
@media (min-width: 751px) {
  .cmn__btn-wh {
    font-size: 24rem;
    width: 300rem;
  }
}
@media (max-width: 750px) {
  .cmn__btn-wh {
    font-size: 32rem;
    width: 370rem;
  }
}
.cmn__btn-wh:after {
  position: absolute;
  content: "";
  right: 0;
  width: 52rem;
  height: 2rem;
  background: #fff;
}
@media (min-width: 751px) {
  .cmn__btn-wh:after {
    top: 27rem;
  }
}
@media (max-width: 750px) {
  .cmn__btn-wh:after {
    top: 31rem;
  }
}
.cmn__btn-bk {
  color: #333333;
  position: relative;
  border: 2px solid #333333;
  padding: 15rem;
  font-family: "Forum";
  display: inline-block;
  text-align: center;
}
@media (min-width: 751px) {
  .cmn__btn-bk {
    font-size: 24rem;
    width: 300rem;
  }
}
@media (max-width: 750px) {
  .cmn__btn-bk {
    font-size: 32rem;
    width: 370rem;
  }
}
.cmn__btn-bk:after {
  position: absolute;
  content: "";
  right: 0;
  width: 52rem;
  height: 2rem;
  background: #333333;
}
@media (min-width: 751px) {
  .cmn__btn-bk:after {
    top: 27rem;
  }
}
@media (max-width: 750px) {
  .cmn__btn-bk:after {
    top: 31rem;
  }
}

.cmn__h1 {
  display: inline-block;
  color: #333333;
  position: relative;
}
@media (min-width: 751px) {
  .cmn__h1 {
    font-size: 18rem;
    margin-bottom: 180rem;
  }
}
@media (max-width: 750px) {
  .cmn__h1 {
    font-size: 40rem;
    margin-bottom: 90rem;
  }
}
.cmn__h1:before {
  content: "";
  background: #333333;
  height: 2rem;
  position: absolute;
  top: -10rem;
  left: 0;
}
@media (min-width: 751px) {
  .cmn__h1:before {
    width: 155rem;
  }
}
@media (max-width: 750px) {
  .cmn__h1:before {
    width: 310rem;
  }
}

.cmn__title h2 {
  display: inline-block;
  position: relative;
  color: #fff;
}
@media (min-width: 751px) {
  .cmn__title h2 {
    font-size: 60rem;
  }
}
@media (max-width: 750px) {
  .cmn__title h2 {
    font-size: 60rem;
  }
}
.cmn__title h2:after {
  content: "";
  width: 55rem;
  height: 2rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.cmn__page-bg {
  position: relative;
}
@media (min-width: 751px) {
  .cmn__page-bg {
    padding: 75rem 0 0 0;
  }
}
@media (max-width: 750px) {
  .cmn__page-bg {
    padding: 170rem 0 0 0;
  }
}
.cmn__page-bg:before {
  content: "";
  background: #eeebe7;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 750px) {
  .cmn__page-bg.top__bg-sp {
    padding: 40rem 0 0 0;
    margin: -7rem 0 0 0;
  }
}

.fix__right {
  position: fixed;
  right: 0;
}
@media (min-width: 751px) {
  .fix__right {
    bottom: 30rem;
  }
}
@media (max-width: 750px) {
  .fix__right {
    bottom: 66rem;
  }
}
.fix__right img {
  width: 151rem;
}

_:-ms-lang(x)::-ms-backdrop,
.appeal__roop {
  display: -ms-grid;
  overflow: hidden;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*********************

   ヘッダー

************************/
@media (max-width: 750px) {
  .header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 5;
  }
}
.header-separate {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 30;
}
@media (min-width: 751px) {
  .header-separate {
    top: 8%;
  }
}
@media (max-width: 750px) {
  .header-separate {
    top: 5%;
  }
}
.header-separate a {
  display: inline-block;
}
@media (max-width: 750px) {
  .header-separate a {
    padding: 10rem 0 0 30rem;
  }
}
.header-separate a img {
  width: 215rem;
}
.header-page {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 751px) {
  .header-page {
    padding: 64rem 0;
    width: 1300rem;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .header-page_left {
    display: inline-block;
    padding: 10rem 0 0 30rem;
  }
}
.header-page_left img {
  width: 202rem;
}
@media (min-width: 751px) {
  .header-page .header-sp {
    display: none;
  }
}
@media (max-width: 750px) {
  .header-page .header-sp {
    background: #333333;
    color: #fff;
    font-weight: 700;
    position: relative;
    width: 100rem;
    height: 100rem;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 1001;
  }
}
@media (max-width: 750px) {
  .header-page .header-sp span {
    background: #fff;
    position: absolute;
    width: 60rem;
    height: 2px;
    left: 18rem;
    transition: all 0.3s;
  }
}
@media (max-width: 750px) {
  .header-page .header-sp span:nth-of-type(1) {
    top: 15rem;
    transition: 0.3s;
  }
}
.header-page .header-sp span:nth-of-type(1).close {
  display: none;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .header-page .header-sp span:nth-of-type(2) {
    top: 35rem;
  }
}
.header-page .header-sp span:nth-of-type(2).close {
  transform: rotate(-45deg);
  transition: 0.3s;
}
@media (max-width: 750px) {
  .header-page .header-sp span:nth-of-type(3) {
    top: 55rem;
  }
}
.header-page .header-sp span:nth-of-type(3).close {
  transform: rotate(45deg);
  transition: 0.3s;
}
@media (min-width: 751px) {
  .header-page .header-sp span:nth-of-type(3).close {
    top: 55rem;
  }
}
@media (max-width: 750px) {
  .header-page .header-sp span:nth-of-type(3).close {
    top: 33rem;
  }
}
@media (max-width: 750px) {
  .header-page .header-sp p {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 22rem;
    font-weight: 700;
    bottom: -3rem;
  }
}
@media (min-width: 751px) {
  .header-page ul {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 750px) {
  .header-page ul {
    position: fixed;
    left: -100%;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    box-sizing: border-box;
    z-index: 2;
    transition: 0.3s;
    padding: 120rem 60rem 30rem 60rem;
    background: #eeebe7;
  }
}
.header-page ul.on {
  left: 0;
  transition: 0.3s;
}
.header-page ul li a {
  display: flex;
}
@media (max-width: 750px) {
  .header-page ul li a {
    color: #000;
    padding-bottom: 10rem;
    font-size: 30rem;
    justify-content: center;
    margin-bottom: 20rem;
  }
}
.header-page ul li:not(:last-of-type) a {
  color: #333333;
}
@media (min-width: 751px) {
  .header-page ul li:not(:last-of-type) a {
    margin-right: 30rem;
  }
}
@media (max-width: 750px) {
  .header-page ul li:not(:last-of-type) a {
    border-bottom: 1px dotted #333333;
  }
}
@media (min-width: 751px) {
  .header-page ul li:last-of-type a img {
    width: 20rem;
  }
}
@media (max-width: 750px) {
  .header-page ul li:last-of-type a img {
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .header-top {
    display: flex;
    position: fixed;
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 751px) {
  .header-top_left {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 5;
  }
}
@media (max-width: 750px) {
  .header-top_left {
    padding: 10rem 0 0 30rem;
  }
}
.header-top_left img {
  width: 202rem;
}
@media (min-width: 751px) {
  .header-top .header-sp {
    display: none;
  }
}
@media (max-width: 750px) {
  .header-top .header-sp {
    background: #333333;
    color: #fff;
    font-weight: 700;
    position: relative;
    width: 100rem;
    height: 100rem;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 1001;
  }
}
@media (max-width: 750px) {
  .header-top .header-sp span {
    background: #fff;
    position: absolute;
    width: 60rem;
    height: 2px;
    left: 18rem;
    transition: all 0.3s;
  }
}
@media (max-width: 750px) {
  .header-top .header-sp span:nth-of-type(1) {
    top: 15rem;
    transition: 0.3s;
  }
}
.header-top .header-sp span:nth-of-type(1).close {
  display: none;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .header-top .header-sp span:nth-of-type(2) {
    top: 35rem;
  }
}
.header-top .header-sp span:nth-of-type(2).close {
  transform: rotate(-45deg);
  transition: 0.3s;
}
@media (max-width: 750px) {
  .header-top .header-sp span:nth-of-type(3) {
    top: 55rem;
  }
}
.header-top .header-sp span:nth-of-type(3).close {
  transform: rotate(45deg);
  transition: 0.3s;
}
@media (min-width: 751px) {
  .header-top .header-sp span:nth-of-type(3).close {
    top: 55rem;
  }
}
@media (max-width: 750px) {
  .header-top .header-sp span:nth-of-type(3).close {
    top: 33rem;
  }
}
@media (max-width: 750px) {
  .header-top .header-sp p {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 22rem;
    font-weight: 700;
    bottom: -3rem;
  }
}
@media (min-width: 751px) {
  .header-top ul {
    display: none;
  }
}
@media (max-width: 750px) {
  .header-top ul {
    position: fixed;
    left: -100%;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    box-sizing: border-box;
    z-index: 2;
    transition: 0.3s;
    padding: 120rem 60rem 30rem 60rem;
    background: #eeebe7;
  }
}
.header-top ul.on {
  left: 0;
  transition: 0.3s;
}
.header-top ul li a {
  display: flex;
}
@media (max-width: 750px) {
  .header-top ul li a {
    color: #000;
    padding-bottom: 10rem;
    font-size: 30rem;
    justify-content: center;
    margin-bottom: 20rem;
  }
}
.header-top ul li:not(:last-of-type) a {
  color: #333333;
}
@media (min-width: 751px) {
  .header-top ul li:not(:last-of-type) a {
    margin-right: 50rem;
  }
}
@media (max-width: 750px) {
  .header-top ul li:not(:last-of-type) a {
    border-bottom: 1px dotted #333333;
  }
}
@media (min-width: 751px) {
  .header-top ul li:last-of-type a img {
    width: 20rem;
  }
}
@media (max-width: 750px) {
  .header-top ul li:last-of-type a img {
    margin: 0 auto;
  }
}

/*********************

  フッター

************************/
.footer {
  background: #2b2b2b;
  padding: 18rem 0;
  margin-top: -1rem;
}
.footer__copyright {
  color: #fff;
  font-size: 10px;
  display: block;
  text-align: center;
}

.page__bottom {
  background: #2b2b2b;
  padding: 70rem 0 0 0;
}
@media (min-width: 751px) {
  .page__bottom-separate {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 750px) {
  .page__bottom .left {
    margin-bottom: 40rem;
  }
}
.page__bottom .left p {
  font-weight: 300;
  margin-bottom: 10rem;
}
@media (min-width: 751px) {
  .page__bottom .left p {
    font-size: 18rem;
  }
}
.page__bottom .left p:not(:last-of-type) {
  color: #fff;
}
.page__bottom .left p:last-of-type {
  color: rgba(255, 255, 255, 0.6);
}
.page__bottom .left a {
  display: flex;
  align-items: baseline;
  margin-bottom: 40rem;
  color: #f1d986;
  font-size: 48rem;
}
.page__bottom .left a span {
  display: inline-block;
  font-size: 36rem;
  margin-right: 10rem;
}
@media (min-width: 751px) {
  .page__bottom ul {
    padding-right: 90rem;
  }
}
.page__bottom ul li a {
  color: #fff;
  display: inline-block;
  margin-bottom: 15rem;
}
@media (min-width: 751px) {
  .page__bottom ul li a {
    font-size: 18rem;
  }
}

/*********************

サウナページ

************************/
.top__bg {
  background: #2b2b2b;
}

.top__slider {
  position: relative;
}
.top__slider h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  z-index: 5;
  font-weight: 300;
  text-align: center;
}
@media (min-width: 751px) {
  .top__slider h2 {
    font-size: 42rem;
  }
}
@media (max-width: 750px) {
  .top__slider h2 {
    font-size: 42rem;
  }
}
.top__slider img {
  width: 100%;
}
@media (min-width: 751px) {
  .top__slider img {
    height: 979rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.top__below {
  padding: 100rem 0 60rem 0;
}
@media (max-width: 750px) {
  .top__below {
    margin: 0 40rem;
  }
}
.top__below h2 {
  color: #fff;
  margin-bottom: 50rem;
  font-weight: 300;
  line-height: 2.5;
}
@media (min-width: 751px) {
  .top__below h2 {
    font-size: 24rem;
  }
}
@media (max-width: 750px) {
  .top__below h2 {
    font-size: 32rem;
  }
}
.top__below p {
  color: #fff;
  font-weight: 300;
  line-height: 2.5;
}
@media (min-width: 751px) {
  .top__below p {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .top__below p {
    font-size: 30rem;
  }
}

.top__story {
  margin-bottom: 200rem;
}
.top__story-head h2 {
  display: inline-block;
  position: relative;
  color: #fff;
  margin-bottom: 80rem;
}
@media (min-width: 751px) {
  .top__story-head h2 {
    font-size: 60rem;
  }
}
@media (max-width: 750px) {
  .top__story-head h2 {
    font-size: 60rem;
  }
}
.top__story-head h2:after {
  position: absolute;
  content: "";
  background-image: url(./images/top/story__after.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 117rem;
  height: 38rem;
  bottom: -60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (max-width: 750px) {
  .top__story-content .block {
    margin: 0 40rem 70rem;
  }
}
@media (min-width: 751px) {
  .top__story-content .block:nth-of-type(odd) .block__separate {
    flex-direction: row-reverse;
  }
}
@media (min-width: 751px) {
  .top__story-content .block__separate {
    display: flex;
    max-width: 1440rem;
    margin: 0 auto 70rem;
  }
}
@media (max-width: 750px) {
  .top__story-content .block__separate {
    margin-bottom: 70rem;
  }
}
.top__story-content .block__separate-left {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 751px) {
  .top__story-content .block__separate-left {
    width: 719rem;
    height: 595rem;
    margin-bottom: 20rem;
  }
}
.top__story-content .block__separate-right {
  background: #fff;
}
@media (min-width: 751px) {
  .top__story-content .block__separate-right {
    margin-top: 30rem;
    padding: 20rem 50rem 60rem 30rem;
  }
}
@media (max-width: 750px) {
  .top__story-content .block__separate-right {
    padding: 30rem;
  }
}
.top__story-content .block__separate-right h3 {
  margin-bottom: 20rem;
}
@media (min-width: 751px) {
  .top__story-content .block__separate-right h3 {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .top__story-content .block__separate-right h3 {
    font-size: 32rem;
  }
}
.top__story-content .block__separate-right img {
  width: 182rem;
  display: inline-block;
  margin-bottom: 30rem;
}
.top__story-content .block__separate-right p {
  line-height: 2.5;
}
.top__story-content .block__comment {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
  background: #cccccc;
  position: relative;
}
@media (min-width: 751px) {
  .top__story-content .block__comment {
    width: 900rem;
    margin: 0 auto 100rem;
    padding: 40rem 30rem;
  }
}
@media (max-width: 750px) {
  .top__story-content .block__comment {
    padding: 40rem 25rem;
  }
}
.top__story-content .block__comment.is__fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.top__story-content .block__comment:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 22.5rem 39rem 22.5rem;
  border-color: transparent transparent #cccccc transparent;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (min-width: 751px) {
  .top__story-content .block__comment:before {
    top: -5%;
  }
}
@media (max-width: 750px) {
  .top__story-content .block__comment:before {
    top: -18rem;
  }
}
.top__story-content .block__comment h3 {
  margin-bottom: 15rem;
}
@media (min-width: 751px) {
  .top__story-content .block__comment h3 {
    font-size: 24rem;
  }
}
@media (max-width: 750px) {
  .top__story-content .block__comment h3 {
    font-size: 36rem;
  }
}
@media (min-width: 751px) {
  .top__story-content .block__comment h3 span {
    font-size: 36rem;
  }
}
@media (max-width: 750px) {
  .top__story-content .block__comment h3 span {
    font-size: 40rem;
  }
}
.top__story-content .block__comment p {
  line-height: 2.5;
}

.top__comment {
  margin-bottom: 170rem;
}
@media (max-width: 750px) {
  .top__comment {
    padding: 0 40rem;
  }
}
.top__comment p {
  color: #fff;
  line-height: 2.5;
}
@media (min-width: 751px) {
  .top__comment p {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .top__comment p {
    font-size: 34rem;
  }
}

/*********************

トップページ(slider)

************************/
.top__middle {
  margin-bottom: 140rem;
  overflow: hidden;
}
@media (min-width: 751px) {
  .top__middle-main {
    width: 714rem;
    margin: 0 auto 120rem;
  }
}
@media (max-width: 750px) {
  .top__middle-main {
    margin: 0 60rem 60rem;
  }
}
@media (max-width: 750px) {
  .top__middle .slick-prev {
    left: -40rem;
  }
}
@media (max-width: 750px) {
  .top__middle .slick-next {
    right: -40rem;
  }
}

/*********************

トップページ(price)

************************/
.top__price {
  background-image: url(./images/top/top__price.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 751px) {
  .top__price {
    padding: 50rem 0 120rem;
    margin-bottom: 100rem;
  }
}
@media (max-width: 750px) {
  .top__price {
    padding: 50rem 40rem 120rem;
    margin-bottom: 100rem;
  }
}
.top__price h2 {
  margin-bottom: 85rem;
}
.top__price p {
  color: #fff;
  font-weight: 300;
  margin-bottom: 50rem;
}
@media (min-width: 751px) {
  .top__price p {
    font-size: 21rem;
  }
}
@media (min-width: 751px) {
  .top__price table {
    width: 640rem;
    margin: 0 auto 60rem;
  }
}
@media (max-width: 750px) {
  .top__price table {
    margin-bottom: 60rem;
  }
}
.top__price table tbody tr {
  border: 1px solid #fff;
}
.top__price table tbody tr th {
  color: #fff;
  width: 33.3333333333%;
  font-weight: 300;
  padding: 10rem 6rem;
  border-right: 1px solid #fff;
}
@media (min-width: 751px) {
  .top__price table tbody tr th {
    font-size: 21rem;
  }
}
@media (max-width: 750px) {
  .top__price table tbody tr th {
    font-size: 25rem;
    vertical-align: middle;
  }
}
.top__price table tbody tr td {
  color: #fff;
  width: 33.3333333333%;
  font-weight: 300;
  padding: 10rem 6rem;
}
@media (min-width: 751px) {
  .top__price table tbody tr td {
    font-size: 21rem;
  }
}
@media (max-width: 750px) {
  .top__price table tbody tr td {
    font-size: 25rem;
    vertical-align: middle;
  }
}
.top__price table tbody tr td:first-of-type {
  border-right: 1px solid #fff;
}

/*********************

トップページ(faq)

************************/
.top__faq {
  margin-bottom: 150rem;
}
.top__faq h2 {
  margin-bottom: 100rem;
}
.top__faq-block {
  color: #fff;
}
@media (min-width: 751px) {
  .top__faq-block {
    width: 900rem;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .top__faq-block {
    margin: 0 40rem;
  }
}
@media (min-width: 751px) {
  .top__faq-block .content {
    margin-bottom: 20rem;
  }
}
@media (max-width: 750px) {
  .top__faq-block .content {
    margin-bottom: 40rem;
  }
}
.top__faq-block .content .js__a {
  display: none;
}
.top__faq-block .content .js__a.js__open {
  display: block;
}
.top__faq-block .content h3 {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  margin-bottom: 25rem;
}
@media (min-width: 751px) {
  .top__faq-block .content h3 {
    font-size: 21rem;
  }
}
@media (max-width: 750px) {
  .top__faq-block .content h3 {
    font-size: 32rem;
    min-height: 96rem;
  }
}
.top__faq-block .content h3:after {
  content: "+";
  display: inline-block;
  font-size: 24rem;
  position: absolute;
  right: 0;
}
@media (min-width: 751px) {
  .top__faq-block .content h3:after {
    top: 5rem;
  }
}
@media (max-width: 750px) {
  .top__faq-block .content h3:after {
    top: 30rem;
  }
}
.top__faq-block .content h3.is__show:after {
  content: "-";
}
@media (min-width: 751px) {
  .top__faq-block .content h3.is__show:after {
    font-size: 40rem;
    top: -10rem;
  }
}
@media (max-width: 750px) {
  .top__faq-block .content h3.is__show:after {
    font-size: 50rem;
    top: 10rem;
  }
}
.top__faq-block .content h3 span {
  color: #f1d986;
  display: inline-block;
  margin-right: 30rem;
  font-size: 32rem;
}
.top__faq-block .content div.is__open {
  display: block;
}
.top__faq-block .content p {
  border: 2px solid #9b9b9b;
  padding: 20rem 60rem 20rem 75rem;
  position: relative;
}
@media (min-width: 751px) {
  .top__faq-block .content p {
    font-size: 18rem;
  }
}
.top__faq-block .content p span {
  color: #f1d986;
  display: inline-block;
  font-size: 36rem;
  position: absolute;
  left: 10rem;
  top: 10rem;
}
@media (min-width: 751px) {
  .top__faq-comment {
    margin-top: 100rem;
  }
}
@media (max-width: 750px) {
  .top__faq-comment {
    margin: 50rem 40rem 0;
  }
}
.top__faq-comment p {
  color: #fff;
}
@media (min-width: 751px) {
  .top__faq-comment p {
    font-size: 24rem;
  }
}
@media (max-width: 750px) {
  .top__faq-comment p {
    font-size: 30rem;
  }
}

/*********************

トップページ(モデルルーム)

************************/
.top__modelroom {
  background: #fff;
  padding: 70rem 0 180rem 0;
}
.top__modelroom h2 {
  margin-bottom: 50rem;
}
@media (min-width: 751px) {
  .top__modelroom h2 {
    font-size: 60rem;
  }
}
@media (max-width: 750px) {
  .top__modelroom h2 {
    font-size: 60rem;
  }
}
@media (min-width: 751px) {
  .top__modelroom-separate {
    width: 1300rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 750px) {
  .top__modelroom-separate {
    margin: 0 40rem;
  }
}
@media (min-width: 751px) {
  .top__modelroom-separate .left {
    width: 645rem;
    margin-top: 40rem;
  }
}
@media (max-width: 750px) {
  .top__modelroom-separate .left {
    margin-bottom: 50rem;
  }
}
.top__modelroom-separate .left h3 {
  margin-bottom: 35rem;
}
@media (min-width: 751px) {
  .top__modelroom-separate .left h3 {
    font-size: 24rem;
  }
}
@media (max-width: 750px) {
  .top__modelroom-separate .left h3 {
    font-size: 32rem;
  }
}
.top__modelroom-separate .left p {
  font-weight: 300;
  margin-bottom: 50rem;
  line-height: 2.5;
}
.top__modelroom-separate .left a {
  background: #f1d986;
  width: 382rem;
  padding: 20rem 15rem;
  display: inline-block;
  font-weight: 300;
}
@media (min-width: 751px) {
  .top__modelroom-separate .left a {
    font-size: 21rem;
  }
}
@media (max-width: 750px) {
  .top__modelroom-separate .left a {
    font-size: 32rem;
  }
}
.top__modelroom-separate img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 751px) {
  .top__modelroom-separate img {
    width: 600rem;
    height: 420rem;
  }
}

/*********************

トップページ(About US)

************************/
.top__about {
  background: #fff;
  margin-top: -1rem;
  margin-bottom: -1rem;
}
@media (min-width: 751px) {
  .top__about-separate {
    width: 1300rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 750px) {
  .top__about-separate {
    margin: 0 40rem;
  }
}
@media (min-width: 751px) {
  .top__about-separate .left {
    width: 645rem;
    margin-top: 40rem;
  }
}
@media (max-width: 750px) {
  .top__about-separate .left {
    margin-bottom: 50rem;
  }
}
.top__about-separate .left__name {
  font-weight: 300;
  margin-bottom: 15rem;
}
@media (min-width: 751px) {
  .top__about-separate .left__name {
    font-size: 24rem;
  }
}
.top__about-separate .left__address {
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 15rem;
}
@media (min-width: 751px) {
  .top__about-separate .left__address {
    font-size: 18rem;
  }
}
.top__about-separate .left__time {
  font-weight: 300;
  line-height: 1.5;
}
@media (min-width: 751px) {
  .top__about-separate .left__time {
    font-size: 18rem;
  }
}
.top__about-separate .left__holiday {
  font-weight: 300;
}
@media (min-width: 751px) {
  .top__about-separate .left__holiday {
    font-size: 18rem;
  }
}
.top__about-separate .left h2 {
  line-height: 1;
  margin-bottom: 50rem;
}
@media (min-width: 751px) {
  .top__about-separate .left h2 {
    font-size: 48rem;
  }
}
.top__about-separate .left a {
  display: inline-block;
  margin-bottom: 15rem;
}
@media (min-width: 751px) {
  .top__about-separate .left a {
    font-size: 48rem;
  }
}
@media (max-width: 750px) {
  .top__about-separate .left a {
    font-size: 48rem;
  }
}
@media (min-width: 751px) {
  .top__about-separate iframe {
    width: 600rem;
    height: 420rem;
  }
}
@media (max-width: 750px) {
  .top__about-separate iframe {
    width: 100%;
    height: 420rem;
  }
}

/*********************

トップページ(大河工務店とは)

************************/
.top__detail {
  background: #fff;
}
@media (min-width: 751px) {
  .top__detail {
    margin-bottom: 140rem;
    padding-top: 140rem;
  }
}
@media (max-width: 750px) {
  .top__detail {
    margin: 0 0 140rem;
    padding-top: 140rem;
  }
}
@media (min-width: 751px) {
  .top__detail h2 {
    margin-bottom: 15rem;
    font-size: 30rem;
  }
}
@media (max-width: 750px) {
  .top__detail h2 {
    margin-bottom: 30rem;
    font-size: 36rem;
    padding: 0 40rem;
  }
}
.top__detail p {
  margin-bottom: 80rem;
}
@media (min-width: 751px) {
  .top__detail p {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .top__detail p {
    padding: 0 40rem;
    font-size: 30rem;
  }
}
.top__detail a {
  background: #f1d986;
  width: 382rem;
  padding: 15rem;
  display: inline-block;
  margin-bottom: 80rem;
}
@media (min-width: 751px) {
  .top__detail a {
    font-size: 21rem;
  }
}
@media (max-width: 750px) {
  .top__detail a {
    font-size: 28rem;
  }
}
.top__detail-loop {
  display: flex;
  overflow: hidden;
}
.top__detail-loop ul {
  display: flex;
  list-style: none;
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}
.top__detail-loop ul li {
  margin-bottom: -10rem;
}
@media (min-width: 751px) {
  .top__detail-loop ul li {
    width: 33.3333333333vw;
  }
}
@media (max-width: 750px) {
  .top__detail-loop ul li {
    width: 50vw;
  }
}
.top__detail-loop ul li img {
  width: 100%;
}

/*********************

トップページ(フォーム)

************************/
.top__form {
  background: #fff;
  padding: 100rem 0 140rem;
}
@media (min-width: 751px) {
  .top__form {
    width: 1300rem;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .top__form {
    margin: 0 40rem;
  }
}
.top__form h2 {
  font-size: 36rem;
  margin-bottom: 110rem;
}

/*********************

施工事例一覧、詳細ページ(works)

************************/
@media (min-width: 751px) {
  .page__works-content {
    padding-bottom: 160rem;
  }
}
@media (max-width: 750px) {
  .page__works-content {
    padding-bottom: 80rem;
  }
}
@media (min-width: 751px) {
  .page__works-content .block {
    margin-bottom: 150rem;
  }
}
@media (max-width: 750px) {
  .page__works-content .block {
    margin-bottom: 75rem;
  }
}
.page__works-content .block h2 {
  margin-bottom: 40rem;
  font-weight: 300;
}
@media (min-width: 751px) {
  .page__works-content .block h2 {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .page__works-content .block h2 {
    font-size: 32rem;
  }
}
.page__works-content .block__detail {
  display: flex;
  flex-wrap: wrap;
}
.page__works-content .block__detail a {
  display: block;
  border: 1px solid #333333;
  padding: 20rem;
}
@media (min-width: 751px) {
  .page__works-content .block__detail a {
    width: 375rem;
    margin: 0 0 50rem;
  }
}
@media (max-width: 750px) {
  .page__works-content .block__detail a {
    width: 48%;
  }
}
.page__works-content .block__detail a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  margin-bottom: 10rem;
}
@media (min-width: 751px) {
  .page__works-content .block__detail a img {
    height: 294rem;
  }
}
@media (max-width: 750px) {
  .page__works-content .block__detail a img {
    height: 294rem;
  }
}
.page__works-content .block__detail a time {
  font-weight: 300;
  color: #333333;
}
@media (min-width: 751px) {
  .page__works-content .block__detail a time {
    font-size: 18rem;
  }
}
.page__works-content .block__detail a h3 {
  font-weight: 300;
}
@media (min-width: 751px) {
  .page__works-content .block__detail a:nth-of-type(3n+2) {
    margin: 0 85rem 50rem;
  }
}

/*********************

注文住宅リノベーションページ(renovation)

************************/
@media (min-width: 751px) {
  .page__renovation-content {
    margin-bottom: 160rem;
  }
}
@media (max-width: 750px) {
  .page__renovation-content {
    margin-bottom: 80rem;
  }
}
.page__renovation-content h2 {
  color: #333333;
  margin-bottom: 70rem;
}
@media (min-width: 751px) {
  .page__renovation-content h2 {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .page__renovation-content h2 {
    font-size: 34rem;
  }
}
@media (min-width: 751px) {
  .page__renovation-content .first {
    margin-bottom: 170rem;
  }
}
@media (max-width: 750px) {
  .page__renovation-content .first {
    margin-bottom: 85rem;
  }
}
.page__renovation-content .first img {
  display: block;
}
@media (min-width: 751px) {
  .page__renovation-content .first img {
    width: 900rem;
    margin: 0 auto 70rem;
  }
}
@media (max-width: 750px) {
  .page__renovation-content .first img {
    width: 100%;
    margin-bottom: 40rem;
  }
}
.page__renovation-content .first p {
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
@media (min-width: 751px) {
  .page__renovation-content .first p {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .page__renovation-content .first p {
    font-size: 26rem;
  }
}
.page__renovation-content .first p.is__fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.page__renovation-content .second img {
  display: block;
}
@media (min-width: 751px) {
  .page__renovation-content .second img {
    width: 900rem;
    margin: 0 auto 70rem;
  }
}
@media (max-width: 750px) {
  .page__renovation-content .second img {
    width: 100%;
    margin-bottom: 40rem;
  }
}
.page__renovation-content .second p {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
@media (min-width: 751px) {
  .page__renovation-content .second p {
    font-size: 17rem;
    width: 900rem;
    margin: 0 auto;
  }
}
.page__renovation-content .second p.is__fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.page__renovation-natural {
  position: relative;
}
@media (min-width: 751px) {
  .page__renovation-natural {
    min-height: 610rem;
    margin-bottom: 100rem;
  }
}
@media (max-width: 750px) {
  .page__renovation-natural {
    margin-bottom: 50rem;
  }
}
.page__renovation-natural img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 751px) {
  .page__renovation-natural img {
    height: 610rem;
  }
}
@media (max-width: 750px) {
  .page__renovation-natural img {
    height: 100%;
  }
}
.page__renovation-natural .cmn__inner {
  z-index: 2;
  position: relative;
}
@media (min-width: 751px) {
  .page__renovation-natural .cmn__inner {
    padding-top: 130rem;
  }
}
@media (max-width: 750px) {
  .page__renovation-natural .cmn__inner {
    padding-top: 65rem;
    padding-bottom: 50rem;
  }
}
.page__renovation-natural .cmn__inner h2 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 30rem;
}
@media (min-width: 751px) {
  .page__renovation-natural .cmn__inner h2 {
    font-size: 24rem;
  }
}
.page__renovation-natural .cmn__inner p {
  color: #fff;
}
@media (min-width: 751px) {
  .page__renovation-natural .cmn__inner p {
    font-size: 17rem;
  }
}
@media (min-width: 751px) {
  .page__renovation-repeat .detail {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 751px) {
  .page__renovation-repeat .detail:not(:last-of-type) {
    margin-bottom: 150rem;
  }
}
@media (max-width: 750px) {
  .page__renovation-repeat .detail:not(:last-of-type) {
    margin-bottom: 100rem;
  }
}
@media (min-width: 751px) {
  .page__renovation-repeat .detail:last-of-type {
    margin-bottom: 210rem;
  }
}
@media (max-width: 750px) {
  .page__renovation-repeat .detail:last-of-type {
    margin-bottom: 105rem;
  }
}
@media (min-width: 751px) {
  .page__renovation-repeat .detail__left {
    width: 670rem;
  }
}
@media (max-width: 750px) {
  .page__renovation-repeat .detail__left {
    margin-bottom: 30rem;
  }
}
.page__renovation-repeat .detail__left h3 {
  font-weight: 500;
  margin-bottom: 10rem;
}
@media (min-width: 751px) {
  .page__renovation-repeat .detail__left h3 {
    font-size: 20rem;
  }
}
@media (max-width: 750px) {
  .page__renovation-repeat .detail__left h3 {
    font-size: 34rem;
  }
}
.page__renovation-repeat .detail__left p {
  line-height: 2.5;
}
@media (min-width: 751px) {
  .page__renovation-repeat .detail__left p {
    font-size: 16rem;
  }
}
.page__renovation-repeat .detail img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 751px) {
  .page__renovation-repeat .detail img {
    width: 580rem;
    height: 370rem;
  }
}
.page__renovation-middle h2 {
  color: #333333;
  margin-bottom: 80rem;
}
@media (min-width: 751px) {
  .page__renovation-middle h2 {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .page__renovation-middle h2 {
    font-size: 34rem;
  }
}
.page__renovation-middle img {
  display: block;
}
@media (min-width: 751px) {
  .page__renovation-middle img {
    width: 900rem;
    margin: 0 auto 70rem;
  }
}
@media (max-width: 750px) {
  .page__renovation-middle img {
    width: 100%;
    margin-bottom: 40rem;
  }
}
.page__renovation-middle p {
  text-align: center;
}
@media (min-width: 751px) {
  .page__renovation-middle p {
    font-size: 18rem;
    margin-bottom: 220rem;
  }
}
@media (max-width: 750px) {
  .page__renovation-middle p {
    margin-bottom: 110rem;
    font-size: 26rem;
  }
}
@media (min-width: 751px) {
  .page__renovation-flow {
    margin-bottom: 310rem;
  }
}
@media (max-width: 750px) {
  .page__renovation-flow {
    margin-bottom: 165rem;
  }
}
.page__renovation-flow h2 {
  color: #333333;
  margin-bottom: 70rem;
}
@media (min-width: 751px) {
  .page__renovation-flow h2 {
    font-size: 18rem;
  }
}
@media (min-width: 751px) {
  .page__renovation-flow .detail {
    max-width: 1440rem;
    margin: 0 auto;
  }
}
@media (min-width: 751px) {
  .page__renovation-flow .detail__block {
    display: flex;
    margin-bottom: 80rem;
  }
}
@media (max-width: 750px) {
  .page__renovation-flow .detail__block {
    margin: 0 40rem 40rem;
  }
}
.page__renovation-flow .detail__block-left {
  background: #fff;
}
@media (min-width: 751px) {
  .page__renovation-flow .detail__block-left {
    padding: 45rem 20rem 30rem 60rem;
    margin-bottom: 30rem;
    width: 800rem;
  }
}
@media (max-width: 750px) {
  .page__renovation-flow .detail__block-left {
    padding: 40rem;
  }
}
.page__renovation-flow .detail__block-left h3 {
  margin-bottom: 20rem;
}
@media (min-width: 751px) {
  .page__renovation-flow .detail__block-left h3 {
    font-size: 21rem;
  }
}
@media (max-width: 750px) {
  .page__renovation-flow .detail__block-left h3 {
    font-size: 32rem;
  }
}
@media (min-width: 751px) {
  .page__renovation-flow .detail__block-left p {
    font-size: 18rem;
    line-height: 2.25;
  }
}
.page__renovation-flow .detail__block img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 751px) {
  .page__renovation-flow .detail__block img {
    width: 665rem;
    height: 520rem;
    margin-top: 65rem;
  }
}
.page__renovation-btn {
  text-align: center;
  padding-bottom: 60rem;
}
.page__renovation-btn a {
  color: #fff;
  background: #333333;
  display: inline-block;
}
@media (min-width: 751px) {
  .page__renovation-btn a {
    font-size: 18rem;
    width: 503rem;
    padding: 14rem;
  }
}
@media (max-width: 750px) {
  .page__renovation-btn a {
    width: 503rem;
    padding: 14rem;
  }
}

/*********************

会社情報ページ(company)

************************/
@media (min-width: 751px) {
  .page-company {
    padding-top: 70rem;
  }
}
@media (min-width: 751px) {
  .page-company__content {
    padding-bottom: 100rem;
  }
}
@media (max-width: 750px) {
  .page-company__content {
    padding-bottom: 50rem;
  }
}
.page-company__content h2 {
  color: #333333;
  margin-bottom: 80rem;
}
@media (min-width: 751px) {
  .page-company__content h2 {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .page-company__content h2 {
    font-size: 34rem;
  }
}
.page-company__content h3 {
  color: #333333;
  margin-bottom: 80rem;
}
@media (min-width: 751px) {
  .page-company__content h3 {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .page-company__content h3 {
    font-size: 34rem;
    line-height: 2;
  }
}
@media (min-width: 751px) {
  .page-company__content h3 span {
    font-size: 24rem;
  }
}
@media (max-width: 750px) {
  .page-company__content h3 span {
    font-size: 36rem;
    display: block;
  }
}
.page-company__content p {
  color: #333333;
  line-height: 2.5;
}
@media (min-width: 751px) {
  .page-company__content p {
    font-size: 18rem;
  }
}
.page-company__message {
  display: flex;
}
.page-company__message img {
  width: 100%;
}
.page-company__info {
  background: #2b2b2b;
  padding: 100rem 0 0 0;
  margin-bottom: -2rem;
  color: #fff;
}
.page-company__info h2 {
  color: #fff;
  margin-bottom: 80rem;
}
@media (min-width: 751px) {
  .page-company__info h2 {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .page-company__info h2 {
    font-size: 34rem;
  }
}
.page-company__info img {
  display: block;
}
@media (min-width: 751px) {
  .page-company__info img {
    width: 869rem;
    margin: 0 auto 80rem;
  }
}
@media (max-width: 750px) {
  .page-company__info img {
    margin-bottom: 40rem;
  }
}
@media (min-width: 751px) {
  .page-company__info table {
    width: 869rem;
    margin: 0 auto 130rem;
  }
}
@media (max-width: 750px) {
  .page-company__info table {
    margin-bottom: 80rem;
  }
}
.page-company__info table tr {
  border-bottom: 1px solid #fff;
}
.page-company__info table tr th {
  padding: 7rem 0;
}
@media (min-width: 751px) {
  .page-company__info table tr th {
    width: 185rem;
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .page-company__info table tr th {
    width: 25%;
  }
}
.page-company__info table tr td {
  padding: 7rem 0;
}
@media (min-width: 751px) {
  .page-company__info table tr td {
    width: 684rem;
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .page-company__info table tr td {
    width: 75%;
  }
}
.page-company__info iframe {
  width: 100%;
}
@media (min-width: 751px) {
  .page-company__info iframe {
    height: 565rem;
  }
}
@media (max-width: 750px) {
  .page-company__info iframe {
    height: 565rem;
  }
}

/*********************

リフォームページ(reform)

************************/
@media (min-width: 751px) {
  .page__reform-content {
    margin-bottom: 220rem;
  }
}
@media (max-width: 750px) {
  .page__reform-content {
    margin-bottom: 80rem;
  }
}
.page__reform-content h2 {
  color: #333333;
  margin-bottom: 70rem;
}
@media (min-width: 751px) {
  .page__reform-content h2 {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .page__reform-content h2 {
    font-size: 34rem;
  }
}
@media (min-width: 751px) {
  .page__reform-content .first {
    margin-bottom: 170rem;
  }
}
@media (max-width: 750px) {
  .page__reform-content .first {
    margin-bottom: 85rem;
  }
}
.page__reform-content .first img {
  display: block;
}
@media (min-width: 751px) {
  .page__reform-content .first img {
    width: 900rem;
    margin: 0 auto 70rem;
  }
}
@media (max-width: 750px) {
  .page__reform-content .first img {
    width: 100%;
    margin-bottom: 40rem;
  }
}
.page__reform-content .first p {
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
@media (min-width: 751px) {
  .page__reform-content .first p {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .page__reform-content .first p {
    font-size: 26rem;
  }
}
.page__reform-content .first p.is__fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.page__reform-content .second img {
  display: block;
}
@media (min-width: 751px) {
  .page__reform-content .second img {
    width: 900rem;
    margin: 0 auto 70rem;
  }
}
@media (max-width: 750px) {
  .page__reform-content .second img {
    width: 100%;
    margin-bottom: 40rem;
  }
}
.page__reform-repeat small {
  color: #333333;
  display: block;
}
@media (min-width: 751px) {
  .page__reform-repeat small {
    font-size: 18rem;
    margin-bottom: 220rem;
  }
}
@media (max-width: 750px) {
  .page__reform-repeat small {
    font-size: 26rem;
    margin-bottom: 80rem;
    line-height: 2;
  }
}
@media (min-width: 751px) {
  .page__reform-repeat .detail {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 751px) {
  .page__reform-repeat .detail:not(:last-of-type) {
    margin-bottom: 150rem;
  }
}
@media (max-width: 750px) {
  .page__reform-repeat .detail:not(:last-of-type) {
    margin-bottom: 100rem;
  }
}
@media (min-width: 751px) {
  .page__reform-repeat .detail:last-of-type {
    margin-bottom: 40rem;
  }
}
@media (max-width: 750px) {
  .page__reform-repeat .detail:last-of-type {
    margin-bottom: 40rem;
  }
}
@media (min-width: 751px) {
  .page__reform-repeat .detail__left {
    width: 670rem;
  }
}
@media (max-width: 750px) {
  .page__reform-repeat .detail__left {
    margin-bottom: 30rem;
  }
}
.page__reform-repeat .detail__left h3 {
  font-weight: 500;
  margin-bottom: 20rem;
  color: #333333;
}
@media (min-width: 751px) {
  .page__reform-repeat .detail__left h3 {
    font-size: 20rem;
  }
}
@media (max-width: 750px) {
  .page__reform-repeat .detail__left h3 {
    font-size: 34rem;
  }
}
.page__reform-repeat .detail__left p {
  line-height: 2.5;
  color: #333333;
}
@media (min-width: 751px) {
  .page__reform-repeat .detail__left p {
    font-size: 16rem;
  }
}
.page__reform-repeat .detail img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 751px) {
  .page__reform-repeat .detail img {
    width: 567rem;
    height: 402rem;
  }
}
.page__reform-btn {
  text-align: center;
  padding-bottom: 60rem;
}
.page__reform-btn a {
  color: #fff;
  background: #333333;
  display: inline-block;
}
@media (min-width: 751px) {
  .page__reform-btn a {
    font-size: 18rem;
    width: 503rem;
    padding: 14rem;
  }
}
@media (max-width: 750px) {
  .page__reform-btn a {
    width: 503rem;
    padding: 14rem;
  }
}

/*********************

お問合せページ(contact)

************************/
.page__contact h2 {
  color: #333333;
  margin-bottom: 50rem;
}
@media (min-width: 751px) {
  .page__contact h2 {
    font-size: 18rem;
    padding-left: 40rem;
  }
}
@media (max-width: 750px) {
  .page__contact h2 {
    font-size: 32rem;
  }
}
.page__contact-lead {
  color: #333333;
  margin-bottom: 60rem;
}
@media (min-width: 751px) {
  .page__contact-lead {
    font-size: 18rem;
    padding-left: 40rem;
  }
}
.page__contact-lead span {
  color: #f72222;
}
.page__contact-thanks {
  color: #333333;
  padding-bottom: 120rem;
}
@media (min-width: 751px) {
  .page__contact-thanks {
    font-size: 18rem;
    padding-left: 40rem;
  }
}
@media (min-width: 751px) {
  .page__contact-form {
    width: 990rem;
    margin: 0 auto;
    padding-bottom: 130rem;
  }
}
@media (max-width: 750px) {
  .page__contact-form {
    margin: 0 40rem;
    padding-bottom: 65rem;
  }
}
.page__contact-form dl {
  color: #333333;
}
@media (min-width: 751px) {
  .page__contact-form dl {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 751px) {
  .page__contact-form dl:not(:last-of-type) {
    margin-bottom: 15rem;
  }
}
@media (max-width: 750px) {
  .page__contact-form dl:not(:last-of-type) {
    margin-bottom: 30rem;
  }
}
.page__contact-form dl:last-of-type {
  margin-bottom: 80rem;
}
@media (min-width: 751px) {
  .page__contact-form dl dt {
    width: 255rem;
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .page__contact-form dl dt {
    margin-bottom: 10rem;
    font-size: 26rem;
  }
}
@media (min-width: 751px) {
  .page__contact-form dl dd {
    width: 735rem;
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .page__contact-form dl dd {
    font-size: 26rem;
  }
}
.page__contact-form dl dd input[type=text],
.page__contact-form dl dd input[type=email],
.page__contact-form dl dd textarea {
  width: 100%;
  padding: 8rem;
  background: none;
  border: 1px solid #333333;
}
@media (min-width: 751px) {
  .page__contact-form dl dd input[type=text],
  .page__contact-form dl dd input[type=email],
  .page__contact-form dl dd textarea {
    font-size: 18rem;
  }
}
.page__contact-form dl dd select {
  width: 100%;
  background: none;
  padding: 8rem;
  border: 1px solid #333333;
}
@media (min-width: 751px) {
  .page__contact-form dl dd select {
    font-size: 18rem;
  }
}
.page__contact-form .submit__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page__contact-form .submit__btn .submit {
  background: #333333;
  color: #fff;
  border: none;
}
@media (min-width: 751px) {
  .page__contact-form .submit__btn .submit {
    font-size: 18rem;
    width: 259rem;
    padding: 7rem;
  }
}
@media (max-width: 750px) {
  .page__contact-form .submit__btn .submit {
    width: 360rem;
    padding: 15rem;
  }
}
.page__contact-form .submit__btn .back {
  text-decoration: underline;
  background: none;
  margin-right: 15rem;
  border: none;
}
.page__contact-privacy {
  padding-bottom: 100rem;
}
@media (min-width: 751px) {
  .page__contact-privacy {
    padding-left: 40rem;
  }
}
.page__contact-privacy span {
  color: #333333;
  margin-bottom: 100rem;
  display: inline-block;
}
@media (min-width: 751px) {
  .page__contact-privacy span {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .page__contact-privacy span {
    font-size: 32rem;
  }
}
.page__contact-privacy p {
  color: #333333;
}
@media (min-width: 751px) {
  .page__contact-privacy p {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .page__contact-privacy p {
    font-size: 25rem;
  }
}
.page__contact-privacy p.mb {
  margin-bottom: 40rem;
}

/*********************

コーポレートトップページ

************************/
.top__nav {
  background: #fff;
}
@media (max-width: 750px) {
  .top__nav {
    display: none;
  }
}
@media (min-width: 751px) {
  .top__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80rem 0;
  }
}
@media (min-width: 751px) {
  .top__nav li:not(:last-of-type) {
    margin-right: 50rem;
  }
}
@media (min-width: 751px) {
  .top__nav li:lsat-of-type a img {
    width: 21rem;
  }
}
.top__nav li a {
  color: #333333;
}

@media (min-width: 751px) {
  .top__lead {
    padding: 130rem 0 120rem 40rem;
  }
}
@media (max-width: 750px) {
  .top__lead {
    padding-bottom: 60rem;
  }
}
.top__lead p {
  color: #333333;
}
@media (min-width: 751px) {
  .top__lead p {
    font-size: 18rem;
  }
}

.top__repeat {
  margin-bottom: 90rem;
}
.top__repeat-block .content {
  background: #2b2b2b;
}
@media (min-width: 751px) {
  .top__repeat-block .content {
    padding-top: 70rem;
  }
}
@media (min-width: 751px) {
  .top__repeat-block .content:not(:last-of-type) {
    margin-bottom: 260rem;
  }
}
@media (max-width: 750px) {
  .top__repeat-block .content:not(:last-of-type) {
    margin-bottom: 130rem;
  }
}
@media (min-width: 751px) {
  .top__repeat-block .content:nth-of-type(odd) .content__separate {
    padding-left: 100rem;
  }
}
@media (min-width: 751px) {
  .top__repeat-block .content:nth-of-type(odd) .content__separate img {
    right: 0;
  }
}
@media (min-width: 751px) {
  .top__repeat-block .content:nth-of-type(even) .content__separate {
    flex-direction: row-reverse;
    padding-right: 100rem;
  }
}
@media (min-width: 751px) {
  .top__repeat-block .content:nth-of-type(even) .content__separate img {
    left: 0;
  }
}
@media (min-width: 751px) {
  .top__repeat-block .content__separate {
    max-width: 1440rem;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
}
@media (min-width: 751px) {
  .top__repeat-block .content__separate-left {
    min-height: 535rem;
  }
}
@media (max-width: 750px) {
  .top__repeat-block .content__separate-left {
    padding: 40rem 40rem 60rem;
  }
}
.top__repeat-block .content__separate-left h2 {
  color: #fff;
  margin-bottom: 20rem;
}
@media (min-width: 751px) {
  .top__repeat-block .content__separate-left h2 {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .top__repeat-block .content__separate-left h2 {
    font-size: 32rem;
  }
}
.top__repeat-block .content__separate-left span {
  color: #f1d986;
  display: inline-block;
  margin-bottom: 25rem;
}
@media (min-width: 751px) {
  .top__repeat-block .content__separate-left span {
    font-size: 60rem;
  }
}
@media (max-width: 750px) {
  .top__repeat-block .content__separate-left span {
    font-size: 48rem;
  }
}
.top__repeat-block .content__separate-left p {
  color: #fff;
  margin-bottom: 50rem;
}
@media (max-width: 750px) {
  .top__repeat-block .content__separate-left p {
    font-size: 26rem;
  }
}
@media (min-width: 751px) {
  .top__repeat-block .content__separate img {
    position: absolute;
    top: 0;
    width: 842rem;
    height: 595rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 750px) {
  .top__repeat-block .content__separate img {
    display: flex;
  }
}

.top__works {
  margin-bottom: 90rem;
}
@media (min-width: 751px) {
  .top__works-head {
    padding-left: 40rem;
  }
}
.top__works-head span {
  color: #333333;
  display: inline-block;
  margin-bottom: 20rem;
}
@media (min-width: 751px) {
  .top__works-head span {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .top__works-head span {
    font-size: 32rem;
  }
}
.top__works-head h2 {
  margin-bottom: 40rem;
  color: #333333;
}
@media (min-width: 751px) {
  .top__works-head h2 {
    font-size: 60rem;
  }
}
@media (max-width: 750px) {
  .top__works-head h2 {
    font-size: 45rem;
  }
}
@media (min-width: 751px) {
  .top__works-content {
    display: flex;
    margin-bottom: 30rem;
  }
}
@media (max-width: 750px) {
  .top__works-content {
    margin-bottom: 60rem;
  }
}
.top__works-content a {
  display: block;
}
@media (min-width: 751px) {
  .top__works-content a {
    width: 420rem;
  }
}
@media (min-width: 751px) {
  .top__works-content a:nth-of-type(2) {
    margin: 0 25rem;
  }
}
@media (max-width: 750px) {
  .top__works-content a:not(:last-of-type) {
    margin-bottom: 60rem;
  }
}
.top__works-content a img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-bottom: 15rem;
}
@media (min-width: 751px) {
  .top__works-content a img {
    width: 420rem;
    height: 280rem;
  }
}
@media (max-width: 750px) {
  .top__works-content a img {
    width: 100%;
  }
}
.top__works-content a time {
  color: #333333;
  display: block;
}
.top__works-content a h3 {
  color: #333333;
}
@media (min-width: 751px) {
  .top__works-content a h3 {
    font-size: 16rem;
  }
}
@media (max-width: 750px) {
  .top__works-content a h3 {
    font-size: 32rem;
  }
}
.top__works-btn {
  text-align: center;
}

.top__sauna {
  position: relative;
}
@media (min-width: 751px) {
  .top__sauna {
    min-height: 508rem;
  }
}
@media (max-width: 750px) {
  .top__sauna {
    padding: 40rem 0;
  }
}
.top__sauna img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 751px) {
  .top__sauna .cmn__inner {
    position: relative;
  }
}
.top__sauna h2 {
  color: #fff;
}
@media (min-width: 751px) {
  .top__sauna h2 {
    padding-top: 115rem;
    font-size: 32rem;
    margin-bottom: 30rem;
  }
}
@media (max-width: 750px) {
  .top__sauna h2 {
    font-size: 32rem;
    margin-bottom: 30rem;
  }
}
.top__sauna p {
  color: #fff;
}
@media (min-width: 751px) {
  .top__sauna p {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .top__sauna p {
    font-size: 25rem;
    margin-bottom: 60rem;
  }
}
@media (min-width: 751px) {
  .top__sauna a {
    position: absolute;
    right: 0;
    bottom: -135rem;
  }
}
@media (max-width: 750px) {
  .top__sauna a {
    display: block;
    margin-left: auto;
  }
}

@media (min-width: 751px) {
  .top__news {
    padding: 90rem 0 170rem;
  }
}
@media (max-width: 750px) {
  .top__news {
    padding: 45rem 0 85rem;
  }
}
@media (min-width: 751px) {
  .top__news .cmn__inner {
    padding-left: 30rem;
  }
}
.top__news-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (min-width: 751px) {
  .top__news-head {
    padding-left: 20rem;
    margin-bottom: 50rem;
    width: 1020rem;
  }
}
@media (max-width: 750px) {
  .top__news-head {
    margin-bottom: 50rem;
  }
}
.top__news-head .left span {
  color: #333333;
  display: inline-block;
  margin-bottom: 20rem;
}
@media (min-width: 751px) {
  .top__news-head .left span {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .top__news-head .left span {
    font-size: 32rem;
  }
}
.top__news-head .left h2 {
  color: #333333;
}
@media (min-width: 751px) {
  .top__news-head .left h2 {
    font-size: 60rem;
  }
}
@media (max-width: 750px) {
  .top__news-head .left h2 {
    font-size: 45rem;
  }
}
.top__news-head a {
  display: inline-block;
  position: relative;
  color: #333333;
}
@media (min-width: 751px) {
  .top__news-head a {
    padding-right: 75rem;
    font-size: 24rem;
  }
}
@media (max-width: 750px) {
  .top__news-head a {
    padding-right: 30rem;
    font-size: 32rem;
  }
}
.top__news-head a:after {
  content: "";
  position: absolute;
  width: 151rem;
  height: 4rem;
  background-image: url(./images/common/more__after.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -10rem;
  right: 0;
}
@media (min-width: 751px) {
  .top__news-content {
    width: 1020rem;
  }
}
.top__news-content a {
  border-bottom: 1px solid #333333;
}
@media (min-width: 751px) {
  .top__news-content a {
    display: flex;
    align-items: center;
    padding: 15rem 0 15rem 15rem;
  }
}
@media (max-width: 750px) {
  .top__news-content a {
    display: block;
    padding: 15rem 0;
  }
}
.top__news-content a time {
  color: #333333;
}
@media (max-width: 750px) {
  .top__news-content a time {
    display: inline-block;
    font-size: 26rem;
  }
}
.top__news-content a span {
  color: #333333;
  border: 1px solid #333333;
  display: inline-block;
  text-align: center;
}
@media (min-width: 751px) {
  .top__news-content a span {
    font-size: 14rem;
    width: 110rem;
    padding: 3rem;
    margin: 0 90rem 0 20rem;
  }
}
@media (max-width: 750px) {
  .top__news-content a span {
    font-size: 25rem;
    padding: 6rem 45rem;
    margin-left: 15rem;
    margin-bottom: 15rem;
  }
}
.top__news-content a h3 {
  color: #333333;
}
@media (min-width: 751px) {
  .top__news-content a h3 {
    font-size: 16rem;
  }
}
@media (max-width: 750px) {
  .top__news-content a h3 {
    font-size: 28rem;
  }
}

.top__gmap iframe {
  width: 100%;
  height: 420rem;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.page-simple_main {
  background: #eeebe7;
  padding-bottom: 130rem;
}
.page-simple_main .first {
  display: flex;
  width: 100%;
  margin-bottom: 140rem;
}
@media (min-width: 751px) {
  .page-simple_main .inner {
    width: 900rem;
    margin: 0 auto 100rem;
    text-align: center;
  }
}
@media (max-width: 750px) {
  .page-simple_main .inner {
    margin: 0 40rem 100rem;
  }
}
.page-simple_main .inner h2 {
  color: #333333;
}
@media (min-width: 751px) {
  .page-simple_main .inner h2 {
    font-size: 38rem;
    margin-bottom: 130rem;
  }
}
@media (max-width: 750px) {
  .page-simple_main .inner h2 {
    font-size: 35rem;
    margin-bottom: 65rem;
  }
}
.page-simple_main .inner img {
  display: flex;
  width: 100%;
  margin-bottom: 100rem;
}
.page-simple_main .inner p {
  color: #333333;
}
@media (min-width: 751px) {
  .page-simple_main .inner p {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .page-simple_main .inner p {
    font-size: 26rem;
  }
}
.page-simple_main .float {
  position: relative;
  margin-bottom: 100rem;
}
.page-simple_main .float img {
  width: 100%;
  display: block;
}
.page-simple_main .float p {
  position: absolute;
  text-align: center;
  line-height: 2.5;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #333333;
  font-weight: 300;
}
@media (min-width: 751px) {
  .page-simple_main .float p {
    font-size: 31rem;
    top: 150rem;
  }
}
@media (max-width: 750px) {
  .page-simple_main .float p {
    font-size: 27rem;
    width: 100%;
    top: 95rem;
  }
}
.page-simple_main .text {
  color: #333333;
  text-align: center;
  line-height: 2.5;
}
@media (min-width: 751px) {
  .page-simple_main .text {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .page-simple_main .text {
    font-size: 26rem;
    margin: 0 40rem;
  }
}

.page-simple_repeat {
  background: #eeebe7;
}
@media (min-width: 751px) {
  .page-simple_repeat .inner {
    width: 1166rem;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .page-simple_repeat .inner {
    margin: 0 40rem;
  }
}
.page-simple_repeat .block {
  position: relative;
  border: 2rem solid #9f9d9a;
  text-align: center;
}
@media (min-width: 751px) {
  .page-simple_repeat .block {
    padding: 90rem 75rem;
  }
}
@media (max-width: 750px) {
  .page-simple_repeat .block {
    padding: 40rem 20rem;
  }
}
.page-simple_repeat .block:not(:last-of-type) {
  margin-bottom: 95rem;
}
.page-simple_repeat .block h3 {
  position: absolute;
  color: #333333;
  background: #eeebe7;
  top: -5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-weight: 700;
}
@media (min-width: 751px) {
  .page-simple_repeat .block h3 {
    font-size: 36rem;
    padding: 0 75rem;
    width: 68%;
  }
}
@media (max-width: 750px) {
  .page-simple_repeat .block h3 {
    font-size: 32rem;
    width: 90%;
    padding: 0 12rem;
  }
}
.page-simple_repeat .block h3 span {
  font-weight: 700;
  display: inline-block;
}
@media (min-width: 751px) {
  .page-simple_repeat .block h3 span {
    font-size: 23rem;
    margin: 0 10rem;
  }
}
@media (max-width: 750px) {
  .page-simple_repeat .block h3 span {
    font-size: 23rem;
    margin: 0 10rem;
  }
}
.page-simple_repeat .block p {
  color: #333;
  margin-bottom: 80rem;
}
@media (min-width: 751px) {
  .page-simple_repeat .block p {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .page-simple_repeat .block p {
    font-size: 26rem;
  }
}
@media (min-width: 751px) {
  .page-simple_repeat .block img {
    width: 875rem;
  }
}

.page-simple_last {
  background: #eeebe7;
  text-align: center;
}
@media (min-width: 751px) {
  .page-simple_last {
    padding: 110rem 0 200rem;
  }
}
@media (max-width: 750px) {
  .page-simple_last {
    padding: 50rem 40rem 100rem;
  }
}
.page-simple_last p {
  color: #000000;
  margin-bottom: 30rem;
}
@media (min-width: 751px) {
  .page-simple_last p {
    font-size: 30rem;
  }
}
@media (max-width: 750px) {
  .page-simple_last p {
    font-size: 32rem;
  }
}
.page-simple_last img {
  width: 437rem;
  display: block;
  margin: 0 auto 50rem;
}
.page-simple_last a {
  display: block;
  background: #9f9d9a;
  color: #fff;
  margin: 0 auto;
}
@media (min-width: 751px) {
  .page-simple_last a {
    font-size: 18rem;
    padding: 20rem;
    width: 373rem;
  }
}
@media (max-width: 750px) {
  .page-simple_last a {
    font-size: 26rem;
    padding: 20rem;
    width: 435rem;
  }
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translate3d(0, 15px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.page-plan_head {
  background: #eeebe7;
  padding-bottom: 100rem;
}
.page-plan_head .first {
  position: relative;
  margin-bottom: 120rem;
}
.page-plan_head .first img {
  display: flex;
  width: 100%;
}
.page-plan_head .first__float {
  position: absolute;
  top: 50%;
}
@media (min-width: 751px) {
  .page-plan_head .first__float {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    left: 17%;
  }
}
@media (max-width: 750px) {
  .page-plan_head .first__float {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    left: 20rem;
  }
}
.page-plan_head .first__float p {
  font-weight: 700;
}
@media (min-width: 751px) {
  .page-plan_head .first__float p {
    font-size: 48rem;
  }
}
@media (max-width: 750px) {
  .page-plan_head .first__float p {
    font-size: 48rem;
  }
}
@media (min-width: 751px) {
  .page-plan_head .first__float h2 {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .page-plan_head .first__float h2 {
    font-size: 26rem;
  }
}
.page-plan_head .second {
  text-align: center;
}
@media (min-width: 751px) {
  .page-plan_head .second {
    width: 900rem;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .page-plan_head .second {
    margin: 0 40rem;
  }
}
.page-plan_head .second h3 {
  color: #333333;
  font-weight: 300;
}
@media (min-width: 751px) {
  .page-plan_head .second h3 {
    font-size: 38rem;
    margin-bottom: 100rem;
  }
}
@media (max-width: 750px) {
  .page-plan_head .second h3 {
    font-size: 34rem;
    margin-bottom: 50rem;
  }
}
.page-plan_head .second img {
  width: 1005;
  display: flex;
  margin-bottom: 90rem;
}
.page-plan_head .second p {
  color: #333333;
}
@media (min-width: 751px) {
  .page-plan_head .second p {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .page-plan_head .second p {
    font-size: 26rem;
  }
}

@media (max-width: 750px) {
  .sp__table {
    padding-top: 80rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}

.page-plan_repeat {
  background: #eeebe7;
  padding-bottom: 90rem;
}
@media (min-width: 751px) {
  .page-plan_repeat .nakami:nth-of-type(2) .block__table:before {
    left: 300rem;
  }
}
@media (max-width: 750px) {
  .page-plan_repeat .nakami:nth-of-type(2) .block__table:before {
    left: 400rem;
  }
}
@media (min-width: 751px) {
  .page-plan_repeat .nakami:nth-of-type(3) .block__table:before {
    left: 150rem;
  }
}
@media (max-width: 750px) {
  .page-plan_repeat .nakami:nth-of-type(3) .block__table:before {
    left: 200rem;
  }
}
.page-plan_repeat .block__main {
  position: relative;
  margin-bottom: 95rem;
}
.page-plan_repeat .block__main img {
  display: flex;
  width: 100%;
}
.page-plan_repeat .block__main_float {
  text-align: center;
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
}
@media (min-width: 751px) {
  .page-plan_repeat .block__main_float {
    top: 45%;
  }
}
@media (max-width: 750px) {
  .page-plan_repeat .block__main_float {
    top: 35%;
  }
}
.page-plan_repeat .block__main_float h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 30rem;
}
@media (min-width: 751px) {
  .page-plan_repeat .block__main_float h3 {
    font-size: 40rem;
  }
}
@media (max-width: 750px) {
  .page-plan_repeat .block__main_float h3 {
    font-size: 40rem;
  }
}
.page-plan_repeat .block__main_float p {
  color: #fff;
}
@media (min-width: 751px) {
  .page-plan_repeat .block__main_float p {
    font-size: 31rem;
  }
}
@media (max-width: 750px) {
  .page-plan_repeat .block__main_float p {
    font-size: 31rem;
  }
}
@media (min-width: 751px) {
  .page-plan_repeat .block__main_float p span {
    font-size: 20rem;
  }
}
@media (max-width: 750px) {
  .page-plan_repeat .block__main_float p span {
    font-size: 24rem;
  }
}
.page-plan_repeat .block__content {
  position: relative;
}
@media (min-width: 751px) {
  .page-plan_repeat .block__content {
    width: 900rem;
    margin: 0 auto 45rem;
  }
}
@media (max-width: 750px) {
  .page-plan_repeat .block__content {
    margin: 0 40rem 45rem;
  }
}
.page-plan_repeat .block__content h4 {
  color: #333333;
  margin-bottom: 60rem;
  text-align: center;
  line-height: 2.5;
}
@media (min-width: 751px) {
  .page-plan_repeat .block__content h4 {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .page-plan_repeat .block__content h4 {
    font-size: 29rem;
  }
}
.page-plan_repeat .block__content .swiper-button-prev {
  background-image: url(./images/common/plan__mark1.png);
  width: 15rem;
  height: 33rem;
  background-size: contain;
  z-index: 1;
  left: 30rem;
}
@media (min-width: 751px) {
  .page-plan_repeat .block__content .swiper-button-prev {
    top: 50%;
  }
}
@media (max-width: 750px) {
  .page-plan_repeat .block__content .swiper-button-prev {
    top: 65%;
  }
}
.page-plan_repeat .block__content .swiper-button-next {
  background-image: url(./images/common/plan__mark2.png);
  width: 15rem;
  height: 33rem;
  background-size: contain;
  z-index: 1;
  right: 30rem;
}
@media (min-width: 751px) {
  .page-plan_repeat .block__content .swiper-button-next {
    top: 50%;
  }
}
@media (max-width: 750px) {
  .page-plan_repeat .block__content .swiper-button-next {
    top: 65%;
  }
}
.page-plan_repeat .block__content .second .swiper-slide img {
  cursor: pointer;
}
.page-plan_repeat .block__content .second .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.page-plan_repeat .block__text {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 751px) {
  .page-plan_repeat .block__text {
    width: 900rem;
    margin: 0 auto 110rem;
  }
}
@media (max-width: 750px) {
  .page-plan_repeat .block__text {
    margin: 0 40rem 60rem;
  }
}
.page-plan_repeat .block__text p {
  color: #000000;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #000;
}
@media (min-width: 751px) {
  .page-plan_repeat .block__text p {
    font-size: 21rem;
    width: 135rem;
    height: 135rem;
    margin: 0 5rem 10rem;
  }
}
@media (max-width: 750px) {
  .page-plan_repeat .block__text p {
    font-size: 26rem;
    width: 157rem;
    height: 157rem;
    margin: 0 5rem 10rem;
  }
}
.page-plan_repeat .block__table {
  position: relative;
}
@media (min-width: 751px) {
  .page-plan_repeat .block__table {
    width: 900rem;
    margin: 0 auto 90rem;
  }
}
@media (max-width: 750px) {
  .page-plan_repeat .block__table {
    margin: 0 20rem 80rem;
  }
}
.page-plan_repeat .block__table:before {
  border: 3rem solid #a0a552;
  content: "";
  position: absolute;
  background: none;
  z-index: 1;
}
@media (min-width: 751px) {
  .page-plan_repeat .block__table:before {
    top: -3rem;
    left: 450rem;
    width: 143rem;
    height: calc(93% + 3rem);
  }
}
@media (max-width: 750px) {
  .page-plan_repeat .block__table:before {
    top: 0;
    left: 600rem;
    width: 200rem;
    height: 91%;
  }
}
.page-plan_repeat .block__table:after {
  position: absolute;
  content: "";
  background-image: url(./images/common/plan__table.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 751px) {
  .page-plan_repeat .block__table:after {
    width: 713rem;
    height: 58rem;
    right: 10rem;
    top: -70rem;
  }
}
@media (max-width: 750px) {
  .page-plan_repeat .block__table:after {
    width: 713rem;
    height: 58rem;
    left: 200rem;
    top: -70rem;
  }
}
.page-plan_repeat .block__table dl {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 10rem;
}
.page-plan_repeat .block__table dl:not(:first-of-type) dt {
  background: #dfdfdf;
}
.page-plan_repeat .block__table dl:not(:first-of-type) dd {
  background: #fff;
}
.page-plan_repeat .block__table dl:nth-of-type(1) dt {
  color: #333333;
  font-weight: 300;
}
@media (min-width: 751px) {
  .page-plan_repeat .block__table dl:nth-of-type(1) dt {
    font-size: 18rem;
  }
}
@media (max-width: 750px) {
  .page-plan_repeat .block__table dl:nth-of-type(1) dt {
    font-size: 26rem;
  }
}
.page-plan_repeat .block__table dl:nth-of-type(1) dd {
  color: #fff;
}
.page-plan_repeat .block__table dl:nth-of-type(1) dd:nth-of-type(1) {
  background: #4a7dc1;
}
.page-plan_repeat .block__table dl:nth-of-type(1) dd:nth-of-type(2) {
  background: #5e8ac4;
}
.page-plan_repeat .block__table dl:nth-of-type(1) dd:nth-of-type(3) {
  background: #6398d7;
}
.page-plan_repeat .block__table dl:nth-of-type(1) dd:nth-of-type(4) {
  background: #79aae5;
}
.page-plan_repeat .block__table dl:nth-of-type(1) dd:nth-of-type(5) {
  background: #8ab5e9;
}
.page-plan_repeat .block__table dl dt {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media (min-width: 751px) {
  .page-plan_repeat .block__table dl dt {
    width: 143rem;
    font-size: 18rem;
    padding: 23rem 5rem;
  }
}
@media (max-width: 750px) {
  .page-plan_repeat .block__table dl dt {
    font-size: 26rem;
    width: 200rem;
    padding: 23rem 10rem;
  }
}
.page-plan_repeat .block__table dl dd {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media (min-width: 751px) {
  .page-plan_repeat .block__table dl dd {
    width: 143rem;
    padding: 23rem 5rem;
  }
}
@media (max-width: 750px) {
  .page-plan_repeat .block__table dl dd {
    font-size: 26rem;
    padding: 23rem 10rem;
    width: 200rem;
  }
}
@media (min-width: 751px) {
  .page-plan_repeat .block__table p {
    font-size: 15rem;
  }
}
@media (max-width: 750px) {
  .page-plan_repeat .block__table p {
    font-size: 24rem;
  }
}

.page-plan_last {
  text-align: center;
  padding-bottom: 200rem;
  background: #eeebe7;
}
.page-plan_last p {
  margin-bottom: 60rem;
}
@media (min-width: 751px) {
  .page-plan_last p {
    font-size: 40rem;
  }
}
@media (max-width: 750px) {
  .page-plan_last p {
    font-size: 40rem;
  }
}
.page-plan_last a {
  display: block;
  background: #9f9d9a;
  color: #fff;
  margin: 0 auto;
}
@media (min-width: 751px) {
  .page-plan_last a {
    font-size: 18rem;
    padding: 20rem;
    width: 373rem;
  }
}
@media (max-width: 750px) {
  .page-plan_last a {
    font-size: 26rem;
    padding: 20rem;
    width: 435rem;
  }
}/*# sourceMappingURL=style.css.map */