/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 26 2025 | 07:21:21 */
#plan_page .f_tri, #plan_page .plan_option {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  box-sizing: border-box; }

[data-txt_color="white"] {
  color: white; }

[data-txt_color="red"] {
  color: red; }

[data-txt_color="cr_main"] {
  color: #a6cab0; }

[data-txt_color="cr_act1"] {
  color: #008000; }

[data-txt_color="cr_act2"] {
  color: #4c4643; }

[data-txt_color="cr_act3"] {
  color: #e84569; }

[data-txt_color="cr_act4"] {
  color: #ff9c29; }

[data-txt_color="cr_act5"] {
  color: #524237; }

[data-txt_color="cr_act6"] {
  color: #50ac61; }

[data-txt_color="cr_act7"] {
  color: #cb6e85; }

[data-txt_color="cr_act8"] {
  color: #2b5898; }

[data-txt_color="cr_act9"] {
  color: #ffbd70; }

[data-bg_color="cr_main"] {
  background-color: #a6cab0; }

[data-bg_color="cr_act1"] {
  background-color: #008000; }

[data-bg_color="cr_act2"] {
  background-color: #4c4643; }

[data-bg_color="cr_act3"] {
  background-color: #e84569; }

[data-bg_color="cr_act4"] {
  background-color: #ff9c29; }

[data-bg_color="cr_act5"] {
  background-color: #524237; }

[data-bg_color="cr_act6"] {
  background-color: #50ac61; }

[data-bg_color="cr_act7"] {
  background-color: #cb6e85; }

[data-bg_color="cr_act8"] {
  background-color: #2b5898; }

[data-bg_color="cr_act9"] {
  background-color: #ffbd70; }

[data-icon="tag"]:before {
  font-family: "Font Awesome 6 Free";
  content: '\f02c';
  margin-right: 0.5rem;
  font-weight: 900; }

[data-icon="que"]:before {
  font-family: "Font Awesome 6 Free";
  content: '\f059';
  margin-right: 0.5rem;
  font-weight: 400; }

[data-icon="crown"]:before {
  font-family: "Font Awesome 6 Free";
  content: '\f521';
  margin-right: 0.5rem;
  font-weight: 900; }

[data-icon="clock"]:before {
  font-family: "Font Awesome 6 Free";
  content: '\f017';
  margin-right: 0.5rem;
  font-weight: 400; }

.title {
  width: 100%;
  color: #9a867e;
  text-align: center;
  margin: 1rem 0; }

.strong1 {
  color: #9a867e !important; }

#contentInner, .entry-content {
  background-color: white; }

#plan_page {
  padding: 0;
  margin: initial;
  margin-bottom: 10vh;
  background-color: white !important; }
  #plan_page:last-child {
    margin-bottom: 0;
    padding-bottom: 10vh; }

.sec_fv {
  height: 85vh; }
  .sec_fv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%; }
  .sec_fv .fog {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); }
  .sec_fv svg {
    position: absolute;
    width: 200px;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2)) drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2)); }
    .sec_fv svg:not(#svh_sakurabana) g, .sec_fv svg:not(#svh_sakurabana) path {
      fill: white; }
    .sec_fv svg#svh_sakurabana {
      filter: drop-shadow(0px 0px 4px #fff) drop-shadow(0px 0px 4px #fff) drop-shadow(0px 0px 4px #fff); }
  .sec_fv .plan_fv_title {
    position: absolute;
    width: 80%;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem !important;
    font-weight: bold;
    text-align: center;
    line-height: 100%;
    color: white;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5)) drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5)); }
    .sec_fv .plan_fv_title span {
      font-size: 1.25rem !important;
      color: white; }
  .sec_fv .plan_fv_title_fcv {
    position: absolute;
    width: 50vw;
    height: auto;
    top: 20vh;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: initial; }
    @media (max-width: 1024px) {
  .sec_fv .plan_fv_title_fcv {
    width: 90vw;
    top: 30%; } }

.wide_image, .wide_image2 {
  width: 100%;
  height: 75vh;
  max-height: 700px;
  margin-bottom: 5vh; }
  @media (max-width: 599px) {
  .wide_image, .wide_image2 {
    max-height: 600px; } }
  .wide_image img, .wide_image2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom; }

.wide_image2 img {
  object-position: center; }

#plan_page .f_container {
  margin: 0; }
  #plan_page .f_half {
    box-shadow: 0px 2.5px 5px rgba(0, 0, 0, .25);
    background-color: white;
    padding: 0;
    margin-bottom: 3rem; }
    #plan_page .f_half img {
      filter: none; }
    #plan_page .f_half .text {
      margin: 0 3rem 1rem 3rem; }
  #plan_page .f_tri {
    position: relative;
    width: 30%;
    height: auto;
    box-shadow: 0px 2.5px 5px rgba(0, 0, 0, .25);
    margin-bottom: 5vh;
    align-content: baseline;
    background-color: white; }
    #plan_page .f_tri img {
      width: 100%;
      height: auto; }
    #plan_page .f_tri .frame {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: 0.5rem;
      border: solid 2px;
      border-image: linear-gradient(135deg, #eed13f, #d09a48, #f6e899, #dbbf4b, #f9d400);
      border-image-slice: 1;
      border-radius: 3px 0 3px 0; }
      #plan_page .f_tri .frame:before, #plan_page .f_tri .frame:after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        border: solid 2px;
        border-image: linear-gradient(135deg, #eed13f, #d09a48, #f6e899, #dbbf4b, #f9d400);
        border-image-slice: 1;
        margin: 5px; }
      #plan_page .f_tri .frame:after {
        top: -12px;
        left: -12px; }
      #plan_page .f_tri .frame:before {
        bottom: -12px;
        right: -12px; }
    @media (max-width: 1024px) {
  #plan_page .f_tri {
    width: 98%;
    height: auto; } }
    @media (max-width: 599px) {
  #plan_page .f_tri {
    width: 98%;
    height: auto; } }
    #plan_page .f_tri .text {
      text-align: center;
      margin: 0 3rem 1rem 3rem; }
  #plan_page .plan_option {
    margin-bottom: 5vh; }
    #plan_page .plan_option div {
      margin: auto; }
      #plan_page .plan_option div img {
        max-width: initial;
        max-height: initial; }
    #plan_page .plan_option .price {
      color: #cb3659; }
    #plan_page .plan_option .price2 {
      font-size: 1.1rem !important; }
    #plan_page .plan_option .left {
      position: relative;
      width: 30%;
      height: auto;
      text-align: center;
      background-color: white;
      box-shadow: 0px 2.5px 5px rgba(0, 0, 0, .25); }
      #plan_page .plan_option .left img {
        width: 100%;
        height: auto; }
      #plan_page .plan_option .left .frame {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0.5rem;
        border: solid 2px;
        border-image: linear-gradient(135deg, #eed13f, #d09a48, #f6e899, #dbbf4b, #f9d400);
        border-image-slice: 1;
        border-radius: 3px 0 3px 0; }
        #plan_page .plan_option .left .frame:before, #plan_page .plan_option .left .frame:after {
          content: '';
          position: absolute;
          width: 10px;
          height: 10px;
          border: solid 2px;
          border-image: linear-gradient(135deg, #eed13f, #d09a48, #f6e899, #dbbf4b, #f9d400);
          border-image-slice: 1;
          margin: 5px; }
        #plan_page .plan_option .left .frame:after {
          top: -12px;
          left: -12px; }
        #plan_page .plan_option .left .frame:before {
          bottom: -12px;
          right: -12px; }
      @media (max-width: 1024px) {
  #plan_page .plan_option .left {
    width: 98%;
    height: auto; } }
      @media (max-width: 599px) {
  #plan_page .plan_option .left {
    width: 98%;
    height: auto; } }
      @media (max-width: 1024px) {
  #plan_page .plan_option .left {
    margin-bottom: 2vh; } }
    #plan_page .plan_option .right {
      position: relative;
      width: 65%;
      height: auto;
      text-align: center; }
      #plan_page .plan_option .right img {
        width: 100%;
        height: auto; }
      #plan_page .plan_option .right .frame {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0.5rem;
        border: solid 2px;
        border-image: linear-gradient(135deg, #eed13f, #d09a48, #f6e899, #dbbf4b, #f9d400);
        border-image-slice: 1;
        border-radius: 3px 0 3px 0; }
        #plan_page .plan_option .right .frame:before, #plan_page .plan_option .right .frame:after {
          content: '';
          position: absolute;
          width: 10px;
          height: 10px;
          border: solid 2px;
          border-image: linear-gradient(135deg, #eed13f, #d09a48, #f6e899, #dbbf4b, #f9d400);
          border-image-slice: 1;
          margin: 5px; }
        #plan_page .plan_option .right .frame:after {
          top: -12px;
          left: -12px; }
        #plan_page .plan_option .right .frame:before {
          bottom: -12px;
          right: -12px; }
      @media (max-width: 1024px) {
  #plan_page .plan_option .right {
    width: 98%;
    height: auto; } }
      @media (max-width: 599px) {
  #plan_page .plan_option .right {
    width: 98%;
    height: auto; } }

.balloon {
  display: inline-block;
  margin: 1.5em; }
  .balloon .faceicon {
    float: left;
    margin-right: -90px;
    width: 80px; }
    .balloon .faceicon img {
      width: 100%;
      height: auto;
      border: solid 3px #d7ebfe;
      border-radius: 50%; }

.says {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe; }
  .says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px;
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #d7ebfe; }
  .says p {
    max-width: 800px;
    margin: 0;
    padding: 0 1rem;
    text-align: left; }

.sakurabana_txtbox .f_half {
  justify-content: initial; }

.su-u-responsive-media-yes {
  width: 100%;
  height: 20vh !important;
  min-height: 300px;
  max-height: 500px;
  padding: 0 !important; }

.su-gmap.su-u-responsive-media-no {
  width: 100%; }
  .su-gmap.su-u-responsive-media-no iframe {
    width: 100%; }

.su-tabs .su-tabs-nav span {
  font-size: 1.25rem; }
