@charset "UTF-8";
/*=======================================================
各店舗共通
=======================================================*/
/*追従電話*/
.floating-tel {
  position: fixed;
  right: 0;
  top: 47.7vh;
  z-index: 1200;
	width: 47px; 
	height: 150px;
	padding-top: 7px;
	border: 2px solid #fff;
    background: var(--color-brand);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    border-radius: 10px 0 0 10px;
}
.floating-tel a {
	display: flex; 
	flex-direction: column;
	gap: 7px;
	width: 100%;
	height: 100%;
	position: relative;
	align-items: center;
}
.floating-tel__icon {
}
.floating-tel__text { 
	font-size: 20px; 
	font-weight: 500;
	color: #fff;
	font-family: var(--font-accent);
	letter-spacing: 0.2em;
}
.page-koyo .floating-tel a {
	gap: 14px;
}
/*ヒーロー画像*/
.hero {
	margin-bottom: 88px;
}
.shop-intro__inner {
	margin-bottom: 91px;
	position: relative;
}
.shop-intro__inner::before {
	left: 62px; 
	top: -35px;
}
.shop-intro__inner::after {
	right: 62px; 
	bottom: -24px;
}
/*ラベル*/
.shop-intro__labels {
	justify-content: center;
	margin-bottom: 27px;
}
/*ロゴ*/
.shop-intro__title {
	margin-bottom: 37px;
	text-align: center;
}
.page-aoba .shop-intro__title img {
	max-width: 296px;
}
.page-koyo .shop-intro__title img {
	max-width: 357px;
}
.page-hachifuku-chaya .shop-intro__title img {
	max-width: 303px;
}
/*ページ内リンク*/
.shop-intro__nav {
	display: flex; 
	align-items: center; 
	justify-content: center;
	gap: 27px;
	margin-bottom: 39px;
	flex-wrap: wrap;
}
.shop-intro__nav-item {
	text-decoration: underline;
}
.shop-intro__nav-item::before {
	content: "";
	display: inline-block; 
	width: 16px;
	height: 8px;
	background-image: url(../images/lower/icon-arrow.svg);
	margin-right: 4px;
}
/*テキスト*/
.shop-intro__description {
	text-align: center;
	font-size: 14px;
	margin-bottom: 22px;
	line-height: 1.857;
}
/*タグ*/
.shop-intro__tags {
	justify-content: center;
}
/*ショップスライダー*/
.shop-slider {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin: 0 auto;
}
.shop-slider:has(.slick-initialized) {
  aspect-ratio: auto;
}
.js-shop-slider:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
}
.js-shop-slider:not(.slick-initialized) .menu-slider__img {
  flex: 0 0 100%;
}
.shop-slider__img {
  margin: 0 6px;
}
/*ドット*/
.js-shop-slider .slick-dots {
	bottom: -26px;
}
.js-shop-slider .slick-dots li {
    width: 10px; 
    height: 10px;
}
.js-shop-slider .slick-dots li button,
.js-shop-slider .slick-dots li.slick-active button:before,
.js-shop-slider .slick-dots li button:before {
	border-radius: 100%; 
}
/*スライダー下内容*/
.shop-overview__inner {
	margin-block: 74px 40px;
}
.shop-overview__info {
	max-width: 480px;
	margin: auto;
}
.shop-overview__info-item {
	font-size: 14px;
	display: flex; 
	align-items: flex-start;
	line-height: 1.857;
}
.shop-overview__info-item + .shop-overview__info-item {
	margin-top: 21px;
}
.shop-overview__info-label {
	width: 80px;
}
.shop-overview__info-tel {
	font-size: 26px;
	color: var(--color-brand);
	line-height: 1.1;
	border-bottom: 1px solid currentcolor;
}
/*グランドメニュー*/
.grand-menu__inner {
	padding: 81px 0 0;
}
/*メニュースライダー*/
.menu-slider {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin: 0 auto;
}
.menu-slider:has(.slick-initialized) {
  aspect-ratio: auto;
}
.js-menu-slider:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
}
.js-menu-slider:not(.slick-initialized) .menu-slider__img {
  flex: 0 0 100%;
}
.menu-slider .slick-list {
  overflow: visible;
}
.menu-slider__img {
	margin: 0 6px;
}
/*ドット*/
.js-menu-slider .slick-dots li {
    width: 10px; 
    height: 10px;
}
.js-menu-slider .slick-dots li button,
.js-menu-slider .slick-dots li.slick-active button:before,
.js-menu-slider .slick-dots li button:before {
	border-radius: 100%; 
}
/*アクセス*/
.access__inner {
	padding-block: 87px 84px;
}
.access__content {
	display: flex;
	gap: 45px;
}
.access__map iframe {
	width: 622px;
	max-width: 100%;
}
.access__block + .access__block {
	margin-top: 15px;
}
.access__heading {
	font-size: 20px; 
	color: var(--color-brand);
	display: flex; 
	align-items: center;
	gap: 5px;
	margin-bottom: 6px;
	line-height: 1.2;
}
.page-aoba .access__heading {
	display: block;
}
.page-koyo .access__heading img {
	margin-top: 5px;
}
.page-hachifuku-chaya .access__heading img {
	margin-top: -13px;
	width: 119px;
}
.access__note {
	font-size: 14px;
}
.access__text {
	line-height: 1.7;
	font-size: 14px;
}
@media screen and (max-width : 1279px) {
	.shop-intro__inner::before {
    	left: 20px;
    	top: -65px;
	}
	.shop-intro__inner::after {
    	right: 10px;
    	bottom: -104px;
	}
}
@media screen and (max-width : 1200px) {
	.access__content {
		flex-direction: column;
	}
	.access__map iframe {
		width: 100%;
	}
}
@media screen and (max-width : 767px) {
	.floating-tel {
		top: 150px;
	}
	.hero {
		margin-bottom: 49px;
	}
	.shop-intro__inner {
		margin-bottom: 38px;
	}
	.shop-intro__inner::before,
	.shop-intro__inner::after {
		content: none;
	}
	.shop-intro__labels {
		margin-bottom: 22px;
	}
	.shop-intro__tags {
		padding-inline: 10px;
	}
	.shop-intro__title {
    	margin-bottom: 23px;
    	padding-inline: 44px;
	}
	.shop-intro__nav {
    	gap: 10px 27px;
    	margin-bottom: 20px;
    	padding-inline: 30px;
	}
	.shop-intro__description {
		font-size: 12px;
	}
	.js-shop-slider .slick-dots li,
	.js-menu-slider .slick-dots li {
		width: 12px; 
		height: 12px;
	}
	.shop-overview__inner {
    	margin-block: 38px 40px;
	}
	.shop-overview__info-value {
		margin-right: -1em;
	}
	.shop-overview__info-item + .shop-overview__info-item {
    	margin-top: 14px;
	}
	.access__inner {
    	padding-block: 40px 42px;
	}
	.access__heading,.access__note {
		font-size: 16px;
	}
}
/*=======================================================
プラポリと会社概要
=======================================================*/
.page--text {
	color: #000;
}
.page--text section + section {
	margin-top: 65px; 
}
.page-title {
	margin-top: 90px;
	color: var(--color-brand);
	margin-bottom: 40px;
	font-weight: 500;
    font-size: 30px; 
	font-weight: 500;
    text-align: center;
    margin-bottom: 58px;
    line-height: 1.4;
    position: relative;
}
.page--text h2 {
	font-size: 24px;
	font-weight: 500;
}
@media screen and (max-width : 767px) {
	.page--text {
		padding-top: 25px;
	}
	.page--text h1 {
		font-size: 26px;
		margin-top: 0;
		margin-bottom: 25px;
	}
	.page--text h2 {
		font-size: 21px;
	}
}
/*=======================================================
会社概要
=======================================================*/
.page-company .company__detail {
	max-width: 980px;
	width: 100%;
	margin: auto auto 86px;
}
.page-company .company__detail {
	width: 100%;
}
.page-company .company__detail tr {
	display: flex;
}
.page-company .company__detail th {
	text-align: center;
	border-top: 2px solid var(--color-brand);
	width: 200px;
	color: var(--color-brand);
	font-weight: 600;
	padding: 14px 10px;
}
.page-company .company__detail tr:first-of-type th {
	border-top: 2px solid var(--color-brand);
}
.page-company .company__detail tr:last-of-type th {
	border-bottom: 2px solid var(--color-brand);
}
.page-company .company__detail td {
	border-top: 1px solid #ccc;
	width: 100%;
	padding: 14px 22px;
}
.page-company .company__detail tr:last-of-type td {
	border-bottom: 1px solid #D9D9D9;
}
.page-company .mission {
	max-width: 980px;
	width: 100%; 
	margin: auto;
	background: #fff;
	padding: 46px 10px 48px;
}
.page-company .mission__title {
	text-align: center; 
	color: var(--color-brand);
	font-weight: 500;
	font-size: 30px;
}
.page-company .mission__subtitle {
	display: block; 
	font-size: 16px;
}
.page-company .mission__text {
	text-align: center;
	line-height: 2.25;
	margin-top: 10px;
}
@media screen and (max-width : 767px) {
	.page-company .company__inner {
		padding-inline: 13px!important;
	}
	.page-company .company__detail {
		border-bottom: 2px solid var(--color-brand);
		margin-bottom: 45px;
	}
	.page-company .company__detail tr {
		flex-direction: column;
	}
	.page-company .company__detail th,
	.page-company .company__detail td {
		text-align: left; 
		width: 100%;
		padding: 9px 5px 8px 8px;
	}
	.page-company .company__detail tr:last-of-type th {
		border-bottom: none;
	}
	.page-company .mission__title {
		font-size: 26px;
	}
	.page-company .mission__subtitle {
		font-size: 14px;
	}
	.page-company .mission__text {
		font-size: 14px; 
		text-align: left;
		line-height: 1.85;
	}
	.page-company .mission {
    	padding: 23px 13px 25px;
	}
}
/*=======================================================
プライバシーポリシー
=======================================================*/
.privacy-policy .page__content .inner {
	max-width: 1020px;
}
.privacy-policy .page--text h2 {
	border-bottom: 2px solid var(--color-brand);
	padding-bottom: 3px;
}
.privacy-policy .page--text h2 + p {
	margin-top: 22px; 
}
.privacy-policy .page--text h3 {
	font-weight: 600;
}
.privacy-policy .page--text h3 + p {
	margin-top: 3px;
}
.privacy-policy .page--text ol {
	margin-top: 23px;
}
.privacy-policy .page--text li + li {
	margin-top: 22px;
}
@media screen and (max-width : 767px) {
	.privacy-policy .page--text h2 {
		padding-bottom: 6px;
	}
	.privacy-policy .page--text h2 + p {
    	margin-top: 12px;
		line-height: 1.6;
	}
	.privacy-policy .page--text ol {
		margin-top: 12px;
	}
	.privacy-policy .page--text li + li {
    	margin-top: 14px;
	}
	.page--text section + section {
    	margin-top: 27px;
	}
}
/*----------------------------------------------
タブ
---------------------------------------------- */
.tab-content { 
    display: none; 
}
.tab-content.active { 
    display: block;
}
.tab-menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 22px;
    border-bottom: 3px solid var(--color-brand);
    margin-bottom: 31px;
	position: relative; 
	z-index: 2;
}
.tab-menu li {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: #fff;
    color: #000;
    font-size: clamp(12px, 1.7vw, 18px);
    transition: .3s;
	text-align: center;
	line-height: 1.5;
}
.tab-menu li.active {
    background: var(--color-brand);
    color: #fff;
}
.tab-menu li:hover {
    background: var(--color-brand);
    color: #fff;
    transition: .3s;
}
@media screen and (max-width : 1000px) {
	.tab-menu {
		gap: 10px;
		overflow-x: auto;
	}
}
@media screen and (max-width : 767px) {
	.tab__block {
        margin-top: 50px;
    }
	.tab-menu li {
        font-size: 14px;
        gap: 7px;
    }
	.tab-menu li span {
        font-size: 13px;
        line-height: 1.5;
    }
}
/*=======================================================
お知らせ
=======================================================*/
.news .news__list {
	max-width: 100%;
}
.news .no-post {
	padding: 20px 0 18px;
}
.news .btn-more {
	margin: 50px auto auto;
	text-align: center;
}
.news .link__other-item {
    border: 1px solid var(--color-brand);
    background: #fff;
    position: relative;
	max-width: 160px;
    height: 40px;
	padding: 0 10px;
}
.news .link__other-item::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 8px;
    background-image: url(../images/lower/icon-arrow.svg);
    margin-right: 4px;
}
.news__item.hidden {
	display: none;
}
.news__item.fade-in {
    display: block;
    opacity: 0;
    transform: translateY(-10px);
    animation: fadeSlideDown 0.5s ease forwards;
}
@keyframes fadeSlideDown {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.news__list {
    max-width: 930px;
    width: 100%;
}
.news__list + .more__button {
	display: none;
}
.news__day {
    color: var(--color-brand);
    margin-right: 16px;
}
.news__cat {
    background: var(--color-brand);
    color: #fff;
	font-size: 14px;
	height: 25px;
    line-height: 1;
    width: 70px;
    display: flex; 
    align-items: center;
    justify-content: center;
}
.news__item a {
    padding: 20px 0 18px; 
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.news__item + .news__item {
    border-top: 1px solid #ccc;	
}
.news__item a:hover {
    opacity: .5;
}
.news__meta {
    display: flex;
    align-items: center;
	flex-shrink: 0;
}
.news__archive .news__title {
    line-height: 1.6;
	font-size: 16px;
}
/*詳細ページ*/
.news__single .news__title {
	font-size: 22px;
	color: #000;
	border-bottom: 2px solid var(--color-brand);
	margin-bottom: 22px;
	margin-top: 0;
    text-align: left;
	padding-bottom: 3px;
}
.news__single .news__day {
	font-size: 18px;
}
.news__single .news__meta {
	margin-bottom: 15px;
}
.news__detail p,
.news__detail figure {
	margin-bottom: 30px;
}
.news__detail a {
	color: blue;
}
.news__detail a:hover {
	opacity: .3;
}
/*中見出し */
.news__single .ttl,
.wp-block-heading {
	font-size: 20px;
    margin-bottom: 10px;
	line-height: 1.6;
	padding-bottom: 8px;
    border-bottom: 1px dotted #b0a89f;
}
/*小見出し*/
.news__single .sub_ttl {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1.6;
}
/*リスト*/
.wp-block-list {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
.wp-block-list li + li {
	margin-top: 5px;
}
/*小さい字*/
.news__single .fs-s {
	font-size: 14px;
	line-height: 1.6;
}
/*リンク*/
.news__single a:not(.news__cat):not(.button) {
	text-decoration: underline;
}
/*下余白*/
.news__single .mb {
	margin-bottom: 60px;
}
/*上余白*/
.news__single .mt {
	margin-top: 60px;
}
.backto__list {
	margin: 68px auto auto;
	display: flex; 
	justify-content: center;
}
.backto__list .button {
	display: flex; 
	align-items: center; 
	justify-content: center;
	background: var(--color-brand);
	color: #fff;
	border: 1px solid var(--color-brand);
	padding-right: 20px;
}
.backto__list .button:hover {
	background: #fff;
	color: var(--color-brand);
}
/*画像真ん中に*/
.news__single img {
	display: block; 
	margin: auto;
	max-width: 770px;
}
@media screen and (max-width : 1000px) {
	.news__item a {
		display: block;
	}
	.news__meta {
		margin-bottom: 10px;
	}
}
@media screen and (max-width : 767px) {
	.news__single .news__title {
		font-size: 20px;
	}
	.news__single .ttl {
        font-size: 20px;
	}
	.news__single .sub_ttl {
        font-size: 18px; 
	}
}