/********************
*
*  共通スタイルが入ります
*
********************/
body {
  font-family: "Shippori Mincho", serif;
  line-height: 2;
}

img {
  max-width: 100%;
}

a {
  transition: 0.4s;
}

a:hover {
  opacity: 0.6;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1100px;
}

.con_wide {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .container {
    width: 95%;
  }
}

/*********************
*  color
*********************/
/**** テーマカラー ****/
:root {
  /* 共通 */
  --main: #64a3cb;
  --sub: #ecf2f8;
  /* 沖縄 */
  --o_main: #009588;
  --o_sub: #8dc9c0;
  /* ハワイ */
  --h_main: #e3725d;
  --h_sub: #e9947d;
}

.main_fc {
  color: var(--main);
}

.sub_fc {
  color: var(--sub);
}

.o_main_fc {
  color: var(--o_main);
}

.o_sub_fc {
  color: var(--o_sub);
}

.h_main_fc {
  color: var(--h_main);
}

.h_sub_fc {
  color: var(--h_sub);
}

.gold_fc {
  color: #b29656;
}

/**** 背景 ****/
.main_bg {
  background-color: var(--sub);
}

/**** ボーダー ****/
.b_bottom {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .b_bottom {
    padding-bottom: 20px;
  }
}

/*********************
*  font
*********************/
/**** size ****/
.fontS {
  font-size: 14px;
}

.fontM {
  font-size: 18px;
}

.fontML {
  font-size: 20px;
}

.fontL {
  font-size: 22px;
}

.fontLL {
  font-size: 24px;
}

@media (max-width: 991px) {
  .fontM {
    font-size: 16px;
  }

  .fontML {
    font-size: 18px;
  }

  .fontL {
    font-size: 20px;
  }

  .fontLL {
    font-size: 22px;
  }
}

/**** family ****/
@font-face {
  font-family: "myfont_en";
  src: url("../font/myfont01.woff2") format("woff2");
}

.myfont_en {
  font-family: "myfont_en";
}

.myfont_min {
  font-family: "Shippori Mincho", serif;
}

/*********************
*  見出し
*********************/
/** h2 **/
.h2_group.style01 .sub_ttl {
  font-size: 60px;
  font-family: "myfont_en";
  color: var(--main);
  line-height: 1.2;
  letter-spacing: 3px;
}

.okinawa_page .h2_group.style01 .sub_ttl {
  color: var(--o_main);
}

.hawaii_page .h2_group.style01 .sub_ttl {
  color: var(--h_main);
}

.h2_group.style01 .h2_ttl {
  font-size: 20px;
}

.h2_group.style02 .h2_ttl {
  font-size: 40px;
  line-height: 1.6;
}

.h2_group.style02 .sub_ttl {
  font-size: 12px;
  color: var(--main);
}

/** h3 **/
.h3_group .h3_ttl {
  font-size: 28px;
  line-height: 1.6;
}

.h3_group .sub_ttl {
  font-size: 12px;
  color: var(--main);
}

.h3_group .h3_ttl.big {
  font-size: 40px;
}

.okinawa_page .h3_group .sub_ttl {
  color: var(--o_main);
}

.hawaii_page .h3_group .sub_ttl {
  color: var(--h_main);
}

@media (max-width: 991px) {
  .h2_group.style01 .sub_ttl {
    font-size: 44px;
  }

  .h2_group.style01 .h2_ttl {
    font-size: 14px;
  }

  .h2_group.style02 .h2_ttl {
    font-size: 28px;
  }

  .h3_group .h3_ttl.big {
    font-size: 26px;
  }
}

/*********************
*  リンク
*********************/
.pagelink_btn a {
  display: table;
  position: relative;
  padding-left: 20px;
  padding-right: 55px;
}

.pagelink_btn a:hover {
  opacity: 1;
}

.pagelink_btn a::before {
  content: url(../img/icon_pagelink_btn01.svg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.pagelink_btn a::after {
  content: url(../img/icon_pagelink_btn02.svg);
  position: absolute;
  right: 0;
  top: 33%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: 0.4s;
}

.pagelink_btn a:hover::after {
  right: -10px;
}

.back_page_btn a {
  display: table;
  margin-inline: auto;
  padding-left: 55px;
  position: relative;
}

.back_page_btn a::before {
  position: absolute;
  content: url(../img/icon_pagelink_btn02.svg);
  left: 0;
  top: 33%;
  transform: translateY(-50%) scaleX(-1);
  -webkit-transform: translateY(-50%) scaleX(-1);
  -ms-transform: translateY(-50%) scaleX(-1);
  transition: 0.4s;
}

.back_page_btn a:hover::after {
  left: -10px;
}

/*********************
*  スペース
*********************/
.con_space {
  padding-top: 100px;
  padding-bottom: 100px;
}

.con_space_top {
  padding-top: 100px;
}

.con_space_btm {
  padding-bottom: 100px;
}

.con_space_wide {
  padding-top: 150px;
  padding-bottom: 150px;
}

.con_space_wide_top {
  padding-top: 150px;
}

.con_space_wide_btm {
  padding-bottom: 150px;
}

@media (max-width: 991px) {
  .con_space {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .con_space_top {
    padding-top: 50px;
  }

  .con_space_btm {
    padding-bottom: 50px;
  }

  .con_space_wide {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .con_space_wide_top {
    padding-top: 80px;
  }

  .con_space_wide_btm {
    padding-bottom: 80px;
  }
}

/*********************
*  fadein
*********************/
.fadein {
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}

.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/*********************
*  header_wrap
*********************/
.header_wrap {
  padding: 15px 40px;
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}

.header_wrap .nav_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  position: relative;
}

.header_wrap .nav_wrap .link_area {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header_wrap .nav_wrap .menu_link_block {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header_wrap .nav_wrap .menu_link_block .nav_switch {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

.header_wrap .nav_wrap .menu_link_block .nav_switch .plus {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  width: 10px;
  height: 10px;
}

.header_wrap .nav_wrap .menu_link_block .nav_switch .plus:before,
.header_wrap .nav_wrap .menu_link_block .nav_switch .plus:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: var(--main);
  left: 50%;
  top: 50%;
  width: 100%;
  height: 1px;
  transform: translate(-50%, -50%);
}

.header_wrap .nav_wrap .menu_link_block .nav_switch .plus:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.header_wrap .nav_wrap .menu_link_block .nav_switch.active .plus:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.header_wrap .nav_wrap .cta_link_block {
  display: flex;
  align-items: center;
}

.header_wrap .nav_wrap .cta_link_block a {
  color: var(--main);
  display: block;
  padding-inline: 15px;
  border-right: 1px solid #d3d3d3;
}

.header_wrap .nav_wrap .cta_link_block a:first-child {
  border-left: 1px solid #d3d3d3;
}

.header_wrap .nav_wrap .cta_link_block a img {
  vertical-align: middle;
  padding-bottom: 4px;
  padding-right: 3px;
}

@media (max-width: 1360px) {
  .header_wrap {
    padding: 20px;
  }

  .header_wrap .nav_wrap .link_area {
    font-size: 1.1vw;
  }

  .header_wrap .nav_wrap .menu_link_block {
    gap: 15px;
  }

  .header_wrap .nav_wrap .cta_link_block a {
    padding-inline: 10px;
  }
}

@media (max-width: 991px) {
  .header_wrap {
    padding: 10px 15px;
  }

  .header_wrap .nav_wrap .logo_area {
    width: 145px;
  }

  .header_wrap .nav_wrap .menu_link_block,
  .header_wrap .nav_wrap .cta_link_block {
    display: none;
  }
}

/**** ハンバーガー ボタン ****/
.header__hamburger {
  position: relative;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.header__hamburger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #333;
}

.header__hamburger span:nth-of-type(1) {
  top: 14px;
  width: 100%;
}

.header__hamburger span:nth-of-type(2) {
  top: 22px;
  width: 60%;
}

.header__hamburger.active span:nth-of-type(1) {
  top: 10px;
  left: 0;
  transform: translateY(6px) rotate(-45deg);
  width: 70%;
}

.header__hamburger.active span:nth-of-type(2) {
  top: 22px;
  left: 0;
  transform: translateY(-6px) rotate(45deg);
  width: 70%;
}

/**** slidetoggle_menu ****/
.nav_wrap .slidetoggle_menu {
  position: absolute;
  background-color: #fff;
  border-top: 1px solid #d3d3d3;
  width: 100vw;
  left: 50%;
  top: 82px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  opacity: 0;
  transition: 0.4s;
  z-index: 999;
  pointer-events: none;
  visibility: hidden;
}

.nav_wrap .slidetoggle_menu .inner {
  position: relative;
  padding: 50px;
}

.nav_wrap .slidetoggle_menu .inner .bg_wave {
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: 1;
}

.nav_wrap .slidetoggle_menu .inner .bg_wave img {
  transform: scaleX(-1);
}

.nav_wrap .slidetoggle_menu .container {
  position: relative;
  z-index: 9;
}

.nav_wrap .slidetoggle_menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.nav_wrap .slidetoggle_menu_list li a {
  display: block;
  padding: 5px 0;
  position: relative;
  font-size: 14px;
}

.nav_wrap .slidetoggle_menu_list li.lower_link a {
  padding-left: 20px;
}

.nav_wrap .slidetoggle_menu_list li.lower_link a::before {
  position: absolute;
  content: "";
  background-color: var(--main);
  width: 10px;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media (max-width: 991px) {
  .nav_wrap .slidetoggle_menu {
    height: 100vh;
    overflow: scroll;
    padding-bottom: 80px;
    top: 74px;
  }

  .nav_wrap .slidetoggle_menu .inner {
    padding: 20px 15px;
  }

  .nav_wrap .slidetoggle_menu .inner .bg_wave {
    display: none;
  }

  .nav_wrap .nav_cta_area {
    margin-top: 35px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 2px dotted #d3d3d3;
    border-bottom: 2px dotted #d3d3d3;
  }

  .nav_wrap .nav_cta_area .tel_link {
    margin-bottom: 30px;
  }

  .nav_wrap .nav_cta_area .tel_link a {
    font-size: 24px;
    color: var(--main);
    line-height: 1;
  }

  .nav_wrap .nav_cta_area .tel_link a img {
    width: 20px;
  }

  .nav_wrap .foot_link {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
    font-size: 12px;
  }
}

/*********************
*  footer_wrap
*********************/
.footer_wrap {
  color: #fff;
  padding-bottom: 30px;
}

.footer_wrap .bg_img {
  background-image: url(../img/footer_bg.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer_wrap .cat_txt {
  font-family: "myfont_en";
  font-size: 32px;
  margin-bottom: 30px;
  letter-spacing: 3px;
}

.footer_wrap .footer_link_list {
  font-size: 14px;
}

.footer_wrap .footer_link_list li {
  margin-bottom: 10px;
}

.footer_wrap .footer_link_list li a {
  padding: 10px 0;
}

.footer_wrap .logo_wrap {
  border-top: 1px solid #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.footer_wrap .copy {
  font-size: 10px;
  color: var(--main);
}

@media (max-width: 991px) {
  .footer_wrap {
    padding-top: 30px;
  }

  .footer_wrap .bg_img {
    border-top: 1px solid #eceef0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer_wrap .cat_txt,
  .footer_wrap .footer_link_list {
    display: none;
  }

  .footer_wrap .logo_wrap {
    margin-top: 0;
    border-top: initial;
    padding-top: 0;
    padding-bottom: 0;
    padding-top: 30px;
    margin-bottom: 25px;
  }
}

/**** float btn ****/
.float_cta_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}

.float_cta_btn img {
  width: 170px;
}

@media (max-width: 991px) {
  .float_cta_btn {
    bottom: 10px;
    right: 10px;
  }

  .float_cta_btn img {
    width: 100px;
  }
}

/*********************
*  共通セクション
*********************/
/**** パンクズ ****/
.breadcrumb__list {
  display: flex;
  font-size: 10px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.breadcrumb__list li {
  position: relative;
}

.breadcrumb__list li::after {
  display: inline-block;
  padding-inline: 10px;
  content: "/";
}

.breadcrumb__list li:last-child::after {
  display: none;
}

.breadcrumb__list a {
  color: var(--main);
}

@media (max-width: 991px) {
  .breadcrumb__list {
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    /*-webkit-overflow-scrolling:auto;*/
  }

  .breadcrumb__list::-webkit-scrollbar {
    display: none;
  }
}

/**** pagination_wrap ****/
.pagination_wrap {
  margin-bottom: 160px;
}

.page-numbers {
  display: flex;
  justify-content: center;
  gap: 35px;
}

.page-numbers li>* {
  padding: 15px;
  cursor: pointer;
  transition: 0.4s;
  position: relative;
  display: block;
}

.page-numbers li>*:hover {
  cursor: pointer;
}

.page-numbers li>*::after {
  content: "";
  position: absolute;
  background-color: #b29656;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.6s;
}

.page-numbers li a:hover::after {
  opacity: 1;
}

.page-numbers li .current {
  color: #b29656;
}

.page-numbers li .current::after {
  opacity: 1;
}

.page-numbers li:first-child,
.page-numbers li:last-child {
  color: #b29656;
}

@media (max-width: 991px) {
  .pagination_wrap {
    margin-bottom: 60px;
  }

  .page-numbers {
    gap: 10px;
  }

  .page-numbers li>* {
    padding: 10px;
    font-size: 14px;
  }
}

/**** campaign_wrap ****/
.campaign_wrap {
  position: relative;
  padding-top: 120px;
}

.campaign_wrap::after {
  content: "";
  position: absolute;
  background-image: url(../img/top/campaign_bg.svg);
  background-size: 100% 100%;
  width: 100%;
  height: 80vh;
  top: 120px;
  z-index: -1;
}

.campaign_wrap.short::after {
  height: 40vh;
}

.campaign_wrap .container {
  position: relative;
  z-index: 9;
}

.campaign_wrap .bg_wave {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.campaign_wrap .bg_wave img {
  transform: scaleX(-1);
}

@media (max-width: 991px) {
  .campaign_wrap {
    padding-top: 70px;
  }

  .campaign_wrap::after {
    top: 0px;
    height: 40vh;
  }

  .campaign_wrap .bg_wave img {
    width: 250px;
  }
}

/**** gallery_link_wrap ****/
.gallery_link_wrap {
  background-image: url(../img/gallery_link_img_bg.png), url(../img/gallery_link_bg.jpg);
  background-size: cover, cover;
  background-position: center, center;
  position: relative;
  display: block;
}

.gallery_link_wrap::after,
.gallery_link_wrap::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 1px;
  left: 0;
  z-index: 1;
}

.gallery_link_wrap::after {
  top: 20px;
}

.gallery_link_wrap::before {
  bottom: 20px;
}

.gallery_link_wrap:hover {
  opacity: 1;
}

.gallery_link_wrap .inner_bg {
  padding: 60px;
  position: relative;
  z-index: 9;
}

.gallery_link_wrap .inner_bg::after {
  content: "";
  position: absolute;
  background-color: #008ed9;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.6s;
  z-index: 2;
}

.gallery_link_wrap:hover .inner_bg::after {
  opacity: 0.3;
}

.gallery_link_wrap .ttl_img {
  margin-bottom: 315px;
}

.gallery_link_wrap .container {
  position: relative;
  z-index: 8;
}

@media (max-width: 991px) {
  .gallery_link_wrap {
    background-image: url(../img/gallery_link_img_bg_sp.png), url(../img/gallery_link_bg.jpg);
  }

  .gallery_link_wrap .inner_bg {
    padding: 40px 15px;
  }

  .gallery_link_wrap .ttl_img {
    margin-bottom: 250px;
  }

  .gallery_link_wrap .ttl_img img {
    width: 240px;
  }
}

/**** place_wrap ****/
.place_wrap {
  overflow: hidden;
}

.place_slider {
  width: calc(100% + (100vw - 100%) / 2);
}

.place_slider a {
  display: block;
  margin-right: 30px;
}

.place_slider a:hover {
  opacity: 1;
}

.place_slider a .img_box {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-bottom: 20px;
}

.place_slider a .img_box img {
  position: absolute;
  height: 100%;
  max-width: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: 0.4s;
}

.place_slider a:hover .img_box img {
  transform: translate(-50%, -50%) scale(1.05);
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
}

.place_slider a p {
  position: relative;
  padding-right: 50px;
}

.place_slider a p::after {
  content: url(../img/icon_pagelink_btn02.svg);
  position: absolute;
  right: 0;
  top: 33%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: 0.4s;
}

.place_slider_arrow_box {
  display: flex;
  gap: 15px;
  position: relative;
  padding: 30px 0;
  justify-content: flex-end;
  width: 100%;
}

.place_slider_arrow_box p {
  cursor: pointer;
  padding: 15px 0;
}

.place_slider_arrow_box .prev-arrow img {
  transform: scaleX(-1);
}

@media (max-width: 991px) {
  .place_slider {
    width: auto;
  }

  .place_slider_arrow_box {
    padding: 0;
  }

  .place_slider a p {
    font-size: 14px;
  }
}

/**** report_wrap ****/
.report_wrap {
  position: relative;
}

.report_wrap .bg_wave {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.report_wrap .bg_wave img {
  transform: scaleX(-1);
}

.report_wrap .container {
  position: relative;
  z-index: 9;
}

.report_slider {
  width: calc(100% + (100vw - 100%) / 2);
}

.report_slider a {
  display: block;
  background-color: #cdebfc;
  padding: 20px;
  margin-right: 30px;
}

.report_slider .img_box {
  aspect-ratio: 155 / 99;
  margin-bottom: 15px;
}

.report_slider .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.report_slider_arrow_box {
  display: flex;
  gap: 15px;
  position: relative;
  justify-content: flex-end;
  width: 100%;
}

.report_slider_arrow_box p {
  cursor: pointer;
  padding: 15px 0;
}

.report_slider_arrow_box .prev-arrow img {
  transform: scaleX(-1);
}

.card_ttl {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 0;
  margin: 10px 0 15px;
}

.tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 15px;
  color: var(--main);
}

.tag_list li {
  line-height: 1.2;
}

@media (max-width: 991px) {
  .report_slider {
    width: auto;
  }

  .report_slider a {
    padding: 15px;
    margin-right: 15px;
  }
}

/**** sns_link_wrap ****/
.sns_link_wrap a {
  display: flex;
  width: 100%;
  background-position: center;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 40px 15px;
}

.sns_link_wrap a.o_link {
  background-image: url(../img/sns_bg_o.jpg);
}

.sns_link_wrap a.h_link {
  background-image: url(../img/sns_bg_h.jpg);
}

@media (max-width: 991px) {
  .sns_link_wrap a {
    padding: 25px 15px;
  }
}

/**** lower_ttl_wrap ****/
.lower_ttl_wrap {
  position: relative;
}

.lower_ttl_wrap::after {
  position: absolute;
  content: "";
  background-image: url(../img/icon_wave.svg);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  width: 790px;
  max-width: 70%;
  height: 162px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
}

/* style01：第二階層 */
.lower_ttl_wrap.style01 {
  padding: 60px 0 30px;
}

.lower_ttl_wrap .container {
  position: relative;
  z-index: 9;
}

.lower_ttl_wrap.style01 .h1_ttl_wrap {
  display: flex;
  gap: 30px;
  align-items: center;
  line-height: 1;
}

.lower_ttl_wrap.style01 .h1_ttl_wrap .sub_txt {
  font-family: "myfont_en";
  color: var(--main);
  font-size: 80px;
  text-transform: capitalize;
}

.okinawa_page .lower_ttl_wrap.style01 .h1_ttl_wrap .sub_txt {
  color: var(--o_main);
}

.hawaii_page .lower_ttl_wrap.style01 .h1_ttl_wrap .sub_txt {
  color: var(--h_main);
}

.lower_ttl_wrap.style01 .h1_ttl_wrap .h1_ttl {
  font-size: 18px;
  font-weight: normal;
}

/* style02：第三階層 */
.lower_ttl_wrap.style02 {
  padding: 90px 0 30px;
  position: relative;
}

.lower_ttl_wrap.style02 .h1_ttl {
  font-size: 30px;
  text-align: center;
}

.lower_ttl_wrap.style02 .h1_ttl.left {
  text-align: left;
}

.lower_ttl_wrap.style02 .num_txt {
  color: var(--main);
  text-align: center;
  letter-spacing: 3px;
  font-feature-settings: "palt";
}

.lower_ttl_wrap.style02 .num_txt span {
  font-size: 52px;
}

.lower_ttl_wrap.style02 .num_txt small {
  font-size: 32px;
}

@media (max-width: 991px) {

  .lower_ttl_wrap.style01,
  .lower_ttl_wrap.style02 {
    padding: 30px 0 20px;
  }

  .lower_ttl_wrap::after {
    max-width: 53%;
    top: 72%;
  }

  /* style01：第二階層 */
  .lower_ttl_wrap.style01 .h1_ttl_wrap {
    display: block;
  }

  .lower_ttl_wrap.style01 .h1_ttl_wrap .sub_txt {
    font-size: 50px;
  }

  .lower_ttl_wrap.style01 .h1_ttl_wrap .h1_ttl {
    font-size: 14px;
  }

  .lower_ttl_wrap.style02 .h1_ttl {
    font-size: 20px;
  }

  /* style02：第三階層 */
  .lower_ttl_wrap.style02 .num_txt {
    font-size: 14px;
  }

  .lower_ttl_wrap.style02 .num_txt span {
    font-size: 36px;
  }

  .lower_ttl_wrap.style02 .num_txt small {
    font-size: 22px;
  }
}

/* 更新日・タグ */
.lower_ttl_wrap .date_tag {
  display: flex;
  line-height: 1;
  margin-top: 25px;
  font-size: 14px;
}

.lower_ttl_wrap .date_tag .date_txt {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #d3d3d3;
}

.lower_ttl_wrap .date_tag .tag_txt span {
  color: var(--main);
  display: inline-block;
  padding-right: 10px;
}

/**** lower_mv_wrap ****/
.lower_mv_wrap img {
  width: 100%;
}

/**** area_category_link_area ****/
.area_category_link_area {
  display: flex;
  gap: 130px;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 100px;
}

.area_category_link_area li a {
  display: block;
  position: relative;
  line-height: 1;
  padding-bottom: 30px;
}

.area_category_link_area li a::after {
  content: "";
  position: absolute;
  background-color: #ddd;
  width: 75px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.area_category_link_area li a.o_list.active::after {
  background-color: var(--o_main);
}

.area_category_link_area li a.h_list.active::after {
  background-color: var(--h_main);
}

.area_category_link_area li a:hover {
  opacity: 1;
}

.area_category_link_area li a .cat_en_txt {
  font-size: 60px;
  font-family: "myfont_en";
  position: relative;
  z-index: 1;
  color: #000;
  opacity: 0.15;
  transition: 0.4s;
}

.area_category_link_area li a.o_list:hover .cat_en_txt,
.area_category_link_area li a.o_list.active .cat_en_txt {
  color: var(--o_main);
  opacity: 0.3;
}

.area_category_link_area li a.h_list:hover .cat_en_txt,
.area_category_link_area li a.h_list.active .cat_en_txt {
  color: var(--h_main);
  opacity: 0.3;
}

.area_category_link_area li a .cat_txt {
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 9;
  font-size: 18px;
}

@media (max-width: 991px) {
  .area_category_link_area {
    gap: 40px;
    margin-bottom: 45px;
  }

  .area_category_link_area li a {
    padding-bottom: 20px;
  }

  .area_category_link_area li a .cat_en_txt {
    font-size: 40px;
  }

  .area_category_link_area li a .cat_txt {
    font-size: 14px;
    top: 28px;
  }
}

/**** article_link_list_wrap ****/
.article_link_list_wrap {
  padding-bottom: 120px;
}

.article_link_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.article_link_list li a {
  display: block;
  padding: 15px;
  transition: 0.4s;
}

.article_link_list li a:hover {
  opacity: 1;
  background-color: var(--sub);
}

.article_link_list li a .img_area {
  aspect-ratio: 135 / 76;
  overflow: hidden;
  width: 100%;
}

.article_link_list li a .img_area img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}

.article_link_list li a:hover .img_area img {
  transform: scale(1.05);
}

.cat_flex {
  display: flex;
  gap: 5px 10px;
  flex-wrap: wrap;
}

.article_link_list li a .cat_name {
  display: table;
  line-height: 1;
  font-size: 12px;
  border-style: solid;
  border-width: 1px;
  padding: 5px 10px;
  margin-bottom: 7px;
  color: var(--main);
}

.article_link_list li a .cat_name.o_link {
  color: var(--o_main);
  border-color: var(--o_main);
}

.article_link_list li a .cat_name.h_link {
  color: var(--h_main);
  border-color: var(--h_main);
}

.article_link_list li a .dtl_txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
}

.article_link_list li a .ttl_txt {
  font-size: 20px;
}

.article_link_list .cat_list span {
  display: inline-block;
  padding-right: 10px;
  font-size: 14px;
  color: var(--main);
}

/** col2 **/
.article_link_list.col2 li {
  width: calc(50% - 5px);
}

.article_link_list.col2 li a .img_area {
  margin-bottom: 20px;
}

/** col1 **/
.article_link_list.col1 li {
  width: 100%;
}

.article_link_list.col1 li a {
  display: flex;
  gap: 60px;
  align-items: center;
}

.article_link_list.col1 li a .img_area {
  width: 445px;
}

.article_link_list.col1 li a .txt_area {
  flex: 1;
}

.article_link_list.col1 li a .plice_txt {
  font-size: 24px;
  color: var(--main);
}

.article_link_list.col1 li a .plice_txt span {
  font-size: 14px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .article_link_list_wrap {
    padding-bottom: 0;
  }

  .article_link_list.col2 li,
  .article_link_list.col1 li {
    width: 100%;
    margin-bottom: 40px;
  }

  .article_link_list li a {
    display: block;
    padding: 0;
  }

  .article_link_list.col2 li a,
  .article_link_list.col1 li a {
    display: block;
    padding: 0;
  }

  .article_link_list li a:hover {
    background-color: inherit;
  }

  .article_link_list.col2 li a .img_area,
  .article_link_list.col1 li a .img_area {
    width: 100%;
    margin-bottom: 15px;
  }

  .article_link_list li a .cat_name {
    padding: 5px 7px;
    margin-bottom: 4px;
    font-size: 12px;
  }

  .article_link_list li a .ttl_txt {
    font-size: 18px;
  }

  .article_link_list li a .dtl_txt {
    font-size: 12px;
  }
}

/**** ギャラリー一覧 ****/
.gallery_category_link_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, 180px);
  justify-content: center;
  gap: 15px 30px;
  margin-bottom: 80px;
}

.gallery_category_link_wrapper li a {
  display: block;
  font-size: 14px;
  padding: 6px;
  text-align: center;
  background: #eceef0;
  border-radius: 100vmax;
}

.gallery_category_link_wrapper li a:hover,
.gallery_category_link_wrapper li a.active {
  color: #fff;
  background: var(--main);
}

.gallery_category_link_wrapper.o_link li a:hover,
.gallery_category_link_wrapper.o_link li a.active {
  color: #fff;
  background: var(--o_main);
}

.gallery_category_link_wrapper.h_link li a:hover,
.gallery_category_link_wrapper.h_link li a.active {
  color: #fff;
  background: var(--h_main);
}

.gallery_link_list_wrap {
  margin-bottom: 115px;
}

.course-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
  row-gap: 60px;
}

.course-item {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.course-item img {
  position: absolute;
  height: 100%;
  max-width: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: 0.4s;
}

.course-item:hover {
  cursor: pointer;
}

.course-item:hover img {
  transform: translate(-50%, -50%) scale(1.05);
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
}

#grayDisplay {
  display: none;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 999;
}

#grayDisplay img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  z-index: 999;
}

@media (max-width: 991px) {
  .gallery_category_link_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    margin-bottom: 40px;
  }

  .gallery_link_list_wrap {
    margin-bottom: 55px;
  }

  .course-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 40px;
  }

  #grayDisplay img {
    width: 90%;
    height: auto;
  }
}

/**** ドレス一覧 ****/
.dress_list_wrap .dress-item {
  cursor: pointer;
  aspect-ratio: 267 / 400;
}

.dress_list_wrap .dress-item img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

/**** 第三階層 MV ****/
/* スライドなし：style01 */
.lower_main_wrap.style01 .mv_area {
  max-width: 1350px;
  aspect-ratio: 16/9;
  margin-left: auto;
  margin-right: auto;
}

.lower_main_wrap.style01 .mv_area img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

/* スライドあり：style02 */
.lower_main_wrap.style02 .mv_area li {
  aspect-ratio: 16/9;
  margin-left: auto;
  margin-right: auto;
}

.lower_main_wrap.style02 .mv_area li img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.lower_main_wrap.style02 .mv_area .slick-dots li button:before {
  color: var(--main);
}

/**** 記事詳細 ****/
/* 見出し */
.lower_article_wrap .h2_ttl01 {
  position: relative;
  padding-bottom: 40px;
  text-align: center;
  margin-bottom: 60px;
  font-size: 26px;
  line-height: 1.8;
}

.lower_article_wrap .h2_ttl01::after {
  content: "";
  position: absolute;
  background-color: #b29656;
  width: 200px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media (max-width: 991px) {
  .lower_article_wrap .h2_ttl01 {
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-size: 18px;
  }

  .lower_article_wrap .h2_ttl01::after {
    width: 160px;
  }
}

/* point */
.lower_article_wrap .point_wrap .con_box {
  display: flex;
  align-items: center;
  gap: 100px;
}

.lower_article_wrap .point_wrap .con_box .img_area {
  aspect-ratio: 1/1;
  position: relative;
  width: 550px;
}

.lower_article_wrap .point_wrap .con_box .img_area img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.lower_article_wrap .point_wrap .con_box .txt_area {
  flex: 1;
}

.lower_article_wrap .point_wrap .h3_ttl {
  color: var(--main);
  font-size: 26px;
  margin-bottom: 50px;
  line-height: 1.8;
}

.okinawa_page .lower_article_wrap .point_wrap .h3_ttl {
  color: var(--o_main);
}

.hawaii_page .lower_article_wrap .point_wrap .h3_ttl {
  color: var(--h_main);
}

.lower_article_wrap .point_wrap .con_box .pointnum_txt {
  position: absolute;
  right: -1px;
  top: -41px;
  text-align: center;
  font-family: "myfont_en";
  letter-spacing: 3px;
  line-height: 1;
}

.lower_article_wrap .point_wrap .con_box .pointnum_txt .p_txt {
  color: var(--main);
  margin-bottom: 5px;
}

.lower_article_wrap .point_wrap .con_box .pointnum_txt .num_txt {
  font-size: 50px;
  position: relative;
  letter-spacing: 1px;
}

.lower_article_wrap .point_wrap .con_box .pointnum_txt .num_txt::after {
  content: "";
  position: absolute;
  background-color: var(--main);
  width: 90px;
  height: 1px;
  bottom: -45px;
  left: 10px;
  transform: rotate(-45deg);
  transform-origin: 0 center;
}

@media (min-width: 992px) {
  .lower_article_wrap .point_wrap .con_box:nth-child(2) .img_area {
    order: 2;
  }

  .lower_article_wrap .point_wrap .con_box:nth-child(2) .pointnum_txt {
    right: initial;
    left: -30px;
  }

  .lower_article_wrap .point_wrap .con_box:nth-child(2) .txt_area {
    order: 1;
  }
}

@media (max-width: 991px) {
  .lower_article_wrap .point_wrap .con_box {
    display: block;
  }

  .lower_article_wrap .point_wrap .con_box .img_area {
    width: 100%;
    margin-bottom: 30px;
  }

  .lower_article_wrap .point_wrap .con_box .pointnum_txt {
    right: 9px;
    top: -44px;
  }

  .lower_article_wrap .point_wrap .con_box .h3_ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .lower_article_wrap .point_wrap .h3_ttl {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

/* 動画埋め込み */
.lower_article_wrap .youtube_wrap .iframe_box {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.lower_article_wrap .youtube_wrap .iframe_box iframe {
  width: 100%;
  height: 100%;
}

/* 画像スライド */
.lower_article_wrap .slide_wrap .slider_arrow_box {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

.lower_article_wrap .slide_wrap .slider_arrow_box>* {
  padding: 10px 0;
  cursor: pointer;
}

.lower_article_wrap .slide_wrap .slider_arrow_box .prev-arrow img {
  transform: rotateY(180deg);
}

.lower_article_wrap .slide_wrap .img_slider.style01 .img_box {
  aspect-ratio: 16/9;
  overflow: hidden;
}

.lower_article_wrap .slide_wrap .img_slider.style01 .img_box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lower_article_wrap .slide_wrap p {
  margin-top: 60px;
}

.lower_article_wrap .slide_wrap .slick-dots li button:before {
  color: #b29656;
}

@media (max-width: 991px) {
  .lower_article_wrap .slide_wrap p {
    margin-top: 30px;
  }
}

/* ギャラリースライド */
.lower_article_wrap .gallery_wrap {
  background-color: var(--sub);
}

.lower_article_wrap .gallery_slider .img_box {
  aspect-ratio: 16/9;
  position: relative;
  margin: 0 20px;
}

.lower_article_wrap .gallery_slider .img_box img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.lower_article_wrap .gallery_slider .slick-dots li button:before {
  color: #b29656;
}

@media (max-width: 991px) {
  .lower_article_wrap .gallery_slider .img_box {
    margin: 0 5px;
  }
}

/* 画像トリミング */
.lower_article_wrap .lower_img_trimming {
  aspect-ratio: 16/9;
}

.lower_article_wrap .lower_img_trimming img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* 基本情報 */
.lower_article_wrap .detail_list_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
}

.lower_article_wrap .detail_list_wrap li {
  display: flex;
  gap: 40px;
  border-bottom: 1px solid #eceef0;
  padding: 30px 0;
  width: 48%;
}

.lower_article_wrap .detail_list_wrap li p:first-child {
  min-width: 100px;
}

.lower_article_wrap .gmap_wrap {
  width: 100%;
  aspect-ratio: 111 / 49;
}

.lower_article_wrap .gmap_wrap iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .lower_article_wrap .detail_list_wrap li {
    gap: 20px;
    padding: 20px 0;
    width: 100%;
  }

  .lower_article_wrap .gmap_wrap {
    aspect-ratio: 1 / 1;
  }
}

/**** cta_btn ****/
.cta_btn {
  display: block;
  background-color: var(--main);
  width: 540px;
  max-width: 90%;
  margin-inline: auto;
  padding: 40px 20px;
  color: #fff;
  text-align: center;
  font-weight: lighter;
  font-size: 20px;
}

.cta_btn:hover {
  color: #fff;
}

.cta_btn span {
  display: inline-block;
  position: relative;
  padding-left: 40px;
}

.cta_btn span::before {
  position: absolute;
  content: url(../img/icon_mail_wh.svg);
  display: inline-block;
  left: 0;
  top: 5px;
}

@media (max-width: 991px) {
  .cta_btn {
    padding: 20px;
    font-size: 17px;
  }
}

/*********************
*  問い合わせフォーム
*********************/
.contact_wrap .main_bg {
  padding: 90px 60px;
}

.contact_wrap .form_table {
  width: 100%;
}

.contact_wrap .form_table th,
.contact_wrap .form_table td {
  padding-bottom: 30px;
  vertical-align: top;
}

.contact_wrap .form_table th {
  font-size: 20px;
  font-weight: lighter;
  width: 30%;
}

.contact_wrap .form_table th sup {
  zoom: 0.9;
  display: inline-block;
  padding-left: 3px;
}

.contact_wrap .form_table td {
  width: 70%;
}

.contact_wrap .form_table td ul {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.contact_wrap .form_table td ul:not(.shop_ad) li:first-child {
  width: 140px;
}

.contact_wrap button.send_form {
  background-color: #b29656;
  color: #fff;
  display: block;
  width: 328px;
  max-width: 90%;
  margin-inline: auto;
  border: none;
  padding: 10px;
  border-radius: 50px;
  margin-top: 40px;
}

.contact_wrap .tel_box {
  background-color: #fff;
  border: 1px solid #b29656;
  padding: 50px;
  text-align: center;
  margin-top: 80px;
}

/** 店舗選択ポップアップ **/
.contact_wrap .show_pop {
  border: none;
  background-color: var(--main);
  color: #fff;
  border-radius: 5px;
  line-height: 1;
  padding: 15px;
  display: block;
  max-width: 230px;
  width: 100%;
}

.contact_wrap .modal_pop {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9995;
}

.contact_wrap .bg {
  background-color: rgba(236, 242, 248, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9996;
}

.contact_wrap .modal_pop .modal_inner_con {
  height: 80vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9997;
  width: 600px;
  max-width: 95%;
}

.contact_wrap .modal_pop .modal_inner_box {
  position: relative;
  margin-top: 30px;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  height: calc(100% - 30px);
}

.contact_wrap .modal_pop .modal_inner_box .close_icon {
  content: "";
  position: absolute;
  right: -15px;
  top: -15px;
  background-color: #90b7cf;
  font-size: 18px;
  color: #fff;
  border-radius: 90px;
  width: 40px;
  height: 40px;
  z-index: 9998;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.contact_wrap .modal_pop .modal_inner {
  overflow: scroll;
  height: 100%;
}

.contact_wrap .modal_pop .modal_inner_box .place_ttl {
  cursor: pointer;
  padding: 15px 20px;
  position: relative;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-top: -1px;
}

.contact_wrap .modal_pop .modal_inner_box .place_ttl:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #343a40;
  border-right: solid 2px #343a40;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.contact_wrap .modal_pop .modal_inner_box .place_ttl.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.contact_wrap .modal_pop .modal_inner_box .shop_ad {
  padding: 15px 0;
  display: none;
}

.contact_wrap .modal_pop .modal_inner_box .shop_ad li {
  transition: 0.4s;
  width: 100%;
}

.contact_wrap .modal_pop .modal_inner_box .shop_ad li:hover {
  background-color: rgba(236, 242, 248, 0.8);
}

.contact_wrap .modal_pop .modal_inner_box .shop_ad label {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px;
  cursor: pointer;
}

.contact_wrap .modal_pop .modal_inner_box .shop_ad label input {
  width: 1em;
}

.contact_wrap .modal_pop .modal_inner_box .shop_ad .lavel_box {
  display: flex;
  gap: 15px;
  flex: 1;
}

.contact_wrap .modal_pop .modal_inner_box .shop_ad .lavel_box .img_area {
  width: 120px;
  height: 70px;
}

.contact_wrap .modal_pop .modal_inner_box .shop_ad .lavel_box .img_area img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.contact_wrap .modal_pop .modal_inner_box .shop_ad .lavel_box p {
  flex: 1;
  line-height: 1.3;
}

.contact_wrap .result_area {
  background-color: #fff;
  display: flex;
  gap: 20px;
}

.contact_wrap .h-0 {
  all: unset;
  /* すべてのデフォルトスタイルをリセット */
  display: block;
  height: 0;
  width: 100%;
  /* 必要に応じて幅を指定 */
  overflow: hidden;
}

.contact_wrap .result_area .img_area {
  width: 150px;
  height: 90px;
}

.contact_wrap .result_area .img_area img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.contact_wrap .result_area p {
  flex: 1;
  line-height: 1.3;
}

/** wpcf7 打ち消し用CSS **/
.form-check-input {
  margin-top: 0.6em;
}

.wpcf7-list-item {
  margin: 0 1em 0 0;
}

@media (max-width: 991px) {
  .contact_wrap .main_bg {
    padding: 60px 20px;
  }

  .contact_wrap .form_table th,
  .contact_wrap .form_table td {
    display: block;
    width: 100%;
  }

  .contact_wrap .form_table th {
    padding-bottom: 10px;
  }

  .contact_wrap .form_table td {
    padding-bottom: 20px;
  }

  .contact_wrap .form_table td ul {
    display: block;
  }

  .contact_wrap .tel_box {
    padding: 20px;
    margin-top: 50px;
  }

  /** 店舗選択ポップアップ **/
  .contact_wrap .modal_pop .modal_inner_con {
    max-width: 90%;
  }

  .contact_wrap .modal_pop .modal_inner_box {
    margin-top: 20px;
    border-radius: 15px;
    padding: 30px 15px;
    height: calc(100% - 20px);
  }

  .contact_wrap .modal_pop .modal_inner_box .close_icon {
    right: 0px;
  }

  .contact_wrap .modal_pop .modal_inner_box .shop_ad .lavel_box {
    align-items: center;
  }

  .contact_wrap .modal_pop .modal_inner_box .shop_ad .lavel_box .img_area {
    width: 100px;
    height: 90px;
  }

  .contact_wrap .modal_pop .modal_inner_box .shop_ad label {
    gap: 15px;
    padding: 10px 0;
  }

  .contact_wrap .result_area .img_area {
    width: 100px;
    height: 90px;
  }
}

/**** search_area area_category_link_area ****/
.search_area {
  margin-bottom: 65px;
}

.search_area .search_area_ttl {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 50px;
  text-align: center;
}

.search_area .search_area_ttl span {
  display: block;
  font-family: "myfont_en";
  color: var(--main);
  font-size: 52px;
  line-height: calc(60 / 52);
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.search_area .area_category_link_area {
  display: flex;
  gap: 30px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 0;
  margin-right: 15px;
  margin-left: 15px;
}

.search_area .area_category_link_area li {
  flex-grow: 1;
  height: 71px;
}

.search_area .area_category_link_area li p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 0;
  border-top: 1px solid #ecf2f8;
  border-left: 1px solid #ecf2f8;
  border-right: 1px solid #ecf2f8;
  position: relative;
  line-height: 1;
  padding-bottom: 0;
  cursor: pointer;
}

.search_area .area_category_link_area li p.o_list {
  color: #009588;
}

.search_area .area_category_link_area li p.h_list {
  color: #e3725d;
}

.search_area .area_category_link_area li p::after {
  content: "";
  position: absolute;
  width: 79px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.search_area .area_category_link_area li p.o_list::after {
  background-color: #009588;
}

.search_area .area_category_link_area li p.h_list::after {
  background-color: #e3725d;
}

.search_area .area_category_link_area li p.o_list.active {
  background-color: #ecf2f8;
  border-color: #ecf2f8;
  cursor: default;
  pointer-events: none;
}

.search_area .area_category_link_area li p.h_list.active {
  background-color: #fff0eb;
  border-color: #fff0eb;
  cursor: default;
  pointer-events: none;
}

.search_area .area_category_link_area li p.cat_txt {
  font-size: 18px;
  transform: unset;
  -webkit-transform: unset;
  -ms-transform: unset;
}

.search_area .search_body {
  margin-right: 15px;
  margin-left: 15px;
  padding: 40px 25px 42px;
  border-radius: 8px;
}

.search_area .search_body.search_body_unselect {
  padding-bottom: 17px;
}

.search_area .search_body.o_active {
  background: url(../img/search_bg_o.svg), #ecf2f8;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-blend-mode: multiply;
}

.search_area .search_body_unselect.o_active {
  background: url(../img/search_bg_o_unselect.svg), #ecf2f8;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-blend-mode: multiply;
}

/* .search_area .search_body.h_active {
  background: url(../img/search_bg_h.svg),#FFF0EB;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-blend-mode: multiply;
 } */
.search_area .search_txt {
  font-size: 16px;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: calc(40 / 16);
  flex-shrink: 0;
}

.search_area .search_txt:before {
  content: "";
  display: block;
  background: var(--main);
  width: 15px;
  height: 2px;
}

.search_area .search_parent {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.search_area .search_body_unselect .search_parent {
  margin-bottom: 0;
  border-bottom: unset;
}

.search_area .search_parent_radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 5px;
}

.search_area .search_parent_radio_item {
  width: fit-content;
  cursor: pointer;
}

.search_area .search_parent_radio_item input,
.search_area .search_parent_radio_item label {
  cursor: pointer;
}

.search_area .search_form_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 17px;
}

.search_area select {
  -webkit-appearance: none;
  appearance: none;
  max-width: 300px;
  width: 100%;
  height: 48px;
  border: 1px solid #e0e0e0;
  border-radius: 24px;
  cursor: pointer;
  font-size: 14px;
  padding-right: 20px;
  padding-left: 20px;
  background: #fff;
  color: #000;
}

.search_area .first-select_wrapper,
.search_area .second-select_wrapper,
.search_area .third-select_wrapper {
  flex: 1;
  position: relative;
}

.search_area .first-select_wrapper:after,
.search_area .second-select_wrapper:after,
.search_area .third-select_wrapper:after {
  content: "";
  display: block;
  background: url(../img/select_arrow.svg) no-repeat center/contain;
  width: 10px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.search_area .first-select_wrapper:has(select[data-gtm-form-interact-field-id]):after,
.search_area .second-select_wrapper:has(select[data-gtm-form-interact-field-id]):after,
.search_area .third-select_wrapper:has(select[data-gtm-form-interact-field-id]):after {
  display: none;
}

.search_area .first-select_wrapper {
  background: #fff;
  width: 100%;
  max-width: 300px;
  height: 48px;
  border-radius: 24px;
  display: block;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.search_area_mobile.search_area .first-select_wrapper {
  background: unset;
  width: unset;
  height: 48px;
  border-radius: unset;
  display: block;
  border: unset;
  display: block;
}

.search_area .first-select_text {
  white-space: nowrap;
  overflow-x: scroll;
  max-width: 220px;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  margin-right: 40px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.search_area .first-select_text::-webkit-scrollbar {
  display: none;
}

.search_area_mobile.search_area .first-select_text {
  display: none;
}

.search_area #first-select {
  width: fit-content;
  min-width: 265px;
  max-width: unset;
  height: unset;
  display: none;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
}

.search_area_mobile.search_area #first-select {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  display: block;
  height: 48px;
}

.search_area #first-select option {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dfdfdf;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.search_area #first-select option::-webkit-scrollbar {
  display: none;
}

.search_area #first-select option.selected {
  background-color: #d0e0f0;
}

.search_area .parent-category {
  font-weight: 700;
}

.search_area .search_button {
  width: 147px;
  height: 50px;
  border-radius: 30px;
  background: #b29656;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-left: auto;
  transition: opacity 0.3s;
}

.search_area .search_button:hover {
  opacity: 0.7;
}

@media (min-width: 992px) {

  .search_area .first-select_wrapper,
  .search_area .second-select_wrapper,
  .search_area .third-select_wrapper {
    max-width: 265px;
  }
}

@media (max-width: 991px) {
  .search_area {
    margin-bottom: 40px;
  }

  .search_area .search_area_ttl {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .search_area .search_area_ttl span {
    font-size: 40px;
    margin-top: 5px;
  }

  .search_area .area_category_link_area {
    gap: 5px;
    margin-right: 0;
    margin-left: 0;
  }

  .search_area .area_category_link_area li {
    height: 51px;
  }

  .search_area .area_category_link_area li a::after {
    width: 50px;
  }

  .search_area .area_category_link_area li a .cat_txt {
    font-size: 16px;
  }

  .search_area .search_body {
    margin-right: 0;
    margin-left: 0;
    padding: 40px 32px 24px;
  }

  .search_area .search_body.o_active {
    background: url(../img/search_bg_o_sp.svg), #ecf2f8;
    background-position: bottom -80px left;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-blend-mode: multiply;
  }

  .search_area .search_body.h_active {
    background: url(../img/search_bg_h_sp.svg), #fff0eb;
    background-position: bottom -80px left;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-blend-mode: multiply;
  }

  .search_area .search_parent {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .search_area .search_parent_radio {
    margin-top: 0;
    font-size: 15px;
    gap: 5px 10px;
  }

  .search_area .search_form_inner {
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .search_area select {
    max-width: unset;
    height: 36px;
    border-radius: 18px;
    font-size: 14px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .search_area .first-select_wrapper,
  .search_area .second-select_wrapper,
  .search_area .third-select_wrapper {
    width: 100%;
  }

  .search_area .first-select_wrapper {
    max-width: unset;
    height: 36px;
    border-radius: 18px;
  }

  .search_area_mobile.search_area .first-select_wrapper {
    width: 100%;
  }

  .search_area .first-select_text {
    height: 34px;
    max-width: 800px;
    font-size: 14px;
    padding-left: 30px;
    margin-right: 40px;
    display: flex;
    align-items: center;
  }

  .search_area #first-select {
    width: 101%;
    border-radius: 18px;
    padding-top: 40px;
  }

  .search_area_mobile.search_area #first-select {
    width: 100%;
    height: 36px;
  }

  .search_area .search_button {
    width: 200px;
    margin-left: 0;
    margin-top: 18px;
  }

  .search_area .search_button:hover {
    opacity: 1;
  }
}

@media (max-width: 700px) {
  .search_area .search_body.o_active {
    background: url(../img/search_bg_o_sp.svg), #ecf2f8;
    background-position: bottom -80px left;
    background-repeat: no-repeat;
    background-size: 708px 176px;
    background-blend-mode: multiply;
  }

  .search_area .search_body.h_active {
    background: url(../img/search_bg_h_sp.svg), #fff0eb;
    background-position: bottom -80px left;
    background-repeat: no-repeat;
    background-size: 708px 176px;
    background-blend-mode: multiply;
  }
}
