/* TOPページ */
/*.top_slid {padding-top: 80px;}
@media screen and (max-width:896px) {
.top_slid {padding-top: 0;}
}*/
.top_mv {
  position: relative;
}
.top_mv img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: 50% 85%;
}
.top_mv h2 {
  color: #fff;
  /* width: 100%; */
  /* line-height: 1.5; */
  font-weight: bold;
  /* text-shadow: #222 1px 1px 10px, #222 -1px 1px 10px; */
  position: absolute;
  /* top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 4rem; */
}
/* .top_mv h2 span {
  font-size: 3rem;
  letter-spacing: 3px;
} */
@media screen and (max-width: 896px) {
  .top_mv img {
    height: 450px;
    object-position: 35% 85%;
  }
  .top_mv img.slide_position {
    object-position: 85% 85%;
  }
  .top_mv h2 {
    font-size: 2.3rem;
  }
  .top_mv h2 span {
    font-size: 1.6rem;
    margin-left: -6px;
  }
}
.top_view .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.top_feature {
  background: url("../img/top/blackmamba.png"); /* Background pattern from Toptal Subtle Patterns */
  padding: 85px 0 15px;
}
@media screen and (max-width: 896px) {
  .top_feature {
    padding: 10% 0;
    height: auto;
  }
}
.top_feature p, .top_facility p {
  line-height: 2;
}
.top_feature h2 {
  font-size: 2.6rem;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .top_feature h2, .top_facility h2 {
    font-size: 2.4rem;
    margin: 0 0 25px;
  }
}
.top_feature h2 span, .top_facility h2 span {
  font-size: 1.5rem;
  color: #dde0e3;
}
.top_box, .top_box_re {
  width: 100%;
  margin: 80px auto 0;
  display: flex;
  position: relative;
}
.top_box_re {
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .top_box, .top_box_re {
    flex-direction: column;
    margin: 30px auto;
  }
}
.top_box .feature_mainimg, .top_box_re .feature_mainimg {
  width: 60%;
  object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .top_box .feature_mainimg, .top_box_re .feature_mainimg {
    width: 100%;
    object-fit: cover;
  }
}
.top_box .feature_mainimg img, .top_box_re .feature_mainimg img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media screen and (max-width: 896px) {
  .top_box .feature_mainimg img, .top_box_re .feature_mainimg img {
    height: auto;
    margin-bottom: 0;
  }
}
.top_box .feature_txtarea {
  background: #fff;
  max-width: 630px;
  height: 450px;
  position: absolute;
  top: 27px;
  right: 0;
}
.top_box_re .feature_txtarea {
  background: #fff;
  max-width: 630px;
  height: 447px;
  position: absolute;
  top: 27px;
  left: 0;
}
@media screen and (max-width: 896px) {
  .top_box .feature_txtarea, .top_box_re .feature_txtarea {
    max-width: 100%;
    height: 100%;
    position: static;
  }
}
@media screen and (min-width: 1800px) {
  .top_box .feature_txtarea {
    max-width: 1030px;
    height: 450px;
    top: 56px;
    right: 0;
  }
  .top_box_re .feature_txtarea {
    max-width: 1030px;
    height: 450px;
    top: 56px;
    left: 0;
  }
}
.textarea_p {
  padding: 3rem 5rem;
}
@media screen and (max-width: 896px) {
  .textarea_p {
    padding: 10% 3%;
  }
}
.textarea_p h3 {
  padding-bottom: 40px;
  font-size: 2.2rem;
  line-height: 1.3;
}
.textarea_p h3 span.point_n {
  font-size: 5rem;
  color: #22347d;
}
.textarea_p h3 span.sub_title {
  font-size: 1.5rem;
}
@media screen and (max-width: 896px) {
  .textarea_p h3 {
    padding-bottom: 20px;
  }
}
.top_facility {
  padding: 60px 0;
  background: #fff;
}
@media screen and (max-width: 896px) {
  .top_facility {
    padding: 0;
  }
  .top_facility_box {
    display: flex;
    flex-direction: column-reverse;
  }
}
.facility_title {
  width: 16%;
}
@media screen and (min-width: 897px) {
  .top_facility h2 {
    font-size: 2.6rem;
    margin: 8px 12px 8px 50px;
    text-align: left;
  }
}
.facility_caption {
  width: 64%;
}
.facility_mainimg img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .facility_title {
    width: 94%;
    padding: 0 3%;
  }
  .top_facility h2 {
    text-align: center;
  }
  .facility_caption {
    width: 94%;
    padding: 0 3%;
  }
  .facility_mainimg img {
    height: auto;
  }
}
.facility_subimg_flex {
  display: flex;
  width: 100%;
}
.facility_subimg {
  width: 50%;
}
.facility_subimg img {
  width: 100%;
}
.facility_txtarea {
  background: #fff;
  margin: 0 auto;
  display: flex;
  width: 100%;
  padding: 40px 0 60px;
}
.facility_txtarea .btn_more {
  margin-left: 40px;
}
@media screen and (max-width: 896px) {
  .facility_txtarea {
    flex-direction: column;
  }
  .facility_txtarea .btn_more {
    margin: 0 auto;
  }
}
.top_menu {
  padding: 80px 0;
  background: #fff;
  background-size: cover;
}
@media screen and (max-width: 896px) {
  .top_menu {
    padding: 0 0 0;
  }
}
.top_menu_box {
  display: flex;
}
@media screen and (max-width: 896px) {
  .top_menu_box {
    flex-direction: column-reverse;
  }
}
.top_menu_box .textarea_p {
  display: flex;
  flex-direction: column;
  width: 50%;
  background: #fff;
}
@media screen and (max-width: 896px) {
  .top_menu_box .textarea_p {
    width: auto;
    text-align: center;
  }
}
.top_menu h2 {
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 896px) {
  .top_menu h2 {
    text-align: center;
  }
}
.top_menu p.msg {
  text-align: left;
  margin-bottom: 40px;
  line-height: 2;
}
.top_menu img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media screen and (max-width: 896px) {
  .top_menu img {
    height: 300px;
  }
}
@media screen and (min-width: 1800px) {
  .top_menu img {
    height: auto;
  }
}
.top_menu .bbq_menu {
  display: flex;
  padding: 30px 0 30px 30px;
  background: #fff;
}
@media screen and (max-width: 896px) {
  .top_menu .bbq_menu {
    padding: 20px 0 20px 20px;
  }
}
.top_menu .bbq_menu dt {
  float: left;
  font-size: 3rem;
  width: 500px;
  color: #e3aa7b;
}
@media screen and (max-width: 896px) {
  .top_menu .bbq_menu dt {
    float: left;
    font-size: 1.8rem;
    width: auto;
  }
}
.top_menu .bbq_menu dd ul {
  border-left: #e3d6cc 1px solid;
  padding-left: 10px;
}
.top_menu .bbq_menu dd ul li {
  padding: 5px 0 5px 0;
}
.top_menu .bbq_menu dd ul li:first-child {
  padding: 0 0 5px 0;
}
.top_menu .bbq_menu dd ul li:last-child {
  padding: 5px 0 0 0;
}
.top_insta {
  padding: 80px 45px;
  background: #fff;
}
@media screen and (max-width: 896px) {
  .top_insta {
    padding: 80px 3%;
  }
}
.top_insta h2 {
  margin-bottom: 30px;
}
.top_insta p {
  text-align: center;
}
.t-voice_insta {
  display: flex;
  margin-bottom: 40px;
  justify-content: center;
}
.t-voice_insta li {
  margin-right: 1%;
  width: 24%;
}
.t-voice_insta li img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.t-voice_insta li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 896px) {
  .t-voice_insta {
    -webkit-flex-wrap: wrap; /* Safari etc. */
    -ms-flex-wrap: wrap; /* IE10        */
    flex-wrap: wrap;
  }
  .t-voice_insta li {
    width: 48%;
    margin-bottom: 1%;
  }
  .t-voice_insta li:nth-child(even) {
    margin-right: 0;
  }
}
ul.glam_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.glam_list li {
  width: 484px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 896px) {
  ul.glam_list li {
    margin: 0 auto 10%;
  }
}
ul.glam_list li img {
  position: relative;
  z-index: 10;
  max-width: 485px;
  height: auto;
  width: 100%;
}
ul.glam_list li .txt {
  background: #fff;
  width: 85%;
  padding: 5px;
  margin: -30px auto 0;
  position: relative;
  z-index: 20;
  height: 300px;
}
ul.glam_list li .txt .inner {
  border: 1px solid #e3d6cc;
  padding: 0 32px 20px;
  height: 278px;
}
@media screen and (max-width: 896px) {
  ul.glam_list li:nth-child(2) .txt {
    height: 400px;
  }
  ul.glam_list li:nth-child(2) .txt .inner {
    height: 378px;
  }
}
ul.glam_list li .txt h3 {
  font-size: 2rem;
  text-align: center;
  margin: 30px 0 20px;
  font-weight: 500;
}
.top_plan {
  padding: 80px 45px;
  background: #f0f0f0;
}
@media screen and (max-width: 896px) {
  .top_plan {
    padding: 80px 3%;
  }
}
.top_plan h2 {
  margin-bottom: 30px;
}
.top_plan p {
  text-align: center;
}
.top_plan_list h2 {
  margin-bottom: 30px;
}
.top_plan_list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  justify-content: space-between;
}
.top_plan_list ul li {
  width: 46%;
  height: auto;
  margin: 30px 1%;
  text-align: left;
  background: rgba(255, 255, 255, 0.6);
}
.top_plan_list ul li img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.top_plan_list ul li .p-plan__desc {
  padding: 10px 20px 20px;
}
.top_plan_list ul li h3 {
  padding: 20px 20px 10px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}
.top_plan_list ul li .p-plan__img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.top_plan_list p.pickup_text {
  padding: 0 20px 30px;
}
.top_p-plan_cat {
  display: flex;
}
.top_p-plan_cat p {
  padding: 4px 16px;
  border: 1px solid #999;
  border-radius: 18px;
  margin: 10px 0 20px 20px;
  background: #fff;
}
/*Smartphone*/
@media screen and (max-width: 896px) {
  .top_plan_list {
    margin-top: 30px;
  }
  .top_plan_list ul {
    padding: 0 0;
  }
  .top_plan_list ul li {
    width: 100%;
    margin: 0 0 20px;
  }
} /*END*/
/*PC幅広*/
@media screen and (min-width: 1800px) {
  .top_plan_list ul li {
    margin: 30px 20px;
  }
  .top_plan_list ul li .p-plan__img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
  }
}
/*厳選コンテンツ*/
/* .top_pickup_list {
  padding: 80px 0;
}
.top_pickup_list h2 {
  margin-bottom: 30px;
}
.top_pickup_list ul li {
  width: 32%;
  margin: 30px 10px;
  text-align: left;
  background: #fff;
  height: 430px;
}
.top_pickup_list ul li h3 {
  padding: 20px 20px 10px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}
.top_pickup_list p.top_pickup_img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
@media screen and (min-width: 1800px) {
  .top_pickup_list ul li {
    margin: 30px 20px;
  }
  .top_pickup_list p.top_pickup_img img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}
}
.top_pickup_list p.top_pickup_text {
  padding: 0 20px 30px;
} */
.top_bnr_area {
  padding: 80px 50px;
}
@media screen and (max-width: 896px) {
  .top_bnr_area {
    padding: 3% 3%;
  }
}
.top_bnr_area .bnr_group {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .top_bnr_area .bnr_group {
    flex-direction: column;
  }
}
.top_bnr_area .bnr_group .bnr_img {
  width: 100%;
}
/*@media screen and (min-width:897px) {
.top_bnr_area .bnr_group .bnr_img {
  width: auto;
}
}*/
.top_bnr_area .bnr_group img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
@media screen and (max-width: 1279px) {
  .top_bnr_area .bnr_group img {
    width: 100%;
  }
}
@media screen and (min-width: 1800px) {
  .top_bnr_area .bnr_group img {
    height: 480px;
  }
}
.top_bnr_area .bnr_group .inner {
  display: flex;
  background: #fff;
  padding: 5px;
}
@media screen and (max-width: 896px) {
  .top_bnr_area .bnr_group .inner {
    flex-direction: column;
  }
}
.top_bnr_area .bnr_group .txt {
  border: 1px solid #fff;
  text-align: center;
  padding: 34px 50px 24px;
}
@media screen and (max-width: 896px) {
  .top_bnr_area .bnr_group .txt {
    width: 100%;
    text-align: center;
    padding: 8% 5% 5%;
    box-sizing: border-box;
  }
}
.top_bnr_area .bnr_group .txt h2 {
  color: #22347d;
  display: inline-block;
  text-align: center;
  margin: 20px 0 20px;
  padding-bottom: 8px;
}
.top_bnr_area .bnr_group .txt p {
  font-size: 1.8rem;
  text-align: left;
}
@media screen and (max-width: 896px) {
  .top_bnr_area .bnr_group img {
    height: 240px;
    width: 100%;
    object-fit: cover;
  }
}
/* ------------------------------
   20240220追記
------------------------------ */
.top_slid {
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 896px) {
  .top_slid {
    margin-top: 60px;
    height: 450px;
  }
}
/* ===================================================
MV
=================================================== */
.top_mv h2 {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: min(6vw, 80px);
  line-height: 1.3;
  text-align: left;
  letter-spacing: 0.08em;
  margin: auto 0;
  inset: 0 auto 0 8%;
  width: fit-content;
  height: fit-content;
  z-index: 1;
}
.top_mv h2 .sbttl {
  display: block;
  letter-spacing: 0;
  font-size: 26px;
}
.top_mv h2:after {
  content: "";
  /*background: url(../img/top/mv_en.png) no-repeat center / contain;*/
  width: 550px;
  height: 99px;
  position: absolute;
  /*right: -110px;
  bottom: -43px;*/
}
.top_mv h2 img {
  width: 60%;
  object-fit: cover;
  height: auto;
  filter: drop-shadow(1px 1px 5px #333);
}
@media screen and (max-width: 896px) {
  .top_mv h2 {
    font-size: 50px;
    left: 15px;
    margin: 80px auto;
    inset: 35% auto 0 8%;
  }
  .top_mv h2 .sbttl {
    font-size: 16px;
  }
  .top_mv h2:after {
    width: 350px;
    height: 68px;
    /*right: 83px;*/
    bottom: -55px;
  }
}
/* ===================================================
location
=================================================== */
.top_location {
  margin-top: 85px;
  display: flex;
  gap: 5.67%;
}
.top_location_img {
  flex-shrink: 0;
  width: 45%;
  text-align: center;
}
.top_location h2 {
  text-align: left;
}
.top_location_txt {
  padding-top: 55px;
  padding-right: 6%;
  width: 55%;
  position: relative;
  z-index: 0;
}
.top_location_txt:after {
  content: "";
  background-color: #e6f9e7;
  width: 30.31vw;
  height: 21.67vw;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.top_location_txt .txt--en {
  margin-bottom: 10px;
}
.top_location_txt .txt--en img {
  width: 250px;
}
@media screen and (max-width: 896px) {
  .top_location {
    margin-top: 70px;
    flex-direction: column;
    gap: 40px;
    padding: 0 15px;
  }
  .top_location_img {
    width: 100%;
  }
  .top_location_txt {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 60px;
    width: 100%;
  }
  .top_location_txt:after {
    top: 245px;
    right: -15px;
    width: 65vw;
    height: auto;
  }
  .top_location_txt .txt--en img {
    width: 200px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
/* ===================================================
EXPREIENCE
=================================================== */
.top_expreience {
  margin-top: 180px;
  position: relative;
}
.top_expreience:before {
  content: "";
  background: rgb(227, 235, 150);
  background: linear-gradient(120deg, rgba(227, 235, 150, 1) 0%, rgba(220, 235, 150, 1) 26%, rgba(219, 235, 151, 1) 35%, rgba(226, 234, 150, 1) 54%, rgba(237, 232, 149, 1) 78%, rgba(254, 249, 228, 1) 100%);
  height: 278px;
  position: absolute;
  inset: auto -50px 0;
  z-index: -1;
  opacity: 0.73;
}
@media screen and (max-width: 896px) {
  .top_expreience {
    margin-top: 70px;
  }
  .top_expreience:before {
    display: none;
  }
}
/* ===================================================
EXPREIENCE　アンカー
=================================================== */
.top_feature {
  background: #fff8e6;
  padding: 100px 0;
}
.top_expreience {
  overflow: hidden;
}
.top_expreience .anchor {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 2%;
  padding-bottom: 110px;
  position: relative;
}
.top_expreience .anchor--item {
  width: calc(100% / 3);
}
.top_expreience .anchor a {
  display: block;
}
.top_expreience .anchor .txt_head {
  text-align: center;
  margin-bottom: 30px;
}
.top_expreience .anchor .txt_head img {
  margin: 0 auto 10px;
}
.top_expreience .anchor .txt_head span {
  display: block;
}
.top_expreience .anchor .txt_head .en {
  font-family: "PT Sans", sans-serif;
  font-size: 40px;
  color: #c7cb65;
  font-weight: 700;
  letter-spacing: 0;
}
.top_expreience .anchor .txt_head .ja {
  font-size: 16px;
  margin-top: 5px;
}
.top_expreience_section {
  margin-top: 100px;
  scroll-margin-top: 180px;
}
.top_expreience_section .sbttl {
  font-size: 18px;
}
.top_expreience_section h2 {
  font-size: min(1.803vw, 30px);
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 1350px) {
  .top_expreience_section h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 896px) {
  .top_expreience_section {
    margin-top: 70px;
    scroll-margin-top: 130px;
  }
  .top_expreience .anchor {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding-bottom: 0;
  }
  .top_expreience .anchor--item {
    width: fit-content;
    position: relative;
    padding: 0 15px 50px;
    margin: 0 -15px;
    position: relative;
  }
  .top_expreience .anchor--item:before {
    content: "";
    background: rgb(227, 235, 150);
    background: linear-gradient(120deg, rgba(227, 235, 150, 1) 0%, rgba(220, 235, 150, 1) 26%, rgba(219, 235, 151, 1) 35%, rgba(226, 234, 150, 1) 54%, rgba(237, 232, 149, 1) 78%, rgba(254, 249, 228, 1) 100%);
    height: 160px;
    position: absolute;
    inset: auto -50vw 0;
    z-index: -1;
    opacity: 0.73;
  }
  .top_expreience .anchor .txt_head img {
    width: 40px;
    height: 40px;
  }
  .top_expreience .anchor .txt_head .en {
    font-size: 30px;
  }
  .top_expreience .anchor .txt_head .ja {
    font-size: 13px;
  }
}
/* ===================================================
EXPREIENCE共通
=================================================== */
.top_expreience_section--lead {
  display: flex;
  align-items: flex-start;
}
.top_expreience_section--lead .img {
  text-align: center;
  width: 57.67%;
}
.top_expreience_section--lead .txt {
  margin-left: -75px;
  width: calc(100% - 57.67% + 75px);
  min-width: 500px;
  position: relative;
}
.top_expreience_section--lead .txt_inner {
  background-color: #fff;
  position: relative;
  padding: 68px 65px;
  z-index: 0;
}
.top_expreience_section--lead .txt_inner:before {
  content: "";
  border: 2px solid #999;
  position: absolute;
  inset: 15px;
}
.top_expreience_section--lead .txt_head {
  margin-bottom: -27px;
  margin-left: 95px;
  position: relative;
  z-index: 1;
}
.top_expreience_section--lead .txt_head span {
  display: block;
}
.top_expreience_section--lead .txt_head .ja {
  font-size: 16px;
}
.top_expreience_section--lead .txt_head .en {
  font-family: "PT Sans", sans-serif;
  font-size: 90px;
  color: #c7cb65;
  font-weight: 700;
  letter-spacing: 0;
  background: #ffb300;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  opacity: 0.9;
}
.top_expreience_section--lead .btn a {
  font-size: 15px;
}
@media screen and (max-width: 896px) {
  .top_expreience_section--lead {
    flex-direction: column;
    align-items: normal;
    gap: 30px;
  }
  .top_expreience_section--lead .img {
    width: 100%;
  }
  .top_expreience_section--lead .txt {
    margin-left: 0;
    width: 100%;
    min-width: auto;
  }
  .top_expreience_section--lead .txt_inner {
    padding: 50px 20px;
  }
  .top_expreience_section--lead .txt_inner:before {
    inset: 10px;
  }
  .top_expreience_section--lead .txt_head {
    margin-bottom: -17px;
    margin-left: 30px;
  }
  .top_expreience_section--lead .txt_head .ja {
    font-size: 11px;
  }
  .top_expreience_section--lead .txt_head .en {
    font-size: 40px;
  }
  .top_expreience_section .sbttl {
    font-size: 15px;
    line-height: 1.5;
  }
}
/* ===================================================
食べる
=================================================== */
.top_eat h3 {
  font-size: 28px;
  margin-bottom: 40px;
  text-align: center;
}
.top_eat--menu {
  margin-top: 100px;
  padding-bottom: 60px;
  position: relative;
}
.top_eat--menu:before {
  content: "";
  background: url(../img/common/pt_g.png) repeat 0 0;
  height: 485px;
  overflow-x: hidden;
  position: absolute;
  inset: auto -50vw 0;
  z-index: -1;
}
.top_eat--menu-inner {
  display: flex;
  gap: 2%;
}
.top_eat--menu-item {
  width: calc(100% / 3);
}
.top_eat--menu-item .txt {
  text-align: center;
}
.top_eat--menu-item .txt_head {
  font-size: 22px;
  font-weight: 500;
  margin: 10px 0 20px;
}
@media screen and (max-width: 896px) {
  .top_eat h3 {
    font-size: 18px;
    margin-bottom: 35px;
    line-height: 1.5;
  }
  .top_eat--menu {
    margin-top: 60px;
    padding-bottom: 40px;
  }
  .top_eat--menu:before {
    height: auto;
    inset: 150px -20px 0;
  }
  .top_eat--menu-inner {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .top_eat--menu-item {
    width: 480px;
    max-width: 100%;
  }
  .top_eat--menu-item .txt_head {
    font-size: 18px;
    margin: 10px 0;
  }
}
/* ===================================================
体験する
=================================================== */
.top_foodexperience--lead .txt {
  order: -1;
  margin-right: -5%;
  margin-left: 0;
}
.top_foodexperience--lead .txt_head {
  margin-left: 20px;
}
.top_foodexperience--menu {
  margin-top: 100px;
  padding: 180px 0;
  position: relative;
}
.top_foodexperience--menu:before {
  content: "";
  background: rgb(227, 235, 150);
  background: linear-gradient(120deg, rgba(227, 235, 150, 1) 0%, rgba(220, 235, 150, 1) 26%, rgba(219, 235, 151, 1) 35%, rgba(226, 234, 150, 1) 54%, rgba(237, 232, 149, 1) 78%, rgba(254, 249, 228, 1) 100%);
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.56;
}
.top_foodexperience--menu:after {
  content: "FOOD EXPERIENCE";
  color: #fff;
  font-family: "PT Sans", sans-serif;
  font-size: 200px;
  font-weight: 700;
  opacity: 0.54;
  position: absolute;
  right: -340px;
  bottom: -40px;
  z-index: -1;
}
.top_foodexperience--menu .txt--lead {
  text-align: center;
}
.top_foodexperience--menu-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(4vw, 60px) 2%;
  margin-top: 60px;
}
.top_foodexperience--menu-item {
  width: calc(100% / 4 - 23px);
}
.top_foodexperience--menu-item a {
  display: block;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(34, 73, 65, 0.12);
}
.top_foodexperience--menu-item .txt {
  font-size: min(1.333vw, 20px);
  text-align: center;
  padding: 20px 10px;
}
.top_foodexperience--menu-item .txt.-s {
  font-size: min(1.2vw, 18px);
}
@media screen and (max-width: 896px) {
  .top_foodexperience--lead .txt {
    order: 0;
    margin-right: 0;
  }
  .top_foodexperience--menu {
    margin-top: 70px;
    padding: 70px 0;
  }
  .top_foodexperience--menu:after {
    font-size: 50px;
    right: auto;
    left: 66px;
    bottom: 0;
    width: max-content;
  }
  .top_foodexperience--menu-inner {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 30px;
  }
  .top_foodexperience--menu-item {
    width: fit-content;
  }
  .top_foodexperience--menu-item .txt {
    font-size: 16px;
  }
  .top_foodexperience--menu-item .txt.-s {
    font-size: 16px;
  }
}
/* ===================================================
泊まる
=================================================== */
.top_stay--menu {
  margin-top: 100px;
  padding-bottom: 180px;
  position: relative;
}
.top_stay--menu:before {
  content: "";
  background: url(../img/common/pt_g.png) repeat 0 0;
  position: absolute;
  inset: 320px 0 0 7vw;
  z-index: -1;
}
.top_stay--menu h3 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
}
.top_stay--menu-item .img {
  position: relative;
}
.top_stay--menu-inner .txt {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}
.top_stay--menu-inner .txt:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
}
.top_stay--menu-item .is-hidden_sp .hover {
  opacity: 0;
  color: #fff;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  transition: 0.3s;
}
.top_stay--menu-inner_01 .top_stay--menu-item .is-hidden_sp .hover {
  background: rgba(224, 235, 151, 0.89);
}
.top_stay--menu-inner_02 .top_stay--menu-item .is-hidden_sp .hover {
  background: rgba(239, 230, 113, 0.89);
}
.top_stay--menu-item .is-hidden_sp .hover:before {
  content: "";
  mask: url(../img/common/ico_doom.svg) no-repeat center / contain;
  background-color: #fff;
  display: block;
}
.top_stay--menu-inner_01 .top_stay--menu-item .is-hidden_sp .hover:before {
  mask: url(../img/common/ico_doom.svg) no-repeat center / contain;
  width: 100px;
  height: 100px;
}
.top_stay--menu-inner_02 .top_stay--menu-item .is-hidden_sp .hover:before {
  mask: url(../img/common/ico_dog.svg) no-repeat center / contain;
  width: 71px;
  height: 71px;
}
.top_stay--menu-item .is-hidden_sp .hover .hover_member {
  background-color: #fff;
  color: #72749e;
  margin: 25px 0 13px;
  padding: 5px 25px;
  width: fit-content;
}
.top_stay--menu-item .is-hidden_sp .hover .btn {
  margin-top: 20px;
}
.top_stay--menu-item .is-hidden_sp .hover .btn a {
  color: #fff;
  font-size: 20px;
  border-color: #fff;
  margin: 0 auto;
  width: 250px;
}
.top_stay--menu-item .is-hidden_sp .hover .btn a:after {
  background-color: #fff;
}
.top_stay--menu-item .is-hidden_sp .hover .btn a:hover {
  background-color: #fff;
  color: #b9d157;
}
.top_stay--menu-inner_02 .is-hidden_sp .hover .btn a:hover {
  color: #f6d554;
}
.top_stay--menu-item .is-hidden_sp .hover .btn a:hover:after {
  background-color: #b9d157;
}
.top_stay--menu-inner_02 .top_stay--menu-item .is-hidden_sp .hover .btn a:hover:after {
  background-color: #f6d554;
}
.top_stay--menu-item .is-hidden_sp:hover .hover {
  opacity: 1;
}
.top_stay--menu-inner_01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(2.666vw, 40px) 3.03%;
  margin: 0 auto;
  width: 990px;
  max-width: 100%;
}
.top_stay--menu-inner_01 .txt:before {
  background: url(../img/common/ico_doom.svg) no-repeat center / contain;
  width: 24px;
  height: 20px;
}
.top_stay--menu-inner_01 .top_stay--menu-item {
  width: calc(100% / 2 - 3.03% / 2);
}
.top_stay--menu-inner_02 {
  margin-top: 80px;
}
.top_stay--menu-inner_02 {
  display: flex;
  gap: 2%;
}
.top_stay--menu-inner_02 .txt:before {
  background: url(../img/common/ico_dog.svg) no-repeat center / contain;
  width: 18px;
  height: 20px;
}
.top_stay--menu-inner_02 .top_stay--menu-item {
  width: calc(100% / 3);
}
@media screen and (max-width: 896px) {
  .top_stay--menu h3 {
    font-size: 18px;
  }
  .top_stay--menu {
    margin-top: 50px;
    padding-bottom: 70px;
  }
  .top_stay--menu:before {
    inset: 235px 0 0 0;
  }
  .top_stay--menu-inner .txt:before {
    margin-right: 5px;
  }
  .top_stay--menu-inner_01 {
    gap: 40px;
  }
  .top_stay--menu-inner_02 {
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .top_stay--menu-inner_01 .top_stay--menu-item, .top_stay--menu-inner_02 .top_stay--menu-item {
    width: auto;
  }
}
/* ===================================================
FAQ
=================================================== */
.top_faq {
  /*background: url(../img/top/faq_bg.jpg) no-repeat center / auto 100% #fff;*/
  background: #fffdf6;
  margin-top: 180px;
  margin-left: auto;
  padding: 90px 20px 90px 130px;
  position: relative;
  width: calc(100% - 50px - 70px);
}
.top_faq:after {
  content: "";
  background: linear-gradient(90deg, rgba(252, 186, 3, 1), rgba(255, 248, 230, 1));
  position: absolute;
  inset: 44px 0 -95px -70px;
  z-index: -1;
}
.top_faq h2 {
  text-align: left;
}
.top_faq .btn {
  margin-top: 60px;
}
.top_faq .btn a {
  font-size: 20px;
  padding: 15px;
  width: 360px;
}
@media screen and (max-width: 896px) {
  .top_faq {
    margin-top: 70px;
    padding: 70px 35px 70px 20px;
    width: calc(100% - 15px);
  }
  .top_faq h2 {
    text-align: center;
  }
  .top_faq:after {
    inset: 30px 0 -40px -15px;
  }
  .top_faq .btn {
    margin-top: 40px;
  }
  .top_faq .btn a {
    font-size: 16px;
    max-width: 100%;
  }
}
/* ===================================================
ピックアップ
=================================================== */
.top_pickup_list {
  margin-top: 275px;
}
/*.top_pickup_list h2 {
  text-align: left;
}*/
.top_pickup_list p {
  text-align: center;
}
.top_pickup_list p.top_pickup_text {
  font-size: 14px;
}
.top_pickup_list .bxslider {
  margin-top: 30px;
}
.top_pickup_list .bxslider .slick-dots li, .top_pickup_list .bxslider .slick-dots li button, .top_pickup_list .bxslider .slick-dots li button:before {
  width: 80px;
  height: 3px;
}
/*.top_pickup_list .bxslider .slick-dots {
  width: fit-content;
}*/
.top_pickup_list .bxslider .slick-dots li {
  margin: 0;
}
.top_pickup_list .bxslider .slick-dots li button {
  padding: 0;
}
.top_pickup_list .bxslider .slick-dots li button:before {
  content: "";
  background-color: #f2f2f2;
  opacity: 1;
}
.top_pickup_list .bxslider .slick-dots li.slick-active button:before {
  background-color: #ffb300;
}
.top_pickup_list .post-slider a {
  display: block;
  padding: 0 15px;
}
.top_pickup_img img {
  aspect-ratio: 480 / 280;
  object-fit: cover;
  object-position: center;
}
.top_pickup_title {
  font-size: 22px;
  font-weight: 500;
  margin: 10px 0 20px;
  line-height: 1.7;
}
.top_pickup_list .btn {
  margin-top: 80px;
}
.top_pickup_list .btn a {
  font-size: 20px;
  padding: 15px;
  width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .top_pickup_list {
    margin-top: 110px;
  }
  .top_pickup_list p {
    text-align: left;
  }
  .top_pickup_list .bxslider .slick-dots li, .top_pickup_list .bxslider .slick-dots li button, .top_pickup_list .bxslider .slick-dots li button:before {
    width: 40px;
  }
  .top_pickup_list .post-slider a {
    padding: 0;
  }
  .top_pickup_title {
    font-size: 80%;
    margin: 10px 0;
  }
}
/* ===================================================
フォトギャラリー
=================================================== */
.top_gallery {
  margin-top: 360px;
}
.top_gallery--inner {
  position: relative;
}
.top_gallery--inner .container {
  display: flex;
  flex-wrap: wrap;
  gap: min(2vw, 30px) 2%;
  padding-bottom: 95px;
}
.top_gallery--inner:before {
  content: "";
  background: rgb(227, 235, 150);
  background: linear-gradient(120deg, rgba(227, 235, 150, 1) 0%, rgba(220, 235, 150, 1) 26%, rgba(219, 235, 151, 1) 35%, rgba(226, 234, 150, 1) 54%, rgba(237, 232, 149, 1) 78%, rgba(254, 249, 228, 1) 100%);
  position: absolute;
  inset: 125px 20vw 0 0;
  z-index: -1;
  opacity: 0.41;
}
.top_gallery--inner .img {
  width: calc(100% / 4 - 23px);
}
@media screen and (max-width: 896px) {
  .top_gallery {
    margin-top: 140px;
  }
  .top_gallery h2.ttl_yellow {
    text-align: left;
  }
  .top_gallery--inner .container {
    justify-content: center;
    gap: 20px 15px;
    padding-bottom: 60px;
  }
  .top_gallery--inner:before {
    inset: 65px 10vw 0 0;
  }
  .top_gallery--inner .img {
    max-width: calc(100% / 2 - 7.5px);
    width: fit-content;
  }
}
/* ===================================================
map 施設マップ
=================================================== */
.top_map {
  background-color: #fffdf6;
  padding: 180px 0 90px;
  margin-top: 180px;
}
.top_map--inner {
  margin-top: 30px;
}
.top_map--inner img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .top_map {
    padding: 70px 0;
    margin-top: 70px;
  }
  .top_map--inner img {
    width: 100%;
  }
}
/* ===================================================
アクセス
=================================================== */
.top_access {
  background-color: #fffdf6;
  padding: 180px 0;
}
.top_access--inner {
  display: flex;
  align-items: flex-start;
  gap: 55px;
  margin-top: 30px;
}
.top_access .g_map {
  width: 51%;
}
.top_access .g_map iframe {
  width: 100%;
  height: 566px;
}
.top_access .txt {
  width: 49%;
}
.top_access .txt * {
  font-size: 16px;
  line-height: 2;
}
.top_access .txt dl > div {
  margin-top: 30px;
}
.top_access .txt dl dt {
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 896px) {
  .top_access {
    padding: 70px 0;
  }
  .top_access--inner {
    flex-direction: column;
    gap: 30px;
  }
  .top_access .g_map {
    width: 100%;
  }
  .top_access .g_map iframe {
    height: 254px;
  }
  .top_access .txt {
    width: 100%;
  }
  .top_access .txt * {
    font-size: 15px;
  }
  .top_access .txt dl dt {
    font-size: 18px;
  }
}
/* ===================================================
周辺観光
=================================================== */
.top_gf {
  margin-top: 100px;
  margin-bottom: 50px;
  padding: 100px 0;
  background: #fff8e6;
}
.top_gf ul {
  display: flex;
  gap: 2%;
}
.top_gf ul li {
  width: calc(100% / 4);
}
.top_gf ul li .img img {
  aspect-ratio: 352 / 250;
  object-fit: cover;
  object-position: center;
}
.top_gf ul li h3 {
  margin-top: 10px;
  font-weight: 500;
  font-size: 20px;
}
.top_gf .btn {
  margin-top: 60px;
}
.top_gf .btn a {
  font-size: 20px;
  padding: 15px;
  width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .top_gf {
    margin-top: 70px;
  }
  .top_gf ul {
    flex-wrap: wrap;
    gap: 30px 15px;
  }
  .top_gf ul li {
    width: calc(100% / 2 - 7.5px);
  }
  .top_gf ul li h3 {
    font-size: 13px;
  }
  .top_gf .btn {
    margin-top: 40px;
  }
  .top_gf .btn a {
    font-size: 16px;
    padding: 15px;
    width: 360px;
    margin: 0 auto;
  }
}
/* 20240220追記　ここまで
------------------------------ */
/*固定バナー*/
#scroll {
  position: fixed;
  bottom: 270px;
  right: 0;
  width: 230px;
  z-index: 300;
  background: none;
}
#scroll img {
  width: 100%;
  object-fit: cover;
  box-shadow: 2px 2px 15px #656464;
}
@media screen and (max-width: 896px) {
  #scroll {
    bottom: 66px;
    right: 0;
    width: 100%;
  }
  #scroll img {
    width: 96%;
    margin: 0 auto;
  }
}
/*フォトギャラリー*/
.meal-box {
  padding: 90px 0;
}
.meal-box ul {
  width: 100%;
  margin: 0 auto;
}
.meal-box ul li {
  width: 32%;
}
.meal-box ul li img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.meal-box ul li img:hover {
  transition: 0.2s;
  transform: scale(1.02);
}
.inr {
  padding-right: 70px;
  padding-left: 70px;
}
.mb45 {
  margin-bottom: 45px;
}
.meal-box h2 {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 45px;
  line-height: 1.8;
}
/*PC*/
@media screen and (min-width: 768px) {} /*END*/
/*Smartphone*/
@media screen and (max-width: 896px) {
  .meal-box {
    padding: 50px 0 90px;
  }
  .meal-box ul {
    width: 100%;
  }
  .meal-box ul li {
    width: 49%;
  }
  .meal-box ul li img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 3px;
  }
  .inr {
    padding: 15px;
  }
  .mb45 {
    margin-bottom: 20px;
  }
}
/*	flexbox
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ */
.fb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fb-both {
  /*両端揃え*/
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.fb-right {
  /*右寄せ*/
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.fb-center {
  /*中央揃え*/
  justify-content: center;
  -webkit-justify-content: center;
}
.fb-rev {
  flex-direction: row-reverse;
}
.fb-col-rev {
  flex-direction: column-reverse;
}
.fb-al-center {
  align-items: center;
}
.fb-al-top {
  align-items: flex-start;
}
.fb-al-bottom {
  align-items: flex-end;
}
.inb {
  display: inline-block;
}
/*PC*/
@media screen and (min-width: 768px) {
  .pc-t-center {
    text-align: center;
  }
  .pc-t-center img {
    margin-right: auto;
    margin-left: auto;
  }
  .pc-t-left {
    text-align: left;
  }
  .pc-t-right {
    text-align: right;
  }
  .pc-t-jus {
    text-align: justify;
  }
  .pc-fb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pc-fb-both {
    /*両端揃え*/
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .pc-fb-right {
    /*右寄せ*/
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .pc-fb-center {
    /*中央揃え*/
    justify-content: center;
    -webkit-justify-content: center;
  }
  .pc-fb-rev {
    flex-direction: row-reverse;
  }
  .pc-fb-col-rev {
    flex-direction: column-reverse;
  }
  .pc-fb-al-center {
    align-items: center;
  }
} /*END*/
/*------------------------------------------

ギャラリー内「もっと見る」

------------------------------------------*/
.readmore {
  position: relative;
  box-sizing: border-box;
}
.readmore-content {
  position: relative;
  overflow: hidden;
  height: 520px;
}
.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
  height: 50px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}
/* 続きを読むボタン */
.readmore-label {
  display: table;
  position: absolute;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  text-align: center;
  background: #fff;
  margin-top: 30px;
  border: 1px solid #979797;
  color: #333;
  max-width: 84%;
  font-size: 20px;
  padding: 15px;
  width: 360px;
}
.readmore-label:before {
  content: "See more";
}
.readmore-check {
  display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
  /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before {
  content: "Close up";
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content {
  height: auto;
}
@media screen and (max-width: 896px) {
  .readmore-check:checked ~ .readmore-content {
    height: auto;
  }
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
  display: none;
} /*END*/
/*動くバナー*/
#scroll {
  position: fixed;
  bottom: 265px;
  right: 0;
  width: 200px;
  z-index: 100;
  background: none;
}
#scroll img {
  width: 200px;
  object-fit: cover;
  box-shadow: 2px 2px 15px #656464;
}
@media screen and (max-width: 896px) {
  #scroll {
    bottom: 65px;
    right: 0;
    width: 150px;
  }
  #scroll img {
    width: 187px;
  }
}
/*　上に上がる動き　*/
#scroll.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
#scroll.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*閉じるバナー*/
.callout-container img {
  width: 100%;
}
.bnr_close {
  position: absolute;
  top: -5px;
  right: 5px;
  color: white;
  font-size: 50px;
  padding: 10px;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
}
.bnr_close:hover {
  color: lightgrey;
}
.top_bnr {
  padding: 50px 0;
}
.top_bnr ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top_bnr ul li {
  width: 45%;
  margin: 15px;
}
.top_bnr ul li img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 896px) {
  .top_bnr ul {
    display: block;
  }
  .top_bnr ul li {
    width: 100%;
    margin: 0;
    padding-bottom: 3%;
  }
}
/*閉じるバナー*/
.callout-container {
  position: fixed;
  width: 27%;
  max-width: 280px;
  z-index: 4;
  bottom: 40%;
  right: 0;
  background: none;
  padding: 2px;
}
.callout-container img {
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .callout-container {
    width: 30%;
    max-width: 190px;
    left: unset;
    right: 0;
    bottom: 48%;
  }
}
@media screen and (max-width: 896px) {
  .callout-container {
    position: fixed;
    width: 35%;
    z-index: 4;
    max-width: 200px;
    bottom: 58px;
    left: unset;
    right: 0;
    background: none;
    padding: 2px;
  }
}
.bnr_close {
  position: absolute;
  top: -8px;
  right: 8px;
  color: #888888;
  font-size: 36px;
  padding: 10px;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .bnr_close {
    font-size: 2.5rem;
    top: 0;
    right: 0;
  }
}
.bnr_close:hover {
  color: lightgrey;
}
/* ニュースデザイン変更 250925 */
.top_news {
  display: flex;
  flex-direction: column;
  background-color: #fffaed;
  padding: 50px 0;
}
.top_news .container {
  display: block;
}
.top_news ul {
  list-style: none;
  padding: 20px 45px;
  margin: 0;
}
.top_news ul li {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  line-height: 1.7;
  padding: 10px;
}
.top_news ul li a {
  text-decoration: none;
  color: inherit;
}
.top_news img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  margin: 0 auto 10px;
}
.top_news ul li span.date {
  display: block;
  text-align: center;
}
.top_news p {
  line-height: 1.2;
  margin-top: 1rem;
  padding: 0 10px;
}
/* ===================================================
レスポンシブ対応
=================================================== */
@media screen and (max-width: 896px) {
  .top_news {
    padding: 20px 0;
  }
  .top_news ul {
    padding: 10px 15px 20px;
  }
  .top_news h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .top_news ul li {
    font-size: 12px;
    gap: 0;
    padding: 5px;
  }
  .top_news ul p {
    font-size: 1.5rem!important;
  }
}
.title-sp { display: none; }

/* SP用スタイル */
@media screen and (max-width: 896px) {
  .title-pc { display: none; }
  .title-sp { display: block; }
}