@charset "UTF-8";

@font-face {
  font-family: "AthelasBold";
  src: url("../font/AthelasBold.ttf") format("truetype");
}

@font-face {
  font-family: "CenturyGothic";
  src: url("../font/CenturyGothic.ttf") format("truetype");
}

@font-face {
  font-family: "Bodoni";
  src: url("../font/Bodoni.ttf") format("truetype");
}

.small_text{
	font-size: 14px;
}
.small_text12{
	font-size: 12px;
	display: block;
}
.mens_box{
	position: relative;
	text-align: center;
}
.mens_box h2{
	position: absolute;
	top: 100px;
left: 50%;
	transform: translate(-50%, 0);
	font-family: "Noto Serif JP", serif;
	font-size: 28px;
	  line-height: 1.75;
  letter-spacing: 0.15em;
  text-shadow: 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 8px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff;
}
.mens_box img{
	width: 100%;
max-width: 100%;
height: auto;
}
.sp_only{
	display: none;
}
@media (max-width: 768px) {
.mens_box h2{
	font-size: 18px;
	writing-mode: vertical-rl;
	text-align: justify;
	top: -50px;
	line-height: 2;
	}
.pc_only{
	display: none
}	
.sp_only{
	display: block;
}
}




/* ------------------------------
   animation
------------------------------ */

.load-anime.js-fadein {
  opacity: 0;
}

.load-anime.js-fadein.-loaded {
  opacity: 0;
  transition: opacity ease-in 600ms;
  animation: fadeIn02 1.2s 0.6s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeIn02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.u-fade-in-up {
  opacity: 0;
  transition: opacity ease-in 600ms;
}

/* トリガー発火でis-activeを付与 */
.u-fade-in-up.is-scroll-in {
  opacity: 1;
}

.u-fade-in-up.delay2 {
  transition-delay: 150ms;
}

.u-fade-in-up.delay3 {
  transition-delay: 250ms;
}

@media (max-width: 768px) {
  .u-fade-in-up.delay2 {
    transition-delay: 100ms;
  }

  .u-fade-in-up.delay3 {
    transition-delay: 150ms;
  }
}

.u-fade-in-up.load {
  animation: fadeIn02 1.2s 0.6s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeIn02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ロード */
.js-fadein.load-delay1 {
  animation-delay: 0.6s !important;
}

@media (max-width: 768px) {
  .js-fadein.load-delay1 {
    transition-delay: 70ms !important;
  }
}

.js-fadein.load-delay2 {
  animation-delay: 1.4s !important;
}

@media (max-width: 768px) {
  .js-fadein.load-delay2 {
    transition-delay: 0.14s !important;
  }
}

.js-fadein.load-delay3 {
  animation-delay: 1.8s !important;
}

@media (max-width: 768px) {
  .js-fadein.load-delay3 {
    transition-delay: 0.21s !important;
  }
}

.js-fadein.load-delay4 {
  animation-delay: 2s !important;
}

.js-fadein.load-delay5 {
  animation-delay: 2.6s !important;
}

.preload-fade {
  opacity: 0;
  animation: fadeOut 1.2s 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tel {
  letter-spacing: 0.14em;
  color: #c7a13e;
  font-weight: 500;
  font-family: "Helvetica Neue", sans-serif !important;
}

.tel::before {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_tel.png) center / cover no-repeat;
  width: 0.5909090909em;
  height: 0.7727272727em;
  margin-right: 7px;
}

.reserve::before {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_reserve.png) center / cover no-repeat;
  width: 40px;
  height: 40px;
  margin-right: 7px;
  vertical-align: middle;
}

.bd-line::after {
  display: block;
  content: "";
  width: 192px;
  height: 0px;
  border-bottom: 0.5px solid #c7a13e;
  margin: 0.9444444444em auto 0;
}

@media (hover: hover) and (pointer: fine) {
  a {
    transition: opacity 0.3s;
  }

  a:hover {
    opacity: 0.7;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ---------------------------------------------
*   header
--------------------------------------------- */
.header {
  background-color: #fff;
  box-sizing: border-box;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  color: #3b180e;
}

@media screen and (max-width: 768px) {
  .header {
    position: sticky;
    top: 0;
    z-index: 10;
  }
}

.header .header__logo {
  width: 112px;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .header .header__logo {
    width: 52px;
  }
}

.header .header__inner {
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 100px;
}

@media screen and (max-width: 768px) {
  .header .header__inner {
    padding: 10px 10px 15px 25px;
  }
}

.header .header-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .header .header-top {
    display: none;
  }
}

.header .header-top .header__action-btn {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-left: 25px;
}

.header .header-top__data .tel {
  font-size: 22px;
}

.header .header-top__data p {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.8;
}

.gnav {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .gnav {
    margin-top: 0;
  }
}

.gnav__list {
  display: flex;
}

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

.gnav__link {
  padding: 10px 30px;
  padding: 10px 30px min((15 / 1400) * 100vw, 15px);
  font-weight: bold;
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 1260px) {
.gnav__link {
padding: 10px min((15 / 1400) * 100vw, 15px);		
	}
}
@media screen and (max-width: 768px) {
  .gnav__link::before {
    content: "";
    display: inline-block;
    background: url(../img/common/icon_gnav.jpg) center / cover no-repeat;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .gnav__link {
    padding: 15px 0;
    border-bottom: 1px solid #eeeeee;
  }
}

@media screen and (max-width: 768px) {
  .gnav__link--sp {
    border-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .header-spmenu {
    display: none;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    height: calc(100vh - 60px);
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px calc((35 / 550) * 100%) 75px;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 100;
  }

  .header-spmenu .header-contact {
    background-color: #3b180e;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    padding: 30px 20px;
  }

  .header-spmenu .header-contact .header-contact__data {
    font-weight: 500;
    font-size: min((12 / 375) * 100vw, 15px);
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
  }

  .header-spmenu .header-contact .header-contact__data .tel {
    font-weight: bold;
    font-size: min((25 / 375) * 100vw, 30px);
    color: #fff;
    margin-bottom: 10px;
    display: block;
  }

  .header-spmenu .header-contact .header-contact__data .tel::before {
    background: url(../img/common/icon_tel_w.svg) center / cover no-repeat;
  }

  .header-spmenu .header-contact .header-contact__data .bd-line::after {
    border-color: currentColor;
    width: 100%;
    margin-top: 5px;
  }

  .header-spmenu .header-contact .header-contact__btn {
    background-color: #fff;
    color: #c7a13e;
    border-radius: 10px;
    letter-spacing: 0.05em;
    margin-top: 25px;
  }

  .header-spmenu .header-contact .header-contact__btn a {
    font-weight: bold;
    font-size: 18px;
    display: block;
    padding: 15px;
  }

  .header-spmenu .header-contact .header-contact__btn a span {
    display: block;
    font-weight: 500;
    font-size: 15px;
    margin-top: 10px;
  }

  .header-spmenu .header-contact .header-contact__sns-wrap {
    margin-top: 25px;
  }

  .header-spmenu .header-contact .header-contact__sns-wrap p {
    font-size: min((12 / 375) * 100vw, 14px);
    font-weight: bold;
  }

  .header-spmenu .header-contact .header-contact__sns {
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }

  .header-spmenu .header-contact .header-contact__sns a img {
    width: 42px;
  }

  .header-spmenu .header-contact .header-contact__sns a:last-child {
    margin-left: 15px;
  }
}

.header-menu-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  margin: 0;
  outline: none;
  position: relative;
}

.is-sp-menu-opened .header-spmenu {
  display: block;
}

.header-menu-button__lines {
  display: block;
  height: 20px;
  position: relative;
  width: 30px;
}

.header-menu-button__line {
  background-color: #5e5d5c;
  display: block;
  height: 0;
  left: 0;
  padding-top: 1px;
  position: absolute;
  width: 100%;
}

.header-menu-button__line--top {
  -webkit-animation: line1-off 0.6s forwards;
  animation: line1-off 0.6s forwards;
}

.is-sp-menu-opened .header-menu-button__line--top {
  -webkit-animation: line1-on 0.6s forwards;
  animation: line1-on 0.6s forwards;
}

.header-menu-button__line--center {
  margin-top: -1px;
  top: 50%;
  transition: all 0.2s 0.2s;
}
.is-sp-menu-opened .header-menu-button__line--center {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
}

.header-menu-button__line--bottom {
  -webkit-animation: line2-off 0.6s forwards;
  animation: line2-off 0.6s forwards;
}

.is-sp-menu-opened .header-menu-button__line--bottom {
  -webkit-animation: line2-on 0.6s forwards;
  animation: line2-on 0.6s forwards;
}

@-webkit-keyframes line1-on {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    top: 0;
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0);
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(45deg);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}

@keyframes line1-on {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    top: 0;
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0);
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(45deg);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}
@-webkit-keyframes line1-off {
  0% {
    -webkit-transform: translateY(-50%) rotate(45deg);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0);
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    top: 0;
    transform: translateY(0) rotate(0);
  }
}
@keyframes line1-off {
  0% {
    -webkit-transform: translateY(-50%) rotate(45deg);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0);
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    top: 0;
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes line2-on {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    bottom: 0;
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(50%) rotate(0);
    bottom: 50%;
    transform: translateY(50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(50%) rotate(-45deg);
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
}
@keyframes line2-on {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    bottom: 0;
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(50%) rotate(0);
    bottom: 50%;
    transform: translateY(50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(50%) rotate(-45deg);
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
}
@-webkit-keyframes line2-off {
  0% {
    -webkit-transform: translateY(50%) rotate(-45deg);
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(50%) rotate(0);
    bottom: 50%;
    transform: translateY(50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    bottom: 0;
    transform: translateY(0) rotate(0);
  }
}

@keyframes line2-off {
  0% {
    -webkit-transform: translateY(50%) rotate(-45deg);
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(50%) rotate(0);
    bottom: 50%;
    transform: translateY(50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    bottom: 0;
    transform: translateY(0) rotate(0);
  }
}

@media (min-width: 768px) {
  .tb-block {
    min-width: 1024px;
  }
}

@media (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

.img-cover {
  position: relative;
}

.img-cover::after {
  content: "";
  display: block;
  background: rgba(59, 24, 14, 0.6);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 10px;
}

/* footer-pagetop */
.js-pagetop-threshold {
  position: absolute;
  top: 0;
  height: 160px;
}

.footer-pagetop {
  position: fixed;
  right: 38px;
  bottom: 30px;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

@media (max-width: 768px) {
  .footer-pagetop {
    right: 5px;
  }
}

.footer-pagetop.is-show {
  visibility: visible;
  opacity: 1;
}

.footer-pagetop__link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #c7a13e;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  border: 1px solid #c7a13e;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-family: athelas, serif;
  font-weight: bold;
}

@media (max-width: 768px) {
  .footer-pagetop__link {
    width: 44px;
    height: 44px;
    font-size: 10px;
  }
}

.footer-pagetop__link::before {
  display: block;
  content: "";
  position: absolute;
  top: -27px;
  width: 10px;
  height: 37px;
  background: url(../img/top/arrow.svg) center / cover no-repeat;
}

@media (max-width: 768px) {
  .footer-pagetop__link::before {
    height: 25px;
    width: 7px;
    top: -20px;
  }
}

/* footer */
.footer {
  color: #fff;
  background: url(../img/common/bg_footer.png) center / cover no-repeat;
  max-width: none;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}

@media (max-width: 768px) {
  .footer {
    background: url(../img/common/bg_footer_sp.png) center / cover no-repeat;
  }
}

.footer::after {
  background: rgba(59, 24, 14, 0.8);
  height: 68%;
  bottom: 0;
  top: auto;
  z-index: 1;
  border-radius: 0;
}

@media (max-width: 768px) {
  .footer::after {
    height: 100%;
  }
}

.footer .footer__inner {
  padding: 345px 20px 120px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .footer .footer__inner {
    padding: 50px 20px 35px;
    display: block;
  }
}

.footer img {
  max-width: 100%;
  height: auto;
}

.footer .footer__sitehead {
  display: flex;
  align-items: center;
  position: relative;
}

.footer .footer__sitehead::after {
  width: 100%;
  border-bottom: 0.5px solid #fff;
  bottom: -17px;
  left: 0;
  position: absolute;
}

.footer .footer__sitehead p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .footer .footer__sitehead p {
    font-size: max(10px, min((13 /375) * 100vw, 13px));
  }
}

.footer .logo {
  width: 88px;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .footer .logo {
    width: 60px;
    margin-right: 15px;
  }
}

.footer .footer__access {
  margin-top: 35px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  display: flex;
}

@media (max-width: 768px) {
  .footer .footer__access {
    display: block;
    font-size: 13px;
  }
}

.footer .footer__access .footer__access-btn {
  max-width: 130px;
  margin-left: 45px;
  display: block;
}

@media (max-width: 768px) {
  .footer .footer__access .footer__access-btn {
    width: 97px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}

.footer .footer__sns {
  display: flex;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .footer .footer__sns {
    justify-content: center;
    margin-top: 20px;
  }
}

.footer .footer__sns a {
  width: 48px;
}

.footer .footer__sns a:last-child {
  margin-left: 10px;
}

.footer .ftgnav {
  max-width: 370px;
}

.footer .ftgnav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer .ftgnav__list a {
  display: block;
}

.footer .ftgnav .ftgnav__item {
  width: calc((100% - 50px) / 2);
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 3;
  font-size: 14px;
}

.footer .footer__copyright {
  background-color: #3b180e;
  color: #fff;
  font-size: 13px;
  padding: 33px;
  z-index: 2;
  text-align: center;
  position: relative;
  font-family: athelas, serif;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .footer .footer__copyright {
    padding: 15px;
    font-size: 11px;
  }
}

/* ボタン */

.btn-wrap {
  margin-top: 30px;
}

.btn-wrap a {
  display: flex;
  align-items: center;
}

.btn-wrap._center a {
  justify-content: center;
}

.btn-wrap .txt-link {
  position: relative;
  letter-spacing: 0.075em;
  color: #c7a13e;
  margin-right: 13px;
  display: block;
}

@media (max-width: 768px) {
  .btn-wrap .txt-link {
    font-size: 12px;
  }
}

.btn-wrap .txt-link.line {
  text-decoration-line: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 1px;
}

.btn-wrap .txt-link::before {
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: bottom right;
  background-color: #c7a13e;
  bottom: -7px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  a:hover .txt-link::before {
    -webkit-transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    transform: scaleX(1);
    transform-origin: bottom left;
  }

  a:hover .txt-link.line {
    text-decoration: none;
  }
}

.circle_btn {
  display: flex;
  width: 44px;
  height: 44px;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  color: #c7a13e;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .circle_btn {
    width: 25px;
    height: 25px;
  }
}

.circle_btn::before {
  content: "";
  border-radius: 50%;
  border: 1px solid #c7a13e;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition-duration: 0.3s;
  transition-property: background-color, color, width, height;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.circle_btn > .ico-arrow {
  display: block;
  width: 100%;
  text-align: center;
  overflow: hidden;
  z-index: 10;
  font-size: 1.4rem;
}

.circle_btn .ico-arrow::before {
  display: block;
  content: "→";
  font-family: sans-serif;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  z-index: 1;
}

@media (max-width: 768px) {
  .circle_btn .ico-arrow::before {
    font-size: 12px;
  }
}

.btn_wrap a:hover {
  opacity: 1;
}

@media (hover: hover) {
  a:hover .circle_btn::before {
    background-color: #fff;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
  }

  a:hover .circle_btn > .ico-arrow::before {
    -webkit-animation-name: icoArrow;
    animation-name: icoArrow;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
}

@-webkit-keyframes icoArrow {
  0% {
    left: 0px;
    opacity: 1;
  }
  50% {
    left: 40px;
    opacity: 1;
  }
  51% {
    left: 40px;
    opacity: 0;
  }
  52% {
    left: -40px;
    opacity: 0;
  }
  53% {
    left: -40px;
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

@keyframes icoArrow {
  0% {
    left: 0px;
    opacity: 1;
  }
  50% {
    left: 40px;
    opacity: 1;
  }
  51% {
    left: 40px;
    opacity: 0;
  }
  52% {
    left: -40px;
    opacity: 0;
  }
  53% {
    left: -40px;
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

.top-area img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;	
}

.top-area {
  font-weight: 500;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  color: #3b180e;
}

.top-area .text {
  font-size: 15px;
}

@media (max-width: 768px) {
  .top-area .text {
    font-size: 12px;
  }
}

.heading-set {
  text-align: center;
  margin-top: 80px;
}

@media (max-width: 768px) {
  .heading-set {
    margin-top: 70px;
  }
}

.heading-set .read {
  margin-top: 25px;
}

@media (max-width: 768px) {
  .heading-set .read {
    margin-top: 15px;
  }
}

.heading {
  font-size: 19px;
  letter-spacing: 0.2em;
  font-weight: bold;
  color: #c7a13e;
  text-transform: uppercase;
  font-family: athelas, serif;
}

@media (max-width: 768px) {
  .heading {
    font-size: 17px;
  }
}

.heading.-center {
  margin-left: auto;
  margin-right: auto;
}

.heading.-line {
  position: relative;
  width: fit-content;
}

.heading.-line::before,
.heading.-line::after {
  position: absolute;
  width: 1px;
  height: 2em;
  background-color: #c7a13e;
  content: "";
}

.heading.-line::before {
  top: -1.0526315789em;
  left: 3px;
  transform: translateY(-50%) rotate(-45deg);
}

.heading.-line::after {
  bottom: -3.5263157895em;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}

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

.heading-sub {
  font-size: 19px;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

@media (max-width: 768px) {
  .heading-sub {
    font-size: 18px;
  }
}

.heading-sub.center {
  text-align: center;
}

.read {
  font-size: 15px;
  line-height: 2;
}

@media (max-width: 768px) {
  .read {
    font-size: 14px;
  }
}

.container {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container--primary {
  max-width: 1040px;
}

.container--secondary {
  max-width: 740px;
}

/* fv  */
.fv {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #fff 40%, #f5eee5 40%, #f5eee5 100%);
}

.fv .fv__read-wrap {
  position: absolute;
  z-index: 2;
  left: max((105 / 1400) * 100vw, 105px);
  top: 25%;
  font-weight: bold;
  letter-spacing: 0.2em;
}

@media (max-width: 768px) {
  .fv .fv__read-wrap {
    left: 15px;
  }
}

.fv .fv__contents {
  position: relative;
}

.fv .fv__copy {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  letter-spacing: 0.2em;
  line-height: 1.7142857143;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

@media (max-width: 768px) {
  .fv .fv__copy {
    font-size: 19px;
    line-height: 1.4210526316;
  }
}

.fv .fv__text {
  color: #c7a13e;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 1.3636363636em;
  font-family: athelas, serif;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

@media screen and (max-width: 768px) {
  .fv .fv__text {
    font-size: 10px;
  }
}

.fv .fv-list {
  display: flex;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .fv .fv-list {
    flex-wrap: wrap;
    max-width: 250px;
    margin-top: 20px;
  }
}

.fv-list__item {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-right: 20px;
  position: relative;
}

@media (max-width: 768px) {
  .fv-list__item {
    font-size: 10px;
    font-weight: 300;
  }

  .fv-list__item:nth-child(n + 4) {
    margin-top: 13px;
  }
}

.fv-list__item p {
  background-color: #fff;
  padding: 10px;
  clip-path: polygon(13% 0, 100% 0, 100% 73%, 81% 100%, 0 100%, 0 20%);
}

@media (max-width: 768px) {
  .fv-list__item p {
    padding: 4px;
  }
}

.fv-list__item::before,
.fv-list__item::after {
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #c7a13e;
  content: "";
  z-index: 1;
}

@media (max-width: 768px) {
  .fv-list__item::before,
  .fv-list__item::after {
    height: 16px;
  }
}

.fv-list__item::before {
  left: 0.1666666667em;
  top: -0.6111111111em;
  transform: rotate(45deg);
}

.fv-list__item:nth-child(3) p,
.fv-list__item:nth-child(4) p {
  clip-path: polygon(7% 0, 100% 0, 100% 73%, 90% 100%, 0 100%, 0 20%);
}

.fv-list__item::after {
  right: 0.2777777778em;
  bottom: -0.5em;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .fv-list__item:nth-child(3)::after {
    right: 0.3333333333em;
  }
}

.fv-slide,
.fv__read-wrap,
.page-rental-head .title span,
.page-rental-head .subtitle,
.menu-link,
.top-news,
.mv__body,
.mv .mv__main-img,
.mv__pop {
  will-change: opacity;
}

/* slider */
.fv .fv-slide .swiper-slide img {
  display: block;
  width: 100%;
  border-radius: 10px 0 0 10px;
  aspect-ratio: 2166 / 1125;
  object-fit: cover;
  max-height: 700px;
}
@media (max-width: 768px) {
  .fv .fv-slide .swiper-slide img {
    aspect-ratio: 450 /656;
    max-height: none;
  }
}

.fv .fv-slide {
  margin-left: min((320 / 1400) * 100vw, 320px);
}

@media (max-width: 768px) {
  .fv .fv-slide {
    width: 88vw;
    margin-left: auto;
  }
}

.side-fixed {
  position: fixed;
  top: 356px;
  right: 10px;
  z-index: 10;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .side-fixed {
    display: none;
  }
}

.side-fixed a {
  width: 34px;
  margin-bottom: 10px;
}

.side-fixed a img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  /* スクロールダウン */
  .c-scroll-down {
    position: relative;
    writing-mode: vertical-rl;
    left: max((105 / 1400) * 100vw, 105px);
    bottom: 54px;
    bottom: min((54 / 1400) * 100vw, 54px);
  }

  .c-scroll-down span {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-family: athelas, serif;
  }

  .c-scroll-down__line {
    position: absolute;
    top: calc(100% + 0.5em);
    left: 50%;
    width: 1px;
    height: 70px;
    background-color: lightgray;
    transform: translateX(-50%);
  }

  .c-scroll-down__line::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #3b180e;
    -webkit-animation: scrollDown 2s infinite;
    animation: scrollDown 2s infinite;
  }

  @-webkit-keyframes scrollDown {
    0% {
      transform: scaleY(0);
      transform-origin: 0 0;
    }
    50% {
      transform: scaleY(1);
      transform-origin: 0 0;
    }
    50.1% {
      transform: scaleY(1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scaleY(0);
      transform-origin: 0 100%;
    }
  }

  @keyframes scrollDown {
    0% {
      transform: scaleY(0);
      transform-origin: 0 0;
    }
    50% {
      transform: scaleY(1);
      transform-origin: 0 0;
    }
    50.1% {
      transform: scaleY(1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scaleY(0);
      transform-origin: 0 100%;
    }
  }
}

/* top-news */
.top-news {
  max-width: 943px;
  margin-left: auto;
  background-color: #fff;
  padding: 28px 0 28px 78px;
  border-radius: 10px 0 0 10px;
  margin-top: -80px;
  width: 70%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

@media (max-width: 768px) {
  .top-news {
    margin-top: -20px;
    width: 94.6666666667vw;
    padding: 15px 25px 4px 14.7px;
  }
}

.top-news__heading {
  flex: 0 0 145px;
}

@media (max-width: 768px) {
  .top-news__heading {
    flex: 0 0 60px;
    font-size: 15px;
  }
}

.top-news__heading span {
  font-size: 12px;
  font-weight: 500;
  display: block;
  margin-top: 10px;
  color: #3b180e;
}

@media (max-width: 768px) {
  .top-news__heading span {
    font-size: 10px;
  }
}

.top-news .news-list {
  border-left: 0.75px solid #c7a13e;
  flex: 2;
  padding-left: 45px;
}

@media (max-width: 768px) {
  .top-news .news-list {
    padding-left: 20px;
  }
}

.top-news .news-list__link {
  letter-spacing: 0.05em;
  font-weight: 400;
  display: flex;
  padding-top: 5px;
  padding-bottom: 10px;
}

@media (hover: hover) and (pointer: fine) {
  .top-news .news-list__link:hover .news-list__data {
    color: #c7a13e;
  }
}

.top-news .news-list__date {
  font-size: 12px;
  flex-shrink: 0;
  width: 105px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .top-news .news-list__date {
    font-size: 10px;
    width: 90px;
  }
}

.top-news .news-list__data {
  font-size: 14px;
  line-height: 1.2142857143;
  transition: color 0.3s ease-in;
}

@media (max-width: 768px) {
  .top-news .news-list__data {
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}

/* top-about */
.top-about {
  background-color: #f5eee5;
  position: relative;
  padding-top: 105px;
}

.top-about .top-about__body .text {
  line-height: 2.33;
}

.top-about .top-about__heading-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 152px;
}

@media (max-width: 768px) {
  .top-about .top-about__heading-wrap {
    display: block;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .top-about .top-about__heading-wrap .heading {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .top-about .top-about__body {
    padding-left: 10px;
    padding-right: 10px;
  }
  .top-about .top-about__body .text {
    font-size: 14px;
  }
}

.top-about .top-about__copy {
  font-size: 28px;
  letter-spacing: 0.2em;
  line-height: 1.9285714286;
  margin-left: 45px;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 768px) {
  .top-about .top-about__copy {
    font-size: 18px;
    text-align: left;
    margin-left: 0;
    margin-top: 60px;
  }
}

.top-about .top-about__contents {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .top-about .top-about__contents {
    display: block;
    margin-top: 20px;
  }
}

.top-about .top-about__img {
  width: min((553 / 1400) * 100vw, 1200px);
  position: absolute;
  left: 0;
}

.top-about .top-about__img img {
  max-height: 450px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 10px 10px 0;
}

@media (max-width: 768px) {
  .top-about .top-about__img {
    width: 86.9333333333vw;
    margin-left: calc((50vw - 50%) * -1);
    position: static;
  }
}

.top-about .top-about__body {
  width: calc((690 / 1200) * 100%);
}

@media (max-width: 768px) {
  .top-about .top-about__body {
    width: 100%;
    margin-top: 30px;
  }
}

.point-list {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
}

@media (max-width: 768px) {
  .point-list {
    display: block;
    padding-top: 50px;
  }
}

.top-area .bg-wrap {
  position: relative;
  background-color: #f5eee5;
  z-index: -1;
}

.top-area .bg-wrap::after {
  content: "";
  display: block;
  background: url(../img/top/bg.png) center / cover no-repeat;
  width: 100%;
  height: max(950px, min((950/1400) * 100vw, 950px));
  position: absolute;
  top: 297px;
  left: 0;
  z-index: -1;
}

@media (max-width: 768px) {
  .top-area .bg-wrap::after {
    height: max(835px, min((835/375) * 100vw, 1000px));
    top: auto;
    bottom: -632px;
  }
}

.top-area .point-list__item {
  width: calc((100% - 60px) / 3);
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .top-area .point-list__item {
    width: 100%;
  }

  .top-area .point-list__item:not(:first-child) {
    margin-top: 30px;
  }
}

.top-area .point-list__body {
  background-color: #fff;
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 15px 30px;
  flex-grow: 1;
  border-radius: 0 0 10px 10px;
}

@media (max-width: 768px) {
  .top-area .point-list__body {
    max-width: none;
    padding: 20px 15px 20px;
  }
}

.top-area .point-list__title {
  font-size: 20px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
	text-align: center;
	letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .top-area .point-list__title {
    font-size: 14px;
  }
}

.top-area .point-list__head {
  position: relative;
  text-align: center;
  letter-spacing: 0.2em;
  font-family: athelas, serif;
}

.top-area .point-list__head::before {
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 115px;
  top: 65%;
  left: 77px;
  background-color: #c7a13e;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 768px) {
  .top-area .point-list__head::before {
    height: 67px;
  }
}

.top-area .point-list__head span {
  font-size: 46px;
  margin-left: 10px;
  text-transform: inherit;
}

@media (max-width: 768px) {
  .top-area .point-list__head span {
    font-size: 32px;
  }
}

.top-area .point-list__body p {
  margin-top: 30px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .top-area .point-list__body p {
    margin-top: 15px;
  }
}

/* top-menu */
.top-menu {
  margin-top: 157px;
}

@media (max-width: 768px) {
  .top-menu {
    margin-top: 90px;
  }
}

.top-menu .btn-wrap .txt-link {
  font-family: athelas, serif;
  font-size: 24px;
  letter-spacing: 0.2em;
}

@media (max-width: 768px) {
  .top-menu .btn-wrap .txt-link {
    font-size: 20px;
  }
}

.top-menu .menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;
}

@media (max-width: 768px) {
  .top-menu .menu-list {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }
}

.top-menu .menu-list__item {
  position: relative;
  width: calc((100% - 20px) / 5);
}

@media (max-width: 768px) {
  .top-menu .menu-list__item {
    width: 48%;
    margin-top: 5px;
  }

  .top-menu .menu-list__item:nth-child(n + 2) {
    margin-left: 5px;
  }
}

@media (max-width: 360px) {
.top-menu .menu-list__item {
  width: 90%;
  margin-top: 5px;
}
}


.top-menu .menu-list__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 10px;
}

.top-menu .menu-list__title {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .top-menu .menu-list__title {
    font-size: 13px;
  }
}

.top-menu .menu-list__title::after {
  display: block;
  content: "";
  width: 100%;
  height: 0px;
  border-bottom: 0.5px solid #c7a13e;
  margin: 0.9444444444em auto 0;
}

.top-menu .menu-list__text {
  font-size: 14px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  margin-top: 1.4285714286em;
}

@media (max-width: 768px) {
  .top-menu .menu-list__text {
    font-size: 11px;
  }
}

.top-menu .menu-list__item .menu-list__btn {
  margin-top: 15px;
}

.top-menu .menu-list__item .menu-list__btn .circle_btn::before {
  width: 33px;
  height: 33px;
}

@media (max-width: 768px) {
  .top-menu .menu-list__item .menu-list__btn .circle_btn::before {
    width: 23px;
    height: 23px;
  }
}

/* top-trial */
.top-trial {
  position: relative;
  margin-top: 110px;
  padding-top: 130px;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .top-trial {
    margin-top: 50px;
    padding-top: 70px;
    padding-bottom: 15px;
  }
}

.top-trial::after {
  content: "";
  display: block;
  background: linear-gradient(rgba(59, 24, 14, 0.6), rgba(59, 24, 14, 0.6)), url(../img/top/bg_trial.png) center / cover no-repeat;
  width: min((1156 / 1400) * 100vw, 1500px);
  height: max(668px, min((668 / 1400) * 100vw, 668px));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 10px 10px 0;
}

@media (max-width: 768px) {
  .top-trial::after {
    width: 100%;
    height: 105.6vw;
    border-radius: 0;
  }
}

.top-trial .heading {
  color: #fff;
}

.top-trial .heading-set {
  color: #fff;
}

.top-trial .trial-menu {
  display: flex;
  max-width: 1100px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
}

@media (max-width: 768px) {
  .top-trial .trial-menu {
    justify-content: center;
  }
}

.trial-circle {
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 93px;
  height: 93px;
  position: absolute;
  top: -50px;
  left: -23px;
}

@media (max-width: 768px) {
  .trial-circle {
    width: 60px;
    top: -29px;
    left: -9px;
    height: 60px;
  }
}

.trial-circle::after {
  content: "";
  -webkit-animation: trial-circle 6s linear infinite;
  animation: trial-circle 6s linear infinite;
  display: block;
  height: 102px;
  position: absolute;
  width: 102px;
}

@media (max-width: 768px) {
  .trial-circle::after {
    width: 65px;
    height: 65px;
  }
}

.trial-menu__item._number-01 .trial-circle::after {
  background: url(../img/top/frame02.svg) center/contain no-repeat;
}

.trial-menu__item._number-02 .trial-circle::after {
  background: url(../img/top/frame01.svg) center/contain no-repeat;
}

@keyframes trial-circle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.trial-circle .trial-circle__txt {
  font-size: 14px;
  font-weight: 500;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

@media (max-width: 768px) {
  .trial-circle .trial-circle__txt {
    font-size: 10px;
  }
}

.trial-circle__number {
  width: 57px;
}

@media (max-width: 768px) {
  .trial-circle__number {
    width: 38px;
  }
}

.top-trial .trial-menu.col-2 {
  margin-top: 97px;
}

@media (max-width: 768px) {
  .top-trial .trial-menu.col-2 {
    margin-top: 30px;
  }
}

.top-trial .trial-menu.col-2 .trial-menu__item {
  width: calc((100% - 50px) / 2);
  padding: 35px;
}

@media (max-width: 768px) {
  .top-trial .trial-menu.col-2 .trial-menu__item {
    width: 100%;
    padding: 20px 25px;
    margin-top: 55px;
  }
}

.top-trial .trial-menu.col-3 .trial-menu__item {
  width: calc((100% - 100px) / 3);
  margin-top: 50px;
  padding: 30px 12px;
}

@media (max-width: 768px) {
  .top-trial .trial-menu.col-3 .trial-menu__item {
    width: 100%;
    padding: 20px 25px;
    margin-top: 30px;
  }

  .top-trial .trial-menu.col-3 .trial-menu__item:nth-child(2) {
    margin-left: 5px;
  }

  .top-trial .trial-menu.col-3 .trial-menu__item:last-child {
    margin-top: 20px;
  }
}

.top-trial .trial-menu.col-3 .trial-menu__price {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .top-trial .trial-menu.col-3 .trial-menu__price {
    margin-bottom: 20px;
  }
}

.top-trial .trial-menu__item {
  background-color: #f5eee5;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.top-trial .trial-menu__item .time {
  background-color: #fff;
  width: 63px;
  padding: 7px;
  text-align: center;
  font-size: 15px;
}

@media (max-width: 768px) {
  .top-trial .trial-menu__item .time {
    font-size: 10px;
  }
}

.top-trial .trial-menu.col-2 .price1 {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 17px;
}

@media (max-width: 768px) {
  .top-trial .trial-menu.col-2 .price1 {
    font-size: 11px;
  }
}

.top-trial .trial-menu.col-2 .price1 span {
  font-size: 11px;
}

@media (max-width: 768px) {
  .top-trial .trial-menu.col-2 .price1 span {
    font-size: 10px;
  }
}

.top-trial .trial-menu.col-2 .price2 {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .top-trial .trial-menu.col-2 .price2 {
    font-size: 16px;
  }
}

.top-trial .trial-menu.col-2 .trial-menu__title {
  font-size: 24px;
}

@media (max-width: 768px) {
  .top-trial .trial-menu.col-2 .trial-menu__title {
    font-size: 16px;
  }
}

.top-trial .trial-menu.col-2 .price2 span {
  font-size: 12px;
}

@media (max-width: 768px) {
  .top-trial .trial-menu.col-2 .price2 span {
    font-size: 10px;
  }
}

.top-trial .trial-menu__price {
  margin-top: 30px;
  position: relative;
}

@media (max-width: 768px) {
  .top-trial .trial-menu__price {
    margin-top: 15px;
  }
}

.trial-menu .bd-line::after {
  position: absolute;
  width: 100%;
  bottom: -40px;
}

@media (max-width: 768px) {
  .trial-menu .bd-line::after {
    bottom: -13px;
  }
}

.top-trial .trial-menu.col-3 .trial-menu__price .price1 {
  font-size: 14px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

@media (max-width: 768px) {
  .top-trial .trial-menu.col-3 .trial-menu__price .price1 {
    font-size: 11px;
    white-space: nowrap;
  }
}

.top-trial .trial-menu.col-3 .trial-menu__price .price1 span {
  font-size: 10px;
}

.top-trial .trial-menu.col-3 .trial-menu__price .price2 {
  font-size: 25px;
  font-weight: 600;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

@media (max-width: 768px) {
  .top-trial .trial-menu.col-3 .trial-menu__price .price2 {
    font-size: 16px;
    white-space: nowrap;
  }
}

.top-trial .trial-menu.col-3 .trial-menu__price .price2 span {
  font-size: 10px;
}

.top-trial .trial-menu.col-3 .trial-menu__title {
  font-size: 20px;
}

@media (max-width: 768px) {
  .top-trial .trial-menu.col-3 .trial-menu__title {
    font-size: 16px;
  }
}

.top-trial .trial-menu.col-3 .trial-menu__title span {
  font-size: 16px;
  letter-spacing: initial;
}

@media (max-width: 768px) {
  .top-trial .trial-menu.col-3 .trial-menu__title span {
    font-size: 10px;
  }
}

.top-trial .trial-menu.col-3 .time {
  margin-top: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .top-trial .trial-menu.col-3 .time {
    margin-top: 15px;
  }
}

.top-trial .trial-menu__copy {
  background-color: #fff;
  clip-path: polygon(5% 0, 100% 0, 100% 73%, 95% 100%, 0 100%, 0 20%);
  padding: 5px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
}

.top-trial .trial-menu__copy-wrap {
  position: relative;
  max-width: 234px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .top-trial .trial-menu__copy-wrap {
    max-width: 150px;
  }
}

.top-trial .trial-menu__copy-wrap::before,
.top-trial .trial-menu__copy-wrap::after {
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 35px;
  background-color: #c7a13e;
  content: "";
  z-index: 1;
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 768px) {
  .top-trial .trial-menu__copy-wrap::before,
  .top-trial .trial-menu__copy-wrap::after {
    height: 17px;
  }
}

.top-trial .trial-menu__copy-wrap::after {
  right: 3px;
  bottom: -30px;
}

@media (max-width: 768px) {
  .top-trial .trial-menu__copy-wrap::after {
    bottom: -14px;
  }
}

.top-trial .trial-menu__copy-wrap::before {
  left: 0;
  top: 6px;
}

@media (max-width: 768px) {
  .top-trial .trial-menu__copy-wrap::before {
    top: 3px;
  }
}

@media (max-width: 768px) {
  .top-trial .trial-menu.col-2 .trial-menu__copy {
    font-size: 11px;
  }
}

@media (max-width: 768px) {
  .top-trial .trial-menu.col-3 .trial-menu__copy {
    font-size: 11px;
  }
}

.top-trial .trial-menu__title {
  font-weight: 600;
  text-align: center;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  margin-top: 30px;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .top-trial .trial-menu__title {
    margin-top: 15px;
  }
}

.top-trial .trial-menu__price {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-trial .trial-menu__price > p + p {
  margin-left: 15px;
}

@media (max-width: 768px) {
  .top-trial .trial-menu.col-3 .trial-menu__price > p + p {
    margin-left: 5px;
  }
}

.top-trial .trial-menu__text {
  margin-top: 70px;
  line-height: 1.8;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .top-trial .trial-menu__text {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.trial-menu .btn-wrap {
  margin-top: auto;
}

/* loopSlide */
.loopSlide_wrap {
  width: 100%;
  margin: 115px 0 0 0;
  overflow: hidden;
}
.loopSlide {
  position: relative;
  display: flex;
  width: 100vw;
  overflow: hidden;
}
.loopSlide ul {
  padding: 0;

  display: flex;
  flex-shrink: 0;
}
.loopSlide ul:first-child {
  animation: slide1 140s -70s linear infinite;
}

.loopSlide ul:last-child {
  animation: slide2 140s linear infinite;
}

.loopSlide li {
  display: inline-block;
  width: auto;
  height: 430px;

  margin-right: 3px;
  list-style: none;
  text-align: center;
}
.loopSlide li img {
  display: block;
  width: auto;
  height: 100%;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

@media (max-width: 768px) {
  .loopSlide_wrap {
    margin: 12vw 0 0 0;
    background: #fff;
  }
  .loopSlide li {
    height: 280px;
  }
}

/* top-school */
.top-school .top-school__wrap {
  display: flex;
  align-items: center;
  background-color: #f5eee5;
  background: linear-gradient(180deg, #fff 0%, #fff 20%, #f5eee5 20%, #f5eee5 90%, #fff 90%, #fff 100%);
  position: relative;
  margin-top: 120px;
}

@media (max-width: 768px) {
  .top-school .top-school__wrap {
    margin-top: 80px;
    background: linear-gradient(180deg, #fff 0%, #fff 23%, #f5eee5 23%, #f5eee5 80%, #fff 80%, #fff 100%);
  }
}

.top-school .top-school__head {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .top-school .top-school__head {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .top-school .top-school__head .heading-sub {
    margin-top: 60px;
  }
}

.top-school .top-school__wrap.reverse .top-school__body {
  margin-left: auto;
}

.top-school__img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: min((710 / 1400) * 100vw, 1200px);
}

@media (max-width: 768px) {
  .top-school__img {
    width: 86.9333333333vw;
    position: static;
    margin-left: auto;
    margin-right: calc((50vw - 50%) * -1);
    margin-top: 30px;
  }
}

.top-school__img img {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 10px 0 0 10px;
}

.top-school .top-school__wrap.reverse .top-school__img {
  left: 0;
}

.top-school .top-school__wrap.reverse .top-school__img img {
  border-radius: 0 10px 10px 0;
}

@media (max-width: 768px) {
  .top-school .top-school__wrap.reverse .top-school__img {
    margin-left: calc((50vw - 50%) * -1);
  }
}

.top-school .top-school__wrap .heading.-line::before {
  top: -20px;
  left: 18px;
}

.top-school .top-school__wrap .heading.-line::after {
  bottom: -59px;
  right: 16px;
}

.top-school .top-school__wrap.reverse .heading.-line::before {
  top: -22px;
  left: 68px;
}

@media (max-width: 768px) {
  .top-school .top-school__wrap.reverse .heading.-line::before {
    top: -23px;
    left: 60px;
  }
}

.top-school .top-school__wrap.reverse .heading.-line::after {
  bottom: -62px;
  right: 55px;
}

@media (max-width: 768px) {
  .top-school .top-school__wrap.reverse .heading.-line::after {
    bottom: -58px;
    right: 51px;
  }
}

.top-school__body {
  padding-top: 38px;
  height: 450px;
  width: calc((525 / 1200) * 100%);
}

@media (max-width: 768px) {
  .top-school__body {
    width: 100%;
    height: auto;
    padding: 10px;
  }

  .top-school__body .heading-sub {
    text-align: center;
  }
}

.top-school__body .text {
  margin-top: 90px;
  line-height: 2.3;
}

@media (max-width: 768px) {
  .top-school__body .text {
    margin-top: 30px;
    margin-top: 8vw;
  }
}

.top-school .btn-wrap a {
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .top-school__wrap.reverse .btn-wrap a {
    justify-content: flex-start;
  }
}

/* top-access  */
.top-access {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 140px;
  padding-bottom: 163px;
  background: linear-gradient(180deg, #fff 0%, #fff 15%, #f5eee5 15%, #f5eee5 100%);
}
.access02 {
  padding-bottom: 263px !important;
}
@media (max-width: 768px) {
  .top-access,.access02  {
    flex-direction: column-reverse;
    margin-top: 60px;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  .top-access .heading {
    margin-left: auto;
    margin-right: auto;
  }

  .top-access .heading.-line::after {
    bottom: -55px;
    right: 11px;
  }
}

.top-access__img {
  width: min((872/ 1400) * 100vw, 1200px);
}

@media (max-width: 768px) {
  .top-access__img {
    width: 86.9333333333vw;
    margin-left: auto;
  }
}

.top-access__img img {
  max-height: 700px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}

.top-access__body {
  width: max((687 / 1400) * 100vw, 687px);
  background-color: #fff;
  position: absolute;
  z-index: 1;
  left: 0;
  top: min((200 / 1400) * 100vw, 200px);
  border-radius: 0 10px 10px 0;
  padding: calc((110 / 1400) * 100%) 28px 66px 100px;
}

@media (max-width: 768px) {
  .top-access__body {
    position: static;
    width: 92.8vw;
    margin-top: 65px;
    padding: 0 30px 30px 30px;
  }
}

@media (max-width: 768px) {
  .top-access__body .heading-sub {
    text-align: center;
  }
}

.top-access__body .heading-sub {
  margin-top: 70px;
}

@media (max-width: 768px) {
  .top-access__body .heading-sub {
    margin-top: 50px;
  }
}

.top-access__details {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-top: 38px;
  line-height: 1.6428571429;
}

@media (max-width: 768px) {
  .top-access__details {
    font-size: 12px;
    margin-top: 30px;
  }
}

.top-access__details span {
  font-weight: bold;
}

.top-access__details p + p {
  margin-top: 15px;
}

@media (max-width: 768px) {
  .top-access__details p + p {
    margin-top: 0;
  }
}

.top-access .btn-wrap {
  position: absolute;
  width: 30%;
  bottom: 40px;
  left: 97%;
}

@media (max-width: 768px) {
  .top-access .btn-wrap {
    position: static;
    width: auto;
  }

  .top-access .btn-wrap a {
    justify-content: center;
  }
}

/* top-reserve */
.top-reserve {
  padding-top: 112px;
  background-color: #f5eee5;
}

@media (max-width: 768px) {
  .top-reserve {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

.top-reserve .heading.-line::before {
  top: -18px;
  left: 3px;
}

.top-reserve .heading.-line::after {
  bottom: -60px;
  right: 39px;
}

.top-reserve .top-reserve__list {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -125px;
  margin-top: 110px;
  position: relative;
  z-index: 3;
}

@media (max-width: 768px) {
  .top-reserve .top-reserve__list {
    display: block;
    margin-bottom: 0;
    margin-top: 55px;
  }
}

.top-reserve .top-reserve__item {
  background-color: #fff;
  border-radius: 10px;
  width: calc((100% - 90px) / 2);
  text-align: center;
}

@media (max-width: 768px) {
  .top-reserve .top-reserve__item {
    width: 100%;
  }
}

.top-reserve .top-reserve__item .top-reserve__link {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
color: #3b180e;
}

@media (max-width: 768px) {
  .top-reserve .top-reserve__item .top-reserve__link {
    font-size: 14px;
  }
}

.top-reserve .top-reserve__item .tel {
  font-size: 33px;
}

@media (max-width: 768px) {
  .top-reserve .top-reserve__item .tel {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .top-reserve .top-reserve__item .tel {
    font-size: 24px;
  }
}

.top-reserve .top-reserve__item .bd-line::after {
  width: 100%;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .top-reserve .top-reserve__item .bd-line::after {
    margin-top: 10px;
  }
}

.top-reserve .top-reserve__item:first-child {
  padding: 40px 35px 30px;
}

@media (max-width: 768px) {
  .top-reserve .top-reserve__item:first-child {
    padding: 20px;
  }
}

.top-reserve .top-reserve__item:last-child a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 50px 35px;
	
}

@media (max-width: 768px) {
  .top-reserve .top-reserve__item:last-child a {
    padding: 20px;
  }
}

.top-reserve .top-reserve__item:last-child .reserve::before {
  width: 50px;
  height: 50px;
  margin-right: 0.5555555556em;
}

@media (max-width: 768px) {
  .top-reserve .top-reserve__item:last-child .reserve::before {
    width: 33px;
    height: 33px;
  }
}

@media (max-width: 768px) {
  .top-reserve .top-reserve__item + .top-reserve__item {
    margin-top: 20px;
  }
}

.top-reserve .top-reserve__text {
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 1.4285714286em;
	  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  color: #3b180e;
}

@media (max-width: 768px) {
  .top-reserve .top-reserve__text {
    font-size: max(10px, min((12 /375) * 100vw, 12px));
  }
}

/* page-rental */

.page-rental-head {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #eee6db;
  padding-top: 95px;
  padding-bottom: 48px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
	color: #3b180e;
}

@media (max-width: 768px) {
  .page-rental-head {
    letter-spacing: 0.1em;
    padding-top: 45px;
    padding-bottom: 25px;
  }
}

.page-rental-head .title {
  display: flex;
  overflow: hidden;
  font-size: 28px;
}

@media (max-width: 768px) {
  .page-rental-head .title {
    font-size: 20px;
  }
}

.page-rental-head .title span {
  display: inline-block;
  transform: translateY(105%);
  opacity: 0;
  filter: blur(5px);
}
.page-rental-head .title span:nth-child(1) {
  animation: fadeInText 1s ease 0.1s forwards;
}
.page-rental-head .title span:nth-child(2) {
  animation: fadeInText 1s ease 0.2s forwards;
}
.page-rental-head .title span:nth-child(3) {
  animation: fadeInText 1s ease 0.3s forwards;
}
.page-rental-head .title span:nth-child(4) {
  animation: fadeInText 1s ease 0.4s forwards;
}
.page-rental-head .title span:nth-child(5) {
  animation: fadeInText 1s ease 0.5s forwards;
}
.page-rental-head .title span:nth-child(6) {
  animation: fadeInText 1s ease 0.6s forwards;
}
.page-rental-head .title span:nth-child(7) {
  animation: fadeInText 1s ease 0.7s forwards;
}
@keyframes fadeInText {
  100% {
    filter: blur(0);
    opacity: 1;
    transform: translateY(0);
  }
}

.page-rental-head .subtitle {
  opacity: 0;
  -webkit-transform: translateY(1em);
  transform: translateY(1em);
  -webkit-transition: opacity 0.6s, -webkit-transform 1s;
  transition: opacity 0.6s, -webkit-transform 1s;
  transition: opacity 0.6s, transform 1s;
  transition: opacity 0.6s, transform 1s, -webkit-transform 1s;
  animation: fadeInText 2s ease 0.1s forwards;
  font-size: 14px;
  color: #b68d30;
  display: block;
  line-height: 3.7142857143;
  font-family: AthelasBold, serif;
  font-weight: 700;
}

.page-rental {
  color: #2c120d;
  font-weight: 500;
  font-size: 15px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}

@media (max-width: 768px) {
  .page-rental {
    font-size: 14px;
  }
}

.page-rental p {
  letter-spacing: 0.075em;
  line-height: 2.3333333333;
}

@media (max-width: 768px) {
  .page-rental p {
    line-height: 2.1428571429;
  }
}

.page-rental img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .page-rental {
    font-size: 14px;
  }
}

.page-rental .mv {
  position: relative;
}

.page-rental .mv .mv__main-img img {
  max-height: 800px;
  object-fit: cover;
  width: 100%;
}

.page-rental .mv .mv__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  text-align: center;
}

.page-rental .mv .mv__copy {
  font-family: "Noto Serif JP", serif;
  font-size: 39px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.8461538462;
  color: #fff;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 768px) {
  .page-rental .mv .mv__copy {
    font-size: 20px;
  }
}

.page-rental .mv .mv__pop {
  position: absolute;
  top: min((63/1400) * 100vw, 63px);
  right: min((115/1400) * 100vw, 115px);
  width: min((283/1400) * 100vw, 283px);
  height: min((283/1400) * 100vw, 283px);
}

@media (max-width: 768px) {
  .page-rental .mv .mv__pop {
    width: 150px;
    height: 150px;
    right: 36px;
    top: auto;
    bottom: -77px;
  }
}

.page-rental .rental-read {
  padding-top: 100px;
  padding-bottom: 90px;
  text-align: center;
}

@media (max-width: 768px) {
  .page-rental .rental-read {
    padding-bottom: 55px;
    text-align: left;
  }
}

.page-rental .rental-read .rental-read__copy {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.9285714286;
  letter-spacing: 0.2em;
}

@media (max-width: 768px) {
  .page-rental .rental-read .rental-read__copy {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
  }
}

.page-rental .rental-read p {
  margin-top: 2em;
}

/* floor-map */
.page-rental .floor-map {
  background-color: #eee6db;
  padding-top: 117px;
  padding-bottom: 170px;
}

@media (max-width: 768px) {
  .page-rental .floor-map {
    padding-bottom: 70px;
  }
}

.page-rental .floor-map .map {
  margin-top: 155px;
  max-width: 900px;
  margin-left: auto;
}

.page-rental .floor-map .map img {
  width: 100%;
}

@media (max-width: 768px) {
  .page-rental .floor-map .map {
    margin-top: 60px;
    width: 74.6666666667vw;
    margin-right: auto;
  }
}

.page-rental .floor-map .heading.-line::before {
  top: -1.1052631579em;
  left: 2.0526315789em;
}

.page-rental .floor-map .heading.-line::after {
  bottom: -3.1578947368em;
  right: 2.2105263158em;
}

.page-rental .floor-map .roomarea:first-of-type {
  margin-top: 180px;
}

@media (max-width: 768px) {
  .page-rental .floor-map .roomarea:first-of-type {
    margin-top: 40px;
  }
}

.page-rental .floor-map .roomarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .page-rental .floor-map .roomarea {
    flex-direction: column-reverse;
  }
}

.page-rental .floor-map .roomarea:not(:first-of-type) {
  margin-top: 75px;
}

@media (max-width: 768px) {
  .page-rental .floor-map .roomarea:not(:first-of-type) {
    margin-top: 20px;
  }
}

.page-rental .floor-map .roomarea .roomarea__img {
  width: calc(424 / 1000 * 100%);
}

@media (max-width: 768px) {
  .page-rental .floor-map .roomarea .roomarea__img {
    width: 100%;
  }
}

.page-rental .floor-map .roomarea .roomarea__body {
  width: calc(470 / 1000 * 100%);
}

@media (max-width: 768px) {
  .page-rental .floor-map .roomarea .roomarea__body {
    width: 100%;
    padding: 25px 10px;
  }
}

.page-rental .floor-map .roomarea .roomarea__title {
  font-weight: 600;
  letter-spacing: 0.2em;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-bottom: 0.75em;
}

@media (max-width: 768px) {
  .page-rental .floor-map .roomarea .roomarea__title {
    font-size: 16px;
    justify-content: center;
  }
}

.page-rental .floor-map .roomarea .roomarea__title span {
  font-size: 21px;
  text-transform: uppercase;
  border-radius: 50%;
  width: 1.6666666667em;
  height: 1.6666666667em;
  background-color: #b68d30;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: initial;
  margin-left: 0.4761904762em;
}

@media (max-width: 768px) {
  .page-rental .floor-map .roomarea .roomarea__title span {
    font-size: 18px;
  }
}

.page-rental .floor-map .roomarea .roomarea__detail {
  border-bottom: 1px solid rgba(44, 18, 13, 0.3);
  margin-top: 40px;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

@media (max-width: 768px) {
  .page-rental .floor-map .roomarea .roomarea__detail {
    margin-top: 20px;
    font-size: 12px;
  }
}

.page-rental .floor-map .roomarea .roomarea__detail__wrap {
  display: flex;
  border-top: 1px solid rgba(44, 18, 13, 0.3);
  padding: 15px 60px;
}

.page-rental .floor-map .roomarea .roomarea__detail__wrap dt {
  width: 100px;
  font-weight: 600;
}

.page-rental .floor-photo {
  background: #eee6db;
  padding-top: 38px;
  padding-bottom: 150px;
}

@media (max-width: 768px) {
  .page-rental .floor-photo {
    padding-bottom: 70px;
  }
}

.page-rental .floor-photo .container {
  max-width: 800px;
}

.page-rental .floor-photo .floor-photo__read {
  text-align: center;
  margin-top: 70px;
}

@media (max-width: 768px) {
  .page-rental .floor-photo .floor-photo__read {
    margin-top: 50px;
  }
}

/*  c-list
--------------------------------------------- */
.c-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 5px;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .c-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-list__item img {
  width: 100%;
}

/*  c-modal-slider
--------------------------------------------- */

.c-modal-slider {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  margin: auto;
  overflow-y: auto;
  max-height: 700px;
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
}

@media (max-width: 768px) {
  .c-modal-slider {
    height: 100%;
    border-radius: 0;
    max-height: none;
  }

  .c-modal__container {
    height: 100%;
  }

  #modal-1-content,
  #modal-2-content {
    height: 100%;
  }
}

.c-modal-slider .c-modal-slider-wrap {
  flex: 1 1 auto;
  overflow-y: auto;
}

.c-modal-slider .c-modal-slider-wrap .swiper {
  height: 100%;
}

.c-modal-slider .swiper-slide p {
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  line-height: 1.5;
text-align: center;
}

.swiper-img-bg {
  padding-top: 66%;
  position: relative;
}

.c-modal-slider .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transform: translate3d(0, 0, 0);
}

.c-modal-slider .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-list__item.allimage {
  background-color: #fff;
  box-shadow: 0 2px 5px rgb(206 214 197 / 70%);
  font-size: 11px;
  border-radius: 10px;
}

.c-list__item.allimage button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.c-list__item.allimage .photo-all span:first-child {
  color: #c7a13e;
}

.c-list__item.allimage .photo-all span:last-child {
  display: flex;
  justify-content: center;
  background-color: #3b180e;
  border-radius: 12px;
  color: #fff;
  width: 56px;
  margin: auto;
  padding: 5px;
  margin-top: 8px;
}

.c-list__item.allimage .photo-all span:last-child img {
  width: 11px;
  margin-right: 5px;
}

/* スライダーページネーション */
.swiper-button-prev,
.swiper-button-next {
  background: #fff;
  color: #333;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
}

/*  c-modal
--------------------------------------------- */
.c-modal {
  display: none;
}

.c-modal.is-open {
  display: block;
}

.c-modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  display: flex;
  background: rgba(0, 0, 0, 0.5);

  justify-content: center;
  align-items: center;
}

.c-modal__container {
  position: relative;
  max-height: 100vh;
  width: 100%;
}

.modal-head {
  flex: 0 0 auto;
  position: relative;
  padding: 12px;
  height: 48px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.modal-head .swiper-pagination,
.modal-head p {
  font-weight: bold;
  text-align: center;
  bottom: 16px;
  font-size: 16px;
}

.c-modal__close-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
  z-index: 11;
}

.c-modal__close-btn::before {
  color: #000;
  font-size: 30px;
  content: "\2715";
}

/* Modal Animation Style
--------------------------------------------- */
.c-modal[aria-hidden="false"] .c-modal__overlay {
  -webkit-animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.c-modal[aria-hidden="false"] .c-modal__container {
  -webkit-animation: mmslideIn 0.5s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.c-modal[aria-hidden="true"] .c-modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.c-modal[aria-hidden="true"] .c-modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.c-modal__overlay,
.c-modal__container {
  will-change: transform;
}

.c-modal__container {
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 100%; */
}

@media (max-width: 768px) {
  .c-modal__container {
    display: block;
  }
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(15%);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(15%);
  }
}

#modal-1 .c-modal__overlay {
  z-index: 12;
}

#modal-2 .c-list {
  margin: 0;
  padding: 10px;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  overflow-y: auto;
}

@media (max-width: 768px) {
  #modal-2 .c-list {
    grid-template-columns: repeat(3, 1fr);
    padding: 25px;
  }
}

#modal-2-content .text {
  font-size: 14px;
  padding: 10px;
}

#modal-2-content .c-modal-slider {
  max-height: 600px;
}

@media (max-width: 768px) {
  #modal-2-content .c-modal-slider {
    max-height: none;
  }
}

/* rental-service */
.page-rental .rental-service {
  margin-top: 80px;
}

@media (max-width: 768px) {
  .page-rental .rental-service {
    margin-top: 45px;
  }
}

.page-rental .rental-service p {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .page-rental .rental-service p {
    font-size: 14px;
  }
}

/* rental-price */
.page-rental .rental-price {
  margin-top: 120px;
}

@media (max-width: 768px) {
  .page-rental .rental-price {
    margin-top: 55px;
  }
}

.c-table-id6226 {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .c-table-id6226 {
    margin-top: 25px;
  }
}

.c-table-id6226 .picup th,
.c-table-id6226 .picup td {
  border-bottom: none;
  border: 1px solid #3b180e;
}

.c-table-id6226 .picup th,
.c-table-id6226 .picup td {
  text-align: center;
  padding: 18px;
}

@media (max-width: 768px) {
  .c-table-id6226 .picup th,
  .c-table-id6226 .picup td {
    font-size: 15px;
    padding: 10px;
  }
}

.c-table-id6226 .picup th {
  background-color: #3b180e;
  color: #fff;
}

.c-table-id6226 .picup td {
  font-size: 19px;
  color: #2c120d;
}

.c-table-id6226 th,
.c-table-id6226 td {
  padding: 1em;
  border-bottom: 1px solid #2c120d;
  font-size: 16px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-top: 1.375em;
  padding-bottom: 1.375em;
}

@media (max-width: 768px) {
  .c-table-id6226 th,
  .c-table-id6226 td {
    font-size: 13px;
  }
}

.c-table-id6226 tr:last-child th,
.c-table-id6226 tr:last-child td {
  border-bottom: none;
}

.c-table-id6226 tr:nth-child(2) th,
.c-table-id6226 tr:nth-child(2) td {
  padding-top: 65px;
}

@media (max-width: 768px) {
  .c-table-id6226 tr:nth-child(2) th,
  .c-table-id6226 tr:nth-child(2) td {
    padding-top: 25px;
  }
}

.c-table-id6226 th {
  padding-left: 2.5em;
}

.c-table-id6226 td {
  color: #b68d30;
  text-align: right;
  padding-right: 3.125em;
}

.c-table-id6226 th span {
  margin-left: 20px;
  font-size: 12px;
  border-radius: 5px;
  color: #fff;
  padding: 5px;
  width: 125px;
  display: inline-block;
  text-align: center;
}

@media (max-width: 768px) {
  .c-table-id6226 th span {
    margin-left: 0;
    font-size: 10px;
    margin-top: 5px;
    width: 105px;
  }
}

/* rental-price */

@media (max-width: 768px) {
  .rental-price-area {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.page-rental .rental-price .warning {
  background-color: #c7a13e;
}

.page-rental .rental-price .brown {
  background-color: #3b180e;
}

.page-rental .rental-price .rental-price__note {
  font-size: 12px;
  color: #5e5d5c;
  font-weight: 400;
  text-align: left;
  padding-left: 40px;
}

@media (max-width: 768px) {
  .page-rental .rental-price .rental-price__note {
    padding-left: 0;
  }
}

.page-rental .rental-price .rental-price-option {
  background-color: #eee6db;
  border-radius: 10px;
  padding: 40px;
  font-size: 13px;
  font-weight: bold;
  line-height: 2;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .page-rental .rental-price .rental-price-option {
    padding: 40px 20px;
  }
}

.page-rental .rental-price .rental-price-option .rental-price-option__title {
  font-size: 16px;
  letter-spacing: 0.05em;
}

.page-rental .rental-price .price-option {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(44, 18, 13, 0.3);
  padding: 30px 45px 30px 75px;
}

@media (max-width: 768px) {
  .page-rental .rental-price .price-option {
    display: block;
    padding: 25px 10px 35px;
  }
}

.page-rental .rental-price .price-option .member-price,
.page-rental .rental-price .price-option .option-list {
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .page-rental .rental-price .price-option .member-price {
    align-items: baseline;
  }
}

.page-rental .rental-price .tag {
  color: #fff;
  font-size: 11px;
  border-radius: 5px;
  padding: 0 5px;
  width: max-content;
}

.page-rental .rental-price .price-option .member-price .rental-price__note {
  margin-top: auto;
}

@media (max-width: 768px) {
  .page-rental .rental-price .price-option .member-price .rental-price__note {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .page-rental .rental-price .price-option .member-price {
    margin-top: 20px;
  }
}

.page-rental .rental-price .price-special {
  padding: 50px 30px 80px 60px;
}

@media (max-width: 768px) {
  .page-rental .rental-price .price-special {
    padding: 25px 10px 40px;
  }
}

.page-rental .rental-price .price-special .tag {
  margin-top: 20px;
  margin-bottom: 5px;
}

.page-rental .rental-price .price-special .special-list {
  margin-top: 30px;
}

.page-rental .rental-price .price-special .special-list li ,.page-rental .rental-price .price-special .special-list02 li {
  text-indent: -1em;
  padding-left: 1em;
}


/* rental-notes  */

.page-rental .rental-notes {
  padding-top: 70px;
}

@media (max-width: 768px) {
  .page-rental .rental-notes {
    padding-top: 50px;
  }
}

@media (max-width: 768px) {
  .page-rental .rental-notes .container {
    padding-left: 27px;
    padding-right: 27px;
  }
}

.page-rental .rental-notes .rental-notes__title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

.page-rental .rental-notes-block:first-of-type {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .page-rental .rental-notes-block:first-of-type {
    margin-top: 50px;
  }
}

.page-rental .rental-notes-block {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .page-rental .rental-notes-block {
    margin-top: 30px;
  }
}

.page-rental .rental-notes .rental-notes-block p {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 13px;
  line-height: 2.0833333333;
}

.page-rental .rental-notes .rental-notes-block p::before {
  content: "・";
}

/* page-menu */

.page-menu {
  font-size: 15px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  color: #3b180e;
}

.page-menu .menu-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 110px;
}

@media (max-width: 768px) {
  .page-menu .menu-link {
    margin-top: 40px;
  }
}

.page-menu .menu-link .menu-link__list {
  width: 33%;
  border-radius: 3px;
  border: 1px solid #c7a13e;
  width: calc(33.333% - 20px * 2 / 3);
  margin-right: 10px;
}

@media (max-width: 768px) {
  .page-menu .menu-link .menu-link__list {
    width: 100%;
    margin-right: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #c7a13e;
  }
}

.page-menu .menu-link .menu-link__list:nth-child(3n) {
  margin-right: 0;
}

.page-menu .menu-link .menu-link__list:nth-child(n + 4) {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .page-menu .menu-link .menu-link__list:nth-child(n + 4) {
    margin-top: 0;
  }
}

.page-menu .menu-link p {
  text-align: center;
  padding: 15px;
  position: relative;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

@media (max-width: 768px) {
  .page-menu .menu-link p {
    text-align: left;
  }
}

.page-menu .menu-link a,
.page-menu .menu-link p::after {
  transition: background-color 0.3s;
}

.page-menu .menu-link .menu-link__list:first-of-type p {
  padding-right: 32px;
}

.page-menu .menu-link p::after {
  content: "→";
  display: block;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 400;
  border: 1px solid #c7a13e;
  color: #c7a13e;
  background-color: #fff;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.page-menu .menu-link p span {
  font-size: 11px;
  font-family: AthelasBold, serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #c7a13e;
  display: block;
  margin-top: 12px;
  letter-spacing: 0.2em;
}

@media (hover: hover) and (pointer: fine) {
  .page-menu .menu-link .menu-link__list a:hover {
    background-color: #eee6db;
    display: block;
  }

  .page-menu .menu-link .menu-link__list a:hover p::after {
    background-color: #eee6db;
  }
}

.page-menu .menubox {
  background: linear-gradient(180deg, #fff 0px, #fff 10%, #f5eee5 10%, #f5eee5 100%);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin-top: 105px;
  padding-bottom: 90px;
  padding-top: 45px;
}

@media (max-width: 768px) {
  .page-menu .menubox {
    padding-bottom: 50px;
    margin-top: 66px;
    padding-top: 48px;
  }
}

.page-menu .menubox:not(:first-child) {
  margin-top: 55px;
}

.menubox.removal .menubox__body {
  margin-top: 43px;
}

.menubox.removal .btn-wrap {
  margin-left: auto;
  margin-top: 0;
}

.menubox.removal .btn-wrap a {
  justify-content: flex-end;
}

.menubox.removal .sale-info {
  border: 0.5px solid #c7a13e;
  border-radius: 10px;
  margin-top: auto;
}

@media (max-width: 768px) {
  .menubox.removal .sale-info {
    margin-top: 50px;
  }
}

.menubox.removal .sale-info .sale {
  display: flex;
  justify-content: space-between;
  padding: 0 30px 10px;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .menubox.removal .sale-info .sale {
    padding: 0 20px;
  }
}

.menubox.removal .sale-info .sale-ttl {
  font-size: 14px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  letter-spacing: 0.2em;
  line-height: 3.4285714286;
  color: #fff;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 268px;
  margin-top: -25px;
  position: relative;
  background: url(../img/menu/bg_ttl.png) center / contain no-repeat;
}

.menubox.removal .sale-info .sale-ttl::before,
.menubox.removal .sale-info .sale-ttl::after {
  position: absolute;
  top: 50%;
  width: 1px;
  height: 1em;
  background-color: #fff;
  content: "";
}

.menubox.removal .sale-info .sale-ttl::before {
  left: 3.5em;
  transform: translateY(-50%) rotate(-30deg);
}

.menubox.removal .sale-info .sale-ttl::after {
  right: 3.5em;
  transform: translateY(-50%) rotate(30deg);
}

.menubox.removal .sale-info .sale p {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.625;
}

@media (max-width: 768px) {
  .menubox.removal .sale-info .sale p {
    font-size: 14px;
  }
}

.menubox.removal .sale-info .sale .sale__price {
  font-size: 14px;
}

.menubox.removal .sale-info .sale .sale__price .picup-wrap {
  display: block;
  color: #c7a13e;
  font-size: 16px;
}

@media (max-width: 768px) {
  .menubox.removal .sale-info .sale .sale__price .picup-wrap {
    font-size: 14px;
  }
}

.menubox.removal .sale-info .sale .sale__price .picup {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.1em;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .menubox.removal .sale-info .sale .sale__price .picup {
    font-size: 25px;
  }
}

.menubox.removal .menu-price .menu-price-list-contents:last-child {
  display: flex;
  flex-direction: column;
}

.page-menu .menubox .menubox__wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .page-menu .menubox .menubox__wrap {
    flex-direction: column-reverse;
  }
}

.page-menu .menubox .menubox__wrap.reverse {
  flex-direction: row;
}

@media (max-width: 768px) {
  .page-menu .menubox .menubox__wrap.reverse {
    flex-direction: column-reverse;
  }
}

.page-menu .menubox .menubox__img {
  width: calc(575 / 1200 * 100%);
  position: relative;
}

@media (max-width: 768px) {
  .page-menu .menubox .menubox__img {
    width: 100%;
  }
}

.menubox-area {
  counter-reset: number;
}

.page-menu .menubox .menubox__img::after {
  content: "0" counter(number);
  counter-increment: number;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.1em;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -41px;
  right: -39px;
  width: 71px;
  height: 71px;
  display: grid;
  place-items: center;
  color: #c7a13e;
  font-family: "Bodoni", sans-serif;
}

.page-menu .menubox .menubox__img.left::after {
  left: -28px;
  right: auto;
  top: -32px;
}

.page-menu .menubox .menubox__img::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 50%;
  top: -44px;
  right: -42px;
  border: 0.5px solid #c7a13e;
}

.page-menu .menubox .menubox__img.left::before {
  left: -31px;
  right: auto;
  top: -35px;
}
@media (max-width: 768px) {
  .page-menu .menubox .menubox__img::after,
  .page-menu .menubox .menubox__img.left::after {
    top: -7px;
    right: 34.6666666667vw;
    transform: translateY(-50%);
    width: 17.0666666667vw;
    height: 17.0666666667vw;
  }
}

@media (max-width: 768px) {
  .page-menu .menubox .menubox__img::before,
  .page-menu .menubox .menubox__img.left::before {
    top: -7px;
    right: 33.8666666667vw;
    transform: translateY(-50%);
    width: 18.6666666667vw;
    height: 18.6666666667vw;
  }
}
@media (max-width: 768px) {
  .page-menu .menubox .menubox__img.left::before,
  .page-menu .menubox .menubox__img.left::after {
    left: auto;
  }
}

.page-menu .menubox .menubox__body {
  width: calc(573 / 1200 * 100%);
  margin-top: 40px;
}

@media (max-width: 768px) {
  .page-menu .menubox .menubox__body {
    width: 100%;
  }
}

.page-menu .menubox .menubox__title {
  font-size: 46px;
  letter-spacing: 0.05em;
  color: #c7a13e;
  font-family: "CenturyGothic", sans-serif;
}

@media (max-width: 768px) {
  .page-menu .menubox .menubox__title {
    text-align: center;
    font-size: 36px;
  }
}

.page-menu .menubox .menubox__title span {
  font-size: 18px;
  letter-spacing: 0.2em;
  display: block;
  color: #3b180e;
  margin-top: 15px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

.page-menu .menubox .menubox__body p {
  letter-spacing: 0.05em;
  line-height: 2.2666666667;
  margin-top: 45px;
}

@media (max-width: 768px) {
  .page-menu .menubox .menubox__body p {
    margin-top: 25px;
  }
}

.page-menu .menubox .intro {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .page-menu .menubox .intro {
    border: 1px solid #c7a13e;
    border-radius: 10px;
    align-items: start;
    padding: 25px;
  }
}

.page-menu .menubox .intro .intro__img {
  flex: 0 0 125px;
  position: relative;
  left: 12px;
}
@media (max-width: 768px) {
  .page-menu .menubox .intro .intro__img {
    flex: 0 0 85px;
  }
}

.page-menu .menubox .intro .intro__body {
  flex: 1 1 auto;
  border-radius: 0 10px 10px 0;
  border-top: 1px solid #c7a13e;
  border-right: 1px solid #c7a13e;
  border-bottom: 1px solid #c7a13e;
  padding: 25px 20px 15px 15px;
}

@media (max-width: 768px) {
  .page-menu .menubox .intro .intro__body {
    padding: 0 0 0 20px;
    border: none;
  }
}

.page-menu .menubox .intro .intro__body p {
  margin-top: 0;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 2;
}

.menubox.body {
  background: linear-gradient(180deg, #fff 0px, #fff 14%, #f5eee5 14%, #f5eee5 100%);
}

.menubox.body .menubox__body {
  margin-top: 50px;
}

.page-menu .menubox .menu-price {
  margin-top: 55px;
}

@media (max-width: 768px) {
  .page-menu .menubox .menu-price {
    margin-top: 28px;
  }
}

.page-menu .menubox .menu-price .menu-price__title {
  clip-path: polygon(6% 0, 100% 0, 100% 68%, 94% 100%, 0 100%, 0 33%);
  background-color: #c7a13e;
  color: #fff;
  font-weight: bold;
  font-family: athelas, serif;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 0.2em;
  line-height: 2.1052631579;
  text-align: center;
}

@media (max-width: 768px) {
  .page-menu .menubox .menu-price .menu-price__title {
    line-height: 1.7;
  }
}

.page-menu .menubox .menu-price__title-box {
  position: relative;
  max-width: 234px;
  margin: 0 auto -15px;
}

.page-menu .menubox .menu-price__title-box::before,
.page-menu .menubox .menu-price__title-box::after {
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 35px;
  background-color: #c7a13e;
  content: "";
  z-index: 1;
  transform: rotate(45deg);
}

.page-menu .menubox .menu-price__title-box::before {
  left: 6px;
  top: -11px;
}

.page-menu .menubox .menu-price__title-box::after {
  right: 5px;
  bottom: -9px;
}

.page-menu .menubox .menu-price .menu-price-list-wrap {
  max-width: 998px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 55px 30px 30px;
}

@media (max-width: 768px) {
  .page-menu .menubox .menu-price .menu-price-list-wrap {
    padding: 50px 20px 40px;
  }
}

.page-menu .menubox .menu-price .menu-price-list-wrap.col {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .page-menu .menubox .menu-price .menu-price-list-wrap.col {
    flex-direction: column;
  }
}

.page-menu .menubox .menu-price .menu-price-list-wrap.col .menu-price-list-contents {
  width: 47%;
}

@media (max-width: 768px) {
  .page-menu .menubox .menu-price .menu-price-list-wrap.col .menu-price-list-contents {
    width: 100%;
  }
}

.page-menu .menubox .menu-price .menu-price-list-contents {
  border-top: 0.5px solid #c7a13e;
}

@media (max-width: 768px) {
  .page-menu .menubox .menu-price .menu-price-list-contents {
    border-top: none;
  }
}

.page-menu .menubox .menu-price .price-item {
  border-bottom: 0.5px solid #c7a13e;
  font-size: 14px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  padding: 15px 10px;
}

.page-menu .menubox .menu-price .price-item .d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .page-menu .menubox .menu-price .price-item .d-flex {
    align-items: baseline;
  }
}

.page-menu .menubox .menu-price .price-item dt {
  letter-spacing: 0.075em;
  line-height: 1.9285714286;
  font-weight: 600;
}

@media (max-width: 768px) {
  .page-menu .menubox .menu-price .price-item dt {
    font-size: 13px;
    line-height: 1.6153846154;
  }
}

.page-menu .menubox .menu-price .price-item dd {
  font-weight: 400;
  white-space: nowrap;
  text-align: right;
  line-height: 1.5714285714;
}

@media (max-width: 768px) {
  .page-menu .menubox .menu-price .price-item dd {
    font-size: 12px;
  }
}

.page-menu .menubox .menu-price .price-item .time {
  color: #c7a13e;
  font-weight: 600;
}

.page-menu .menubox .menu-price .price-item .tag {
  font-size: 10px;
  color: #fff;
  background-color: #713e3b;
  width: 51px;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 2px 5px;
  margin-right: 5px;
  vertical-align: top;
}

@media (max-width: 768px) {
  .page-menu .menubox .menu-price .price-item .tagwrap {
    display: block;
  }
}

.menubox.treatment {
  background: linear-gradient(180deg, #fff 0px, #fff 11%, #f5eee5 11%, #f5eee5 100%);
}

.page-menu .menubox .menu-price .price-item .small {
  font-size: 12px;
  font-weight: 400;
}
.page-menu .menubox .menu-price .price-item .small02{
	 font-size: 12px;
  font-weight: 400;
	line-height: 1.5;
	display: block;
}

@media (max-width: 768px) {
  .page-menu .menubox .menu-price .price-item .small,.page-menu .menubox .menu-price .price-item .small02 {
    font-size: 10px;
  }
}

.page-menu .menubox .menu-price .price-item .medium {
  font-size: 16px;
}

@media (max-width: 768px) {
  .page-menu .menubox .menu-price .price-item .medium {
    font-size: 13px;
  }
}

.page-menu .menubox .menu-price .price-item .d-flex.align-items-start {
  align-items: flex-start;
}

.menubox.treatment .menu-price-list.lg .price-item {
  padding: 25px 10px;
}

.menu-price__note {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  margin-top: 1.25em;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

.page-menu .menubox.merchandise {
  background: linear-gradient(180deg, #fff 0px, #fff 17%, #f5eee5 17%, #f5eee5 100%);
}

.page-menu .menubox.merchandise .menubox__body {
  margin-top: 45px;
}

.page-menu .menubox.merchandise .menu-price {
  max-width: 575px;
  margin-left: auto;
  margin-top: 0;
}

@media (max-width: 768px) {
  .page-menu .menubox.merchandise .menu-price {
    margin-top: 30px;
  }
}

.page-menu .menubox.merchandise .menu-price__title-box {
  max-width: 277px;
}

.page-menu .menubox.merchandise .menu-price__title-box .menu-price__title {
  clip-path: polygon(5% 0, 100% 0, 100% 62%, 95% 100%, 0 100%, 0 45%);
}

.page-menu .menubox.merchandise .menu-price__title-box::before {
  top: -8px;
}

.page-menu .menubox.merchandise .menu-price__title-box::after {
  bottom: -8px;
}

.page-menu .menubox.merchandise .bd-line::after {
  width: 100%;
}

.page-menu .menubox.merchandise .trial-price {
  text-align: right;
}

.page-menu .menubox.merchandise .trial-price .price {
  font-size: 24px;
}

@media (max-width: 768px) {
  .page-menu .menubox.merchandise .trial-price .price {
    font-size: 20px;
  }
}

.page-menu .menubox.merchandise .trial-price .small {
  font-size: 14px;
  color: #c7a13e;
  margin-right: 10px;
}

.page-menu .menubox.merchandise .trial-price .tag {
  font-size: 10px;
  color: #fff;
  background-color: #713e3b;
  width: 75px;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 5px;
  margin-right: 10px;
}

.page-menu .menubox.merchandise .trial-price .price span {
  font-size: 12px;
}

/* flow-list */

.page-menu-flow {
  padding-top: 130px;
  padding-bottom: 157px;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .page-menu-flow {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.page-menu-flow .flow-list li {
  display: flex;
  align-items: center;
  margin-top: 90px;
}

@media (max-width: 768px) {
  .page-menu-flow .flow-list li {
    flex-direction: column;
  }
}

.page-menu-flow .flow-list .flow-list__head {
  width: 157px;
  height: 157px;
  border-radius: 50%;
  border: 0.5px solid #c7a13e;
  display: grid;
  place-items: center;
  margin-right: 70px;
  position: relative;
  flex-shrink: 0;
  margin-right: auto;
  margin-left: auto;
}

.page-menu-flow .flow-list li:not(:first-of-type) .flow-list__head::before {
  content: "";
  display: block;
  background-color: #c7a13e;
  width: 1px;
  height: 60px;
  position: absolute;
  top: -77px;
}

.page-menu-flow .flow-list .flow-list__head h3 {
  border-radius: 50%;
  background-color: #f5eee5;
  width: 143px;
  height: 143px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

.page-menu-flow .flow-list .flow-list__head h3 .number {
  line-height: 0.575;
  font-size: 23px;
  font-weight: bold;
  color: #c7a13e;
  line-height: 1.7391304348;
  font-family: "Bodoni", sans-serif;
}

.page-menu-flow .flow-list__text {
  flex-grow: 1;
  position: relative;
  padding: 0 30px;
}

.page-menu-flow .flow-list__text p {
  line-height: 2.2666666667;
}

@media (max-width: 768px) {
  .page-menu-flow .flow-list__text p {
    margin-top: 30px;
  }
}

.page-menu-flow .flow-list__text::after {
  content: "";
  width: 100%;
  display: block;
  bottom: -114px;
  left: 0;
  position: absolute;
  border-bottom: 1px solid #c7a13e;
}

@media (max-width: 768px) {
  .page-menu-flow .flow-list__text::after {
    content: none;
  }
}

.page-menu-flow .flow-list li:first-of-type .flow-list__text::after {
  bottom: -53px;
}

.page-menu-flow .cv-area {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .page-menu-flow .cv-area {
    flex-direction: column;
  }
}

.page-menu-flow .cv-area .cv-area__item {
  background-color: #fff;
  border-radius: 10px;
  width: calc((100% - 20px) / 2);
  text-align: center;
  border: 0.5px solid #c7a13e;
  padding: 20px;
}

@media (max-width: 768px) {
  .page-menu-flow .cv-area .cv-area__item {
    width: 100%;
  }
}

.page-menu-flow .cv-area .cv-area__item:last-child {
  padding: 0;
}

@media (max-width: 768px) {
  .page-menu-flow .cv-area .cv-area__item:last-child {
    margin-top: 20px;
  }

  .page-menu-flow .cv-area .cv-area__item:last-child .cv-area__link {
    margin-top: 0;
  }
}

.page-menu-flow .cv-area .cv-area__item:last-child a {
  padding: 20px;
  display: block;
}

.page-menu-flow .cv-area .cv-area__item .tel {
  font-size: 23px;
}

.page-menu-flow .cv-area .cv-area__item .bd-line::after {
  width: 100%;
  margin-top: 12px;
}

.page-menu-flow .cv-area .cv-area__text {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-top: 0.8571428571em;
}

/* 追加最終 */

.video__contents {
  background-color: #391808;
  margin: 0 calc(50% - 50vw);
  margin: -5px calc(50% - 50vw) 0 calc(50% - 50vw);
  padding: 130px calc(50vw - 50%) 130px calc(50vw - 50%);
  text-align: center;
}

.video__contents .video__content {
  width: 780px;
  height: auto;
  border: double 10px #e6d8b3;
}

@media (max-width: 900px) {
  .video__contents .video__content {
    width: 600px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .video__contents .video__content {
    width: 400px;
  }
}

@media (max-width: 499px) {
  .video__contents .video__content {
    width: 80%;
    border: double 5px #e6d8b3;
  }
}

.service__contents {
  background-color: #391808;
  margin: 0px calc(50% - 50vw);
  margin: 0px calc(50% - 50vw) 0 calc(50% - 50vw);
  padding: 0px calc(50vw - 50%) 0px calc(50vw - 50%);
}

.service__contents .service__content__title .span__title {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffc540), color-stop(50%, #f7dc9e), color-stop(70%, #ffc540));
  background: linear-gradient(0deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  background: -webkit-linear-gradient(90deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service__contents .service__content__title .span__title:after {
  left: 105%;
  top: 50%;
  position: absolute;
  border-top: 2px solid #ffdb88;
  content: "";
  width: 280px;
  /* ç·šã®é•·ã• */
}

@media (max-width: 900px) {
  .service__contents .service__content__title .span__title:after {
    width: 150px;
  }
}

@media (max-width: 768px) {
  .service__contents .service__content__title .span__title:after {
    width: 100px;
  }
}

@media (max-width: 499px) {
  .service__contents .service__content__title .span__title:after {
    width: 40px;
  }
}

.service__contents .service__content__title .span__title::before {
  right: 110%;
  top: 50%;
  position: absolute;
  border-top: 2px solid #ffdb88;
  content: "";
  width: 280px;
  /* ç·šã®é•·ã• */
}

@media (max-width: 900px) {
  .service__contents .service__content__title .span__title::before {
    width: 150px;
  }
}

@media (max-width: 768px) {
  .service__contents .service__content__title .span__title::before {
    width: 100px;
  }
}

@media (max-width: 499px) {
  .service__contents .service__content__title .span__title::before {
    width: 40px;
  }
}

.service__contents .service__content__title .span__subtitle {
  padding-top: 5px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffc540), color-stop(50%, #f7dc9e), color-stop(70%, #ffc540));
  background: linear-gradient(0deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  background: -webkit-linear-gradient(90deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service__contents .service__content__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
  padding-bottom: 130px;
  margin-left: 15px;
}

@media (max-width: 1200px) {
  .service__contents .service__content__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 60%;
    margin: 80px auto 0px auto;
    padding-bottom: 50px;
  }
}

@media (max-width: 499px) {
  .service__contents .service__content__items {
    width: 80%;
  }
}

.service__contents .service__content__items .service__item__subtitle {
  position: relative;
  font-size: 24px;
  color: #e6d8b3;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .service__contents .service__content__items .service__item__subtitle {
    font-size: 20px;
  }
}

.service__contents .service__content__items img {
  width: 90%;
}

@media (max-width: 1200px) {
  .service__contents .service__content__items img {
    width: 100%;
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 499px) {
  .service__contents .service__content__items img {
    width: 80%;
  }
}

.service__contents .service__content__items .service__item__link {
  position: relative;
  font-size: 24px;
  color: #e6d8b3;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  margin-top: 30px;
  margin-left: 40px;
}

@media (max-width: 1200px) {
  .service__contents .service__content__items .service__item__link {
    text-align: right;
    margin-right: 40px;
    margin-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .service__contents .service__content__items .service__item__link {
    font-size: 18px;
  }
}

.service__contents .service__content__items .service__item__link:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 0;
  bottom: 3px;
  border-top: solid 1px #e6d8b3;
  border-right: solid 1px #e6d8b3;
  position: absolute;
  right: 23%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1200px) {
  .service__contents .service__content__items .service__item__link:before {
    right: -10px;
  }
}

.service__contents .service__content__items .service__item__link:after {
  right: 22%;
  bottom: -35%;
  position: absolute;
  border-top: 1px solid #e6d8b3;
  content: "";
  width: 220px;
  /* ç·šã®é•·ã• */
}

@media (max-width: 1200px) {
  .service__contents .service__content__items .service__item__link:after {
    right: -10px;
  }
}

@media (max-width: 768px) {
  .service__contents .service__content__items .service__item__link:after {
    width: 150px;
  }
}

.top__wrapper {
  position: relative;
}

.top__wrapper .top__img {
  width: 100vw;
  height: calc(100vh - 140px);
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .top__wrapper .top__img {
    display: none;
  }
}

.top__wrapper .top__img__sp {
  display: none;
}

@media (max-width: 768px) {
  .top__wrapper .top__img__sp {
    display: block;
    width: 100vw;
    height: calc(100vh - 140px);
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.top__wrapper .top__wrapper__heading {
  font-size: 16px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  position: fixed;
  top: 50%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 20px;
  background-color: #ceaf5f;
  right: 0px;
  -webkit-box-shadow: 0px 1px 5px #ceaf5f;
  box-shadow: 0px 1px 5px #ceaf5f;
  z-index: 1;
}

@media (max-width: 499px) {
  .top__wrapper .top__wrapper__heading {
    font-size: 14px;
    padding: 15px;
  }
}

.top__wrapper .scrolldown1 {
  /*æç”»ä½ç½®â€»ä½ç½®ã¯é©å®œèª¿æ•´ã—ã¦ãã ã•ã„*/
  position: absolute;
  left: 50%;
  bottom: 80px;
}

.top__wrapper .scrolldown1.scrolldown1:after {
  content: "";
  position: absolute;
  top: 10px;
  /*ç·šã®å½¢çŠ¶*/
  width: 1px;
  height: 70px;
  background: #584940;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
  animation: pathmove 1.4s ease-in-out infinite;
}

.top__wrapper .scrolldown1 span {
  /*æç”»ä½ç½®*/
  position: absolute;
  left: -15px;
  top: -15px;
  /*ãƒ†ã‚­ã‚¹ãƒˆã®å½¢çŠ¶*/
  color: #584940;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 70px;
    opacity: 1;
  }
  100% {
    height: 30px;
    top: 30px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 70px;
    opacity: 1;
  }
  100% {
    height: 30px;
    top: 30px;
    opacity: 0;
  }
}

body {
  overflow-x: hidden;
}

.news__contents {
  background-color: #e6d8b3;
  margin: 0 calc(50% - 50vw);
  margin: 0px calc(50% - 50vw) 0 calc(50% - 50vw);
  padding: 130px calc(50vw - 50%) 160px calc(50vw - 50%);
}

.news__contents .news__content__title {
  font-size: 50px;
  color: #695b53;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .news__contents .news__content__title {
    font-size: 35px;
  }
}

.news__contents .news__content__view {
  text-align: right;
  color: #584940;
  width: 800px;
  margin: -6px auto 0px auto;
  position: relative;
}

@media (max-width: 900px) {
  .news__contents .news__content__view {
    width: 600px;
  }
}

@media (max-width: 768px) {
  .news__contents .news__content__view {
    width: 400px;
    font-size: 15px;
  }
}

@media (max-width: 499px) {
  .news__contents .news__content__view {
    width: 90%;
  }
}

.news__contents .news__content__view:after {
  bottom: -5%;
  right: -4%;
  position: absolute;
  border-top: 1px solid #695b53;
  content: "";
  width: 120px;
  /* ç·šã®é•·ã• */
}

@media (max-width: 499px) {
  .news__contents .news__content__view:after {
    width: 100px;
  }
}

.news__contents .news__content__view::before {
  content: "";
  /*çµ¶å¯¾é…ç½®ã§ç·šã®ä½ç½®ã‚’æ±ºã‚ã‚‹*/
  position: absolute;
  bottom: -3%;
  right: -4%;
  /*çŸ¢å°ã®å½¢çŠ¶*/
  width: 20px;
  height: 8px;
  border-top: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.news__contents .news__posts {
  max-width: 800px;
  margin: 60px auto 0px auto;
}

@media (max-width: 900px) {
  .news__contents .news__posts {
    max-width: 600px;
  }
}

@media (max-width: 768px) {
  .news__contents .news__posts {
    max-width: 400px;
  }
}

@media (max-width: 499px) {
  .news__contents .news__posts {
    max-width: 80%;
  }
}

.news__contents .news__posts .news__post__title {
  position: relative;
  font-size: 20px;
  color: #695b53;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .news__contents .news__posts .news__post__title {
    text-align: center;
  }
}

.news__contents .news__posts .news__post__title:after {
  top: -30px;
  left: -5%;
  position: absolute;
  border-top: 1px solid #695b53;
  content: "";
  width: 110%;
  /* ç·šã®é•·ã• */
}

.news__contents .news__posts .news__post__title span {
  padding-right: 90px;
}

@media (max-width: 768px) {
  .news__contents .news__posts .news__post__title span {
    display: block;
    padding-right: 0px;
    text-align: center;
    margin-bottom: 20px;
  }
}

.news__contents .news__posts .news__item__discription {
  font-size: 15px;
  color: #695b53;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.4em;
  padding-left: 227px;
  padding-top: 30px;
  padding-bottom: 50px;
  line-height: 2;
  width: 90%;
}

@media (max-width: 768px) {
  .news__contents .news__posts .news__item__discription {
    text-align: center;
    padding-left: 0px;
    margin: 0px auto;
  }
}

@media (max-width: 499px) {
  .news__contents .news__posts .news__item__discription {
    font-size: 16px;
  }
}

.news__contents .news__posts .news__item__discription:last-of-type {
  position: relative;
}

.news__contents .news__posts .news__item__discription:last-of-type:after {
  bottom: 10px;
  left: -6%;
  position: absolute;
  border-top: 1px solid #695b53;
  content: "";
  width: 123%;
  /* ç·šã®é•·ã• */
}

@media (max-width: 499px) {
  .news__contents .news__posts .news__item__discription:last-of-type:after {
    left: -10%;
  }
}

.misson__contents {
  background-color: #402010;
  margin: 0px calc(50% - 50vw) 0 calc(50% - 50vw);
  padding: 0px calc(50vw - 50%) 0px calc(50vw - 50%);
}

.misson__contents .misson__content__title .span__title {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffc540), color-stop(50%, #f7dc9e), color-stop(70%, #ffc540));
  background: linear-gradient(0deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  background: -webkit-linear-gradient(90deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.misson__contents .misson__content__title .span__title:after {
  left: 110%;
  top: 50%;
  position: absolute;
  border-top: 2px solid #ffdb88;
  content: "";
  width: 280px;
  /* ç·šã®é•·ã• */
}

@media (max-width: 900px) {
  .misson__contents .misson__content__title .span__title:after {
    width: 150px;
  }
}

@media (max-width: 768px) {
  .misson__contents .misson__content__title .span__title:after {
    width: 100px;
  }
}

@media (max-width: 499px) {
  .misson__contents .misson__content__title .span__title:after {
    width: 40px;
  }
}

.misson__contents .misson__content__title .span__title::before {
  right: 110%;
  top: 50%;
  position: absolute;
  border-top: 2px solid #ffdb88;
  content: "";
  width: 280px;
  /* ç·šã®é•·ã• */
}

@media (max-width: 900px) {
  .misson__contents .misson__content__title .span__title::before {
    width: 150px;
  }
}

@media (max-width: 768px) {
  .misson__contents .misson__content__title .span__title::before {
    width: 100px;
  }
}

@media (max-width: 499px) {
  .misson__contents .misson__content__title .span__title::before {
    width: 40px;
  }
}

.misson__contents .misson__content__title .span__subtitle {
  padding-top: 5px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffc540), color-stop(50%, #f7dc9e), color-stop(70%, #ffc540));
  background: linear-gradient(0deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  background: -webkit-linear-gradient(90deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.misson__contents .misson__content__items {
  margin-top: 80px;
  color: #e6d8b3;
}

.misson__contents .misson__content__items .misson__item__subtitle {
  text-align: center;
  font-size: 26px;
  color: #e6d8b3;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
  width: 50%;
  margin: 0px auto;
}

@media (max-width: 900px) {
  .misson__contents .misson__content__items .misson__item__subtitle {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .misson__contents .misson__content__items .misson__item__subtitle {
    font-size: 20px;
  }
}

@media (max-width: 499px) {
  .misson__contents .misson__content__items .misson__item__subtitle {
    width: 80%;
  }
}

.misson__contents .misson__content__items .misson__item__discription {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 3;
  width: 800px;
  margin: 0px auto;
}

@media (max-width: 900px) {
  .misson__contents .misson__content__items .misson__item__discription {
    width: 700px;
  }
}

@media (max-width: 768px) {
  .misson__contents .misson__content__items .misson__item__discription {
    font-size: 16px;
    width: 85%;
  }
}

.misson__contents .misson__content__items .misson__item__discription.misson__item__discription1 {
  margin-top: 80px;
}

@media (max-width: 499px) {
  .misson__contents .misson__content__items .misson__item__discription.misson__item__discription1 {
    margin-top: 40px;
  }
}

.misson__contents .misson__content__items .misson__item__discription.misson__item__discription2 {
  margin-top: 30px;
}

.misson__contents .misson__content__items .misson__item__discription.misson__item__discription3 {
  margin-top: 30px;
  margin-bottom: 130px;
}

.misson__contents .misson__content__items .misson__item__img {
  margin: 0px calc(50% - 50vw) 0 calc(50% - 50vw);
}

.misson__contents .misson__content__items .misson__item__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.message__contents {
  background-color: #e6d8b3;
  margin: 0 calc(50% - 50vw);
  margin: 0px calc(50% - 50vw) 0 calc(50% - 50vw);
  padding: 0px calc(50vw - 50%) 0px calc(50vw - 50%);
}

.message__contents .message__content__title {
  position: relative;
  color: #695b53;
}

.message__contents .message__content__title:after {
  left: 17%;
  bottom: 25%;
  position: absolute;
  border-top: 2px solid #695b53;
  content: "";
  width: 280px;
  /* ç·šã®é•·ã• */
}

@media (max-width: 1200px) {
  .message__contents .message__content__title:after {
    left: 50px;
  }
}

@media (max-width: 900px) {
  .message__contents .message__content__title:after {
    width: 150px;
    left: 15%;
  }
}

@media (max-width: 768px) {
  .message__contents .message__content__title:after {
    width: 100px;
    left: 13%;
    bottom: 20%;
  }
}

@media (max-width: 499px) {
  .message__contents .message__content__title:after {
    width: 40px;
    left: 18%;
  }
}

.message__contents .message__content__title::before {
  right: 17%;
  bottom: 25%;
  position: absolute;
  border-top: 2px solid #695b53;
  content: "";
  width: 280px;
  /* ç·šã®é•·ã• */
}

@media (max-width: 1200px) {
  .message__contents .message__content__title::before {
    right: 50px;
  }
}

@media (max-width: 900px) {
  .message__contents .message__content__title::before {
    width: 150px;
    right: 15%;
  }
}

@media (max-width: 768px) {
  .message__contents .message__content__title::before {
    width: 100px;
    right: 13%;
    bottom: 20%;
  }
}

@media (max-width: 499px) {
  .message__contents .message__content__title::before {
    width: 40px;
    right: 18%;
  }
}

.message__contents .message__content__title span {
  padding-top: 5px;
}

.message__contents .message__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 80px;
  padding-bottom: 130px;
}

@media (max-width: 1200px) {
  .message__contents .message__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1200px) {
  .message__contents .message__items .message__content__left {
    width: 50%;
    margin: 0px auto 60px auto;
  }
}

@media (max-width: 499px) {
  .message__contents .message__items .message__content__left {
    width: 50%;
    margin-bottom: 40px;
  }
}

.message__contents .message__items .message__content__left img {
  width: 100%;
  margin-left: -120px;
}

@media (max-width: 1200px) {
  .message__contents .message__items .message__content__left img {
    width: 100%;
    margin-left: 0;
  }
}

.message__contents .message__items .message__item__right {
  margin-left: 80px;
}

@media (max-width: 1200px) {
  .message__contents .message__items .message__item__right {
    margin: 0px auto;
    width: 80%;
  }
}

.message__contents .message__items .message__item__right .message__subtitle {
  text-align: left;
  font-size: 26px;
  color: #695b53;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .message__contents .message__items .message__item__right .message__subtitle {
    font-size: 20px;
  }
}

.message__contents .message__items .message__item__right .message__discription {
  text-align: left;
  font-size: 18px;
  color: #695b53;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media (max-width: 768px) {
  .message__contents .message__items .message__item__right .message__discription {
    font-size: 16px;
  }
}

.message__contents .message__items .message__item__right .message__name {
  margin-top: 20px;
  text-align: right;
  font-size: 18px;
  color: #695b53;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}

.consept__contents {
  background-color: #391808;
  margin: 0px calc(50% - 50vw);
  margin: 0px calc(50% - 50vw) 0 calc(50% - 50vw);
  padding: 0px calc(50vw - 50%) 0px calc(50vw - 50%);
}

.consept__contents .title {
  text-align: center;
}

.consept__contents .title .consept__content__title .span__title {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffc540), color-stop(50%, #f7dc9e), color-stop(70%, #ffc540));
  background: linear-gradient(0deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  background: -webkit-linear-gradient(90deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.consept__contents .title .consept__content__title .span__title:after {
  left: 105%;
  top: 50%;
  position: absolute;
  border-top: 2px solid #ffdb88;
  content: "";
  width: 280px;
  /* ç·šã®é•·ã• */
}

@media (max-width: 900px) {
  .consept__contents .title .consept__content__title .span__title:after {
    width: 150px;
  }
}

@media (max-width: 768px) {
  .consept__contents .title .consept__content__title .span__title:after {
    width: 100px;
  }
}

@media (max-width: 499px) {
  .consept__contents .title .consept__content__title .span__title:after {
    width: 40px;
    left: 100%;
  }
}

.consept__contents .title .consept__content__title .span__title::before {
  right: 110%;
  top: 50%;
  position: absolute;
  border-top: 2px solid #ffdb88;
  content: "";
  width: 280px;
  /* ç·šã®é•·ã• */
}

@media (max-width: 900px) {
  .consept__contents .title .consept__content__title .span__title::before {
    width: 150px;
  }
}

@media (max-width: 768px) {
  .consept__contents .title .consept__content__title .span__title::before {
    width: 100px;
  }
}

@media (max-width: 499px) {
  .consept__contents .title .consept__content__title .span__title::before {
    width: 40px;
    right: 105%;
  }
}

.consept__contents .title .consept__content__title .span__subtitle {
  padding-top: 5px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffc540), color-stop(50%, #f7dc9e), color-stop(70%, #ffc540));
  background: linear-gradient(0deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  background: -webkit-linear-gradient(90deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.consept__contents .consept__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 120px;
  padding-bottom: 130px;
}

@media (max-width: 1200px) {
  .consept__contents .consept__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 900px;
    margin: 120px auto 0px auto;
    text-align: center;
  }
}

@media (max-width: 1200px) and (max-width: 900px) {
  .consept__contents .consept__items {
    max-width: 700px;
  }
}

@media (max-width: 1200px) and (max-width: 768px) {
  .consept__contents .consept__items {
    margin-top: 80px;
  }
}

.consept__contents .consept__items .consept__subtitle {
  font-size: 26px;
  color: #e6d8b3;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.1em;
  padding-right: 130px;
}

@media (max-width: 1200px) {
  .consept__contents .consept__items .consept__subtitle {
    padding-right: 0px;
    width: 70%;
    margin: 0px auto 0px auto;
  }
}

@media (max-width: 768px) {
  .consept__contents .consept__items .consept__subtitle {
    font-size: 20px;
  }
}

@media (max-width: 499px) {
  .consept__contents .consept__items .consept__subtitle {
    width: 90%;
  }
}

.consept__contents .consept__items .consept__discription {
  padding-top: 40px;
  padding-right: 140px;
  font-size: 18px;
  color: #e6d8b3;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media (max-width: 1200px) {
  .consept__contents .consept__items .consept__discription {
    padding-right: 0;
    width: 70%;
    margin: 0px auto 60px auto;
  }
}

@media (max-width: 768px) {
  .consept__contents .consept__items .consept__discription {
    font-size: 16px;
  }
}

@media (max-width: 499px) {
  .consept__contents .consept__items .consept__discription {
    width: 85%;
  }
}

@media (max-width: 1200px) {
  .consept__contents .consept__items img {
    width: 70%;
    height: 300px;
  }
}

@media (max-width: 499px) {
  .consept__contents .consept__items img {
    height: 200px;
  }
}

.main__contents {
  max-width: 1200px;
  margin: 0px auto;
}

.section__title {
  position: relative;
  font-size: 50px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  padding-top: 130px;
}

@media (max-width: 768px) {
  .section__title {
    font-size: 35px;
  }
}

.section__title .span__subtitle {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .section__title .span__subtitle {
    font-size: 16px;
  }
}

/****************
初めての方へ
******************/

.guide__contents {
  background: -webkit-gradient(linear, left top, left bottom, from(#402010), color-stop(4%, #402010), color-stop(4%, #391808), to(#391808));
  background: linear-gradient(180deg, #402010 0%, #402010 4%, #391808 4%, #391808 100%);
  margin: 0 calc(50% - 50vw);
  margin: 0px calc(50% - 50vw) 0 calc(50% - 50vw);
  padding: 140px calc(50vw - 50%) 140px calc(50vw - 50%);
}

@media (max-width: 1200px) {
  .guide__contents {
    background: -webkit-gradient(linear, left top, left bottom, from(#402010), color-stop(3%, #402010), color-stop(3%, #391808), to(#391808));
    background: linear-gradient(180deg, #402010 0%, #402010 3%, #391808 3%, #391808 100%);
  }
}

@media (max-width: 900px) {
  .guide__contents {
    background: -webkit-gradient(linear, left top, left bottom, from(#402010), color-stop(3%, #402010), color-stop(3%, #391808), to(#391808));
    background: linear-gradient(180deg, #402010 0%, #402010 3%, #391808 3%, #391808 100%);
  }
}

@media (max-width: 768px) {
  .guide__contents {
    background: -webkit-gradient(linear, left top, left bottom, from(#402010), color-stop(3%, #402010), color-stop(3%, #391808), to(#391808));
    background: linear-gradient(180deg, #402010 0%, #402010 3%, #391808 3%, #391808 100%);
  }
}

@media (max-width: 499px) {
  .guide__contents {
    background: -webkit-gradient(linear, left top, left bottom, from(#402010), color-stop(2%, #402010), color-stop(2%, #391808), to(#391808));
    background: linear-gradient(180deg, #402010 0%, #402010 2%, #391808 2%, #391808 100%);
  }
}

.guide__contents .guide__content__title .guide__titles {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffc540), color-stop(40%, #f7dc9e), color-stop(80%, #ffc540));
  background: linear-gradient(0deg, #ffc540 20%, #f7dc9e 40%, #ffc540 80%);
  background: -webkit-linear-gradient(90deg, #ffc540 20%, #f7dc9e 40%, #ffc540 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}

@media (max-width: 900px) {
  .guide__contents .guide__content__title .guide__titles {
    font-size: 45px;
  }
}

@media (max-width: 499px) {
  .guide__contents .guide__content__title .guide__titles {
    font-size: 36px;
  }
}

.guide__contents .guide__content__title span {
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffc540), color-stop(50%, #f7dc9e), color-stop(70%, #ffc540));
  background: linear-gradient(0deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  background: -webkit-linear-gradient(90deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .guide__contents .guide__content__title span {
    font-size: 20px;
  }
}

.guide__contents .guide__img {
  text-align: right;
  margin-top: 110px;
}

@media (max-width: 1200px) {
  .guide__contents .guide__img img {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .guide__contents .guide__img img {
    width: 100%;
  }
}

.guide__contents .guide__items {
  max-width: 1100px;
  margin: 0px auto;
}

@media (max-width: 1200px) {
  .guide__contents .guide__items {
    max-width: 80%;
  }
}

.guide__contents .guide__items .guide__content__subtitle {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffc540), color-stop(50%, #f7dc9e), color-stop(70%, #ffc540));
  background: linear-gradient(0deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  background: -webkit-linear-gradient(90deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 45px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  margin: 180px auto 0px auto;
}
.guide__contents .guide__items .guide__content__subtitle:first-of-type{
	margin: 0 auto;
}
@media (max-width: 768px) {
  .guide__contents .guide__items .guide__content__subtitle {
    font-size: 28px;
  }
  .guide__contents .guide__items {
    max-width: 90%;
  }
}

@media (max-width: 499px) {
  .guide__contents .guide__items .guide__content__subtitle {
    font-size: 27px;
  }
}

.guide__contents .guide__items .guide__content__subtitle.guide__message:after {
  left: 18%;
  top: 50%;
  position: absolute;
  border-top: 1px solid #ffdb88;
  content: "";
  width: 200px;
  /* ç·šã®é•·ã• */
}

@media (max-width: 1200px) {
  .guide__contents .guide__items .guide__content__subtitle.guide__message:after {
    left: 2%;
  }
}

@media (max-width: 900px) {
  .guide__contents .guide__items .guide__content__subtitle.guide__message:after {
    width: 80px;
    left: 13%;
  }
}

@media (max-width: 768px) {
  .guide__contents .guide__items .guide__content__subtitle.guide__message:after {
    left: 7%;
  }
}

@media (max-width: 499px) {
  .guide__contents .guide__items .guide__content__subtitle.guide__message:after {
    display: none;
  }
}

.guide__contents .guide__items .guide__content__subtitle.guide__message::before {
  right: 18%;
  top: 50%;
  position: absolute;
  border-top: 1px solid #ffdb88;
  content: "";
  width: 200px;
  /* ç·šã®é•·ã• */
}

@media (max-width: 1200px) {
  .guide__contents .guide__items .guide__content__subtitle.guide__message::before {
    right: 2%;
  }
}

@media (max-width: 900px) {
  .guide__contents .guide__items .guide__content__subtitle.guide__message::before {
    width: 80px;
    right: 13%;
  }
}

@media (max-width: 768px) {
  .guide__contents .guide__items .guide__content__subtitle.guide__message::before {
    right: 7%;
  }
}

@media (max-width: 499px) {
  .guide__contents .guide__items .guide__content__subtitle.guide__message::before {
    display: none;
  }
}

.guide__contents .guide__items .guide__content__subtitle.guide__attention:after {
  left: 21%;
  top: 50%;
  position: absolute;
  border-top: 1px solid #ffdb88;
  content: "";
  width: 200px;
  /* ç·šã®é•·ã• */
}

@media (max-width: 1200px) {
  .guide__contents .guide__items .guide__content__subtitle.guide__attention:after {
    left: 5%;
  }
}

@media (max-width: 900px) {
  .guide__contents .guide__items .guide__content__subtitle.guide__attention:after {
    width: 80px;
    left: 18%;
  }
}

@media (max-width: 768px) {
  .guide__contents .guide__items .guide__content__subtitle.guide__attention:after {
    left: 10%;
  }
}

@media (max-width: 499px) {
  .guide__contents .guide__items .guide__content__subtitle.guide__attention:after {
    display: none;
  }
}

.guide__contents .guide__items .guide__content__subtitle.guide__attention::before {
  right: 21%;
  top: 50%;
  position: absolute;
  border-top: 1px solid #ffdb88;
  content: "";
  width: 200px;
  /* ç·šã®é•·ã• */
}

@media (max-width: 1200px) {
  .guide__contents .guide__items .guide__content__subtitle.guide__attention::before {
    right: 5%;
  }
}

@media (max-width: 900px) {
  .guide__contents .guide__items .guide__content__subtitle.guide__attention::before {
    width: 80px;
    right: 18%;
  }
}

@media (max-width: 768px) {
  .guide__contents .guide__items .guide__content__subtitle.guide__attention::before {
    right: 10%;
  }
}

@media (max-width: 499px) {
  .guide__contents .guide__items .guide__content__subtitle.guide__attention::before {
    display: none;
  }
}

.guide__contents .guide__items .guide__content__subtitle.guide__relief:after {
  left: 8%;
  top: 50%;
  position: absolute;
  border-top: 1px solid #ffdb88;
  content: "";
  width: 200px;
  /* ç·šã®é•·ã• */
}

@media (max-width: 1200px) {
  .guide__contents .guide__items .guide__content__subtitle.guide__relief:after {
    left: -3%;
    width: 130px;
  }
}

@media (max-width: 900px) {
  .guide__contents .guide__items .guide__content__subtitle.guide__relief:after {
    width: 80px;
    left: -5%;
  }
}

@media (max-width: 768px) {
  .guide__contents .guide__items .guide__content__subtitle.guide__relief:after {
    width: 50px;
    left: -3%;
  }
}

@media (max-width: 499px) {
  .guide__contents .guide__items .guide__content__subtitle.guide__relief:after {
    display: none;
  }
}

.guide__contents .guide__items .guide__content__subtitle.guide__relief::before {
  right: 8%;
  top: 50%;
  position: absolute;
  border-top: 1px solid #ffdb88;
  content: "";
  width: 200px;
  /* ç·šã®é•·ã• */
}

@media (max-width: 1200px) {
  .guide__contents .guide__items .guide__content__subtitle.guide__relief::before {
    right: -3%;
    width: 130px;
  }
}

@media (max-width: 900px) {
  .guide__contents .guide__items .guide__content__subtitle.guide__relief::before {
    width: 80px;
    right: -5%;
  }
}

@media (max-width: 768px) {
  .guide__contents .guide__items .guide__content__subtitle.guide__relief::before {
    width: 50px;
    right: -3%;
  }
}

@media (max-width: 499px) {
  .guide__contents .guide__items .guide__content__subtitle.guide__relief::before {
    display: none;
  }
}

.guide__contents .guide__items .guide__content__subtitle.guide__question:after {
  left: 18%;
  top: 50%;
  position: absolute;
  border-top: 1px solid #ffdb88;
  content: "";
  width: 200px;
  /* ç·šã®é•·ã• */
}

@media (max-width: 1200px) {
  .guide__contents .guide__items .guide__content__subtitle.guide__question:after {
    left: 2%;
  }
}

@media (max-width: 900px) {
  .guide__contents .guide__items .guide__content__subtitle.guide__question:after {
    width: 80px;
    left: 13%;
  }
}

@media (max-width: 768px) {
  .guide__contents .guide__items .guide__content__subtitle.guide__question:after {
    left: 7%;
  }
}

@media (max-width: 499px) {
  .guide__contents .guide__items .guide__content__subtitle.guide__question:after {
    display: none;
  }
}

.guide__contents .guide__items .guide__content__subtitle.guide__question::before {
  right: 18%;
  top: 50%;
  position: absolute;
  border-top: 1px solid #ffdb88;
  content: "";
  width: 200px;
  /* ç·šã®é•·ã• */
}

@media (max-width: 1200px) {
  .guide__contents .guide__items .guide__content__subtitle.guide__question::before {
    right: 2%;
  }
}

@media (max-width: 900px) {
  .guide__contents .guide__items .guide__content__subtitle.guide__question::before {
    width: 80px;
    right: 13%;
  }
}

@media (max-width: 768px) {
  .guide__contents .guide__items .guide__content__subtitle.guide__question::before {
    right: 7%;
  }
}

@media (max-width: 499px) {
  .guide__contents .guide__items .guide__content__subtitle.guide__question::before {
    display: none;
  }
}

.guide__contents .guide__items .guide__message__title {
  font-size: 38px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  text-align: left;
  margin-top: 80px;
}

@media (max-width: 900px) {
  .guide__contents .guide__items .guide__message__title {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .guide__contents .guide__items .guide__message__title {
    font-size: 20px;
  }
}

.guide__contents .guide__items .guide__message__text {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  text-align: left;
  margin-top: 60px;
  line-height: 2;
}

@media (max-width: 900px) {
  .guide__contents .guide__items .guide__message__text {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .guide__contents .guide__items .guide__message__text {
    font-size: 18px;
  }
}

@media (max-width: 499px) {
  .guide__contents .guide__items .guide__message__text {
    font-size: 17px;
  }
}

.guide__contents .guide__items .guide__attention__discription {
  max-width: 900px;
  margin: 0px auto;
}

@media (max-width: 900px) {
  .guide__contents .guide__items .guide__attention__discription {
    max-width: 100%;
  }
}

.guide__contents .guide__items .guide__attention__discription .guide__attention__title {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  text-align: left;
  margin-top: 80px;
}

@media (max-width: 900px) {
  .guide__contents .guide__items .guide__attention__discription .guide__attention__title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .guide__contents .guide__items .guide__attention__discription .guide__attention__title {
    font-size: 20px;
  }
}

.guide__contents .guide__items .guide__attention__discription .guide__attention__text1 {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  text-align: left;
  margin-top: 40px;
}

@media (max-width: 900px) {
  .guide__contents .guide__items .guide__attention__discription .guide__attention__text1 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .guide__contents .guide__items .guide__attention__discription .guide__attention__text1 {
    font-size: 17px;
  }
}

.guide__contents .guide__items .guide__attention__discription .guide__attention__text2 {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  text-align: left;
  margin-top: 40px;
  line-height: 2;
}

@media (max-width: 900px) {
  .guide__contents .guide__items .guide__attention__discription .guide__attention__text2 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .guide__contents .guide__items .guide__attention__discription .guide__attention__text2 {
    font-size: 17px;
  }
}

@media (max-width: 499px) {
  .guide__contents .guide__items .guide__attention__discription .guide__attention__text2 {
    font-size: 16px;
  }
}

.guide__contents .guide__items .guide__attention__discription .guide__attention__text3 {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  text-align: left;
  margin-top: 40px;
  line-height: 2;
}

@media (max-width: 900px) {
  .guide__contents .guide__items .guide__attention__discription .guide__attention__text3 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .guide__contents .guide__items .guide__attention__discription .guide__attention__text3 {
    font-size: 17px;
  }
}

@media (max-width: 499px) {
  .guide__contents .guide__items .guide__attention__discription .guide__attention__text3 {
    font-size: 16px;
  }
}

.guide__contents .guide__items .guide__relief__item {
  margin-top: 130px;
}

.guide__contents .guide__items .guide__relief__item .guide__relief__title {
  font-family: buffet-script, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  font-size: 38px;
}

@media (max-width: 1200px) {
  .guide__contents .guide__items .guide__relief__item .guide__relief__title {
    font-size: 34px;
  }
}

@media (max-width: 900px) {
  .guide__contents .guide__items .guide__relief__item .guide__relief__title {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .guide__contents .guide__items .guide__relief__item .guide__relief__title {
    font-size: 22px;
  }
}

@media (max-width: 499px) {
  .guide__contents .guide__items .guide__relief__item .guide__relief__title {
    text-align: center;
  }
}

.guide__contents .guide__items .guide__relief__item .guide__relief__title span {
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  margin-left: 30px;
}

@media (max-width: 499px) {
  .guide__contents .guide__items .guide__relief__item .guide__relief__title span {
    margin-left: 10px;
  }
}

.guide__contents .guide__items .guide__relief__item .guide__relief__img {
  text-align: center;
  margin-top: 80px;
}

.guide__contents .guide__items .guide__relief__item .guide__relief__img img {
  width: 50%;
}

@media (max-width: 1200px) {
  .guide__contents .guide__items .guide__relief__item .guide__relief__img img {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .guide__contents .guide__items .guide__relief__item .guide__relief__img img {
    width: 90%;
  }
}

.guide__contents .guide__items .guide__relief__item .guide__relief__text {
  max-width: 900px;
  margin: 80px auto 0px auto;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #e6d8b3;
}

@media (max-width: 900px) {
  .guide__contents .guide__items .guide__relief__item .guide__relief__text {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .guide__contents .guide__items .guide__relief__item .guide__relief__text {
    font-size: 18px;
  }
}

.guide__contents .guide__items .guide__relief__word {
  max-width: 1100px;
  margin: 180px auto;
  background-color: #674f42;
}

.guide__contents .guide__items .guide__relief__word .guide__word__text {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #e6d8b3;
  padding: 55px 105px;
}

@media (max-width: 1200px) {
  .guide__contents .guide__items .guide__relief__word .guide__word__text {
    padding: 55px 30px;
    font-size: 20px;
  }
}

@media (max-width: 900px) {
  .guide__contents .guide__items .guide__relief__word .guide__word__text {
    font-size: 17px;
    padding: 55px 30px;
  }
}

@media (max-width: 768px) {
  .guide__contents .guide__items .guide__relief__word .guide__word__text {
    font-size: 15px;
  }
}

@media (max-width: 499px) {
  .guide__contents .guide__items .guide__relief__word .guide__word__text {
    font-size: 16px;
  }
}

.guide__contents .guide__items .guide__question__contents {
  width: 80%;
  margin: 0px auto;
}

@media (max-width: 900px) {
  .guide__contents .guide__items .guide__question__contents {
    width: 90%;
  }
}

.guide__contents .guide__items .guide__question__contents .guide__content__type {
  margin-top: 80px;
  margin-bottom: 40px;
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #e6d8b3;
}

@media (max-width: 768px) {
  .guide__contents .guide__items .guide__question__contents .guide__content__type {
    font-size: 28px;
  }
}

.guide__contents .guide__items .guide__question__contents .guide__question__items {
  margin-bottom: 60px;
}

.guide__contents .guide__items .guide__question__contents .guide__question__items .guide__question__item__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #e6d8b3;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .guide__contents .guide__items .guide__question__contents .guide__question__items .guide__question__item__q {
    font-size: 16px;
  }
}

.guide__contents .guide__items .guide__question__contents .guide__question__items .guide__question__item__q .guide__question__q {
  margin-right: 10px;
}

@media (max-width: 900px) {
  .guide__contents .guide__items .guide__question__contents .guide__question__items .guide__question__item__q .guide__question__text {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .guide__contents .guide__items .guide__question__contents .guide__question__items .guide__question__item__q .guide__question__text {
    width: 80%;
  }
}

.guide__contents .guide__items .guide__question__contents .guide__question__items .guide__question__item__a {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #e6d8b3;
}

@media (max-width: 768px) {
  .guide__contents .guide__items .guide__question__contents .guide__question__items .guide__question__item__a {
    font-size: 16px;
  }
}

.guide__contents .guide__items .guide__question__contents .guide__question__items .guide__question__item__a .guide__question__q {
  margin-right: 10px;
}

.guide__contents .guide__items .guide__question__contents .guide__question__items .guide__question__item__a .guide__question__text {
  width: 90%;
}

@media (max-width: 768px) {
  .guide__contents .guide__items .guide__question__contents .guide__question__items .guide__question__item__a .guide__question__text {
    width: 80%;
  }
}

@media (max-width: 499px) {
  .guide__contents .guide__items .guide__question__contents .guide__question__items .guide__question__item__a .guide__question__text {
    width: 85%;
  }
}

.guide__contents .guide__items .guide__question__contents .guide__question__items .guide__question__item__a .guide__question__text span {
  color: #ff5959;
}

.guide__contents .guide__items .guide__question__contents .guide__question__items .guide__question__item__a li {
  list-style-type: disc;
  margin-left: 20px;
  margin-top: 15px;
}

/****************
メンズ脱毛
******************/
.mens__contents {
  background-color: #391808;
width: 100%;
  padding: 140px calc(50vw - 50%) 0px calc(50vw - 50%);
}

.mens__contents .mens__content__title .mens__titles {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffc540), color-stop(40%, #f7dc9e), color-stop(80%, #ffc540));
  background: linear-gradient(0deg, #ffc540 20%, #f7dc9e 40%, #ffc540 80%);
  background: -webkit-linear-gradient(90deg, #ffc540 20%, #f7dc9e 40%, #ffc540 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}

@media (max-width: 900px) {
  .mens__contents .mens__content__title .mens__titles {
    font-size: 45px;
  }
}

@media (max-width: 499px) {
  .mens__contents .mens__content__title .mens__titles {
    font-size: 36px;
  }
}

.mens__contents .mens__content__title span {
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffc540), color-stop(50%, #f7dc9e), color-stop(70%, #ffc540));
  background: linear-gradient(0deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  background: -webkit-linear-gradient(90deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

@media (max-width: 900px) {
  .mens__contents .mens__content__title span {
    font-size: 20px;
  }
}

.mens__contents .mens__content__items {
  max-width: 1200px;
  margin: auto;
	 width: 90%;
}

@media (max-width: 1200px) {
  .mens__contents .mens__content__items {
    max-width: 901px;
	 
  }
}

@media (max-width: 900px) {
  .mens__contents .mens__content__items {
    max-width: 769px;
	  
  }
}

@media (max-width: 768px) {
  .mens__contents .mens__content__items {
    max-width: 500px;
  }
}

@media (max-width: 499px) {
  .mens__contents .mens__content__items {
    max-width: 95%;
  }
}

.mens__contents .mens__content__items h3 {
  position: relative;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  margin-top: 130px;
}

@media (max-width: 1200px) {
  .mens__contents .mens__content__items h3 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .mens__contents .mens__content__items h3 {
    line-height: 1.5;
    font-size: 18px;
    width: 75%;
  }
}

@media (max-width: 499px) {
  .mens__contents .mens__content__items h3 {
    font-size: 18px;
    width: 80%;
    line-height: 1.5;
  }
}

.mens__contents .mens__content__items h3:after {
  bottom: -15%;
  left: 0;
  position: absolute;
  border-top: 1px solid #e6d8b3;
  content: "";
  width: 65%;
}

@media (max-width: 1200px) {
  .mens__contents .mens__content__items h3:after {
    width: 79%;
  }
}

@media (max-width: 900px) {
  .mens__contents .mens__content__items h3:after {
    width: 93%;
  }
}

@media (max-width: 768px) {
  .mens__contents .mens__content__items h3:after {
    width: 95%;
  }
}

@media (max-width: 499px) {
  .mens__contents .mens__content__items h3:after {
    width: 94%;
  }
}

.mens__contents .mens__content__items .mens__content__message .mens__message__title {
  position: relative;
  font-size: 45px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffc540), color-stop(50%, #f7dc9e), color-stop(70%, #ffc540));
  background: linear-gradient(0deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  background: -webkit-linear-gradient(90deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-top: 130px;
  margin-bottom: 80px;
}

@media (max-width: 1200px) {
  .mens__contents .mens__content__items .mens__content__message .mens__message__title {
    font-size: 36px;
  }
}

@media (max-width: 900px) {
  .mens__contents .mens__content__items .mens__content__message .mens__message__title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .mens__contents .mens__content__items .mens__content__message .mens__message__title {
    font-size: 28px;
  }
}

@media (max-width: 499px) {
  .mens__contents .mens__content__items .mens__content__message .mens__message__title {
    font-size: 26px;
  }
}

.mens__contents .mens__content__items .mens__content__message .mens__message__title:after {
  left: 17%;
  top: 50%;
  position: absolute;
  border-top: 1px solid #ffdb88;
  content: "";
  width: 20%;
}

@media (max-width: 768px) {
  .mens__contents .mens__content__items .mens__content__message .mens__message__title:after {
    left: 12%;
  }
}

@media (max-width: 499px) {
  .mens__contents .mens__content__items .mens__content__message .mens__message__title:after {
    left: 8%;
  }
}

.mens__contents .mens__content__items .mens__content__message .mens__message__title::before {
  right: 17%;
  top: 50%;
  position: absolute;
  border-top: 1px solid #ffdb88;
  content: "";
  width: 20%;
}

@media (max-width: 768px) {
  .mens__contents .mens__content__items .mens__content__message .mens__message__title::before {
    right: 12%;
  }
}

@media (max-width: 499px) {
  .mens__contents .mens__content__items .mens__content__message .mens__message__title::before {
    right: 8%;
  }
}

.mens__contents .mens__content__items .mens__content__message .mens__message__text {
  font-size: 23px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 1200px) {
  .mens__contents .mens__content__items .mens__content__message .mens__message__text {
    font-size: 18px;
  }
}

@media (max-width: 900px) {
  .mens__contents .mens__content__items .mens__content__message .mens__message__text {
    line-height: 2;
    width: 95%;
    margin: 20px auto 0 auto;
  }
}

@media (max-width: 768px) {
  .mens__contents .mens__content__items .mens__content__message .mens__message__text {
    font-size: 16px;
    text-align: left;
  }
}

.mens__contents .mens__content__items .mens__content__message .mens__recommendation__title {
  font-size: 23px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  text-align: center;
  margin-top: 120px;
}

@media (max-width: 768px) {
  .mens__contents .mens__content__items .mens__content__message .mens__recommendation__title {
    font-size: 18px;
  }
}

@media (max-width: 499px) {
  .mens__contents .mens__content__items .mens__content__message .mens__recommendation__title {
    margin-top: 80px;
    font-size: 16px;
  }
}

.mens__contents .mens__content__items .mens__content__message ul {
  display: table;
  margin: 0px auto 120px auto;
}

.mens__contents .mens__content__items .mens__content__message ul li {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  list-style: disc;
  margin-top: 40px;
}

@media (max-width: 1200px) {
  .mens__contents .mens__content__items .mens__content__message ul li {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .mens__contents .mens__content__items .mens__content__message ul li {
    font-size: 16px;
    width: 90%;
    margin: 40px auto 0 auto;
  }
}

.mens__contents .mens__content__items .mens__content__img {
  width: 40%;
  margin: 120px auto;
}

@media (max-width: 768px) {
  .mens__contents .mens__content__items .mens__content__img {
    width: 80%;
  }
}

.mens__contents .mens__content__items .mens__content__img img {
  width: 100%;
}

.mens__contents .mens__content__items .mens__questions {
  margin: 0 calc(50% - 50vw);
  background-color: #402010;
}

.mens__contents .mens__content__items .mens__questions .mens__content__subtitle {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffc540), color-stop(50%, #f7dc9e), color-stop(70%, #ffc540));
  background: linear-gradient(0deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  background: -webkit-linear-gradient(90deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 45px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  margin: 0px auto 80px auto;
}

@media (max-width: 1200px) {
  .mens__contents .mens__content__items .mens__questions .mens__content__subtitle {
    font-size: 36px;
  }
}

@media (max-width: 900px) {
  .mens__contents .mens__content__items .mens__questions .mens__content__subtitle {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .mens__contents .mens__content__items .mens__questions .mens__content__subtitle {
    font-size: 28px;
  }
}

@media (max-width: 499px) {
  .mens__contents .mens__content__items .mens__questions .mens__content__subtitle {
    font-size: 26px;
  }
}

.mens__contents .mens__content__items .mens__questions .mens__content__subtitle:after {
  left: 17%;
  top: 50%;
  position: absolute;
  border-top: 1px solid #ffdb88;
  content: "";
  width: 20%;
}

@media (max-width: 1200px) {
  .mens__contents .mens__content__items .mens__questions .mens__content__subtitle:after {
    left: 15%;
  }
}

@media (max-width: 900px) {
  .mens__contents .mens__content__items .mens__questions .mens__content__subtitle:after {
    left: 14%;
  }
}

@media (max-width: 768px) {
  .mens__contents .mens__content__items .mens__questions .mens__content__subtitle:after {
    left: 8%;
  }
}

@media (max-width: 499px) {
  .mens__contents .mens__content__items .mens__questions .mens__content__subtitle:after {
    left: 4%;
  }
}

.mens__contents .mens__content__items .mens__questions .mens__content__subtitle::before {
  right: 17%;
  top: 50%;
  position: absolute;
  border-top: 1px solid #ffdb88;
  content: "";
  width: 20%;
}

@media (max-width: 1200px) {
  .mens__contents .mens__content__items .mens__questions .mens__content__subtitle::before {
    right: 15%;
  }
}

@media (max-width: 900px) {
  .mens__contents .mens__content__items .mens__questions .mens__content__subtitle::before {
    right: 14%;
  }
}

@media (max-width: 768px) {
  .mens__contents .mens__content__items .mens__questions .mens__content__subtitle::before {
    right: 8%;
  }
}

@media (max-width: 499px) {
  .mens__contents .mens__content__items .mens__questions .mens__content__subtitle::before {
    right: 4%;
  }
}

.mens__contents .mens__content__items .mens__questions .mens__question__contents {
  max-width: 1200px;
  margin: 0px auto;
  background-color: #402010;
  padding-top: 130px;
}

@media (max-width: 900px) {
  .mens__contents .mens__content__items .mens__questions .mens__question__contents {
    width: 90%;
  }
}

.mens__contents .mens__content__items .mens__questions .mens__question__contents .mens__question__items {
  width: 80%;
  margin: 0px auto 60px auto;
}

.mens__contents .mens__content__items .mens__questions .mens__question__contents .mens__question__items:last-of-type {
  margin-bottom: 0px;
}

.mens__contents .mens__content__items .mens__questions .mens__question__contents .mens__question__items .mens__question__item__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #e6d8b3;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .mens__contents .mens__content__items .mens__questions .mens__question__contents .mens__question__items .mens__question__item__q {
    font-size: 16px;
  }
}

.mens__contents .mens__content__items .mens__questions .mens__question__contents .mens__question__items .mens__question__item__q .mens__question__q {
  margin-right: 10px;
}

@media (max-width: 900px) {
  .mens__contents .mens__content__items .mens__questions .mens__question__contents .mens__question__items .mens__question__item__q .mens__question__text {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .mens__contents .mens__content__items .mens__questions .mens__question__contents .mens__question__items .mens__question__item__q .mens__question__text {
    width: 80%;
  }
}

.mens__contents .mens__content__items .mens__questions .mens__question__contents .mens__question__items .mens__question__item__a {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #e6d8b3;
}

@media (max-width: 768px) {
  .mens__contents .mens__content__items .mens__questions .mens__question__contents .mens__question__items .mens__question__item__a {
    font-size: 15px;
    margin-left: 10px;
  }
}

.mens__contents .mens__content__items .mens__questions .mens__question__contents .mens__question__items .mens__question__item__a .mens__question__q {
  margin-right: 10px;
}

.mens__contents .mens__content__items .mens__questions .mens__question__contents .mens__question__items .mens__question__item__a .mens__question__text {
  width: 90%;
}

@media (max-width: 768px) {
  .mens__contents .mens__content__items .mens__questions .mens__question__contents .mens__question__items .mens__question__item__a .mens__question__text {
    width: 85%;
  }
}

@media (max-width: 499px) {
  .mens__contents .mens__content__items .mens__questions .mens__question__contents .mens__question__items .mens__question__item__a .mens__question__text {
    width: 85%;
  }
}

.mens__contents .mens__content__items .mens__questions .mens__question__contents .mens__question__items .mens__question__item__a .mens__question__text.mens__question__text__last {
  margin-bottom: 130px;
}

.service__item__menu {
  margin-top: 80px;
}

.service__item__menu .menu__item__attention {
  margin-left: 80px;
  margin-top: 5px;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .service__item__menu .menu__item__attention {
    font-size: 22px;
    margin-left: 40px;
  }
}

@media (max-width: 768px) {
  .service__item__menu .menu__item__attention {
    font-size: 14px;
    margin-left: 20px;
  }
}

.service__item__menu .menu__title {
  position: relative;
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .service__item__menu .menu__title {
    font-size: 26px;
  }
}

.service__item__menu .menu__title:after {
  bottom: -2px;
  left: 0;
  position: absolute;
  border-top: 1px solid #e6d8b3;
  content: "";
  width: 100%;
  /* ç·šã®é•·ã• */
}

.service__item__menu .menu__item {
  margin-left: 80px;
  margin-top: 46px;
}

@media (max-width: 768px) {
  .service__item__menu .menu__item {
    margin-left: 40px;
  }
}

@media (max-width: 499px) {
  .service__item__menu .menu__item {
    margin-left: 20px;
  }
}

.service__item__menu .menu__item tr th {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .service__item__menu .menu__item tr th {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .service__item__menu .menu__item tr th {
    font-size: 15px;
  }
}

.service__item__menu .menu__item tr td {
  position: relative;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 1.5;
  padding-left: 500px;
}

@media (max-width: 1200px) {
  .service__item__menu .menu__item tr td {
    font-size: 22px;
    padding-left: 250px;
  }
}

@media (max-width: 768px) {
  .service__item__menu .menu__item tr td {
    font-size: 16px;
    padding-left: 100px;
  }
}

@media (max-width: 499px) {
  .service__item__menu .menu__item tr td {
    padding-left: 50px;
    font-size: 15px;
  }
}

.service__item__menu .menu__item tr td:after {
  border-bottom: 3px dotted #e6d8b3;
  content: "";
  position: absolute;
  right: -10%;
  bottom: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70%;
}

@media (max-width: 1200px) {
  .service__item__menu .menu__item tr td:after {
    width: 50%;
    right: 10%;
  }
}

@media (max-width: 768px) {
  .service__item__menu .menu__item tr td:after {
    right: 20%;
  }
}

@media (max-width: 499px) {
  .service__item__menu .menu__item tr td:after {
    right: 60%;
    width: 20%;
  }
}

/****************
施術メニュー
******************/
.service__item__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0px auto;
}

.service__item__titles .service__item__number {
  font-family: buffet-script, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  background: -webkit-linear-gradient(top, #ffc540 30%, #f7dc9e 50%, #f7dc9e 51%, #ffc540 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  padding-top: 3px;
  width: 10%;
}

@media (max-width: 1200px) {
  .service__item__titles .service__item__number {
    margin-right: 5px;
  }
}

@media (max-width: 1200px) {
  .service__item__titles .service__item__number {
    font-size: 45px;
    width: 15%;
  }
}

@media (max-width: 499px) {
  .service__item__titles .service__item__number {
    font-size: 30px;
    width: 14%;
  }
}

.service__item__titles .service__item__title .service__item__titles {
  font-size: 40px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #ffc540), color-stop(20%, #f7dc9e), color-stop(70%, #ffc540));
  background: linear-gradient(0deg, #ffc540 10%, #f7dc9e 20%, #ffc540 70%);
  background: -webkit-linear-gradient(90deg, #ffc540 10%, #f7dc9e 20%, #ffc540 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Noto Serif JP", serif;
  padding-top: 10px;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .service__item__titles .service__item__title .service__item__titles {
    font-size: 35px;
  }
}

@media (max-width: 499px) {
  .service__item__titles .service__item__title .service__item__titles {
    font-size: 22px;
  }
}

.service__item__titles .service__item__title span {
  display: block;
  font-size: 26px;
  margin-top: 10px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffc540), color-stop(50%, #f7dc9e), color-stop(70%, #ffc540));
  background: linear-gradient(0deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  background: -webkit-linear-gradient(90deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
  .service__item__titles .service__item__title span {
    font-size: 20px;
  }
}

@media (max-width: 499px) {
  .service__item__titles .service__item__title span {
    font-size: 14px;
  }
}

.service__contents__item {
  background: #391808;
  margin: 0 calc(50% - 50vw);
  margin: 0px calc(50% - 50vw) 0 calc(50% - 50vw);
  padding: 140px calc(50vw - 50%) 0px calc(50vw - 50%);
}

.service__contents__item .service__content__title .service__titles {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffc540), color-stop(40%, #f7dc9e), color-stop(80%, #ffc540));
  background: linear-gradient(0deg, #ffc540 20%, #f7dc9e 40%, #ffc540 80%);
  background: -webkit-linear-gradient(90deg, #ffc540 20%, #f7dc9e 40%, #ffc540 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}

@media (max-width: 900px) {
  .service__contents__item .service__content__title .service__titles {
    font-size: 45px;
  }
}

@media (max-width: 499px) {
  .service__contents__item .service__content__title .service__titles {
    font-size: 36px;
  }
}

.service__contents__item .service__content__title span {
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffc540), color-stop(50%, #f7dc9e), color-stop(70%, #ffc540));
  background: linear-gradient(0deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  background: -webkit-linear-gradient(90deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .service__contents__item .service__content__title span {
    font-size: 20px;
  }
}

.service__contents__item .service__img {
  text-align: right;
  margin-top: 110px;
}

@media (max-width: 1200px) {
  .service__contents__item .service__img img {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .service__contents__item .service__img img {
    width: 90%;
  }
}

.service__contents__item .service__items {
  max-width: 1200px;
  margin: 0px auto;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items {
    max-width: 95%;
  }
}

.service__contents__item .service__items .datumou__item {
  margin-top: 180px;
}

.service__contents__item .service__items .datumou__item .service__item__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .service__contents__item .service__items .datumou__item .service__item__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.service__contents__item .service__items .datumou__item .service__item__contents .service__item__left {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 3;
  margin-left: 40px;
  margin-right: 80px;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .datumou__item .service__item__contents .service__item__left {
    margin-left: 0px;
    margin-right: 40px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__items .datumou__item .service__item__contents .service__item__left {
    margin-right: 0px;
    margin-bottom: 40px;
  }
}

@media (max-width: 499px) {
  .service__contents__item .service__items .datumou__item .service__item__contents .service__item__left {
    width: 90%;
  }
}

.service__contents__item .service__items .datumou__item .service__item__contents .service__item__right {
  width: 430px;
  height: auto;
  margin-right: 50px;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .datumou__item .service__item__contents .service__item__right {
    margin-right: 0px;
  }
}

@media (max-width: 499px) {
  .service__contents__item .service__items .datumou__item .service__item__contents .service__item__right {
    width: 90%;
  }
}

.service__contents__item .service__items .datumou__item .service__item__contents .service__item__right img {
  width: 430px;
  height: auto;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .datumou__item .service__item__contents .service__item__right img {
    width: 350px;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__items .datumou__item .service__item__contents .service__item__right img {
    width: 100%;
  }
}

.service__contents__item .service__items .datumou__item .service__item__menu {
  margin-top: 80px;
}

.service__contents__item .service__items .datumou__item .service__item__menu .menu__item__attention {
  margin-left: 80px;
  margin-top: 20px;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .datumou__item .service__item__menu .menu__item__attention {
    font-size: 22px;
    margin-left: 40px;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__items .datumou__item .service__item__menu .menu__item__attention {
    font-size: 14px;
    margin-left: 20px;
  }
}

.service__contents__item .service__items .datumou__item .service__item__menu .menu__title {
  position: relative;
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .datumou__item .service__item__menu .menu__title {
    font-size: 26px;
  }
}

.service__contents__item .service__items .datumou__item .service__item__menu .menu__title:after {
  bottom: -2px;
  left: 0;
  position: absolute;
  border-top: 1px solid #e6d8b3;
  content: "";
  width: 100%;
  /* ç·šã®é•·ã• */
}

.service__contents__item .service__items .datumou__item .service__item__menu .menu__item {
  margin-left: 80px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .service__contents__item .service__items .datumou__item .service__item__menu .menu__item {
    margin-left: 40px;
  }
}

@media (max-width: 499px) {
  .service__contents__item .service__items .datumou__item .service__item__menu .menu__item {
    margin-left: 20px;
  }
}

.service__contents__item .service__items .datumou__item .service__item__menu .menu__item tr th {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .datumou__item .service__item__menu .menu__item tr th {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__items .datumou__item .service__item__menu .menu__item tr th {
    font-size: 16px;
  }
}

.service__contents__item .service__items .datumou__item .service__item__menu .menu__item tr td {
  position: relative;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 1.5;
  padding-left: 500px;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .datumou__item .service__item__menu .menu__item tr td {
    font-size: 22px;
    padding-left: 250px;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__items .datumou__item .service__item__menu .menu__item tr td {
    font-size: 16px;
    padding-left: 100px;
  }
}

@media (max-width: 499px) {
  .service__contents__item .service__items .datumou__item .service__item__menu .menu__item tr td {
    padding-left: 50px;
  }
}

.service__contents__item .service__items .datumou__item .service__item__menu .menu__item tr td:after {
  border-bottom: 3px dotted #e6d8b3;
  content: "";
  position: absolute;
  right: -10%;
  bottom: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70%;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .datumou__item .service__item__menu .menu__item tr td:after {
    width: 50%;
    right: 10%;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__items .datumou__item .service__item__menu .menu__item tr td:after {
    right: 20%;
  }
}

@media (max-width: 499px) {
  .service__contents__item .service__items .datumou__item .service__item__menu .menu__item tr td:after {
    right: 50%;
    width: 30%;
  }
}

.service__contents__item .service__items .datumou__item .service__item__recommendation {
  margin-top: 120px;
}

.service__contents__item .service__items .datumou__item .service__item__recommendation .recommendation__title {
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .datumou__item .service__item__recommendation .recommendation__title {
    font-size: 26px;
  }
}

.service__contents__item .service__items .datumou__item .service__item__recommendation .recommendation__text {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 2;
  margin: 40px auto 0px auto;
  display: table;
  padding-right: 140px;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .datumou__item .service__item__recommendation .recommendation__text {
    font-size: 16px;
    padding-right: 100px;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__items .datumou__item .service__item__recommendation .recommendation__text {
    padding-right: 90px;
  }
}

.service__contents__item .service__items .slimming__item {
  margin-top: 180px;
}

.service__contents__item .service__items .slimming__item .service__item__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .service__contents__item .service__items .slimming__item .service__item__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.service__contents__item .service__items .slimming__item .service__item__contents .service__item__left {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 3;
  margin-left: 40px;
  margin-right: 80px;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .slimming__item .service__item__contents .service__item__left {
    font-size: 16px;
    margin-left: 0px;
    margin-right: 40px;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__items .slimming__item .service__item__contents .service__item__left {
    margin-right: 0px;
    margin-bottom: 40px;
    width: 90%;
  }
}

.service__contents__item .service__items .slimming__item .service__item__contents .service__item__right {
  width: 430px;
  height: auto;
  margin-right: 50px;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .slimming__item .service__item__contents .service__item__right {
    margin-right: 0px;
  }
}

@media (max-width: 499px) {
  .service__contents__item .service__items .slimming__item .service__item__contents .service__item__right {
    width: 90%;
  }
}

.service__contents__item .service__items .slimming__item .service__item__contents .service__item__right img {
  width: 430px;
  height: auto;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .slimming__item .service__item__contents .service__item__right img {
    width: 400px;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__items .slimming__item .service__item__contents .service__item__right img {
    width: 100%;
  }
}

.service__contents__item .service__items .slimming__item .service__item__menu {
  margin-top: 80px;
}

.service__contents__item .service__items .slimming__item .service__item__menu .menu__title {
  position: relative;
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .slimming__item .service__item__menu .menu__title {
    font-size: 26px;
  }
}

.service__contents__item .service__items .slimming__item .service__item__menu .menu__title:after {
  bottom: -2px;
  left: 0;
  position: absolute;
  border-top: 1px solid #e6d8b3;
  content: "";
  width: 100%;
  /* ç·šã®é•·ã• */
}

.service__contents__item .service__items .slimming__item .service__item__menu .menu__item {
  margin-left: 80px;
  margin-top: 46px;
}

@media (max-width: 768px) {
  .service__contents__item .service__items .slimming__item .service__item__menu .menu__item {
    margin-left: 40px;
  }
}

@media (max-width: 499px) {
  .service__contents__item .service__items .slimming__item .service__item__menu .menu__item {
    margin-left: 10px;
  }
}

.service__contents__item .service__items .slimming__item .service__item__menu .menu__item tr th {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .slimming__item .service__item__menu .menu__item tr th {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__items .slimming__item .service__item__menu .menu__item tr th {
    font-size: 16px;
  }
}

.service__contents__item .service__items .slimming__item .service__item__menu .menu__item tr td {
  position: relative;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 1.5;
  padding-left: 450px;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .slimming__item .service__item__menu .menu__item tr td {
    font-size: 22px;
    padding-left: 200px;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__items .slimming__item .service__item__menu .menu__item tr td {
    font-size: 16px;
    padding-left: 100px;
  }
}

@media (max-width: 499px) {
  .service__contents__item .service__items .slimming__item .service__item__menu .menu__item tr td {
    padding-left: 50px;
  }
}

.service__contents__item .service__items .slimming__item .service__item__menu .menu__item tr td:after {
  border-bottom: 3px dotted #e6d8b3;
  content: "";
  position: absolute;
  right: -10%;
  bottom: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70%;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .slimming__item .service__item__menu .menu__item tr td:after {
    width: 50%;
    right: 15%;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__items .slimming__item .service__item__menu .menu__item tr td:after {
    right: 20%;
  }
}

@media (max-width: 499px) {
  .service__contents__item .service__items .slimming__item .service__item__menu .menu__item tr td:after {
    right: 50%;
    width: 30%;
  }
}

.service__contents__item .service__items .slimming__item .service__item__menu .service__menu__attention {
  margin-left: 80px;
  margin-top: 40px;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .slimming__item .service__item__menu .service__menu__attention {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__items .slimming__item .service__item__menu .service__menu__attention {
    font-size: 12px;
    margin-left: 40px;
    width: 80%;
    text-align: center;
  }
}

.service__contents__item .service__items .slimming__item .service__item__recommendation {
  margin: 120px auto 0 auto;
  display: table;
}

.service__contents__item .service__items .slimming__item .service__item__recommendation .recommendation__title {
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .slimming__item .service__item__recommendation .recommendation__title {
    font-size: 26px;
  }
}

.service__contents__item .service__items .slimming__item .service__item__recommendation .recommendation__text {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 2;
  margin: 40px auto 0px auto;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .slimming__item .service__item__recommendation .recommendation__text {
    font-size: 16px;
  }
}

.service__contents__item .service__items .mens__item {
  margin-top: 180px;
}

.service__contents__item .service__items .mens__item .service__item__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .service__contents__item .service__items .mens__item .service__item__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.service__contents__item .service__items .mens__item .service__item__contents .service__item__left {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 3;
  margin-left: 40px;
  margin-right: 80px;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .mens__item .service__item__contents .service__item__left {
    font-size: 16px;
    margin-left: 0px;
    margin-right: 40px;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__items .mens__item .service__item__contents .service__item__left {
    margin-right: 0px;
    margin-bottom: 40px;
  }
}

@media (max-width: 499px) {
  .service__contents__item .service__items .mens__item .service__item__contents .service__item__left {
    width: 90%;
  }
}

.service__contents__item .service__items .mens__item .service__item__contents .service__item__right {
  width: 430px;
  height: auto;
  margin-right: 50px;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .mens__item .service__item__contents .service__item__right {
    margin-right: 0px;
  }
}

@media (max-width: 499px) {
  .service__contents__item .service__items .mens__item .service__item__contents .service__item__right {
    width: 90%;
  }
}

.service__contents__item .service__items .mens__item .service__item__contents .service__item__right img {
  width: 430px;
  height: auto;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .mens__item .service__item__contents .service__item__right img {
    width: 400px;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__items .mens__item .service__item__contents .service__item__right img {
    width: 100%;
  }
}

.service__contents__item .service__items .mens__item .service__item__menu {
  margin-top: 80px;
}

.service__contents__item .service__items .mens__item .service__item__menu .menu__item__attention {
  margin-left: 80px;
  margin-top: 5px;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .mens__item .service__item__menu .menu__item__attention {
    font-size: 22px;
    margin-left: 40px;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__items .mens__item .service__item__menu .menu__item__attention {
    font-size: 14px;
    margin-left: 20px;
  }
}

.service__contents__item .service__items .mens__item .service__item__menu .menu__title {
  position: relative;
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .mens__item .service__item__menu .menu__title {
    font-size: 26px;
  }
}

.service__contents__item .service__items .mens__item .service__item__menu .menu__title:after {
  bottom: -2px;
  left: 0;
  position: absolute;
  border-top: 1px solid #e6d8b3;
  content: "";
  width: 100%;
  /* ç·šã®é•·ã• */
}

.service__contents__item .service__items .mens__item .service__item__menu .menu__item {
  margin-left: 80px;
  margin-top: 46px;
}

@media (max-width: 768px) {
  .service__contents__item .service__items .mens__item .service__item__menu .menu__item {
    margin-left: 40px;
  }
}

@media (max-width: 499px) {
  .service__contents__item .service__items .mens__item .service__item__menu .menu__item {
    margin-left: 20px;
  }
}

.service__contents__item .service__items .mens__item .service__item__menu .menu__item tr th {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .mens__item .service__item__menu .menu__item tr th {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__items .mens__item .service__item__menu .menu__item tr th {
    font-size: 16px;
  }
}

.service__contents__item .service__items .mens__item .service__item__menu .menu__item tr td {
  position: relative;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 1.5;
  padding-left: 500px;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .mens__item .service__item__menu .menu__item tr td {
    font-size: 22px;
    padding-left: 250px;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__items .mens__item .service__item__menu .menu__item tr td {
    font-size: 16px;
    padding-left: 100px;
  }
}

@media (max-width: 499px) {
  .service__contents__item .service__items .mens__item .service__item__menu .menu__item tr td {
    padding-left: 50px;
  }
}

.service__contents__item .service__items .mens__item .service__item__menu .menu__item tr td:after {
  border-bottom: 3px dotted #e6d8b3;
  content: "";
  position: absolute;
  right: -10%;
  bottom: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70%;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .mens__item .service__item__menu .menu__item tr td:after {
    width: 50%;
    right: 10%;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__items .mens__item .service__item__menu .menu__item tr td:after {
    right: 20%;
  }
}

@media (max-width: 499px) {
  .service__contents__item .service__items .mens__item .service__item__menu .menu__item tr td:after {
    right: 50%;
    width: 30%;
  }
}

.service__contents__item .service__items .mens__item .service__item__recommendation {
  margin-top: 120px;
}

.service__contents__item .service__items .mens__item .service__item__recommendation .recommendation__title {
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .mens__item .service__item__recommendation .recommendation__title {
    font-size: 26px;
  }
}

.service__contents__item .service__items .mens__item .service__item__recommendation .recommendation__text {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 2;
  margin: 40px auto 0px auto;
  display: table;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .mens__item .service__item__recommendation .recommendation__text {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__items .mens__item .service__item__recommendation .recommendation__text {
    width: 90%;
  }
}

.service__contents__item .service__items .facial__item {
  margin-top: 180px;
}

.service__contents__item .service__items .facial__item .service__item__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .service__contents__item .service__items .facial__item .service__item__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.service__contents__item .service__items .facial__item .service__item__contents .service__item__left {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 3;
  margin-left: 40px;
  margin-right: 80px;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .facial__item .service__item__contents .service__item__left {
    font-size: 16px;
    margin-left: 0px;
    margin-right: 40px;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__items .facial__item .service__item__contents .service__item__left {
    margin-right: 0px;
    margin-bottom: 40px;
  }
}

@media (max-width: 499px) {
  .service__contents__item .service__items .facial__item .service__item__contents .service__item__left {
    width: 90%;
  }
}

.service__contents__item .service__items .facial__item .service__item__contents .service__item__right {
  width: 430px;
  height: auto;
  margin-right: 50px;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .facial__item .service__item__contents .service__item__right {
    margin-right: 0px;
  }
}

@media (max-width: 499px) {
  .service__contents__item .service__items .facial__item .service__item__contents .service__item__right {
    width: 90%;
  }
}

.service__contents__item .service__items .facial__item .service__item__contents .service__item__right img {
  width: 430px;
  height: auto;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .facial__item .service__item__contents .service__item__right img {
    width: 400px;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__items .facial__item .service__item__contents .service__item__right img {
    width: 100%;
  }
}

.service__contents__item .service__items .facial__item .service__item__menu {
  margin-top: 80px;
}

.service__contents__item .service__items .facial__item .service__item__menu .menu__title {
  position: relative;
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .facial__item .service__item__menu .menu__title {
    font-size: 26px;
  }
}

.service__contents__item .service__items .facial__item .service__item__menu .menu__title:after {
  bottom: -2px;
  left: 0;
  position: absolute;
  border-top: 1px solid #e6d8b3;
  content: "";
  width: 100%;
  /* ç·šã®é•·ã• */
}

.service__contents__item .service__items .facial__item .service__item__menu .menu__item {
  margin-left: 80px;
  margin-top: 46px;
}

@media (max-width: 768px) {
  .service__contents__item .service__items .facial__item .service__item__menu .menu__item {
    margin-left: 40px;
  }
}

@media (max-width: 499px) {
  .service__contents__item .service__items .facial__item .service__item__menu .menu__item {
    margin-left: 20px;
  }
}

.service__contents__item .service__items .facial__item .service__item__menu .menu__item tr th {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .facial__item .service__item__menu .menu__item tr th {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__items .facial__item .service__item__menu .menu__item tr th {
    font-size: 16px;
  }
}

.service__contents__item .service__items .facial__item .service__item__menu .menu__item tr td {
  position: relative;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 1.5;
  padding-left: 600px;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .facial__item .service__item__menu .menu__item tr td {
    font-size: 22px;
    padding-left: 350px;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__items .facial__item .service__item__menu .menu__item tr td {
    font-size: 16px;
    padding-left: 200px;
  }
}

@media (max-width: 499px) {
  .service__contents__item .service__items .facial__item .service__item__menu .menu__item tr td {
    padding-left: 100px;
  }
}

.service__contents__item .service__items .facial__item .service__item__menu .menu__item tr td:after {
  border-bottom: 3px dotted #e6d8b3;
  content: "";
  position: absolute;
  right: -13%;
  bottom: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70%;
}

@media (max-width: 768px) {
  .service__contents__item .service__items .facial__item .service__item__menu .menu__item tr td:after {
    right: -8%;
  }
}

@media (max-width: 499px) {
  .service__contents__item .service__items .facial__item .service__item__menu .menu__item tr td:after {
    right: 20%;
    width: 50%;
  }
}

.service__contents__item .service__items .facial__item .service__item__recommendation {
  margin-top: 120px;
}

.service__contents__item .service__items .facial__item .service__item__recommendation .recommendation__title {
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .facial__item .service__item__recommendation .recommendation__title {
    font-size: 26px;
  }
}

.service__contents__item .service__items .facial__item .service__item__recommendation .recommendation__text {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 2;
  margin: 40px auto 0px auto;
  display: table;
}

@media (max-width: 1200px) {
  .service__contents__item .service__items .facial__item .service__item__recommendation .recommendation__text {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__items .facial__item .service__item__recommendation .recommendation__text {
    width: 90%;
  }
}

.service__contents__item .service__about {
  margin-top: 180px;
  background-color: #402010;
}

.service__contents__item .service__about .service__about__items {
  padding-top: 180px;
  max-width: 1200px;
  margin: 0px auto;
}

@media (max-width: 1200px) {
  .service__contents__item .service__about .service__about__items {
    max-width: 95%;
  }
}

.service__contents__item .service__about .service__about__items .service__about__counseling .service__counseling__title {
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 2;
  text-align: center;
}

@media (max-width: 1200px) {
  .service__contents__item .service__about .service__about__items .service__about__counseling .service__counseling__title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__about .service__about__items .service__about__counseling .service__counseling__title {
    font-size: 22px;
  }
}

.service__contents__item .service__about .service__about__items .service__about__counseling .service__counseling__text {
  margin: 40px auto 0px auto;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 2;
  width: 80%;
}

@media (max-width: 1200px) {
  .service__contents__item .service__about .service__about__items .service__about__counseling .service__counseling__text {
    font-size: 16px;
  }
}

@media (max-width: 499px) {
  .service__contents__item .service__about .service__about__items .service__about__counseling .service__counseling__text {
    width: 90%;
  }
}

.service__contents__item .service__about .service__about__items .service__about__community {
  margin-top: 120px;
}

.service__contents__item .service__about .service__about__items .service__about__community .service__community__title {
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 2;
  text-align: center;
}

@media (max-width: 1200px) {
  .service__contents__item .service__about .service__about__items .service__about__community .service__community__title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__about .service__about__items .service__about__community .service__community__title {
    font-size: 22px;
  }
}

.service__contents__item .service__about .service__about__items .service__about__community .service__community__text {
  margin: 40px auto 0px auto;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 2;
  width: 80%;
}

@media (max-width: 1200px) {
  .service__contents__item .service__about .service__about__items .service__about__community .service__community__text {
    font-size: 16px;
  }
}

@media (max-width: 499px) {
  .service__contents__item .service__about .service__about__items .service__about__community .service__community__text {
    width: 90%;
  }
}

.service__contents__item .service__about .service__about__items .service__about__privacy {
  margin-top: 120px;
}

.service__contents__item .service__about .service__about__items .service__about__privacy .service__privacy__title {
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 2;
  text-align: center;
}

@media (max-width: 1200px) {
  .service__contents__item .service__about .service__about__items .service__about__privacy .service__privacy__title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__about .service__about__items .service__about__privacy .service__privacy__title {
    font-size: 20px;
  }
}

.service__contents__item .service__about .service__about__items .service__about__privacy .service__privacy__text {
  margin: 40px auto 0px auto;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 2;
  width: 80%;
  padding-bottom: 180px;
}

@media (max-width: 1200px) {
  .service__contents__item .service__about .service__about__items .service__about__privacy .service__privacy__text {
    font-size: 16px;
  }
}

@media (max-width: 499px) {
  .service__contents__item .service__about .service__about__items .service__about__privacy .service__privacy__text {
    width: 90%;
  }
}

.service__contents__item .service__visit {
  max-width: 1200px;
  margin: 180px auto 180px auto;
}

@media (max-width: 1200px) {
  .service__contents__item .service__visit {
    max-width: 900px;
  }
}

@media (max-width: 900px) {
  .service__contents__item .service__visit {
    max-width: 769px;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__visit {
    max-width: 501px;
  }
}

@media (max-width: 499px) {
  .service__contents__item .service__visit {
    width: 100%;
  }
}

.service__contents__item .service__visit .service__visit__title {
  position: relative;
  text-align: center;
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  line-height: 2;
}

@media (max-width: 1200px) {
  .service__contents__item .service__visit .service__visit__title {
    font-size: 34px;
  }
}

@media (max-width: 900px) {
  .service__contents__item .service__visit .service__visit__title {
    font-size: 30px;
  }
}

@media (max-width: 499px) {
  .service__contents__item .service__visit .service__visit__title {
    font-size: 28px;
  }
}

.service__contents__item .service__visit .service__visit__title:after {
  left: 17%;
  top: 50%;
  position: absolute;
  border-top: 1px solid #e6d8b3;
  content: "";
  width: 280px;
}

@media (max-width: 1200px) {
  .service__contents__item .service__visit .service__visit__title:after {
    width: 100px;
    left: 27%;
  }
}

@media (max-width: 900px) {
  .service__contents__item .service__visit .service__visit__title:after {
    left: 24%;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__visit .service__visit__title:after {
    left: 10%;
  }
}

@media (max-width: 499px) {
  .service__contents__item .service__visit .service__visit__title:after {
    left: 10%;
    width: 60px;
  }
}

.service__contents__item .service__visit .service__visit__title::before {
  right: 18%;
  top: 50%;
  position: absolute;
  border-top: 1px solid #e6d8b3;
  content: "";
  width: 280px;
}

@media (max-width: 1200px) {
  .service__contents__item .service__visit .service__visit__title::before {
    width: 100px;
    right: 27%;
  }
}

@media (max-width: 900px) {
  .service__contents__item .service__visit .service__visit__title::before {
    right: 24%;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__visit .service__visit__title::before {
    right: 10%;
  }
}

@media (max-width: 499px) {
  .service__contents__item .service__visit .service__visit__title::before {
    right: 10%;
    width: 60px;
  }
}

.service__contents__item .service__visit .service__visit__subtitle {
  position: relative;
  margin-top: 80px;
  text-align: center;
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.2em;
  color: #e6d8b3;
  line-height: 2;
}

@media (max-width: 1200px) {
  .service__contents__item .service__visit .service__visit__subtitle {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__visit .service__visit__subtitle {
    font-size: 24px;
  }
}

@media (max-width: 499px) {
  .service__contents__item .service__visit .service__visit__subtitle {
    font-size: 18px;
  }
}

.service__contents__item .service__visit .service__visit__subtitle span {
  margin-left: 20px;
}

@media (max-width: 768px) {
  .service__contents__item .service__visit .service__visit__subtitle span {
    margin-left: 10px;
  }
}

@media (max-width: 499px) {
  .service__contents__item .service__visit .service__visit__subtitle span {
    margin-left: 0px;
  }
}

.service__contents__item .service__visit .service__visit__subtitle:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0px 40px 40px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  border-color: transparent transparent transparent #e9dcbb;
  position: absolute;
  top: -200%;
  left: 48%;
}

@media (max-width: 768px) {
  .service__contents__item .service__visit .service__visit__subtitle:before {
    top: -300%;
    left: 45%;
  }
}

@media (max-width: 499px) {
  .service__contents__item .service__visit .service__visit__subtitle:before {
    top: -350%;
    left: 45%;
  }
}

.service__contents__item .service__visit .service__visit__subtitle.service__visit__subtitle1:before {
  display: none;
}

.service__contents__item .service__visit .service__visit__img {
  width: 30%;
  margin: 80px auto 0px auto;
}

@media (max-width: 900px) {
  .service__contents__item .service__visit .service__visit__img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__visit .service__visit__img {
    width: 60%;
  }
}

@media (max-width: 499px) {
  .service__contents__item .service__visit .service__visit__img {
    width: 70%;
    margin-top: 40px;
  }
}

.service__contents__item .service__visit .service__visit__img img {
  width: 100%;
}

.service__contents__item .service__visit .service__visit__text {
  position: relative;
  text-align: center;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.2em;
  color: #e6d8b3;
  line-height: 2;
  width: 85%;
  margin: 80px auto 0px auto;
}

@media (max-width: 900px) {
  .service__contents__item .service__visit .service__visit__text {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .service__contents__item .service__visit .service__visit__text {
    font-size: 18px;
  }
}

@media (max-width: 499px) {
  .service__contents__item .service__visit .service__visit__text {
    font-size: 16px;
    margin-top: 40px;
    width: 90%;
  }
}

.service__contents__item .service__visit .service__visit__text span {
  font-size: 28px;
}

@media (max-width: 768px) {
  .service__contents__item .service__visit .service__visit__text span {
    font-size: 20px;
  }
}

/****************
アクセス
******************/
.access__contents {
  background: -webkit-gradient(linear, left top, left bottom, from(#402010), color-stop(27%, #402010), color-stop(27%, #391808), to(#391808));
  background: linear-gradient(180deg, #402010 0%, #402010 27%, #391808 27%, #391808 100%);
  margin: 0 calc(50% - 50vw);
  margin: 0px calc(50% - 50vw) 0 calc(50% - 50vw);
  padding: 140px calc(50vw - 50%) 140px calc(50vw - 50%);
}

@media (max-width: 1200px) {
  .access__contents {
    background: -webkit-gradient(linear, left top, left bottom, from(#402010), color-stop(30%, #402010), color-stop(30%, #391808), to(#391808));
    background: linear-gradient(180deg, #402010 0%, #402010 30%, #391808 30%, #391808 100%);
  }
}

@media (max-width: 900px) {
  .access__contents {
    background: -webkit-gradient(linear, left top, left bottom, from(#402010), color-stop(25%, #402010), color-stop(25%, #391808), to(#391808));
    background: linear-gradient(180deg, #402010 0%, #402010 25%, #391808 25%, #391808 100%);
  }
}

@media (max-width: 499px) {
  .access__contents {
    background: linear-gradient(180deg, #402010 0%, #402010 380px, #391808 380px, #391808 100%);
  }
}

.access__contents .access__content__title .access__titles {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffc540), color-stop(40%, #f7dc9e), color-stop(80%, #ffc540));
  background: linear-gradient(0deg, #ffc540 20%, #f7dc9e 40%, #ffc540 80%);
  background: -webkit-linear-gradient(90deg, #ffc540 20%, #f7dc9e 40%, #ffc540 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}

@media (max-width: 900px) {
  .access__contents .access__content__title .access__titles {
    font-size: 45px;
  }
}

@media (max-width: 499px) {
  .access__contents .access__content__title .access__titles {
    font-size: 36px;
  }
}

.access__contents .access__content__title span {
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffc540), color-stop(50%, #f7dc9e), color-stop(70%, #ffc540));
  background: linear-gradient(0deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  background: -webkit-linear-gradient(90deg, #ffc540 20%, #f7dc9e 50%, c 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .access__contents .access__content__title span {
    font-size: 20px;
  }
}

.access__contents .access__img {
  text-align: right;
  margin-top: 110px;
}

@media (max-width: 1200px) {
  .access__contents .access__img img {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .access__contents .access__img img {
    width: 90%;
  }
}

.access__contents .access__map {
  text-align: center;
  margin-bottom: 140px;
}

.access__contents .access__map iframe {
  width: 900px;
  height: 408px;
}

@media (max-width: 1200px) {
  .access__contents .access__map iframe {
    width: 95%;
  }
}

@media (max-width: 768px) {
  .access__contents .access__map iframe {
    height: 300px;
  }
}

@media (max-width: 499px) {
  .access__contents .access__map iframe {
    height: 400px;
    width: 90%;
  }
}

.access__contents .kaisha__gaiyou {
  margin-top: 120px;
  width: auto;
  margin: 0px auto;
  position: relative;
}

@media (max-width: 1200px) {
  .access__contents .kaisha__gaiyou {
    max-width: 95%;
  }
}

@media (max-width: 499px) {
  .access__contents .kaisha__gaiyou {
    vertical-align: middle;
  }
}

.access__contents .kaisha__gaiyou:after {
  bottom: 20px;
  left: -10%;
  position: absolute;
  border-top: 1px solid #e6d8b3;
  content: "";
  width: 120%;
  /* ç·šã®é•·ã• */
}

@media (max-width: 1200px) {
  .access__contents .kaisha__gaiyou:after {
    width: 110%;
    left: -3%;
  }
}

@media (max-width: 900px) {
  .access__contents .kaisha__gaiyou:after {
    width: 105%;
  }
}

.access__contents .kaisha__gaiyou tr {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  position: relative;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .access__contents .kaisha__gaiyou tr {
    font-size: 20px;
  }
}

@media (max-width: 900px) {
  .access__contents .kaisha__gaiyou tr {
    font-size: 18px;
  }
}

@media (max-width: 499px) {
  .access__contents .kaisha__gaiyou tr {
    display: block;
  }
}

.access__contents .kaisha__gaiyou tr:after {
  top: -30px;
  left: -10%;
  position: absolute;
  border-top: 1px solid #e6d8b3;
  content: "";
  width: 120%;
  /* ç·šã®é•·ã• */
}

@media (max-width: 1200px) {
  .access__contents .kaisha__gaiyou tr:after {
    width: 110%;
    left: -3%;
  }
}

@media (max-width: 768px) {
  .access__contents .kaisha__gaiyou tr:after {
    width: 105%;
  }
}

.access__contents .kaisha__gaiyou tr th {
  padding-right: 180px;
}

@media (max-width: 768px) {
  .access__contents .kaisha__gaiyou tr th {
    padding-right: 40px;
  }
}

@media (max-width: 499px) {
  .access__contents .kaisha__gaiyou tr th {
    display: block;
    margin-bottom: 10px;
  }
}

.access__contents .kaisha__gaiyou tr td {
  padding-bottom: 60px;
}

@media (max-width: 499px) {
  .access__contents .kaisha__gaiyou tr td {
    display: block;
  }
}

/****************
スタッフ
******************/
.staff__contents {
  background-color: #391808;
  margin: 0 calc(50% - 50vw);
  margin: 0px calc(50% - 50vw) 0 calc(50% - 50vw);
  padding: 140px calc(50vw - 50%) 0px calc(50vw - 50%);
}

.staff__contents .staff__content__title .staff__titles {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffc540), color-stop(40%, #f7dc9e), color-stop(80%, #ffc540));
  background: linear-gradient(0deg, #ffc540 20%, #f7dc9e 40%, #ffc540 80%);
  background: -webkit-linear-gradient(90deg, #ffc540 20%, #f7dc9e 40%, #ffc540 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}

@media (max-width: 900px) {
  .staff__contents .staff__content__title .staff__titles {
    font-size: 45px;
  }
}

@media (max-width: 499px) {
  .staff__contents .staff__content__title .staff__titles {
    font-size: 36px;
  }
}

.staff__contents .staff__content__title span {
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffc540), color-stop(50%, #f7dc9e), color-stop(70%, #ffc540));
  background: linear-gradient(0deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  background: -webkit-linear-gradient(90deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .staff__contents .staff__content__title span {
    font-size: 20px;
  }
}

.staff__contents .staff__items {
  max-width: 1200px;
  margin: 160px auto 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.staff__contents .staff__items:first-of-type{
	margin: 0px auto 0px auto;
}
@media (max-width: 1200px) {
  .staff__contents .staff__items {
    max-width: 95%;
  }
}

@media (max-width: 768px) {
  .staff__contents .staff__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.staff__contents .staff__items:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .staff__contents .staff__items:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.staff__contents .staff__items:nth-last-child(1) {
  padding-bottom: 180px;
}

.staff__contents .staff__items img {
  width: 370px;
  height: auto;
}

@media (max-width: 1200px) {
  .staff__contents .staff__items img {
    width: 250px;
  }
}

@media (max-width: 768px) {
  .staff__contents .staff__items img {
    margin-bottom: 40px;
  }
}

.staff__contents .staff__items img.img__odd {
  margin-left: 130px;
}

@media (max-width: 1200px) {
  .staff__contents .staff__items img.img__odd {
    margin-left: 80px;
  }
}

@media (max-width: 1200px) and (max-width: 768px) {
  .staff__contents .staff__items img.img__odd {
    margin-left: 0px;
  }
}

.staff__contents .staff__items img.img__even {
  margin-right: 0px;
}

@media (max-width: 1200px) {
  .staff__contents .staff__items img.img__even {
    margin-right: 80px;
  }
}

@media (max-width: 768px) {
  .staff__contents .staff__items img.img__even {
    margin-right: 0px;
  }
}

.staff__contents .staff__items .staff__item.staff__item__odd {
  margin-left: 160px;
}

@media (max-width: 1200px) {
  .staff__contents .staff__items .staff__item.staff__item__odd {
    margin-left: 80px;
    margin-right: 40px;
  }
}

@media (max-width: 768px) {
  .staff__contents .staff__items .staff__item.staff__item__odd {
    margin-right: 0px;
    margin-left: 0px;
    width: 80%;
  }
}

.staff__contents .staff__items .staff__item.staff__item__even {
  margin-right: 160px;
  margin-left: 130px;
}

@media (max-width: 1200px) {
  .staff__contents .staff__items .staff__item.staff__item__even {
    margin-left: 40px;
    margin-right: 80px;
  }
}

@media (max-width: 768px) {
  .staff__contents .staff__items .staff__item.staff__item__even {
    margin-right: 0px;
    margin-left: 0px;
    width: 80%;
  }
}

.staff__contents .staff__items .staff__item .staff__position {
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
}

@media (max-width: 1200px) {
  .staff__contents .staff__items .staff__item .staff__position {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .staff__contents .staff__items .staff__item .staff__position {
    text-align: center;
  }
}

.staff__contents .staff__items .staff__item .staff__name {
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  margin-top: 10px;
}

@media (max-width: 1200px) {
  .staff__contents .staff__items .staff__item .staff__name {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .staff__contents .staff__items .staff__item .staff__name {
    text-align: center;
  }
}

.staff__contents .staff__items .staff__item .staff__text {
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #e6d8b3;
  line-height: 2;
  margin-top: 60px;
}

@media (max-width: 1200px) {
  .staff__contents .staff__items .staff__item .staff__text {
    font-size: 18px;
  }
}

/****************
メディア
******************/
.media__contents {
  background: #402010;
  margin: 0 calc(50% - 50vw);
  margin: 0px calc(50% - 50vw) 0 calc(50% - 50vw);
  padding: 140px calc(50vw - 50%) 140px calc(50vw - 50%);
}

.media__contents .media__content__title .media__titles {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffc540), color-stop(40%, #f7dc9e), color-stop(80%, #ffc540));
  background: linear-gradient(0deg, #ffc540 20%, #f7dc9e 40%, #ffc540 80%);
  background: -webkit-linear-gradient(90deg, #ffc540 20%, #f7dc9e 40%, #ffc540 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}

@media (max-width: 900px) {
  .media__contents .media__content__title .media__titles {
    font-size: 45px;
  }
}

@media (max-width: 499px) {
  .media__contents .media__content__title .media__titles {
    font-size: 36px;
  }
}

.media__contents .media__content__title span {
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffc540), color-stop(50%, #f7dc9e), color-stop(70%, #ffc540));
  background: linear-gradient(0deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  background: -webkit-linear-gradient(90deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .media__contents .media__content__title span {
    font-size: 20px;
  }
}

.media__contents .media__img {
  text-align: right;
  margin-top: 110px;
}

@media (max-width: 1200px) {
  .media__contents .media__img img {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .media__contents .media__img img {
    width: 90%;
  }
}

.media__contents .media__items {
  max-width: 1200px;
  margin: 120px auto 0px auto;
}

@media (max-width: 1200px) {
  .media__contents .media__items {
    max-width: 900px;
  }
}

@media (max-width: 900px) {
  .media__contents .media__items {
    max-width: 769px;
  }
}

@media (max-width: 768px) {
  .media__contents .media__items {
    max-width: 500px;
  }
}

.media__contents .media__items .media__subtitle {
  position: relative;
  font-size: 60px;
  color: #e6d8b3;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.1em;
  margin-bottom: 120px;
}

@media (max-width: 1200px) {
  .media__contents .media__items .media__subtitle {
    font-size: 40px;
  }
}

.media__contents .media__items .media__subtitle:after {
  left: 38%;
  top: 55%;
  position: absolute;
  border-top: 2px solid #e6d8b3;
  content: "";
  width: 250px;
  /* ç·šã®é•·ã• */
}

@media (max-width: 1200px) {
  .media__contents .media__items .media__subtitle:after {
    left: 35%;
  }
}

@media (max-width: 900px) {
  .media__contents .media__items .media__subtitle:after {
    left: 40%;
  }
}

@media (max-width: 768px) {
  .media__contents .media__items .media__subtitle:after {
    width: 80px;
    left: 60%;
  }
}

@media (max-width: 499px) {
  .media__contents .media__items .media__subtitle:after {
    display: none;
  }
}

.media__contents .media__items .media__item {
  width: 90%;
  margin: 0px auto;
}

.media__contents .media__items .media__item .media__photo__type {
  position: relative;
  font-size: 36px;
  color: #e6d8b3;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  margin-top: 180px;
}

.media__contents .media__items .media__item .media__photo__type:after {
  left: 10%;
  top: 55%;
  position: absolute;
  border-top: 1px solid #e6d8b3;
  content: "";
  width: 100px;
  /* ç·šã®é•·ã• */
}

.media__contents .media__items .media__item .media__contents__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px 50px;
}

@media (max-width: 1200px) {
  .media__contents .media__items .media__item .media__contents__items {
    gap: 60px 10px;
  }
}

@media (max-width: 768px) {
  .media__contents .media__items .media__item .media__contents__items {
    gap: 40px 0;
  }
}

.media__contents .media__items .media__item .media__contents__items img {
  width: 30%;
  height: 80%;
}

@media (max-width: 1200px) {
  .media__contents .media__items .media__item .media__contents__items img {
    width: 40%;
    margin: 0px auto;
  }
}

@media (max-width: 768px) {
  .media__contents .media__items .media__item .media__contents__items img {
    width: 80%;
  }
}

.media__contents .media__items .media__item .media__link {
  margin-top: 50px;
  margin-right: 20px;
  text-align: right;
  font-size: 26px;
  color: #e6d8b3;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.1em;
  position: relative;
}

.media__contents .media__items .media__item .media__link:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 0;
  bottom: 5px;
  border-top: solid 1px #e6d8b3;
  border-right: solid 1px #e6d8b3;
  position: absolute;
  right: -1%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.media__contents .media__items .media__item .media__link:after {
  right: -1%;
  bottom: -35%;
  position: absolute;
  border-top: 1px solid #e6d8b3;
  content: "";
  width: 180px;
  /* ç·šã®é•·ã• */
}

.media__contents .media__items .media__item .media__link.media__link1 {
  margin-bottom: 120px;
}

.media__contents .media__items .sns__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  margin: 120px auto 0px auto;
  font-size: 56px;
  color: #e6d8b3;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.1em;
}

@media (max-width: 1200px) {
  .media__contents .media__items .sns__title {
    width: 45%;
  }
}

@media (max-width: 900px) {
  .media__contents .media__items .sns__title {
    width: 55%;
  }
}

@media (max-width: 768px) {
  .media__contents .media__items .sns__title {
    width: 80%;
  }
}

@media (max-width: 499px) {
  .media__contents .media__items .sns__title {
    font-size: 40px;
    width: 78%;
  }
}

.media__contents .media__items .sns__title .fab {
  margin-left: 20px;
}

.nav-links {
  text-align: center;
  margin-top: 130px;
  color: #e6d8b3;
  font-size: 18px;
}

@media (max-width: 900px) {
  .nav-links {
    font-size: 14px;
  }
}

.pagination .page-numbers {
  display: inline-block;
  margin-right: 20px;
  padding: 5px 10px;
  color: #fff;
  border-radius: 3px;
  background: #e6d8b3;
}

@media (max-width: 900px) {
  .pagination .page-numbers {
    padding: 5px 7px;
    margin-right: 5px;
  }
}

.pagination .current {
  padding: 5px 10px;
  font-size: 14px;
  background: #fff;
  color: #e6d8b3;
}

@media (max-width: 900px) {
  .pagination .current {
    padding: 5px 7px;
  }
}

/****************
ブログ一覧
******************/

.toukou__none {
  font-size: 36px;
  color: #e6d8b3;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.1em;
  margin: 150px auto 150px auto;
}

@media (max-width: 768px) {
  .toukou__none {
    font-size: 20px;
  }
}

.blog__contents {
  background-color: #391808;
  margin: 0px calc(50% - 50vw) 0 calc(50% - 50vw);
  padding: 150px calc(50vw - 50%) 130px calc(50vw - 50%);
}

.blog__contents .blog__content__title .blog__titles {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffc540), color-stop(40%, #f7dc9e), color-stop(80%, #ffc540));
  background: linear-gradient(0deg, #ffc540 20%, #f7dc9e 40%, #ffc540 80%);
  background: -webkit-linear-gradient(90deg, #ffc540 20%, #f7dc9e 40%, #ffc540 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}

@media (max-width: 900px) {
  .blog__contents .blog__content__title .blog__titles {
    font-size: 45px;
  }
}

@media (max-width: 499px) {
  .blog__contents .blog__content__title .blog__titles {
    font-size: 36px;
  }
}

.blog__contents .blog__content__title span {
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffc540), color-stop(50%, #f7dc9e), color-stop(70%, #ffc540));
  background: linear-gradient(0deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  background: -webkit-linear-gradient(90deg, #ffc540 20%, #f7dc9e 50%, #ffc540 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .blog__contents .blog__content__title span {
    font-size: 20px;
  }
}

.blog__contents .blog__category {
  max-width: 1200px;
  margin: 120px auto 0 auto;
  font-size: 30px;
  color: #e6d8b3;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.1em;
}

@media (max-width: 1200px) {
  .blog__contents .blog__category {
    max-width: 95%;
  }
}

@media (max-width: 768px) {
  .blog__contents .blog__category {
    margin-left: 40px;
  }
}

.blog__contents .blog__content__items {
  max-width: 1200px;
  margin: 50px auto 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 120px 110px;
}

@media (max-width: 1200px) {
  .blog__contents .blog__content__items {
    max-width: 95%;
    gap: 100px 60px;
  }
}

@media (max-width: 768px) {
  .blog__contents .blog__content__items {
    max-width: 90%;
    gap: 60px 90px;
  }
}

@media (max-width: 499px) {
  .blog__contents .blog__content__items {
    max-width: 90%;
    gap: 60px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.blog__contents .blog__content__items img {
  width: 100%;
}

@media (max-width: 768px) {
  .blog__contents .blog__content__items img {
    width: 200px;
    height: auto;
  }
}

.blog__contents .blog__content__items a {
  width: 27%;
}

@media (max-width: 768px) {
  .blog__contents .blog__content__items a {
    width: 40%;
  }
}

@media (max-width: 499px) {
  .blog__contents .blog__content__items a {
    text-align: center;
    width: 100%;
  }
}

.blog__contents .blog__content__items a .blog__item__date {
  margin-top: 15px;
  font-size: 18px;
  color: #e6d8b3;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .blog__contents .blog__content__items a .blog__item__date {
    font-size: 16px;
  }
}

.blog__contents .blog__content__items a .blog__item__date span {
  margin-left: 20px;
}

.blog__contents .blog__content__items a .blog__item__title {
  margin-top: 15px;
  font-size: 18px;
  color: #e6d8b3;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.1em;
}

.blog__contents .blog__content__items a .blog__item__read {
  margin-top: 20px;
  font-size: 18px;
  color: #e6d8b3;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.1em;
  position: relative;
}

.blog__contents .blog__content__items a .blog__item__read:after {
  bottom: -5%;
  left: 0;
  position: absolute;
  border-top: 1px solid #e6d8b3;
  content: "";
  width: 150px;
  /* ç·šã®é•·ã• */
}

@media (max-width: 768px) {
  .blog__contents .blog__content__items a .blog__item__read:after {
    left: 1%;
  }
}

@media (max-width: 499px) {
  .blog__contents .blog__content__items a .blog__item__read:after {
    left: 32%;
  }
}

.blog__contents .blog__content__items a .blog__item__read::before {
  content: "";
  /*çµ¶å¯¾é…ç½®ã§ç·šã®ä½ç½®ã‚’æ±ºã‚ã‚‹*/
  position: absolute;
  bottom: 0%;
  left: 40%;
  /*çŸ¢å°ã®å½¢çŠ¶*/
  width: 20px;
  height: 8px;
  border-top: 1px solid #e6d8b3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1200px) {
  .blog__contents .blog__content__items a .blog__item__read::before {
    left: 130px;
  }
}

@media (max-width: 768px) {
  .blog__contents .blog__content__items a .blog__item__read::before {
    left: 132px;
  }
}

@media (max-width: 499px) {
  .blog__contents .blog__content__items a .blog__item__read::before {
    left: 250px;
  }
}
/*# sourceMappingURL=blog.css.map */

/****************
ブログ詳細
******************/
.blogpage__items{}
.blogpage__items .blogpage__date{
	display: inline;
	letter-spacing: 0;
}
.blogpage__items .blogpage__category{
	padding: 5px 10px;
	color: #FFFFFF;
	background-color: #391808;
	border-radius: 100px;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.03em;
}
.blogpage__items .blogpage__title{
	font-size: 25px;
	letter-spacing: 0.1em;
	margin: 15px 0 0 ;
}




.blogpage__contents {
  background-color: #391808;
  overflow-x: hidden;
	padding: 50px 0 120px;
}

.blogpage__contents .blogpage__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  padding-top: 170px;
  max-width: 80%;
  margin: 0px auto;
}

@media (max-width: 768px) {
  .blogpage__contents .blogpage__items {
    font-size: 20px;
  }
}

.blogpage__contents .blogpage__items .blogpage__date {
  margin-right: 60px;
}

.blogpage__contents .blogpage__title {
  position: relative;
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  max-width: 80%;
  margin: 50px auto 120px auto;
}

@media (max-width: 768px) {
  .blogpage__contents .blogpage__title {
    font-size: 20px;
  }
}

.blogpage__contents .blogpage__title:after {
  bottom: -20%;
  left: 0;
  position: absolute;
  border-top: 1px solid #e6d8b3;
  content: "";
  width: 100%;
  /* ç·šã®é•·ã• */
}

.blogpage__contents .blogpage__img {
  width: 50%;
  margin: 0px auto;
}

.blogpage__contents .blogpage__img img {
  width: 100%;
}

.blogpage__contents .blogpage__discription {
  margin-top: 120px;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #e6d8b3;
  width: 60%;
  margin: 120px auto 120px auto;
}

@media (max-width: 768px) {
.blogpage__contents .blogpage__img {
  width: 80%;
	max-width: 80%;
}
  .blogpage__contents .blogpage__discription {
    font-size: 16px;
    margin: 80px auto;
	  width: 87%;
  }

}

.blogpage__contents .blogpage__discription .blogpage__text1 {
  margin-bottom: 40px;
}

.blogpage__contents .blogpage__discription .blogpage__text2 {
  margin-bottom: 40px;
}

.blogpage__contents .blogpage__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #e6d8b3;
  width: 60%;
  margin: 0px auto;
}
.breadcrumbs {
    max-width: 1200px;
    margin: 0 auto;
}
@media (max-width: 768px) {
  .blogpage__contents .blogpage__link {
    font-size: 18px;
    width: 80%;
  }
  .breadcrumbs {
    display: none;
  }
}

@media (max-width: 499px) {
  .blogpage__contents .blogpage__link {
    font-size: 14px;
    width: 80%;
  }
}

.blogpage__contents .blogpage__link .blogpage__prev {
  position: relative;
}

.blogpage__contents .blogpage__link .blogpage__next {
  position: relative;
}
/*# sourceMappingURL=blogpage.css.map */
.blogpage__discription h2 {
    background: #eee6db;
    color: #3b180e;
    font-size: 25px;
    line-height: 1.3;
    padding: 10px
}
.blogpage__discription h2 span {
    color: #3b180e !important;
}
.blogpage__discription h3 {
    background: 0 0;
    color: #eee6db;
    font-size: 20px;
    line-height: normal;
    display: block;
    height: auto
}
.blogpage__discription h3 span {
    color: #eee6db !important;
}
.blogpage__discription h2+h3 {
    margin: 10px 0 20px
}
.blogpage__discription p+h2 {
    margin-top: 40px;
}
.blogpage__discription h2+p {
    margin-top: 20px
}
.blogpage__discription p+h3 {
    margin: 40px 0 20px;
}
.info.box{background:#eee6db;border:1px solid #683a1d;color:#3b180e;font-size:16px;margin:50px 0;padding:20px}.info.box .title{font-size:18px;font-weight:700;margin-bottom:10px}.info.box .text{margin-bottom:20px}.info.box .contents{background:0 0;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:normal;align-items:center}.info.box .contents .image{box-sizing:border-box;background:#fff;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;width:45%;margin-right:5%;padding:20px}.info.box .contents .content{width:50%}.info.box .contents .content .tel{color:inherit;text-decoration:none;pointer-events:none}.info.box .contents .content a img{display:block;margin:0 auto}.info.box .contents .content .btn{background:#683a1d;border-radius:50px;color:#fff;text-align:center;text-decoration:none;display:block;max-width:200px;width:100%;margin:20px auto auto;padding:10px;transition:.3s}.info.box .contents .content .btn:hover{opacity:.6}.info.box .contents .content table tr th{width:60px}.info.box .contents .content table tr:nth-child(2) td span{display:block;}.info.box .contents .content table+p{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:normal;animation:none}@media screen and (max-width:768px){.info.box .contents .content,.info.box .contents .image{width:100%;margin:0}.info.box .contents .content .tel{pointer-events:auto}.info.box .contents .image{margin-bottom:20px}}