@charset "UTF-8";

.main-wrapper {
overflow: unset;
}

.WF1 {
font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.fancybox__content p {
color: #000 !important;
}


.main {
margin-top: 0 !important;
}

@media print, screen and (min-width: 768px) {

	.Alink {
	transition: transform 0.3s ease-in-out;
	}

	.Alink:hover {
	opacity: 0.5;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	}

}

.PageTop {
text-align: right;
}

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

	.PageTop {
	display: flex;
	justify-content: flex-end;
	}

	.PageTop a {
	display: block;
	width: 17px;
	margin-right: 10px;
	margin-bottom: 10px;
	}


}

@media print, screen and (min-width: 768px) {

	.PageTop {
	display: flex;
	justify-content: flex-end;
	max-width: 1200px;
	margin: 0 auto 20px auto;
	padding-right: 15px;
	}

	.PageTop a {
	display: block;
	width: 17px;
	}

}

@media print, screen and (min-width: 1090px) {



}



/* -----------------
■ キービジュアル
------------------- */

.MainWrap {
overflow: visible;
}


#PageTop.MainWrap,
#PageFeature.MainWrap {
margin-bottom: 0 !important;
}

.KeyVisual {
  color: #fff;
  position: relative;
  text-align: center;
  position: -webkit-sticky; /* Safari用 */
  position: sticky;
  width: 100%;
  z-index: 1;                 /* content1より下 */

}

/* content1 */
#content1 {
  position: relative;
  z-index: 2;                 /* KeyVisualの上に表示 */
  background: #fff;

       /* スクロール確認用 */
}

.KeyVisual img {
animation-name: fadeInAnime;
animation-duration: 2.5s;
animation-delay: 0.5s;
animation-fill-mode: forwards;opacity: 0;
}

@keyframes fadeInAnime{
  from {
  opacity: 0;
  }
	
  to {
  opacity: 1;
  }
}

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

	.KeyVisual {
/* 	padding-top: 43px !important; */
	top: 85px;
	}

	.MainWrap {
	padding-top: 85px;
	}

	.KeyVisual img {
	width: 100%;
	margin: 0 auto;
	display: block;
	}

	.KeyVisual .KeyMdsBox {
	position: absolute;
	top: 16%;
	transform: translateY(-23%);
	width: 100%;
	}

	.KeyVisual .KeyMdsA img {
	width: 205px;
	}
	
	.KeyVisual .KeyMdsB {
	margin-top: 24.0vw; /* 画面幅に対する相対的なマージンに調整 */
	font-size: 4.7vw; /* 画面幅に対する相対的なフォントサイズに調整 */
	line-height: 1.5em;
	letter-spacing: 0.1em;
	}

	.KeyVisual .KeyMdsC {
	margin-top: 1.2vw; /* 画面幅に対する相対的なマージンに調整 */
	font-size: 3.0vw; /* 画面幅に対する相対的なフォントサイズに調整 */
	letter-spacing: 0.1em;
	}

	.ScrollBtn {
	position: fixed;
	bottom: 5%;
	right: 3%;
	width: 10px;
	height: 56px;
	opacity: 1;
	z-index: 100;
    transition: opacity 0.5s ease-in-out;
	}

	.ScrollBtn.hidden {
	opacity: 0;	
	}

}

@media print, screen and (min-width: 768px) {



	.KeyVisual img {
	width: 100%;
	margin: 0 auto;
	display: block;
	}

	.KeyVisual .KeyMdsBox {
	position: absolute;
	top: 18%;
	transform: translateY(-30%);
	width: 100%;
	}
	
	.KeyVisual .KeyMdsA img {
/* 	width: 432px; */
	width: 26vw;
	}

	.KeyVisual .KeyMdsB {
	margin-top: 9vw; /* 画面幅に対する相対的なマージンに調整 */
	font-size: 1.6vw; /* 画面幅に対する相対的なフォントサイズに調整 */
	line-height: 1.5em;
	letter-spacing: 0.1em;
	}

	.KeyVisual .KeyMdsC {
	margin-top: 0.6vw; /* 画面幅に対する相対的なマージンに調整 */
	font-size: 1.0vw; /* 画面幅に対する相対的なフォントサイズに調整 */
	letter-spacing: 0.1em;
	}

}


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

	.KeyVisual {
/* 	padding-top: 49px !important; */
	top: 91px;
	}

	.MainWrap {
	padding-top: 91px;
	}

}


@media only screen and (min-width: 1000px) and (max-width: 1170px) {

	.KeyVisual {
/* 	padding-top: 49px !important; */
	top: 84px;
	}

	.MainWrap {
	padding-top: 84px;
	}

}

@media only screen and (min-width: 1171px) {

	.KeyVisual {
/* 	padding-top: 49px !important; */
	top: 127px;
	}

	.MainWrap {
	padding-top: 127px;
	}

}


@media print, screen and (min-width: 1090px) {

	.KeyVisual .KeyMdsBox {
	position: absolute;
	top: 18%;
	transform: translateY(-23%);
	width: 100%;
	}
	
	.KeyVisual .KeyMdsB {
	margin-top: 7vw; /* 画面幅に対する相対的なマージンに調整 */
	font-size: 1.6vw; /* 画面幅に対する相対的なフォントサイズに調整 */
	line-height: 1.5em;
	letter-spacing: 0.1em;
	}

	.KeyVisual .KeyMdsC {
	margin-top: 0.6vw; /* 画面幅に対する相対的なマージンに調整 */
	font-size: 1.0vw; /* 画面幅に対する相対的なフォントサイズに調整 */
	letter-spacing: 0.1em;
	}
	
}



/* -----------------
■ キービジュアル
------------------- */

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

	.FeatureWrap {
	width: 100%;
	padding-bottom: 60px;
	background: url(../img/Feaut_Bg_SP.jpg?ver=251223);
	background-size: cover;
	background-repeat: no-repeat;
	}

	.FeatureUnit {
	margin-top: 50px;
	padding: 40px 0 30px 0;
	background: url(../img/Bg_To_Feature_SP.jpg?ver=251217);
	background-size: cover;
	}

	.Logo {
	position: absolute;
	left: 20px;
	top: 25px;
	width: 55px;
	}

	.FeatureUnit .FeatureUnitTitle {
	max-width: 300px;
	margin: auto;
	}
	
	.FeatureUnit .FeatureUnitBtn {
	/* 	width: 130px; */
	margin: 20px auto 0;	
	}
		
	.FeatureWrapIn .Title {
	width: 60%;
	margin: 0 auto 0;
	padding: 60px 0 0 0;
	line-height: 1;
	}
	
	.FeatureWrapIn .Lead1 {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	color: #fff;
	letter-spacing: 0.2em;	
	}
	
	.FeatureWrapIn .ToList {
	/* 	width: 130px; */
	margin: 20px auto 0;
	}
	
	.Width1_SP {
	padding-right: 20px !important;
	padding-left: 20px !important;
	}

}

@media print, screen and (min-width: 768px) {

	.FixedLogo {
	position: fixed;
	left: 30px;
	top: 150px;
	width: 75px;
	z-index: 90;
	opacity: 0;
	
	transition: opacity .6s ease;
	
	/* 追加：重なり部分の色を反転させる設定 */
	mix-blend-mode: difference;
	}
	
	.FixedLogo img {
	width: 100%;
	height: auto;
	display: block;
	/* 元のロゴが黒の場合は、ここで白に反転させておきます */
	/* filter: invert(1); */
	}
	
	.FixedLogo.is-show {
	opacity: 1;
	pointer-events: auto;
	}

	.FeatureWrap {
	position: relative;
	width: 100%;
	background: url(../img/Feaut_Bg_PC.jpg?ver=251223);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 30px; 
	}
	
	.FeatureWrapIn {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0;
	}

	.FeatureWrap .Logo {
	position: absolute;
	left: 0px;
	top: -40px;
	width: 75px;
	}
	
	.FeatureUnit {
	max-width: 1000px;
	margin: 90px auto 0 ;
	padding: 90px 0 70px 0;
	background: url(../img/Bg_To_Feature_PC.jpg?ver=251217);
	background-size: cover;
	text-align: center;
	}

	.FeatureUnit .FeatureUnitTitle {
	max-width: 600px;
	margin: auto;
	}
	
	.FeatureUnit .FeatureUnitBtn {
	/* 	width: 300px; */
	margin: 30px auto 0;	
	}
		
	.FeatureWrapIn .Title {
	max-width: 760px;
	margin: 0 auto;
	}
	
	.FeatureWrapIn .Lead1 {
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
	color: #fff;
	letter-spacing: 0.2em;	
	}
	
	.FeatureWrapIn .ToList {
	/* 	width: 300px; */
	margin: 30px auto 0;
	}

	.Width1 {
	padding-right: 20px;
	padding-left: 20px;
	}


}

@media print, screen and (min-width: 1090px) {


	.FeatureWrap .Logo {
	position: absolute;
	left: 0px;
	top: 25px;
	width: 75px;
	}

	.Width1 {
	padding-right: 0;
	padding-left: 0;
	}

}



/* -----------------
■ セカンドビュー（ボタン）
------------------- */
.ToList a, 
.FeatureUnitBtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin: 0 auto;
    transition: opacity 0.3s;
    letter-spacing: 0.15em;
}

/*
.ToList a:hover, 
.FeatureUnitBtn a:hover {
    opacity: 0.8;
}
*/

.ToList a::after,
.FeatureUnitBtn a::after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 5px;
}


/* 「商品はこちら」ボタン */
.ToList a {
    background-color: rgba(136, 109, 22, 0.8);
    color: #ffffff;
    width: 300px;
    height: 52px;
    font-size: 16px;
    line-height: 1.8;
}

.ToList a::after {
    background-image: url('../img/arrow_down.svg'); 
    width: 14px;
    height: 10px;
}


/* 「詳細はこちら」ボタン */
.FeatureUnitBtn a {
    background-color: rgba(128, 128, 128, 0.9);
    color: #ffffff;
    width: 300px;
    height: 52px;
    font-size: 16px;
    line-height: 1.8;
}

.FeatureUnitBtn a::after {
    background-image: url('../img/arrow_right.svg');
    width: 10px;
    height: 14px;
}

@media screen and (max-width: 767px) {
    .ToList a {
        width: 240px;
        height: 40px;
        font-size: 12px;
    }
    .FeatureUnitBtn a {
        width: 240px;
        height: 40px;
        font-size: 12px;
    }
    
}






/* -----------------
■ 施設ごとのカラー
------------------- */

:root {
--color_RH: #961A17;
--color_AZ: #555D32;
--color_TH: #5A697C;
}

/* -----------------
■ 検索
------------------- */



.FacilityTabs li {
cursor: pointer;
text-align: center;
}

.FacilityTabs .Facility1 {
border: 2px solid var(--color_RH);
}

.FacilityTabs .Facility2 {
border: 2px solid var(--color_AZ);
}

.FacilityTabs .Facility3 {
border: 2px solid var(--color_TH);
}

.FacilityTabs .Facility1 .Title:before {
border: 1px solid var(--color_RH);
}

.FacilityTabs .Facility2 .Title:before {
border: 1px solid var(--color_AZ);
}

.FacilityTabs .Facility3 .Title:before {
border: 1px solid var(--color_TH);
}

.FacilityTabs .Facility1.active .Title:after {
background: var(--color_RH);
}

.FacilityTabs .Facility2.active .Title:after {
background: var(--color_AZ);
}

.FacilityTabs .Facility3.active .Title:after {
background: var(--color_TH);
}

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

	.FacilityTabs {
	padding-bottom: 15px;
	border-bottom: 1px solid #666666;
	}

	.FacilityTabs li {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	padding: 20px 0px 20px 50px;
	}

	.FacilityTabs li .Title {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.2em;
	}

	.FacilityTabs li .Title:before {
	display: block;
	position: absolute;
	content: "";
	top: -2px;
	left: -30px;
	width: 16px;
	height: 16px;
	}
	
	.FacilityTabs li.active .Title:after {
	display: block;
    position: absolute;
	top: -2px;
    left: -27px;
    content: "";
    width: 12px;
    height: 12px;
    margin-top: 3px;
	}

	.FacilityTabs li .TitleEn {
	position: relative;
	margin-left: 15px;
	padding-left: 15px;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1;
	}

	.FacilityTabs li .TitleEn:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: -1px;
	left: 0;
	width: 1px;
	height: 15px;
	background: #000;
	}

	.SearchResult .SearchResultTxt {
	display: inline-block;
	padding: 0 8px;
	font-size: 12px;
	}
	
	.odometer-digit {
	font-size: 30px;
	line-height: 1;
	}

	.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
	line-height: 1.3;
	}

}

@media print, screen and (min-width: 768px) {

	.SearchBoxUnit_Wrap1 {
	border-top: 1px solid #666666;
	}

	.FacilityTabs {
	display: flex;
	justify-content: center;
	gap: 20px;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 35px;
	}
	
	.FacilityTabs li { 
	width: 210px;  
	padding: 15px 0 10px 25px;
	}

	.FacilityTabs li .Title {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.2em;
	}

	.FacilityTabs li .Title:before {
	display: block;
	position: absolute;
	content: "";
	top: 50%;
	left: -5px;
	width: 16px;
	height: 16px;
	}
	
	.FacilityTabs li.active .Title:after {
	display: block;
    position: absolute;
    top: 50%;
    left: -2px;
    content: "";
    width: 12px;
    height: 12px;
    margin-top: 3px;
	}

	.FacilityTabs li .TitleEn {
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1;
	}

	.SearchResult .SearchResultTxt {
	display: inline-block;
	padding: 0 8px;
	font-size: 20px;
	}
	
	.odometer-digit {
	font-size: 45px;
	line-height: 1;
	}

		.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
	line-height: 1.3;
	}


}


.SearchBox .SearcTitle {
margin-bottom: 20px;
text-align: center;
font-size: 14px;
letter-spacing: 0.1em;
}

.SearchList li {
display: inline-block;
margin-right: 10px;

}

.SearchBox dt {
text-align: right;
letter-spacing: 0.1em;
}

.SearchResult {
margin-top: 20px;
text-align: center;
letter-spacing: 0.08em;
}

.more-btn {
  width: 100%;
  text-align: center;
  padding: 12px 0;
  cursor: pointer;
  font-weight: bold;
  border: 1px solid #aaa;
  margin-top: 20px;
}

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

	.SearchBox dl {
	border-bottom: 1px solid #666666;
	}

	 #content1 {
	padding: 0 0;
	 }

	.SearchBox {
	margin: 0 auto 0 auto;
	padding-top: 75px;
	padding-bottom: 30px;
	}
	
	.SearchList.SearchListOption {
	display: flex;
	flex-wrap: wrap;
	}
	
	.SearchList li {
	display: block;
	margin-bottom: 15px;
	margin-right: 0;
	font-size: 12px;
	}

	.SearchList.SearchListOption li {
	display: inline-block;
	width: 45%;
	}
	
	.SearchList.SearchListOption li.Limited_Item {
	width: 100%;
	}
	
	.SearchBox dl {
	display: flex;
	padding-top: 25px;
	padding-bottom: 10px;
	}
	
	.SearchBox .PriceUnit {
	padding: 9px 0 2px 0;
	}

	.SearchBox dl dt {
	width: 90px;

	font-size: 12px;
	text-align: left;
	}

	.SearchBox dl dd {
	width: calc(100% - 90px);
	color: #7D9178;
	font-size: 13px;
	letter-spacing: 0.06em;
	}

	.SearchBox .SearcTitle {
	margin-bottom: 25px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #666666;
	}

	.SearchResult {
	display: flex;
    justify-content: center;
    align-items: end;
	font-size: 11px;
	}

}

@media print, screen and (min-width: 768px) {

	.SearchBoxUnit_Wrap {
	border-bottom: 1px solid #666666;
	}
	
	.SearchBoxUnit_Wrap .SearchBoxUnit {
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	}

	.SearchBox {
	max-width: 900px;
	margin: 20px auto 0 auto;
	}
	
	.SearchResult {
	display: flex;
    justify-content: center;
    align-items: end;
    margin-top: 25px;
	}
	
	.SearchBox {
	padding-top: 80px;
	}

	.SearchBox dl {
	display: flex;
	align-items: center;
	}

	.SearchBox dl dt {
	width: 130px;
	text-align: left !important;
	font-size: 13px;
	}

	.SearchBox dl dd {
	width: calc(100% - 130px);
	padding: 35px 10px 35px 0;
	color: #000;
	font-size: 12px;
	letter-spacing: 0.06em;
	}
	
	.SearchList {
	display: flex;
	flex-wrap: wrap;
	}

	.SearchBox .list_item {
	margin: 0 0 0 0;
	}
	
	.SearchBox .list_item.list_item1,
	.SearchBox .list_item.list_item2,
	.SearchBox .list_item.list_item3 {
	margin-bottom: 14px;
	}

	.SearchBox .SearcTitle {
	margin-bottom: 35px;
	padding-bottom: 13px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #666666;
	}

	.SearchBox .PriceUnit {
	padding: 10px 10px 10px 40px;
	}

	.SearchBox .list_item.list_item1,
	.SearchBox .list_item.list_item4 {
	width: 35%;
	}

	.SearchBox .list_item.list_item2,
	.SearchBox .list_item.list_item5 {
	width: 30%;
	}

	.SearchBox .list_item.list_item3,
	.SearchBox .list_item.list_item6 {
	width: 35%;
	}

}

@media print, screen and (min-width: 1090px) {

	.SearchBox dl dt {
	width: 130px;
	}

	.SearchBox dl dd {
	width: calc(100% - 130px);
	padding: 35px 10px 35px 0;
	}

	.SearchBox .list_item.list_item1,
	.SearchBox .list_item.list_item4 {
	width: 35%;
	}

	.SearchBox .list_item.list_item2,
	.SearchBox .list_item.list_item5 {
	width: 30%;
	}

	.SearchBox .list_item.list_item3,
	.SearchBox .list_item.list_item6 {
	width: 35%;
	}



}


 /* ラジオボタン・チェックボックス --------------------------------------------------- */

.SearchBox input[type=checkbox] {
display: none;
}

.SearchBox input[type=checkbox] + label {
display: inline-block;
position: relative;
cursor: pointer;
}

.SearchBox input[type=checkbox] + label::before {
display: block;
position: absolute;
left: 0;
border: 1px solid #000;
background-color: #fff;
content: "";
}

.SearchBox input[type=checkbox] + label::before {
border-radius: var(--border-r);
}

/* 選択時の背景色 */	
.SearchBox input[type=checkbox]:checked + label::before {
border: 1px solid #000;
background-color: #fff;
box-shadow: none;
}

.SearchBox input[type=checkbox]:checked + label::after {
display: block;
position: absolute;
content: "";
}

/* チェックボックス選択時のチェックマーク */
.SearchBox input[type=checkbox]:checked + label::after {
background-color: #000;
    width: 8px;
    height: 8px;
}

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

	.SearchBox input[type=checkbox] + label {
	padding-left: 24px;
	color: #000;
	}
	
	.SearchBox input[type=checkbox] + label::before {
	top: 3px;
	width: 12px;
	height: 12px;
	}
	
	/* チェックボックス選択時のチェックマークのサイズ・位置 */
	.SearchBox input[type=checkbox]:checked + label::after {
    left: 3px;
    top: 6px;
    width: 8px;
    height: 8px;
	}

}

@media print, screen and (min-width: 768px) {
	
	.SearchBox input[type=checkbox] + label {
	padding-left: 20px;
	}
	
	.SearchBox input[type=checkbox] + label::before {
	top: 2px;
	width: 12px;
	height: 12px;
	}

	/* チェックボックス選択時のチェックマークのサイズ・位置 */
	.SearchBox input[type=checkbox]:checked + label::after {
    left: 3px;
    top: 5px;
    width: 8px;
    height: 8px;
	}

}

/* セレクトボックス */

.dropdown {
position: relative;
display:block;
padding:0;
}

.dropdown select {
width:360px;
margin:0;
background:none;
border: 1px solid transparent;
outline: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
appearance: none;
-webkit-appearance: none;
font-size:11px;
color: #7D9178;
padding: 10px 1.5em 10px .8em;
line-height:1.2;
background: #D4DDD3;
border-radius: 3px;
letter-spacing: 0.08em;
text-align: center;
}

.dropdown::after {
content: "";
position: absolute;
width: 7px;
height: 8px;
top: 52%;
right: 135px;
margin-top:-4px;
z-index: 2;
background-image: url(../img/Select_Allow.svg); 
background-repeat: no-repeat;
background-size: 100% auto;
pointer-events:none;
}

.dropdown:hover {

}

.button {

  background: #fff;
}

.dropdown select option {
font-size: 18px;
}


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

.dropdown select {
width: 100%;
padding: 8px 1.5em 8px 0.8em;
font-size: 13px;
}

.dropdown::after {
width: 9px;
height: 8px;
top: 54%;
right: 12px;
}


}

@media print, screen and (min-width: 768px) {
.dropdown::after {
right: 145px;
}

}


.Icon_RH {
background: var(--color_RH);
}

.Icon_AZ {
background: var(--color_AZ);
}

.Icon_TH {
background: var(--color_TH);
}



/* -----------------
■ アイテム一覧
------------------- */

.card:hover {
opacity: 0.5;
transition: 0.2s;
-webkit-transition: 0.2s;
}


.more-button {
width: 150px;
margin: 30px auto 0 auto;
display: block;
}

.card.RH .ItemFacility {
background: var(--color_RH);
}

.card.TH .ItemFacility {
background: var(--color_TH);
}

.card.AZ .ItemFacility {
background: var(--color_AZ);
}


.RH .ItemCategory {
background: var(--color_RH);
}

.TH .ItemCategory {
background: var(--color_TH);
}

.AZ .ItemCategory {
background: var(--color_AZ);
}

.RH.TH .ItemCategory,
.RH.AZ .ItemCategory,
.AZ.TH .ItemCategory {
background: #7E7E7E;
}

.FacilityTitleWrap {
display: flex;
justify-content: center;
}

/* カード全体を縦並びにする */
.card .modal-toggle {
  display: flex;
  flex-direction: column;
  height: 100%;

}

/* 商品名は可変でOK */
.ItemProductName {
  margin-bottom: auto; /* ← ここが重要 */
}

/* 価格＋アイコンのブロック */
.ItemCUnit {
  margin-top: auto; /* ← 常に下に寄せる */
}

.modalUnit {
position: relative;
}

.modalUnitWrap .ItemCautionUnit {
display: flex;
align-items: center;
}

.modalUnitWrap.TH .ItemCautionUnit dt {
color: var(--color_TH);
}

.modalUnitWrap.RH .ItemCautionUnit dt {
color: var(--color_RH);
}

.modalUnitWrap.AZ .ItemCautionUnit dt {
color: var(--color_AZ);
}

.modalUnitWrap.RH.TH .ItemCautionUnit dt,
.modalUnitWrap.RH.AZ .ItemCautionUnit dt,
.modalUnitWrap.AZ.TH .ItemCautionUnit dt {
color: #7E7E7E;
}


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

    .container {
    width: 100%;
    margin: 10px auto 0 auto;
    }

    .card {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    transition: transform 0.3s ease-in-out;
    margin-bottom: 45px;
    }

	.contMds {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    font-size: 24px;
    }

    .card-content {
    width: 55%;
    padding-left: 15px;
    text-align: left;
    color: #7D9178;
    display: flex;
    flex-direction: column;
    }
    
    .product_list {
	 margin-top: 20px;
    }

    .card-content .ShopName {
    font-size: 11px;
/*     letter-spacing: 0.1em; */
    margin-bottom: 5px;
    }

    .card-content .ItemName {
    font-size: 13px;
    line-height: 1.4;
    min-height: 35px;
    }
   
    .modalUnit .ItemName2 {
    font-size: 14px;
    line-height: 1.4;
    }

    .product_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    }

    .card .ItemName1 {
	margin-top: 10px;
	font-size: 10px;
	letter-spacing: 0.05em;
    }

    .card .ItemPrice {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.2em;
    text-align: left;
    }

    .card .ItemProductName {
	margin-top: 5px;
	font-size: 12px;
	letter-spacing: 0.05em;
    }
    
    .card .ItemPrice {
	font-size: 12px;
	letter-spacing: 0.05em;
    }
    
    .card .ItemFacility {
	  width: 150px;
	display: inline-block;
	margin-top: 7px;
	padding: 2px 5px;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
    }
    
    .card .ItemCUnit {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #707070;
    }

	.FacilityTitleWrap .FacilityTitleUnit {
	margin: 0 10px;
	}

	.modalUnit .Ph {
	position: relative;
	}
	
	.IconLimited.TH {
	position: absolute;
	bottom: -20px;
    right: -12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 65px;
	border: 1px solid var(--color_TH);
	border-radius: 50%;
	font-size: 10px;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.05em;
	color: var(--color_TH) !important;
	background: #fff;
	}

	.IconLimited.RH {
	position: absolute;
    bottom: -25px;
    right: -25px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 65px;
	border: 1px solid var(--color_RH);
	border-radius: 50%;
	font-size: 10px;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.05em;
	color: var(--color_RH) !important;
	background: #fff;
	}

	.IconLimited.AZ {
	position: absolute;
    bottom: -25px;
    right: -25px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 65px;
	border: 1px solid var(--color_AZ);
	border-radius: 50%;
	font-size: 10px;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.05em;
	color: var(--color_AZ) !important;
	background: #fff;
	}

	.ItemLeadCaution {
	margin-top: 20px;
	font-size: 12px;
	letter-spacing: 0.05em;
	}

	.ItemCautionUnitWrap {
	margin-top: 20px;
	border-top: 1px solid #707070;
	}

	.ItemCautionUnit {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #707070;	
	}

	.ItemCautionUnit dt {
	width: 65px;
	font-size: 12px;
	letter-spacing: 0.05em;
	font-weight: 500;
	}

	.ItemCautionUnit dd {
	font-size: 12px;
	letter-spacing: 0.05em;
	color: #000;
	}

}

@media print, screen and (min-width: 768px) {

    #PageTop .container {
    max-width: 1040px;
    margin: 50px auto;
    padding: 0 20px;
    }
    
    .product_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    }
    
    .contMds {
    display: flex;
    justify-content: center;
	 text-align: center;
	 width: 100%;
	 font-size: 24px;
    }

    .card {
	display: flex;
	flex-direction: column;
	margin-bottom: 36px;
    box-sizing: border-box;
    transition: transform 0.3s ease-in-out;
    cursor: pointer !important;
    }

    .card img {
    width: 100%;
    height: auto;
    padding: 0;
    }

    .card-content {
    padding: 0 12px 12px 12px;
    text-align: left;
    color: #7D9178;
    }
   
    .card-content .ShopName {
    font-size: 12px;
    margin: 10px 0 5px 0;
/*     letter-spacing: 0.1em; */
    }

    .card-content .ItemName {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
/*     letter-spacing: 0.1em; */
    }

    .modalUnit .ItemName2 {
    font-size: 16px;
    line-height: 1.4;
    }
    
    .card .ItemName1 {
	margin-top: 10px;
	font-size: 12px;
	text-align: left;
	letter-spacing: 0.05em;
    }

    .card .ItemPrice {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.2em;
    text-align: left;
    }

    .card .ItemProductName {
	margin-top: 10px;
	font-size: 16px;
	letter-spacing: 0.05em;
    }
    
    .card .ItemPrice {
	    width: calc(100% - 147px);
	font-size: 16px;
	letter-spacing: 0.05em;
    }
    
    .card .ItemFacility {
	width: 120px;
	display: inline-block;
	margin-bottom: 5px;
	padding: 2px 5px;
	font-size: 10px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
    }
    
    .card .ItemCUnit {
	display: flex;
	justify-content: space-between;
    margin-top: 40px;
    padding-top: 14px;
    border-top: 1px solid #707070;
    }
    
    .card .IconList {
	text-align: right; 
    }
  
	.FacilityTitleWrap .FacilityTitleUnit {
	margin: 0 20px;
	}
	
	.fancybox__nav .carousel__button.is-next {
	right: -8px !important;
	}
	
	.fancybox__nav .carousel__button.is-prev {
	left: -8px !important;
	}

	/* サムネイル枠は固定 */
	.modal-toggle .Thumb {
	  overflow: hidden; /* はみ出し防止 */
	  line-height: 1;
	}
	
	/* 画像は中でだけ変形させる */
	.modal-toggle .Thumb img {
	  transform: scale(1);
	  transition: transform 0.35s ease, filter 0.35s ease;
	}
	
	/* クリック直前の演出（hover / focus / active） */
	.modal-toggle .Thumb:hover img,
	.modal-toggle .Thumb:focus-visible img,
	.modal-toggle .Thumb:active img {
	  transform: scale(1.08);
	  filter: brightness(1.05);
	}
	
	.IconLimited.TH {
	position: absolute;
	top: -15px;
	left: -10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border: 1px solid var(--color_TH);
	border-radius: 50%;
	font-size: 10px;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.05em;
	color: var(--color_TH) !important;
	background: #fff;
	}

	.IconLimited.RH {
	position: absolute;
	top: -15px;
	left: -10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border: 1px solid var(--color_RH);
	border-radius: 50%;
	font-size: 10px;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.05em;
	color: var(--color_RH) !important;
	background: #fff;
	}

	.IconLimited.AZ {
	position: absolute;
	top: -15px;
	left: -10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border: 1px solid var(--color_AZ);
	border-radius: 50%;
	font-size: 10px;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.05em;
	color: var(--color_AZ) !important;
	background: #fff;
	}

	.ItemLeadCaution {
	margin-top: 8px;
	font-size: 12px;
	letter-spacing: 0.05em;
	}

	.ItemCautionUnitWrap {
	margin-top: 15px;
	border-top: 1px solid #707070;
	}

	.ItemCautionUnit {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #707070;	
	}

	.ItemCautionUnit dt {
	width: 70px;
	font-size: 12px;
	letter-spacing: 0.05em;
	font-weight: 500;
	}

	.ItemCautionUnit dd {
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #000;
	}
	 
}

@media print, screen and (min-width: 1090px) {

    #PageTop .container {
    margin: 120px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
    }

    .card {
    box-sizing: border-box;
    transition: transform 0.3s ease-in-out;
    }
  
    .card-content .ItemName {
/*     min-height: 60px; */
    }

    .product_list {
    gap: 50px;
    }
 
 	.fancybox__nav .carousel__button.is-next {
	right: 10px !important;
	}
	
	.fancybox__nav .carousel__button.is-prev {
	left: 10px !important;
	}
   
    .card .ItemFacility {
	width: 147px;
	display: inline-block;
	margin-bottom: 5px;
	padding: 2px 5px;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
    } 
  
  
/* ナビ全体を基準にする */
.fancybox__nav {
max-width: 1050px;
 position: absolute;
  inset: 0;
  pointer-events: none;
  margin: auto;
}

/* 外側ボタンが本体 */
.fancybox__nav .carousel__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: auto;
}

/* 右（Next） */
.fancybox__nav .carousel__button.is-next {
  right: -30px;   /* ← モーダル枠から30px外 */
}

/* 左（Prev） */
.fancybox__nav .carousel__button.is-prev {
  left: -30px;    /* ← モーダル枠から30px外 */
}
  
    
}

/* これをCSSに追加、または既存の記述を上書き */
.card .ItemProductName {
    margin-bottom: 20px !important; /* 線との間に最低限欲しい余白 */
    min-height: auto; /* jQueryで制御するため解除 */
}

/* ItemCUnitのmargin-top: autoは一旦外しても大丈夫です */
.card .ItemCUnit {
    margin-top: 0; 
}


/* ===============================
   Fancybox 左右ナビ 共通
================================ */

.fancybox__backdrop {
background: #fff !important;
}

.carousel__button,
.fancybox-nav {
background: transparent;
}

.fancybox-nav {
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  cursor: pointer;
  opacity: 1;
}


@media only screen and (max-width: 767px) {
	
.fancybox-nav {	
  background-size: 13px 19px;
}

}


/* ===============================
   左（前へ）
================================ */
.fancybox-prev {
  background-image: url("../img/Modal_Allow_Pre.png");
}

/* ===============================
   右（次へ）
================================ */
.fancybox-next {
  background-image: url("../img/Modal_Allow_Next.png");
}

/* ===============================
   位置調整（必要に応じて）
================================ */
.fancybox-prev {
  left: -80px;   /* モーダル外に出す */
}

.fancybox-next {
  right: -80px;
}

/* SP調整例 */
@media (max-width: 768px) {
  .fancybox-prev {
    left: 8px;
  }
  .fancybox-next {
    right: 8px;
  }
}





/* -----------------
■ アイテム詳細
------------------- */

.modal-open {
overflow: hidden;
}

.modal .ItemCategoly {
text-align: center;
font-size: 20px;
}

.modal .ShopName {
text-align: center;
font-size: 24px;
}

.modal .ItemMenu {
display: inline-block;
padding: 2px 8px;
background: #000;
color: #fff;
}

.modal .ItemName {
margin-top: 20px;
font-size: 24px;
}

.modal .ItemPrice {
font-size: 18px;
}

.modal .ItemLead {
margin-top: 20px;
}

.modal .ItemPeriod {
margin-top: 20px;
}

.ShopInfo {
margin-top: 30px;
text-align: center;
}

.ShopInfo a {
display: inline-block;
text-align: center;
font-size: 18px;
border: 1px solid #000;
border-radius: 50px;
padding: 10px 20px;
}

.modal .FacilityLead1,
.modal .FacilityLead2 {
text-align: center;
}

.modal .FacilityLead2 {
position: relative;
margin-top: 15px;
padding-top: 15px;
}

.RH .FacilityLead2:before {
display: block;
position: absolute;
background-color: var(--color_RH);
content: "";
top: 0;
left: 0;
right: 0;
margin: auto;
width: 50px;
height: 3px;
}

.TH .FacilityLead2:before {
display: block;
position: absolute;
background-color: var(--color_TH);
content: "";
top: 0;
left: 0;
right: 0;
margin: auto;
width: 50px;
height: 3px;
}

.AZ .FacilityLead2:before {
display: block;
position: absolute;
background-color: var(--color_AZ);
content: "";
top: 0;
left: 0;
right: 0;
margin: auto;
width: 50px;
height: 3px;
}

.modalClose,
.modalClose:focus,
.modalClose:focus-visible {
  outline: none !important;
  background: transparent;
}

.fancybox__slide {
padding: 0 !important;
}

.modalUnitWrap .ToShopInfo.RH {
background: var(--color_RH);
}

.modalUnitWrap .ToShopInfo.TH {
background: var(--color_TH);
}	

.modalUnitWrap .ToShopInfo.AZ {
background: var(--color_AZ);
}
	

@media only screen and (max-width: 767px) {
	
  .fancybox__content {
  padding: 30px 40px 30px 40px !important;
  }

  .modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 1s ease-in-out;
  }

  .modal-content {
  background: #fff;
  overflow-y: auto;
  padding: 50px 30px;
  width: 100%;
  position: absolute;
  }

  .modal-top {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
  }


  .modal-content .ItemName {
  font-size: 20px;
  line-height: 1.4em;
  margin-top: 20px;
  }

  .modal-content .ItemPrice {
  font-size: 18px;
  margin: 5px 0 10px 0;
  }

  .modal-content .ItemPrice span {
  font-size: 12px;
  }

  .modal-content .ItemLead {
  font-size: 14px;
  line-height: 1.6em;
  margin-top: 15px;
  }

	.modalUnit {
	margin-top: 30px;
	}

	.modalUnitWrap {
	position: relative;
	margin-top: 30px;
 overflow: visible;
	}
	
	.fancybox-nav {
	width: 13px;
	}
	
	.modalClose {
	position: absolute;
	right: 15px;
	top: 20px;
	width: 22px;
	height: 22px;
	padding: 0;
	}

	.modalClose img {
	width: 100% !important;
	height: auto;
	}
	
	.modal .ItemBrand {
	font-size: 18px;
	letter-spacing: 0.05em;
	text-align: center;
	}

	.modal .ItemAddress {
	margin-top: 10px;
	font-size: 12px;
	text-align: center;
	}
	
	.modal .FacilityLead1 {
	font-size: 14px;
	letter-spacing: 0.2em;
	line-height: 1;
	}
	
	.modal .FacilityLead2 {
	font-size: 10px;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-top: 10px;
	}

	.fancybox__nav .carousel__button.is-next {
	right: -5px !important;
	}

	.fancybox__nav .carousel__button.is-prev {
	left: -5px !important;
	}

	p.ItemCategory {
	display: inline-block;
	color: #fff !important;
	font-size: 10px;
/* 	letter-spacing: 0.05em; */
	margin-bottom: 3px;
	padding: 3px 8px;
	}
	
	.modal .Ph {
	line-height: 1;
	}

	.modal .Text {
	margin-top: 30px;
	} 
	
	.modal .ItemName {
	margin-top: 10px;
	font-size: 18px;
	letter-spacing: 0.05em;
	}

	.modal .ItemPrice {
	margin-top: 12px;
	font-size: 14px;
	letter-spacing: 0.05em;
	}

	.modal .ItemPrice span {
	display: inline-block;
	margin-left: 5px;
	font-size: 10px;
	letter-spacing: 0.05em;
	}
	
	.modal .ItemMds {
	margin-top: 15px;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	}
	
	.modal .ItemLead {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 0.05em;
	}
	
	.ToLinkWrap {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	}

	.ToFeature {
	width: 100%;
	height: 45px;
	color: #fff;
	background: #000;
	}

	.ToFeature a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 45px;
	}

	.FeatureTxt {
	position: relative;
	color: #fff !important;
	font-size: 10px;
	letter-spacing: 0.025em;		
	}

	.FeatureTxt:after {
	content: '';
	display: inline-block;
	width: 9px;
	height: 13px;
	margin-left: 4px;
	background-image: url(../img/Btn_W.png);
	background-size: contain;
	vertical-align: middle;
	}
	
	.ToShopInfo {
	width: 100%;
	margin-top: 10px;
	}

	.ToShopInfo a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 45px;
	}

[x-apple-data-detectors],
[x-apple-data-detectors-type="address"],
[x-apple-data-detectors-type="calendar-event"] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    border-bottom: none !important; /* 点線を消す */
}


.FacilityTitleUnit, 
.ItemBrand,
.ItemAddress {
    text-decoration: none !important;
    border-bottom: none !important;
    pointer-events: none; /* タップも反応させない場合 */
}




}

@media print, screen and (min-width: 768px) {

	.modal {
	display: none;
	position: static; 
	 max-height: none;
	z-index: 8887;
	left: 0;
	top: 0;
	max-width: 914px;
	overflow: visible; 
	background-color: rgba(255, 255, 255, 0.9);
	transition: all 1s ease-in-out;
	padding: 30px 0 !important;
	}
	
	/* 縦長見切れ */
	.fancybox__content > .modal {
	    display: block;
	    overflow: visible !important;
	}


.modal-content {
  border-radius: 5px;
  border: 1px solid #7D9178;
  background: #fff;
  overflow-y: auto; /* モーダル内でのスクロール許可 */
  padding: 50px;
  width: 90%;
  max-width: 960px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: show 0.6s linear 0s;
  max-height: 100%;
  margin-bottom: 50px;
  }

  .modal-top {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
  }

  .modal-close img {
  margin: 25px 25px 0 0;
  width: 35px;
  }
  
  .modal-close:hover, .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
  }

  .modal-title {
  color: #FFF;
  }

  .modal-content .LeftBox {
  float: left;
  width: 45%;
  }

  .modal-content .RightBox {
  float: right;
  width: 55%;
  box-sizing: border-box;
  padding-left: 30px;
  text-align: left;
  }

  .modal-content .ShopInfo {
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  }

  .modal-content .ShopInfo .ShopName {
  font-size: 24px;
  }


  .modal-content .ItemName {
  font-size: 20px;
  line-height: 1.4em;
  }

  .modal-content .ItemPrice {
  font-size: 18px;
  margin: 5px 0 10px 0;
  }

  .modal-content .ItemMds {
  font-size: 18px;
  line-height: 1.4em;
  margin-top: 20px;
  }

  .modal-content .ItemLead {
  font-size: 14px;
  line-height: 1.6em;
  margin-top: 15px;
  }

  .modal-content .ItemLead span {
  font-size: 12px;
  line-height: 1.2em;
  }
  
  .modalUnit {
  display: flex;
  margin-top: 32px;
  }

  .modalUnit .Ph {
  width: 50%;
  padding-right: 12px;
  }
  
  .modalUnit .Text {
  width: 50%;
  padding-left: 12px;
  }
	
	.modalUnitWrap {
	position: relative;
	margin-top: 27px;
	padding: 32px 25px 25px 25px;
	}
	
	.fancybox-nav {
	width: 17px;
	}
	
	.modalClose {
	position: absolute;
	right: -70px;
	top: -57px;
	width: 40px;
	height: 40px;	
	}
	
	.FacilityLead1 {
	font-size: 16px;
	letter-spacing: 0.2em;
	}
	
	.FacilityLead2 {
	font-size: 12px;
	letter-spacing: 0.1em;
	}
	
	p.ItemCategory {
	display: inline-block;
	color: #fff !important;
	font-size: 10px;
/* 	letter-spacing: 0.05em; */
	padding: 3px 8px;
	}

	.fancybox__content {
	padding: 38px 0 !important;
	}

	
	.modal .ItemBrand {
	font-size: 21px;
	letter-spacing: 0.05em;
	text-align: center;
	}

	.modal .ItemAddress {
	margin-top: 7px;
	font-size: 14px;
	text-align: center;
	}
	
	.modal .ItemName {
	margin-top: 10px;
	font-size: 21px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	}
	
	.modal .Ph {
	line-height: 1;
	}
	
	.modal .ItemPrice {
	margin-top: 10px;
	font-size: 16px;
	letter-spacing: 0.1em;
	letter-spacing: 0.05em;
	}

	.modal .ItemPrice span {
	display: inline-block;
	margin-left: 15px;
	font-size: 10px;
	}
	
	.modal .ItemMds {
	margin-top: 23px;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	}
	
	.modal .ItemLead {
	margin-top: 16px;
	letter-spacing: 0.05em;
	}
	
	.modalUnitWrap.RH {
	border: 3px solid var(--color_RH);
	}

	.modalUnitWrap.AZ {
	border: 3px solid var(--color_AZ);
	}

	.modalUnitWrap.TH {
	border: 3px solid var(--color_TH);
	}

	.modalUnitWrap.RH.TH {
	border: 3px solid #7E7E7E;
	}
	
	.modalUnitWrap.RH.AZ {
	border: 3px solid #7E7E7E;
	}

	.modalUnitWrap.TH.AZ {
	border: 3px solid #7E7E7E;
	}

	.modalUnitWrap.TH.AZ {
	border: 3px solid #7E7E7E;
	}
	
	.ToLinkWrap {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	color: #fff;
	}

	.ToFeature {
	width: 32.5%;
	height: 45px;
	margin-right: 10px;
	background: #000;
	}

	.ToFeature a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 45px;
	}

	.FeatureTxt {
	position: relative;
	display: block;
	color: #fff !important;
	font-size: 11px;
	letter-spacing: 0.05em;		
	}

	.FeatureTxt:after {
	content: '';
	display: inline-block;
	width: 9px;
	height: 13px;
	margin-left: 4px;
	background-image: url(../img/Btn_W.png);
	background-size: contain;
	vertical-align: middle;
	}
	
	.ToShopInfo {
	width: 32.5%;
	height: 45px;
	margin-left: 10px;
	}

	.ToShopInfo a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 45px;
	padding: 0 0 0 6px;
	}

	.Unit3 .ToFeature,
	.Unit3 .ToShopInfo {
	width: calc((100% / 3) - 12px);
	margin-right: 0;
	margin-left: 0;
	}

	.ToLinkWrap.Unit3 {
	justify-content: space-between;
	}	
	
	.fancybox__content {
	margin-right: 30px !important;
	margin-left: 30px !important;
	}


}

@media print, screen and (min-width: 1090px) {

	.modalUnit .Ph,
	.modalUnit .Text {
	width: 420px;
	padding-left: 0;
	padding-right: 0;
	}

	.modalUnit .Ph {
	margin-right: 12px;
	}

	.modalUnit .Text {
	margin-left: 12px;
	}
	
	.modalUnit {
	width: 864px;
	justify-content: space-between;
	}

}



/* -----------------
■ 店舗リンク
------------------- */

.modal_content__shop {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 8px;
width: 100%
}

.modal_content__shop a {
display: -ms-grid;
display: grid;
place-items: center;
place-content: center;
width: 100%;
max-width: 476px;
height: 48px;
background-color: #000;
color: #fff;
font-size: 16px;
-webkit-transition: opacity 0.175s ease;
transition: opacity 0.175s ease
}

.modal_content__shop a span:after {
content: "";
position: absolute;
display: inline-block;
width: 6.5px;
height: 9px;
background: url(../img/btn_arrow.png) no-repeat center center;
background-size: contain;
top: 50%;
right: -12.5px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
    
.modal_content__shop li {
width: 100%;
max-width: 476px
}
    
.modal_content__shop a span {
line-height: 1.5;
position: relative
}


@media only screen and (max-width: 767px) {
	
    .modal_content__footer {
    margin-top:10.6666666667vw;
    display: -ms-grid;
    display: grid
    }
    
    .modal_content__shop {
    -webkit-box-orient:vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.1333333333vw
    }

    .modal_content__shop a {
    height:11.7333333333vw;
    max-width: 100%
    }
      
    .modal_content__shop a span:after {
    width:1.7333333333vw;
    height: 2.4vw;
    right: -3.3333333333vw
    }
   
    
}

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

	.modal_content__shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
	}



}





/* -----------------
■ ページTOP
------------------- */

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


}

@media print, screen and (min-width: 768px) {

    .page-top-link a {
    display: block;
    }

    .page-top-link img {
    width: 12px; /* 画像の幅を調整 */
    height: auto; /* 高さを自動調整 */
    }

    .page-top-link {
    position: absolute;
    bottom: 0; /* タブコンテンツ内のページ下部からの距離を調整 */
    right: 15px; /* タブコンテンツ内のページ右端からの距離を調整 */
    z-index: 5; /* 他の要素より手前に表示 */
    }
    
}

@media print, screen and (min-width: 1090px) {

    .page-top-link {
    right: 0; /* タブコンテンツ内のページ右端からの距離を調整 */
    }

}



/* -----------------
■ 注釈
------------------- */

.Caution {
text-align: left;
}
	
@media only screen and (max-width: 767px) {

	.Caution {
	width: 100%;
	margin: 50px auto;
	padding: 0 15px;
    overflow: hidden;
    display: flex;
	}

	.Caution .LBox {
	width: 85%;
	float: left;
    font-size: 11px;
	}

	.Caution .RBox {
	width: 15%;
	float: right;
	text-align: right;
	}
	
	.Caution .RBox img {
	width: 15px;
	height: auto;
	margin-top: 5px;
	}

}

@media print, screen and (min-width: 768px) {

	.Caution {
	margin: 0 auto;
    font-size: 12px;
    width: 85%;
	}
	
	.Caution .RBox {
	display: none;
	}

}

@media print, screen and (min-width: 1090px) {

	.Caution {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	}

}



/* -----------------
■ リンクバナー
------------------- */

.Linkimg a:hover {
opacity: 0.5;
transition: 0.2s;
-webkit-transition: 0.2s;
}

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

    .Linkimg {
    width: 100%;
    padding: 0 15px;
    }

/*
    .Linkimg li {
    margin-bottom: 10px;
    }

    .Linkimg li:last-child {
    margin-bottom: 0;
    }
*/
    
    .Linkimg img {
	margin-top: 5px;
    width: 100%;
    }

}

@media print, screen and (min-width: 768px) {

    .Linkimg {
    text-align: center;
    margin: 50px auto;
    }

    .Linkimg img {
    max-width: 236px;
    height: auto;
    margin: 0 5px;
    }
    
/*
    .Linkimg {
    list-style: none;
    padding: 0 15px;
    margin: 0;
    display: flex;
    width: 100%;
    margin: 50px auto;
    }

    .Linkimg li {
    margin-right: 15px;
    }

    .Linkimg li:last-child {
    margin-right: 0;
    }

    .Linkimg img {
    max-width: 236px;
    height: auto;
    }
*/

}

@media print, screen and (min-width: 1090px) {

    .Linkimg {
    text-align: center;
    margin: 50px auto;
    }

    .Linkimg img {
    max-width: 355px;
    height: auto;
    margin: 0 5px;
    }
    
/*
    .Linkimg {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    max-width: 1090px;
    margin: 50px auto;
    }

    .Linkimg img {
    max-width: 355px;
    height: auto;
    text-align: center;
    }
*/

}




/* -----------------
■ 特集
------------------- */

.PageBtm {
background: #000;
color: #fff;
}
	
.FeatureLogo.FixedLogo {
opacity: 1 !important;	
}
	
@media only screen and (max-width: 767px) {

	.FeatureKeyVisual {
	position: relative;
	width: 100%;
	min-height: 280px; 
	background-image: url(../img/Bg_To_Feature_SP.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	}
	
	.FeatureKeyVisual .FeatureUnitTitle {
	max-width: 250px;
	position: absolute;
	bottom: 25px;
	left: 20px;
	}
	
	.FixedLogo {
	position: fixed;
	left: 20px;
	top: 105px;
	width: 55px;
	z-index: 1000;
	opacity: 0;
	transition: opacity .6s ease;
	
	/* 追加：重なり部分の色を反転させる設定 */
	mix-blend-mode: difference;
	}


	.FixedLogo img {
	width: 100%;
	height: auto;
	display: block;
	/* 元のロゴが黒の場合は、ここで白に反転させておきます */
	/* filter: invert(1); */
	}
	
	.FixedLogo.is-show {
	opacity: 1;
	pointer-events: auto;
	}


	.LogoListWrap {
	padding-top: 27px;
	padding-bottom: 10px;
	}

	.LogoListWrap .LogoList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	
	.LogoListWrap .LogoList li {
	width: calc(100% / 3);
	text-align: center;
	}
	
	.LogoListWrap .LogoList img {

	margin: auto;
	}


	.FeatureInUnit1 {
	background-image: url(../img/Feaut_UnigBg1_SP.jpg?ver=251230);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;	
	}

	.FeatureInUnit2 {
	background-image: url(../img/Feaut_UnitBg2_SP.jpg?ver=251230);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;	
	}

	.FeatureInUnit3 {
	background-image: url(../img/Feaut_UnitBg3_SP.jpg?ver=251230);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;	
	}

	.FeatureInUnit4 {
	background-image: url(../img/Feaut_UnitBg4_SP.jpg?ver=251230);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;	
	}
	
	.FeatureInUnit5 {
	background-image: url(../img/Feaut_UnitBg5_SP.jpg?ver=251230);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;	
	}
	
	.FeatureInUnit6 {
	background-image: url(../img/Feaut_UnitBg6_SP.jpg?ver=251230);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;	
	}
	
	.FeatureInUnit7 {
	background-image: url(../img/Feaut_UnitBg7_SP.jpg?ver=251230);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;	
	}
	
	.FeatureInUnit8 {
	background-image: url(../img/Feaut_UnitBg8_SP.jpg?ver=251230);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;	
	}

	.FeatureInUnit9 {
	background-image: url(../img/Feaut_UnitBg9_SP.jpg?ver=251230);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;	
	}
	
	.FeatureInUnit {
	padding: 50px 0;
	color: #fff;
	}

	#PageFeature .FeatureInUnitBg {
	max-width: 1000px;
	padding: 0 0;
	margin: 0 auto;	
	}
	
	.TitleMds {
	font-size: 21px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	}

	
	.leadBox {
	position: relative;
	padding-right: 20px;
	}
	
	.ChefName {
	margin-top: 10px;
	font-size: 16px;
	letter-spacing: 0.05em;	
	}
	
	.ChefNameEn {
	margin-top: 2px;
	font-size: 11px;
	letter-spacing: 0.05em;		
	}
	
	.FeatureInUnit .ShopName {
	margin-top: 15px;
	font-size: 13px;
	letter-spacing: 0.05em;		
	}

	.FeatureInUnit .ShopNameEn {
	margin-top: 4px;
	font-size: 11px;
	letter-spacing: 0.05em;		
	}
	
	.FeatureInUnit .SnsList {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	margin-top: 60px;
	}

	.FeatureInUnit .SnsList li {
	width: 25px;
	margin-left: 15px;
	}

	.FeatureInUnit .PhotoBox {
	margin-top: 25px;
	display: flex;
	justify-content: center;
	}

	.FeatureInUnit .PhotoBox img {
	width: 70%;
	margin: auto;
	}

	.FeatureInUnit .Rbox {
	margin-top: 25px;
	}

	.FeatureInUnit .Rbox .Lead1 {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 4行まで */
    overflow: hidden;

	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.05em;
	}

	/* 開いた状態 */
	.LeadToggle.is-open .Lead1 {
	-webkit-line-clamp: unset;
	}
	
	.LeadToggle {
	padding: 0 20px 20px 20px;
	}
	
	/* ボタン */
	.LeadToggleBtn {
	display: block;
	margin: 10px auto 0;
	padding: 0;
	width: 56px;
	background: none;
	border: none;
	}

	.LeadToggleBtn img {
	display: block;
	width: 100%;
	max-width: 200px; /* 適宜調整 */
	height: auto;
	}

	.FeatureInUnit .Lbox {
	padding: 0 20px;
	}

	.FeatureInUnit .Rbox .ItemList {
	width: 350px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
	}

	.FeatureInUnit .Rbox .ItemList.ItemListAC {
	display: flex !important;
	justify-content: center;
	}

	.FeatureInUnit .Rbox .ItemList li {
	width: 170px;
	vertical-align: middle !important;
	line-height: 1 !important;
	}

	.FeatureInUnit .Rbox .ItemList li div {
	vertical-align: middle !important;
	line-height: 1 !important;
	}

	.PageBtmIn {
	padding: 50px 30px 60px 40px;
	}
	
	.BtmLogoList {
	width: 170px;	
	margin: 0 auto;
	}

	.BtmLogoList li {
	width: 170px;
	margin-bottom: 40px;
	}

	.BtmLogoList li:last-child {
	margin-bottom: 0;
	}

	.PageBtmIn .ListKomeS {
	margin-top: 80px;
	font-size: 10px;
	letter-spacing: 0.1em;
	}

	.FeatureInUnitBg .IconList {
	display: flex;
	margin-bottom: 15px;
	}

	.FeatureInUnitBg .IconList .ItemFacility {
	width: 145px;
	margin-right: 8px;
	padding: 5px 0 5px 5px;
	letter-spacing: 0.1em;
	font-size: 12px;
	line-height: 1;
	color: #fff !important;
	}

}

@media print, screen and (min-width: 768px) {

	.FeatureKeyVisual {
	position: relative;
	width: 100%;
	min-height: 380px; 
	background-image: url(../img/Bg_To_Feature_PC.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	}
	
	.FeatureKeyVisual .FeatureUnitTitle {
	max-width: 600px;
	 position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
	}
	
	.FeatureKeyVisual .Logo {
	position: fixed;
	left: 30px;
	top: 150px;
	width: 75px;
	}

	.FeatureKeyVisual .Logo a {
	display: block;
	}

	.FeatureKeyVisual .Logo img {
	transition: opacity 0.25s ease;
	}

	.FeatureKeyVisual .Logo img.is-fade {
	opacity: 0;
	}
	
	.LogoListWrap {
	max-width: 1260px;
	margin: 0 auto;
	padding: 60px 30px;
	}
	
	.LogoListWrap .LogoList {
	display: flex;
	align-items: center;
	justify-content: space-between;
	}

	.LogoListWrap .LogoList a {
	transition: transform 0.3s ease-in-out;
	}

	.LogoListWrap .LogoList a:hover {
	opacity: 0.5;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	}
	
	.LogoListWrap .LogoList img {
	width: 70%;
	margin: auto;
	}

	.FeatureInUnit1 {
	background-image: url(../img/Feaut_UnitBg1.jpg?ver=251230);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;	
	}

	.FeatureInUnit2 {
	background-image: url(../img/Feaut_UnitBg2.jpg?ver=251230);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;	
	}

	.FeatureInUnit3 {
	background-image: url(../img/Feaut_UnitBg3.jpg?ver=251230);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;	
	}
	
	.FeatureInUnit4 {
	background-image: url(../img/Feaut_UnitBg4.jpg?ver=251230);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;	
	}

	.FeatureInUnit5 {
	background-image: url(../img/Feaut_UnitBg5.jpg?ver=251230);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;	
	}

	.FeatureInUnit6 {
	background-image: url(../img/Feaut_UnitBg6.jpg?ver=251230);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;	
	}

	.FeatureInUnit7 {
	background-image: url(../img/Feaut_UnitBg7.jpg?ver=251230);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;	
	}

	.FeatureInUnit8 {
	background-image: url(../img/Feaut_UnitBg8.jpg?ver=251230);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;	
	}

	.FeatureInUnit9 {
	background-image: url(../img/Feaut_UnitBg9.jpg?ver=251230);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;	
	}

	.FeatureInUnit {
	padding: 50px 0;
	color: #fff;
	}

	#PageFeature .FeatureInUnitBg {
	max-width: 1060px;
	padding: 0 30px;
	margin: 0 auto;	
	display: flex;
	flex-direction: row;
	}
	
	.TitleMds {
	margin-top: 45px;
	font-size: 17px;
	line-height: 1.4;
	}

	.FeatureInUnit .Lbox {
	position: relative;
	width: 60%;	
	}
	
	.FeatureInUnit .Rbox {
	width: 40%;
	}

	.FeatureInUnit .Lbox {
	display: flex;
	justify-content: space-between;
	}
	
	.FeatureInUnit .Lbox .PhotoBox {
	display: flex;
	align-items: flex-end;
	}

	.leadBox {
	width: 55%;
	display: flex;
    flex-direction: column;
	/* padding-right: 20px; */
	}

	.PhotoBox {
	width: 45%;
	}
	
	
	.ChefName {
	margin-top: 15px;
	font-size: 18px;
	letter-spacing: 0.05em;	
	}
	
	.ChefNameEn {
	margin-top: 4px;
	font-size: 11px;
	letter-spacing: 0.05em;		
	}
	
	.FeatureInUnit .ShopName {
	margin-top: 15px;
	font-size: 14px;
	letter-spacing: 0.05em;		
	}

	.FeatureInUnit .ShopNameEn {
	margin-top: 4px;
	margin-bottom: 15px;
	font-size: 11px;
	letter-spacing: 0.05em;		
	}
	
	.FeatureInUnit .SnsList {
	display: flex;
	margin-top: 60px;
	margin-top: auto;
	line-height: 1;
	vertical-align: bottom !important;
	}

	.FeatureInUnit .SnsList li {
	width: 20px;
	margin-right: 7px;
	line-height: 1;
	vertical-align: bottom !important;
	}

	.FeatureInUnit .SnsList li a {
    line-height: 1;
	vertical-align: bottom !important;
	}

	.FeatureInUnit .Rbox {
	display: flex;
    flex-direction: column;
	padding-left: 15px;
	}

	.FeatureInUnit .Rbox .Lead1 {
	font-size: 14px;
	line-height: 1.9;
	letter-spacing: 0.05em;
	}
	
	.FeatureInUnit .Rbox .ItemList {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: auto;
    line-height: 1;
   	vertical-align: bottom !important;
	}

	.FeatureInUnit .Rbox .ItemList li {
    line-height: 1;
	vertical-align: bottom !important;
	cursor: pointer !important;
	}

	.FeatureInUnit .Rbox .ItemList li div,
	.FeatureInUnit .Rbox .ItemList li div img {
    line-height: 1;
	vertical-align: bottom !important;
	cursor: pointer !important;
	}

	.FeatureInUnit .Rbox .ItemList li div {
    transition: transform 0.3s ease-in-out;
	}

	.FeatureInUnit .Rbox .ItemList li div:hover {
	opacity: 0.5;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	}
	
	.PageBtmIn {
	max-width: 1260px;
	margin: 0 auto;
	padding: 45px 30px 20px 30px;
	}
	
	.BtmLogoList {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 800px;
	margin: 0 auto;
	}

	.BtmLogoList .LogoList1 {
	width: 190px;
	}

	.BtmLogoList .LogoList2 {
	width: 204px;
	}

	.BtmLogoList .LogoList3 {
	width: 214px;
	}

	.PageBtmIn .ListKomeS {
	margin-top: 40px;
	font-size: 10px;
	letter-spacing: 0.1em;	
	}
	
	.fancybox__content {
	position: absolute !important;
	left: auto;
    right: auto;
	}
	
	.Rbox .LeadToggle {
	margin-bottom: 15px;
	}
	
	.FeatureInUnitBg .IconList {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	margin-bottom: 15px;
	}

	.FeatureInUnitBg .IconList .ItemFacility {
	width: 145px;
	margin-right: 10px;
	padding: 5px 0 5px 5px;
	letter-spacing: 0.1em;
	font-size: 12px;
	line-height: 1;
	color: #fff !important;
	}

}

@media print, screen and (min-width: 1090px) {

	.FeatureInUnit .Lbox,
	.FeatureInUnit .Rbox {
	width: 50%;
	}

	.FeatureInUnit .Lbox {
	display: flex;
	justify-content: space-between;
	}

	.TitleMds {
	font-size: 18px;
	line-height: 1.4;
	}
	
	.FeatureInUnit .PhotoBox img {
	width: 235px;
	}


	.TitleMds {
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	}

	.FeatureInUnit .Lbox {
	width: 50%;	
	}
	
	.FeatureInUnit .Rbox {
	width: 50%;
	padding-left: 35px;
	}

	.FeatureInUnit .Rbox .ItemList li {
	width: 108px;
	}

}


.FeatureInUnit2,
.FeatureInUnit5,
.FeatureInUnit9 {
color: #000;
}


.odometer.odometer-auto-theme .odometer-digit:not(:first-child), .odometer.odometer-theme-minimal .odometer-digit:not(:first-child) {
margin-right: 5px;
}

