@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
body {
	font-family: "Libre Baskerville","Zen Old Mincho","游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.en-base {
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.ja-base {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 95.6rem;
	position: relative;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
		max-width: inherit !important;
	}
}
/*------------------------------------------------------------
	comNewsList
------------------------------------------------------------*/
.comNewsList {
	margin: 0 auto 5.5rem;
	max-width: 94.6rem;
}
.comNewsList li a {
	padding: 1.5rem 0.1rem 1.4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #FFF;
}
.comNewsList li a:hover {
	opacity: 0.7;
}
.comNewsList li time {
	display: block;
	letter-spacing: -0.03em;
}
.comNewsList li .text {
	width: calc(100% - 17.2rem);
	letter-spacing: -0.03em;
}
@media all and (max-width: 896px) {
	.comNewsList {
		margin: 0 0 4rem;
		max-width: inherit;
	}
	.comNewsList li a {
		padding: 1.5rem 0.1rem 1.4rem;
	}
	.comNewsList li .text {
		width: calc(100% - 9rem);
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	font-size: 0;
	clear: both;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 2rem;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #CCC;
	padding: 0.1rem 1.3rem 0.2rem 1.2rem;
	margin: 0 0.6rem;
}
.wp-pagenavi span.current {
	opacity: 0.7;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages,
.wp-pagenavi .extend,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	display: none;
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi a,
	.wp-pagenavi span {
		font-size: 1.4rem;
		padding: 0.4rem 1.3rem 0.5rem;
		margin: 0 0.4rem;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	margin: 0 auto;
	width: 15.7rem;
}
.comLink a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height: 3.4rem;
	font-size: 2rem;
	text-align: center;
	letter-spacing: -0.05em;
	border: 1px solid #FFF;
}
.comLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comLink {
		margin: 0 auto;
		width: 12rem;
	}
	.comLink a {
		min-height: 3.4rem;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
	margin: 17.2rem auto 0;
	padding: 7.9rem 0 9.2rem;
	max-width: 119.4rem;
	background: rgba(0, 0, 0, 0.8);
}
@media all and (max-width: 896px) {
	.comBox {
		margin: 10rem 2rem 0;
		padding: 5rem 0;
		max-width: inherit !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 2rem;
	font-size: 3.6rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-align: center;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2rem;
		font-size: 3rem;
	}
}
/*------------------------------------------------------------
	comTitle
------------------------------------------------------------*/
.comTitle {
	margin-bottom: 2.9rem;
	font-size: 2.6rem;
	text-align: center;
	line-height: 2.09;
}
@media all and (max-width: 896px) {
	.comTitle {
		margin-bottom: 3rem;
		font-size: 2rem;
		line-height: 1.6;
	}
}
/*------------------------------------------------------------
	comAccessBox
------------------------------------------------------------*/
.comAccessBox {
	padding: 0 6.9rem;
}
.comAccessBox .topPhoto {
	margin: 0 auto 1.8rem;
	max-width: 95.3rem;
}
.comAccessBox .textBox {
	margin-bottom: 8.5rem;
}
.comAccessBox .textBox h2 {
	margin-bottom: 1.7rem;
	font-size: 3.6rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-align: center;
}
.comAccessBox .textBox .text {
	margin: 0 -3rem 4.4rem;
	font-size: 1.6rem;
	line-height: 1.56;
	text-align: center;
}
.comAccessBox .textBox .map {
	margin: 0 auto;
	max-width: 95rem;
	aspect-ratio: 950 / 329;
}
.comAccessBox .textBox .map iframe {
	width: 100%;
	height: 100%;
}
.comAccessBox .photoUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comAccessBox .photoUl li {
	width: calc((100% - 3.5rem) / 2);
}
.comAccessBox .photoUl li .photo {
	margin-bottom: 1.8rem;
}
.comAccessBox .photoUl li .title {
	margin-bottom: 0.2rem;
	font-size: 3.6rem;
	text-align: center;
	letter-spacing: 0.04em;
}
.comAccessBox .photoUl li .text {
	margin: 0 -1rem;
	font-size: 1.6rem;
	text-align: center;
}
@media all and (max-width: 896px) {
	.comAccessBox {
		padding: 0 2rem;
	}
	.comAccessBox .topPhoto {
		margin: 0 0 1.8rem;
		max-width: inherit;
	}
	.comAccessBox .topPhoto img {
		width: 100%;
	}
	.comAccessBox .textBox {
		margin-bottom: 4rem;
	}
	.comAccessBox .textBox h2 {
		margin-bottom: 1.7rem;
		font-size: 2.2rem;
	}
	.comAccessBox .textBox .text {
		margin: 0 0 3rem;
		font-size: 1.6rem;
	}
	.comAccessBox .textBox .map {
		margin: 0;
		max-width: inherit;
		aspect-ratio: 295 / 200;
	}
	.comAccessBox .photoUl {
		display: block;
	}
	.comAccessBox .photoUl li {
		margin-bottom: 3rem;
		width: auto;
	}
	.comAccessBox .photoUl li:last-child {
		margin-bottom: 0;
	}
	.comAccessBox .photoUl li .photo {
		margin-bottom: 2rem;
	}
	.comAccessBox .photoUl li .photo img {
		width: 100%;
	}
	.comAccessBox .photoUl li .title {
		margin-bottom: 1.5rem;
		font-size: 2rem;
	}
	.comAccessBox .photoUl li .text {
		margin: 0;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	comPhotoList
------------------------------------------------------------*/
.comPhotoList {
	margin: 0 auto;
	max-width: 106rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 4.6rem 0;
}
.comPhotoList li {
	width: calc((100% - 3.5rem) / 2);
}
.comPhotoList li .photo {
	margin-bottom: 1rem;
}
.comPhotoList li .title {
	margin-bottom: 1.0rem;
	font-size: 2.2rem;
	letter-spacing: -0.1em;
}
.comPhotoList li .title .bigText {
	font-size: 2.6rem;
}
.comPhotoList li .text {
	font-size: 1.4rem;
	letter-spacing: -0.1em;
}
.comPhotoList li .text.mt01 {
	margin-top: 2rem;
}
@media all and (max-width: 896px) {
	.comPhotoList {
		margin: 0;
		max-width: inherit;
		display: block;
	}
	.comPhotoList li {
		margin-bottom: 3rem;
		width: auto;
	}
	.comPhotoList li:last-child {
		margin-bottom: 0;
	}
	.comPhotoList li .photo {
		margin-bottom: 1rem;
	}
	.comPhotoList li .photo img {
		width: 100%;
	}
	.comPhotoList li .title {
		font-size: 1.8rem;
	}
	.comPhotoList li .title .bigText {
		font-size: 2.2rem;
		display: block;
	}
	.comPhotoList li .text {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	comTextArea
------------------------------------------------------------*/
.comTextArea {
	margin: 0 auto 5.1rem;
	width: 95.1rem;
}
.comTextArea:last-child {
	margin-bottom: 0;
}
.comTextArea .topBox {
	margin: 0 -2rem 0.5rem 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.comTextArea .topBox.style01 {
	margin-bottom: 1.1rem;
}
.comTextArea .topBox .textImg {
	margin-right: 3.2rem;
	padding-bottom: 0.9rem;
	width: 12.5rem;
}
.comTextArea .topBox .title {
	margin-right: 1.6rem;
	font-size: 5.2rem;
	font-weight: 600;
	letter-spacing: -0.05em;
}
.comTextArea .topBox .title small {
	margin-bottom: -0.8rem;
	display: block;
	font-size: 2.94rem;
}
.comTextArea .topBox .priceBox {
	display: flex;
	flex-wrap: wrap;
}
.comTextArea .topBox .priceBox .price {
	margin: -0.7rem 1.2rem 0 0;
	font-size: 5.2rem;
	font-weight: 700;
	letter-spacing: -0.05em;
	font-family: "Helvetica Neue";
    font-weight: 400;
}
.comTextArea .topBox .priceBox .price small {
	font-size: 3.7rem;
	vertical-align: 0.1rem;
}
.comTextArea .topBox .priceBox .smallText {
	margin-top: 1rem;
	font-size: 1.57rem;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.4;
}
.comTextArea .textList {
	display: flex;
	flex-wrap: wrap;
	gap: 0.1rem 2rem;
}
.comTextArea .textList li {
	font-size: 1.6rem;
	line-height: 1.64;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: -0.1rem;
}
@media all and (max-width: 896px) {
	.comTextArea {
		margin: 0 0 4rem;
		width: auto;
	}
	.comTextArea .topBox {
		margin: 0 0 0.5rem;
		display: block;
	}
	.comTextArea .topBox .textImg {
		margin-right: 0;
		padding-bottom: 0.5rem;
		width: 10rem;
	}
	.comTextArea .topBox .title {
		margin-right: 1.6rem;
		font-size: 2.4rem;
	}
	.comTextArea .topBox .title small {
		margin-bottom: -0.4rem;
		font-size: 2rem;
	}
	.comTextArea .topBox .priceBox .price {
		margin: 0 1rem 0 0;
		font-size: 3rem;
	}
	.comTextArea .topBox .priceBox .price small {
		font-size: 2rem;
	}
	.comTextArea .topBox .priceBox .smallText {
		margin-top: 0.5rem;
		font-size: 1.2rem;
	}
	.comTextArea .textList {
		display: block;
	}
	.comTextArea .textList .subUl li {
		padding-left: 0.9em;
		font-size: 1.6rem;
		text-indent: -0.9em;
	}
}
/*------------------------------------------------------------
	comNewsBox
------------------------------------------------------------*/
.comNewsBox {
	padding: 2.6rem 0 3.5rem;
}
.comNewsBox .content {
	max-width: 123rem;
}
.comNewsBox .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comNewsBox .lBox {
	margin-top: 2.8rem;
	width: 19.6rem;
}
.comNewsBox .lBox h2 {
	margin-bottom: 1.4rem;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-align: center;
}
.comNewsBox .comNewsList {
	margin: 0;
	width: calc(100% - 25.8rem);
	max-width: inherit;
}
.comNewsBox .comNewsList li a {
	padding: 1.5rem 4.4rem 1.4rem;
	font-size: 1.8rem;
}
@media all and (max-width: 896px) {
	.comNewsBox {
		padding: 2.6rem 0 3.5rem;
	}
	.comNewsBox .inner {
		display: block;
	}
	.comNewsBox .lBox {
		margin-top: 0;
		width: auto;
	}
	.comNewsBox .lBox h2 {
		margin-bottom: 2rem;
		font-size: 2.4rem;
		text-align: left;
	}
	.comNewsBox .lBox .comLink {
		margin: 0;
	}
	.comNewsBox .comNewsList {
		margin: 0;
		width: auto;
		max-width: inherit;
	}
	.comNewsBox .comNewsList li a {
		padding: 1.5rem 0 1.4rem;
	}
}
/*------------------------------------------------------------
	comTextBox
------------------------------------------------------------*/
.comTextBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comTextBox .textBox {
	padding: 16.2rem 0 2rem;
	width: calc(50% - 9.5rem);
	box-sizing: border-box;
}
.comTextBox .textBox .subBox {
	margin: 0 5rem 0 auto;
	width: 45rem;
}
.comTextBox .textBox .subBox .title {
	margin: 0 -2rem 4rem 0;
	font-size: 3.2rem;
	line-height: 1.61;
}
.comTextBox .textBox .subBox .text {
	margin-bottom: 8.5rem;
	font-size: 1.8rem;
	line-height: 1.78;
}
.comTextBox .textBox .subBox .textUl {
	padding: 0 0.8rem;
	gap: 1.1rem;
}
.comTextBox .textBox .subBox .textUl li {
	width: 7.7rem;
}
.comTextBox .textBox .subBox .textUl li a {
	aspect-ratio: 1 / 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #f7d561;
	font-size: 1.4rem;
	text-align: center;
	border: 1px solid #f7d561;
	border-radius: 50%;
	box-sizing: border-box;
	letter-spacing: -0.15em;
}
.comTextBox .textBox .subBox .textUl li a:hover {
	opacity: 0.7;
}
.comTextBox .photoBox {
	width: calc(50% + 9.5rem);
}
@media all and (max-width: 896px) {
	.comTextBox {
		display: block;
	}
	.comTextBox .textBox {
		padding: 5rem 2rem;
		width: auto;
	}
	.comTextBox .textBox .subBox {
		margin: 0;
		width: auto;
	}
	.comTextBox .textBox .subBox .title {
		margin: 0 0 3rem;
		font-size: 2.6rem;
	}
	.comTextBox .textBox .subBox .text {
		margin-bottom: 4rem;
		font-size: 1.6rem;
	}
	.comTextBox .textBox .subBox .textUl {
		margin: 0 auto;
		padding: 0;
		gap: 1rem;
		max-width: 33.5rem;
	}
	.comTextBox .textBox .subBox .textUl li {
		width: calc((100% - 3rem) / 4);
	}
	.comTextBox .textBox .subBox .textUl li a {
		font-size: 1.3rem;
	}
	.comTextBox .photoBox {
		width: auto;
	}
	.comTextBox .photoBox img {
		width: 100%;
	}
}
/*------------------------------------------------------------
	comShopList
------------------------------------------------------------*/
.comShopList {
	display: flex;
	flex-wrap: wrap;
	gap: 7.6rem 3rem;
}
.comShopList li {
	width: calc((100% - 9rem) / 4);
}
.comShopList li a {
	display: block;
}
.comShopList li a:hover {
	opacity: 0.7;
}
.comShopList li .photo {
	margin-bottom: 0.5rem;
	aspect-ratio: 1 / 1;
}
.comShopList li .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comShopList li .title {
	margin-bottom: 0.5rem;
	color: #cc0000;
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
}
.comShopList li .price {
	color: #000;
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}
@media all and (max-width: 896px) {
	.comShopList {
		gap: 2rem 0;
		justify-content: space-between;
	}
	.comShopList li {
		width: calc((100% - 1rem) / 2);
	}
	.comShopList li .photo {
		margin-bottom: 1rem;
	}
	.comShopList li .title {
		margin-bottom: 1rem;
		font-size: 1.6rem;
	}
	.comShopList li .price {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin: 0 auto;
	width: 19.4rem;
}
.comBtn a {
	min-height: 3.9rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #292929;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
}
.comBtn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {

}
/*------------------------------------------------------------
	bannerList
------------------------------------------------------------*/
.bannerList {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 50;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bannerList li {
	width: 50%;
}
.bannerList li a {
	display: block;
}
.bannerList li a img {
	width: 100%;
}

p.text.note {
    text-align: center;
    margin-top: 40px;
}
p.text.note span {
    font-size: 1.6rem;
    /* line-height: 1.0 !important; */
}