@charset "UTF-8";
/* Scss Document */
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* -----------------------------------------------------------
 =reset and default css
----------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
code,
del,
em,
img,
q,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

html {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 62.5%; /* 10px */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

section {
  clear: both;
}

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

/* list --------------- */
nav ul,
#header ul,
#sidebar ul,
aside ul {
  list-style: none;
}

.inline li {
  display: inline;
}

ol {
  margin-left: 1.8em;
}

/* float --------------- */
.ib {
  display: inline-block;
}

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix {
  overflow: hidden;
}

.overAuto {
  overflow: auto;
}

/* table --------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* alignment --------------- */
.tCenter {
  text-align: center;
}

.tLeft {
  text-align: left !important;
}

.tRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top;
}

.vMid {
  vertical-align: middle;
}

.vBtm {
  vertical-align: bottom;
}

/* break --------------- */
.nowrap {
  white-space: nowrap;
}

.brUrl {
  word-wrap: break-word;
}

.brSp {
  display: block;
}

@media screen and (min-width: 769px) {
  .brSp {
    display: none;
  }
}
/* image --------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

.imgL {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.imgR {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}

p.akari image img {
  width: 100%;
}

/* space --------------- */
.mgR0 {
  margin-right: 0 !important;
}

.mgR05 {
  margin-right: 5px;
}

.mgR10 {
  margin-right: 10px;
}

.mgR15 {
  margin-right: 15px;
}

.mgR20 {
  margin-right: 20px;
}

.mgR25 {
  margin-right: 25px;
}

.mgR30 {
  margin-right: 30px;
}

.mgB0 {
  margin-bottom: 0 !important;
}

.mgB05 {
  margin-bottom: 5px;
}

.mgB10 {
  margin-bottom: 10px;
}

.mgB15 {
  margin-bottom: 15px;
}

.mgB20 {
  margin-bottom: 20px;
}

.mgB25 {
  margin-bottom: 25px;
}

.mgB30 {
  margin-bottom: 30px;
}

.mgB35 {
  margin-bottom: 35px;
}

.mgB40 {
  margin-bottom: 40px;
}

.mgB50 {
  margin-bottom: 50px;
}

.mgL0 {
  margin-left: 0;
}

.mgL05 {
  margin-left: 5px;
}

.mgL10 {
  margin-left: 10px;
}

.mgL15 {
  margin-left: 15px;
}

.mgL20 {
  margin-left: 20px;
}

.mgL25 {
  margin-left: 25px;
}

.mgL30 {
  margin-left: 30px;
}

.pdT0 {
  padding-top: 0;
}

.pdT05 {
  padding-top: 5px;
}

.pdT08 {
  padding-top: 8px;
}

.pdT10 {
  padding-top: 10px !important;
}

.pdT15 {
  padding-top: 15px !important;
}

.pdT20 {
  padding-top: 20px !important;
}

.pdT25 {
  padding-top: 25px !important;
}

.pdT30 {
  padding-top: 30px;
}

.pdR20 {
  padding-right: 20px;
}

.pdR25 {
  padding-right: 25px;
}

.pdR30 {
  padding-right: 30px;
}

.pdB0 {
  padding-bottom: 0px !important;
}

.pdB20 {
  padding-bottom: 20px;
}

.indent {
  margin-left: 1em;
}

.notes {
  padding-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}

/* text --------------- */
.txt11 {
  font-size: 1.1rem;
}

.txt12 {
  font-size: 1.2rem;
}

.txt13 {
  font-size: 1.3rem;
}

.txt14 {
  font-size: 1.4rem;
}

.txt15 {
  font-size: 1.5rem;
}

.txt16 {
  font-size: 1.6rem;
}

.txt17 {
  font-size: 1.7rem;
}

.txt18 {
  font-size: 1.8rem;
}

.txt20 {
  font-size: 2rem !important;
}

.txt16-20 {
  font-size: 1.6rem;
}
@media screen and (min-width: 767px) {
  .txt16-20 {
    font-size: 2rem;
  }
}

.txt22 {
  font-size: 2.2rem;
}

.txt24 {
  font-size: 2.4rem;
}

.txt25 {
  font-size: 2.4rem;
}

.txt26 {
  font-size: 2.6rem;
}

.txt26-30 {
  font-size: 2.6rem;
}
@media screen and (min-width: 767px) {
  .txt26-30 {
    font-size: 3rem;
  }
}

.txt28 {
  font-size: 2.8rem;
}

.txt30 {
  font-size: 3rem;
}

.txt36 {
  font-size: 3.6rem;
}

.txtmin {
  font-family: serif;
}

.lh10 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.b {
  font-weight: bold;
}

.lh15 {
  line-height: 1.5;
}

.normal {
  font-weight: normal;
}

address {
  font-style: normal;
}

sub,
sup {
  font-size: 1rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.txtCL {
  text-align: left;
}

@media screen and (min-width: 767px) {
  .txtCL {
    text-align: center;
  }
}
.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}
/* -----------------------------------------------------------
 汎用
----------------------------------------------------------- */
.mobileHidden,
.mobileHiddenB {
  display: none;
}

.desktopHidden {
  display: block;
}

.desktopHiddeni {
  display: inline;
}

@media screen and (min-width: 767px) {
  .desktopHidden {
    display: none;
  }
  .desktopHiddeni {
    display: none;
  }
  .mobileHidden {
    display: inline;
  }
  .mobileHiddenB {
    display: block;
  }
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :common.css
 style info :共通読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =common css
----------------------------------------------------------- */
html {
  font-size: 0.7321vw;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.66vw;
  }
}

@media screen and (min-width: 1366px) {
  html {
    font-size: 62.5%;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  background-color: #ffffff;
  color: #333333;
  font-size: 16px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

*,
:after,
:before {
  box-sizing: inherit;
}

/* default link color
----------------------------------------------------------- */
a {
  color: #2962ff;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.red {
  color: #f00;
}

/* -----------------------------------------------------------
 =header, glovalnavi
----------------------------------------------------------- */
/*最上部からスライドまで*/
/*ロゴ、電話番号のエリア*/
@media screen and (min-width: 767px) {
  .header__wrap {
    height: 120px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}

.header__logo {
  margin-bottom: 10px;
  text-align: left;
}

.header__logo img {
  width: 200px;
}

/* -----------------------------------------------------------
 =スクロールエフェクト
----------------------------------------------------------- */
.fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 1500ms;
}

.fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

/* -----------------------------------------------------------
 =slide
----------------------------------------------------------- */
.video-area video {
  width: 100%;
}

/* *-------------------------------------------------------------------
 パンくずナビ
-------------------------------------------------------------------* */
.breadlist a {
  color: #000;
}

/* -----------------------------------------------------------
 =main
----------------------------------------------------------- */
/* -----------------------------------------------------------
 基本ボックス
----------------------------------------------------------- */
.inner {
  width: min(100vw, 1206px);
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 0;
  }
}

/*ボタン*/
.btn {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1f6c6d;
  text-align: left;
  font-family: "MFW-PA1MinchoStdN-Medium", serif;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 auto;
  display: inline-block;
  transition-duration: 0.3s;
  position: relative;
  border-radius: 0.5rem;
  background-color: #f2d363;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0.5rem 0.5rem #000;
}
@media screen and (max-width: 767px) {
  .btn {
    height: 4rem;
    font-size: 1.4rem;
    border-radius: 0.3rem;
    box-shadow: 0.3rem 0.3rem #000;
  }
}

a.btn::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(45deg);
  transition-duration: 0.3s;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1f6c6d;
  border-right: 2px solid #1f6c6d;
}
@media screen and (max-width: 767px) {
  a.btn::before {
    right: 20px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #1f6c6d;
    border-right: 1px solid #1f6c6d;
  }
}

@media (hover: hover) {
  .btn:hover::before,
  .wp-element-button:hover::before {
    opacity: 1;
    right: 30px;
    transition-duration: 0.3s;
  }
}
/*アコーディオン*/
.js-aclink {
  cursor: pointer;
  background: url(../images/icon-plus.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #1f6c6d;
}
.js-aclink.js-ac {
  background: url(../images/icon-minus.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #1f6c6d;
}

/* -----------------------------------------------------------
 =pagetop
----------------------------------------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 7.3rem;
  right: 1rem;
  z-index: 10;
  background: #1f6c6d;
  width: 3rem;
}
@media screen and (min-width: 767px) {
  .pagetop {
    width: 45px;
    bottom: 6rem;
    right: 2rem;
  }
}

/* -----------------------------------------------------------
 =footer
----------------------------------------------------------- */
/*ロゴ、電話番号エリア*/
.footer {
  background-color: #dddddd;
  padding-bottom: 8rem;
}
@media screen and (min-width: 767px) {
  .footer {
    padding-bottom: 6rem;
  }
}

.footer__txt {
  padding-block: 4rem;
}
@media screen and (max-width: 767px) {
  .footer__txt {
    padding-block: 2rem;
  }
}

.footer__txt p {
  font-size: 2rem;
  font-weight: 400;
  color: #333333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .footer__txt p {
    font-size: 1.4rem;
  }
}

/*最下部エリア*/
.footer__copy {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #1f6c6d;
  width: 100%;
  z-index: 9999;
}
@media screen and (min-width: 767px) {
  .footer__copy {
    height: 6rem;
  }
}

@media screen and (min-width: 767px) {
  .footer__copy-sns {
    position: absolute;
    top: 1.5rem;
    right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__copy-sns {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
  }
}

.footer__copy-sns a {
  display: inline-block;
}
@media screen and (min-width: 767px) {
  .footer__copy-sns a {
    padding-left: 1rem;
  }
}

.footer__copy-sns a img {
  height: 3rem;
}

.footer__copy p {
  font-size: 1.4rem;
  color: #fff;
  height: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__copy p {
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :navi.css
 style info :ナビゲーション読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =glovalnavi 
----------------------------------------------------------- */
nav {
  margin: 0;
}

@media screen and (min-width: 767px) {
  .fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .nav-pc {
    display: none;
  }
}

.nav-pc__lists {
  margin: 0 auto;
  display: flex;
  gap: 20px;
}

.nav-pc__lists li {
  list-style-type: none;
}

.nav-pc__lists li a {
  color: #333333;
}

/* ハンバーガーメニュー */
.nav-pc-wrap {
  display: none;
}

.nav-wrap.open {
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
}

.nav-wrap.close {
  visibility: hidden;
  transform: translateX(100%);
  pointer-events: none;
}

.content {
  padding: 20px;
}

.nav-wrap {
  position: fixed;
  left: 0;
  top: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: transform 0.5s ease, visibility 0.5s ease;
  pointer-events: none;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 767px) {
  .nav-wrap {
    visibility: hidden;
    transform: translateX(100%);
    pointer-events: none;
  }
}
@media screen and (min-width: 767px) {
  .nav-wrap.open {
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
  }
}
.nav-wrap .nav {
  height: 100%;
  width: 100%;
  margin: 100px auto 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 767px) {
  .nav-wrap .nav {
    width: 1206px;
    margin: 10rem auto 0;
  }
}
.nav-wrap li {
  display: block;
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .nav-wrap li {
    margin-top: 2rem;
  }
}
.nav-wrap li a {
  color: #fff;
  font-size: 20px;
}
@media screen and (min-width: 767px) {
  .nav-wrap li a {
    font-size: 40px;
  }
}

/*メニューボタン*/
.nav-button-wrap {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 15000;
  background: #1f6c6d;
  padding: 8px 8px 8px 8px;
}
@media screen and (min-width: 767px) {
  .nav-button-wrap {
    right: 2rem;
    top: 2rem;
    padding: 12px 10px 12px 10px;
  }
}

.nav-button,
.nav-button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
}

.nav-button {
  z-index: 20000;
  position: relative;
  width: 34px;
  height: 27px;
}
@media screen and (min-width: 767px) {
  .nav-button {
    width: 40px;
    height: 31px;
  }
}

.nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .nav-button span {
    height: 5px;
  }
}
.nav-button span:nth-of-type(1) {
  top: 0;
}
.nav-button span:nth-of-type(2) {
  top: 12px;
}
@media screen and (min-width: 767px) {
  .nav-button span:nth-of-type(2) {
    top: 13px;
  }
}
.nav-button span:nth-of-type(3) {
  bottom: 0;
}

.nav-button.active span {
  background-color: #fff;
}
.nav-button.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
@media screen and (min-width: 767px) {
  .nav-button.active span:nth-of-type(1) {
    transform: translateY(13px) rotate(-45deg);
  }
}
.nav-button.active span:nth-of-type(2) {
  opacity: 0;
}
.nav-button.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
@media screen and (min-width: 767px) {
  .nav-button.active span:nth-of-type(3) {
    transform: translateY(-13px) rotate(45deg);
  }
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :top.css
 style info :トップページ読み込み用
=================================================================== */
/* -----------------------------------------------------------
about
----------------------------------------------------------- */
.about__image {
  position: relative;
}

.about__btn {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .about__btn {
    bottom: 3rem;
    margin: 0;
  }
}

.about__btn-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .about__btn-wrap {
    grid-template-columns: 1fr;
    gap: 1.7rem;
  }
}

.about__btn-wrap .btn {
  width: 100%;
}

.about__access {
  height: 10rem;
  background-color: #1f6c6d;
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-family: "MFW-PA1MinchoStdN-Medium", serif;
  line-height: 1;
  letter-spacing: 0.2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .about__access {
    height: 6rem;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}

/* -----------------------------------------------------------
facilities
----------------------------------------------------------- */
.facilities {
  background-color: #ddd;
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .facilities {
    padding-block: 3rem;
  }
}

.facilities__title {
  text-align: center;
}

.facilities__title img {
  width: 57.6rem;
}
@media screen and (max-width: 767px) {
  .facilities__title img {
    width: 22.5rem;
  }
}

.facilities__copy {
  font-size: 3rem;
  font-weight: 400;
  color: #333333;
  text-align: center;
  font-family: "MFW-PA1MinchoStdN-Medium", serif;
  line-height: 1.3333333333;
  letter-spacing: 0.2em;
  margin-top: 3.4rem;
}
@media screen and (max-width: 767px) {
  .facilities__copy {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}

.facilities__wakuwaku {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5rem;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .facilities__wakuwaku {
    grid-template-columns: 1fr;
    margin-top: 2rem;
    gap: 3rem;
  }
}

.facilities__wakuwaku-title {
  font-size: 1.9rem;
  font-weight: 400;
  color: #6f5b4d;
  text-align: left;
  font-family: "MFW-PA1MinchoStdN-Medium", serif;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-top: 1.5rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .facilities__wakuwaku-title {
    margin-top: 1.3rem;
    line-height: 2.1428571429;
    font-size: 1.4rem;
  }
}

.facilities__wakuwaku-text {
  font-size: 1.4rem;
  font-weight: 400;
  color: #333333;
  text-align: left;
  font-family: "MFW-PA1GothicStdN-Medium", sans-serif;
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .facilities__wakuwaku-text {
    font-size: 1.1rem;
    margin-top: 0;
  }
}

/* -----------------------------------------------------------
 floormap
----------------------------------------------------------- */
.floormap {
  margin-top: 3.4rem;
}
@media screen and (max-width: 767px) {
  .floormap {
    margin-top: 2rem;
  }
}

.floormap__map {
  position: relative;
}

.floormap__map--2nd {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .floormap__map--2nd {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 767px) {
  .floormap__image picture img {
    width: 108.3rem;
  }
}

.floormap__pin {
  position: absolute;
  width: 5.5rem;
}
@media screen and (max-width: 767px) {
  .floormap__pin {
    width: 2.1rem;
  }
}
.floormap__pin a {
  display: block;
  transform-origin: 50% 100%;
  animation: floormapPinSwing 2.4s ease-in-out infinite;
}

.floormap__pin--a {
  top: 100rem;
  left: 54rem;
}
@media screen and (max-width: 767px) {
  .floormap__pin--a {
    top: 32.8rem;
    left: 15.5rem;
  }
}

.floormap__pin--b {
  top: 6rem;
  left: 39rem;
}
@media screen and (max-width: 767px) {
  .floormap__pin--b {
    top: 2rem;
    left: 10rem;
  }
}

.floormap__pin--c {
  top: 82rem;
  left: 34rem;
}
@media screen and (max-width: 767px) {
  .floormap__pin--c {
    top: 27rem;
    left: 9rem;
  }
}

.floormap__pin--d {
  top: 26rem;
  left: 71rem;
}
@media screen and (max-width: 767px) {
  .floormap__pin--d {
    top: 8rem;
    left: 21rem;
  }
}

.floormap__pin--e {
  top: 62rem;
  left: 98rem;
}
@media screen and (max-width: 767px) {
  .floormap__pin--e {
    top: 20rem;
    left: 30rem;
  }
}

.floormap__pin--f {
  top: 82rem;
  left: 72rem;
}
@media screen and (max-width: 767px) {
  .floormap__pin--f {
    top: 27rem;
    left: 21.4rem;
  }
}

.floormap__pin--g {
  top: 6rem;
  left: 37rem;
}
@media screen and (max-width: 767px) {
  .floormap__pin--g {
    top: 2rem;
    left: 10rem;
  }
}

.floormap__pin--i {
  top: 75rem;
  left: 38rem;
}
@media screen and (max-width: 767px) {
  .floormap__pin--i {
    top: 24rem;
    left: 10rem;
  }
}

.floormap__pin--h {
  top: 6rem;
  left: 77rem;
}
@media screen and (max-width: 767px) {
  .floormap__pin--h {
    top: 2rem;
    left: 23rem;
  }
}

.floormap__pin--j {
  top: 75rem;
  left: 73rem;
}
@media screen and (max-width: 767px) {
  .floormap__pin--j {
    top: 24rem;
    left: 22rem;
  }
}

@keyframes floormapPinSwing {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  20% {
    transform: translateY(-0.4rem) rotate(-5deg);
  }
  40% {
    transform: translateY(0.2rem) rotate(4deg);
  }
  60% {
    transform: translateY(-0.25rem) rotate(-3deg);
  }
  80% {
    transform: translateY(0.1rem) rotate(2deg);
  }
}
/* -----------------------------------------------------------
outline
----------------------------------------------------------- */
.outline {
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .outline {
    padding-block: 2rem 3rem;
  }
}

@media screen and (min-width: 767px) {
  .outline__inner {
    padding-inline: 7.5rem;
  }
}

.outline__slide-title {
  font-size: 3rem;
  font-weight: 400;
  color: #333333;
  text-align: center;
  font-family: "MFW-PA1MinchoStdN-Medium", serif;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .outline__slide-title {
    font-size: 1.4rem;
    line-height: 1.3333333333;
    margin-top: 1rem;
  }
}

.outline__slide-text {
  font-size: 1.8rem;
  font-weight: 400;
  color: #333333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .outline__slide-text {
    font-size: 1.1rem;
    line-height: 1.6363636364;
    margin-top: 1rem;
  }
}

.outline__slide-logo {
  margin-top: 1rem;
  text-align: center;
}

.outline__slide-logo img {
  width: 13.8rem;
}
@media screen and (max-width: 767px) {
  .outline__slide-logo img {
    width: 5rem;
  }
}

.js-swiper1 .swiper-button-prev,
.js-swiper1 .swiper-button-next {
  width: 6rem;
  height: 12rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 34%;
}
@media screen and (max-width: 767px) {
  .js-swiper1 .swiper-button-prev,
  .js-swiper1 .swiper-button-next {
    width: 2rem;
    height: 4rem;
    top: 31%;
  }
}

.js-swiper1 .swiper-button-prev::after,
.js-swiper1 .swiper-button-next::after {
  content: "";
}

.js-swiper1 .swiper-button-prev {
  left: 0;
  background-image: url("../../images/slide-left.svg");
}

.js-swiper1 .swiper-button-next {
  right: 0;
  background-image: url("../../images/slide-right.svg");
}

.swiperThumbnail {
  margin-top: 1rem;
}

.swiperThumbnail .swiper-slide {
  position: relative;
  cursor: pointer;
}

.swiperThumbnail .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.swiperThumbnail .swiper-slide-thumb-active::after {
  opacity: 0;
}

.outline__slide-sum-text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-family: "MFW-PA1MinchoStdN-Medium", serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  opacity: 1;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 767px) {
  .outline__slide-sum-text {
    font-size: 1.1rem;
    line-height: 1.6363636364;
  }
}

.swiperThumbnail .swiper-slide-thumb-active .outline__slide-sum-text {
  opacity: 0;
}

/* -----------------------------------------------------------
brand
----------------------------------------------------------- */
.brand {
  padding-block: 10rem;
  background-color: #ddd;
}
@media screen and (max-width: 767px) {
  .brand {
    padding-block: 3rem;
  }
}

.brand__title {
  font-size: 3rem;
  font-weight: 400;
  color: #333333;
  text-align: center;
  font-family: "MFW-PA1MinchoStdN-Medium", serif;
  line-height: 1.3333333333;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .brand__title {
    font-size: 1.4rem;
  }
}

.brand__banner {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .brand__banner {
    margin-top: 2rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* -----------------------------------------------------------
recom
----------------------------------------------------------- */
.recom {
  background: linear-gradient(to right, #ddd 0%, #ddd 50%, transparent 50%, transparent 100%);
  padding-bottom: 13rem;
}
@media screen and (max-width: 767px) {
  .recom {
    padding-bottom: 3rem;
  }
}

.recom__btn-wrap {
  margin-top: -10rem;
}
@media screen and (max-width: 767px) {
  .recom__btn-wrap {
    margin-top: -3rem;
  }
}

.recom__btn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .recom__btn {
    gap: 1rem;
  }
}

.recom__btn a {
  position: relative;
  display: block;
  border-radius: 50%;
  clip-path: circle(50% at 50% 50%);
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
  overflow: hidden;
  animation: recomWobblingX 1.6s ease-in-out infinite alternate;
}

.recom__btn a:nth-child(2) {
  animation: recomWobblingXa 1.4s ease-in-out infinite alternate;
}

.recom__btn a:nth-child(3) {
  animation: recomWobblingXb 0.8s ease-in-out infinite alternate;
}

.recom__btn a:hover {
  opacity: 1;
}

.recom__btn a::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(31, 108, 109, 0.5);
  mix-blend-mode: multiply;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.recom__btn a:hover::after {
  opacity: 1;
}

.recom__btn picture,
.recom__btn img {
  display: block;
}

@keyframes recomWobblingX {
  0% {
    transform: translateX(0.8rem);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes recomWobblingXa {
  0% {
    transform: translateX(0.7rem);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes recomWobblingXb {
  0% {
    transform: translateX(0.5rem);
  }
  100% {
    transform: translateX(-0.1rem);
  }
}
/* -----------------------------------------------------------
living
----------------------------------------------------------- */
.living {
  background: linear-gradient(to right, #ddd 0%, #ddd 50%, transparent 50%, transparent 100%);
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .living {
    padding-bottom: 1rem;
  }
}

.bed {
  background: linear-gradient(to right, #ddd 0%, #ddd 50%, transparent 50%, transparent 100%);
  padding-block: 2rem 10rem;
}
@media screen and (max-width: 767px) {
  .bed {
    padding-block: 1rem 3rem;
  }
}

.living__title {
  margin-right: calc(50% - 50vw);
  display: flex;
  align-items: center;
}

.living__title:after {
  border-top: 1px solid #1f6c6d;
  content: "";
  flex-grow: 1;
  margin-left: 2rem;
}

.living__title img {
  width: 50rem;
}
@media screen and (max-width: 767px) {
  .living__title img {
    width: 18rem;
  }
}

.living__body {
  position: relative;
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  .living__body {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .bed .living__body {
    margin-top: 3rem;
  }
}

.living__body picture {
  position: relative;
  display: inline-block;
}

.living__body picture::before {
  content: "";
  position: absolute;
  top: -10rem;
  right: -10rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #1f6c6d;
}
@media screen and (max-width: 767px) {
  .living__body picture::before {
    top: -1.5rem;
    right: -1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .bed .living__body picture::before {
    top: -2.5rem;
    right: -1.5rem;
  }
}

.living__body img {
  position: relative;
  z-index: 1;
  width: 106.5rem;
}
@media screen and (max-width: 767px) {
  .living__body img {
    width: 31.5rem;
  }
}

.image-map-hover {
  display: none;
}
@media screen and (min-width: 767px) {
  .image-map-hover {
    position: absolute;
    z-index: 2;
    display: block;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.3s ease;
  }
}

@media screen and (min-width: 767px) {
  .image-map-hover:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
}

@media screen and (min-width: 767px) {
  .image-map-hover--living {
    top: 83.9391%;
    left: 3.4594%;
    width: 93.5886%;
    height: 7.3964%;
  }
}

@media screen and (min-width: 767px) {
  .image-map-hover--dining {
    top: 84.4435%;
    left: 3.4594%;
    width: 93.5424%;
    height: 7.3517%;
  }
}

@media screen and (min-width: 767px) {
  .image-map-hover--bed {
    top: 84.204%;
    left: 3.5517%;
    width: 93.4502%;
    height: 7.3383%;
  }
}

/* -----------------------------------------------------------
dining
----------------------------------------------------------- */
.dining {
  background: linear-gradient(to right, #ddd 0%, #ddd 50%, transparent 50%, transparent 100%);
  padding-block: 1rem 3rem;
}
@media screen and (max-width: 767px) {
  .dining {
    padding-block: 1rem 1rem;
  }
}

.dining__title {
  margin-right: calc(50% - 50vw);
  display: flex;
  align-items: center;
}

.dining__body {
  position: relative;
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  .dining__body {
    margin-top: 3rem;
  }
}

.dining__body picture {
  position: relative;
  display: inline-block;
}

.dining__body picture::before {
  content: "";
  position: absolute;
  top: -10rem;
  left: -10rem;
  z-index: 0;
  width: 55%;
  height: 85%;
  background-color: #1f6c6d;
}
@media screen and (max-width: 767px) {
  .dining__body picture::before {
    top: -2.5rem;
    left: -2.5rem;
    width: 55%;
    height: 100%;
  }
}

.dining__body img {
  position: relative;
  z-index: 1;
  width: 106.5rem;
}
@media screen and (max-width: 767px) {
  .dining__body img {
    width: 31.5rem;
  }
}

/* -----------------------------------------------------------
access
----------------------------------------------------------- */
.access {
  background-color: #ddd;
  padding-block: 10rem 0;
}
@media screen and (max-width: 767px) {
  .access {
    padding-block: 3rem 0;
  }
}

.access__title {
  text-align: center;
}

.access__title img {
  width: 24.4rem;
}
@media screen and (max-width: 767px) {
  .access__title img {
    width: 8.2rem;
  }
}

.access__wrap {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 1fr 60.3rem;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .access__wrap {
    margin-top: 3rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .access__info {
    order: 2;
  }
}

.access__info-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .access__info-title {
    font-size: 1.4rem;
  }
}

.access__info-text {
  font-size: 1.8rem;
  font-weight: 400;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .access__info-text {
    margin-top: 1rem;
    font-size: 1.1rem;
    line-height: 1.6363636364;
  }
}

.access__info-btn {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .access__info-btn {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .access__gaikan {
    order: 1;
  }
}

.access__tennai {
  width: 100vw;
  margin: 5rem calc(50% - 50vw) 0;
}
@media screen and (max-width: 767px) {
  .access__tennai {
    margin-top: 2rem;
  }
}

.access__googlemap {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .access__googlemap {
    margin-top: 2rem;
  }
}

.access__googlemap iframe {
  width: 100%;
  height: 43.2rem;
}
@media screen and (max-width: 767px) {
  .access__googlemap iframe {
    height: 25rem;
  }
}

.access__map {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .access__map {
    margin-top: 2rem;
  }
}

.access__bottom {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .access__bottom {
    margin-top: 2rem;
  }
}

.access__bottom picture {
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 767px) {
  .image-map-hover--bottom-shop {
    top: 60.3378%;
    left: 29.9743%;
    width: 30.789%;
    height: 6.5541%;
  }
}

@media screen and (min-width: 767px) {
  .image-map-hover--bottom-line {
    top: 35.6757%;
    left: 75%;
    width: 16.5094%;
    height: 6.4189%;
  }
}

@media screen and (min-width: 767px) {
  .image-map-hover--bottom-instagram {
    top: 60.3378%;
    left: 75%;
    width: 16.5094%;
    height: 6.5541%;
  }
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :page.css
 style info :各ページ読み込み用
=================================================================== */
/* -----------------------------------------------------------
 タブ
----------------------------------------------------------- */
/*tabの形状*/
.tab {
  display: flex;
  flex-wrap: wrap;
}

.tab li {
  list-style: none;
}

.tab li a {
  display: block;
  background: #ddd;
  margin: 0 2px;
  padding: 10px 20px;
}

/*liにactiveクラスがついた時の形状*/
.tab li.active a {
  background: #fff;
}

/*エリアの表示非表示と形状*/
.area {
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
  background: #fff;
  padding: 50px 20px;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
  display: block; /*表示*/
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* -----------------------------------------------------------
 ページ2
----------------------------------------------------------- */
/* -----------------------------------------------------------
 ページ3
----------------------------------------------------------- */
/* -----------------------------------------------------------
 ページ4
----------------------------------------------------------- */
/* -----------------------------------------------------------
 ページ5
----------------------------------------------------------- */
/* -----------------------------------------------------------
 ページ6
----------------------------------------------------------- */
/* -----------------------------------------------------------
 ページ7
----------------------------------------------------------- */
/* -----------------------------------------------------------
 テーブル
----------------------------------------------------------- */
.table_a {
  width: 100%;
  border-top: 1px solid #ccc;
  margin: 0 auto 50px;
  word-break: break-all;
  word-wrap: break-all;
}
.table_a tr {
  border-bottom: 1px solid #ccc;
}
.table_a th {
  padding: 5px;
  display: block;
  font-weight: normal;
  text-align: left;
}
@media screen and (min-width: 767px) {
  .table_a th {
    display: table-cell;
    padding: 50px 5px;
    width: 15%;
  }
}
.table_a td {
  padding: 5px;
  display: block;
}
@media screen and (min-width: 767px) {
  .table_a td {
    display: table-cell;
    padding: 50px 5px;
  }
}

/* -----------------------------------------------------------
 ページネーション
----------------------------------------------------------- */
/*Pagenation*/
.pagenation {
  margin: 1em 0;
}

.pagenation:after,
.pagenation ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.pagenation ul {
  margin: 0;
  text-align: center;
}

.pagenation li {
  display: inline-block;
  list-style: none outside none;
  margin-left: 3px;
}

.pagenation li:first-child {
  margin-left: 0;
}

.pagenation li.active {
  background-color: #999999;
  border-radius: 3px;
  color: #ffffff;
  cursor: not-allowed;
  padding: 10px 20px;
}

.pagenation li a {
  background: none repeat scroll 0 0 #cccccc;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.pagenation li a:hover {
  background-color: #444444;
  color: #ffffff;
  opacity: 0.8;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
}

/* -----------------------------------------------------------
 マップ
----------------------------------------------------------- */
div.map1,
div#map {
  width: 90%;
  height: 270px;
  margin: 0 auto;
}

div.small {
  font-size: 9pt;
  width: auto;
  height: auto;
}

div.small b {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  div.map1 {
    width: 920px;
    height: 360px;
    margin: 0 auto;
  }
  div#map {
    width: 920px;
    height: 600px;
    margin: 0 auto 40px;
  }
  div#entry {
    font-size: 16px;
    width: 200px;
    height: auto;
  }
  div#marker {
    font-size: 16px;
    margin: 10px auto;
  }
}
/* -----------------------------------------------------------
 問合せフォーム（contact form 7用）
----------------------------------------------------------- */
/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
table.inquiry {
  margin: 30px 0;
}
table.inquiry textarea {
  font-size: inherit;
}

/*見出し欄*/
.inquiry th {
  text-align: left;
  color: #444;
  padding: 20px 10px;
  width: 40%;
  background: #f7f7f7;
  border: solid 1px #d7d7d7;
  padding: 20px 5px;
  vertical-align: middle;
}

/*通常欄*/
.inquiry td {
  border: solid 1px #d7d7d7;
  padding: 20px 10px;
}

.inquiry input {
  font-size: inherit;
}

/*横の行とテーブル全体*/
.entry-content .inquiry tr,
.entry-content table {
  border: solid 1px #d7d7d7;
}

/*必須の調整*/
.haveto {
  font-size: 10px;
  padding: 5px;
  background: #ff9393;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/*任意の調整*/
.any {
  font-size: 10px;
  padding: 5px;
  background: #93c9ff;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
  display: block;
}

/*送信ボタンのデザイン変更*/
#formbtn {
  display: block;
  padding: 15px;
  width: 350px;
  background: #ffaa56;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
  margin: 25px auto 0;
  cursor: pointer;
}

/*送信ボタンマウスホバー時*/
#formbtn:hover {
  background: #fff;
  color: #ffaa56;
  border: 2px solid #ffaa56;
}

span.wpcf7-not-valid-tip {
  display: block;
  color: red;
}

.screen-reader-response {
  text-align: center;
  margin: 30px auto;
  width: 100%;
  color: red;
}
.screen-reader-response ul {
  background: #fadbdb;
  padding: 15px 30px;
}
@media screen and (min-width: 767px) {
  .screen-reader-response {
    width: 800px;
  }
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  text-align: center;
  background: #fadbdb;
}

.wpcf7-mail-sent-ok {
  text-align: center;
  background: #e0fee0;
  font-weight: bold;
}

.wpcf7 .sent {
  display: none;
}

@media (max-width: 500px) {
  .inquiry th,
  .inquiry td {
    display: block !important;
    width: 100% !important;
    padding: 10px 5px;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  .inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }
  /* 必須・任意のサイズ調整 */
  .inquiry .haveto,
  .inquiry .any {
    font-size: 10px;
  }
}/*# sourceMappingURL=styles.css.map */