@charset "UTF-8";
/*------------------------------------------------------
common
------------------------------------------------------*/
.cmshtml {
  overflow-y: scroll;
  box-sizing: border-box;
}
.cmshtml .rdplanetext, .cmshtml .rdplanetext td, .cmshtml .rdplanetext th, .cmshtml .rdplanetext p, .cmshtml .rdBreadcrumbItem, .cmshtml .rdListExcerpt, .cmshtml .rdCalendar th, .cmshtml .rdCalendar td, .cmshtml .rdnewArticle-ContDate, .cmshtml .rdCalendar-yearmonth, .cmshtml dt, .cmshtml dd {
  color: #333;
}
.cmsbody, .cmshtml div, .cmshtml dl, .cmshtml dt, .cmshtml dd, .cmshtml ul, .cmshtml ol, .cmshtml li, .cmshtml pre, .cmshtml form, .cmshtml input, .cmshtml textarea, .cmshtml p, .cmshtml small, .cmshtml address, .cmshtml aside, .cmshtml blockquote, .cmshtml th, .cmshtml td {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Roboto', Helvetica Neue, Helvetica, YuGothic, "メイリオ", Meiryo;
  margin: 0;
  box-sizing: border-box;
}
.cmshtml .min, .cmshtml .min * {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.cmshtml .maru_Gothic, .cmshtml .maru_Gothic * {
  font-family: 'Zen Maru Gothic', 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'Maru Gothic', '丸ゴシック', 'Noto Sans JP', 'Meiryo', 'MS PGothic', 'Noto Sans Japanese', 'Rounded M+', serif;
}
.cmshtml .allura_regular, .cmshtml .allura_regular * {
  font-family: "Allura", cursive;
}
.cmsbody {
  line-height: 1.7;
}
.cmshtml ul {
  margin: 0;
  padding: 0;
}
.cmshtml li {
  list-style: none;
}
.cmshtml li img {
  vertical-align: bottom;
}
.cmshtml img {
  vertical-align: bottom;
}
.cmshtml a {
  color: #FDAE84;
  text-decoration: underline;
}
.cmshtml a:hover {
  text-decoration: none;
}
.cmshtml a img {
  transition: all 0.3s;
}
.cmshtml a:hover img {
  opacity: 0.8;
}
.cmshtml .vrl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.cmshtml .tal {
  text-align: left;
}
.cmshtml .tac {
  text-align: center;
}
.cmshtml .tar {
  text-align: right;
}
.cmshtml .justimg img {
  max-width: 100% !important;
  height: auto !important;
}
.cmshtml .maximg img {
  width: 100% !important;
  height: auto !important;
}
.cmshtml .fade-up {
  opacity: 0;
  transition: opacity 0.7s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  transform: translateY(70px);
}
.cmshtml .flex {
  display: flex;
  flex-flow: row wrap;
}
.cmshtml .section, .cmshtml #footer {
  position: relative;
}
.cmshtml .sec_tit {
  position: relative;
}
.cmshtml .bg_image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cmshtml .bg_image > div {
  width: 100%;
  height: 100%;
}
.cmshtml .bg_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmshtml #contents {
  background: #fff;
  overflow: hidden;
}
/*------------------------------------------------------
link btn
------------------------------------------------------*/
.cmshtml [class*="link_btn"], .cmshtml [class*="link_btn"] * {
  font-family: 'Zen Maru Gothic', 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'Maru Gothic', '丸ゴシック', 'Noto Sans JP', 'Meiryo', 'MS PGothic', 'Noto Sans Japanese', 'Rounded M+', serif;
}
.cmshtml .link_btn {
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
.cmshtml .link_btn a {
  background: #fff;
  border-radius: 33px;
  border: 1px solid #FDAE84;
  color: #FDAE84;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 11px 30px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .link_btn a:hover {
  background: #FDAE84;
  color: #fff;
}
.cmshtml .subpage_contents .link_btn a {
  padding: 5px 30px;
}
.cmshtml .link_btn02 {
  color: #FDAE84;
  position: relative;
  font-weight: 700;
}
.cmshtml .link_btn02 a {
  background: #fff;
  border: #FDAE84 1px solid;
  border-radius: 4px;
  display: inline-block;
  color: #FDAE84;
  text-align: left;
  text-decoration: none;
  margin: 0;
  padding: 5px 20px;
  padding-right: 50px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn02 a:hover {
  background: #FDAE84;
  color: #fff;
}
.cmshtml .link_btn02 a[href*=".pdf"]:before, .cmshtml .link_btn02 a[href*=".doc"]:before, .cmshtml .link_btn02 a[href*=".xls"]:before, .cmshtml .link_btn02 a[href*=".xlsx"]:before {
  content: '';
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right center;
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  z-index: 10;
}
.cmshtml .link_btn02 a[href*=".pdf"]:before {
  background-image: url("../img/icon-pdf-m.svg");
}
.cmshtml .link_btn02 a[href*=".doc"]:before {
  background-image: url("../img/icon-word-m.svg");
}
.cmshtml .link_btn02 a[href*=".xls"]:before {
  background-image: url("../img/icon-xcel-m.svg");
}
.cmshtml .link_btn02 a[href*=".xlsx"]:before {
  background-image: url("../img/icon-xcel-m.svg");
}
.cmshtml .wrap_link[class*="link_btn"] a, .cmshtml .wrap_link [class*="link_btn"] a {
  display: block;
  width: 100%;
  min-width: 1px;
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .cmshtml .link_btn, .cmshtml .link_btn02 {
    font-size: 14px;
  }
  .cmshtml .link_btn a {
    padding: 10px 35px;
  }
}
/*------------------------------------------------------
header
------------------------------------------------------*/
.cmshtml #header {
  background: #dae9e4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 45px 30px;
  padding-left: 8%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  transition: all 0.3s;
}
.cmshtml #header > h1 {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: -9999px;
  top: -9999px;
  z-index: -1;
}
.cmshtml .logo {
  position: relative;
}
.cmshtml .logo a {
  display: inline-block;
}
/*------------------------------------------------------
navigation
------------------------------------------------------*/
.cmshtml #navigation {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 40px;
}
.cmshtml .drop-menu, .cmshtml .li_txt, .cmshtml .h_li {
  position: relative;
}
.cmshtml .li_txt, .cmshtml .h_li, .cmshtml .drop_li, .cmshtml .li_txt a, .cmshtml .h_li a, .cmshtml .drop_li a {
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .li_txt, .cmshtml .h_li, .cmshtml .menu_tit {
  font-size: 22px;
  font-weight: 500;
}
.cmshtml .li_txt a, .cmshtml .h_li a {
  color: #48120E;
  display: inline-block;
  position: relative;
}
/*------------------------------------------------------
drop menu
------------------------------------------------------*/
.cmshtml .nav_drop {
  display: none;
  flex-flow: row wrap;
  width: 100%;
  min-width: 740px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
}
.cmshtml #navigation > *:nth-child(n+3) .nav_drop {
  left: auto;
  right: 0;
}
.cmshtml .navdrop_inwrap {
  display: flex;
  flex-flow: row wrap;
}
.cmshtml .navdrop_inwrap > * {
  margin-right: 25px;
}
.cmshtml .drop_li {
  font-size: 15px;
  font-weight: 500;
}
.cmshtml .drop_li a {
  color: #FDAE84;
  display: block;
  padding-left: 20px;
  position: relative;
}
.cmshtml .drop_li a:before {
  border-radius: 50%;
  background: #FDAE84;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .drop_li a:after {
  background: #FDAE84;
  border-radius: 10px;
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.cmshtml .drop_li a:hover:before {
  left: 7px;
}
/*-----------------
drop_ub
-----------------*/
.cmshtml .drop_ub {
  position: relative;
}
.cmshtml .drop_ub a {
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .ub_txt {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  transition: all 0.3s;
  position: relative;
  display: block;
  padding-left: 20px;
  color: #FDAE84;
}
.cmshtml .ub_txt:before {
  border-radius: 50%;
  background: #FDAE84;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .drop_ub:hover .ub_txt:before {
  left: 7px;
}
.cmshtml .ub_txt:after {
  background: #FDAE84;
  border-radius: 10px;
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.cmshtml .ub_txt a {
  color: #FDAE84;
  display: block;
  text-decoration: none;
}
.cmshtml .ub_list {
  display: none;
  flex-flow: row wrap;
  background: white;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
}
.cmshtml .ub_li {
  color: #FDAE84;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.3s;
}
.cmshtml .ub_li:hover {
  background: #FDAE84;
}
.cmshtml .ub_li a {
  color: #FDAE84;
  text-decoration: none;
  display: block;
  padding: 10px;
  transition: all 0.3s;
}
.cmshtml .drop_ub:hover .ub_txt a, .cmshtml .ub_li:hover, .cmshtml .ub_li a:hover {
  color: #fff;
}
/*------------------------------------------------------
selectlang
------------------------------------------------------*/
.cmshtml .selectlang {
  position: relative;
}
.cmshtml .selectlang_btn {
  background: url("../img/chikyu.png") no-repeat left 10px center;
  background-size: 20px auto;
  background-color: #FDAE84;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 10px;
  padding-left: 40px;
  transition: all .2s;
  border-radius: 4px;
}
.cmshtml .selectlang:hover .selectlang_btn, .cmshtml .selectlang.open_menu .selectlang_btn {
  background-color: #FF935A;
  color: #fff;
}
.cmshtml .selectlang_inner {
  display: none;
}
.cmshtml .selectlang_inner > div + div {
  border-top: 1px dashed #666;
}
.cmshtml .selectlang_inner a {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 20px;
  transition: all 0.3s;
}
.cmshtml .selectlang_inner a:hover {
  background: #FF935A;
  color: #fff;
}
/*------------------------------------------------------
hamburger_navi
------------------------------------------------------*/
.cmshtml #hamburger_navi {
  background: #fff6f2;
  padding: 30px 20px;
  padding-top: 130px;
  height: 100%;
  overflow: auto;
  transition-timing-function: unset !important;
  transition-duration: unset !important;
  transform: unset !important;
}
.cmshtml .ham_li {
  color: #48120E;
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.cmshtml .ham_li a {
  color: #48120E;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .ham_li a:hover {
  color: #FDAE84;
}
.cmshtml .ham_li_group {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.cmshtml .ham_li_p {
  color: #48120E;
  font-size: 22px;
  font-weight: 500;
}
.cmshtml .ham_li_p a {
  color: #48120E;
  text-decoration: none;
}
.cmshtml .ham_li_children {
  padding: 10px;
  position: relative;
}
.cmshtml .ham_li_c {
  padding-left: 20px;
  margin-right: 20px;
  position: relative;
}
.cmshtml .ham_li_c:before {
  background: #48120E;
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.cmshtml .ham_li_c a {
  color: #48120E;
  display: inline-block;
  text-decoration: none;
}
.cmshtml .ham_li_c a:hover {
  color: #ff894a;
  text-decoration: underline;
}
.cmshtml .ham_li_cg {
  padding: 0 10px;
  position: relative;
  border-bottom: 1px dashed #ededed;
}
.cmshtml .ham_li_cg .ham_li_c {
  width: 100%;
}
.cmshtml .ham_li_g {
  margin-left: 10px;
  margin-right: 20px;
  padding-left: 10px;
  position: relative;
}
.cmshtml .ham_li_g:before {
  border-radius: 50%;
  background: #48120E;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.cmshtml .ham_li_g a {
  color: #48120E;
  display: inline-block;
  text-decoration: none;
}
.cmshtml .ham_li_g a:hover {
  color: #ff894a;
  text-decoration: underline;
}
/*------------------------------------------------------
mv
------------------------------------------------------*/
.cmshtml .mv_wrap {
  background: #DAE9E4;
  padding-top: 50px;
  position: relative;
}
.cmshtml #mainvisual {
  position: relative;
  width: 96%;
  max-width: 1460px;
  margin: 0 auto;
}
.cmshtml #slide_wrap {
  border-radius: 60px 0 60px 0;
  width: 98%;
  height: 700px;
  margin: 0 auto;
  overflow: hidden;
}
.cmshtml #slide_wrap div {
  width: 100%;
  height: 100%;
}
.cmshtml .catchcopy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: auto;
  position: relative;
  opacity: 1;
  transform: translateY(-50%);
}
.cmshtml .catchcopy.mv_view {
  opacity: 1;
}
.cmshtml .catch_txt, .cmshtml .catch_txt a {
  color: #3C2E3D;
}
.cmshtml .catch_txt {
  font-size: 160px;
  line-height: 1;
  text-shadow: #fff 0 0 1px, #fff 0 0 1px, #fff 0 0 1px, #fff 0 0 1px;
}
@media screen and (max-width: 1500px) {
  .cmshtml .catch_txt {
    font-size: 140px;
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml .catch_txt {
    font-size: 110px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .mv_wrap {
    padding-bottom: 50px;
  }
  .cmshtml #slide_wrap {
    height: 500px;
  }
  .cmshtml #mainvisual {
    margin: 0 auto 30px;
  }
  .cmshtml .catchcopy {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: none;
  }
  .cmshtml .catch_txt {
    font-size: 90px;
  }
}
@media screen and (max-width: 800px) {
  .cmshtml .mv_wrap {
    padding-top: 20px;
  }
  .cmshtml #slide_wrap {
    border-radius: 20px 0 20px 0;
  }
  .cmshtml .catch_txt {
    font-size: 70px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .mv_wrap {
    padding-top: 10px;
  }
  .cmshtml #mainvisual {
    margin: 0 auto 20px;
  }
  .cmshtml #slide_wrap {
    width: 100%;
    height: 350px;
  }
  .cmshtml .catch_txt {
    font-size: 50px;
    margin: 5px 0;
  }
}
/*---------
about
---------*/
.cmshtml .sec_about {
  max-width: 1120px;
  width: 92%;
  margin: 0 auto;
}
.cmshtml .about_titwrap {
  align-items: flex-end;
  margin-bottom: 50px;
}
.cmshtml .about_label {
  text-align: center;
  position: relative;
}
.cmshtml .about_ruby {
  display: none;
}
.cmshtml .about_copy {
  color: #3C2E3D;
  font-size: 28px;
  font-weight: 500;
}
.cmshtml .about_copy span {
  color: #3C2E3D;
  font-size: 36px;
  font-weight: 500;
}
.cmshtml .about_copy ruby rt {
  color: #FDAE84;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.cmshtml .about_inwrap {
  align-items: flex-end;
  padding: 0 25px;
}
.cmshtml .about_inwrap > div:first-child {
  width: 76%;
}
.cmshtml .about_inwrap > div:nth-child(2) {
  width: 24%;
}
.cmshtml .about_txt {
  color: #3C2E3D;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.cmshtml .about_link {
  text-align: right;
}
.cmshtml .about_link a {
  min-width: 200px;
}
@media screen and (max-width: 1200px) {
  .cmshtml .about_inwrap {
    padding: 0;
  }
  .cmshtml .about_titwrap {
    margin-bottom: 30px;
  }
  .cmshtml .about_txt {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .cmshtml .about_link {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .about_inwrap > div:first-child, .cmshtml .about_inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .about_copy {
    font-size: 24px;
  }
  .cmshtml .about_copy ruby rt {
    font-size: 14px;
  }
  .cmshtml .about_copy span {
    font-size: 30px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .about_titwrap {
    margin-bottom: 10px;
  }
  .cmshtml .about_copy {
    font-size: 20px;
  }
  .cmshtml .about_copy ruby rt {
    font-size: 12px;
  }
  .cmshtml .about_copy span {
    font-size: 24px;
  }
  .cmshtml .about_txt {
    font-size: 14px;
  }
  .cmshtml .about_link {
    font-size: 14px;
  }
}
/*------------------------------------------------------
title
------------------------------------------------------*/
.cmshtml .titwrap {
  align-items: center;
}
.cmshtml .sec_tit, .cmshtml .sec_tit * {
  font-family: 'Zen Maru Gothic', 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'Maru Gothic', '丸ゴシック', 'Noto Sans JP', 'Meiryo', 'MS PGothic', 'Noto Sans Japanese', 'Rounded M+', serif;
}
.cmshtml .sub_tit, .cmshtml .sub_tit * {
  font-family: "Allura", cursive;
}
.cmshtml .sec_tit {
  color: #3C2E3D;
  font-size: 32px;
  font-weight: 500;
}
.cmshtml .sub_tit {
  color: #3C2E3D;
  font-size: 120px;
  line-height: 1;
}
.cmshtml .sub_tit + .sec_tit, .cmshtml .sec_tit + .sub_tit {
  margin-left: 50px;
}
@media screen and (max-width: 1500px) {
  .cmshtml .sec_tit {
    font-size: 26px;
  }
  .cmshtml .sub_tit {
    font-size: 90px;
  }
  .cmshtml .sub_tit + .sec_tit, .cmshtml .sec_tit + .sub_tit {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_tit {
    font-size: 22px;
  }
  .cmshtml .sub_tit {
    font-size: 60px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_tit {
    font-size: 18px;
  }
  .cmshtml .sub_tit {
    font-size: 50px;
  }
  .cmshtml .titwrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cmshtml .sub_tit + .sec_tit, .cmshtml .sec_tit + .sub_tit {
    margin-left: 0;
  }
}
/*------------------------------------------------------
faci
------------------------------------------------------*/
.cmshtml .sec_facility {
  background: url("../img/bg_faci.jpg") no-repeat top center;
  background-size: 100% auto;
  padding: 200px 4% 0;
  margin-bottom: 150px;
}
.cmshtml .faci_titwrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
.cmshtml .faci_sub_tit {
  color: #3C2E3D;
}
.cmshtml .faci_titwrap .faci_tit {
  color: #FDAE84;
  margin: 0;
  padding-right: 30px;
  transform: translateY(-55%);
}
.cmshtml .faci_txt {
  color: #3C2E3D;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
.cmshtml .faci_inwrap {
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .faci_inwrap > div {
  width: calc(33.3333% - 30px);
  margin: 0 15px 30px;
}
.cmshtml .faci_box {
  background: #ECC7C0;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 40px 3%;
  position: relative;
  opacity: 0;
}
.cmshtml .faci_img {
  height: 270px;
  margin-bottom: 30px;
}
.cmshtml .faci_img img {
  border-radius: 20px 0 20px 0;
}
.cmshtml .faci_name {
  border-bottom: 3px solid #DAE9E4;
  color: #3C2E3D;
  font-size: 22px;
  font-weight: 500;
  padding: 0 12px 12px;
  position: relative;
  text-align: center;
  margin-bottom: 18px;
}
.cmshtml .faci_name:before, .cmshtml .faci_name:after {
  background: #DAE9E4;
  border: 8px solid #ECC7C0;
  border-radius: 50%;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: -16px;
  z-index: 0;
}
.cmshtml .faci_name:before {
  left: 0;
}
.cmshtml .faci_name:after {
  right: 0;
}
.cmshtml .faci_list {
  padding: 0 20px;
  margin-bottom: 20px;
}
.cmshtml .faci_li {
  color: #3C2E3D;
  font-weight: 500;
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
}
.cmshtml .faci_li:before {
  background: #3C2E3D;
  border-radius: 50%;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 12px;
}
.cmshtml .faci_link {
  margin-top: auto;
  text-align: center;
}
.cmshtml .faci_link a {
  min-width: 200px;
}
@media screen and (max-width: 1200px) {
  .cmshtml .sec_facility {
    padding: 200px 2% 0;
  }
  .cmshtml .faci_txt {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .cmshtml .faci_inwrap > div {
    width: calc(33.3333% - 20px);
    margin: 0 10px 20px;
  }
  .cmshtml .faci_box {
    padding: 30px 2%;
  }
  .cmshtml .faci_img {
    height: 200px;
    margin-bottom: 20px;
  }
  .cmshtml .faci_name {
    border-bottom: 3px solid #DAE9E4;
    font-size: 20px;
    padding: 0 12px 12px;
    margin-bottom: 18px;
  }
  .cmshtml .faci_name:before, .cmshtml .faci_name:after {
    border: 4px solid #ECC7C0;
    width: 20px;
    height: 20px;
    bottom: -11px;
  }
  .cmshtml .faci_list {
    padding: 0 10px;
  }
  .cmshtml .faci_li {
    font-size: 14px;
  }
  .cmshtml .faci_link {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_facility {
    padding: 100px 2% 0;
    margin-bottom: 60px;
  }
  .cmshtml .faci_titwrap {
    margin-bottom: 20px;
  }
  .cmshtml .faci_titwrap .faci_tit {
    color: #FDAE84;
    margin: 0;
    padding-right: 30px;
    transform: none;
  }
  .cmshtml .faci_inwrap {
    justify-content: center;
  }
  .cmshtml .faci_inwrap > div {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_facility {
    padding: 80px 4% 0;
  }
  .cmshtml .faci_titwrap .faci_tit {
    padding-right: 0;
  }
  .cmshtml .faci_inwrap > div {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .cmshtml .faci_name {
    border-bottom: 3px solid #DAE9E4;
    font-size: 16px;
    padding: 0 12px 12px;
  }
  .cmshtml .faci_box {
    border-radius: 10px;
    padding: 20px 4%;
  }
  .cmshtml .faci_img img {
    border-radius: 10px 0 10px 0;
  }
  .cmshtml .faci_name {
    border-bottom: 2px solid #DAE9E4;
    padding: 0 10px 5px;
  }
  .cmshtml .faci_name:before, .cmshtml .faci_name:after {
    border: 3px solid #ECC7C0;
    width: 15px;
    height: 15px;
    bottom: -8px;
  }
}
/*------------------------------------------------------
info
------------------------------------------------------*/
.cmshtml .sec_info {
  padding: 120px 4% 0;
  margin-bottom: 115px;
}
.cmshtml .sec_info:before, .cmshtml .sec_info:after {
  content: "";
  display: block;
  width: 100%;
  height: 53%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.cmshtml .sec_info:before {
  background: url("../img/bg_news.jpg") no-repeat center;
  background-size: cover;
}
.cmshtml .sec_info:after {
  background: rgba(236, 199, 192, 0.6);
}
.cmshtml .sec_info > * {
  position: relative;
  z-index: 5;
}
.cmshtml .info_titwrap {
  justify-content: center;
  margin-bottom: 20px;
}
.cmshtml .info_inwrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 3%;
  position: relative;
}
.cmshtml .info_inwrap > * {
  position: relative;
  z-index: 5;
}
.cmshtml .info_inwrap:before {
  background: #fff;
  border-radius: 20px 20px 0 0;
  content: "";
  display: block;
  width: 100%;
  height: 91%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.cmshtml .scnews {
  position: relative;
  overflow: auto;
  padding: 0 15px;
  margin-bottom: 50px;
}
.cmshtml .news_div {
  border-bottom: 1px dashed #FDAE84;
  flex-flow: nowrap;
  padding: 20px 12px;
}
.cmshtml .info_date {
  font-size: 16px;
  text-align: center;
  max-width: 100px;
  min-width: 100px;
}
.cmshtml .info_txt {
  font-size: 16px;
  margin-left: 50px;
}
.cmshtml .info_link {
  text-align: center;
}
.cmshtml .info_link a {
  min-width: 200px;
}
@media screen and (max-width: 1200px) {
  .cmshtml .info_link {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_info {
    padding: 80px 4% 0;
    margin-bottom: 60px;
  }
  .cmshtml .info_inwrap {
    padding: 0;
  }
  .cmshtml .info_inwrap:before {
    height: 94%;
  }
  .cmshtml .news_div {
    padding: 10px;
  }
  .cmshtml .info_txt {
    margin-left: 20px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .info_titwrap {
    margin-bottom: 0;
  }
  .cmshtml .sec_info {
    padding: 40px 4% 0;
    margin-bottom: 60px;
  }
  .cmshtml .info_inwrap:before {
    height: 96%;
    border-radius: 10px 10px 0 0;
  }
  .cmshtml .scnews {
    margin-bottom: 30px;
  }
  .cmshtml .news_div {
    display: block;
  }
  .cmshtml .info_date {
    font-size: 14px;
    text-align: left;
    max-width: none;
    min-width: 1px;
  }
  .cmshtml .info_txt {
    font-size: 14px;
    margin-left: 0;
  }
  .cmshtml .info_link {
    font-size: 14px;
  }
}
/*------------------------------------------------------
rec
------------------------------------------------------*/
.cmshtml .sec_rec {
  max-width: 1410px;
  width: 92%;
  margin: 0 auto 130px;
}
.cmshtml .sec_rec > * {
  position: relative;
}
.cmshtml .sec_rec:before {
  background: #F9DCCC;
  border-radius: 20px;
  content: "";
  display: block;
  width: 100%;
  height: 88%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.cmshtml .rec_titwrap {
  align-items: center;
  padding: 0 4%;
}
.cmshtml .rec_inwrap {
  padding: 0 6% 35px;
}
.cmshtml .rec_inwrap > div:first-child {
  width: 53%;
}
.cmshtml .rec_inwrap > div:nth-child(2) {
  width: 47%;
}
.cmshtml .rec_textbox {
  padding-top: 40px;
}
.cmshtml .rec_txt {
  color: #3C2E3D;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 60px;
}
.cmshtml .rec_links {
  position: relative;
}
.cmshtml .rec_links > div {
  width: calc(50% - 24px);
  margin: 0 12px 15px;
}
.cmshtml .rec_link {
  font-weight: 500;
  position: relative;
}
.cmshtml .rec_link a {
  display: block;
}
.cmshtml .rec_imgbox {
  padding-left: 4%;
}
.cmshtml .rec_imgbox > div {
  width: calc(50% - 24px);
  margin: 0 12px 15px;
}
.cmshtml .rec_imgbox > div:first-child {
  padding-top: 85px;
}
.cmshtml .rec_img {
  position: relative;
}
.cmshtml .rec_img img {
  border-radius: 20px 0 20px 0;
}
@media screen and (max-width: 1200px) {
  .cmshtml .sec_rec:before {
    height: 93%;
  }
  .cmshtml .rec_inwrap {
    padding: 0 4% 35px;
  }
  .cmshtml .rec_textbox {
    padding-top: 20px;
  }
  .cmshtml .rec_txt {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .cmshtml .rec_links > div {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .cmshtml .rec_link {
    font-size: 16px;
  }
  .cmshtml .rec_imgbox > div:first-child {
    padding-top: 30px;
  }
  .cmshtml .rec_imgbox > div {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
}
@media screen and (max-width: 950px) {
  .cmshtml .sec_rec {
    margin: 0 auto 60px;
  }
  .cmshtml .sec_rec:before {
    height: 96%;
  }
  .cmshtml .rec_inwrap > div:first-child {
    width: 100%;
  }
  .cmshtml .rec_textbox {
    margin-bottom: 30px;
  }
  .cmshtml .rec_inwrap > div:nth-child(2) {
    width: 60%;
  }
  .cmshtml .rec_imgbox {
    padding-left: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_rec:before {
    border-radius: 10px;
  }
  .cmshtml .rec_txt {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .cmshtml .rec_link {
    font-size: 14px;
  }
  .cmshtml .rec_imgbox > div:first-child {
    padding-top: 20px;
  }
  .cmshtml .rec_img img {
    border-radius: 10px 0 10px 0;
  }
}
@media screen and (max-width: 500px) {
  .cmshtml .rec_links > div {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 10px;
  }
  .cmshtml .rec_inwrap > div:nth-child(2) {
    width: 100%;
  }
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
.cmshtml #footer {
  background-color: #DAE9E4;
  padding: 0;
}
.cmshtml #footer:before {
  background: url("../img/bg_contact.jpg") no-repeat left bottom -1px;
  background-size: 100% auto;
  background-color: #fff;
  content: "";
  display: block;
  width: 100%;
  height: 64%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.cmshtml .sec_contact {
  max-width: 1200px;
  width: 92%;
  margin-left: auto;
}
.cmshtml .sec_contact:before {
  background: #ECC7C0;
  border-radius: 20px 0 0 20px;
  content: "";
  display: block;
  width: 100%;
  height: 84%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.cmshtml .contact_titwrap {
  align-items: center;
  justify-content: center;
  margin-bottom: 55px;
}
.cmshtml .contact_tit {
  position: relative;
}
.cmshtml .contact_sub_tit {
  position: relative;
}
.cmshtml .contact_inwrap {
  padding: 0 0 70px;
  max-width: 720px;
  max-width: 800px;
  width: 96%;
  margin: 0 auto;
  position: relative;
}
.cmshtml .contact_txt {
  color: #3C2E3D;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 45px;
  text-align: center;
}
.cmshtml .contact_links {
  align-items: center;
  justify-content: space-between;
    justify-content: center;
  position: relative;
}
.cmshtml .contact_links > div {
  width: calc(50% - 25px);
  width: calc(33.3333% - 10px);
  margin: 0 5px;
}
.cmshtml .contact_link {
  background: #fff;
  border: 1px solid #FDAE84;
  border-radius: 200px;
  color: #FDAE84;
  font-size: 20px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 14px;
  transition: all 0.3s;
}
.cmshtml .contact_link:has(a) {
  padding: 0;
}
.cmshtml .contact_link a {
  color: #FDAE84;
  border-radius: 33px;
  display: block;
  padding: 14px;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .contact_link a:hover {
  background: #FDAE84;
  color: #fff;
}
.cmshtml .contact_links span {
  font-size: 16px;
}
.cmshtml .contact_link:has(a[href^="tel:"]) {
  padding: 14px;
}
.cmshtml .contact_link a[href^="tel:"] {
  padding: 0;
}
/*----------------- f_inwrap -----------------*/
.cmshtml .f_inwrap {
  padding: 40px 0;
  padding-right: 25px;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1520px;
  width: 92%;
  margin: 0 auto;
}
.cmshtml .f_about {
  position: relative;
}
.cmshtml .f_flex {
  max-width: 820px;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 45px;
}
.cmshtml .f_logos {
  position: relative;
}
.cmshtml .f_logo {
  padding-left: 15px;
  margin-bottom: 15px;
  position: relative;
}
.cmshtml .f_logo a {
  display: inline-block;
}
.cmshtml .f_address {
  color: #3C2E3D;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
.cmshtml .map_link {
  margin-left: 20px;
  position: relative;
}
.cmshtml .map_link a {
  background: url("../img/ico_map.png") no-repeat left center;
  display: inline-block;
  padding: 10px;
  padding-left: 56px;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .map_link a:hover {
  color: #FDAE84;
  text-decoration: underline;
}
.cmshtml .f_sns {
  position: relative;
}
.cmshtml .sns_ico {
  position: relative;
  margin-left: 20px;
}
.cmshtml .f_links {
  position: relative;
  justify-content: space-between;
}
.cmshtml .f_link {
  margin-right: 20px;
}
.cmshtml .f_link a {
  display: block;
  min-width: 280px;
}
.cmshtml .copyright {
  color: #3C2E3D;
  font-size: 14px;
  text-align: right;
  margin-top: 20px;
}
.cmshtml .copyright, .cmshtml .copyright * {
  text-decoration: none;
}
.cmshtml .copyright a {
  color: #3C2E3D;
}
.cmshtml .copyright a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1500px) {
  .cmshtml #footer:before {
    height: 60%;
  }
  .cmshtml .sec_contact {
    max-width: 1200px;
    width: 80%;
  }
  .cmshtml .contact_inwrap {
    padding: 0 0 30px;
  }
  .cmshtml .contact_titwrap {
    margin-bottom: 20px;
  }
  .cmshtml .contact_links > div {
    width: calc(50% - 10px);
    width: calc(33.3333% - 10px);
    margin: 0 5px;
  }
  .cmshtml .contact_txt {
    margin-bottom: 40px;
  }
  .cmshtml .f_inwrap {
    padding: 30px 0;
  }
  .cmshtml .f_logo {
    padding-left: 0;
  }
  .cmshtml .f_link a {
    min-width: 1px;
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml #footer:before {
    height: 52%;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #footer:before {
    height: 42%;
  }
  .cmshtml .sec_contact {
    width: 90%;
    margin: 0 auto;
  }
  .cmshtml .sec_contact:before {
    border-radius: 20px;
    height: 75%;
  }
  .cmshtml .contact_inwrap {
    padding: 30px 0;
  }
  .cmshtml .contact_link {
    font-size: 16px;
    padding: 10px;
  }
  .cmshtml .contact_link a {
    padding: 10px;
  }
  .cmshtml .contact_txt {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .cmshtml .f_inwrap {
    display: block;
  }
  .cmshtml .f_address {
    font-size: 16px;
  }
  .cmshtml .f_links {
    justify-content: center;
  }
  .cmshtml .f_link {
    font-size: 16px;
    margin: 0 5px 10px;
  }
  .cmshtml .f_link a {
    padding: 5px 30px;
  }
  .cmshtml .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml #footer:before {
    height: 32%;
  }
  .cmshtml .sec_contact:before {
    border-radius: 10px;
    height: 82%;
  }
  .cmshtml .contact_inwrap {
    padding: 30px 0 10px;
  }
  .cmshtml .contact_titwrap {
    margin-bottom: 20px;
    flex-direction: column-reverse;
  }
  .cmshtml .contact_links {
    display: block;
  }
  .cmshtml .contact_links > div {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
  .cmshtml .contact_link {
    font-size: 14px;
    padding: 10px;
  }
  .cmshtml .contact_links span {
    font-size: 14px;
  }
  .cmshtml .contact_txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .cmshtml .f_flex {
    display: block;
    margin-bottom: 20px;
  }
  .cmshtml .f_logo {
    max-width: 200px;
    margin: 0 auto 15px;
  }
  .cmshtml .f_address {
    font-size: 14px;
    text-align: center;
    margin: 10px auto;
  }
  .cmshtml .f_sns {
    margin-top: 10px;
    justify-content: center;
  }
  .cmshtml .sns_ico {
    margin: 0 10px;
  }
  .cmshtml .map_link {
    margin: 0;
    text-align: center;
  }
  .cmshtml .f_links {
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
  .cmshtml .f_link {
    font-size: 14px;
  }
  .cmshtml .f_link a {
    display: block;
  }
  .cmshtml .copyright {
    font-size: 10px;
  }
}
@media screen and (max-width: 400px) {
  .cmshtml .contact_inwrap {
    padding: 30px 0 10px;
    width: 92%;
  }
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
.cmshtml #title_wrap {
  background-color: #dae9e4;
  padding: 50px 2% 0;
  position: relative;
}
.cmshtml #title_wrap .bg_image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cmshtml #title_wrap .bg_image img {
  border-radius: 60px 0 60px 0;
  opacity: 1;
}
.cmshtml #title_wrap .inwrap {
  padding: 108px 4%;
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cmshtml #title_wrap .high_inwrap {
  padding: 220px 4%;
}
.cmshtml .page_title {
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.cmshtml .page_title, .cmshtml .page_title a {
  color: #3C2E3D;
}
.cmshtml .page_title01 {
  font-size: 32px;
}
.cmshtml .page_title02 {
  font-size: 18px;
}
/*---------------
subpage contents
---------------*/
.cmshtml .subpage_contents {
  padding: 40px 0 60px;
  position: relative;
  background: url("../img/page_deco.png") no-repeat top center;
  background-size: 100% auto;
}
.cmshtml .subpage_contents > * {
  max-width: 1270px;
  width: 92%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
/*---------------
blog contents
---------------*/
.cmshtml .blog_flex {
  max-width: 1270px !important;
  max-width: 96%;
  margin: 0 auto;
    align-items: flex-start;
}
.cmshtml .module_blogwrapper {
  display: flex;
  align-items: flex-start;
  margin: auto;
    padding-top: 200px;
}
.cmshtml #contents .module_blog {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 20px;
  margin: 0 !important;
  width: 70%;
}
.cmshtml .module_side {
  background: #ffece2;
  border-radius: 10px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 30%;
  padding: 20px;
}

@media screen and (min-width: 1901px) {
    .cmshtml .module_blogwrapper {
    padding-top: 12vw;
}
}


/*---------------
page link
---------------*/
.cmshtml .page_link {
  justify-content: center;
  padding: 20px 0;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cmshtml .page_link > *:not(:last-child) {
  margin-right: 20px;
}
.cmshtml .p_link, .cmshtml .p_link a {
  color: #333;
}
.cmshtml .p_link {
  font-size: 14px;
  margin-bottom: 15px;
}
.cmshtml .page_link .p_link a {
  display: inline-block;
  text-decoration: none;
  padding-left: 20px;
  position: relative;
}
.cmshtml .page_link .p_link a:hover {
  text-decoration: underline;
}
.cmshtml .page_link .p_link a:after {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
  margin: auto;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}
.cmshtml .page_link .p_link a:hover:after {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
/*---------------
h2 - h6
---------------*/
.cmshtml .rdplanetitle h2, .cmshtml .rdplanetitle h3, .cmshtml .rdplanetitle h4, .cmshtml .rdplanetitle h5, .cmshtml .rdplanetitle h6 {
  display: block;
  font-weight: 500;
  margin: auto;
  position: relative;
}
.cmshtml .rdplanetitle h2, .cmshtml .rdplanetitle h3, .cmshtml .rdplanetitle h4, .cmshtml .rdplanetitle h5, .cmshtml .rdplanetitle h6, .cmshtml .rdplanetitle h2 *, .cmshtml .rdplanetitle h3 *, .cmshtml .rdplanetitle h4 *, .cmshtml .rdplanetitle h5 *, .cmshtml .rdplanetitle h6 * {
  font-family: 'Zen Maru Gothic', 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'Maru Gothic', '丸ゴシック', 'Noto Sans JP', 'Meiryo', 'MS PGothic', 'Noto Sans Japanese', 'Rounded M+', serif;
}
.cmshtml .rdplanetitle:has(h2) {
  text-align: center;
}
.cmshtml .rdplanetitle h2 {
  border-bottom: 3px solid #FDAE84;
  color: #FDAE84;
  font-size: 32px !important;
  font-weight: 500 !important;
  letter-spacing: 0.2rem;
  padding: 0 0 15px;
  display: inline-block;
}
.cmshtml .rdplanetitle h2:before, .cmshtml .rdplanetitle h2:after {
  background: #FDAE84;
  border: 11px solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: -17px;
  z-index: 10;
}
.cmshtml .rdplanetitle h2:before {
  left: 0;
}
.cmshtml .rdplanetitle h2:after {
  right: 0;
}
.cmshtml .rdplanetitle h3 {
  color: #3C2E3D;
  font-size: 30px !important;
  font-weight: 500 !important;
  padding: 0 25px 5px;
  position: relative;
}
.cmshtml .rdplanetitle h3:before {
  border-radius: 13px;
  background-color: #DAE9E4;
  content: "";
  display: block;
  width: 100%;
  height: 25px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.cmshtml .rdplanetitle h4 {
  border-top: 2px solid #ECC7C0;
  border-bottom: 2px solid #ECC7C0;
  color: #3C2E3D;
  font-size: 28px !important;
  font-weight: 500 !important;
  padding: 8px 30px;
}
.cmshtml .rdplanetitle h5 {
  color: #FDAE84;
  font-size: 26px !important;
  font-weight: 600 !important;
  padding-left: 40px;
}
.cmshtml .rdplanetitle h5:before {
  background-color: #FDAE84;
  border-radius: 10px;
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.cmshtml .rdplanetitle h6 {
  background: #ECC7C0;
  border-radius: 8px;
  color: #3C2E3D;
  font-size: 24px !important;
  font-weight: 500 !important;
  padding: 10px 30px;
}
.cmshtml .rdplanetitle h6:after {
  border: 1px solid #fff;
  border-radius: 8px;
  content: "";
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
/*---------------
list block
---------------*/
.cmshtml .list01_inwrap {
  list-style: disc !important;
  padding-left: 20px;
  max-width: 1240px;
}
.cmshtml .list01_inwrap li {
  list-style: disc !important;
  display: list-item;
  color: #FDAE84;
  padding: 0;
  position: relative;
}
.cmshtml .list02_inwrap {
  list-style: disc !important;
  padding-left: 20px;
  max-width: 1240px;
}
.cmshtml .list02_inwrap li {
  list-style: decimal !important;
  color: #FDAE84;
  display: list-item;
  padding: 0;
  position: relative;
}
.cmshtml .list01_inwrap li .intxt, .cmshtml .list02_inwrap li .intxt {
  color: #333;
}
/*---------------
mark btn
---------------*/
.cmshtml .mark_btn {
  background: #ffece2;
  border-left: 20px solid #FDAE84;
  border-radius: 6px;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  padding-left: 20px;
  position: relative;
}
.cmshtml .mark_btn:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  left: -18px;
  top: 0;
  bottom: 0;
  z-index: 2;
  transform: rotate(45deg);
}
.cmshtml .mark_btn .link_btn01 {
  text-align: right;
}
.cmshtml .mark_btn .link_btn01 a {
  border-radius: 6px;
  background: #fff;
  border: 1px solid #FDAE84;
  display: inline-block;
  color: #FDAE84;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  min-width: 1px;
  transition: all 0.3s;
}
.cmshtml .mark_btn .link_btn01 a:hover {
  background: #FDAE84;
  color: #fff;
}
/*---------------
icon title
---------------*/
.cmshtml .ico_title {
  border-bottom: 1px solid #FDAE84;
  align-items: center;
  flex-flow: nowrap;
  margin-top: 30px;
  padding-bottom: 10px;
}
.cmshtml .ico_title02 {
  border-bottom: none;
}
.cmshtml .ico_title > div:first-child {
  max-width: 80px;
  min-width: 80px;
  text-align: right;
}
.cmshtml .tit_txt {
  color: #FDAE84;
  font-size: 24px;
  padding-left: 20px;
}
/*---------------
faq
---------------*/
.cmshtml .faq {
  padding: 20px 0;
}
.cmshtml .qa_q {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-left: 30px !important;
  position: relative;
}
.cmshtml .qa_a {
  line-height: 1.4;
  padding-left: 30px !important;
  position: relative;
}
.cmshtml .qa_q:before, .cmshtml .qa_a:before {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin: auto;
  padding: 10px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.cmshtml .qa_q:before {
  background: #FDAE84;
  content: "Q";
}
.cmshtml .qa_a:before {
  background: #b9d9ce;
  content: "A";
}
.cmshtml .qa_q > div, .cmshtml .qa_a > div {
  max-width: calc(100% - 50px);
  margin-left: auto;
  position: relative;
}
.cmshtml .qa_q > div {
  padding: 10px 0px;
}
.cmshtml .qa_a > div {
  background: #fff;
  border: 1px solid #ededed;
  padding: 10px 20px;
}
.cmshtml .qa_a > div:before {
  background: #fff;
  border-left: 1px solid #ededed;
  border-top: 1px solid #ededed;
  content: "";
  display: block;
  margin: auto;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6px;
  z-index: 2;
  transform: rotateZ(-45deg);
}
/*---------------
bt line
---------------*/
.cmshtml .bt_line {
  justify-content: flex-start;
  flex-flow: nowrap;
}
.cmshtml .bt_line > div {
  padding: 20px;
}
.cmshtml .bt_line > div:first-child {
  border-bottom: 1px solid #FDAE84 !important;
  padding-right: 20px;
  width: 20%;
}
.cmshtml .bt_line > div:nth-child(2) {
  border-bottom: 1px solid #ededed !important;
  width: 80%;
}
/*---------------
img text
---------------*/
.cmshtml .img_txt {
  align-items: flex-start;
  margin-bottom: 90px;
  position: relative;
}
.cmshtml .img_div {
  width: 40%;
  position: relative;
  z-index: 3;
}
.cmshtml .img_div img {
  border-radius: 10px;
}
.cmshtml .txt_div {
  border-radius: 10px;
  background: #dae9e4;
  line-height: 2;
  padding: 30px;
  padding-left: 6%;
  width: 60%;
  position: relative;
  z-index: 2;
  transform: translate(-3%, 60px);
}
.cmshtml .img_txt02 .txt_div {
  padding: 30px;
  padding-right: 6%;
  transform: translate(3%, 60px);
}
/*---------------
stepbox
---------------*/
.cmshtml .stepbox {
  margin-bottom: 60px;
}
.cmshtml .stepbox > div + div {
  margin-top: 40px;
}
.cmshtml .step_div {
  border-radius: 6px;
  background: #fff;
  border: 1px solid #FDAE84;
  position: relative;
}
.cmshtml .step_div > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cmshtml .step_div > div:first-child {
  max-width: 205px;
  min-width: 205px;
}
.cmshtml .step_div > div:nth-child(2) {
  max-width: calc(100% - 205px);
}
.cmshtml .step_div > div + div {
  border-left: 1px solid #FDAE84;
}
.cmshtml .step_num, .cmshtml .step_num a {
  color: #fff;
  font-weight: 600;
}
.cmshtml .step_num {
  border-radius: 5px 0 0 5px;
  background: #FDAE84;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  padding: 10px 30px;
  position: relative;
}
.cmshtml .stepbox > div:not(:last-child) .step_num:after {
  border: 30px solid transparent;
  border-top: 20px solid #FDAE84;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
}
.cmshtml .step_txt {
  padding: 10px;
}
.cmshtml .one_side.step_div {
  border-radius: 6px;
  padding: 20px 30px;
}
.cmshtml .one_side.step_div > div {
  display: block;
  border: none;
}
.cmshtml .one_side.step_div > div:first-child, .cmshtml .one_side.step_div > div:nth-child(2) {
  max-width: none;
  min-width: 1px;
}
.cmshtml .stepbox > div.one_side.step_div:not(:last-child):after {
  border: 30px solid transparent;
  border-top: 20px solid #FDAE84;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
}
/*---------------
floor
---------------*/
.cmshtml .floor {
  margin: 60px auto 120px;
  position: relative;
  z-index: 1;
}
.cmshtml .floor_tab {
  justify-content: center;
}
.cmshtml .floor_tabbtn {
  border-radius: 6px 6px 0 0;
}
.cmshtml .floor_tab > div {
  background: #FDAE84;
  display: block !important;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  max-width: 200px;
  width: calc(33.333% - 10px);
  margin: 0 5px;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}
.cmshtml .floor_tab > div:hover, .cmshtml .floor_tab > div.active {
  background: #ffece2;
  color: #FDAE84;
}
.cmshtml .floor_imgs {
  background: #ffece2;
  border-radius: 10px;
  padding: 30px 2%;
}
.cmshtml .floor_imgs > div {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .floor_box {
  display: none;
}
.cmshtml .floor_box.active {
  display: block;
}
.cmshtml .floor_tit {
  color: #666;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.cmshtml .floor_inwrap {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}
.cmshtml .floor_map {
  margin-bottom: 40px;
}
.cmshtml .floor_map img, .cmshtml .in_img img {
  border-radius: 10px;
}
.cmshtml .in_imgs > div {
  width: calc(33.3333% - 20px);
  margin: 0 10px 20px;
}
/*---------------
accordion
---------------*/
.cmshtml .accordion_blk {
  margin-top: 35px;
  margin-bottom: 60px;
  position: relative;
}
.cmshtml .acco_box {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: block;
  text-align: left;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.cmshtml .acco_box:before {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-sizing: border-box;
  content: "";
  display: block;
  margin: -11px 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 34px;
  left: 14px;
}
.cmshtml .acco_tit {
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  padding: 15px 45px 15px 45px !important;
  position: relative;
}
.cmshtml .acco_tit:before, .cmshtml .acco_tit:after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  margin: auto;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .acco_tit:after {
  transform: rotate(90deg);
}
.cmshtml .acco_tit.active:after {
  transform: rotate(0deg);
}
.cmshtml .hide_area {
  display: none;
  border-top: 1px solid #ededed;
  padding: 40px 3%;
}
.cmshtml .hide_area > * + * {
  margin-top: 30px;
}
.cmshtml .acco_box:before {
  border: 5px solid #FDAE84;
}
.cmshtml .acco_tit {
  color: #FDAE84;
}
.cmshtml .acco_tit:before, .cmshtml .acco_tit:after {
  background: #FDAE84;
}
/*---------------
twin box
---------------*/
.cmshtml .twin_box01 > div:first-child, .cmshtml .twin_box02 > div:nth-child(2) {
  width: 70%;
}
.cmshtml .twin_box01 > div:nth-child(2), .cmshtml .twin_box02 > div:first-child {
  width: 30%;
}
.cmshtml .twin_box .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmshtml .twin_box01 .imgbox img {
  border-radius: 40px 0 0 0;
}
.cmshtml .twin_box02 .imgbox img {
  border-radius: 0 40px 0 0;
}
.cmshtml .twin_box .textbox {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.cmshtml .twin_box .twin_tit {
  border-bottom: 1px solid #FDAE84;
  color: #FDAE84;
  font-size: 24px;
  margin-bottom: 20px;
}
.cmshtml .twin_box .link_btn, .cmshtml .twin_box .link_btn01, .cmshtml .twin_box .link_btn02 {
  margin-top: auto;
  margin-bottom: 0;
}
.cmshtml .twin_box02 .link_btn, .cmshtml .twin_box02 .link_btn01, .cmshtml .twin_box02 .link_btn02 {
  text-align: right;
}
.cmshtml .twin_box .link_btn01 a {
  padding: 5px 20px;
  padding-right: 50px;
}
/*---------------
profile
---------------*/
.cmshtml .profile {
  border-radius: 20px;
  background-color: #fff;
  background-image: radial-gradient(#ddd 30%, transparent 30%);
  background-size: 10px 10px;
  max-width: 1300px;
  padding: 20px;
  margin-bottom: 60px;
  position: relative;
}
.cmshtml .pro_img {
  position: relative;
}
.cmshtml .pro_card {
  padding: 20px;
}
.cmshtml .pro_txt {
  font-weight: 500;
}
.cmshtml .pro_txt01 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #FDAE84;
  font-weight: 600;
}
.cmshtml .pro_txt02 {
  font-weight: 500;
}
.cmshtml .profile_inwrap01 {
  background: #fff;
  margin: 0 auto;
  box-shadow: #ccc 0 0 5px;
}
.cmshtml .profile_inwrap01 > div:first-child {
  width: 40%;
}
.cmshtml .profile_inwrap01 > div:nth-child(2) {
  width: 60%;
}
.cmshtml .profile_inwrap02 {
  border: 1px solid #CEE1FF;
  background: #fff;
  padding: 20px;
  margin-top: 30px;
  align-items: flex-start;
}
.cmshtml .profile_inwrap02 > div:first-child {
  width: 70%;
}
.cmshtml .profile_inwrap02 > div:nth-child(2) {
  width: 30%;
  padding-left: 10px;
  padding-bottom: 10px;
}
.cmshtml .in_protxt {
  padding-right: 10px;
  line-height: 2;
  font-size: 14px;
}
.cmshtml .in_proimg {
  position: relative;
}
.cmshtml .in_proimg:before {
  background: #d7e7ff;
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
/*---------------
img mask
---------------*/
.cmshtml .img_blackMask {
  position: relative;
}
.cmshtml .img_blackMask > div {
  background: #000;
  position: relative;
  overflow: hidden;
}
.cmshtml .img_blackMask img {
  opacity: 0.5;
  transition: all 0.3s;
}
.cmshtml .img_blackMask > div img {
  max-width: none;
  width: 100%;
  height: auto;
}
.cmshtml .img_blackMask > div:hover img {
  opacity: 0.9;
  transform: scale(1.1);
}
.cmshtml .img_blackMask .mask_txt {
  color: #FFF;
  position: absolute;
  margin: auto;
  font-size: 24px;
  left: 0;
  top: 0;
  background: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
}
.cmshtml .bnr_box.img_blackMask > div img {
  opacity: 1;
}
.cmshtml .bnr_box.img_blackMask .mask_txt {
  text-shadow: #000 0 0 2px, #000 0 0 2px, #000 0 0 2px, #000 0 0 2px;
  font-size: 30px;
}
/*---------------
zoom-img
---------------*/
.cmshtml .zoom-img {
  background: #000;
  overflow: hidden;
  padding: 0 !important;
}
.cmshtml .zoom-img img {
  opacity: 0.6;
  transition: all 0.3s;
  width: 100%;
  height: auto;
  max-width: none;
}
.cmshtml .zoom-img:hover img {
  transform: scale(1.1);
  opacity: 1;
}
/*---------------
preset
---------------*/
.cmshtml .bg_fixed {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: none !important;
  width: 100% !important;
}
.cmshtml .bg_fixed:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.cmshtml .rounded_rectangle img {
  border-radius: 6px;
}
.cmshtml .catalogdetail_tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.cmshtml .catalogdetail_tags > div {
  margin: 0 5px 5px 0 !important;
  display: block;
  padding: 2px 5px !important;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #F5F7F8;
  font-size: 14px;
  color: #666;
  text-decoration: none;
}
.cmshtml .bg_fixed {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: none !important;
  width: 100% !important;
}
.cmshtml .bg_fixed:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.cmshtml .module {
  max-width: 1250px;
}
.cmshtml .mini_module {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .maxWidth_1000 {
  max-width: 1000px;
}
.cmshtml .maxWidth_900 {
  max-width: 900px;
}
.cmshtml .maxWidth_800 {
  max-width: 800px;
}
.cmshtml .maxWidth_700 {
  max-width: 700px;
}
.cmshtml .maxWidth_600 {
  max-width: 600px;
}
.cmshtml .max_module {
  max-width: none;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}