@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;
  }
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .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 {
    max-width: calc((100% - 60px) / 3);
  }

  .columns.columns_4 > *,
  .columns .col_4 {
    max-width: calc((100% - 90px) / 4);
  }

  .columns.columns_5 > *,
  .columns .col_5 {
    max-width: calc((100% - 120px) / 5);
  }

  .columns.columns_6 > *,
  .columns .col_6 {
    max-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-top: 30px;
    margin-right: 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: 30px;
  }

  .columns.sp_columns {
    display: -webkit-box;
    display: -ms-flexbox;
    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 {
    max-width: calc((100% - 30px) / 2);
  }

  .columns.sp_columns.sp_columns_3 > *,
  .columns.sp_columns .sp_col_3 {
    max-width: calc((100% - 60px) / 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: 30px;
  }

  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-columns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  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: 1200px;
  }
}
@media print, screen and (max-width: 1239px) {
  .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: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (max-width: 1239px) {
  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: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  }
}
.header {
  padding: 20px 0;
}

@media print, screen and (min-width: 768px) {
  .header .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-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;
  }

  .header .header_logo {
    margin-right: 40px;
  }

  .header .site_info {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 10px 0;
  }

  .header .header_logo {
    margin-left: auto;
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
  }
}
.header_info {
  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;
  gap: 10px;
  max-width: 60%;
}

@media only screen and (max-width: 767px) {
  .header_info {
    max-width: 100%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 10px 0 0;
  }
}
.header_info li {
  font-weight: bold;
  text-align: center;
  padding: 0.3em;
  border: solid 2px #a8796c;
}

@media print, screen and (min-width: 768px) {
  .header_info li {
    width: 260px;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .header_info li {
    font-size: 11px;
    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.2;
    padding: 0.4em 1em;
  }
}
.header_info .border {
  color: #a8796c;
}

.header_info .access {
  background: #a8796c;
  color: #fff;
}

.sp_nav {
  background: #fff;
  border-top: solid 1px #e7e7e7;
  text-align: center;
}

.sp_nav.fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

.sp_nav .header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp_nav .header_nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp_nav .header_nav-item a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #383838;
  text-decoration: none;
}

.sp_nav .header_nav-item:first-child a {
  border-left: none;
}

.sp_nav .header_nav-item span {
  -webkit-box-flex: 0;
      -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: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-align: end;
      -ms-flex-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;
}

#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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  #nav .header_menu > li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 5px 0;
    text-align: center;
  }

  #nav .header_menu > li.menu-item-has-children {
    position: relative;
  }

  #nav .header_menu > li > a {
    border-right: 1px solid #eee;
    padding: 7px 2px;
    color: #383838;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.4;
    font-size: clamp(13px, 1.2vw, 16px);
  }

  #nav .header_menu > li > a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-right: 1px solid #ce93bf;
    border-bottom: 1px solid #ce93bf;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  #nav .header_menu > li > a::after {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #ce93bf;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  #nav .header_menu > li:hover > a {
    color: #ce93bf;
  }

  #nav .header_menu > li:hover > a::after {
    left: 0;
    width: 100%;
  }

  #nav .header_menu > li:first-child > a {
    border-left: 1px solid #eee;
  }

  #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: #ce93bf;
    text-align: left;
  }

  #nav .header_menu > li > .sub-menu {
    width: 200px;
    min-width: 100%;
  }

  #nav .header_menu > li > .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #eee;
  }

  #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: white;
  }

  #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;
  }

  #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;
  }

  #nav .header_menu > li.active > .sub-menu_wrap .sub-menu a {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  #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: #383838;
    padding: 15px;
    position: relative;
  }

  #nav .header_menu .menu-item {
    border-top: 1px solid #eee;
  }

  #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 #ce93bf;
    border-right: solid 2px #ce93bf;
    -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 #eee;
    background: #f1f1f1;
  }

  #nav .header_menu .sub-menu li a {
    padding: 10px 15px 10px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  #nav {
    margin-bottom: 20px;
  }

  #nav.fixed {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 10;
  }
}
.footer {
  margin: 0;
}

.footer h3 {
  color: #ce93bf;
  font-size: 2rem;
  margin-bottom: 15px;
}

.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;
}

.footer .footer_menu li {
  margin-bottom: 0.5em;
}

@media print, screen and (min-width: 768px) {
  .footer .footer_menu li {
    margin-right: 10px;
  }
}
.footer .footer_menu a {
  color: #383838;
  display: inline-block;
  padding-left: 12px;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .footer_menu a::before {
  height: 4px;
  width: 4px;
  border: 4px solid transparent;
  border-left: 6px solid #6e5746;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  left: 0;
  margin-top: -4px;
  position: absolute;
  top: 1em;
  top: 0.75em;
}

.footer .footer_menu a:hover {
  color: #6e5746;
}

@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.timetable {
  margin-bottom: 5px;
}

.footer table.timetable th, .footer table.timetable td {
  padding: 6px 0;
  line-height: 1.4;
}

.footer a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer a:hover img {
  opacity: 0.7;
}

#copyright {
  background: #e9e1db;
  padding: 0 0 50px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  #copyright {
    padding-bottom: 15vw;
  }
}
#totop {
  bottom: 10px;
  display: none;
  position: fixed;
  right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

#totop:hover {
  cursor: pointer;
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  #totop {
    width: 50px;
    bottom: 23vw;
  }
}
#totop .totop_inner {
  background: #ce93bf;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#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 {
    top: 200px;
    width: calc(100 / 1920 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .side_bnr {
    bottom: 0;
    width: 100%;
  }
}
.side_bnr .side_bnr_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .side_bnr .side_bnr_block {
    row-gap: calc(15 / 1920 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (max-width: 767px) {
  .side_bnr .side_bnr_block li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.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;
}

.mce-content-body a {
  color: #ce93bf;
  text-decoration: underline;
}

.mce-content-body a:hover {
  color: #ce93bf;
  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;
}

.mce-content-body table:not(.table_address):not(.table_timetable):not(.table_fee) thead th {
  background: #ce93bf;
  color: #fff;
}

.mce-content-body table:not(.table_address):not(.table_timetable):not(.table_fee) tbody th {
  background: #ead0e4;
  color: #fff;
}

.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;
  }
}
.post-type-page h3, .post-type-page h4, .post-type-page h5, .post-type-page h6 {
  font-weight: bold;
}

.post-type-page h3 {
  color: #383838;
  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: #ce93bf;
  display: block;
  font-size: 2rem;
  margin-top: 0.4rem;
}

.post-type-page h4 {
  color: #ce93bf;
  color: #383838;
  display: table;
  font-size: 2.8rem;
  line-height: 1.5;
  margin-top: 2.56rem;
  padding-bottom: 0.8rem;
  position: relative;
}

.post-type-page h4::before {
  position: absolute;
  content: "";
  background: #ce93bf;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
}

.post-type-page h5 {
  color: #5c5c5c;
  display: table;
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 2.56rem;
  position: relative;
}

.post-type-page h5::before {
  background: #5c5c5c;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}

.post-type-page h6 {
  color: #5c5c5c;
  display: table;
  font-size: 1.84rem;
  line-height: 1.5;
  margin-top: 2.56rem;
}

.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 #383838;
  font-size: 2.6rem;
  margin-top: 5.6rem;
  padding-bottom: 2rem;
}

.post-type-post h4 {
  background: white;
  border-radius: 3px;
  color: #383838;
  font-size: 2.2rem;
  margin-top: 4.8rem;
  padding: 2rem 2.4rem;
}

.post-type-post h5 {
  border-left: 5px solid #ce93bf;
  font-size: 2.2rem;
  margin-top: 4rem;
  padding-left: 1.2rem;
}

.post-type-post h6 {
  background: white;
  border-radius: 2px;
  color: #ce93bf;
  display: table;
  font-size: 1.8rem;
  letter-spacing: 0.16rem;
  margin-top: 3.6rem;
  padding: 1.2rem 1.6rem;
}

.link_anchor li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  line-height: 1.5;
  margin-top: 2.24rem;
}

.link_anchor li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.link_anchor a {
  background: #fff;
  color: #ce93bf;
  border: 1px solid #ce93bf;
  border-radius: 0;
  padding-bottom: 1.28rem;
  padding-left: 2.4rem;
  padding-right: 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: #ce93bf;
  border-radius: 50%;
  height: 1.6rem;
  margin-top: -0.8rem;
  right: 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;
  right: 2.24rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.link_anchor a:hover {
  background: #ce93bf;
  color: #fff;
}

.link_anchor a:hover::before {
  background: #fff;
}

.link_anchor a:hover::after {
  border-color: #ce93bf;
}

@media print, screen and (min-width: 768px) {
  .link_anchor.link_col_2, .link_anchor.link_col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    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(50% - (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: -webkit-box;
    display: -ms-flexbox;
    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(50% - (1.6rem * 0.2));
  }

  .ul_circle.link_col_2 li:nth-child(-n+2),
  .ul_square.link_col_2 li:nth-child(-n+2),
  .ul_dot.link_col_2 li:nth-child(-n+2),
  .ul_ring.link_col_2 li:nth-child(-n+2),
  .ul_check.link_col_2 li:nth-child(-n+2),
  .ul_triangle.link_col_2 li:nth-child(-n+2),
  .ul_arrow.link_col_2 li:nth-child(-n+2),
  .ul_circlegt.link_col_2 li:nth-child(-n+2) {
    margin-top: 0;
  }

  .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: 0.64rem;
  }

  .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: -webkit-box;
    display: -ms-flexbox;
    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;
  }
}
@media only screen and (max-width: 767px) {
  .ul_circle.sp_link_col_2, .ul_circle.sp_link_col_3,
  .ul_square.sp_link_col_2,
  .ul_square.sp_link_col_3,
  .ul_dot.sp_link_col_2,
  .ul_dot.sp_link_col_3,
  .ul_ring.sp_link_col_2,
  .ul_ring.sp_link_col_3,
  .ul_check.sp_link_col_2,
  .ul_check.sp_link_col_3,
  .ul_triangle.sp_link_col_2,
  .ul_triangle.sp_link_col_3,
  .ul_arrow.sp_link_col_2,
  .ul_arrow.sp_link_col_3,
  .ul_circlegt.sp_link_col_2,
  .ul_circlegt.sp_link_col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ul_circle.sp_link_col_2 li, .ul_circle.sp_link_col_3 li,
  .ul_square.sp_link_col_2 li,
  .ul_square.sp_link_col_3 li,
  .ul_dot.sp_link_col_2 li,
  .ul_dot.sp_link_col_3 li,
  .ul_ring.sp_link_col_2 li,
  .ul_ring.sp_link_col_3 li,
  .ul_check.sp_link_col_2 li,
  .ul_check.sp_link_col_3 li,
  .ul_triangle.sp_link_col_2 li,
  .ul_triangle.sp_link_col_3 li,
  .ul_arrow.sp_link_col_2 li,
  .ul_arrow.sp_link_col_3 li,
  .ul_circlegt.sp_link_col_2 li,
  .ul_circlegt.sp_link_col_3 li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .ul_circle.sp_link_col_2 li,
  .ul_square.sp_link_col_2 li,
  .ul_dot.sp_link_col_2 li,
  .ul_ring.sp_link_col_2 li,
  .ul_check.sp_link_col_2 li,
  .ul_triangle.sp_link_col_2 li,
  .ul_arrow.sp_link_col_2 li,
  .ul_circlegt.sp_link_col_2 li {
    max-width: calc(50% - (1.6rem * 0.2));
  }

  .ul_circle.sp_link_col_2 li:nth-child(-n+2),
  .ul_square.sp_link_col_2 li:nth-child(-n+2),
  .ul_dot.sp_link_col_2 li:nth-child(-n+2),
  .ul_ring.sp_link_col_2 li:nth-child(-n+2),
  .ul_check.sp_link_col_2 li:nth-child(-n+2),
  .ul_triangle.sp_link_col_2 li:nth-child(-n+2),
  .ul_arrow.sp_link_col_2 li:nth-child(-n+2),
  .ul_circlegt.sp_link_col_2 li:nth-child(-n+2) {
    margin-top: 0;
  }

  .ul_circle.sp_link_col_2 li:not(:nth-child(2n)),
  .ul_square.sp_link_col_2 li:not(:nth-child(2n)),
  .ul_dot.sp_link_col_2 li:not(:nth-child(2n)),
  .ul_ring.sp_link_col_2 li:not(:nth-child(2n)),
  .ul_check.sp_link_col_2 li:not(:nth-child(2n)),
  .ul_triangle.sp_link_col_2 li:not(:nth-child(2n)),
  .ul_arrow.sp_link_col_2 li:not(:nth-child(2n)),
  .ul_circlegt.sp_link_col_2 li:not(:nth-child(2n)) {
    margin-right: 0.64rem;
  }

  .ul_circle.sp_link_col_3 li:not(:nth-child(3n)),
  .ul_square.sp_link_col_3 li:not(:nth-child(3n)),
  .ul_dot.sp_link_col_3 li:not(:nth-child(3n)),
  .ul_ring.sp_link_col_3 li:not(:nth-child(3n)),
  .ul_check.sp_link_col_3 li:not(:nth-child(3n)),
  .ul_triangle.sp_link_col_3 li:not(:nth-child(3n)),
  .ul_arrow.sp_link_col_3 li:not(:nth-child(3n)),
  .ul_circlegt.sp_link_col_3 li:not(:nth-child(3n)) {
    margin-right: 2.24rem;
  }

  .ul_circle.sp_link_inlign,
  .ul_square.sp_link_inlign,
  .ul_dot.sp_link_inlign,
  .ul_ring.sp_link_inlign,
  .ul_check.sp_link_inlign,
  .ul_triangle.sp_link_inlign,
  .ul_arrow.sp_link_inlign,
  .ul_circlegt.sp_link_inlign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ul_circle.sp_link_inlign li,
  .ul_square.sp_link_inlign li,
  .ul_dot.sp_link_inlign li,
  .ul_ring.sp_link_inlign li,
  .ul_check.sp_link_inlign li,
  .ul_triangle.sp_link_inlign li,
  .ul_arrow.sp_link_inlign li,
  .ul_circlegt.sp_link_inlign li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.ul_circle li::before {
  border-radius: 50%;
  background: #ce93bf;
  height: 0.8rem;
  left: 0;
  top: 1rem;
  width: 0.8rem;
}

.ul_square li::before {
  background: #ce93bf;
  height: 0.8rem;
  left: 0;
  top: 1rem;
  width: 0.8rem;
}

.ul_dot li::before {
  border-radius: 50%;
  background: #ce93bf;
  height: 0.4rem;
  left: 0.4rem;
  top: 1.2rem;
  width: 0.4rem;
}

.ul_ring li::before {
  border-radius: 50%;
  border: 2px solid #ce93bf;
  height: 1rem;
  left: 0;
  top: 1rem;
  width: 1rem;
}

.ul_check li {
  padding-left: 32px;
}

.ul_check li::before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  top: 0;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  background: url(../../img/check_icon.png) no-repeat center/contain;
}

.ul_triangle li::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 2px;
  border: 4px solid transparent;
  border-left: 6px solid #ce93bf;
  top: 1rem;
}

.ul_arrow li::before {
  background: #ce93bf;
  height: 1px;
  left: 3px;
  margin-top: 3px;
  top: 1rem;
  width: 7px;
}

.ul_arrow li::after {
  border-top: 1px solid #ce93bf;
  border-right: 1px solid #ce93bf;
  height: 7px;
  left: 3px;
  top: 1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 7px;
}

.ul_circlegt li::before {
  background: #ce93bf;
  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: #ce93bf;
  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: 1200px;
}

.section_bg {
  background: white;
}

.section_stripe {
  background-color: white;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, white), 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: 6.6rem;
  padding-top: 5.8rem;
}

@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 {
  background: #f7f7f7;
}

.box_border {
  border: 5px solid #deeef6;
}

.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: #f7f7f7;
  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: #f7f7f7;
  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: #f7f7f7;
}

.box_bg .box_flow .section_bg::after,
.box_bg .box_flow .section_stripe::after {
  border-top-color: #f7f7f7;
}

.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: #ce93bf;
  -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: #ce93bf;
  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: white;
  background: #ce93bf;
  -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-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 #eee;
  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: #eee;
  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;
}

.box_flow2 .title .step {
  background: #6e5746;
  border-radius: 0;
  color: #fff;
  display: table;
  font-size: 1.6rem;
  margin-right: 10px;
  padding: 2px 10px;
}

.box_flow2 .title .title {
  padding-top: 5px;
}

@media only screen and (max-width: 767px) {
  .box_flow2 .title .step {
    margin-bottom: 5px;
  }
}
.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%;
}

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;
}

@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: 0.8rem 0.2rem;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}

table.table_timetable thead th {
  background: #ce93bf;
  color: #fff;
}

table.table_timetable thead th:first-child {
  width: 30%;
}

table.table_timetable tbody th {
  text-align: center;
}

table.table_timetable tbody th .small {
  font-size: 90%;
}

table.table_timetable .consul {
  color: #ce93bf;
}

@media print, screen and (min-width: 768px) and (max-width: 1239px) {
  table.table_timetable {
    font-size: 82%;
  }
}
table.table_fee {
  table-layout: fixed;
}

table.table_fee th,
table.table_fee td {
  background: transparent;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: left;
}

table.table_fee thead th {
  background: #ce93bf;
  text-align: center;
}

table.table_fee tbody th {
  background: #faf3f8;
  vertical-align: middle;
}

table.table_fee tbody td:last-child {
  text-align: right;
}

.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: 135%;
  }
}
.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;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-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 {
  background: #f9f9f9;
  color: #888;
  font-size: 1.408rem;
  line-height: 1.4;
  padding: 1.2rem;
}

#breadcrumb .material-icons {
  font-size: 1.6rem;
}

#breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#breadcrumb a {
  color: #888;
  text-decoration: none;
}

#breadcrumb a:hover {
  color: #383838;
  text-decoration: none;
}

#breadcrumb li:last-child a {
  pointer-events: none;
}

#breadcrumb .current a {
  color: #383838;
}

.btnstyle a {
  background: #ce93bf;
  border-radius: 0;
  -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 {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 4px;
  margin-top: -3px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(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;
  margin-bottom: 0;
  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/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: -webkit-box;
  display: -ms-flexbox;
  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: 0;
}

.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 #ce93bf;
  border-radius: 0;
  -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: -webkit-box;
    display: -ms-flexbox;
    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;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }

  .slide_wrap_horizontal .slide_thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
  }

  .slide_wrap_horizontal .slide_thumb .item {
    -webkit-box-flex: 0;
        -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: 15.8333333333%;
    max-width: 15.8333333333%;
    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%;
}

@media screen and (min-width: 768px) {
  .slide_wrap_vertical .slide_main {
    margin-bottom: 40px;
  }
}
.slide_wrap_vertical .slide_thumb .item {
  width: 15.8%;
  width: 15.8333333333%;
  max-width: 15.8333333333%;
  margin-right: 1%;
  margin-bottom: 1%;
}

.slide_wrap_vertical .slide_thumb .item:nth-child(6n) {
  margin-right: 0;
}

.box_faq {
  border-bottom: 1px solid #e1ccc6;
  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: 1.92rem;
  border-radius: 2rem;
  height: 4rem;
  line-height: 4rem;
  position: absolute;
  width: 4rem;
  top: 0;
  text-align: center;
  left: 0;
}

.box_faq .question > *:first-child,
.box_faq .answer > *:first-child {
  margin-top: 0;
}

.box_faq .question {
  font-size: 2rem;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .box_faq .question {
    font-size: 1.76rem;
  }
}
.box_faq .question::before {
  content: "Q";
  color: #fff;
  background: #ce93bf;
}

.box_faq .question p {
  padding-right: 2rem;
  position: relative;
  margin-top: 0;
}

.box_faq .question p::before, .box_faq .question p::after {
  position: absolute;
  content: "";
  top: 1.2rem;
  right: 0;
  background: #ce93bf;
  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: 36px;
}

.box_faq .answer::before {
  content: "A";
  color: #a8796c;
  background: #ede1de;
  top: 30px;
}

.box_faq .answer h4 {
  font-weight: normal;
  color: #ce93bf;
  font-size: 20px;
  padding: 0;
}

@media (max-width: 767px) {
  .box_faq .answer h4 {
    font-size: 18px;
  }
}
.box_faq .answer h4::before {
  content: none;
}

.box_faq .answer h4:first-child {
  margin-top: 0;
}

.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 #ce93bf;
  background: #ce93bf;
  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: #ce93bf;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.notice_box .notice_title {
  background: white;
  border-radius: 6px;
  padding: 25px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-align: center;
      -ms-flex-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: #ce93bf;
  display: block;
  position: relative;
  text-align: center;
}

.notice_box .notice_title h4::before {
  position: absolute;
  content: "";
  background: #ce93bf;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-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: #383838;
}

@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: #ce93bf;
  background: white;
}

.sitemap_box .menu a::after {
  position: absolute;
  content: "";
  right: 1.6rem;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #ce93bf;
  border-right: 1px solid #ce93bf;
  -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: #ce93bf;
  content: "●";
  font-family: sans-serif;
  font-size: 18px;
}

.mainimage .slick-prev {
  z-index: 1;
  left: 10px;
}

.mainimage .slick-next {
  z-index: 1;
  right: 10px;
}

/*==========================
flex設定（上書き用）
==========================*/
.home .columns.jcsb {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .columns.jcsb {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .columns.jcs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .columns.jcc {
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .columns.jce {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .columns.ais {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .columns.aic {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .columns.aie {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .wrap {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /* Safari6.1以降 */
  }

  .reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .columns.col2 > *,
  .columns > .col2 {
    max-width: 48.333%;
    -webkit-box-flex-basis: 48.333%;
    -ms-flex-preferred-size: 48.333%;
        flex-basis: 48.333%;
  }

  .columns.col3 > *,
  .columns > .col3 {
    max-width: 32%;
    -webkit-box-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }

  .columns.col4 > *,
  .columns > .col4 {
    max-width: 24%;
    -webkit-box-flex-basis: 24%;
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
  }

  .columns.col5 > *,
  .columns > .col5 {
    max-width: 19%;
    -webkit-box-flex-basis: 19%;
    -ms-flex-preferred-size: 19%;
        flex-basis: 19%;
  }

  .columns.col6 > *,
  .columns > .col6 {
    max-width: 16.6666%;
    -webkit-box-flex-basis: 16.6666%;
    -ms-flex-preferred-size: 16.6666%;
        flex-basis: 16.6666%;
  }
}
@media (max-width: 767px) {
  .column + .column {
    margin-top: 15px;
  }

  .sp_columns {
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .sp_columns > .col2,
  .sp_columns > .col3,
  .sp_columns > .col4,
  .sp_columns > .col5,
  .sp_columns > .col6,
  .sp_columns.col2 > *,
  .sp_columns.col3 > *,
  .sp_columns.col4 > *,
  .sp_columns.col5 > *,
  .sp_columns.col6 > * {
    max-width: 48%;
    -webkit-box-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
.section_news dt {
  color: #ce93bf;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .section_news dt {
    float: left;
  }
}
.section_news dd {
  line-height: 1.6;
  margin-bottom: 8px;
}

@media print, screen and (min-width: 768px) {
  .section_news dd {
    padding-left: 8em;
  }
}
.section_news dd a {
  color: #383838;
  text-decoration: none;
}

.section_news dd a:hover {
  color: #ce93bf;
}

.section_news .btnstyle {
  position: absolute;
  top: 54px;
  right: 40px;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .section_news .btnstyle {
    top: 32px;
    right: 20px;
  }
}
.section_news .btnstyle a {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0;
  padding-bottom: 2px;
  padding-top: 2px;
  width: 60px;
}

.section_news .btnstyle a::after {
  right: 8px;
}

.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%;
  }
}
#page_title {
  display: none;
}

.table_timetable .color01 {
  color: #6e5746 !important;
}
.table_timetable .color02 {
  color: #ce93bf;
}

.sec_clinic {
  background: url("../../img/sec_clinic_bg.jpg") no-repeat center/cover;
  padding: 50px 0 50px;
}

.sec_clinic h3 {
  text-align: left;
  color: #a8796c;
  font-weight: normal;
  padding-left: 15px;
  position: relative;
  font-size: 30px;
  margin-bottom: 0.5em;
}

.sec_clinic h3:before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 30px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#ce93c0), color-stop(30%, #ce93c0), color-stop(30%, #a8796c), to(#a8796c));
  background: linear-gradient(180deg, #ce93c0 0%, #ce93c0 30%, #a8796c 30%, #a8796c 100%);
}

.sec_clinic .bg_wrap {
  padding: 40px;
  border-radius: 20px;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  margin-bottom: 5%;
  background: #fff;
}

.sec_clinic .bg_wrap h4 {
  font-size: 26px;
  font-weight: normal;
  position: relative;
  padding-bottom: 0.4em;
  margin-bottom: 0.8em;
  display: block;
  margin-top: 0;
}

.sec_clinic .bg_wrap h4:before {
  content: none;
}

.sec_clinic .bg_wrap h4:after {
  content: "";
  display: block;
  position: absolute;
  width: 60%;
  height: 3px;
  bottom: 0;
  left: -40px;
  margin: auto;
  background: #eee7e3;
}

.sec_clinic .bg_wrap .name {
  text-align: right;
  font-size: 26px;
}

.sec_clinic .btnstyle.access a {
  border: solid 1px #ce93bf;
  color: #ce93bf;
  background: transparent;
}

.sec_clinic .btnstyle.access a:after {
  border-color: #ce93bf;
}

.sec_clinic .btnstyle.web a {
  background: #a8796c;
}

.sec_clinic .slide_wrap {
  max-width: 1000px;
  margin: auto;
  margin-top: 5%;
}

@media only screen and (max-width: 767px) {
  .sec_clinic .enttl {
    line-height: 1;
  }

  .sec_clinic .enttl .en {
    margin-bottom: -20px;
  }

  .sec_clinic h3 {
    font-size: 26px;
  }

  .sec_clinic .bg_wrap {
    padding: 20px 10px;
  }

  .sec_clinic .bg_wrap h4 {
    font-size: 20px;
  }

  .sec_clinic .bg_wrap h4:after {
    left: -10px;
  }

  .sec_clinic .bg_wrap .name {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .sec_clinic {
    padding: 100px 0 50px;
  }
}
.underline {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f8dff2));
  background: linear-gradient(180deg, transparent 50%, #f8dff2 50%);
}

.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: #383838;
  text-decoration: none;
}

.entry_title a:hover {
  color: #ce93bf;
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.entry_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.408rem;
}

.entry_date .material-icons {
  color: #ce93bf;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.408rem;
  line-height: 1.1;
  margin-top: 0.8rem;
}

.post-categories .material-icons {
  color: #ce93bf;
  font-size: 1.6rem;
  margin-right: 8px;
}

.post-categories a {
  color: #ce93bf;
  display: block;
  margin-right: 4px;
  text-decoration: none;
}

.box_entry-item .post-categories {
  margin-top: 0;
}

.pagenav_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagenav_single a .material-icons {
  font-size: 1.408rem;
}

.pagenav_single a:hover {
  opacity: 0.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-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: 0.3s;
  transition: 0.3s;
  width: 2rem;
}

.pagenav_archive .page-numbers.current {
  background: #eee;
  border-color: #eee;
}

.pagenav_archive .page-numbers:hover {
  background: #ce93bf;
  border: 1px solid #ce93bf;
  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 #383838;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-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: #383838;
  line-height: 1.5;
  padding: 1.2rem 0.8rem;
  text-decoration: none;
}

#post_aside .category_list a:hover {
  color: #ce93bf;
}

#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: #383838;
  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: #ce93bf;
}

#post_aside .latestpost_list a:hover::before {
  color: #ce93bf;
}

/* 231122 DR.BRIDGE end */
@media only screen and (max-width: 767px) {
  .row:not(:first-of-type) {
    margin-top: 5%;
  }
  .row:first-of-type {
    margin-top: 0;
  }
  .row .col_2:not(:first-of-type), .row .col_3:not(:first-of-type), .row .col_4:not(:first-of-type), .row .col_5:not(:first-of-type), .row .col_6:not(:first-of-type) {
    margin-top: 5%;
  }
  .row.sp_col_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row.sp_col_2 .col_2, .row.sp_col_2 .col_3, .row.sp_col_2 .col_4, .row.sp_col_2 .col_5, .row.sp_col_2 .col_6 {
    width: 49%;
    margin-right: 2%;
  }
  .row.sp_col_2 .col_2:not(:first-child), .row.sp_col_2 .col_3:not(:first-child), .row.sp_col_2 .col_4:not(:first-child), .row.sp_col_2 .col_5:not(:first-child), .row.sp_col_2 .col_6:not(:first-child) {
    margin-top: 0;
  }
  .row.sp_col_2 .col_2:nth-child(2n), .row.sp_col_2 .col_3:nth-child(2n), .row.sp_col_2 .col_4:nth-child(2n), .row.sp_col_2 .col_5:nth-child(2n), .row.sp_col_2 .col_6:nth-child(2n) {
    margin-right: 0;
  }
  .row.sp_col_2 .col_2:nth-child(n+3), .row.sp_col_2 .col_3:nth-child(n+3), .row.sp_col_2 .col_4:nth-child(n+3), .row.sp_col_2 .col_5:nth-child(n+3), .row.sp_col_2 .col_6:nth-child(n+3) {
    margin-top: 2%;
  }
  .row.sp_col_2 .col_2:last-child, .row.sp_col_2 .col_3:last-child, .row.sp_col_2 .col_4:last-child, .row.sp_col_2 .col_5:last-child, .row.sp_col_2 .col_6:last-child {
    margin-right: 0;
  }
  .row.sp_col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row.sp_col_3 .col_2, .row.sp_col_3 .col_3, .row.sp_col_3 .col_4, .row.sp_col_3 .col_5, .row.sp_col_3 .col_6 {
    width: 32%;
    margin-right: 2%;
  }
  .row.sp_col_3 .col_2:not(:first-child), .row.sp_col_3 .col_3:not(:first-child), .row.sp_col_3 .col_4:not(:first-child), .row.sp_col_3 .col_5:not(:first-child), .row.sp_col_3 .col_6:not(:first-child) {
    margin-top: 0;
  }
  .row.sp_col_3 .col_2:nth-child(3n), .row.sp_col_3 .col_3:nth-child(3n), .row.sp_col_3 .col_4:nth-child(3n), .row.sp_col_3 .col_5:nth-child(3n), .row.sp_col_3 .col_6:nth-child(3n) {
    margin-right: 0;
  }
  .row.sp_col_3 .col_2:nth-child(n+4), .row.sp_col_3 .col_3:nth-child(n+4), .row.sp_col_3 .col_4:nth-child(n+4), .row.sp_col_3 .col_5:nth-child(n+4), .row.sp_col_3 .col_6:nth-child(n+4) {
    margin-top: 2%;
  }
  .row.sp_col_3 .col_2:last-child, .row.sp_col_3 .col_3:last-child, .row.sp_col_3 .col_4:last-child, .row.sp_col_3 .col_5:last-child, .row.sp_col_3 .col_6:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row .col_2 {
    width: 48%;
    margin-right: 4%;
  }
  .row .col_2:nth-child(2n) {
    margin-right: 0;
  }
  .row .col_2:nth-child(n+3) {
    margin-top: 4%;
  }
  .row .col_2:last-child {
    margin-right: 0;
  }
  .row .col_3 {
    width: 32%;
    margin-right: 2%;
  }
  .row .col_3:nth-child(3n) {
    margin-right: 0;
  }
  .row .col_3:nth-child(n+4) {
    margin-top: 2%;
  }
  .row .col_3:last-child {
    margin-right: 0;
  }
  .row .col_4 {
    width: 23.5%;
    margin-right: 2%;
  }
  .row .col_4:nth-child(4n) {
    margin-right: 0;
  }
  .row .col_4:nth-child(n+5) {
    margin-top: 2%;
  }
  .row .col_4:last-child {
    margin-right: 0;
  }
  .row .col_5 {
    width: 18.4%;
    margin-right: 2%;
  }
  .row .col_5:nth-child(5n) {
    margin-right: 0;
  }
  .row .col_5:nth-child(n+6) {
    margin-top: 2%;
  }
  .row .col_5:last-child {
    margin-right: 0;
  }
  .row .col_6 {
    width: 15%;
    margin-right: 2%;
  }
  .row .col_6:nth-child(6n) {
    margin-right: 0;
  }
  .row .col_6:nth-child(n+7) {
    margin-top: 2%;
  }
  .row .col_6:last-child {
    margin-right: 0;
  }
  .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .row.reverse .col_2 {
    width: 48%;
    margin-right: 4%;
  }
  .row.reverse .col_2:first-child {
    margin-right: 0;
  }
  .row.gap_row {
    gap: 20px 2%;
  }
  .row.gap_row .col_2 {
    width: 49%;
  }
  .row.gap_row .col_2, .row.gap_row .col_3, .row.gap_row .col_4, .row.gap_row .col_5, .row.gap_row .col_6 {
    margin: 0;
  }
  .row.gap_row.reverse .col_2 {
    width: 49%;
  }
}
.row {
  margin-bottom: 50px;
}
.row:last-child {
  margin-bottom: 0;
}

.box_border .row:last-child,
.box_bg .row:last-child {
  margin-bottom: 0;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

@media only screen and (max-width: 767px) {
  .sp-text-right {
    text-align: right !important;
  }

  .sp-text-center {
    text-align: center !important;
  }

  .sp-text-left {
    text-align: left !important;
  }
}
@media only screen and (min-width: 768px) {
  .pc-text-right {
    text-align: right !important;
  }

  .pc-text-center {
    text-align: center !important;
  }

  .pc-text-left {
    text-align: left !important;
  }
}
@media only screen and (min-width: 768px) {
  .pc_span {
    display: inline !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp_span {
    display: inline !important;
  }
}
.bold {
  font-weight: bold;
}

.text-red {
  color: #ff0000;
}

.mt-1 {
  margin-top: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mt-6 {
  margin-top: 6em !important;
}

.mt-7 {
  margin-top: 7em !important;
}

.mt-8 {
  margin-top: 8em !important;
}

.mt-9 {
  margin-top: 9em !important;
}

.mt-10 {
  margin-top: 10em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.mb-6 {
  margin-bottom: 6em !important;
}

.mb-7 {
  margin-bottom: 7em !important;
}

.mb-8 {
  margin-bottom: 8em !important;
}

.mb-9 {
  margin-bottom: 9em !important;
}

.mb-10 {
  margin-bottom: 10em !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mce-content-body p, .mce-content-body table ul {
  margin-top: 0;
  margin-bottom: 20px;
}
.mce-content-body p:last-child, .mce-content-body table ul:last-child {
  margin-bottom: 0;
}

.wrap {
  padding-top: 0 !important;
}

@media only screen and (max-width: 767px) {
  #mainimage {
    padding-top: 75px !important;
  }

  .header {
    height: 0;
  }
  .header .sp_nav {
    border: none;
    max-width: 75px;
  }

  .sp_header_inner {
    background: #fff;
  }

  .header {
    padding: 0;
  }
  .header .header_logo {
    max-width: 250px;
  }
}
@media only screen and (min-width: 768px) {
  #nav {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 97vh;
    overflow-x: scroll;
    position: fixed;
    margin: auto;
    left: auto;
    right: 15px;
    bottom: auto;
    top: 0;
    max-width: 455px;
    border-radius: 20px;
    padding: 60px 45px 30px 60px;
    background: rgba(123, 77, 115, 0.9);
  }
  #nav.open {
    display: block;
  }
  #nav .content::-webkit-scrollbar {
    display: none;
  }
  #nav .close_btn {
    position: absolute;
    margin: auto;
    left: auto;
    right: 25px;
    top: 25px;
    bottom: auto;
  }
  #nav .close_btn a {
    -webkit-transition: .2s;
    transition: .2s;
  }
  #nav .close_btn a:hover {
    -webkit-transition: .2s;
    transition: .2s;
    opacity: .7;
  }
  #nav .sec_btn a {
    font-family: "Zen Maru Gothic", sans-serif;
    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: 73px;
    text-decoration: none;
    width: 100%;
    max-width: 500px;
    font-size: 20px;
    color: #000000;
    background: #fff;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #nav .sec_btn a:hover {
    -webkit-transition: .2s;
    transition: .2s;
    opacity: .7;
  }
  #nav .sec_btn a .sec_span {
    position: relative;
    padding-right: 26px;
  }
  #nav .sec_btn a .sec_span:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    background: url("../../img/nav_close01.png") no-repeat center/cover;
  }
  #nav .header_menu {
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #nav .header_menu .menu-item {
    border: none;
    padding: 0;
  }
  #nav .header_menu .menu-item a {
    padding: 26px 0;
    padding-right: 30px;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    border: none;
    display: block;
    color: #fff;
    text-align: left;
    border-left: none !important;
    border-bottom: 2px solid #c1acbb;
  }
  #nav .header_menu .menu-item a:before {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border: none;
    border-top: 1px solid #c1acbb;
    border-right: 1px solid #c1acbb;
  }
  #nav .header_menu .menu-item a:after {
    display: none;
  }
  #nav .header_menu .menu-item:hover a {
    color: #fff;
    text-decoration: underline;
  }
  #nav .header_menu .menu-item:hover a:after {
    display: none;
  }

  .sp_nav {
    position: fixed;
    margin: auto;
    left: auto;
    right: 0;
    bottom: auto;
    top: 0;
    max-width: 48%;
    border: none;
    background: transparent;
  }
  .sp_nav .header_nav li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .sp_nav .header_nav li a {
    -webkit-transition: .2s;
    transition: .2s;
  }
  .sp_nav .header_nav li a:hover {
    opacity: .7;
    -webkit-transition: .2s;
    transition: .2s;
  }

  .header {
    position: absolute !important;
    padding: 0;
  }
  .header .header_logo {
    margin-top: 2%;
    max-width: 28%;
  }
  .header .header_logo img {
    height: initial !important;
    max-height: initial !important;
  }
  .header .header_inner {
    display: block;
  }
  .header .header_inner .sp_header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 4%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sec_top .container:before, .sec_top .container:after {
  display: none;
}
.sec_top h2 {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #7b4d73;
  font-family: "Zen Maru Gothic", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 0;
  letter-spacing: -0.02em;
  background: none;
  text-align: center;
  border: none;
}
.sec_top h2 .sec_span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  color: #ce93bf;
  font-size: 40px;
  letter-spacing: 0.1em;
  padding-bottom: 15px;
  margin: auto;
  position: relative;
}
.sec_top h2 .sec_span:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
.sec_top h2:before, .sec_top h2:after {
  display: none;
}
.sec_top .sec_img {
  text-align: center;
  margin: 0;
}
.sec_top .sec_img img {
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .sec_top h2 {
    font-size: 30px;
    margin: 0 auto 60px;
  }
  .sec_top h2 .sec_span {
    font-size: 70px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1239px) {
  .sec_top h2 {
    font-size: 36px;
    margin: 0 auto 60px;
  }
  .sec_top h2 .sec_span {
    font-size: 100px;
    padding-bottom: 25px;
  }
}

.sec_info {
  padding: 50px 0;
  background: url("../../img/sec_info_bg.jpg") no-repeat center/cover;
}
.sec_info .sec_title {
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 0;
  letter-spacing: -0.05em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #7b4d73;
}
.sec_info .sec_title .sec_span {
  font-size: 22px;
}
.sec_info .sec_sub {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.05em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  margin: auto;
  padding: 0 20px;
  margin-top: 30px;
  text-align: center;
  color: #7b4d73;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.sec_info .sec_sub:before, .sec_info .sec_sub:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 30px;
  background: #7b4d73;
}
.sec_info .sec_sub:before {
  left: 0;
  right: auto;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.sec_info .sec_sub:after {
  left: auto;
  right: 0;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.sec_info .row {
  margin: 0;
}
.sec_info .sec_bnr {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec_info .sec_title {
    margin-bottom: 20px;
  }
  .sec_info .sec_bnr {
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .sec_info {
    padding: 50px 0;
  }
  .sec_info .sec_title {
    font-size: 20px;
    line-height: 45px;
    margin-bottom: 20px;
    letter-spacing: -0.05em;
  }
  .sec_info .sec_title .sec_span {
    font-size: 24px;
  }
  .sec_info .sec_sub {
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.05em;
    padding: 0 30px;
    margin-top: 30px;
  }
  .sec_info .sec_sub:before, .sec_info .sec_sub:after {
    height: 40px;
  }
}
@media only screen and (min-width: 1239px) {
  .sec_info {
    padding: 60px 0;
  }
  .sec_info .sec_title {
    font-size: 26px;
    line-height: 45px;
    letter-spacing: -0.05em;
  }
  .sec_info .sec_title .sec_span {
    font-size: 36px;
  }
  .sec_info .sec_sub {
    font-size: 30px;
    letter-spacing: -0.05em;
    padding: 0 30px;
    margin-top: 30px;
  }
  .sec_info .sec_sub:before, .sec_info .sec_sub:after {
    height: 40px;
  }
}

.sec01 {
  padding: 56% 0 50px;
  background: url("../../img/sp_sec01_bg.jpg") no-repeat center/cover;
}
.sec01 h2 .sec_span {
  padding-left: 48px;
}
.sec01 h2 .sec_span:after {
  width: 38px;
  height: 41px;
  background: url("../../img/sec01_icon.png") no-repeat center/cover;
}
.sec01 .sec_box {
  padding: 30px 10px;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 10px #00000021;
          box-shadow: 0 0 10px #00000021;
}
.sec01 .sec_list li {
  font-size: 16px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  padding-left: 27px;
}
.sec01 .sec_list li:not(:first-child) {
  margin-top: 5px;
}
.sec01 .sec_list li:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 7px;
  bottom: auto;
  width: 17px;
  height: 18px;
  background: url("../../img/sec01_check.png") no-repeat center/cover;
}
@media only screen and (min-width: 768px) {
  .sec01 {
    background: url("../../img/sec01_bg.jpg") no-repeat center/cover;
    padding: 70px 0;
  }
  .sec01 h2 .sec_span {
    padding-left: 57px;
  }
  .sec01 h2 .sec_span:after {
    width: 47px;
    height: 51px;
  }
  .sec01 h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .sec01 h2 .sec_span {
    font-size: 40px;
    letter-spacing: 0;
    padding-bottom: 10px;
  }
  .sec01 .sec_list li {
    font-size: 20px;
    padding-left: 32px;
  }
  .sec01 .sec_list li:after {
    top: 11px;
  }
  .sec01 .sec_list li:not(:first-child) {
    margin-top: 5px;
  }
  .sec01 .sec_box {
    padding: 50px 20px;
    margin-right: auto;
    width: 65%;
  }
}
@media only screen and (min-width: 1239px) {
  .sec01 {
    padding: 100px 0;
  }
  .sec01 h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .sec01 h2 .sec_span {
    font-size: 60px;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
  }
  .sec01 .sec_box {
    width: 47%;
    padding: 50px 70px;
  }
}

.sec02 {
  padding: 0 0 50px;
  background: url("../../img/sp_sec02_bg.jpg") no-repeat center top/100%;
}
.sec02 h2 {
  position: relative;
}
.sec02 h2 .sec_span {
  padding-left: 48px;
}
.sec02 h2 .sec_span:after {
  width: 38px;
  height: 38px;
  background: url("../../img/sec02_icon.png") no-repeat center/cover;
}
.sec02 .sec_title {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0;
  margin-bottom: 46vw;
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 270px;
  background: url("../../img/sp_sec02_arrow.png") no-repeat center bottom/cover;
}
.sec02 .sec_title .sec_span {
  font-size: 36px;
  color: #7b4d73;
  border-bottom: 1px solid #7b4d73;
}
.sec02 .sec_title .span_box {
  padding-bottom: 20px;
}
.sec02 .sec_box {
  padding: 30px 10px;
  border-radius: 30px;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .sec02 {
    background: url("../../img/sp_sec02_bg.jpg") no-repeat center top 65px/100%;
  }
  .sec02 .sec_title {
    margin-bottom: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .sec02 {
    padding: 0 0 70px;
    background: url("../../img/sec02_bg.jpg") no-repeat center/cover;
  }
  .sec02 .sec_title {
    height: 358px;
    background: url("../../img/sec02_arrow.png") no-repeat center bottom/cover;
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 50px;
  }
  .sec02 .sec_title .sec_span {
    font-size: 50px;
  }
  .sec02 .sec_title .span_box {
    padding-bottom: 65px;
  }
  .sec02 h2 {
    position: relative;
  }
  .sec02 h2 .sec_span {
    padding-left: 59px;
  }
  .sec02 h2 .sec_span:after {
    width: 49px;
    height: 49px;
    background: url("../../img/sec02_icon.png") no-repeat center/cover;
  }
  .sec02 h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .sec02 h2 .sec_span {
    font-size: 40px;
    letter-spacing: 0;
    padding-bottom: 10px;
  }
  .sec02 .sec_box {
    width: 65%;
    padding: 50px 20px;
  }
  .sec02 .sec_text {
    line-height: 32px;
    letter-spacing: 0.05em;
  }
}
@media only screen and (min-width: 1239px) {
  .sec02 {
    padding: 0 0 100px;
  }
  .sec02 h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .sec02 h2 .sec_span {
    font-size: 60px;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
  }
  .sec02 .sec_box {
    width: 47%;
    padding: 50px 70px;
  }
  .sec02 .sec_title {
    font-size: 40px;
    line-height: 69px;
    margin-bottom: 60px;
  }
  .sec02 .sec_title .sec_span {
    font-size: 65px;
  }
  .sec02 .sec_title .span_box {
    padding-bottom: 65px;
  }
}

.sec03_bg {
  background: url("../../img/sec03_bg.jpg") no-repeat right bottom/cover;
}
.sec03_bg .sec_no {
  font-size: 20px;
  line-height: 1;
  margin: 0 0 15px;
  color: #ce93bf;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
.sec03_bg .sec_no .sec_span {
  font-size: 30px;
  padding-left: 10px;
}
.sec03_bg .sec_title {
  font-size: 26px;
  line-height: 1.3;
  margin: 0 0 20px;
  letter-spacing: 0;
  color: #7b4d73;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .sec03_bg .sec_no {
    font-size: 24px;
    margin: 0 0 15px;
    letter-spacing: 0.1em;
  }
  .sec03_bg .sec_no .sec_span {
    font-size: 45px;
    padding-left: 10px;
  }
  .sec03_bg .sec_title {
    font-size: 32px;
    line-height: 1;
    margin: 0 0 35px;
  }
  .sec03_bg .sec_text {
    line-height: 32px;
    text-align: center;
  }
}
@media only screen and (min-width: 1239px) {
  .sec03_bg .sec_no {
    font-size: 32px;
    margin: 0 0 15px;
    letter-spacing: 0.1em;
  }
  .sec03_bg .sec_no .sec_span {
    font-size: 56px;
    padding-left: 10px;
  }
  .sec03_bg .sec_title {
    font-size: 40px;
    margin: 0 0 35px;
  }
}

.sec03 {
  padding: 0 0 30px;
}
.sec03 .sec_title_box {
  margin-bottom: 50px;
  background: #fff;
  padding: 50px 0 30px;
}
.sec03 h2 {
  margin-bottom: 0;
}
.sec03 h2 .sec_span {
  padding-left: 70px;
  padding-bottom: 30px;
}
.sec03 h2 .sec_span:after {
  top: -27px;
  width: 60px;
  height: 60px;
  background: url("../../img/sec03_icon.png") no-repeat center/cover;
}
.sec03 .sec_img {
  position: relative;
}
.sec03 .sec_img .sec_span {
  display: block;
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: auto;
  bottom: clamp(17px, 4.7222222222vw, 36.2194444444px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.sec03 .sec_img .span_bg {
  font-size: clamp(17px, 4.7222222222vw, 36.2194444444px);
  line-height: 1;
  letter-spacing: 0.05em;
  height: clamp(34px, 9.4444444444vw, 72.4388888889px);
  padding: 0 clamp(26px, 7.2222222222vw, 55.3944444444px);
  background: #7b4d73;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Zen Maru Gothic", sans-serif;
}
.sec03 .sec_img .span_bg:not(:first-child) {
  margin-top: clamp(8px, 2.2222222222vw, 17.0444444444px);
}
.sec03 .row .col_2:last-child .sec_img {
  position: relative;
}
.sec03 .row .col_2:last-child .sec_img .sec_span {
  left: auto;
  right: 0;
}
.sec03 .row .col_2:last-child .sec_img .sec_span .span_bg {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .sec03 .row {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .sec03 {
    padding: 0 0 70px;
  }
  .sec03 .sec_img .sec_span {
    bottom: clamp(23.6px, 3.0729166667vw, 59px);
  }
  .sec03 .sec_img .span_bg {
    font-size: clamp(13.6px, 1.7708333333vw, 34px);
    line-height: 1;
    letter-spacing: 0.05em;
    height: clamp(28px, 3.6458333333vw, 70px);
    padding: 0 clamp(9.2px, 1.1979166667vw, 23px);
  }
  .sec03 .row {
    margin-top: 50px;
  }
  .sec03 .row .col_2 {
    width: 50%;
    margin: 0;
  }
  .sec03 .row .col_2:last-child {
    margin-top: 60px;
  }
  .sec03 .sec_title_box {
    padding: 100px 0 50px;
    margin-bottom: 60px;
  }
  .sec03 h2 {
    text-align: left;
    margin: 0;
  }
  .sec03 h2 .sec_span {
    padding-left: 165px;
    padding-bottom: 50px;
  }
  .sec03 h2 .sec_span:after {
    top: -30px;
    width: 135px;
    height: 135px;
  }
}
@media only screen and (min-width: 1239px) {
  .sec03 {
    padding: 0 0 80px;
  }
  .sec03 .sec_title_box {
    padding: 110px 0 60px;
    margin-bottom: 70px;
  }
}

.sec04 {
  padding: 0 0 50px;
}
.sec04 .sec_box:not(:first-child) {
  margin-top: 30px;
}
.sec04 .sec_img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
}
.sec04 .sec_img .sec_span {
  display: block;
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: auto;
  bottom: clamp(17px, 4.7222222222vw, 36.2194444444px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.sec04 .sec_img .span_bg {
  font-size: clamp(13px, 3.6111111111vw, 27.6972222222px);
  line-height: 1;
  letter-spacing: 0.05em;
  height: clamp(25px, 6.9444444444vw, 53.2638888889px);
  padding: 0 clamp(12px, 3.3333333333vw, 25.5666666667px);
  background: #7b4d73;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Zen Maru Gothic", sans-serif;
}
.sec04 .sec_img .span_bg:not(:first-child) {
  margin-top: clamp(7px, 1.9444444444vw, 14.9138888889px);
}
@media only screen and (min-width: 768px) {
  .sec04 {
    padding: 0 0 70px;
  }
  .sec04 .sec_img .sec_span {
    bottom: clamp(32.8523002421px, 4.2776432607vw, 53px);
  }
  .sec04 .sec_img .span_bg {
    font-size: clamp(12.397094431px, 1.614205004vw, 20px);
    line-height: 1;
    letter-spacing: 0.05em;
    height: clamp(21.6949152542px, 2.8248587571vw, 35px);
    padding: 0 clamp(11.7772397094px, 1.5334947538vw, 19px);
  }
  .sec04 .sec_img .span_bg:not(:first-child) {
    margin-top: clamp(3.7191283293px, 0.4842615012vw, 6px);
  }
  .sec04 .row {
    margin-top: 55px;
  }
  .sec04 .sec_box:not(:first-child) {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1239px) {
  .sec04 {
    padding: 0 0 100px;
  }
  .sec04 .sec_box:not(:first-child) {
    margin-top: 70px;
  }
}

.sec05 {
  padding: 50px 0;
}
.sec05 h2 .sec_span {
  padding-left: 50px;
}
.sec05 h2 .sec_span:after {
  width: 40px;
  height: 40px;
  background: url("../../img/sec05_icon.png") no-repeat center/cover;
}
.sec05 .sec_title {
  font-size: 20px;
  line-height: 1;
  padding-bottom: 15px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #7b4d73;
  border-bottom: 1px solid #7b4d73;
  font-family: "Zen Maru Gothic", sans-serif;
}
.sec05 .sec_title .sec_span {
  font-size: 16px;
  padding-bottom: 10px;
  line-height: 1;
  display: block;
}
.sec05 .sec_title2 {
  font-size: 18px;
  line-height: 1;
  width: 100%;
  max-width: 300px;
  height: 70px;
  margin: 0 auto 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f9e9f6;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #7b4d73;
  font-weight: 500;
}
.sec05 .sec_list {
  margin: 0;
}
.sec05 .sec_list li {
  line-height: 25px;
  position: relative;
  padding-left: 22px;
}
.sec05 .sec_list li:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 3px;
  bottom: auto;
  width: 14px;
  height: 15px;
  background: url("../../img/sec01_check.png") no-repeat center/cover;
}
.sec05 .tab_wrap {
  max-width: 1090px;
  margin: auto;
}
.sec05 .tab_wrap .tab_item {
  display: none;
}
.sec05 .tab_wrap .tab_item.active {
  display: block;
}
.sec05 .tab_wrap .tab_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3.5%;
  margin-bottom: 40px;
}
.sec05 .tab_wrap .tab_btn_wrap .tab_btn {
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  height: 50px;
  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;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  border-radius: 10px;
  border: 2px solid #ce93bf;
  color: #ce93bf;
  background: #fff;
}
.sec05 .tab_wrap .tab_btn_wrap .tab_btn.active {
  color: #fff;
  background: #ce93bf;
}
.sec05 .tab_item {
  padding: 30px 10px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 10px #00000021;
          box-shadow: 0 0 10px #00000021;
}
.sec05 .sec_text {
  margin-bottom: 10px;
}
.sec05 .table_fee th, .sec05 .table_fee td {
  border-color: #ce93bf;
  font-family: "Zen Maru Gothic", sans-serif;
  vertical-align: middle;
}
.sec05 .table_fee th:first-child {
  width: 31.5%;
}
.sec05 .table_fee thead th, .sec05 .table_fee thead td {
  font-size: 14px;
  font-weight: 500;
  padding: 1.5px 5px;
  color: #fff;
  background: #d8a7cc;
}
.sec05 .table_fee tbody th {
  background: #fff9fe;
}
.sec05 .table_fee tbody th, .sec05 .table_fee tbody td {
  font-size: 13px;
  line-height: 20px;
  padding: 7px 5px;
  font-weight: 500;
  text-align: left !important;
}
.sec05 .table_fee tbody th {
  color: #000000;
}
.sec05 .table_fee tbody td {
  color: #7b4d73;
}
.sec05 .row {
  margin-bottom: 30px;
}
.sec05 .row:last-child {
  margin-bottom: 0;
}
.sec05 .sec_list2 {
  margin-bottom: 25px;
}
.sec05 .sec_list2 li {
  line-height: 25px;
  position: relative;
  padding-left: 15px;
}
.sec05 .sec_list2 li:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 8px;
  bottom: auto;
  width: 10px;
  height: 10px;
  background: #d8a7cc;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .sec05 .tab_wrap .tab_btn_wrap {
    gap: 10px 2%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .sec05 .tab_wrap .tab_btn_wrap .tab_btn {
    width: 49%;
    margin: 0;
  }
  .sec05 .tab_wrap .tab_btn_wrap .tab_btn:last-child {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .sec05 {
    padding: 70px 0;
  }
  .sec05 .sec_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2%;
  }
  .sec05 .sec_box .sec_title2 {
    font-size: 20px;
    width: 177px;
    height: 112px;
    margin: 0;
  }
  .sec05 .sec_box .sec_list {
    width: calc(98% - 177px);
  }
  .sec05 .table_fee thead th, .sec05 .table_fee thead td {
    font-size: 18px;
    padding: 1.5px 10px;
  }
  .sec05 .table_fee tbody th, .sec05 .table_fee tbody td {
    font-size: 16px;
    line-height: 20px;
    padding: 7px 10px;
  }
  .sec05 h2 .sec_span {
    padding-left: 81px;
  }
  .sec05 h2 .sec_span:after {
    width: 61px;
    height: 61px;
  }
  .sec05 .sec_title {
    font-size: 24px;
    line-height: 1;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .sec05 .sec_title .sec_span {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .sec05 .row .col_2:first-child {
    width: 50%;
  }
  .sec05 .row .col_2:last-child {
    width: 46%;
  }
  .sec05 .tab_item {
    padding: 50px 20px;
  }
  .sec05 .tab_wrap .tab_btn_wrap {
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec05 .tab_wrap .tab_btn_wrap .tab_btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 20px;
    line-height: 1;
    height: 60px;
  }
  .sec05 .tab_wrap .tab_btn_wrap .tab_btn.active {
    position: relative;
  }
  .sec05 .tab_wrap .tab_btn_wrap .tab_btn.active:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #ce93bf transparent transparent transparent;
    border-width: 10px 8.5px 0px 8.5px;
  }
}
@media only screen and (min-width: 1239px) {
  .sec05 {
    padding: 100px 0;
  }
  .sec05 .table_fee thead th, .sec05 .table_fee thead td {
    font-size: 18px;
    padding: 1.5px 25px;
  }
  .sec05 .table_fee tbody th, .sec05 .table_fee tbody td {
    font-size: 16px;
    line-height: 20px;
    padding: 7px 25px;
  }
  .sec05 .tab_item {
    padding: 50px;
  }
  .sec05 .tab_wrap .tab_btn_wrap .tab_btn {
    font-size: 28px;
    line-height: 1;
    height: 70px;
  }
}

.sec06 {
  padding: 50px 0;
  background: url("../../img/sec06_bg.jpg") no-repeat center/cover;
}
.sec06 h2 .sec_span {
  padding-left: 50px;
}
.sec06 h2 .sec_span:after {
  width: 40px;
  height: 47px;
  background: url("../../img/sec06_icon.png") no-repeat center/cover;
}
.sec06 .table_fee th, .sec06 .table_fee td {
  font-size: 14px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  text-align: center !important;
  border: 1px solid #ce93bf;
  vertical-align: middle;
}
.sec06 .table_fee thead th:first-child {
  width: 30%;
}
.sec06 .table_fee thead th, .sec06 .table_fee thead td {
  padding: 10px 5px;
  color: #fff;
  background: #d8a7cc;
}
.sec06 .table_fee tbody th, .sec06 .table_fee tbody td {
  background: #fff;
  padding: 10px 5px;
}
.sec06 .table_fee tbody th {
  background: #fff9fe;
}
.sec06 .table_fee tbody td {
  color: #7b4d73;
}
.sec06 .sec_text {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .sec06 {
    padding: 70px 0;
  }
  .sec06 h2 .sec_span {
    padding-left: 76px;
  }
  .sec06 h2 .sec_span:after {
    width: 56px;
    height: 66px;
  }
  .sec06 .table_fee th, .sec06 .table_fee td {
    font-size: 16px;
  }
  .sec06 .table_fee thead th:first-child {
    width: 30%;
  }
  .sec06 .table_fee thead th, .sec06 .table_fee thead td {
    padding: 10px 10px;
  }
  .sec06 .table_fee tbody th, .sec06 .table_fee tbody td {
    padding: 17.5px 10px;
  }
}
@media only screen and (min-width: 1239px) {
  .sec06 {
    padding: 80px 0 100px;
  }
  .sec06 .table_fee th, .sec06 .table_fee td {
    font-size: 22px;
  }
}

.sec07 {
  padding: 50px 0;
  background: url("../../img/sec07_bg.jpg") no-repeat center top/cover;
}
.sec07 h2 .sec_span {
  padding-left: 50px;
}
.sec07 h2 .sec_span:after {
  width: 40px;
  height: 28px;
  background: url("../../img/sec07_icon.png") no-repeat center top/cover;
}
.sec07 .sec_box {
  padding: 30px 10px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 10px #00000021;
          box-shadow: 0 0 10px #00000021;
}
.sec07 .table_fee th, .sec07 .table_fee td {
  font-size: 14px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  text-align: center !important;
  border: 1px solid #ce93bf;
  vertical-align: middle;
}
.sec07 .table_fee thead th:first-child {
  width: 30%;
}
.sec07 .table_fee thead th, .sec07 .table_fee thead td {
  padding: 10px 5px;
  color: #fff;
  background: #d8a7cc;
}
.sec07 .table_fee tbody th, .sec07 .table_fee tbody td {
  background: #fff;
  padding: 10px 5px;
}
.sec07 .table_fee tbody th {
  background: #fff9fe;
}
.sec07 .table_fee tbody td {
  color: #7b4d73;
}
.sec07 .btnstyle a {
  margin: auto;
}
.sec07 .box_faq {
  border-color: #bebebe;
  padding-bottom: 3.3rem;
  margin-bottom: 3.3rem;
}
.sec07 .box_faq:last-child {
  padding-bottom: 3.3rem;
  margin-bottom: 0;
  border-bottom: 1px solid #bebebe;
}
.sec07 .box_faq .question:before, .sec07 .box_faq .answer:before {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 22px;
  border-radius: 50%;
}
.sec07 .box_faq .question {
  padding-left: 50px;
}
.sec07 .box_faq .question:before {
  color: #fff;
  background: #7b4d73;
  top: 0;
}
.sec07 .box_faq .question p {
  font-size: 18px;
  font-weight: 500;
  padding-right: 25px;
  cursor: pointer;
  font-family: "Zen Maru Gothic", sans-serif;
}
.sec07 .box_faq .question p:before, .sec07 .box_faq .question p:after {
  width: 20px;
  height: 4px;
  background: #d8a7cc;
}
.sec07 .box_faq .answer {
  padding-left: 50px;
}
.sec07 .box_faq .answer:before {
  color: #7b4d73;
  background: #e8e0d9;
  top: 30px;
}
.sec07 .box_faq .answer h4 {
  font-size: 18px;
  letter-spacing: 0;
  margin: 0 0 10px;
  color: #7b4d73;
  font-weight: bold;
}
.sec07 .box_faq .answer p {
  line-height: 32px;
  letter-spacing: 0;
}
.sec07 .clearfix img {
  border-radius: 30px;
}
@media only screen and (min-width: 768px) {
  .sec07 {
    padding: 70px 0;
  }
  .sec07 h2 .sec_span {
    padding-left: 113px;
  }
  .sec07 h2 .sec_span:after {
    width: 93px;
    height: 66px;
  }
  .sec07 .sec_box {
    padding: 50px 20px;
  }
  .sec07 .alignright {
    width: 42%;
  }
  .sec07 .table_fee th, .sec07 .table_fee td {
    font-size: 16px;
  }
  .sec07 .table_fee thead th:first-child {
    width: 30%;
  }
  .sec07 .table_fee thead th, .sec07 .table_fee thead td {
    padding: 10px 10px;
  }
  .sec07 .table_fee tbody th, .sec07 .table_fee tbody td {
    padding: 17.5px 10px;
  }
  .sec07 .box_faq {
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .sec07 .box_faq:last-child {
    padding-bottom: 2.5rem;
    margin-bottom: 0;
  }
  .sec07 .box_faq .question:before, .sec07 .box_faq .answer:before {
    width: 60px;
    height: 60px;
    line-height: 2;
    font-size: 30px;
  }
  .sec07 .box_faq .question {
    padding-left: 85px;
  }
  .sec07 .box_faq .question:before {
    top: -6px;
  }
  .sec07 .box_faq .question p {
    font-size: 20px;
  }
  .sec07 .box_faq .question p:before, .sec07 .box_faq .question p:after {
    width: 20px;
    height: 4px;
  }
  .sec07 .box_faq .answer {
    padding-left: 85px;
  }
  .sec07 .box_faq .answer:before {
    top: 23px;
  }
  .sec07 .box_faq .answer h4 {
    font-size: 20px;
    letter-spacing: 0;
    margin: 0 0 10px;
  }
  .sec07 .box_faq .answer p {
    line-height: 32px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (min-width: 1239px) {
  .sec07 {
    padding: 90px 0 100px;
  }
  .sec07 .table_fee th, .sec07 .table_fee td {
    font-size: 22px;
  }
  .sec07 .sec_box {
    padding: 50px;
  }
  .sec07 .box_faq {
    padding-bottom: 3.3rem;
    margin-bottom: 3.3rem;
  }
  .sec07 .box_faq:last-child {
    padding-bottom: 3.3rem;
    margin-bottom: 0;
  }
  .sec07 .box_faq .question:before, .sec07 .box_faq .answer:before {
    width: 60px;
    height: 60px;
    line-height: 2;
    font-size: 30px;
  }
  .sec07 .box_faq .question {
    padding-left: 85px;
  }
  .sec07 .box_faq .question:before {
    top: -6px;
  }
  .sec07 .box_faq .question p {
    font-size: 22px;
  }
  .sec07 .box_faq .question p:before, .sec07 .box_faq .question p:after {
    width: 20px;
    height: 4px;
  }
  .sec07 .box_faq .answer {
    padding-left: 85px;
  }
  .sec07 .box_faq .answer:before {
    top: 23px;
  }
  .sec07 .box_faq .answer h4 {
    font-size: 24px;
    letter-spacing: 0.1em;
    margin: 0 0 10px;
  }
  .sec07 .box_faq .answer p {
    line-height: 32px;
    letter-spacing: 0.1em;
  }
}

.sec08 {
  padding: 50px 0;
  background: url("../../img/sec08_bg.jpg") no-repeat center/cover;
}
.sec08 .sec_title {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 20px;
  letter-spacing: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #7b4d73;
}
@media only screen and (min-width: 768px) {
  .sec08 {
    padding: 70px 0;
  }
  .sec08 h2 {
    text-align: left;
    margin-left: 0;
  }
  .sec08 .sec_title {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 20px;
  }
  .sec08 .row {
    gap: 0 2%;
  }
  .sec08 .row .col_2 {
    margin: 0;
  }
  .sec08 .row .col_2:first-child {
    width: 40%;
  }
  .sec08 .row .col_2:last-child {
    width: 58%;
  }
  .sec08 .sec_text {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (min-width: 1239px) {
  .sec08 {
    padding: 100px 0;
  }
  .sec08 h2 {
    margin: 0 0 50px;
  }
  .sec08 .sec_title {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 20px;
  }
  .sec08 .row {
    gap: 0 2%;
  }
  .sec08 .row .col_2 {
    margin: 0;
  }
  .sec08 .row .col_2:first-child {
    width: 46%;
  }
  .sec08 .row .col_2:last-child {
    width: 52%;
  }
}

.sec_clinic .bridge_bnr {
  max-width: 200px;
  margin: 20px auto 0;
}
.sec_clinic .btnstyle.web a {
  max-width: 346px;
  width: 100%;
  padding: 1.65rem 2.4rem;
  font-size: 18px;
}
.sec_clinic .sec_text {
  margin-top: 10px;
  line-height: 23px;
  letter-spacing: 0.1em;
}
.sec_clinic .sec_text2 {
  line-height: 30px;
  margin-top: 20px;
}
.sec_clinic p.tel {
  font-family: "Zen Maru Gothic", sans-serif;
}
.sec_clinic table.table_timetable {
  margin-top: 20px;
}
.sec_clinic table.table_timetable th, .sec_clinic table.table_timetable td {
  border-bottom: 1px solid #bfbfbf;
  padding: 1.1rem 0.2rem;
}
.sec_clinic table.table_timetable .tal {
  text-align: left;
}
.sec_clinic table.table_timetable thead th:first-child {
  width: 115px;
}
.sec_clinic table.table_timetable thead th, .sec_clinic table.table_timetable thead td {
  padding: 1.1rem 0.2rem;
}
.sec_clinic .logo {
  max-width: 332px;
}
@media only screen and (max-width: 767px) {
  .sec_clinic .logo {
    margin: auto;
  }
  .sec_clinic p.tel {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .sec_clinic .bridge_bnr {
    max-width: 260px;
    margin: 20px 0 0;
  }
  .sec_clinic table.table_timetable thead th:first-child {
    width: 135px;
  }
}
