/* TOPページ */
/*.top_slid {padding-top: 80px;}
@media screen and (max-width:896px) {
.top_slid {padding-top: 0;}
}*/

.top_slider {
　width: 100%;
　height: 100%;
position: relative;
}
.top_slider .swiper-slide {
  width: 100%;
  height: 100%;
}
.top_slider .swiper-slide img {
  width: 100%;
  height:777px;
  object-fit: cover;
}
.top_slider img.logo {
position: absolute;
z-index: 3;
left: 50%;
transform: translateX(-50%);
top: 26%;
}

@media screen and (max-width:896px) {
  .top_slider .swiper-slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  .top_slider img.logo {
  width: 50%;
  }
}


.top_slid {
  margin-top: 80px;
  position: relative;
  width: 100%;
}
.top_slid img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}
.slid_msg {
  color: #fff;
  width: 320px;
  line-height: 1.9;
  font-size: 19px;
  position: absolute;
  text-shadow: 2px 2px 5px #4d4d4d;
  top: 50%;
  right: 12px;
  z-index: 3;
}
.slider {
  margin-inline: auto;
  overflow: hidden;
  /* 画像がはみ出ないようにする */
  width: 100%;
}
.slick-img img {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
    /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
@media screen and (max-width:896px) {
  .top_slid {
    margin-top: 60px;
    height: 430px;
  }
  .top_slid img {
    height: 430px;
  }
  .slid_msg {
    width: 290px;
    font-size: 17px;
    top: 50%;
    right: unset;
    left: 30px;
  }
}
.top_mv {
  padding-top: 80px;
  position: relative;
}
.top_mv img {
  width: 100%;
}
.color_bk {
  color: #333;
}
.color_bk a {
  color: #555;
}
.color_gr {
  color: #CFCFCF;
}
.top_feature .color_gr {
  color: #CFCFCF;
}
.color_fgr {
  color: #F0F0F0;
}
.top_mv h2 span.openday {
  font-family: 'Kaushan Script', cursive;
  font-size: 32px;
}
@media screen and (max-width:896px) {
  .top_mv {
    padding-top: 60px;
  }
  .top_mv h2 {
    top: 60%;
    font-size: 22px;
  }
  .top_mv h2 span.openday {
    font-size: 18px;
  }
}
.top_news {
  padding: 0;
  background: #edf3f5;
}
.top_news ul {
  margin: 0 auto;
  max-width: 1000px;
  overflow-y: scroll;
  height: 96px;
}
@media screen and (max-width:896px) {
  .top_news .container {
    flex-direction: column;
  }
}
.top_news h2 span {
  font-size: 14px;
}
.top_news h2 a {
  color: #C0C0C0;
}
.top_news ul li {
  padding: 20px 0;
  border-bottom: 1px solid #CECECE;
}
.top_news ul li a {
  color: #2D2D2D;
}
@media screen and (max-width:896px) {
  .top_news ul li {
    padding: 2% 0;
    line-height: 1.8;
  }
}
.top_news ul li span.date {
  padding: 0 22px 0 30px;
  color: #2D2D2D;
}
.top_news ul li span.cate {
  color: #fff;
  background: #A1B3AF;
  padding: 4px 10px;
  margin-right: 30px;
  font-size: 1.4rem;
}
@media screen and (max-width:896px) {
  .top_news ul li span.date {
    padding: 0;
  }
  .top_news ul li span.cate {
    padding: 1% 2%;
    font-size: 1.2rem;
  }
}
.top_news ul li span.cate a {
  color: #fff;
}
/*下層　ニュース一覧（パンくずから飛んだ時用）*/
ul.media_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 80px;
}
ul.media_list li {
  width: 25%;
  margin-top: 0px;
}
ul.media_list li.txt {
  width: 100%;
  border-bottom: 1px dotted #ccc;
  padding: 0 20px;
  margin: 0;
}
ul.media_list li.txt p {
  text-align: left;
}
ul.media_list .image {
  width: 170px;
  height: 218px;
  margin: 0 auto;
}
ul.media_list .image img {
  width: 100%;
  height: auto;
}
ul.media_list p {
  text-align: center;
  margin: 10px 0;
}
.top_location {
  padding: 120px 0;
  background-color: rgba(63, 55, 46, 0.7);
}
.top_location h2 {
  font-size: 2rem;
  line-height: 1.7;
  color: #fff;
  font-weight: 500;
  text-align: left;
}
.top_location p {
  margin-top: 40px;
  line-height: 2.2;
  padding: 0;
  text-align: left;
  color: #fff;
}

.top_imgbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.top_imgbox .img {
  width: 49.5%;
}
.top_imgbox .img img {
  width: 100%;
}
.top_feature_bk {
  padding: 85px 0;
}
@media screen and (max-width:700px) {
  .top_feature_bk {
    padding: 10% 0;
  }
  .top_location {
    padding: 60px 0;
  }
  .top_location h2 {
    font-size: 1.6rem;
  }
  .top_imgbox .img {
    width: 100%;
    height: 210px;
    margin-bottom: 3px;
  }
  .top_imgbox .img img {
    width: 100%;
    height: 210px;
    object-fit: cover;
  }
}
/*Top魅力*/
.top_feature .charm7 {
  width: 60%;
  margin: 40px auto;
}
.top_feature .charm7 li {
  padding: 10px;
}
.chbox h3 {
  padding: 25px 5px;
  font-size: 1.8rem;
}
.chbox h3 span.point_n {
  font-size: 3.6rem;
}
@media screen and (max-width:896px) {
  .top_feature .charm7 {
    width: 100%;
  }
  .chbox h3 span.point_n {
    font-size: 3rem;
  }
}
.charm_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  box-sizing: border-box;
  justify-content: space-between;
}
.charm_box .pc_chead {
  width: 65%;
  padding: 0 20px;
  box-sizing: border-box;
}
.hdbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.hdbox h2 {
  width: 255px;
  color: #222;
  font-size: 2.3rem;
  font-weight: 500;
  text-align: left;
}
.hdbox div.hbar {
  width: calc(100% - 260px);
  height: 1px;
  background-color: #222;
}
.charm_box .chbox {
  width: 33%;
  box-sizing: border-box;
  margin: 15px 0;
}
.charm_box .chbox .txtbox h3 {
  padding-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.4;
  position: relative;
  color: #3A3A55;
  margin-bottom: 20px;
  width: 100%;
}
.charm_box .chbox h3 span.point_n {
  font-size: 3.6rem;
}
.charm_box .chbox h3 span.sub_title {
  font-size: 1.4rem;
}
@media screen and (max-width:850px) {
  .charm_box .pc_chead p.sphid {
    display: none;
  }
  .charm_box .pc_chead {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .charm_box .hdbox h2 {
    width: 220px;
    color: #222;
    font-size: 2rem;
    font-weight: 500;
    text-align: left;
  }
  .hdbox div.hbar {
    width: calc(100% - 220px);
  }
  .charm_box .chbox {
    width: 100%;
    position: relative;
    display: flex;
  }
  .charm_box .chbox .imgbox {
    width: 45%;
  }
  .charm_box .chbox .imgbox img {
    width: 100%;
    object-fit: cover;
  }
  .charm_box .chbox .txtbox {
    width: 55%;
    margin-bottom: 0;
    padding: 0 0 0 15px;
    box-sizing: border-box;
  }
  .charm_box .chbox h3 span.point_n {
    font-size: 3.3rem;
  }
  .charm_box .chbox h3 span.sub_title {
    font-size: 1.4rem;
    letter-spacing: 0.4px;
  }
  .charm_box .chbox .txtbox h3 {
    margin: 0 auto;
    font-size: 1.7rem;
    padding-bottom: 0;
  }
}
@media screen and (max-width:600px) {
  .charm_box .chbox .imgbox {
    width: 80%;
    height: 365px;
  }
  .charm_box .chbox .txtbox {
    width: 80%;
    margin-bottom: 0;
    padding: 0 0 30px 12px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 200px;
    background: #FAFAFA;
  }
  .charm_box .chbox h3 span.point_n {
    font-size: 3rem;
  }
  .charm_box .chbox h3 span.sub_title {
    font-size: 1.2rem;
    letter-spacing: 0.4px;
  }
  .charm_box .chbox .txtbox h3 {
    margin: 0 auto;
    font-size: 1.5rem;
    padding-bottom: 0;
    width: 96%;
  }
}
.bold {
  font-weight: bold;
}
.top_feature p {
  line-height: 2.0;
}
.top_feature h2 span, .top_facility h2 span {
  font-size: 1.5rem;
  color: #b4b5b5;
}
.top_feature .top_box, .top_box_re {
  width: 100%;
  margin: 80px auto 150px;
  display: flex;
  position: relative;
  align-items: center;
}
/*top page*/
@media screen and (max-width:896px) {
  .top_feature .top_box, .top_box_re {
    width: 100%;
    margin: 30px auto 20px;
    display: flex;
    position: relative;
    align-items: center;
  }
}
.meal .meal_box, .meal_box_re {
  width: 100%;
  margin: 30px auto 380px;
  display: flex;
  position: relative;
  align-items: center;
}
.top_box_re {
  justify-content: flex-end;
}
.top_box .feature_mainimg, .top_box_re .feature_mainimg {
  width: 54%;
  object-fit: cover;
}
.top_box .feature_mainimg img, .top_box_re .feature_mainimg img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
.top_box .feature_txtarea {
  max-width: 680px;
  width: 50%;
  height: 450px;
  position: absolute;
  top: 36px;
  right: 0;
  background: #ffffff;
  /*rgba(23,51,47,0.9)*/
}
.top_box_re .feature_txtarea {
  max-width: 680px;
  height: 450px;
  position: absolute;
  top: 36px;
  left: 0;
  background: #ffffff;
  /*rgba(23,51,47,0.9)*/
}

@media screen and (max-width:896px) {
  .top_box, .top_box_re {
    flex-direction: column;
    margin: 30px auto;
  }
  .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 {
    height: auto;
    margin-bottom: 0;
  }
  .top_box .feature_txtarea, .top_box_re .feature_txtarea {
    max-width: 100%;
    height: 100%;
    position: static;
  }
  .top_box .feature_txtarea {
    max-width: 1030px;
    height: auto;
    top: 56px;
    right: 0;
    width: 96%;
    transform: translate(0%, -20px);
  }
  .top_box_re .feature_txtarea {
    max-width: 1030px;
    height: auto;
    top: 56px;
    left: 50%;
    width: 90%;
    transform: translate(0%, -20px);
  }

  .meal_ext {
    width: 70%;
    padding: 20px;
  }
  .meal_ext p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:650px) {
  .meal_ext {
    width: 80%;
    padding: 15px;
    top: 325px;
  }
  .meal_ext p {
    padding-top: 10px;
    font-size: 1.3rem;
  }
}
/*周辺観光*/
.top_area_bk {
  padding: 80px 0;
}
.top_area ul {
  display: flex;
}
.top_area ul li {
  width: 16.666%;
}
.top_area ul li img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
@media screen and (max-width:896px) {
  .top_area ul {
    flex-wrap: wrap;
  }
  .top_area ul li {
    width: 33.333%;
  }
  .top_area ul li img {
    width: 100%;
    height: 80px;
    object-fit: cover;
  }
}
/*施設の紹介*/
/*.top_facility {
  padding: 45px 85px 80px;
}
.t-facilities_img ul.l_s_image {
  display: flex;
  flex-direction: row;
  max-width: 1060px;
  margin: 0 auto;
  justify-content: center;
}
.t-facilities_img ul.l_image li {
  padding-right: 6px;
}
.t-facilities_img ul.l_image img {
  width: 720px;
  height: 486px;
  object-fit: cover;
}
.t-facilities_img ul.s_image img {
  width: 334px;
  height: 240px;
  object-fit: cover;
}
.t-facilities_img ul.s_image li:first-child {
  padding-bottom: 6px;
}
.t-facilities_img ul.s_image {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width:896px) {
  .top_facility {
    padding: 10% 0;
  }
  .t-facilities_img ul.l_s_image {
    flex-direction: column;
  }
  .t-facilities_img ul.l_image li {
    padding-right: 0;
    padding-bottom: 6px;
  }
  .t-facilities_img ul.l_image img {
    height: 240px;
  }
  .t-facilities_img ul.s_image img {
    height: 120px;
    object-fit: cover;
  }
  .t-facilities_img ul.s_image li:first-child {
    padding-bottom: 0;
    padding-right: 6px;
  }
  .t-facilities_img ul.s_image {
    flex-direction: row;
  }
}*/
/*
.meal_mainimg {
  width: 50%;
}
.meal_mainimg img {
  width: 100%;
  max-width: 530px;
  height: 400px;
  object-fit: cover;
  margin: 0 auto;
}
.meal_txtarea {
  background: rgba(49, 49, 49, 0.7);
  max-width: 530px;
  height: 400px;
  margin: 0 auto;
  width: 50%;
  position: relative;
}
.meal_title h3 {
  padding: 10rem 3rem 0rem;
}
.meal_txtarea p {
  padding: 3rem;
}
@media screen and (max-width:896px) {
  .meal_mainimg {
    width: 100%;
  }
  .meal_title h3 {
    padding: 3rem 3rem 0rem;
  }
  .meal_mainimg img {
    height: auto;
  }
  .top_meal {
    padding: 10% 0;
  }
  .meal_txtarea {
    width: 100%;
    margin: 0 auto 30px;
    height: auto;
  }
}*/
.top_spatxt {
  width: 830px;
  margin: 20px auto 0;
}
.top_sp_tbl {
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #EBEBEB;
  width: 100%;
  margin: 15px auto 0;
}
.top_sp_tbl tr {
  font-size: 1.5rem;
  padding: 1.6rem;
  border-bottom: 1px dotted #EBEBEB;
  text-align: left;
}
.top_sp_tbl tr th {
  padding: 1rem 1rem;
  width: 20%;
  color: #fff;
  line-height: 1.3;
}
.top_sp_tbl td {
  width: 80%;
  font-size: 1.5rem;
  padding: 1rem 1rem;
  border-left: 1px dotted #EBEBEB;
  color: #fff;
  line-height: 1.3;
}
@media screen and (max-width:1020px) {
  .top_spatxt {
    width: 100%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width:896px) {
  .pickup_sp li {
    display: flex;
    height: 90px !important;
  }
  .pickup_sp li .top_pickup_sp__img {
    width: 180px;
  }
  .pickup_sp li .top_pickup_sp__img img {
    width: 100%;
    height: 90px;
    object-fit: cover;
  }
  .pickup_sp li .top_pickup_sp__ttl {
    width: calc(100% - 120px);
  }
  .pickup_sp li .top_pickup_sp__ttl {
    padding: 20px 15px;
    font-size: 1.6rem;
  }
}
.top_activity.top_pickup {
  background-image: none;
}
.top_activity_bk {
  padding: 40px 0;
}
.top_activity_bk ul li {
  background: #fff;
  margin: 10px;
  height: 400px;
}
.li_hgt ul li {
  height: 400px;
}
.top_activity_bk ul.top_arou li {
  background: #fff;
  margin: 0;
}
.top_content__img, .imgbox {
  height: 220px;
}
@media screen and (max-width:896px) {
  .top_content__img, .imgbox {
    height: auto;
  }
}
.top_content__img img, .imgbox img {
  width: 100%;
  height: 220px;
  object-fit: cover
}
.top_content__desc {
  width: 90%;
  margin: 20px auto;
  text-align: left;
  height: 100px;
}
.top_rental_bk {
  padding: 60px 0;
}
.top_rental ul.rental_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top_rental ul.rental_area > li {
  width: 30%;
  padding: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width:896px) {
  .top_rental ul.rental_area > li {
    width: 46%;
    padding: 1%;
    margin-bottom: 20px;
  }
}
.top_rental ul.rental_area img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media screen and (max-width:896px) {
  .top_rental ul.rental_area img {
    height: 160px;
  }
}
.top_rental ul.rental_area h3.spot {
  background: #f2ded3;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
}
.top_rental ul.rental_area .rental_tag {
  border: 1px solid #888;
  border-radius: 16px;
  width: 100px;
  text-align: center;
}
.top_rental ul.rental_area .sell_tag {
  color: #fff;
  background: #595757;
  border-radius: 16px;
  width: 100px;
  text-align: center;
}
.top_rental ul.rental_area .p_desc {
  padding: 10px;
  line-height: 1.6;
}
.top_rental ul.rental_area .p_desc p {
  font-size: 1.4rem;
}
@media screen and (max-width:896px) {
  .top_rental ul.rental_area .rental_tag {
    width: 100%;
  }
  .top_rental ul.rental_area .sell_tag {
    width: 100%;
  }
  .top_rental ul.rental_area .p_desc {
    padding: 5px;
  }
}
/*.top_area {
  background: #f9fcfe;
  padding: 80px 0;
}
@media screen and (max-width:896px) {
.top_area {
  padding: 10% 0;
}
}
.top_area h2 {
	margin-bottom: 30px;
}
.top_area .cate {
	text-align: center;
}
.top_area .cate p {
	position: relative;
	text-align: center;
	font-size: 2.0rem;
	margin: 0 auto 25px;
	display: inline-block;
	padding: 0 30px;
}
.top_area .cate p span {
	background: #f9fcfe;
	padding: 0 30px;
	z-index: 20;
	position: relative;
}
.top_area .cate p:before {
	content: "";
	height: 1px;
	background: #ccc;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.top_area ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.top_area ul li {
	width: 320px;
}
.top_area ul li img {
  width: 320px;
  height: 230px;
  object-fit: cover;
}
@media screen and (max-width:896px) {
.top_area ul {
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
	flex-wrap : wrap;
}
  .top_area ul li {
	margin-bottom: 30px;
}
}

.top_area ul li h3 {
	padding: 18px 0 14px;
	text-align: center;
	margin-bottom: 6px;
	font-size: 1.6rem;
	font-weight: 500;
}
.top_area ul li h3.spot {
	background: #b4b5b5;
  color: #fff;
}
.top_area ul li h3.shop {
	background: #b4b5b5;
}
.top_area ul li p {
	margin: 15px 0 0;
	padding: 0 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}*/
.top_insta {
  padding: 40px 0;
}
.top_access {
  padding: 40px 0 30px;
}
@media screen and (max-width:896px) {
  .top_access {
    padding: 10% 0;
  }
}
.top_access .g_map {
  width: 94%;
  margin: 0 auto;
  height: 360px;
  margin-bottom: 40px;
}
.top_access .g_map iframe {
  width: 100%;
  height: 360px;
}
.top_access ul {
  width: 94%;
  margin: 0 auto 20px;
}
@media screen and (max-width:896px) {
  .top_access .g_map {
    width: 100%;
  }
  .top_access ul {
    width: 100%;
  }
}
.top_access li {
  color: #333;
  padding: 20px 0 0;
  border-top: 1px solid #C3C3C3;
}
.top_access li:last-child {
  border-bottom: 1px solid #C3C3C3;
}
@media screen and (max-width:896px) {
  .top_access li {
    flex-direction: column;
    padding: 26px 0 14px;
  }
}
.top_access li h3 {
  font-size: 1.8rem;
  font-weight: 500;
  width: 26%;
  padding: 0 15px;
  box-sizing: border-box;
  color: #222;
}
@media screen and (max-width:896px) {
  .top_access li h3 {
    width: 100%;
  }
}
.top_access li p {
  width: 100%;
  padding: 16px 14px;
  color: #222;
  box-sizing: border-box;
}
@media screen and (max-width:896px) {
  .top_access li p {
    width: auto;
    padding: 5px 14px;
    border-left: none;
  }
}
.top_access li p span {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4;
}
.top_access p.msg {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 50px 0;
}
.top_access .checkin_box {
  width: 100%;
  margin: 0px auto 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top_access .checkin_wrapper {
  padding: 1em;
  border: 1px solid #222;
}
.top_access address {
  font-size: 1.5rem;
  margin-top: 1em;
  color: #222;
  line-height: 1.5;
}
.top_access p.checkin {
  font-size: 1.8rem;
  color: #222;
}
.top_access p.checkin a {
  font-size: 1.8rem;
  padding-right: 1em;
}
.top_access p.checkin_ttl {
  position: relative;
  text-align: center;
  font-size: 2.0rem;
  margin: 0 auto;
  display: inline-block;
  padding: 0 30px;
}
.top_access p.checkin_ttl span {
  background: #f5f6f6;
  padding: 0 30px;
  z-index: 20;
  position: relative;
  color: #222;
}
.top_access p.note {
  padding-top: 20px;
  color: #C8C8C8;
}
.top_allimg {
  height: auto;
}
.top_allimg img {
  margin: 0 auto;
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: 10% 40%;
}
@media screen and (max-width:896px) {
  .top_allimg img {
    height: auto;
  }
}
.top_pmap {
  width: 40%;
  margin: 0 auto 60px;
}
.top_pmap img {
  width: 100%;
}
@media screen and (max-width:896px) {
  .top_pmap {
    width: 80%;
  }
}
/*meal*/
.meal_box {
  width: 100%;
  margin: 80px auto 420px;
  display: flex;
  position: relative;
  align-items: center;
}
.meal_box_re {
  width: 100%;
  margin: 10px auto 60px;
  display: flex;
  position: relative;
  align-items: center;
}
.meal_box_re {
  justify-content: flex-end;
}
.meal_box .feature_mainimg, .meal_box_re .feature_mainimg {
  width: 58%;
  object-fit: cover;
}
.meal_box .feature_mainimg img, .meal_box_re .feature_mainimg img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
.meal_box .feature_txtarea {
  max-width: 680px;
  width: 43%;
  height: auto;
  position: absolute;
  top: 36px;
  right: 0;
  background: #88a6b1;
  /*rgba(23,51,47,0.9)*/
}
.meal_box_re .feature_txtarea {
  max-width: 680px;
  height: 450px;
  position: absolute;
  top: 36px;
  left: 0;
  background: #88a6b1;
  /*rgba(23,51,47,0.9)*/
}
.top_textarea_p {
  padding: 2.4rem;
}
.top_textarea_p h3 {
  padding-bottom: 40px;
  font-size: 2.2rem;
  line-height: 1.3;
}
.top_textarea_p h3 span.sub_title {
  font-size: 1.5rem;
}
.meal_list li {
  color: #fff !important;
  line-height: 2.2rem;
}
@media screen and (max-width:1024px) {
  .meal_box, .meal_box_re {
    flex-direction: column;
    margin: 10px 0 52px 0 !important;
  }
  .meal_box .feature_mainimg, .meal_box_re .feature_mainimg {
    width: 100%;
    object-fit: cover;
  }
  .meal_box .feature_mainimg img, .meal_box_re .feature_mainimg img {
    height: auto;
    margin-bottom: 0;
  }
  .meal_box .feature_txtarea, .meal_box_re .feature_txtarea {
    max-width: 100%;
    height: 100%;
    position: static;
  }
  .meal_box .feature_txtarea {
    max-width: 1030px;
    height: auto;
    top: 56px;
    right: 0;
    width: 90%;
    transform: translate(0%, -20px);
  }
  .meal_box_re .feature_txtarea {
    max-width: 1030px;
    height: auto;
    top: 56px;
    left: 50%;
    width: 90%;
    transform: translate(0%, -20px);
  }
  .top_textarea_p h3 span.point_n {
    font-size: 4rem;
  }
  .top_textarea_p {
    padding: 10% 5%;
  }
  .top_textarea_p h3 {
    padding-bottom: 20px;
    font-size: 20px;
  }
  .meal_ext {
    width: 70%;
    padding: 20px;
  }
  .meal_ext p {
    font-size: 1.4rem;
  }
}
.mealtitle p {
  font-size: 2.0rem;
}
@media screen and (max-width:650px) {
  .meal_ext {
    width: 80%;
    padding: 15px;
    top: 325px;
  }
  .meal_ext p {
    padding-top: 10px;
    font-size: 1.3rem;
  }
  .mealtitle p {
    font-size: 1.6rem;
  }
}
/*フォトギャラリー*/
.meal-box {
  padding: 90px 0;
  margin: 50px 0 100px;
}
.meal-box ul {
  width: 80%;
  margin: 0 auto;
}
.meal-box ul li {
  width: 32%;
}
.meal-box ul li img {
  width: 100%;
  object-fit: cover;
}
.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;
    margin-bottom: 60px;
  }
  .meal-box ul {
    width: 100%;
  }
  .meal-box ul li {
    width: 49%;
  }
  .meal-box ul li img {
    width: 100%;
    height: 120px;
    object-fit: cover;
  }
  .inr {
    padding: 0px;
  }
  .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;
  }
}
/*------------------------------------------

ギャラリー内「もっと見る」

------------------------------------------*/
.readmore {
  position: relative;
  box-sizing: border-box;
  background: #edf3f5;
}
.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(237, 243, 245, 0) 0%, rgba(237, 243, 245, 0.8) 50%, rgba(237, 243, 245, 0.8) 50%, #edf3f5 100%);
  background: linear-gradient(top, rgba(237, 243, 245, 0) 0%, rgba(237, 243, 245, 0.8) 50%, rgba(237, 243, 245, 0.8) 50%, #edf3f5 100%);
}
/* 続きを読むボタン */
.readmore-label {
  display: table;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  font-size: 20px;
  margin-top: 30px;
  text-align: center;
  color: #64605B;
  background: #fff;
  border: #aeb6bd solid 1px;
  padding: 12px 40px;
}
.readmore-label:hover {
  color: #fff;
  background: #aeb6bd;
}
.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-label:hover {
    background: #fff;
    color: #767C83;
  }
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
  display: none;
}
/*施設MAP*/
.top_map {
  width: 100%;
  margin: 20px auto 100px;
}
.top_map img {
  width: 100%;
}
@media screen and (max-width:896px) {
  .top_map {
    width: 100%;
    margin: 10px auto 50px;
  }
}
p.c-vip {
  color: #fff;
}
/*フォトギャラリー*/
.readmore {
  position: relative;
  box-sizing: border-box;
}
.g-box {
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
}
.gallery_wrap {
  width: 1400px;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}
.gallery_wrap .gallery_list .swiper-wrapper {
  width: 100%;
  transition-timing-function: linear !important;
  display: flex;
}
.gallery_wrap .gallery_list .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.gallery_wrap .gallery_list .gl_slide {
  width: 36rem;
}
.gallery_wrap .gallery_list .gl_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.show_slide.v2 {
  max-width: 252px;
  text-align: center;
  margin: 40px auto 20px;
}
.show_slide.v2 span {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  letter-spacing: 3px;
  line-height: 2.2;
  border-radius: 24px;
  padding: 6px 30px;
  text-align: center;
  margin: 0 auto;
  font-size: 1.5rem;
  background-color: #aeb6bd;
  color: #fff;
  font-weight: 300;
  border: 1px solid #aeb6bd;
}
.show_slide.v2 span::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #A7A7A7;
  border-right: solid 1px #A7A7A7;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 23px;
  margin-top: -4px;
}
.show_slide.v2 span:hover {
  background-color: #EFEFEF;
  color: #666;
  border: 1px solid #aeb6bd;
  opacity: 1;
}
#hide_slide {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  background: #edf3f5;
  cursor: pointer;
}
#hide_slide span {
  width: 32px;
  height: 2px;
  position: absolute;
  top: 14px;
  right: 0;
  background: #333;
}
#hide_slide span:nth-of-type(1) {
  transform: rotate(135deg);
}
#hide_slide span:nth-of-type(2) {
  transform: rotate(-135deg);
}
#toggle_slide {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #fff;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
#toggle_slide.on {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.toggle_slide_wrap {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}
.toggle_slide_wrap .left_slide {
  width: 65%;
  padding: 60px;
  box-sizing: border-box;
  background: #edf3f5;
}
.toggle_slide_wrap .right_slide {
  width: 35%;
  height: 100%;
  padding: 60px;
  box-sizing: border-box;
  overflow-y: scroll;
}
.gallery_slide_main {
  width: 100%;
}
.gallery_slide_main .swiper-button-next, .gallery_slide_main .swiper-button-prev {
  top: 50% !important;
}
.gallery_slide_main .swiper-slide .gl_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery_slide_thumbnail {
  width: 100%;
}
.gallery_slide_main .swiper-slide {
  width: 100% !important;
}
.gallery_slide_thumbnail .swiper-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery_slide_thumbnail .swiper-slide {
  width: 33% !important;
  margin: 1px 0;
}
.gallery_slide_thumbnail .swiper-slide .gl_slide {
  width: 100%;
  height: 100%;
}
.gallery_slide_thumbnail .swiper-slide .gl_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery_slide_thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 0.5;
}
.show_slide {
  cursor: pointer;
}
@media screen and (max-width:896px) {
  .toggle_slide_wrap {
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
  }
  .toggle_slide_wrap .left_slide {
    width: 100%;
    padding: 40px 20px 20px;
  }
  .toggle_slide_wrap .right_slide {
    width: 100%;
    height: 360px;
    padding: 20px;
    overflow-y: scroll;
  }
/*  .drawer-menu li:nth-child(7) {
    display: none;
  }*/
}
.swiper-button-next, .swiper-button-prev {
  color: #fff !important;
}