@charset "UTF-8";
/*------------------------
//---INDEX---
//1: layout
//2: layout-header
//3: layout-body
//4: layout-footer
//5: 共通クラス
//-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
#is-loading {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 8;
}

#loading {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 9;
}

/* ----------------------------- */
/* レイアウト */
/* ----------------------------- */
.wrap {
  height: 100%;
}

.innerbox {
  max-width: 120rem;
  min-width: 320px;
  margin: auto;
  padding-inline: 5px;
}

@media print, screen and (min-width: 601px) {
  .innerbox {
    min-width: 1200px;
    display: flex;
  }
}
@media print, screen and (min-width: 601px) {
  .sp_disp {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .pc_disp {
    display: none !important;
  }
}

/* ----------------------------- */
/* header */
/* ----------------------------- */
.header_top {
  border-image-source: linear-gradient(#f5f5f5, #f5f5f5);
  border-image-slice: fill 0;
  border-image-width: 1;
  border-image-outset: 0 100vw;
  border-image-repeat: stretch;
  padding-block: 20px;
}
.header_top a {
  text-decoration: none;
  color: #8a8a8a;
  padding: 0 15px 0 0;
}
.header_top .head_container {
  justify-content: space-between;
  margin: auto;
}
.header_top .contact-menu {
  display: flex;
  list-style: none;
}
.header_top .head-right {
  margin-left: auto;
}

@media print, screen and (min-width: 601px) {
  .header_bottom {
    height: 80px;
    align-items: center;
  }
  .header_bottom .logo {
    padding-top: 13px;
  }
  .header_bottom #fixd_header {
    margin-right: 0;
    margin-left: auto;
  }
}

/* ----------------------------- */
/* layout-body */
/* ----------------------------- */
.layout-body {
  min-height: 100%;
}
@media print, screen and (min-width: 601px) {
  .layout-body > .container {
    padding: 8rem 0 0;
  }
  .layout-body .sec:not(:last-of-type) {
    margin-bottom: 8em;
  }
}
@media screen and (max-width: 600px) {
  .layout-body > .container {
    padding: 3rem 0 0;
  }
  .layout-body .sec:not(:last-of-type) {
    margin-bottom: 3em;
  }
}

.page-content {
  width: 98%;
  margin: auto;
}

@media screen and (max-width: 600px) {
  .page-content {
    width: 96%;
  }
}
/* ----------------------------- */
/* layout-footer  */
/* ----------------------------- */
.layout-footer {
  width: 100%;
  background-color: #ffeaeb;
  color: #4f2122;
  padding: 50px 0 30px;
  font-family: "Zen Maru Gothic", sans-serif;
}
.layout-footer .site-infomation {
  gap: 3em;
  justify-content: center;
}
.layout-footer .access,
.layout-footer .fax {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.layout-footer .fax {
  font-weight: bold;
  margin: auto;
}
.layout-footer .contact {
  gap: 1.5em;
  display: flex;
  font-size: 26px;
}
.layout-footer .contact > div {
  display: flex;
  align-items: center;
}
.layout-footer .contact a {
  display: inherit;
  color: #4f2122;
  text-decoration: none;
}
.layout-footer .tel a {
  pointer-events: none;
}
.layout-footer .tel img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.layout-footer .f_left {
  padding-top: 20px;
  font-size: 15px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
}
.layout-footer .googlemap {
  overflow: hidden;
}
.layout-footer .add-footermenu {
  flex-direction: column;
}
.layout-footer .add-footermenu .sns {
  margin-top: auto;
  justify-content: end;
}
.layout-footer .add-footermenu .sns:before {
  content: none;
}
.layout-footer .add-footermenu .sns img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 9px;
}

.copyright {
  background-color: #ff91a0;
  color: #ffffff;
  font-size: 14px;
  padding: 25px 0;
  text-align: center;
  margin: auto;
}

@media screen and (max-width: 600px) {
  .layout-footer {
    padding: 30px 0 30px;
  }
  .layout-footer .site-infomation {
    display: flex;
    flex-direction: column-reverse;
  }
  .layout-footer .contact {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
  .copyright {
    background-color: #ff91a0;
    color: #ffffff;
    font-size: 12px;
    padding: 0;
    text-align: center;
    margin: auto;
    word-break: keep-all;
  }
}
/* ----------------------------- */
/* グローバルナビゲーション  */
/* ----------------------------- */
@media print, screen and (min-width: 601px) {
  .navigation {
    background: rgba(255, 255, 255, 0.7);
  }
  .menu {
    display: flex;
  }
  .menu .menu-item {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    width: 100%;
  }
  .menu .menu-item a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 600px) {
  #layout-header .container {
    padding-top: 70px;
  }
  #fixd_header {
    position: fixed;
    height: 70px;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
  }
  #fixd_header.UpMove {
    -webkit-animation: UpAnime 0.5s forwards;
            animation: UpAnime 0.5s forwards;
  }
  @-webkit-keyframes UpAnime {
    from {
      opacity: 1;
      transform: translateY(0);
    }
    to {
      opacity: 0;
      transform: translateY(-100px);
    }
  }
  @keyframes UpAnime {
    from {
      opacity: 1;
      transform: translateY(0);
    }
    to {
      opacity: 0;
      transform: translateY(-100px);
    }
  }
  #fixd_header.DownMove {
    -webkit-animation: DownAnime 0.5s forwards;
            animation: DownAnime 0.5s forwards;
  }
  @-webkit-keyframes DownAnime {
    from {
      opacity: 0;
      transform: translateY(-100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes DownAnime {
    from {
      opacity: 0;
      transform: translateY(-100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .wrap {
    position: relative;
  }
  #overlay {
    width: 0;
    height: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s;
    background: rgba(255, 255, 255, 0.7);
  }
  #overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .openbtn {
    position: fixed;
    z-index: 9999;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    padding: 8px 8px;
    background: #fc90a1;
  }
  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
  }
  .openbtn.active span:nth-of-type(1) {
    transform: translateY(16px) rotate(-45deg);
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    transform: translateY(-16px) rotate(45deg);
  }
  .openbtn.active {
    justify-content: space-between;
  }
  #g-nav {
    position: fixed;
    z-index: 50;
    top: 0;
    padding-block: 60px 20px;
    overflow: auto;
    right: -120%;
    width: 80%;
    padding-inline: 3%;
    min-height: 100vh;
    height: 100%;
    overflow-y: scroll;
    background: #fff;
    transition: all 0.6s;
  }
  #g-nav.panelactive {
    right: 0;
  }
  #g-nav .menu {
    padding-top: 20px;
    padding-left: 0;
    gap: 2%;
    width: 100%;
    margin-inline: auto 0;
  }
  #g-nav .menu-item {
    list-style: none;
  }
  #g-nav .menu-item a {
    display: flex;
    width: 100%;
    min-height: 45px;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    padding-inline: 4%;
  }
  #g-nav .menu-item-has-children > a:first-of-type {
    position: relative;
  }
  #g-nav .menu-item-has-children > a.open:first-of-type {
    color: #212529;
  }
  #g-nav .menu-item-has-children > a:after {
    font-size: 20px;
    font-family: "Material Icons";
    content: "\e037";
    transition: 0.2s;
  }
  #g-nav .menu-item-has-children > a:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  #g-nav .menu-item-has-children > a.open:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
}
.menu-item a {
  text-decoration: none;
  color: #4f2122;
}

li.menu-item-has-children ul.sub-menu {
  display: none;
}

@media print, screen and (min-width: 601px) {
  li.menu-item-has-children {
    position: relative;
  }
  li.menu-item-has-children:hover > ul.sub-menu {
    display: block;
  }
  li.menu-item-has-children .menu-item {
    padding-block: 0.5em;
  }
  ul.sub-menu {
    position: absolute;
    top: 100%;
    background: #ffffe5;
    z-index: 100;
    width: 100%;
  }
}
.global-menu {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #4f2122;
}

@media print, screen and (min-width: 601px) {
  .global-menu > li {
    padding-inline: 1.5em;
    flex-wrap: wrap;
    flex-direction: column;
    white-space: nowrap;
  }
  .global-menu > li:after {
    content: "▼";
    display: block;
  }
  .global-menu > li:not(:nth-of-type(1)) {
    border-left: 1px solid #4f2122;
  }
  .global-menu > li:has(.current-menu-item) {
    background-color: rgba(255, 145, 160, 0.1);
  }
  .sub-menu {
    padding: 0.3em;
    border-radius: 0.8em;
  }
  .sub-menu > li:not(:first-child) {
    border-top: 1px solid #4f2122;
  }
}
@media screen and (max-width: 600px) {
  #g-nav {
    display: flex;
    flex-direction: column;
  }
  .global-menu > li {
    border-bottom: 2px dotted #4f2122;
  }
  .sub-menu {
    background: #ffe8e9;
    border-top: 2px dotted #4f2122;
  }
  .sub-menu > li:not(:first-of-type) {
    border-top: 1px solid #ccc;
  }
  .add-globalmenu {
    margin-top: auto;
    margin-bottom: 0;
  }
  .add-globalmenu .tel {
    font-size: 1.8em;
  }
  .add-globalmenu .tel a {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    color: #4f2122;
    text-decoration: none;
  }
  .add-globalmenu .snsarea {
    display: flex;
    margin-block: auto 0;
    justify-content: center;
  }
  .add-globalmenu .sns {
    display: block;
    width: 46px;
    height: 46px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 11.5px;
  }
}
@media print, screen and (min-width: 601px) {
  .footer-nav {
    justify-content: center;
    margin-top: 3em;
    padding-inline: 0;
  }
  .footer-navigation {
    display: flex;
  }
  .footer-menu {
    align-items: start;
  }
  .footer-menu .menu-item {
    background: none;
    align-items: start;
    white-space: nowrap;
  }
  .footer-menu:first-of-type > .menu-item {
    padding-inline: 1.2em;
    flex-direction: column;
  }
  .footer-menu li.menu-item-has-children ul.sub-menu {
    display: initial;
    background: none;
    position: unset;
    z-index: 1;
  }
  .footer-menu .sub-menu {
    margin-left: 0.8em;
  }
  .footer-menu .sub-menu > li {
    justify-content: flex-start;
  }
  .footer-menu .sub-menu > li::before {
    font-size: 20px;
    font-family: "Material Icons";
    content: "\e037";
  }
  .footer-menu .sub-menu > li:not(:first-child) {
    border: none;
  }
  .footer-menu:first-of-type > .menu-item {
    border-right: 1px solid #4f2122;
  }
  .add-footermenu > li {
    padding-inline: 1.2em;
  }
  .add-footermenu > li::before {
    font-size: 20px;
    font-family: "Material Icons";
    content: "\e037";
  }
}