/*
Theme Name: AFFINGER Child
Template: affinger
Description: AFFINGER6 対応
Version: 20240601
*/
/*--------------- カラー修正 ---------------*/
.orange {color: #ef7e00;}
.brown {color: #8e1f04;}
#header-r .st-menu-side-box li a {color: #8e1f04;}
#header-r .st-menu-side-box li:last-child a {color: #fff;}
.shop .shoplist a.navi-tel {color: #8e1f04 !important; text-decoration: none;}
.shop .shoplist a.navi-tel:visited {color: #8e1f04 !important;}
/*--------------- hover修正 ---------------*/
a:hover {color: #ef7e00;}
.shoplist a:hover {color: #8e1f04;}
.shoplist a.orange:hover {color: #8e1f04;}
a:hover img, header .sitename a:hover,.inquiry a:hover {filter:alpha(opacity=70);-moz-opacity: 0.7;opacity: 0.7;}
.inquiry a:hover{transform: translate3d(0, -2px, 0);}
#side aside ul li a:hover, #side a:hover,.ccchildpage h2:hover, .ccpages_excerpt:hover,#header-r .st-menu-side-box li a:hover {color: #ef7e00;transform: translate3d(0, -2px, 0) !important;}
.shop .shoplist a.navi-tel:hover{color:#ef7e00;}
#header-r .st-menu-side-box li:last-child a:hover{color: #fff;}
.line {display: inline-block;position: relative;text-decoration: none;}
.line::after {position: absolute;content: '';bottom: -4px;left: 0;width: 0;height: 2px;background: #ef7e00;transition: all 0.3s ease 0s;}
.line:hover {cursor: pointer;}
.line:hover::after {width: 108%;}
/*--------------- 共通パーツ ---------------*/
html, body {overscroll-behavior-y: none;}
.right { display: block; float: right; box-sizing: border-box; padding-left: 2em;}
.left { display: block; float: left; clear: both;}
.center { display: block; margin: 0 auto; }
.clear{clear: both;}

.w60 { width: 60%; }
.w40 { width: 40%; }
.w45 { width: 45%; }
.w50 { width: 50%; }

.bold { font-weight: bold; }

p.note { margin-left: 1em; text-indent: -1em;}
p.note:before { content:"※";}
.br-pc { display:block; }
.br-sp { display:none; }

.fas, .far { margin-right: 0.5em; color:#61a6ce;}

.link {
    clear: both;
    float: right;
    text-decoration: underline;
}

#content-w,.home main {background: #dfc2a2;}
.tag-notice{border:1px solid #fff; border-radius: 4px;font-size: .5rem;padding: 4px 8px;}
.card-thumbnail .no-image{width: 100%;height: 100%;object-fit: contain;padding: 4rem;box-sizing: border-box;}
/*--------------- レイアウト修正 ---------------*/
.inquiry { float: right; display: block;}

/*--------------- ヘッダーの固定表示 ---------------*/
#headbox-bg-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff; }

.slider-container,#content { margin-top: 82px; }

#header-r .st-menu-side-box li:last-child a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center;
  gap:8px;
  height:36px;
  padding:0 18px;
  border-radius:9999px;
  background:#ef7e00;
  color:#fff;
  text-decoration:none;
  line-height:1 !important; 
}
#header-r .st-menu-side-box li:last-child a:before { font-family: 'Material Icons';content: "email";}
.shop {background:#fff9f1;font-family: "Noto Sans JP", sans-serif;font-weight: 700 !important;color: #8e1f04;}
.shop p {margin-bottom:0;}
    
/*--------------- ギザギザ ---------------*/
.shop {position: relative;}
.shop::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    z-index: 10;
    display: block;
    height: 20px;
    background-size: 20px 100%;
    background-image: linear-gradient(135deg, #fff9f1 25%, transparent 25%), linear-gradient(225deg, #fff9f1 25%, transparent 25%);
    background-position: 0 0;
}

/*--------------- スライダーと重ね要素のレイアウト---------------*/

.slider-container {
  position: relative;
}

.slider-container .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5; 
    display: flex;
    justify-content: center; /* 水平方向の中央揃え */
    align-items: center;   /* 垂直方向の中央揃え */
    gap: 40px;             /* 各要素の間のスペース */
    pointer-events: none;  /* スライダー操作を妨げないように */
}

/* 子要素①：中央のキャッチコピー */
.slider-container .copy-01,
.slider-container .copy-03 {
    position: absolute;
    pointer-events: auto; /* テキストを選択できるように */
    background: #8e1f04b0;
    padding: 0.5em 1.5em; /* 文字の周りに余白を追加 */
    align-items: center;
    transform: translateY(-50%);
    display: flex; /* テキストを帯の中で中央寄せするため */
    z-index: 10;
}

/* キャッチコピーのテキストスタイル */
.slider-container .copy-01 p,
.slider-container .copy-03 p {
    color: white;
    font-weight: 700;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0.7);
}

.slider-container .big {font-size: 1.3em;font-weight: 900;vertical-align: super;}

/* 子要素②：円とロゴのグループ全体 */
.slider-container .copy-02 {
  width: 180px;
  height: 180px;
  display: grid;
  place-items: center;
  background-color: #ef7e00;
  border-radius: 50%; 
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
z-index: 15;
flex-shrink: 0; /* ロゴが縮まないように */
}

/* 円とロゴを同じグリッドセルに配置して重ねる */
.slider-container .copy-02 svg,
.slider-container .copy-02 img {
  grid-area: 1 / 2;
}

/* SVG要素のはみ出しを許可して文字切れを防ぐ */
.slider-container .copy-02 svg {
    overflow: visible;
}

/* 円を描画しているSVGパス自体は透明にする */
.slider-container .copy-02 svg path {
  fill: transparent;
}

/* 円周のテキストのスタイル */
.slider-container .copy-02 text {
  fill: #fff;
  font-size: 14px;
  font-weight: bold;
text-shadow:
        0 0 3px rgba(100, 20, 0, 1),
        0 0 8px #ef7e00,
        0 0 12px #ef7e00;
}

/* ロゴ画像のスタイル */
.slider-container .copy-02 img {
  width: 68%; 
  height: auto;
  z-index: 2;
  margin-left: 8px;
  filter: brightness(0) invert(1);
}

/*--------------- トピックスセクション ---------------*/

.infomation-section {display: flex;padding: 0;max-width: 1280px;margin: 0 auto;}
.infomation-title-area {writing-mode: vertical-rl; padding-right: 40px;flex-shrink: 0;}
.top-title {
	font-weight: bold;
	color: #fff !important;
	display:grid;
	align-items: center;
	gap: 15px;
	margin: 20px 0 0 !important; 
	padding: 0 !important; 
	border: 1px dotted #fff;
}

.top-title .top-subtitle {font-family: 'Montserrat', sans-serif; font-size: 3.4rem;line-height: 1;letter-spacing: 0.1em;}
.infomation-content-area {overflow: hidden;}
.infomation-card-list {
padding: 20px 0 50px;
	display: flex;
	flex-wrap: nowrap;
	gap: 24px;
	overflow-x: scroll;
    -ms-overflow-style: none;
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
}
.infomation-card-list::-webkit-scrollbar {display: none;}

.topic-card {flex: 0 0 calc((100% - 24px * 3) / 4);}

/* カード全体のスタイル */
.topic-card {
	display: block;
	text-decoration: none;
	color: inherit;
	background-color: #fff; 
	border-radius: 0 24px 0 24px;
	overflow: hidden;
	box-shadow: 0 8px 20px rgba(0,0,0,0.08);
	transition: transform 0.3s, box-shadow 0.3s;
	flex: 0 0 320px; /* カードの幅 */
	scroll-snap-align:start;
}
.topic-card:hover {transform: translateY(-8px);box-shadow: 0 12px 25px rgba(0,0,0,0.12);}

/* カードサムネイル */
.card-thumbnail {position: relative;height: 200px;background: #fef9f1;}
.card-thumbnail img {width: 100%;height: 100%;object-fit: cover;}
.card-category {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 8px 16px;
	background-color: #8e1f04; /* デフォルトは焦げ茶色 */
	color: #fff;
	font-size: 0.8rem;
	font-weight: bold;
	border-top-right-radius: 12px;
}
.card-category.category-news,
.card-category.category-information
	background-color: #ef7e00; /* オレンジ色 */
}
.card-content {padding: 20px;}
.card-date {font-size: 0.8rem;color: #a08c7d;}
.card-title {font-size: 1.1rem;font-weight: bold;margin: 8px 0;color: #8e1f04;}
.card-excerpt {font-size: 0.8rem;line-height: 1.7;color: #5c4d42;}

.infomation-nav {display: flex;align-items: center;gap: 16px;}
.infomation-nav button {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #ef7e00;
	color: #ef7e00;
	cursor: pointer;
	transition: transform 0.3s, background-color 0.3s, box-shadow 0.3s; 
	display: flex;
	justify-content: center;
	align-items: center;
}
.infomation-nav button:hover {
	background-color: #fff9f1;
	box-shadow: 0 4px 10px rgba(0,0,0,0.08);
	transform: scale(1.1);
}
 .infomation-nav button:disabled {
   opacity: .4;
   cursor: not-allowed;
   transform: none;
   box-shadow: none;
 }

/* 「お知らせ一覧」ボタンのスタイル */
.view-all-link {
    display: inline-flex;
    align-items: center;
    gap: 8px; 
    padding: 12px 28px; 
    background-color: #ef7e00; 
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 9999px; /* 角を完全に丸める */
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* ホバー時のエフェクト */
.view-all-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* ボタン内の矢印SVGの調整 */
.view-all-link svg {
    margin-top: 1px;
}

/* ==== 店舗タブ共通 ==== */
.store-tabs{position: relative;z-index: 0;overflow: visible;}
.store-tabs__wrap {padding-top:10rem;}
.store-tabs::after{
  content:'';
  position:absolute;
  inset:0;
  left:50%; right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  background:#fff;
  z-index:-1;
  margin-top: 100px;
}

.store-tabs::before{
  content:'';
  position:absolute;
  top:-2vw; left:50%; right:50%;
  margin-left:-50vw; margin-right:-50vw;
  height:14vw; max-height:180px;
  background:#fff;
  clip-path: polygon(0 70%, 100% 0, 100% 100%, 0 100%);
  z-index:0;
  pointer-events:none;
}
.store-tabs__tablist {
  display: inline-flex; gap: 8px; padding: 6px; border-radius: 9999px;position: relative;z-index: 1;
  background: #f3e6d9; box-shadow: inset 0 0 0 1px #e5d8c9;
}
.store-tab {
  appearance: none; border: 0; cursor: pointer;
  padding: 10px 22px; border-radius: 9999px;
  font-weight: 700; color: #8e1f04; background: transparent;
}
.store-tab.is-active { background: #8e1f04; color: #fff; }
.store-tab:focus-visible { outline: 3px solid #ef7e00; outline-offset: 2px; }

/* パネルの表示制御 */
.store-panel { margin-top: 24px; }
.store-panel[hidden] { display: none !important; }
.store-panel.is-active { display: block; }

/*--------------- メニューセクション（店舗ブロック・交互レイアウト版） ---------------*/

/* セクション全体 */
.shop-menu {position: relative;padding: 0; z-index: 2; overflow: visible;}
.shop-menu::after{
  content:''; position:absolute; inset:0;
  left:50%; right:50%; margin-left:-50vw; margin-right:-50vw;
  background:#fff; z-index:-1;
}

.shop-menu::before{
  content:'';
  position:absolute;
  left:50%; right:50%;
  margin-left:-50vw; margin-right:-50vw;
  bottom:-8vw; 
  height:8vw;
  max-height:160px;
  background:#fff;
  clip-path: polygon(0 8vw, 100% 0, 100% 100%, 0 100%);
  z-index: 1; 
  pointer-events:none;
}

/* レイアウト用コンテナ */
.shop-menu__container {display: flex; align-items: flex-start; max-width: 1280px; margin: 0 auto; padding: 0 20px;}
.shop-menu__area {flex-grow: 1;}
.shop-menu__title-area {writing-mode: vertical-rl; padding-left: 40px; flex-shrink: 0;}
.shop-menu__title-area .top-title {margin-top: 0 !important; color: #8e1f04 !important; border: none;}
.shop-menu__title {font-size: 2em; font-weight: bold; margin-bottom: 1em; color: #8e1f04;}


/* 「モーニング」「ランチ」のカテゴリブロック */
.menu-category {
	margin-bottom: 4rem;
}
.menu-category__title {
	font-size: 1.8rem;
	color: #8e1f04;
	padding-bottom: 0.8rem;
	margin-bottom: 2rem;
	border-bottom: 2px solid #e5d8c9;
}


/* 各メニュー項目（テキストと画像のセット） */
.shop-menu-item {
	display: flex;
	gap: 4rem;
	align-items: center; /* テキストと画像を上下中央揃え */
	margin-bottom: 3rem;
	width: 100%;
}
.shop-menu-item:last-child {
	margin-bottom: 0;
}

.shop-menu-item.right {
flex-direction: row-reverse;
}

/* テキストエリア */
.shop-menu-item__text {
	flex: 1; /* ★重要：残りすべての幅をテキストエリアが使う */
}
.shop-menu-item__product-name {
	font-size: 2rem;
	font-weight: 900;
	color: #8e1f04;
	margin-bottom: 1rem;
}
.shop-menu-item__description {
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 1.5rem;
	color: #5c4d42;
}
.shop-menu-item__price {
    font-size: 1.5rem;
    font-weight: bold;
	color: #3f352e;
}

/* 画像エリア */
.shop-menu-item__image {
	flex-shrink: 0;
	width: 600px; /* ★円のサイズ（幅） */
	height: 400px; /* ★円のサイズ（高さ） */
	overflow: hidden; /* はみ出した画像を隠す */
	border-radius: 50% / 80% 0% 80% 80%;
	box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.shop-menu-item.right .shop-menu-item__image{border-radius: 50% / 80% 80% 80% 0%;}
.shop-menu-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* 比率を保ったまま円を埋める */
}

/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
.tabnone { display: none;}
.smanone { display: none;}
#headbox {width:100%;}
#s-navi dt.trigger .op{background:#ef7e00;border-radius:9999px;color:#fff;}
	.shop-menu-container {
		flex-direction: column; /* スマホでは縦並びにする */
	}
	.shop-menu-title-area {
		writing-mode: horizontal-tb; /* 縦書きを解除 */
		padding-left: 0;
		margin-bottom: 40px;
	}
	.shop-menu-item,
	.shop-menu-item:nth-child(even) {
		flex-direction: column;
		padding: 20px;
	}
	.shop-menu-item_image-area {
		margin-bottom: 20px;
		padding: 0;
	}
	.shop-menu-item_content-area {
		padding: 1rem;
		text-align: center;
		align-items: center;
	}
	.shop-menu-item_title {
		font-size: 1.8rem;
	}
    /*-- ここまで --*/
}
    
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {
#header-l {margin-top: -50px;}
#headbox img {max-height: 30px;}
#s-navi dt.trigger .acordion_button {padding: 10px 10px 0 0;}
    #s-navi dt.trigger .op {
        font-size: 25px;
        width: 50px;
        height: 50px;
    }
    /*-- ここまで --*/
}    
    
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


    /*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {
.colum1 main {margin: 0;padding: 0; }

    #headbox-bg {
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;  /* 画面幅が狭い時のための左右の余白 */
        padding-right: 20px;
        box-sizing: border-box;
    }

    /* ロゴとメニューのコンテナをFlexboxでレイアウト */
    #headbox {
        display: flex;
        justify-content: space-between; /* ロゴを左、メニューを右に配置 */
        align-items: center;            /* 上下中央揃え */
        width: 100%;
        padding: 15px 0;
    }

    /* ロゴの幅を調整 */
    #st-text-logo {
        width: 290px;
    }

    /* メニュー全体のfloatを解除し、paddingを調整 */
    #st-menuwide {
        float: none; /* ★重要: floatを解除してFlexboxレイアウトを優先 */
        padding: 15px 0;
    }

    /* メニュー項目間の区切り線 */
    #header-r .st-menu-side-box li + li {
        position: relative;
    }
    #header-r .st-menu-side-box li + li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%) rotate(20deg);
        height: 1.2em;
        border-left: 1px solid #d5aea4;
    }
    #header-r .st-menu-side li {
        padding: 0 0.5em;
    }
    
    /* ヘッダーメニューの最後の区切り線のみ非表示にする */
#header-r .st-menu-side-box li:last-child::before {
    display: none;
}
#header-r .footermenust.st-menu-side li:last-child{padding:0;}

    /* メニュー項目のhoverアニメーション */
    #header-r .st-menu-side-box li a {
        display: inline-block; /* transformを適用するために必要 */
        transition: transform 0.2s ease-out;
    }
    #header-r .st-menu-side-box li a:hover {
        transform: translate3d(0, -2px, 0);
    }
    
    .slider-container {
          height: 500px;
}

    .shop {
        height: 50px;
    }
        .shopbox {
        max-width: 1280px;
        height: inherit;
        margin: 0 auto;
        display: flex;
        justify-content: space-evenly;
        align-items: center; /* この指定でshoplistが縦中央に配置されます */
    }
    
    .shoplist {
        display:flex; 
        gap:.75rem; 
        align-items:center; 
        padding: .5rem 0;
        font-size: .9em;
        transition: transform 0.2s ease-out; 
    }
        .shoplist:hover {
        transform: translateY(-3px);
    }
.shoplist a {margin-right:1.5em;}
.shoplist span {margin-right:.5em;}
.shoplist p {display: inline;margin-right:.5em;}
span.material-icons{font-size: 1.2em; margin-right:.2em;line-height:1;}

.slider-container .copy-02 {margin-top: 400px;}
.slider-container .copy-01 p,.slider-container .copy-03 p { font-size: 3em;}
.slider-container .copy-01 {top: 85%;left: 0;right: 50%; justify-content: flex-end;padding-right: calc(180px / 2 + 20px);}
.slider-container .copy-01 p {padding-right: 1em;}
.slider-container .copy-03 {top: 91%;left: 50%;right: 0; justify-content: flex-start;padding-left: calc(180px / 2 + 20px);}
.slider-container .copy-03 p {padding-left: .5em;}

/* PC表示用のメディアクエリ内 (960px以上) */

/* トピックスセクション全体を横並びに */
.topics-section {
    display: flex;
    flex-direction: row; /* 横並びに変更 */
    align-items: flex-start; /* 上揃えにする */
    padding: 50px 0;
    max-width: 1280px;
    margin: 0 auto;
}

/* 左側のタイトルエリアを縦書きに */
.topics-title-area {
    writing-mode: vertical-rl; /* ★重要：テキストを縦書きに */
    padding-right: 40px;     /* カードとの余白 */
    flex-shrink: 0;          /* タイトルエリアが縮まないように */
    text-align: left;        /* 横書き用の中央揃えをリセット */
    margin-bottom: 0;        /* 横書き用のマージンをリセット */
}

/* タイトル自体のスタイル調整 */
.topics-title {
    font-weight: bold;
    color: #8e1f04;
    display: flex;
    align-items: center;
    gap: 15px; /* 英語と日本語の間のスペース */
    margin: 0;
}

/* 英語タイトル（サブタイトル）のスタイル */
.topics-title .topics-subtitle {
    font-size: 3rem; /* 少し小さく調整 */
    line-height: 1;
    letter-spacing: 0.1em;
}
	.topic-card {
		flex-basis: 280px; /* スマホでのカード幅 */
	}

}

/* PCとタブレットの中間サイズ（960px〜1280px）のヘッダー切れ対策
---------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 960px) and (max-width: 1280px) {
    #headbox {
        display: flex;
        justify-content: space-between; /* 両端揃え */
        align-items: center;           /* 上下中央揃え */
    }
    
    #header-r .footermenubox.st-menu-side-box,#header-r .footermenubox.st-menu-side-box{width:100% !important;}
    #header-l {width: 260px;}
    #st-menuwide {
        float: none; /* floatによる右寄せを解除 */
    }

    #headbox .h-title-menu {
       width: 100%; /* Flexboxが効くように幅を100%に */
    }
    #header-r .footermenust.st-menu-side li {padding: 2px 12px;}
    
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {
#headbox {margin-top: -20px;}
#st-mobile-logo img {max-height: 35px !important;padding-left:1em;} 
#s-navi dt.trigger .acordion_button {padding-right: 10px;}
    #s-navi dt.trigger .op {
        font-size: 20px;
        width: 40px;
        height: 40px;
    }
    
    /*-- ここまで --*/
}