@charset "utf-8";

/* ---------------------------------------
* 共通
------------------------------------------ */


.wp-block-image,.wp-block-group .wp-block-image,.article figure{
	margin: 4rem auto 0;
}

img{
	width: 100%;
	height: auto;
	text-align: center;
}

.wp-block-image :where(figcaption),figcaption{
	font-size: clamp(12px,1.4rem,14px);
	color: #999999;
	line-height: 1.6;
	margin-bottom: unset;
	text-align: center;
}

/* ---------------------------------------
* 共通
------------------------------------------ */

/* ---------------------------------------
* NEWS
------------------------------------------ */

.newsArticleMain .newsHead{
	padding-top: 0;
}

.newsHeadTtl{
	font-size: clamp(12px,2.8rem,32px);
	font-weight: 500;
	line-height: 1.6;
}

.newsTag-list{
	column-gap: 1rem;
}

.newsDetail{
	width: 91.7%;
	margin: 8rem auto 0;
}

.newsDetail h2{
	font-size: clamp(18px,2.4rem,28px);
	font-weight: 500;
	line-height: 1.6;
	padding-bottom: 2rem;
	margin: 6rem 0 3rem;
	border-bottom: solid 1px #E6E6E6;
}

.newsDetail h3{
	font-size: clamp(16px,2rem,24px);
	font-weight: 500;
	line-height: 1.6;
	margin: 3rem 0 2.4rem;
}

.newsDetail p{
	margin-top: 2.4rem;
}

.newsDetail img{
	margin-top: 4rem;
}

/* ---------------------------------------
* Product
------------------------------------------ */
.productArticleWrap{
	padding-right: 11.7rem;
}

.productArticle-l{
	width: 53.4%;
}

.productArticle-l .img{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/product/product.png);
}

.productArticle-l .img::after{
	content: "";
	display: block;
	padding-top: 100%;
}

.productArticle-r{
	width: 41.8%;
}

.productArticleTtl h3{
	font-size: clamp(16px,2.4rem,32px);
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: normal;
}

.productArticleTtl .price{
	padding-top: 1.2rem;
}

.productArticleTtl .price p:first-of-type{
	font-size: clamp(14px,2rem,24px);
	font-weight: 400;
}

.productArticleTtl .price p:last-of-type{
	font-size: clamp(10px,1.2rem,14px);
}

.productArticleTtl>p{
	/* font-size: clamp(10px,1.4rem,16px); */
	line-height: 1.6;
	letter-spacing: normal;
}

.productInfo{
	padding-top: 3rem;
}

.productInfoWrap:not(:last-of-type){
	padding-bottom: 3rem;
}

.productInfoTtl{
	font-size: clamp(10px,1.2rem,14px);
	padding: 1.2rem 0 1.6rem;
	border-top: solid 1px #E6E6E6;
	color: #B3AFAB;
}

.allergy-list{
	column-gap: 1rem;
	row-gap: .4rem;
}

.allergy-listItem{
	display: inline-block;
	padding: .2rem 1rem;
	border: solid 1px #222222;
	border-radius: 100px;
}

.allergy-listItem p{
	line-height: 1.6;
	font-size: clamp(10px,1rem,12px);
	padding-left: 1.4rem;
	position: relative;
}

.allergy-listItem p::before{
	content: "";
	display: block;
	width: 1rem;
	height: 1rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/common/allergy.svg);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* ---------------------------------------
* Shop
------------------------------------------ */

.shopArticleFv{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/common/shopfv.png);
	position: relative;
}

.shopArticleFv::after{
	content: "";
	display: block;
	padding-top: 43.75%;
}

.shopArticleTtl{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.shopArticleTtl p{
	font-size: clamp(12px,1.4rem,16px);
	padding-bottom: 1.6rem;
	color: #B3AFAB;
}

.shopArticleTtl h2{
	font-family: 'tt-travels-next','Zen Kaku Gothic New', sans-serif;
	font-size: clamp(32px,5.6rem,64px);
	font-weight: 500;
	line-height: 1;
}

.shopDetailFeature-listItem:not(:last-of-type){
	padding-bottom: 4rem;
	margin-bottom: 4rem;
	border-bottom: solid 1px #E6E6E6;
}

.shopDetailFeature-listImg{
	width: 48.35%;
}

.shopDetailFeature-listTxt{
	width: 45%;
}

.shopDetailFeature-listTxt h3{
	font-size: clamp(14px,1.8rem,20px);
	font-weight: 500;
	padding-bottom: 2rem;
}

.shopInfo{
	padding: 4rem;
	background-color: #E8E5E1;
	border-radius: 5px;
}

.shopInfoTtl{
	padding-bottom: 2.4rem;
	margin-bottom: 3rem;
	border-bottom: solid 1px rgba(179,175,171,.4);
}

.shopInfoTtl h3{
	font-size: clamp(14px,2.4rem,28px);
	font-weight: 500;
	line-height: 1;
}

.shopInfoTtl p{
	font-size: clamp(12px,1.4rem,16px);
	font-weight: 500;
	color: #B3AFAB;
}

.shopInfoImg{
	width: 37.7%;
}

.shopInfoDetail{
	width: 55%;
}

.shopInfoDetail h4{
	font-size: clamp(14px,2rem,24px);
	font-weight: 500;
	line-height: 1;
	font-family: 'tt-travels-next','Zen Kaku Gothic New', sans-serif;
	padding-bottom: 2.4rem;
}

.shopInfoDetail-listItem:not(:last-of-type){
	padding-bottom: 2rem;
}

.map{
	display: block;
	text-decoration: underline;
	padding-top: 0.2rem;
}

.reserve{
	transition: all .3s;
}

.reserve:hover{
	opacity: .6;
}

.reserve p{
	padding-right: 1.6rem;
}

.reserveIcon{
	width: 2.4rem;
	height: 2.4rem;
	position: relative;
}

.reserveIcon svg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (max-width:768px){

	/* ---------------------------------------
	* 共通
	------------------------------------------ */

	.wp-block-image,.wp-block-group .wp-block-image,.article figure{
		margin: 4rem auto 0;
	}

	.article iframe{
		width: 100%;
	}

	.wp-block-image :where(figcaption),figcaption{
		font-size: 1.2rem;
	}

	/* ---------------------------------------
	* NEWS
	------------------------------------------ */

	.newsArticleMain .newsHead{
		padding-top: 0;
	}

	.newsHeadTtl{
		font-size: 2.4rem;
	}

	.newsTag-list{
		column-gap: 1rem;
	}

	.newsDetail{
		width: 91.7%;
		margin: 6rem auto 0;
	}

	.newsDetail h2{
		font-size: 2rem;
		padding-bottom: 2rem;
		margin: 6rem 0 3rem;
	}

	.newsDetail h3{
		font-size: 1.8rem;
		margin: 3rem 0 2.4rem;
	}

	.newsDetail p{
		margin-top: 2.4rem;
	}

	.newsDetail img{
		margin-top: 4rem;
	}

	/* ---------------------------------------
	* Product
	------------------------------------------ */
	.productArticleWrap{
		padding-right: 0rem;
	}

	.productArticle-l{
		width: 100%;
	}


	.productArticle-r{
		width: 100%;
		padding-top: 3.2rem;
	}

	.productArticleTtl h3{
		font-size: 2rem;
	}

	.productArticleTtl .price{
		padding-top: 1.2rem;
	}

	.productArticleTtl .price p:first-of-type{
		font-size: 1.6rem;
	}

	.productArticleTtl .price p:last-of-type{
		font-size: 1.2rem;
	}

	.productInfo{
		padding-top: 3rem;
	}

	.productInfoWrap:not(:last-of-type){
		padding-bottom: 3rem;
	}

	.productInfoTtl{
		font-size: 1.2rem;
		padding: 1rem 0 1.6rem;
	}

	.allergy-listItem p{
		font-size: 1rem;
	}

	/* ---------------------------------------
	* Shop
	------------------------------------------ */


	.shopArticleFv::after{
		padding-top: 110%;
	}

	.shopArticleTtl{
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.shopArticleTtl p{
		font-size: 1.4rem;
		padding-bottom: .8rem;
	}

	.shopArticleTtl h2{
		font-size: 4rem;
	}

	.shopDetailFeature-listItem:not(:last-of-type){
		padding-bottom: 4rem;
		margin-bottom: 4rem;
		border-bottom: solid 1px #E6E6E6;
	}

	.shopDetailFeature-listImg{
		width: 100%;
	}

	.shopDetailFeature-listTxt{
		width: 100%;
		padding-top: 2.4rem;
	}

	.shopDetailFeature-listTxt h3{
		font-size: 1.8rem;
	}

	.shopInfo{
		padding: 3rem 2rem;
	}

	.shopInfoTtl{
		padding-bottom: 2.4rem;
		margin-bottom: 3rem;
	}

	.shopInfoTtl{
		display: flex;
		flex-direction: column-reverse;
	}

	.shopInfoTtl h3{
		font-size: 2rem;
	}

	.shopInfoTtl p{
		font-size: 1.2rem;
		padding-bottom: 0.8rem;
	}

	.shopInfoImg{
		width: 100%;
	}

	.shopInfoDetail{
		padding-top: 2.4rem;
		width: 100%;
	}

	.shopInfoDetail h4{
		font-size: 2rem;
		padding-bottom: 1.6rem;
	}

	.shopInfoDetail-listItem:not(:last-of-type){
		padding-bottom: 1.2rem;
	}

	.map{
		padding-top: 0rem;
	}


	.reserveIcon{
		width: 2rem;
		height: 2rem;
	}

}