@charset "UTF-8";
/*-----------------------------------------------------------
Reset
-----------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, sub, sup, var, b, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit;
}

span, small, em, time, i {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  border: medium;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.8em;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, picture {
  display: block;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, select {
  vertical-align: middle;
}

abbr[title], dfn[title] {
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  font-style: oblique;
  text-decoration: none;
}

mark {
  background: transparent;
  font-style: normal;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  text-align: left;
  font-size: 100%;
  font: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: inherit;
}

/*-----------------------------------------------------------
Base
-----------------------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  background: #d4dcd6;
}

::selection {
  background: #d4dcd6;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

body,
html {
  height: 100%;
}

body {
  padding-top: 100px;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 2;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.link {
  color: #CAA070;
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}

.no-link {
  pointer-events: none;
}

.anchor {
  pointer-events: none;
  margin-top: -100px;
  padding-top: 100px;
}

a[href^=tel] {
  cursor: default;
}

@media only screen and (max-width: 800px) {
  body {
    padding-top: 0;
    font-size: 14px;
    line-height: 1.8;
  }

  .anchor {
    margin-top: 0;
    padding-top: 0;
  }
}
/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
/*------------
Header
--------------*/
.header {
  background: #fff;
  width: 100%;
  height: 100px;
}

.h-wrapper {
  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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.h-logo {
  width: 100%;
  max-width: 200px;
  margin-right: 15px;
}

/*------------
G-navi
--------------*/
.pc-navi > ul {
  font-family: "FOT-モード明朝Aラージ Std D";
  color: #584033;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pc-navi > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.pc-navi > ul > li > a {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  padding: 0 15px;
  overflow: hidden;
}
.pc-navi > ul > li > a::after {
  content: "";
  width: calc(100% - 30px);
  height: 5px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, 5px);
          transform: translate(-50%, 5px);
}
.pc-navi > ul > li > a:hover::after {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.dropdown-nav {
  display: none;
  border-top: 1px solid #ccc;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}
.dropdown-nav .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0;
  margin: 0 auto;
  width: 90%;
}
.dropdown-nav .ttl {
  border-right: 1px solid #c8c8c8;
  width: 25%;
}
.dropdown-nav .ttl .txt01 {
  display: block;
  color: #CAA070;
  font-family: "Red Hat Text";
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.dropdown-nav .ttl .txt02 {
  display: block;
  color: #37414f;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 16px;
}
.dropdown-nav .desc {
  width: 70%;
}
.dropdown-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -1%;
}
.dropdown-nav ul li {
  color: #fff;
  font-family: "FOT-モード明朝Aラージ Std D";
  text-align: center;
  margin: 0 1% 1% 0;
  width: 24%;
}
.dropdown-nav ul li:nth-child(4n) {
  margin: 0 0 1%;
}
.dropdown-nav ul a {
  display: block;
  background: #37414f;
  color: #fff;
  font-family: "FOT-モード明朝Aラージ Std D";
  line-height: 1;
  text-align: center;
  padding: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 0;
}
.dropdown-nav ul a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.dropdown-nav ul a:hover {
  opacity: 0.5;
}

.overlay {
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: 105;
}
.overlay.is-on {
  pointer-events: auto;
  opacity: 1;
}

.sp-navi,
.sp-fixed-btns {
  display: none;
}

.fixed-menu {
  position: fixed;
  top: 50%;
  right: 0;
  color: #fff;
  z-index: 100;
  -webkit-transform: translate(445px, -50%);
          transform: translate(445px, -50%);
}
.fixed-menu .item {
  background: #CAA070;
  border-radius: 4px 0 0 4px;
  padding: 35px 20px 35px;
  width: 500px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fixed-menu .item + .item {
  margin-top: 10px;
}
.fixed-menu .item:hover {
  -webkit-transform: translateX(-445px);
          transform: translateX(-445px);
}
.fixed-menu .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "FOT-モード明朝Aラージ Std D";
  line-height: 1;
  letter-spacing: 0.2em;
  position: absolute;
  top: 50%;
  left: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
}
.fixed-menu .ttl i {
  margin-bottom: 10px;
}
.fixed-menu .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 40px;
}
.fixed-menu .txt {
  font-size: 12px;
  text-align: center;
}
.fixed-menu .wrapper {
  margin: 10px 0;
}
.fixed-menu .btn {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  color: #CAA070;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  padding: 10px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.fixed-menu .btn .small {
  display: block;
  font-family: "Red Hat Text";
  font-size: 10px;
  margin-top: 5px;
}
.fixed-menu .btn::before {
  content: "";
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateZ(0) scaleX(0);
          transform: translateZ(0) scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: -1;
}
.fixed-menu .btn:not(.tel):hover::before {
  -webkit-transform: translateZ(0) scaleX(1);
          transform: translateZ(0) scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.fixed-menu.is-open .item {
  -webkit-transform: translateX(-445px);
          transform: translateX(-445px);
}

/*------------
Hero
--------------*/
.hero-catch {
  font-family: "FOT-モード明朝Aラージ Std D";
}
.hero-catch .ttl {
  font-size: 65px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.hero-catch .txt {
  font-size: 20px;
}

/*- Hero01 -*/
.hero01 {
  height: calc(100vh - 100px);
  overflow: hidden;
  position: relative;
}
.hero01 .hero-bg {
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.hero01 .hero-bg div {
  width: 100%;
  height: 100%;
}
.hero01 .hero-bg .slick-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero01 .hero-bg .slick-dots {
  width: auto;
  bottom: 25px;
  left: 25px;
  z-index: 10;
}
.hero01 .hero-catch {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

/*- Hero02 -*/
.hero02 {
  height: calc(100vh - 100px);
  overflow: hidden;
  position: relative;
  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;
}
.hero02::before {
  background: #f1f1f1;
  content: "";
  display: block;
  height: 100vh;
  width: 25vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.hero02 .wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  position: relative;
}
.hero02 .hero-bg {
  margin-left: auto;
  width: 650px;
}
.hero02 .hero-bg .slick-dots {
  text-align: right;
  bottom: -25px;
}
.hero02 .hero-catch {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

/*- Hero03 -*/
.hero03 {
  height: calc(100vh - 100px);
  overflow: hidden;
  position: relative;
}
.hero03 .hero-bg {
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.hero03 .hero-bg div {
  width: 100%;
  height: 100%;
}
.hero03 .hero-bg .slick-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero03 .hero-bg .slick-dots {
  width: auto;
  bottom: 25px;
  left: 25px;
  z-index: 10;
}
.hero03 .hero-catch {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

.slide-start.l {
  -webkit-animation: slide-left 15s linear forwards;
          animation: slide-left 15s linear forwards;
}

.slide-start.r {
  -webkit-animation: slide-right 15s linear forwards;
          animation: slide-right 15s linear forwards;
}

.slide-start.z {
  -webkit-animation: slide-zoom 15s linear forwards;
          animation: slide-zoom 15s linear forwards;
}

/*- Hero04 -*/
.hero04 {
  height: calc(100vh - 100px);
  overflow: hidden;
  position: relative;
}
.hero04 .hero-bg {
  width: 100%;
}
.hero04 .hero-bg video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero04 .hero-catch {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

/*- Hero05 -*/
.hero05 {
  overflow: hidden;
  position: relative;
}
.hero05 .hero-catch {
  position: absolute;
  bottom: 100px;
  left: calc((100% - 850px) / 2);
  z-index: 10;
}

.hero05-slider {
  max-width: 1054px;
  width: 100%;
  padding-bottom: 30px;
  margin: 0 auto;
}
.hero05-slider .slick-list {
  overflow: visible;
}
.hero05-slider .slick-slide {
  margin: 0 15px;
}
.hero05-slider .slick-prev,
.hero05-slider .slick-next {
  background-color: #e9e9e9;
  border: none;
  width: 60px;
  height: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.hero05-slider .slick-prev::before,
.hero05-slider .slick-next::before {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
}
.hero05-slider .slick-next {
  right: 0;
}
.hero05-slider .slick-next::before {
  left: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.hero05-slider .slick-prev {
  left: 0;
}
.hero05-slider .slick-prev::before {
  left: 55%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.hero05-slider .slick-dots {
  bottom: 9px;
}

/*- Hero06 -*/
.hero06 {
  background-color: #f5f5f5;
  overflow: hidden;
  position: relative;
  padding: 50px 0;
}
.hero06 .hero-catch {
  position: absolute;
  bottom: 150px;
  left: calc((100% - 750px) / 2);
  z-index: 10;
}

.hero06-slider {
  padding-bottom: 30px;
}
.hero06-slider .slick-dots {
  bottom: 0;
}

/*- Hero07 -*/
.hero07 {
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}
.hero07::before {
  content: "";
  background-color: #f5f5f5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  z-index: -1;
}
.hero07 .hero-catch {
  position: absolute;
  bottom: 250px;
  left: 0;
  z-index: 10;
}

.hero07-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  position: relative;
}

.hero07-slider {
  padding-bottom: 30px;
  margin: 0 0 0 auto;
  right: -70px;
  width: 900px;
}
.hero07-slider .slick-dots {
  text-align: right;
  bottom: 0;
  padding-right: 150px;
}

/*- Hero08 -*/
.hero08 {
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}
.hero08::before {
  content: "";
  background-color: #f5f5f5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  z-index: -1;
}
.hero08 .hero-catch {
  position: absolute;
  bottom: 250px;
  left: 0;
  z-index: 10;
}

.hero08-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  position: relative;
}

.hero08-slider {
  padding-bottom: 30px;
  margin: 0 0 0 200px;
}
.hero08-slider img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 700px;
}
.hero08-slider .slick-dots {
  text-align: right;
  bottom: 0;
}

.hero08-catch {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 150px;
  left: 50px;
  font-family: "FOT-モード明朝Aラージ Std D";
}
.hero08-catch .ttl {
  font-size: 40px;
  margin-left: 10px;
}
.hero08-catch .ttl span {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 10px;
  line-height: 2;
  background-color: #fff;
}
.hero08-catch .txt {
  font-size: 20px;
}
.hero08-catch .txt span {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 10px;
  line-height: 2.8;
  background-color: #fff;
}

@media (max-width: 800px) {
  /*------------
  Hero
  ---------------*/
  .hero-catch .ttl {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .hero-catch .txt {
    font-size: 13px;
  }

  /*- Hero01 -*/
  .hero01 {
    height: 40vh;
  }
  .hero01 .hero-catch {
    padding: 0 5vw;
    top: auto;
    bottom: 30px;
    left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  /*- Hero02 -*/
  .hero02 {
    height: auto;
  }
  .hero02 .wrapper {
    width: 100%;
  }
  .hero02 .hero-bg {
    margin: 0;
    width: 100%;
  }
  .hero02 .hero-bg .slick-dots {
    display: none !important;
  }
  .hero02 .hero-catch {
    padding: 0 5vw;
    top: auto;
    bottom: 30px;
    left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  /*- Hero03 -*/
  .hero03 {
    height: auto;
  }
  .hero03 .hero-bg {
    height: 40vh;
  }
  .hero03 .hero-catch {
    padding: 0 5vw;
    top: auto;
    bottom: 30px;
    left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  /*- Hero04 -*/
  .hero04 {
    height: auto;
    height: 40vh;
  }
  .hero04 .hero-catch {
    padding: 0 5vw;
    top: auto;
    bottom: 30px;
    left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  /*- Hero05 -*/
  .hero05 .hero-catch {
    padding: 0 5vw;
    bottom: 30px;
    left: 0;
  }

  .hero05-slider {
    padding-bottom: 0;
  }
  .hero05-slider .slick-slide {
    margin: 0;
  }

  /*- Hero06 -*/
  .hero06 {
    padding: 30px 5vw;
  }
  .hero06 .hero-catch {
    padding: 0 5vw;
    bottom: 30px;
    left: 0;
  }

  /*- Hero07 -*/
  .hero07 {
    padding-bottom: 30px;
  }
  .hero07::before {
    height: 30%;
  }
  .hero07 .hero-catch {
    padding: 0 5vw;
    bottom: 30px;
    left: 0;
  }

  .hero07-slider {
    padding-bottom: 0;
    right: -90px;
    width: 100%;
  }

  /*- Hero08 -*/
  .hero08 {
    padding-bottom: 110px;
  }
  .hero08 .hero-catch {
    bottom: 250px;
    left: 0;
  }

  .hero08-wrapper {
    position: static;
    width: 100%;
  }

  .hero08-slider {
    padding-bottom: 30px;
    margin: 0;
  }
  .hero08-slider img {
    height: auto;
  }

  .hero08-catch {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    top: auto;
    bottom: 30px;
    left: 5%;
  }
  .hero08-catch .ttl {
    font-size: 25px;
    margin: 0 0 10px;
  }
  .hero08-catch .txt {
    font-size: 15px;
  }
}
/*------------
Top contents
--------------*/
main {
  background: #fff;
}

.t-btn,
.u-btn,
.btn-more,
.list-post-type01 .list-btn a {
  display: inline-block;
  background-color: #CAA070;
  border-radius: 8px;
  color: #fff;
  font-family: "FOT-モード明朝Aラージ Std D";
  line-height: 1;
  text-align: center;
  padding: 15px 25px;
  min-width: 200px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 0;
}
.t-btn::before,
.u-btn::before,
.btn-more::before,
.list-post-type01 .list-btn a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.t-btn::after,
.u-btn::after,
.btn-more::after,
.list-post-type01 .list-btn a::after {
  content: "";
  border: 1px solid #584033;
  border-radius: 8px;
  position: absolute;
  top: 3px;
  bottom: -3px;
  left: 3px;
  right: -3px;
  z-index: 1;
}
.t-btn:hover,
.u-btn:hover,
.btn-more:hover,
.list-post-type01 .list-btn a:hover {
  opacity: 0.5;
}

.btn-more {
  font-size: 12px;
  min-width: 0;
  padding: 7px 10px 7px 25px;
}

.t-btn + .t-btn,
.u-btn + .u-btn {
  margin-left: 15px;
}

.container {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}
.container.wide {
  max-width: 1200px;
}

.t-ttl {
  background: url(../images/ttl_img.png) no-repeat center top;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 50px;
}
.t-ttl .txt01 {
  display: block;
  color: #CAA070;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.1em;
  padding-top: 55px;
  margin-bottom: 10px;
}
.t-ttl .txt02 {
  display: block;
  color: #584033;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 16px;
}
.t-ttl.white {
  color: #fff;
}

.sec01 {
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}

.sec01-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  padding: 0 0 0 calc((100% - 1024px) / 2);
  margin-bottom: 85px;
  z-index: 0;
}
.sec01-layout .l-img {
  width: 56.64%;
  margin: 0 0 0 4.88%;
}
.sec01-layout .l-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec01-layout .l-ttl {
  line-height: 1.5;
  margin-bottom: 50px;
}
.sec01-layout .l-ttl .txt01 {
  display: block;
  font-family: "Red Hat Text";
  font-size: 35px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.sec01-layout .l-ttl .txt02 {
  display: block;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 16px;
}
.sec01-layout .l-btn {
  margin-top: 50px;
}
.sec01-layout.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 calc((100% - 1024px) / 2) 0 0;
}
.sec01-layout.reverse .l-img {
  text-align: right;
  margin: 0 4.88% 0 0;
}

.sec01-layout-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 50px;
}
.sec01-layout-small .l-img {
  width: 460px;
  margin: 0 0 0 50px;
}
.sec01-layout-small .l-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec01-layout-small .l-ttl {
  line-height: 1.5;
  margin-bottom: 30px;
}
.sec01-layout-small .l-ttl .txt01 {
  display: block;
  color: #CAA070;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.sec01-layout-small .l-ttl .txt02 {
  display: block;
  color: #584033;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 16px;
}
.sec01-layout-small .l-btn {
  margin-top: 30px;
}
.sec01-layout-small.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sec01-layout-small.reverse .l-img {
  text-align: right;
  margin: 0 50px 0 0;
}

.sec01-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec01-list::after {
  content: "";
  width: 32.22%;
}
.sec01-list > li {
  border: 1px solid #eeeeee;
  width: 32.22%;
}
.sec01-list .list-img {
  text-align: center;
}
.sec01-list .list-desc {
  padding: 40px 30px;
}
.sec01-list .num {
  display: block;
  color: #37414f;
  font-family: "Red Hat Text";
  font-size: 28px;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
}
.sec01-list .list-ttl {
  text-align: center;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 21px;
  margin-bottom: 20px;
}

.sec02 {
  background: #F0E9E0;
  padding: 80px 0;
}

.sec02-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sec02-layout .l-img {
  width: 670px;
}
.sec02-layout .l-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #CAA070;
  border-radius: 20px;
  background: #fff;
  padding: 60px;
  position: relative;
  margin: 60px 0 0 -60px;
  z-index: 0;
}
.sec02-layout .l-ttl {
  color: #584033;
  line-height: 1.5;
  margin-bottom: 30px;
}
.sec02-layout .l-ttl .txt01 {
  display: block;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 30px;
  margin-bottom: 10px;
}
.sec02-layout .l-ttl .txt02 {
  display: block;
  font-family: "Red Hat Text";
  font-size: 14px;
  letter-spacing: 0.1em;
}
.sec02-layout .l-btn {
  margin-top: 30px;
}
.sec02-layout.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sec02-layout.reverse .l-desc {
  margin: 60px -60px 0 0;
}

.sec02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec02-list li {
  text-align: center;
  width: calc(20% - 15px);
  margin: 0 7.5px;
}
.sec02-list li:nth-child(n+6) {
  margin-top: 20px;
}
.sec02-list a {
  display: block;
  border: 1px solid #fff;
  height: 100%;
  padding: 40px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.sec02-list a::before {
  content: "";
  border-style: solid;
  border-width: 0 0 13px 13px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.sec02-list a:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}
.sec02-list .list-img {
  margin-bottom: 30px;
}
.sec02-list .list-ttl {
  color: #fff;
  line-height: 1;
}
.sec02-list .list-ttl .txt01 {
  display: block;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 20px;
  margin-bottom: 15px;
}
.sec02-list .list-ttl .txt02 {
  display: block;
  font-family: "Red Hat Text";
  font-size: 14px;
}
.sec02-list .list-desc {
  border-top: 1px solid #fff;
  margin-top: 15px;
  padding-top: 15px;
  color: #fff;
  font-size: 13px;
}

.sec03 {
  padding: 80px 0;
}

.sec03-layout {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 80px;
  font-size: 14px;
  min-height: 255px;
  position: relative;
}
.sec03-layout .l-ttl {
  line-height: 1;
  width: 260px;
  position: relative;
}
.sec03-layout .l-ttl .txt01 {
  display: block;
  color: #37414f;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 30px;
  margin-bottom: 20px;
}
.sec03-layout .l-ttl .txt02 {
  display: block;
  color: #CAA070;
  font-family: "Red Hat Text";
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.sec03-layout .l-btn {
  position: absolute;
  top: 160px;
  left: 80px;
}
.sec03-layout .sub-ttl {
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.sec03-layout .l-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec03-layout .l-desc p + p {
  margin-top: 15px;
}

.sec04 {
  background: #F0E9E0;
  padding: 80px 0;
}

.sec04-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.sec04-list > li {
  width: 49.02%;
}
.sec04-list a {
  display: block;
  border-radius: 20px;
  height: 100%;
  background: #fff;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sec04-list a::before {
  content: "";
  border-style: solid;
  border-width: 0 0 13px 13px;
  border-color: transparent transparent #CAA070 transparent;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.sec04-list a:hover .list-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sec04-list .list-img {
  text-align: center;
  overflow: hidden;
}
.sec04-list .list-img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sec04-list .list-desc {
  padding: 30px 40px;
}
.sec04-list .list-ttl {
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
.sec04-list .list-ttl .txt01 {
  display: block;
  color: #584033;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 21px;
  margin-bottom: 15px;
}
.sec04-list .list-ttl .txt02 {
  display: block;
  color: #CAA070;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
}

.sec05 {
  background: #fff;
  padding: 70px 0;
}

.sec05-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec05-layout > .item {
  width: 48%;
}
.sec05-layout > .item .item-ttl {
  border-bottom: 2px solid #eee;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.sec05-dl {
  overflow: hidden;
  line-height: 1.7;
}
.sec05-dl dt {
  clear: both;
  font-family: "FOT-モード明朝Aラージ Std D";
  float: left;
}
.sec05-dl dd {
  padding-left: 90px;
}

.sec06 {
  background: #f5f5f5;
  padding: 60px 0;
}

.sec06-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 150px;
}
.sec06-layout .l-intro {
  width: 25.48%;
}
.sec06-layout .l-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec06-layout .l-ttl {
  line-height: 1.5;
}
.sec06-layout .l-ttl .txt01 {
  display: block;
  font-family: "Red Hat Text";
  font-size: 35px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.sec06-layout .l-ttl .txt02 {
  display: block;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 16px;
}
.sec06-layout .l-ttl.white {
  color: #fff;
}
.sec06-layout .l-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

.list-top-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-top-blog::after {
  content: "";
  width: 241px;
}
.list-top-blog li {
  width: 241px;
}
.list-top-blog a {
  display: block;
}
.list-top-blog a:hover .list-img {
  opacity: 0.5;
}
.list-top-blog a:hover .list-ttl {
  text-decoration: underline;
}
.list-top-blog .list-img {
  border: 1px solid #eaeaea;
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.list-top-blog img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 165px;
}
.list-top-blog time {
  color: #aaa;
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}
.list-top-blog .list-ttl {
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-top-blog .category {
  display: inline-block;
  color: #CAA070;
  font-size: 12px;
  line-height: 1;
}
.list-top-blog .category + .category::before {
  content: "/";
  margin: 0 5px;
}

.sec07 {
  background: #f5f5f5;
  padding: 60px 0;
}

.sec08 {
  background: #f5f5f5;
  padding: 60px 0;
}

.sec08-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 170px;
}
.sec08-layout .l-intro {
  width: 25.48%;
}
.sec08-layout .l-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec08-layout .l-ttl {
  line-height: 1.5;
}
.sec08-layout .l-ttl .txt01 {
  display: block;
  color: #CAA070;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.sec08-layout .l-ttl .txt02 {
  display: block;
  color: #584033;
  font-size: 16px;
}
.sec08-layout .l-ttl.white {
  color: #fff;
}
.sec08-layout .l-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

.list-top-news {
  font-size: 15px;
}
.list-top-news li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #DFDFDF;
  text-align: left;
  padding-bottom: 15px;
}
.list-top-news li + li {
  margin-top: 15px;
}
.list-top-news time {
  display: inline-block;
  color: #CAA070;
  width: 90px;
  margin-right: 25px;
}
.list-top-news a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "FOT-モード明朝Aラージ Std D";
  max-width: 630px;
}
.list-top-news a:hover {
  text-decoration: underline;
}

.sec09 {
  padding: 60px 0;
}

.bnr-fade {
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bnr-fade:hover {
  opacity: 0.5;
}

.map-layout {
  position: relative;
}
.map-layout iframe {
  vertical-align: bottom;
  width: 100%;
  height: 500px;
}
.map-layout .l-desc {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 60px;
}
.map-layout .l-logo {
  text-align: center;
  margin-bottom: 25px;
}
.map-layout .l-logo .logo {
  width: 200px;
}
.map-layout .l-logo .sns {
  width: 30px;
  margin: 5px 0 0 20px;
}
.map-layout .inner {
  display: table;
  margin: 0 auto;
}
.map-layout .address {
  text-align: left;
}
.map-layout .tel {
  border-bottom: 2px solid #CAA070;
  display: inline-block;
  color: #CAA070;
  font-family: "Red Hat Text";
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 25px;
}
.map-layout .l-dl {
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
  overflow: hidden;
  margin-bottom: 10px;
}
.map-layout .l-dl dt {
  clear: both;
  float: left;
  margin-bottom: 5px;
}
.map-layout .l-dl dd {
  padding: 0 0 0 100px;
  margin-bottom: 5px;
}

/*------------
Footer
--------------*/
.pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 5;
}
.pagetop a {
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pagetop a:hover {
  opacity: 0.5;
}

.footer .container {
  padding: 60px 0;
}

.f-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

.f-utility {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}

.f-logo {
  margin-bottom: 20px;
}

.f-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.f-sns li + li {
  margin-left: 15px;
}
.f-sns a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.f-sns a:hover {
  opacity: 0.5;
}

.site-map > ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.site-map > ul > li + li {
  margin-top: 5px;
}
.site-map a:not(.no-link) {
  line-height: 1.5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(#333, #333);
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-size 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.site-map a:not(.no-link):hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}

.f-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.f-bnr li {
  width: 24%;
  margin-right: 1.3%;
}
.f-bnr li:nth-child(4n) {
  margin-right: 0;
}
.f-bnr li:nth-child(n+5) {
  margin-top: 2%;
}
.f-bnr a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.f-bnr a:hover {
  opacity: 0.5;
}

.copyright {
  background: #584033;
  color: #fff;
  text-align: center;
  font-family: Roboto, Arial, Helvetica, Tahoma, Verdana;
  font-size: 14px;
  line-height: 35px;
}

@media only screen and (max-width: 800px) {
  /*------------
  Header
  --------------*/
  .header {
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
  }

  .h-wrapper {
    padding: 0 5vw;
    width: 100%;
  }

  .h-logo {
    text-align: center;
    margin: 0;
    max-width: 100%;
  }
  .h-logo img {
    max-height: 35px;
    width: auto;
  }

  /*------------
  G-navi
  --------------*/
  .pc-navi {
    display: none;
  }

  :root {
    --navi-background: #f5f5f5;
    --navi-border-color: #ccc;
    --navi-text-color: #333;
    --svg-stroke: #333;
    --humberger: #333;
  }

  .sp-navi {
    display: block;
  }

  .sp-navi-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: var(--navi-background);
    -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    z-index: 10000;
  }
  .sp-navi-btns div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
  }
  .sp-navi-btns .item {
    border-right: 1px solid var(--navi-border-color);
    font-size: 10px;
    font-family: var(--navi-font);
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
  }
  .sp-navi-btns .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--navi-text-color);
    text-decoration: none;
    height: 100%;
    padding: 10px 0;
  }
  .sp-navi-btns .item .img {
    display: block;
  }
  .sp-navi-btns .item .img svg {
    -o-object-fit: cover;
       object-fit: cover;
    height: 20px;
    margin-bottom: 8px;
    stroke: var(--svg-stroke);
  }
  .sp-navi-btns .item .ttl {
    display: block;
  }

  .humberger {
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 10px;
  }
  .humberger .ttl {
    display: block;
    color: var(--navi-text-color);
    font-family: var(--navi-font);
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }
  .humberger span:not(.ttl) {
    background: var(--humberger);
    position: absolute;
    left: 50%;
    width: 22px;
    height: 1px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .humberger span:not(.ttl):nth-of-type(1) {
    top: 20px;
  }
  .humberger span:not(.ttl):nth-of-type(2) {
    top: 26px;
  }
  .humberger span:not(.ttl):nth-of-type(3) {
    top: 32px;
  }

  .humberger.is-open span:nth-of-type(1) {
    -webkit-transform: translate(-50%, 6px) rotate(-45deg);
            transform: translate(-50%, 6px) rotate(-45deg);
  }
  .humberger.is-open span:nth-of-type(2) {
    opacity: 0;
  }
  .humberger.is-open span:nth-of-type(3) {
    -webkit-transform: translate(-50%, -6px) rotate(45deg);
            transform: translate(-50%, -6px) rotate(45deg);
  }

  /* コンテンツ */
  .sp-navi-contents {
    pointer-events: none;
    visibility: hidden;
    background: #fff;
    font-family: var(--navi-font);
    padding: 50px 10% 100px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    z-index: 9999;
  }
  .sp-navi-contents.is-open {
    pointer-events: auto;
    visibility: visible;
    overflow-y: auto;
    opacity: 1;
  }

  .sp-navi-list {
    border-top: 1px solid #d6d6d6;
    margin: 0 0 30px;
  }
  .sp-navi-list > li {
    border-bottom: 1px solid #d6d6d6;
  }
  .sp-navi-list > li > a {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    padding: 15px 0;
  }
  .sp-navi-list > li.sp-dropdown {
    position: relative;
  }
  .sp-navi-list > li.sp-dropdown::before, .sp-navi-list > li.sp-dropdown::after {
    content: "";
    background-color: #333;
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .sp-navi-list > li.sp-dropdown::before {
    width: 1px;
    height: 11px;
    top: 17px;
    right: 20px;
  }
  .sp-navi-list > li.sp-dropdown::after {
    width: 11px;
    height: 1px;
    top: 22px;
    right: 15px;
  }
  .sp-navi-list > li.sp-dropdown.is-on::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .sp-navi-list > li.sp-dropdown > a {
    padding: 15px 0;
    width: 85%;
  }
  .sp-navi-list .child {
    padding: 0 0 15px;
  }
  .sp-navi-list .child > ul > li {
    position: relative;
    padding-left: 15px;
  }
  .sp-navi-list .child > ul > li::before {
    content: "-";
    color: #333;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sp-navi-list .child > ul > li > a {
    font-size: 13px;
    font-weight: bold;
  }

  .sp-navi-other .item + .item {
    margin: 25px 0 0;
  }
  .sp-navi-other .tel {
    display: block;
    color: #37414f;
    font-family: "Red Hat Text";
    font-size: 23px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 15px;
  }
  .sp-navi-other .txt {
    text-align: center;
    font-size: 14px;
    line-height: 1;
  }

  .sp-time {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 70px 10px 1fr;
    grid-template-columns: 70px 1fr;
    grid-gap: 5px 10px;
  }
  .sp-time dt {
    border: 1px solid #333;
    border-radius: 3px;
    font-size: 13px;
    text-align: center;
    padding: 1px 5px 0;
  }

  .sp-btn {
    display: block;
    background: #37414f;
    color: #fff;
    font-family: "FOT-モード明朝Aラージ Std D";
    line-height: 1;
    text-align: center;
    padding: 16px 25px;
  }
  .sp-btn i {
    display: inline-block;
    width: 17px;
    margin-right: 10px;
  }

  .fixed-menu {
    display: none;
  }

  /*------------
  Top contents
  --------------*/
  .t-ttl {
    margin-bottom: 30px;
  }
  .t-ttl .txt01 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .t-btn,
.u-btn {
    display: block;
    line-height: 1.5;
    padding: 15px 20px;
    margin: 0 auto;
  }

  .u-btn {
    min-width: 0;
  }

  .t-btn + .t-btn,
.u-btn + .u-btn {
    margin: 15px 0 0;
  }

  .list-post-type01 .list-btn a {
    padding: 12px 25px;
    font-size: 13px;
    min-width: 130px;
  }

  .contents {
    overflow: hidden;
  }

  .sec01 {
    padding: 50px 0;
  }

  .sec01-layout {
    display: block;
    padding: 0;
    margin-bottom: 50px;
    z-index: 0;
  }
  .sec01-layout .l-img {
    text-align: center;
    width: 100%;
    margin: 0 0 35px;
  }
  .sec01-layout .l-desc {
    padding: 0 5vw;
  }
  .sec01-layout .l-ttl {
    text-align: center;
    margin-bottom: 30px;
  }
  .sec01-layout .l-ttl .txt01 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .sec01-layout .l-btn {
    text-align: center;
    margin-top: 30px;
  }
  .sec01-layout.reverse {
    padding: 0;
  }
  .sec01-layout.reverse .l-img {
    text-align: center;
    margin: 0 0 35px;
  }

  .sec01-layout-small {
    display: block;
  }
  .sec01-layout-small .l-img {
    text-align: center;
    width: 100%;
    margin: 0 0 30px;
  }
  .sec01-layout-small .l-ttl {
    text-align: center;
    margin-bottom: 30px;
  }
  .sec01-layout-small .l-ttl .txt01 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .sec01-layout-small.reverse .l-img {
    text-align: center;
    margin: 0 0 30px;
  }

  .sec01-list {
    display: block;
  }
  .sec01-list > li {
    width: 100%;
  }
  .sec01-list > li + li {
    margin-top: 30px;
  }
  .sec01-list .list-desc {
    padding: 25px 15px;
  }
  .sec01-list .num {
    margin-bottom: 10px;
  }

  .sec02 {
    padding: 50px 0;
  }

  .sec02-layout {
    display: block;
    margin-bottom: 30px;
  }
  .sec02-layout .l-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec02-layout .l-desc {
    padding: 30px 20px;
    margin: 0;
  }
  .sec02-layout .l-ttl {
    text-align: center;
    margin-bottom: 20px;
  }
  .sec02-layout .l-ttl .txt01 {
    font-size: 23px;
    margin-bottom: 10px;
  }
  .sec02-layout .l-btn {
    margin-top: 30px;
  }
  .sec02-layout.reverse .l-desc {
    margin: 0;
  }

  .sec02-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec02-list li {
    width: 48%;
    margin: 0 0 4%;
  }
  .sec02-list li:nth-child(n+6) {
    margin-top: 0;
  }
  .sec02-list a {
    padding: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .sec02-list .list-img {
    margin-bottom: 15px;
  }
  .sec02-list .list-ttl .txt01 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .sec02-list .list-ttl .txt02 {
    font-size: 10px;
  }

  .sec03 {
    padding: 50px 0;
  }

  .sec03-layout {
    display: block;
    padding: 40px 20px;
    font-size: 14px;
    min-height: 255px;
  }
  .sec03-layout::before {
    display: none;
  }
  .sec03-layout .l-ttl {
    text-align: center;
    width: auto;
    margin-bottom: 30px;
  }
  .sec03-layout .l-ttl .txt01 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .sec03-layout .sub-ttl {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .sec03-layout .l-btn {
    text-align: center;
    position: static;
    margin-top: 30px;
  }

  .sec04 {
    padding: 50px 0;
  }

  .sec04-list {
    display: block;
  }
  .sec04-list > li {
    width: 100%;
  }
  .sec04-list > li + li {
    margin-top: 30px;
  }
  .sec04-list .list-img {
    margin-bottom: 30px;
  }
  .sec04-list .list-desc {
    padding: 0 20px 30px;
  }
  .sec04-list .list-ttl {
    margin-bottom: 15px;
  }
  .sec04-list .list-ttl .txt01 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .sec04-list .list-ttl .txt02 {
    font-size: 13px;
  }

  .sec05 {
    padding: 50px 0;
  }

  .sec05-layout {
    display: block;
  }
  .sec05-layout > .item {
    width: 100%;
  }
  .sec05-layout > .item + .item {
    margin-top: 50px;
  }

  .sec06 {
    padding: 50px 0;
  }

  .sec06-layout {
    display: block;
  }
  .sec06-layout .l-intro {
    width: 100%;
  }
  .sec06-layout .l-ttl {
    text-align: center;
    margin-bottom: 30px;
  }
  .sec06-layout .l-ttl .txt01 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .sec06-layout .l-btn {
    position: static;
    text-align: center;
  }

  .list-top-blog {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 -5vw 30px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 5vw);
  }
  .list-top-blog li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    margin: 0 5% 0 0;
    max-width: 100%;
    position: relative;
  }
  .list-top-blog li:last-child::after {
    content: "";
    width: 5vw;
    height: 1px;
    position: absolute;
    top: 0;
    left: 100%;
  }
  .list-top-blog::after {
    display: none;
  }

  .sec07 {
    padding: 50px 0;
  }

  .sec08 {
    padding: 50px 0;
  }

  .sec08-layout {
    display: block;
  }
  .sec08-layout .l-intro {
    width: 100%;
  }
  .sec08-layout .l-ttl {
    text-align: center;
    margin-bottom: 20px;
  }
  .sec08-layout .l-ttl .txt01 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .sec08-layout .l-btn {
    position: static;
    text-align: center;
    margin-top: 30px;
  }

  .list-top-news li {
    display: block;
    padding-bottom: 0;
  }
  .list-top-news li + li {
    margin-top: 5px;
  }
  .list-top-news time {
    display: block;
    font-size: 12px;
  }
  .list-top-news a {
    max-width: 100%;
  }

  .sec09 {
    padding: 50px 0;
  }

  .map-layout iframe {
    vertical-align: bottom;
    height: 250px;
  }
  .map-layout .l-desc {
    padding: 50px 5vw;
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .map-layout .l-logo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 25px;
  }
  .map-layout .l-logo .logo {
    width: 250px;
  }
  .map-layout .inner {
    text-align: center;
  }
  .map-layout .address {
    margin-bottom: 10px;
  }
  .map-layout .tel {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .map-layout .l-dl {
    text-align: left;
  }

  /*------------
  Footer
  --------------*/
  .pagetop {
    bottom: 80px;
    right: 15px;
  }
  .pagetop a {
    -webkit-transition: 0;
    transition: 0;
  }

  .footer {
    padding-bottom: 65px;
  }
  .footer .container {
    padding: 50px 0;
  }

  .f-wrapper {
    display: block;
  }

  .f-utility {
    margin-bottom: 30px;
  }

  .f-logo {
    text-align: center;
    max-width: 220px;
    margin: 0 auto 35px;
  }

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

  .site-map {
    display: block;
  }
  .site-map > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-map > ul + ul {
    margin: 15px 0 0;
  }
  .site-map > ul > li {
    width: 49%;
    margin-bottom: 5px;
  }
  .site-map > ul > li.sp-w100 {
    width: 100%;
  }
  .site-map > ul > li + li {
    margin-top: 0;
  }
  .site-map > ul > li ul {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-map > ul > li ul li {
    width: 49%;
  }

  .f-bnr {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .f-bnr li {
    width: 48%;
    margin: 0 0 15px;
  }
  .f-bnr li:nth-child(4n) {
    margin: 0 0 15px;
  }
  .f-bnr li:nth-child(n+5) {
    margin-top: 0;
  }
}
/*-----------------------------------------------------------
Under layout
-----------------------------------------------------------*/
.page-ttl {
  background: #F0E9E0;
  color: #fff;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: 300px;
  width: 100%;
}

.page-ttl-main {
  background: url(../images/ttl_img.png) no-repeat center top;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #CAA070;
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding-top: 55px;
  margin-bottom: 5px;
}

.page-ttl-sub {
  display: block;
  font-family: "FOT-モード明朝Aラージ Std D";
  color: #584033;
  font-size: 18px;
}

.breadcrumb ul {
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 12px;
  padding: 50px 0;
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.u-contents {
  overflow: hidden;
}

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

/*------------
Under parts
--------------*/
.u-h2 {
  color: #584033;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 30px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.u-h2::after {
  content: "";
  background: #CAA070;
  width: 30px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.u-h3,
.postdata h3 {
  border-bottom: 3px solid #DFDFDF;
  color: #584033;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 22px;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}
.u-h3::before,
.postdata h3::before {
  content: "";
  background: #CAA070;
  width: 50px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -3px;
}

.u-h4,
.postdata h4 {
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 20px;
  padding-left: 25px;
  margin-bottom: 15px;
  position: relative;
}
.u-h4::before,
.postdata h4::before {
  content: "";
  background: #CAA070;
  width: 10px;
  height: 60%;
  position: absolute;
  left: 0;
  top: 7.5px;
}

.u-catch {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.u-catch span {
  border-bottom: 1px solid #333;
}

.num-ttl {
  border-bottom: 2px solid #eee;
  color: #37414f;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 22px;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.num-ttl .num {
  background: #CAA070;
  display: inline-block;
  color: #fff;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 13px;
  line-height: 25px;
  padding: 0 9px;
  margin-right: 20px;
  vertical-align: 3px;
  position: relative;
}
.num-ttl .num::after {
  content: "";
  border-style: solid;
  border-width: 12.5px 0 12.5px 7px;
  border-color: transparent transparent transparent #CAA070;
  position: absolute;
  top: 0;
  right: -7px;
}

.short + .short {
  margin-top: 50px;
}

.tall {
  padding: 70px 0;
}
.tall:nth-child(2n) {
  background: #fafafa;
}
.tall.no-hidden {
  overflow: visible;
}

.l-imgR,
.l-imgL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-imgR .l-ttl,
.l-imgL .l-ttl {
  border-bottom: 1px solid #CAA070;
  color: #333;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.l-imgR .l-img,
.l-imgL .l-img {
  margin: 0 40px 0 0;
  width: 40%;
}
.l-imgR .l-img.small,
.l-imgL .l-img.small {
  width: 25%;
}
.l-imgR .l-desc,
.l-imgL .l-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-imgR {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.l-imgR .l-img {
  margin: 0 0 0 40px;
}

.fl-imgR,
.fl-imgL {
  width: 40%;
}
.fl-imgR.small,
.fl-imgL.small {
  width: 25%;
}

.fl-imgR {
  float: right;
  margin: 0 0 15px 35px;
}

.fl-imgL {
  float: left;
  margin: 0 35px 15px 0;
}

.l-style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  z-index: 0;
}
.l-style01 .l-img {
  width: 56.64%;
  margin: 0 -10% 0 7.5%;
}
.l-style01 .l-desc {
  text-align: justify;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-style01 .num {
  display: inline-block;
  color: #CAA070;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 15px;
}
.l-style01 .num i {
  font-size: 20px;
  margin-right: 5px;
}
.l-style01 .l-ttl {
  color: #37414f;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 25px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.l-style01 .sub-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #37414f;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 18px;
  margin-bottom: 30px;
}
.l-style01 .sub-ttl::before {
  content: "";
  background: #37414f;
  width: 30px;
  height: 2px;
  margin-right: 25px;
}
.l-style01.reverse {
  text-align: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.l-style01.reverse .l-img {
  margin: 0 7.5% 0 -10%;
  position: relative;
}

.l-style02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
}
.l-style02 .l-img {
  position: relative;
  width: 40%;
  z-index: 1;
}
.l-style02 .l-desc {
  background: #f5f5f5;
  padding: 55px 55px 55px 150px;
  margin: 50px 0 0 -100px;
  text-align: justify;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-style02 .l-ttl {
  color: #37414f;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 25px;
  margin-bottom: 20px;
}
.l-style02 .sub-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #37414f;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 18px;
  margin-bottom: 30px;
}
.l-style02 .sub-ttl::before {
  content: "";
  background: #37414f;
  width: 30px;
  height: 1px;
  margin-right: 30px;
}
.l-style02.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.l-style02.reverse .l-desc {
  padding: 55px 150px 55px 55px;
  margin: 50px -100px 0 0;
}
.l-style02.white .l-desc {
  background: #fff;
}

.l-style03 {
  position: relative;
  padding-bottom: 100px;
  z-index: 0;
}
.l-style03::before {
  content: "";
  background: #F5F5F5;
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.l-style03 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}
.l-style03 .l-img {
  width: 55%;
  margin-right: 5%;
}
.l-style03 .l-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: justify;
}
.l-style03 .l-ttl {
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 35px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 15px;
}
.l-style03 .sub-ttl {
  color: #CAA070;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 25px;
}

.col1,
.col2,
.col3,
.col4 {
  display: -ms-grid;
  display: grid;
}

.col1 {
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}

.col2 {
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

.col3 {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.col4 {
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.list-disc li {
  position: relative;
  padding: 0 0 0 15px;
}
.list-disc li:before {
  background: #CAA070;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
}

.list-check li {
  position: relative;
  padding: 0 0 0 25px;
}
.list-check li::before {
  content: "";
  width: 15px;
  height: 9px;
  border-left: 3px solid #CAA070;
  border-bottom: 3px solid #CAA070;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 8px;
  left: 0;
}

.list-num {
  counter-reset: number;
}
.list-num > li {
  line-height: 2;
  padding: 0 0 0 32px;
  position: relative;
}
.list-num > li:before {
  background: #CAA070;
  border-radius: 15px;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-weight: bold;
  font-size: 11px;
  position: absolute;
  top: 0.4em;
  left: 0;
  line-height: 20px;
  text-align: center;
  padding: 0 0 0 1px;
  width: 20px;
  height: 20px;
}
.list-num.column2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.list-num.column3 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}

.list-disc.col2,
.list-check.col2,
.list-num.col2 {
  grid-gap: 5px;
}

.list-disc.col3,
.list-check.col3,
.list-num.col3 {
  grid-gap: 5px;
}

.list-card > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid #eee;
  background: #fff;
  padding: 25px;
}
.list-card .list-img {
  text-align: center;
  margin-bottom: 15px;
}
.list-card .num {
  display: block;
  color: #607D8B;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 5px;
}
.list-card .list-ttl {
  border-bottom: 1px solid #CAA070;
  color: #37414f;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.list-card .list-desc {
  margin-bottom: 15px;
}
.list-card .list-btn {
  text-align: center;
  margin-top: auto;
}
.list-card .u-btn {
  min-width: 0;
  width: 100%;
}

.list-card02 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f5f5f5;
  padding: 25px;
  position: relative;
}
.list-card02 .list-ttl {
  display: block;
  color: #37414f;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}
.list-card02 .num {
  background: #CAA070;
  border-radius: 50px;
  display: table;
  color: #fff;
  font-size: 11px;
  line-height: 25px;
  padding: 0 20px;
  margin: 0 auto 10px;
}
.list-card02 .list-img {
  text-align: center;
  margin-bottom: 15px;
}
.list-card02 .list-desc {
  margin-bottom: 15px;
}
.list-card02 .list-btn {
  text-align: center;
  margin-top: auto;
}
.list-card02 .u-btn {
  min-width: 0;
  width: 100%;
}

.list-card-flow > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f5f5f5;
  padding: 25px;
  position: relative;
}
.list-card-flow > li::after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #CAA070;
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.list-card-flow > li:last-child::after {
  display: none;
}
.list-card-flow.col2 > li::after {
  right: -27px;
}
.list-card-flow.col3 > li::after {
  right: -21px;
}
.list-card-flow.col4 > li::after {
  right: -17px;
}
.list-card-flow .list-ttl {
  display: block;
  color: #37414f;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}
.list-card-flow .num {
  background: #CAA070;
  border-radius: 50px;
  display: table;
  color: #fff;
  font-size: 11px;
  line-height: 25px;
  padding: 0 20px;
  margin: 0 auto 10px;
}
.list-card-flow .list-img {
  text-align: center;
  margin-bottom: 15px;
}
.list-card-flow .list-desc {
  margin-bottom: 15px;
}
.list-card-flow .list-btn {
  text-align: center;
  margin-top: auto;
}
.list-card-flow .u-btn {
  min-width: 0;
  width: 100%;
}

.list-price > li .intro {
  border-bottom: 1px dotted #c4cfc9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 18px;
  padding: 0 0 5px;
}
.list-price > li .desc {
  color: #747474;
  font-size: 13px;
  padding: 5px 0 0;
}
.list-price > li + li {
  margin-top: 20px;
}

.list-anchor-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 15px;
}
.list-anchor-link li {
  position: relative;
}
.list-anchor-link li::after {
  content: "";
  display: inline-block;
  background: #e0e0e0;
  width: 2px;
  height: 15px;
  margin: 0 20px;
  vertical-align: -1px;
}
.list-anchor-link li:last-child::after {
  display: none;
}
.list-anchor-link a {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}
.list-anchor-link a::before {
  content: "";
  background: url(../images/share/icon_arrow_down.svg) no-repeat 0 0/contain;
  width: 22px;
  height: 22px;
  position: absolute;
  right: -3px;
  top: 3px;
}
.list-anchor-link a:hover {
  text-decoration: underline;
}

.list-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-sns li + li {
  margin-left: 15px;
}
.list-sns a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.list-sns a:hover {
  opacity: 0.5;
}

.dl-style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dl-style01 dt {
  color: #37414f;
  background: #edefe8;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 17px;
  line-height: 1.5;
  padding: 20px;
  margin-bottom: 10px;
  width: 25%;
}
.dl-style01 dt .num {
  display: block;
  color: #CAA070;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 5px;
}
.dl-style01 dd {
  background: #f6f7f3;
  font-size: 15px;
  padding: 20px;
  margin-bottom: 10px;
  width: 75%;
}

.dl-style02 dt {
  border-bottom: 1px dashed #ccc;
  color: #CAA070;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.dl-style02 dd + dt {
  margin-top: 15px;
}

.dl-faq dt {
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 18px;
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
}
.dl-faq dt::before {
  content: "Q";
  font-family: "Noto Sans JP";
  font-weight: bold;
  color: #CAA070;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: -5px;
}
.dl-faq dd {
  border-bottom: 1px solid #e9e9e9;
  padding: 0 0 30px 40px;
}
.dl-faq dd + dt {
  margin-top: 30px;
}

.patient-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 13px;
}
.patient-data dt {
  background: #333;
  border-radius: 5px;
  color: #fff;
  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;
  font-family: "FOT-モード明朝Aラージ Std D";
  text-align: center;
  margin-bottom: 10px;
  width: 100px;
}
.patient-data dd {
  width: calc(100% - 100px);
  padding-left: 30px;
  margin-bottom: 10px;
}

.table-style01 {
  background-color: #fff;
  border: 1px solid #bbb;
}
.table-style01 th,
.table-style01 td {
  border: 1px solid #eee;
  line-height: 1.7;
  padding: 15px;
}
.table-style01 th {
  background: #CAA070;
  font-weight: bold;
  color: #fff;
  vertical-align: top;
}
.table-style01 th.bg01 {
  background: rgba(202, 160, 112, 0.5);
}

.box-style01 {
  border: 2px solid #eee;
  background: #fff;
  padding: 60px;
}
.box-style01 > .box-ttl {
  color: #CAA070;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 30px;
}

.box-style02 {
  background: #CAA070;
  border-radius: 5px;
  color: #fff;
  padding: 40px;
}
.box-style02 > .box-ttl {
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 18px;
  margin-bottom: 15px;
}
.box-style02 > .box-ttl i {
  margin-right: 15px;
  vertical-align: -3px;
}

.box-style03 {
  border: 2px solid #eee;
  background: #fff;
  padding: 30px;
}
.box-style03 > .box-ttl {
  color: #CAA070;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin: 0 0 15px;
}

.flow-arrow {
  border-top: 1px solid #eaeaea;
  text-align: center;
  margin: 50px 0;
  position: relative;
  overflow: visible;
}
.flow-arrow::before {
  content: "";
  display: inline-block;
  background: #fff;
  width: 100px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.flow-arrow::after {
  content: "";
  display: inline-block;
  border-bottom: 2px solid #eaeaea;
  border-right: 2px solid #eaeaea;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: calc(50% - 15px);
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}

/*------------
スタッフ紹介
--------------*/
.staff-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.staff-layout .l-img {
  margin-right: 100px;
  width: 400px;
}
.staff-layout .l-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.staff-layout .job {
  display: inline-block;
  border: 2px solid #CAA070;
  font-family: "FOT-モード明朝Aラージ Std D";
  color: #CAA070;
  line-height: 1;
  padding: 5px 35px;
  margin-bottom: 30px;
}
.staff-layout .l-ttl {
  display: block;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 30px;
  line-height: 1;
  margin-bottom: 30px;
}
.staff-layout .l-ttl .kana {
  color: #aaa;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-left: 25px;
}

.box-profile {
  background: #F3F3F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
}
.box-profile .item {
  line-height: 1.8;
  width: 48%;
}
.box-profile .item-ttl {
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 17px;
  margin-bottom: 10px;
}

.dl-career {
  overflow: hidden;
}
.dl-career dt {
  clear: both;
  color: #888;
  float: left;
  padding-bottom: 10px;
  margin-bottom: 8px;
}
.dl-career dd {
  background: url(../images/share/line-dot.svg) repeat-x bottom left;
  padding-left: 65px;
  padding-bottom: 10px;
  margin-bottom: 8px;
}

.list-staff .list-img {
  text-align: center;
  margin-bottom: 15px;
}
.list-staff .job {
  display: inline-block;
  border: 2px solid #CAA070;
  font-family: "FOT-モード明朝Aラージ Std D";
  color: #CAA070;
  line-height: 1;
  padding: 5px 30px;
  margin-bottom: 10px;
}
.list-staff .name {
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 18px;
}
/*------------
医院案内・アクセス
--------------*/
.clinic-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.clinic-layout .item {
  width: 48.43%;
}
.clinic-layout .item-ttl {
  color: #37414f;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 18px;
  line-height: 1;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}
.clinic-layout .item-ttl::before {
  content: "";
  background: #CAA070;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0.1em;
  left: 0;
}

.time-table {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
}
.time-table th,
.time-table td {
  text-align: center;
  line-height: 1;
  vertical-align: middle;
}
.time-table th {
  font-family: "FOT-モード明朝Aラージ Std D";
  background: #CAA070;
  color: #fff;
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 5px;
}
.time-table th:first-child {
  border-bottom: 1px solid #f1f1f1;
  color: #fff;
  width: 200px;
}
.time-table th:last-child {
  width: 120px;
}
.time-table td {
  border-bottom: 1px solid #ddd;
  padding: 20px 5px;
}
.time-table td:first-child {
  background: rgba(202, 160, 112, 0.8);
  border-bottom: 1px solid #f1f1f1;
  color: #fff;
}
.time-table tr:last-child td:first-child {
  border-bottom: 1px solid #ddd;
}

.time-table.small th:first-child {
  width: 140px;
}
.time-table.small th:last-child {
  width: 60px;
}

.event01 {
  color: #CAA070;
}

.business-calendar-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 15px;
}
.business-calendar-box > div {
  width: 100%;
}
.business-calendar-box .business-calendar {
  background: #FFFFFF;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.business-calendar-box .business-calendar caption {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}
.business-calendar-box .business-calendar caption span {
  color: #CAA070;
  line-height: 1;
  font-size: 25px;
  margin: 0 10px;
  vertical-align: -1px;
}
.business-calendar-box .business-calendar caption .business-calendar-past {
  float: left;
}
.business-calendar-box .business-calendar caption .business-calendar-future {
  float: right;
}
.business-calendar-box .business-calendar th {
  background: #CAA070;
  border: 1px solid #dfdfdf;
  color: #fff;
  font-size: 15px;
  padding: 5px;
  width: 14%;
  text-align: center;
  font-weight: bold;
}
.business-calendar-box .business-calendar td {
  border: 1px solid #dfdfdf;
  position: relative;
  font-size: 13px;
  padding: 5px;
  z-index: 0;
}
.business-calendar-box .business-calendar td::before {
  content: "";
  background: #ccc;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}
.business-calendar-box .business-calendar .today {
  text-decoration: underline;
}
.business-calendar-box .business-calendar .attr0,
.business-calendar-box .business-calendar .attr1,
.business-calendar-box .business-calendar .attr2,
.business-calendar-box .business-calendar .attr3 {
  color: #fff;
}
.business-calendar-box .business-calendar .attr0::before,
.business-calendar-box .business-calendar .attr1::before,
.business-calendar-box .business-calendar .attr2::before,
.business-calendar-box .business-calendar .attr3::before {
  opacity: 1;
}
.business-calendar-box .business-calendar .attr0::before {
  background: #EF866B;
}
.business-calendar-box .business-calendar .attr1::before {
  background: #F7B46B;
}
.business-calendar-box .business-calendar .attr2::before {
  background: #A8DBA8;
}
.business-calendar-box .business-calendar .attr3::before {
  background: #B0D7D5;
}

.list-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-event li {
  line-height: 1;
  margin: 0 20px 0 0;
}
.list-event i {
  margin: 0 5px 0 0;
}
.list-event .event01 {
  color: #EF866B;
}
.list-event .event02 {
  color: #F7B46B;
}
.list-event .event03 {
  color: #A8DBA8;
}
.list-event .event04 {
  color: #B0D7D5;
}

@media only screen and (max-width: 800px) {
  .page-ttl {
    padding: 0 5vw;
    height: 200px;
  }

  .page-ttl-main {
    font-size: 35px;
  }

  .page-ttl-sub {
    font-size: 15px;
  }

  .breadcrumb {
    overflow: auto;
    white-space: nowrap;
  }
  .breadcrumb ul {
    padding: 30px 0;
  }

  .u-h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .u-h2::after {
    width: 25px;
  }

  .u-h3,
.postdata h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .u-h4,
.postdata h4 {
    font-size: 18px;
    padding-left: 20px;
  }
  .u-h4::before,
.postdata h4::before {
    width: 5px;
    top: 7px;
  }

  .u-catch {
    -moz-text-align-last: left;
         text-align-last: left;
    font-size: 18px;
  }

  .num-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .num-ttl .num {
    display: table;
    font-size: 10px;
    padding: 0 10px;
    margin: 0 0 10px;
  }
  .num-ttl .num::after {
    display: none;
  }

  .short + .short {
    margin-top: 50px;
  }

  .tall {
    padding: 50px 0;
  }

  .l-imgR,
.l-imgL {
    display: block;
  }
  .l-imgR .l-img,
.l-imgL .l-img {
    margin: 0 0 15px;
    text-align: center;
    width: 100%;
  }
  .l-imgR .l-img.small,
.l-imgL .l-img.small {
    width: 100%;
  }

  .l-imgR .l-img {
    margin: 0 0 15px;
  }

  .fl-imgR,
.fl-imgL {
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }
  .fl-imgR.small,
.fl-imgL.small {
    width: 100%;
  }

  .l-style01 {
    display: block;
  }
  .l-style01 .l-img {
    width: 100%;
    margin: 0 0 35px;
  }
  .l-style01 .num {
    font-size: 25px;
  }
  .l-style01 .num i {
    font-size: 20px;
    margin-right: 5px;
  }
  .l-style01 .l-ttl {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .l-style01.reverse .l-img {
    margin: 0 0 35px;
  }

  .l-style02 {
    display: block;
  }
  .l-style02 .l-img {
    width: 100%;
  }
  .l-style02 .l-desc {
    padding: 15px;
    margin: 30px 0 0;
  }
  .l-style02 .l-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .l-style02 .sub-ttl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 15px;
    margin-bottom: 15px;
  }
  .l-style02 .sub-ttl::before {
    margin: 12px 20px 0 0;
  }
  .l-style02.reverse .l-desc {
    padding: 15px;
    margin: 30px 0 0;
  }

  .l-style03 {
    padding-bottom: 50px;
    z-index: 0;
  }
  .l-style03::before {
    content: "";
    background: #F5F5F5;
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .l-style03 .wrapper {
    display: block;
  }
  .l-style03 .l-img {
    width: 100%;
    margin: 0 0 30px;
  }
  .l-style03 .l-img::before {
    z-index: 1;
  }
  .l-style03 .l-ttl {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .l-style03 .sub-ttl {
    font-size: 15px;
    margin-bottom: 25px;
  }

  .col2,
.col3,
.col4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  .list-disc.col2,
.list-check.col2,
.list-num.col2 {
    grid-gap: 5px;
  }

  .list-disc.col3,
.list-check.col3,
.list-num.col3 {
    grid-gap: 5px;
  }

  .list-card > li {
    padding: 15px;
  }
  .list-card .list-ttl {
    font-size: 18px;
  }

  .list-card-flow {
    display: block;
  }
  .list-card-flow > li {
    padding: 15px;
    margin-bottom: 40px;
    position: relative;
  }
  .list-card-flow > li:last-child {
    margin: 0;
  }
  .list-card-flow > li::after {
    right: 50%;
    top: inherit;
    bottom: -32px;
    -webkit-transform: translateX(50%) rotate(90deg);
            transform: translateX(50%) rotate(90deg);
  }
  .list-card-flow .list-ttl {
    font-size: 18px;
  }
  .list-card-flow.col2 > li::after {
    right: 50%;
  }
  .list-card-flow.col3 > li::after {
    right: 50%;
  }
  .list-card-flow.col4 > li::after {
    right: 50%;
  }

  .list-price > li .intro {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 13px;
    padding: 0 0 5px;
  }
  .list-price > li .ttl {
    width: 50%;
  }
  .list-price > li .price {
    text-align: right;
    font-size: 14px;
    padding-left: 25px;
    width: 50%;
  }
  .list-price > li .label {
    display: block;
    margin: 0 0 5px;
    text-align: center;
  }

  .list-anchor-link {
    display: block;
  }
  .list-anchor-link li {
    margin: 0;
  }
  .list-anchor-link li::after {
    display: none;
  }
  .list-anchor-link a {
    padding: 0 0 0 27px;
  }
  .list-anchor-link a::before {
    right: inherit;
    left: 0;
    top: 2px;
  }

  .dl-style01 {
    display: block;
  }
  .dl-style01 dt {
    font-size: 18px;
    padding: 15px;
    margin-bottom: 0;
    width: 100%;
  }
  .dl-style01 dd {
    padding: 15px;
    width: 100%;
  }

  .dl-style02 dt {
    font-size: 18px;
  }

  .patient-data dd {
    padding-left: 20px;
  }

  .table-style01 th,
.table-style01 td {
    font-size: 13px;
    padding: 10px;
  }
  .table-style01.sp-block {
    border-bottom: 1px solid #e3e3e3;
  }
  .table-style01.sp-block th,
.table-style01.sp-block td {
    display: block;
  }
  .table-style01.sp-block td {
    border-width: 0 1px;
  }

  .table-scroll {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }

  .table-scroll::before {
    content: "※横にスクロールできます。";
  }

  .table-scroll::-webkit-scrollbar {
    height: 5px;
  }

  .table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f5f6f8;
  }

  .table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #333;
  }

  .table-scroll table {
    margin-bottom: 10px !important;
    width: 150%;
  }

  .box-style01 {
    padding: 25px;
  }
  .box-style01 .box-ttl {
    font-size: 18px;
    margin: 0 auto 15px;
  }

  .box-style02 {
    padding: 25px;
  }

  .box-style03 {
    padding: 25px;
  }

  .flow-arrow {
    margin: 30px 0;
  }

  /*------------
  医院案内・アクセス
  --------------*/
  .clinic-layout {
    display: block;
  }
  .clinic-layout .item {
    width: 100%;
  }
  .clinic-layout .item + .item {
    margin-top: 30px;
  }

  .time-table {
    font-size: 12px;
  }
  .time-table th {
    padding: 10px 0;
  }
  .time-table th:first-child {
    width: 100px;
  }
  .time-table th:last-child {
    width: 40px;
  }
  .time-table td {
    padding: 15px 0;
  }

  .time-table.small th:first-child {
    width: 100px;
  }

  .time-table.small th:last-child {
    width: 40px;
  }

  .list-facility {
    display: block;
    padding-bottom: 0;
  }
  .list-facility::before {
    display: none;
  }
  .list-facility li {
    font-size: 13px;
    width: 100%;
  }
  .list-facility li + li {
    margin-top: 30px;
  }
  .list-facility .list-ttl {
    font-size: 18px;
  }

  /*------------
  スタッフ紹介
  --------------*/
  .staff-layout {
    display: block;
  }
  .staff-layout .l-img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 30px;
  }
  .staff-layout .job {
    border: 1px solid #CAA070;
    font-size: 12px;
    padding: 5px 20px;
    margin-bottom: 15px;
  }
  .staff-layout .l-ttl {
    font-size: 25px;
    line-height: 1;
    margin-bottom: 25px;
  }
  .staff-layout .l-ttl .kana {
    font-size: 13px;
    margin-left: 20px;
  }

  .list-staff .job {
    border: 1px solid #CAA070;
    font-size: 12px;
    padding: 5px 20px;
    margin-bottom: 15px;
  }
  .list-staff .name {
    font-size: 15px;
  }

  .list-event {
    display: block;
  }
  .list-event li {
    font-size: 12px;
    margin: 0 0 5px;
  }
}
/*------------
電話
--------------*/
.tel-layout {
  background: #f5f5f5;
  max-width: 800px;
  padding: 30px 50px;
  margin: 0 auto;
  text-align: center;
}
.tel-layout .ttl {
  display: table;
  border-bottom: 1px solid #333;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7;
  padding: 0 0 15px;
  margin: 0 auto 25px;
}
.tel-layout .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tel-layout .tel {
  display: block;
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: 0.15em;
  white-space: nowrap;
}
.tel-layout .tel i {
  display: inline-block;
  font-size: 20px;
}
.tel-layout .txt {
  line-height: 1.5;
}
.tel-layout .time {
  text-align: left;
  overflow: hidden;
  word-break: break-all;
  line-height: 1.5;
}
.tel-layout .time dt {
  float: left;
}
.tel-layout .time dd {
  padding-left: 80px;
}

@media (max-width: 800px) {
  .tel-layout {
    padding: 25px;
  }
  .tel-layout .ttl {
    display: block;
    font-size: 15px;
  }
  .tel-layout .wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .tel-layout .tel {
    font-size: 23px;
  }
}
/*------------
プライバシーポリシー
--------------*/
.dl-privacy dt {
  border-bottom: 1px solid #000;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
}
.dl-privacy dd + dt {
  margin-top: 30px;
}

.list-privacy li {
  position: relative;
  padding: 0 0 0 15px;
}
.list-privacy li + li {
  margin-top: 3px;
}
.list-privacy li:before {
  background: #333;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
}

/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
.list-under-news li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.list-under-news time {
  display: inline-block;
  color: #888;
  margin-right: 30px;
}
.list-under-news a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.list-under-news a:hover {
  text-decoration: underline;
}

/*普通投稿*/
.list-post-type01 {
  margin-bottom: 80px;
}
.list-post-type01 li {
  display: flow-root;
}
.list-post-type01 li + li {
  margin-top: 50px;
}
.list-post-type01 .list-ttl {
  background: url(../images/share/line-dot.svg) repeat-x bottom left;
  color: #584033;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 20px;
  position: relative;
  padding: 0 0 15px;
  margin: 0 0 25px;
}
.list-post-type01 .list-ttl a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.list-post-type01 .list-ttl a:hover {
  opacity: 0.5;
}
.list-post-type01 .list-img {
  float: left;
  margin: 0 30px 0 0;
  width: 250px;
}
.list-post-type01 .list-img img {
  width: 250px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-post-type01 .list-img a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.list-post-type01 .list-img a:hover {
  opacity: 0.5;
}
.list-post-type01 .list-data {
  font-size: 13px;
  margin: 0 0 5px;
}
.list-post-type01 time {
  display: inline-block;
  color: #98918c;
  font-size: 14px;
  vertical-align: -1px;
  margin: 0 25px 0 0;
}
.list-post-type01 .category {
  background: #CAA070;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  padding: 5px 8px;
  margin: 0 10px 0 0;
}
.list-post-type01 .list-txt {
  margin: 0 0 30px;
}
.list-post-type01 .list-btn {
  text-align: right;
}

/*詳細ページ*/
.l-post-single {
  margin-bottom: 80px;
}
.l-post-single .l-ttl {
  color: #584033;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 30px;
  margin: 0 0 35px;
}
.l-post-single .post-data {
  margin: 0 0 20px;
}
.l-post-single .post-data time {
  display: inline-block;
  color: #98918c;
  font-size: 14px;
  vertical-align: -1px;
  margin: 0 20px 0 0;
}
.l-post-single .post-data .category {
  background: #CAA070;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  padding: 5px 8px;
  margin: 0 10px 0 0;
}

/*詳細ページ*/
.postdata p,
.postdata ul,
.postdata ol {
  margin-bottom: 15px;
}
.postdata a {
  text-decoration: underline;
}
.postdata a:hover {
  text-decoration: none;
}
.postdata strong {
  font-weight: bold;
}
.postdata em {
  font-style: italic;
}
.postdata ul li {
  list-style: inside disc;
}
.postdata ul li > ul {
  margin: 0 0 0 15px;
}
.postdata ol li {
  list-style: inside decimal;
}
.postdata ol li > ol {
  margin: 0 0 0 15px;
}

/*セレクト式カテゴリー*/
.select-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 50px;
}
.select-area .select-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 30px 0 0;
}
.select-area .select-ttl {
  display: inline-block;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 16px;
  margin: 0 15px 0 0;
}
.select-area .select-category {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  text-overflow: "";
  background: #fff url(../images/share/icon_arrow_down.svg) no-repeat;
  background-size: 20px;
  background-position: right center;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  color: #333;
  font-size: 16px;
  vertical-align: middle;
  height: 35px;
  min-width: 150px;
  padding: 5px 20px 5px 5px;
}
.select-area .select-category::-ms-expand {
  display: none;
}

/*ページャー*/
.post-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "FOT-モード明朝Aラージ Std D";
}
.post-number span,
.post-number a {
  display: inline-block;
  color: #CAA070;
  border: 1px solid #CAA070;
  font-size: 13px;
  text-align: center;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0 4px;
  margin: 0 4px;
}
.post-number a:hover {
  background: #CAA070;
  color: #fff;
}
.post-number .current {
  background: #CAA070;
  color: #fff;
}

.post-number-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: "FOT-モード明朝Aラージ Std D";
}
.post-number-single a {
  display: inline-block;
}
.post-number-single .all {
  background: #CAA070;
  border: 1px solid #CAA070;
  color: #fff;
  font-size: 13px;
  line-height: 28px;
  max-width: 200px;
  margin: 0 10px;
  height: 30px;
  width: 100%;
}
.post-number-single .all:hover {
  background: #fff;
  color: #CAA070;
}
.post-number-single .prev,
.post-number-single .next {
  border: 1px solid #CAA070;
  width: 30px;
  height: 30px;
  position: relative;
}
.post-number-single .prev::before,
.post-number-single .next::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #CAA070;
  margin: 0 auto;
  top: 12px;
}
.post-number-single .prev:hover,
.post-number-single .next:hover {
  background: #CAA070;
}
.post-number-single .prev:hover::before,
.post-number-single .next:hover::before {
  border-color: #fff;
}
.post-number-single .prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 11px;
  border-left: 1px solid #CAA070;
}
.post-number-single .next::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 11px;
  border-right: 1px solid #CAA070;
}

/*症例紹介*/
.post-case-layout {
  border: 2px solid #eee;
  background: #fff;
  padding: 45px 50px;
  margin-bottom: 50px;
}
.post-case-layout .post-data {
  margin: 0 0 15px;
}
.post-case-layout .post-data time {
  display: inline-block;
  color: #98918c;
  font-size: 14px;
  vertical-align: -1px;
  margin: 0 20px 0 0;
}
.post-case-layout .post-data .category {
  background: #CAA070;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  padding: 5px 8px;
  margin: 0 10px 0 0;
}
.post-case-layout .l-ttl {
  border-bottom: 1px solid #eee;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 25px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.post-case-layout .before-after {
  margin-bottom: 40px;
}
.post-case-layout .l-btn {
  text-align: center;
  margin-top: 45px;
}
.post-case-layout .l-item + .l-item {
  margin-top: 50px;
}
.post-case-layout .l-item .item-ttl {
  border-bottom: 1px solid #eee;
  color: #37414f;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 20px;
  position: relative;
  padding: 0 0 12px;
  margin: 0 0 25px;
}
.post-case-layout .l-item .item-ttl::before {
  content: "";
  background: #CAA070;
  width: 25px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.post-case-layout .l-table {
  background-color: #fff;
  border: 1px solid #bbb;
}
.post-case-layout .l-table th,
.post-case-layout .l-table td {
  border: 1px solid #eee;
  line-height: 1.7;
  padding: 15px;
}
.post-case-layout .l-table th {
  background: #CAA070;
  color: #fff;
  vertical-align: top;
  text-align: left;
}

.before-after {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}
.before-after .item {
  text-align: center;
  position: relative;
}
.before-after .item + .item figure::before {
  content: "";
  border-style: solid;
  border-width: 13.5px 0 13.5px 14px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  left: -32px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.before-after figure {
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 300px;
  position: relative;
}
.before-after figure img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-height: 300px;
}
.before-after p {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  margin-top: 15px;
}

.list-case-details > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.list-case-details > li + li {
  border-top: 1px dotted #c8c8c8;
  margin-top: 30px;
  padding-top: 30px;
}
.list-case-details .list-img {
  width: 35%;
  margin: 0 0 0 30px;
}
.list-case-details .list-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list-case-details .list-ttl {
  color: #CAA070;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 18px;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  /*普通投稿*/
  .list-post-type01 {
    margin: 0 0 50px;
  }
  .list-post-type01 li + li {
    margin-top: 20px;
  }
  .list-post-type01 .list-ttl {
    font-size: 18px;
    padding: 0 0 7px;
    margin: 0 0 15px;
  }
  .list-post-type01 .list-img {
    float: left;
    margin: 0 15px 0 0;
    width: 40%;
  }
  .list-post-type01 .list-img img {
    width: 100%;
    height: 25vw;
  }
  .list-post-type01 .list-desc {
    margin: -5px 0 0;
  }
  .list-post-type01 time {
    font-size: 12px;
    margin: 0 15px 0 0;
  }
  .list-post-type01 .list-txt {
    font-size: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0 0 5px;
  }
  .list-post-type01 .list-btn {
    margin-top: 15px;
  }
  .list-post-type01 .list-btn a {
    padding: 12px 25px;
    font-size: 13px;
    min-width: 130px;
  }

  /*詳細ページ*/
  .l-post-single .l-ttl {
    font-size: 22px;
    margin: 0 0 30px;
  }

  /*セレクト式カテゴリー*/
  .select-area {
    display: block;
    margin: 0 0 30px;
  }
  .select-area .select-item {
    margin: 0;
  }
  .select-area .select-item + .select-item {
    margin-top: 10px;
  }
  .select-area .select-ttl {
    font-size: 15px;
  }

  /*症例紹介*/
  .post-case-layout {
    padding: 25px 15px;
    margin-bottom: 30px;
  }
  .post-case-layout .l-ttl {
    font-size: 18px;
    line-height: 1.7;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .post-case-layout .before-after {
    margin-bottom: 20px;
  }
  .post-case-layout .l-btn {
    margin-top: 25px;
  }
  .post-case-layout .l-table {
    font-size: 12px;
  }
  .post-case-layout .l-table th,
.post-case-layout .l-table td {
    padding: 5px;
    line-height: 1.5;
  }

  .before-after {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
  .before-after .item + .item::before {
    content: "";
    border-style: solid;
    border-width: 15px 12.5px 0 12.5px;
    border-color: #333 transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: -30px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .before-after .item + .item figure::before {
    display: none;
  }
  .before-after figure {
    height: auto;
  }

  .list-case-details > li {
    display: block;
  }
  .list-case-details .list-img {
    width: 100%;
    margin: 0 0 15px;
    text-align: center;
  }
}
.list-post-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 22px 1fr 22px 1fr 22px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-template-columns: repeat(auto-fill, minmax(232px, 1fr));
  grid-gap: 22px;
  margin-bottom: 50px;
}

.list-post-gallery li {
  border-radius: 20px;
}

.list-post-gallery img {
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 232px;
}

.list-post-gallery a {
  display: block;
  border-radius: 20px;
  padding: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.list-post-gallery a:hover {
  background-color: #948377;
}

@media (max-width: 800px) {
  .list-post-gallery {
    -ms-grid-columns: 1fr 5px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    margin-bottom: 30px;
  }

  .list-post-gallery img {
    height: calc(50vw - 37px);
  }
}
/*-----------------------------------------------------------
Common
-----------------------------------------------------------*/
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.fade {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fade:hover {
  opacity: 0.5;
}

.bold,
strong {
  font-weight: bold;
}

.red {
  color: #F44336;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFC107));
  background: linear-gradient(transparent 60%, #FFC107 60%);
}

.notice {
  font-size: 13px;
  text-indent: -1rem;
  padding: 0 0 0 1rem;
}

.font01 {
  font-family: "FOT-モード明朝Aラージ Std D";
}

.font02 {
  font-family: "Red Hat Text";
}

.mb0 {
  margin-bottom: 0 !important;
}

.mbXS {
  margin-bottom: 5px !important;
}

.mbS {
  margin-bottom: 15px !important;
}

.mbM {
  margin-bottom: 30px !important;
}

.mbL {
  margin-bottom: 60px !important;
}

.mbXL {
  margin-bottom: 120px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mtS {
  margin-top: 15px;
}

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

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.sp-map iframe {
  vertical-align: bottom;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 800px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .sp-tac {
    text-align: center !important;
  }

  .sp-tar {
    text-align: right !important;
  }

  .sp-tal {
    text-align: left !important;
  }

  .mbL {
    margin-bottom: 30px !important;
  }

  .mbXL {
    margin-bottom: 50px !important;
  }

  .sp-map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .sp-map iframe,
.sp-map object,
.sp-map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*-----------------------------------------------------------
JS
-----------------------------------------------------------*/
/*------------
Slick
-------------*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  text-align: center;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  border: none;
  background: transparent;
  cursor: pointer;
  color: transparent;
}

.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  width: 20px;
  height: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 10;
}
.slick-prev:focus,
.slick-next:focus {
  outline: 0;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.5;
}

.slick-prev {
  border-top: 3px solid #333;
  border-left: 3px solid #333;
  left: 25px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

.slick-next {
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  right: 25px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.slick-dots {
  display: block;
  list-style: none;
  line-height: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.slick-dots li + li {
  margin-left: 10px;
}

.slick-dots li button {
  display: block;
  background: #ddd;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  color: transparent;
  width: 8px;
  height: 8px;
  outline: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  background: #333;
}

.slick-dots li.slick-active button {
  background: #333;
}

.slick-imgs .slick-dots {
  bottom: -20px;
}

.slick-imgs .caption {
  background: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  padding: 3px 5px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.clinic-slider {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 25px;
}
.clinic-slider .slick-list {
  overflow: visible;
}
.clinic-slider .slick-slide {
  text-align: left;
  margin: 0 15px;
  opacity: 0.2;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.clinic-slider .slick-center {
  opacity: 1;
}
.clinic-slider .slick-prev {
  left: 18px;
}
.clinic-slider .slick-next {
  right: 18px;
}
.clinic-slider figure {
  margin-bottom: 15px;
}
.clinic-slider .ttl {
  color: #CAA070;
  font-family: "FOT-モード明朝Aラージ Std D";
  font-size: 17px;
}
.clinic-slider p {
  font-size: 14px;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  .slick-imgs {
    padding-bottom: 15px;
  }

  .slick-imgs .slick-dots {
    bottom: 0;
  }
}
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*-----------------------------------------------------------
Animation
-----------------------------------------------------------*/
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: scale(1.1) translateX(0);
            transform: scale(1.1) translateX(0);
  }
  100% {
    -webkit-transform: scale(1.1) translateX(-50px);
            transform: scale(1.1) translateX(-50px);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: scale(1.1) translateX(0);
            transform: scale(1.1) translateX(0);
  }
  100% {
    -webkit-transform: scale(1.1) translateX(-50px);
            transform: scale(1.1) translateX(-50px);
  }
}
@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: scale(1.1) translateX(0);
            transform: scale(1.1) translateX(0);
  }
  100% {
    -webkit-transform: scale(1.1) translateX(50px);
            transform: scale(1.1) translateX(50px);
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: scale(1.1) translateX(0);
            transform: scale(1.1) translateX(0);
  }
  100% {
    -webkit-transform: scale(1.1) translateX(50px);
            transform: scale(1.1) translateX(50px);
  }
}
@-webkit-keyframes slide-zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes slide-zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.fade-in {
  will-change: transform;
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.435, 0.99), -webkit-transform 1.8s cubic-bezier(0.19, 1, 0.435, 0.99);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.435, 0.99), -webkit-transform 1.8s cubic-bezier(0.19, 1, 0.435, 0.99);
  transition: transform 1.8s cubic-bezier(0.19, 1, 0.435, 0.99), opacity 0.8s cubic-bezier(0.19, 1, 0.435, 0.99);
  transition: transform 1.8s cubic-bezier(0.19, 1, 0.435, 0.99), opacity 0.8s cubic-bezier(0.19, 1, 0.435, 0.99), -webkit-transform 1.8s cubic-bezier(0.19, 1, 0.435, 0.99);
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
}

.fade-in.is-action {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
