@charset "utf-8";

* {
    box-sizing: border-box;
}
body{
    font-family: "Catamaran","Noto Sans JP","sans-serif";
    font-size: 16px;
    line-height: 1.5;
    color: #2c2c2c;
    overflow-x: hidden; /* 横スクロールを防止 */
    width: 100%;
    min-width: 320px; /* 最小幅を設定 */
}
img{
    max-width: 100%;
     height: auto;
}
.topPage header{
    background: url(../images/top_bg.jpg) no-repeat center top/cover;
    padding-top: 50px;
    margin-bottom: 64px;
    height: 90vh;
}
.topPage header h1 img{
    width: 240px;
}
.topPage header h1{
   text-align: center;
}
.linkList{
    padding: 0 20px;
}
.linkList li{
    margin-bottom: 40px;
}
.linkList li a span{
    display: block;
    padding: 12px 15px 10px;
    font-size: 18px
    ;
}
.linkList li a{
    display: block;
    background-color: #FAF8F1;
}
.subPage header{
    border-top: 14px solid #FAF8F1;
    padding-top: 40px;
    margin-bottom: 30px;
}    
.subPage header h1{
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: .17em;
    text-transform: uppercase;
    background-color: #FAF8F1;
    padding: 42px;
    margin-bottom: 80px;
}    
.subPage header h1 span{
    background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
} 
.subPage h2{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    letter-spacing: .17em;
    margin-bottom: 10px;
}
.subPage .lead{
    text-align: center;
    margin-bottom: 96px;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2;
}
.subPage h3{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    color: #AB6500;
}
.subPage main{
    padding: 0 20px;
}
footer p{
    position: relative;
    z-index: 1;
    background-color: #FAF8F1;
}
footer{
    position: relative;
    background: none; /* background-image を使わない */
    margin-top: 60px;
    padding-top: 68px;
    width: 100%;
    overflow: hidden; /* はみ出し防止 */
}
footer::before{
    content: "";
    position: absolute;
    right: 0; /* 位置調整 */
    top: -20px;              /* 必要に応じ調整 */
    width: 200px; /* モバイル用にサイズ調整 */
    height: 200px;
    background: url(../images/footer_mt.svg) no-repeat right/contain;
    z-index: 2;
    pointer-events: none;
}
footer p img{
    width: 188px;
    transform: translateY(-28px);
}
.cafeDetailSec .text{
    font-size: 12px;
    line-height: 1.78;
}
.cafeDetailSec{
    margin-bottom: 50px;
}
.src1_1 {
  background-image: url(../images/cafe_ph1_01.jpg);
}
.src1_2 {
  background-image: url(../images/cafe_ph1_02.jpg);
}
.src1_3 {
  background-image: url(../images/cafe_ph1_03.jpg);
}
.src2_1 {
  background-image: url(../images/cafe_ph2_01.jpg);
}
.src2_2 {
  background-image: url(../images/cafe_ph2_02.jpg);
}
.src2_3 {
  background-image: url(../images/cafe_ph2_03.jpg);
}
.src3_1 {
  background-image: url(../images/cafe_ph3_01.jpg);
}
.src3_2 {
  background-image: url(../images/cafe_ph3_02.jpg);
}
.src3_3 {
  background-image: url(../images/cafe_ph3_03.jpg);
}
.container {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  margin-bottom: 14px;
}
.image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: image-switch-animation 15s infinite;
}
@keyframes image-switch-animation {
  0% { opacity: 0; }
  10% { opacity: 1; }
  30% { opacity: 1; }
  40% { opacity: 0; }
  100% { opacity: 0; }
}
.image:nth-of-type(1) {
  animation-delay: 0s;
}
.image:nth-of-type(2) {
  animation-delay: 5s;
}
.image:nth-of-type(3) {
  animation-delay: 10s;
}

.photo {
    margin-bottom: 20px;  /* モバイルでは縦並びの時の余白 */
}
.text {
    font-size: 12px;
    line-height: 1.78;
}
.attentionDetailSec{
    margin-bottom: 50px;
}
.tel a{
    color: #AB6500;
    font-weight: 700;
    text-decoration: none;
}
.tel a:hover{
text-decoration: underline;
}
.map iframe{
    width: 100%;
    height: 240px;
    margin-bottom: 8px;
}
.map{
    font-size: 12px;
    margin-bottom: 60px;
}
.photoGarelly{
    display: grid;
    grid-template-rows: 40vw 30vw 30vw 40vw 40vw;
    grid-template-columns: 50% 50%;
}
.item01{
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 3;
}
.item02{
    grid-row: 2/4;
    grid-column: 1/2;
}
.item03{
    grid-row: 2/3;
    grid-column: 2/3;
}
.item04{
    grid-row: 3/4;
    grid-column: 2/3;
}
.item05{
    grid-row: 4/5;
    grid-column: 1/3;
}
.item06{
    grid-row: 5/6;
    grid-column: 1/2;
}
.item07{
    grid-row: 5/6;
    grid-column: 2/3;
}
.photoGarelly img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.tenpo{
    width: 100%;
}
.tenpo th,.tenpo td{
    border: 1px solid #ccc;
    padding: 20px;
}
.tenpo th{
    background-color: #dedede;
    font-weight: bold;
}
.sec{
    margin-bottom: 80px;
}

/*以下はハンバーガーメニュー*/
/* メニューを画面上部に固定表示しています */
.gMenu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
/* メニューアイコンを画面右上に固定しています */
.gMenu .menu-icon {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 26px;
  padding-top: 5px;
  height: 12px;
}
/* メニューアイコン（三本線）の真ん中の線です */
.gMenu .menu-icon .navicon {
  background: #333333; /* 色は自由に変更可能です */
  display: block;
  height: 2px; /* 太さ */
  width: 31px; /* 長さ */
  position: relative;
  transition: background-color .4s ease-out; /* 形が変わる時のアニメーション */
}
/* メニューアイコン（三本線）の上と下の線を疑似要素で追加 */
.gMenu .menu-icon .navicon::before,
.gMenu .menu-icon .navicon::after {
  background: #333333; /* 色は自由に変更可能です */
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .4s ease-out; /* 形が変わる時のアニメーション */
  width: 100%;
}
.gMenu .menu-icon .navicon::before {top: 10px;} /* 位置を上にずらしています */
.gMenu .menu-icon .navicon::after {top: -10px;} /* 位置を下にずらしています */
/* 表示されるメニューです */
.gMenu .menu {
  background-color: rgba(255,255,255,0.9);
  overflow: hidden;
  max-height: 0; /* ★最初は高さを0にして非表示状態に */
  transition: max-height .6s; /* 表示されるときのアニメーション */
  text-align: center;
}
/* メニュー部分のデザインです */
.gMenu .menu li:first-of-type {
  padding-top: 25px;
  padding-top: 50px;
}
.gMenu .menu li a {
  display: block;
  padding: 24px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.gMenu .menu li a:hover {
  background-color: #f4f4f4;
}
/* チェックボックスは常に非表示です */
.gMenu .menu-btn {
  display: none;
}
/* ▼▼▼以下はチェックボックスがONの時の状態です▼▼▼ */
.gMenu .menu-btn:checked ~ .menu {
  max-height: 338px; /* ★チェックボックスがオンの時高さを338pxにして表示させます */
  transition: max-height .6s;
}
/* メニューボタンの中央の線を非表示に */
.gMenu .menu-btn:checked ~ .menu-icon .navicon {background: transparent;}

/* メニューボタンの上下の線を45度傾けて✕印を作ります */
.gMenu .menu-btn:checked ~ .menu-icon .navicon::before {transform: rotate(-45deg);top: 0;}
.gMenu .menu-btn:checked ~ .menu-icon .navicon::after {transform: rotate(45deg);top: 0;}

/* 以下はPC用CSS */
@media screen and (min-width:920px){
    .topPage{
        display: flex;
    }
    .topPage header{
        flex-basis: 38%;
        height: 100vh;
        margin-bottom: 0;
    }
    .topPage main{
        flex-basis: 62%;
    }
    .linkList{
        display: flex;
        flex-wrap: wrap;
        max-width: 800px;
        margin: 0 auto;
        justify-content: space-around;
    }
    .linkList li{
        flex-basis: 47%;
        margin-bottom: 20px;
    }
    .linkList::before{
        content: "";
        width: 47%;
        background: url(../images/footer_logo.svg) no-repeat center center/95%;
    }
    .topPage main{
        display: flex;
        align-items: center;
    }
    .subPage main{
        max-width: 1280px;
        margin: 0 auto;
    }
    .subPage header h1{
        font-size: 60px;
    }
    .onlySP{
        display: none;
    }
    .subPage h2{
        font-size: 34px;
        background-color: #AB6500;
        padding: 16px 0 11px;
        width: 62%;
        margin: auto;
        margin-bottom: 49px;
        color: white;
    }
    .subPage .lead{
        font-size: 18px;
        margin-bottom: 160px;
    }
    .subPage h3{
        font-size: 50px;
        margin-bottom: 40px;
    }
    .cafeDetailSec{
        display: grid;
        grid-template-rows: 360px 360px;
        grid-template-columns: 40% 60%;
    }
    .cafeDetailSec h3{
        grid-row: 1/2;
        grid-column: 2/3;
        background-color: #AB6500;
        color: white;
        width: 90%;
        margin: auto;
        padding: 13px 0px 0px;    /* 高さは grid の行高さに依存。必要なら min-height を追加 */
    }
    .cafeDetailSec .photo{
        grid-row: 1/3;
        grid-column: 1/2;
    }
    .cafeDetailSec .text{
        grid-row: 2/3;
        grid-column: 2/3;
        text-align: center;
        font-size: 16px;
    }
    .cafeDetailSec .container{
        height: 720px;
    }
    .cafeDetailSec .image{
        height: 720px;
    }
    .reverse{
        grid-template-rows: 360px 360px;
        grid-template-columns: 60% 40%;
    }
    .reverse h3{
        grid-row: 1/2;
        grid-column: 1/2;
    } 
    .reverse .photo{
        grid-row: 1/3;
        grid-column: 2/3;
    }
    .reverse .text{
        grid-row: 2/3;
        grid-column: 1/2;
    }
    .attentionDetailSec {
        margin-bottom: 160px;
    }
    .attentionDetailSec .content-wrapper { 
        display: flex;
        gap: 40px;
        align-items: flex-start;
    }
    /* 写真と文章のサイズ配分 */
    .attentionDetailSec .content-wrapper .photo {
        flex-basis: 45%;  /* 左側の幅 */
        margin-bottom: 0;  /* モバイルの余白をリセット */
    }
    .attentionDetailSec .content-wrapper .text {
        flex-basis: 55%;  /* 右側の幅 */
        font-size: 16px;  /* PC用に文字サイズ調整 */
    }
    /* 画像のアスペクト比を保持 */
    .attentionDetailSec .content-wrapper .photo img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 25px; /* 角丸の大きさ（必要に応じて調整） */
    }
    .attentionDetailSec .content-wrapper .text .tel{
    margin-top: 16px;
    text-align: left; /* 右カラム内で左寄せにする場合 */
    }
    .photoGarelly{
        grid-template-rows: 175px 175px 290px;
        grid-template-columns: 50% 20% 30% ;
    }
    .item01{
        grid-row: 1/3;
        grid-column: 1/2;
    }
    .item02{
        grid-row: 1/3;
        grid-column: 2/3;
    }
    .item03{
        grid-row: 1/2;
        grid-column: 3/4;
    }
    .item04{
        grid-row: 2/3;
        grid-column: 3/4;
    } 
    .item05{
        grid-row: 3/4;
        grid-column: 1/2;
    }
    .item06{
        grid-row: 3/4;
        grid-column: 2/3;
    }
    .item07{
        grid-row: 3/4;
        grid-column: 3/4;
    }
} 
@media (prefers-reduced-motion: reduce) {
    .image { animation: none; opacity: 1; }
  }
@media (hover: hover) and (pointer: fine) {
    a[href^="tel:"] { pointer-events: none; cursor: default; text-decoration: none; }
  } 