<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main-contents .wp-block-file:not(.wp-element-button) {
  font-size: 1em;
}
#main-contents .wp-block-image figcaption {
  font-size: calc(var(--vk-size-text) * 0.875);
}
#main-contents .vk_button a.btn {
  text-align: left;
}
#main-contents .vk_borderBox .vk_borderBox_title_container .vk_borderBox_title {
  padding-left: 0;
}
#main-contents .vk_borderBox .vk_borderBox_title_container .vk_borderBox_title:before {
  content: none;
}
@media screen and (max-width: 768px) {
  #main-contents .vk_button a.btn {
    padding: 0.6em 0.5rem 0.6rem 1rem;
    font-size: calc(var(--vk-size-text) * 0.875);
  }
}
@media screen and (max-width: 768px) {
  #main-contents .wp-block-group.has-background {
    padding: 1em;
  }
}
#main-contents .wp-block-group.has-background {
  padding: 1.5em 1.5em;
}
#main-contents ul.is-style-vk-arrow-mark,
#main-contents ul.is-style-vk-triangle-mark,
#main-contents ul.is-style-vk-check-mark,
#main-contents ul.is-style-vk-check-circle-mark,
#main-contents ul.is-style-vk-check-square-mark,
#main-contents ul.is-style-vk-handpoint-mark,
#main-contents ul.is-style-vk-pencil-mark,
#main-contents ul.is-style-vk-smile-mark,
#main-contents ul.is-style-vk-frown-mark,
#main-contents ul.is-style-vk-numbered-circle-mark,
#main-contents ul.is-style-vk-numbered-square-mark,
#main-contents ol.is-style-vk-arrow-mark,
#main-contents ol.is-style-vk-triangle-mark,
#main-contents ol.is-style-vk-check-mark,
#main-contents ol.is-style-vk-check-circle-mark,
#main-contents ol.is-style-vk-check-square-mark,
#main-contents ol.is-style-vk-handpoint-mark,
#main-contents ol.is-style-vk-pencil-mark,
#main-contents ol.is-style-vk-smile-mark,
#main-contents ol.is-style-vk-frown-mark,
#main-contents ol.is-style-vk-numbered-circle-mark,
#main-contents ol.is-style-vk-numbered-square-mark {
  padding-left: 0;
}
#main-contents .is-style-vk-group-top-bottom-border {
  border-color: #6a8204;
}
#main-contents ul.is-style-vk-numbered-circle-mark li:before,
#main-contents ol.is-style-vk-numbered-circle-mark li:before {
  line-height: 1.5;
}

#main-contents .page-ancher-link {
  padding: 1.5em 0.6em 1em;
  margin-bottom: min(8vw, 60px);
  background-color: #fbf8ef;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
#main-contents .page-ancher-link a {
  color: #34404d;
}
#main-contents .page-ancher-link ul {
  text-align: center;
}
#main-contents .page-ancher-link ul li {
  display: inline-block;
  padding-right: 1em;
  margin-right: 0.8em;
  border-right: 1px solid #d7d3d0;
}
@media screen and (max-width: 768px) {
  #main-contents .page-ancher-link ul li {
    padding-right: 0.6em;
    margin-right: 0.2em;
  }
}
@media screen and (max-width: 768px) {
  #main-contents .page-ancher-link {
    border-top-right-radius: 0px;
    margin-left: 50%;
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
    width: 100vw;
  }
}
#main-contents .page-ancher-link + h1 {
  margin-top: 0;
}
#main-contents .page-ancher-link + h2 {
  margin-top: 0;
}
#main-contents .page-ancher-link2 {
  padding: 2em 2em 1em;
  margin-bottom: min(8vw, 60px);
  background-color: #fbf8ef;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
#main-contents .page-ancher-link2 a {
  color: #34404d;
}
#main-contents .page-ancher-link2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main-contents .page-ancher-link2 ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  margin: 0 1%;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  #main-contents .page-ancher-link2 ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media screen and (max-width: 768px) {
  #main-contents .page-ancher-link2 {
    padding: 1.5em 1em 1em;
  }
}
#main-contents .page-ancher-link2 + h1 {
  margin-top: 0;
}
#main-contents .page-ancher-link2 + h2 {
  margin-top: 0;
}
#main-contents .wp-block-columns.row_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#main-contents .link_btn {
  text-align: center;
  margin: 0.8em 0;
}
#main-contents .link_btn a {
  font-size: clamp(0.9375rem, 0.838740458rem + 0.3816793893vw, 1.125rem);
  font-weight: bold;
  display: inline-block;
  padding: 16px 55px 16px 34px;
  color: #34404d;
  background-color: #fff;
  border-radius: 60px;
  -webkit-filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.3));
  position: relative;
}
#main-contents .link_btn a:before {
  content: "";
  position: absolute;
  z-index: 800;
  left: auto;
  right: 5px;
  top: calc(50% - 18px);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #6a8204;
}
#main-contents .link_btn a:after {
  content: "";
  position: absolute;
  z-index: 900;
  right: 19px;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#main-contents .link_btn a:hover {
  text-decoration: none;
  opacity: 0.92;
}
#main-contents .link_btn a:hover:after {
  right: 9px;
  top: calc(50% - 14px);
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 768px) {
  #main-contents .link_btn a:before {
    content: "";
    position: absolute;
    z-index: 800;
    right: 2px;
    top: calc(50% - 14px);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #6a8204;
  }
  #main-contents .link_btn a:after {
    content: "";
    position: absolute;
    z-index: 900;
    right: 13px;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
#main-contents .link_btn a .tag_date {
  font-size: clamp(0.6875rem, 0.6216603053rem + 0.2544529262vw, 0.8125rem);
  display: inline-block;
  padding: 4px 8px;
  margin-left: 4px;
  color: #fff;
  background-color: #ff0000;
}
#main-contents .link_btn.ico_pdf {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#main-contents .link_btn.ico_pdf a {
  padding-left: 55px;
}
#main-contents .link_btn.ico_pdf::before {
  content: "\f1c1";
  color: #e04545;
  text-decoration: none;
  position: absolute;
  z-index: 500;
  left: 25px;
  top: 18px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
#main-contents hr {
  height: 0;
  margin: 0.5em 0;
  padding: 0;
  border: 0;
  border-top: 1px dashed #aaa;
}
#main-contents hr.hr_solid {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #aaa;
}
#main-contents ul.ul_nomark {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
#main-contents .ico_tokucho {
  font-size: clamp(0.9375rem, 0.838740458rem + 0.3816793893vw, 1.125rem);
  text-align: center;
  line-height: 1.2;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #cedc2c;
}
#main-contents .wp-block-columns.is-layout-flex {
  gap: 1em;
}
#main-contents .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table &gt; table th,
#main-contents .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table &gt; table td {
  line-height: 1.4;
  font-size: clamp(0.75rem, 0.6183206107rem + 0.5089058524vw, 1rem);
  border-color: #bdcddb;
}
@media screen and (max-width: 768px) {
  #main-contents .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table &gt; table th,
  #main-contents .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table &gt; table td {
    padding: 4px 2px;
  }
}
#main-contents .wp-block-flexible-table-block-table.table_border_none &gt; table th,
#main-contents .wp-block-flexible-table-block-table.table_border_none &gt; table td {
  border-color: #fff;
}
#main-contents .wp-block-flexible-table-block-table.table_border_bottom &gt; table th,
#main-contents .wp-block-flexible-table-block-table.table_border_bottom &gt; table td {
  border: none;
  border-bottom: 1px solid #bdcddb;
}
@media screen and (min-width: 769px) {
  #main-contents .wp-block-flexible-table-block-table.nyuko_shikaku &gt; table td:first-child {
    width: 180px !important;
  }
}
@media screen and (max-width: 768px) {
  #main-contents .wp-block-flexible-table-block-table table.is-stacked-on-mobile {
    border-top-width: 1px;
    border-color: #bdcddb;
    border-top-style: solid;
  }
  #main-contents .wp-block-flexible-table-block-table table.is-stacked-on-mobile th {
    border-top-width: 0;
  }
  #main-contents .wp-block-flexible-table-block-table table.is-stacked-on-mobile td {
    border-top-width: 0;
  }
}
#main-contents .wp-block-flexible-table-block-table.table_nyuko_bi &gt; table {
  font-size: clamp(0.75rem, 0.5854007634rem + 0.6361323155vw, 1.0625rem);
}
#main-contents .wp-block-flexible-table-block-table.table_nyuko_bi &gt; table th,
#main-contents .wp-block-flexible-table-block-table.table_nyuko_bi &gt; table td {
  padding: min(1vw, 10px);
}

#main-contents h2.on_chara {
  font-size: clamp(1.25rem, 0.9208015267rem + 1.272264631vw, 1.875rem);
  font-weight: bold;
  color: #6a8204;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#main-contents h2.on_chara:before {
  content: "";
  position: relative;
  z-index: 5;
  left: auto;
  bottom: auto;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
}
#main-contents h2.on_chara:before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  width: min(27vw, 172px);
  height: auto;
  aspect-ratio: 1/0.66;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url("../../images/md_chara01.png");
  background-size: contain;
}
#main-contents .catch_box1 {
  font-size: clamp(1rem, 0.8683206107rem + 0.5089058524vw, 1.25rem);
  border-radius: 40px;
  padding: 1.5em;
  background-color: #effebf;
  -webkit-filter: drop-shadow(0 0 6px rgba(52, 64, 77, 0.3));
          filter: drop-shadow(0 0 6px rgba(52, 64, 77, 0.3));
}
#main-contents .otokujyoho_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main-contents .otokujyoho_row .otokujyoho_col {
  margin: 0;
}
#main-contents .otokujyoho_row .otokujyoho_col:first-child {
  margin-right: clamp(0.25rem, -0.6717557252rem + 3.5623409669vw, 2rem);
}
#main-contents .otokujyoho_row .otokujyoho_col:last-child {
  margin-left: clamp(0.25rem, -0.6717557252rem + 3.5623409669vw, 2rem);
}
#main-contents .otokujyoho_row .otokujyoho_col ul li {
  font-size: clamp(0.875rem, 0.5458015267rem + 1.272264631vw, 1.5rem);
}
#main-contents .otokujyoho_row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main-contents .otokujyoho_row2 .otokujyoho_col {
  margin: 0;
}
#main-contents .otokujyoho_row2 .otokujyoho_col:first-child {
  margin-right: clamp(0.25rem, 0.052480916rem + 0.7633587786vw, 0.625rem);
}
#main-contents .otokujyoho_row2 .otokujyoho_col:last-child {
  margin-left: clamp(0.25rem, 0.052480916rem + 0.7633587786vw, 0.625rem);
}
#main-contents .otokujyoho_row2 .otokujyoho_col figure img {
  width: clamp(3.75rem, 1.7748091603rem + 7.6335877863vw, 7.5rem);
}
#main-contents .catch_fuki_w_yoko {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.0625rem, 0.7003816794rem + 1.3994910941vw, 1.75rem);
  font-weight: bold;
}
#main-contents .catch_fuki_w_yoko:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 2px;
  background-color: #6a8204;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
#main-contents .catch_fuki_w_yoko:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50%;
  height: 2px;
  background-color: #6a8204;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
#main-contents .catch_fuki_w_yoko2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.125rem, 0.7958015267rem + 1.272264631vw, 1.75rem);
  font-weight: bold;
  padding: 0 1.5em;
}
#main-contents .catch_fuki_w_yoko2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 2px;
  background-color: #6a8204;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
#main-contents .catch_fuki_w_yoko2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 2px;
  background-color: #6a8204;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media screen and (min-width: 769px) {
  #main-contents .catch_fuki_w_yoko2 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
#main-contents .catch_fuki_w_tate {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.125rem, 0.5324427481rem + 2.2900763359vw, 2.25rem);
  font-weight: bold;
  padding: 0 1em;
  margin: 0 auto;
}
#main-contents .catch_fuki_w_tate:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 90%;
  background-color: #6a8204;
  -webkit-transform: rotate(-36deg);
          transform: rotate(-36deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
#main-contents .catch_fuki_w_tate:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 90%;
  background-color: #6a8204;
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
#main-contents .catch_waku_grade1 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#main-contents .catch_waku_grade1 ul li {
  padding: 1em 0.4em 1em clamp(3.4375rem, 1.6269083969rem + 6.9974554707vw, 6.875rem);
  margin: 0 0 2px;
  font-size: clamp(1.0625rem, 0.6345419847rem + 1.6539440204vw, 1.875rem);
  font-weight: bold;
  background-color: #cedd2c;
  position: relative;
}
#main-contents .catch_waku_grade1 ul li:before {
  content: "";
  position: absolute;
  left: clamp(0.4375rem, 0.0095419847rem + 1.6539440204vw, 1.25rem);
  top: 30%;
  width: clamp(2.5rem, 1.1832061069rem + 5.0890585242vw, 5rem);
  height: clamp(2.5rem, 1.1832061069rem + 5.0890585242vw, 5rem);
  border-radius: 50%;
  background-color: #fff;
}
#main-contents .catch_waku_grade1 ul li:nth-child(2) {
  background-color: #b1fc4d;
}
#main-contents .catch_waku_grade1 ul li:nth-child(3) {
  background-color: #95ff7b;
}
#main-contents .catch_waku_grade1 ul li:nth-child(4) {
  background-color: #94ffa9;
}
#main-contents .fukidashi_kuchikomi .fuki_kuchi_inner {
  padding: 1em;
  margin-bottom: 25px;
  border-radius: 10px;
  border: 2px solid #cedd2c;
  position: relative;
}
#main-contents .fukidashi_kuchikomi .fuki_kuchi_inner:after {
  content: "";
  position: absolute;
  right: 85px;
  bottom: -29px;
  width: 40px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../../images/ico_fuki_sankaku.svg");
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #main-contents .fukidashi_kuchikomi .fuki_kuchi_inner:after {
    right: 65px;
  }
}
#main-contents .fukidashi_kuchikomi .fuki_kuchi_inner .kuchi_main_txt {
  font-weight: bold;
}
#main-contents .fukidashi_kuchikomi .fuki_kuchi_inner .kuchi_etc_txt {
  margin-top: 0.8em;
  color: #666;
}
#main-contents .fukidashi_kuchikomi .fuki_kuchi_icon {
  margin-top: -15px;
}
#main-contents .fukidashi_kuchikomi .fuki_kuchi_icon figure {
  text-align: right;
}
#main-contents .fukidashi_kuchikomi .fuki_kuchi_icon figure img {
  max-width: 80px;
}
@media screen and (max-width: 768px) {
  #main-contents .fukidashi_kuchikomi .fuki_kuchi_icon figure img {
    max-width: 50px;
  }
}
#main-contents .fukidashi_kuchikomi.chara_kenchan .fuki_kuchi_inner:after {
  content: "";
  position: absolute;
  right: 105px;
}
@media screen and (max-width: 768px) {
  #main-contents .fukidashi_kuchikomi.chara_kenchan .fuki_kuchi_inner:after {
    right: 85px;
  }
}
#main-contents .fukidashi_kuchikomi.chara_kenchan .fuki_kuchi_icon figure img {
  max-width: 100px;
}
@media screen and (max-width: 768px) {
  #main-contents .fukidashi_kuchikomi.chara_kenchan .fuki_kuchi_icon figure img {
    max-width: 70px;
  }
}
#main-contents .wp-block-columns.mrg0_column {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
}
#main-contents .wp-block-columns.mrg0_column .wp-block-column {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
#main-contents .wp-block-columns.mrg0_column .wp-block-column figure {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #main-contents .course_info_box h2.h_my_sche,
  #main-contents .course_info_box h2.h_omakase_sche,
  #main-contents .course_info_box h2.h_omakase_sche,
  #main-contents .course_info_box h2.h_speed_sche {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  #main-contents .course_info_box h2.h_my_sche:before, #main-contents .course_info_box h2.h_my_sche:after,
  #main-contents .course_info_box h2.h_omakase_sche:before,
  #main-contents .course_info_box h2.h_omakase_sche:after,
  #main-contents .course_info_box h2.h_omakase_sche:before,
  #main-contents .course_info_box h2.h_omakase_sche:after,
  #main-contents .course_info_box h2.h_speed_sche:before,
  #main-contents .course_info_box h2.h_speed_sche:after {
    content: "";
    width: 10px;
    height: calc(100% - 6px);
    position: absolute;
    top: 0;
    border-radius: 0;
    background-color: transparent;
  }
  #main-contents .course_info_box h2.h_my_sche:before,
  #main-contents .course_info_box h2.h_omakase_sche:before,
  #main-contents .course_info_box h2.h_omakase_sche:before,
  #main-contents .course_info_box h2.h_speed_sche:before {
    border-left-width: 3px;
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-left-style: solid;
    border-top-style: solid;
    border-bottom-style: solid;
    left: 0;
  }
  #main-contents .course_info_box h2.h_my_sche:after,
  #main-contents .course_info_box h2.h_omakase_sche:after,
  #main-contents .course_info_box h2.h_omakase_sche:after,
  #main-contents .course_info_box h2.h_speed_sche:after {
    content: "";
    border-left-width: 3px;
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-right-style: solid;
    border-top-style: solid;
    border-bottom-style: solid;
    right: 0;
  }
  #main-contents .course_info_box .wp-block-column:has(.ico_maru) {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
  #main-contents .course_info_box h2.h_my_sche:before,
  #main-contents .course_info_box h2.h_my_sche:after {
    border-color: #eb882b;
    background-color: transparent;
  }
  #main-contents .course_info_box h2.h_omakase_sche:before,
  #main-contents .course_info_box h2.h_omakase_sche:after {
    border-color: #69bd3c;
    background-color: transparent;
  }
  #main-contents .course_info_box h2.h_speed_sche:before,
  #main-contents .course_info_box h2.h_speed_sche:after {
    border-color: #4784de;
    background-color: transparent;
  }
}
#main-contents .ico_maru {
  font-size: clamp(0.9375rem, 0.838740458rem + 0.3816793893vw, 1.125rem);
  text-align: center;
  line-height: 1.2;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #cedc2c;
}
@media screen and (max-width: 768px) {
  #main-contents .ico_maru {
    margin: 0 auto;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  #main-contents .wp-block-column:has(.ico_maru) {
    -ms-flex-preferred-size: 54px !important;
        flex-basis: 54px !important;
  }
}
#main-contents .ico_maru.h_my_sche {
  color: #fff;
  background-color: #eb882b;
}
#main-contents .ico_maru.h_omakase_sche {
  color: #fff;
  background-color: #69bd3c;
}
#main-contents .ico_maru.h_speed_sche {
  color: #fff;
  background-color: #4784de;
}
#main-contents h1.h_my_sche {
  background-color: #f5b478;
}
#main-contents h1.h_my_sche:before {
  background-color: #eb882b;
}
#main-contents h1.h_omakase_sche {
  background-color: #9cd37e;
}
#main-contents h1.h_omakase_sche:before {
  background-color: #69bd3c;
}
#main-contents h1.h_speed_sche {
  background-color: #87b2f3;
}
#main-contents h1.h_speed_sche:before {
  background-color: #4784de;
}
#main-contents h2.h_my_sche:before,
#main-contents h3.h_my_sche:before,
#main-contents h4.h_my_sche:before {
  background-color: #eb882b;
}
#main-contents h2.h_omakase_sche:before,
#main-contents h3.h_omakase_sche:before,
#main-contents h4.h_omakase_sche:before {
  background-color: #69bd3c;
}
#main-contents h2.h_speed_sche:before,
#main-contents h3.h_speed_sche:before,
#main-contents h4.h_speed_sche:before {
  background-color: #4784de;
}
#main-contents .staff_item_group {
  padding: 1em;
  background-color: #fff;
  border-radius: 10px;
  line-height: 1.5;
  height: 100%;
  -webkit-filter: drop-shadow(0 0 6px rgba(52, 64, 77, 0.3));
          filter: drop-shadow(0 0 6px rgba(52, 64, 77, 0.3));
}
#main-contents .staff_item_group .staff_img_group {
  text-align: center;
}
#main-contents .staff_item_group figure.wp-block-image {
  display: inline-block;
  aspect-ratio: 1/1;
  overflow: hidden;
  max-width: 250px;
}
#main-contents .staff_item_group figure.wp-block-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#main-contents .staff_item_group .staff_name {
  font-size: clamp(0.9375rem, 0.8716603053rem + 0.2544529262vw, 1.0625rem);
  font-weight: bold;
}
#main-contents .staff_item_group .staff_name_yomi {
  font-size: clamp(0.8125rem, 0.7466603053rem + 0.2544529262vw, 0.9375rem);
}
#main-contents .staff_item_group .staff_item_table table {
  font-size: clamp(0.8125rem, 0.7466603053rem + 0.2544529262vw, 0.9375rem);
}
#main-contents .staff_item_group .staff_item_table table th,
#main-contents .staff_item_group .staff_item_table table td {
  border-color: #fff;
}
#main-contents .staff_item_group .staff_item_table table th {
  width: 30%;
  background-color: #bce2f6;
}
@media screen and (max-width: 768px) {
  #main-contents .staff_item_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #main-contents .staff_item_group .staff_img_group {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 27%;
  }
  #main-contents .staff_item_group figure.wp-block-image img {
    max-width: 100%;
  }
  #main-contents .staff_item_group .staff_item_inner_group {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-left: 2%;
  }
  #main-contents .staff_item_group .staff_item_inner_group .staff_item_table table tr {
    display: block;
    width: 100%;
  }
  #main-contents .staff_item_group .staff_item_inner_group .staff_item_table table th,
  #main-contents .staff_item_group .staff_item_inner_group .staff_item_table table td {
    padding: 4px 4px;
    display: block;
    width: 100%;
  }
}

#main-contents .flow_box {
  border: 3px solid #e5e5e5;
  border-radius: 10px;
  padding: 1em;
  margin-bottom: 50px;
  position: relative;
}
#main-contents .flow_box.no_arrow:after {
  content: none;
}
#main-contents .flow_box:after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: calc(50% - 40px);
  width: 80px;
  height: 20px;
  background-color: #ccc;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
#main-contents .flow_box .flow_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#main-contents .flow_box .flow_row .flow_col1 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 10%;
}
#main-contents .flow_box .flow_row .flow_col1 p {
  font-size: clamp(0.9375rem, 0.5095419847rem + 1.6539440204vw, 1.75rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #cedc2c;
}
@media screen and (max-width: 768px) {
  #main-contents .flow_box .flow_row .flow_col1 p {
    width: 9vw;
    height: 9vw;
    position: relative;
    top: -2vw;
    left: -2vw;
  }
}
#main-contents .flow_box .flow_row .flow_col2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 3%;
}
#main-contents .flow_box .flow_row .flow_col2 h5 {
  width: auto;
  padding: 0;
  background-color: transparent;
  font-size: clamp(0.9375rem, 0.838740458rem + 0.3816793893vw, 1.125rem);
  font-weight: bold;
}
#main-contents .flow_box .flow_row .flow_col2 .flow_setsumei {
  padding: 5px;
  border-top: 1px dotted #ccc;
}
#main-contents .flow_box2 {
  margin: 2em auto 55px;
  padding: 0 0.6em 1.5em;
  border: 3px solid #cedd2c;
  max-width: 640px;
  position: relative;
}
#main-contents .flow_box2.no_arrow:after {
  content: none;
}
#main-contents .flow_box2:after {
  content: "";
  position: absolute;
  left: calc(50% - 20px);
  bottom: -35px;
  width: 40px;
  height: 30px;
  clip-path: path("M17.77,25.26L.71,4.93C-.93,2.98.46,0,3.01,0h34.13c2.55,0,3.94,2.98,2.3,4.93l-17.07,20.33c-1.2,1.43-3.4,1.43-4.6,0Z");
  background-color: #cedd2c;
}
#main-contents .flow_box2 h5:first-child {
  font-size: clamp(1.125rem, 0.927480916rem + 0.7633587786vw, 1.5rem);
  text-align: center;
  margin: -1.2em auto 0.5em;
  padding: 0.4em 1em;
  min-width: 240px;
  color: #fff;
  background-color: #cedd2c;
}
#main-contents .flow_box2 p {
  text-align: center;
  font-size: clamp(1rem, 0.7366412214rem + 1.0178117048vw, 1.5rem);
  font-weight: bold;
}

#main-contents .nyuko-calender-box {
  margin: 1em 0;
}
#main-contents ul.calender-tab {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #bdcddb;
  margin: 0;
  padding: 0 0 0 5px;
}
#main-contents ul.calender-tab li {
  font-size: clamp(0.875rem, 0.677480916rem + 0.7633587786vw, 1.25rem);
  cursor: pointer;
  text-align: center;
  margin: 0;
  position: relative;
  top: 1px;
  color: #777;
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #bdcddb;
  display: inline-block;
  padding: 1em;
  width: min(30%, 150px);
}
#main-contents ul.calender-tab li:first-child {
  border-left: 1px solid #ccc;
}
#main-contents ul.calender-tab li.active {
  color: #34404d;
  border-top: 5px solid #bdcddb;
  border-right: 1px solid #bdcddb;
  border-bottom: 1px solid transparent;
}
#main-contents ul.calender-tab li.active:first-child {
  border-left: 1px solid #bdcddb;
}
#main-contents .nyuko-calender-inner {
  padding: 1em;
  border-left: 1px solid #bdcddb;
  border-right: 1px solid #bdcddb;
  border-bottom: 1px solid #bdcddb;
  display: none;
}
#main-contents .nyuko-calender-inner.active {
  display: block;
}
@media screen and (max-width: 768px) {
  #main-contents .nyuko-calender-inner {
    padding: 0.5em;
  }
  #main-contents .nyuko-calender-inner table {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #main-contents .nyuko-calender-inner table th {
    padding: 5px 2px;
  }
  #main-contents .nyuko-calender-inner table td {
    padding: 5px 2px;
  }
}

#main-contents ul.ul_icon {
  list-style-type: none;
  margin-left: 0;
}
#main-contents ul.ul_icon li {
  padding-left: 38px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../../images/illust_icon_chara.png");
  background-size: 34px auto;
}
#main-contents .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table &gt; table th.font_normal,
#main-contents .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table &gt; table td.font_normal {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #main-contents .is-style-vk-group-shadow {
    padding: 0.8em;
  }
}

#main-contents:has(#gash_catch) {
  max-width: none;
  width: 100%;
  padding-bottom: 0;
  overflow: hidden;
}
#main-contents:has(#gash_catch) .page_inner_cont {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #main-contents:has(#gash_catch) {
    padding-left: 0;
    padding-right: 0;
  }
}
#main-contents #gashuku_container {
  counter-reset: li_number 0;
}
#main-contents #gashuku_container .gash_inner_wpper {
  max-width: 1200px;
  margin: 0 auto;
}
#main-contents #gashuku_container h2 {
  margin: 0;
  padding: 0;
}
#main-contents #gashuku_container h2:before {
  content: none;
}
#main-contents #gashuku_container .gash_header {
  margin-bottom: min(60px, 6vw);
}
#main-contents #gashuku_container .gash_header h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main-contents #gashuku_container .gash_header h2 .po_num {
  font-size: clamp(0.75rem, 0.5854007634rem + 0.6361323155vw, 1.0625rem);
  font-weight: bold;
  display: inline-block;
  padding: 18px;
  margin-top: 12px;
  margin-right: 12px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: #0040a9;
  border: 1px solid #0e3682;
  text-align: center;
  background-color: #ff972a;
}
#main-contents #gashuku_container .gash_header h2 .po_txt_container {
  line-height: 1.2;
}
#main-contents #gashuku_container .gash_header h2 .po_txt_container .po_en {
  display: block;
  color: #0040a9;
  font-size: clamp(2.375rem, 1.8153625954rem + 2.1628498728vw, 3.4375rem);
  font-weight: bold;
}
#main-contents #gashuku_container .gash_header h2 .po_txt_container .po_jp {
  display: block;
  color: #0040a9;
  font-size: clamp(0.75rem, 0.5854007634rem + 0.6361323155vw, 1.0625rem);
}
@media screen and (max-width: 768px) {
  #main-contents #gashuku_container .gash_header h2 .po_num {
    font-size: clamp(0.875rem, 0.776240458rem + 0.3816793893vw, 1.0625rem);
    font-weight: bold;
    display: inline-block;
    padding: 13px 9px;
    margin-top: 10px;
    margin-right: 8px;
    width: 46px;
    height: 46px;
  }
}
#main-contents #gashuku_container h3 {
  line-height: 1.4;
  color: #0040a9;
  border-radius: 5px;
  border: 1px solid #0040a9;
  padding: 12px;
  text-align: center;
}
#main-contents #gashuku_container h3:before {
  content: none;
}
#main-contents #gashuku_container h4 {
  padding-left: 0;
  color: #0040a9;
}
#main-contents #gashuku_container h4:before {
  content: none;
}
#main-contents #gashuku_container h5 {
  border-radius: 5px;
  color: #fff;
  margin: 0 auto;
  padding: 5px 20px;
  background-color: #0040a9;
}
@media screen and (max-width: 768px) {
  #main-contents #gashuku_container h5 {
    padding: 5px 10px;
  }
}
#main-contents #gashuku_container ul.ul_catch {
  list-style-type: none;
  font-size: clamp(1rem, 0.7366412214rem + 1.0178117048vw, 1.5rem);
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#main-contents #gashuku_container ul.ul_catch li {
  position: relative;
  display: block;
  margin-bottom: 24px;
}
#main-contents #gashuku_container ul.ul_catch li a {
  color: #fff;
}
#main-contents #gashuku_container ul.ul_catch li:before {
  counter-increment: li_number 1;
  content: counter(li_number, decimal-leading-zero);
  font-weight: bold;
  display: inline-block;
  padding: 6px;
  margin-right: 12px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #0040a9;
  border: 1px solid #0e3682;
  text-align: center;
  background-color: #ff972a;
}
@media screen and (max-width: 768px) {
  #main-contents #gashuku_container ul.ul_catch li {
    font-size: 16px;
    margin-bottom: 12px;
  }
  #main-contents #gashuku_container ul.ul_catch li:before {
    font-size: 12px;
    width: 32px;
    height: 32px;
    margin-right: 4px;
  }
}
#main-contents #gashuku_container ul.ul_kira {
  font-size: clamp(1rem, 0.8683206107rem + 0.5089058524vw, 1.25rem);
  font-weight: bold;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  color: #0040a9;
}
#main-contents #gashuku_container ul.ul_kira li {
  padding: 14px 20px 14px 68px;
  margin-bottom: 16px;
  border-radius: 5px;
  background-color: #fff;
  background-position: 20px 14px;
  background-image: url("../../images/gash_ico_kira.png");
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #main-contents #gashuku_container ul.ul_kira li {
    padding: 14px 12px 14px 42px;
    background-position: 10px 50%;
    background-size: 24px auto;
  }
}
#main-contents #gashuku_container br.sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  #main-contents #gashuku_container br.sp_br {
    display: block;
  }
}
#main-contents #gashuku_container .youtube_frame {
  aspect-ratio: 1/0.5625;
}
#main-contents #gashuku_container .youtube_frame iframe {
  width: 100%;
  height: 100%;
}
#main-contents #gashuku_container .gash_fukidashi_pho_container {
  max-width: 920px;
  margin: 0 auto;
}
#main-contents #gashuku_container .gash_fukidashi_pho_container + .gash_fukidashi_pho_container {
  margin-top: -150px;
}
@media screen and (max-width: 768px) {
  #main-contents #gashuku_container .gash_fukidashi_pho_container + .gash_fukidashi_pho_container {
    margin-top: 12px;
  }
}
#main-contents #gashuku_container .gash_fukidashi_pho.fukidashi_right {
  margin: 0 0 0 auto;
  text-align: right;
}
#main-contents #gashuku_container .gash_fukidashi_pho.fukidashi_right .gash_fukidashi {
  margin: 0 0 0 auto;
  position: relative;
  right: -60px;
  left: auto;
}
#main-contents #gashuku_container .gash_fukidashi_pho.fukidashi_right .gash_fukidashi:before {
  background-image: url("../../images/gash_fukidashi.png");
}
#main-contents #gashuku_container .gash_fukidashi_pho .gash_fukidashi {
  text-align: left;
  display: block;
  width: 390px;
  padding: 30px;
  border-radius: 300px;
  background-color: #ffdb47;
  position: relative;
  right: auto;
  left: -60px;
}
#main-contents #gashuku_container .gash_fukidashi_pho .gash_fukidashi:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-image: url("../../images/gash_fukidashi_lt.png");
  background-size: 100% auto;
}
#main-contents #gashuku_container .gash_fukidashi_pho .gash_pho {
  margin-top: 20px;
}
#main-contents #gashuku_container .gash_fukidashi_pho .gash_pho img {
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #main-contents #gashuku_container .gash_fukidashi_pho.fukidashi_right .gash_fukidashi {
    margin: 0;
    position: relative;
    right: auto;
    left: auto;
  }
  #main-contents #gashuku_container .gash_fukidashi_pho .gash_fukidashi {
    padding: 14px 30px;
    margin: 0 0 0 auto;
    width: 316px;
    min-height: 76px;
    left: auto;
  }
  #main-contents #gashuku_container .gash_fukidashi_pho .gash_pho img {
    max-width: 90%;
  }
}
#main-contents #gashuku_container .gash_sche_list_container {
  max-width: 720px;
  margin: 0 auto;
}
#main-contents #gashuku_container .gash_sche_list_container .gash_sche_list {
  margin-bottom: 45px;
  position: relative;
}
#main-contents #gashuku_container .gash_sche_list_container .gash_sche_list:last-child:before {
  content: none;
}
#main-contents #gashuku_container .gash_sche_list_container .gash_sche_list:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: calc(50% - 16px);
  width: 32px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../../images/gash_ico_yaji_down.png");
}
#main-contents #gashuku_container .gash_sche_list_container .gash_sche_list h5 {
  font-size: clamp(1.125rem, 1.026240458rem + 0.3816793893vw, 1.3125rem);
  width: 100%;
  display: block;
  text-align: center;
}
#main-contents #gashuku_container .gash_sche_list_container .gash_sche_list p {
  font-size: clamp(1rem, 0.9341603053rem + 0.2544529262vw, 1.125rem);
  font-weight: bold;
  text-align: center;
}
#main-contents #gash_catch {
  padding: min(12vw, 75px) min(5vw, 60px);
  color: #fff;
  border-top-right-radius: 40px;
  background-color: #0040a9;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-image: url("../../images/gas_nami01_top.png");
  background-size: 100% auto;
  position: relative;
}
#main-contents #gash_catch .gash_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
#main-contents #gash_catch .gash_row .gash_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  max-width: 600px;
}
#main-contents #gash_catch .gash_row .gash_col h2 {
  margin-bottom: min(2vw, 30px);
}
#main-contents #gash_catch .gash_catch_pho {
  position: absolute;
  z-index: 800;
  top: -20px;
  right: -42px;
  width: 55%;
}
@media screen and (max-width: 768px) {
  #main-contents #gash_catch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #main-contents #gash_catch .gash_row {
    display: block;
    display: contents;
  }
  #main-contents #gash_catch .gash_row .gash_col {
    display: contents;
  }
  #main-contents #gash_catch .gash_row .gash_col h2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #main-contents #gash_catch .gash_row .gash_col ul {
    margin-top: 20px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #main-contents #gash_catch .gash_row .gash_col ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 46%;
            flex: 0 1 46%;
  }
  #main-contents #gash_catch .gash_row .gash_col ul li:nth-child(odd) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 54%;
            flex: 0 1 54%;
  }
  #main-contents #gash_catch .gash_catch_pho {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }
}
#main-contents #gash_point01 {
  margin-top: -2px;
  padding: min(14vw, 75px) min(5vw, 60px);
  background-color: #eae6df;
  background-repeat: no-repeat;
  background-position: 0 0, 0 100%;
  background-image: url("../../images/gas_nami01_btm.png"), url("../../images/gas_nami02_btm.png");
  background-size: 100% auto;
  position: relative;
}
#main-contents #gash_point01 .gash_inner {
  max-width: 1200px;
  margin: 0 auto;
}
#main-contents #gash_point01 .gash_inner ul.ul_kira {
  max-width: 920px;
}
#main-contents #gash_point01 .gash_inner .youtube_frame {
  max-width: 920px;
  margin: 50px auto 0;
}
#main-contents #gash_point02 {
  margin-top: -2px;
  padding: min(14vw, 75px) min(5vw, 60px);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../../images/gas_nami03_top.png");
  background-size: 100% auto;
  position: relative;
}
#main-contents #gash_point02 .gash_inner_s {
  max-width: 920px;
  margin: 0 auto;
}
#main-contents #gash_point02 .gash_inner {
  max-width: 1200px;
  margin: 0 auto;
}
#main-contents #gash_shokuji {
  margin-top: -100px;
  padding: 0 min(5vw, 60px);
}
#main-contents #gash_shokuji .gash_inner {
  max-width: 920px;
  margin: 0 auto;
}
#main-contents #gash_shokuji .gash_inner .gash_shokuji_mainpho img {
  border-radius: 5px;
}
#main-contents #gash_shokuji .gash_inner .gash_shokuji_photos {
  margin-top: -90px;
}
#main-contents #gash_shokuji .gash_inner .gash_photos_row {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #main-contents #gash_shokuji {
    margin-top: 0;
  }
  #main-contents #gash_shokuji .gash_header h2 {
    display: block;
    text-align: center;
  }
  #main-contents #gash_shokuji .gash_header h2 img {
    max-width: 190px;
  }
  #main-contents #gash_shokuji .gash_inner .gash_shokuji_photos {
    margin-top: -15px;
  }
  #main-contents #gash_shokuji .gash_inner .gash_shokuji_photos .gash_fukidashi_pho.fukidashi_right .gash_fukidashi {
    margin: 0 0 0 auto;
  }
  #main-contents #gash_shokuji .gash_inner .gash_photos_row {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #main-contents #gash_shokuji .gash_inner .gash_photos_row .gash_photos_col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
#main-contents #gash_hotels {
  padding: min(20vw, 120px) min(5vw, 60px) min(10vw, 50px);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-image: url("../../images/gas_nami03_btm.png");
  background-size: 100% auto;
  position: relative;
}
#main-contents #gash_hotels .gash_inner {
  max-width: 920px;
  margin: 0 auto;
}
#main-contents #gash_hotels .gash_heya_type_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#main-contents #gash_hotels .gash_heya_type_row h5 {
  width: auto;
  margin: 0 5px;
}
#main-contents #gash_hotels .gash_hotel_pho_row_t01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#main-contents #gash_hotels .gash_hotel_pho_row_t01 img {
  border-radius: 5px;
}
#main-contents #gash_hotels .gash_hotel_pho_row_t01 .gash_hotel_col_lt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 68%;
          flex: 0 1 68%;
}
#main-contents #gash_hotels .gash_hotel_pho_row_t01 .gash_hotel_col_rt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
}
#main-contents #gash_hotels .gash_hotel_pho_row_t01 .gash_hotel_col_rt p + p {
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  #main-contents #gash_hotels .gash_hotel_pho_row_t01 {
    display: block;
  }
  #main-contents #gash_hotels .gash_hotel_pho_row_t01 .gash_hotel_col_rt {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #main-contents #gash_hotels .gash_hotel_pho_row_t01 .gash_hotel_col_rt p {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
            flex: 0 1 49%;
  }
  #main-contents #gash_hotels .gash_hotel_pho_row_t01 .gash_hotel_col_rt p + p {
    margin-top: 0;
  }
}
#main-contents #gash_hotels .gash_hotel_pho_row_t02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#main-contents #gash_hotels .gash_hotel_pho_row_t02 img {
  border-radius: 5px;
}
#main-contents #gash_hotels .gash_hotel_pho_row_t02 .gash_hotel_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
}
#main-contents #gash_point03 {
  margin-top: -2px;
  padding: min(14vw, 100px) min(5vw, 60px) min(12vw, 50px);
  background-color: #eae6df;
  background-repeat: no-repeat;
  background-position: 0 0, 0 100%;
  background-image: url("../../images/gas_nami04_top.png"), url("../../images/gas_nami02_btm.png");
  background-size: 100% auto;
  position: relative;
}
#main-contents #gash_point03 .gash_inner {
  max-width: 920px;
  margin: 0 auto;
}
#main-contents #gash_point04 {
  margin-top: -2px;
  padding: min(14vw, 100px) min(5vw, 60px) min(12vw, 50px);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 0 0, 0 100%;
  background-image: url("../../images/gas_nami03_top.png"), url("../../images/gas_nami03_btm.png");
  background-size: 100% auto;
  position: relative;
}
#main-contents #gash_point04 .gash_inner {
  max-width: 920px;
  margin: 0 auto;
}
#main-contents #gash_point04 .gash_inner .gash_tel_txt {
  font-size: clamp(1.875rem, 1.875rem + 0vw, 1.875rem);
  font-weight: bold;
}
#main-contents #gash_point05 {
  margin-top: -2px;
  padding: min(14vw, 100px) min(5vw, 60px) min(14vw, 100px);
  background-color: #eae6df;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../../images/gas_nami04_top.png");
  background-size: 100% auto;
  position: relative;
}
#main-contents #gash_point05 .gash_inner {
  max-width: 920px;
  margin: 0 auto;
}</pre></body></html>