@charset "utf-8";

/* 基本ここから */

* {
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
li,
th,
td,
dt,
dd {
  text-decoration: none;
  list-style-type: none;
  font-family: "Noto Serif JP", serif;
  font-family: "Shippori Mincho", serif;
  margin: 0;
}

h2 {
    color: #2f4887;
}

.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-mincho-bold {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.NS {
  font-family: "Noto Sans JP", sans-serif;
}

.opa {
    transition: 0.3s;
}

.opa:hover {
    opacity: 0.7;
}

section {
  max-width: 1200px;
  margin: auto;
  padding: 100px 0;
  width: 94%;
}

.sp {
    display: none !important;
}

@media (max-width: 768px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}

.bold {
  font-weight: bold;
}

.txt-center {
  text-align: center;
}

._tmp_img {
  display: block;
}
._tmp_img img {
  max-width: 100%;
}

.hide-pc {display: none;}
@media screen and (max-width:768px) {
  .hide-pc {display: block;}
}

#lightbox .lb-outerContainer .lb-container {padding: 2em;}
#lightbox .lb-outerContainer .lb-image {width: 100%;height: 100%;}
@media screen and (max-width:768px) {
  /* #lightbox .lb-outerContainer {padding: 2em;} */
}


/* 下から上にフェードイン */
.fadeInUp.visible {
    animation: fadeInBottom 1s ease 0s 1 normal;
}

@keyframes fadeInBottom {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
    }
}

.mgt-1r { margin-top: 1rem; }
.mgb-1r { margin-bottom: 1rem; }

.tit {
  margin-bottom: 50px;
}

.tit .ja {
  font-size: 20px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0;
}

.tit .en {
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.4em;
  font-weight: normal;
}

/* viewmoreボタンここから */

.more-btn {
    background-color: #2F4886;
    border: 1px solid #1D4556;
    padding: 15px 0;
    position: relative;
    margin: 0 auto;
    width: 181px;
}

.more-btn::after {
    position: absolute;
    content: "";
    border-left: 10px solid transparent;
    border-bottom: 10px solid #1D4556;
    right: 5px;
    bottom: 5px;
}

.more-btn p {
    color: #1D4556;
    letter-spacing: 0.05em;
    text-align: center;
}

/* viewmoreボタンここまで */

@media screen and (max-width:1200px) {
    section {
        width: 90%;
    }
}


@media screen and (max-width:1080px) {
    .tit .ja {
        font-size: 12.5px;
    }

    .tit .en {
        font-size: 22.5px;
    }
}

@media screen and (max-width:768px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    section {
        padding: 50px 0;
    }

    .tit {
        margin-bottom: 25px;
    }

    .more-btn {
        background-color: #2F4886;
        border: 1px solid #1D4556;
        padding: 15px 0;
        position: relative;
        margin: 0 auto;
        width: 170.5px;
    }

    .more-btn::after {
        position: absolute;
        content: "";
        border-left: 9px solid transparent;
        border-bottom: 9px solid #1D4556;
        right: 5px;
        bottom: 5px;
    }
}

/* 基本ここまで */


/* ヘッダーここから */

.header {
  background-color: unset;
  display: flex;
  align-items: center;
  padding: 20px 80px;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  height: 100px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;

  &:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;

    top: 0;
    left: 0;
    /* mix-blend-mode: multiply; */
    background-color: #FFF;
    opacity: 0.9;
  }
}

@media screen and (max-width:1750px) {
  .header {
    padding: 20px 55px;
  }
}

.header .header_inner {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.header .logo {
  width: 300px;
  position: relative;
}

@media screen and (max-width:1750px) {
  .header .logo {
    width: 18vw;
  }
}

.header .logo img {
  width: 100%;
}

.header .right-header {
  margin-left: auto;
  display: flex;
  align-items: center;
  position: relative;
}

.header .right-header nav ul {
    display: flex;
}

.header .right-header nav ul li {
    padding: 0 15px;
    border-left: 1px solid #3878af;
    font-size: 20px;
    font-weight: 700;
    color: #2f4886;
    letter-spacing: 0.05em;
}

.header .right-header nav ul li a {
    font-size: 20px;
    color: #2f4886;
    letter-spacing: 0.05em;
}
@media screen and (max-width:1750px) {
  .header .right-header nav ul li a {
    font-size: 1.0vw;
  }
}


.header .right-header nav ul li:last-child {
    border-right: 1px solid #3878af;
}

.header .right-header .contact-btn {
    margin-left: 30px;
}

.header .right-header .contact-btn a {
  display: inline-block;
  padding: 0.6em 1em 0.6em  2.5em;
  background-color: #FFF;
  color: #2f4886;
  font-size: 24px;
  position: relative;
  border: 2px solid #2f4886;
  letter-spacing: -0.07em;
}
@media screen and (max-width:1750px) {
  .header .right-header .contact-btn a {
    font-size: 1.1vw;
  }
}
.header .right-header .contact-btn a::before {
  content: "";
  display: block;
  background-image: url(../images/contact/contact-btn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5em;
  height: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5em;
}


.deco-triangle {
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0.2em;
  right: 0.2em;
  border-left: 0.8em solid transparent;
  border-bottom: 0.8em solid #df6000;
}

@media screen and (max-width:1200px) {
    .header {
        padding: 20px;
    }
}

@media screen and (max-width:1080px) {
  .header .pc {
    display: none !important;
  }

  .header .sp {
    display: block !important;
  }

  .header .logo {
    width: 377px;
    z-index: 9999;
  }

  .header .right-header-sp {
    display: flex !important;
    margin-left: auto;
  }

  .header .right-header-sp .contact-nav {
    display: flex;
    border-left: 1px solid #2F4886;
    border-right: 1px solid #2F4886;
    z-index: 9999;
  }

  .header .right-header-sp .contact-nav a {
    display: flex;
    align-items: center;
  }

  .header .right-header-sp .contact-nav img {
    width: 40px;
    margin: 0 20px;
  }

  .header__nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;top: 50px;
    width: 100%;
    height: calc(100vh - 50px);
    transform: translateX(100%);
    background-color: #2a468e;
    /*ハンバーガーメニュークリック時のナビゲーションメニュー背景色*/
    transition: ease .4s;
    /*ハンバーガーメニュークリック時のナビゲーションメニュー出現を遅延*/
  }

  /* ハンバーガーメニュー */
  .header__hamburger {
    width: 32px;
    height: 32px;
    padding: 0;
    margin-left: 20px;
  }

  .hamburger {
    background-color: transparent;
    /*buttonタグデフォルトスタイルを打ち消し*/
    border-color: transparent;
    /*buttonタグデフォルトスタイルを打ち消し*/
    z-index: 9999;
  }

  /* ハンバーガーメニューの線 */
  .hamburger span {
    width: 100%;
    height: 2px;
    background-color: #2F4886;
    position: relative;
    transition: ease .4s;
    display: block;
  }

  .hamburger span:nth-child(1) {
    top: 0;
  }

  .hamburger span:nth-child(2) {
    margin: 7px 0;
  }

  .hamburger span:nth-child(3) {
    top: 0;
  }


    /* ハンバーガーメニュークリック後のスタイル */
    .header__nav.active {
        transform: translateX(0);
        overflow-y: scroll;
    }

    .hamburger.active span:nth-child(1) {
        top: 10px;
        transform: rotate(45deg);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        top: -8px;
        transform: rotate(-45deg);
    }


    .header ul {
        padding: 100px 80px;
    }


    .header ul li a {
        color: #2F4886;
        width: 100%;
        display: block;
        text-align: center;
        font-size: 20px;
        border-bottom: 1px solid #2F4886;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .header ul li .mb-0 {
        margin-bottom: 0;
    }

    .header ul li a span {
        font-size: 12.5px;
    }

}

@media screen and (max-width:768px) {
    .header {
      padding: 10px;
      height: 50px;
      background-color: #FFFFFF;
      &:before {content: none;}
    }

    .header .logo {
      width: 140px;
    }

    .header__hamburger {
      width: auto;
      height: 100%;
      padding: 0;
      margin: 0 0 0 10px;
    }

    .hamburger span {
      width: 25px;
      height: 1px;
      background-color: #2F4886;
      position: relative;
      transition: ease .4s;
      display: block;
    }

    .header .right-header-sp .contact-nav img {
      width: 25px;
      margin: 0 10px;
    }

    .hamburger span:nth-child(2) {
      margin: 8px 0;
    }

    .header ul {
      padding: 40px;
      margin: 0;
    }

    .header ul li a {
      color: #FFF;
      width: 100%;
      display: block;
      text-align: center;
      font-size: 20px;
      border-bottom: 1px solid #FFF;
      padding-bottom: 10px;
      margin-bottom: 10px;
    }
}


/* ヘッダーここまで */

/* フッターここから */

footer {
  background-color: #264483;
  position: relative;
}

footer section {
  padding: 50px 0 45px;
}

footer .footer-logo {
  width: 320px;
  margin: 0 auto;
}

@media screen and (max-width:768px) {
  footer .footer-logo {
    width: 60%;
  }
}

footer .footer-logo img {
    width: 100%;
}

footer .footer_bnr {
  max-width: 400px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: fit-content;

  opacity: 1;
  transition: opacity .4s;

  & img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  &:hover {opacity: 0.9;}
}

footer .footer-nav nav ul {
    display: flex;
    margin: 50px auto 0;
    padding: 0;
    justify-content: center;
}

footer .footer-nav nav ul {
    display: flex;
}

footer .footer-nav nav ul li {
    padding: 0 15px;
    border-left: 1px solid #fff;
}

footer .footer-nav nav ul li a {
    font-size: 18px;
    color: #fff;
}

footer .footer-nav nav ul li:last-child {
    border-right: 1px solid #fff;
}

footer .noteLists {
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
  margin-top: 45px;

  & li {
    text-indent: -1.5em;
    padding-left: 1.5em;

    &:before {
      content: "※";
      margin-right: 0.5em;
    }
  }
}

footer .copyright {
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}

@media screen and (max-width:1080px) {
  footer .footer-nav nav ul li a {
    font-size: 14px;
  }
}

@media screen and (max-width:768px) {
  footer {
  }

    footer .footer_bnr {
      max-width: 670px;
    }

    footer .copyright {
        font-size: 10px;
        text-align: center;
        color: #fff;
        padding-bottom: 20px;
    }


    footer .kotei {
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 9998;
    }

    footer .f-siryou-btn {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      padding: 0.6em 0;
      background-color: #FFF;
    }

    footer .f-siryou-btn img {
        width: 25px;
    }

    footer .f-siryou-btn p {
        font-size: 20px;
        color: #1D4556;
        letter-spacing: 0.05em;
        padding: 0 40px 0 20px;
    }

}


/* フッターここまで */

/* mvここから */

#mv {
    position: relative;
}

#mv_wrap,
#mv,
.main_visual,
.mv-img,
.mv-img ul,
.mv-img ul li {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

#mv {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #mv {
    margin-top: 50px;
  }
}

#mv .mv_txt-pc {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 533px;
    z-index: 99;
}

#mv .mv_txt-pc img {
    width: 100%;
}

.mv-img ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#mv .mv-list {
  /* position: static; */
  background-color: unset;
  padding: 20px 0;

  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-top: -1px;

  &:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1d4556;
    /* mix-blend-mode: multiply; */
    opacity: 0.9;
  }
}

#mv .mv-list ul {
  display: flex;
  justify-content: center;
  padding: 0;
  font-weight: 100;

  position: relative;
}

#mv .mv-list ul li {
    font-size: 30px;
    color: #FFF;
    letter-spacing: 0.05em;
    padding: 0 20px;
    line-height: 1.4;
    text-align: center;
    border-left: 0.77px solid #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#mv .mv-list ul li:last-child {
    border-right: 0.77px solid #FFF;
}

#mv .mv-list ul li span {
    font-size: 15px;
}

@media screen and (max-width:1080px) {
    #mv .mv_txt-pc {
        position: absolute;
        top: 30%;
        left: 50%;
        width: 533px;
        transform: translateY(-50%) translateX(-50%);
        z-index: 99;
    }
    #mv .mv-list {
      position: static;
      background-color: #1d4556;
      &:before {content: none;}
    }

    #mv .mv-list ul li {
        font-size: 20px;
    }

    #mv .mv-list ul li span {
        font-size: 14px;
    }
}

@media screen and (max-width:768px) {
    #mv .mv_txt-pc {
        position: absolute;
        top: 30%;
        left: 50%;
        width: 300px;
        transform: translateY(-50%) translateX(-50%);
        z-index: 99;
    }

    #mv .mv-list {
        position: static;
        background-color: rgba(29, 69, 86, 1);
        padding: 15px 40px;
        bottom: 0;
        width: 100%;
    }

    #mv .mv-list ul {
        display: block;
        padding: 0;
    }

    #mv .mv-list ul li {
        font-size: 28.5px;
        padding-bottom: 7.5px;
        margin-bottom: 7.5px;
        border-left: none;
        border-right: none;
        position: relative;
        border-bottom: 1px solid #2F4886;
    }

    /* #mv .mv-list ul li::before {
        position: absolute;
        content: "";
        background-color: #2F4886;
        width: 1px;
        height: 38px;
        left: 0;
        bottom: 0;
    }

    #mv .mv-list ul li::after {
        position: absolute;
        content: "";
        background-color: #2F4886;
        width: 1px;
        height: 38px;
        right: 0;
        bottom: 0;
    } */

    #mv .mv-list ul li:last-child {
        border-right: none;
    }
}


/* mvここまで */

/* sales pointここから */
.sales_point-bg {
  width: 100%;
  background: linear-gradient(0deg, #3878AF, #2F4886);
}
.sales_point-bg img {
  max-width: 100%;
}

#sales_point .sales_point_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 3rem 6rem;
}
@media screen and (max-width:1080px) {
  #sales_point .sales_point_wrap {
    flex-direction: column;
  }
}
@media screen and (max-width:768px) {
  #sales_point .sales_point_wrap {
    padding: 3rem 0;
  }
}

#sales_point .sales_point_msg {
  color: #FFF;
  font-size: 25px;
  line-height: 1.8;
  text-align: left;
  text-shadow: 5px 5px 7px rgba(38,68,131,0.75);
}
@media screen and (max-width:1750px) {
  #sales_point .sales_point_msg {
    font-size: 1.2vw;
  }
}
@media screen and (max-width:1080px) {
  #sales_point .sales_point_msg {
    font-size: 32px;
  }
}
@media screen and (max-width:768px) {
  #sales_point .sales_point_msg {
    font-size: 16px;
  }
}

#sales_point .sales_point_msg .txt_line {
  display: inline-block;
  position: relative;
}
#sales_point .sales_point_msg .txt_line::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.2em;
  background-color: #FFF;
  height: 0.7px;
  width: 100%;
}

#sales_point .sales_point_list {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 0 40px;
}
@media screen and (max-width:768px) {
  #sales_point .sales_point_list {
    grid-template-columns: auto;
    gap: 20px 0;
  }

}
#sales_point .sales_point_item {
  color: #FFF;
}
#sales_point .sales_point_item dt {
  font-size: 30px;
  text-shadow: 5px 5px 7px rgba(38,68,131,0.75);
}
@media screen and (max-width:1750px) {
  #sales_point .sales_point_item dt {
    font-size: 1.6vw;
  }
}
@media screen and (max-width:768px) {
  #sales_point .sales_point_item dt {
    font-size: 26px;
  }
}
#sales_point .sales_point_item dd {
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 5px 5px 7px rgba(38,68,131,0.75);
}
@media screen and (max-width:1750px) {
  #sales_point .sales_point_item dd {
    font-size: 1.4vw;
  }
}
@media screen and (max-width:768px) {
  #sales_point .sales_point_item dd {
    font-size: 28px;
    padding-left: 1em;
  }
}
#sales_point .sales_point_item dd::before {
  content: '';
  display: block;
  flex-grow: 1;
  height: 0.5px;
  background: #FFF;
  margin-right: 0.5em;
}
/* sales pointここまで */

/* infoここから */

.info-bg {
  background-color: #f4f4f4;
  width: 100%;
  position: relative;
}

#info .tit .en,
#info .tit .ja {
  color: #3878af;
}

#info .info-list dl {
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #3878af;
  margin: 0;
}
#info .info-list dl:last-of-type {
  border-bottom: 1px solid #3878af;
}

#info .info-list dl dt,
#info .info-list dl dd {
  font-size: 16px;
  color: #3878af;
  letter-spacing: 0.05em;
  font-weight: 500;
}

#info .info-list dl dt {
  width: 6em;
}
#info .info-list dl dd {
  margin-left: 30px;
}
#info .info-list dl dd a {
  color: #3878af;
}

@media screen and (max-width:768px) {
  #info .info-list dl {
    display: block;
    padding: 15px 0;
    margin: 0;
  }

  #info .info-list dl dt {
    font-size: 12.5px;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-bottom: 10px;
    width: auto;
  }

  #info .info-list dl dd {
    margin-left: 0;
    font-size: 15px;
  }

}

.icon_link {
  display: inline-block;
  margin-left: 1em;
  background: url(../images/icon_link.png) center no-repeat;
  background-size: contain;
  width: 1.0em;
  height: 1.0em;
}

/* infoここまで */


/* mapここから */

.map-bg {
  background-color: #FFF;
  position: relative;
  width: 100%;
}

#map .map-head {
  color: #2f4886;
  font-size: 45px;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width:1080px) {
  #map .map-head {
    font-size: 22.5px;
  }
}

@media screen and (min-width:769px) {
  .map-block {
    display: flex;
  }
}

#map .map-img,
#map .nearby_facilities {
  margin: 0 auto;
}

#map .map-img img {
  width: 100%;
}

@media screen and (min-width:769px) {
  #map .map-block .googlemap-area,
  #map .map-block .map-facilities {
    flex: 1;
  }
}

#map #googlemap {
  width: 100%;
  height: 100%;
  min-height: 500px;
  background-color: #CCC;
}

#map .googlemap-area {
  margin-bottom: 2rem;
}
@media screen and (min-width:769px) {
  #map .googlemap-area {
    padding-right: 3rem;
    margin: 0;
  }
}

#map .map-img {
  margin-bottom: 2rem;
}
@media screen and (min-width:769px) {
  #map .map-img {
    padding-right: 3rem;
    margin: 0;
  }
}
#map .map-img .map-txt {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #595757;
  padding-top: 1em;
}
@media screen and (max-width:768px) {
  #map .map-img .map-txt {
    font-size: 10px;
  }
}

#map .more-btn {
  margin-top: 50px;
}


#map .nearby_facilities {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 50px;
  padding: 0;

  & li {
    position: relative;
  }
  & figure {
    margin-bottom: 0px;
  }
  & .nearby_facilities_name {
    color: #FFF;
    background-color: rgba(38, 68, 131, 0.9);
    display: inline-block;
    font-size: 14px;
    text-align: center;
    padding: 0.3em 1em;
    word-break: auto-phrase;
    position: absolute;
    left: 0;
    top: 0;
    
    @media screen and (max-width:1080px) {
      font-size: 9px;
    }
  }
}

#map .nearby_facilities_store {
  padding: 0;

  & li {
    ul {
      padding-left: 0;
      margin-bottom: 20px;
    }

    & li:first-child {
      color: #2f4886;
      font-size: 14px;
      position: relative;
      width: 100%;
      display: flex;
      align-items: center;

      @media screen and (max-width:1080px) {
        font-size: 12px;
      }

      &::after {
        content: '';
        flex-grow: 1;
        background-color: #2f4886;
        height: 1px;
        margin-left: 1em;
      }
    }

    & li:not(:first-child) {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      font-size: 15px;
      position: relative;
      margin-top: 5px;
      
      @media screen and (max-width:1080px) {
        font-size: 11px;
      }

      & .facilities,
      & .distance {
        line-height: 1.5;
        color: #231815;
        position: relative;
        z-index: 1;
      }

      & .facilities {
        padding-right: 0.5em;
        text-align: left;
        word-break: auto-phrase;
      }
      & .distance {
        padding-left: 0.25em;
        display: flex;
        align-items: center;
        flex-grow: 1;

        &:before {
          content: "";
          display: block;
          flex-grow: 1;
          height: 2px;
          border-top: 2px dotted #c8c8c8;
        }
      }
    }
  }
}

#map .note {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  font-size: 9pt;

  max-width: 1000px;
  padding: 0;

  p {
    color: #231815;
    text-indent: -1.5em;
    padding-left: 1em;
  }
}

@media screen and (max-width:768px) {

  #map .more-btn {
    margin-top: 40px;
  }

  #map .nearby_facilities {
    margin-top: 20px;
    gap: 15px;
  }

}


/* mapここまで */

/* EQUIPMENT - - - - - - - - */
#is_equip {
  & .equipment_ttl {
    padding: 25px 2em;
    margin-top: 50px;
    margin-bottom: 25px;
  }
  & .equipment_ttl_flex {
    justify-content: space-between;
    align-items: center;

    & .fw100 {font-weight: 100;}
  }
  & .bg-F5F5F3 {
    background-color: #F5F5F3;
  }

  & .bg-1D4556 {
    background-color: #1D4556;
    color: #2F4886;
  }

  & h3 {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    color: #231815;
    line-height: 1.66;
    letter-spacing: 0.05em;
    margin: 0;
    font-weight: 100;
  }

  & .equipment_wrap {
    & .inner {
      padding: 0 50px;
      /* max-width: 1100px; */
      margin: 0 auto;
    }

    & .equipment_sec01 {
    }
  }

  & .d-flex {
    display: flex;
  }
  & .gap_20 {gap: 20px;}
  & .pc {
    display: block;
  }
  & .sp {
    display: none;
  }

  & img {
    vertical-align: top;
    max-width: 100%;
    width: 100%;
  }

  & .equipment_img01 {width: 100%;}

  & .equipment_ttl2 {
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 40px;

    &:after {
      content: '';
      width: calc(100% + 21px);
      height: 1px;
      position: absolute;
      left: -21px;
      bottom: 0;
      background-color: #000;
    }

    & p {color: #231815;}
  }

  & .equipment_ttl2 h4 {
    flex: 1;
    margin-right: 20px;
  }

  & .equipment_con01 h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
  }

  & .equipment_text01 h4 {
    margin-bottom: 15px;
    line-height: 22px;
  }

  & .equipment_text01 p {
    font-size: 12px;
    line-height: 1.5;
    color: #231815;
  }

  & .equipment_tips {
    margin-top: 5px;
  }

  & .ai-e {
    align-items: flex-end;
  }
  & .jc-b {
      justify-content: space-between;
  }

  & .equipment_tips.small, .equipment_tips>.small {
    font-size: 10px;
  }

  & .color-948175 {
    color: #948175;
  }

  & .gap_20>.w_30 {
    width: calc(30% - 10px);
  }

  & .gap_20>.w_33 {
    width: calc((100% - 40px) / 3);
  }

  & .gap_20>.w_40 {
    width: calc(40% - 10px);
  }

  & .gap_20>.w_45 {
    width: calc(45% - 10px);
  }

  & .gap_20>.w_55 {
    width: calc(55% - 10px);
  }

  & .gap_20>.w_60 {
    width: calc(60% - 10px);
  }

  & .gap_20>.w_66 {
    width: calc(100% - (100% - 40px) / 3);
  }

  & .gap_20>.w_70 {
    width: calc(70% - 10px);
  }
  & .flex_column {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
  }
  & .asp_1_3 img {
    aspect-ratio: 1.3;
    object-fit: contain;
  }

  & .asp_1_5 img {
    aspect-ratio: 1.5;
    object-fit: contain;
  }

  & .mt_20 {
    margin-top: 20px;
  }
  & .mb_20 {
    margin-bottom: 20px;
  }

  & .d-flex_50.gap_20>* {
    width: calc(50% - 10px);
  }

  & .gap_20>.w_55 {
    width: calc(55% - 10px);
  }

  & .equipment_item01_img img {
    width: 130px;
  }
  & .tx-c {
    text-align: center;
  }
  & .equipment_item01_img+.equipment_item01_txt {
    margin-top: 10px;
  }

  & .mt_10 {
    margin-top: 10px;
  }

  & .mt_50 {
    margin-top: 50px;
  }

  & .equipment_bot_t {
    border-top: 1px solid #948175;
    padding-top: 20px;
  }

  & .same_h_1 {
    display: flex;
    align-items: center;
  }

  & .kitchen21_box {
    position: relative;
    margin-top: -102px;
  }
}

@media screen and (max-width:768px) {
  .equipment-bg h3 {
    font-size: 20px;
    line-height: 1.75;
  }

  .equipment-bg .equipment_wrap {
    & .inner {
      padding: 0 0px;
    }

    & .equipment_sec01 {}


    & .d-flex.gap_20 {
      flex-wrap: wrap;
    }

    & .pc {
      display: none;
    }
    & .sp {
      display: block;
    }


    & .d-flex_50.gap_20>* {
      width: 100%;
    }

    .gap_20>.w_70, .gap_20>.w_66, .gap_20>.w_60, .gap_20>.w_55, .gap_20>.w_45, .gap_20>.w_40, .gap_20>.w_33, .gap_20>.w_30 {
      width: 100%;
    }

    & .same_h_1 {
      height: fit-content!important;
    }

    & .same_h_2 {
      height: fit-content!important;
      margin-top: 20px;
    }

    & .mt_50 {
      margin-top: 40px;
    }
  }

  .equipment-bg {
    & .equipment_ttl {
      margin-bottom: 25px;
      padding: 1em 1em;
    }
    & .equipment_ttl_flex {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 8px;
      /* word-break: keep-all; */
    }
    & .equipment_ttl_flex h2 {
      font-size: 17px;
    }
    & .equipment_ttl_flex h4 {
      font-size: 15px;
    }

    & .kitchen21_box {
      margin-top: 0;
    }
  }

  .hide-sp {display: none;}
}


#equipment .equipment-wrap {
  padding-top: 2rem;
}

#equipment .tab-container {
  display: flex;
  border: solid 1px #2f4886;
  border-bottom: solid 2px #df6000;

  @media screen and (max-width:768px) {
    display: none;
  }
  & .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    text-align:center;
    padding: 1em;
    line-height: 1.2;
    color: #2f4886;
    background-color: #FFF;
    cursor: pointer;
    position: relative;

    &.active {
      background-color: #2f4886;
      color: #FFF;
    }

    &:not(:last-child)::after {
      content: '';
      background-color: #3878af;
      display: block;
      width: 0.5px;
      height: 50%;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
    }
  }
}



#equipment .equipment-box {
  display: none;
  border: solid 1px #2f4886;
  margin-bottom: 20px;
  transition: all 0.3s;

  @media screen and (min-width:769px) {
    border-top: none;
    margin-bottom: 0;
    transition: 0.3s;
  }
  @media screen and (max-width:768px) {
    display: block;
  }

  & .equipment-box-inner {
    padding: 30px;
    transition: all 0.3s;

    @media screen and (max-width:768px) {
      display: none;
      padding: 1.3rem;
      transition: 0.3s;
    }

    &.show {
      display: block;
    }
  }

  &.show {
    display: block;
  }


  & .equipment-box-head {
    font-size: 20px;
    padding: 1em;
    line-height: 1.2;
    color: #2f4886;
    background-color: #FFF;
    border-bottom: 2px solid #df6000;
    position: relative;

    @media screen and (min-width:769px) {
      display: none;
    }

    &:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 2rem;
      width: 10px;
      height: 10px;
      margin: auto;
      border-top: 2px solid #2f4886;
      border-right: 2px solid #2f4886;
      transform: rotate(135deg);
      box-sizing: border-box;
      transition: 0.3s;
    }

    &.current {
      background-color: #2f4886;
      color: #FFF;
      &:after {border-color: #FFF;transform: rotate(315deg);}
    }
  }
}

/* END EQUIPMENT - - - - - - */

/* outlineここから */

.outline-bg {
  background: linear-gradient(0deg, #1673a9, #264483);
  position: relative;
  width: 100%;
}

.outline-bg>* {
  position: relative;
  z-index: 2;
}


#outline .tit .en,
#outline .tit .ja {
  color: #FFF;
}

#outline .outline-maintxt {
  font-size: 54px;
  color: #fff;
  text-align: center;
  margin: 0 auto 30px;

  @media screen and (max-width:1080px) {
    font-size: 30px;
  }
  @media screen and (max-width:768px) {
    font-size: 24px;
  }
}

#outline .outline-btn-more {
  background-color: #FFF;
  color: #2F4887;
  cursor: pointer;
  font-size: 20px;
  position: relative;
  text-align: center;
  padding: 0.5em;
  margin-bottom: 3rem;
  width: 100%;

  &::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 15px;
    aspect-ratio: 1;
    clip-path: polygon(0 0,100% 0 ,0 100%);
    background: linear-gradient(0deg, #1673a9, #264483);
  }
  &::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    width: 0.6em;
    height: 0.6em;
    margin: auto;
    border-top: 2px solid #2F4887;
    border-right: 2px solid #2F4887;
    transform: rotate(45deg);
    box-sizing: border-box;
    transition: 0.3s;
  }
  &.active::after {
    transform: rotate(135deg);
  }
}
@media screen and (min-width:769px) {
  #outline .outline-btn-more {
    display: none;
  }
}

#outline .outline-tbl-wrap {
  @media screen and (min-width:769px) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }
}
@media screen and (max-width:768px) {
  #outline .outline-tbl-wrap {
    display: none;
    transition: 0.3s;
  }
  #outline .outline-tbl-wrap.show {
    display: block;
  }
}

#outline .outline-tbl {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  border: none;
}
  #outline .outline-tbl th,
  #outline .outline-tbl td {
    display: block;
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    padding: 0.6em 1em;
    vertical-align: top;
    text-align: left;
    color: #FFF;
  }
  #outline .outline-tbl th {
    background-color: #FFF;
    color: #2a468e;
  }
  @media screen and (min-width: 768px) {
    #outline .outline-tbl th,
    #outline .outline-tbl td {
      display: table-cell; /* デフォルト値に指定 */
      border-bottom: 0.8px solid #FFF;
      color: #FFF;
      padding: 1em 0;
    }
    #outline .outline-tbl tr:first-child th,
    #outline .outline-tbl tr:first-child td {
      border-top: 0.8px solid #FFF;
    }
    #outline .outline-tbl th {
      background-color: transparent;
      width: 35%;
    }
    #outline .outline-tbl td {
      width: 65%;
    }
  }


/* outlineここまで */

/* contactここから */

.top-contact {
  background-image:url(../images/bg_contact.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  width: 100%;
}

.top-contact .top-contact-werp {
  padding: 60px 0;
  position: relative;
}

.top-contact .top-contact-werp .tit {
    margin-bottom: 30px;
}

.top-contact .top-contact-werp .tit h2 {
    color: #FFF;
}

.top-contact .top-contact-werp p {
    font-size: 20px;
    color: #FFF;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: 100;
}

.top-contact .top-contact-tel {
    font-size: 70px;
    letter-spacing: 0;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    display: block;
    margin: 10px 0 30px;
}
@media screen and (max-width:1080px) {
  .top-contact .top-contact-tel {
    font-size: 50px;
  }
}
@media screen and (max-width:767px) {
  .top-contact .top-contact-tel {
    font-size: 30px;
  }
}
.top-contact .top-contact-tel::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_tel.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.2em;
}

.top-contact .top-contact-werp .contact-btn {
  background-color: #FFF;
  color: #2f4886;
  font-size: 38px;
  font-weight: normal;
  padding: 0.6em 0em;
  padding-left: 1.5em;
  max-width: 525px;
  margin: 0 auto;
  display: block;
  border: solid 3px #2f4886;
  position: relative;
  letter-spacing: -0.05em;
  text-align: center;
  width: 70%;
}
.top-contact .top-contact-werp .contact-btn::before {
  content: "";
  display: block;
  background-image: url(../images/contact/contact-btn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5em;
  height: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5em;
}

@media screen and (max-width:1080px) {
  .top-contact .top-contact-werp .contact-btn {
    font-size: 30px;
  }
}
@media screen and (max-width:767px) {
  .top-contact .top-contact-werp .contact-btn {
    font-size: 18px;
  }
}

@media screen and (max-width:768px) {
  footer {padding-top: 0;}

    .top-contact .top-contact-werp .tit {
        margin-bottom: 25px;
    }


}

.footer-info {
  text-align: center;
  margin-top: 2rem;
}
.footer-info-text {
  color: #FFF;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width:768px) {
  .footer-info-text {
    font-size: 14px;
  }
}

/* contactここまで */



/* page基本ここから */

/*mv2*/
#mv2 {
  padding-top: 80px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #1673a9, #264483);
}

#mv2 #mv2_tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  min-width: 280px;
}

#mv2 #mv2_tit strong {
  width: 100%;
  font-size: 18px;
  line-height: 1em;
  padding: 0 0.5em 0.125em;
  margin-bottom: 20PX;
  font-weight: normal;
}

#mv2 #mv2_tit span {
  width: 100%;
  font-size: 45px;
  line-height: 1em;
  color: #FFF;
  font-weight: bold;
}

@media screen and (max-width:1799px) {
  #mv2 {
    padding-top: 60px;
  }
}

@media screen and (max-width:768px) {
  #mv2 {
    padding-top: 8.5vw;
    height: 200px;
  }

  #mv2 #mv2_tit {
    min-width: 66.66%;
  }

  #mv2 #mv2_tit strong {
    font-size: 12.5px;
    border-width: 2px;
    margin-bottom: 10px;
  }

  #mv2 #mv2_tit span {
    font-size: 27.5px;
    letter-spacing: 0.05em;
  }
}

/*pankuzu*/
#pankuzu {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0.25em 0;
  font-size: 16px;
}

#pankuzu ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}

#pankuzu ul li:not(:last-child):after {
  content: ">";
  margin: 0.5em;
}

#pankuzu ul li {
  margin: 0.25em 0;
  color: #231815;
  letter-spacing: 0.15em;
  font-size: 16px;
}

#pankuzu ul li a {
  font-size: 16px;
  color: #231815;
  letter-spacing: 0.15em;
}

#pankuzu ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  #pankuzu {
    width: 90%;
  }
}

@media screen and (max-width:768px) {
    #pankuzu {
        width: 90%;
        font-size: 10.5px;
    }

    #pankuzu ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        margin-bottom: 0;
        margin-top: 15px;
    }

    #pankuzu ul li {
        font-size: 10.5px;
    }

    #pankuzu ul li a {
        font-size: 10.5px;
    }
}

/* page基本ここまで */


/* conceptここから */

.concept-bg {
  background-color: #FFF;
  width: 100%;
  position: relative;
}

#concept {
  position: relative;
  z-index: 5;
}

#concept .concept-wrap h2 {
  color: #2f4887;
  letter-spacing: 0.04em;
  text-align: center;
  font-size: 50px;
  font-weight: normal;
}

@media screen and (max-width:768px) {
  #concept .concept-wrap h2 {
    font-size: 25px;
    letter-spacing: 0.5em;
  }

  #concept-txt .concept-txt-wrap p {
    font-size: 15px;
    font-weight: 100;
  }

}

.concept-txt-wrap {
  margin-top: 3rem;
  text-align: center;
  font-size: 16px;
  color: #2f4887;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.concept-txt-wrap p {
  margin-top: 1rem;
}

#concept .concept-img-wrap {
  margin: 4rem auto;
  @media screen and (max-width:767px) { 
    margin-bottom: 2rem;
  }
}
#concept .concept-img {
  position: relative;
  display: block;
}
#concept .concept-img::after {
  content: '';
  position: absolute;
  right: -10px; bottom: -5px;
  background-color: #2f4887;
  height: 93%;
  width: 97%;
  z-index: -1;
  @media screen and (max-width:767px) { 
    right: -5px; bottom: 0;
  }
}

#concept .concept-img img {
  max-width: 100%;
}

#concept .remarks_txt {
  font-size: 15px;
  margin-top: 1em;
  padding-left: 3em;
  @media screen and (max-width:767px) { 
    font-size: 10px;
    padding-left: 2em;
  }
}

#concept .kukaku-wrap {
  display: flex;
}

#concept .kukaku-img {
  max-width: 600px;
  flex: 1;

  & img {
    max-width: 100%;
  }
}
#concept .kukaku-img_remarks {
  color: #20428b;
  font-size: 17px;
  padding: 0.5em 0 0;
}
@media screen and (max-width:767px) { 
  #concept .kukaku-img_remarks {
    font-size: 10px;
  }
}

#concept .kukaku-description {
  flex: 1;
  padding-left: 2rem;
  @media screen and (max-width:1080px) { 
    padding-left: 1rem;
  }

  & .kukaku-desctiption-head {
    text-align: center;
    padding: 2rem;
    margin-bottom: 2rem;
    border-bottom: solid 2px #264483;

    @media screen and (max-width:1080px) { 
      padding: 0.5rem;
      margin-bottom: 0.5rem;
    }

    & .gentei {
      display: inline-block;
      font-size: 66px;
      font-weight: 700;
      color: #264483;
      line-height: 1;
      position: relative;
      @media screen and (max-width:1200px) { 
        font-size: 50px;
      }
      @media screen and (max-width:1080px) { 
        font-size: 19px;
      }

      & .num {
        font-size: 1.55em;
        display: inline-block;
        vertical-align: text-bottom;
      }

      &::before, &::after {
        content: '';
        display: inline-block;
        background-image: url(../images/concept/cube.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        width: 0.5em;
        height: 0.5em;
        top:0;
      }
      &::before {
        top: 0.6em;
        left: -1.2em;
        transform: rotate(90deg);
      }
      &::after {
        width: 0.8em;
        height: 0.8em;
        right: -1.5em;
      }
    }
  }

  & .kukaku-desctiption-text {
    text-align: center;
    color: #040000;
    font-size: 22px;
    line-height: 1.8;
    @media screen and (max-width:1200px) { 
      font-size: 15px;
    }
    @media screen and (max-width:1080px) { 
      font-size: 10px;
    }
  }

}

/* conceptここまで */

/* design-location */

.design-location-bg {
    background-image: url(../images/design/desigin-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}

.design-location-bg::before {
    background: rgba(35, 24, 21, 0.7);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.design-location-bg .tit-deco {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 78px;
    background-color: #2F4886;
    z-index: 5;
}

#design-location {
    position: relative;
    z-index: 5;
}

#design-location .design-location-wrap {
  padding-top: 0;
  margin-top: 75px;
}

#design-location .design-location-wrap h2 {
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.75;
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    font-weight: 100;
}

@media screen and (max-width:768px) {
    .design-location-bg {}

    .design-location-bg .tit-deco {
        height: 39px;
    }

    #design-location .design-location-wrap {
      padding-top: 0px;
      margin-top: 30px;
    }

    #design-location .design-location-wrap h2 {
        font-size: 20px;
        letter-spacing: 0.5px;
    }

}

/* design-location02 */

.design-location02-bg {
    background-image: url(../images/design/desigin02-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}

#design-location02 .design-location02-main {
    width: 100%;
    padding-bottom: 50px;
    border-bottom: 1px solid #2F4886;
}

#design-location02 .design-location02-main img {
    width: 700px;
    height: 646px;
    margin: 0 auto;
    display: block;
    object-fit: cover;
    object-position: bottom;
}

#design-location02 .design-location02-zumen {
    margin-top: 60px;
}

#design-location02 .design-location02-zumen .design-location02-zumen-txt {
    display: flex;
    margin-bottom: 50px;
    width: 100%;
    align-items: center;
}

#design-location02 .design-location02-zumen .design-location02-zumen-txt p:first-child {
    font-size: 25px;
    margin-right: 60px;
    font-weight: 100;
}

#design-location02 .design-location02-zumen .design-location02-zumen-txt p:last-child {
    font-size: 16px;
}

#design-location02 .design-location02-zumen .design-location02-zumen-txt p {
    color: #231815;
}

#design-location02 .design-location02-zumen .design-location02-zumen-img {
    display: flex;
    gap: 20px;
}

#design-location02 .design-location02-zumen .design-location02-zumen-img a img {
    width: 100%;
}

#design-location02 .design-location02-zumen .design-location02-zumen-warning {
    margin-top: 10px;
    font-size: 14px;
    color: #231815;
    text-align: right;
    letter-spacing: 0.1em;
}

@media screen and (max-width:768px) {
  #design-location02 .design-location02-zumen .design-location02-zumen-txt {
    display: block;
    margin-bottom: 25px;
  }
  #design-location02 .design-location02-zumen .design-location02-zumen-txt p:first-child {
    font-size: 17px;
    text-align: center;
    margin-right: unset;
  }
  #design-location02 .design-location02-zumen .design-location02-zumen-txt p:last-child {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 20px;
  }
  #design-location02 .design-location02-zumen .design-location02-zumen-img {
    display: block;

    & a:last-child {display: block;margin-top: 13px;}
  }
  #design-location02 .design-location02-zumen .design-location02-zumen-warning {
    font-size: 12.5px;
    text-align: left;
  }
}

/* design-location03 */

.design-location03-bg {
    background-image: url(../images/design/desigin03-bg@1.5x.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}

.design-location03-bg::before {
    background: rgba(35, 24, 21, 0.7);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#design-location03 {
  position: relative;
  z-index: 5;
  padding: 150px 0;

  min-height: 500px;

  h2 {
    color: #fff;
    font-size: 30px;
    line-height: 1;
    font-weight: 100;
    letter-spacing: 1.2px;
  }
  .inline_text {
    display: block;
    padding-left: 265px;
    position: relative;
    font-size: 50px;
    letter-spacing: 2px;

    margin-top: 23px;

    &:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      margin: auto;

      width: 14vw;
      height: 1px;
      background-color: #2F4886;

      min-width: 225px;
      max-width: 228px;
    }
  }

  .sentence {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 2px;

    margin-top: 45px;
  }
}


/*
#plan .room-items-container {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
*/
@media screen and (max-width:768px) {
  #plan .room-items-container {
    width: 88%;
    margin: 2rem auto 0;
  }
}

.room-items .room-item {
  display: flex;
  flex-direction: column;
}

.room-item .room-item-head {
  display: block;
  color: #2f4886;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  position: relative;
  background-color: #FFF;
  border: 2px solid #3878af;
  max-width: 295px;
  width: 80%;
  margin: 0 auto 2rem;

  & span {
    font-size: 30px;
    padding: 0 .15em;
  }
}
.room-item.swiper-slide-active .room-item-head {
  background-color: #3878af;
  color: #FFF;
  border-color: #FFF;
}
@media screen and (max-width:1080px) {
  .room-item .room-item-head {
    font-size: 18px;
    & span {font-size: 22.5px;}
  }
}

.room-item .rooms {
  display: flex;
  flex-direction: column;
}
.rooms-box {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
  padding: 40px 30px 30px;
  @media screen and (max-width:1080px) {
    margin-bottom: 30px;
  }

  & .roomType {
    font-size: 20px;
    text-align: center;

    & span {font-size: 35px;margin-right: 0.15em;}
  }

  & .information_wrap {
    & .space {
      display: flex;
      align-items: center;
      justify-content: space-between;

      font-size: 15px;
      line-height: 40px;
      border-bottom: 1px solid #231815;
    }
    & .num {
      font-size: 14px;
      & span {font-size: 25px;}
    }

    & .other .space {
      & p {font-size: 11px;}
      & .num {font-size: 11px;}
      & .num .large {font-size: 17px;}
      & .num .middle {font-size: 11px;margin-left: 0.15em;}
    }

    & .other.OneLine .floor {
      align-items: center;
      justify-content: space-between;

      & p {font-size: 9px;}
      & .num {font-size: 9px;}
      & .num .large {font-size: 17px;}
      & .num .middle {font-size: 11px;margin-left: 0.15em;}
    }

    & .other.OneLine {
      display: flex;
      align-items: center;
      justify-content: space-between;

      border-bottom: 1px solid #231815;
      & .space {
        border-bottom: none;
        max-width: 185px;
        width: 100%;
      }
      & .floor {
        display: flex;
        justify-content: space-between;
        width: 42%;
        margin-left: 0.35em;
        padding-left: 0.5em;
        position: relative;

        &:before {
          content: "";
          position: absolute;
          width: 1px;
          height: 20px;
          background-color: #231815;
          top: 0;
          left: 0;
          bottom: 0;
          margin: auto;
        }
      }
    }

    & .note {font-size: 10px;line-height: 1.5;margin-top: 5px;}

    & .layout-img {
      margin: 25px auto 0;
      max-width: 270px;

      & img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }

    & .viewMore {
      display: block;
      max-width: 300px;
      width: 100%;
      margin-top: 25px;
      margin-left: auto;
      margin-right: auto;
      border: solid 1px #264483;
      line-height: 50px;
      background-color: #FFF;
      color: #264483;
      font-size: 18px;
      text-align: center;
      position: relative;

      &:after {
        content: "";
        position: absolute;
        right: 5px;
        bottom: 5px;
        width: 10px;
        aspect-ratio: 1;
        clip-path: polygon(0 100%,100% 0,100% 100%);
        background-color: #e65708;
      }
    }
  }
}

@media screen and (max-width:1080px) {
  .rooms-box {
    .rooms .roomType {
      font-size: 17.5px;
      text-align: center;

      & span {font-size: 30.5px;margin-right: 0.15em;}
    }

    .rooms .information_wrap {
      & .space {
        font-size: 13px;
      }
      & .num {
        font-size: 12.5px;

        & span {font-size: 22px;}
      }
    }
  }


}


#plan .room-items  {
  position: relative;
  padding-bottom: 60px;
}


#plan .room-items .slide-pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
#plan .room-items .swiper-pagination {
  position: static;
}
#plan .room-items .swiper-horizontal>.swiper-pagination-bullets,
#plan .room-items .swiper-pagination-bullets.swiper-pagination-horizontal,
#plan .room-items .swiper-pagination-custom,
#plan .room-items .swiper-pagination-fraction {
  width: auto;
}
#plan .room-items .swiper-pagination-bullets {
  display: flex;
  align-items: center;
}
#plan .room-items .swiper-button-prev,
#plan .room-items .swiper-button-next {
  position: static;
  margin-top: initial;
  color: #FFF;
  width: 2rem;
  height: 2.2rem;
  @media screen and (max-width:767px) {
    width: 1.5rem;
    height: 1.7rem;
  }
}
#plan .room-items .swiper-button-prev {
  margin-right: 1rem;
}
#plan .room-items .swiper-button-next {
  margin-left: 1rem;
}
#plan .room-items .swiper-button-prev::after,
#plan .room-items .swiper-button-next::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2.5rem;
  @media screen and (max-width:767px) {
    width: 1.5rem;
    height: 1.7rem;
  }
  margin: auto;
  background-image: url(../images/plan/btn_arrow.png);
}
#plan .room-items .swiper-button-next:after {
  transform: scale(-1, 1);
}

#plan .room-items .swiper-pagination-bullet {
  background-color: #FFF ;
  opacity: 1;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 1rem !important;
  @media screen and (max-width:767px) {
    width: 1.0rem;
    height: 1.0rem;
    margin: 0 0.5rem !important;
  }
}
#plan .room-items .swiper-pagination-bullet-active {
  background-color: #3878AF;
  border: solid 2px #FFF;
}

@media screen and (max-width:767px) {
}


/* plan */

.plan-bg {
  background-color: #2f4886;
  width: 100%;
  position: relative;
}

#plan {
  position: relative;
  z-index: 5;
}

#plan .tit .en,
#plan .tit .ja {
  color: #FFF;
}

#plan .plan-maintxt h2 {
  font-size: 25px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #231815;
  font-weight: normal;
  text-align: center;
  font-weight: 100;
}

#plan .plan-maintxt p {
    margin-top: 40px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.75;
    text-align: center;
    color: #231815;
}

#plan .plan-mainroom {
    margin: 50px auto;
    position: relative;
}

#plan .plan-mainroom .remarks_txt {
  color: #FFF;
  font-size: 14px;
  letter-spacing: -0.1em;
  text-align: left;
  z-index: 2;
  width: 80%; 
  margin:0;
  position: absolute;
  bottom: 2em; left: 4em;
}
@media screen and (max-width:1260px) {
  #plan .plan-mainroom .remarks_txt {
    bottom: 0;
  }
}
@media screen and (max-width:1080px) {
  #plan .plan-mainroom .remarks_txt {
    position: static;
    margin: 1rem 0 3rem;
    width: 94%;
  }
}

#plan .plan-mainroom h3 {
  color: #FFF;
  font-size: 40px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 0.74px solid #FFF;
  margin: 0 auto 10px;
  font-weight: normal;
}
@media screen and (max-width:767px) {
  #plan .plan-mainroom h3 {
    font-size: 20px;
  }
}

#plan .plan-mainroom h3 span {
  font-size: 80px;
}
@media screen and (max-width:767px) {
  #plan .plan-mainroom h3 span {
    font-size: 40px;
  }
}

@media screen and (max-width:767px) {
  #plan .plan-maintxt h2 {
    font-size: 20px;
    line-height: 1.75;
  }

  #plan .plan-maintxt p {
    line-height: 1.5;
    font-size: 15px;
    margin-top: 15px;
  }

  #plan .plan-mainroom h3 {
    width: 100%;
  }

  #plan .plan-mainroom {
    margin: 25px auto;
  }
}


#plan .plan-mainroom .mainroom_txt {
    color: #FFF;
    font-size: 35px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 50px;
}
@media screen and (max-width:1260px) {
  #plan .plan-mainroom .mainroom_txt {
    font-size: 3vw;
  }
}
@media screen and (max-width:767px) {
  #plan .plan-mainroom .mainroom_txt {
    font-size: 18px;
  }
}

#plan .plan-mainroom img {
    max-width: 1267px;
    margin: 0 auto;
    display: block;
    width: 100%;
}
@media screen and (max-width:767px) {
  #plan .plan-mainroom img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

#plan .plan-point-box {
}

#plan .plan-point-box_title {
  color: #FFF;
  font-size: 40px;
  text-align: left;
  padding-bottom: 0.5em;
  margin: 0 auto 1em;
  font-weight: normal;
  position: relative;
  padding-left: 1rem;
}
@media screen and (max-width:767px) {
  #plan .plan-point-box_title {
    font-size: 20px;
    padding-left: 0;
  }
}

#plan .plan-point-box_title::after {
  content: '';
  display: inine-block;
  width: 90%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  bottom: 0; left: 0;
}
@media screen and (max-width:767px) {
  #plan .plan-point-box_title::after {
    width: 100%;
  }
}


#plan .plan-point-wrap {
  display: grid;
  gap: 0 20px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  margin: 0 auto 30px;
}
@media screen and (max-width:768px) {
  #plan .plan-point-wrap {
    width: 88%;
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}

#plan .plan-point-wrap .plan-point {
  background-color: #FFF;
  border: 2px solid #3878af;
  padding: 15px 20px;
  box-shadow: 5px 5px 3px rgba(24,59,81,0.7);
  color: #3878af;
  position: relative;
}

#plan .plan-point-wrap .plan-point::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  border-right: 1.4rem solid transparent;
  border-top: 1.4rem solid #df6000;
}

#plan .plan-point .plan-point_head {
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0;
  border-bottom: 1.17px solid #3878af;
}

#plan .plan-point .plan-point_head .en {
  color: #3878af;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width:768px) {
  #plan .plan-point .plan-point_head .en {font-size: 12.5px;}
}
#plan .plan-point .plan-point_head .ja {
  color: #df6000;
  font-size: 17px;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  #plan .plan-point .plan-point_head .ja {font-size: 17.5px;}
}
@media screen and (max-width:440px) {
  #plan .plan-point .plan-point_head .ja {font-size: 15px;}
}

#plan .plan-point-wrap .plan-point_text {
  line-height: 1.6;
  font-size: 15px;
  color: #3878af;
  letter-spacing: 0;
}
@media screen and (max-width:440px) {
  #plan .plan-point-wrap .plan-point_text {
    font-size: 12px;
  }
}

#plan .plan-point-box_subtitle {
  color: #FFF;
  font-size: 30px;
  text-align: left;
  padding-bottom: 0.5em;
  margin: 0 auto 1em;
  font-weight: normal;
  position: relative;
  padding-left: 1rem;
}
@media screen and (max-width:767px) {
  #plan .plan-point-box_subtitle {
    font-size: 20px;
    padding-left: 0;
  }
}

#plan .plan-point-box_subtitle::after {
  content: '';
  display: inine-block;
  width: 90%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  bottom: 0; left: 0;
}
@media screen and (max-width:767px) {
  #plan .plan-point-box_subtitle::after {
    width: 100%;
  }
}

#plan .plan-point-box_subtitle .text {
  display: inline-block;
  font-size: 15px;
  padding-left: 3rem;
  vertical-align: center;
}
@media screen and (max-width:768px) {
  #plan .plan-point-box_subtitle .text {
    font-size: 10px;
    padding-left: 0;
    display: block;
    margin-top: 0.5em;
  }
}


#plan .plan-point02-wrap {
  display: grid;
  gap: 0 80px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto 30px;
}
@media screen and (max-width:768px) {
  #plan .plan-point02-wrap {
    width: 88%;
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}


#plan .plan-point02-wrap .plan-point02:last-child {
    margin-right: 0;
}

#plan .plan-point02-wrap .plan-point02_head {
  font-size: 17px;
  text-align: left;
  color: #FFF;
  background-color: #3878af;
  padding: 0.3em 1em;
  width: 100%;
  margin-bottom: 1em;
}
@media screen and (max-width:768px) {
  
}

#plan .plan-point02-wrap .plan-point02 .plan-point02_img img {
  max-width: 100%;
}

#plan .price-wrap {
  display: flex;
  margin: 5rem auto;
  align-items: center;
  width: 90%;
}
@media screen and (max-width:1080px) {
  #plan .price-wrap {
    display: block;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}


#plan .price-wrap .price-box {
  padding: 0 2rem;
  width: 100%;
  @media screen and (max-width:1080px) {
    margin: 2rem 0;
  }
}

#plan .price-box .price_txt {
  font-size: 63px;
  color: #FFF;
  text-align: center;

  @media screen and (max-width:1260px) {
    font-size: 4vw;
  }

  @media screen and (max-width:767px) {
    font-size: 25px;
  }

  & .price {
    font-size: 93px;
    font-size: 1.4em;
    padding-left: 0.2em;
  }
}

#plan .price-wrap .pay_ex {
  
}

/* planここまで */


/* page-contactここから */

#page-contact {
  padding: 3rem 0;
}

#page-contact .contact_box {
  padding-bottom: 40px;
  border-bottom: 1px solid #2f4887;
  width: 100%;
  text-align: center;

  @media screen and (max-width:768px) {
    padding-bottom: 15px;
  }
}


#page-contact .contact_box h3 {
  font-size: 20px;
  color: #231815;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 30px;
  font-weight: normal;
}
@media screen and (max-width:768px) {
  #page-contact .contact_box h3 {
    font-size: 20px;
  }
}

#page-contact .contact_box .contact-mail {
  font-size: 60px;
  font-weight: bold;
  color: #2f4887;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.05em;
}
@media screen and (max-width:768px) {
  #page-contact .contact_box .contact-mail {
    font-size: 34px;
  }
}
#page-contact .contact_box .contact-mail span {
  font-size: 40px;
  @media screen and (max-width:768px) {
    font-size: 22.5px;
  }
}


/* フォーム */
#page-contact #form {
  padding: 50px 100px 0;
}
@media screen and (max-width:1024px) {
  #page-contact #form {
    padding: 50px 0;
  }
}
@media screen and (max-width:768px) {
  #page-contact #form {
    padding: 0;
  }
}

#page-contact #form table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 20px;
  margin-bottom: 30px;
}

#page-contact #form table tr {
  width: 100%;
}

#page-contact #form table tr th {
  width: 25%;
  font-weight: bold;
  vertical-align: top;
}

#page-contact #form table tr th .js-span-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #231815;
  letter-spacing: 0.05em;
  font-weight: normal;
  height: 50px;
}

#page-contact #form table tr th p .required {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #2f4886;
  padding: 3px 10px;

  @media screen and (max-width:768px) {
    font-size: 12.5px;
    margin-left: 20px;
  }
}

#page-contact #form .disp_flex {
  width: 100%;
  height: auto;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#page-contact #form .disp_flex:not(:last-child) {
	margin-bottom: 10px;
}
#page-contact #form .disp_flex_label {
	margin-right: 1em;
	width: 5em;
	white-space: nowrap;
  font-size: 14px;
}
@media screen and (max-width:768px) {
}
#page-contact #form .disp_flex_box {
	width: calc(100% - 6em);
}

#page-contact #form table tr th p .any {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #2f4886;
  background-color: #fff;
  border: 1px solid #2f4886;
  padding: 3px 10px;
}

#page-contact #form table tr td {
  padding-left: 50px;
  width: 75%;
}

#page-contact #form table tr td input,
#page-contact #form table tr td select {
  font-size: 16px;
  padding: 20px;
  background-color: #F2F2F2;
  letter-spacing: 0.05em;
  width: 100%;
  border: none;
  xheight: 50px;
  font-family: "Shippori Mincho", serif;
}

#page-contact #form table tr td textarea {
  font-size: 16px;
  padding: 20px;
  background-color: #F2F2F2;
  letter-spacing: 0.05em;
  border: none;
  width: 100%;
  font-family: "Shippori Mincho", serif;
}

@media screen and (max-width:768px) {
  #page-contact #form table tr {
      width: 100%;
      display: flex;
      flex-direction: column;
      margin-bottom: 25px;
  }

  #page-contact #form table tr:last-child {
      margin-bottom: 0;
  }

  #page-contact #form table tr th {
      width: 100%;
  }

  #page-contact #form table tr th .js-span-wrap {
      display: flex;
      align-items: center;
      justify-content: left;
      font-size: 14px;
      color: #231815;
      letter-spacing: 0.05em;
      font-weight: normal;
      height: auto;
      margin-bottom: 15px;
  }

  #page-contact #form table tr th p .any {
      font-size: 12.5px;
      letter-spacing: 0.1em;
      color: #1B444F;
      background-color: #fff;
      border: 1px solid #1B444F;
      padding: 3px 10px;
      margin-left: 20px;
  }

  #page-contact #form table tr td {
      padding-left: 0;
      width: 100%;
      font-size: 15px;
  }

  #page-contact #form table tr td input {
      font-size: 15px;
      padding: 15px 10PX;
      background-color: #F2F2F2;
      letter-spacing: 0.05em;
      width: 100%;
      border: none;
      height: auto;
      font-family: "Shippori Mincho", serif;
  }

  #page-contact #form table tr td textarea {
      font-size: 15px;
      padding: 10px;
      background-color: #F2F2F2;
      letter-spacing: 0.05em;
      border: none;
      width: 100%;
      font-family: "Shippori Mincho", serif;
      height: 275px;
  }

  #page-contact #form table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0 20px;
      margin-bottom: 50px;
  }
   
}

#page-contact .agree-box {
  text-align: center;
  margin: 3rem 0;
  line-height: 2;
}

#page-contact .btnBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;

  @media screen and (max-width:768px) {
    flex-direction: column;
    gap: 15px;
    margin: 0 auto;
  }
}

.contact .mw_wp_form_input .btn_wrap.-back {
  display: none !important;
}


#page-contact .btnBox .btn_wrap {
  display: inline-block;
  position: relative;
}

#page-contact .btnBox .btn_wrap::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 6px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  transform: skew(45deg);
  right: 15px;
  top: 45%;
}

#page-contact .btnBox .btn_wrap input {
  margin: 0 auto;
  display: block;
  background-color: #2f4886;
  padding: 15px 20px;
  width: 220px;
  color: #FFF;
  border: none;
  font-family: "Shippori Mincho", serif;
  text-align: left;
  font-size: 16px;
  
  @media screen and (max-width:768px) {
    font-size: 15px;
    -webkit-appearance: none;
    border-radius: 0;
  }
}

/* page-contactここまで */

/* confirmここから */

.confirm .mw_wp_form_input .btn_wrap.-back {
  display: block !important;
}

#page-contact .btnBox .-back {
  display: inline-block;
  position: relative;
}

#page-contact .btnBox .-back::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 6px;
  border-right: 1px solid #2f4886;
  border-bottom: 1px solid #2f4886;
  transform: skew(45deg);
  right: 15px;
  top: 45%;
}

#page-contact .btnBox .-back .btn-back {
  margin: 0 auto;
  display: block;
  background-color: #FFF;
  padding: 15px 20px;
  width: 220px;
  color: #2f4886;
  border: 1px solid #2f4886;
  font-family: "Shippori Mincho", serif;
  text-align: left;
  #page-contact .btnBox .-back .btn-back {
    -webkit-appearance: none;
    border-radius: 0;
  }
}


/* confirmここまで */

/* thanksここから */

#page-contact .tel_box .thanks-tit {
  font-size: 35px;
  color: #2f4886;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;

  @media screen and (max-width:768px) {
    font-size: 22.5px;
  }
}

#page-contact .thanks-txt {
  font-size: 16px;
  color: #231815;
  letter-spacing: 0.05em;
  line-height: 1.68;
  text-align: center;
  margin: 50px 0 100px;
}

@media screen and (max-width:768px) {
  #page-contact .thanks-txt {
    font-size: 15px;
    text-align: left;
    margin: 25px 0 50px;
  }
}

#page-contact .back-home {
  margin: 0 auto;
  display: block;
  background-color: #2f4886;
  padding: 15px 20px;
  width: 220px;
  border: none;
  font-family: "Shippori Mincho", serif;
  text-align: left;
  position: relative;
}
@media screen and (max-width:768px) {
  #page-contact .back-home {
    border-radius: 0;
  }
}

#page-contact .back-home a {
  color: #FFF;
  font-size: 16px;
  letter-spacing: 0.1em;
}

#page-contact .back-home::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 6px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  transform: skew(45deg);
  right: 15px;
  top: 45%;
}


/* thanksここまで */

