/******************************************************************

Theme Name: wye's Resort / child
Author: yadoken
Version: 2026

******************************************************************/
/* 共通設定 */
@media print, screen and (min-width: 1366px) {
.hd-logo,
#hd-nav {
    left: 30px;
}
.top-concept__wrap,
.widewrap {
    margin-left: 15%;
    margin-right: 3%;
}
.top-moments__cts > li:nth-of-type(even) .top-moments__txt {
        /* padding-left: 45px; */
        /* padding-right: 90px; */
}
.top-faq__wrap {
    margin-left: 15%;
}
.top-contact .mainwrap {
    margin-left: 20%;
}
}

/* 約款・利用規約用_リストスタイル */
ol.brackets-num li {
	list-style-type:none;
	counter-increment: number;
    text-indent: -1.5em;
    padding-left: 1.5em;
}
ol.brackets-num li::before{
 content: "(" counter(number) ") ";
}
.rule_tbl table tr {
    border-bottom: 1px solid #858d98;
}
.rule_tbl table th,
.rule_tbl table td {
    padding: 5px 10px;
}
.rule_tbl table thead th {
	font-weight: 400;
    background: #858d98;
    color: #fff;
    padding: 5px 10px;
}
.rule_tbl table tbody th {
    font-weight: 400;
    width: 40%;
}
.rule_tbl02 table tbody td {
    text-align: center;
}

/* dinner モーダル */
.col2-sashimori > div {
    margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
    .col2-sashimori > div {
		padding: 20px;
	}
}
@media print, screen and (max-width: 767.9px) {
    .col2-sashimori > div {
		padding: 12px;
	}
}
.col2-sashimori__ttl {
    font-weight: bold;
    margin-bottom: 0.8em;
  }
.col2-sashimori ul li {
    position: relative;
    line-height: 1.7;
}

/* 管理棟非表示 */
.reship-site #stay-info + .top-com__tbl .tbl-ttl__h3,
.sampo-site #stay-info + .top-com__tbl .tbl-ttl__h3 {
	display:none;
}

/* SAMPO */
.sampo-site #faq .faq-tbl .faq-tbl__td ul li {
	list-style: disc;
	margin-left: 22px;
}

/* フロアマップ */
#modal02 .modal__content_inner {
		overflow-y: initial;
		background:transparent;
		height: auto;
	}
	#modal02 .modal__content_wrap {
		max-width: 930px;
	}
@media print, screen and (min-width: 768px) {
	#modal02 .modal__content {
        height: 70vh;
    }
	
    #modal02 .modal__content_inner {
        padding: 20px;
    }
	#modal02 .modal__content_wrap img {
		max-width: 90%;
		margin: 0 auto;
	}
}

@media print, screen and (max-width: 767.9px) {
    #modal02 .modal__content {
        height: 50vh;
    }
	 #modal02 .modal__content_inner {
		 padding: 25px 10px;
	}
}

/* footer */
@media print, screen and (min-width: 768px) and (max-width: 1160.9px) {
	.ft-main .ft-address .tel-wrap {
		display: block;
	}
}

/* access */
@media print, screen and (max-width: 960.9px) {
	.top-access .bg-beige {
		max-width: 100%
	}
}