@charset "UTF-8";
/*----------------- 共通 -----------------*/
.s-sabouKst__inner--s{
  max-width: var(--PC_MAX_WIDTH_M);
  margin-inline: auto;
  width: 95%;
}
.s-sabouKst__inner{
  max-width: var(--PC_MAX_WIDTH_L);
  margin-inline: auto;
  width: 95%;
}
.fs-l-page{
  position: relative;
}
.fs-c-breadcrumb{
  position: absolute;
  z-index: 5;
  width: 100%;
}
.fs-c-breadcrumb li, .fs-c-breadcrumb li a{
  color: #fff !important;
}
@media screen and (min-width: 768px){
  #fs_CustomPage .ft-broadcast{
    right: 2%;
    bottom: 270px;
  }
  .s-sabouKst__fvFixed.ft-broadcast.formReset button{
    top: -6%;
  }
}
@media screen and (max-width: 767px){
  #fs_CustomPage .ft-broadcast{
    right: 2%;
    bottom: 220px;
  }
  .s-sabouKst__fvFixed.ft-broadcast.formReset button{
    top: -6%;
  }
}
/*----------------- メインビジュアル -----------------*/
.s-sabouKst__fv{
  position: relative;
}
.s-sabouKst__fvTitle{
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
}
.s-sabouKst__fvTitle__sub{
  background-color: #fff;
  width: fit-content;
  padding-inline: 5px;
  white-space: nowrap;
}
.s-sabouKst__fvTitle__main{
  color: #fff;
  width: fit-content;
  white-space: nowrap;
}
.main-visual-wrapper {
  position: relative;
  width: 100%;
  max-width: 100vw;
  aspect-ratio: 1840 / 850;
  overflow: visible;
}
.main-visual-slider {
  width: 100%;
  height: 100%;
}
.main-visual-slider div {
  width: 100%;
  height: 100%;
}
.main-visual-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 8s ease-in-out;
}
.main-visual-slider img.add-zoom {
  transform: scale(1.1);
}
.main-visual-slider .slick-slide {
  transition: opacity 1s ease-in-out !important;
  opacity: 0;
}
.main-visual-slider .slick-active {
  opacity: 1;
}
.s-sabouKst__fv .ft-broadcast.s-sabouKst__fvFixed{
  position: fixed;
  bottom: 20px !important;
  right: 0 !important;
  z-index: 30;
  box-shadow: 0px 0px 8px rgba(195, 195, 195, 0.3);
}
.s-sabouKst__fvFixed__hours{
  background-color: #FFFFFF;
  padding: var(--GAP_20);
}
.s-sabouKst__fvFixed__hours li{
  display: flex;
  gap: var(--GAP_20);
  align-items: center;
}
.s-sabouKst__fvFixed__hours li:first-child{
  padding-bottom: var(--GAP_20);
  background: url(/asset2024/images/sabou/after/path-doted.svg) repeat-x left bottom / 10px 2px;
}
.s-sabouKst__fvFixed__hours li:nth-child(2){
  padding-top: var(--GAP_20);
}
.s-sabouKst__fvFixed__hoursPlace{
  text-align: center;
  color: #886500;
  font-family: var(--FF_NOTO);
}
.s-sabouKst__fvFixed__hoursTime{
  flex: 1;
}
.s-sabouKst__fvFixed__hoursTime--title{
  color: #886500;
}
.s-sabouKst__fvFixed__link{
  background-color: #F1ECE0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 5px 8px;
}
.s-sabouKst__fvFixed__linkItem{
  color: #886500 !important;
  position: relative;
}
.s-sabouKst__fvFixed__linkItem::after{
  content: "";
  position: absolute;
  background: url(/asset2024/images/sabou/after/icon-arrow.svg) no-repeat center / contain;
  height: auto;
  aspect-ratio: 1/1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* サイド　予約 */
.slide-panel {
  position: fixed;
  background: #F1ECE0;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  transition: left 0.3s ease;
  z-index: 1000;
  display: flex;
  align-items: center;
}
.slide-panel__handle{
  content: "";
  position: absolute;
  background: url(/asset2024/images/sabou/after/reserve.png) no-repeat center / contain;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 82 / 284;
}
.slide-panel__handle--en{
  display: none;
}
.slide-panel__handle--ja{
  display: none;
}
/* .slide-panel__handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #886500;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
} */
/* .slide-panel__handle--en{
  writing-mode: vertical-rl;
  border-left: 1px solid #fff;
}
.slide-panel__handle--ja{
  writing-mode: vertical-rl;
  letter-spacing: .2em;
} */
.slide-panel__content {
  padding: 20px;
  font-family: 'Yu Gothic', sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}
.slide-panel__content .sub-text {
  color: #444;
}
.slide-panel.open {
  left: 0;
}
.s-sabouKst__fvFixed__hoursTime--time .s-sabouKst__fvFixed__hoursTime--timeLo{
  display: block;
  text-align: center;
  padding-inline: 0 !important;
  font-size: var(--FZ_12);
}
@media screen and (min-width: 768px){
  .s-sabouKst__fvTitle{
    left: 100px;
  }
  .s-sabouKst__fvTitle__sub{
    font-size: var(--FZ_18);
  }
  .s-sabouKst__fvTitle__main{
    font-size: var(--FZ_70);
  }
  .main-visual-slider__slickDots{
    padding-top: 20px;
  }
  .main-visual-wrapper {
    height: calc(100vh - 120px);
  }
  .s-sabouKst__fvFixed{
    width: 28%;
  }
  .s-sabouKst__fvFixed__linkItem{
    font-size: 12px;
    padding-right: 20px;
  }
  .s-sabouKst__fvFixed__linkItem::after{
    width: 15px;
  }
  .s-sabouKst__fvFixed__hoursPlace{
    width: 36px;
    font-size: 10px;
  }
  .s-sabouKst__fvFixed__hoursTime--title{
    font-size: 12px;
  }
  .s-sabouKst__fvFixed__hoursTime--time{
    font-size: var(--FZ_16);
  }
  .s-sabouKst__fvFixed__hoursTime--time span{
    font-size: var(--FZ_12);
  }
  .s-sabouKst__fvFixed__hoursTime--time span:nth-child(1){
    padding-right: 5px;
  }
  .s-sabouKst__fvFixed__hoursTime--time span:nth-child(2){
    padding-left: 5px;
  }
  .s-sabouKst__fvFixed__link{
    gap: var(--GAP_20);
  }
  .s-sabouKst__fv .ft-broadcast.s-sabouKst__fvFixed{
    max-width: 250px;
  }
  .slide-panel__content .main-text {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .slide-panel__content .sub-text {
    font-size: var(--FZ_12);
  }
  .slide-panel__content .sub-text a{
    font-size: var(--FZ_22);
  }
  .slide-panel__handle {
    left: 100%;
    width: auto;
    height: 200px;
  }
  .slide-panel {
    height: 200px;
    width: 300px;
    top: 50%;
    left: -300px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px){
  .s-sabouKst__fvTitle{
    left: 60px;
  }
  .s-sabouKst__fvTitle__sub{
    font-size: var(--FZ_14);
  }
  .s-sabouKst__fvTitle__main{
    font-size: var(--FZ_40);
  }
  .main-visual-wrapper {
    height: calc(100vh - 68px);
  }
  .main-visual-slider,
  .main-visual-slider div {
    height: 100%;
  }
  .main-visual-slider img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 3/4;
  }
  .main-visual-slider__slickDots{
    padding-top: 10px;
  }
  .s-sabouKst__fvFixed{
    width: 50%;
    max-width: 190px;
  }
  .s-sabouKst__fvFixed__linkItem{
    font-size: 10px;
    padding-right: 15px;
  }
  .s-sabouKst__fvFixed__linkItem::after{
    width: 12px;
  }
  .s-sabouKst__fvFixed__hoursPlace{
    width: 30px;
    font-size: 8px;
  }
  .s-sabouKst__fvFixed__hoursTime--title{
    font-size: 10px;
  }
  .s-sabouKst__fvFixed__hoursTime--time{
    font-size: 12px;
  }
  .s-sabouKst__fvFixed__link{
    gap: var(--GAP_20);
  }
  .s-sabouKst__fv .ft-broadcast.s-sabouKst__fvFixed{
    max-width: 190px;
  }
  .slide-panel__content .main-text {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .slide-panel__content .sub-text {
    font-size: var(--FZ_12);
  }
  .slide-panel__content .sub-text a{
    font-size: var(--FZ_22);
  }
  .slide-panel__handle--en{
    font-size: 9px;
    border-left: 0.6px solid #fff;
    margin-left: 6px;
  }
  .slide-panel__handle {
    right: -40px;
    width: 40px;
    height: 140px;
    font-size: 12px;
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
  }
  .slide-panel {
    height: 140px;
    width: 250px;
    top: 280px;
    left: -250px;
  }
}
@media screen and (min-width: 470px){

}
@media screen and (max-width: 469px){

}

/*----------------- お知らせ -----------------*/
.s-sabouKst__news{
  background: linear-gradient(to top, #FFFFFF 0%, #9581001c 100%);
}
.s-sabouKst__news .g-magazine__list article:nth-child(n+5) {
  display: none;
}
.s-sabouKst__news .g-heading{
  font-family: "Zen Old Mincho", serif;
}
.s-sabouKst__news .g-headingContainer{
  margin-bottom: var(--GAP_20);
}
.s-sabouKst__news .g-magazine__list__ttl{
  font-family: var(--FF_NOTO);
  font-size: var(--FZ_16);
}
.s-sabouKst__news .g-magazine__list__excerpt{
  font-family: var(--FF_NOTO);
}
.s-sabouKst__news .g-magazine__list__date{
  display: none;
}
.g-magazine__list__thumb img{
  aspect-ratio: 242 / 143;
}
@media screen and (min-width: 768px){
  .s-sabouKst__news .g-magazine__list{
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px){
  .s-sabouKst__news .g-magazine__list{
    grid-template-columns: repeat(2, 1fr);
  }
  .s-sabouKst__news .g-heading{
    text-align: center;
  }
}
/*----------------- アバウト -----------------*/
.s-sabouKst__aboutGrid{
  display: grid;
  gap: var(--GAP_30);
  align-items: center;
  margin-bottom: var(--GAP_80);
}
.s-sabouKst__aboutText__ttl{
  font-family: "Zen Old Mincho", serif;
  font-size: var(--FZ_35);
  margin-bottom: var(--GAP_30);
}
.s-sabouKst__aboutText__desc{
  font-size: var(--FZ_16);
  line-height: 1.8;
}
.s-sabouKst__aboutText__desc + .s-sabouKst__aboutText__desc{
  margin-top: var(--GAP_30);
}
.s-sabouKst__aboutFacility__ttl{
  font-family: "Zen Old Mincho", serif;
  font-size: var(--FZ_25);
  text-align: center;
}
.s-sabouKst__aboutBnr{
  max-width: 500px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px){
  .s-sabouKst__about{
    margin-bottom: 100px;
  }
  .s-sabouKst__aboutGrid{
    grid-template-columns: 1fr 1.2fr;
  }
  .s-sabouKst__aboutBnr{
    padding-top: var(--GAP_80);
  }
}
@media screen and (max-width: 767px){
  .s-sabouKst__about{
    margin-bottom: 60px;
  }
  .s-sabouKst__aboutGrid{
    grid-template-columns: 1fr;
  }
  .s-sabouKst__aboutBnr{
    padding-top: var(--GAP_50);
  }
  .s-sabouKst__aboutFacility__ttl{
    text-align: center;
  }
  .s-sabouKst__aboutText{
    margin-inline: 10px;
  }
  .s-map{
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}


/*-----------------コンテンツ -----------------*/
/* TOPスライダー */
.s-sabouKst__cnt .s-sabouKst__inner{
width: 95%;
}
.slick-cntWrap{
  position: relative;
}
.slick-cntContainer{
  overflow: hidden;
}
.g-slickDots .slick-active button{
  background-color: #111111;
}
.g-slickDots button{
  background-color: unset;
  border: 1px solid #111111;
}
.slick-dotted.slick-slider{
  margin-bottom: 0;
}
.slick-cnt__arrows{
  display: flex;
  justify-content: center;
  gap: 20px;
}
/* カスタム矢印ボタンのスタイル */
[class*="slick-cnt__arrows--"]{
  -webkit-appearance: none;
  border-radius: 0;
  border: unset;
  background-color: unset;
  transform: translateY(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  border-right: 1.5px solid #111111;
  border-top: 1.5px solid #111111;
  z-index: 2;
  transition: .1s;
}
[class*="slick-cnt__arrows--"].is-disable{
  pointer-events: none;
}
@media screen and (min-width: 768px){
  .s-sabouKst__cnt .slick-list.draggable{
    padding-inline: 30px;
  }
  .slick-cntContainer .slick-slide{
    margin: 0 var(--SLICK_GAP);
    padding-inline: 2px;
  }
  [class*="slick-cnt__arrow--"]{
    top: 47%;
  }
  .slick-cnt__slickDots{
    padding: 20px 0;
    justify-content: end;
  }
  .slick-cnt__arrows--prev{
    position: absolute;
    top: 40%;
    left: -1.5%;
    transform: rotate(-135deg);
    z-index: 10;
  }
  .slick-cnt__arrows--next{
    position: absolute;
    right: -1.5%;
    top: 40%;
    z-index: 10;
  }
}
@media screen and (max-width: 767px){
  .slick-cnt__slickDots{
    padding: 5px 0 20px;
    justify-content: end;
  }
  .slick-cnt__arrows--prev{
    position: absolute;
    top: 40%;
    left: -3%;
    transform: rotate(-135deg);
    z-index: 10;
  }
  .slick-cnt__arrows{
    display: none;
  }
}
@media (hover: hover){
  [class*="slick-cnt__arrows--"]:hover{
    cursor: pointer;
    opacity: 0.7;
  }
}
/* 無限スライダー */
.slick-images .slick-slide{
  padding-left: var(--GAP_30);
}
.slick-images img{
  border-radius: 50%;
}

/* 共通 */
.s-sabouKst__cnt{
  margin-bottom: var(--GAP_80);
}
.s-sabouKst__cntWrap{
  max-width: 1000px;
  margin-inline: auto;
}
.s-sabouKst__subTitle{
  font-family: "Zen Old Mincho", serif;
  display: block;
  text-align: center;
  font-size: var(--FZ_18);
}
.s-sabouKst__cntTitle{
  font-family: "Zen Old Mincho", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.s-sabouKst__cntTitle--tag{
  display: inline-block;
  padding: 5px;
  border-block: 1px solid #886500;
  min-width: 60px;
  text-align: center;
}
.s-sabouKst__cntTitle--main{
  display: inline-block;
  font-size: var(--FZ_60);
}
.s-sabouKst__cntFlex{
  display: flex;
  align-items: center;
  margin-block: var(--GAP_20) var(--GAP_50);
}
.s-sabouKst__cntDescription{
  flex: 1;
  line-height: 2;
}
.s-sabouKst__cntCategory li{
  display: flex;
  align-items: center;
  gap: 8px;
}
.s-sabouKst__cntCategory__text{
  font-size: var(--FZ_14);
  color: #886500;
  flex: 1;
}
@media screen and (min-width: 768px){
  .s-sabouKst__cntDescription{
    padding-right: 20px;
    border-right: 1px solid #D1D1D1;
  }
  .s-sabouKst__cntCategory{
    width: 160px;
    padding-left: 25px;
  }
  .s-sabouKst__cntCategory li + li{
    margin-top: 15px;
  }
  .s-sabouKst__cntCategory__img{
    width: 33px;
  }
}
@media screen and (max-width: 767px){
  .s-sabouKst__cntFlex{
    flex-direction: column;
    font-size: 13px;
  }
  .s-sabouKst__cntCategory{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-top: var(--GAP_20);
  }
  .s-sabouKst__cntCategory__img{
    width: 28px;
  }
  .s-sabouKst__cntDescription{
    margin-inline: 10px;
    border-bottom: 0.5px solid #886500;
    padding-bottom: var(--GAP_20);
  }
}


/* 味わう */
.s-sabouKst__taste{
  background-color: #F6F4EA;
  padding-block: var(--GAP_80);
}
.s-sabouKst__cntLink{
  background-color: #fff;
  max-width: 770px;
  margin-inline: auto;
  margin-block: var(--GAP_50);
  display: flex;
}
.s-sabouKst__cntLink__btnArea{
  max-width: 360px;
  text-align: center;
  flex: 1;
  margin: 0 auto;
}
.s-sabouKst__cntLink__btn{
  font-family: var(--FF_NOTO);
  display: block;
  border: 1px solid #111111;
}
.s-sabouKst__cntLink__btn--black{
  background-color: #111111;
  color: #fff !important;
}
@media screen and (min-width: 768px){
  .s-sabouKst__cntLink{
    padding: var(--GAP_40) var(--GAP_40);
    gap: 20px;
  }
  .s-sabouKst__cntLink__btn{
    padding: 15px 0;
  }
  .s-sabouKst__buy .s-sabouKst__cntLink{
    padding: 0 var(--GAP_40) var(--GAP_40);
  }
}
@media screen and (max-width: 767px){
  .s-sabouKst__cntLink{
    padding: var(--GAP_30) var(--GAP_30);
    gap: 10px;
  }
  .s-sabouKst__cntLink__btn{
    padding: 10px 0;
    font-size: 13px;
  }
}

@media (hover: hover){
  .s-sabouKst__cntLink__btn--black:hover{
    background-color: #414141;
    opacity: 1;
  }
  .s-sabouKst__cntLink__btn--white:hover{
    background-color: var(--GRAY01);
    opacity: 1;
  }
}
/* 体験 */
.s-sabouKst__trialAbout{
  background-color: #F6F4EA;
  margin-top: var(--GAP_80);
}
.s-sabouKst__trialList{
  max-width: 1100px;
  margin-inline: auto;
}
.s-sabouKst__trialList li + li{
  margin-top: var(--GAP_50);
}
.s-sabouKst__trialCnt{
  display: grid;
}
.s-sabouKst__trialTtl{
  font-family: "Zen Old Mincho", serif;
}
.s-sabouKst__trialCnt__ttl{
  display: flex;
  justify-content: space-between;
}
.s-sabouKst__trialCnt__date{
  font-family: var(--FF_NOTO);
  background-color: #fff;
  border: 1px solid #D1D1D1;
  text-align: center;
  letter-spacing: .05em;
}
.s-sabouKst__trialCnt__end{
  font-family: var(--FF_NOTO);
  background-color: #8D8D8D;
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
}
.s-sabouKst__trialCnt__reservation{
  font-family: var(--FF_NOTO);
  background-color: #958000;
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
}
.s-sabouKst__trialCnt__detail{
  font-family: var(--FF_NOTO);
  font-weight: 300;
  line-height: 2;
  letter-spacing: .1em;
}
.s-sabouKst__trialCnt__btnArea{
  text-align: center;
  width: 100%;
  max-width: 280px;
}
.s-sabouKst__trialCnt__btnArea--center{
  margin: 0 auto !important;
}
.s-sabouKst__trialCnt__btn{
  font-family: var(--FF_NOTO);
  display: block;
  background-color: #fff;
  border: 1px solid #111111;
  padding: 10px 0;
  font-size: var(--FZ_14);
  font-weight: 300;
  letter-spacing: .1em;
}
.s-sabouKst__trialCnt__btn--black{
  background-color: #111111;
  border: 1px solid #111111;
  color: #fff !important;
}
.s-sabouKst__trialTea{
  width: 94%;
  max-width: 1100px;
  margin-inline: auto;
}
.s-sabouKst__trialTeaList{
  display: grid;
}
.s-sabouKst__trialTeaList li{
  display: flex;
  flex-direction: column;
}
.s-sabouKst__trialTea__ttl{
  margin-bottom: var(--GAP_20);
}
.s-sabouKst__trialTea__text{
  font-family: var(--FF_NOTO);
  font-size: var(--FZ_15);
  margin-bottom: var(--GAP_40);
  font-weight: 300;
  line-height: 2;
  letter-spacing: .1em;
}
.s-sabouKst__trialCnt__tag{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.s-sabouKst__trialTeaList__text{
  flex: 1;
  background-color: #fff;
  padding: var(--GAP_20);
  display: flex;
  flex-direction: column;
}
.s-sabouKst__trialTeaList__name{
  text-align: center;
  flex: 1;
}
/*2025/08/08追加*/
hr.hr-dots {
  border: 0;
  height: 1px;
  margin: 2.5rem 0 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  
}
hr.hr-dots:before {
    content: '•••••••••••';
    font-size: 1.25em;
    letter-spacing: .75em;
    opacity: .75;
}
.reserve_tel{
  font-size: 150%;
  font-weight: bold;
}


@media screen and (min-width: 768px){
  .s-sabouKst__trialList{
    width: 94%;
    margin-bottom: var(--GAP_60);
  }
  .s-sabouKst__trialAbout{
    border-radius: 80px;
    padding-block: var(--GAP_80);
    padding-block: var(--GAP_80) var(--GAP_10) ;/*体験が無い場合*/
  }
  .s-sabouKst__trialCnt{
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    gap: 30px;
  }
  .s-sabouKst__trialCnt__ttl{
    margin-block: var(--GAP_20);
    font-size: var(--FZ_25);
  }
  .s-sabouKst__trialTtl{
    font-size: var(--FZ_30);
    margin-bottom: var(--GAP_20);
  }
  .s-sabouKst__trialCnt__detail{
    font-size: var(--FZ_15);
    margin-block: var(--GAP_20);
  }
  .s-sabouKst__trialCnt__date{
    padding: 3px 13px;
    font-size: 13px;
  }
  .s-sabouKst__trialCnt__end{
    padding: 3px 10px;
    font-size: 13px;
  }
  .s-sabouKst__trialCnt__reservation{
    padding: 3px 10px;
    font-size: 13px;
  }
  .s-sabouKst__trialTeaList{
    grid-template-columns: repeat(3,1fr);
    gap: var(--GAP_30) var(--GAP_20);
  }
  .s-sabouKst__trialTeaList__name{
    font-size: var(--FZ_18);
    margin-block: var(--GAP_10) 15px;
  }
  .s-sabouKst__trialTea__ttl{
    font-size: var(--FZ_28);
  }
  .s-sabouKst__trialCnt__btnArea{
    margin: var(--GAP_20) 0 var(--GAP_20) auto;
  }
}
@media screen and (max-width: 767px){
  .s-sabouKst__trialList{
    width: 90%;
    margin-bottom: var(--GAP_50);
  }
  .s-sabouKst__trialAbout{
    border-radius: 30px;
    padding-block: var(--GAP_50);
  }
  .s-sabouKst__trialCnt{
    grid-template-columns: 1fr;
    gap: 0;
  }
  .s-sabouKst__trialCnt__ttl{
    margin-block: var(--GAP_20) 8px;
    font-size: var(--FZ_22);
  }
  .s-sabouKst__trialTtl{
    font-size: var(--FZ_25);
    margin-bottom: var(--GAP_20);
    text-align: center;
  }
  .s-sabouKst__trialCnt__detail{
    font-size: 13px;
    margin-block: 0 var(--GAP_20);
  }
  .s-sabouKst__trialCnt__date{
    padding: 2px 10px;
    font-size: 11px;
  }
  .s-sabouKst__trialCnt__end{
    padding: 2px 10px;
    font-size: 11px;
  }
  .s-sabouKst__trialCnt__reservation{
    padding: 2px 10px;
    font-size: 11px;
  }
  .s-sabouKst__trialTeaList{
    grid-template-columns: repeat(2,1fr);
    gap: var(--GAP_40) var(--GAP_20);
    margin-top: var(--GAP_30);
  }
  .s-sabouKst__trialTeaList__name{
    font-size: var(--FZ_16);
    margin-block: var(--GAP_20);
  }
  .s-sabouKst__trialCnt__btn--black{
    padding: 6px 0;
    font-size: 12px;
  }
  .s-sabouKst__trialTea__ttl{
    font-size: var(--FZ_25);
    text-align: center;
  }
  .s-sabouKst__trialCnt__btnArea{
    margin: var(--GAP_20) auto;
  }
}
@media (hover: hover){
  .s-sabouKst__trialCnt__btn:hover{
    background-color: var(--GRAY01);
    opacity: 1;
  }
  .s-sabouKst__trialCnt__btn--black:hover{
    background-color: #414141;
    border: 1px solid #111111;
    opacity: 1;
    /* color: inherit !important; */
  }
}
@media screen and (max-width: 470px){
  .s-sabouKst__cntLink{
    flex-direction: column;
  }
  .s-sabouKst__cntLink{
    margin-inline: 10px;
  }
  .s-sabouKst__cntLink__btnArea{
    width: 100%;
  }
}

/*-----------------アクセス -----------------*/
.s-sabouKst__access{
  margin-block: var(--GAP_80);
}
.s-sabouKst__accessTitle{
  text-align: center;
  padding-bottom: var(--GAP_80);
  position: relative;
}
.s-sabouKst__accessTitle::after{
  content: "";
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #886500;
}
.s-sabouKst__accessSubTitle{
  text-align: center;
  font-size: var(--FZ_22);
  margin-bottom: var(--GAP_40);
}
.s-sabouKst__accessMap{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 45%; /* 比率を4:3に固定 */
}
.s-sabouKst__accessMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-sabouKst__accessCnt{
  display: grid;
  align-items: baseline;
  margin-block: var(--GAP_40) var(--GAP_80);
}
.s-sabouKst__accessCnt__about{
  width: 340px;
  margin-inline: auto;
}
.s-sabouKst__accessCnt__aboutList {
  display: grid;
  grid-template-columns: 1fr 3fr; /* 2列にする */
  gap: 5px 20px;
}
.s-sabouKst__accessCnt__about dt {
  text-align: right;
}
.s-sabouKst__accessCnt__aboutLink{
  display: flex;
  gap: 30px;
  justify-content: center;
  padding-top: var(--GAP_30);
}
.s-sabouKst__accessCnt__aboutLink li{
  flex: 1;
  max-width: 28px;
}
.s-sabouKst__accessCnt__link{
  position: relative;
  padding-right: 25px;
}
.s-sabouKst__accessCnt__link::after{
  content: "";
  position: absolute;
  background: url(/asset2024/images/sabou/after/icon-pin.svg) no-repeat center / contain;
  bottom: 2px;
  right: 0;
  width: 20px;
  height: 20px;
}
.s-sabouKst__accessCnt__vehicle dd + dt{
  margin-top: var(--GAP_30);
}
.s-sabouKst__accessCnt__vehicle dt{
  font-size: var(--FZ_18);
  margin-bottom: var(--GAP_10);
}
.s-sabouKst__accessCnt__vehicle dd{
  font-family: var(--FF_NOTO);
  font-size: var(--FZ_14);
  font-weight: 300;
}
.s-sabouKst__accessCnt__vehicle dd span{
  display: block;
}
.s-sabouKst__accessPlace{
  display: grid;
  gap: var(--GAP_20);
}
.s-sabouKst__accessPlace__about{
  text-align: center;
  margin: var(--GAP_20) auto;
}
.s-sabouKst__accessPlace__about dt{
  border-bottom: 1px solid #958000;
  padding-bottom: 10px;
  font-size: var(--FZ_20);
}
.s-sabouKst__accessPlace__about dd{
  font-family: var(--FF_NOTO);
  padding-top: 10px;
  font-size: var(--FZ_14);
}
@media screen and (min-width: 768px){
  .s-sabouKst__accessPlace{
    grid-template-columns: 1fr 1fr;
  }
  .s-sabouKst__accessPlace__about{
    max-width: 350px;
  }
  .s-sabouKst__accessCnt{
    grid-template-columns: 1fr 2fr;
  }
  .s-sabouKst__accessCnt__vehicle{
    padding-left: 6%;
    border-left: 1px solid #D1D1D1;
  }
  .s-sabouKst__accessCnt__about{
    padding-right: 10px;
  }
  .s-sabouKst__accessTitle{
    font-size: var(--FZ_30);
  }
  .s-sabouKst__accessTitle::after{
    width: 60px;
    height: 4px;
  }
  .s-sabouKst__accessCnt__vehicle dd span{
    font-size: 12px;
    margin-bottom: var(--GAP_20);
  }
}
@media screen and (max-width: 767px){
  .s-sabouKst__accessPlace{
    grid-template-columns: 1fr;
  }
  .s-sabouKst__accessPlace__about{
    max-width: 280px;
  }
  .s-sabouKst__accessCnt{
    grid-template-columns: 1fr;
  }
  .s-sabouKst__accessCnt__about{
    padding-right: 0;
    margin-bottom: var(--GAP_60);
  }
  .s-sabouKst__accessTitle{
    font-size: var(--FZ_28);
  }
  .s-sabouKst__accessTitle::after{
    width: 40px;
    height: 2px;
  }
  .s-sabouKst__accessCnt__vehicle{
    margin-inline: 10px;
  }
  .s-sabouKst__accessCnt__vehicle dd{
    font-size: 13px;
  }
  .s-sabouKst__accessCnt__vehicle dd span{
    font-size: 10px;
    margin-bottom: var(--GAP_20);
  }
  .s-sabouKst__accessCnt__aboutList {
    font-size: 13px;
  }
}
