@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@1,500&family=Inter:wght@300;400;500&family=Noto+Sans+JP:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
/*==================================================
 * base 
 *================================================*/
p {
  line-height: 1.8;
}

/*==================================================
 * フォント
 *================================================*/
.fff {
  color: #fff;
}

.italic {
  font-style: italic;
}

html {
  font-size: 10px;
}

html,
body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  overflow-x: hidden;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  text-align: justify;
  font-weight: 500;
}

/*------　@line-height -------*/
.lh_xxl {
  line-height: 2.5;
}
.lh_xxl * {
  line-height: 2.5;
}

.lh_xl {
  line-height: 2;
}
.lh_xl * {
  line-height: 2;
}

.lh_l {
  line-height: 1.8;
}
.lh_l * {
  line-height: 1.8;
}

.lh_m {
  line-height: 1.5;
}
.lh_m * {
  line-height: 1.5;
}

.lh_s {
  line-height: 1.2;
}
.lh_s * {
  line-height: 1.2;
}

.lh_xs {
  line-height: 1.1;
}
.lh_xs * {
  line-height: 1.1;
}

.lh_xxs {
  line-height: 0.7;
}
.lh_xxs * {
  line-height: 0.7;
}

/*------　@letter-spacing -------*/
.ls_xl {
  letter-spacing: 0.3em;
}

.ls_l {
  letter-spacing: 0.2em;
}

.ls_m {
  letter-spacing: 0.1em;
}

.ls_s {
  letter-spacing: 0.05em;
}

.ls_xs {
  letter-spacing: 0.01em;
}

.ls_0 {
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

/*------　@font-weight -------*/
.bold {
  font-weight: bold;
}

.bold700 {
  font-weight: 700 !important;
}

.bold900 {
  font-weight: 900 !important;
}

.thin {
  font-weight: 100;
}

.nowrap {
  white-space: nowrap;
}

/*------　@color -------*/
.white {
  color: #fff;
}

.black {
  color: #000;
}

/*------　@img -------*/
img {
  max-width: 100%;
}

.w100 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .w100-sp {
    width: 100% !important;
  }
}

.w50 {
  width: 50%;
}

.w40 {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  .w100-sp {
    width: 100%;
  }
}

@media only screen and (max-width: 959px) {
  .w100-spTab {
    width: 100% !important;
  }
}

/*------　@font-size -------*/
.mincho {
  font-family: "A1 Mincho", 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "MS P明朝", "MS 明朝";
}

.tate {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media only screen and (max-width: 1130px) {
  .tate {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
}

/* 10px */
[class*=font--3] {
  font-size: 0.625em;
}

/* 12px */
[class*=font--2] {
  font-size: 0.75em;
}

/* 14px */
[class*=font--1] {
  font-size: 0.875em;
}

/* 16px */
[class*=font-0] {
  font-size: 1em;
}

/* 18px */
[class*=font-1] {
  font-size: 1.125em;
}

/* 21px */
[class*=font-2] {
  font-size: 1.3125em;
}

/* 24px */
[class*=font-3] {
  font-size: 1.5em;
}

/* 30px */
[class*=font-4] {
  font-size: 1.875em;
}

/* 36px */
[class*=font-5] {
  font-size: 2.25em;
}

/* 48px */
[class*=font-6] {
  font-size: 3em;
}

@media screen and (min-width: 576px) {
  /* 10px */
  [class*=font--3] {
    font-size: 0.625em;
  }
  /* 12px */
  [class*=font--2] {
    font-size: 0.75em;
  }
  /* 14px */
  [class*=font--1] {
    font-size: 0.875em;
  }
  /* 16px */
  [class*=font-0] {
    font-size: 1em;
  }
  /* 18px */
  [class*=font-1] {
    font-size: 1.125em;
  }
  /* 21px */
  [class*=font-2] {
    font-size: 1.3125em;
  }
  /* 24px */
  [class*=font-3] {
    font-size: 1.5em;
  }
  /* 30px */
  [class*=font-4] {
    font-size: 1.875em;
  }
  /* 36px */
  [class*=font-5] {
    font-size: 2.25em;
  }
  /* 48px */
  [class*=font-6] {
    font-size: 3em;
  }
  /* 10px */
  [class*=font-][class*=-mid--3] {
    font-size: 0.625em !important;
  }
  /* 12px */
  [class*=font-][class*=-mid--2] {
    font-size: 0.75em !important;
  }
  /* 14px */
  [class*=font-][class*=-mid--1] {
    font-size: 0.875em !important;
  }
  /* 16px */
  [class*=font-][class*=-mid-0] {
    font-size: 1em !important;
  }
  /* 18px */
  [class*=font-][class*=-mid-1] {
    font-size: 1.125em !important;
  }
  /* 21px */
  [class*=font-][class*=-mid-2] {
    font-size: 1.3125em !important;
  }
  /* 24px */
  [class*=font-][class*=-mid-3] {
    font-size: 1.5em !important;
  }
  /* 30px */
  [class*=font-][class*=-mid-4] {
    font-size: 1.875em !important;
  }
  /* 36px */
  [class*=font-][class*=-mid-5] {
    font-size: 2.25em !important;
  }
  /* 48px */
  [class*=font-][class*=-mid-6] {
    font-size: 3em !important;
  }
}
@media screen and (min-width: 768px) {
  /* 10px */
  [class*=font-][class*=-xmd--3] {
    font-size: 0.625em !important;
  }
  /* 12px */
  [class*=font-][class*=-xmd--2] {
    font-size: 0.75em !important;
  }
  /* 14px */
  [class*=font-][class*=-xmd--1] {
    font-size: 0.875em !important;
  }
  /* 16px */
  [class*=font-][class*=-xmd-0] {
    font-size: 1em !important;
  }
  /* 18px */
  [class*=font-][class*=-xmd-1] {
    font-size: 1.125em !important;
  }
  /* 21px */
  [class*=font-][class*=-xmd-2] {
    font-size: 1.3125em !important;
  }
  /* 24px */
  [class*=font-][class*=-xmd-3] {
    font-size: 1.5em !important;
  }
  /* 30px */
  [class*=font-][class*=-xmd-4] {
    font-size: 1.875em !important;
  }
  /* 36px */
  [class*=font-][class*=-xmd-5] {
    font-size: 2.25em !important;
  }
  /* 48px */
  [class*=font-][class*=-xmd-6] {
    font-size: 3em !important;
  }
}
@media screen and (max-width: 767px) {
  /* 12px */
  .font--3 {
    font-size: 0.75em;
  }
  /* 13px */
  .font--2 {
    font-size: 0.815em;
  }
  /* 16px */
  .font-1 {
    font-size: 1em;
  }
  /* 18px */
  .font-2 {
    font-size: 1.125em;
  }
  /* 20px */
  .font-3 {
    font-size: 1.25em;
  }
  /* 22px */
  .font-4 {
    font-size: 1.375em;
  }
  /* 24px */
  .font-5 {
    font-size: 1.5em;
  }
  /* 36px */
  .font-6 {
    font-size: 1.875em;
  }
  /* 10px */
  [class*=font-][class*=-min--3] {
    font-size: 0.625em !important;
  }
  /* 12px */
  [class*=font-][class*=-min--2] {
    font-size: 0.75em !important;
  }
  /* 14px */
  [class*=font-][class*=-min--1] {
    font-size: 0.875em !important;
  }
  /* 16px */
  [class*=font-][class*=-min-0] {
    font-size: 1em !important;
  }
  /* 18px */
  [class*=font-][class*=-min-1] {
    font-size: 1.125em !important;
  }
  /* 21px */
  [class*=font-][class*=-min-2] {
    font-size: 1.3125em !important;
  }
  /* 24px */
  [class*=font-][class*=-min-3] {
    font-size: 1.5em !important;
  }
  /* 30px */
  [class*=font-][class*=-min-4] {
    font-size: 1.875em !important;
  }
  /* 36px */
  [class*=font-][class*=-min-5] {
    font-size: 2.25em !important;
  }
  /* 48px */
  [class*=font-][class*=-min-6] {
    font-size: 3em !important;
  }
}
.fsL {
  font-size: 100px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL {
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL {
    font-size: 42px;
  }
}

.fsL2 {
  font-size: 64px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL2 {
    font-size: 36px;
  }
}

.fsL3 {
  font-size: 56px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL3 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL3 {
    font-size: 36px;
  }
}

.fsL4 {
  font-size: 42px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL4 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL4 {
    font-size: 24px;
  }
}

.fsM {
  font-size: 34px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM {
    font-size: 21px;
  }
}

.fsM2 {
  font-size: 28px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM2 {
    font-size: 20px;
  }
}

.fsM3 {
  font-size: 24px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM3 {
    font-size: 17px;
  }
}

.fsM3_5 {
  font-size: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM3_5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM3_5 {
    font-size: 17px;
  }
}

.fsM4 {
  font-size: 18px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM4 {
    font-size: 16px;
  }
}

.fsM5 {
  font-size: 16px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM5 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM5 {
    font-size: 14px;
  }
}

.fsS {
  font-size: 14px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS {
    font-size: 13px;
  }
}

.fsS2 {
  font-size: 13px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS2 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS2 {
    font-size: 12px;
  }
}

.fsS3 {
  font-size: 12px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS3 {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS3 {
    font-size: 11px;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
/*==================================================
 * 余白
 *================================================*/
.mlrA {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .mlrA-sp {
    margin-left: auto;
    margin-right: auto;
  }
}

.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.space {
  padding-top: 30px;
}
.space-half {
  padding-top: 20px;
}
.space-ptit {
  padding-top: 10px;
}
.space-min {
  padding-top: 5px;
}
@media screen and (min-width:768px) {
  .space {
    padding-top: 45px;
  }
  .space-half {
    padding-top: 20px;
  }
  .space-ptit {
    padding-top: 10px;
  }
}
@media screen and (min-width:992px) {
  .space {
    padding-top: 60px;
  }
  .space-half {
    padding-top: 30px;
  }
  .space-ptit {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .space-none-sp {
    padding-top: 0;
  }
}
.pt0 {
  padding-top: 0px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt55 {
  padding-top: 55px;
}
.pt60 {
  padding-top: 60px;
}
.pt65 {
  padding-top: 65px;
}
.pt70 {
  padding-top: 70px;
}
.pt75 {
  padding-top: 75px;
}
.pt80 {
  padding-top: 80px;
}
.pt85 {
  padding-top: 85px;
}
.pt90 {
  padding-top: 90px;
}
.pt95 {
  padding-top: 95px;
}
.pt100 {
  padding-top: 100px;
}

.mt0 {
  margin-top: 0px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mt60 {
  margin-top: 60px;
}
.mt65 {
  margin-top: 65px;
}
.mt70 {
  margin-top: 70px;
}
.mt75 {
  margin-top: 75px;
}
.mt80 {
  margin-top: 80px;
}
.mt85 {
  margin-top: 85px;
}
.mt90 {
  margin-top: 90px;
}
.mt95 {
  margin-top: 95px;
}
.mt100 {
  margin-top: 100px;
}

.pr0 {
  padding-right: 0px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pr45 {
  padding-right: 45px;
}
.pr50 {
  padding-right: 50px;
}
.pr55 {
  padding-right: 55px;
}
.pr60 {
  padding-right: 60px;
}
.pr65 {
  padding-right: 65px;
}
.pr70 {
  padding-right: 70px;
}
.pr75 {
  padding-right: 75px;
}
.pr80 {
  padding-right: 80px;
}
.pr85 {
  padding-right: 85px;
}
.pr90 {
  padding-right: 90px;
}
.pr95 {
  padding-right: 95px;
}
.pr100 {
  padding-right: 100px;
}

.mr0 {
  margin-right: 0px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
.mr55 {
  margin-right: 55px;
}
.mr60 {
  margin-right: 60px;
}
.mr65 {
  margin-right: 65px;
}
.mr70 {
  margin-right: 70px;
}
.mr75 {
  margin-right: 75px;
}
.mr80 {
  margin-right: 80px;
}
.mr85 {
  margin-right: 85px;
}
.mr90 {
  margin-right: 90px;
}
.mr95 {
  margin-right: 95px;
}
.mr100 {
  margin-right: 100px;
}

.pb0 {
  padding-bottom: 0px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb55 {
  padding-bottom: 55px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb65 {
  padding-bottom: 65px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb75 {
  padding-bottom: 75px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb85 {
  padding-bottom: 85px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb95 {
  padding-bottom: 95px;
}
.pb100 {
  padding-bottom: 100px;
}

.mb0 {
  margin-bottom: 0px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb55 {
  margin-bottom: 55px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb65 {
  margin-bottom: 65px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb75 {
  margin-bottom: 75px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb85 {
  margin-bottom: 85px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb95 {
  margin-bottom: 95px;
}
.mb100 {
  margin-bottom: 100px;
}

.pl0 {
  padding-left: 0px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pl45 {
  padding-left: 45px;
}
.pl50 {
  padding-left: 50px;
}
.pl55 {
  padding-left: 55px;
}
.pl60 {
  padding-left: 60px;
}
.pl65 {
  padding-left: 65px;
}
.pl70 {
  padding-left: 70px;
}
.pl75 {
  padding-left: 75px;
}
.pl80 {
  padding-left: 80px;
}
.pl85 {
  padding-left: 85px;
}
.pl90 {
  padding-left: 90px;
}
.pl95 {
  padding-left: 95px;
}
.pl100 {
  padding-left: 100px;
}

.ml0 {
  margin-left: 0px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
.ml55 {
  margin-left: 55px;
}
.ml60 {
  margin-left: 60px;
}
.ml65 {
  margin-left: 65px;
}
.ml70 {
  margin-left: 70px;
}
.ml75 {
  margin-left: 75px;
}
.ml80 {
  margin-left: 80px;
}
.ml85 {
  margin-left: 85px;
}
.ml90 {
  margin-left: 90px;
}
.ml95 {
  margin-left: 95px;
}
.ml100 {
  margin-left: 100px;
}

.mb30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 20px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 30px;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 40px;
  }
}

.mb70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .mb70 {
    margin-bottom: 40px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.mb100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .mb100 {
    margin-bottom: 50px;
  }
}

.mb200 {
  margin-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .mb200 {
    margin-bottom: 70px;
  }
}

.mbL {
  margin-bottom: 30%;
}

.mbL2 {
  margin-bottom: 25%;
}

.mbL3 {
  margin-bottom: 20%;
}

.mbL4 {
  margin-bottom: 15%;
}

.mbM {
  margin-bottom: 10%;
}

.mbM2 {
  margin-bottom: 7.5%;
}

.mrM3 {
  margin-right: 5%;
}

.mbM3 {
  margin-bottom: 5%;
}

.mbS {
  margin-bottom: 3.5%;
}

.mbS2 {
  margin-bottom: 2%;
}

.mbS3 {
  margin-bottom: 1%;
}

@media only screen and (max-width: 767px) {
  .mbSpL {
    margin-bottom: 30%;
  }
  .mbSpL2 {
    margin-bottom: 25%;
  }
  .mbSpL3 {
    margin-bottom: 20%;
  }
  .mbSpL4 {
    margin-bottom: 15%;
  }
  .mbSpM {
    margin-bottom: 10%;
  }
  .mbSpM2 {
    margin-bottom: 7.5%;
  }
  .mbSpM3 {
    margin-bottom: 5%;
  }
  .mbSpS {
    margin-bottom: 3.5%;
  }
  .mbSpS2 {
    margin-bottom: 2%;
  }
  .mbSpS3 {
    margin-bottom: 1%;
  }
  .mbSp0 {
    margin-bottom: 0;
  }
  .mbs15 {
    margin-bottom: 15px;
  }
  .mbs10 {
    margin-bottom: 10px;
  }
  .mbs5 {
    margin-bottom: 5px;
  }
  .mbs90 {
    margin-bottom: 90px;
  }
  .mts40 {
    margin-top: 40px;
  }
}
/*==================================================
 * 汎用クラス
 *================================================*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.remove {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 0;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.none {
  display: none !important;
}

.text-center {
  text-align: center;
}
.text-center-all, .text-center-all * {
  text-align: center;
}

.text-right {
  text-align: right;
}
.text-right-all, .text-right-all * {
  text-align: right;
}

.text-left {
  text-align: left;
}
.text-left-all, .text-left-all * {
  text-align: left;
}

@media only screen and (max-width: 959px) {
  .text-center-spTab {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .text-center-sp {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .text-right-sp {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .text-left-sp {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.spTab {
  display: none;
}

@media screen and (max-width: 991px) {
  .spTab {
    display: block;
  }
}
/*------　@flex -------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.just-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.just-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.just-bw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-st {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.flex-co-rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shrink0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 959px) {
  .flex-pc-onliy {
    display: block;
  }
  .flex-co-rev-spTab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .flex-pc {
    display: block;
  }
  .flex-wrap-sp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-rev-sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .flex-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .align-center-sp {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-start-sp {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .just-right-sp {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .just-center-sp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex-co-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .flex-co-rev-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .flex-ro-rev-sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
/*------　@inr -------*/
[class^=inr] {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: auto;
  margin-left: auto;
}

.inr {
  max-width: 1200px;
}
.inr__Max {
  max-width: 100%;
}
.inr__L {
  max-width: 1360px;
}
.inr__M {
  max-width: 1080px;
}
.inr__M2 {
  max-width: 1000px;
}
.inr__S {
  max-width: 930px;
}
.inr__S2 {
  max-width: 880px;
}
.inr__S3 {
  max-width: 710px;
}
.inr.--l-none {
  padding-right: 0;
}
@media only screen and (min-width: 1186px) {
  .inr.--l-none {
    max-width: 100%;
    width: calc(100% - (100% - 1170px) / 2);
    margin-left: calc((100% - 1170px) / 2);
  }
}

.rw {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 767px) {
  .rw {
    margin-left: auto;
    margin-right: auto;
  }
}

.padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.margin {
  margin-top: 100px;
  margin-bottom: 100px;
}

/*------　@background -------*/
.ofHidden {
  overflow: hidden;
}

.bg-fff {
  background-color: #ffffff;
}

/*------　@table -------*/
table {
  border-collapse: collapse;
  width: 100%;
}
table th {
  text-align: inherit;
  font-weight: normal;
}
table td,
table th {
  vertical-align: top;
}

/*------　@radius -------*/
.radiusS {
  border-radius: 5px;
}

.radiusM {
  border-radius: 10px;
}

.radiusL {
  border-radius: 20px;
}

.radiusXl {
  border-radius: 30px;
}

/*------　@shadow -------*/
.shadowS {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
@media only screen and (max-width: 767px) {
  .shadowS {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  }
}

.shadowM {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
@media only screen and (max-width: 767px) {
  .shadowM {
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }
}

.shadowL {
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
@media only screen and (max-width: 767px) {
  .shadowL {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 90px;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 90px;
  }
}

.shadowLL {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
          box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}

/*==================================================
 * header
 *================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 15px 25px 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  header {
    padding: 15px 0;
    height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  header .inr__Max {
    padding-left: 15px;
    padding-right: 15px;
  }
}
header .header-inner {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 1130px) {
  header .header-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  header .header-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header .header-logo {
  width: 334px;
  display: block;
}
@media only screen and (max-width: 767px) {
  header .header-logo {
    width: 180px;
  }
}
header nav {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(75%);
          transform: translateY(75%);
  background-color: rgba(52, 42, 38, 0.95);
  z-index: 1;
  padding: 32px 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  header nav {
    height: calc(100vh - 70px);
    width: 300px;
    top: 70px;
    bottom: auto;
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    padding: 30px 15px;
    background-color: rgba(52, 42, 38, 0.95);
    color: #492f12;
  }
}
header nav.open {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 1;
  pointer-events: all;
}
@media only screen and (max-width: 767px) {
  header nav.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
header nav #menu-header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  header nav #menu-header_menu {
    display: block;
  }
}
header nav #menu-header_menu li {
  margin-right: 60px;
}
@media only screen and (min-width: 768px) {
  header nav #menu-header_menu li:first-of-type {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1200px) {
  header nav #menu-header_menu li {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 959px) {
  header nav #menu-header_menu li {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  header nav #menu-header_menu li {
    margin-right: auto;
  }
}
header nav #menu-header_menu li a {
  color: #fff;
  font-size: 16px;
  position: relative;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  header nav #menu-header_menu li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  header nav #menu-header_menu li a {
    padding: 10px 0;
    display: block;
    font-weight: bold;
  }
}
header nav #menu-header_menu li a::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-80%);
          transform: rotate(45deg) translateY(-80%);
  left: -20px;
  display: none;
}
header nav #menu-header_menu li a:hover::before {
  display: block;
}
header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #492f12;
}
@media only screen and (max-width: 767px) {
  header .header-tel a {
    color: #fff;
  }
}
header .header-tel i {
  width: 25px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  header .header-tel i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .header-tel i .remove {
  background: url(../img/common/ic-tel.svg);
  padding-top: 100%;
}
@media only screen and (max-width: 767px) {
  header .header-tel i .remove {
    background: url(../img/common/ic-tel-fff.svg);
  }
}
header .contact-button a {
  color: #492f12;
  text-decoration: none;
}
header .contact-button a img {
  width: 25px;
}
header .menu-btn {
  width: 32px;
  height: 25px;
  position: relative;
  margin-left: 50px;
}
@media only screen and (max-width: 767px) {
  header .menu-btn {
    height: 20px;
  }
}
header .menu-btn:hover {
  cursor: pointer;
}
header .menu-btn span {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .menu-btn span:first-of-type {
  background-color: #b18b7e;
  top: 0;
}
header .menu-btn span:nth-of-type(2) {
  background-color: #c5a799;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header .menu-btn span:last-of-type {
  background-color: #9e796d;
  bottom: 0;
}
header .menu-btn.open span:first-of-type {
  top: 45%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .menu-btn.open span:nth-of-type(2) {
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
  opacity: 0;
}
header .menu-btn.open span:last-of-type {
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  header .menu-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header .menu-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  header .menu-block__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  header .menu-block__inner {
    display: block;
  }
}
header .menu-block__contact {
  background-color: #a38d5a;
  border-radius: 10px;
  padding: 15px 10px;
  color: #fff;
  font-weight: bold;
  max-width: 290px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0;
}
@media screen and (max-width: 1200px) {
  header .menu-block__contact {
    max-width: 250px;
  }
}
@media only screen and (max-width: 959px) {
  header .menu-block__contact {
    width: 210px;
    font-size: 12px;
  }
}
header .menu-block__contact i {
  width: 24px;
  margin-right: 15px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  header .menu-block__contact i {
    margin-right: 6px;
  }
}
header .menu-block__contact i .remove {
  padding-top: 71%;
  background-image: url(../img/common/ic-mail.svg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .menu-block__contact:hover {
  opacity: 1;
  background-color: #fff;
  color: #a38d5a;
}
header .menu-block__contact:hover i .remove {
  background-image: url(../img/common/ic-mail-h-hov.svg);
}

@media only screen and (min-width: 768px) {
  body.home header {
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 1130px) {
  body.home header {
    padding: 14px 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  body.home header {
    padding: 14px 0;
  }
}
body.scrl header,
body.open-body header {
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}
body.scrl header .header-inner,
body.open-body header .header-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  body.scrl header,
  body.open-body header {
    padding: 14px 0;
  }
  body.scrl header .header-logo,
  body.open-body header .header-logo {
    width: 240px;
  }
}

@media only screen and (min-width: 768px) {
  body.home nav.open {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1130px) {
  body.home .header-logo {
    width: 240px;
  }
}
@media only screen and (min-width: 768px) {
  body.home.scrl nav.open {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

body.page header {
  background-color: #fff;
}
body.page header .header-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  body.page header {
    padding: 14px 0;
  }
  body.page header .header-logo {
    width: 240px;
  }
}
body.page main.page {
  margin-top: 95px;
}
@media only screen and (max-width: 767px) {
  body.page main.page {
    margin-top: 72px;
  }
}

.clear-area {
  display: none;
}
@media only screen and (max-width: 767px) {
  .clear-area {
    display: block;
  }
}
.clear-area {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  position: fixed;
  left: 0;
  top: 0;
}
.clear-area.open {
  opacity: 1;
  pointer-events: all;
}

/*==================================================
 * footer
 *================================================*/
footer {
  padding: 45px 15px 60px;
  border-top: solid 1px #ededed;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 0 0 40px;
  }
}
footer > .inr {
  padding-left: 15px;
  padding-right: 15px;
}

.foot-map, .foot-info {
  width: 50%;
}
@media only screen and (max-width: 959px) {
  .foot-map, .foot-info {
    width: 100%;
  }
}

.foot-map iframe {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .foot-map iframe {
    height: 300px;
  }
}

.foot-info {
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 959px) {
  .foot-info .info-tabel__wrap {
    text-align: center;
    overflow-x: auto !important;
  }
  .foot-info .info-tabel__wrap .info-table {
    display: inline-block;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .foot-info .info-table {
    width: 100%;
  }
  .foot-info .info-table th, .foot-info .info-table td {
    font-size: 10px;
    padding: 5px 0px;
  }
}

.foot-info-inr {
  padding: 30px;
  max-width: 530px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 959px) {
  .foot-info-inr {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .foot-info-inr {
    padding: 30px 15px;
  }
}

.foot-info-btn {
  background-color: #a38d5a;
  font-size: 20px;
  border-radius: 10px;
  padding: 15px;
  height: 90px;
  border: solid 1px #a38d5a;
}
@media only screen and (max-width: 959px) {
  .foot-info-btn {
    max-width: 520px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .foot-info-btn {
    font-size: 18px;
    height: 60px;
  }
}
.foot-info-btn i {
  margin-right: 15px;
  width: 24px;
}
.foot-info-btn i .remove {
  padding-top: 71%;
  background-image: url(../img/common/ic-mail.svg);
}
.foot-info-btn:hover {
  opacity: 1;
  background-color: #fff;
  color: #a38d5a;
}
.foot-info-btn:hover i .remove {
  background-image: url(../img/common/ic-mail-hov.svg);
}

.footer-info {
  margin-right: 10%;
}
@media only screen and (max-width: 767px) {
  .footer-info {
    margin-right: 0;
    margin-top: 30px;
  }
}

.footer-logo {
  width: 352px;
}
@media only screen and (max-width: 767px) {
  .footer-logo {
    width: 240px;
  }
}

.footer-tel a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #492f12;
}
@media only screen and (max-width: 767px) {
  .footer-tel a {
    margin-bottom: 0;
  }
}
.footer-tel a i {
  margin-right: 10px;
  width: 32px;
}
@media only screen and (max-width: 767px) {
  .footer-tel a i {
    width: 24px;
  }
}

.footer-menu {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer-menu {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .menu-footer-menu-container {
    margin: 0 -15px;
  }
}

#menu-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#menu-footer-menu li {
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  #menu-footer-menu li {
    margin-right: 0;
    width: 50%;
  }
}
#menu-footer-menu li a {
  line-height: 2.5;
}
@media only screen and (max-width: 767px) {
  #menu-footer-menu li a {
    font-size: 12px;
    line-height: 2;
    display: block;
    padding: 5px 0;
  }
}
#menu-footer-menu li a:hover {
  color: #492f12;
}

.copyright {
  font-size: 12px;
  position: absolute;
  right: 15px;
  bottom: 0;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .copyright {
    right: 30px;
    bottom: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .copyright {
    padding-top: 30px;
    position: relative;
    left: 0;
  }
}

/*==================================================
 * common
 *================================================*/
.inter {
  font-family: "Inter", sans-serif;
}

.bg-gray {
  background-color: #f7f7f7;
}

.shippori {
  font-family: "Shippori Mincho", serif;
}

.textMain01Color {
  color: #492f12;
}

.textMainColor {
  color: #7c4a22;
}

.textGrayColor {
  color: #838383;
}

@media only screen and (min-width: 1470px) {
  .rw-wide {
    margin-left: -30px;
    margin-right: -30px;
  }
}

/*
 * 余白
 ******************************************/
.padding {
  padding: 70px 0 100px;
}
@media only screen and (max-width: 767px) {
  .padding {
    padding: 40px 0 60px;
  }
}

/*
 * 見出し
 ******************************************/
.ttl-wrap .en {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #838383;
  margin-bottom: 0.5em;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .ttl-wrap .en {
    font-size: 12px;
  }
}
.ttl-wrap .ja {
  font-size: 32px;
  color: #492f12;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .ttl-wrap .ja {
    font-size: 26px;
  }
}
.ttl-wrap.fff .en, .ttl-wrap.fff .ja {
  color: #fff;
}

.sub-ttl {
  font-size: 24px;
  color: #7c4a22;
}
@media only screen and (max-width: 767px) {
  .sub-ttl {
    font-size: 18px;
  }
}

/*
 * news
 ******************************************/
.news-list__item {
  border-top: solid 1px #dcdcdc;
}
.news-list__item:last-of-type {
  border-bottom: solid 1px #dcdcdc;
}
.news-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .news-list__item a {
    display: block;
    padding: 12px 0;
  }
}
.news-list__item a:hover .news-list__ttl {
  color: #a38d5a;
}

.news-list__date {
  font-family: "Inter", sans-serif;
  color: #838383;
  font-size: 14px;
  margin-right: 25px;
}

.news-list__ttl {
  font-size: 16px;
}

/*
 * btn
 ******************************************/
.more-inline {
  color: #a38d5a;
  font-size: 14px;
  position: relative;
  padding-right: 14px;
  margin-right: 10px;
}
.more-inline::before {
  border-bottom: solid 1px;
  border-right: solid 2px;
  bottom: 0;
  content: "";
  height: 5px;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-5px) skew(65deg);
          transform: translateX(-5px) skew(65deg);
  width: calc(100% + 10px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.more-inline:hover::before {
  left: 8px;
}

.read-more {
  border: solid 1px #a38d5a;
  border-radius: 5px;
  color: #a38d5a;
  padding: 13px 35px 13px 18px;
  position: relative;
  width: 180px;
  display: inline-block;
  background-color: #fff;
  text-align: left;
  font-size: 14px;
}
.read-more::before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 4px;
  background: url(../img/common/arw-brown.svg) no-repeat center/contain;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.read-more:hover {
  background-color: #7c4a22;
  color: #fff;
  opacity: 1;
}
.read-more:hover::before {
  background: url(../img/common/arw-fff.svg) no-repeat center/contain;
  -webkit-transform: translateY(-50%) translateX(5px);
          transform: translateY(-50%) translateX(5px);
}
.read-more.fff {
  border: solid 1px #fff;
  color: #fff;
}
.read-more.fff::before {
  background: url(../img/common/arw-fff.svg) no-repeat center/contain;
}
.read-more.fff:hover {
  background-color: #fff;
  color: #7c4a22;
}
.read-more.fff:hover::before {
  background: url(../img/common/arw-brown.svg) no-repeat center/contain;
}
.read-more.__L {
  width: 260px;
  padding: 22px 35px 22px 20px;
}
.read-more.bg-trans {
  background-color: transparent;
}
.read-more.rev {
  padding: 10px 15px 10px 35px;
}
.read-more.rev::before {
  left: 5px;
  right: auto;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
.read-more.__on {
  background-color: #7c4a22;
  color: #fff !important;
  opacity: 1;
}
.read-more.__on::before {
  background: url(../img/common/arw-fff.svg) no-repeat center/contain;
  -webkit-transform: translateY(-50%) translateX(5px);
          transform: translateY(-50%) translateX(5px);
}

/*
 * 表
 ******************************************/
@media only screen and (max-width: 1100px) {
  .info-tabel__wrap:not(.__L, .__S) {
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 850px) {
  .info-tabel__wrap.__L {
    overflow-x: scroll;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .info-tabel__wrap.__L {
    overflow-x: auto;
  }
}
@media only screen and (max-width: 650px) {
  .info-tabel__wrap.__S {
    overflow-x: scroll;
  }
}

.info-table {
  text-align: center;
  font-size: 16px;
}
@media only screen and (max-width: 1100px) {
  .info-table {
    width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .info-table {
    width: 450px;
  }
}
.info-table th {
  font-weight: bold;
}
.info-table th, .info-table td {
  padding: 10px 5px;
  background-color: #fff;
  vertical-align: middle;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .info-table th, .info-table td {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1100px) {
  .info-table.__L {
    width: 820px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .info-table.__L {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .info-table.__L {
    width: 600px;
  }
}
@media only screen and (max-width: 1100px) {
  .info-table.__S {
    width: 650px;
  }
}

.info-table__day th {
  background-color: #916d5c;
  color: #fff;
  width: 55px;
  letter-spacing: 0.1em;
}
.info-table__day th:first-of-type {
  width: 135px;
}

.info-table__time th {
  background-color: #c4af9b;
  color: #fff;
}

.table-border th, .table-border td {
  border: solid 1px #dcdcdc;
}
.table-border td.disc {
  color: #492f12;
}

th.table--brown,
td.table--brown {
  background-color: #916d5c;
  color: #fff;
}

th.table--lightBrown,
td.table--lightBrown {
  background-color: #c4af9b;
  color: #fff;
}

th.kyushin,
td.kyushin {
  background-color: #ededed;
}

.round-corner-table {
  border-collapse: separate;
  border-radius: 5px;
  border-spacing: 0;
  text-align: center;
}

.round-corner-table tr:first-child th:first-child { /* 最初のtr(行) かつ、最初の td(列) つまり、1行目1列目に適用*/
  border-radius: 5px 0 0 0; /* 左上から指定してゆく */
}

.round-corner-table tr:first-child th:last-child { /* 最初のtr(行) かつ、最後の td(列) つまり、1行目3列目に適用*/
  border-radius: 0 5px 0 0;
}

.round-corner-table tr:last-child th:first-child { /* 最後のtr(行) かつ、最初の td(列) つまり、3行目1列目に適用*/
  border-radius: 0 0 0 5px;
}

.round-corner-table tr:last-child td:last-child { /* 最後のtr(行) かつ、最後の td(列) つまり、3行目3列目に適用*/
  border-radius: 0 0 5px 0;
}

.bg-grid::before {
  content: "";
  display: block;
  position: absolute;
  width: 30%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/common/bg-grid.png) repeat right/74px 21px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .bg-grid::before {
    width: 45%;
    background-size: 52px 15px;
  }
}

.text-notice {
  padding-left: 1em;
  text-indent: -1em;
}

/*==================================================
 * TOP
 *================================================*/
#fv {
  margin-top: 100px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #fv {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1130px) {
  #fv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  #fv {
    padding-left: 30px;
    margin-top: 70px;
  }
}
#fv::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #f7f7f7;
  bottom: 0;
  content: "";
  display: block;
  height: 10%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 1130px) {
  #fv::after {
    bottom: auto;
    top: 40%;
    height: 200%;
  }
}

.fv__inner {
  position: relative;
  width: 80%;
}
@media only screen and (max-width: 1130px) {
  .fv__inner {
    width: calc(100% - 30px);
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .fv__inner {
    width: 100%;
    margin-left: 0;
  }
}
.fv__inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 63px;
  background: url(../img/top/ic-fv.svg) no-repeat center/contain;
  left: -1px;
  top: -1px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .fv__inner::before {
    width: 50px;
    height: 25px;
    left: -1px;
    top: 0;
  }
}
.fv__inner .slick {
  margin: 0;
  padding: 0;
  line-height: 0;
  display: none;
}
.fv__inner .slick.slick-initialized {
  display: block;
}
.fv__inner li {
  border-radius: 0 0 0 5px;
  overflow: hidden;
  height: auto;
}
.fv__inner .remove {
  padding-top: 55%;
  background-size: cover;
}
.fv__inner .remove _::-webkit-full-page-media, .fv__inner .remove _:future, .fv__inner .remove :root {
  padding-top: 55%;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .fv__inner .remove {
    padding-top: 55%;
  }
}

.fv__left {
  width: 20%;
  margin-top: 8%;
  min-width: 250px;
}
@media only screen and (max-width: 1130px) {
  .fv__left {
    width: 100%;
  }
}

.fv__ttl {
  font-size: 40px;
  margin-left: 20px;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1130px) {
  .fv__ttl {
    font-size: 22px;
    margin-left: auto;
  }
  .fv__ttl br.pc {
    display: none;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fv__ttl {
    font-size: 28px;
  }
}

.fv__txt {
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fv__txt {
    font-size: 18px;
  }
}

.top-news-rw {
  margin: 0 -80px;
}
@media screen and (max-width: 1200px) {
  .top-news-rw {
    margin: 0 -30px;
  }
}
@media only screen and (max-width: 959px) {
  .top-news-rw {
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .top-news-rw {
    margin: auto;
  }
}

@media only screen and (max-width: 959px) {
  .top-news {
    margin-bottom: 30px;
  }
}

.top-news, .top-info {
  width: calc(50% - 160px);
  margin-left: 80px;
  margin-right: 80px;
}
@media screen and (max-width: 1200px) {
  .top-news, .top-info {
    width: calc(50% - 60px);
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 959px) {
  .top-news, .top-info {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .top-news, .top-info {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

#news-info::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: -1;
}
@media only screen and (max-width: 959px) {
  #news-info .info-tabel__wrap {
    text-align: center;
  }
}
@media only screen and (max-width: 959px) {
  #news-info .info-table {
    display: inline-block;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  #news-info .info-table {
    width: 100%;
  }
  #news-info .info-table th, #news-info .info-table td {
    font-size: 10px;
    padding: 5px 0px;
  }
}
#news-info .info-tabel__wrap {
  overflow: auto;
}

.top-info__info-table__bottom {
  max-width: 520px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .top-info__info-table__bottom {
    max-width: 100%;
  }
}

/*
 * 当院について
 ******************************************/
.top-about__txt {
  width: 35%;
  padding-right: 15px;
}
@media only screen and (max-width: 959px) {
  .top-about__txt {
    padding-right: 30px;
    padding-bottom: 15px;
  }
}

.top-about__link {
  border-radius: 5px 0 0 5px;
  overflow: hidden;
  width: 55%;
}
.top-about__link__item {
  width: 50%;
  overflow: hidden;
}
.top-about__link__item:first-of-type {
  margin-right: 3px;
}
.top-about__link__item .remove {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-about__link__item:hover {
  opacity: 1;
}
.top-about__link__item:hover .remove {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top-about__link__item:hover .remove::before {
  background-color: rgba(53, 42, 38, 0.9);
}

.top-about__link__item .remove {
  padding-top: 100%;
}
.top-about__link__item .remove::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(53, 42, 38, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-about__link__txt {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.top-about__link__en {
  font-size: 14px;
}

.top-about__link__ja {
  font-size: 22px;
}
.top-about__link__ja::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/common/arw-fff.svg) no-repeat center/contain;
  width: 26px;
  height: 4px;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top-service-ul {
  margin-left: -16px;
  margin-right: -16px;
}
@media only screen and (max-width: 959px) {
  .top-service-ul {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .top-service-ul {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.top-service-ul li {
  margin: 0 16px;
  width: calc(16.6666666667% - 32px);
  color: #7c4a22;
}
@media only screen and (max-width: 959px) {
  .top-service-ul li {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(16.6666666667% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .top-service-ul li {
    margin: 10px;
    width: calc(50% - 20px);
    max-width: 160px;
  }
}

.bg-stairs::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 256px);
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #f7f3eb;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .bg-stairs::before {
    width: calc(100% - 90px);
  }
}
.bg-stairs .top-service__bg {
  padding: max(15px, 7%) max(15px, 5%);
}
.bg-stairs .top-service__bg::before, .bg-stairs .top-service__bg::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/top/top-service-bg.png) no-repeat center/100% 100%;
  top: 0;
  width: 124px;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .bg-stairs .top-service__bg::before, .bg-stairs .top-service__bg::after {
    width: 60px;
  }
}
.bg-stairs .top-service__bg::before {
  left: 0;
}
@media only screen and (max-width: 767px) {
  .bg-stairs .top-service__bg::before {
    left: -15px;
  }
}
.bg-stairs .top-service__bg::after {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .bg-stairs .top-service__bg::after {
    right: -15px;
  }
}

.top-service__ic {
  background-color: #fff;
  padding-top: 100%;
  border-radius: 50%;
}
.top-service__ic img {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
}

.top-endscopy__txt {
  background-color: #352a26;
  padding-left: calc((100% - 1170px) / 2);
  padding: 6% 4% 6% 0;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .top-endscopy__txt {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .top-endscopy__txt {
    padding: 45px 30px;
  }
}

.top-endscopy__txt__inner {
  padding-left: 15px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .top-endscopy__txt__inner {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-endscopy__txt__inner {
    padding: 0;
  }
}

.top-endscopy__ph {
  width: 55%;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .top-endscopy__ph {
    width: 100%;
    padding-top: 50%;
  }
}

/*==================================================
 * 下層ページ
 *================================================*/
main.page {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  main.page {
    margin-top: 70px;
  }
}

.page-fv {
  padding: 0 30px;
}
@media only screen and (max-width: 959px) {
  .page-fv {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page-fv {
    padding: 0 15px;
  }
}

.page-fv__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 256px;
  background-color: #f7f3eb;
  position: relative;
  border-radius: 0 3px 0 3px;
}
@media only screen and (max-width: 767px) {
  .page-fv__bg {
    height: 200px;
  }
}
.page-fv__bg::before, .page-fv__bg::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/top/ic-fv.svg) no-repeat center/contain;
  height: 63px;
  width: 120px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .page-fv__bg::before, .page-fv__bg::after {
    height: 29px;
    width: 55px;
  }
}
.page-fv__bg::before {
  left: -1px;
  top: -1px;
}
.page-fv__bg::after {
  right: -1px;
  bottom: -1px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-fv__ttl {
  text-align: center;
  font-size: 36px;
  color: #492f12;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .page-fv__ttl {
    font-size: 26px;
  }
}

.page-fv__en {
  color: #7c4a22;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .page-contact .inr__M2, .page-contact .inr {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*==================================================
 * わたしたちについて
 *================================================*/
.about-access, .about-parking {
  padding: 5%;
}
@media only screen and (max-width: 767px) {
  .about-access, .about-parking {
    padding: 45px 0 !important;
  }
}
.about-access::before, .about-parking::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .about-access::before, .about-parking::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.about-access {
  padding-left: 0;
}
.about-access::before {
  width: 100vw;
  right: 1px;
  background-color: #f2eceb;
}

.about-parking {
  padding-right: 0;
}
.about-parking::before {
  width: 100vw;
  left: 1px;
  background-color: #f7f3eb;
}
@media only screen and (max-width: 767px) {
  .about-parking::before {
    left: 50%;
  }
}

.gallery-slide {
  position: relative;
  margin: 0 35px;
}
@media only screen and (max-width: 767px) {
  .gallery-slide {
    margin-left: auto;
    margin-right: auto;
  }
}
.gallery-slide .slick-arrow {
  position: absolute;
  width: 36px;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  text-indent: -99999999%;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
@media only screen and (max-width: 767px) {
  .gallery-slide .slick-arrow {
    height: 36px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    top: 35%;
  }
}
.gallery-slide .slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 50%;
  top: 40%;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(-135deg) translateX(60%) translateY(20%);
          transform: rotate(-135deg) translateX(60%) translateY(20%);
}
.gallery-slide .slick-arrow.slick-next {
  left: auto;
  right: 0;
  -webkit-transform: scale(-1, 1) translate(-100%, -50%);
          transform: scale(-1, 1) translate(-100%, -50%);
}
@media only screen and (max-width: 767px) {
  .gallery-slide .slick-arrow.slick-next {
    -webkit-transform: scale(-1, 1) translate(0, -50%);
            transform: scale(-1, 1) translate(0, -50%);
  }
}
.gallery-slide .slick-slide {
  height: auto;
}
.gallery-slide .slick-slide img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.gallery-slide .gallery-ph .remove {
  padding-top: 58%;
  background-size: cover;
}

.gallery-thumb {
  margin: 0 35px;
}
@media only screen and (max-width: 767px) {
  .gallery-thumb {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-thumb .slick-track {
    width: 100% !important;
  }
}
.gallery-thumb .slick-slide {
  height: auto;
}
@media only screen and (max-width: 767px) {
  .gallery-thumb .slick-slide {
    width: 20% !important;
  }
}
.gallery-thumb .slick-slide .remove {
  position: relative;
  opacity: 0.35;
}
.gallery-thumb .slick-slide.slick-current .remove {
  opacity: 1;
}
.gallery-thumb li {
  padding: 0 7px;
}
@media only screen and (max-width: 767px) {
  .gallery-thumb li {
    padding: 7px;
  }
}
.gallery-thumb li:hover {
  cursor: pointer;
}
.gallery-thumb .remove {
  padding-top: 100%;
  background-size: cover;
}
.gallery-thumb .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
}
@media only screen and (max-width: 767px) {
  .gallery-thumb .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#achievement {
  background-color: #f7f3eb;
}

/*==================================================
 * 医師紹介
 *================================================*/
.flex-list li {
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .flex-list li {
    padding: 8px;
  }
}
.flex-list .read-more {
  border: solid 1px #7c4a22;
  color: #7c4a22;
}
.flex-list .read-more:hover {
  color: #fff;
}

section.staff-item .staff__history, section.staff-item .staff__info {
  background-color: #fafafa;
}
section.staff-item:nth-of-type(odd) {
  background-color: #f7f7f7;
}
section.staff-item:nth-of-type(odd) .staff__history, section.staff-item:nth-of-type(odd) .staff__info {
  background-color: #fff;
}

.staff__ph {
  width: 29%;
  margin-right: 8%;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .staff__ph {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
  }
}
.staff__ph .remove {
  border-radius: 5px;
  padding-top: 124%;
}

.staff__history, .staff__info {
  padding: 40px 35px;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .staff__history, .staff__info {
    padding: 30px 15px;
  }
}
.staff__history + .staff__history, .staff__history + .staff__info, .staff__info + .staff__history, .staff__info + .staff__info {
  margin-top: 30px;
}
@media screen and (min-width:768px) {
  .staff__history + .staff__history, .staff__history + .staff__info, .staff__info + .staff__history, .staff__info + .staff__info {
    margin-top: 45px;
  }
}
@media screen and (min-width:992px) {
  .staff__history + .staff__history, .staff__history + .staff__info, .staff__info + .staff__history, .staff__info + .staff__info {
    margin-top: 60px;
  }
}

.staff__history__wrap, .staff__info__wrap {
  border-top: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
  padding: 35px 0;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .staff__history__wrap, .staff__info__wrap {
    padding: 15px 0;
    margin-top: 15px;
  }
}

.staff__history__list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  position: relative;
  margin: 0 -30px;
}
@media only screen and (max-width: 767px) {
  .staff__history__list {
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
  }
}
.staff__history__list::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #dcdcdc;
  left: 50%;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .staff__history__list::before {
    content: none;
  }
}

.staff__history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 2;
  margin: 0 30px;
}

.staff__history__item__year {
  color: #7c4a22;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 70px;
}

/*==================================================
 * 診療案内
 *================================================*/
.bg-staris--parts_inner::before, .bg-staris--parts_inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 128px;
  height: calc(100% - 67px);
  background-color: #f7f3eb;
  z-index: -1;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .bg-staris--parts_inner::before, .bg-staris--parts_inner::after {
    height: calc(100% - 62px);
  }
}
.bg-staris--parts_inner::before {
  left: 0;
  top: 0;
  border-radius: 5px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .bg-staris--parts_inner::before {
    left: -15px;
  }
}
.bg-staris--parts_inner::after {
  right: 0;
  bottom: 0;
  border-radius: 0 0 5px 0;
}
@media only screen and (max-width: 767px) {
  .bg-staris--parts_inner::after {
    right: -15px;
  }
}
.bg-staris--parts_inner .top-service__bg::before, .bg-staris--parts_inner .top-service__bg::after {
  content: "";
  display: block;
  position: absolute;
  width: 128px;
  height: 68px;
  background: url(../img/common/bg-stair_right-top.png) no-repeat center/100% 100%;
}
@media only screen and (max-width: 767px) {
  .bg-staris--parts_inner .top-service__bg::before, .bg-staris--parts_inner .top-service__bg::after {
    width: 62px;
    height: 62px;
  }
}
.bg-staris--parts_inner .top-service__bg::before {
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.bg-staris--parts_inner .top-service__bg::after {
  top: 0;
  bottom: auto;
}

.sick-box-wrap {
  padding-bottom: 5%;
  margin: 0 -17px;
}
@media only screen and (max-width: 767px) {
  .sick-box-wrap {
    padding-bottom: 10%;
    margin: auto;
  }
}

.sick-box {
  background-color: #fff;
  padding: 5%;
  margin: 17px;
  width: calc(50% - 34px);
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .sick-box:first-of-type, .sick-box:nth-of-type(2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sick-box {
    margin: 10px auto;
    width: 100%;
  }
}

.clinic-arw {
  width: 65px;
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .clinicService .info-tabel__wrap {
    overflow-x: auto;
  }
}
.clinicService .info-table {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .clinicService .info-table {
    width: 100%;
  }
}
.clinicService .info-table th, .clinicService .info-table td {
  width: 16.6666666667%;
}

/*==================================================
 * 内視鏡検査
 *================================================*/
#gastroscopy {
  background-color: #f7f7f7;
}

.caution-box {
  padding: 5% 7%;
}
@media only screen and (max-width: 767px) {
  .caution-box {
    padding: 30px 15px;
  }
}
.caution-box ul {
  list-style: disc;
  margin-left: 1em;
}

.flow-box {
  padding: 5%;
}
@media only screen and (max-width: 767px) {
  .flow-box {
    padding: 30px 15px;
  }
}

.flow-wrap {
  margin: 0 -30px;
}
@media only screen and (max-width: 767px) {
  .flow-wrap {
    margin: auto;
  }
}

.flow-sec {
  width: calc(50% - 60px);
  margin: 0 30px;
}
@media only screen and (max-width: 767px) {
  .flow-sec {
    width: 100%;
    margin: 0 auto;
  }
}
.flow-sec:last-of-type .flow-item:last-of-type:before {
  content: none !important;
}

.flow-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #916d5c;
  left: 15px;
  top: 0;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .flow-item:last-of-type::before {
    content: none;
  }
}

.flow-item__num {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #916d5c;
  color: #fff;
  margin-right: 15px;
  border-radius: 100px;
  position: relative;
  z-index: 1;
}

.flow-item__txt {
  padding-bottom: 30px;
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .page-endoscopy .info-tabel__wrap {
    overflow-x: auto;
  }
}
.page-endoscopy .info-table {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .page-endoscopy .info-table {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .page-endoscopy .info-table {
    width: 100%;
  }
}

.breadcrumbs > * {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 14px;
}
.breadcrumbs > *::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-transform: rotate(45deg) translateY(-50%) translateX(-50%);
          transform: rotate(45deg) translateY(-50%) translateX(-50%);
  right: 0;
  top: 50%;
}
.breadcrumbs > *:last-of-type::before {
  content: none;
}

/*==================================================
 * お知らせ
 *================================================*/
.news-page-list {
  padding: 0 15px;
  width: 75%;
}
@media only screen and (min-width: 1470px) {
  .news-page-list {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .news-page-list {
    padding: 0;
    width: 100%;
  }
}
.news-page-list > * {
  width: 33.3333333333%;
}
@media only screen and (max-width: 959px) {
  .news-page-list > * {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .news-page-list > * {
    width: 100%;
  }
}

.blog-content {
  padding: 30px 0;
  width: 100%;
}
.blog-content:first-of-type {
  padding-top: 0;
}
.blog-content + .blog-content {
  border-top: dotted 1px #ccc;
}

.news-aside {
  width: 25%;
  padding: 0 15px;
}
@media only screen and (min-width: 1470px) {
  .news-aside {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .news-aside {
    width: 100%;
    padding: 0;
    margin-top: 45px;
  }
}
.news-aside h2 {
  background-color: #916d5c;
  font-weight: bold;
  color: #fff;
  padding: 8px 12px;
  margin-bottom: 15px;
}
.news-aside ul > li {
  text-align: center;
}
.news-aside ul > li > ul {
  margin-bottom: 30px;
}
.news-aside li {
  list-style: none;
}
.news-aside li ul li {
  font-size: 1em;
  text-align: left;
}
.news-aside li ul li + li {
  margin-top: 6px;
}
.news-aside li ul li a {
  position: relative;
  padding-left: 15px;
  display: block;
}
.news-aside li ul li a::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-transform: rotate(45deg) translateY(-50%) translateX(-50%);
          transform: rotate(45deg) translateY(-50%) translateX(-50%);
  left: 0;
  top: 50%;
}

.blog-ph {
  border-radius: 10px;
  overflow: hidden;
  width: 25%;
  position: relative;
}
.blog-ph::before {
  content: "";
  display: block;
  position: absolute;
  position: relative;
  width: 100%;
  padding-top: 75%;
}
@media only screen and (max-width: 767px) {
  .blog-ph {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 5px;
  }
}
.blog-ph:hover {
  opacity: 1;
}
.blog-ph .remove {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: cover;
}
.blog-ph .remove:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.news-ttl {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px auto;
}
@media only screen and (max-width: 767px) {
  .news-ttl {
    white-space: unset;
  }
}

.news-center {
  padding-right: 30px;
}

.news-cat {
  background-color: #916d5c;
  color: #fff;
  padding: 2px 20px;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .news-cat {
    padding: 2px 10px;
  }
}

.pagenation {
  width: 100%;
}
.pagenation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation .nav-links .current, .pagenation .nav-links .page-numbers {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation .nav-links .current {
  background-color: #916d5c;
  color: #fff;
}

.news-show-list {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .news-show-list {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.show-ttl {
  border-bottom: solid 1px #916d5c;
  width: 100%;
  padding: 30px 0;
}

.single-pager .prev-link, .single-pager .next-link {
  position: relative;
  padding: 0 10px;
  margin: 0;
}
.single-pager .prev-link::before, .single-pager .next-link::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-transform: rotate(45deg) translateY(-30%) translateX(-30%);
          transform: rotate(45deg) translateY(-30%) translateX(-30%);
  left: 0;
  top: 50%;
}
.single-pager .prev-link::before {
  -webkit-transform: rotate(-135deg) translateY(0%) translateX(40%);
          transform: rotate(-135deg) translateY(0%) translateX(40%);
}
.single-pager .next-link {
  border-left: solid 1px #dce1e7;
}
.single-pager .next-link::before {
  left: auto;
  right: 0;
}
.single-pager .read-more {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .single-pager .read-more {
    margin-right: auto;
    margin: 15px auto 30px;
  }
}

.single-content p {
  margin: 0 0 15px;
  line-height: 2;
}

.step-wrap {
  overflow: hidden;
}
.step-wrap .step {
  width: 33.3333333333%;
  text-align: center;
  background-color: #f7f7f7;
  padding: 15px;
  position: relative;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .step-wrap .step {
    font-size: 10px;
    padding: 7px;
    height: 50px;
  }
}
.step-wrap .step::before, .step-wrap .step::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 0 34px 20px;
  border-color: transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
@media only screen and (max-width: 767px) {
  .step-wrap .step::before, .step-wrap .step::after {
    border-width: 34px 0 34px 12px;
  }
}
.step-wrap .step::before {
  border-left-color: #fff;
  left: 3px;
}
.step-wrap .step::after {
  border-left-color: #f7f7f7;
}
.step-wrap .step.current {
  background-color: #916d5c;
  color: #fff;
}
.step-wrap .step.current::before {
  left: 0;
}
.step-wrap .step.current::after {
  left: -3px;
}
.step-wrap .step.current.step01::before, .step-wrap .step.current.step01::after {
  content: none;
}
.step-wrap .step.current + .step::after {
  border-left-color: #916d5c;
}
.step-wrap .step.step01::before, .step-wrap .step.step01::after {
  content: none;
}

.form-table {
  border-top: solid 1px #916d5c;
  border-bottom: solid 1px #916d5c;
}
.form-table tr > * {
  line-height: 1.5em;
  vertical-align: top;
  padding: 30px;
}
.form-table tr + tr > * {
  border-top: solid 1px rgba(21, 55, 95, 0.25);
}
.form-table th {
  width: 270px;
  font-weight: bold;
  background-color: #f7f7f7;
}
.form-table th .box {
  position: relative;
}
.form-table th .need {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1em;
  padding: 7px;
  background-color: #ff4444;
}
.form-table label {
  display: inline;
  width: auto !important;
}
.form-table .form-input:not(button) {
  width: 60%;
  font-size: 16px;
  padding: 7px;
  border-radius: 2px;
  vertical-align: middle;
}
.form-table .form-input:not(button).zip1 {
  width: 10%;
  min-width: 60px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .form-table .form-input:not(button).zip1 {
    min-width: 45px;
  }
}
.form-table .form-input:not(button).zip2 {
  width: 15%;
  min-width: 100px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .form-table .form-input:not(button).zip2 {
    min-width: 60px;
  }
}
.form-table .form-input:not(button):not([readonly=readonly]) {
  border: solid 1px #c8c5c4;
  background-color: #fff;
}
.form-table .rows {
  margin-top: 7px;
}
.form-table .form-input:not(button).large {
  height: 200px;
}
.form-table .form-input:not(button).ta {
  width: 95%;
}
.form-table .lbl > label, .form-table select {
  display: inline;
  width: auto !important;
}
.form-table input {
  border: solid 1px #c8c5c4;
  background-color: #fff;
}
.form-table input:not(button):not([readonly=readonly]) {
  border: solid 1px #c8c5c4;
  background-color: #fff;
}
.form-table input:not(button).long {
  width: 95%;
}
.form-table .inner-label {
  background-color: #916d5c;
  font-size: 0.875em;
  padding-top: 2px;
  padding-bottom: 2px;
  display: inline-block;
  width: 120px;
  line-height: 34px;
  padding: 0;
  margin-right: 7px;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.form-table .zip-btn {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  padding: 8px 15px 9px;
  background-color: #918b8a;
  border-radius: 4px;
  border: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  background-color: #755344;
}
.form-table input[type=checkbox] {
  width: auto !important;
  margin: 0 5px 0 0 !important;
  vertical-align: baseline;
}
.form-table .address-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .form-table .address-control {
    display: block;
  }
}
.form-table .address-control .inner-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form-table {
  /* ラジオボタンを隠す */
  /* spanの左側にボタンを配置するスペースを作る */
  /* 各パーツを作成 */
  /* after上書き */
  /*
      checked状態
      文字のcolorとボタンのopacityを変更
  */
}
@media only screen and (max-width: 767px) {
  .form-table tr, .form-table tr > * {
    position: relative;
    display: block;
    width: 100%;
  }
  .form-table tr > th {
    padding: 7px !important;
    border-top: none !important;
  }
  .form-table tr > td {
    padding: 15px 7px 30px !important;
  }
  .form-table *:not(.except-xs) > input[type=text], .form-table *:not(.except-xs) > input[type=password], .form-table *:not(.except-xs) > input[type=file], .form-table *:not(.except-xs) > input[type=tel], .form-table *:not(.except-xs) > input[type=email], .form-table *:not(.except-xs) > textarea, .form-table *:not(.except-xs) > select {
    width: 100% !important;
    line-height: normal;
  }
  .form-table .inner-label {
    color: #fff;
    text-align: center;
    line-height: 1em;
    vertical-align: middle;
    padding: 10px 0;
    margin-bottom: 7px;
    background-color: #918b8a;
    width: 100%;
  }
  .form-table .form-input:not(button).zip1 {
    width: 20%;
  }
  .form-table .form-input:not(button).zip2 {
    width: 30%;
  }
}

.form-btn {
  display: inline-block;
  position: relative;
}
.form-btn::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/common/arw-brown.svg) no-repeat center/contain;
  height: 4px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 25px;
  z-index: 1;
}
.form-btn:hover::before {
  background: url(../img/common/arw-fff.svg) no-repeat center/contain;
  -webkit-transform: translateY(-50%) translateX(5px);
          transform: translateY(-50%) translateX(5px);
}
.form-btn:hover input[type=submit] {
  background-color: #7c4a22;
  color: #fff;
}

input[type=submit] {
  background-color: #fff;
  border: solid 1px #7c4a22;
  border-radius: 5px;
  color: #7c4a22;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 22px 35px 22px 20px;
  width: 260px;
  text-align: left;
}

.form-policy a {
  text-decoration: underline;
}

.mw_wp_form_input .go-back {
  display: none;
}

.mw_wp_form_confirm .address-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mw_wp_form_confirm .address-flex .inner-label {
  display: none;
}
.mw_wp_form_confirm .address-flex #zip-btn__your_address {
  display: none;
}
.mw_wp_form_confirm .rows {
  margin-top: 0;
}

.f-date + .f-date {
  margin-left: 15px;
}
.f-date select {
  width: 70px !important;
}

select {
  background-color: #fff;
  border: solid 1px #c8c5c4;
  padding: 5px 8px;
  padding-right: 25px;
}

.selectWrap {
  display: inline-block;
  position: relative;
  margin-right: 4px;
}
.selectWrap::after {
  border-left: 2px solid #916d5c;
  border-top: 2px solid #916d5c;
  content: "";
  height: 8px;
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 16px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  width: 8px;
}

.half input {
  width: 200px !important;
}
.half + .half {
  margin-left: 10px;
}
.half .mr_f {
  width: 40px;
  display: inline-block;
  text-align: right;
}

.mr_s {
  margin-right: 10px;
}

.select-year select {
  width: 90px !important;
}

.date-row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-table select.sp-w-auto {
  width: auto !important;
  margin-top: 5px;
}

#tr-your_birth .lbl select:not(:first-of-type) {
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  #tr-your_birth .lbl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/*==================================================
 * ポリシー
 *================================================*/
.policy-ttl {
  border-left: solid 5px #492f12;
  border-bottom: solid 1px #492f12;
  font-size: 1.4em;
  padding: 0 0 5px 15px;
  color: #492f12;
  margin-top: 2em;
  margin-bottom: 0.5em;
}/*# sourceMappingURL=style.css.map */