@charset "UTF-8";
.kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}

body {
  background-color: #e9f6f8;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}

.db {
  display: block;
}

.inner {
  padding: 60px 20px 60px 20px;
}

/*header2*/
.header2 {
  display: -webkit-box;
  display: -ms-flexbox;
  background-color: rgb(233, 246, 248);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.8;
  position: relative;
  height: 60px;
}
@media screen and (min-width: 1030px) {
  .header2 {
    height: 80px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 10px 20px 10px 20px;
}

.header-left {
  width: 250px;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 1030px) {
  .logo {
    width: 60px;
    height: 60px;
  }
}

.logo2 {
  width: 190px;
  height: 40px;
  margin-left: 5px;
}
@media screen and (min-width: 1030px) {
  .logo2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    width: 210px;
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width: 1030px) {
  .header__nav {
    display: block;
  }
}

.header__nav--ul1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-right: 20px;
}

.header__nav--ul1-l1 {
  font-size: 20px;
}

.ul1-l1-time {
  margin-left: 10px;
}

.header__nav--ul2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav--ul2-li {
  font-size: 20px;
  margin-right: 10px;
}

.ul2-li__boder {
  border-left: 2px solid #4a3636;
  padding-right: 5px;
}

.ul2-li__boder-a {
  margin-left: 10px;
}

.waku {
  margin-bottom: 5px;
}
@media screen and (min-width: 1030px) {
  .waku {
    display: none;
  }
}

/*メールアイコン*/
.st0 {
  fill: none;
  stroke: #000000;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

/*=============================
.btn-trigger　ハンバーガーメニュー
=============================*/
.btn-trigger {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  top: 30%;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
  border-radius: 1px;
}

.btn-trigger,
.btn-trigger span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 8px;
}

.btn-trigger span:nth-of-type(2) {
  top: 21px;
}

.btn-trigger span:nth-of-type(3) {
  bottom: -6px;
}

/*=============================
#btn17 ハンバーガーメニュー
=============================*/
#btn17::after {
  position: absolute;
  top: 130%;
  left: 114%;
  display: block;
  content: "";
  width: 50px; /*84px*/
  height: 50px;
  margin: -45px 0 0 -45px;
  border-radius: 50%;
  border: 1px solid rgba(255, 1, 1, 0);
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}

#btn17.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

#btn17.active span:nth-of-type(2) {
  left: 60%;
  opacity: 0;
  -webkit-animation: active-btn17-bar02 0.8s forwards;
  animation: active-btn17-bar02 0.8s forwards;
}

@-webkit-keyframes active-btn17-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-btn17-bar02 {
  100% {
    height: 0;
  }
}
#btn17.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(-45deg);
  transform: translateY(-16px) rotate(-45deg);
}

#btn17.active::after {
  border: 1px solid #000000;
}

/*メニュー表示時デザイン*/
.open .header-nav_lists {
  opacity: 1;
  pointer-events: all;
}

.header-nav_lists {
  z-index: 10;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  padding-top: 5%;
  margin-top: 60px;
  width: 100%;
  height: calc(100vh - 60px);
  background-color: #e9f6f8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
  text-align: center;
}

.hamburger--menu-li {
  margin: 20px 0;
}

/*navcss*/
.menu-asub {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 0.8rem;
  color: #ceb56c;
}

.nav {
  border-bottom: 1px solid #ccc;
}

.nav-ul {
  display: table;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
  max-width: 1100px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.nav-li {
  display: table-cell;
  min-width: 50px;
  border-right: 1px solid #ccc;
  width: 16.66%;
}

.nav-li:first-child {
  border-left: 1px solid #ccc;
}

/*header2(end)*/
/*nav固定用*/
#nav {
  position: fixed;
}

#nav.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  -webkit-animation: 2s;
          animation: 2s;
  opacity: 0.9;
}

.mv {
  position: relative;
  height: 92vh;
}
@media screen and (max-width: 1029px) {
  .mv {
    height: 80vh;
  }
}
@media screen and (min-width: 1030px) and (max-width: 1300px) {
  .mv {
    height: 90vh;
  }
}

.mv-img {
  height: 100%;
  width: auto;
  z-index: 50;
  background-color: #ccc;
  opacity: 0.8;
}
.mv-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.mv-active {
  background-color: #ccc;
  opacity: 0.4;
}

.mv__comment {
  white-space: nowrap;
  width: auto;
  z-index: 50;
  background: #be5600;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
  padding: 10px 20px 10px 25px;
  border-radius: 30px;
  opacity: 0.9;
}
@media screen and (min-width: 1030px) {
  .mv__comment {
    z-index: 50;
    background: #be5600;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    font-size: 50px;
    padding: 7px 13px 7px 20px;
  }
}

.mv__comment2 {
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.0156862745)), color-stop(40%, #be5600));
  background: linear-gradient(rgba(255, 255, 255, 0.0156862745) 0, #be5600 40%); /* 徐々に透明にする */
  font-size: 30px;
  width: 100%;
  color: #fff;
  text-align: center;
  padding-bottom: 5px;
}
@media screen and (min-width: 1030px) and (max-width: 1300px) {
  .mv__comment2 {
    font-size: 55px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .mv__comment2 {
    padding-bottom: 20px;
    font-size: 70px;
  }
}

@media screen and (max-width: 1029px) {
  .mv__comment2-span {
    display: block;
  }
}

.about__inner {
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 1030px) {
  .about__inner {
    padding-top: 60px;
    padding-left: 150px;
    padding-right: 150px;
  }
}

.hgroup {
  text-align: center;
  margin: 0 auto;
}

.h_en {
  font-size: 10px;
}
@media screen and (min-width: 1030px) {
  .h_en {
    font-size: 20px;
  }
}

.h_jp {
  font-size: 20px;
  border-bottom: 4px solid #be5600;
  display: inline-block;
}
@media screen and (min-width: 1030px) {
  .h_jp {
    font-size: 30px;
    border-bottom: 8px solid #be5600;
  }
}

.about1 {
  margin-top: 50px;
  text-align: center;
}

.about1,
.about2 {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.about2 {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1030px) {
  .about2 {
    margin-top: 40px;
    gap: 30px;
  }
}
@media screen and (max-width: 1029px) {
  .about2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}

.about2__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1030px) {
  .about2__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}
@media screen and (max-width: 1029px) {
  .about2__block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.about2__block2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1030px) {
  .about2__block2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1029px) {
  .about2__block2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.about2__img {
  max-width: 400px;
}
.about2__img img {
  width: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1030px) {
  .about2__img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 30px;
  }
}

.about2__comment {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1030px) {
  .about2__comment {
    padding: 20px;
  }
}

.about2__h3 {
  margin-bottom: 5px;
  font-size: 20px;
}
@media screen and (min-width: 1030px) {
  .about2__h3 {
    margin-bottom: 10px;
  }
}

.room {
  background-color: #fff;
}

.room__inner {
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 1030px) {
  .room__inner {
    padding-top: 60px;
    padding-left: 100px;
    padding-right: 100px;
  }
}

.room__div {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  margin-left: auto;
  margin-right: auto; /* 中央寄せ */
  place-items: center;
}
@media screen and (min-width: 1030px) {
  .room__div {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
    max-width: 1300px; /* コンテナの最大幅を設定 */
    margin-left: auto;
    margin-right: auto; /* 中央寄せ */
  }
}
.room__div-blok {
  text-align: center;
  margin-bottom: 20px;
}

.div-blok-img {
  max-width: 400px;
  max-height: 530px;
}
.div-blok-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1030px) {
  .div-blok-img {
    max-width: 400px;
    max-height: auto;
  }
  .div-blok-img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: auto;
    height: 300px;
  }
}

.process {
  z-index: 100;
}

.process__inner {
  padding-top: 60px;
}

.process__content {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1030px) {
  .process__content {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.process__content--card {
  position: relative;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  width: 250px;
}
@media screen and (min-width: 1030px) {
  .process__content--card {
    position: relative;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 30px;
    text-align: center;
    width: 300px;
  }
}

.process__next::after {
  content: "";
  background-image: url(../img/imgcontent--card__next.png);
  background-size: contain;
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  left: 50%;
  bottom: -20px;
}
@media screen and (min-width: 1030px) {
  .process__next::after {
    width: 30px;
    height: 30px;
    left: 102%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.process__content--card-img {
  margin: 0 auto;
  width: 70px;
  height: 70px;
}
.process__content--card-img img {
  width: 100%;
}
@media screen and (min-width: 1030px) {
  .process__content--card-img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
  }
  .process__content--card-img img {
    width: 100%;
  }
}

.div-blok-comment {
  margin-top: 10px;
}

.news {
  background-color: #fff;
  z-index: 50;
}

@media screen and (min-width: 1030px) {
  .news__inner {
    padding-left: 200px;
    padding-right: 200px;
  }
}

.news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.news-list {
  list-style: none outside;
  margin: 0;
  padding: 0;
}

.news-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding: 20px 20px;
}

.news-list .item:first-child a {
  border-top: 1px solid #ccc;
}

.news-list .item .date {
  margin: 0;
  min-width: 120px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}

.news-list .item .title {
  margin: 0;
  width: 100%;
}

.news-list .item a:hover .title {
  color: #00f;
}

.news__iframe {
  width: 100%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
@media screen and (min-width: 1030px) {
  .news__iframe {
    width: 100%;
  }
}

.company_hgroup {
  margin-bottom: 50px;
}

.company__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 650px;
}
@media screen and (min-width: 1030px) {
  .company__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1024px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 30px;
    height: 450px;
  }
}

.company__content {
  width: 100% !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
}
@media screen and (min-width: 1030px) {
  .company__content {
    width: 100% !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.company__content-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.company__content-p1 {
  margin-right: 20px;
}

.company__content-p2 {
  text-align: center;
}

@media screen and (max-width: 1029px) {
  .company__content-p2-span {
    display: block;
  }
}

.company__gmap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.company__gmap iframe {
  width: 100%;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media screen and (min-width: 1030px) {
  .company__gmap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .company__gmap iframe {
    width: 100%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 0;
  }
}

.footer {
  background: #fff;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-align: center;
  padding: 60px 60px 30px 60px;
  gap: 20px;
}
@media screen and (min-width: 1030px) {
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: center;
    padding: 40px;
  }
}

.footer__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1029px) {
  .footer__left {
    margin-top: 20px;
    font-size: 13px;
  }
}

.footer-logo {
  width: 40px;
  height: 40px;
}

.footer__company {
  font-size: 13px;
}

.footer__right {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer__inquiry--card {
  padding: 25px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 15px;
  background: #e9f6f8;
  max-width: 400px;
  border-radius: 30px;
  margin: 0 auto;
}
@media screen and (min-width: 1030px) {
  .footer__inquiry--card {
    padding: 25px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    font-size: 20px;
    background: #e9f6f8;
    max-width: 400px;
    border-radius: 30px;
    margin: 0 auto;
  }
}

.inquiry--card-comment2 span {
  font-size: 20px;
  color: #be5600;
}
@media screen and (min-width: 1030px) {
  .inquiry--card-comment2 span {
    font-size: 30px;
    color: #be5600;
  }
}

/* トップへ戻るボタン */
/* ボタン全体 */
#page_top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 8px;
  bottom: 8px;
  background: #be5600;
  border-radius: 50%;
}
@media screen and (min-width: 1030px) {
  #page_top {
    right: 20px;
    bottom: 20px;
    width: 80px;
    height: 80px;
  }
}

.dli-chevron-up1 {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.7em;
  height: 0.7em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 1030px) {
  .dli-chevron-up1 {
    width: 1em;
    height: 1em;
  }
}

.dli-chevron-up2 {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.7em;
  height: 0.7em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 62%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 1030px) {
  .dli-chevron-up2 {
    width: 1em;
    height: 1em;
  }
}