@charset "UTF-8";
html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 54.69%;
  }
}

body {
  background: #fff;
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  letter-spacing: 0.096rem;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  cursor: pointer;
}

*:focus {
  outline: none;
}

@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}

.clearfix {
  overflow: hidden;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.alignleft {
  float: left;
  margin: 0 30px 20px 0;
  width: 34%;
}

.aligncenter {
  display: block;
  width: auto;
  margin: 0 auto 30px;
}

.alignright {
  float: right;
  margin: 0 0 20px 30px;
  width: 34%;
}

@media print, screen and (min-width: 768px) {
  .alignleft {
    margin-right: 30px;
  }
  .alignright {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .alignleft,
  .aligncenter,
  .alignright {
    display: block;
    float: none;
    margin: 0 auto 20px;
    width: 100%;
  }
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  br.sp,
  span.sp {
    display: inline !important;
  }
  span.br {
    display: inline-block !important;
  }
  span.spdb {
    display: inline-block;
  }
}

.flex_1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.columns_wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .columns {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .columns.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .columns.reverse.columns_2 > *,
  .columns.reverse .col_2 {
    margin-right: 0;
  }
  .columns.reverse.columns_2 > *:nth-child(2n), .columns.reverse .col_2:nth-child(2n) {
    margin-right: 30px;
  }
  .columns.columns_2, .columns.columns_3, .columns.columns_4, .columns.columns_5, .columns.columns_6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .columns.columns_2 > *,
  .columns .col_2 {
    width: calc((100% - 30px) / 2);
  }
  .columns.columns_3 > *,
  .columns .col_3 {
    width: calc((100% - 60px) / 3);
  }
  .columns.columns_4 > *,
  .columns .col_4 {
    width: calc((100% - 90px) / 4);
  }
  .columns.columns_5 > *,
  .columns .col_5 {
    width: calc((100% - 120px) / 5);
  }
  .columns.columns_6 > *,
  .columns .col_6 {
    width: calc((100% - 125px) / 6);
  }
  .columns.columns_2 > *,
  .columns.columns_3 > *,
  .columns.columns_4 > *,
  .columns.columns_5 > *,
  .columns.columns_6 > *,
  .columns .col_2,
  .columns .col_3,
  .columns .col_4,
  .columns .col_5,
  .columns .col_6 {
    margin-right: 30px;
  }
  .columns.columns_2 > *:nth-child(n + 3),
  .columns.columns_3 > *:nth-child(n + 4),
  .columns.columns_4 > *:nth-child(n + 5),
  .columns.columns_5 > *:nth-child(n + 6),
  .columns.columns_6 > *:nth-child(n + 7),
  .columns .col_2:nth-child(n + 3),
  .columns .col_3:nth-child(n + 4),
  .columns .col_4:nth-child(n + 5),
  .columns .col_5:nth-child(n + 6),
  .columns .col_6:nth-child(n + 7) {
    margin-top: 30px;
  }
  .columns.columns_2 > *:nth-child(2n),
  .columns.columns_3 > *:nth-child(3n),
  .columns.columns_4 > *:nth-child(4n),
  .columns.columns_5 > *:nth-child(5n),
  .columns.columns_6 > *:nth-child(6n),
  .columns .col_2:nth-child(2n),
  .columns .col_3:nth-child(3n),
  .columns .col_4:nth-child(4n),
  .columns .col_5:nth-child(5n),
  .columns .col_6:nth-child(6n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .columns.columns_2 > *,
  .columns.columns_3 > *,
  .columns.columns_4 > *,
  .columns.columns_5 > *,
  .columns.columns_6 > *,
  .columns .col_2,
  .columns .col_3,
  .columns .col_4,
  .columns .col_5,
  .columns .col_6 {
    margin-top: 20px;
  }
  .columns.sp_columns {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .columns.sp_columns.columns_2 > *,
  .columns.sp_columns.columns_3 > *,
  .columns.sp_columns.columns_4 > *,
  .columns.sp_columns.columns_5 > *,
  .columns.sp_columns.columns_6 > *,
  .columns.sp_columns.sp_columns_2 > *,
  .columns.sp_columns .col_2,
  .columns.sp_columns .col_3,
  .columns.sp_columns .col_4,
  .columns.sp_columns .col_5,
  .columns.sp_columns .col_6,
  .columns.sp_columns .sp_col_2 {
    width: calc((100% - 20px) / 2);
  }
  .columns.sp_columns.sp_columns_3 > *,
  .columns.sp_columns .sp_col_3 {
    width: calc((100% - 40px) / 3);
  }
  .columns.sp_columns.columns_2 > *,
  .columns.sp_columns.columns_3 > *,
  .columns.sp_columns.columns_4 > *,
  .columns.sp_columns.columns_5 > *,
  .columns.sp_columns.columns_6 > *,
  .columns.sp_columns .col_2,
  .columns.sp_columns .col_3,
  .columns.sp_columns .col_4,
  .columns.sp_columns .col_5,
  .columns.sp_columns .col_6,
  .columns.sp_columns.sp_columns_2 > *,
  .columns.sp_columns.sp_columns_3 > *,
  .columns.sp_columns .sp_col_2,
  .columns.sp_columns .sp_col_3 {
    margin-right: 20px;
  }
  .columns.sp_columns:not(.sp_columns_3).columns_2 > *:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3).columns_3 > *:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3).columns_4 > *:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3).columns_5 > *:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3).columns_6 > *:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3) .col_2:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3) .col_3:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3) .col_4:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3) .col_5:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3) .col_6:nth-child(2n) {
    margin-right: 0;
  }
  .columns.sp_columns.sp_columns_2 > *:nth-child(2n),
  .columns.sp_columns.sp_columns_3 > *:nth-child(3n),
  .columns.sp_columns .sp_col_2:nth-child(2n),
  .columns.sp_columns .sp_col_3:nth-child(3n) {
    margin-right: 0;
  }
  .columns_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.sp-columns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.sp-columns_wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .flex_1 {
    margin-right: 30px;
  }
  .flex_1:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .flex_1 {
    margin-top: 30px;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.box_entry-item {
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .container,
  .gutters {
    max-width: 1000px;
  }
}

@media print, screen and (max-width: 1039px) {
  .container,
  .gutters {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  body.archive #contents > .inner,
  body.single #contents > .inner {
    padding-bottom: 90px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (max-width: 1039px) {
  body.archive #contents > .inner,
  body.single #contents > .inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  body.archive #contents > .inner,
  body.single #contents > .inner {
    padding-bottom: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  body.archive:not(.category-news) #contents > .inner,
  body.single #contents > .inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  body.archive:not(.category-news) #contents > .inner #main,
  body.single #contents > .inner #main {
    width: 72%;
  }
  body.archive:not(.category-news) #contents > .inner #aside,
  body.single #contents > .inner #aside {
    width: 24%;
  }
}

#loader_wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #ddd;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
}

#loader_wrapper.is_hide,
#loader_wrapper .is_hide {
  opacity: 0;
}

#loader_wrapper .line-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -4px;
}

#loader_wrapper .line-spin-fade-loader > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 5px;
  height: 15px;
}

#loader_wrapper .line-spin-fade-loader > div:nth-child(1) {
  top: 20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
}

#loader_wrapper .line-spin-fade-loader > div:nth-child(2) {
  top: 13.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
}

#loader_wrapper .line-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
}

#loader_wrapper .line-spin-fade-loader > div:nth-child(4) {
  top: -13.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
}

#loader_wrapper .line-spin-fade-loader > div:nth-child(5) {
  top: -20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
}

#loader_wrapper .line-spin-fade-loader > div:nth-child(6) {
  top: -13.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
}

#loader_wrapper .line-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
}

#loader_wrapper .line-spin-fade-loader > div:nth-child(8) {
  top: 13.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
}

@-webkit-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

#loading_wrapper {
  -webkit-animation: loading_wrapper 1s linear 0s 1 normal;
          animation: loading_wrapper 1s linear 0s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes loading_wrapper {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loading_wrapper {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media print, screen and (min-width: 768px) {
  #wrap {
    position: relative;
  }
}

@media print, screen and (min-width: 768px) {
  .home .header {
    padding-top: 0;
  }
  .home .header .header_logo {
    padding: 20px;
    border-radius: 0 0 30px 30px;
    background-color: #fff;
  }
}

.header {
  padding: 20px 0;
}

@media print, screen and (min-width: 768px) {
  .header .header_inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
  }
  .header .site_info {
    margin-left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .header .header_logo {
    margin-left: auto;
    text-align: center;
  }
}

.sp_nav {
  background: #fff;
  padding: 10px 0;
  text-align: center;
}

.sp_nav.fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

.sp_nav .header_nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.sp_nav .header_nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.sp_nav .header_nav-item a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #2f2f2f;
  text-decoration: none;
}

.sp_nav .header_nav-item:first-child a {
  border-left: none;
}

.sp_nav .header_nav-item span {
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  display: block;
  letter-spacing: 0;
}

.sp_nav .header_nav-item span.icon {
  line-height: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -ms-align-content: space-evenly;
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  -webkit-box-align: end;
          align-items: flex-end;
}

.sp_nav .header_nav-item span.text {
  margin-top: auto;
}

@media only screen and (max-width: 480px) {
  .sp_nav {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 370px) {
  .sp_nav {
    font-size: 1.2rem;
  }
}

.menu_bk {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

#nav {
  background: #fff;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #nav {
    margin: 0;
    font-size: 16px;
  }
}

#nav .header_menu {
  position: relative;
}

#nav .header_menu a {
  display: block;
  text-decoration: none;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  #nav .header_menu {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  #nav .header_menu > li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 80px;
  }
  #nav .header_menu > li.menu-item-has-children {
    position: relative;
  }
  #nav .header_menu > li.menu-item-has-children > a:before, #nav .header_menu > li.menu-item-has-children-wrap > a:before {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #eb7a4d;
    border-right: 1px solid #eb7a4d;
    -webkit-transform: translate(0, -50%) rotate(135deg);
            transform: translate(0, -50%) rotate(135deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #nav .header_menu > li > a {
    padding: 7px 2px;
    color: #2f2f2f;
    position: relative;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print and (max-width: 1000px), screen and (min-width: 768px) and (max-width: 1000px) {
  #nav .header_menu > li > a {
    font-size: 0.8em;
  }
}

@media print, screen and (min-width: 768px) {
  #nav .header_menu > li > a::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    margin: auto;
    background: rgb(211 124 158 / 20%);
  }
  #nav .header_menu > li:hover > a {
    opacity: 0.8;
  }
  #nav .header_menu > li:first-child > a:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
    margin: auto;
    background: #cceceb;
  }
  #nav .header_menu > li > .sub-menu,
  #nav .header_menu > li > .sub-menu_wrap {
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 95%;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
  }
  #nav .header_menu > li > .sub-menu a,
  #nav .header_menu > li > .sub-menu_wrap a {
    color: #2f2f2f;
    text-align: left;
  }
  #nav .header_menu > li > .sub-menu {
    min-width: 200px;
    width: max-content;
  }
  #nav .header_menu > li > .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #eb7a4d;
  }
  #nav .header_menu > li > .sub-menu a {
    background: rgba(255, 255, 255, 0.95);
    padding: 0 15px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #nav .header_menu > li > .sub-menu a:hover {
    background: #ffcab4;
  }
  #nav .header_menu > li > .sub-menu_wrap {
    background: rgba(255, 255, 255, 0.95);
    padding: 0 20px;
  }
  #nav .header_menu > li > .sub-menu_wrap .sub-menu {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #nav .header_menu > li > .sub-menu_wrap .sub-menu a {
    padding: 0 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: relative;
    padding-left: 15px;
  }
  #nav .header_menu > li > .sub-menu_wrap .sub-menu a:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: 3px;
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 7px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 7px solid #eb7a4d;
  }
  #nav .header_menu > li:last-child > .sub-menu {
    left: auto;
    right: 0;
  }
  #nav .header_menu > li.active > .sub-menu,
  #nav .header_menu > li.active > .sub-menu_wrap {
    height: auto;
    opacity: 1;
    top: 100%;
    visibility: visible;
    z-index: 2;
  }
  #nav .header_menu > li.active > .sub-menu_wrap {
    padding-bottom: 20px;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #nav .header_menu > li.active > .sub-menu_wrap .sub-menu a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  #nav .header_menu > li.active > .sub-menu_wrap .sub-menu a:hover {
    opacity: 0.8;
  }
  #nav .header_menu > li.active > .sub-menu a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #nav .header_menu {
    background: #fff;
    display: none;
    left: 20px;
    position: absolute;
    width: calc(100% - 40px);
    z-index: 4;
  }
  #nav .header_menu a {
    color: #2f2f2f;
    padding: 15px;
    position: relative;
  }
  #nav .header_menu a:hover {
    background-color: rgb(211 124 158 / 20%);
  }
  #nav .header_menu .menu-item {
    border-top: 1px solid #ffe6f0;
  }
  #nav .header_menu .menu-item img{
vertical-align: middle;
margin-right: 8px;
}
  #nav .header_menu .menu-item > .sub-menu_wrap,
  #nav .header_menu .menu-item > .sub-menu {
    display: none;
  }
  #nav .header_menu .menu-item-has-children-wrap > a::after,
  #nav .header_menu .menu-item-has-children > a::after {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    right: 15px;
    margin: -5px 0 0 0;
    border-bottom: solid 2px #d37c9e;
    border-right: solid 2px #d37c9e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav .header_menu .menu-item-has-children-wrap > a.onclick::after,
  #nav .header_menu .menu-item-has-children > a.onclick::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #nav .header_menu .sub-menu li {
    border-top: 1px solid #ffe6f0;
    background: rgb(211 124 158 / 8%);
  }
  #nav .header_menu .sub-menu li a {
    padding: 10px 15px 10px 20px;
  }
  #nav .header_menu .sub-menu li a:after {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    right: 15px;
    margin: -5px 0 0 0;
    border-bottom: solid 2px #d37c9e;
    border-right: solid 2px #d37c9e;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@media print, screen and (min-width: 768px) {
  #nav.fixed {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 10;
  }
}

.footer {
  background: url(../img/common/footer_bg.jpg) no-repeat center/cover;
  padding: 120px 0 0;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .footer {
    padding-top: 40px;
  }
}

.footer .columns + .columns {
  margin-top: 4%;
}

.footer h2 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin: 0 auto 30px;
  letter-spacing: 0.26em !important;
  letter-spacing: 0.4em;
  color: #d37c9e !important;
}

.footer h2 .marker {
  background-color: #fff !important;
  text-indent: 0.2em !important;
}

.footer h2 .sub {
  color: #fff !important;
  letter-spacing: 0.26em !important;
}

.footer h3 {
  color: #d37c9e;
  font-size: 2rem;
  margin-bottom: 15px;
}

.footer .ft_tel {
  font-size: 2.6rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.footer .ft_tel a {
  color: #fff;
  padding-left: 35px;
  position: relative;
}

.footer .ft_tel a:before {
  content: "";
  display: block;
  position: absolute;
  width: 27px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: url(../img/common/tel_icon.png) no-repeat center;
}

.footer .btnstyle a {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.footer .btnstyle.ac_btn a {
  background-color: #fff;
  color: #d37c9e;
}

.footer .btnstyle.ac_btn a:after {
  border-color: #d37c9e;
}

.footer .btnstyle.web_btn a {
  background: #eb7a4d;
  border: solid 1px #fff;
  border-radius: 10px;
  width: 100%;
  font-size: 20px;
  padding: 1em;
}

.footer .btnstyle.web_btn a span {
  position: relative;
  padding-left: 35px;
}

.footer .btnstyle.web_btn a span:before {
  content: "";
  display: block;
  position: absolute;
  width: 29px;
  height: 23px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: url(../img/common/web_icon.png) no-repeat center;
}

.footer .btnstyle.online_btn a {
  background: #d37c9e;
  border: solid 1px #fff;
  border-radius: 10px;
  width: 100%;
  font-size: 20px;
  padding: 1em;
}

.footer .btnstyle.online_btn a span {
  position: relative;
  padding-left: 35px;
}

.footer .btnstyle.online_btn a span:before {
  content: "";
  display: block;
  position: absolute;
  width: 29px;
  height: 23px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: url(../img/common/online_icon.png) no-repeat center;
}

.footer .footer_sitemap {
  -webkit-box-flex: 3;
      -ms-flex: 3 0 0px;
          flex: 3 0 0;
  line-height: 1.5;
}

.footer .footer_sitemap div:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.footer .footer_sitemap div:nth-child(2) {
  -webkit-box-flex: 2;
      -ms-flex: 2 0 0px;
          flex: 2 0 0;
}

@media only screen and (max-width: 767px) {
  .footer .footer_sitemap {
    margin-bottom: 30px;
  }
}

.footer .footer_menu {
  margin-bottom: 20px;
  margin-top: 4%;
  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;
}

.footer .footer_menu li {
  margin-bottom: 0.5em;
  margin-right: 10px;
}

.footer .footer_menu li:first-child a:before {
  content: none;
}

.footer .footer_menu a {
  color: #fff;
  display: inline-block;
  padding-left: 12px;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .footer_menu a:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1em;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: #fff;
}

.footer .footer_menu a:hover {
  opacity: 0.8;
}

@media print, screen and (min-width: 768px) {
  .footer .footer_sitemap {
    margin-right: 10px;
  }
  .footer .footer_menu2 {
    -webkit-column-count: 2;
            column-count: 2;
  }
  .footer .footer_sitemap.columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer p.footer_bnr {
    width: 100%;
  }
}

.footer .footer_address {
  -webkit-box-flex: 2;
      -ms-flex: 2 0 0px;
          flex: 2 0 0;
}

.footer .logo {
  margin-bottom: 25px;
}

.footer table.address {
  margin-bottom: 10px;
}

.footer table.address th,
.footer table.address td {
  padding: 5px 0;
  line-height: 1.4;
}

.footer table.address th {
  text-align: left;
  padding-right: 8px;
}

.footer table.table_timetable {
  margin-bottom: 5px;
}

.footer table.table_timetable thead th:first-child {
  width: 37%;
}

.footer table.table_timetable small {
  font-size: 0.8em;
}

.footer table.table_timetable .consul {
  color: #fff;
}

.footer table.table_timetable th,
.footer table.table_timetable td {
  padding: 15px 0;
  line-height: 1.4;
  background-color: transparent;
  vertical-align: middle;
}

.footer a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer a:hover img {
  opacity: 0.7;
}

#copyright {
  color: #fff;
  margin-top: 30px;
  padding: 10px 0 140px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #copyright {
    padding: 10px 0 14vw;
  }
}

#totop {
  bottom: 10px;
  display: none;
  position: fixed;
  right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#totop:hover {
  cursor: pointer;
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  #totop {
    width: 50px;
    bottom: 17vw;
  }
}

#totop .totop_inner {
  background: #d37c9e;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

#totop .totop_inner .material-icons {
  font-size: 3.4rem;
}

@media only screen and (max-width: 767px) {
  #totop .totop_inner {
    width: 50px;
    height: 50px;
  }
}

.side_bnr {
  position: fixed;
  right: 0;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .side_bnr {
    bottom: 0;
    right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .side_bnr {
    bottom: 0;
    width: 100%;
  }
  .side_bnr .side_bnr_block {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .side_bnr .side_bnr_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mce-content-body p,
.mce-content-body ul,
.mce-content-body ol,
.mce-content-body dl,
.mce-content-body table {
  margin-top: 2.4rem;
}

.mce-content-body img {
  border-radius: 0.53333rem;
}

.mce-content-body a {
  color: #d37c9e;
  text-decoration: underline;
}

.mce-content-body a:hover {
  color: #d37c9e;
  text-decoration: none;
}

.mce-content-body a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mce-content-body a:hover img {
  opacity: 0.7;
}

.mce-content-body hr {
  border: none;
  height: 0;
  margin: 0 auto 0;
  display: block;
  border-bottom: 1px solid #eee;
}

.mce-content-body strong {
  font-weight: bold;
}

.mce-content-body sup {
  font-size: 1.04rem;
  vertical-align: super;
}

.mce-content-body sub {
  font-size: 1.04rem;
  vertical-align: sub;
}

.mce-content-body blockquote {
  border: 1px solid #ccc;
  margin-top: 2.4rem;
  padding: 2.88rem;
  position: relative;
}

.mce-content-body blockquote::before, .mce-content-body blockquote::after {
  display: block;
  position: absolute;
  content: "format_quote";
  width: 3.2rem;
  height: 3.2rem;
  font-family: "Material Icons";
  font-size: 3.2rem;
  white-space: nowrap;
  word-wrap: normal;
  color: #ccc;
}

.mce-content-body blockquote::before {
  top: 1.6rem;
  left: 1.2rem;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.mce-content-body blockquote::after {
  right: 1.2rem;
  bottom: 1.6rem;
}

.mce-content-body table {
  width: 100%;
}

.mce-content-body table:not(.table_address):not(.table_timetable):not(.table_fee) th,
.mce-content-body table:not(.table_address):not(.table_timetable):not(.table_fee) td {
  border: 1px solid #ddd;
  padding: 1rem;
  background-color: #fff;
}

.mce-content-body table:not(.table_address):not(.table_timetable):not(.table_fee) thead th {
  background: rgb(235 122 77 / 30%);
}

.mce-content-body table:not(.table_address):not(.table_timetable):not(.table_fee) tbody th {
  background: #f9f9f9;
}

.mce-content-body p.error404 {
  margin-bottom: 10rem;
  margin-top: 7.5rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .mce-content-body p.error404 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.wp-embedded-content {
  display: block;
  max-width: 100%;
}

.post-type-page h2 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.post-type-page h3,
.post-type-page h4,
.post-type-page h5,
.post-type-page h6 {
  font-weight: bold;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.post-type-page h3 {
  color: #2f2f2f;
  font-size: 3.2rem;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  margin-top: 6.4rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .post-type-page h3 {
    margin-top: 4rem;
  }
}

.post-type-page h3 .subtext {
  color: #d37c9e;
  display: block;
  font-size: 2rem;
  margin-top: 0.4rem;
}

.post-type-page h4 {
  color: #d37c9e;
  color: #2f2f2f;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 20px;
  padding-left: 35px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .post-type-page h4 {
    font-size: 22px;
  }
}

.post-type-page h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  top: 14px;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  background: #d37c9e;
}

.post-type-page h5 {
  color: #535353;
  display: table;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 2.56rem;
  position: relative;
  background-color: #f6e6ec;
  padding: 0.2em 1em;
}

@media only screen and (max-width: 767px) {
  .post-type-page h5 {
    font-size: 20px;
  }
}

.post-type-page h6 {
  color: #535353;
  display: table;
  font-size: 1.84rem;
  line-height: 1.5;
  margin-top: 2.56rem;
}

@media only screen and (max-width: 767px) {
  .post-type-page h6 {
    font-size: 18px;
  }
}

.post-type-post h3,
.post-type-post h4,
.post-type-post h5,
.post-type-post h6 {
  font-weight: bold;
  letter-spacing: 0.32rem;
  line-height: 1.5;
}

.post-type-post h3 {
  border-bottom: 2px solid #2f2f2f;
  font-size: 2.6rem;
  margin-top: 5.6rem;
  padding-bottom: 2rem;
}

.post-type-post h4 {
  background: #ffe6f0;
  border-radius: 3px;
  color: #2f2f2f;
  font-size: 2.2rem;
  margin-top: 4.8rem;
  padding: 2rem 2.4rem;
}

.post-type-post h5 {
  border-left: 5px solid #d37c9e;
  font-size: 2.2rem;
  margin-top: 4rem;
  padding-left: 1.2rem;
}

.post-type-post h6 {
  background: #ffe6f0;
  border-radius: 2px;
  color: #d37c9e;
  display: table;
  font-size: 1.8rem;
  letter-spacing: 0.16rem;
  margin-top: 3.6rem;
  padding: 1.2rem 1.6rem;
}

body:not(.home) .post-type-page h2 {
  font-size: 30px;
  text-align: center;
  padding-top: 50px;
  margin-top: 0.5em;
  margin-bottom: 1em;
  position: relative;
}

@media only screen and (max-width: 767px) {
  body:not(.home) .post-type-page h2 {
    font-size: 26px;
  }
}

body:not(.home) .post-type-page h2:before {
  content: "";
  display: block;
  position: absolute;
  width: 81px;
  height: 48px;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../img/common/h2.png) no-repeat center;
}

body:not(.home) .post-type-page h3 {
  font-size: 24px;
  text-align: left;
  padding-bottom: 0.3em;
  border-bottom: solid 1px #d37c9e;
  padding-left: 1em;
  position: relative;
  margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
  body:not(.home) .post-type-page h3 {
    font-size: 24px;
  }
}

body:not(.home) .post-type-page h3:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 10px;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  border-radius: 50%;
  background: #d37c9e;
}

body:not(.home) .btnstyle a{
    margin: 0 auto;

}

.font-big {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #d37c9e;
  font-size: 2.08rem;
}

.underline {
  text-decoration: underline;
}

.link_anchor li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  line-height: 1.5;
}

.link_anchor li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.link_anchor a {
  color: #2f2f2f;
  border-radius: 25px;
  padding-bottom: 1.28rem;
  padding-left: 4.8rem;
  padding-top: 1.28rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link_anchor a::after, .link_anchor a::before {
  content: "";
  position: absolute;
  top: 50%;
}

.link_anchor a::before {
  background: #d37c9e;
  border-radius: 50%;
  height: 1.6rem;
  margin-top: -0.8rem;
  left: 1.6rem;
  width: 1.6rem;
}

.link_anchor a::after {
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-top: -2px;
  left: 2.24rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link_anchor a:hover {
  color: #eb7a4d;
}
.link_anchor a:hover::before {
  background: #eb7a4d;
}

.link_anchor a:hover::after {
  border-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .link_anchor.link_col_2, .link_anchor.link_col_3 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .link_anchor.link_col_2 li, .link_anchor.link_col_3 li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .link_anchor.link_col_2 li {
    max-width: calc(100% / 2 - (1.6rem * 0.7));
  }
  .link_anchor.link_col_2 li:not(:nth-child(2n)) {
    margin-right: 2.24rem;
  }
  .link_anchor.link_col_3 li:not(:nth-child(3n)) {
    margin-right: 2.24rem;
  }
}

.ul_circle,
.ul_square,
.ul_dot,
.ul_ring,
.ul_check,
.ul_triangle,
.ul_arrow,
.ul_circlegt {
  margin-top: 2.4rem;
}

.ul_circle li,
.ul_square li,
.ul_dot li,
.ul_ring li,
.ul_check li,
.ul_triangle li,
.ul_arrow li,
.ul_circlegt li {
  line-height: 1.75;
  margin-top: 1.2rem;
  padding-left: 2rem;
  position: relative;
}

.ul_circle li::before, .ul_circle li::after,
.ul_square li::before,
.ul_square li::after,
.ul_dot li::before,
.ul_dot li::after,
.ul_ring li::before,
.ul_ring li::after,
.ul_check li::before,
.ul_check li::after,
.ul_triangle li::before,
.ul_triangle li::after,
.ul_arrow li::before,
.ul_arrow li::after,
.ul_circlegt li::before,
.ul_circlegt li::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  position: absolute;
}

.ul_circle + p,
.ul_square + p,
.ul_dot + p,
.ul_ring + p,
.ul_check + p,
.ul_triangle + p,
.ul_arrow + p,
.ul_circlegt + p {
  margin-top: 2.4rem;
}

@media print, screen and (min-width: 768px) {
  .ul_circle.link_col_2, .ul_circle.link_col_3,
  .ul_square.link_col_2,
  .ul_square.link_col_3,
  .ul_dot.link_col_2,
  .ul_dot.link_col_3,
  .ul_ring.link_col_2,
  .ul_ring.link_col_3,
  .ul_check.link_col_2,
  .ul_check.link_col_3,
  .ul_triangle.link_col_2,
  .ul_triangle.link_col_3,
  .ul_arrow.link_col_2,
  .ul_arrow.link_col_3,
  .ul_circlegt.link_col_2,
  .ul_circlegt.link_col_3 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ul_circle.link_col_2 li, .ul_circle.link_col_3 li,
  .ul_square.link_col_2 li,
  .ul_square.link_col_3 li,
  .ul_dot.link_col_2 li,
  .ul_dot.link_col_3 li,
  .ul_ring.link_col_2 li,
  .ul_ring.link_col_3 li,
  .ul_check.link_col_2 li,
  .ul_check.link_col_3 li,
  .ul_triangle.link_col_2 li,
  .ul_triangle.link_col_3 li,
  .ul_arrow.link_col_2 li,
  .ul_arrow.link_col_3 li,
  .ul_circlegt.link_col_2 li,
  .ul_circlegt.link_col_3 li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .ul_circle.link_col_2 li,
  .ul_square.link_col_2 li,
  .ul_dot.link_col_2 li,
  .ul_ring.link_col_2 li,
  .ul_check.link_col_2 li,
  .ul_triangle.link_col_2 li,
  .ul_arrow.link_col_2 li,
  .ul_circlegt.link_col_2 li {
    max-width: calc(100% / 2 - (1.6rem * 0.7));
  }
  .ul_circle.link_col_2 li:not(:nth-child(2n)),
  .ul_square.link_col_2 li:not(:nth-child(2n)),
  .ul_dot.link_col_2 li:not(:nth-child(2n)),
  .ul_ring.link_col_2 li:not(:nth-child(2n)),
  .ul_check.link_col_2 li:not(:nth-child(2n)),
  .ul_triangle.link_col_2 li:not(:nth-child(2n)),
  .ul_arrow.link_col_2 li:not(:nth-child(2n)),
  .ul_circlegt.link_col_2 li:not(:nth-child(2n)) {
    margin-right: 2.24rem;
  }
  .ul_circle.link_col_3 li:not(:nth-child(3n)),
  .ul_square.link_col_3 li:not(:nth-child(3n)),
  .ul_dot.link_col_3 li:not(:nth-child(3n)),
  .ul_ring.link_col_3 li:not(:nth-child(3n)),
  .ul_check.link_col_3 li:not(:nth-child(3n)),
  .ul_triangle.link_col_3 li:not(:nth-child(3n)),
  .ul_arrow.link_col_3 li:not(:nth-child(3n)),
  .ul_circlegt.link_col_3 li:not(:nth-child(3n)) {
    margin-right: 2.24rem;
  }
  .ul_circle.link_inlign,
  .ul_square.link_inlign,
  .ul_dot.link_inlign,
  .ul_ring.link_inlign,
  .ul_check.link_inlign,
  .ul_triangle.link_inlign,
  .ul_arrow.link_inlign,
  .ul_circlegt.link_inlign {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ul_circle.link_inlign li,
  .ul_square.link_inlign li,
  .ul_dot.link_inlign li,
  .ul_ring.link_inlign li,
  .ul_check.link_inlign li,
  .ul_triangle.link_inlign li,
  .ul_arrow.link_inlign li,
  .ul_circlegt.link_inlign li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.ul_circle li::before {
  border-radius: 50%;
  background: #d37c9e;
  height: 0.8rem;
  left: 0;
  top: 1rem;
  width: 0.8rem;
}

.ul_square li::before {
  background: #d37c9e;
  height: 0.8rem;
  left: 0;
  top: 1rem;
  width: 0.8rem;
}

.ul_dot li::before {
  border-radius: 50%;
  background: #d37c9e;
  height: 0.4rem;
  left: 0.4rem;
  top: 1.2rem;
  width: 0.4rem;
}

.ul_ring li::before {
  border-radius: 50%;
  border: 2px solid #d37c9e;
  height: 1rem;
  left: 0;
  top: 1rem;
  width: 1rem;
}

.ul_check li::before {
  border-right: 2px solid #d37c9e;
  border-bottom: 2px solid #d37c9e;
  height: 12px;
  left: 4px;
  margin-top: -4px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  top: 1rem;
  width: 7px;
}

.ul_triangle li::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 2px;
  border: 4px solid transparent;
  border-left: 6px solid #d37c9e;
  top: 1rem;
}

.ul_arrow li::before {
  background: #d37c9e;
  height: 1px;
  left: 3px;
  margin-top: 3px;
  top: 1rem;
  width: 7px;
}

.ul_arrow li::after {
  border-top: 1px solid #d37c9e;
  border-right: 1px solid #d37c9e;
  height: 7px;
  left: 3px;
  top: 1rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
}

.ul_circlegt li::before {
  background: #d37c9e;
  border-radius: 50%;
  height: 1.2rem;
  left: 0;
  top: 0.8rem;
  width: 1.2rem;
}

.ul_circlegt li::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  height: 4px;
  left: 0.32rem;
  margin-top: 2px;
  top: 1rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 4px;
}

.ol_circle {
  counter-reset: ol_circle;
}

.ol_circle li {
  padding-left: 2.8rem;
  position: relative;
}

.ol_circle li::before, .ol_circle li:after {
  content: "";
  position: absolute;
}

.ol_circle li::before {
  background-color: #d37c9e;
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-size: 1.312rem;
  height: 2rem;
  left: 0;
  line-height: 2rem;
  text-align: center;
  top: 0.6rem;
  width: 2rem;
  position: absolute;
}

.section {
  padding-top: 7.6rem;
  padding-bottom: 10rem;
}

@media only screen and (max-width: 767px) {
  .section {
    padding-top: 5.1rem;
    padding-bottom: 7.5rem;
  }
}

.section h3:first-child {
  margin-top: 2.4rem;
}

.section hr {
  margin-bottom: 10rem;
  margin-top: 10rem;
  max-width: 1000px;
}

.section_bg {
  background: #ffe6f0;
}

.section_stripe {
  background-color: #e5f4f3;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, #ffe6f0), color-stop(0.5, transparent), to(transparent));
  -webkit-background-size: 10px;
}

.box_bg,
.box_border,
.box_border-stripe {
  border-radius: 1rem;
  margin-top: 6.6rem;
  padding: 5rem;
}

@media only screen and (max-width: 767px) {
  .box_bg,
  .box_border,
  .box_border-stripe {
    padding: 3.2rem;
    padding-top: 2.4rem;
  }
}

.section .box_bg:first-child,
.section_bg .box_bg:first-child, .section
.box_border:first-child,
.section_bg
.box_border:first-child, .section
.box_border-stripe:first-child,
.section_bg
.box_border-stripe:first-child {
  margin-top: 2.4rem;
}

.box_bg ul:first-child,
.box_bg ol:first-child,
.box_bg dl:first-child,
.box_bg table:first-child,
.box_bg p:first-child,
.box_bg h3:first-child,
.box_bg h4:first-child,
.box_bg h5:first-child,
.box_bg h6:first-child,
.box_border ul:first-child,
.box_border ol:first-child,
.box_border dl:first-child,
.box_border table:first-child,
.box_border p:first-child,
.box_border h3:first-child,
.box_border h4:first-child,
.box_border h5:first-child,
.box_border h6:first-child,
.box_border-stripe ul:first-child,
.box_border-stripe ol:first-child,
.box_border-stripe dl:first-child,
.box_border-stripe table:first-child,
.box_border-stripe p:first-child,
.box_border-stripe h3:first-child,
.box_border-stripe h4:first-child,
.box_border-stripe h5:first-child,
.box_border-stripe h6:first-child {
  margin-top: 0;
}

.box_bg h3,
.box_border h3,
.box_border-stripe h3 {
  display: table;
  padding-left: 0 !important;
  color: #d37c9e;
}

.box_bg h3:before, .box_bg h3:after,
.box_border h3:before,
.box_border h3:after,
.box_border-stripe h3:before,
.box_border-stripe h3:after {
  content: none !important;
}

.box_bg {
  background: #f8f9f8;
}

.box_border {
  border: 5px solid #ebebeb;
  background-color: #fff;
}

.section_bg .box_bg,
.section_stripe .box_bg, .section_bg
.box_border,
.section_stripe
.box_border {
  background: #fff;
}

.box_border-stripe {
  background-image: linear-gradient(-45deg, #fff 25%, #eee 25%, #eee 50%, #fff 50%, #fff 75%, #eee 75%, #eee);
  background-size: 4px 4px;
  position: relative;
}

.box_border-stripe > * {
  position: inherit;
  z-index: 1;
}

.box_border-stripe::before {
  background: #fff;
  border-radius: 0.75rem;
  content: "";
  height: calc(100% - 16px);
  left: 8px;
  position: absolute;
  top: 8px;
  width: calc(100% - 16px);
  z-index: 0;
}

.box_flow {
  background: #f8f9f8;
  border-radius: 1rem;
  margin-top: 5rem;
  padding: 5rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .box_flow {
    padding: 3.2rem;
  }
}

.box_flow::after {
  content: "";
  bottom: -6.4rem;
  border: 3.2rem solid transparent;
  border-top-color: #f8f9f8;
  left: 50%;
  margin-left: -3.2rem;
  position: absolute;
}

.box_flow:last-child::after, .box_flow.last::after {
  display: none;
}

.section_bg .box_flow,
.section_stripe .box_flow {
  background: #fff;
}

.section_bg .box_flow::after,
.section_stripe .box_flow::after {
  border-top-color: #fff;
}

.box_bg .box_flow .section_bg, .box_bg
.box_flow .section_stripe {
  background: #f8f9f8;
}

.box_bg .box_flow .section_bg::after, .box_bg
.box_flow .section_stripe::after {
  border-top-color: #f8f9f8;
}

.box_flow .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-top: 0;
  text-align: left;
}

.box_flow .title .num {
  color: #d37c9e;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 3.2rem;
  font-style: italic;
  line-height: 1.1;
  padding-right: 5px;
}

.box_flow .title .step {
  background: #d37c9e;
  border-radius: 3px;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 1.6rem;
  margin-right: 0.8rem;
  padding: 0.32rem 0.8rem;
}

@media print, screen and (min-width: 768px) {
  .box_flow .title .step {
    margin-top: 0.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .box_flow .title .step {
    display: table;
    margin-bottom: 0.8rem;
  }
}

.box_flow .title_bg {
  background: #89fff9;
  background: #d37c9e;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-top: 0;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .box_flow .title_bg {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .box_flow .title_bg .step {
    margin-top: 0.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .box_flow.columns .title {
    margin-right: 3.2rem;
    width: 14.4rem;
  }
  .box_flow.columns .inner > p:first-child {
    margin-top: 0;
  }
  .box_flow.columns .inner_border {
    border-left: 1px solid #eee;
  }
}

.box_flow2 {
  background: #fff;
  border: 6px solid #ebebeb;
  border-radius: 1rem;
  margin-top: 5rem;
  padding: 5rem;
  position: relative;
}

.box_flow2:not(:first-child) {
  margin-top: 6rem;
}

@media only screen and (max-width: 767px) {
  .box_flow2 {
    padding: 3.2rem;
  }
}

.box_flow2::after {
  bottom: -8.4rem;
  border: 3.2rem solid transparent;
  border-top-color: #d37c9e;
  content: "";
  left: 50%;
  margin-left: -3.2rem;
  position: absolute;
}

.box_flow2:last-child::after, .box_flow2.last::after {
  display: none;
}

.box_flow2 h4:first-child,
.box_flow2 h5:first-child {
  margin-top: 0;
}

.box_flow2:last-child {
  margin-bottom: 0;
}

.googlemap,
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.googlemap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.title {
  padding-left: 0 !important;
  border: none !important;
}

.title:before {
  content: none !important;
}

.title .step {
  background: #d37c9e;
  border-radius: 25px;
  color: #fff;
  display: inline;
  font-size: 1.6rem;
  margin-right: 10px;
  padding: 2px 10px;
}

.title .title {
  padding-top: 5px;
}

@media only screen and (max-width: 767px) {
  .title .step {
    margin-bottom: 5px;
  }
}

table {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  table.table_address {
    border-bottom: 1px solid #ddd;
    display: block;
  }
  table.table_address thead, table.table_address tbody, table.table_address tr, table.table_address th, table.table_address td {
    display: block;
  }
}

table.table_address th, table.table_address td {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  line-height: 1.6;
  padding: 1.6rem 0;
}

@media only screen and (max-width: 767px) {
  table.table_address th, table.table_address td {
    border: none;
  }
}

table.table_address th {
  padding-right: 1em;
  border-color: #d37c9e;
}

@media only screen and (max-width: 767px) {
  table.table_address th {
    border-top: 1px solid #ddd;
    padding-bottom: 0;
    text-align: left;
  }
}

table.table_timetable {
  table-layout: fixed;
}

table.table_timetable th, table.table_timetable td {
  background: transparent;
  border-bottom: 1px solid #ddd;
  padding: .8rem .2rem;
  text-align: center;
}

table.table_timetable thead th:first-child {
  width: 30%;
}

table.table_timetable tbody th {
  text-align: center;
}

table.table_timetable .consul {
  color: #d37c9e;
}

@media print, screen and (min-width: 768px) and (max-width: 1039px) {
  table.table_timetable {
    font-size: 82%;
  }
}

table.table_fee {
  table-layout: fixed;
}

@media only screen and (max-width: 767px) {
  table.table_fee {
    border-bottom: 1px solid #ddd;
    display: block;
  }
}

table.table_fee th, table.table_fee td {
  background: transparent;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  table.table_fee th, table.table_fee td {
  }
}

table.table_fee thead th {
  background: rgb(235 122 77 / 30%);
  text-align: center;
}

table.table_fee tbody th {
  background: #f9f9f9;
  vertical-align: middle;
}

table.table_fee tbody td:last-child {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  table.table_fee th {
    border-top: 1px solid #ddd;
    text-align: left;
  }
}

.js-scrollable,
.js-scrollable_pc {
  margin-top: 2.4rem;
}

.js-scrollable table:first-child,
.js-scrollable_pc table:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 180%;
  }
}

.js-scrollable_pc table {
  width: auto;
  min-width: 135%;
}

@media only screen and (max-width: 767px) {
  .js-scrollable_pc table {
    min-width: 170%;
  }
}

#page_title {
  background: url(../img/common/pagetitle_bg.jpg) no-repeat center/cover;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
}

#page_title::before {
  background: inherit;
  bottom: -5px;
  content: "";
  -webkit-filter: blur(5px);
          filter: blur(5px);
  left: -5px;
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 0;
}

#page_title::after {
  background: rgba(247, 245, 243, 0.45);
  content: "";
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}

#page_title .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 200px;
}

@media only screen and (max-width: 767px) {
  #page_title .container {
    height: 120px;
  }
}

#page_title .page_title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.32rem;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  #page_title .page_title {
    font-size: 2.6rem;
  }
}

#breadcrumb {
  color: #888;
  font-size: 1.408rem;
  line-height: 1.4;
  padding: 1.2rem;
}

#breadcrumb .material-icons {
  font-size: 1.6rem;
}

#breadcrumb ol {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

#breadcrumb li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

#breadcrumb a {
  color: #888;
  text-decoration: none;
}

#breadcrumb a:hover {
  color: #2f2f2f;
  text-decoration: none;
}

#breadcrumb li:last-child a {
  pointer-events: none;
}

#breadcrumb .current a {
  color: #2f2f2f;
}

.btnstyle a {
  background: #d37c9e;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: table;
  line-height: 1.5;
  width: 280px;
  max-width: 100%;
  padding: 1.36rem 2.4rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .btnstyle a {
    margin-left: auto;
    margin-right: auto;
  }
}

.btnstyle a:hover {
  color: #fff;
  opacity: 0.7;
}

.btnstyle a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 50%;
  right: 5%;
  margin: auto;
  width: 20px;
  height: 3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}

.slide_main {
  position: relative;
}

.slide_main .item {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}

.slide_main .item.active {
  opacity: 1;
  z-index: 1;
  position: inherit;
}

.slide_main .item:first-child .arrow-prev,
.slide_main .item:last-child .arrow-next {
  display: none;
}

.slide_main .item .caption {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  left: 0;
  line-height: 1.6;
  padding: 13px 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slide_main .item img {
  margin: 0;
}

.slide_main .arrow-prev,
.slide_main .arrow-next {
  height: 60px;
  width: 40px;
  position: absolute;
  top: 50%;
  display: block;
  z-index: 2;
  margin-top: -30px;
}

.slide_main .arrow-prev:hover,
.slide_main .arrow-next:hover {
  cursor: pointer;
}

.slide_main .arrow-prev::before,
.slide_main .arrow-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url("../img/default/icon_slidearrow_01.svg");
}

.slide_main .arrow-prev {
  left: 10px;
}

@media only screen and (max-width: 767px) {
  .slide_main .arrow-prev {
    left: 0px;
  }
}

.slide_main .arrow-next {
  right: 10px;
}

@media only screen and (max-width: 767px) {
  .slide_main .arrow-next {
    right: 0px;
  }
}

.slide_main .arrow-next::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

#tinymce .slide_main .item:first-child {
  opacity: 1;
  z-index: 1;
  position: inherit;
}

.slide_thumb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-bottom: 30px;
}

.slide_thumb .item {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slide_thumb .item:hover {
  cursor: pointer;
  opacity: 0.8;
}

.slide_thumb .item.thumbnail-current:hover {
  opacity: 1;
}

.slide_thumb .item.thumbnail-current::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #d37c9e;
  border-radius: 0.53333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slide_thumb .item img {
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .slide_wrap_horizontal {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .slide_wrap_horizontal .slide_main {
    -webkit-box-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .slide_wrap_horizontal .slide_thumb {
    -webkit-box-flex: 0 0 22%;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    -webkit-box-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-bottom: 4%;
    margin-right: 4%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .slide_wrap_horizontal .slide_main {
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    width: 15.8%;
    width: calc(95% / 6);
    max-width: calc(95% / 6);
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(6n) {
    margin-right: 0;
  }
}

.slide_wrap_vertical .slide_main {
  margin-bottom: 1%;
}

.slide_wrap_vertical .slide_thumb .item {
  width: 15.8%;
  width: calc(95% / 6);
  max-width: calc(95% / 6);
  margin-right: 1%;
  margin-bottom: 1%;
}

.slide_wrap_vertical .slide_thumb .item:nth-child(6n) {
  margin-right: 0;
}

.box_faq {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2.8rem;
  margin-bottom: 2.8rem;
}

.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.box_faq .question,
.box_faq .answer {
  padding: 0.6rem 0rem 0.6rem 6rem;
  position: relative;
}

.box_faq .question::before,
.box_faq .answer::before {
  font-family: century-gothic, sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  border-radius: 2rem;
  height: 4rem;
  line-height: 4rem;
  position: absolute;
  width: 4rem;
  top: 0;
  text-align: center;
  left: 0;
}

.box_faq .question {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}

.box_faq .question::before {
  content: "Q";
  color: #fff;
  background: #d37c9e;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.box_faq .question p {
  padding-right: 2rem;
  position: relative;
}

.box_faq .question p::before, .box_faq .question p::after {
  position: absolute;
  content: "";
  top: 1.2rem;
  right: 0;
  background: #d37c9e;
  border-radius: 1px;
  width: 1.6rem;
  height: 0.3rem;
}

.box_faq .question p::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.box_faq .question p.open::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.box_faq .answer {
  display: none;
  padding-top: 30px;
}

.box_faq .answer::before {
  content: "A";
  color: #fff;
  background: #eb7a4d;
  top: 30px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* ------------------------------------
qa調整
------------------------------------ */
.box_faq .question:hover {
  cursor: pointer;
}

.box_faq {
  margin-top: 2.8rem;
  margin-bottom: 0;
}

.box_faq p:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .box_faq .question {
    font-size: 1.8rem;
  }
}

.wpcf7 dt,
.box_form dt {
  font-weight: bold;
  margin-bottom: 0.8rem;
}

.wpcf7 dd,
.box_form dd {
  margin-bottom: 2rem;
}

.wpcf7 dd > span + span,
.box_form dd > span + span {
  margin-left: 15px;
}

.wpcf7 select,
.wpcf7 input,
.wpcf7 textarea,
.box_form select,
.box_form input,
.box_form textarea {
  font-family: inherit;
  font-size: inherit;
  max-width: 100%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.box_form input[type="text"],
.box_form input[type="email"],
.box_form input[type="tel"],
.box_form textarea {
  padding: 12px 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
}

.wpcf7 textarea,
.box_form textarea {
  width: 100%;
}

.wpcf7 select,
.box_form select {
  padding: 10px 2px;
}

@media print, screen and (min-width: 768px) {
  .wpcf7 .input_wrap:not(:first-child),
  .box_form .input_wrap:not(:first-child) {
    margin-left: 2rem;
  }
}

.wpcf7 .attention,
.box_form .attention {
  color: #cc0000;
  font-size: 1.2rem;
}

.wpcf7 .acceptance .attention,
.box_form .acceptance .attention {
  font-size: inherit;
}

.wpcf7 .subtxt,
.box_form .subtxt {
  color: #999;
  font-size: 1.2rem;
  display: block;
}

.wpcf7 input[type="submit"],
.box_form input[type="submit"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #d37c9e;
  background: #d37c9e;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 15px 20px;
  width: 240px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wpcf7 input[type="submit"]:hover,
.box_form input[type="submit"]:hover {
  background: #fff;
  color: #d37c9e;
  cursor: pointer;
}

.wpcf7 .btn-style,
.wpcf7 .btnstyle,
.box_form .btn-style,
.box_form .btnstyle {
  text-align: center;
  margin-top: 2.8rem;
}

@media only screen and (max-width: 767px) {
  .wpcf7 .btn-style,
  .wpcf7 .btnstyle,
  .box_form .btn-style,
  .box_form .btnstyle {
    margin-top: 2rem;
  }
}

.wpcf7 .screen-reader-response,
.box_form .screen-reader-response {
  margin-bottom: 2rem;
  padding: 10px;
  background: #fffbd2;
}

.wpcf7 .screen-reader-response ul,
.box_form .screen-reader-response ul {
  display: none;
}

.wpcf7 input.wpcf7-not-valid,
.box_form input.wpcf7-not-valid {
  background: #fffbd2;
}

.wpcf7 .wpcf7-not-valid-tip,
.box_form .wpcf7-not-valid-tip {
  color: #f88a1e;
}

.wpcf7 .wpcf7-response-output.wpcf7-validation-errors,
.box_form .wpcf7-response-output.wpcf7-validation-errors {
  margin-top: 20px;
  padding: 10px;
  background: #fffbd2;
}

.wpcf7 .btn-style {
  text-align: center;
}

.wpcf7 .ajax-loader {
  position: absolute !important;
}

.point_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-top: 60px;
}

.columns .point_box:first-child {
  margin-top: 60px;
}

.point_box p {
  margin-bottom: 30px;
}

.point_box p.image {
  margin-top: auto;
  margin-bottom: 0;
}

h4.point_title {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

h4.point_title .subtext {
  font-size: 2rem;
}

.notice_box {
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.notice_box .notice_title {
  background: #ffe6f0;
  border-radius: 6px;
  padding: 25px 0;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

@media print, screen and (min-width: 768px) {
  .notice_box .notice_title {
    margin-right: 30px;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}

@media only screen and (max-width: 767px) {
  .notice_box .notice_title {
    margin-bottom: 20px;
  }
}

.notice_box .notice_title h4 {
  color: #d37c9e;
  display: block;
  position: relative;
  text-align: center;
}

.notice_box .notice_title h4::before {
  position: absolute;
  content: "";
  background: #d37c9e;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
}

@media print, screen and (min-width: 768px) {
  .notice_box .notice_title h4 {
    margin-bottom: 0;
  }
}

.notice_box .notice_text ul,
.notice_box .notice_text p {
  width: 100%;
}

.notice_box .notice_text ul:first-child,
.notice_box .notice_text p:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .notice_box .notice_text {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}

.sitemap_box {
  max-width: 800px;
  margin: 6.4rem auto 9.6rem;
}

@media only screen and (max-width: 767px) {
  .sitemap_box {
    margin: 4.8rem auto 7.2rem;
  }
}

.sitemap_box .menu {
  border-top: 1px solid #ddd;
}

.sitemap_box .menu li {
  border-bottom: 1px solid #ddd;
}

.sitemap_box .menu a {
  position: relative;
  display: block;
  padding: 2rem 4rem 2rem 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #2f2f2f;
}

@media only screen and (max-width: 767px) {
  .sitemap_box .menu a {
    padding: 1.6rem 3.2rem 1.6rem 1.6rem;
  }
}

.sitemap_box .menu a:hover {
  color: #d37c9e;
  background: #ffe6f0;
}

.sitemap_box .menu a::after {
  position: absolute;
  content: "";
  right: 1.6rem;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #d37c9e;
  border-right: 1px solid #d37c9e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* mainimage */
.mainimage img {
  width: 100%;
}

.mainimage .slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.mainimage .slider.slick-initialized {
  opacity: 1;
}

.mainimage .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.mainimage .slick-dots {
  bottom: -40px;
}

.mainimage .slick-dots li {
  margin: 0 10px;
}

.mainimage .slick-dots li button {
  position: relative;
  padding: 0;
}

.mainimage .slick-dots li button:before {
  color: #d37c9e;
  content: "●";
  font-family: sans-serif;
  font-size: 18px;
}

.mainimage .slick-prev {
  z-index: 1;
  left: 10px;
}

.mainimage .slick-next {
  z-index: 1;
  right: 10px;
}

.blog_thumbnail_list_item a .title,
.blog_thumbnail_list_item a .date,
.blog_thumbnail_list_item a .post_term {
  color: inherit;
  text-decoration: none;
}

.blog_thumbnail_list_item .title {
  display: block;
}

.blog_thumbnail_list_item .btnstyle a {
  min-width: auto;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .blog_thumbnail_list_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 23.5%;
    flex: 1 1 23.5%;
    margin-right: 2%;
    position: relative;
    padding-bottom: 5rem;
  }
  .blog_thumbnail_list_item:nth-child(4n) {
    margin-right: 0;
  }
  .blog_thumbnail_list_item .btnstyle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .home .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .home .header .header_inner {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}

.home #main {
  overflow: hidden;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section_top h2 {
  color: #fff;
  font-size: 3.6rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.76em;
  display: table;
}

@media only screen and (max-width: 767px) {
  .section_top h2 {
    font-size: 3.2rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.section_top h2 .marker {
  display: inline-block;
  background: #d37c9e;
  text-indent: 1em;
  line-height: 1.5;
}

.section_top h2 .sub {
  color: #d37c9e;
  display: block;
  font-size: calc(1em / 2.25);
  letter-spacing: 0.92em;
  border-top: solid 1px;
  padding-top: 0.8em;
  margin-top: 1em;
}

.section_news {
  padding: 100px 0;
  background: url(../img/top/bg01.jpg) no-repeat center top/cover;
}

@media only screen and (max-width: 767px) {
  .section_news {
    padding: 40px 0;
  }
}

.section_news .list_list {
  border-top: solid 1px #eee;
}

.section_news dt {
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .section_news dt {
    float: left;
    padding: 1em 0;
  }
}

@media only screen and (max-width: 767px) {
  .section_news dt {
    padding-top: 1em;
  }
}

.section_news dd {
  line-height: 1.6;
  border-bottom: solid 1px #eee;
}

@media print, screen and (min-width: 768px) {
  .section_news dd {
    padding: 1em 0 1em 8em;
  }
}

@media only screen and (max-width: 767px) {
  .section_news dd {
    padding-bottom: 1em;
  }
}

.section_news dd a {
  color: #2f2f2f;
  text-decoration: none;
}

.section_news dd a:hover {
  color: #d37c9e;
}

.section_news .btnstyle a {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0;
  padding-bottom: 2px;
  padding-top: 2px;
  width: 100px;
  border-radius: 15px;
}

.section_news .btnstyle a::after {
  content: "";
  display: block;
  position: absolute;
  top: 58%;
  right: 5%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: none;
  border-bottom: none;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.section_news .tit_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.section_news h3 {
  font-size: 30px;
  margin: 0;
  text-align: left;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .section_news h3 {
    font-size: 24px;
  }
}

.section_news h3 .sub {
  font-size: 16px;
  margin-left: 0.5em;
  letter-spacing: 0.5em;
}

@media only screen and (max-width: 767px) {
  .section_news h3 .sub {
    font-size: 14px;
  }
}

.section_news .news h3 .sub {
  color: #d37c9e;
}

.section_news .blog h3 .sub {
  color: #eb7a4d;
}

.section_news .blog .btnstyle a {
  background-color: #eb7a4d;
}

.section_news .columns + .columns {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .section_news .columns + .columns {
    margin-top: 20px;
  }
}

.section_greeting {
  padding: 100px 0;
  color: #fff;
  background: url(../img/top/bg02.jpg) no-repeat center/cover;
}

@media only screen and (max-width: 767px) {
  .section_greeting {
    padding: 40px 0;
  }
}

.section_greeting h2 {
  color: #d37c9e;
  letter-spacing: 0.619em;
}

@media (min-width: 768px) and (max-width: 1041px) {
  .section_greeting h2 {
    font-size: clamp(2rem, 3.3vw, 3.6rem);
  }
}

.section_greeting h2 .marker {
  background: #fff;
}

.section_greeting h2 .sub {
  color: #fff;
}

.section_greeting h3 {
  color: #fff;
  font-size: 1.6rem;
  border-bottom: solid 1px;
  text-align: left;
  padding: 0 0 5px 0.5em;
}

@media print, screen and (min-width: 768px) {
  .section_greeting .con_tit {
    width: 32%;
  }
}

@media print, screen and (min-width: 768px) {
  .section_greeting .con_text {
    width: calc(100% - 32% - 30px);
  }
}

@media print, screen and (min-width: 768px) {
  .section_greeting .con_text p:first-child {
    margin-top: 0;
  }
}

.section_greeting .ul_arrow_wh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section_greeting .ul_arrow_wh li {
  font-size: clamp(1.28rem, 1.6vw, 1.6rem);
}

@media print, screen and (min-width: 768px) {
  .section_greeting .ul_arrow_wh li {
    margin-right: 2em;
  }
}

@media only screen and (max-width: 767px) {
  .section_greeting .ul_arrow_wh li {
    width: 50%;
    font-size: 1.6rem;
  }
}

.section_greeting .ul_arrow_wh a {
  text-decoration: none;
  color: #fff;
  padding-right: 1.2em;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .section_greeting .ul_arrow_wh a {
    display: block;
  }
}

.section_greeting .ul_arrow_wh a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 50%;
  right: 0;
  margin: auto;
  width: 13px;
  height: 3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}

.section_greeting .ul_arrow_wh a:hover:after {
  right: -5px;
}

.section_medical {
  padding: 100px 0;
}

@media print, screen and (min-width: 768px) {
  .section_medical {
    background: url(../img/top/bg03.jpg) no-repeat top left/100%;
  }
}

@media only screen and (max-width: 767px) {
  .section_medical {
    padding: 40px 0;
  }
}

@media (min-width: 768px) and (max-width: 1041px) {
  .section_medical h2 {
    font-size: clamp(2rem, 3.3vw, 3.6rem);
  }
}

  .section_medical h2 .sub{
   letter-spacing: 0.26em;
  }

.section_medical h3 {
  font-size: 2.16rem;
  margin-top: 0;
  padding: 0;
  color: #d37c9e;
  text-align: left;
}

.section_medical .ul_point li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  margin-right: 0.5em;
  vertical-align: middle;
  background: #2f2f2f;
}

@media print, screen and (min-width: 768px) {
  .section_medical .con_tit {
    width: 32%;
  }
}

@media print, screen and (min-width: 768px) {
  .section_medical .con_text {
    width: calc(100% - 32% - 30px);
  }
}

.section_medical .tab_wrap {
  margin-top: 75px;
}

@media only screen and (max-width: 767px) {
  .section_medical .tab_wrap {
    margin-top: 30px;
  }
}

.section_medical .tab_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 15px auto;
  gap: 10px;
  width: 98%;
}

@media only screen and (max-width: 767px) {
  .section_medical .tab_btn_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.section_medical .tab_btn {
  display: block;
  border: solid 2px #d37c9e;
  border-radius: 10px;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc((98% - 50px) / 6);
  height: 150px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  margin-bottom: 20px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .section_medical .tab_btn {
    width: 48%;
    height: 120px;
  }
}

.section_medical .tab_btn:hover {
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .section_medical .tab_icon {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.section_medical .tab_tit {
  color: #d37c9e;
  font-weight: bold;
  height: 3em;
  text-align: center;
  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;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-top: 0.5em;
  font-size: clamp(13px, 1.5vw, 18px);
}

@media only screen and (max-width: 767px) {
  .section_medical .tab_tit {
    margin-top: 0;
  }
}

.section_medical .tab_item {
  display: none;
  border: solid 2px #d37c9e;
  padding: clamp(20px, 4vw, 40px) clamp(10px, 3vw, 40px);
  border-radius: 20px;
}

.section_medical .icon_on {
  display: none;
}

.section_medical .tab_item.active {
  display: block;
}

.section_medical .tab_btn.active:after {
  display: block;
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: -16px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30px;
  height: 30px;
  border-bottom: 2px solid #d37c9e;
  border-left: 2px solid #d37c9e;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: linear-gradient(45deg, #fff, #fff 50%, transparent 51%, transparent 100%);
}

.section_medical .tab_btn.active .icon_on {
  display: block;
  margin: auto;
}

.section_medical .tab_btn.active .icon {
  display: none;
}

.section_medical .tab_btnstyle {
  background: url(../img/top/btn_logo.png) no-repeat center, #d37c9e;
  border-radius: 10px;
  padding: 7px;
  position: relative;
  height: 100px;
}

.section_medical .tab_btnstyle:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 15px;
  right: 18px;
  margin: auto;
  width: 13px;
  height: 3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
}

.section_medical .tab_btnstyle a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.section_medical .tab_btnstyle p {
  margin: 0;
}

.section_medical .tab_btnstyle .text {
  color: #fff;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}

.section_medical .tab_btnstyle .btn_border {
  border: solid 1px #fff;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  display: block;
  position: relative;
}

.section_medical .tab_btnstyle .btn_border:before, .section_medical .tab_btnstyle .btn_border:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: transparent;
}

.section_medical .tab_btnstyle .btn_border:before {
  top: -2px;
  bottom: auto;
  right: auto;
  left: -2px;
  margin: auto;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  border-radius: 10px 0 0 0;
}

.section_medical .tab_btnstyle .btn_border:after {
  top: -2px;
  bottom: auto;
  left: auto;
  right: -2px;
  margin: auto;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  border-radius: 0 10px 0 0;
}

.section_medical .tab_btnstyle .btn_inner {
  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;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 0 0 9%;
}

.section_medical .tab_btnstyle .btn_inner:before, .section_medical .tab_btnstyle .btn_inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: transparent;
}

.section_medical .tab_btnstyle .btn_inner:before {
  bottom: -2px;
  top: auto;
  right: auto;
  left: -2px;
  margin: auto;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 0 0 0 10px;
}

.section_medical .tab_btnstyle .btn_inner:after {
  bottom: -2px;
  top: auto;
  left: auto;
  right: -2px;
  margin: auto;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 0 0 10px 0;
}

.section_treatment {
  padding: 100px 0;
  z-index: 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .section_treatment {
    padding: 40px 0;
  }
}

.section_treatment h2 {
  font-size: clamp(2.4rem, 2.8vw, 3.6rem);
  letter-spacing: 0.12em;
  position: relative;
}

.section_treatment h2:before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 1px;
  top: auto;
  bottom: 0;
  margin: auto;
  background: #e8e8e8;
  z-index: 0;
}

@media (max-width: 767px) {
  .section_treatment h2:before {
    left: 0;
    right: 0;
    width: 100%;
  }
}

.section_treatment h2:after {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 5px;
  top: auto;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
}

.section_treatment h2 .sub {
  font-size: 0.44em;
  display: block;
}

.section_treatment h3 {
  text-align: left;
  line-height: 2;
  font-weight: normal;
  margin-top: 35px;
  font-size: clamp(16px, 2.5vw, 24px);
letter-spacing: 0.3em;
}

.section_treatment h3 .js-marker {
  position: relative;
  padding: 5px 15px;
}

.section_treatment h3 .js-marker:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  opacity: 0;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

.section_treatment h3 .js-marker.marking:before {
  width: 100%;
  opacity: 1;
}

.section_treatment h3 .js-marker .in {
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}

@media (min-width: 1320px) {
  .section_treatment .container {
    max-width: 1320px;
  }
}

.section_treatment .con_img {
  position: relative;
  z-index: 1;
}

@media (min-width: 1320px) {
  .section_treatment .con_img {
    width: 37%;
  }
}

@media (min-width: 768px) and (max-width: 1319px) {
  .section_treatment .con_img {
    width: 40%;
  }
}

@media (min-width: 1320px) {
  .section_treatment .con_text {
    width: calc(100% - 30px - 49%);
  }
}

@media (min-width: 768px) and (max-width: 1319px) {
  .section_treatment .con_text {
    width: calc(100% - 30px - 40%);
  }
}

.section_treatment .flex {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .section_treatment .flex {
    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;
  }
}

@media print, screen and (min-width: 768px) {
  .section_treatment .btnstyle:nth-child(n + 2) {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .section_treatment .btnstyle:nth-child(n + 2) {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .section_treatment .btnstyle {
    max-width: calc(100% - 10px / 2);
  }
}

.section_treatment .btnstyle a {
  max-width: 100%;
  width: 220px;
}

@media print, screen and (min-width: 768px) {
  .section_treatment .btnstyle a {
    display: table-cell;
  }
}

@media only screen and (max-width: 767px) {
  .section_treatment .btnstyle a {
    margin: 0 auto;
  }
}

.sec_endscopy {
  background: url(../img/top/bg04.jpg) no-repeat center/cover;
}

.sec_endscopy h2 {
  color: #d37c9e;
}

@media (min-width: 768px) {
  .sec_endscopy h2:before {
    right: auto;
    left: calc(((100vw - 1000px) / 2) * -1);
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .sec_endscopy h2 {
    left: -3%;
  }
}

.sec_endscopy h2:after {
  background: #d37c9e;
}

.sec_endscopy h3 .js-marker.marking:before {
  background: #d37c9e;
}

@media (min-width: 768px) {
  .sec_parallax {
    overflow: hidden;
    height: 600px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1300px) {
  .sec_parallax {
    height: 50vw;
  }
}

.sec_thyroid {
  background: url(../img/top/bg05.jpg) no-repeat center/cover;
}

.sec_thyroid h2 {
  color: #d37c9e;
}

@media (min-width: 768px) {
  .sec_thyroid h2:before {
    left: auto;
    right: calc(((100vw - 1000px) / 2) * -1);
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .sec_thyroid h2 {
    right: -3%;
  }
}

.sec_thyroid h2:after {
  background: #d37c9e;
}

.sec_thyroid h3 .js-marker.marking:before {
  background: #d37c9e;
}

.sec_thyroid .btnstyle a {
  background-color: #d37c9e;
}

.section_feature {
  padding: 0 0 100px 0;
  background: url(../img/top/bg06.jpg) no-repeat center/cover;
}

@media only screen and (max-width: 767px) {
  .section_feature {
    padding: 40px 0;
  }
}

.section_feature h2 {
  font-size: clamp(2.4rem, 2.8vw, 3.6rem);
}

.section_feature h3 {
  color: #fff;
  font-size: clamp(18px, 2.5vw, 28px);
  margin-top: -25px;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.18em;
font-weight: normal;
}

.section_feature h3 .marker {
  display: inline-block;
  background: #d37c9e;
  line-height: 1.5;
  padding: 0 10px;
}
.section_feature .cl2 h3 .marker {
  background: #eb7a4d;
}

.section_feature .con_tit {
  position: relative;
  z-index: 1;
}

@media (min-width: 1320px) {
  .section_feature .con_tit {
    width: 37%;
  }
}

@media (min-width: 768px) and (max-width: 1319px) {
  .section_feature .con_tit {
    width: 40%;
  }
}

@media (min-width: 1320px) {
  .section_feature .con_text {
    width: calc(100% - 30px - 49%);
  }
}

@media (min-width: 768px) and (max-width: 1319px) {
  .section_feature .con_text {
    width: calc(100% - 30px - 40%);
  }
}

.section_feature .con_text .text {
  margin: 0;
  font-size: 2.2rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #d37c9e;
    letter-spacing: 0.12em;
}

.section_feature .con_feature {
  margin-top: 5%;
}

@media print, screen and (min-width: 768px) {
  .section_feature .con_feature .column:nth-child(2n) {
    margin-top: 75px;
  }
}

.section_feature .con_feature .column:nth-child(n + 5) h3 .marker {
  background-color: #d37c9e;
}

.section_slider {
  padding: 40px 0;
  background-color: #f8f6f2;
}

.section_slider .loopslider_wrap {
  overflow: hidden;
}

.section_slider .loopslider {
  -webkit-animation: loopslider 35s linear infinite;
          animation: loopslider 35s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(380px * 12);
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .section_slider .loopslider {
    width: calc(210px * 12);
    -webkit-animation: loopslider_sp 35s linear infinite;
            animation: loopslider_sp 35s linear infinite;
  }
}

@-webkit-keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-380px * 6));
            transform: translateX(calc(-380px * 6));
  }
}

@keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-380px * 6));
            transform: translateX(calc(-380px * 6));
  }
}

@-webkit-keyframes loopslider_sp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-210px * 6));
            transform: translateX(calc(-210px * 6));
  }
}

@keyframes loopslider_sp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-210px * 6));
            transform: translateX(calc(-210px * 6));
  }
}

.section_slider .loopslider_item {
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .section_slider .loopslider_item {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 767px) {
  .section_slider .loopslider_item img {
    width: 200px;
  }
}

.box_entry_archive-blogsingleon .btnstyle {
  margin-top: 15px;
}

.box_entry_archive-blogsingleon .btnstyle a {
  min-width: 200px;
  padding: 0.8rem 1.5rem;
  font-size: 1.4rem;
}

.entry_title {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.32rem;
  line-height: 1.5;
  margin-top: 6.4rem;
}

.box_entry-item .entry_title {
  font-size: 2.2rem;
  margin-top: 4.8rem;
}

.entry_title a {
  color: #2f2f2f;
  text-decoration: none;
}

.entry_title a:hover {
  color: #d37c9e;
}

.entry_ex {
  margin-bottom: 4rem;
  margin-top: 3.2rem;
}

.box_entry-item .entry_ex {
  margin-bottom: 1.6rem;
  margin-top: 1.6rem;
}

@media print, screen and (min-width: 768px) {
  .box_entry-item .entry_ex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}

.entry_date {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1.408rem;
}

.entry_date .material-icons {
  color: #d37c9e;
  font-size: 1.6rem;
  margin-right: 8px;
}

.archive .box_entry-news .entry_date {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  color: #999;
  font-weight: normal;
  margin-top: 0.8rem;
}

.archive .box_entry-news .entry_date .material-icons {
  color: #999;
}

.box_entry-item .entry_date {
  margin-right: 1.6rem;
}

.post-categories {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1.408rem;
  line-height: 1.1;
  margin-top: 0.8rem;
}

.post-categories .material-icons {
  color: #d37c9e;
  font-size: 1.6rem;
  margin-right: 8px;
}

.post-categories a {
  color: #d37c9e;
  display: block;
  margin-right: 4px;
  text-decoration: none;
}

.box_entry-item .post-categories {
  margin-top: 0;
}

.pagenav_single {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  border-top: 1px solid #eee;
  font-size: 1.408rem;
  line-height: 1.5;
  margin-top: 6.4rem !important;
  padding-top: 4.8rem;
}

.pagenav_single a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.pagenav_single a .material-icons {
  font-size: 1.408rem;
}

.pagenav_single a:hover {
  opacity: .7;
}

.box_entry-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 4.8rem;
}

.box_entry-item:first-child {
  padding-top: 1.6rem;
}

.box_entry-news .archive {
  border-bottom: 1px solid #eee;
  padding-bottom: 8rem;
}

.pagenav_archive {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  font-size: 1.408rem;
  line-height: 2rem;
  margin-top: 6.4rem;
}

.pagenav_archive .page-numbers {
  border: 1px solid #aaa;
  color: #aaa;
  display: inline-block;
  height: 2rem;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  width: 2rem;
}

.pagenav_archive .page-numbers.current {
  background: #eee;
  border-color: #eee;
}

.pagenav_archive .page-numbers:hover {
  background: #d37c9e;
  border: 1px solid #d37c9e;
  color: #fff;
  cursor: pointer;
}

#post_aside {
  margin-top: 3.2rem;
}

#post_aside .aside_box {
  padding-top: 3.2rem;
}

#post_aside .aside_title {
  border-bottom: 2px solid #2f2f2f;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 1.2rem;
}

#post_aside .category_list {
  margin-top: 1.6rem;
}

#post_aside .category_list li {
  border-bottom: 1px solid #eee;
}

#post_aside .category_list a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  color: #2f2f2f;
  line-height: 1.5;
  padding: 1.2rem 0.8rem;
  text-decoration: none;
}

#post_aside .category_list a:hover {
  color: #d37c9e;
}

#post_aside .category_list a .material-icons {
  font-size: 1.6rem;
}

#post_aside .latestpost_list {
  margin-top: 1.6rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #eee;
}

#post_aside .latestpost_list a {
  color: #2f2f2f;
  display: table;
  line-height: 1.5;
  padding: 0.4rem 0.8rem 0.4rem 2.4rem;
  position: relative;
  text-decoration: none;
}

#post_aside .latestpost_list a::before {
  content: "・";
  left: 0.8rem;
  padding-top: 0.4rem;
  position: absolute;
  top: 0;
}

#post_aside .latestpost_list a:hover {
  color: #d37c9e;
}

#post_aside .latestpost_list a:hover::before {
  color: #d37c9e;
}

.w80{
max-width:800px;
}
@media only screen and (max-width: 767px) {
  #totop img {
    width: 35%;
  }
#totop {
    width: 30px;
  }
}
@media (min-width: 768px) {
  #side_tel {
    position: fixed;
    right: 0;
    z-index: 2;
    top: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #side_tel {
    width: 50px;
    top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #nav #telmenu {
    background: #fff;
    display: none;
    left: 20px;
    position: absolute;
    width: calc(100% - 40px);
    z-index: 4;
  }
}
@media (max-width: 767px) {
  #nav #telmenu li {
    border: solid 1px #cceceb;
  }
  #nav #telmenu li a {
    padding: 10px 10px;
    display: block;
    text-decoration: none;
    color: #333;
    text-align: left;
  }
  #nav #telmenu li a .tel_title {
    color: #d37c9e;
    display: block;
    font-size: 16px;
    font-weight: bold;
  }
  #nav #telmenu li:first-child {
    border-bottom: none;
  }
}
#nav #telmenu {
    display: none;
  }

  select {
    max-width:100%;
  }

.sec_illness {
background: url(../img/top/bg_illness.jpg) no-repeat center/cover;
}
.sec_illness h2 {
color: #eb7a4d;
line-height: 1.5;
padding-bottom: 0.2em;
}
.sec_illness h2:before {
left: calc((100vw - 1000px) / -1);
}
@media (max-width: 1039px) {
.sec_illness h2:before {
left: -20px;
}
}
@media (max-width: 767px) {
.sec_illness h2:before {
left: 0;
}
}

.sec_illness h2:after {
background: #eb7a4d;
}

.sec_illness h2 .sub {
    padding-bottom: 1em;
}

.sec_illness h3 .js-marker.marking:before {
background: #eb7a4d;
}
.sec_illness .btnstyle_wide a {
width: 400px;
background: #eb7a4d;
}
@media (max-width: 767px) {
.sec_illness .btnstyle_wide a {
width: 320px;
}
}