@charset "utf-8";
/* ■■■■■■■■■■共通■■■■■■■■■■ */
@media screen and (min-width: 768px){
	#headerarea{
		position: sticky;
		top: 0;
		left: 0;
		z-index: 99;
	}
}
/* ■■■■■■■■■■共通■■■■■■■■■■ */
.s-comSec__ttl h2{
  text-align: center;
}
.s-comSec__semttl{
	border-left: 4px solid var(--RED01);
}
.s-shopinfoDtl__add{
	display: grid;
}
.s-shopinfoDtl__map iframe{
	width: 100%;
}
.s-shopinfoDtl__txt th{
	float: left;
}
/* .s-shopinfoDtl__txt td,.s-shopinfoDtl__txt p{
	line-height: 150%;
} */
.s-shopinfoDtl__link{
	text-decoration: underline;
}
.s-shopinfoDtl__txt p{
	margin-top: 15px;
}
.s-companyDtl__2clm{
	display: grid;
}
.s-companyDtl__add{
	background-color: var(--GRAY01);
	margin: 0 auto;
}
.s-companyDtl__add table{
	margin: 0 auto;
	border-collapse: collapse;
}
.s-companyDtl__add th,.s-companyDtl__add td{
	border-bottom: .7px solid var(--TXT_COLOR_BASE);
}
.s-companyDtl__3clm{
	display: grid;
}
.s-recruitDtl__tbl table{
	width: 100%;
}
.s-recruitDtl__tbl th{
	font-weight: 400;
}
.s-recruitDtl__tblTtl{
	color: var(--WHITE);
	background-color: var(--DARK01);
}
.s-recruitDtl__tbl th,.s-recruitDtl__tbl td,.s-recruitDtl__tbl table{
	border: .7px solid var(--TXT_COLOR_BASE);
	border-collapse: collapse;
}
@media screen and (min-width: 768px){
	.s-comSec__ttl{
		margin-bottom: var(--GAP_50);
	}
	.s-comSec__ttl h2{
		font-size: var(--FZ_28);
	}
	.s-shopinfoDtl:not(:first-child),.s-companyDtl:not(:first-child),.s-recruitDtl:not(:first-child){
    margin-top: 30px;
	}
	.s-shopinfoDtl__map iframe{
		height: 320px;
	}
	.s-comSec__semttl{
		font-size: var(--FZ_22);
		margin-bottom: 30px;
	}
	.s-comSec__semttl h3{
		padding: 0 12px;
	}
	.s-shopinfoDtl__add{
		grid-template-columns:repeat(2,1fr);
		gap: var(--GAP_75);
	}
	.s-marginBottom:not(:last-child){
		padding-bottom: var(--GAP_55);
	}
	.s-comSec__txt{
		font-size: var(--FZ_16);
	}
	.s-shopinfoDtl__txt th,.s-shopinfoDtl__txt td{
		padding-bottom:10px;
	}
	.s-shopinfoDtl__txt td{
		padding-left: 20px;
	}
	.s-companyDtl__txt p{
		margin-bottom: 20px;
	}
	.companyDtl__img{
		max-width: 200px;
	}
	.s-companyDtl__2clm{
		grid-template-columns: 2fr 1fr;
		gap: var(--GAP_75);
	}
	.s-companyDtl__add{
		padding: 50px 0;
		width: 100%;
		/* max-width: 1000px;
		margin-top: 30px;
		margin-bottom: 30px; */
	}
	.s-companyDtl__add th{
		width: 240px;
		padding: 22px 0;
	}
	.s-companyDtl__add td{
		padding: 22px 100px 22px 10px;
	}
	.s-companyDtl__3clm{
		grid-template-columns: repeat(3,1fr);
		gap: var(--GAP_50);
	}
	.s-companyDtl__3clm h4{
		padding: 10px 0;
    font-weight: 700;
    font-size: var(--FZ_18);
	}
	.s-companyDtl__3clm li{
		display: flex;
		flex-direction: column;
	}
	.s-companyDtl__3clm li p{
		flex: 1;
	}
  .s-recruitDtl__tbl{
    font-size: var(--FZ_16);
  }
	.s-recruitDtl__tbl th{
		width: clamp( 200px, 24vw, 280px);
	}
	.s-recruitDtl__tbl td{
		padding: 12px 0 12px 30px;
	}
	.s-recruitDtl__tbl th{
		padding: 12px 0;
	}
}
@media screen and (max-width: 767px){
	.s-comSec__ttl{
		margin-bottom: 30px;
	}
	.s-comSec__ttl h2{
		font-size: 22px;
	}
	.s-shopinfoDtl:not(:first-child),.s-companyDtl:not(:first-child),.s-recruitDtl:not(:first-child){
    margin-top: 15px;
	}
	.s-shopinfoDtl__map iframe{
		height: 250px;
	}
	.s-comSec__semttl{
		font-size: 18px;
		margin-bottom: 14px;
	}
	.s-comSec__semttl h3{
		padding: 0 7px;
	}
	.s-shopinfoDtl__mv img{
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
	.s-marginBottom{
		padding-bottom: 20px;
	}
	.s-shopinfoDtl__txt{
		order: 1;
		width: 92%;
    margin: 0 auto;
	}
	.s-shopinfoDtl__map{
		order: 2;
	}
	.s-shopinfoDtl__txt th{
		width: 80px;
		text-align: left;
	}
	.s-companyDtl__txt p{
		margin-bottom: 10px;
	}
	.s-companyDtl__img img{
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
	.s-companyDtl__add{
		font-size: 12px;
		padding: 30px 15px;
	}
	.s-companyDtl__add th{
		width:80px;
		padding: 12px 10px;
	}
	.s-companyDtl__add td{
		padding: 12px 10px 12px 15px;
	}
	.s-companyDtl__2clm .s-companyDtl__img{
		order: 1;
	}
	.s-companyDtl__2clm .s-companyDtl__txt{
		order: 2;
	}
	.s-companyDtl__3clm{
		gap: var(--GAP_30);
	}
	.s-companyDtl__3clm h4{
		padding: 7px 0;
    font-weight: 700;
    font-size: var(--FZ_16);
	}
	.s-recruitDtl__tbl{
    font-size: 13px;
  }
	.s-recruitDtl__tbl th{
		width: 80px;
	}
	.s-recruitDtl__tbl td{
		padding: 6px 0 6px 10px;
	}
	.s-recruitDtl__tbl th{
		padding: 6px 0;
	}
}
/* ------------- 茶房（オープン前） -------------- */
.s-sabou__fv{
	position: relative;
}
.s-sabou__fv > img{
	z-index: 0;
}
.s-sabou__catchArea{
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 40%;
  transform: translate(-50%, -50%);
	text-align: center;
}
.s-sabou__catchArea p{
	display: inline-block;
	background-color: var(--WHITE);
}
.s-sabou__catch,.s-sabou__explainArea,.s-sabou__explainArea li,.s-sabou__explainDec,.s-sabou__access__add{
	display: grid;
}
.s-sabou__catch span{
	display: inline-block;
	margin: 0 auto;
}
.s-sabou__aboutArea{
	display: grid;
	position: relative;
	z-index: 0;
}
.s-sabou__aboutArea::before{
	position: absolute;
	content: "";
	background: url(/asset2024/images/sabou/before/about_dec.svg) no-repeat center center / 100%;
	aspect-ratio: 1 / 1;
	z-index: -1;
}
.s-sabou__about--imgBox{
	position: relative;
	z-index: 0;
}
.s-sabou__about--imgBox span{
	position: absolute;
	z-index: 1;
	background-color: var(--WHITE);
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-weight: 200;
}
.s-sabou__about--txtBox span{
	line-height: 1.6;
}
.s-sabou__explainBox h3{
	font-weight: 200;
	color: var(--GREEN01);
	display: inline-block;
	width: fit-content;
}
.s-sabou__explain--txt{
	flex: 1;
}
.s-sabou__explain--txt p,.s-sabou__explain--txt span{
	font-family: var(--FF_NOTO);
	font-weight: var(--FF_W_L);
}
.s-sabou__explain--txt span{
	color: var(--WHITE);
	background-color: var(--GREEN01);
	padding: 0 10px;
	float: right;
	margin-top: var(--GAP_15);
}
.s-sabou__explainDec img{
	object-fit: cover;
	border-radius: 50%;
	width: 100%;
	aspect-ratio: 1 / 1;
}
.s-sabou__explainDec--box{
	background-color: var(--GREEN01);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.s-sabou__explainDec--box p{
	display: inline-block;
}
.s-sabou__explainDec--box span{
	font-family: var(--FF_NOTO);
	display: inline-block;
	margin-top: 10px;
}
.s-sabou__access__map iframe{
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
}
.s-sabou__access__txt th,.s-sabou__access__txt td{
	font-family: var(--FF_NOTO);
}
.g-news__list li:not(:last-child) {
	border-bottom: 1px solid var(--GRAY02);
}
.s-sabou__sns li a {
	background-color: var(--DARK01);
}
@media screen and (min-width: 950px){
	.s-sabou__explainBox{
		display: flex;
		align-items: center;
	}
	.s-sabou__explainBox h3{
		-webkit-writing-mode: vertical-rl;
	  -ms-writing-mode: tb-rl;
	  -o-writing-mode: vertical-rl;
	  writing-mode: vertical-rl;
	}
}
@media screen and (max-width: 949px){
	.s-sabou__explainBox{
		text-align: center;
	}
	.s-sabou__explain--txt p{
		text-align: left;
	}
	.s-sabou__explainBox h3 span{
		margin-right: 20px;
	}
}
@media screen and (min-width: 768px){
	.s-sabou__catch{
		gap: var(--GAP_20);
	}
	.s-sabou__catch01{
		width: 350px;
	}
	.s-sabou__catch02{
		width: 550px;
	}
	.s-sabou__catchArea p{
		font-size: 14px;
		margin-top: var(--GAP_30);
		padding: 0 7px;
	}
	.s-sabou__aboutArea{
		grid-template-columns: repeat(2,1fr);
		gap: var(--GAP_80);
	}
	.s-sabou__aboutArea::before{
		width: 28%;
    right: -5%;
	}
	.s-sabou__about--imgBox span{
		font-size: var(--FZ_20);
		padding: 0 10px 15px 0;
		margin: -15px 0 0 -15px;
	}
	.s-sabou__about--txtBox p:not(:first-child){
		margin-top: var(--GAP_20);
	}
	.s-sabou__about--txtBox span{
		font-size: var(--FZ_20);
		font-weight: 200;
	}
	.s-sabou__explainArea{
		gap: var(--GAP_40);
	}
	.s-sabou__explainArea li{
		grid-template-columns: repeat(2,1fr);
		gap: var(--GAP_30);
	}
	/* .s-sabou__explainBox{
		display: flex;
		align-items: center;
	} */
	/* .s-sabou__explainBox h3{
		font-size: var(--FZ_50);
		padding-right: var(--GAP_30);
		-webkit-writing-mode: vertical-rl;
	  -ms-writing-mode: tb-rl;
	  -o-writing-mode: vertical-rl;
	  writing-mode: vertical-rl;
	} */
	.s-sabou__explainBox h3{
		font-size: var(--FZ_50);
		padding-right: var(--GAP_30);
	}
	.s-sabou__explainBox h3 span{
		margin-bottom: 40px;
	}
	.s-sabou__explainDec{
		grid-template-columns: repeat(4,1fr);
		margin-top: var(--GAP_60);
		gap: var(--GAP_30);
	}
	.s-sabou__explainDec--box p{
		font-size: var(--FZ_22);
	}
	.s-sabou__explainDec--box span{
		font-size: var(--FZ_15_CONST);
	}
	.s-sabou__access__add{
		grid-template-columns: repeat(2,1fr);
		gap: var(--GAP_75);
		align-items: center;
	}
	.s-sabou__access__txt th{
    text-align: left;
		vertical-align: top;
	}
	.s-sabou__access__txt td{
		padding: 0 0 10px 20px;
	}
	.s-sabou__sns{
		margin: 10px 0 0 var(--GAP_40);
	}
}
@media screen and (max-width: 767px){
	.s-sabou__catch{
		gap: 15px;
	}
	.s-sabou__catch01{
		width: 85%;
	}
	.s-sabou__catch02{
		width: 100%;
	}
	.s-sabou__catchArea{
		width: 90%;
	}
	.s-sabou__catchArea p{
		font-size: 12px;
		margin-top: var(--GAP_30);
		padding: 0 7px;
	}
	.s-sabou__fv > img{
		object-fit: cover;
		object-position: 50% 50%;
		width: 100%;
		aspect-ratio: 4 / 5;
	}
	.s-sabou__aboutArea{
		gap: 60px;
	}
	.s-sabou__aboutArea::before{
		width: 60%;
    right: -15%;
		top: 5%;
	}
	.s-sabou__about--imgBox{
		order: 2;
	}
	.s-sabou__about--imgBox span{
		font-size: 16px;
		padding: 0 7px 7px 0;
		left: -10px;
		top: -10px;
	}
	.s-sabou__about--txtBox{
		order: 1;
	}
	.s-sabou__about--txtBox p{
		font-size: 13px;
	}
	.s-sabou__about--txtBox p:not(:first-child){
		margin-top: 15px;
	}
	.s-sabou__about--txtBox span{
		font-size: 16px;
		display: block;
		padding-top: 5px;
		font-weight: 300;
	}
	.s-sabou__explainArea{
		gap: 40px;
	}
	/* .s-sabou__explainBox{
		text-align: center;
	} */
	.s-sabou__explainBox h3{
		font-size: 30px;
		padding: 10px 0 7px;
	}
	/* .s-sabou__explainBox h3 span{
		margin-right: 20px;
	} */
	/* .s-sabou__explain--txt{
		text-align: left;
	} */
	.s-sabou__explain--txt p,.s-sabou__explain--txt span,.s-sabou__access__txt th,.s-sabou__access__txt td{
		font-size: 13px;
	}
	.s-sabou__explainDec{
		grid-template-columns: repeat(3,1fr);
		margin-top: 40px;
		gap: 10px;
	}
	.s-sabou__access__add{
		gap: 30px;
	}
	.s-sabou__access__txt th{
    text-align: left;
		vertical-align: top;
		padding-left: 20px;
	}
	.s-sabou__access__txt td{
		padding: 0 0 5px 10px;
	}
	.s-sabou__sns{
		margin-top: 15px;
	}
}
/* ■■■■■■■■■■ fvスライダー ■■■■■■■■■■ */
.carousel{
	background-color: var(--DARK01);
}
.carousel .slick-slide{
  min-width: var(--WIDTH);
  max-width: var(--WIDTH);
}
@media screen and (min-width: 768px){
  .carousel .slick-slide{
    --WIDTH: 130px;
		margin: var(--GAP_40) 7px;
  }
}
@media screen and (max-width: 767px){
  .carousel .slick-slide{
    --WIDTH: 80px;
		margin: 15px 3px;
  }
}
/* ------------------ 草津店 -------------------- */




































/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ■■■■■■■■■■　■■■■■■■■■■ */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ■■■■■■■■■■　■■■■■■■■■■ */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ■■■■■■■■■■　■■■■■■■■■■ */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ■■■■■■■■■■　■■■■■■■■■■ */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ■■■■■■■■■■　■■■■■■■■■■ */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ■■■■■■■■■■　■■■■■■■■■■ */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ■■■■■■■■■■　■■■■■■■■■■ */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ■■■■■■■■■■　■■■■■■■■■■ */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ■■■■■■■■■■　■■■■■■■■■■ */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ■■■■■■■■■■　■■■■■■■■■■ */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ■■■■■■■■■■　■■■■■■■■■■ */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ■■■■■■■■■■　■■■■■■■■■■ */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */
/* ------------------  -------------------- */