@charset "UTF-8";
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/* ************************************************
 *	
 * ************************************************ */
/* 共通
----------------------------------------------*/
/*  たつのり追加*/
.mb20 {
  margin-bottom: 20px;
}

.mb_enkai {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .mb_enkai {
    margin-bottom: 60px;
  }
}

.title_normal, .title_border {
  padding: 0 0 0.3em;
  margin-bottom: 0.8em;
  position: relative;
  font-size: 20px;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .title_normal, .title_border {
    margin-bottom: 30px;
    font-size: 26px;
  }
}

.title_normal_sub {
  padding: 0 0 0.3em;
  margin-bottom: 0.8em;
  position: relative;
  font-size: 14px;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .title_normal_sub {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
.title_normal_sub span {
  font-size: 18px;
  line-height: 0.6;
}
@media print, screen and (min-width: 768px) {
  .title_normal_sub span {
    font-size: 28px;
  }
}

.title_normal span {
  font-size: 18px;
  line-height: 0.8;
}
@media print, screen and (min-width: 768px) {
  .title_normal span {
    font-size: 30px;
  }
}

.title_normal_sub02 {
  padding: 0 0 0.3em;
  margin-bottom: 0.8em;
  font-size: 16px;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .title_normal_sub02 {
    margin-bottom: 5px;
    font-size: 18px;
  }
}

.title_border::before {
  content: "";
  background-color: #222;
  width: 2em;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p_margin_bottom p {
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .p_margin_bottom p {
    margin-bottom: 60px;
  }
}

/* ************************************************
 *	エルサンの結婚式ガイド
 * ************************************************ */
.guide_content_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
@media print, screen and (min-width: 960px) {
  .guide_content_wrap {
    gap: 80px 0;
  }
}
.guide_content_wrap .guide_content_block:nth-child(even) {
  background-color: #f8f7ef;
  padding: 40px 0;
}
@media print, screen and (min-width: 960px) {
  .guide_content_wrap .guide_content_block:nth-child(even) {
    padding: 80px 0;
  }
}

.guide_header {
  background-color: #f8f7ef;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 960px) {
  .guide_header {
    padding-bottom: 60px;
    margin-bottom: 80px;
  }
}

.guide_lead {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .guide_lead {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 960px) {
  .guide_lead {
    margin-bottom: 50px;
  }
}

.guide_index_block {
  flex-direction: column;
  gap: 1.5em 0;
  background-color: #fff;
  padding: 30px;
}
@media print, screen and (min-width: 768px) {
  .guide_index_block {
    flex-direction: row;
    gap: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .guide_index_block {
    padding: 40px 60px;
  }
}
.guide_index_block .guide_index_list {
  display: flex;
  flex-direction: column;
  gap: 1.5em 0;
}
.guide_index_block .guide_index_list a {
  position: relative;
  line-height: 1.5;
  padding-bottom: 4px;
}
.guide_index_block .guide_index_list a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #999;
  transition: width 0.3s;
}
@media print, screen and (min-width: 960px) {
  .guide_index_block .guide_index_list a:hover::after {
    left: unset;
    right: 0;
    width: 0;
  }
}

.guide_section_ttl {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 960px) {
  .guide_section_ttl {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.guide_section_ttl span {
  display: inline-block;
  font-size: 34px;
  margin-right: 0.25em;
}
@media print, screen and (min-width: 960px) {
  .guide_section_ttl span {
    font-size: 50px;
  }
}

.guide_content_lead.col2 {
  flex-direction: column;
  gap: 20px 0;
}
@media print, screen and (min-width: 768px) {
  .guide_content_lead.col2 {
    flex-direction: row;
    gap: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .guide_content_lead.col2 .guide_col2_text {
    width: calc(60% - 30px);
  }
}
@media print, screen and (min-width: 768px) {
  .guide_content_lead.col2 .guide_col2_img {
    width: 40%;
  }
}

.guide_main_content {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  margin-top: 30px;
}
@media print, screen and (min-width: 960px) {
  .guide_main_content {
    gap: 45px 0;
    margin-top: 45px;
  }
}
.guide_main_content .guide_main_content_child h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 960px) {
  .guide_main_content .guide_main_content_child h3 {
    font-size: 18px;
  }
}
.guide_main_content .guide_main_content_child .link_btn {
  margin-top: 20px;
}
.guide_main_content .guide_main_content_child .performance_list dt {
  margin-top: 1.5em;
}

.guide_content_point {
  position: relative;
  background-color: #F8F8F8;
  padding: 30px 20px;
  margin-top: 45px;
}
@media print, screen and (min-width: 768px) {
  .guide_content_point {
    padding: 35px;
    margin-top: 55px;
  }
}
@media print, screen and (min-width: 960px) {
  .guide_content_point {
    text-align: center;
    padding: 50px;
    margin-top: 80px;
  }
}
.guide_content_point.white {
  background-color: #fff;
}
.guide_content_point::before {
  position: absolute;
  top: -20px;
  left: 10px;
  content: "Point";
  color: #D8D8D8;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}
@media print, screen and (min-width: 960px) {
  .guide_content_point::before {
    top: -45px;
    font-size: 80px;
  }
}
.guide_content_point .link_btn {
  margin-top: 30px;
}

.period {
  font-size: 16px;
  text-align: center;
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .period {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 960px) {
  .period {
    font-size: 22px;
    margin-top: 70px;
  }
}

.guide_step {
  margin-top: 40px;
}
@media print, screen and (min-width: 960px) {
  .guide_step {
    margin-top: 70px;
  }
}
.guide_step .guide_step_ttl {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .guide_step .guide_step_ttl {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 960px) {
  .guide_step .guide_step_ttl {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

/* ************************************************
 *	お料理
 * ************************************************ */
.cusine_area {
  margin: 0 auto 40px;
}
@media print, screen and (min-width: 768px) {
  .cusine_area {
    margin-bottom: 80px;
  }
}
.cusine_area.pt {
  padding-top: 30px;
}
.cusine_area .cusine_txt {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .cusine_area .cusine_txt {
    width: calc(50% - 30px);
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1300px) {
  .cusine_area .cusine_txt {
    width: 46%;
  }
}
@media print, screen and (min-width: 1300px) {
  .cusine_area .cusine_txt.left {
    padding-left: calc((100% - 1350px) / 2);
  }
}
@media print, screen and (min-width: 1300px) {
  .cusine_area .cusine_txt.right {
    padding-right: calc((100% - 1350px) / 2);
  }
}
.cusine_area .cusine_txt.right .text_right {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .cusine_area .cusine_txt.right .text_right {
    text-align: right;
  }
}
.cusine_area .cusine_txt.fullwidth {
  width: 100%;
}
.cusine_area .cusine_txt h3 {
  font-weight: 400;
}
.cusine_area .cusine_txt p {
  line-height: 2.5;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .cusine_area img {
    width: 50%;
  }
}

h2.section_ttl02 {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  h2.section_ttl02 {
    margin-bottom: 50px;
  }
}
h2.section_ttl02 span {
  display: block;
}
h2.section_ttl02 span.main {
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  h2.section_ttl02 span.main {
    font-size: 28px;
  }
}
@media print, screen and (min-width: 960px) {
  h2.section_ttl02 span.main {
    font-size: 34px;
  }
}
h2.section_ttl02 span.sub {
  font-size: 12px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  h2.section_ttl02 span.sub {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 960px) {
  h2.section_ttl02 span.sub {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
h2.section_ttl02 span.sub.ls {
  letter-spacing: 1em;
}
h2.section_ttl02.small {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 960px) {
  h2.section_ttl02.small {
    margin-bottom: 20px;
  }
}
h2.section_ttl02.small span.main {
  font-size: 18px;
}
@media print, screen and (min-width: 960px) {
  h2.section_ttl02.small span.main {
    font-size: 24px;
  }
}
h2.section_ttl02.pt {
  padding-top: 20px;
}
@media print, screen and (min-width: 960px) {
  h2.section_ttl02.pt {
    padding-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .cuisine_lead {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 960px) {
  .cuisine_lead {
    margin-bottom: 50px;
  }
}
.cuisine_lead.hall {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .cuisine_lead.hall {
    margin-bottom: 30px;
  }
}
.cuisine_lead p {
  line-height: 2.2;
}
@media print, screen and (min-width: 768px) {
  .cuisine_lead p {
    text-align: center;
  }
}

.swiper02, .swiper {
  position: relative;
  max-width: 1350px;
  padding: 30px 0 0;
  overflow: hidden;
}
.swiper02 .swiper-button-next, .swiper02 .swiper-button-prev, .swiper .swiper-button-next, .swiper .swiper-button-prev {
  color: #fff;
}
.swiper02 .swiper-button-next::after, .swiper02 .swiper-button-prev::after, .swiper .swiper-button-next::after, .swiper .swiper-button-prev::after {
  font-size: 20px;
}
@media print, screen and (min-width: 768px) {
  .swiper02 .swiper-button-next::after, .swiper02 .swiper-button-prev::after, .swiper .swiper-button-next::after, .swiper .swiper-button-prev::after {
    font-size: 26px;
  }
}
.swiper02 .swiper-pagination, .swiper .swiper-pagination {
  bottom: 0 !important;
  line-height: 1;
}
.swiper02 .swiper-pagination .swiper-pagination-bullet, .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #bbb;
}
.swiper02 .swiper-pagination .swiper-pagination-bullet-active, .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #bda570;
}

/* ************************************************
 *	プラン・特典
 * ************************************************ */
.top_service_box {
  background-color: #fff;
  box-shadow: 5px 5px 10px -10px;
  position: relative;
  margin-bottom: 20px;
  transition: 0.2s;
  box-shadow: 0 0 15px rgba(150, 150, 150, 0.2);
  background-color: #ffffff;
}
@media print, screen and (min-width: 768px) {
  .top_service_box {
    width: 32%;
    margin-bottom: 0;
  }
}
.top_service_box h3 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .top_service_box h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
.top_service_box p {
  font-size: 14px;
}
@media print, screen and (min-width: 960px) {
  .top_service_box:hover {
    background-color: #fafafa;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
}

.top_service_box_s {
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .top_service_box_s {
    padding: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .top_service_box:not(:nth-child(3n+3)) {
    margin-right: 2%;
  }
}

@media print, screen and (min-width: 768px) {
  .top_service_box:nth-of-type(n+4) {
    margin-top: 30px;
  }
}

.plan_bnr_area {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .plan_bnr_area {
    margin-top: 80px;
  }
}

.plan_bnr_img, .plan_bnr_img02 {
  display: block;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .plan_bnr_img, .plan_bnr_img02 {
    padding: 0 20px 0;
  }
}
@media print, screen and (min-width: 960px) {
  .plan_bnr_img:hover, .plan_bnr_img02:hover {
    opacity: 0.8;
    transition: opacity 0.3s;
  }
}

/* ************************************************
/*	プラン・特典詳細
 * ************************************************ */
.plan_txt_wrap {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .plan_txt_wrap {
    align-items: flex-end;
    margin-bottom: 30px;
  }
}
.plan_txt_wrap .plan_txt_block {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  .plan_txt_wrap .plan_txt_block {
    width: 60%;
    margin-bottom: 0;
  }
}
.plan_txt_wrap .plan_txt_block.fullwidth {
  width: 100%;
}
.plan_txt_wrap .plan_txt_block h2 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border-bottom: 1px solid rgba(50, 50, 50, 0.5);
  padding-bottom: 8px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .plan_txt_wrap .plan_txt_block h2 {
    font-size: 28px;
  }
}
@media print, screen and (min-width: 960px) {
  .plan_txt_wrap .plan_txt_block h2 {
    font-size: 36px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}
.plan_txt_wrap .plan_txt_block h3 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .plan_txt_wrap .plan_txt_block h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 960px) {
  .plan_txt_wrap .plan_price_block {
    width: 35%;
  }
}
.plan_txt_wrap .plan_price_block .plan_ttl {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 960px) {
  .plan_txt_wrap .plan_price_block .plan_ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.plan_txt_wrap .plan_price_block .plan_price {
  line-height: 1.5;
}
.plan_txt_wrap .plan_price_block .plan_price span {
  font-size: 24px;
}
@media print, screen and (min-width: 960px) {
  .plan_txt_wrap .plan_price_block .plan_price span {
    font-size: 36px;
  }
}

dl.plan_table {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  dl.plan_table {
    align-items: stretch;
  }
}
dl.plan_table dt {
  background-color: #f8f7ef;
  font-weight: 500;
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  dl.plan_table dt {
    display: grid;
    place-items: center left;
    width: 230px;
    border-bottom: 1px solid rgba(50, 50, 50, 0.1);
    padding: 20px 30px;
  }
}
@media print, screen and (min-width: 960px) {
  dl.plan_table dt {
    width: 250px;
  }
}
dl.plan_table dd {
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  dl.plan_table dd {
    width: calc(100% - 230px);
    border-bottom: 1px solid rgba(50, 50, 50, 0.1);
    padding: 20px 30px;
  }
}
@media print, screen and (min-width: 960px) {
  dl.plan_table dd {
    width: calc(100% - 250px);
  }
}

h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 960px) {
  h4 {
    font-size: 18px;
  }
}

.plan_detail:not(:last-child) {
  border-bottom: 1px solid rgba(50, 50, 50, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 960px) {
  .plan_detail:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.plan_detail ul {
  padding-left: 1.25em;
}
.plan_detail ul li {
  text-indent: -1em;
  margin-left: 1em;
}
.plan_detail ul li.plan_detail_price {
  font-weight: 500;
}

/* ************************************************
 *	NEWパーティープラン
 * ************************************************ */
@media print, screen and (min-width: 768px) {
  .new_party_fv {
    position: relative;
  }
}
@media print, screen and (min-width: 768px) {
  .new_party_fv .new_party_fv_text {
    width: 40%;
  }
}
@media print, screen and (min-width: 960px) {
  .new_party_fv .new_party_fv_text {
    width: 35%;
  }
}
@media print, screen and (min-width: 768px) {
  .new_party_fv .new_party_fv_text_inner {
    margin-left: 30px;
  }
}
@media print, screen and (min-width: 960px) {
  .new_party_fv .new_party_fv_text_inner {
    margin-left: 50px;
  }
}
.new_party_fv .new_party_fv_ttl {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  margin-left: 0.1em;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .new_party_fv .new_party_fv_ttl {
    text-align: left;
    margin-left: 0;
    margin-bottom: 2vw;
  }
}
@media print, screen and (min-width: 960px) {
  .new_party_fv .new_party_fv_ttl {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 1220px) {
  .new_party_fv .new_party_fv_ttl {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
.new_party_fv .new_party_fv_catch {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  margin-left: 0.1em;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .new_party_fv .new_party_fv_catch {
    font-size: 4vw;
    text-align: left;
    line-height: 2;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1220px) {
  .new_party_fv .new_party_fv_catch {
    font-size: 50px;
  }
}
.new_party_fv .new_party_fv_arrow {
  background: url(/wp-content/uploads/2025/03/new-party-fv-arrow.webp) no-repeat;
  background-position: center bottom;
  background-size: 335px auto;
  padding-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .new_party_fv .new_party_fv_arrow {
    position: absolute;
    right: 0;
    bottom: 10%;
    width: 100%;
    text-align: right;
    background-position: right bottom;
    background-size: calc(40% - 10px) auto;
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .new_party_fv .new_party_fv_arrow {
    bottom: 20%;
    background-size: calc(35% - 10px) auto;
  }
}
.new_party_fv .new_party_fv_arrow p {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .new_party_fv .new_party_fv_arrow p {
    display: inline-block;
    background-color: #fff;
    font-size: 2vw;
    text-align: left;
    padding: 10px 20px;
    margin: 0 5% 1.4% 0;
  }
}
@media print, screen and (min-width: 960px) {
  .new_party_fv .new_party_fv_arrow p {
    font-size: 22px;
  }
}
.new_party_fv .new_party_fv_img {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .new_party_fv .new_party_fv_img {
    width: 60%;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .new_party_fv .new_party_fv_img {
    width: 65%;
  }
}

.new_party_lead_ttl {
  background: url(/wp-content/uploads/2025/03/new-party-lead-ttl-bg.webp) no-repeat, url(/wp-content/uploads/2025/03/new-party-lead-bg.webp) no-repeat;
  background-position: left top, right top;
  background-size: 30px auto, 25% auto;
  font-size: 18px;
  font-weight: 500;
  padding: 18px 0 0 25px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .new_party_lead_ttl {
    background-size: 40px auto, 19% auto;
    font-size: 22px;
    padding: 25px 0 0 30px;
  }
}
@media print, screen and (min-width: 960px) {
  .new_party_lead_ttl {
    background-size: 48px auto, 19% auto;
    font-size: 30px;
    padding: 28px 0 0 35px;
    margin-bottom: 30px;
  }
}
.new_party_lead_ttl + p {
  padding: 0 25px;
}
@media print, screen and (min-width: 768px) {
  .new_party_lead_ttl + p {
    padding: 0 0 0 30px;
  }
}
@media print, screen and (min-width: 960px) {
  .new_party_lead_ttl + p {
    padding: 0 0 0 35px;
  }
}

.new_party_lead_content {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .new_party_lead_content {
    align-items: center;
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 960px) {
  .new_party_lead_content {
    margin-top: 80px;
  }
}

.new_party_lead_text {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .new_party_lead_text {
    width: 34%;
    max-width: 390px;
  }
}
@media print, screen and (min-width: 1220px) {
  .new_party_lead_text {
    font-size: 18px;
  }
}
.new_party_lead_text p {
  display: inline;
  border-bottom: 1px solid #323232;
  padding-bottom: 3px;
}
@media print, screen and (min-width: 960px) {
  .new_party_lead_text p {
    padding-bottom: 5px;
  }
}
.new_party_lead_text img {
  max-width: 390px;
  margin: 30px auto 0;
}

.new_party_lead_img {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .new_party_lead_img {
    width: 63%;
    max-width: 730px;
    margin-top: 0;
  }
}

.new_party_detail_wrapper {
  max-width: 480px;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .new_party_detail_wrapper {
    max-width: 100%;
    margin: 0;
  }
}

.new_party_detail_text {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  .new_party_detail_text {
    width: calc(50% - 25px);
    margin-bottom: 0;
  }
}
.new_party_detail_text h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  .new_party_detail_text h2 {
    font-size: 20px;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
.new_party_detail_text h2 span {
  font-size: 26px;
  font-weight: 700;
}
@media print, screen and (min-width: 960px) {
  .new_party_detail_text h2 span {
    font-size: 30px;
  }
}

.new_party_detail_inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.new_party_detail_inner h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 960px) {
  .new_party_detail_inner h3 {
    font-size: 18px;
  }
}
.new_party_detail_inner .new_party_detail_plan_list {
  margin-bottom: 1em;
}
.new_party_detail_inner .new_party_detail_plan_list li {
  text-indent: -1em;
  margin-left: 1em;
}
.new_party_detail_inner .new_party_detail_plan_list li::before {
  content: "●";
  color: #bda570;
}
.new_party_detail_inner .new_party_detail_condition_list {
  margin-bottom: 1em;
}
.new_party_detail_inner .new_party_detail_condition_list li {
  text-indent: -1em;
  margin-left: 1em;
}
.new_party_detail_inner .new_party_detail_condition_list li::before {
  content: "・";
}
.new_party_detail_inner .note {
  text-indent: -1em;
  margin-left: 1em;
}

@media print, screen and (min-width: 960px) {
  .new_party_detail_img {
    width: calc(50% - 25px);
  }
}

.new_party_option_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .new_party_option_header {
    flex-direction: row;
    gap: 0 30px;
    text-align: left;
    margin-bottom: 40px;
  }
}
.new_party_option_header h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #323232;
  padding: 15px 20px;
}
@media print, screen and (min-width: 960px) {
  .new_party_option_header h2 {
    font-size: 20px;
    padding: 20px 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .new_party_option_header p {
    line-height: 1.8;
  }
}

.new_party_option_list {
  flex-direction: column;
  gap: 20px 0;
}
@media print, screen and (min-width: 960px) {
  .new_party_option_list {
    flex-direction: row;
    align-items: stretch;
  }
}
.new_party_option_list li {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #f8f7ef;
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .new_party_option_list li {
    padding: 20px 25px;
  }
}
@media print, screen and (min-width: 960px) {
  .new_party_option_list li {
    width: calc(50% - 10px);
  }
}
.new_party_option_list .option_catch {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .new_party_option_list .option_catch {
    font-size: 20px;
  }
}
.new_party_option_list .option_name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  border-bottom: 1px solid #969696;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 960px) {
  .new_party_option_list .option_name {
    font-size: 18px;
  }
}
.new_party_option_list .option_price {
  line-height: 1.6;
  margin-top: 10px;
}
.new_party_option_list .option_price span {
  font-size: 19px;
  font-weight: 500;
}
@media print, screen and (min-width: 960px) {
  .new_party_option_list .option_price span {
    font-size: 22px;
  }
}
.new_party_option_list .option_detail {
  font-size: 14px;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .new_party_option_list .option_detail {
    display: flex;
    align-items: center;
    flex-grow: 1;
    gap: 0 10px;
  }
}
.new_party_option_list .option_detail .option_detail_ttl {
  width: 100%;
  background-color: #DDDDD7;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .new_party_option_list .option_detail .option_detail_ttl {
    width: 100px;
    padding: 15px 0;
    margin-bottom: 0;
  }
}
.new_party_option_list .option_detail .option_detail_text {
  font-size: 14px;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .new_party_option_list .option_detail .option_detail_text {
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 960px) {
  .new_party_option_list .option_detail .option_detail_text {
    width: calc(100% - 110px);
  }
}

/* ************************************************
 *	エル・サングループレストランウェディング
 * ************************************************ */
h2.rw_catch {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  margin-left: 0.05em;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  h2.rw_catch {
    font-size: 22px;
    letter-spacing: 0.1em;
    margin-left: 0.1em;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 960px) {
  h2.rw_catch {
    font-size: 28px;
    margin-bottom: 70px;
  }
}

.rw_point_block:not(:last-child) {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .rw_point_block:not(:last-child) {
    margin-bottom: 70px;
  }
}
.rw_point_block figure {
  position: relative;
  padding: 0 0 30px 30px;
}
@media print, screen and (min-width: 768px) {
  .rw_point_block figure {
    width: 310px;
  }
}
.rw_point_block figure::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background-color: #f8f7ef;
  z-index: -1;
}
.rw_point_block.row_reverse_tab figure {
  padding: 0 30px 30px 0;
}
.rw_point_block.row_reverse_tab figure::after {
  left: unset;
  right: 0;
  background-color: #f7d3d1;
}
.rw_point_block .rw_point_text {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .rw_point_block .rw_point_text {
    width: calc(100% - 350px);
    margin-bottom: 0;
  }
}
.rw_point_block .rw_point_text h3 {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #323232;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 960px) {
  .rw_point_block .rw_point_text h3 {
    font-size: 20px;
  }
}
.rw_point_block .rw_point_text h3 span {
  width: calc(100% - 67px);
}
@media print, screen and (min-width: 960px) {
  .rw_point_block .rw_point_text h3 span {
    width: calc(100% - 77px);
  }
}
.rw_point_block .rw_point_text h3::before {
  display: grid;
  place-items: center;
  content: "Point";
  width: 50px;
  height: 50px;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #323232;
  border-radius: 50%;
  margin-right: 10px;
}
@media print, screen and (min-width: 960px) {
  .rw_point_block .rw_point_text h3::before {
    width: 60px;
    height: 60px;
    font-size: 16px;
    margin-right: 15px;
  }
}

ul.tab_list li {
  cursor: pointer;
  transition: 0.3s;
}
ul.tab_list li:not(.on):hover {
  opacity: 0.6;
}
ul.tab_list li.on {
  cursor: unset;
}

ul.tab_list.rw {
  gap: 0 4px;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  ul.tab_list.rw {
    margin-bottom: 55px;
  }
}
@media print, screen and (min-width: 960px) {
  ul.tab_list.rw {
    gap: 0 5px;
    margin-bottom: 70px;
  }
}
ul.tab_list.rw li {
  width: calc(50% - 2px);
  max-width: 130px;
}
@media print, screen and (min-width: 768px) {
  ul.tab_list.rw li {
    max-width: 230px;
  }
}
@media print, screen and (min-width: 960px) {
  ul.tab_list.rw li {
    max-width: 340px;
  }
}

.tab_contents_item {
  display: none;
}
.tab_contents_item.show {
  display: block;
}

.tab_contents_item.rw .rw_tab_contents_ttl {
  position: relative;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .tab_contents_item.rw .rw_tab_contents_ttl {
    margin-bottom: 55px;
  }
}
@media print, screen and (min-width: 960px) {
  .tab_contents_item.rw .rw_tab_contents_ttl {
    margin-bottom: 70px;
  }
}
.tab_contents_item.rw .rw_tab_contents_ttl::before, .tab_contents_item.rw .rw_tab_contents_ttl::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: calc(50% - 140px);
  height: 1px;
  background-color: #bda570;
}
@media print, screen and (min-width: 768px) {
  .tab_contents_item.rw .rw_tab_contents_ttl::before, .tab_contents_item.rw .rw_tab_contents_ttl::after {
    width: calc(50% - 190px);
  }
}
@media print, screen and (min-width: 960px) {
  .tab_contents_item.rw .rw_tab_contents_ttl::before, .tab_contents_item.rw .rw_tab_contents_ttl::after {
    width: calc(50% - 250px);
  }
}
.tab_contents_item.rw .rw_tab_contents_ttl::before {
  left: 0;
}
.tab_contents_item.rw .rw_tab_contents_ttl::after {
  right: 0;
}
.tab_contents_item.rw .rw_tab_contents_ttl h2 {
  width: 280px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 15px 0 5px;
  border-top: 1px solid #bda570;
  border-left: 1px solid #bda570;
  border-right: 1px solid #bda570;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .tab_contents_item.rw .rw_tab_contents_ttl h2 {
    width: 380px;
    font-size: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .tab_contents_item.rw .rw_tab_contents_ttl h2 {
    width: 500px;
    font-size: 24px;
    padding: 20px 0 10px;
  }
}
.tab_contents_item.rw .rw_tab_contents_ttl h2 .black {
  display: block;
  color: #323232;
  font-size: 14px;
}
@media print, screen and (min-width: 768px) {
  .tab_contents_item.rw .rw_tab_contents_ttl h2 .black {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 960px) {
  .tab_contents_item.rw .rw_tab_contents_ttl h2 .black {
    font-size: 18px;
  }
}
.tab_contents_item.rw .rw_tab_contents_ttl h2 .gold {
  color: #bda570;
}
.tab_contents_item.rw .rw_tab_contents_ttl h2 .en {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  margin: 10px 0 10px 0.1em;
}
@media print, screen and (min-width: 960px) {
  .tab_contents_item.rw .rw_tab_contents_ttl h2 .en {
    margin: 15px 0 15px 0.1em;
  }
}
.tab_contents_item.rw .rw_tab_contents_ttl h2 .large {
  font-size: 28px;
  margin-left: 0.25em;
}
@media print, screen and (min-width: 768px) {
  .tab_contents_item.rw .rw_tab_contents_ttl h2 .large {
    font-size: 38px;
  }
}
@media print, screen and (min-width: 960px) {
  .tab_contents_item.rw .rw_tab_contents_ttl h2 .large {
    font-size: 46px;
  }
}
.tab_contents_item.rw .rw_tab_contents_ttl h2 .jp {
  display: block;
}

.swiper03 {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 960px) {
  .swiper03 {
    margin-bottom: 70px;
  }
}
.swiper03 .swiper-pagination {
  bottom: 0 !important;
  line-height: 1;
}
.swiper03 .swiper-pagination .swiper-pagination-bullet {
  background: #bbb;
}
.swiper03 .swiper-pagination .swiper-pagination-bullet-active {
  background: #bda570;
}

.restaurant_text {
  text-align: center;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 960px) {
  .restaurant_text {
    margin-bottom: 70px;
  }
}
.restaurant_text h3 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-left: 0.1em;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .restaurant_text h3 {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 960px) {
  .restaurant_text h3 {
    font-size: 28px;
  }
}

ul.restaurant_img {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 960px) {
  ul.restaurant_img {
    margin-bottom: 70px;
  }
}
ul.restaurant_img li {
  width: 33.3333333333%;
  max-width: 310px;
}

.restaurant_detail {
  gap: 30px 0;
  background-color: #f8f7ef;
  padding: 30px 8%;
}
@media print, screen and (min-width: 768px) {
  .restaurant_detail {
    padding: 40px 150px;
  }
}
@media print, screen and (min-width: 960px) {
  .restaurant_detail {
    gap: 40px 0;
  }
}
.restaurant_detail dl {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .restaurant_detail dl {
    width: 50%;
  }
}
.restaurant_detail dl.fullwidth {
  width: 100%;
}
.restaurant_detail dt {
  font-weight: 500;
}
.restaurant_detail dd {
  padding-left: 1em;
}

a.restaurant_link {
  display: block;
  width: 100%;
  background-color: #bda570;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 20px 0;
}
@media print, screen and (min-width: 960px) {
  a.restaurant_link {
    font-size: 18px;
    padding: 25px 0;
    transition: 0.3s;
  }
  a.restaurant_link:hover {
    background-color: #A38E61;
  }
}
a.restaurant_link.pink {
  background-color: #f7d3d1;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  a.restaurant_link.pink:hover {
    opacity: 0.6;
  }
}

/* ************************************************
 *	アクセス
 * ************************************************ */
.access_detail {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .access_detail {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 960px) {
  .access_detail {
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .access_detail img {
    width: 50%;
  }
}
.access_detail .access_detail_text {
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .access_detail .access_detail_text {
    width: calc(50% - 30px);
    margin-top: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .access_detail .access_detail_text {
    width: calc(50% - 50px);
  }
}
.access_detail .access_detail_text h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  margin: 30px 0 10px;
}
@media print, screen and (min-width: 960px) {
  .access_detail .access_detail_text h2 {
    font-size: 24px;
    margin: 40px 0 15px;
  }
}
.access_detail .access_detail_text dt {
  width: 90px;
}
.access_detail .access_detail_text dd {
  width: calc(100% - 90px);
}

/* ************************************************
 *	Wedding Staff
 * ************************************************ */
.wedding_staff_wrap {
  display: flex;
  flex-direction: column;
  gap: 60px 0;
}
@media print, screen and (min-width: 960px) {
  .wedding_staff_wrap {
    gap: 100px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .wedding_staff_block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.wedding_staff_block .wedding_staff_img {
  width: 80%;
  max-width: 340px;
  margin: 0 auto 15px;
}
@media print, screen and (min-width: 768px) {
  .wedding_staff_block .wedding_staff_img {
    width: 30%;
    margin: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .wedding_staff_block .wedding_staff_profile {
    width: calc(70% - 40px);
  }
}
@media print, screen and (min-width: 960px) {
  .wedding_staff_block .wedding_staff_profile {
    width: calc(70% - 70px);
  }
}
.wedding_staff_block .wedding_staff_profile .wedding_staff_name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .wedding_staff_block .wedding_staff_profile .wedding_staff_name {
    text-align: left;
  }
}
@media print, screen and (min-width: 960px) {
  .wedding_staff_block .wedding_staff_profile .wedding_staff_name {
    font-size: 20px;
  }
}
.wedding_staff_block .wedding_staff_profile .keep_in_mind {
  margin-top: 15px;
}
@media print, screen and (min-width: 960px) {
  .wedding_staff_block .wedding_staff_profile .keep_in_mind {
    margin-top: 20px;
  }
}
.wedding_staff_block .wedding_staff_profile .person {
  margin-top: 20px;
}
@media print, screen and (min-width: 960px) {
  .wedding_staff_block .wedding_staff_profile .person {
    margin-top: 30px;
  }
}
.wedding_staff_block .wedding_staff_profile .person dt {
  background-color: #efefef;
  font-weight: 500;
  line-height: 1.6;
  padding: 10px 15px;
}
.wedding_staff_block .wedding_staff_profile .person dd {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 10px 15px;
}

/* ************************************************
 *	採用情報
 * ************************************************ */
/* リード
----------------------------------------------*/
.recruit_lead {
  margin-top: 35px;
}
@media print, screen and (min-width: 960px) {
  .recruit_lead {
    margin-top: 55px;
  }
}
.recruit_lead h2.section_ttl {
  line-height: 1.5;
}
.recruit_lead p {
  line-height: 2.2;
}
@media print, screen and (min-width: 960px) {
  .recruit_lead p {
    text-align: center;
  }
}

/* スタッフ一覧
----------------------------------------------*/
.flex_box_staff {
  width: 48%;
  margin: 0 1% 3% 1%;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .flex_box_staff {
    margin: 0 1.5% 3% 1.5%;
    width: 22%;
  }
}
@media print, screen and (min-width: 960px) {
  .flex_box_staff {
    transition: opacity 0.3s;
  }
}
@media print, screen and (min-width: 960px) {
  .flex_box_staff:hover {
    opacity: 0.6;
  }
}

/* スタッフ紹介個人
----------------------------------------------*/
.staff_report_detail {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 960px) {
  .staff_report_detail {
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .staff_report_detail img {
    width: 100%;
  }
}
.staff_report_detail .staff_report_detail_text {
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .staff_report_detail .staff_report_detail_text {
    width: calc(50% - 30px);
    margin-top: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .staff_report_detail .staff_report_detail_text {
    width: calc(50% - 50px);
  }
}
.staff_report_detail .staff_report_detail_text h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  margin: 30px 0 10px;
}
@media print, screen and (min-width: 960px) {
  .staff_report_detail .staff_report_detail_text h2 {
    font-size: 30px;
    margin: 20px 0 15px;
  }
}
.staff_report_detail .staff_report_detail_text p {
  font-size: 16px;
}
@media print, screen and (min-width: 960px) {
  .staff_report_detail .staff_report_detail_text p {
    font-size: 18px;
  }
}

/* スタッフバナー
----------------------------------------------*/
@media print, screen and (min-width: 960px) {
  .staff_bnr a {
    transition: opacity 0.3s;
  }
  .staff_bnr a:hover {
    opacity: 0.6;
  }
}

/* 宴会・会議
----------------------------------------------*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.w_20 {
  width: 20%;
}

.w_40 {
  width: 40%;
}

.w_50 {
  width: 50%;
}

.w_57 {
  width: 52%;
}

.w_70 {
  width: 70%;
}

.w_5, .w_7, .w_10, .w_15, .w_20, .w_25, .w_30, .w_35, .w_40, .w_45, .w_50, .w_57, .w_55, .w_60, .w_65, .w_70, .w_75, .w_80, .w_85 {
  display: block;
}

.f_left {
  float: left;
  display: block;
}

.f_right {
  float: right;
  display: block;
}

@media (max-width: 768px) {
  .f_left, .f_right {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .w_5, .w_7, .w_10, .w_15, .w_20, .w_25, .w_30, .w_35, .w_40, .w_45, .w_50, .w_57, .w_55, .w_60, .w_65, .w_70, .w_75, .w_80, .w_85 {
    width: 100%;
  }
}
.deep_gray_box {
  margin-top: 30px;
  padding: 40px 30px;
  background: #f2f2f2;
}

.pink_box {
  margin-top: 30px;
  padding: 40px 30px;
  border-radius: 2px;
  background: #FADEEB;
}

.fee_text {
  font-size: 16px;
  text-align: center;
  padding-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .fee_text {
    padding-top: 10px;
  }
}
@media print, screen and (min-width: 960px) {
  .fee_text {
    font-size: 18px;
  }
}
.fee_text a {
  text-decoration: underline;
}

/* 宴会会場のごあんない
----------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .banquet_stage_box_2 {
    width: 47%;
  }
}

@media print, screen and (min-width: 768px) {
  .banquet_stage_box_2:not(:nth-child(2n+2)) {
    margin-right: 2%;
  }
}

@media print, screen and (min-width: 768px) {
  .banquet_stage_box_3 {
    width: 31%;
  }
}

@media print, screen and (min-width: 768px) {
  .banquet_stage_box_3:not(:nth-child(3n+3)) {
    margin-right: 2%;
  }
}

.enkai_stage .link_btn {
  position: relative;
  display: inline-block;
  width: 220px;
  background-color: #fff;
  color: #bda570;
  font-size: 15px;
  line-height: 1;
  border: 1px solid rgba(189, 165, 112, 0.5);
  padding: 14px 30px;
  transition: background-color 0.4s, color 0.4s;
  overflow: hidden;
  margin-top: 5px;
}
.enkai_stage .link_btn::before {
  position: absolute;
  top: -1px;
  right: -25px;
  content: "";
  background-color: #bda570;
  width: 0;
  height: calc(100% + 1px);
  -webkit-clip-path: polygon(25px 0, 100% 0, calc(100% - 25px) 100%, 0 100%);
  clip-path: polygon(25px 0, 100% 0, calc(100% - 25px) 100%, 0 100%);
  transition: width 0.4s;
}
.enkai_stage .link_btn.large {
  width: 100%;
  padding: 10px 15px;
}
.enkai_stage .link_btn span {
  position: relative;
  display: block;
  text-align: left;
}
.enkai_stage .link_btn span::after {
  position: absolute;
  right: 0;
  content: "→";
  color: #bda570;
  transition: color 0.4s, transform 0.4s;
}
.enkai_stage .link_btn .bt_center {
  text-align: center;
  padding: 5px 0;
}
@media print, screen and (min-width: 960px) {
  .enkai_stage .link_btn:hover {
    color: #fff;
  }
  .enkai_stage .link_btn:hover::before {
    left: -25px;
    right: unset;
    width: calc(100% + 50px);
  }
  .enkai_stage .link_btn:hover span::after {
    color: #fff;
    transform: translateX(10px);
  }
}

.enkai_stage:hover {
  opacity: 0.8;
}

.banquet_stage_kaku_box {
  width: 90%;
  padding-bottom: 3%;
}
@media print, screen and (min-width: 960px) {
  .banquet_stage_kaku_box {
    float: left;
    width: 31%;
    margin: 0 1%;
  }
}

@media print, screen and (max-width: 960px) {
  .banquet_stage_kaku_box img {
    margin: 0 auto;
    text-align: center;
    width: 90%;
    display: block;
  }
}

@media print, screen and (min-width: 960px) {
  .room50 {
    width: 25%;
  }
}

@media print, screen and (min-width: 960px) {
  .room502 {
    width: 25%;
    margin-left: 5%;
  }
}

.banquet_stage_table {
  width: 100%;
  margin: 30px auto 60px;
  border-collapse: collapse;
  border-spacing: 0;
}

.banquet_stage_table th, .banquet_stage_table td {
  padding: 5px 5px;
  font-size: 11px;
  border-bottom: solid 1px #ccc;
}
@media print, screen and (min-width: 960px) {
  .banquet_stage_table th, .banquet_stage_table td {
    padding: 15px 30px;
    font-size: 16px;
  }
}

.table_border_top {
  border-top: 2px solid #888;
}

.banquet_stage_table th {
  vertical-align: middle;
  border: 1px solid #ccc;
}
@media print, screen and (min-width: 960px) {
  .banquet_stage_table th {
    background: #eee;
    text-align: center;
  }
}

.banquet_stage_table td {
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 960px) {
  .banquet_stage_table td {
    text-align: center;
    border-right: solid 1px #ccc;
  }
}

.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  margin-bottom: 40px;
}
.swiper-wrapper.no_mb {
  margin-bottom: 0;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
}

/* バナー・アンカーリンク
----------------------------------------------*/
ul.recruit_bnr {
  align-items: center;
  gap: 20px 6%;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  ul.recruit_bnr {
    gap: 0 100px;
  }
}
@media print, screen and (min-width: 960px) {
  ul.recruit_bnr {
    margin-bottom: 60px;
  }
}
ul.recruit_bnr li {
  width: 47%;
  max-width: 160px;
}

ul.entry_link {
  gap: 15px 0;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  ul.entry_link {
    gap: 15px 3%;
  }
}
@media print, screen and (min-width: 960px) {
  ul.entry_link {
    gap: 20px 3%;
    margin-bottom: 60px;
  }
}
ul.entry_link li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  ul.entry_link li {
    width: 48.5%;
  }
}
ul.entry_link li:nth-child(1) a {
  background-color: #6FB92C;
}
ul.entry_link li:nth-child(2) a {
  background-color: #aa94b6;
}
ul.entry_link li:nth-child(3) a, ul.entry_link li:nth-child(4) a {
  background-color: #7ecef4;
}
ul.entry_link a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 20px 30px;
}
@media print, screen and (min-width: 960px) {
  ul.entry_link a {
    font-size: 17px;
    padding: 30px;
    transition: opacity 0.3s;
  }
}
ul.entry_link a::before {
  position: absolute;
  top: 50%;
  left: 15px;
  content: "";
  width: 5px;
  height: 5px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translateY(-50%) rotate(135deg);
}
@media print, screen and (min-width: 960px) {
  ul.entry_link a::before {
    left: 20px;
    width: 7px;
    height: 7px;
  }
}
@media print, screen and (min-width: 960px) {
  ul.entry_link a:hover {
    opacity: 0.6;
  }
}

ul.recruit_anchor_link {
  gap: 15px 4%;
}
@media print, screen and (min-width: 768px) {
  ul.recruit_anchor_link {
    gap: 15px 2%;
  }
}
@media print, screen and (min-width: 960px) {
  ul.recruit_anchor_link {
    gap: 20px 2%;
  }
}
ul.recruit_anchor_link li {
  width: 48%;
}
@media print, screen and (min-width: 768px) {
  ul.recruit_anchor_link li {
    width: 23.5%;
  }
}
ul.recruit_anchor_link a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #bda570;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 15px 0 32px;
}
@media print, screen and (min-width: 960px) {
  ul.recruit_anchor_link a {
    padding: 20px 0 40px;
  }
}
ul.recruit_anchor_link a::after {
  position: absolute;
  bottom: 15px;
  content: "";
  width: 5px;
  height: 5px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(-135deg);
}
@media print, screen and (min-width: 960px) {
  ul.recruit_anchor_link a::after {
    width: 7px;
    height: 7px;
  }
}

/* スタッフインタビュー
----------------------------------------------*/
.recruit_interview_block p {
  margin-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  .recruit_interview_block p {
    text-align: center;
  }
}
@media print, screen and (min-width: 960px) {
  .recruit_interview_block p {
    margin-bottom: 55px;
  }
}
@media print, screen and (min-width: 960px) {
  .recruit_interview_block a {
    transition: opacity 0.3s;
  }
}
.recruit_interview_block a:hover {
  opacity: 0.6;
}
.recruit_interview_block img {
  max-width: 880px;
  margin: 0 auto;
}

/* 4つのミッション
----------------------------------------------*/
.mission_block:not(:last-child) {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 960px) {
  .mission_block:not(:last-child) {
    margin-bottom: 80px;
  }
}
.mission_block h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .mission_block h3 {
    font-size: 26px;
  }
}

.mission_staff_img {
  gap: 5px 2%;
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .mission_staff_img {
    gap: 10px 2%;
  }
}
@media print, screen and (min-width: 960px) {
  .mission_staff_img {
    gap: 0 3%;
  }
}
.mission_staff_img img {
  width: 49%;
}
@media print, screen and (min-width: 960px) {
  .mission_staff_img img {
    width: 22.75%;
  }
}

.mission_block_child {
  margin-top: 30px;
}
@media print, screen and (min-width: 960px) {
  .mission_block_child {
    margin-top: 40px;
  }
}
.mission_block_child h4 {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 960px) {
  .mission_block_child h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .mission_block_child .mission_block_text {
    width: 62%;
  }
}
.mission_block_child .mission_block_img {
  max-width: 500px;
  margin: 20px auto 0;
}
@media print, screen and (min-width: 960px) {
  .mission_block_child .mission_block_img {
    width: 30%;
    margin: 0;
  }
}
.mission_block_child .mission_block_img img:not(:last-child) {
  margin-bottom: 15px;
}

/* 私たちの特徴
----------------------------------------------*/
.feature_area {
  background-color: #fafafa;
  padding: 40px 0;
}
@media print, screen and (min-width: 960px) {
  .feature_area {
    padding: 80px 0;
  }
}

.feature_text h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .feature_text h3 {
    font-size: 26px;
  }
}

/* 会社概要
----------------------------------------------*/
@media print, screen and (min-width: 960px) {
  .company_overview_block {
    width: 48%;
  }
}
.company_overview_block:not(:last-child) {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  .company_overview_block:not(:last-child) {
    margin-bottom: 0;
  }
}
.company_overview_block h3 {
  color: #bda570;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .company_overview_block h3 {
    font-size: 26px;
  }
}
.company_overview_block dl dt {
  background-color: #f8f7ef;
  text-align: center;
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  .company_overview_block dl dt {
    width: 100px;
    background-color: unset;
    text-align: left;
    padding: 0;
  }
}
.company_overview_block dl dd {
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  .company_overview_block dl dd {
    width: calc(100% - 120px);
    padding: 0;
  }
}

.company_history {
  margin-top: 50px;
}
.company_history h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .company_history h3 {
    font-size: 26px;
  }
}
.company_history dl {
  align-items: stretch;
  max-width: 900px;
  line-height: 1.8;
  margin: 0 auto;
}
.company_history dl dt {
  width: 100px;
  border-bottom: 1px solid rgba(50, 50, 50, 0.2);
  padding: 10px 0;
}
@media print, screen and (min-width: 768px) {
  .company_history dl dt {
    width: 150px;
    text-align: left;
    padding: 10px 0 10px 10px;
  }
}
@media print, screen and (min-width: 960px) {
  .company_history dl dt {
    width: 250px;
    padding: 15px 0 15px 15px;
  }
}
.company_history dl dd {
  width: calc(100% - 100px);
  border-bottom: 1px solid rgba(50, 50, 50, 0.2);
  padding: 10px 0;
}
@media print, screen and (min-width: 768px) {
  .company_history dl dd {
    width: calc(100% - 150px);
    padding: 10px 10px 10px 0;
  }
}
@media print, screen and (min-width: 960px) {
  .company_history dl dd {
    padding: 15px 15px 15px 0;
    width: calc(100% - 250px);
  }
}

/* 募集内容
----------------------------------------------*/
.recruit_detail_block:not(.no_bg) {
  background-color: #fff;
}
.recruit_detail_block:not(:last-child) {
  margin-bottom: 40px;
}
.recruit_detail_block.flow {
  padding: 5%;
}
@media print, screen and (min-width: 960px) {
  .recruit_detail_block.flow {
    padding: 50px;
  }
}
.recruit_detail_block.flow img {
  max-width: 723px;
  margin: 0 auto;
}
.recruit_detail_block ul.entry_link {
  margin-bottom: 0;
}

.recruit_detail_area {
  background-color: #f8f7ef;
  padding: 40px 0;
}
@media print, screen and (min-width: 960px) {
  .recruit_detail_area {
    padding: 80px 0;
  }
}

ul.tab_list.recruit_detail li {
  width: 50%;
  background-color: #bda570;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 15px 0;
}
@media print, screen and (min-width: 768px) {
  ul.tab_list.recruit_detail li {
    font-size: 20px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    padding: 20px 0;
  }
}
@media print, screen and (min-width: 960px) {
  ul.tab_list.recruit_detail li {
    font-size: 24px;
    padding: 30px 0;
  }
}
ul.tab_list.recruit_detail li.on {
  background-color: #A38E61;
  color: #fff;
}

.tab_contents_item.recruit_detail.show {
  border-top: 5px solid #A38E61;
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .tab_contents_item.recruit_detail.show {
    padding: 30px;
  }
}
@media print, screen and (min-width: 960px) {
  .tab_contents_item.recruit_detail.show {
    border-top: 8px solid #A38E61;
    padding: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .recruit_detail_table dl {
    align-items: stretch;
  }
}
.recruit_detail_table dt, .recruit_detail_table dd {
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  .recruit_detail_table dt, .recruit_detail_table dd {
    padding: 15px 40px;
  }
}
.recruit_detail_table dt {
  width: 100%;
  background-color: #f8f7ef;
}
@media print, screen and (min-width: 768px) {
  .recruit_detail_table dt {
    width: 210px;
    background-color: unset;
  }
}
@media print, screen and (min-width: 960px) {
  .recruit_detail_table dt {
    width: 230px;
  }
}
.recruit_detail_table dd {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .recruit_detail_table dd {
    width: calc(100% - 210px);
    border-left: 1px solid rgba(50, 50, 50, 0.3);
  }
}
@media print, screen and (min-width: 960px) {
  .recruit_detail_table dd {
    width: calc(100% - 230px);
  }
}

.recruit_detail_text {
  padding: 30px 20px;
}
@media print, screen and (min-width: 768px) {
  .recruit_detail_text {
    padding: 40px 60px;
  }
}
@media print, screen and (min-width: 960px) {
  .recruit_detail_text {
    padding: 50px 100px;
  }
}

.recruit_detail_text_block:not(:last-child) {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 960px) {
  .recruit_detail_text_block:not(:last-child) {
    margin-bottom: 70px;
  }
}
.recruit_detail_text_block .recruit_detail_text_lead {
  font-size: 16px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  .recruit_detail_text_block .recruit_detail_text_lead {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.recruit_detail_text_block .recruit_detail_text_lead span {
  background: linear-gradient(transparent 60%, #FCFBC5 60%);
}
.recruit_detail_text_block h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 960px) {
  .recruit_detail_text_block h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.recruit_detail_text_block h4 {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 5px;
}
.recruit_detail_text_block h4.mt {
  margin-top: 1.5em;
}
.recruit_detail_text_block li {
  text-indent: -1em;
  margin-left: 1em;
}

/* 募集職種
----------------------------------------------*/
.recruitment_type_block {
  border-bottom: 1px solid rgba(50, 50, 50, 0.2);
  padding-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .recruitment_type_block {
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 960px) {
  .recruitment_type_block {
    padding-bottom: 40px;
  }
}
.recruitment_type_block:not(:last-child) {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .recruitment_type_block:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 960px) {
  .recruitment_type_block:not(:last-child) {
    margin-bottom: 40px;
  }
}
.recruitment_type_block h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .recruitment_type_block h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .recruitment_type_block h3 {
    font-size: 22px;
  }
}
.recruitment_type_block div img {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .recruitment_type_block div img {
    width: 40%;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .recruitment_type_block div img {
    width: 32%;
  }
}
@media print, screen and (min-width: 768px) {
  .recruitment_type_block div p {
    width: calc(60% - 30px);
  }
}
@media print, screen and (min-width: 960px) {
  .recruitment_type_block div p {
    width: calc(68% - 40px);
  }
}

/* 社長よりご挨拶
----------------------------------------------*/
h3.message_ttl {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  h3.message_ttl {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 960px) {
  h3.message_ttl {
    font-size: 26px;
    margin-bottom: 40px;
  }
}

.message_txt01 {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 960px) {
  .message_txt01 {
    margin-bottom: 60px;
  }
}
.message_txt01 figure {
  text-align: center;
  max-width: 500px;
  margin: 0 auto 20px;
}
@media print, screen and (min-width: 768px) {
  .message_txt01 figure {
    float: left;
    max-width: 350px;
    margin: 0 30px 25px 0;
  }
}

.message_txt02 img {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .message_txt02 img {
    margin-top: 30px;
  }
}

/* 会社説明会エントリーフォーム
----------------------------------------------*/
.career_fair_entry_lead {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  .career_fair_entry_lead {
    margin-bottom: 50px;
  }
}
.career_fair_entry_lead h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 960px) {
  .career_fair_entry_lead h3 {
    font-size: 22px;
  }
}
.career_fair_entry_lead p {
  font-size: 16px;
}
@media print, screen and (min-width: 960px) {
  .career_fair_entry_lead p {
    font-size: 18px;
  }
}

/* 会社説明会参加情報
----------------------------------------------*/
a.entry_link_btn {
  position: relative;
  display: block;
  background-color: #7ecef4;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 20px 30px;
  margin-top: 30px;
}
@media print, screen and (min-width: 960px) {
  a.entry_link_btn {
    padding: 30px;
    margin-top: 50px;
    transition: opacity 0.3s;
  }
  a.entry_link_btn:hover {
    opacity: 0.6;
  }
}
a.entry_link_btn:before {
  position: absolute;
  top: 50%;
  left: 15px;
  content: "";
  width: 5px;
  height: 5px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translateY(-50%) rotate(135deg);
}
@media print, screen and (min-width: 960px) {
  a.entry_link_btn:before {
    left: 20px;
    width: 7px;
    height: 7px;
  }
}

/* ************************************************
 *	会社説明会日程
 * ************************************************ */
.company_orientation_table {
  max-width: 900px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .company_orientation_table {
    align-items: stretch;
  }
}
.company_orientation_table dt {
  background-color: #f8f7ef;
  font-weight: 500;
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  .company_orientation_table dt {
    width: 190px;
    background-color: unset;
    border-right: 1px solid rgba(50, 50, 50, 0.3);
    padding: 15px 30px 15px 0;
  }
}
@media print, screen and (min-width: 960px) {
  .company_orientation_table dt {
    width: 210px;
  }
}
.company_orientation_table dd {
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  .company_orientation_table dd {
    width: calc(100% - 190px);
    padding: 15px 30px;
  }
}
@media print, screen and (min-width: 960px) {
  .company_orientation_table dd {
    width: calc(100% - 210px);
  }
}
.company_orientation_table a {
  text-decoration: underline;
}
@media print, screen and (min-width: 960px) {
  .company_orientation_table a {
    transition: opacity 0.3s;
  }
  .company_orientation_table a:hover {
    opacity: 0.6;
  }
}

.company_orientation_note {
  max-width: 900px;
  margin: 1em auto 0;
}
.company_orientation_note p {
  text-indent: -1em;
  margin-left: 1em;
}

/* ************************************************
 *	プライバシーポリシー
 * ************************************************ */
.policy_lead {
  margin-bottom: 2.5em;
}

.policy_area dt {
  font-weight: 500;
  border-bottom: 1px solid rgba(50, 50, 50, 0.3);
  padding: 0 10px 10px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 960px) {
  .policy_area dt {
    padding: 0 15px 10px;
  }
}
.policy_area dd {
  padding: 0 10px;
  margin-bottom: 2.5em;
}
@media print, screen and (min-width: 960px) {
  .policy_area dd {
    padding: 0 15px;
    margin-bottom: 3em;
  }
}
.policy_area ul {
  margin-top: 1em;
}
.policy_area li {
  text-indent: -2.5em;
  margin-left: 2.5em;
}

/* ************************************************
 *	会社概要
 * ************************************************ */
@media print, screen and (min-width: 768px) {
  .company_table {
    align-items: stretch;
  }
}
.company_table dt {
  background-color: #f8f7ef;
  font-weight: 500;
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  .company_table dt {
    display: grid;
    place-items: center left;
    width: 120px;
    background-color: unset;
    border-bottom: 1px solid rgba(50, 50, 50, 0.3);
    padding: 15px;
  }
}
.company_table dd {
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  .company_table dd {
    width: calc(100% - 120px);
    border-bottom: 1px solid rgba(50, 50, 50, 0.3);
    padding: 15px;
  }
}

.outline_block {
  display: grid;
  place-items: center;
  background: url(/wp-content/uploads/2024/10/outline-bg.webp) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 5%;
}
@media print, screen and (min-width: 960px) {
  .outline_block {
    padding: 90px 30px;
  }
}

ul.outline_block_txt {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px;
}
@media print, screen and (min-width: 960px) {
  ul.outline_block_txt {
    width: 800px;
    padding: 90px;
  }
}
ul.outline_block_txt li:not(:last-child) {
  margin-bottom: 2.5em;
}
ul.outline_block_txt h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 960px) {
  ul.outline_block_txt h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.jigyoubu_list_child {
  padding-top: 30px;
}
.jigyoubu_list_child:not(:last-child) {
  margin-bottom: 35px;
}
@media print, screen and (min-width: 960px) {
  .jigyoubu_list_child:not(:last-child) {
    margin-bottom: 70px;
  }
}
.jigyoubu_list_child h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .jigyoubu_list_child h3 {
    font-size: 30px;
  }
}
.jigyoubu_list_child h3 img {
  display: inline-block;
  width: 200px;
}
@media print, screen and (min-width: 960px) {
  .jigyoubu_list_child h3 img {
    width: auto;
  }
}
.jigyoubu_list_child .address {
  text-align: center;
  margin-top: 10px;
}
@media print, screen and (min-width: 960px) {
  .jigyoubu_list_child .address {
    margin-top: 15px;
  }
}
.jigyoubu_list_child ul {
  gap: 30px 0;
  margin-top: 25px;
}
@media print, screen and (min-width: 768px) {
  .jigyoubu_list_child ul {
    gap: 40px 6%;
  }
}
@media print, screen and (min-width: 960px) {
  .jigyoubu_list_child ul {
    gap: 40px;
    margin-top: 40px;
  }
}
.jigyoubu_list_child ul li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .jigyoubu_list_child ul li {
    width: 47%;
  }
}
@media print, screen and (min-width: 960px) {
  .jigyoubu_list_child ul li {
    width: auto;
  }
}
.jigyoubu_list_child ul li > img {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 960px) {
  .jigyoubu_list_child ul li > img {
    margin-bottom: 25px;
  }
}
.jigyoubu_list_child ul.aqsun {
  width: 70%;
  margin: 25px auto 0;
}
@media print, screen and (min-width: 768px) {
  .jigyoubu_list_child ul.aqsun {
    width: 100%;
    margin: 40px 0 0;
  }
}
@media print, screen and (min-width: 960px) {
  .jigyoubu_list_child ul.aqsun {
    gap: 40px 50px;
    width: 700px;
    margin: 40px auto 0;
  }
}
@media print, screen and (min-width: 768px) {
  .jigyoubu_list_child ul.aqsun li {
    max-width: 200px;
  }
}
@media print, screen and (min-width: 960px) {
  .jigyoubu_list_child ul.aqsun li {
    width: 30%;
  }
}
.jigyoubu_list_child ul .elsun_txt {
  display: grid;
  place-items: center;
}
.jigyoubu_list_child ul h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .jigyoubu_list_child ul h4 {
    font-size: 20px;
  }
}
.jigyoubu_list_child ul h4 img {
  display: inline-block;
  width: auto;
}
.jigyoubu_list_child .link_btn {
  margin-top: 20px;
}

/* ************************************************
 *	サンクラブ会員募集
 * ************************************************ */
ul.sunclub_feature {
  gap: 10px;
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  ul.sunclub_feature {
    gap: 0 15px;
    margin-top: 50px;
  }
}
ul.sunclub_feature li {
  width: 40%;
  max-width: 163px;
}
@media print, screen and (min-width: 768px) {
  ul.sunclub_feature li {
    width: 22%;
  }
}

a.sunclub_pdf {
  display: block;
  max-width: 900px;
  margin: 30px auto 5px;
}
@media print, screen and (min-width: 768px) {
  a.sunclub_pdf {
    margin: 50px auto 10px;
  }
}
@media print, screen and (min-width: 960px) {
  a.sunclub_pdf {
    transition: opacity 0.3s;
  }
  a.sunclub_pdf:hover {
    opacity: 0.6;
  }
}

a.sunclub_tokuten_pdf {
  display: block;
  max-width: 600px;
  margin: 0 auto 5px;
}
@media print, screen and (min-width: 768px) {
  a.sunclub_tokuten_pdf {
    margin: 0 auto 10px;
  }
}
@media print, screen and (min-width: 960px) {
  a.sunclub_tokuten_pdf {
    transition: opacity 0.3s;
  }
  a.sunclub_tokuten_pdf:hover {
    opacity: 0.6;
  }
}

.restaurant_tokuten_catch {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .restaurant_tokuten_catch {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 960px) {
  .restaurant_tokuten_catch {
    font-size: 22px;
    margin-bottom: 40px;
  }
}

.tokuten_col2 {
  gap: 0.75em 0;
}
@media print, screen and (min-width: 768px) {
  .tokuten_col2 {
    gap: 0 4%;
  }
}
.tokuten_col2 > div {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .tokuten_col2 > div {
    width: 48%;
  }
}
.tokuten_col2 h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 960px) {
  .tokuten_col2 h3 {
    font-size: 22px;
  }
}
.tokuten_col2 ul {
  font-weight: 500;
  text-indent: -1em;
  margin-left: 1em;
}
.tokuten_col2 ul li:not(:last-child) {
  margin-bottom: 0.75em;
}
.tokuten_col2 .note {
  padding-left: 1em;
  margin-top: 1.5em;
}
@media print, screen and (min-width: 960px) {
  .tokuten_col2 .note {
    margin-top: 2em;
  }
}
.tokuten_col2 .note.red {
  color: #d40000;
  text-indent: -1em;
  margin-left: 1em;
}

.waribiki_wrap {
  margin-bottom: 30px;
}
.waribiki_wrap .waribiki_block:not(:last-child) {
  margin-bottom: 30px;
}
.waribiki_wrap h3 {
  font-size: 18px;
  font-weight: 500;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 960px) {
  .waribiki_wrap h3 {
    font-size: 22px;
  }
}
.waribiki_wrap ul {
  text-indent: -1em;
  margin-left: 1em;
}

/* ************************************************ 
 *	サイトマップ
 * ************************************************ */
ul.sitemap {
  max-width: 1060px;
  padding: 0 5%;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  ul.sitemap {
    padding: 0 30px;
  }
}
ul.sitemap li {
  line-height: 1;
  border-top: 1px solid rgba(50, 50, 50, 0.1);
}
ul.sitemap > li {
  border-top: none;
  border-bottom: 1px solid rgba(50, 50, 50, 0.3);
}
ul.sitemap > li > a {
  font-weight: 500;
}
ul.sitemap a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 18px 1em;
  transition: 0.3s;
}
ul.sitemap a::after {
  position: absolute;
  right: calc(1em + 5px);
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-left: 1px solid #323232;
  border-top: 1px solid #323232;
  transform: rotate(135deg);
}
@media print, screen and (min-width: 960px) {
  ul.sitemap a:hover {
    background-color: #f8f7ef;
  }
}
ul.sitemap li.has-child > ul > li a {
  padding-left: 2em;
}
ul.sitemap li.has-child > ul > li > ul > li a {
  padding-left: 3em;
}/*# sourceMappingURL=page.css.map */