<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: EXP-Plain
Author: ExPartners
Author URI: https://wordpress.org/
Description: ExPartnersのシンプルなテーマ
Version: 1.5
Text Domain: exp-plain
*/
/* --------blake point-------- */
/* --------colors-------- */
/* --------font-------- */
.c-grid-column__1-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .c-grid-column__1-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__1-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
}
@media screen and (max-width: 768px) {
  .c-grid-column__1-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__1-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
}
@media screen and (max-width: 768px) {
  .c-grid-column__1-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__1-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4fr;
  grid-template-columns: 1fr 4fr;
}
@media screen and (max-width: 768px) {
  .c-grid-column__1-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__2-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}
@media screen and (max-width: 768px) {
  .c-grid-column__2-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__4-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr 3fr;
  grid-template-columns: 4fr 3fr;
}
@media screen and (max-width: 768px) {
  .c-grid-column__4-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__1-1-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .c-grid-column__1-1-1 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: 100%;
  }
  .c-grid-column__1-1-1 &gt; *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-grid-column__1-1-1 &gt; *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .c-grid-column__1-1-1 &gt; *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .c-grid-column__1-1-1 &gt; *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media screen and (max-width: 480px) {
  .c-grid-column__1-1-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__1-1-1-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .c-grid-column__1-1-1-1 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .c-grid-column__1-1-1-1 &gt; *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-grid-column__1-1-1-1 &gt; *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .c-grid-column__1-1-1-1 &gt; *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .c-grid-column__1-1-1-1 &gt; *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media screen and (max-width: 480px) {
  .c-grid-column__1-1-1-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.c-grid-row {
  display: -ms-grid;
  display: grid;
}
.c-grid-row__1-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.c-grid-cc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-grid-flexStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-grid-gap__10 {
  gap: 10px;
}
.c-grid-gap__15 {
  gap: 15px;
}
.c-grid-gap__20 {
  gap: 20px;
}
.c-grid-gap__30 {
  gap: 30px;
}
.c-grid-gap__40 {
  gap: 40px;
}
.c-grid-gap__60 {
  gap: 60px;
}
.c-grid-gap__100 {
  gap: 100px;
}
.c-grid-gap__20-10 {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-grid-gap__20-10 {
    gap: 10px;
  }
}
.c-grid-gap__40-20 {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-grid-gap__40-20 {
    gap: 20px;
  }
}
.c-grid-gap__60-20 {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-grid-gap__60-20 {
    gap: 20px;
  }
}
.c-grid-gap__60-40 {
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .c-grid-gap__60-40 {
    gap: 40px;
  }
}
.c-grid-gap__80-0 {
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .c-grid-gap__80-0 {
    gap: 0;
  }
}
.c-grid-gap__80-20 {
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .c-grid-gap__80-20 {
    gap: 20px;
  }
}
.c-grid-gap__80-40 {
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .c-grid-gap__80-40 {
    gap: 40px;
  }
}
.c-grid-gap__100-40 {
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .c-grid-gap__100-40 {
    gap: 40px;
  }
}
.c-grid-gap__100-60 {
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .c-grid-gap__100-60 {
    gap: 60px;
  }
}

.c-inner__main {
  padding: 100px 15px;
}
@media screen and (max-width: 768px) {
  .c-inner__main {
    padding: 60px 30px;
  }
}
.c-inner__sub {
  padding: 60px 15px;
}
@media screen and (max-width: 768px) {
  .c-inner__sub {
    padding: 40px 30px;
  }
}
.c-inner__third {
  padding: 195px 15px;
}
@media screen and (max-width: 768px) {
  .c-inner__third {
    padding: 80px 30px;
  }
}
.c-inner__cw {
  max-width: 1120px;
}
.c-inner__cw-1330 {
  max-width: 1330px;
}
.c-inner__padding-b-120-60 {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .c-inner__padding-b-120-60 {
    padding-bottom: 60px;
  }
}
.c-inner__margin-rl-60-30-0 {
  margin-right: 60px;
  margin-left: 60px;
}
@media screen and (max-width: 1080px) {
  .c-inner__margin-rl-60-30-0 {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-inner__margin-rl-60-30-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.c-inner__main-topOnly {
  padding: 100px 15px 0px;
}
@media screen and (max-width: 768px) {
  .c-inner__main-topOnly {
    padding: 60px 30px 0px;
  }
}

.c-margin__0a {
  margin: 0 auto;
}
.c-margin__0a00 {
  margin: 0 auto 0 0;
}
.c-margin-r__10 {
  margin-right: 10px;
}
.c-margin-l__30-0 {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .c-margin-l__30-0 {
    margin-left: 0px;
  }
}
.c-margin-l__40-0 {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .c-margin-l__40-0 {
    margin-left: 0px;
  }
}
.c-margin-t__20 {
  margin-top: 20px;
}
.c-margin-t__30-20 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-margin-t__30-20 {
    margin-top: 20px;
  }
}
.c-margin-b__10 {
  margin-bottom: 10px !important;
}
.c-margin-b__15 {
  margin-bottom: 15px;
}
.c-margin-b__20 {
  margin-bottom: 20px;
}
.c-margin-b__30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-margin-b__30 {
    margin-bottom: 20px;
  }
}
.c-margin-b__60 {
  margin-bottom: 60px;
}
.c-margin-b__20-10 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-margin-b__20-10 {
    margin-bottom: 10px;
  }
}
.c-margin-b__20-15 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-margin-b__20-15 {
    margin-bottom: 15px;
  }
}
.c-margin-b__30-20 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-margin-b__30-20 {
    margin-bottom: 20px;
  }
}
.c-margin-b__30-0 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-margin-b__30-0 {
    margin-bottom: 0px;
  }
}
.c-margin-b__60-40 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .c-margin-b__60-40 {
    margin-bottom: 40px;
  }
}
.c-margin-b__40-20 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-margin-b__40-20 {
    margin-bottom: 20px;
  }
}
.c-margin-b__40-30 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-margin-b__40-30 {
    margin-bottom: 30px;
  }
}
.c-margin-b__80-60 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .c-margin-b__80-60 {
    margin-bottom: 60px;
  }
}
.c-margin-b__100-60 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .c-margin-b__100-60 {
    margin-bottom: 60px;
  }
}

.c-txt-bold {
  font-weight: bold;
}

.c-txt-size__18 {
  font-size: 1.8rem;
}
.c-txt-size__16 {
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
}
.c-txt-size__14 {
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
}
.c-txt-size__14-12 {
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 768px) {
  .c-txt-size__14-12 {
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
  }
}
.c-txt-size__12 {
  font-size: 1.2rem;
}
.c-txt-size__20 {
  font-size: 2rem;
  letter-spacing: 0.2rem;
}
.c-txt-size__24 {
  font-size: 2.4rem;
  letter-spacing: 0.24rem;
}
.c-txt-size__24-16 {
  font-size: 2.4rem;
  letter-spacing: 0.24rem;
}
@media screen and (max-width: 768px) {
  .c-txt-size__24-16 {
    font-size: 1.6rem;
    letter-spacing: 0.16rem;
  }
}
.c-txt-size__32 {
  font-size: 3.2rem;
}

.c-txt-shadow {
  text-shadow: 0px 0px 10px rgba(94, 94, 94, 0.6235294118);
}

.c-txt-center {
  text-align: center;
}

.c-txt-left {
  text-align: left;
}

.c-txt-lineHight__1 {
  line-height: 1;
}
.c-txt-lineHight__15 {
  line-height: 1.5;
}

.c-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-flex-row__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 480px) {
  .c-flex-row__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.c-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.c-flex-cc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-flex-lc {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-flex-cl {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.c-flex-spaceBetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-flex-gap__10-5 {
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .c-flex-gap__10-5 {
    gap: 5px;
  }
}
.c-flex-gap__20 {
  gap: 20px;
}
.c-flex-gap__30 {
  gap: 30px;
}
.c-flex-gap__40 {
  gap: 40px;
}
.c-flex-gap__100 {
  gap: 100px;
}
.c-flex-gap__20-15 {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-flex-gap__20-15 {
    gap: 15px;
  }
}
.c-flex-gap__30-20 {
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .c-flex-gap__30-20 {
    gap: 20px;
  }
}
.c-flex-gap__40-20 {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-flex-gap__40-20 {
    gap: 20px;
  }
}
.c-flex-gap__60-40 {
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .c-flex-gap__60-40 {
    gap: 40px;
  }
}

/* --------objects-------- */
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul li,
ol li {
  list-style: none;
}

a {
  text-decoration: none;
  display: block;
  color: #2f2f2f;
}

html {
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  font-weight: normal;
  font-family: "TBゴシック M", "TBGothic M";
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  color: #2f2f2f;
  line-height: 1.8;
  min-width: 1024px;
  background-color: #FFFFFF;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
}

address {
  font-style: normal;
}

strong {
  font-family: "ヒラギノ角ゴ W7 JIS2004", "Hiragino Kaku Gothic W7 JIS2004";
}

.u_h1 {
  font-size: 0.75rem;
  font-weight: normal;
  position: absolute;
  top: 2px;
  left: 2%;
  color: #2f2f2f;
  z-index: 5000;
}

.tel-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tel-number .st_style {
  font-family: "ヒラギノ角ゴ W4 JIS2004", "Hiragino Kaku Gothic W4 JIS2004";
  border: 1px solid;
  padding: 2px 4px;
  font-size: 0.75rem;
  margin-right: 8px;
  border-radius: 2px;
  padding: 1px 8px;
}
.tel-number .tel_style {
  font-size: 1.5rem;
  font-family: "ゴシックMB101 B JIS2004", "Gothic MB101 Bold JIS2004";
  line-height: 1.2;
}
.tel-number .tel_style .tel_icon {
  -webkit-transform: rotate(16deg);
      -ms-transform: rotate(16deg);
          transform: rotate(16deg);
  font-size: 1.5rem;
  vertical-align: -1px;
  margin-right: 4px;
}

.catch-copy {
  font-size: 3rem;
  font-family: "TBカリグラゴシック R", "TBCGothic R";
  color: #FFFFFF;
  text-shadow: 0px 1px 6px black;
  line-height: 1.2;
  letter-spacing: 8px;
}
.catch-copy .u-line {
  padding: 8px;
  color: #2f2f2f;
  letter-spacing: 4px;
  text-shadow: none;
}

.lh {
  line-height: 1.9;
}

.sns-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sns-link dt {
  padding: 0px 12px;
  border-right: 1px solid;
  margin-right: 12px;
  font-style: italic;
  font-size: 0.875rem;
}
.sns-link dd i {
  font-size: 1.6rem;
}

.red-text {
  color: #bf3737;
}

.reserve_btn {
  position: fixed;
  background-color: #2f7da2;
  right: 0.8%;
  z-index: 50000;
  border-radius: 80px;
  margin-top: 8px;
  top: 160px;
}
.reserve_btn figure {
  height: 124px;
  width: 124px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.938rem;
  color: #FFFFFF;
}
.reserve_btn figure img {
  height: auto;
  width: 40px;
  margin-top: 0.6rem;
}
.reserve_btn figure figcaption {
  font-family: "ヒラギノ角ゴ W5 JIS2004", "Hiragino Kaku Gothic W5 JIS2004";
  text-align: center;
}

.reserve_btn2 {
  position: fixed;
  background-color: #BD5600;
  right: 0.8%;
  z-index: 50000;
  border-radius: 80px;
  margin-top: 8px;
  top: 285px;
}
.reserve_btn2 figure {
  height: 124px;
  width: 124px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.938rem;
  color: #FFFFFF;
}
.reserve_btn2 figure img {
  height: auto;
  width: 40px;
  margin-top: 0.6rem;
}
.reserve_btn2 figure figcaption {
  line-height: 1.125;
  text-align: center;
}

.reserve_btn3 {
  position: fixed;
  background-color: #8eb326;
  right: 1.1%;
  z-index: 50000;
  border-radius: 5px;
  margin-top: 8px;
  top: 420px;
  padding: 20px;
}
.reserve_btn3 figure {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.938rem;
  color: #FFFFFF;
}
.reserve_btn3 figure img {
  height: auto;
  width: 40px;
}
.reserve_btn3 figure figcaption {
  font-family: "ヒラギノ角ゴ W5 JIS2004", "Hiragino Kaku Gothic W5 JIS2004";
}

.close {
  line-height: 0;
  vertical-align: middle;
  background-color: #f8bf00;
  color: #FFFFFF;
}

.news {
  line-height: 0;
  vertical-align: middle;
  background-color: #009fbe;
  color: #FFFFFF;
}

.blog {
  line-height: 0;
  vertical-align: middle;
  background-color: #749c2a;
  color: #FFFFFF;
}

.close,
.news,
.blog {
  width: 88px;
  display: inline-block;
  text-align: center;
  padding: 12px 0;
  font-size: 0.875rem;
  border-radius: 3px;
}

.btn_stl_01 {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  vertical-align: bottom;
  overflow: hidden;
  width: 100%;
  max-width: 400px;
  height: 48px;
}
.btn_stl_01 span {
  display: inline-block;
  position: relative;
  padding: 0 0.3em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
      transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: #a9a79c;
  color: #FFFFFF;
  max-width: 400px;
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
}
.btn_stl_01 span:after {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  content: attr(data-text);
  padding: 0 0.3em;
  color: #fff;
  background-color: #2e7da2;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
      transform-origin: 50% 0%;
  -webkit-transform: translate3d(0, 105%, 0) rotateX(-90deg);
  transform: translate3d(0, 105%, 0) rotateX(-90deg);
  width: 100%;
  max-width: 400px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_stl_01:hover span {
  background-color: #499a45;
  -webkit-transform: translate3d(0, 0, -30px) rotateX(90deg);
  transform: translate3d(0, 0, -30px) rotateX(90deg);
}

.btn_stl_02 {
  background-color: #2e7da2;
  color: white;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 116px;
  width: 96px;
  height: 96px;
  border-radius: 80px;
  font-family: "Nunito", sans-serif;
  font-size: 0.938rem;
  font-weight: bold;
}
.btn_stl_02 span img {
  width: 18px;
  height: 20px;
  margin-left: 4px;
}
.btn_stl_02:hover span img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 12px;
}

.btn_stl_03 {
  text-align: center;
  border: 1px solid #2f2f2f;
  height: 40px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #99c7df));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #99c7df 50%);
  background-position: 0 0;
  background-size: 200% auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: transparent;
}
.btn_stl_03 span {
  color: #2f2f2f;
}
.btn_stl_03 span i {
  margin-left: 12px;
}
.btn_stl_03:hover {
  background-position: -100% 0;
  border: 1px solid #99c7df;
}
.btn_stl_03:hover span {
  color: #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn_stl_04 {
  text-align: center;
  height: 40px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #c37c47));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #c37c47 50%);
  background-position: 0 0;
  background-size: 200% auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fba05d;
  border-bottom: 2px solid #ca7f49;
  border-radius: 3px;
}
.btn_stl_04 span {
  color: #FFFFFF;
}
.btn_stl_04 span i {
  margin-left: 12px;
}
.btn_stl_04:hover {
  background-position: -100% 0;
}

.btn_stl_cv {
  padding: 4px 8px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgb(164, 149, 107)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgb(164, 149, 107) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fba05d;
  color: #FFFFFF;
  font-size: 1.25rem;
}
.btn_stl_cv span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_stl_cv:hover {
  background-position: -100% 0;
}

.categorize {
  border: 1px solid #4e433f;
  position: relative;
  padding: 24px 4%;
}
.categorize .c-title {
  position: absolute;
  background-color: #FFFFFF;
  letter-spacing: 2px;
  left: 2%;
  top: -16px;
  padding: 0 16px;
  font-family: "ゴシックMB101 B JIS2004", "Gothic MB101 Bold JIS2004";
  font-size: 1rem;
}
.categorize .t-lg {
  background-color: #f7f7f7;
}
.categorize .c-list li {
  background-color: #988e83;
  min-width: 114px;
  margin: 1.5%;
  text-align: center;
  height: 36px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px;
  color: #FFFFFF;
  font-size: 0.938rem;
}
.categorize .c-list3 li {
  width: 10%;
  height: auto;
  margin: 16px 5% 0;
}
.categorize .c-list_half li {
  width: 46%;
  margin: 0 2%;
  text-align: center;
}
.categorize .c-list_half2 li {
  width: 36%;
  margin: 0 7%;
  text-align: center;
}
@media (max-width: 1385px) and (min-width: 1181px) {
  .categorize .c-list li {
    min-width: initial;
    width: 30.3%;
    font-size: 0.8rem;
  }
}
@media (max-width: 1180px) and (min-width: 769px) {
  .categorize .c-list li {
    min-width: initial;
    width: 47%;
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) and (min-width: 501px) {
  .categorize .c-list li {
    min-width: initial;
    width: 30.3%;
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 500px) {
  .categorize .c-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .categorize .c-list li {
    min-width: initial;
    width: 47%;
    font-size: 0.8rem;
  }
}
.categorize .c-list2 {
  margin-top: 16px;
}
.categorize .c-list2 li {
  margin-bottom: 24px;
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.categorize .c-list2 li .l-text {
  width: 90%;
}
.categorize .c-list2 li:before {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  max-width: 16px;
  background-color: #2e7da2;
  margin-right: 16px;
  margin-top: 15px;
}
.categorize .c-list2 li:nth-last-child(1) {
  margin-bottom: 0;
}
@media (max-width: 1410px) and (min-width: 1025px) {
  .categorize .wid-size {
    width: 50%;
  }
}

.top_title {
  font-family: "ゴシックMB101 B JIS2004", "Gothic MB101 Bold JIS2004";
  font-size: 1.8rem;
  color: #2f2f2f;
  line-height: 0.9;
  font-weight: 500;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 4px;
}
.top_title span {
  font-size: 16px;
  color: #2e7da2;
}

.top_title_2 {
  font-family: "ゴシックMB101 B JIS2004", "Gothic MB101 Bold JIS2004";
  font-style: normal;
  color: #2f2f2f;
  font-weight: normal;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.8rem;
  line-height: 0.85;
  letter-spacing: 3px;
}
.top_title_2 span {
  font-family: "Nunito", sans-serif;
  font-size: 0.875rem;
  color: #2e7da2;
  font-style: normal;
  margin-top: 24px;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 2px;
}

.uc_title_01 {
  line-height: 1.2;
}
.uc_title_01 .b_txt {
  color: #615341;
  font-size: 3rem;
  display: block;
  text-transform: capitalize;
  font-family: "ゴシックMB101 B JIS2004", "Gothic MB101 Bold JIS2004";
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.75);
}
.uc_title_01 .b_txt:after {
  content: "";
  display: block;
  height: 2px;
  max-width: 224px;
  width: 40%;
  margin: 4px auto 8px;
  background: #615341;
}
.uc_title_01 .gy_txt {
  display: none;
}

.uc_title_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #615341;
}
.uc_title_02:after, .uc_title_02:before {
  content: "";
  display: block;
  height: 1px;
  max-width: 64px;
  width: 100%;
  margin: 0 16px;
  background: #615341;
}
.uc_title_02 .title-text {
  display: inline-block;
  border-radius: 8px;
  padding: 4px 4px;
  font-family: "TBカリグラゴシック R", "TBCGothic R";
}
.uc_title_02 .title-text span {
  display: inline-block;
  border-radius: 8px;
  padding: 4px 0px;
  width: 100%;
  text-align: center;
}

#top_btn,
#top_btn_sp {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  right: 0.5%;
  bottom: 1%;
  cursor: pointer;
  z-index: 20000;
  padding: 12px 0 8px;
  width: 56px;
}
#top_btn div,
#top_btn_sp div {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
#top_btn figcaption,
#top_btn_sp figcaption {
  font-size: 0.875rem;
  text-align: center;
  font-family: "Nunito", sans-serif;
}

.news-sidebar {
  padding: 12px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 32px;
}
.news-sidebar section {
  background-color: rgba(93, 81, 54, 0.15);
  padding: 16px 2%;
  width: 100%;
}
.news-sidebar section h2 {
  font-family: "ゴシックMB101 B JIS2004", "Gothic MB101 Bold JIS2004";
  font-size: 1.125rem;
  margin-bottom: 8px;
}
.news-sidebar section ul {
  padding-left: 8px;
  line-height: 1.8;
}
.news-sidebar section ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.news-sidebar section ul li a:before {
  font-family: FontAwesome;
  content: " \f101";
  line-height: 1;
  margin-right: 4px;
}
.news-sidebar .widget_calendar {
  width: 240px;
}
.news-sidebar .widget_calendar &gt; div {
  padding: 8px 2%;
  border: 3px double #2f2f2f;
}
.news-sidebar .widget_calendar &gt; div table {
  width: 100%;
  text-align: center;
}
.news-sidebar .widget_calendar &gt; div table caption {
  background-color: #2f2f2f;
  color: #FFFFFF;
  margin: 0 2% 8px;
}
.news-sidebar .widget_calendar &gt; div table thead {
  color: #2f2f2f;
}
.news-sidebar .widget_calendar &gt; div table thead tr th:nth-last-child(1) {
  color: #e83a48;
}
.news-sidebar .widget_calendar &gt; div table thead tr th:nth-last-child(2) {
  color: #254575;
}
.news-sidebar .widget_calendar &gt; div table tbody {
  color: #2f2f2f;
}
.news-sidebar .widget_calendar &gt; div table tbody tr td a {
  background-color: #959595;
  color: #FFFFFF;
  border-radius: 3px;
}
.news-sidebar .widget_calendar &gt; div table tbody tr #today {
  background-color: #2e7da2;
  color: #FFFFFF;
  border-radius: 3px;
}
.news-sidebar .widget_calendar &gt; div table tbody tr #today a {
  background-color: transparent;
}
.news-sidebar .widget_calendar &gt; div table tfoot tr #prev a {
  color: #959595;
  text-align: left;
  padding: 10% 8% 0;
}
.news-sidebar .widget_calendar &gt; div table tfoot tr #next a {
  color: #959595;
  text-align: right;
  padding: 10% 8% 0;
}

.widget_recent_entries ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 640px;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.widget_recent_entries ul li a:before {
  font-family: FontAwesome;
  content: " \f101";
  line-height: 1;
  margin-right: 4px;
}
.widget_recent_entries ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #3a3127;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.widget_recent_entries ul li a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.widget_recent_entries ul li a:hover::after {
  width: 100%;
}
.widget_recent_entries ul li .post-date {
  margin-left: 2%;
}

.news-sidebar2 {
  width: 176px;
  padding: 1%;
  background-color: #2e7da2;
  border: 6px double #FFFFFF;
}
.news-sidebar2 section {
  margin-bottom: 40px;
}
.news-sidebar2 section h2 {
  font-family: "ゴシックMB101 B JIS2004", "Gothic MB101 Bold JIS2004";
  font-size: 1rem;
  margin-bottom: 8px;
  color: #FFFFFF;
}
.news-sidebar2 section ul {
  color: #fde8c6;
}
.news-sidebar2 section ul li a {
  display: inline;
  color: #fde8c6;
}
.news-sidebar2 section ul li a:before {
  font-family: FontAwesome;
  content: " \f101";
  line-height: 1;
  margin-right: 4px;
}

.page_list {
  padding: 2% 4%;
  margin-top: 10%;
}
.page_list .pl_title {
  font-family: "ゴシックMB101 B JIS2004", "Gothic MB101 Bold JIS2004";
  font-size: 1.125rem;
  margin-bottom: 2%;
}
.page_list section {
  background-color: rgba(93, 81, 54, 0.15);
  padding: 16px 2%;
  width: 100%;
}
.page_list ul {
  display: inline-block;
}
.page_list ul .page_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.page_list ul .page_item:before {
  font-family: FontAwesome;
  font-size: 20px;
  vertical-align: -1px;
  content: " \f0da";
  margin-right: 4px;
}
.page_list ul .page_item:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 12px;
}

.page_list_parent ul {
  width: 100%;
}
.page_list_parent ul .page_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #959595;
  margin: 0 0 16px;
  overflow: hidden;
  border: 1px solid #959595;
  position: relative;
}
.page_list_parent ul .page_item:after {
  font-family: FontAwesome;
  content: " \f178";
  position: absolute;
  right: 10%;
  top: 50%;
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 0;
}
.page_list_parent ul .page_item a {
  font-size: 1.125rem;
  color: #FFFFFF;
  padding: 0 1% 0 5%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_list_parent ul .page_item a:after {
  -webkit-transform: skewX(40deg);
      -ms-transform: skewX(40deg);
          transform: skewX(40deg);
  background-color: #FFFFFF;
  width: 30%;
  height: 100%;
  margin-right: -15%;
  border-style: solid;
  border-width: 35px 0 35px 16px;
  border-color: transparent transparent transparent #FFFFFF;
  content: "";
  display: block;
}
.page_list_parent ul .page_item a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 12px;
}
.page_list_parent ul .page_item:hover:after {
  right: 8%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.page_list_parent ul .page_item:hover a:after {
  width: 0%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.flex-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-02 {
  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;
}

.flex-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-stay-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-stay-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.dl_style_01 dt {
  font-size: 1.063rem;
  font-family: "ゴシックMB101 B JIS2004", "Gothic MB101 Bold JIS2004";
  margin-bottom: 16px;
  color: #2f2f2f;
}
.dl_style_01 dd {
  text-align: justify;
}

.dl_style_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.dl_style_02 dt {
  width: 100%;
  max-width: 80px;
  text-align: center;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.dl_style_02 dt span {
  font-family: "ゴシックMB101 B JIS2004", "Gothic MB101 Bold JIS2004";
}
.dl_style_03 dt {
  font-size: 1.063rem;
  font-family: "ゴシックMB101 B JIS2004", "Gothic MB101 Bold JIS2004";
  margin-bottom: 16px;
  color: #bfa27d;
}
.dl_style_03 dd {
  text-align: justify;
}

.question {
  font-family: "Nunito", sans-serif;
  font-size: 1.5rem;
  color: #bfa27d;
  margin-right: 8px;
  font-weight: bold;
}

.answer {
  font-family: "Nunito", sans-serif;
  font-size: 1.25rem;
  margin-right: 8px;
  font-weight: bold;
}

.dl_style_04 {
  border: 2px solid #615341;
  border-radius: 4px;
  margin: 0 4%;
}
.dl_style_04 dt {
  color: #FFFFFF;
  background-color: #615341;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
}
.dl_style_04 dd {
  width: 80%;
  padding: 12px;
  text-align: justify;
}

.list_style_01 li {
  width: 33.3%;
  padding: 40px 2%;
}

.list_style_02 {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 16px 1%;
}
.list_style_02 header {
  padding: 0 24px;
}
.list_style_02 ul li {
  margin-bottom: 12px;
}
.list_style_02 ul li:nth-last-child(1) {
  margin-bottom: 0;
}
@media (max-width: 1366px) and (min-width: 771px) {
  .list_style_02 header {
    padding: 0 16px;
  }
}

.list_style_03 {
  line-height: 2;
  margin: 32px 4%;
}
.list_style_03 li {
  border: 2px solid #615341;
  margin-bottom: 16px;
  border-radius: 3px;
  overflow: hidden;
}
.list_style_03 li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_style_03 li dl dt {
  background-color: #615341;
  color: #FFFFFF;
  font-size: 1.7rem;
  padding: 0 24px;
  line-height: 2.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_style_03 li dl dt strong {
  font-weight: normal;
  font-family: "Nunito", sans-serif;
}
.list_style_03 li dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4%;
  line-height: 1.6;
  width: 100%;
}

.list_style_04 {
  padding: 16px 2% 16px;
  line-height: 1.6;
  margin: 16px 0;
}
.list_style_04 li {
  list-style-type: decimal-leading-zero;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 56px;
}
.list_style_04 li:nth-last-child(1) {
  margin-bottom: 0;
}
.list_style_04 li .num_wrap {
  width: 12%;
  padding-top: 2%;
  max-width: 96px;
}
.list_style_04 li .num_wrap .num_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #4E5161;
  width: 80px;
  height: 80px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  margin-right: 3%;
  -webkit-box-shadow: #e0d8ca 5px 5px 0px 0px;
          box-shadow: #e0d8ca 5px 5px 0px 0px;
}
.list_style_04 li .num_wrap .num_head .num_txt {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: block;
  font-size: 2.5rem;
  font-family: "Times New Roman", "Century", "Georgia";
  font-style: italic;
  font-weight: normal;
}
.list_style_04 li .txt_wid {
  width: 88%;
  max-width: 800px;
  margin-left: 2%;
}

.list_style_05 {
  border: 1px solid #2e7da2;
  padding: 16px 2%;
}
.list_style_05 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 4px;
}
.list_style_05 li:nth-last-child(1) {
  margin-bottom: 0;
}
.list_style_05 li i {
  line-height: 1.5;
  margin-right: 4px;
}

.list_style_06 li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
.list_style_06 li:nth-of-type(even) {
  margin-left: 56px;
}
.list_style_06 li figure {
  max-width: 176px;
  width: 100%;
  margin-right: 40px;
  position: relative;
  background-color: #FFFFFF;
  padding: 6px;
  border-radius: 160px;
  -webkit-box-shadow: #adadad 2px 6px 12px -1px;
          box-shadow: #adadad 2px 6px 12px -1px;
}
.list_style_06 li figure img {
  max-width: 164px;
  border-radius: 200px;
}
.list_style_06 li figure .num {
  position: absolute;
  top: -8px;
  left: -8px;
  font-size: 2rem;
  width: 56px;
  height: 56px;
  background-color: #2e7da2;
  color: #FFFFFF;
  border-radius: 64px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
}
.list_style_06 li figure .num strong {
  font-family: "ゴシックMB101 B JIS2004", "Gothic MB101 Bold JIS2004";
}
.list_style_06 li .dl_style_02 {
  max-width: 800px;
  width: 100%;
}

.list_style_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.list_style_wrap li {
  width: 33.3%;
  padding: 0 2%;
}

.ti-contents {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ti-contents .t-wrap {
  width: 58%;
}
.ti-contents .img-wrap {
  width: 38%;
}
@media only screen and (max-width: 500px) {
  .ti-contents .t-wrap {
    width: 100%;
  }
  .ti-contents .img-wrap {
    width: 100%;
    margin: 0 auto;
  }
}

.page-link-list {
  max-width: 1000px;
  margin: 0 auto 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-link-list li {
  background-color: #f3f3f3;
  width: 24%;
  margin-bottom: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0.5% 12px;
}
@media (max-width: 820px) and (min-width: 381px) {
  .page-link-list li {
    width: 49%;
  }
}
@media only screen and (max-width: 540px) {
  .page-link-list li {
    width: 100%;
  }
}
.page-link-list li a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
  padding-left: 12px;
}
.page-link-list li a:after {
  background-color: #2e7da2;
  font-family: FontAwesome;
  font-size: 20px;
  vertical-align: -1px;
  content: " \f0da";
  color: #FFFFFF;
  width: 40px;
  text-align: center;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 12px;
}
.page-link-list li:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #dedede;
}

.max-wid_640px {
  max-width: 640px;
}

.price-list {
  border-top: 1px solid #2f2f2f;
}
.price-list li {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-bottom: 1px solid #2f2f2f;
  padding: 32px 0;
}
.price-list li figure {
  width: 30%;
  text-align: center;
}
.price-list li figure img {
  max-width: 216px;
  max-height: 200px;
}
.price-list li .price-cap {
  width: 55%;
}
.price-list li .price-cap dt {
  font-size: 1.25rem;
  font-family: "ヒラギノ角ゴ W5 JIS2004", "Hiragino Kaku Gothic W5 JIS2004";
  margin-bottom: 16px;
}
.price-list li .price-cap dd {
  text-align: justify;
}
.price-list li .price-cap .price {
  font-family: "Nunito", sans-serif;
  font-size: 2.5rem;
  margin-bottom: 16px;
}
.price-list li .price-cap .price span {
  font-size: 1.6rem;
}
.price-list li .price-cap .price .price-c {
  font-size: 1.063rem;
  background-color: #2f2f2f;
  color: #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 29px;
  width: 88px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: 6px;
  padding-bottom: 2px;
}
.price-list li .price-cap .price .tax {
  font-size: 0.938rem;
  font-family: "ヒラギノ角ゴ W4 JIS2004", "Hiragino Kaku Gothic W4 JIS2004";
}

.profile {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px 1%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.profile header {
  padding: 0 8px;
  background-color: #2e7da2;
  color: #FFFFFF;
  height: 32px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 5%;
  max-width: 176px;
  width: 20%;
}
.profile header strong {
  font-family: "ゴシックMB101 B JIS2004", "Gothic MB101 Bold JIS2004";
}
.profile ul {
  width: 85%;
}
.profile ul li {
  margin-bottom: 12px;
  border-bottom: 1px solid #d2d2d2;
  padding: 0 4% 8px;
}
.profile ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.profile &gt; p {
  width: 85%;
}

.sub-c_s {
  background-color: #fbf5e8;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sub-c_s .title-ss {
  font-weight: bold;
  margin-bottom: 16px;
  font-size: 1rem;
  color: #615341;
  font-family: "ゴシックMB101 B JIS2004", "Gothic MB101 Bold JIS2004";
}
.sub-c_s .title-ss i {
  font-size: 1.2rem;
}
.sub-c_s .num-list {
  width: 100%;
}
.sub-c_s .num-list li {
  margin-bottom: 24px;
  text-align: justify;
  line-height: 2.2;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sub-c_s .num-list li .text {
  width: 90%;
}
.sub-c_s .num-list li .num {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 200px;
  background-color: #2e7da2;
  margin-right: 16px;
  color: #FFFFFF;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sub-c_s .num-list li:nth-last-child(1) {
  margin-bottom: 0;
}
.sub-c_s p {
  margin-bottom: 0;
}
.sub-c_s p strong {
  font-weight: bold;
  border-bottom: 1px dashed;
  padding-bottom: 3px;
}

@media only screen and (max-width: 500px) {
  .sub-c_s .num-list li .num {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    margin-right: 5px;
  }
}

.list_style_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.list_style_img li {
  width: 33.3%;
  padding: 40px 2%;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .list_style_img li {
    width: 100%;
  }
}

.img-txt h4 {
  margin: 0 0 24px !important;
}
@media (max-width: 1024px) and (min-width: 541px) {
  .img-txt {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .img-txt .img-wrap {
    margin-left: 4%;
  }
}
@media only screen and (max-width: 540px) {
  .img-txt {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .img-txt .img-wrap {
    margin-left: 0%;
  }
}

.saf_appe {
  -webkit-appearance: none;
}

.req {
  background-color: #bf3737;
  padding: 1px 4px 0px;
  border-radius: 4px;
  font-size: 0.875rem;
  color: #FFFFFF;
  font-weight: bold;
  display: inline-block;
}

.table_style {
  width: 100%;
  color: #2f2f2f;
  border: 1px solid #2e7da2;
}
.table_style thead {
  text-align: center;
  line-height: 2;
  background-color: #2e7da2;
  color: #FFFFFF;
}
.table_style thead tr th,
.table_style thead tr td {
  font-family: "ヒラギノ角ゴ W7 JIS2004", "Hiragino Kaku Gothic W7 JIS2004";
}
.table_style tbody tr {
  line-height: 3;
  text-align: center;
  border-bottom: 1px dashed #2e7da2;
}
.table_style tbody tr:nth-last-child(1) {
  border-bottom: none;
}
.table_style tbody tr th {
  font-weight: normal;
}
.table_style tbody tr td {
  padding: 0 2px;
}

.table_style_2 {
  width: 100%;
}
.table_style_2 thead {
  background-color: #959595;
  text-align: center;
  line-height: 2;
  color: #FFFFFF;
}
.table_style_2 tbody {
  border-bottom: 1px solid #959595;
  color: #959595;
}
.table_style_2 tbody tr {
  line-height: 3;
  text-align: center;
  border-bottom: 1px dashed #959595;
}
.table_style_2 tbody tr:nth-last-child(1) {
  border-bottom: none;
}
.table_style_2 tbody tr th {
  font-weight: normal;
}
.table_style_2 tbody tr td {
  padding: 0 2px;
}

.table_style_3 {
  width: 100%;
}
.table_style_3 tbody {
  color: #959595;
}
.table_style_3 tbody tr {
  line-height: 2;
  background-color: #959595;
  border-bottom: 1px solid #959595;
}
.table_style_3 tbody tr:nth-of-type(even) {
  background-color: #f5f5f5;
}
.table_style_3 tbody tr:nth-last-child(1) {
  border-bottom: none;
  color: #959595;
}
.table_style_3 tbody tr th {
  background-color: #959595;
  width: 20%;
  color: #FFFFFF;
}
.table_style_3 tbody tr td {
  padding: 2%;
  width: 80%;
}

.table_style_4 {
  width: 100%;
  margin: 8% 0;
}
.table_style_4 thead {
  background-color: #959595;
  text-align: center;
  color: #FFFFFF;
}
.table_style_4 thead tr td {
  padding: 1%;
}
.table_style_4 tbody {
  color: #959595;
}
.table_style_4 tbody tr {
  text-align: center;
  background-color: #f5f5f5;
}
.table_style_4 tbody tr:nth-of-type(even) {
  background-color: #dedede;
}
.table_style_4 tbody tr:nth-last-child(1) {
  border-bottom: none;
}
.table_style_4 tbody tr th {
  font-weight: normal;
}
.table_style_4 tbody tr td {
  padding: 1%;
}

.price-table {
  margin: 0 auto;
  padding: 2px;
  width: 100%;
}
.price-table table {
  width: 100%;
  border-top: 1px solid #4e433f;
  border-bottom: 1px solid #4e433f;
}
.price-table table tbody tr {
  border-bottom: 1px solid #4e433f;
}
.price-table table tbody tr th {
  color: #4e433f;
  font-size: 1.125rem;
  padding: 0 12px;
}
.price-table table tbody tr th .sml-text {
  font-size: 0.938rem;
}
.price-table table tbody tr td {
  padding: 24px 12px;
  color: #4e433f;
  text-align: right;
}
.price-table table tbody tr td strong {
  font-size: 1.5rem;
  vertical-align: baseline;
  font-weight: bold;
  font-family: "Nunito", sans-serif !important;
}
.price-table table tbody tr td strong span {
  font-size: 1rem;
}
.price-table table tbody tr td strong .yen-mark {
  font-size: 1rem;
  margin-right: 4px;
}
.price-table table tbody tr td .tax {
  font-size: 0.75rem;
  margin-left: 4px;
}
.price-table table tbody tr td:nth-of-type(2) {
  text-align: right;
}
.price-table table tbody tr .pc_obj {
  background-image: url(images/dot.png);
  background-repeat: repeat-x;
  background-position: center;
  width: 160px;
}

.max-width_480 {
  max-width: 480px;
}

.max-width_440 {
  max-width: 440px;
}

.max-width_288 {
  max-width: 288px;
}

.content_50 {
  width: 50%;
}

.tc_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2%;
}

.tc_inner_02 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
}

/* 画面外にいる状態 */
.fadein {
  opacity: 0.1;
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.sp_obj {
  display: none;
}

.scroll-wid {
  width: 0% !important;
}

/* gナビ */
.g-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1000;
  width: 100%;
  max-width: 820px;
  margin: -30px auto 0;
  background-color: #FFF;
  padding: 16px 2%;
  border-radius: 100px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 4px 0px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 4px 0px;
}
.g-nav .menu-g-nav-container &gt; .menu,
.g-nav .menu-g-nav_sample-container &gt; .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.g-nav .menu-g-nav-container &gt; .menu &gt; .menu-item,
.g-nav .menu-g-nav_sample-container &gt; .menu &gt; .menu-item {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  position: relative;
  font-family: "ゴシックMB101 B JIS2004", "Gothic MB101 Bold JIS2004";
}
.g-nav .menu-g-nav-container &gt; .menu &gt; .menu-item &gt; a,
.g-nav .menu-g-nav_sample-container &gt; .menu &gt; .menu-item &gt; a {
  color: #015db2;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
}
.g-nav .menu-g-nav-container &gt; .menu &gt; .menu-item &gt; a::after,
.g-nav .menu-g-nav_sample-container &gt; .menu &gt; .menu-item &gt; a::after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  content: "";
  width: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  height: 2px;
  background-color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g-nav .menu-g-nav-container &gt; .menu &gt; .menu-item &gt; a:hover::after,
.g-nav .menu-g-nav_sample-container &gt; .menu &gt; .menu-item &gt; a:hover::after {
  width: 100%;
}
.g-nav .menu-g-nav-container &gt; .menu &gt; .menu-item:before,
.g-nav .menu-g-nav_sample-container &gt; .menu &gt; .menu-item:before {
  content: "";
  width: 1px;
  height: 24px;
  background-color: #015db2;
  margin: 0 16px;
  -webkit-transform: rotate(24deg);
      -ms-transform: rotate(24deg);
          transform: rotate(24deg);
}
.g-nav .menu-g-nav-container &gt; .menu &gt; .menu-item:first-child:before,
.g-nav .menu-g-nav_sample-container &gt; .menu &gt; .menu-item:first-child:before {
  display: none;
}

/* ヘッダースタイル */
.header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 6px 2% 8px;
  background: rgba(255, 255, 255, 0.9);
}

.c-name {
  padding-top: 8px;
  max-width: 320px;
}
.c-name-logo {
  padding-top: 15px;
  padding-bottom: 10px;
  width: auto;
}
.c-name-logo a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "秀英丸ゴシック L ", "Shuei MaruGo L";
  color: #2f2f2f;
}
.c-name-logo a img {
  max-width: 56px;
  height: auto;
}
.c-name-logo a .name-text {
  line-height: 1.2;
}
.c-name-logo a .name-text .sub-text {
  font-size: 0.85rem;
  letter-spacing: 1.5px;
}
.c-name-logo a .name-text .m-text {
  font-size: 1.6rem;
  letter-spacing: 4px;
}
.c-name-logo a .u-color {
  color: #2f2f2f;
}
@media (max-width: 1100px) and (min-width: 771px) {
  .c-name-logo {
    max-width: 360px;
  }
  .c-name-logo a img {
    max-width: 40px;
  }
  .c-name-logo a .name-text .m-text {
    font-size: 1.5rem;
  }
}

.header_main {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 100;
  position: relative;
}
.header_main .cv-box {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header_main .cv-box .btn_stl_cv {
  width: 176px;
}
.header_main .cv-box .tel-number {
  color: #2f2f2f;
}
.header_main .cv-box .tel-number .st_style {
  border: 1px solid #2f2f2f;
  font-family: "ヒラギノ角ゴ W5 JIS2004", "Hiragino Kaku Gothic W5 JIS2004";
}
.header_main .cv-box .tel-number_u {
  color: #615341;
}
.header_main .cv-box .tel-number_u .st_style {
  border: 1px solid #615341;
  color: #615341;
}
.header_main #address-box .address-box_u {
  color: #615341;
}

@media (max-width: 1366px) and (min-width: 771px) {
  .header-wrap {
    height: auto;
  }
}
.g-hide {
  display: none;
}

.g-form {
  position: absolute;
  z-index: 5000;
  top: 24px;
  min-width: 320px;
  left: -50%;
}
.g-form .triangel_mini {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent rgba(73, 74, 74, 0.95) transparent;
  position: relative;
  z-index: 20000;
  bottom: 0px;
  margin: 0 auto;
}

.inner_frame {
  padding: 16px;
  background-color: rgba(73, 74, 74, 0.95);
}
.inner_frame .menu {
  line-height: 0.8;
  overflow: hidden;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 4px;
}
.inner_frame .menu li {
  width: 100%;
  border-bottom: 1px solid #959595;
}
.inner_frame .menu li:before {
  display: none;
}
.inner_frame .menu li a {
  color: #FFFFFF;
  width: 100%;
  padding: 8px 0;
}
.inner_frame .menu li a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 12px;
}
.inner_frame .menu li a:before {
  font-family: FontAwesome;
  font-size: 20px;
  vertical-align: -1px;
  content: " \f0da";
  margin-right: 8px;
  color: #2e7da2;
}
.inner_frame .menu li:after {
  display: none !important;
}

#g-nav_inner01 {
  left: -91px;
}

#g-nav_inner02 {
  left: -64px;
}

#g-nav_inner03,
#g-nav_inner04 {
  left: -92px;
}

@media (max-width: 1200px) and (min-width: 771px) {
  .header-wrap .g-nav {
    margin-top: 24px;
  }
  .header-wrap .g-nav .menu-g-nav-container &gt; .menu &gt; .menu-item &gt; a,
  .header-wrap .g-nav .menu-g-nav_sample-container &gt; .menu &gt; .menu-item &gt; a {
    font-size: 0.938rem;
  }
  #g-nav_inner01 {
    left: -96px;
  }
  #g-nav_inner02 {
    left: -72px;
  }
  #g-nav_inner03,
  #g-nav_inner04 {
    left: -98px;
  }
}
.g-nav_under {
  top: -85px;
}

.g-nav_hd .sub-menu,
.g-nav_sc .sub-menu {
  display: none;
}
.g-nav_hd .sub-menu,
.g-nav_sc .sub-menu {
  position: absolute;
  z-index: 5000;
  min-width: 320px;
  line-height: 0.8;
  padding: 19px 16px 0;
}
.g-nav_hd .sub-menu:before,
.g-nav_sc .sub-menu:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #fdfdfd transparent;
  position: relative;
  z-index: 20000;
  bottom: 0px;
  margin: 0 auto;
}
.g-nav_hd .sub-menu li,
.g-nav_sc .sub-menu li {
  width: 100%;
  background-color: #fdfdfd;
  padding: 6px 16px;
  font-size: 0.875rem !important;
  line-height: 1.6;
  position: relative;
}
.g-nav_hd .sub-menu li:before,
.g-nav_sc .sub-menu li:before {
  display: none;
}
.g-nav_hd .sub-menu li a,
.g-nav_sc .sub-menu li a {
  color: #2e7da2;
  width: 100%;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.g-nav_hd .sub-menu li a:after,
.g-nav_sc .sub-menu li a:after {
  content: "";
  width: 92%;
  height: 1px;
  border-bottom: 1px dashed #2e7da2;
  position: absolute;
  bottom: 0;
  left: 4%;
}
.g-nav_hd .sub-menu li a:hover,
.g-nav_sc .sub-menu li a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 12px;
}
.g-nav_hd .sub-menu li a:before,
.g-nav_sc .sub-menu li a:before {
  font-family: FontAwesome;
  font-size: 20px;
  vertical-align: -1px;
  content: " \f0da";
  margin-right: 8px;
  color: #2e7da2;
  line-height: 1;
}
.g-nav_hd .sub-menu li:after,
.g-nav_sc .sub-menu li:after {
  display: none !important;
}
.g-nav_hd .sub-menu li:nth-last-child(1) &gt; a:after,
.g-nav_sc .sub-menu li:nth-last-child(1) &gt; a:after {
  border-bottom: none;
}

.g-nav_sc .sub-menu {
  top: 29px;
}

.g-nav_hd {
  max-width: 915px;
}
.g-nav_hd .sub-menu {
  bottom: 22px;
  padding: 19px 16px 4px;
}
.g-nav_hd .sub-menu:before {
  display: none;
}
.g-nav_hd .sub-menu:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #2e7da2 transparent transparent transparent;
  position: relative;
  z-index: 20000;
  bottom: 0px;
  margin: 0 auto;
}

.menu1 .sub-menu {
  left: -110px;
}

.menu2 .sub-menu {
  left: -95px;
}

.menu3 .sub-menu {
  left: -75px;
}

.menu4 .sub-menu {
  left: -75px;
}

.menu5 .sub-menu {
  left: -75px;
}

.fixed {
  position: fixed !important;
  top: 0;
  z-index: 15000;
  min-width: 1024px;
}

#scroll_header {
  display: none;
}

.motion {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  display: block !important;
}

.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.fixed-header {
  background-color: #2f7da2;
  width: 100%;
  padding: 8px 0;
}
.fixed-header .wrapper-sc {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fixed-header .wrapper-sc .inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1%;
}
.fixed-header .wrapper-sc .inner .c-name {
  padding-top: 0;
  font-size: 1.5rem;
}
.fixed-header .wrapper-sc .inner .c-name a {
  line-height: 0.8;
}
.fixed-header .wrapper-sc .inner .c-name a .english-sub {
  font-size: 0.625rem;
}
.fixed-header .wrapper-sc .inner .c-name-logo a .name-text {
  color: #FFFFFF;
}
.fixed-header .wrapper-sc .inner .g-nav {
  margin: 0;
  padding: 0;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.fixed-header .wrapper-sc .inner .g-nav .menu-g-nav-container &gt; .menu,
.fixed-header .wrapper-sc .inner .g-nav .menu-g-nav_sample-container &gt; .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.fixed-header .wrapper-sc .inner .g-nav .menu-g-nav-container &gt; .menu &gt; .menu-item,
.fixed-header .wrapper-sc .inner .g-nav .menu-g-nav_sample-container &gt; .menu &gt; .menu-item {
  font-size: 1rem;
}
.fixed-header .wrapper-sc .inner .g-nav .menu-g-nav-container &gt; .menu &gt; .menu-item &gt; a,
.fixed-header .wrapper-sc .inner .g-nav .menu-g-nav_sample-container &gt; .menu &gt; .menu-item &gt; a {
  color: #FFFFFF;
}
.fixed-header .wrapper-sc .inner .g-nav .menu-g-nav-container &gt; .menu &gt; .menu-item &gt; a::after,
.fixed-header .wrapper-sc .inner .g-nav .menu-g-nav_sample-container &gt; .menu &gt; .menu-item &gt; a::after {
  background-color: #FFFFFF;
}
.fixed-header .wrapper-sc .inner .g-nav .menu-g-nav-container &gt; .menu &gt; .menu-item:before,
.fixed-header .wrapper-sc .inner .g-nav .menu-g-nav_sample-container &gt; .menu &gt; .menu-item:before {
  background-color: #FFFFFF;
}
.fixed-header .wrapper-sc .inner .g-nav .menu-g-nav-container &gt; .menu &gt; .menu-item .g-form,
.fixed-header .wrapper-sc .inner .g-nav .menu-g-nav_sample-container &gt; .menu &gt; .menu-item .g-form {
  top: 26px;
}
.fixed-header .wrapper-sc .inner .g-nav .menu-g-nav-container &gt; .menu &gt; .menu-item #g-nav_inner01_sc,
.fixed-header .wrapper-sc .inner .g-nav .menu-g-nav_sample-container &gt; .menu &gt; .menu-item #g-nav_inner01_sc {
  left: -94px;
}
.fixed-header .wrapper-sc .inner .g-nav .menu-g-nav-container &gt; .menu &gt; .menu-item #g-nav_inner02_sc,
.fixed-header .wrapper-sc .inner .g-nav .menu-g-nav_sample-container &gt; .menu &gt; .menu-item #g-nav_inner02_sc {
  left: -64px;
}
.fixed-header .wrapper-sc .inner .g-nav .menu-g-nav-container &gt; .menu &gt; .menu-item #g-nav_inner03_sc,
.fixed-header .wrapper-sc .inner .g-nav .menu-g-nav-container &gt; .menu &gt; .menu-item #g-nav_inner04_sc,
.fixed-header .wrapper-sc .inner .g-nav .menu-g-nav_sample-container &gt; .menu &gt; .menu-item #g-nav_inner03_sc,
.fixed-header .wrapper-sc .inner .g-nav .menu-g-nav_sample-container &gt; .menu &gt; .menu-item #g-nav_inner04_sc {
  left: -92px;
}

@media (max-width: 1366px) and (min-width: 771px) {
  .fixed-header {
    width: 100%;
  }
  .fixed-header .inner .c-name {
    font-size: 1.125rem !important;
  }
  .fixed-header .inner .c-name a {
    line-height: 0.9;
  }
  .fixed-header .inner .g-nav {
    margin-top: 0;
  }
  .fixed-header .inner .g-nav ul li {
    font-size: 0.875rem !important;
  }
  .fixed-header .inner .g-nav ul li #g-nav_inner01_sc {
    left: -96px !important;
  }
  .fixed-header .inner .g-nav ul li #g-nav_inner02_sc {
    left: -75px !important;
  }
  .fixed-header .inner .g-nav ul li #g-nav_inner03_sc,
  .fixed-header .inner .g-nav ul li #g-nav_inner04_sc {
    left: -98px !important;
  }
  .g-form {
    top: 24px !important;
  }
}
/* TOPページ */
.site-inner {
  position: relative;
}

.main_visual_wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 12px;
  z-index: 15000;
  width: 100vw;
  height: 66vh;
}
.main_visual_wrap .catch-copy {
  position: absolute;
  z-index: 1000;
  text-shadow: none;
  left: 0;
  top: 50%;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 90%;
  bottom: 0;
  color: #505a52;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.main_visual_wrap .catch-copy &gt; p {
  background-color: #c7ae8e;
  color: #FFFFFF;
  text-shadow: none;
  font-size: 0.875rem;
  margin-top: 8px;
  padding: 4px 2%;
  text-align: center;
  font-family: "ゴシックMB101 B JIS2004", "Gothic MB101 Bold JIS2004";
  border-radius: 80px;
  font-weight: bold;
  letter-spacing: 1px;
}
.main_visual_wrap #main_visual {
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  height: 66vh;
}
.main_visual_wrap #main_visual .swiper-pagination {
  display: none;
}
.main_visual_wrap #main_visual .swiper-pagination .swiper-pagination-bullet-active {
  background: #fba05d;
  display: none;
}
.main_visual_wrap .sns-link {
  position: absolute;
  right: 2%;
  bottom: 0;
  z-index: 2000;
}

#address-box {
  margin-bottom: 8px;
}
#address-box &gt; p {
  font-size: 0.938rem;
  color: #2f2f2f;
  text-align: right;
}

@media (max-width: 1750px) and (min-width: 771px) {
  .main_visual_wrap .catch-copy &gt; p {
    font-size: 1rem;
  }
  .main_visual_wrap #main_visual {
    width: 100%;
  }
}
@media (max-width: 1366px) and (min-width: 771px) {
  .main_visual_wrap .catch-copy {
    font-size: 2.6rem;
  }
  .main_visual_wrap .catch-copy &gt; p {
    font-size: 0.938rem;
  }
}
#main #information {
  margin: 40px auto;
  width: 94%;
  padding: 2%;
  max-width: 1000px;
  position: relative;
  padding: 40px 2% 24px;
}
#main #information .top_title {
  margin-bottom: 10px;
}
#main #information .inner-sec_t {
  position: relative;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
#main #information .inner-sec_t &gt; figure {
  position: relative;
  width: 65%;
  min-height: 470px;
}
#main #information .inner-sec_t &gt; figure &gt; div {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  top: 0;
  right: 0;
}
#main #information .inner-sec_t #news-list {
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}
#main #information .inner-sec_t #news-list .img-01 {
  position: absolute;
  max-width: 216px;
  bottom: -160px;
  left: -80px;
  -webkit-transform: rotate(-14deg);
      -ms-transform: rotate(-14deg);
          transform: rotate(-14deg);
  z-index: 500;
}
#main #information .inner-sec_t #news-list .news-wrapper {
  padding: 0 32px;
}
#main #information .inner-sec_t #news-list .news-wrapper ul {
  width: 100%;
  margin-bottom: 32px;
}
#main #information .inner-sec_t #news-list .news-wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
#main #information .inner-sec_t #news-list .news-wrapper ul li:nth-last-child(1) {
  margin-bottom: 0;
}
#main #information .inner-sec_t #news-list .news-wrapper ul li a {
  width: 100%;
}
#main #information .inner-sec_t #news-list .news-wrapper ul li a .icon-wrap {
  margin-right: 24px;
}
#main #information .inner-sec_t #news-list .news-wrapper ul li a .icon-wrap time {
  margin-left: 8px;
  color: #2f2f2f;
}
#main #information .inner-sec_t #news-list .news-wrapper ul li a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 12px;
}
#main #information .inner-sec_t #news-list .news-wrapper ul li i {
  color: #959595;
}
#main #information .inner-sec_t #news-list .s-info {
  background-color: rgba(162, 143, 116, 0.25);
  margin-bottom: 32px;
  border-radius: 3px;
  padding: 8px 3%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.6;
  text-align: justify;
  font-size: 1.13rem;
}
#main #information .inner-sec_t #news-list .s-info i {
  background-color: #C8AE8E;
  padding: 4px;
  border-radius: 4px;
  color: white;
  margin-right: 8px;
}
@media (max-width: 1366px) and (min-width: 771px) {
  #main #information .inner-sec_t #news-list {
    width: 100%;
  }
}
#main #top_about {
  overflow: hidden;
  padding: 60px 0;
  background-color: #f5fdff;
  position: relative;
  z-index: 5000;
}
#main #top_about .top_title {
  margin-bottom: 80px;
}
#main #top_about .img-pos {
  position: absolute;
  top: 3%;
  width: 15%;
  max-width: 300px;
  height: auto;
  right: 4%;
  -webkit-transform: rotate(-14deg);
      -ms-transform: rotate(-14deg);
          transform: rotate(-14deg);
}
#main #top_about .ct-visual {
  position: relative;
  clear: both;
  z-index: 150;
  width: 65%;
  min-height: 356px;
}
#main #top_about .ct-visual .catch-copy {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
  text-align: right;
  font-size: 2.3rem;
}
#main #top_about .ct-visual &gt; div {
  background-color: #FFFFFF;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  top: 0;
  right: 0;
}
#main #top_about .ct-visual figcaption {
  position: absolute;
  top: 0;
  right: -45%;
}
#main #top_about .ct-visual .cap-01 {
  position: absolute;
  right: -45%;
  bottom: 56px;
  max-width: 320px;
  text-align: justify;
}
@media (max-width: 1366px) and (min-width: 771px) {
  #main #top_about .ct-visual .catch-copy {
    font-size: 1.7rem;
  }
  #main #top_about .ct-visual figcaption {
    position: absolute;
    top: -56px;
    right: -48%;
  }
  #main #top_about .ct-visual .cap-01 {
    position: absolute;
    right: -48%;
    bottom: 0px;
    max-width: 280px;
    text-align: justify;
  }
  #main #top_about .ct-visual .btn_stl_01 {
    width: 35%;
  }
  #main #top_about .inner-sec_t {
    width: 95%;
  }
}
#main #top_doctor {
  position: relative;
  z-index: 5000;
  background-color: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.8))), url(images/doctor-back.webp);
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.8)), url(images/doctor-back.webp);
  background-size: cover;
  padding: 100px 15px;
  overflow: hidden;
}
#main #top_doctor .top_title {
  margin-bottom: 80px;
}
#main #top_doctor .ct-visual {
  max-width: 1500px;
  width: 50%;
  position: absolute;
  right: 0;
  bottom: -24px;
}
#main #top_doctor .ct-visual img {
  width: 50%;
  margin: 0 auto;
}
#main #top_doctor .inner-sec_t {
  width: 50%;
  margin-left: 5%;
}
#main #top_doctor .inner-sec_t .cap-01 {
  max-width: 800px;
  margin-top: 48px;
  text-align: justify;
}
#main #top_doctor .inner-sec_t .btn_stl_03 {
  max-width: 320px;
  margin-top: 40px;
}
#main #top_doctor .catch-copy {
  font-size: 2.3rem;
}
@media (max-width: 2100px) and (min-width: 1800px) {
  #main #top_doctor .ct-visual img {
    width: 50%;
  }
}
@media (max-width: 1800px) and (min-width: 1367px) {
  #main #top_doctor .ct-visual img {
    width: 55%;
  }
}
@media (max-width: 1366px) and (min-width: 771px) {
  #main #top_doctor .catch-copy {
    font-size: 1.7rem;
  }
  #main #top_doctor .ct-visual img {
    width: 65%;
  }
}
#main #top_medical {
  max-width: 1800px;
  padding: 100px 15px 36px;
  position: relative;
  background-color: #f5fdff;
}
#main #top_medical .top_title {
  margin-bottom: 80px;
}
#main #top_medical .list_style_wrap {
  width: 90%;
  margin: 0 auto;
  max-width: 1500px;
}
#main #top_medical .list_style_wrap li {
  width: 31%;
  margin: 0 1%;
  padding: 0;
  margin-bottom: 64px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 6px 16px 1px;
          box-shadow: rgba(0, 0, 0, 0.3) 1px 6px 16px 1px;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 3px;
  overflow: hidden;
}
#main #top_medical .list_style_wrap li a {
  height: 100%;
}
#main #top_medical .list_style_wrap li a figure {
  overflow: hidden;
  margin-bottom: 24px;
}
#main #top_medical .list_style_wrap li a figure figcaption {
  margin: -48px 4% 0 0;
  position: absolute;
  right: 8px;
}
#main #top_medical .list_style_wrap li a figure figcaption span {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 116px;
  width: 100%;
  height: 28px;
  padding: 2px 0 2px 14px;
}
#main #top_medical .list_style_wrap li a figure figcaption span img {
  width: 18px;
  height: 20px;
  margin-left: 4px;
}
#main #top_medical .list_style_wrap li a figure img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#main #top_medical .list_style_wrap li a .dl_style_01 {
  padding: 16px 5% 32px;
}
#main #top_medical .list_style_wrap li a:hover figure &gt; img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
      transform: scale(1.3);
}
#main #top_medical .list_style_wrap li a:hover figure figcaption {
  background-color: #247ca9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#main #top_medical .list_style_wrap li a:hover figure figcaption span img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 12px;
}
#main #top_medical .list_style_wrap li:nth-of-type(2), #main #top_medical .list_style_wrap li:nth-of-type(5) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
#main #top_medical .list_style_wrap li:nth-of-type(3), #main #top_medical .list_style_wrap li:nth-of-type(6) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
#main #top_medical .cap {
  max-width: 960px;
  margin: 32px auto;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  padding: 24px 4%;
  text-align: justify;
  border: 4px solid #FFFFFF;
}
#main #top_medical .cap .cap-title {
  font-family: "ゴシックMB101 B JIS2004", "Gothic MB101 Bold JIS2004";
  margin-bottom: 16px;
}
#main #top_medical .flex-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#main #top_medical .flex-wrap .btn_stl_04 {
  width: 48%;
}
@media (max-width: 470px) {
  #main #top_medical .flex-wrap .btn_stl_04 {
    width: 100%;
    margin-bottom: 21px;
  }
  #main #top_medical .flex-wrap .btn_stl_04:nth-last-child(1) {
    margin-bottom: 0;
  }
}

.site-footer {
  position: relative;
}
.site-footer .footer-top_wrap {
  position: relative;
  z-index: 1000;
  padding-bottom: 48px;
  background-color: #FFFFFF;
}
.site-footer .footer-top_wrap #footer-top {
  background-color: #FFFFFF;
  padding: 16px 0;
}
.site-footer .footer-top_wrap #footer-top .top_title_2 {
  position: relative;
  z-index: 10;
  margin-top: 32px;
}
.site-footer .footer-top_wrap #footer-top .wrapper {
  position: relative;
  z-index: 10;
  height: 34%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 4%;
}
.site-footer .footer-top_wrap #footer-top #top_access {
  width: 50%;
  position: relative;
  color: #2f2f2f;
}
.site-footer .footer-top_wrap #footer-top #top_access:before {
  content: "";
  display: block;
  height: 90%;
  width: 3px;
  background-image: url(images/dot_line_2.png);
  background-repeat: repeat-y;
  position: absolute;
  left: 0;
  top: 50px;
}
.site-footer .footer-top_wrap #footer-top #top_access &gt; section {
  height: 100%;
}
.site-footer .footer-top_wrap #footer-top #top_access .wrapper .wrapper_in {
  width: 100%;
  margin-bottom: 40px;
  max-width: 440px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer .footer-top_wrap #footer-top #top_access .wrapper .wrapper_in .dl_style_02 {
  width: 100%;
  margin-bottom: 24px;
}
.site-footer .footer-top_wrap #footer-top #top_access .wrapper .wrapper_in .dl_style_02 dt {
  background-color: #2e7da2;
  border: none;
  color: #FFFFFF;
  font-size: 0.938rem;
  border-radius: 2px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 96px;
}
.site-footer .footer-top_wrap #footer-top #top_access .wrapper .wrapper_in .dl_style_02 dd {
  margin-left: 4%;
  color: #2f2f2f;
  width: 100%;
}
.site-footer .footer-top_wrap #footer-top #top_access .wrapper .wrapper_in .dl_style_02 dd a {
  color: #FFFFFF;
}
.site-footer .footer-top_wrap #footer-top #top_access .wrapper .wrapper_in .dl_style_02:nth-last-child(1) {
  margin-bottom: 0;
}
.site-footer .footer-top_wrap #footer-top #top_access .wrapper .btn_stl_03 {
  width: 100%;
}
@media (max-width: 1400px) {
  .site-footer .footer-top_wrap #footer-top #top_access:before {
    display: none;
  }
}
.site-footer .footer-top_wrap #footer-top #top_hours {
  width: 50%;
  position: relative;
  color: #2f2f2f;
}
.site-footer .footer-top_wrap #footer-top #top_hours figure {
  width: 100%;
  margin-bottom: 28px;
}
.site-footer .footer-top_wrap #footer-top #top_hours figure figcaption {
  text-align: justify;
  font-size: 1.125rem;
  margin-top: 32px;
  padding: 12px;
  background-color: #f3f3f3;
  border-radius: 4px;
}
.site-footer .footer-top_wrap #footer-top #top_hours figure figcaption &gt; span {
  font-size: 0.938rem;
  vertical-align: 1px;
}
.site-footer .footer-top_wrap #footer-top #top_hours .btn_stl_03 {
  width: 100%;
}
.site-footer .footer-top_wrap #g_map {
  height: 400px;
  width: 96%;
  margin: 48px auto;
  border-radius: 4px;
}
.site-footer .footer-top_wrap #g_map iframe {
  width: 100%;
  height: 100%;
}
.site-footer #footer-bottom {
  background-image: url(images/wood-tex_02.jpg);
  padding: 0 0 32px;
  bottom: 0 !important;
  width: 100%;
  z-index: 999;
  position: sticky;
}
.site-footer #footer-bottom:before {
  content: "";
  display: block;
  width: 100%;
  height: 48px;
  background-image: url(images/wood-tex_02.jpg);
  border-radius: 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 6px 1px;
          box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 6px 1px;
}
.site-footer #footer-bottom #site_map_wrap #site_map {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer #footer-bottom #site_map_wrap #site_map .menu {
  line-height: 1.8;
}
.site-footer #footer-bottom #site_map_wrap #site_map .menu &gt; li &gt; a {
  font-weight: bold;
}
.site-footer #footer-bottom #site_map_wrap #site_map .menu &gt; li .sub-menu li a {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.site-footer #footer-bottom #site_map_wrap #site_map .menu &gt; li .sub-menu li a:before {
  font-family: FontAwesome;
  content: " \f101";
  line-height: 1;
  margin-right: 4px;
}
.site-footer #footer-bottom #site_map_wrap #site_map .menu &gt; li .sub-menu li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #2e7da2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.site-footer #footer-bottom #site_map_wrap #site_map .menu &gt; li .sub-menu li a:hover {
  color: #2e7da2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.site-footer #footer-bottom #site_map_wrap #site_map .menu &gt; li .sub-menu li a:hover::after {
  width: 100%;
}
.site-footer #footer-bottom #site_map_wrap #site_map .menu-item-has-children &gt; a {
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
}
.site-footer #footer-bottom #site_map_wrap #site_map #menu-home li a {
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.site-footer #footer-bottom #site_map_wrap #site_map #menu-home li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #2e7da2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.site-footer #footer-bottom #site_map_wrap #site_map #menu-home li a:hover {
  color: #2e7da2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.site-footer #footer-bottom #site_map_wrap #site_map #menu-home li a:hover::after {
  width: 100%;
}
.site-footer #footer-bottom #site_map_wrap #banner {
  margin: 15px auto;
}
.site-footer #footer-bottom #site_map_wrap #banner .flex-01 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer #footer-bottom #site_map_wrap #banner .flex-01 li {
  margin: 2%;
  max-width: 304px;
  height: auto;
}
.site-footer #footer-bottom #copy-sec {
  text-align: center;
}
.site-footer #footer-bottom #copy-sec address {
  text-align: center;
  margin-bottom: 32px;
  color: #313131;
}
.site-footer #footer-bottom #copy-sec address dl dt {
  font-family: "ゴシックMB101 B JIS2004", "Gothic MB101 Bold JIS2004";
  margin-bottom: 8px;
  font-size: 1.1rem;
}
.site-footer #footer-bottom #copy-sec address dl dd strong {
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
}
.site-footer #footer-bottom #copy-sec address dl dd strong a {
  display: inline;
}
.site-footer #footer-bottom #copy-sec p small {
  color: #313131;
}
.site-footer #footer-bottom #copy-sec p small a {
  color: #313131;
}

/* 下層ページ ---------------------------------------- */
.header-wrap_under {
  background-image: none;
  position: relative;
  background-color: transparent;
}
.header-wrap_under:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

#page_under {
  position: relative;
  top: 0;
  left: 0;
}

.mv_under {
  position: fixed;
  min-width: 1024px;
  z-index: -1000;
}

.u_site-inner {
  position: relative;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
}

.title-sec {
  text-align: center;
  position: absolute;
  top: -240px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#content {
  position: relative;
  z-index: 1000;
}
#content #primary {
  background-color: #FFF;
}
#content #primary #main #bread {
  padding: 12px 24px;
  font-size: 0.938rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 520px;
}
#content #primary #main #bread #breadcrumb div {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #615341;
}
#content #primary #main #bread #breadcrumb div:first-child a {
  margin-right: 8px;
}
#content #primary #main #bread #breadcrumb div a {
  border-bottom: 1px dashed #615341;
  display: inline-block;
  color: #615341;
}
#content #primary #main #bread #breadcrumb div .no-link {
  padding: 0 8px;
  white-space: nowrap;
}
#content #primary #main #bread &gt; span {
  padding-left: 8px;
  color: #615341;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}
#content #primary #main #bread #categories_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#content #primary #main #bread #categories_list li {
  margin-right: 32px;
}
#content #primary #main #bread #categories_list li:nth-last-child(1) {
  margin-right: 0;
}
#content #primary #main #bread #categories_list li a {
  color: #FFFFFF;
}
#content #primary #main #wrapper {
  padding-bottom: 120px;
}
#content #primary #main #wrapper .article-contents {
  width: 85%;
  margin: 0 auto;
  padding: 0px 30px;
  position: relative;
  max-width: 1400px;
  border-radius: 4px;
}
#content #primary #main #wrapper .article-contents .u-cont-style {
  background-color: rgb(255, 255, 255);
  padding: 24px 4% 96px;
}
#content #primary #main #wrapper .article-contents .u-cont-style &gt; section {
  padding: 100px 0 0;
  width: 100%;
  margin: auto 0;
  outline: none;
}
#content #primary #main #wrapper .article-contents .u-cont-style &gt; section:first-of-type {
  margin: 0 auto;
  border-top: none;
}
#content #primary #main #wrapper .article-contents .u-cont-style &gt; section ul,
#content #primary #main #wrapper .article-contents .u-cont-style &gt; section li {
  list-style: none;
}
#content #primary #main #wrapper .article-contents .u-cont-style &gt; ul, #content #primary #main #wrapper .article-contents .u-cont-style &gt; ul li {
  list-style: disc;
}
#content #primary #main #wrapper .article-contents .u-cont-style h3 {
  font-size: 1.6rem;
  font-weight: 100;
  letter-spacing: 4px;
  color: #4e433f;
  background-color: #f5f5f5;
  border-left: solid 5px #2e7da2;
  padding: 8px 12px;
  margin: 8px 0 40px;
}
#content #primary #main #wrapper .article-contents .u-cont-style h4 {
  font-family: "ゴシックMB101 B JIS2004", "Gothic MB101 Bold JIS2004";
  font-size: 1.2rem;
  color: #6594e0;
  border-bottom: dashed 2px #6594e0;
  margin: 30px 0 13px;
}
#content #primary #main #wrapper .article-contents .u-cont-style h5 {
  font-family: "ゴシックMB101 B JIS2004", "Gothic MB101 Bold JIS2004";
  font-size: 20px;
  color: #2e7da2;
  margin: 20px 0 0;
}
#content #primary #main #wrapper .article-contents .u-cont-style p {
  text-align: justify;
}
#content #primary #main #wrapper .article-contents .u-cont-style p a {
  text-decoration: underline;
  color: #bf3737;
}
#content #primary #main #wrapper .article-contents .u-cont-style &gt; footer {
  margin-top: 56px;
}
#content #primary #main #wrapper .article-contents .u-cont-style img {
  display: inline-block;
  vertical-align: bottom;
  width: auto;
  height: auto;
  max-width: 100%;
}
#content #primary #main #wrapper .article-contents .u-cont-style a {
  display: inline-block;
  max-width: 100%;
}
#content #primary #main #wrapper .article-contents .u-cont-style .doc-name {
  font-family: "TBカリグラゴシック R", "TBCGothic R";
  font-size: 2rem;
  margin-bottom: 16px;
}
#content #primary #main #wrapper .article-contents .u-cont-style .doc-name ruby rt {
  font-size: 0.875rem;
}
#content #primary #main #wrapper .article-contents .u-cont-style .alignleft {
  float: left;
  margin: 6px 28px 28px 0;
}
#content #primary #main #wrapper .article-contents .u-cont-style .alignright {
  float: right;
  margin: 6px 0 28px 28px;
}
#content #primary #main #wrapper .article-contents .u-cont-style .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 28px;
}
#content #primary #main #wrapper .article-contents .img-wrap {
  max-width: 320px;
}
#content #primary #main #wrapper .article-contents .img-wrap img {
  width: 100%;
}
#content #primary #main #wrapper .article-contents .text-wrap {
  margin-left: 4%;
  max-width: 680px;
  width: 100%;
}
#content #primary #main #wrapper .article-contents .text-wrap2 {
  margin-right: 4%;
  max-width: 680px;
  width: 100%;
}
#content #primary #main #wrapper .article-contents .inner-sec {
  margin-top: 80px;
}
#content #primary #main #wrapper .article-contents .top-border {
  margin-top: 80px !important;
  border-top: 1px dashed #dcd6c3 !important;
}
#content #primary #main #wrapper .article-contents .medical-contact {
  padding: 24px;
  background-color: #fbf5e8;
  border-radius: 8px;
}
#content #primary #main #wrapper .article-contents .medical-contact .dl_style_02 {
  margin-bottom: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#content #primary #main #wrapper .article-contents .medical-contact .dl_style_02 dt {
  background-color: #615341;
  border: none;
  color: #FFFFFF;
  font-size: 0.938rem;
  border-radius: 2px;
}
#content #primary #main #wrapper .article-contents .medical-contact .dl_style_02 dd {
  margin-left: 12px;
}
#content #primary #main #wrapper .article-contents .medical-contact .dl_style_02 dd .tel_style {
  font-size: 1.5rem;
}
#content #primary #main #wrapper .article-contents .twin-btn {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#content #primary #main #wrapper .article-contents .twin-btn &gt; a {
  width: 49%;
}
@media only screen and (max-width: 600px) {
  #content #primary #main #wrapper .article-contents .twin-btn &gt; a {
    width: 100%;
    margin-bottom: 24px;
  }
  #content #primary #main #wrapper .article-contents .twin-btn &gt; a:nth-last-child(1) {
    margin-bottom: 0;
  }
}
#content #primary #main #wrapper .article-contents .twin-btn &gt; .qr-unit {
  background-color: #f3f3f3;
  padding: 24px;
  width: 49%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#content #primary #main #wrapper .article-contents .twin-btn &gt; .qr-unit .cap {
  word-break: break-all;
  margin-left: 16px;
}
@media only screen and (max-width: 730px) {
  #content #primary #main #wrapper .article-contents .twin-btn &gt; .qr-unit {
    width: 100%;
    margin-bottom: 24px;
  }
  #content #primary #main #wrapper .article-contents .twin-btn &gt; .qr-unit:nth-last-child(1) {
    margin-bottom: 0;
  }
}
#content #primary #main #wrapper .article-contents #about &gt; section:first-child,
#content #primary #main #wrapper .article-contents #medicals &gt; section:first-child {
  margin-bottom: 120px;
}
#content #primary #main #wrapper .article-contents #about .list_style_01 li,
#content #primary #main #wrapper .article-contents #medicals .list_style_01 li {
  border-bottom: 1px dashed #dcd6c3;
  position: relative;
  text-align: center;
}
#content #primary #main #wrapper .article-contents #about .list_style_01 li a figure,
#content #primary #main #wrapper .article-contents #medicals .list_style_01 li a figure {
  margin-bottom: 32px;
  overflow: hidden;
  text-align: center;
}
#content #primary #main #wrapper .article-contents #about .list_style_01 li a figure img,
#content #primary #main #wrapper .article-contents #medicals .list_style_01 li a figure img {
  max-width: 400px;
  max-height: 360px;
  width: 100%;
}
#content #primary #main #wrapper .article-contents #about .list_style_01 li a figure figcaption,
#content #primary #main #wrapper .article-contents #medicals .list_style_01 li a figure figcaption {
  margin: -14px 4% 0 0;
  position: absolute;
  right: 16px;
  width: 96px;
}
#content #primary #main #wrapper .article-contents #about .list_style_01 li a figure figcaption span,
#content #primary #main #wrapper .article-contents #medicals .list_style_01 li a figure figcaption span {
  background-color: black;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 116px;
  width: 100%;
  height: 28px;
  padding: 2px 0 2px 14px;
}
#content #primary #main #wrapper .article-contents #about .list_style_01 li a figure figcaption span img,
#content #primary #main #wrapper .article-contents #medicals .list_style_01 li a figure figcaption span img {
  width: 18px;
  height: 20px;
  margin-left: 4px;
}
#content #primary #main #wrapper .article-contents #about .list_style_01 li a:hover figure &gt; img,
#content #primary #main #wrapper .article-contents #medicals .list_style_01 li a:hover figure &gt; img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
      transform: scale(1.3);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#content #primary #main #wrapper .article-contents #about .list_style_01 li a:hover figure figcaption span,
#content #primary #main #wrapper .article-contents #medicals .list_style_01 li a:hover figure figcaption span {
  background-color: #2e7da2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#content #primary #main #wrapper .article-contents #about .list_style_01 li a:hover figure figcaption span img,
#content #primary #main #wrapper .article-contents #medicals .list_style_01 li a:hover figure figcaption span img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 12px;
}
#content #primary #main #wrapper .article-contents #about .list_style_01 li a .dl_style_01,
#content #primary #main #wrapper .article-contents #medicals .list_style_01 li a .dl_style_01 {
  text-align: justify;
}
#content #primary #main #wrapper .article-contents #doctor &gt; section:first-of-type {
  padding-top: 0;
}
#content #primary #main #wrapper .article-contents #doctor .plofile {
  border: 2px solid #a9a79c;
  padding: 32px 2%;
}
#content #primary #main #wrapper .article-contents #doctor .plofile .dl_style_02 {
  margin-bottom: 24px;
}
#content #primary #main #wrapper .article-contents #doctor .plofile .dl_style_02:nth-last-child(1) {
  margin-bottom: 0;
}
#content #primary #main #wrapper .article-contents #doctor .plofile .dl_style_02 dt {
  background-color: #a9a79c;
  color: #FFFFFF;
  margin-right: 16px;
  padding: 1px 4px;
  font-size: 0.938rem;
  border-radius: 2px;
}
#content #primary #main #wrapper .article-contents #doctor .plofile .dl_style_02 dt span {
  display: inline-block;
}
#content #primary #main #wrapper .article-contents #clinic-view .list_style_01 li {
  margin-bottom: 40px;
}
#content #primary #main #wrapper .article-contents #clinic-view .list_style_01 li figure {
  margin-bottom: 32px;
  text-align: center;
}
#content #primary #main #wrapper .article-contents #clinic-view .list_style_01 li figure img {
  max-width: 400px;
  max-height: 360px;
  width: 100%;
}
#content #primary #main #wrapper .article-contents #clinic-view .list_style_01:nth-last-child(1) li {
  margin-bottom: 0;
}
#content #primary #main #wrapper .article-contents #medicals .sec-01 &gt; .flex-01, #content #primary #main #wrapper .article-contents #medicals .sec-01 &gt; .flex-02 {
  margin-bottom: 72px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#content #primary #main #wrapper .article-contents #medicals .sec-01 &gt; .flex-01 h4, #content #primary #main #wrapper .article-contents #medicals .sec-01 &gt; .flex-02 h4 {
  margin: 0 0 24px;
}
#content #primary #main #wrapper .article-contents #medicals .sec-01 &gt; .flex-01:nth-last-child(1), #content #primary #main #wrapper .article-contents #medicals .sec-01 &gt; .flex-02:nth-last-child(1) {
  margin-bottom: 0;
}
#content #primary #main #wrapper .article-contents #medicals .sec-01 &gt; .flex-01:first-of-type, #content #primary #main #wrapper .article-contents #medicals .sec-01 &gt; .flex-02:first-of-type {
  margin-top: 72px;
}
#content #primary #main #wrapper .article-contents #question &gt; section:first-of-type {
  padding-top: 0;
}
#content #primary #main #wrapper .article-contents #access-hours &gt; section:first-child {
  padding-top: 0;
}
#content #primary #main #wrapper .article-contents #access-hours .sec-01 .flex-02 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 64px;
}
#content #primary #main #wrapper .article-contents #access-hours .sec-01 .flex-02 .text-wrap {
  margin: 0 4% 40px 0;
  width: 40%;
  border: 2px solid #a9a79c;
  padding: 32px 2%;
  min-width: 338px;
}
#content #primary #main #wrapper .article-contents #access-hours .sec-01 .flex-02 .text-wrap .dl_style_02 {
  margin-bottom: 24px;
}
#content #primary #main #wrapper .article-contents #access-hours .sec-01 .flex-02 .text-wrap .dl_style_02:nth-last-child(1) {
  margin-bottom: 0;
}
#content #primary #main #wrapper .article-contents #access-hours .sec-01 .flex-02 .text-wrap .dl_style_02 dt {
  background-color: #a9a79c;
  color: #FFFFFF;
  margin-right: 16px;
  padding: 1px 2%;
  font-size: 0.938rem;
  border-radius: 2px;
}
#content #primary #main #wrapper .article-contents #access-hours .sec-01 .flex-02 figure {
  width: 60%;
}
#content #primary #main #wrapper .article-contents #access-hours .sec-01 .flex-02 figure img {
  width: 100%;
}
#content #primary #main #wrapper .article-contents #access-hours .sec-01 .flex-02 figure figcaption {
  text-align: right;
}
#content #primary #main #wrapper .article-contents #access-hours .sec-01 .g-map_ifm {
  height: 440px;
  width: 100%;
}
#content #primary #main #wrapper .article-contents #access-hours .sec-01 .g-map_ifm iframe {
  width: 100%;
  height: 100%;
}
#content #primary #main #wrapper .article-contents #access-hours .sec-01 .dl_style_03 {
  border: 1px solid #2f2f2f;
  padding: 16px;
  border-radius: 6px;
}
#content #primary #main #wrapper .article-contents #access-hours .sec-01 .dl_style_03 dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 8px;
}
#content #primary #main #wrapper .article-contents #access-hours .sec-01 .dl_style_03 dd:nth-last-child(1) {
  margin-bottom: 0px;
}
#content #primary #main #wrapper .article-contents #access-hours .sec-01 .dl_style_03 dd i {
  line-height: 1.5;
  margin-right: 8px;
}
#content #primary #main #wrapper .article-contents #access-hours .sec-03 .table-wrap,
#content #primary #main #wrapper .article-contents #access-hours .sec-04 .table-wrap {
  margin: 0 auto 40px;
  overflow: hidden;
}
#content #primary #main #wrapper .article-contents #access-hours .sec-03 .table-wrap .table_style,
#content #primary #main #wrapper .article-contents #access-hours .sec-04 .table-wrap .table_style {
  color: #3a3127;
  background-color: #FFFFFF;
  border: 1px solid #2e7da2;
}
#content #primary #main #wrapper .article-contents #access-hours .sec-03 .table-wrap .table_style thead,
#content #primary #main #wrapper .article-contents #access-hours .sec-04 .table-wrap .table_style thead {
  color: #FFFFFF;
  background-color: #2e7da2;
}
#content #primary #main #wrapper .article-contents #access-hours .sec-03 .table-wrap .table_style tbody,
#content #primary #main #wrapper .article-contents #access-hours .sec-04 .table-wrap .table_style tbody {
  border-top: 1px solid #2e7da2;
  border-bottom: 1px solid #2e7da2;
}
#content #primary #main #wrapper .article-contents #access-hours .sec-03 .table-wrap .table_style tbody tr,
#content #primary #main #wrapper .article-contents #access-hours .sec-04 .table-wrap .table_style tbody tr {
  border-bottom: 1px dashed #2e7da2;
}
#content #primary #main #wrapper .article-contents #access-hours .sec-03 .table-wrap .table_style tbody tr td,
#content #primary #main #wrapper .article-contents #access-hours .sec-04 .table-wrap .table_style tbody tr td {
  color: #3a3127;
}
#content #primary #main #wrapper .article-contents #access-hours .sec-03 .table-wrap figcaption,
#content #primary #main #wrapper .article-contents #access-hours .sec-04 .table-wrap figcaption {
  margin-top: 16px;
  color: #d86565;
  display: inline-block;
  background-color: #fff2f2;
  padding: 2px 2%;
  border-radius: 5px;
  float: right;
}
#content #primary #main #wrapper .article-contents #access-hours .sec-03 .table-wrap figcaption span,
#content #primary #main #wrapper .article-contents #access-hours .sec-04 .table-wrap figcaption span {
  font-size: 0.938rem;
  vertical-align: 1px;
  display: inline-block;
}
#content #primary #main #wrapper .article-contents #access-hours .sec-03 .sns-link dt,
#content #primary #main #wrapper .article-contents #access-hours .sec-04 .sns-link dt {
  padding: 0 12px 0 0;
}
#content #primary #main #wrapper .article-contents .table-type_form {
  margin-bottom: 64px;
  width: 100%;
  clear: both;
}
#content #primary #main #wrapper .article-contents .table-type_form tbody .check_tr input {
  vertical-align: 1px;
  width: auto;
  height: auto;
}
#content #primary #main #wrapper .article-contents .table-type_form tbody .check_tr td {
  line-height: 2;
}
#content #primary #main #wrapper .article-contents .table-type_form tbody .check_tr td span {
  display: inline-block;
  margin-left: 0px !important;
}
#content #primary #main #wrapper .article-contents .table-type_form tbody .check_tr td p {
  text-align: right;
  color: #969696;
  line-height: 0;
}
#content #primary #main #wrapper .article-contents .table-type_form tbody .mail-address td label {
  margin-right: 16px;
}
#content #primary #main #wrapper .article-contents .table-type_form tbody .mail-address td label span {
  margin-right: 8px;
  width: 56px;
  display: inline-block;
}
#content #primary #main #wrapper .article-contents .table-type_form tbody .tel-tr td {
  line-height: 3;
}
#content #primary #main #wrapper .article-contents .table-type_form tbody .text-area td {
  word-break: break-all;
  line-height: 1.6;
}
#content #primary #main #wrapper .article-contents .table-type_form tbody .text-area td .error {
  width: 100%;
  padding: 0px 8px;
  color: #bf3737;
}
#content #primary #main #wrapper .article-contents .table-type_form tbody .text-area td .error:before {
  content: "\f06a";
  font-family: FontAwesome;
  color: #bf3737;
  font-weight: normal;
  margin-right: 6px;
  font-size: 20px;
  vertical-align: -1px;
}
#content #primary #main #wrapper .article-contents .table-type_form tbody #tel_fm {
  height: 32px;
  padding: 4px;
  font-size: 0.938rem;
  width: 88%;
  border: 1px solid #cccccc;
  width: 95%;
}
#content #primary #main #wrapper .article-contents .table-type_form tbody #t-area_fm {
  width: 98%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #959595;
  padding: 8px;
  font-size: 0.938rem;
  height: 240px;
  resize: vertical;
  line-height: 1.6;
}
#content #primary #main #wrapper .article-contents .table-type_form tbody tr {
  border-bottom: 1px dotted #959595;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
#content #primary #main #wrapper .article-contents .table-type_form tbody tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 184px;
  padding: 32px 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#content #primary #main #wrapper .article-contents .table-type_form tbody tr th p {
  line-height: 1.5;
}
#content #primary #main #wrapper .article-contents .table-type_form tbody tr th .req {
  line-height: 1.7;
}
#content #primary #main #wrapper .article-contents .table-type_form tbody tr td {
  padding: 24px 0px 24px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
}
#content #primary #main #wrapper .article-contents .table-type_form tbody tr td .mwform-checkbox-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
#content #primary #main #wrapper .article-contents .table-type_form tbody tr td .mwform-checkbox-field label input {
  width: auto;
  -webkit-appearance: checkbox;
}
#content #primary #main #wrapper .article-contents .table-type_form tbody tr td label:first-child {
  margin-bottom: 16px;
}
#content #primary #main #wrapper .article-contents .table-type_form tbody tr td label input {
  height: 32px;
  padding: 4px;
  font-size: 0.938rem;
  width: 88%;
  border: 1px solid #cccccc;
}
#content #primary #main #wrapper .article-contents .table-type_form tbody tr td label .error {
  width: 100%;
  padding: 0px 8px;
  color: #bf3737;
}
#content #primary #main #wrapper .article-contents .table-type_form tbody tr td label .error:before {
  content: "\f06a";
  font-family: FontAwesome;
  color: #bf3737;
  font-weight: normal;
  margin-right: 6px;
  font-size: 20px;
  vertical-align: -1px;
}
#content #primary #main #wrapper .article-contents .table-type_form tbody tr td .error {
  width: 100%;
  padding: 0px 8px;
  color: #bf3737;
}
#content #primary #main #wrapper .article-contents .table-type_form tbody tr td .error:before {
  content: "\f06a";
  font-family: FontAwesome;
  color: #bf3737;
  font-weight: normal;
  margin-right: 6px;
  font-size: 20px;
  vertical-align: -1px;
}
#content #primary #main #wrapper .article-contents .table-type_form tbody tr td .mwform-radio-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
}
#content #primary #main #wrapper .article-contents .table-type_form tbody tr td .mwform-radio-field #sex_fm-1,
#content #primary #main #wrapper .article-contents .table-type_form tbody tr td .mwform-radio-field #sex_fm-2 {
  width: auto;
  height: 15px;
}
#content #primary #main #wrapper .article-contents .sg-info {
  margin-bottom: 64px;
}
#content #primary #main #wrapper .article-contents .sg-info nav {
  margin-top: 40px;
}
#content #primary #main #wrapper .article-contents .sg-info nav .nav-links {
  overflow: hidden;
}
#content #primary #main #wrapper .article-contents .sg-info nav .nav-links .nav-previous {
  float: left;
}
#content #primary #main #wrapper .article-contents .sg-info nav .nav-links .nav-previous a {
  background-color: transparent;
  padding: 0px 4px;
  display: inline-block;
  color: #2f2f2f;
  color: #615341;
  border-bottom: 1px dashed #615341;
}
#content #primary #main #wrapper .article-contents .sg-info nav .nav-links .nav-next {
  float: right;
}
#content #primary #main #wrapper .article-contents .sg-info nav .nav-links .nav-next a {
  background-color: transparent;
  padding: 0px 4px;
  display: inline-block;
  color: #2f2f2f;
  color: #615341;
  border-bottom: 1px dashed #615341;
}
#content #primary #main #wrapper .article-contents .info-contents &gt; .flex-01 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1200px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
#content #primary #main #wrapper .article-contents .info-contents .info_inner {
  max-width: 760px;
  margin: 0 48px 0 auto;
  width: 100%;
}
#content #primary #main #wrapper .article-contents .info-contents .info_inner .post {
  margin-bottom: 40px;
  padding: 2% 2% 48px;
  border-bottom: 1px dashed #dcd6c3;
}
#content #primary #main #wrapper .article-contents .info-contents .info_inner .post .entry-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: 24px;
}
#content #primary #main #wrapper .article-contents .info-contents .info_inner .post .entry-header .entry-title {
  font-size: 1.5rem;
  font-family: "TBカリグラゴシック R", "TBCGothic R";
  padding-bottom: 4px;
}
#content #primary #main #wrapper .article-contents .info-contents .info_inner .post .entry-header .entry-title a {
  padding: 0 8px;
}
#content #primary #main #wrapper .article-contents .info-contents .info_inner .post .category-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#content #primary #main #wrapper .article-contents .info-contents .info_inner .post .category-wrap time {
  color: #2f2f2f;
}
#content #primary #main #wrapper .article-contents .info-contents .info_inner .post .content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#content #primary #main #wrapper .article-contents .info-contents .info_inner .post .content-flex .post-thumbnail {
  max-width: 200px;
  width: 98%;
  margin-right: 2%;
  text-align: center;
  display: none;
}
#content #primary #main #wrapper .article-contents .info-contents .info_inner .post .content-flex .post-thumbnail img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
}
#content #primary #main #wrapper .article-contents .info-contents .info_inner .post span {
  margin-bottom: 16px;
}
#content #primary #main #wrapper .article-contents .info-contents .info_inner .post .entry-content {
  padding: 0 12px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: justify;
  width: 100%;
  overflow: hidden;
}
#content #primary #main #wrapper .article-contents .info-contents .info_inner .post .btn_stl_03 {
  margin-top: 40px;
}
#content #primary #main #wrapper .article-contents .info-contents .info_inner .post .btn_stl_03 span {
  margin-bottom: 0;
}
#content #primary #main #wrapper .article-contents .info-contents .info_inner .navigation {
  margin: 48px auto 72px;
}
#content #primary #main #wrapper .article-contents .info-contents .info_inner .navigation .screen-reader-text {
  display: none;
}
#content #primary #main #wrapper .article-contents .info-contents .info_inner .navigation div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  max-width: 80%;
  margin: 0 auto;
  padding: 4px 0;
}
#content #primary #main #wrapper .article-contents .info-contents .info_inner .navigation div span,
#content #primary #main #wrapper .article-contents .info-contents .info_inner .navigation div a {
  padding: 2px 8px 0;
  font-size: 0.938rem;
  border: 1px solid #2f2f2f;
  color: #2f2f2f;
  margin: 0 2px;
  line-height: 1.5;
  background-color: transparent;
}
#content #primary #main #wrapper .article-contents .info-contents .info_inner .navigation div .prev,
#content #primary #main #wrapper .article-contents .info-contents .info_inner .navigation div .next {
  padding: 2px 16px 0;
  background-color: transparent;
  padding: 0px 4px;
  display: inline-block;
  color: #2f2f2f;
  border: 1px solid;
}
#content #primary #main #wrapper .article-contents .info-contents .info_inner .navigation div .prev i,
#content #primary #main #wrapper .article-contents .info-contents .info_inner .navigation div .next i {
  font-size: 20px;
  vertical-align: -2px;
}
#content #primary #main #wrapper .article-contents .info-contents .info_inner .navigation div .current {
  background-color: #959595;
  color: #FFFFFF;
  border: none;
}
@media (max-width: 1300px) and (min-width: 771px) {
  #content #primary #main #wrapper .article-contents .info-contents .info_inner {
    margin: 0 24px 0 auto;
  }
}
#content #primary #main #wrapper .article-contents .info-single .info_inner .post {
  border: none;
  border-bottom: 1px solid #959595;
}
#content #primary #main #wrapper .article-contents .info-single .info_inner .post .post-thumbnail {
  margin-bottom: 16px;
}
#content #primary #main #wrapper .article-contents .info-single .info_inner .post .post-thumbnail img {
  display: inline;
  width: auto;
  height: auto;
  max-width: 100%;
}
#content #primary #main #wrapper .article-contents .info-single .info_inner .post .entry-content {
  display: block;
  text-align: initial;
}
#content #primary #main #wrapper .article-contents .info-single .info_inner .post .entry-content img {
  display: inline;
  width: auto;
  height: auto;
  max-width: 100%;
}
#content #primary #main #wrapper .article-contents .info-single .info_inner .u-footer-style .news-sidebar {
  background-color: transparent;
  border: 2px solid #959595;
}

.all-404 {
  height: 100%;
}
.all-404 .error404 {
  height: 100%;
  background: url(images/404-back.jpg) center center/cover no-repeat fixed;
}
.all-404 .error404 #page,
.all-404 .error404 .site-inner,
.all-404 .error404 #content,
.all-404 .error404 #primary {
  height: 100%;
  background-color: transparent !important;
  background-image: none !important;
}
.all-404 .error404 #main_404 {
  height: 100%;
}
.all-404 .error404 #main_404 #contents {
  height: 100%;
  width: 50%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.all-404 .error404 #main_404 #contents #inner {
  color: #FFFFFF;
  padding: 0 4%;
}
.all-404 .error404 #main_404 #contents #inner h1 .m-text {
  font-family: "Nunito", sans-serif;
  font-size: 7rem;
  color: #5d5d5d;
}
.all-404 .error404 #main_404 #contents #inner h1 .gy_txt {
  font-family: "ゴシックMB101 B JIS2004", "Gothic MB101 Bold JIS2004";
  color: #5d5d5d;
}
.all-404 .error404 #main_404 #contents #inner &gt; p {
  font-family: "ヒラギノ角ゴ W5 JIS2004", "Hiragino Kaku Gothic W5 JIS2004";
  font-size: 1.063rem;
  text-align: justify;
  color: #5d5d5d;
}
.all-404 .error404 #main_404 #contents #inner .btn_stl_03 {
  margin-top: 40px;
  max-width: 400px;
}
.all-404 .error404 #main_404 #contents #inner .btn_stl_03 span {
  font-size: 1rem;
}

@media (max-width: 1300px) and (min-width: 771px) {
  #inner h1 .m-text {
    font-size: 5.5rem !important;
  }
}
#fix-menu {
  width: 100%;
  display: none;
  bottom: 0;
  z-index: 10000;
  position: fixed;
}
#fix-menu span {
  font-size: 0.75rem;
}
#fix-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,cccccc+100 */
  background: #dacbbc;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#dacbbc), to(#b9a794));
  background: linear-gradient(to bottom, #dacbbc 0%, #b9a794 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dacbbc", endColorstr="#b9a794", GradientType=0);
  /* IE6-9 */
}
#fix-menu ul li {
  width: 33.333%;
  text-align: center;
  line-height: 1.2;
}
#fix-menu ul li a {
  color: #FFFFFF;
  padding: 8px 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#fix-menu ul li a i {
  font-size: 20px;
}
#fix-menu ul li .cv-btn {
  border-left: 1px solid #92635d;
  background-color: #015db2 !important;
  color: #FFFFFF;
}
#fix-menu ul .sp-access_btn a {
  border-right: 1px solid #d4c2af;
}
#fix-menu ul .sp-tel_btn a {
  border-left: 1px solid #796b56;
  border-right: 1px solid #d4c2af;
}

/* sp用 */
@media only screen and (max-width: 1024px) {
  * {
    -webkit-appearance: none;
  }
  html {
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
  }
  body {
    -webkit-text-size-adjust: 100%;
    min-width: 320px;
  }
  .pc_obj {
    display: none !important;
  }
  .pc_obj2 {
    display: none !important;
  }
  .pc_obj3 {
    display: none !important;
  }
  /* 画面外にいる状態 */
  .fadein {
    opacity: 1;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
  }
  .u_h1 {
    font-size: 0.625rem;
  }
  .btn_stl_02 {
    width: 88px;
    height: 88px;
  }
  .btn_stl_tel {
    text-align: center;
    width: 100%;
    border-radius: 4px;
    border-bottom: 2px solid #ca7f49;
    height: 40px;
    background-color: #fba05d;
  }
  .btn_stl_tel a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }
  .btn_stl_tel a span {
    color: #FFFFFF;
  }
  .btn_stl_tel a span i {
    margin-right: 12px;
  }
  .btn_stl_tel:active {
    border-bottom: 0px solid #c39300;
  }
  .top_title {
    font-size: 2rem;
  }
  .top_title span {
    font-size: 1rem;
  }
  .uc_title_01 .b_txt {
    font-size: 2rem;
    text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.75);
  }
  .uc_title_01 .gy_txt {
    font-size: 1.25rem;
    text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.75);
  }
  .uc_title_02 {
    margin-bottom: 48px;
  }
  .uc_title_02:after, .uc_title_02:before {
    max-width: 20px;
    margin: 0 4px;
  }
  .uc_title_02 .title-text span {
    padding: 4px;
  }
  .table_style_3 {
    width: 100%;
  }
  .table_style_3 tbody {
    color: #959595;
  }
  .table_style_3 tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .table_style_3 tbody tr th {
    width: 100%;
  }
  .table_style_3 tbody tr td {
    width: 100%;
  }
  .table_style_4 thead tr td {
    padding: 2%;
  }
  .table_style_4 tbody tr td {
    padding: 2%;
  }
  .price-table {
    border-top: none;
    border-bottom: none;
    background-color: #fbf5e8;
    padding: 0;
  }
  .price-table table {
    border-top: none;
    border-bottom: none;
    border: 1px #b9ac9c solid;
  }
  .price-table table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
  }
  .price-table table tbody tr th {
    color: #FFFFFF;
    padding: 0;
  }
  .price-table table tbody tr th p {
    display: inline-block;
    background-color: #b9ac9c;
    width: 100%;
    text-align: center !important;
  }
  .price-table table tbody tr td {
    padding: 12px 0;
    text-align: center;
  }
  .price-table table tbody tr td:nth-of-type(2) {
    text-align: center;
  }
  .profile header {
    width: 30%;
  }
  .profile header strong {
    font-size: 0.8rem;
  }
  .close,
  .news,
  .blog {
    width: 64px;
  }
  .sns-link dt {
    font-size: 0.75rem;
  }
  .sns-link dd i {
    font-size: 1.4rem;
    vertical-align: -2px;
  }
  #fix-menu {
    width: 100%;
    display: none;
    bottom: 0;
    z-index: 10000;
    position: fixed;
  }
  #fix-menu span {
    font-size: 0.75rem;
  }
  #fix-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,cccccc+100 */
    background: #dacbbc;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#dacbbc), to(#b9a794));
    background: linear-gradient(to bottom, #dacbbc 0%, #b9a794 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dacbbc", endColorstr="#b9a794", GradientType=0);
    /* IE6-9 */
  }
  #fix-menu ul li {
    width: 33.333%;
    text-align: center;
    line-height: 1.2;
  }
  #fix-menu ul li a {
    color: #FFFFFF;
    padding: 8px 0 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #fix-menu ul li a i {
    font-size: 20px;
  }
  #fix-menu ul li .cv-btn {
    border-left: 1px solid #FFF;
    background-color: #015db2 !important;
    color: #FFFFFF;
  }
  #fix-menu ul .sp-access_btn a {
    border-right: 1px solid #FFF;
    background-color: #658bba;
  }
  #fix-menu ul .sp-tel_btn a {
    border-left: 1px solid #658bba;
    border-right: 1px solid #658bba;
    background-color: #658bba;
  }
  /* ヘッダースタイル */
  .fixed {
    position: fixed !important;
    top: 0 !important;
    right: 0;
    z-index: 15000;
    min-width: initial;
  }
  .fix-sp-menu {
    color: #FFFFFF;
    text-align: center;
    padding: 4px;
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 15000;
    background-color: #658bba;
  }
  .fix-sp-menu figcaption {
    font-size: 0.875rem;
  }
  .header-wrap {
    padding: 18px 2%;
    height: auto;
  }
  .header-wrap .c-name {
    font-family: "ゴシックMB101 B JIS2004", "Gothic MB101 Bold JIS2004";
    font-size: 1.25rem;
    padding-top: 2px;
  }
  .header-wrap .c-name a {
    color: #FFFFFF;
  }
  .header-wrap .c-name-logo {
    padding-top: 4px;
  }
  .header-wrap .c-name-logo a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-wrap .c-name-logo a img {
    max-width: 32px;
    margin-right: 6px;
  }
  .header-wrap .c-name-logo a .name-text .sub-text {
    font-size: 0.813rem;
  }
  .header-wrap .c-name-logo a .name-text .m-text {
    font-size: 1.2rem;
  }
  .main_visual_wrap {
    padding-bottom: 88px;
  }
  .main_visual_wrap .catch-copy {
    font-size: 1.5rem;
    text-shadow: none;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 90%;
    bottom: 0;
    color: #505a52;
  }
  .main_visual_wrap .catch-copy &gt; p {
    font-size: 0.875rem;
    margin: 10px auto 0;
  }
  .main_visual_wrap #main_visual {
    width: 100%;
    margin: 0px auto 16px;
  }
  .main_visual_wrap #main_visual .swiper-wrapper .swiper-slide:first-child {
    background-image: url(../template-b/images/main-mv_01.webp);
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-size: cover;
    -webkit-animation-duration: 10000ms;
            animation-duration: 10000ms;
  }
  .main_visual_wrap #main_visual .swiper-wrapper .swiper-slide:nth-child(2) {
    background-image: url(../template-b/images/main-mv_02.webp);
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-size: cover;
    -webkit-animation-duration: 10000ms;
            animation-duration: 10000ms;
  }
  .main_visual_wrap #main_visual .swiper-wrapper .swiper-slide:last-child {
    background-image: url(../template-b/images/main-mv_03.webp);
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-size: cover;
    -webkit-animation-duration: 10000ms;
            animation-duration: 10000ms;
  }
  #sd-menu .nav-inner {
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 10%;
    padding-bottom: 88px;
  }
  #sd-menu .nav-inner &gt; div #menu-sp-menu &gt; .menu-item &gt; a {
    background-color: #FFFFFF;
    color: #615341;
  }
  #sd-menu .nav-inner &gt; div #menu-sp-menu .menu-item-has-children &gt; a {
    position: relative;
  }
  #sd-menu .nav-inner &gt; div #menu-sp-menu .menu-item-has-children &gt; a:before {
    font-family: FontAwesome;
    content: " \f067";
    line-height: 1;
    vertical-align: middle;
    position: absolute;
    left: 16px;
    top: 24px;
    line-height: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #sd-menu .nav-inner &gt; div #menu-sp-menu .menu-item-has-children &gt; a:active:before {
    -webkit-transform: rotate(520deg);
        -ms-transform: rotate(520deg);
            transform: rotate(520deg);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
  #sd-menu .nav-inner &gt; div #menu-sp-menu .menu-item-has-children .sub-menu {
    margin-top: 8px;
    display: none;
  }
  #sd-menu .nav-inner &gt; div #menu-sp-menu li {
    margin-bottom: 8px;
  }
  #sd-menu .nav-inner &gt; div #menu-sp-menu li a {
    border: 1px solid white;
    width: 90%;
    margin: 0 auto;
    border-radius: 80px;
    padding: 8px 0;
    color: #FFFFFF;
    font-size: 1.25rem;
  }
  #sd-menu .nav-inner &gt; div #menu-sp-menu .menu-item-255 {
    border: 1px solid white;
    width: 90%;
    margin: 0 auto;
    border-radius: 80px;
    margin-top: 8px;
  }
  #sd-menu .nav-inner &gt; div #menu-sp-menu .menu-item-255 a:before {
    font-family: FontAwesome;
    content: " \f108";
    line-height: 1;
    vertical-align: middle;
    font-size: 0.85rem;
    margin-right: 4px;
  }
  #sd-menu .nav-inner .close-sd-menu {
    color: #FFFFFF;
    margin-top: 32px;
  }
  .news-sidebar {
    padding: 0 2%;
  }
  .news-sidebar section:nth-last-child(1) {
    margin-bottom: 0;
  }
  .news-sidebar .widget_calendar {
    width: 100%;
  }
  .news-sidebar2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 8px;
    border-radius: 4px;
  }
  .news-sidebar2 section {
    display: inline-block;
    margin-bottom: 0;
  }
  .page_list {
    padding: 0 2%;
  }
  .page_list_parent ul {
    width: 100%;
  }
  .flex-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-03 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-04 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .dl_style_01 dt {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
  }
  .dl_style_04 {
    margin: 0;
  }
  .dl_style_04 dt {
    width: 100%;
  }
  .dl_style_04 dd {
    width: 100%;
  }
  .question {
    line-height: 0.9;
  }
  .list_style_01 li {
    width: 100%;
    padding: 0 0 20px;
  }
  .list_style_01 li figure {
    width: 100%;
    margin: 0 auto;
  }
  .list_style_02 {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 16px 1%;
  }
  .list_style_02 header {
    padding: 0;
    margin-bottom: 12px;
  }
  .list_style_02 ul li {
    margin-bottom: 12px;
  }
  .list_style_03 {
    padding-left: 0;
    margin: 16px 0;
  }
  .list_style_03 li dl dt {
    padding: 0 12px;
    line-height: 4.3;
    font-size: 1.5rem;
  }
  .list_style_03 li dl dd:before {
    border-width: 43.5px 0 43.5px 16px;
    margin-left: -0.2px;
    border-radius: 1px;
  }
  .list_style_04 {
    padding: 16px 0 16px;
    margin: 0;
  }
  .list_style_04 li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .list_style_04 li .num_wrap {
    width: initial;
    margin: 0 auto 32px;
  }
  .list_style_04 li .num_wrap .num_head {
    width: 50px;
    height: 50px;
    margin-right: 0;
  }
  .list_style_04 li .num_wrap .num_head .num_txt {
    font-size: 2rem;
  }
  .list_style_04 li .txt_wid {
    width: 100%;
  }
  .list_style_06 li:nth-of-type(even) {
    margin-left: 0;
  }
  .list_style_06 li figure {
    margin: 0 0 32px 0;
  }
  .page-link-list {
    margin: 0 auto;
  }
  .page-link-list li a {
    font-size: 1.1rem;
  }
  #doctor .list_style_02 header {
    width: 20%;
  }
  #doctor .list_style_02 ul {
    width: 80%;
  }
  .price-list li figure {
    width: 100%;
    margin-bottom: 32px;
  }
  .price-list li figure img {
    width: 60% !important;
    height: auto;
  }
  .price-list li .price-cap {
    width: 100%;
  }
  .price-list li .price-cap dt {
    margin-bottom: 6px;
  }
  .price-list li .price-cap .price {
    margin-bottom: 12px;
  }
  .max-width_480 {
    max-width: 100%;
  }
  .max-width_440 {
    max-width: 100%;
  }
  .content_50 {
    width: 100%;
  }
  .tc_inner,
  .tc_inner_02 {
    padding: 24px 2%;
    width: 100%;
  }
  .sp_obj {
    display: block;
  }
  #primary #main_visual .swiper-pagination {
    display: none;
  }
  #primary #main_visual .swiper-pagination .swiper-pagination-bullet-active {
    background: #959595;
    display: none;
  }
  #primary #main #information {
    padding: 0;
  }
  #primary #main #information:before {
    max-width: 332px;
  }
  #primary #main #information:after {
    max-width: 332px;
  }
  #primary #main #information .top_title {
    margin-bottom: 0;
  }
  #primary #main #information .inner-sec_t &gt; figure {
    margin-top: -80px;
    bottom: -55px;
    position: relative;
    width: 65%;
    min-height: 112px;
  }
  #primary #main #information .inner-sec_t &gt; figure &gt; div {
    display: none;
  }
  #primary #main #information .inner-sec_t #news-list {
    width: 100%;
    margin: 24px auto 24px;
    padding: 12px;
    position: relative;
    right: 0;
  }
  #primary #main #information .inner-sec_t #news-list .news-wrapper {
    padding: 0;
    min-height: 240px;
  }
  #primary #main #information .inner-sec_t #news-list .news-wrapper ul {
    padding: 0px 2%;
  }
  #primary #main #information .inner-sec_t #news-list .news-wrapper ul li {
    line-height: 2.4;
    border-bottom: 1px solid #d0c8bf;
  }
  #primary #main #information .inner-sec_t #news-list .news-wrapper ul li:nth-of-type(4), #primary #main #information .inner-sec_t #news-list .news-wrapper ul li:nth-of-type(3) {
    display: none;
  }
  #primary #main #information .inner-sec_t #news-list .news-wrapper ul li a {
    font-size: 0.938rem;
  }
  #primary #main #information .inner-sec_t #news-list .news-wrapper ul li a:hover {
    margin-left: 0;
  }
  #primary #main #top_about {
    padding: 40px 30px;
  }
  #primary #main #top_about .top_title {
    margin-bottom: 40px;
  }
  #primary #main #top_about .ct-visual {
    width: 100%;
    min-height: initial;
    margin-bottom: 8px;
  }
  #primary #main #top_about .ct-visual img {
    width: 90%;
  }
  #primary #main #top_about .ct-visual .catch-copy {
    right: initial;
    left: 4%;
    font-size: 1.5rem;
    position: relative;
    text-align: left;
    text-shadow: none;
    margin-top: 24px;
  }
  #primary #main #top_about .ct-visual .catch-copy .u-line {
    border-bottom: none;
  }
  #primary #main #top_about .ct-visual .cap-01 {
    position: relative;
    right: initial;
    bottom: initial;
    max-width: initial;
    padding: 24px 4% 16px;
  }
  #primary #main #top_about .btn_stl_01 {
    width: 94%;
    margin: 0 auto;
  }
  #primary #main #top_doctor {
    padding: 60px 30px;
  }
  #primary #main #top_doctor .ct-visual {
    width: 100%;
  }
  #primary #main #top_doctor .inner-sec_t {
    width: 100%;
    margin-left: 0;
  }
  #primary #main #top_doctor .inner-sec_t .img-wrap {
    width: 80%;
    margin: 0 auto;
    max-width: 320px;
  }
  #primary #main #top_doctor .inner-sec_t .catch-copy {
    font-size: 1.5rem;
    margin-top: 24px;
    text-shadow: 0px 1px 3px black;
  }
  #primary #main #top_doctor .inner-sec_t .cap-01 {
    margin-top: 24px;
  }
  #primary #main #top_doctor .inner-sec_t .btn_stl_03 {
    max-width: initial;
    margin-top: 20px;
  }
  #primary #main #top_medical {
    padding: 56px 0 24px;
    margin: 0 auto;
  }
  #primary #main #top_medical:before {
    top: -20px;
    max-width: 300px;
  }
  #primary #main #top_medical:after {
    bottom: -20px;
    max-width: 300px;
  }
  #primary #main #top_medical .top_title {
    margin-bottom: 40px;
  }
  #primary #main #top_medical .list_style_wrap {
    width: 94%;
  }
  #primary #main #top_medical .list_style_wrap li {
    width: 100%;
    margin-bottom: 32px;
    -webkit-box-shadow: #848484 0px 2px 8px -1px;
            box-shadow: #848484 0px 2px 8px -1px;
  }
  #primary #main #top_medical .list_style_wrap li a figure {
    margin-bottom: 0;
  }
  #primary #main #top_medical .list_style_wrap li a figure figcaption {
    margin: auto;
    position: absolute;
    bottom: 160px;
    right: 8px;
  }
  /* 下層ページ ----------------------------------- */
}
@media only screen and (max-width: 1024px) and (max-width: 778px) and (min-width: 736px) {
  #primary #main #top_medical .list_style_wrap li a figure figcaption {
    bottom: 190px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 735px) and (min-width: 381px) {
  #primary #main #top_medical .list_style_wrap li a figure figcaption {
    bottom: 130px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 780px) {
  #primary #main #top_medical .list_style_wrap li a figure figcaption {
    bottom: 150px;
  }
}
@media only screen and (max-width: 1024px) {
  #primary #main #top_medical .list_style_wrap li a figure img {
    max-width: initial;
    max-height: initial;
  }
  #primary #main #top_medical .list_style_wrap li a .dl_style_01 dt {
    font-size: 1.2rem;
  }
  #primary #main #top_medical .list_style_wrap li a .dl_style_01 dd {
    font-size: 0.938rem;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) and (min-width: 736px) {
  #primary #main #top_medical .list_style_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #primary #main #top_medical .list_style_wrap li {
    width: 46%;
    margin: 0 2% 40px;
  }
}
@media only screen and (max-width: 1024px) {
  #primary #main #top_medical .cap {
    width: 92%;
  }
  .site-footer .footer-top_wrap {
    padding-bottom: 60px;
  }
  .site-footer .footer-top_wrap #footer-top {
    min-height: initial;
    max-height: initial;
    padding: 0;
  }
  .site-footer .footer-top_wrap #footer-top .wrapper {
    margin: 0 auto;
  }
  .site-footer .footer-top_wrap #footer-top #top_access {
    width: 100%;
    padding: 0;
  }
  .site-footer .footer-top_wrap #footer-top #top_access .wrapper .wrapper_in {
    margin-bottom: 40px;
    height: auto;
  }
  .site-footer .footer-top_wrap #footer-top #top_hours {
    width: 100%;
    padding: 0;
  }
  .site-footer .footer-top_wrap #footer-top #top_hours figure {
    margin: 16px auto;
  }
  .site-footer .footer-top_wrap #g_map {
    height: 320px;
  }
  .site-footer #footer-bottom {
    padding: 0;
  }
  .site-footer #footer-bottom:before {
    height: 24px;
  }
  .site-footer #footer-bottom #site_map_wrap .tc_inner {
    padding: 0 2%;
  }
  .site-footer #footer-bottom #site_map_wrap #site_map &gt; div {
    margin-bottom: 16px;
  }
  .site-footer #footer-bottom #site_map_wrap #site_map .menu &gt; li .sub-menu li a {
    width: 100%;
    border-bottom: 1px solid #959595;
    padding: 8px 2%;
  }
  .site-footer #footer-bottom #site_map_wrap #site_map .menu-item-has-children &gt; a {
    background-color: #efe0cd;
    color: #FFFFFF;
    padding: 0 2%;
  }
  .site-footer #footer-bottom #site_map_wrap #site_map #menu-home li a {
    width: 100%;
    border-bottom: 1px solid #959595;
    padding: 8px 2%;
  }
  .site-footer #footer-bottom #site_map_wrap #banner {
    margin: 16px auto;
  }
  .site-footer #footer-bottom #site_map_wrap #banner .flex-01 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-footer #footer-bottom #copy-sec {
    padding-bottom: 64px;
  }
  .site-footer #footer-bottom #copy-sec address {
    padding-top: 32px;
  }
  #top_btn,
  #top_btn_sp {
    bottom: 8%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #top_btn div,
  #top_btn_sp div {
    width: 40px;
    height: 40px;
  }
  .header-wrap_under {
    height: 200px;
  }
  .mv_under {
    z-index: -1000;
  }
  .title-sec {
    top: -118px;
  }
  #content #primary #main #wrapper {
    padding-bottom: 56px;
    overflow: hidden;
  }
  #content #primary #main #wrapper #bread {
    padding: 4% 2%;
  }
  #content #primary #main #wrapper #bread &gt; span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 35%;
  }
  #content #primary #main #wrapper .article-contents {
    width: 94%;
    padding: 8px 2%;
    text-align: justify;
    border-radius: 3px;
  }
  #content #primary #main #wrapper .article-contents .u-cont-style {
    padding: 24px 4%;
  }
  #content #primary #main #wrapper .article-contents .u-cont-style &gt; section {
    padding: 24px 0 0;
    margin: 64px auto 0;
  }
  #content #primary #main #wrapper .article-contents .u-cont-style &gt; section h3 {
    font-size: 1.7rem;
    letter-spacing: 2.5px;
  }
  #content #primary #main #wrapper .article-contents .u-cont-style &gt; section h4 {
    font-size: 1.125rem;
    margin: 0 0 24px;
  }
  #content #primary #main #wrapper .article-contents .u-cont-style .u-footer-style {
    margin: 24px auto 72px;
  }
  #content #primary #main #wrapper .article-contents .text-wrap {
    margin: 0 0% 16px;
  }
  #content #primary #main #wrapper .article-contents .text-wrap2 {
    margin: 0 0% 16px;
  }
  #content #primary #main #wrapper .article-contents .inner-sec {
    margin-top: 56px;
  }
  #content #primary #main #wrapper .article-contents .inner-sec .flex-01 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #content #primary #main #wrapper .article-contents .top-border {
    margin-top: 40px !important;
    border-top: 1px dashed #dcd6c3 !important;
  }
  #content #primary #main #wrapper .article-contents #about &gt; section:first-child,
  #content #primary #main #wrapper .article-contents #medicals &gt; section:first-child {
    margin-bottom: 120px;
  }
  #content #primary #main #wrapper .article-contents #about .list_style_01 li a,
  #content #primary #main #wrapper .article-contents #medicals .list_style_01 li a {
    width: 100%;
    max-width: 400px;
  }
  #content #primary #main #wrapper .article-contents #about .list_style_01 li a figure figcaption,
  #content #primary #main #wrapper .article-contents #medicals .list_style_01 li a figure figcaption {
    right: 12%;
  }
  #content #primary #main #wrapper .article-contents #feature .sec-01 .flex-stay-01 {
    padding: 32px 0;
  }
  #content #primary #main #wrapper .article-contents #clinic-view .list_style_01 li {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) and (min-width: 661px) {
  #content #primary #main #wrapper .article-contents #clinic-view .list_style_01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #content #primary #main #wrapper .article-contents #clinic-view .list_style_01 li {
    width: 31.3%;
  }
}
@media only screen and (max-width: 1024px) {
  #content #primary #main #wrapper .article-contents #medicals .sec-01 &gt; .flex-01, #content #primary #main #wrapper .article-contents #medicals .sec-01 &gt; .flex-02 {
    margin-bottom: 48px;
  }
  #content #primary #main #wrapper .article-contents #medicals .sec-01 &gt; .flex-01:first-of-type, #content #primary #main #wrapper .article-contents #medicals .sec-01 &gt; .flex-02:first-of-type {
    margin-top: 40px;
  }
  #content #primary #main #wrapper .article-contents #medicals .sec-02 .flex-01 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #content #primary #main #wrapper .article-contents #medicals .sec-03 .flex-01 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #content #primary #main #wrapper .article-contents #medicals .sec-03 .medical-contact {
    padding: 8px;
  }
  #content #primary #main #wrapper .article-contents #medicals .sec-03 .medical-contact &gt; p {
    margin-bottom: 6px;
  }
  #content #primary #main #wrapper .article-contents #medicals .sec-03 .medical-contact .dl_style_02 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #content #primary #main #wrapper .article-contents #medicals .sec-03 .medical-contact .dl_style_02 dt {
    margin-bottom: 6px;
  }
  #content #primary #main #wrapper .article-contents #medicals .sec-03 .medical-contact .dl_style_02 dd {
    margin-left: 0;
  }
  #content #primary #main #wrapper .article-contents #access-hours .sec-01 .flex-02 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  #content #primary #main #wrapper .article-contents #access-hours .sec-01 .flex-02 .text-wrap {
    margin: 0 0 40px 0;
    width: 100%;
    min-width: initial;
  }
  #content #primary #main #wrapper .article-contents #access-hours .sec-01 .flex-02 figure {
    margin-bottom: 32px;
    width: 100%;
    text-align: center;
  }
  #content #primary #main #wrapper .article-contents #access-hours .sec-01 .flex-02 figure img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #content #primary #main #wrapper .article-contents #access-hours .sec-01 .flex-02 figure figcaption {
    text-align: center;
  }
  #content #primary #main #wrapper .article-contents #access-hours .sec-01 .g-map_ifm {
    height: 360px;
    width: 100%;
  }
  #content #primary #main #wrapper .article-contents #access-hours .sec-03 {
    margin-bottom: 56px;
  }
  #content #primary #main #wrapper .article-contents #access-hours .sec-03 .table-wrap {
    margin: 0 auto 16px;
  }
  #content #primary #main #wrapper .article-contents #access-hours .sec-03 .table-wrap figcaption {
    text-align: center;
    float: none;
    width: 100%;
  }
  #content #primary #main #wrapper .article-contents .table-type_form tbody #tel_fm {
    width: 100%;
  }
  #content #primary #main #wrapper .article-contents .table-type_form tbody #t-area_fm {
    width: 100%;
  }
  #content #primary #main #wrapper .article-contents .table-type_form tbody .check-medical td .horizontal-item {
    margin: 0;
  }
  #content #primary #main #wrapper .article-contents .table-type_form tbody tr {
    display: block;
  }
  #content #primary #main #wrapper .article-contents .table-type_form tbody tr th {
    width: 100%;
    padding: 12px 4px;
  }
  #content #primary #main #wrapper .article-contents .table-type_form tbody tr td {
    padding: 24px 0px;
    width: 100%;
  }
  #content #primary #main #wrapper .article-contents .table-type_form tbody tr td label #age_fm {
    width: 65px;
  }
  #content #primary #main #wrapper .article-contents .table-type_form tbody tr td label input {
    width: 100%;
  }
  #content #primary #main #wrapper .article-contents .info-contents .info_inner {
    margin: 0 auto;
  }
  #content #primary #main #wrapper .article-contents .info-contents .info_inner .post {
    margin-bottom: 24px;
    padding: 4% 2%;
  }
  #content #primary #main #wrapper .article-contents .info-contents .info_inner .post .entry-header .entry-title {
    font-size: 1.25rem;
  }
  #content #primary #main #wrapper .article-contents .info-contents .info_inner .post .content-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #content #primary #main #wrapper .article-contents .info-contents .info_inner .post .content-flex .post-thumbnail {
    max-width: 160px;
    margin: 0 auto 24px;
  }
  #content #primary #main #wrapper .article-contents .info-contents .info_inner .post .content-flex .entry-content {
    padding: 0 2%;
  }
  #content #primary #main #wrapper .article-contents .info-contents .info_inner .post .next-page-link {
    width: 100%;
    padding: 10px 24px;
  }
  #content #primary #main #wrapper .article-contents .info-contents .info_inner .navigation {
    margin: 40px auto 40px;
  }
  #content #primary #main #wrapper .article-contents #db-article .page-header {
    margin-bottom: 40px;
  }
  #content #primary #main #wrapper .info-article {
    margin-top: 24px;
  }
  .all-404 .error404 #main_404 #contents {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .all-404 .error404 #main_404 #contents #inner {
    padding: 0 2%;
  }
  .all-404 .error404 #main_404 #contents #inner h1 .m-text {
    font-size: 3.5rem;
  }
  .all-404 .error404 #main_404 #contents #inner &gt; p {
    font-size: 1rem;
    max-width: 380px;
  }
}
#main_visual {
  width: 100%;
  margin: 0px auto 16px;
}
#main_visual .swiper-wrapper .swiper-slide:first-child {
  background-image: url(../template-b/images/main-mv_01.webp);
  background-color: rgba(0, 0, 0, 0);
  background-position: center center;
  background-size: cover;
  -webkit-animation-duration: 10000ms;
          animation-duration: 10000ms;
}
#main_visual .swiper-wrapper .swiper-slide:nth-child(2) {
  background-image: url(../template-b/images/main-mv_02.webp);
  background-color: rgba(0, 0, 0, 0);
  background-position: center center;
  background-size: cover;
  -webkit-animation-duration: 10000ms;
          animation-duration: 10000ms;
}
#main_visual .swiper-wrapper .swiper-slide:last-child {
  background-image: url(../template-b/images/main-mv_03.webp);
  background-color: rgba(0, 0, 0, 0);
  background-position: center center;
  background-size: cover;
  -webkit-animation-duration: 10000ms;
          animation-duration: 10000ms;
}
#main_visual .swiper-pagination {
  display: none;
}

body.page-template-default #page_under .header-wrap_under {
  padding: 24px 2% 16px;
  height: 480px;
}
@media only screen and (max-width: 1024px) {
  body.page-template-default #page_under .header-wrap_under {
    height: 200px;
  }
}

body.single #page_under .header-wrap_under {
  padding: 24px 2% 16px;
  height: 480px;
}
@media only screen and (max-width: 1024px) {
  body.single #page_under .header-wrap_under {
    height: 200px;
  }
}

body.archive #page_under .header-wrap_under {
  padding: 24px 2% 16px;
  height: 480px;
}
@media only screen and (max-width: 1024px) {
  body.archive #page_under .header-wrap_under {
    height: 200px;
  }
}

.charge-button {
  position: relative;
  background-color: #1abc9c;
  border-radius: 4px;
  color: #fff;
  line-height: 52px;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: 0 3px 0 #0e8c73;
          box-shadow: 0 3px 0 #0e8c73;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.charge-button:hover {
  background-color: #31c8aa;
  -webkit-box-shadow: 0 3px 0 #23a188;
          box-shadow: 0 3px 0 #23a188;
}

.charge-button:active {
  top: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.m-flex {
  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;
}
@media screen and (max-width: 1024px) {
  .m-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.m-flex .m-left {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .m-flex .m-left {
    width: 100%;
  }
}
.m-flex .m-left .medical-contact {
  margin-top: 0 !important;
}
.m-flex .m-right {
  width: 48%;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .m-flex .m-right {
    width: 100%;
  }
}

#bread #breadcrumb ol.breadcrumbs20 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#bread #breadcrumb ol.breadcrumbs20 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
}

.btn_type_fm {
  color: #FFFFFF;
  text-align: center;
  padding: 4px;
  background-color: #2e7da2;
  border: none;
  width: 100%;
  font-size: 1.125rem;
  height: 40px;
  outline: none;
  cursor: pointer;
}

.fm_btn_wrp {
  width: 240px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  #content #primary #main #wrapper .article-contents .table-type_form tbody tr td .mwform-radio-field #sex_fm-1,
  #content #primary #main #wrapper .article-contents .table-type_form tbody tr td .mwform-radio-field #sex_fm-2 {
    width: auto;
    height: 15px;
    -webkit-appearance: checkbox;
  }
  #content #primary #main #wrapper .article-contents .table-type_form tbody tr td .mwform-checkbox-field label input {
    width: auto;
    -webkit-appearance: checkbox;
  }
  #content #primary #main #wrapper .article-contents .table-type_form tbody tr td label span {
    display: inline-block;
  }
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0px;
}

.red-moji {
  color: #ff0000;
  font-size: 0.9rem;
}

.online_bnr {
  width: 420px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .online_bnr {
    width: 100%;
  }
}

.sougei_bnr {
  margin: 2rem auto 2rem;
  width: 95%;
}
@media screen and (min-width: 771px) {
  .sougei_bnr {
    display: none;
  }
}

.map_waku {
  text-align: center;
}

#glt-translate-trigger {
  top: 6.5rem !important;
  right: 0rem;
}

.end-waku {
  margin: 40px 0 50px;
  padding-bottom: 40px;
  border-bottom: dotted 2px #999;
}

.end-waku table {
  border-collapse: collapse;
  border: solid 1px #5d84b5;
  text-align: center;
}

.end-waku tr {
  border: solid 1px #5d84b5;
}

.end-waku td {
  border: solid 1px #5d84b5;
  padding: 10px 25px;
}

/*YouTube*/
.player {
  width: 30%;
  aspect-ratio: 16/9;
  margin: 20px auto 40px;
}

/* スマホ用の記述(YouTube)*/
@media only screen and (max-width: 1024px) {
  .player {
    width: 100% !important;
    aspect-ratio: 16/9;
    margin: 20px 0 68px;
  }
}
.player iframe {
  width: 100%;
  height: 100%;
}

.kyujin {
  text-decoration: none;
  display: inline;
  color: #2f2f2f;
}

.red_line {
  color: red;
}

/* --------当院の特徴-------- */
.p-front-feature {
  background-image: url(./images/top/feature.webp);
  background-size: cover;
  background-position: center;
}

.p-front-feature__card {
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
}

.p-front-feature__card-img {
  border-radius: 10px 10px 0 0;
}

.p-front-feature__card h3 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.15rem;
  margin-bottom: 10px;
  line-height: 1.6;
  color: #2f7da3;
}

@media screen and (max-width: 768px) {
  .p-front-feature__card h3 {
    font-size: 18px;
  }
}
.p-front-feature__card p {
  margin-bottom: 5px;
  line-height: 1.6;
  font-size: 16px;
}

.p-front-feature__card-txt {
  padding: 20px;
  letter-spacing: 0.1rem;
}</pre></body></html>