@charset "UTF-8";

.main-wrapper {
overflow: unset;
}

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

.KeyVisual {
	
  color: #fff;
  position: relative;
  text-align: center;
}

.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 {
	margin-top: -1px !important;
	}

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

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

	.KeyVisual .KeyMdsA img {
	width: 260px;
	}
	
	.KeyVisual .KeyMdsB {
	margin-top: 16.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 {
/* 	padding-top: 49px !important; */
	margin-top: -1px !important;
	}
	
	.KeyVisual img {
	width: 100%;
	margin: 0 auto;
	display: block;
	}

	.KeyVisual .KeyMdsBox {
	position: absolute;
	width: 230px;
    top: 36%;
    left: 15%;
	}
	
	.KeyVisual .KeyMdsA img {
	width: 30vw;
	}

	.KeyVisual .KeyMdsB {
	margin-top: 8vw; /* 画面幅に対する相対的なマージンに調整 */
	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 print, screen and (min-width: 1000px) {

	.KeyVisual .KeyMdsBox {
	width: 300px;
	}

}


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

	.KeyVisual .KeyMdsBox {
	width: 320px;
	}

}


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

	.KeyVisual .KeyMdsBox {
	width: 350px;
	}

}


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

	.KeyVisual .KeyMdsBox {
	width: 380px;
	}

}

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

	.KeyVisual .KeyMdsBox {
	width: 410px;
	}

}

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

	.KeyVisual .KeyMdsBox {
	width: 440px;
	}

}

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

	.KeyVisual .KeyMdsBox {
	width: 470px;
	}

}

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

	.KeyVisual .KeyMdsBox {
	width: 500px;
	}

}

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

	.KeyVisual .KeyMdsBox {
	width: 530px;
	}

}

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

	.KeyVisual .KeyMdsBox {
	width: 560px;
	}

}




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


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

.SearchBoxUnit1 {
border-top: 1px solid #9B8C6E;
}

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

}

.SearchBox dt {
padding: 6px 10px;
letter-spacing: 0.1em;
}

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

.SearchResult span {
font-size: 30px;
}

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

	.SearchBox {
	margin: 20px auto 0 auto;
	padding-bottom: 30px;
	}
	
	.SearchList.SearchListOption {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	}
	
	.SearchList li {
	display: block;
	margin-top: 7px;
	margin-right: 0;
	}

	.SearchList.SearchListOption li {
	display: inline-block;
	margin-right: 10px;
	}
	
	.SearchList.SearchListOption li.Limited_Item {
	width: 100%;
	}
	
	.SearchBox dl {
	display: flex;
	align-items: center;
	padding-top: 3px;
	padding-bottom: 10px;
	}
	
	.SearchBox .PriceUnit {
	padding: 9px 0 2px 0;
	}

	.SearchBox dl dt {
	width: 90px;
	padding: 16px 0 10px 0;
	font-size: 12px;
	}

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

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

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

	.SearchResult span {
	margin: 0 10px;
	letter-spacing: 0.08em;
	}

}

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

	.SearchBox {
	max-width: 700px;
	margin: 20px auto 0 auto;
	}
	

	.SearchResult {
	display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    font-size: 11px;
	}
	
	.SearchResult span {
	margin: 0 7px;
	font-size: 28px;
	letter-spacing: 0.08em;
	}
	
	.SearchBox {
	margin-top: 60px;
	}

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

	.SearchBox dl dt {
	width: 160px;
	padding: 15px 0 15px 75px;
	}

	.SearchBox dl dd {
	width: calc(100% - 160px);
	padding: 15px 10px 15px 40px;
	color: #9B8C6E;
	font-size: 11px;
	letter-spacing: 0.06em;
	}

	.SearchBox .list_item {
	margin: 0 15px 0 0;
	}
	
	.SearchBox .list_item.list_item1 {
	margin: 0 20px 0 0;
	}

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

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

}

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


}


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

.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 #9B8C6E;
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 #9B8C6E;
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: #9B8C6E;
    width: 8px;
    height: 8px;
}

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

	.SearchBox input[type=checkbox] + label {
	padding-left: 24px;
	}
	
	.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: 25px;
	}
	
	.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: #9B8C6E;
padding: 10px 1.5em 10px .8em;
line-height:1.2;
background: #DBD2BF;
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(../images/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;
}

}


/* -----------------
■ トップページ
------------------- */

.ReadBox {
width: 100%;
color: #ad6161;
}

.CornerBox {
width: 940px;
margin: 0 auto 0 auto;
padding: 40px 0;
text-align: center;
border-bottom: 1px solid #e0e0e0;
}

.CornerBoxLast {
width: 940px;
margin: 0 auto 0 auto;
padding-top: 40px;
text-align: center;
}

.TopMds {
font-size: 300%;
margin-bottom: 20px;
}

.TopMds span {
font-size: 24px;
}

.MdsHr {
height: 1px;
background-color: #000;
width: 75px;
border: none;
margin: 0 auto 0 auto;
}

.TopLead {
font-size: 120%;
margin: 30px 0;
}



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

.ReadBox {
padding: 0 0 30px 0;
font-size: 16px;
line-height: 1.6em;
}

.CornerBox {
width: 100%;
padding: 25px 10px;
text-align: center;
border-bottom: 1px solid #e0e0e0;
}

.CornerBoxLast {
width: 100%;
padding: 20px 10px 0 10px;
text-align: center;
}

.TopMds {
font-size: 200%;
margin-bottom: 20px;
}

.TopMds span {
font-size: 18px;
}

.MdsHr {
height: 1px;
background-color: #000;
width: 75px;
border: none;
margin: 0 auto 0 auto;
}

.TopLead {
font-size: 90%;
margin: 25px 0;
}

}


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

.ReadBox {
padding: 0 0 30px 0;
text-align: center;
font-size: 16px;
line-height: 1.6em;
}

.CornerBox {
width: 100%;
padding: 40px 20px;
box-sizing: border-box;
}

.CornerBoxLast {
width: 100%;
margin: 0 auto 0 auto;
padding-top: 40px;
padding-left: 20px;
padding-right: 20px;
text-align: center;
}


}


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

.ReadBox {
padding: 0 0 40px 0;
text-align: center;
font-size: 18px;
line-height: 1.6em;
}

.CornerBox {
width: 940px;
padding: 40px 0;
}

.CornerBoxLast {
width: 940px;
padding-left: 0;
padding-right: 0;
}

}





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

.card:hover {
opacity: 0.5;
transition: 0.2s;
-webkit-transition: 0.2s;
}
    
@media only screen and (max-width: 767px) {

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

    .card {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    transition: transform 0.3s ease-in-out;
    border: 1px solid #9B8C6E;
    margin-bottom: 10px;
    padding: 7px; /* Adjust padding */
    }

    .card img {
    width: 45%;
    height: auto;
    float: left;
    }

    .card-content {
    width: 55%;
    padding-left: 15px;
    text-align: left;
    color: #9B8C6E;
    display: flex;
    flex-direction: column;
    }
    
    .modal-toggle {
	 display: flex;
    flex-direction: row;
    }

    .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;
    }

    .card .ItemPrice_SP {
	margin-top: auto !important;
    padding-top: 10px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-size: 13px;
    line-height: 1.4;
    margin-top: auto;
    letter-spacing: 0.1em;
    color: #9B8C6E;
    text-align: left;
    border-top: 1px solid #9B8C6E;
    }

    .card .ItemPrice_SP span {
    color: #fff;
    background-color: #9B8C6E;
    padding: 3px 10px;
    font-size: 11px;
    letter-spacing: 0.1em;
    float: right;
    margin-top: -3px;
    border-radius: 3px;
    margin-left: 5px;
    }

}

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

    .container {
    width: 85%;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
	flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    }

    .card {
	display: flex;
	flex-direction: column;
    border-radius: 5px;
    overflow: hidden;
    width: calc(50% - 15px);
    box-sizing: border-box;
    transition: transform 0.3s ease-in-out;
    border: 1px solid #9B8C6E;
    }

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

    .card-content {

    padding: 0 12px 12px 12px;
    text-align: left;
    color: #9B8C6E;
    }
   
    .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;
/*     letter-spacing: 0.1em; */
    }

    .card .ItemPrice {
    border-top: 1px solid #9B8C6E;
    margin-top: auto;
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 15px;
    padding-bottom: 12px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.2em;
    text-align: left;
    color: #9B8C6E;
    }

    .card .ItemPrice span {
    color: #fff;
    background-color: #9B8C6E;
    padding: 3px 10px;
    font-size: 12px;
    letter-spacing: 0.2em;
    float: right;
    margin-top: -4px;
    border-radius: 3px;
    margin-left: 5px;
    }

    .card .ItemPrice_SP {
	display: none;
    }
    
}

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

    .container {
    width: 960px;
    margin: 60px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
    }

    .card {
    border-radius: 5px;
    overflow: hidden;
    width: calc(33.33% - 20px);
    box-sizing: border-box;
    transition: transform 0.3s ease-in-out;
    border: 1px solid #9B8C6E;
    }
  
    .card-content .ItemName {
/*     min-height: 60px; */
    }


    
}

/* -----------------
下部ナビゲーション
------------------- */

/*
.NavUnitWrap .NavUnit.Nav1 {
background: #AD6161;
}

.NavUnitWrap .NavUnit.Nav2 {
background: #9B8C6E;
}

.NavUnitWrap .NavUnit.Nav3 {
background: #D09254;
}

.NavUnitWrap .NavUnit {
display: flex;
align-items: center;
border-radius: 5px;
}

.NavUnitWrap .NavUnit .NavThumb,
.NavUnitWrap .NavUnit .NavMds {
width: 50%;
}

.NavUnitWrap .NavUnit .NavThumb img {
display: block;
line-height: 1;
border-radius: 5px 0 0 5px
}

.NavUnitWrap .NavUnit .NavMds {
position: relative;
color: #fff;
}

.NavUnitWrap .NavUnit.Nav1 .NavMds:after {
position: absolute;
top: 38%;
right: 15px;
content: '';
display: inline-block;
width: 20px;
height: 20px;
background-image: url(../images/Nav_Allow1.svg);
background-size: contain;
vertical-align: middle;
}

.NavUnitWrap .NavUnit.Nav2 .NavMds:after {
position: absolute;
top: 38%;
right: 15px;
content: '';
display: inline-block;
width: 20px;
height: 20px;
background-image: url(../images/Nav_Allow2.svg);
background-size: contain;
vertical-align: middle;
}

.NavUnitWrap .NavUnit.Nav3 .NavMds:after {
position: absolute;
top: 38%;
right: 15px;
content: '';
display: inline-block;
width: 20px;
height: 20px;
background-image: url(../images/Nav_Allow3.svg);
background-size: contain;
vertical-align: middle;
}

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

	.NavUnitWrap .NavUnit {
	margin-top: 10px;
	}
	
	.NavUnitWrap .NavUnit .NavMds {
	padding-left: 12px;
	}
	
	.NavUnitWrap .NavUnit.Nav1 .NavMds:after,
	.NavUnitWrap .NavUnit.Nav2 .NavMds:after,
	.NavUnitWrap .NavUnit.Nav3 .NavMds:after {
	width: 18px;
	height: 18px;
	}

	.NavUnitWrap .NavUnit .NavMds .Mds1 {
	display: block;
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 1.3;
	}

	.NavUnitWrap .NavUnit .NavMds .Mds2 {
	font-size: 12px;
	letter-spacing: 0.08em;
	line-height: 1;
	}

}

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

	.NavUnitWrap {
	display: flex;
	justify-content: space-between;
	margin-top: 90px;
	padding: 0 30px;
	}
	
	.NavUnitWrap .NavUnit {
	width: calc((100% / 3) - 8px);
	}
	
	.NavUnitWrap .NavUnit .NavMds {
	padding-left: 12px;
	}
	
	.NavUnitWrap .NavUnit .NavMds .Mds1 {
	display: block;
	font-size: 12px;
	letter-spacing: 0.08em;
	line-height: 1.3;
	}

	.NavUnitWrap .NavUnit .NavMds .Mds2 {
	font-size: 10px;
	letter-spacing: 0.08em;
	line-height: 1;
	}

	.NavUnitWrap .NavUnit.Nav1 .NavMds:after {
	position: absolute;
	top: 38%;
	right: 8px;
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(../images/Nav_Allow1.svg);
	background-size: contain;
	vertical-align: middle;
	}
	
	.NavUnitWrap .NavUnit.Nav2 .NavMds:after {
	position: absolute;
	top: 38%;
	right: 8px;
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(../images/Nav_Allow2.svg);
	background-size: contain;
	vertical-align: middle;
	}
	
	.NavUnitWrap .NavUnit.Nav3 .NavMds:after {
	position: absolute;
	top: 38%;
	right: 8px;
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(../images/Nav_Allow3.svg);
	background-size: contain;
	vertical-align: middle;
	}
	
}

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

	.NavUnitWrap .NavUnit .NavMds .Mds1 {
	font-size: 14px;
	}

	.NavUnitWrap .NavUnit .NavMds .Mds2 {
	font-size: 12px;
	}
	
	.NavUnitWrap .NavUnit.Nav1 .NavMds:after {
	position: absolute;
	top: 38%;
	right: 15px;
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/Nav_Allow1.svg);
	background-size: contain;
	vertical-align: middle;
	}
	
	.NavUnitWrap .NavUnit.Nav2 .NavMds:after {
	position: absolute;
	top: 38%;
	right: 15px;
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/Nav_Allow2.svg);
	background-size: contain;
	vertical-align: middle;
	}
	
	.NavUnitWrap .NavUnit.Nav3 .NavMds:after {
	position: absolute;
	top: 38%;
	right: 15px;
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/Nav_Allow3.svg);
	background-size: contain;
	vertical-align: middle;
	}
	
}
*/


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

  .modal-open {
  overflow: hidden;
  }

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

  .modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 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-close img {
  margin: 20px 25px 0 0;
  width: 25px;
  }
      
  .modal-close:hover, .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
  }

  .modal-title {
  color: #FFF;
  }

  .modal-content .LeftBox {
  width: 100%;
  }

  .modal-content .RightBox {
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  }

  .modal-content .ShopInfo {
  text-align: center;
  letter-spacing: 0.1em;
  margin: 10px 0 20px 0;
  }

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

  .modal-content .ShopInfo .ShopTel {
  font-size: 12px;
  margin-top: 15px;
  }	     
	     
  .modal-content .ShopInfo .ShopArea {
  font-size: 13px;
  margin-top: 10px;
  padding-bottom: 25px;
  position: relative;
  }

  .modal-content .ShopInfo .ShopArea:after {
  bottom: 0;
  width: 60px;
  content: '';
  position: absolute;
  display: inline-block;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #9B8C6E;
  }

  .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 .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;
  }

  .modal-content .OptionList {
  margin: 20px 0 0 0;
  }

  .modal-content .OptionList li {
  width: auto !important;
  margin: 5px 5px 0 0;
  padding: 3px 15px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  text-align: center;
  }

  .modal-content .OptionList .Option1 {
  background: #9B8C6E;
  }

  .modal-content .OptionList .Option1 {
  background: #9B8C6E;
  }

  .modal-content .OptionList .Option2 {
  background: #9B8C6E;
  }

  .modal-content .OptionList .Option3 {
  background: #9B8C6E;
  }
  
}

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

.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; /* スクロール禁止 */
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 1s ease-in-out;
}

.modal-content {
  border-radius: 5px;
  border: 1px solid #9B8C6E;
  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 .ShopInfo .ShopTel {
  font-size: 13px;
  margin-top: 15px;
  }	     
	     
  .modal-content .ShopInfo .ShopArea {
  font-size: 14px;
  margin-top: 10px;
  padding-bottom: 25px;
  position: relative;
  }

  .modal-content .ShopInfo .ShopArea:after {
  bottom: 0;
  width: 60px;
  content: '';
  position: absolute;
  display: inline-block;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #9B8C6E;
  }

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

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

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

  .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;
  }

  .modal-content .OptionList {
  margin: 20px 0 0 0;
  }

  .modal-content .OptionList li {
  width: auto !important;
  margin: 5px 5px 0 0;
  padding: 3px 15px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  text-align: center;
  }

  .modal-content .OptionList .Option1 {
  background: #9B8C6E;
  }

  .modal-content .OptionList .Option1 {
  background: #9B8C6E;
  }

  .modal-content .OptionList .Option2 {
  background: #9B8C6E;
  }

  .modal-content .OptionList .Option3 {
  background: #9B8C6E;
  }

}



/* -----------------
■ ページ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;
    }
*/

}