/* スライダーを一時的に隠す */
.flexslider {
    opacity: 0;
    transition: opacity 0.75s ease-in-out; /* ふわっと表示させる場合 */
}

/* スライダーが初期化されたら表示する */
.flexslider.initialized {
    opacity: 1;
}

.flexslider .slides{ 
    position: relative;
    height: 100%;
}

.flexslider {
    width: 100%;
    height: 80vh;
    overflow: hidden;
	position: relative;
}

.flexslider li{
	height:100%;
}
.flexslider li img{
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
	object-fit: cover;
  object-position: center;
    transform: translate(-50%, -50%);
    position: absolute;
}

.filter{
position: absolute;
    top: 0;
    z-index: 2;
	width:100%;
	height:100%;
}

.filter img{
width:100%;
	height:100%;	
}

.catch_box {
    position: absolute;
    bottom: 0;
    z-index: 3;
    color: #fff;
    box-sizing: border-box;
    padding: 2%;
}
.catch_box h2{
    font-size: 2.5rem;
    font-family: "Montserrat", sans-serif;
    display: block;
}
.catch_box p{
	
}

.members_area h2, .facility_area h2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
}

#wrap h2 .title-letter {
    display: inline;
    color: #706055;
    font-size: 2rem;
    letter-spacing: 0px;
    width: fit-content;
    font-family: "Montserrat", sans-serif;
}

/*ホテルROOM*/

.hotel_main{
	
}

.hotel_main h2 {
    color: #706055;
    font-size: 2rem;
    padding: 2%;
    box-sizing: border-box;
    display: block;
    text-align: center;
    /* width: fit-content; */
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
}


.hotel_main h2 span{
	display: block;
    font-size: 60%;
    color: #111;
	width: 100%;
}


.room_info{
width: 100%;
    padding: 50px 0;	
}
.room_info article{
	padding: 2% 0;
	margin:auto;
	width:1000px;
	max-width:94%;
	display:block;
	margin:auto;
}
.room_info article .swiper-container{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.room_info article .swiper-wrapper .swiper-slide{
position:relative;	
}
.caption{
position: absolute;
    bottom: 2%;
    left: 2%;
    background: #fff;
    padding: 1% 2%;
    border-radius: 50px;
    box-shadow: 0px 5px 15px 0px rgba(12, 36, 56, 0.3);
    box-sizing: border-box;
    font-weight: 500;
    font-size: 90%;
    letter-spacing: 1px;
}

.price_area{
	
}

#page #main .price_area h3{
    font-size: 1.3rem;
    font-weight: 500;
	margin:15px 0 8px;
}

#page #main .price_area h3 span{
	
}
#page #main .price_area .chui{
background: beige;
    padding: 1.5%;
    box-sizing: border-box;
    color: saddlebrown;
    border-radius: 5px;
    margin: 15px auto;	
}
#page #main .price_area p{
	
}

.price_table_wrap{
overflow-x:auto;
    scrollbar-width: thin;
	scrollbar-height:thin;
    scrollbar-color: #b9a99c #e8e3df;
	    margin-bottom: 55px;
}

.price_table{
border-collapse:collapse;
min-width:700px;
width:100%;
font-size:13px;
	margin:15px auto 5px;
	background: aliceblue;
}

.price_table th,
.price_table td{
border:1px solid #ddd;
padding:6px 8px;
text-align:center;
/*white-space:nowrap;*/
	vertical-align: middle;
	word-break : break-all; 
}

.price_table .note{
font-size: 0.82em;
    color: #777;
    line-height: 1.4;
    font-weight: normal;
    line-height: 120%;
    display: block;
    margin: 3px 0;
}

.price_table td[colspan]{
text-align:center;
font-weight:600;
background:#fafafa;
}

/* 見出し */
.price_table thead th{
background: beige;
font-weight:600;
}

/* 左列固定 */
.price_table .plan{
position:sticky;
left:0;
background:#fff;
z-index:2;
text-align:left;
min-width:180px;
}

/* 金額 */
.price{
font-size:1.1em;
font-weight:600;
}

.yen{
font-size:0.8em;
margin-left:2px;
}

.contact_cont{
	
}

#page #topics{
    padding: 80px 0;
    width: 100%;
}

#page #main .news_block h3{
    margin: 5px 0 !important;
    border-bottom: #666 solid 1px !important;
}

#page #main .news_block .morelink a{
background: #444;
    color: #fff;
    padding: 0.1rem 1rem;
    font-size: 0.9rem;
    letter-spacing: 1px;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: 0 0 0 auto;
}

.news_block {
    background: #ffffff;
    margin: 12px auto;
    border-radius: 0;
    color: #111;
    padding: 1% 2% 1.5%;
    box-sizing: border-box;
    width: 72%;
    border-radius: 5px;
    box-shadow: 0 0 10px #d0d0d038;
}

.news_block .date {
    text-align: justify;
    color: #444;
    font-size: 1rem;
    font-weight: 400;
}

/*モーダル*/

.link_list{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
	    justify-content: center;
    padding: 5% 0;
}

.link_list li {
    box-shadow: 0px 5px 15px 0px rgba(12, 36, 56, 0.3);
    background: #fff;
    border-radius: 8px;
    padding: 1.5%;
    box-sizing: border-box;
    display: flex;
    width: 30%;
    cursor: pointer;
	transition: all .5s;
}

.link_list li:hover{
    box-shadow: 0px 5px 15px 0px rgba(12, 36, 56, 0.3),0px 5px 15px 0px rgba(12, 36, 56, 0.3);
}

.link_list li a{
	
}

.link_list li span {
    font-size: 1.3rem;
    text-align: justify;
    width: 50%;
    box-sizing: border-box;
    padding: 3% 3% 3% 0;
    width: fit-content;
    margin: auto;
}

.link_list li figure {
    width: 65px;
    margin: auto;
	transition: all .5s;
}

.link_list li:hover figure{
	transform: scale(1.2);
}

.link_list li figure img{
margin: auto;
    display: block;
    height: 70px;
}
.link_list li figure span{
	
}


.foodmenu{
    background: #fff;
    display: block;
    width: 96%;
    margin: auto;
    max-width: 600px;
    border-radius: 80px;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid;
}
.foodmenu figure{
	    margin: 0;
    width: 80px;
    display: inline-block;
    padding: 1%;
    box-sizing: border-box;
    vertical-align: middle;	
}
.foodmenu figure img{
	
}
.foodmenu span{
	    font-weight: 500;
    font-size: 1.3rem;
    display: inline-block;
    vertical-align: middle;
}



.flex_link{
    display: flex;
    gap: 15px;
    max-width: 800px;
    margin: auto;
    padding: 20px 0;
}


.plan_link{
	    cursor: pointer;
    box-shadow: 0px 5px 15px 0px rgba(12, 36, 56, 0.3);
    background: #fff;
    border-radius: 8px;
    padding: 1.5%;
    box-sizing: border-box;
    display: flex;
    width: 94%;
    margin: 0 auto;
    max-width: 500px;
	transition: all .5s;
}

.plan_link:hover {
    opacity: 1;
    box-shadow: 0px 5px 15px 0px rgba(12, 36, 56, 0.3), 0px 5px 15px 0px rgba(12, 36, 56, 0.3);
}

.plan_link figure{
    width: 80px;
    margin: auto;
	transition: all .5s;
}

.plan_link:hover figure {
    transform: scale(1.05);
}

.plan_link figure img{
	margin: auto;
    display: block;
}

.plan_link span {
	color: #000;
    font-size: 1.5rem;
    text-align: center;
    margin: auto;
    font-weight: 700;
    width: calc(75% - 70px);
	position: relative;
}

.plan_link span::before {
    content: "";
	background: #706055;
	width: 100%;
	height: 1px;
	transform: scale(0,1);
	transition: all .5s;
	transform-origin: center;
	position: absolute;
	bottom: 0;
	left: 0%;

}

.plan_link:hover span::before{
	transform: scale(1,1);
}

.reserve_link{
    box-shadow: 0px 5px 15px 0px rgba(12, 36, 56, 0.3);
    background: #fff;
    border-radius: 8px;
    padding: 1.5%;
    box-sizing: border-box;
    display: flex;
    width: 94%;
    margin: auto;
    max-width: 500px;
	transition: all .5s;
	    background: pink;
}

.reserve_link:hover {
    opacity: 1;
    box-shadow: 0px 5px 15px 0px rgba(12, 36, 56, 0.3), 0px 5px 15px 0px rgba(12, 36, 56, 0.3);
}

.reserve_link figure{
    width: 80px;
    margin: auto;
	transition: all .5s;
}

.reserve_link:hover figure {
    transform: scale(1.05);
}

.reserve_link figure img{
	margin: auto;
    display: block;
}

.reserve_link span {
    font-size: 1.5rem;
    text-align: center;
    margin: auto;
    font-weight: 700;
    width: calc(75% - 70px);
	    color: #000;
	position: relative;
}

.reserve_link span::before {
    content: "";
	background: #706055;
	width: 100%;
	height: 1px;
	transform: scale(0,1);
	transition: all .5s;
	transform-origin: center;
	position: absolute;
	bottom: 0;
	left: 0%;
}

.reserve_link:hover span::before{
	transform: scale(1,1);
}


.facility_area .qa{
    background: #fff;
    border-radius: 6px;
    padding: 2%;
    box-sizing: border-box;
    max-width: 1060px;	
}
.facility_area .qa ul{
	
}
.facility_area .qa ul li{
	
}
.facility_area .qa ul li h3{
background: #eee;
    border: none;
    border-radius: 3px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: justify;
    font-size: 1.1rem;
    letter-spacing: 0;
}
.facility_area .qa ul li h3 span{
    font-weight: 600;
    margin-right: 6px;
}
.facility_area .qa ul li p{
padding: 0 1%;
    font-size: 1rem;	
}
.facility_area .qa ul li p span{
    font-weight: 600;
    margin-right: 6px;	
}


/* ベース */
.modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity .4s ease, visibility .4s ease;
  z-index: 9999;
}

/* 表示状態 */
.modal.active {
  visibility: visible;
  opacity: 1;
}

/* 背景 */

.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  backdrop-filter: blur(6px);
}

.modal .modal-overlay{
    transition: opacity 0.75s ease-in-out;
  opacity: 0;
}

.modal.active .modal-overlay{
	opacity:1;
}



/* カード */
.modal-card {
    position: relative;
    background: #f6f2ef;
    border-radius: 18px;
    padding: 3.5% 2.5%;
    width: 94%;
    max-width: 900px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
    transform: translateY(30px);
    opacity: 0;
    transition: all .45s cubic-bezier(.22, .61, .36, 1);
    box-sizing: border-box;
    max-height: 90vh;
}
.modal-card .modal_inner{
overflow-y: scroll;
    max-height: calc(86vh - 40px);
    box-sizing: border-box;	
}

.modal_inner .main_img img{
width: 94%;
    margin: auto;
    border-radius: 8px;
    display: block;
	
}


/* アクティブ時 */
.modal.active .modal-card {
  transform: translateY(0);
  opacity: 1;
}

/* 閉じるボタン */
.modal-close {
  position: absolute;
  top: 20px;
  right: 25px;
  border: none;
  background: none;
  font-size: 22px;
  cursor: pointer;
  opacity: .6;
  transition: opacity .3s ease;
}

.modal-close:hover {
  opacity: 1;
}


/* Chrome, Edge, Safari */
.modal_inner::-webkit-scrollbar {
  width: 8px;
}

.modal_inner::-webkit-scrollbar-track {
  background: #e8e3df;
  border-radius: 10px;
}

.modal_inner::-webkit-scrollbar-thumb {
  background: #b9a99c;
  border-radius: 10px;
  transition: background .3s;
}

.modal_inner::-webkit-scrollbar-thumb:hover {
  background: #9d8b7d;
}

/* Firefox */
.modal_inner {
  scrollbar-width: thin;
  scrollbar-color: #b9a99c #e8e3df;
}

.benefit-block {
    font-size: 85%;
    padding: 2.5% 0;
}
.benefit-block h2{
	color:#fff;
}

.benefit-block h2.title_bg {
    background: #653c3c;
    text-shadow: 0px 0px 9px #653c3c, 0px 0px 0px #ffffff;
}

.benefit-value{
font-size: 1.2rem;	
}
/*クーポン・メンバーズ*/

#page #main .modal-card .modal_inner p{
	padding:10px 0;
	margin:0;
	text-align:center;
}
#page #main .modal-card .modal_inner .big{
	text-align:center;
}
#page #main .modal-card .modal_inner .service{
    background: #333;
    padding: 0 4px;
    color: #fff;	
}
#page #main .modal-card .modal_inner .price{
    color: #000;
    font-size: 118%;
    padding: 0 5px;	
}
#page #main .modal-card .modal_inner .coupon_id{
    display: block;
    text-align: center;
    font-size: 110%;
    background: #fff;
    font-weight: 600;
    width: fit-content;
    margin: auto;
    padding: 3px 7px;
}
#page #main .modal-card .modal_inner .limit{
    text-align: center;
    display: block;
    color: crimson;
    width: fit-content;
    margin: 5px auto;
    border-bottom: 1px solid;
}
#page #main .modal-card .modal_inner .chui{
padding: 12px 8px;
    font-size: 90%;
    box-sizing: border-box;
}

#page #main .welcome{
	    width: 94%;
    margin: auto;
}

#page #main .welcome h3{
    font-size: 1.2rem;
    font-weight: 600;
    padding: 5px 0;
    border-bottom: 1px solid;	
}
#page #main .welcome h3 span{
    background: darkgoldenrod;
    color: #fff;
    font-size: 80%;
    padding: 0 5px;
    display: block;
    width: fit-content;	
}

#page #main .welcome figure{
margin:10px auto;	
}
#page #main .welcome figure img{
border-radius:8px;
}
#page #main .welcome p{
	
}
#page #main .welcome ul{
    margin: 20px auto;	
}
#page #main .welcome ul li{
    display: block;
    font-size: 110%;
    font-weight: 500;	
}

/*ヴィラジュリアサービス*/

.member-event {
      background: #7c0013;
      padding: 2%;
  font-family: "Helvetica Neue", sans-serif;
  color: #333;
}

.rank-card h2 , .member-event .event-grid h3{
	display: flex;
    flex-direction: column;
    gap: 0px;
}

.member-event .rank-card h2::before, .member-event .event-grid h3::before {
    content: "";
    background: url(https://noi-group.jp/wp-content/uploads/2026/04/icon_crown.avif);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    width: 7rem;
    height: 3rem;
    display: inline-block;
}

.nagaraBox .event-grid .event-card:last-child{
    background: #fff4d9;
    font-weight: 500;
    color: #000;
}

.nagaraBox .event-card h4 {
    background: #7a002a;
    color: #fff;
    border-radius: 24px;
}

.pdf_btn{
    margin: 5% auto;
    text-align: center;
}

.pdf_btn a {
    background: #ffffff;
    padding: 1% 5%;
    border-radius: 5px;
    font-weight: 500;
    font-size: 1.25rem;
    color: #7c0013;
    box-shadow: 0px 0px 9px #44010b;
}

.pdf_btn a:hover{
	opacity: 0.7;
	
}

/* 共通カード */
.rank-card,
.event-card,.point-card {
	box-sizing: border-box;
  background: #fff;
    border-radius: 8px;
    padding: 2% 2%;
  box-shadow: 0 20px 50px rgba(0,0,0,.08);
  margin-bottom: 20px;
}

.event-card h4{
display:block;
	border-radius:4px;
	background:#ddd;
	text-align:center;
}

/* タイトル */
.rank-card h2 {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 6px;
}

/* バッジ */
.discount-badge {
    display: block;
    background: #7a002a;
    width: fit-content;
    color: #fff;
    padding: 10px 25px;
    border-radius: 40px;
    font-weight: 600;
    margin: 0 auto 15px;
    text-align: center;
}

.discount-badge.small {
  font-size: 1.2rem;
  margin: 15px auto 25px;
}

/* ランクレイアウト */


.rank-table {
	    max-width: 600px;
  flex: 1;
  width: 100%;
  border-collapse: collapse;
}

.rank-table th,
.rank-table td {
  padding: 12px 15px;
  border-bottom: 1px solid #ddd;
}

.rank-table th {
  text-align: left;
  font-weight: 500;
}

/* イベントグリッド */

.event-card h3 {
  font-size: 1.4rem;
	text-align:center;
  letter-spacing: .08em;
  margin-bottom: 10px;
}

.event-card p {
  line-height: 1.7;
  font-size: .95rem;
}

/* ポイントバッジ */
.point-badge {
    background: #c67b2b;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: .9rem;
    margin: 0 auto;
    display: block;
    width: max-content;
}

/* 注釈 */
.event-note {
  margin-top: 20px;
  font-size: .85rem;
  opacity: .7;
}
.section-title {
  text-align: center;
  font-size: 2rem;
  letter-spacing: .12em;
  margin-bottom: 10px;
}

.section-sub {
  text-align: center;
  margin-bottom: 50px;
  color: #7a002a;
  font-size: .9rem;
  letter-spacing: .15em;
}

/* ポイントカード */

#page #main .point-section h2{
	color:#fff;
	width:fit-content;
	margin:25px auto 0;
	padding-bottom:8px;
	border-bottom:1px solid;
}

.point-card h3 {
  font-size: 1.3rem;
	border-bottom:1px solid crimson;
  letter-spacing: .08em;
  margin-bottom: 15px;
}

.point-highlight {
  display: inline-block;
  font-weight: 600;
  color: #7a002a;
  margin-bottom: 15px;
  font-size: 1.1rem;
}

/* メッセージ */
.point-message {
text-align: center;
    margin: 60px 0 20px;
    font-size: 1.2rem;
    letter-spacing: .05em;
    color: gold;
}

.point-note {
font-size: .85rem;
    /* opacity: .6; */
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
}

/* 有効期限 */
.expiry-box {
  background: #f3ede4;
  padding: 30px;
  border-radius: 20px;
}

.expiry-box h4 {
  font-size: 1.1rem;
  margin-bottom: 15px;
  letter-spacing: .08em;
  color: #7a002a;
}

.expiry-box p {
  font-size: .9rem;
  line-height: 1.7;
}


/* レスポンシブ */
@media (max-width: 768px) {

  .rank-flex {
    flex-direction: column;
  }

  .event-grid {
    grid-template-columns: 1fr;
  }

#page #main .modal-card .modal_inner p {
    font-size: 0.9rem;
}

}


/*アクセス*/

.access_area{
	
}
.access_area article {
    text-align: center;
    padding: 2%;
    box-sizing: border-box;
}

#page #main .access_area article h3{
    color: #706055;
    font-size: 2rem;	
}
.access_area article .hotel_name{
	
}

.access_area article .tel{
    font-family: serif;
    font-size: 2rem;
    font-style: italic;
    display: flex;
    width: fit-content;
    margin: 10px auto;
	    align-items: baseline;
    justify-content: center;
}
.access_area article .tel figure{
width: 25px;
    margin: auto;	
}
.access_area article .tel figure img{
	display: block;
}

.access_area article .tel a{
text-decoration:none;
	    color: #000;    font-family: serif;
	border-bottom:1px solid #888;
}

.access_area article table{
    text-align: justify;
    max-width: 800px;
    table-layout: auto;
    margin: 20px auto;
    padding: 2%;
	    width: fit-content;
    box-sizing: border-box;	
}
.access_area article table th {
    padding: 14px 5px 14px 5px;
}
.access_area article table td{
    padding: 14px 5px 10px 14px;	
}
.access_area article table tr{
	    border-bottom: 1px solid #706055
}

.access_area .modal_inner{
    width: 100%;
}


.ppoint{
    background: deeppink;
    color: #fff !important;
    padding: 0px 6px 0 10px;
    text-align: center;
    display: inline-block;
    border-radius: 6px;
    font-size: 85% !important;
    margin-right: 5px !important;
}

.parkingBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem 0rem;
    margin: 2rem 0 1rem;
}



.parkingBox figure{
    width: 55%;
}

.parkingBox .map {
    border: 0;
    width: 100%;
    height: 20rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parkingBox .parking_text {
    width: 40%;
    padding: 0;
}

#parkingModal h3 {
    font-size: 1.25rem !important;
    text-align: left;
    font-weight: 500;
    width: 100%;
}

.parking_text>span {
    text-align: justify;
    display: block;
    font-size: 90%;
    margin: 0 0 1rem;
}

@media screen and (max-width: 768px){
	.parkingBox {
justify-content: unset;
        flex-direction: column;
	}
.parkingBox figure{
    width: 100%;
}



.parkingBox .parking_text {
    width: 100%;
    padding: 0;
}	
	
}

#page #main #parkingModal .parking_text p .chui{
    background: crimson;
    color: #fff;
    padding: 3px;
    font-size: 80%;
	
}
	
#page #main .parkingBox p {
    padding: 0;
	width: 100%;
}

#page #main #parkingModal p span {
    color: #ca2727;
    font-weight: 500;
}

#page #main #parkingModal .parking_text p span {
    color: #76665b;
    font-size: 1.25rem;
    font-weight: 500;
}

#page #footer{
	margin:0;
}

.single_cont{
	
}

.page_title{
border-bottom: 1px solid #666;
    padding: 10px 3px;
    margin-bottom: 10px;
	font-size: 1.1rem;
}

#page  .single_cont #main p{
	text-align:justify;	
}

/*個人情報*/

#page #main .privacy p{
text-align: justify;	
	
}
#page #main .page_cont .privacy h3{
	font-size: 1.3rem;
text-align: justify;	
}
#page #main .privacy h4{
text-align: justify;	
	
}

#page #main .privacy ul{
text-align: justify;
	list-style: auto;
    padding-left: 2em;
    text-indent: 0em;
	margin:10px auto 50px;
}
#page #main .privacy ul li{
	text-align: justify;
}




.contact_cont{
	
}

.page_cont article{
	padding:40px 0;
}

#page #main .page_cont h3{
		font-size:1.6rem;
}

#page #main .contact_cont p{
text-align: center;
    padding: 10px 0 20px;
    margin: 0;
}


    .slide_box{
            max-width: 1000px;
        margin:auto;
    }

    .swiper-container {
        width: 100%;
    }
    .slide {
        height: auto;
    }

    .slider-thumbnail {
        height: auto;
    }

.slider-thumbnail .swiper-slide{
	position: relative;
}

.slider-thumbnail .swiper-slide::before {
    content: "";
    position: absolute;
    border-radius: 5px;
    background: #000;
    display: block;
    opacity: 0.4;
    display: block;
    height: calc(100% - 6px);
    width: calc(100% - 6px);
    left: 3px;
    top: 3px;
	transition: .5s;
}

.slider-thumbnail .swiper-slide-thumb-active::before {
    opacity: 0;
}

    .swiper-wrapper .swiper-slide {
        width: 20%;
        height: 100%;
        overflow: hidden;
        padding:3px;
        box-sizing:border-box;
        cursor: pointer;
        float: left;
        overflow: hidden;
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }

    .swiper-slide-visible{
        /*opacity: 0.5;*/
    }

    .swiper-slide-thumb-active{
    opacity: 1!important;
    }

.swiper-wrapper .swiper-slide img {
    text-align: center;
    margin: auto;
    display: block;
    border-radius: 5px;
}

    #reservation_calendar,#reservation_calendar table{
        max-width:800px!important;
        width:100%!important;
    }

    #reservation_calendar .status_list img {
        vertical-align: middle;
    }

.swiper-button-next:after, .swiper-button-prev:after {
    text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
}


@media screen and (max-width: 768px){

.hotel_main h2 {
    font-size: 1.5rem;
}
	
.catch_box h2 {
    font-size: 2.5rem;
    line-height: 95%;
}	

p {
    font-size: 16px;
}

#page #main .access_area article h3 {
    font-size: 1.5rem;
}
	
.catch_box p {
    font-size: 0.9rem;
}
	
#page #main .page_cont h3{
	font-size:1.2rem;
}
	
#imagetopics{
		
}
	
.access_area article .tel {
    font-size: 1.5rem;
}

#imagetopics .cate_block{
    width: 50%;
	margin:10px 0;
}

#page #main #imagetopics .cate_block h3{	
    font-size: 0.8rem;
    text-align: left;
}

.link_list {
    gap: 8px;
}

.link_list li{
    box-shadow: 0px 5px 5px 0px rgba(12, 36, 56, 0.3);
	flex-direction: column;	
	width: 31%;
}
	
.link_list li span{
    font-size: 0.9rem;
    line-height: 120%;
    text-align: center;	
}
.foodmenu span{
    font-size: 1rem;
	}
	
.link_list li figure {
    width: 55px;
    margin: auto;
}
	
	.foodmenu figure{
    width: 60px;		
	}	

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 30px!important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 30px!important;
}

.reserve_link,.plan_link  {

    padding: 2.5% 3.5%;	
	}
	
.reserve_link figure,.plan_link figure {
    width: 50px;
}

.reserve_link span ,.plan_link span{
        font-size: 1rem;
        font-weight: 500;
}

.facility_area .copy {
    text-align: justify;
}








	
}