@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&family=Zen+Maru+Gothic:wght@500;700;900&display=swap");
/*@mixin hover2 {
  transition: .1s;
  box-shadow: 0 5px 0 0 darken($black, 20%);
  &:hover {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    text-decoration: none;
    box-shadow: 0 0 0 0 darken($black, 20%);
  }
}*/
/******************************************
[global]
******************************************/
html,
body {
  /*height: 100%;*/
  margin: auto;
}

html {
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Zen Maru Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
  background-color: #fff;
  overflow-x: hidden;
  /* sp */
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }
}

.inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
  z-index: 0;
}
.inner-wide {
  width: calc(100% - 120px);
  max-width: 1800px;
  margin: auto;
}

/* sp */
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .inner-wide {
    width: 100%;
    padding: 0 15px;
  }
  .inner > .inner {
    padding: 0;
  }
}
.flexInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexInner-r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* sp */
@media screen and (max-width: 768px) {
  .flexInner {
    display: block;
  }
  .flexInner > div {
    width: 100%;
  }
}
img {
  max-width: 100%;
  height: auto;
}
img.full {
  width: 100%;
}
img.radius {
  border-radius: 16px;
}

@media screen and (max-width: 768px) {
  img.radius {
    border-radius: 12px;
  }
}
.img {
  font-size: 0;
  overflow: hidden;
}
.img.radius {
  border-radius: 16px;
}

b {
  font-weight: 900;
}

a {
  color: #FF796E;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  text-decoration: underline;
}

p a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #F34A08;
  text-decoration: underline;
}
p.ttl {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 15px;
}

br.space {
  content: "";
  display: block;
  margin: 15px 0;
}

hr {
  margin: 0 auto;
  padding: 60px 0;
  border: 0;
}
hr:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
}

small {
  font-size: 85%;
}

.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Oswald";
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
}
.tel i {
  font-size: 80%;
  margin: 0 5px 0 0;
}
.tel a {
  color: inherit;
}

.fz0 {
  font-size: 0;
}

.eng {
  font-family: "Oswald";
  font-weight: normal;
}

ul.disk li {
  font-size: 1rem;
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1rem;
  padding-left: 1.5rem;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.mt0 {
  margin-top: 0px !important;
}

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

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

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

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

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

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

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

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

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

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

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

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

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

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

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/******************************************
[PC・SP表示非表示]
******************************************/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

/******************************************
[文字拡大]
******************************************/
.big {
  font-size: 120% !important;
  font-weight: 700 !important;
  /* sp */
}
@media screen and (max-width: 768px) {
  .big {
    line-height: 1.6;
  }
}

/******************************************
[テキスト揃え]
******************************************/
.t-center {
  text-align: center !important;
}

.t-center-pc {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .t-center-pc {
    text-align: justify;
  }
}

.t-left {
  text-align: left !important;
}

.t-right {
  text-align: right !important;
}

/******************************************
[左右寄せ float]
******************************************/
.f-left {
  float: left;
  margin: 0 40px 0 0;
}

.f-right {
  float: right;
  margin: 0 0 0 40px;
}

/* sp */
@media screen and (max-width: 768px) {
  .f-left,
  .f-right {
    float: none;
    display: block;
    margin: 0 0 20px 0;
  }
}
/******************************************
[テキストカラー]
******************************************/
.color-main {
  color: #75C684 !important;
}

.color-sub {
  color: #898EDF !important;
}

.black {
  color: #75C684 !important;
}

.white {
  color: #fff !important;
}

.red {
  color: #F34A08 !important;
}

.pink {
  color: #FF9F97 !important;
}

.orange {
  color: #FF796E !important;
}

.yellow {
  color: #F7EF90 !important;
}

.green {
  color: #51ADA6 !important;
}

.blue {
  color: #6289C6 !important;
}

.brown {
  color: #846C55 !important;
}

.gray {
  color: #bbb !important;
}

.gray-light {
  color: #EAEAEA !important;
}

/******************************************
[見出し]
******************************************/
h2 {
  line-height: 1.2;
}
h2.midashi-h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 60px;
  display: block;
  text-align: center;
}
h2.midashi-h2:before {
  content: "";
  background: url("../img/icon-h2.svg") no-repeat center;
  background-size: contain;
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 auto 5px;
}
h2.midashi-h2.left {
  text-align: left;
}
h2.midashi-h2 span.eng {
  font-size: 1.125rem;
  color: #bbb;
  display: block;
  margin-top: 5px;
}

/* sp */
@media screen and (max-width: 768px) {
  h2.midashi-h2 {
    font-size: 1.5rem;
    margin: 0 0 30px;
  }
  h2.midashi-h2:before {
    width: 30px;
    height: 30px;
  }
  h2.midashi-h2 span.eng {
    font-size: 0.875rem;
  }
}
h3 {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0 30px;
}
h3.midashi-h3 {
  font-size: 1.5rem;
  font-weight: 900;
  color: #846C55;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  border-bottom: 3px solid #846C55;
  padding-bottom: 10px;
}
h3.midashi-h3 span.eng {
  font-size: 1rem;
  color: #bbb;
  padding: 0 0 4px 10px;
}
h3:before {
  content: "";
  background: url("../img/icon-h3.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 5px 3px 0;
}

/* sp */
@media screen and (max-width: 768px) {
  h3 {
    margin: 0 0 10px;
  }
  h3.midashi-h3 {
    font-size: 1.125rem;
    padding-bottom: 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  h3.midashi-h3 span.eng {
    font-size: 0.75rem;
    padding: 0 0 1px 8px;
  }
  h3:before {
    width: 20px;
    height: 20px;
  }
}
h4 {
  font-size: 1.5rem;
  color: #6289C6;
  font-weight: 700;
  margin: 0 0 10px;
}
h4.midashi-h4 {
  font-size: 1.5rem;
  font-weight: 900;
  color: #846C55;
  line-height: 1.4;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}

/* sp */
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.25rem;
  }
  h4.midashi-h4 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0 0 20px;
  }
  h4.midashi-h4:before {
    width: 40px;
    height: 30px;
  }
}
h5 {
  font-size: 1.5rem;
  color: #75C684;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 10px;
}

/* sp */
@media screen and (max-width: 768px) {
  h5 {
    font-size: 1rem;
    margin: 0 0 10px;
  }
}
/******************************************
[header]
******************************************/
header {
  width: 100%;
  line-height: 1;
  padding: 0;
  margin: auto;
  position: fixed;
  top: -80px;
  z-index: 10;
  background-color: #F5F5EE;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.2);
          box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.2);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .header {
  height: 80px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}
header .header .logo {
  line-height: 1;
}
header .header .logo a {
  display: inline-block;
}
header .header .logo a img {
  width: auto;
  height: 50px;
}
header .header-l {
  width: 310px;
}
header .header-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .header-r .tel {
  display: block;
  margin-left: 10px;
  padding-bottom: 2px;
}
header .header-r .tel a {
  font-size: 1.5rem;
  color: #51ADA6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
header.on {
  top: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  header {
    top: 0;
    height: 50px;
    background-color: #fff;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .header {
    display: block;
    padding: 0;
  }
  header .header-l.logo {
    text-align: center;
    width: 100%;
    padding: 5px 55px;
  }
  header .header-l.logo a img {
    height: 40px;
  }
  header .header-r .tel {
    display: none;
  }
}
/******************************************
[footer]
******************************************/
.footer-wave {
  font-size: 0;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
}
.footer-wave img {
  width: 100%;
  height: auto;
}

footer {
  background-color: #E8F0EA;
  padding: 60px 0;
}
footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
footer .footer-l, footer .footer-r {
  width: 50%;
}
footer .footer-l .logo img {
  width: auto;
  height: 60px;
}
footer .footer-l p.add {
  margin: 10px 0;
}
footer .footer-l p.tel {
  font-size: 1.5rem;
  line-height: 1;
}
footer .footer-r {
  text-align: right;
}
footer .footer-r .calendar {
  margin-top: 0;
}
footer .footer-r .calendar .schedule tr th, footer .footer-r .calendar .schedule tr td {
  font-size: 1rem;
  padding: 14px;
}
footer .navi {
  margin-top: 40px;
  height: 140px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .navi > li > p:before, footer .navi > li > a:before {
  content: "｜";
  margin: 0 5px 0 0;
  display: inline-block;
}
footer .navi > li.nav-main p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #51ADA6;
  margin-bottom: 5px;
}
footer .navi > li .nav-sub li a {
  color: #333;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 8px 20px;
}
footer .navi > li .nav-sub li a:before {
  content: "ー";
  margin: 0 5px 0 0;
  display: inline-block;
}
footer .navi > li a {
  color: #51ADA6;
  line-height: 1;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px 25px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
footer .navi > li a:hover {
  color: #FF796E !important;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .footer-wave {
    bottom: 0;
  }
  footer {
    padding: 60px 0;
  }
  footer .footer {
    display: block;
  }
  footer .footer-l, footer .footer-r {
    width: 100%;
  }
  footer .footer-l .logo {
    text-align: center;
  }
  footer .footer-l .logo img {
    height: 40px;
  }
  footer .footer-r {
    text-align: center;
  }
  footer .footer-r .calendar {
    margin-top: 40px;
  }
  footer .footer-r .calendar .schedule tr th, footer .footer-r .calendar .schedule tr td {
    font-size: 0.75rem;
    padding: 10px 5px;
  }
  footer .navi {
    height: auto;
    margin-top: 20px;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
  footer .navi > li {
    width: 50%;
    margin-top: 15px;
  }
  footer .navi > li > p, footer .navi > li > a {
    padding-left: 0 !important;
  }
  footer .navi > li.nav-main p {
    font-size: 0.875rem;
    margin-bottom: 5px;
  }
  footer .navi > li .nav-sub li a {
    font-size: 0.75rem;
    line-height: 1.4;
    padding: 5px 10px;
  }
  footer .navi > li a {
    font-size: 0.875rem;
    padding: 0 5px 10px;
  }
}
.copy {
  width: 100%;
  max-width: 1040px;
  margin: 60px auto 0;
  font-size: 0.75rem;
  text-align: center;
}

/* sp */
@media screen and (max-width: 768px) {
  .copy {
    font-size: 0.625rem;
  }
}
/******************************************
[section]
******************************************/
section {
  padding: 100px 0;
  overflow: hidden;
  z-index: 0;
}
section:nth-child(odd) {
  background: url("../img/bg-beige.jpg") repeat center;
  background-size: 160px 160px;
}
section:first-of-type {
  background: #fff url("../img/wave-beige1.png") no-repeat center top;
  background-size: contain;
}

/* sp */
@media screen and (max-width: 768px) {
  section {
    padding: 60px 0;
  }
  section:nth-child(odd) {
    background-size: 80px 80px;
  }
  section:first-of-type {
    background: #fff url("../img/wave-beige1-sp.png") repeat-x center top;
    background-size: contain;
  }
}
/******************************************
[グローバルナビ]
******************************************/
nav {
  line-height: 1;
  margin: 0;
  padding: 0;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav > ul {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
nav > ul > li {
  height: 100%;
  text-align: center;
  padding: 15px 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
nav > ul > li:hover {
  background-color: rgba(81, 173, 166, 0.3);
}
nav > ul > li:hover > a {
  text-decoration: none;
}
nav > ul > li > a, nav > ul > li > p {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
  line-height: 1;
  display: inline-block;
  padding: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  pointer-events: painted;
}
nav > ul > li > a:hover, nav > ul > li > p:hover {
  text-decoration: none;
}
nav .spNav-info {
  display: none;
}
nav .spNav-info-logo {
  display: none;
}
nav {
  /* ドロップダウン */
}
nav .nav-main > p:after {
  font-size: 1.125rem;
  font-family: "icomoon";
  content: "\e905";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -17px;
  margin: auto;
  z-index: 10;
}
nav .nav-main .nav-sub {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  width: 300px;
  padding: 0;
  position: absolute;
  top: 100px;
  right: 0;
  margin: auto;
  background-color: #fff;
  z-index: 100;
  border-radius: 10px;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
          box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
  padding: 20px;
  /*
  &:after {
    //content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent $main transparent;
  }
  &:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 150px;
    height: 20px;
  }
  */
}
nav .nav-main .nav-sub li {
  border-top: 1px solid #DDCEC4;
}
@media screen and (min-width: 769px) {
  nav .nav-main .nav-sub li:last-child {
    border-bottom: 1px solid #DDCEC4;
  }
}
nav .nav-main .nav-sub li a {
  font-size: 1rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  color: #846C55;
  padding: 15px 5px;
  margin: 0 auto;
}
nav .nav-main .nav-sub li a:before {
  font-family: "icomoon";
  content: "\e90a";
  font-size: 0.625rem;
  margin: 0 5px 0 0;
  display: block;
}
@media screen and (min-width: 769px) {
  nav .nav-main .nav-sub li a:hover {
    text-decoration: none;
  }
}
nav .nav-main:hover .nav-sub {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  top: 60px;
}
nav .nav-main:hover .nav-sub a:hover {
  background-color: #51ADA6;
  color: #fff;
}

/* sp */
@media screen and (max-width: 768px) {
  nav {
    display: block;
    position: fixed;
    left: -100vw;
    top: 0;
    width: 100vw;
    height: 100%;
    overflow-y: auto;
    z-index: 1000000;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: right 0.2s;
    transition: right 0.2s;
    will-change: transform;
    border-width: 0;
    padding: 0;
  }
  nav > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: auto;
    background-color: #75C684;
    margin: 0;
    border-top: 1px solid #fff;
  }
  nav > ul > li {
    width: 100%;
    text-align: left;
    height: auto;
    padding: 0;
    border-left-width: 0 !important;
    border-bottom: 1px solid #fff;
  }
  nav > ul > li:nth-child(even) {
    border-right-width: 0;
  }
  nav > ul > li.contBnr a {
    height: auto;
    padding: 20px 0;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #bbb;
  }
  nav > ul > li a {
    font-size: 1rem;
    font-weight: 500;
    height: auto;
    color: #fff;
    padding: 15px 10px;
    display: block;
    line-height: 1;
  }
  nav > ul > li a:before {
    margin: 2px 5px 0 0 !important;
  }
  nav {
    /* ドロップダウン */
  }
  nav .nav-main {
    padding: 15px 0;
    height: auto;
  }
  nav .nav-main > p {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    padding: 0 10px 10px 10px;
  }
  nav .nav-main > p:after {
    color: #fff;
    left: initial;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
            transform: translateY(-40%);
  }
  nav .nav-main .nav-sub {
    visibility: visible;
    opacity: 1;
    width: 95%;
    padding: 0;
    position: initial;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    border-radius: 0;
  }
  nav .nav-main .nav-sub:before {
    display: none;
  }
  nav .nav-main .nav-sub li {
    border: 1px solid #75C684 !important;
  }
  nav .nav-main .nav-sub li a {
    font-size: 14px !important;
    height: auto;
    color: #75C684;
    background: #fff;
    text-align: left;
    padding: 10px;
    line-height: 1;
  }
  nav .spNav-info {
    display: block;
    padding: 15px;
    border-radius: 0;
  }
  nav .spNav-info .btn {
    margin-top: 10px;
  }
  nav .spNav-info .btn a {
    font-size: 1rem;
    width: 100%;
    height: 40px;
  }
  nav .spNav-info .info {
    width: 100%;
  }
  nav .spNav-info .info p {
    text-align: left;
    line-height: 1.4;
    border-bottom: 1px dashed #75C684;
    padding: 10px;
  }
  nav .spNav-info .info p:first-child {
    border-top: 1px dashed #75C684;
    padding-top: 10px;
  }
  nav .spNav-info-logo {
    background-color: #75C684;
    height: 50px;
    display: block;
    text-align: left;
    margin: 0 auto;
    padding: 5px 60px 5px 10px;
  }
  nav .spNav-info-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  nav .spNav-info-logo a img {
    width: auto;
    height: 30px;
  }
  nav .spNav-info .spNav-info-tel {
    font-size: 1rem;
    font-weight: 600;
  }
  nav .spNav-info .spNav-info-tel i {
    margin-right: 5px;
  }
}
/* スマホ用グローバルナビボタン
******************************************/
.splogo, .button, .telBtn {
  display: none;
}

@media screen and (max-width: 768px) {
  .splogo {
    text-align: center;
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    padding: 10px 70px;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #bbb;
  }
  .splogo img {
    height: 45px;
  }
  .button, .telBtn {
    display: block !important;
  }
  .button,
  .telBtn,
  .screen {
    position: fixed;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .button,
  .telBtn {
    background: #75C684;
    top: 0;
    width: 50px;
    height: 50px;
    z-index: 1000000;
    cursor: pointer;
  }
  .button:after,
  .telBtn:after {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    bottom: 6px;
  }
  .button.fixed,
  .telBtn.fixed {
    top: 0;
  }
  .button {
    left: 0;
    outline: none;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    border-radius: 0;
  }
  .button:after {
    content: "MENU";
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    width: 100%;
  }
  .button .bar {
    display: block;
    position: absolute;
    top: 18px;
    right: 0;
    left: 0;
    width: 32px;
    height: 2px;
    margin: auto;
    background: #fff;
  }
  .button .bar:before, .button .bar:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 32px;
    height: 2px;
    margin: auto;
    background: #fff;
  }
  .button .bar:before {
    top: -8px;
  }
  .button .bar:after {
    top: 8px;
  }
  .open nav {
    left: 0;
    background-color: #fff;
  }
  .open .button {
    -ms-transform: translate(260px, 0);
        transform: translate(260px, 0);
    -webkit-transform: translate(260px, 0);
    left: initial;
    right: 260px;
    border-radius: 0;
  }
  .open .button:after {
    content: "CLOSE";
    color: #fff;
  }
  .open .telBtn {
    z-index: 999999;
  }
  .open .bar {
    background: none;
  }
  .open .bar:before, .open .bar:after {
    top: 0;
    background: #fff;
  }
  .open .bar:before {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .open .bar:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }
  .open .screen {
    opacity: 0.8;
    visibility: visible;
  }
  .telBtn {
    background: #FF796E;
    right: 0;
    padding: 5px 0;
    text-align: center;
    border-radius: 0;
  }
  .telBtn:after {
    content: "TEL";
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    width: 100%;
  }
  .telBtn i {
    color: #fff;
    font-size: 1.375rem;
    top: 5px;
  }
  .telBtn2 {
    top: 65px;
  }
  .telBtn2:after {
    content: "MOBILE";
  }
  .screen {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
  }
}
/******************************************
[totop] トップへ戻るボタン
******************************************/
.pagetop {
  position: fixed;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  bottom: -80px;
  right: 0;
}
.pagetop a {
  font-size: 1rem;
  font-weight: 900;
  color: #51ADA6;
  line-height: 1;
  padding: 15px 25px;
  display: block;
  text-align: center;
}
.pagetop a img {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto 5px;
}
@media screen and (min-width: 769px) {
  .pagetop:hover a {
    text-decoration: none;
  }
}
.pagetop.fade {
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .pagetop.fade:hover {
    bottom: 10px;
  }
}

/* sp */
@media screen and (max-width: 768px) {
  .pagetop {
    position: fixed;
    z-index: 99;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    bottom: -80px;
    right: 0;
    z-index: 9;
  }
  .pagetop a {
    padding: 10px;
  }
  .pagetop a i {
    font-size: 1.5625rem;
  }
  .pagetop.fade {
    bottom: 50px;
  }
}
/******************************************
[google map]
******************************************/
.gmap {
  overflow: hidden;
  height: 350px;
}
/* sp */
@media screen and (max-width: 768px) {
  .gmap {
    height: 300px !important;
  }
}
/******************************************
[画像・ボックスの影]
******************************************/
.shadow-1 {
  -webkit-box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.2);
          box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.2);
}

.shadow-2 {
  -webkit-box-shadow: 10px 10px 0px 0px rgba(51, 51, 51, 0.5);
          box-shadow: 10px 10px 0px 0px rgba(51, 51, 51, 0.5);
}

.shadow-3 {
  -webkit-box-shadow: 5px 5px 5px 0px rgba(51, 51, 51, 0.5);
          box-shadow: 5px 5px 5px 0px rgba(51, 51, 51, 0.5);
}

/******************************************
注釈.note
******************************************/
.note {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-indent: -0.9rem;
  padding: 0 0 0 0.9rem;
  margin: 6px 0 0;
  display: block;
  width: 100%;
}
.note:first-of-type {
  margin: 10px 0 0;
}
.note-big {
  font-size: initial;
  line-height: 1.5;
  text-indent: -1rem;
  padding: 0 0 0 1rem;
  display: block;
}

/* sp */
@media screen and (max-width: 768px) {
  .note {
    text-indent: -1em;
    padding: 0 0 0 1em;
  }
}
/******************************************
[topics] トピックス
******************************************/
.topics {
  background-color: #fff;
  padding: 40px;
  margin-top: 40px;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
.topics:first-child {
  margin-top: 0;
}
.topics > .news ul li {
  width: 100%;
}
.topics > .news ul li:first-of-type a {
  border-top: 1px dashed #bbb;
}
.topics > .news ul li:last-child {
  margin-bottom: 0;
}
.topics > .news ul li .topics_date {
  font-weight: 800;
  display: inline-block;
  margin: 0;
  color: #846C55;
  font-weight: 900;
  /*background: $main;
  border-radius: 100px;
  padding: 0 15px 3px 15px;*/
}
.topics > .news ul li .topics_title {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .topics > .news ul li .topics_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.topics > .news ul li .topics_title {
  display: block;
  padding-left: 20px;
}
.topics > .news ul li .topics_thumb {
  display: block;
}
.topics > .news ul li .topics_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0px 0px;
     object-position: 0px 0px;
}
.topics > .news ul li a {
  font-size: 1.125rem;
  line-height: 1;
  padding: 20px 0;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dashed #bbb;
}
.topics > .news ul li a:hover {
  text-decoration: none;
  background-color: rgba(81, 173, 166, 0.2);
}
.topics.newsList {
  padding: 0;
  margin: 0;
}
.topics.newsList .news {
  width: 100%;
}
.topics.detail .topics_title {
  font-size: 1.25rem;
  font-weight: 800;
}
.topics.detail .topics_date {
  font-size: 0.875rem;
  text-align: right;
}
.topics.detail .topics_thumb img {
  height: auto;
  max-height: 400px;
  display: block;
  margin: auto;
}
.topics.detail .topics_body {
  font-size: 1rem;
  padding: 40px 0 0;
}
.topics.detail .topics_body a {
  text-decoration: underline;
}
.topics.detail .topics_body p {
  line-height: 165%;
  margin-bottom: 1rem;
}
.topics.thumbnail {
  background-color: initial !important;
  padding: 0;
  margin-top: 0;
}
.topics.thumbnail > ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 80px 8%;
}
.topics.thumbnail > ul li {
  width: 46%;
}
.topics.thumbnail > ul li a {
  color: #333;
  display: block;
  line-height: 1.2;
  padding: 0;
}
.topics.thumbnail > ul li a > span {
  display: block;
}
.topics.thumbnail > ul li .topics_thumb {
  width: 90%;
  height: 25vw;
  max-height: 400px;
  display: block;
  border-radius: 16px;
  margin: 0 auto 10px;
  overflow: hidden;
  background: url("../img/_thumbnail.jpg") center no-repeat;
  background-size: cover;
  z-index: 1;
}
.topics.thumbnail > ul li .topics_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topics.thumbnail > ul li .topics_date {
  color: #51ADA6;
  font-weight: 700;
  padding: 0 10px;
}
.topics.thumbnail > ul li .topics_title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #75C684;
  width: 100%;
  text-align: left;
  overflow: visible;
  text-overflow: inherit;
  white-space: inherit;
  display: block;
  padding: 10px 0;
  margin-bottom: 20px;
  line-height: 1.5;
}
.topics.thumbnail > ul li .topics_body {
  font-size: 1rem;
  color: #333;
  padding: 0;
  margin-top: 20px;
  line-height: 1.5;
}
.topics.thumbnail > ul li .topics_body br {
  display: none;
}
.topics .category_name {
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  min-width: 80px;
  color: #fff;
  padding: 6px 10px 7px;
  margin-right: 20px;
  line-height: 1;
  background-color: #75C684;
  border-radius: 100px;
  display: inline-block !important;
}

/* sp */
@media screen and (max-width: 768px) {
  .topics {
    padding: 20px;
    margin-top: 40px;
    border-radius: 14px;
    display: block;
  }
  .topics > .news ul li .topics_date {
    font-size: 0.875rem;
  }
  .topics > .news ul li .topics_title {
    padding-left: 0;
    width: 100%;
    display: block;
    margin-top: 5px;
    line-height: 1.4;
  }
  .topics > .news ul li a {
    font-size: 0.875rem;
    display: block;
    padding: 10px 0 14px;
    margin: 0;
  }
  .topics > .news ul li span {
    display: inline-block;
  }
  .topics.detail {
    padding: 15px;
    background-size: 240px 240px;
  }
  .topics.detail .topics_title {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .topics.detail .topics_date {
    font-size: 0.625rem;
  }
  .topics.detail .topics_body {
    font-size: 1rem;
    padding: 30px 15px;
  }
  .topics.thumbnail ul {
    display: block;
  }
  .topics.thumbnail ul li {
    width: 100%;
    margin-top: 40px;
  }
  .topics.thumbnail ul li:first-child {
    margin-top: 0;
  }
  .topics.thumbnail ul li .topics_thumb {
    height: 60vw;
    max-height: 300px;
  }
  .topics.thumbnail ul li .topics_title {
    font-size: 1rem;
  }
  .topics.thumbnail ul li .topics_title::before {
    width: 20px;
    height: 20px;
    margin: 0 5px -2px 0;
  }
  .topics.thumbnail ul li .topics_body {
    font-size: 0.75rem;
  }
  .topics.thumbnail ul li .topics_body br {
    display: none;
  }
  .topics .category_name {
    font-size: 0.625rem;
    min-width: inherit;
    padding: 5px 10px;
    margin-right: 5px;
  }
}
/******************************************
[sideBnr] 追随バナー
******************************************/
.sideBnr {
  position: fixed;
  right: -18px;
  top: 260px;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sideBnr:hover {
  right: 0;
}
.sideBnr a {
  width: 80px;
  font-size: 1.5625rem;
  font-weight: bold;
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  background-color: #FF796E;
  border-radius: 6px 0 0 6px;
  padding: 40px 36px 40px 20px;
  display: block;
  line-height: 1;
  text-decoration: none;
}
.sideBnr a i.icon-line:before {
  font-size: 150%;
  color: #fff;
  margin-bottom: 5px;
}

/* sp */
@media screen and (max-width: 768px) {
  .sideBnr {
    display: none;
    position: fixed;
    right: 0;
    left: 0;
    top: initial;
    bottom: 0;
    z-index: 10;
    text-align: center;
    width: calc(100% - 30px);
    padding: 0 10px;
  }
  .sideBnr a {
    width: 100%;
    height: 40px;
    font-size: 1rem;
    -ms-writing-mode: inherit;
    -webkit-writing-mode: inherit;
            writing-mode: inherit;
    border-radius: 6px 6px 0 0;
    padding: 10px 0;
  }
  .sideBnr a i.icon-line:before {
    font-size: 130%;
    margin-bottom: 0;
    margin-right: 5px;
  }
}
/******************************************
[.imgTxt] 画像とテキストのセット
******************************************/
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
.imgTxt-img {
  font-size: 0;
  width: 400px;
  overflow: hidden;
  margin-bottom: 20px;
}
.imgTxt-img img {
  width: 100%;
  border-radius: 16px;
  margin: 0 auto;
  display: block;
}
.imgTxt-img p {
  font-size: 1rem;
}
.imgTxt-img.right {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}
.imgTxt-img.left {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}
.imgTxt-img.height100 {
  border-radius: 20px;
}
.imgTxt-img.height100 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto !important;
  height: 100%;
  max-width: initial;
}
.imgTxt-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.imgTxt-txt .ttl {
  font-size: 2rem;
  color: #FF796E;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 10px;
  display: block;
}
.imgTxt-txt.left {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}
.imgTxt-txt.right {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}
.imgTxt.tate {
  display: block;
}
.imgTxt.tate > div {
  width: 100%;
}
.imgTxt.imgBig .imgTxt-img {
  width: 500px;
}
.imgTxt.imgBig .imgTxt-img img {
  width: 100%;
}
.imgTxt.imgSmall .imgTxt-img {
  width: 300px;
}
.imgTxt.imgSmall .imgTxt-img img {
  width: 100%;
}
.imgTxt.wide {
  margin-top: 40px;
}
.imgTxt.wide .imgTxt-img {
  width: 500px;
}
.imgTxt.wide .imgTxt-img img {
  width: 100%;
}
.imgTxt.wide .imgTxt-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.imgTxt.small .imgTxt-img {
  width: 300px;
}
.imgTxt.small .imgTxt-img img {
  width: 100%;
}

/* sp */
@media screen and (max-width: 768px) {
  .imgTxt,
  .imgTxt.mini {
    display: block;
    width: 100%;
    max-width: 600px;
    margin-top: 30px;
  }
  .imgTxt > div,
  .imgTxt.mini > div {
    min-height: auto;
  }
  .imgTxt .imgTxt-img,
  .imgTxt .imgTxt-txt,
  .imgTxt.mini .imgTxt-img,
  .imgTxt.mini .imgTxt-txt {
    width: 100% !important;
  }
  .imgTxt .imgTxt-img,
  .imgTxt.mini .imgTxt-img {
    height: auto;
    margin: 0 auto 20px;
  }
  .imgTxt .imgTxt-txt,
  .imgTxt.mini .imgTxt-txt {
    padding: 0 !important;
  }
  .imgTxt .ttl,
  .imgTxt.mini .ttl {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
  .imgTxt .txt,
  .imgTxt.mini .txt {
    font-size: 1rem;
  }
  .imgTxt:nth-of-type(even) .imgTxt-txt,
  .imgTxt.mini:nth-of-type(even) .imgTxt-txt {
    padding: 15px 0 0;
  }
}
/******************************************
コンタクトエリア　.contactSec
******************************************/
#contactSec {
  padding: 60px 0;
  background-color: #898EDF;
}
#contactSec .contactSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contactSec .contactSec > div {
  padding: 10px 40px;
  border-right: 1px dashed #75C684;
}
#contactSec .contactSec > div:first-child {
  border-left: 1px dashed #75C684;
}
#contactSec .contactSec-ttl h2 {
  margin: 0;
}
#contactSec .contactSec-tel p {
  font-size: 1.125rem;
  font-weight: 900;
  text-align: center;
  color: #75C684;
  margin: 0 0 10px;
}
#contactSec .contactSec-tel a.tel {
  font-size: 2rem;
  font-weight: 700;
  color: #75C684;
  margin: 0;
  line-height: 1;
}
#contactSec .contactSec-tel a.tel i {
  margin-right: 10px;
}
#contactSec .contactSec-btn .btn {
  margin: 0;
}
#contactSec .contactSec-btn .btn a {
  margin: 0;
}
#contactSec .contactSec-btn .btn a i {
  margin-right: 10px;
}

/* sp */
@media screen and (max-width: 768px) {
  #contactSec .contactSec {
    display: block;
  }
  #contactSec .contactSec > div {
    padding: 20px 0 0;
    border-right-width: 0;
  }
  #contactSec .contactSec > div:first-child {
    border-left-width: 0;
    padding-top: 0;
  }
  #contactSec .contactSec-ttl h2 {
    text-align: center;
  }
  #contactSec .contactSec-tel {
    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;
  }
  #contactSec .contactSec-tel p {
    font-size: 1.125rem;
    margin: 0 10px 0 0;
  }
  #contactSec .contactSec-tel a.tel {
    font-size: 1.75rem;
    line-height: 1;
  }
  #contactSec .contactSec-tel a.tel i {
    margin-right: 10px;
  }
}
/******************************************
[btn] ボタン
******************************************/
.btn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 0;
  z-index: 1;
}
.btn a {
  min-width: 300px;
  height: 60px;
  font-size: 1rem;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  background-color: #51ADA6;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(51, 51, 51, 0.2);
          box-shadow: 2px 2px 4px 0px rgba(51, 51, 51, 0.2);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px;
  margin: 0 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 100px;
}
.btn a i {
  font-size: 1.5em;
  margin-left: 10px;
}
.btn a .arrow {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 2px;
  margin: 9px 0 0 10px;
  border-radius: 9999px;
  background-color: #fff;
}
.btn a .arrow:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - 2px) 50%;
      -ms-transform-origin: calc(100% - 2px) 50%;
          transform-origin: calc(100% - 2px) 50%;
}
.btn a:hover {
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.btn a:hover:after {
  text-decoration: none;
}
.btn a img {
  margin-right: 10px;
}

/* sp */
@media screen and (max-width: 768px) {
  .btn {
    margin: 20px auto 0;
  }
  .btn a {
    font-size: 0.875rem;
    min-width: initial;
    height: 50px;
    line-height: 1;
  }
  .btn a i {
    font-size: 1.5em;
  }
}
/******************************************
基本テーブルデザイン
******************************************/
table.basic {
  width: 100%;
  table-layout: fixed;
}
table.basic tr {
  border-top: 1px dashed #bbb;
}
table.basic tr:first-child {
  border-top-width: 0;
}
table.basic tr th, table.basic tr td {
  text-align: left;
  padding: 20px 10px;
  line-height: 1.5;
}
table.basic tr th {
  font-weight: 600;
  width: 140px;
  vertical-align: baseline;
}

/* sp */
@media screen and (max-width: 768px) {
  table.basic tr th, table.basic tr td {
    font-size: 0.875rem;
    padding: 10px 5px;
  }
  table.basic tr th {
    width: 70px;
  }
}
dl.basic {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
dl.basic dt, dl.basic dd {
  border-bottom: 1px dashed #bbb;
  padding: 10px 5px;
}
dl.basic dt {
  width: 25%;
}
dl.basic dd {
  width: 75%;
}

/******************************************
[.frame] フレーム
******************************************/
.frame {
  padding: 25px;
  border-radius: 16px;
  margin: 20px 0;
}
.frame-line {
  border: 1px solid #bbb;
  border-radius: 16px;
  padding: 20px 30px;
  margin: 20px 0;
  background: #fff;
}
.frame-white {
  background: #fff;
  padding: 20px 30px;
  margin: 20px 0;
  border-radius: 16px;
}
.frame-white:first-of-type {
  margin-top: 0;
}
.frame-beige {
  height: 100%;
  background: #F5F5EE;
  padding: 20px 30px;
  margin: 20px 0;
  border-radius: 16px;
}
.frame-beige:first-of-type {
  margin-top: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  .frame {
    padding: 15px;
  }
  .frame-line {
    padding: 15px;
  }
  .frame-white {
    padding: 15px;
    margin: 20px 0;
  }
  .frame-beige {
    padding: 15px;
  }
}
/******************************************
[.check] チェックボックス
******************************************/
.check li {
  font-weight: 500;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 10px 0 0;
  padding-bottom: 10px;
}
.check li:before {
  color: #75C684;
  font-size: 1.4em;
  line-height: 1;
  content: "\e901";
  font-family: "icomoon";
  display: block;
  text-align: center;
  margin-right: 10px;
}
.check.line li {
  border-bottom: 1px dashed #75C684;
}

/* sp */
@media screen and (max-width: 768px) {
  .check li {
    font-size: 1rem;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: 10px;
  }
  .check li:first-child {
    margin-top: 0;
  }
  .check li:before {
    font-size: 1.2em;
  }
}
.list li {
  display: block;
  line-height: 1.5;
  padding-left: 1.4rem;
  padding-bottom: 20px;
  margin: 20px 0 0;
  border-bottom: 1px dashed #bbb;
}
.list li:first-child {
  margin-top: 0;
}
.list li:before {
  content: "●";
  color: #75C684;
  display: inline-block;
  width: 1em;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
}
.list.inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list.inline li {
  margin: 0 5% 2% 0;
}
.list.noborder li {
  border-bottom-width: 0;
  padding-bottom: 5px;
  margin-top: 5px;
}
.list-num li {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 32px;
  margin-top: 15px;
}
.list-num li:first-child {
  margin-top: 0;
}
.list-num li span {
  font-weight: 900;
  display: inline-block;
  line-height: 1.4;
  width: 27px;
  height: 27px;
  background-color: #75C684;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 1px;
}

/* sp */
@media screen and (max-width: 768px) {
  .list li {
    display: block;
    line-height: 1.5;
    padding-left: 1.4rem;
    padding-bottom: 20px;
    margin: 20px 0 0;
    border-bottom: 1px dashed #bbb;
  }
  .list li:first-child {
    margin-top: 0;
  }
  .list li:before {
    content: "●";
    color: #75C684;
    display: inline-block;
    width: 1em;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
  }
  .list.inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list.inline li {
    padding-bottom: 10px;
  }
  .list.noborder li {
    border-bottom-width: 0;
    padding-bottom: 5px;
    margin-top: 5px;
  }
  .list-num li {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
    padding-left: 32px;
    margin-top: 15px;
  }
  .list-num li:first-child {
    margin-top: 0;
  }
  .list-num li span {
    font-weight: 900;
    display: inline-block;
    line-height: 1.4;
    width: 27px;
    height: 27px;
    background-color: #75C684;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 1px;
  }
}
/******************************************
ローディング　loading
******************************************/
#load_animation {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

#load_animation.is-active {
  opacity: 0;
  visibility: hidden;
}

.load-icon {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #fff;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.load-icon img {
  width: auto;
  max-width: initial;
  height: 200px;
}

.load-icon.is-active {
  opacity: 1;
  visibility: visible;
}

/* sp */
@media screen and (max-width: 768px) {
  .load-icon img {
    width: 70%;
    height: auto;
  }
}
/******************************************
画面最下部追従バナー　fixBnr
******************************************/
.fixBnr {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #898EDF;
  z-index: 100;
}
.fixBnr .btn {
  width: 50%;
  height: 100%;
  margin: 0;
}
.fixBnr .btn:nth-child(1) a {
  background-image: url(../img/bg-red.jpg);
}
.fixBnr .btn:nth-child(2) a {
  background-image: url(../img/bg-green.jpg);
}
.fixBnr .btn a {
  font-size: 1.5vw;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  background-repeat: repeat;
  background-position: center;
  background-size: 293px 238px;
}
.fixBnr .btn a img {
  width: 2vw;
  margin: 0 5px;
}

/* sp */
@media screen and (max-width: 768px) {
  .fixBnr {
    height: 40px;
  }
  .fixBnr .btn:nth-child(1) {
    width: 35%;
  }
  .fixBnr .btn:nth-child(2) {
    width: 65%;
  }
  .fixBnr .btn a {
    font-size: 0.6875rem;
  }
  .fixBnr .btn a img {
    width: auto;
    height: 20px;
  }
}
/******************************************
[flow.html] 
******************************************/
.step {
  width: 100%;
  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;
}
.step > ul {
  width: 100%;
  padding-left: 0;
}
.step > ul > li {
  list-style-type: none;
  position: relative;
  padding-left: 80px;
}
.step > ul > li:not(:last-child) {
  padding-bottom: 10px;
}
.step > ul > li:not(:last-child):before {
  content: "";
  background: #EAEAEA;
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% + 30px);
  left: 28px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.step > ul > li > dl dt {
  font-size: 1.75rem;
  font-weight: 700;
  color: #75C684;
}
.step > ul > li > dl dt > .num {
  font-size: 1.75rem;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 1;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #75C684;
  position: absolute;
  top: -1px;
  left: -80px;
  padding: 11px;
}
.step > ul > li > dl dt > .num span {
  font-size: 0.875rem;
  text-align: center;
  display: block;
  margin-bottom: -2px;
}
.step > ul > li > dl dd {
  font-size: 1.25rem;
  margin: 0 0 30px 0;
  overflow: hidden;
}
.step > ul > li > dl dd .btn {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-top: 20px;
}

/* sp */
@media screen and (max-width: 768px) {
  .step > ul > li {
    padding-left: 60px;
  }
  .step > ul > li:not(:last-child):before {
    left: 24px;
  }
  .step > ul > li > dl dt {
    font-size: 1.25rem;
  }
  .step > ul > li > dl dt > .num {
    font-size: 1.5rem;
    width: 50px;
    height: 50px;
    top: -9px;
    left: -60px;
    padding: 9px;
  }
  .step > ul > li > dl dt > .num span {
    font-size: 0.75rem;
    margin-bottom: -2px;
  }
  .step > ul > li > dl dd {
    font-size: 0.875rem;
    margin: 0 0 20px 0;
  }
  .infoBox {
    border-radius: 14px;
    padding: 15px;
  }
  .infoBox .ttl {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
  .infoBox .info dt, .infoBox .info dd {
    font-size: 0.875rem;
  }
  .infoBox .info dt {
    width: 19.2%;
  }
  .infoBox .info dd {
    width: 80.8%;
  }
}
.float .img {
  font-size: 0;
}
.float .img img {
  border-radius: 10px;
}
.float .img.left {
  width: 220px;
  margin: 0 40px 20px 0;
  float: left;
}
.float .img.right {
  width: 220px;
  margin: 0 0 20px 40px;
  float: right;
}
/* sp */
@media screen and (max-width: 768px) {
  .float .img.left {
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }
  .float .img.right {
    width: 100%;
    margin: 0 0 40px 0;
    float: none;
  }
}
.ttl-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.ttl-txt h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 40px;
  text-align: left;
  margin-bottom: 0;
}
.ttl-txt h3 span {
  text-align: left;
}
.ttl-txt p {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

/* sp */
@media screen and (max-width: 768px) {
  .ttl-txt {
    display: block;
    margin-bottom: 30px;
  }
  .ttl-txt h3 {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.calendar {
  margin-top: 20px;
  background: #fff;
  padding: 10px;
  border-radius: 12px;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(51, 51, 51, 0.2);
          box-shadow: 2px 2px 4px 0px rgba(51, 51, 51, 0.2);
}
.calendar .schedule {
  width: 100%;
}
.calendar .schedule tr th, .calendar .schedule tr td {
  font-size: 0.875rem;
  text-align: center;
  line-height: 1;
  padding: 10px 8px;
  border-right: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}
.calendar .schedule tr th:last-child {
  border-right-width: 0;
}
.calendar .schedule tr td {
  color: #75C684;
}
.calendar .schedule tr td.holiday {
  color: #F34A08;
}
.calendar .schedule tr:nth-child(1) th:first-child {
  font-size: 0.75rem;
}
.calendar .schedule tr:nth-child(2) td:last-child.holiday {
  border-right-width: 0;
}
.calendar .schedule tr:last-child th, .calendar .schedule tr:last-child td {
  border-bottom-width: 0;
}
.calendar .schedule tr:last-child td:last-child {
  border-right-width: 0;
}

#index article:before {
  content: "";
  width: 100vw;
  height: 100vh;
  background: url("../img/index_sec3-bg.jpg") center no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#index {
  /******************************************
  [mv]
  ******************************************/
}
#index .mv {
  width: 100%;
  max-height: 1000px;
  margin: auto;
  background-color: #F5F5EE;
}
#index .mv-box {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
#index .mv-menu > div {
  text-align: center;
}
#index .mv-menu {
  width: 350px;
}
#index .mv-menu .logo img {
  width: auto;
  height: 180px;
}
#index .mv-menu .tel {
  margin: 20px 0;
}
#index .mv-menu .tel a {
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  background-color: #75C684;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  padding: 10px 40px 12px;
  margin: auto;
}
#index .mv-menu .mv-menuBtn {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 20px;
}
#index .mv-menu .mv-menuBtn > li {
  width: calc(50% - 10px);
  z-index: 0;
}
#index .mv-menu .mv-menuBtn > li > a, #index .mv-menu .mv-menuBtn > li > p {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  height: 130px;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  color: #333;
  background-color: #fff;
  display: block;
  border-radius: 12px;
  padding: 28px 0;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(51, 51, 51, 0.2);
          box-shadow: 2px 2px 4px 0px rgba(51, 51, 51, 0.2);
}
#index .mv-menu .mv-menuBtn > li > a > span, #index .mv-menu .mv-menuBtn > li > p > span {
  display: block;
}
#index .mv-menu .mv-menuBtn > li > a > span.icon, #index .mv-menu .mv-menuBtn > li > p > span.icon {
  width: auto;
  height: 40px;
  margin-bottom: 15px;
}
#index .mv-menu .mv-menuBtn > li > a > span.icon img, #index .mv-menu .mv-menuBtn > li > p > span.icon img {
  width: auto;
  height: 100%;
}
#index .mv-menu .mv-menuBtn > li > a > span.ttl, #index .mv-menu .mv-menuBtn > li > p > span.ttl {
  font-size: 1.125rem;
  font-weight: 700;
  color: #898EDF;
}
#index .mv-menu .mv-menuBtn > li > a:after, #index .mv-menu .mv-menuBtn > li > p:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-size: contain;
  position: absolute;
  bottom: 8px;
  right: 8px;
}
#index .mv-menu .mv-menuBtn > li > a:hover, #index .mv-menu .mv-menuBtn > li > p:hover {
  background-color: #51ADA6;
  text-decoration: none;
}
#index .mv-menu .mv-menuBtn > li > a:hover span, #index .mv-menu .mv-menuBtn > li > p:hover span {
  color: #fff;
}
#index .mv-menu .mv-menuBtn > li > a:hover span.icon img, #index .mv-menu .mv-menuBtn > li > p:hover span.icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#index .mv-menu .mv-menuBtn > li:nth-child(1) > p:after, #index .mv-menu .mv-menuBtn > li:nth-child(2) > p:after {
  background: url("../img/index_menu-arrow.svg") no-repeat center;
}
#index .mv-menu .mv-menuBtn > li:nth-child(1) {
  z-index: 2;
}
#index .mv-menu .mv-menuBtn > li:nth-child(2) {
  z-index: 1;
}
#index .mv-menu .mv-menuBtn > li:last-child {
  width: 100%;
}
#index .mv-menu .mv-menuBtn > li:last-child a {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 20px;
}
#index .mv-menu .mv-menuBtn > li:last-child a > span.icon {
  width: auto;
  height: 40px;
  margin: 0 10px 0 0;
}
#index .mv-menu .mv-menuBtn > li.nav-main .nav-sub {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  width: 300px;
  padding: 0;
  position: absolute;
  top: -20px;
  left: 160px;
  margin: auto;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
          box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
  padding: 20px;
}
#index .mv-menu .mv-menuBtn > li.nav-main .nav-sub li {
  border-top: 1px solid #DDCEC4;
}
@media screen and (min-width: 769px) {
  #index .mv-menu .mv-menuBtn > li.nav-main .nav-sub li:last-child {
    border-bottom: 1px solid #DDCEC4;
  }
}
#index .mv-menu .mv-menuBtn > li.nav-main .nav-sub li a {
  font-size: 1rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  color: #846C55;
  padding: 15px 5px;
  margin: 0 auto;
}
#index .mv-menu .mv-menuBtn > li.nav-main .nav-sub li a:before {
  font-family: "icomoon";
  content: "\e90a";
  font-size: 0.625rem;
  margin: 0 5px 0 0;
  display: block;
}
@media screen and (min-width: 769px) {
  #index .mv-menu .mv-menuBtn > li.nav-main .nav-sub li a:hover {
    text-decoration: none;
  }
}
#index .mv-menu .mv-menuBtn > li.nav-main:hover .nav-sub {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  left: 140px;
}
#index .mv-menu .mv-menuBtn > li.nav-main:hover .nav-sub a:hover {
  background-color: #51ADA6;
  color: #fff;
}
#index .mv-ttl {
  width: calc(100% - 400px);
  background: url("../img/mv-bg.jpg") no-repeat center;
  background-size: cover;
  border-radius: 30px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#index .mv-ttl .main {
  font-size: 3rem;
  color: #fff;
  line-height: 1.4;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  padding-left: 10px;
  margin-top: 10px;
}
#index .mv-ttl .sub {
  font-size: 1.75rem;
  color: #fff;
  line-height: 1.4;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  padding-left: 10px;
  margin-top: 10px;
}
#index {
  /* sp */
}
@media screen and (max-width: 768px) {
  #index .mv {
    margin-top: 50px;
    padding-bottom: 40px;
    overflow: hidden;
  }
  #index .mv-box {
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #index .mv-box > div {
    width: 100%;
  }
  #index .mv-menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 15px;
    padding-right: 15px;
  }
  #index .mv-menu > div {
    text-align: center;
  }
  #index .mv-menu {
    width: 100%;
  }
  #index .mv-menu .tel {
    margin: 20px 0;
  }
  #index .mv-menu .tel a {
    font-size: 1.25rem;
    padding: 10px 40px 12px;
  }
  #index .mv-menu .mv-menuBtn {
    padding: 0 15px;
    gap: 12px;
  }
  #index .mv-menu .mv-menuBtn > li {
    width: calc(33.333% - 8px);
  }
  #index .mv-menu .mv-menuBtn > li > a, #index .mv-menu .mv-menuBtn > li > p {
    height: 28.5vw;
    font-size: 0.875rem;
    padding: 6.2vw 0;
  }
  #index .mv-menu .mv-menuBtn > li > a > span.icon, #index .mv-menu .mv-menuBtn > li > p > span.icon {
    height: 30px;
    margin-bottom: 15px;
  }
  #index .mv-menu .mv-menuBtn > li > a > span.ttl, #index .mv-menu .mv-menuBtn > li > p > span.ttl {
    font-size: 0.875rem;
  }
  #index .mv-menu .mv-menuBtn > li > a:after, #index .mv-menu .mv-menuBtn > li > p:after {
    width: 12px;
    height: 12px;
    bottom: 6px;
    right: 6px;
  }
  #index .mv-menu .mv-menuBtn > li:nth-child(4), #index .mv-menu .mv-menuBtn > li:nth-child(5) {
    width: calc(50% - 6px);
  }
  #index .mv-menu .mv-menuBtn > li:nth-child(4) a, #index .mv-menu .mv-menuBtn > li:nth-child(5) a {
    padding: 6.2vw 0;
  }
  #index .mv-menu .mv-menuBtn > li:last-child a {
    height: 28.5vw;
    display: block;
  }
  #index .mv-menu .mv-menuBtn > li:last-child a > span.icon {
    width: auto;
    height: 30px;
    margin: 0 0 15px;
  }
  #index .mv-menu .mv-menuBtn > li.nav-main .nav-sub {
    width: calc(100vw - 80px);
    top: 90px;
    padding: 20px;
  }
  #index .mv-menu .mv-menuBtn > li.nav-main .nav-sub li {
    border-top: 1px solid #DDCEC4;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #index .mv-menu .mv-menuBtn > li.nav-main .nav-sub li:last-child {
    border-bottom: 1px solid #DDCEC4;
  }
}
@media screen and (max-width: 768px) {
  #index .mv-menu .mv-menuBtn > li.nav-main .nav-sub li a {
    font-size: 0.875rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    color: #846C55;
    padding: 10px 5px;
    margin: 0 auto;
  }
  #index .mv-menu .mv-menuBtn > li.nav-main .nav-sub li a:before {
    font-family: "icomoon";
    content: "\e90a";
    font-size: 0.625rem;
    margin: 0 5px 0 0;
    display: block;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  #index .mv-menu .mv-menuBtn > li.nav-main .nav-sub li a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  #index .mv-menu .mv-menuBtn > li.nav-main:nth-child(1):hover {
    z-index: 2;
  }
  #index .mv-menu .mv-menuBtn > li.nav-main:nth-child(1):hover .nav-sub {
    left: 20px;
  }
  #index .mv-menu .mv-menuBtn > li.nav-main:nth-child(2):hover {
    z-index: 2;
  }
  #index .mv-menu .mv-menuBtn > li.nav-main:nth-child(2):hover .nav-sub {
    left: -100px;
  }
  #index .mv-menu .mv-menuBtn > li.nav-main:hover .nav-sub {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    left: 20px;
  }
  #index .mv-menu .mv-menuBtn > li.nav-main:hover .nav-sub a:hover {
    background-color: #51ADA6;
    color: #fff;
  }
  #index .mv-ttl {
    width: 100%;
    height: 64vw;
    border-radius: 0;
  }
  #index .mv-ttl .logo img {
    height: 40px;
  }
  #index .mv-ttl .main {
    font-size: 1.5rem;
    padding-left: 0;
    margin-left: -15px;
  }
  #index .mv-ttl .sub {
    font-size: 1rem;
    padding-left: 0;
  }
}
#index {
  /******************************************
  [sec1]  イントロ
  ******************************************/
}
#index #intro .intro-h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 80px;
  color: #6289C6;
  font-weight: 900;
  line-height: 1.4;
}
#index #intro .intro-h2:before {
  content: "";
  background: url("../img/index_sec1-h2.png") no-repeat center;
  background-size: contain;
  display: block;
  width: 180px;
  height: 68px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#index #intro .intro-h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  padding-left: 30px;
  color: #75C684;
  font-weight: 700;
  line-height: 1.4;
}
#index #intro .intro-h3:before {
  content: "";
  background: url("../img/icon-h3.svg") no-repeat center;
  background-size: contain;
  display: block;
  width: 20px;
  height: 28px;
  position: absolute;
  top: 4px;
  left: 0;
}
#index #intro .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
#index #intro .intro > div {
  padding: 40px;
  background-color: #F5F5EE;
  border-radius: 18px;
}
#index #intro .intro-l {
  width: 40%;
}
#index #intro .intro-r {
  width: 60%;
}
#index {
  /* sp */
}
@media screen and (max-width: 768px) {
  #index #intro .intro-h2 {
    font-size: 1.375rem;
    margin-bottom: 30px;
    padding-top: 60px;
  }
  #index #intro .intro-h2:before {
    width: 140px;
    height: 53px;
  }
  #index #intro .intro-h3 {
    font-size: 1.25rem;
    margin-bottom: 20px;
    padding-left: 30px;
  }
  #index #intro .intro-h3:before {
    width: 20px;
    height: 28px;
    top: 4px;
  }
  #index #intro .intro {
    display: block;
  }
  #index #intro .intro > div {
    width: 100% !important;
    padding: 20px;
    margin-bottom: 20px;
  }
}
#index {
  /******************************************
  [sec1]  お知らせ
  ******************************************/
}
#index #news .news-ttl {
  width: 250px;
}
#index #news .news-ttl h2 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 30px;
}
#index #news .news-ttl h2:before {
  display: none;
}
#index #news .news-ttl h2 span.eng {
  font-size: 1.125rem;
  color: #bbb;
  padding: 0 5px 0 4px;
  display: block;
  text-align: left;
}
#index #news .news-ttl h2 img {
  margin-left: 10px;
}
#index #news .news-ttl .btn {
  margin-top: 20px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
#index #news .news-ttl .btn a {
  margin: 0;
  min-width: initial;
  width: 100%;
}
#index #news .news {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#index #news .oshirase .news-ttl h3 {
  color: #75C684;
}
#index #news .blog .news-ttl h3 {
  color: #FF796E;
}
#index {
  /* sp */
}
@media screen and (max-width: 768px) {
  #index #news .news-ttl {
    width: 100%;
  }
  #index #news .news-ttl h2 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 30px;
  }
  #index #news .news-ttl h2:before {
    display: none;
  }
  #index #news .news-ttl h2 span.eng {
    font-size: 1.125rem;
    color: #bbb;
    padding: 0 5px 0 4px;
    display: block;
    text-align: left;
  }
  #index #news .news-ttl h2 img {
    margin-left: 10px;
  }
  #index #news .news-ttl .btn {
    margin-top: 20px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  #index #news .news-ttl .btn a {
    margin: 0;
    min-width: initial;
    width: 100%;
  }
  #index #news .news {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #index #news .oshirase .news-ttl h3 {
    color: #75C684;
  }
  #index #news .blog .news-ttl h3 {
    color: #FF796E;
  }
}
#index {
  /******************************************
  [sec3]  information
  ******************************************/
}
#index #information .information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#index #information .information-r, #index #information .information-l {
  width: 50%;
}
#index #information .information-r {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#index #information .information-r .information-ttl {
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.2;
  padding: 50px 30px;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
#index #information .information-r .txt {
  font-size: 1.125rem;
  line-height: 1.7;
  background-color: #fff;
  padding: 40px;
  border-radius: 28px;
  width: calc(100% + 80px);
  margin: 0 0 0 -60px;
}
#index #information .information-l {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#index #information .information-l img {
  border-radius: 28px;
}
#index #information .information-l .btn {
  margin-top: 20px;
}
#index .parallax-mirror {
  bottom: 0;
  top: 0;
  margin: auto;
  height: 100% !important;
}
#index {
  /* sp */
}
@media screen and (max-width: 768px) {
  #index #information .information {
    display: block;
  }
  #index #information .information-r, #index #information .information-l {
    width: 100%;
  }
  #index #information .information-r .information-ttl {
    font-size: 1.875rem;
    padding: 0;
  }
  #index #information .information-r .img {
    margin: 20px auto;
  }
  #index #information .information-r .img img {
    border-radius: 14px;
  }
  #index #information .information-r .txt {
    font-size: 1rem;
    padding: 20px;
    border-radius: 14px;
    width: 100%;
    margin: 0 0 0 0;
  }
  #index #information .information-l {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #index #information .information-l img {
    border-radius: 14px;
  }
  #index #information .information-l .btn {
    margin: 20px auto;
  }
  #index .parallax-mirror {
    bottom: -30vh;
    top: 0;
    margin: auto;
    height: 130vh !important;
  }
}
#index {
  /******************************************
  [sec4] 診療案内
  ******************************************/
}
#index #service {
  background: #fff;
}
#index #service .service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
#index #service .service-l {
  width: 420px;
}
#index #service .service-l .txt {
  font-size: 1.125rem;
}
#index #service .service-r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#index #service .service-r .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 20px;
}
#index #service .service-r .menu li {
  width: calc(50% - 10px);
}
#index #service .service-r .menu li a {
  width: 100%;
  height: 260px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F5F5EE;
  border-radius: 16px;
  padding: 20px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-box-shadow: 4px 4px 4px 0 rgba(51, 51, 51, 0.2);
          box-shadow: 4px 4px 4px 0 rgba(51, 51, 51, 0.2);
}
#index #service .service-r .menu li a:hover {
  -webkit-transform: translateY(4px);
  -ms-transform: translate(4px, 4px);
      transform: translate(4px, 4px);
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 0 rgba(51, 51, 51, 0.2);
          box-shadow: 0 0 0 0 rgba(51, 51, 51, 0.2);
}
#index #service .service-r .menu li a:hover {
  background-color: rgba(81, 173, 166, 0.3);
  text-decoration: none;
}
#index #service .service-r .menu li a span {
  width: 100%;
  display: block;
  text-align: center;
}
#index #service .service-r .menu li a span.icon {
  width: 120px;
  height: 120px;
  border-radius: 200px;
  background-color: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
#index #service .service-r .menu li a span.icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#index #service .service-r .menu li a span.ttl {
  font-size: 1.25rem;
  color: #75C684;
  font-weight: 700;
  line-height: 1.2;
}
#index #service .service-r .menu li a span.link {
  font-size: 1rem;
  text-align: right;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
}
#index #service .service-r .menu li a span.link .arrow {
  display: inline-block;
  width: 20px;
  height: 2px;
  border-radius: 9999px;
  background-color: #000000;
  margin-left: 5px;
}
#index #service .service-r .menu li a span.link .arrow:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - 2px) 50%;
      -ms-transform-origin: calc(100% - 2px) 50%;
          transform-origin: calc(100% - 2px) 50%;
}
#index {
  /* sp */
}
@media screen and (max-width: 768px) {
  #index #service .service {
    display: block;
  }
  #index #service .service-l, #index #service .service-r {
    width: 100%;
  }
  #index #service .service-l .txt {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  #index #service .service-r .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 16px;
  }
  #index #service .service-r .menu li {
    width: calc(50% - 8px);
  }
  #index #service .service-r .menu li a {
    height: 100%;
    min-height: 230px;
    padding: 20px 15px;
  }
  #index #service .service-r .menu li a span.icon {
    width: 100px;
    height: 100px;
    padding: 20px;
  }
  #index #service .service-r .menu li a span.ttl {
    font-size: 1.125rem;
  }
  #index #service .service-r .menu li a span.link {
    font-size: 0.75rem;
  }
  #index #service .service-r .menu li a span.link .arrow {
    width: 16px;
    height: 2px;
  }
  #index #service .service-r .menu li a span.link .arrow:before {
    width: 8px;
  }
}
#index {
  /******************************************
  [sec5]  アクセス
  ******************************************/
}
#index .access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#index .access > div {
  height: 480px;
}
#index .access > div iframe {
  height: 100%;
}
#index .access-l {
  width: 440px;
  border-radius: 20px;
  padding: 20px;
  background-color: #fff;
}
#index .access-l .img {
  border-radius: 12px;
  margin-bottom: 10px;
}
#index .access-l .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 94%;
  margin: auto;
}
#index .access-l .info dt, #index .access-l .info dd {
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 5px 0;
  border-top: 1px dashed #bbb;
}
#index .access-l .info dt:first-of-type, #index .access-l .info dd:first-of-type {
  border-top-width: 0;
}
#index .access-l .info dt {
  width: 19.2%;
  font-weight: 700;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
#index .access-l .info dd {
  width: 80.8%;
  font-weight: normal;
  padding-left: 8%;
}
#index .access-r {
  width: 560px;
}
#index {
  /* sp */
}
@media screen and (max-width: 768px) {
  #index .access {
    display: block;
  }
  #index .access > div {
    height: auto;
  }
  #index .access-l {
    width: 100%;
    border-radius: 16px;
    padding: 15px;
  }
  #index .access-l .img {
    border-radius: 10px;
  }
  #index .access-l .info dt, #index .access-l .info dd {
    font-size: 0.875rem;
  }
  #index .access-r {
    width: 100%;
    margin-top: 20px;
  }
}
#index {
  /******************************************
  [sec6]  ブログバナー
  ******************************************/
}
#index #blog {
  padding: 60px 0 80px;
  background-color: initial;
}
#index a.blog-btn {
  width: 100%;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F5F5EE;
  border-radius: 16px;
  overflow: hidden;
  padding-right: 20px;
}
#index a.blog-btn span {
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#index a.blog-btn span img {
  font-size: 0;
}
#index {
  /* sp */
}
@media screen and (max-width: 768px) {
  #index a.blog-btn {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 16px;
    padding-right: 0;
  }
  #index a.blog-btn span {
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #index a.blog-btn span img {
    margin: 5px 0;
  }
  #index a.blog-btn span.img1 {
    width: 100%;
    height: 150px;
  }
  #index a.blog-btn span.img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #index a.blog-btn span.img2 {
    width: 35%;
    padding: 15px 0 15px 15px;
  }
  #index a.blog-btn span.img2 img {
    height: auto;
  }
  #index a.blog-btn span.img3 {
    width: 55%;
    padding: 15px 0;
  }
  #index a.blog-btn span.img3 img {
    height: auto;
  }
  #index a.blog-btn span.img4 {
    width: 10%;
    padding: 15px 15px 15px 0;
  }
  #index a.blog-btn span.img4 img {
    height: auto;
  }
}

#second header {
  top: 0;
}
#second section {
  z-index: 0;
}
#second section:first-of-type {
  background: initial;
}
#second {
  /******************************************
  [mv] メインタイトル
  ******************************************/
}
#second .mv {
  width: 100%;
  height: 300px;
  margin: 80px auto 0;
  background-color: #F5F5EE;
  overflow: hidden;
}
#second .mv-box {
  width: 100%;
  height: 100%;
  margin: auto;
}
#second .mv-box:after {
  content: "";
  width: calc(100% + 10px);
  height: 310px;
  background: url("../img/mv-bg.jpg") center no-repeat;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: 0;
  -ms-filter: blur(2px);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 0.5;
}
#second .mv-box:before {
  content: "";
  font-size: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/wave-white.png") center bottom no-repeat;
  background-size: contain;
  z-index: 1;
  margin-bottom: -1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
}
#second .mv-ttl {
  color: #333;
  text-align: center;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
#second .mv-ttl h2 {
  font-size: 2.25rem;
  line-height: 1.5;
}
#second {
  /* sp */
}
@media screen and (max-width: 768px) {
  #second .mv {
    height: 180px;
    margin: 50px auto 0;
  }
  #second .mv-box:after {
    height: 190px;
  }
  #second .mv-box:before {
    background: url("../img/wave-white-sp.png") center bottom no-repeat;
    margin-bottom: -1px;
    bottom: -1px;
  }
  #second .mv-ttl h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
#second {
  /******************************************
  [information.html] 当院について
  ******************************************/
}
#second .greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
#second .greeting .greeting-img {
  width: 300px;
  text-align: center;
}
#second .greeting .greeting-img img {
  width: 100%;
  border-radius: 20px;
}
#second .greeting .greeting-img p.name {
  font-size: 1.125rem;
}
#second .greeting .greeting-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#second .infection {
  width: 860px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  margin: 40px auto 0;
}
#second .infection li {
  width: 50%;
}
#second .infection li .img img {
  border-radius: 20px;
}
#second .infection li .txt {
  font-size: 1.125rem;
  padding: 10px;
}
#second #access .calendar {
  margin: 10px 0;
  -webkit-box-shadow: initial;
          box-shadow: initial;
}
#second #access .calendar table {
  width: 100%;
}
#second #access .calendar table th, #second #access .calendar table td {
  padding: 20px 10px;
}
#second #access .calendar table th {
  font-size: 1.5rem;
}
#second #access .calendar table td {
  font-size: 1.75rem;
}
#second #access .gmap {
  height: 450px !important;
}
#second #access .gmap iframe {
  height: 450px !important;
}
#second {
  /* sp */
}
@media screen and (max-width: 768px) {
  #second .greeting {
    display: block;
  }
  #second .greeting .greeting-img {
    width: 260px;
    margin: 0 auto 30px;
  }
  #second .greeting .greeting-img img {
    border-radius: 16px;
  }
  #second .greeting .greeting-img p.name {
    font-size: 1rem;
  }
  #second .greeting .greeting-txt p {
    font-size: 16px !important;
  }
  #second .infection {
    width: 280px;
    display: block;
    margin: 20px auto 0;
  }
  #second .infection li {
    width: 100%;
    margin-top: 40px;
  }
  #second .infection li .img img {
    border-radius: 16px;
  }
  #second .infection li .txt {
    font-size: 1rem;
  }
  #second #access .frame-beige {
    padding: 10px;
  }
  #second #access .calendar {
    margin-top: 0;
  }
  #second #access .calendar table th, #second #access .calendar table td {
    padding: 7px 5px;
  }
  #second #access .calendar table th {
    font-size: 0.875rem;
  }
  #second #access .calendar table td {
    font-size: 0.875rem;
  }
  #second #access .gmap {
    height: 450px !important;
  }
  #second #access .gmap iframe {
    height: 450px !important;
  }
  #second #access p {
    font-size: 14px !important;
  }
  #second .shikkan li {
    width: 100%;
  }
}
#second {
  /******************************************
  [orthodontic.html] 矯正歯科治療・料金
  ******************************************/
}
#second .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px solid #bbb;
  margin: 10px 0;
}
#second .price dt, #second .price dd {
  line-height: 1.4;
  display: inline-block;
  font-weight: 700;
  padding-bottom: 10px;
}
#second .price dt {
  font-size: 1.125rem;
}
#second .price dd {
  font-size: 1.75rem;
  color: #FF9F97;
  text-align: right;
}
#second .price dd small {
  font-size: 1rem;
  color: #333;
}
#second {
  /* sp */
}
@media screen and (max-width: 768px) {
  #second .price {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #second .price dt {
    font-size: 1rem;
  }
  #second .price dd {
    font-size: 1.25rem;
  }
  #second .price dd small {
    font-size: 0.75rem;
  }
}
#second {
  /******************************************
  [about.html] 医院紹介
  ******************************************/
}
#second .surgeon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
#second .surgeon .img {
  width: 400px;
}
#second .surgeon .img img {
  width: 100%;
}
#second .surgeon .img p {
  font-size: 1rem !important;
  font-weight: 900 !important;
  margin-top: 20px;
}
#second .surgeon .img p span {
  font-size: 1.25rem;
}
#second .surgeon .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#second #access .gmap {
  height: 500px;
}
#second {
  /* sp */
}
@media screen and (max-width: 768px) {
  #second .surgeon {
    display: block;
  }
  #second .surgeon .img {
    width: 200px;
    margin: 0 auto 20px;
  }
  #second .surgeon .img p {
    margin-top: 15px;
  }
  #second .surgeon .img p span {
    font-size: 1rem;
  }
  #second #access .gmap {
    height: 500px;
  }
}
#second {
  /******************************************
  [contact.html] お問い合わせ
  ******************************************/
}
#second .myhp-form {
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  #second .myhp-form .myhp-form__title .myhp-form__label {
    font-size: 1.25rem;
  }
  #second .myhp-form .myhp-form__title .myhp-form__required {
    font-size: 0.875rem;
  }
  #second .myhp-form .myhp-form__mail-title {
    font-size: 1.25rem;
  }
}
#second .privacy-box {
  width: 100%;
  margin-top: 0 !important;
}
#second .privacy-box-txt {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  padding: 10px;
}
#second .privacy-box-txt > p {
  font-size: 1.125rem;
  margin-bottom: 20px;
}
#second .privacy-box-txt dl {
  width: 100%;
}
#second .privacy-box-txt dl dt {
  font-size: 1.125rem;
  font-weight: bold;
  color: #75C684;
  margin: 30px 0 5px;
}
#second .privacy-box-txt dl dd {
  font-size: 1.125rem;
  line-height: 1.6;
}
#second .privacy-box-txt dl dd:nth-child(2) {
  margin-bottom: 10px;
}
#second .privacy-box-txt dl dd a {
  text-decoration: underline;
}
#second .privacy-box-txt ul {
  margin: 0 0 20px 2em;
}
#second .privacy-box-txt ul.parenthesized {
  margin: 0 0 20px 1em;
}
#second .privacy-box-txt ul.parenthesized li {
  list-style-type: none;
  counter-increment: cnt;
}
#second .privacy-box-txt ul.parenthesized li::before {
  content: "（ " counter(cnt) " ）";
}
#second .privacy-box-txt ul.decimal li {
  list-style-type: decimal;
}
#second .privacy-box-txt ul li {
  font-size: 1rem;
  margin: 5px 0;
}
#second .privacy table tr th, #second .privacy table tr td {
  border: 1px solid #bbb;
  padding: 10px;
}
#second .privacy table tr th {
  width: 200px;
}
#second {
  /* sp */
}
@media screen and (max-width: 768px) {
  #second #form {
    margin-top: 0;
    padding-top: 30px;
  }
  #second .privacy-box {
    padding: 0;
  }
  #second .privacy-box-txt p {
    font-size: 0.875rem;
  }
  #second .privacy-box-txt dl dt {
    font-size: 1.0625rem;
  }
  #second .privacy-box-txt dl dd {
    font-size: 0.875rem;
  }
  #second .privacy-box-txt ul li {
    font-size: 0.875rem;
  }
  #second .privacy .basic th {
    width: 100px !important;
  }
}
#second table.normal {
  background: #fff;
}
#second table.normal tr th, #second table.normal tr td {
  color: #333;
  border: 1px solid #bbb;
  padding: 10px 20px;
}
#second table.normal tr th {
  text-align: center;
  background: #EAEAEA;
}
#second .cookie .cookieTable table tr th, #second .cookie .cookieTable table tr td {
  padding: 10px;
}
#second .cookie .cookieTable table tr:nth-child(1) th:nth-child(1) {
  width: 300px;
}
#second .cookie .cookieTable table tr:nth-child(1) th:nth-child(2) {
  width: 150px;
}
#second .cookie .cookieTable table tr td {
  font-size: 0.9375rem;
}
#second {
  /* sp */
}
@media screen and (max-width: 768px) {
  #second .cookie .cookieTable {
    width: 100%;
    overflow-x: scroll;
  }
  #second .cookie .cookieTable table {
    width: 600px;
  }
  #second .cookie .cookieTable table tr th, #second .cookie .cookieTable table tr td {
    font-size: 0.875rem;
    padding: 10px;
  }
  #second .cookie .cookieTable table tr th {
    width: 33.333% !important;
  }
}
#second .formTable {
  width: 100%;
}
#second .formTable tr {
  border-bottom: 1px solid #bbb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#second .formTable tr th, #second .formTable tr td {
  font-size: 1.125rem;
  font-weight: 400;
  padding: 30px 0;
}
#second .formTable tr th {
  font-weight: 600;
  line-height: 1.4;
  width: 200px;
  text-align: left;
  padding-top: 38px;
}
#second .formTable tr th span {
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  background-color: #F34A08;
  border-radius: 2px;
  padding: 7px 8px 5px;
  display: inline-block;
  width: 44px;
  margin-left: 10px;
}
#second .formTable tr td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 50px;
}
#second .formTable tr td input,
#second .formTable tr td select,
#second .formTable tr td textarea {
  border: 1px solid #bbb;
  border-radius: 2px;
  padding: 5px 10px;
}
#second .formTable tr td input::-webkit-input-placeholder, #second .formTable tr td select::-webkit-input-placeholder, #second .formTable tr td textarea::-webkit-input-placeholder {
  color: #ccc;
}
#second .formTable tr td input::-moz-placeholder, #second .formTable tr td select::-moz-placeholder, #second .formTable tr td textarea::-moz-placeholder {
  color: #ccc;
}
#second .formTable tr td input:-ms-input-placeholder, #second .formTable tr td select:-ms-input-placeholder, #second .formTable tr td textarea:-ms-input-placeholder {
  color: #ccc;
}
#second .formTable tr td input::-ms-input-placeholder, #second .formTable tr td select::-ms-input-placeholder, #second .formTable tr td textarea::-ms-input-placeholder {
  color: #ccc;
}
#second .formTable tr td input::placeholder,
#second .formTable tr td select::placeholder,
#second .formTable tr td textarea::placeholder {
  color: #ccc;
}
#second .formTable tr td input:-ms-input-placeholder,
#second .formTable tr td select:-ms-input-placeholder,
#second .formTable tr td textarea:-ms-input-placeholder {
  color: #ccc;
}
#second .formTable tr td input,
#second .formTable tr td select,
#second .formTable tr td textarea { /* IE */ }
#second .formTable tr td input::-ms-input-placeholder,
#second .formTable tr td select::-ms-input-placeholder,
#second .formTable tr td textarea::-ms-input-placeholder {
  color: #ccc;
}
#second .formTable tr td input,
#second .formTable tr td select,
#second .formTable tr td textarea { /* Edge */ }
#second .formTable tr td input.w10,
#second .formTable tr td select.w10,
#second .formTable tr td textarea.w10 {
  width: 10%;
}
#second .formTable tr td input.w20,
#second .formTable tr td select.w20,
#second .formTable tr td textarea.w20 {
  width: 30%;
}
#second .formTable tr td input.w50,
#second .formTable tr td select.w50,
#second .formTable tr td textarea.w50 {
  width: 50%;
}
#second .formTable tr td input.w100,
#second .formTable tr td select.w100,
#second .formTable tr td textarea.w100 {
  width: 100%;
}
#second .formTable tr td .select {
  display: inline-block;
  margin-left: 10px;
}
#second .formTable tr td .select i {
  font-size: 70%;
  color: #75C684;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 14px 0;
  z-index: 1;
}
#second .formTable tr td .select select {
  padding-right: 30px;
}
#second .formTable tr td label {
  display: block;
  margin: 10px 0 0 0;
}
#second .formTable tr td label input[type=checkbox],
#second .formTable tr td label input[type=radio] {
  margin-right: 5px;
  -webkit-appearance: checkbox;
  width: auto !important;
}
#second .formTable {
  /* sp */
}
@media screen and (max-width: 768px) {
  #second .formTable tr {
    display: block;
  }
  #second .formTable tr th, #second .formTable tr td {
    padding: 15px 0;
    width: 100% !important;
    display: block;
  }
  #second .formTable tr th {
    font-size: 1rem;
    line-height: 1.5;
    padding-bottom: 5px;
  }
  #second .formTable tr th span {
    font-size: 0.75rem;
    padding: 3px 5px;
    width: 37px;
  }
  #second .formTable tr td {
    font-size: 0.9375rem;
    width: auto;
    padding: 0 0 15px 0;
  }
  #second .formTable tr td input,
  #second .formTable tr td select,
  #second .formTable tr td textarea {
    font-size: 0.875rem;
    width: 100% !important;
    padding: 0 10px;
  }
  #second .formTable tr td .select {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #second .formTable tr td .select select {
    padding-right: 20px;
    margin-right: 5px;
  }
  #second .formTable tr td .select i {
    right: 26px;
  }
  #second .formTable tr td .itemName {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  #second .formTable tr td .itemName .w50 {
    width: 77% !important;
  }
  #second .formTable tr td .itemName .w10 {
    width: 60px !important;
    margin: 10px 5px 0 0;
  }
}
#second .submit {
  text-align: center;
  margin-top: 20px;
}
#second .submit input {
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #bbb;
  padding: 5px 10px;
  margin: 0 5px;
  width: 200px;
}
#second .submit input[type=submit] {
  color: #fff;
  background: #75C684;
}
#second .submit {
  /* sp */
}
@media screen and (max-width: 768px) {
  #second .submit input {
    font-size: 0.9375rem;
    text-align: center;
    border: 1px solid #bbb;
    padding: 5px 10px;
    width: 100px;
  }
}
#second {
  /******************************************
  [news-detail.html] お知らせ詳細
  ******************************************/
}
#second .topics {
  display: block;
  background-color: #F5F5EE;
  border-radius: 18px;
}
#second {
  /******************************************
  [ct.html] CTについて
  ******************************************/
}
#second .youtube {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  max-width: 800px;
  display: block;
  margin: auto;
}

/******************************************
[column & thumbnail] カラム表示2〜6
******************************************/
.column-2n,
.thumbnail-2n {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.column-2n.space2 .column-box,
.thumbnail-2n.space2 .column-box {
  width: calc((100% + 2px) / 2 - 2px);
  height: 100%;
  margin: 2px 2px 0 0;
}
.column-2n.space2 .column-box:nth-child(-n+2),
.thumbnail-2n.space2 .column-box:nth-child(-n+2) {
  margin-top: 0;
}

.column-2n,
.thumbnail-2n {
  margin-top: 30px;
}
.column-2n:first-child, .column-2n:first-of-type,
.thumbnail-2n:first-child,
.thumbnail-2n:first-of-type {
  margin-top: 0;
}
.column-2n .column-box,
.column-2n .thumbnail-box,
.thumbnail-2n .column-box,
.thumbnail-2n .thumbnail-box {
  width: calc((100% + 60px) / 2 - 60px);
  margin: 60px 60px 0 0;
}
.column-2n .column-box:nth-child(-n+2),
.column-2n .thumbnail-box:nth-child(-n+2),
.thumbnail-2n .column-box:nth-child(-n+2),
.thumbnail-2n .thumbnail-box:nth-child(-n+2) {
  margin-top: 0;
}
.column-2n .column-box,
.column-2n .thumbnail-box,
.thumbnail-2n .column-box,
.thumbnail-2n .thumbnail-box {
  width: calc((100% + 60px) / 2 - 60px);
  margin: 60px 60px 0 0;
}
.column-2n .column-box:nth-child(2n), .column-2n .column-box:last-child,
.column-2n .thumbnail-box:nth-child(2n),
.column-2n .thumbnail-box:last-child,
.thumbnail-2n .column-box:nth-child(2n),
.thumbnail-2n .column-box:last-child,
.thumbnail-2n .thumbnail-box:nth-child(2n),
.thumbnail-2n .thumbnail-box:last-child {
  margin-right: 0;
}
.column-2n .column-box,
.column-2n .thumbnail-box,
.thumbnail-2n .column-box,
.thumbnail-2n .thumbnail-box {
  /* フレックスアイテムの並べ替え */
}
.column-2n .column-box.left,
.column-2n .thumbnail-box.left,
.thumbnail-2n .column-box.left,
.thumbnail-2n .thumbnail-box.left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 60px 0 0;
}
.column-2n .column-box.right,
.column-2n .thumbnail-box.right,
.thumbnail-2n .column-box.right,
.thumbnail-2n .thumbnail-box.right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 0 0 0;
}
.column-2n .column-box.w100,
.column-2n .thumbnail-box.w100,
.thumbnail-2n .column-box.w100,
.thumbnail-2n .thumbnail-box.w100 {
  width: 100%;
}

/* sp */
@media screen and (max-width: 768px) {
  .column-2n,
  .thumbnail-2n {
    display: block;
  }
  .column-2n.space2 .column-box,
  .thumbnail-2n.space2 .column-box {
    width: 100%;
    margin: 0 0 2px;
  }
  .column-2n .column-box,
  .column-2n .thumbnail-box,
  .thumbnail-2n .column-box,
  .thumbnail-2n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-2n .column-box:last-child,
  .column-2n .thumbnail-box:last-child,
  .thumbnail-2n .column-box:last-child,
  .thumbnail-2n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
.column-3n,
.thumbnail-3n {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.column-3n.space2 .column-box,
.thumbnail-3n.space2 .column-box {
  width: calc((100% + 2px) / 3 - 2px);
  height: 100%;
  margin: 2px 2px 0 0;
}
.column-3n.space2 .column-box:nth-child(-n+3),
.thumbnail-3n.space2 .column-box:nth-child(-n+3) {
  margin-top: 0;
}

.column-3n,
.thumbnail-3n {
  margin-top: 30px;
}
.column-3n:first-child, .column-3n:first-of-type,
.thumbnail-3n:first-child,
.thumbnail-3n:first-of-type {
  margin-top: 0;
}
.column-3n .column-box,
.column-3n .thumbnail-box,
.thumbnail-3n .column-box,
.thumbnail-3n .thumbnail-box {
  width: calc((100% + 60px) / 3 - 60px);
  margin: 60px 60px 0 0;
}
.column-3n .column-box:nth-child(-n+3),
.column-3n .thumbnail-box:nth-child(-n+3),
.thumbnail-3n .column-box:nth-child(-n+3),
.thumbnail-3n .thumbnail-box:nth-child(-n+3) {
  margin-top: 0;
}
.column-3n .column-box:nth-child(3n),
.column-3n .thumbnail-box:nth-child(3n),
.thumbnail-3n .column-box:nth-child(3n),
.thumbnail-3n .thumbnail-box:nth-child(3n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  .column-3n,
  .thumbnail-3n {
    display: block;
  }
  .column-3n.space2 .column-box,
  .thumbnail-3n.space2 .column-box {
    width: 100%;
    margin: 0 0 2px;
  }
  .column-3n .column-box,
  .column-3n .thumbnail-box,
  .thumbnail-3n .column-box,
  .thumbnail-3n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-3n .column-box:last-child,
  .column-3n .thumbnail-box:last-child,
  .thumbnail-3n .column-box:last-child,
  .thumbnail-3n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
.column-4n,
.thumbnail-4n {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.column-4n.space2 .column-box,
.thumbnail-4n.space2 .column-box {
  width: calc((100% + 2px) / 4 - 2px);
  height: 100%;
  margin: 2px 2px 0 0;
}
.column-4n.space2 .column-box:nth-child(-n+4),
.thumbnail-4n.space2 .column-box:nth-child(-n+4) {
  margin-top: 0;
}

.column-4n,
.thumbnail-4n {
  margin-top: 30px;
}
.column-4n:first-child, .column-4n:first-of-type,
.thumbnail-4n:first-child,
.thumbnail-4n:first-of-type {
  margin-top: 0;
}
.column-4n .column-box,
.column-4n .thumbnail-box,
.thumbnail-4n .column-box,
.thumbnail-4n .thumbnail-box {
  width: calc((100% + 60px) / 4 - 60px);
  margin: 60px 60px 0 0;
}
.column-4n .column-box:nth-child(-n+4),
.column-4n .thumbnail-box:nth-child(-n+4),
.thumbnail-4n .column-box:nth-child(-n+4),
.thumbnail-4n .thumbnail-box:nth-child(-n+4) {
  margin-top: 0;
}
.column-4n .column-box:nth-child(4n),
.column-4n .thumbnail-box:nth-child(4n),
.thumbnail-4n .column-box:nth-child(4n),
.thumbnail-4n .thumbnail-box:nth-child(4n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  .column-4n,
  .thumbnail-4n {
    display: block;
  }
  .column-4n.space2 .column-box,
  .thumbnail-4n.space2 .column-box {
    width: 100%;
    margin: 0 0 2px;
  }
  .column-4n .column-box,
  .column-4n .thumbnail-box,
  .thumbnail-4n .column-box,
  .thumbnail-4n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-4n .column-box:last-child,
  .column-4n .thumbnail-box:last-child,
  .thumbnail-4n .column-box:last-child,
  .thumbnail-4n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
.column-5n,
.thumbnail-5n {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.column-5n.space2 .column-box,
.thumbnail-5n.space2 .column-box {
  width: calc((100% + 2px) / 5 - 2px);
  height: 100%;
  margin: 2px 2px 0 0;
}
.column-5n.space2 .column-box:nth-child(-n+5),
.thumbnail-5n.space2 .column-box:nth-child(-n+5) {
  margin-top: 0;
}

.column-5n,
.thumbnail-5n {
  margin-top: 30px;
}
.column-5n:first-child, .column-5n:first-of-type,
.thumbnail-5n:first-child,
.thumbnail-5n:first-of-type {
  margin-top: 0;
}
.column-5n .column-box,
.column-5n .thumbnail-box,
.thumbnail-5n .column-box,
.thumbnail-5n .thumbnail-box {
  width: calc((100% + 60px) / 5 - 60px);
  margin: 60px 60px 0 0;
}
.column-5n .column-box:nth-child(-n+5),
.column-5n .thumbnail-box:nth-child(-n+5),
.thumbnail-5n .column-box:nth-child(-n+5),
.thumbnail-5n .thumbnail-box:nth-child(-n+5) {
  margin-top: 0;
}
.column-5n .column-box:nth-child(5n),
.column-5n .thumbnail-box:nth-child(5n),
.thumbnail-5n .column-box:nth-child(5n),
.thumbnail-5n .thumbnail-box:nth-child(5n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  .column-5n,
  .thumbnail-5n {
    display: block;
  }
  .column-5n.space2 .column-box,
  .thumbnail-5n.space2 .column-box {
    width: 100%;
    margin: 0 0 2px;
  }
  .column-5n .column-box,
  .column-5n .thumbnail-box,
  .thumbnail-5n .column-box,
  .thumbnail-5n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-5n .column-box:last-child,
  .column-5n .thumbnail-box:last-child,
  .thumbnail-5n .column-box:last-child,
  .thumbnail-5n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
.column-6n,
.thumbnail-6n {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.column-6n.space2 .column-box,
.thumbnail-6n.space2 .column-box {
  width: calc((100% + 2px) / 6 - 2px);
  height: 100%;
  margin: 2px 2px 0 0;
}
.column-6n.space2 .column-box:nth-child(-n+6),
.thumbnail-6n.space2 .column-box:nth-child(-n+6) {
  margin-top: 0;
}

.column-6n,
.thumbnail-6n {
  margin-top: 30px;
}
.column-6n:first-child, .column-6n:first-of-type,
.thumbnail-6n:first-child,
.thumbnail-6n:first-of-type {
  margin-top: 0;
}
.column-6n .column-box,
.column-6n .thumbnail-box,
.thumbnail-6n .column-box,
.thumbnail-6n .thumbnail-box {
  width: calc((100% + 60px) / 6 - 60px);
  margin: 60px 60px 0 0;
}
.column-6n .column-box:nth-child(-n+6),
.column-6n .thumbnail-box:nth-child(-n+6),
.thumbnail-6n .column-box:nth-child(-n+6),
.thumbnail-6n .thumbnail-box:nth-child(-n+6) {
  margin-top: 0;
}
.column-6n .column-box:nth-child(6n),
.column-6n .thumbnail-box:nth-child(6n),
.thumbnail-6n .column-box:nth-child(6n),
.thumbnail-6n .thumbnail-box:nth-child(6n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  .column-6n,
  .thumbnail-6n {
    display: block;
  }
  .column-6n.space2 .column-box,
  .thumbnail-6n.space2 .column-box {
    width: 100%;
    margin: 0 0 2px;
  }
  .column-6n .column-box,
  .column-6n .thumbnail-box,
  .thumbnail-6n .column-box,
  .thumbnail-6n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-6n .column-box:last-child,
  .column-6n .thumbnail-box:last-child,
  .thumbnail-6n .column-box:last-child,
  .thumbnail-6n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
/******************************************
[topics]
******************************************/
/* トピックスページャー */
.topics_paging {
  margin: 40px 0 0 !important;
  clear: both;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  gap: inherit !important;
}
.topics_paging li {
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  width: 24px !important;
  height: 24px !important;
  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;
  margin: 0 4px !important;
  list-style: none;
  border: 1px solid #bbb !important;
  padding: 0 !important;
}
.topics_paging li a {
  font-size: 0.875rem;
  color: #75C684;
  text-decoration: underline;
  display: block;
  padding: 5px;
}
.topics_paging {
  /* sp */
}
@media screen and (max-width: 768px) {
  .topics_paging li {
    width: auto;
    font-size: 0.75rem;
    padding: 2px;
  }
  .topics_paging li a {
    font-size: 0.75rem;
  }
}

/******************************************
[floatImg] 画像回り込み
******************************************/
.floatImg {
  overflow: hidden;
}
.floatImg-left, .floatImg-right {
  font-size: 1rem;
  text-align: center;
  display: block;
}
.floatImg-left img,
.floatImg-left .floatImg-photo, .floatImg-right img,
.floatImg-right .floatImg-photo {
  margin-bottom: 10px;
  display: block;
}
.floatImg p {
  overflow: hidden;
}
.floatImg-right {
  float: right;
  margin: 0 0 20px 40px;
}
.floatImg-left {
  float: left;
  margin: 0 40px 20px 0;
}
.floatImg {
  /* sp */
}
@media screen and (max-width: 768px) {
  .floatImg-left, .floatImg-right {
    float: none;
    margin: 0 auto 20px;
  }
  .floatImg-left img, .floatImg-right img {
    height: auto;
  }
}

/******************************************
ローディング　loading
******************************************/
#loading {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
}

#loading_barWrap {
  width: 100px;
  height: 114px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
#loading_barWrap:after {
  content: "";
  background: url("../img/loading.png") center no-repeat;
  background-size: contain;
  width: 100px;
  height: 114px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

#loading_bar {
  width: 99px;
  height: 0;
  background: #75C684;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  bottom: -1px;
}

.loadingNone {
  display: none;
  -webkit-animation: loadingAnime 1s forwards;
          animation: loadingAnime 1s forwards;
}

@-webkit-keyframes loadingAnime {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes loadingAnime {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}