@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #4E3015;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 1.7em;
  text-align: center;
  letter-spacing: 0.07em;
  animation: bugfix infinite 1s;
  -webkit-animation: bugfix infinite 1s;
}
a {
  text-decoration: none;
  color: #4E3015;
  transition: all 0.1s;
}
*, *::before, *::after {
  box-sizing: border-box;
}
ul {
  list-style: none;
}
ol {
  list-style: none;
}
section h2 {
  font-size: 4.8rem;
  letter-spacing: 0.08rem;
  line-height: 1.7em;
  font-family: 'Zen Maru Gothic';
  font-weight: 500;
  margin-bottom: 48px;
}
@media (max-width:850px) {
  section h2 {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}
section h3 {
  font-size: 2.4rem;
  letter-spacing: 0.08rem;
  line-height: 1.7em;
  font-family: 'Zen Maru Gothic';
  font-weight: 500;
}
@media (max-width:850px) {
  section h3 {
    font-size: 2.0rem;
  }
}
section h4 {
  font-size: 1, 6rem;
  letter-spacing: 0.08rem;
  line-height: 1.0em;
  font-family: 'Zen Maru Gothic';
  font-weight: 500;
}
.left {
  text-align: left;
}
.main {
  background-color: #FDFBEF;
  overflow: hidden;
  overflow-y: scroll;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}
/* Chrome, Safari 対応 */
.main::-webkit-scrollbar {
  display: none;
}
@media (max-width:850px) {
  .main {
    background-color: #FDFBEF;
    overflow: hidden;
    overflow-y: scroll;
    /* IE, Edge 対応 */
    -ms-overflow-style: none;
    /* Firefox 対応 */
    scrollbar-width: none;
  }
  /* Chrome, Safari 対応 */
  .main::-webkit-scrollbar {
    display: none;
  }
}
.sec-button {
  display: inline-block;
  font-weight: 500;
  font-family: 'Zen Maru Gothic', sans-serif;
  text-align: center;
  cursor: pointer;
  padding: 20px 80px;
  background-color: transparent;
  color: #4E3015;
  line-height: 1em; /* 1行の高さ  */
  transition: .3s; /* なめらか変化 */
  border: 2px solid #4E3015;
  border-radius: 100px;
  margin-top: 40px;
}
.sec-button:hover {
  color: #fff;
  background: #4E3015;
  border: 2px solid #ffffff;
}
@media (max-width:850px) {
  .sec-button {
    font-size: 1.4rem;
    display: inline-block;
    font-weight: 500;
    font-family: 'Zen Maru Gothic', sans-serif;
    text-align: center;
    cursor: pointer;
    padding: 20px 90px;
    background-color: transparent;
    color: #4E3015;
    line-height: 1em; /* 1行の高さ  */
    transition: .3s; /* なめらか変化 */
    border: 2px solid #4E3015;
    border-radius: 100px;
    margin-top: 40px;
  }
}
.pc-display-none {
  display: none;
}
@media (max-width:850px) {
  .pc-display-none {
  display: block;
}
}
/*header*/
.header {
  background-color: #FDFBEF;
  font-family: 'Zen Maru Gothic', sans-serif;
  width: 100%;
  z-index: 10000;
}
.header__container {
  position: relative;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 5px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-height: 170px;
}
.header__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 170px;
  background-image: image-set(url("../../images/common/header_logo.jpg") 1x, url("../../images/common/header_logo@2x.jpg") 2x);
  background-image: -webkit-image-set(url("../../images/common/header_logo") 1x, url("../../images/common/header_logo@2x.jpg") 2x);
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 170px 0px 0px 0px;
  border-radius: 0 0 24px 0;
}
.header h1 {
  width: 100%;
  max-width: 170px;
}
.header__navigation {
  display: flex;
  justify-content: flex-end;
  margin: 20px;
  align-items: center;
}
.header__site-map {
  display: flex;
  justify-content: flex-end;
}
.header__site-map li {
  margin: 10px 12px 10px 12px;
}
.header__navigation-inpuary {
  display: flex;
  justify-content: flex-end;
  margin-left: 12px;
}
.header__navigation-reserve {
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  padding: 14px 40px 12px 80px;
  line-height: 1.5em;
  transition: .3s;
  box-sizing: border-box;
  background: #83BF7E url("../../images/common/reserve.svg") no-repeat 8px 16px / 88px auto;
  text-align: center;
  border-radius: 40px;
  margin-right: 14px;
}
.header__navigation-reserve p {
  color: #FFF;
  font-size: 2.0rem;
  letter-spacing: inherit;
  line-height: inherit;
}
.header__navigation-reserve span {
  color: #FFF;
  font-size: 1.4rem;
}
.header__navigation-tel {
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  padding: 14px 14px 12px 56px;
  line-height: 1.5em;
  transition: .3s;
  box-sizing: border-box;
  background: url("../../images/common/tel.svg") no-repeat 8px 14px / 40px auto;
  text-align: center;
}
.header__navigation-tel p {
  font-size: 2.8rem;
  letter-spacing: inherit;
  font-weight: 600;
  line-height: inherit;
}
.header__navigation-tel span {
  font-size: 1.5rem;
}
#overlay-input {
  display: none;
}
@media (max-width:1380px) {
  .header {
    background-color: #FDFBEF;
    font-family: 'Zen Maru Gothic', sans-serif;
    width: 100%;
    z-index: 10000;
  }
  .header__container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 12px 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: column-reverse;
    align-items: flex-end;
    max-height: 170px;
  }
  .header__navigation {
    display: flex;
    justify-content: flex-end;
    flex-direction: column-reverse;
    margin: 20px;
    align-items: flex-end;
  }
  .header__site-map li {
    margin: 24px 12px 0px 12px;
  }
  .header__navigation-inpuary {
    justify-content: flex-end;
    margin-right: 0px;
  }
}
@media (max-width:850px) {
  .header {
    background-color: #FDFBEF;
    font-family: 'Zen Maru Gothic', sans-serif;
    width: 100%;
    height: 72px;
    z-index: 10000;
  }
  .header__container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 24px;
    display: inline-flex
  }
  .header__logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 140px;
    background-image: image-set(url("../../images/common/header_logo.jpg") 1x, url("../../images/common/header_logo@2x.jpg") 2x);
    background-image: -webkit-image-set(url("../../images/common/header_logo") 1x, url("../../images/common/header_logo@2x.jpg") 2x);
    background-position: 90%;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 140px 0px 0px 0px;
    border-radius: 0 0 10px 0;
  }
  .header__navigation {
    margin: 0;
  }
  .header__navigation-inpuary {
    display: none;
  }
  .menu-overlay { /*要検討*/
    position: absolute;
    content: "";
    width: 100vw;
    height: 50vh;
    top: 0;
    right: 0;
    animation: bugfix infinite 1s;
    -webkit-animation: bugfix infinite 1s;
  }
  @keyframes bugfix {
    from {
      padding: 0;
    }
    to {
      padding: 0;
    }
  }
  @-webkit-keyframes bugfix {
    from {
      padding: 0;
    }
    to {
      padding: 0;
    }
  }
  /*ハンバーガーメニュー背景*/
  #overlay-button {
    position: fixed;
    right: 1.5rem;
    top: 1.5rem;
    padding: 26px 14px;
    z-index: 20000;
    cursor: pointer;
    user-select: none;
    background-color: #83BF7E;
    border-radius: 10px;
  }
  /*ハンバーガーメニュー真ん中の線*/
  #overlay-button span {
    height: 3px;
    width: 30px;
    border-radius: 2px;
    background-color: #FFF;
    position: relative;
    display: block;
    transition: all .3s ease-in-out;
  }
  /*ハンバーガーメニュー上の線*/
  #overlay-button span::before {
    top: -10px;
    left: 0;
    visibility: visible;
  }
  /*ハンバーガーメニュー下の線*/
  #overlay-button span::after {
    top: 10px;
    left: 0;
  }
  #overlay-button span::before, #overlay-button span::after {
    height: 3px;
    width: 30px;
    border-radius: 2px;
    background-color: #FFF;
    position: absolute;
    content: "";
    transition: all 0.3s ease-in-out;
  }
  #overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
    background: #fff;
  }
  input[type=checkbox] {
    display: none;
  }
  input[type=checkbox]:checked ~ #overlay {
    visibility: visible;
  }
  input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
    background: transparent;
  }
  input[type=checkbox]:checked ~ #overlay-button span:before {
    transform: rotate(45deg) translate(7px, 7px);
  }
  input[type=checkbox]:checked ~ #overlay-button span:after {
    transform: rotate(-45deg) translate(7px, -7px);
  }
  #overlay {
    height: 100vh;
    width: 100vw;
    background: #83BF7E;
    z-index: 10000;
    visibility: hidden;
    position: fixed;
    flex-direction: column;
    text-align: center;
    align-items: center;
    transition: all 0.1s;
  }
  #overlay.active {}
  #overlay ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 40vh;
    padding-left: 0;
    list-style-type: none;
  }
  /*
  #overlay ul li {
    padding: 1.6rem;
  }*/
  #overlay-menu li {
    padding: 1.0rem;
  }
  #overlay ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 2.0rem;
    animation: bugfix infinite 0.1s;
    -webkit-animation: bugfix infinite 0.1s;
  }
  #overlay ul li a:hover {
    color: #4E3015 !important;
  }
  #overlay-reserve {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 14px 50px 12px 90px;
    line-height: 1.5em;
    transition: .3s;
    box-sizing: border-box;
    background: #83BF7E url("../../images/common/reserve.svg") no-repeat 8px 16px / 90px auto;
    text-align: center;
    border: 2px #FFF solid;
    border-radius: 40px;
    margin: 0 0 32px 0;
  }
  #overlay-reserve p {
    font-size: 2.4rem;
    letter-spacing: inherit;
    line-height: inherit;
  }
  #overlay-reserve span {
    font-size: 1.6rem;
  }
  #overlay-tel {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 14px 14px 12px 56px;
    line-height: 1.5em;
    transition: .3s;
    box-sizing: border-box;
    background: url("../../images/top/reserve-tel.svg") no-repeat 8px 14px / 40px auto;
    text-align: center;
  }
  #overlay-tel p {
    font-size: 3.2rem;
    letter-spacing: inherit;
    font-weight: 600;
    line-height: inherit;
  }
  #overlay-tel span {
    font-size: 1.6rem;
  }
}
/*タイムテーブル*/
.sec-timetable {
  margin: 0 auto;
  padding: 100px 0 0;
}
table {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 15px;
  border-collapse: separate;
  border-left: 1px solid #4E3015;
  border-top: 1px solid #4E3015;
}
.top-table {
  background-color: transparent;
}
table th {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  color: #FDFBEF;
  padding: 10px 15px;
  background-color: #4E3015;
  border-bottom: 2px solid #4E3015;
  border-right: 2px solid #FDFBEF;
}
table td {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  padding: 10px 15px;
  background-color: #FDFBEF;
  border-bottom: 2px solid #4E3015;
  border-right: 2px solid #4E3015;
}
table thead th:first-child {
  border-radius: 15px 0 0 0;
  border-right: 2px solid #FDFBEF;
}
table thead th:last-child {
  border-radius: 0 15px 0 0;
  border-right: 2px solid #4E3015;
}
table tbody {
  border-radius: 0 0 15px 15px;
  border-right: 2px solid #4E3015;
}
.border-radius {
  border-radius: 0 0 15px 0;
}
#border-radius {
  border-radius: 0 0 0 15px;
}
#border-radius2 {
  border-radius: 0 0 0 15px;
}
@media (max-width:850px) {
  .sec-timetable {
    margin: 0 auto;
    padding: 72px 16px 0;
  }
  table {
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
    border-radius: 10px;
    border-collapse: separate;
    border-left: 1px solid #4E3015;
    border-top: 1px solid #4E3015;
  }
  .top-table {
    margin: 0px auto;
  }
  table th {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1;
    align-items: center;
    color: #FDFBEF;
    padding: 5px 10px;
    background-color: #4E3015;
    border-bottom: 2px solid #4E3015;
    border-right: 2px solid #FDFBEF;
  }
  table td {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1;
    align-items: center;
    padding: 5px 10px;
    background-color: transparent;
    border-bottom: 2px solid #4E3015;
    border-right: 2px solid #4E3015;
  }
  table thead th:first-child {
    border-radius: 10px 0 0 0;
    border-right: 2px solid #FDFBEF;
  }
  table thead th:last-child {
    border-radius: 0 10px 0 0;
    border-right: 2px solid #4E3015;
  }
  table tbody {
    border-radius: 0 0 10px 10px;
    border-right: 2px solid #4E3015;
  }
  .border-radius {
    border-radius: 0 0 10px 0;
  }
  #border-radius {
    border-radius: 0 0 0 10px;
  }
  #border-radius2 {
    border-radius: 0 0 0 10px;
  }
}
.sec-treatmenttime-access {
  padding: 100px 0;
  background-color: transparent;
}
.sec-treatmenttime-access__container {
  width: 100%;
  margin: 0 auto;
  max-width: 1043px;
}
.sec-treatmenttime-access__flex-wrap00 {
  margin: 45px 25px 0 25px;
  display: flex;
  justify-content: center;
}
.sec-treatmenttime-access__flex-wrap01 {
  width: 50%;
}
.sec-treatmenttime-access__flex-wrap {
  margin: 25px 0 0 0;
  display: flex;
  justify-content: flex-start;
  text-align: left;
}
.sec-treatmenttime-access__flex-wrap dt {
  width: 100%;
  max-width: 90px;
  height: 30px;
  display: flex;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  background-color: #83BF7E;
  margin-right: 20px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  line-height: 0.9;
  text-align: center;
}
.map {
  display: flex;
  width: 100%;
  height: 220px;
  max-width: 538px;
  border-radius: 15px;
  box-shadow: 3px 3px 10px -5px #ccc;
  margin-top: 30px;
}
@media (max-width:850px) {
  .sec-treatmenttime-access {
    padding: 80px 0;
    margin: 0 auto;
  }
  .sec-treatmenttime-access__flex-wrap00 {
    margin-top: 30px;
    display: inline-block;
  }
  .sec-treatmenttime-access__flex-wrap01 {
    width: 100%;
  }
  .sec-treatmenttime-access__flex-wrap {
    margin: 20px 0 0 0;
    display: flex;
    justify-content: flex-start;
    text-align: left;
  }
}
.sec-reserve {
  width: 100%;
  padding: 100px 0;
  margin: 0 auto;
  background-image: image-set(url("../../images/top/reserve_bg.jpg") 1x, url("../../images/top/reserve_bg@2x.jpg") 2x);
  background-image: -webkit-image-set(url("../../images/top/reserve_bg.jpg") 1x, url("../../images/top/reserve_bg@2x.jpg") 2x);
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  color: #FFF;
}
.sec-reserve::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: -10;
}
.sec-reserve__container {
  width: 100%;
  max-width: 1043px;
  margin: 0 auto;
}
.sec-reserve__discription1 {
  margin-top: 48px;
}
.sec-reserve__discription2 {
  margin-top: 8px;
}
.sec-reserve ul {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.sec-reserve ul li {
  list-style: none;
  margin: 0 10px 20px;
}
.sec-reserve__web {
  width: 100%;
  max-width: 400px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  padding: 20px 85px 20px 130px;
  line-height: 2em;
  transition: .3s;
  box-sizing: border-box;
  background: #83BF7E url("../../images/common/reserve.svg") no-repeat 50px 20px / 100px auto;
  text-align: center;
  border: 2px solid #FFF;
  border-radius: 15px;
}
.sec-reserve__web:hover {
  background-color: #568152;
}
.sec-reserve__web p {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
}
.sec-reserve__web span {
  padding-right: 50px;
}
.sec-reserve__tel {
  width: 100%;
  max-width: 400px;
  color: #FFF;
  display: inline-block;
  cursor: pointer;
  padding: 20px 50px 20px 100px;
  margin-top: 0px;
  line-height: 2em;
  transition: .3s;
  box-sizing: border-box;
  background: url("../../images/top/reserve-tel.svg") no-repeat 50px 20px / 40px auto;
  text-align: center;
  border: 2px solid #FFF;
  border-radius: 15px;
}
.sec-reserve__tel p {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 800;
  font-size: 4.0rem;
}
.sec-reserve__tel span {
  margin-top: 25px;
  padding-right: 50px;
}
@media (max-width:850px) {
  .sec-reserve {
    padding: 80px 24px;
    background-position: 40%;
  }
  .sec-reserve__discription1 {
    margin-top: 20px;
  }
  .sec-reserve ul {
    display: block;
  }
  .sec-reserve ul li {
    margin-bottom: 10px;
  }
  .sec-reserve__web {
    width: 100%;
    max-width: 320px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 20px 48px 20px 80px;
    line-height: 1.5em;
    transition: .3s;
    box-sizing: border-box;
    background: #86B781 url("../../images/common/reserve.svg") no-repeat 30px 23px / 65px auto;
    text-align: center;
    border-radius: 15px;
  }
  .sec-reserve__web p {
    font-size: 2.4rem;
  }
  .sec-reserve__web span {
    font-size: 1.4rem;
    margin-top: 8px;
    padding-right: 40px;
  }
  .sec-reserve__tel {
    width: 100%;
    max-width: 320px;
    padding: 15px 25px 15px 55px;
    margin-top: 15px;
    line-height: 1.8em;
    background: url("../../images/top/reserve-tel.svg") no-repeat 40px 20px / 30px auto;
  }
  .sec-reserve__tel p {
    font-size: 2.8rem;
  }
  .sec-reserve__tel span {
    font-size: 1.4rem;
    padding: 0px 10px;
  }
}
/*footer*/
.footer {
  color: #FFF;
  background-color: #4E3015;
  padding: 100px 50px 30px;
  text-align: left;
}
.footer a {
  color: #FFF;
}
.footer__container {
  width: 100%;
  max-width: 1043px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer__shop-info {
  padding-bottom: 100px;
}
.footer h2 {
  text-align: left;
}
.footer__shop-info-wrapper {
  display: flex;
  justify-content: flex-start;
}
.footer__shop-info__map {
  display: inline-block;
  align-items: center;
}
.footer__shop-info-adress {
  color: #FFF;
  font-style: normal;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 400;
  text-align: left;
  margin: 0 auto 20px;
  padding: 20px 20px 0 0;
}
.footer__shop-info-adress__link-flexwrap {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
}
.footer__shop-info-adress__link-instagram {
  display: inline;
  margin-right: 10px;
  padding: 10px 20px;
  font-size: 1.4rem;
  color: #FFF;
  line-height: 1;
  border: 1px solid #FFF;
  border-radius: 5px;
}
.footer__shop-info-adress__link-LINE {
  padding: 10px 40px;
  font-size: 1.4rem;
  color: #FFF;
  line-height: 1;
  border: 1px solid #FFF;
  border-radius: 5px;
}
.footer__shop-info-adress__link-webreserve-box {
  margin-top: 30px;
}
.footer__shop-info-adress__link-webreserve {
  width: 100%;
  margin-top: 20px;
  padding: 10px 5px 10px 20px;
  font-size: 1.4rem;
  color: #FFF;
  background-color: #86B781;
  line-height: 1em;
  border: 1px solid #FFF;
  border-radius: 5px;
}
.footer__shop-info-adress__link-webreserve:hover {
  background-color: #568152;
}
.footer__navigation {
  color: #FFF;
}
.footer__navigation-flexwrap {
  display: flex;
}
.icon-play3::before {
  content: "\ea1c";
  color: #FFF;
  font-family: 'icomoon';
  margin-right: 6px;
  font-size: 12px;
}
.footer__navItem {
  margin: 0.4rem;
}
.footer__navigation-flexwrap1 {
  margin-right: 3.2rem;
}
#margin-top1 {
  margin-top: 2.0rem;
}
#margin-top2 {
  margin-top: 2.0rem;
}
.footer__copyright-wrapper {
  padding-top: 20px;
  text-align: center;
}
.footer__copyright-wrapper small {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 400;
  margin: 0 auto;
}
@media (max-width:850px) {
  .footer {
    padding: 80px 24px 100px;
    margin: 0 auto;
  }
  .footer__container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
  }
  .footer__shop-info {
    padding-bottom: 80px;
  }

  .footer h2 {
    text-align: center;
  }
  .footer__shop-info-wrapper {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .footer__shop-info-adress {
    text-align: left;
    align-items: center;
  }
  #footer__tel {
    color: #FFFFFF;
  }
  .footer__shop-info-adress__link-flexwrap {
    text-align: center;
  }
  .footer__navigation {
    display: block;
    color: #FFF;
    margin: 0 auto;
    
  }
  .footer__navigation-flexwrap {
    display: block;
    margin-bottom: 60px;
  }
  .footer__navigation-flexwrap1 {
    margin-right: 0;
  }
  .footer__navigation-flexwrap2 {
    margin-top:20px; 
  }
  .footer__copyright-wrapper {
    padding-top: 20px;
  }
  .footer__copyright-wrapper small {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    margin: 0 auto;
  }
}
/*下層ページタイトル*/
h1 {
  margin: 100px 0;
  display: flex;
  flex-direction: column;
}
.title {
  font-size: 5.6rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width:850px) {
  h1 {
    margin: 40px 24px 30px;
  }
  .title {
    font-size: 4.0rem;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.3em;
  }
}
/*パンくず*/
.container-pankuzu {
  padding: 10px 0px 10px 24px;
}
.pankuzu_list {
  display: flex;
  font-size: 1.2rem;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.pankuzu_list-item:not(:last-child) {
  position: relative;
  z-index: 0;
  padding-right: 1.4em;
}
.pankuzu_list-item:not(:last-child)::after {
  content: '';
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #4E3015;
  border-right: 1px solid #4E3015;
  transform: rotate(45deg);
  position: absolute;
  right: 0.5em;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width:850px) {
  .container-pankuzu {
    padding: 10px 0px 10px 16px;
    margin-top: 70px;
  }
  .pankuzu_list {
    display: flex;
    font-size: 1.2rem;
    font-family: 'Zen Maru Gothic', sans-serif;
  }
  .pankuzu_list-item:not(:last-child) {
    position: relative;
    z-index: 0;
    padding-right: 1.4em;
  }
  .pankuzu_list-item:not(:last-child)::after {
    content: '';
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-top: 1px solid #4E3015;
    border-right: 1px solid #4E3015;
    transform: rotate(45deg);
    position: absolute;
    right: 0.5em;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.tracking_banner__mobile {
  display: none;
}
@media (max-width:850px) {
  .tracking_banner__mobile {
    padding: 5px 0 5px 0;
    position: fixed;
    font-family: 'Zen Maru Gothic', sans-serif;
    display: flex;
    width: 100%;
    justify-content: center;
    perspective-origin: fixed;
    background-color: #53483D;
    z-index: 1000;
    bottom: 0;
    left: 0;
  }
  .tracking_banner__mobile_reserve {
    width: 50%;
    padding: 1.3rem 1.0rem 0.8rem 5.8rem;
    margin: 0 3px 0 ;
    color: #FFFFFF;
    border-radius: 4.0rem;
    background:#86B781 url("../../images/common/reserve.svg") no-repeat 0% 45% / 90px auto;
  }
  .tracking_banner__mobile_reserve p {
    font-size:1.6rem;
    line-height: 1.2em;
    }
  .tracking_banner__mobile_reserve span {
    font-size:1.2rem;
    line-height: 1.0em;
  }
  .tracking_banner__mobile_tel {
    width: 50%;
    padding: 1.3rem 1.0rem 0.8rem 5.0rem;
    margin: 0 3px 0 ;
    border-radius: 4.0rem;
     background:#FDFBEF url("../../images/common/tel.svg") no-repeat 13% 45% / 36px auto;
  }
  .tracking_banner__mobile_tel p {
    font-size:2.0rem;
    line-height: 1.0em;
    letter-spacing: 0rem;
  }
  .tracking_banner__mobile_tel span {
    font-size:1.2rem;
    letter-spacing: 0rem;
     line-height: 1.0em;
  }
  }
@media (max-width:380px) {
  .tracking_banner__mobile {
    padding: 5px 0 5px 0;
    position: fixed;
    font-family: 'Zen Maru Gothic', sans-serif;
    display: flex;
    width: 100%;
    justify-content: center;
    perspective-origin: fixed;
    background-color: #53483D;
    z-index: 1000;
    bottom: 0;
    left: 0;
  }
  .tracking_banner__mobile_reserve {
    width: 50%;
    padding: 1.0rem 1.0rem 0.5rem 3.0rem;
    margin: 0 3px 0 ;
    color: #FFFFFF;
    border-radius: 4.0rem;
    background:#86B781 url("../../images/common/reserve.svg") no-repeat 5% 30% / 45px auto;
  }
  .tracking_banner__mobile_reserve p {
    font-size:1.4rem;
    line-height: 1.0em;
    }
  .tracking_banner__mobile_reserve span {
    font-size:1.0rem;
    line-height: 1.0em;
  }
  .tracking_banner__mobile_tel {
    width: 50%;
    padding: 1.0rem 1.0rem 0.5rem 3.0rem;
    margin: 0 3px 0 ;
    border-radius: 4.0rem;
    background:#FDFBEF url("../../images/common/tel.svg") no-repeat 11% 30% / 18px auto;
  }
  .tracking_banner__mobile_tel p {
    font-size:1.8rem;
    line-height: 1.0em;
    letter-spacing: 0rem;
  }
  .tracking_banner__mobile_tel span {
    font-size:1.0rem;
    letter-spacing: 0rem;
     line-height: 1.0em;
  }
}
