@charset "utf-8";


/* 【フルードイメージ】 */
img{max-width:100%;height:auto;}

/* 共通 */
span,h1,h2,h3,h4{
    font-family: "Zen Maru Gothic", sans-serif;
}
p,li{
    font-family: "Zen Kaku Gothic New", sans-serif;
}

body{
  background-color: #fafaf0;
  width:100%;
  margin:0 auto;
}

/* .privacy_wrapper h1 p{ */
    /* font-family: "Zen Maru Gothic New", sans-serif; */
    /* color: #5B4121; */
/* } */


/* ハンバーガーメニュ */
.hamburger-morph {
  position: fixed;
  top:0px;
  right:0px;
  z-index: 1000;
  width: 80px;
  height: 80px;
  /* padding: 0; */
  border: none;
  background: transparent;
  cursor: pointer;
  background-color:#F8A488;
  border-radius: 0 0 0 90px; /* 左上を丸く */
}

.hamburger-morph__icon {
  width: 50%;
  height: 70%;
}
.hamburger-morph__icon {
  width: 50%;
  height: 70%;
  margin:0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  position: absolute;
  top:1px;
  right:6px;
}
.hamburger-morph__label {
  position:absolute;
  top:45px;
  left:40px;
  font-size: 12px;
  color: white;
  margin-top: 2px;
  line-height: 1;
}



.hamburger-morph__line {
  fill: none;
  stroke: #fafaf0;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
              stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.hamburger-morph__line:nth-child(1) {
  stroke-dasharray: 60 207;
}

.hamburger-morph__line:nth-child(2) {
  stroke-dasharray: 60 60;
}

.hamburger-morph__line:nth-child(3) {
  stroke-dasharray: 60 207;
}

.hamburger-morph.active .hamburger-morph__line:nth-child(1) {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

.hamburger-morph.active .hamburger-morph__line:nth-child(2) {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
}

.hamburger-morph.active .hamburger-morph__line:nth-child(3) {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

.nav-morph {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background:#F8A488;
  clip-path: circle(0% at calc(100% - 44px) 44px);
  transition: clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 900;
}

.nav-morph.active {
  clip-path: circle(150% at calc(100% - 44px) 44px);
}

/* ドロワーメニュー内容 */
.nav-morph__wrapper {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  width: 100%;
  height: 100%;
}

.nav-morph__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.nav-morph__item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.nav-morph.active .nav-morph__item {
  opacity: 1;
  transform: translateY(0);
}

.nav-morph.active .nav-morph__item:nth-child(1) { transition-delay: 0.3s; }
.nav-morph.active .nav-morph__item:nth-child(2) { transition-delay: 0.4s; }
.nav-morph.active .nav-morph__item:nth-child(3) { transition-delay: 0.5s; }
.nav-morph.active .nav-morph__item:nth-child(4) { transition-delay: 0.6s; }
.nav-morph.active .nav-morph__item:nth-child(5) { transition-delay: 0.7s; }
.nav-morph.active .nav-morph__item:nth-child(6) { transition-delay: 0.8s; }

.nav-morph__link {
  position: relative;
  display: inline-block;
  padding: 20px;
  font-size: 28px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}

.nav-morph__text,
.nav-morph__hover {
  display: block;
  transition: transform 0.3s ease;
}

.nav-morph__hover {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(0%);
}

.nav-morph__link:hover .nav-morph__text {
  transform: translateY(-100%);
}

.nav-morph__link:hover .nav-morph__hover {
  transform: translateY(-100%);
}


/* ★★★サノ担当ページCSS★★★ */
.top_title_01{
    display:flex;
    text-align:center;
    justify-content:center;
    font-size:25px;
    font-weight:400;
    font-family: "Zen Maru Gothic", sans-serif;
}
.top_title_02{
    font-size:25px;
    font-weight:400;
    color:#F8A488;
    margin-bottom:150px;
    font-family: "Zen Maru Gothic", sans-serif;
}
/* タイトルコンタクト */
.top_title_03{
    font-size:25px;
    font-weight:400;
    color:#F8A488;
    margin-bottom:70px;
    font-family: "Zen Maru Gothic", sans-serif;
}

.top_first_txt01{
    font-size:15px;
    font-weight:300;
    color:#a55006;
    margin-bottom:45px
}
#top_first_hover-darken{
    transition: 0.3s ease;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    cursor: pointer;
  }

#top_first_hover-darken:hover {
    filter: brightness(70%);
    filter: drop-shadow(0 8px 8px rgba(0,0,0,0.3));
    transform: translateY(-3px);
  }



.top_logo01{
    display: block;
    margin: 160px auto 0;
    /* display:flex; */
    /* margin: 0 auto; */
    margin-bottom:45px;
}
.top_first_01{
    display:flex;
    margin: 0 auto;
    max-width:100%;
    height: auto;
}
/* トップページのコンセプト文章 */
.top_concept02{
    position:absolute;
    top:1150px;
    left:430px;
    color:#5B4121;

}
.top_concept03{
    position:absolute;
    top:1240px;
    left:190px;
    color:#5B4121;
}
.top_concept04{
    position:absolute;
    top: 2400px;
    left:780px;
    color:#5B4121;
}
.top_concept05{
    display: block;
    position:absolute;
    top: 4000px;
    left:635px;
    color:#5B4121;
}

.top_concept06{
    display: block;
    position:absolute;
    top: 4075px;
    left:556px;
    color:#5B4121;
}


/* トップページカテゴリー */
.top_category_btn01{
    display:flex;
    justify-content: center;
    margin-bottom:200px;
}
/* ボタン影つけ */
.top_category_btn01 img{
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    cursor: pointer;
    transition: 0.3s ease;
}
.top_category_btn01 img:hover {
  filter: drop-shadow(0 8px 8px rgba(0,0,0,0.3));
  transform: translateY(-3px);
}

/* 店主のおすすめ */
.top_recommend_book01{
    display:flex;
    justify-content:center;
    margin-bottom:200px;
    gap:20px;
    transition: 0.3s ease;
}

.top_recommend_btn01{
    display:flex;
    text-align:center;
    justify-content:center;
    margin:0 auto;
    margin-bottom:150px;
    border:1px solid #F8A488;
    padding:24px;
    width:458px;
    height:70px;

}
/* ボタンテキスト含め色つけ */
.top_recommend_btn01:hover {
    background-color:#F8A488;
    color:#fafaf0;
}
.top_recommend_btn01 p:hover {
    color:#fafaf0;
}
.top_recommend_btn02{
    font-size:15px;
    font-weight:300;
    color:#a55006;
    margin-bottom:45px;
}

/* ボタン影つけ */
.top_recommend_book01 img{
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    cursor: pointer;
    transition: 0.3s ease;
}
.top_recommend_book01 img:hover {
  filter: drop-shadow(0 8px 8px rgba(0,0,0,0.3));
  transform: translateY(-3px);
}

/* イラスト */
.top_illust01{
    display:flex;
    justify-content:center;
    margin:50% 0;
}

/* お品書き */
.top_menu01{
    display:flex;
    margin:0 auto;
    justify-content:center;
    margin-bottom:150px;
    background-color:#F8A488;
    /* width:fit-content; */
    padding:20px;
    width:42%;
    color:#fafaf0;
}
.top_menu02{
    display:flex;
    margin:0 auto;
    justify-content:center;
    margin-bottom:250px;
    background-color:#725950;
    /* width:fit-content; */
    padding:20px;
    width:42%;
    height:50%;
}

/* ★★★本をめくるJquary CSS */
/* 全体リセット（reset.cssで既に読み込み済） */
/* 基本設定 */
body {
  background: #fafaf0;
  font-family: Arial, sans-serif;
  color: #333;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
}

/* ブックの全体ラッパー */
.book_wrapper {
  position: relative;
  width: 820px; /* 本の横幅＋α */
  margin: 50px auto;
  padding: 10px;
  background: #F8A488;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

/* ナビゲーションボタン */
#next_page_button,
#prev_page_button {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  display: none; /* 初期は非表示。jQueryで表示する */
}

#next_page_button {
  right: -50px;
  background-image: url('../img/arrow-next.png'); /* 右矢印画像 */
}

#prev_page_button {
  left: -50px;
  background-image: url('../img/arrow-prev.png'); /* 左矢印画像（必要に応じて用意） */
}

/* ローディング表示 */
.loading {
  font-size: 24px;
  padding: 20px;
  font-weight: bold;
}

/* ページ内の見出し */
h1 {
  font-size: 32px;
  margin-bottom: 10px;
}

/* ページ内のテキスト */
p {
  font-size: 16px;
  line-height: 1.6;
}

/* リンクボタン */
a.article, a.demo {
  display: inline-block;
  margin: 10px;
  padding: 10px 20px;
  background: #C59471;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s ease;
}

a.article:hover, a.demo:hover {
  background: #a66b44;
}


/* ページのラッパーも透明に */
.b-wrap {
  background: transparent !important;
}
/* 画像がしっかりフィットするように */
#mybook .b-page img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}

/* ページ番号の背景の色よ変われ*/
.b-counter {
  color: #333;
  padding: 4px;
  border-radius: 3px;
  font-weight: bold;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
}


/* 差し画像 */
.top_photo01{
    display:flex;
    margin:0 auto;
    max-width:100%;
    margin-bottom:100px;
}
.top_photo01 img{
    margin-top:25vw;
    margin-bottom:7vw;
}
.top_photo02{
    display:flex;
    margin:0 auto;
    max-width:100%;
}
/* トップ店舗案内 */
.top_store01{
    display:flex;
    max-width:100%;
    margin-bottom:250px;
}
.top_address01{
    display:flex;
}
.top_shop_detail{
    display:flex;
    /* justify-content: center; */
    /* align-items: center; */
    /* margin-bottom: 35px; */
    color: #5B4121;
    font-size: 15px;
    margin-bottom:30px;
}
.top_shop_detail:nth-of-type(4){
    margin-bottom:100px;
}

.top_address02{
    margin:0 0 0 300px;
    width:700px;
}
.top_google_map01{
    margin:180px 250px 0 0;
}
/* ボタン色付け */
.top_recommend_book01 img{
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    cursor: pointer;
    transition: 0.3s ease;
}
.top_recommend_book01 img:hover {
  filter: drop-shadow(0 8px 8px rgba(0,0,0,0.3));
  transform: translateY(-3px);
}
/* トップコンタクト案内 */
.top_contact01{
    background-color:#F8A488;
    display:flex;
    text-align:center;
    justify-content:center;
    margin:0 auto;
    margin-bottom:200px;
    padding:24px;
    width:458px;
    height:70px;
}

.top_contact_btn01{
    display:flex;
    margin:0 auto;
    justify-content:center;
    margin-bottom:150px;
    background-color:#F8A488;
    padding:20px;
    color:#fafaf0;
    width:458px;
    height:70px;
}


/* 隠れ家へ行くボタン */

#kakurega_btn {
  position: relative;
  display: inline-block;
  align-items: center;
  width: 458px;
  height: 70px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: rgb(16, 15, 122);
  overflow: hidden;
  cursor: pointer;
  background-color:#5AA897;
  font-weight: bold;
  transition: color 0.4s;
  z-index: 1;
  display:flex;
  text-align:center;
  justify-content:center;
  margin:0 auto;
  margin-bottom:150px;
  padding:24px;
  width: 100%;        /* 画面幅に合わせる */
  max-width: 458px;  /* PCではこれ以上広がらない */
}

/* 左右の黒い扉 */
#kakurega_btn::before,
#kakurega_btn::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: rgb(189, 106, 62);
  z-index: -1;
  transition: transform 0.5s ease;

}

/* 左の扉：初期は左側に位置し、中央を覆っている */
#kakurega_btn::before {
  left: 0;
  transform: translateX(0);
}

/* 右の扉：初期は右側に位置し、中央を覆っている */
#kakurega_btn::after {
  right: 0;
  transform: translateX(0);
}

/* ホバー時に扉を外に開く（中央が見える） */
#kakurega_btn:hover::before {
  transform: translateX(-100%);
}

#kakurega_btn:hover::after {
  transform: translateX(100%);
}

#kakurega_btn:hover {
  color: rgb(65, 31, 255); /* 背景が白くなるので文字を黒に */
}

/* プライバシーポリシー★後から入力 */
.privacy_wrapper{
    padding:18%;
}
.privacy_start_txt01{
    font-size:17px;
    font-weight:400;
    margin-bottom:25px;
    font-family: "Zen kaku Gothic", sans-serif;
}
.privacy_title01{
    font-size:25px;
    font-weight:400;
    font-family: "Zen kaku Gothic", sans-serif;
    color:#5B4121;
}
.privacy_title01 li,p{
    /* margin-left:-5%; */
    font-family: "Zen kaku Gothic", sans-serif;
    color:#5B4121;
}
.privacy_title01 ul,ol{
   margin-left:9%;
  color:#5B4121;
}



/* 本屋さん */

a {
    text-decoration: none;
    color: #fafaf0;
}

.top_box{
    margin-top: 160px;
}


/* これはcss合体する時削除　重複するよ */

.top_recommend_btn01{
    display:flex;
    text-align:center;
    justify-content:center;
    margin:0 auto;
    border:1px solid #F8A488;
    padding:24px;
    width:458px;
    height:70px;
    margin-bottom:170px;
}

.top_recommend_btn02{
    font-size:15px;
    font-weight:300;
    color:#a55006;
    margin-bottom:45px;
}

/* フッター */

footer{
    width: 100%;
    height: 426px;
    background-color:#5AA897;  
}

.footer_logo{
    height: 224px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_line02{
    margin-bottom: 10px;
    border:1.5px solid #fafaf0;
}

.footer_navigation1{
    /* border:3px solid #fafaf0; */
    height: 93px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /* justify-content:flex-end; */
    align-items: center;
    font-size: 18x;
}

.footer_navigation2{
    height: 103px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 14px;
}

.footer_copy{
    margin-left: 83.5%;
}

/* 店舗情報ページ */

.shop_title{
    height: 150px;
    font-size: 30px;
    color: #a55006;
    text-align: center;
}

.shop_photo{
    display:flex;
    max-width:100%;
    margin:0 auto;
    margin-bottom: 100px;
}

.shop_detail{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    color: #5B4121;
    font-size: 15px;
}

.shop_detail img{
    margin-right: 10px;
}

.google_map{
    height:47px;
    margin-left: 70%;
    margin-bottom: 100px;
}

.shop_map{
    display: flex;
    max-width:100%;
    margin:0 auto;
    margin-bottom: 100px;
    max-width: 100%;
}

.shop_infomation2{
    height: 180px;
    font-size: 30px;
    color: #a55006;
    text-align: center;
}

.spot_map{
    display: flex;
    max-width:100%;
    margin:0 auto;
    margin-bottom: 100px;
    max-width: 100%;
}

.shop_image{
  display: flex;
  flex-direction: row;
  margin-bottom: 100px;
  max-width: 100%;
}

.shop_image_phto1{
 margin-left: 20%;
 margin-right: 5%;
}

.shop_image_text{
  color: #5B4121;
}

.shop_image_text1{
  margin-top: 250px;
  margin-bottom: 10px;
}

.shop_image_text2{
  margin-bottom: 60px;
}

.shop_image_text3{
  margin-bottom: 10px;
}

.shop_image_text4{
  margin-bottom: 10px;
  margin-left: 5%;
}

.shop_image_text5{
  margin-left: 20%;
  margin-bottom: 50px;
}

.shop_image_text6{
  margin-left: 30%;
  margin-bottom: 50px;
}

.shop_image_text7{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

.shop_image_phto2{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;

}

.shop_image2{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

.spot_image{
    max-width:100%;
    background-image: url(../img/shop_image3.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 150px;
    color: #5B4121;
}

.shop_infomation2{
    height: 56px;
    font-size: 30px;
    color: #a55006;
    text-align: center;
    margin-bottom: 50px;
}

.spot_map{
    display: flex;
    max-width:100%;
    margin:0 auto;
    margin-bottom: 100px;
    max-width: 100%;
}

.spot_text{
    max-width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    color: #5B4121;
}

.shop_sanpo_selection{
    max-width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    color: #5B4121;
}

.shop_sanpo_selection_h3{
    background-color: #5AA897;  
    border: 2px solid #5AA897; 
    border-radius: 4px; 
    padding: 1%;
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center;
    color: #fafaf0;
}

.shop_sanpo_selection_box{ 
  border: 2px solid #F8A488; 
  color: #5B4121; 
  padding: 2%;
  border-radius: 4px;
  margin-bottom: 12px;
  list-style: none;
}

.shop_sanpo_totteoki{
    max-width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  } 

.shop_osusume_map{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.shop_osusume_map_column{
  display: none;
}

.shop_osusume_link1,
.shop_osusume_link2{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: center;
    margin-bottom: 100px;
  }

.shop_osusume_link1 a,
.shop_osusume_link2 a{
  margin-right: 2%;
  }


/* イベントページ */

/* フォント */
.event_program h3{
font-family: "Zen Kaku Gothic New", sans-serif;
}
.event_program li{
  font-weight:300
}
.event_program p{
  font-weight:200
}

.event_title{
    height: 150px;
    font-size: 30px;
    color: #a55006;
    text-align: center;
}

.event_poster{
    display:flex;
    max-width:60%;
    margin:0 auto;
    margin-bottom: 100px;
}

.event_infomation1{
    font-size: 20px;
    color: #a55006;
    text-align: center;
    margin-bottom: 40px;
}

.event_infomation2{
    height: 230px;
    font-size: 20px;
    color: #a55006;
    margin-bottom: 100px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width:100%;
    margin:0 auto;
    margin-bottom: 100px;
}

.event_detail{
    display: flex;
    align-items: center;
}

.event_detail img{
    margin-right: 30px;
}

.event_program{
    font-size: 15px;
    border: 1px solid #F8A488;
    width: 800px;
    height: 400px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width:100%;
    margin:0 auto;
    color: #5B4121;
    margin-bottom: 100px;
}

.event_program_h2{
    margin-bottom: 10px;
}

.event_writerprofile{
    font-size: 15px;
    background-color: #5AA897;
    width: 800px;
    height: 400px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width:100%;
    margin:0 auto;
    color: #fafaf0;
    margin-bottom:200px;
}

.event_writerprofile_h2{
    margin-bottom: 10px;
}

.event_image1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom:200px;
}

.event_archive1{
    font-size: 25px;
    color: #a55006;
    text-align: center;
    margin-bottom: 150px;
}

.event_archive2{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 10%;
    margin-bottom: 150px;
}
 
.event_archive_a{
    margin-right:10px;
}


/* 店長のおすすめページ */


.reccomend_book_title{
    height: 56px;
    font-size: 30px;
    color: #a55006;
    text-align: center;
    margin-bottom: 5px;
}

.reccomend_book_subtitle{
    font-size: 25px;
    color: #5B4121;
    margin-bottom: 150px;
}

.reccomend_book_subtitle p{
    text-align: center;
}

.reccomend_book1,
.reccomend_book2,
.reccomend_book3{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 10%;
    margin-bottom: 150px;
}

.reccomend_book1,
.reccomend_book2,
.reccomend_book3 #book_category_hover{
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    cursor: pointer;
    transition: 0.3s ease;
}

.reccomend_book1,
.reccomend_book2,
.reccomend_book3
#book_category_hover:hover {
  filter: drop-shadow(0 8px 8px rgba(0,0,0,0.3));
  transform: translateY(-3px);
}



.reccomend_book_a{
    margin-right:10px;
}

.reccomend_book_image1{
   display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%; 
    height: 600px;
    background-color: #5AA897;
    color: #fafaf0;
    margin-bottom: 230px;
    font-size: 15px;
}

.reccomend_book_obi1{
    margin-top: 50px;
}

.reccomend_book_obi3{
    margin-bottom: 50px;
}

.diary0805{
    padding: 0 25%;
    color: #5B4121;
    margin-bottom: 50px;
}

.diary0803{
   padding: 0 25%;
   color: #5B4121;
   margin-bottom: 150px;
}

.diary0731{
   padding: 0 25%;
   color: #5B4121;
   margin-bottom: 150px;
}

.bottom_text{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5B4121;
    margin-bottom: 140px;
}


/* カテゴリーブックページ */

.category_book_title{
    height: 56px;
    font-size: 30px;
    color: #a55006;
    text-align: center;
    margin-bottom: 5px;
}

.category_book_subtitle{
    font-size: 25px;
    color: #5B4121;
    margin-bottom: 150px;
}

.category_book_subtitle p{
    text-align: center;
}

.book_category1,
.book_category2,
.book_category3{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 10%;
    margin-bottom: 150px;
}

#book_category_hover{
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    cursor: pointer;
    transition: 0.3s ease;
}
#book_category_hover:hover {
  filter: drop-shadow(0 8px 8px rgba(0,0,0,0.3));
  transform: translateY(-3px);
}

.book_category_a{
    margin-right:10px;
}

.category_book_image1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 200px;
}

.category_book_image2{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%; 
    height: 500px;
    background-color: #5AA897;
    color: #fafaf0;
    margin-bottom: 230px;
    font-size: 15px;
}

.category_book_obi1{
    margin-top: 70px;
}

.category_book_obi3{
    margin-bottom: 70px;
}

.category_others_text5{
    color: #5B4121;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 150px;
}


.category_others_obi1{
    margin-top: 30px;
    color: #fafaf0;
}

.category_others_obi2{
    color: #fafaf0;
}

.category_others_obi3{
    margin-bottom: 30px;
    color: #fafaf0;
}


/* カテゴリーアザーズページ */

.category_others_title{
    height: 56px;
    font-size: 30px;
    color: #a55006;
    text-align: center;
    margin-bottom: 5px;
}

.category_others_subtitle{
    font-size: 25px;
    color: #5B4121;
    margin-bottom: 150px;
}

.category_others_subtitle p{
    text-align: center;
}

.category_others_text1,
.category_others_text2,
.category_others_text3,
.category_others_text4{
    font-size: 15px;
    color: #5B4121;
}

.category_others_photo1{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin-bottom: 100px;
}

.category_others_text1{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 120px;
}

.category_others_photo2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 50px;
}

.category_others_text2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 120px;
}

.category_others_text3{
    margin-top: 250px;
    margin-right: 40%;
}

.category_others_photo3{
    max-width: 100%;
    margin-bottom: 100px;

}

.category_others_text4{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.category_others_text4_br,
.category_others_text5_br{
    display: none;
}

.category_others_line{
    height: 1px;
    background-color: #5B4121;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 150px;
}

.category_others_text5{
    color: #5B4121;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 150px;
}

.category_others_image2{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%; 
    height: 450px;
    background-color: #5AA897;
    color: #fafaf0;
    margin-bottom: 200px;
}

.category_others_image3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 200px;
}

.category_others_obi1{
    margin-top: 30px;
}

.category_others_obi3{
    margin-bottom: 30px;
}

/* プライバシーポリシーフォント変更（サノ）★後で調整 */
.privacy_title01{
    font-family: "Zen kaku Gothic", sans-serif;
}
.privacy_title01 p,li{
    font-family: "Zen Maru Gothic", sans-serif;
}
/* プライバシーポリシーハンバーガーメニューフォント */
.nav-morph span{
  font-family: "Zen Maru Gothic", sans-serif;
}


/* ここからスマホ版 */

/* トップページ用 */
@media (max-width: 1155px) {
  .top_address01{
    flex-direction: column;
  }

  .top_address02 p{
    position: relative;
    display: inline-block;
    align-items:center;
    text-align: center;
    justify-content:center;
  }

  .top_address02 {
  width: 90%;
  max-width:300px;
  margin: 0 auto;
}

  .top_address02 img{
  max-width: 100%;   /* 親の幅を超えない */
  height: auto;      /* 縦横比を維持 */
  object-fit: contain; /* 必要ならトリミング */
  display: block; 
}

  .top_google_map01{
  margin:0 0.8vw 8vw 0.8vw;
}

/* トップページ店舗案内 */
  .top_title_02{
    font-size:25px;
    font-weight:400;
    color:#F8A488;
    margin-bottom:4.3vw;
}
}

@media only screen and (max-width:1090px){
  /* トップページコンセプト文章 */
.top_concept03{
    top:220vw;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(91,65,33,0.7);
    box-shadow: 0 4px 10px rgba(91,65,33,0.3);
    color: #fafaf0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size:2vw;
}

.top_concept04{
    top:255vw;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(91,65,33,0.7);
    box-shadow: 0 4px 10px rgba(91,65,33,0.3);
    color: #fafaf0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size:2vw;
}
  .top_concept05{
    left: 50%;
    transform: translateX(-50%);
  }
  .top_concept06{
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 501px) and (max-width: 1080px){

/* 店舗情報ページ */

.shop_image{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .shop_image{
    margin-bottom: 30px;
  }

  .shop_image_phto1-1{
    margin-left: 40%;
    max-width: 75%;
  }

 .shop_image_text1{
    margin-top: 50px;
 }

 .shop_image_phto2{
  margin-bottom: 50px;
}

 .shop_image_text4{
  margin-left: 6%;
}
  .shop_image_text5{
    margin-left: 15%;
    margin-bottom: 30px;
  }

  .shop_image_text6{
    margin-bottom: 30px;
  }

 .shop_image_text1,
 .shop_image_text2,
 .shop_image_text3,
 .shop_image_text4,
 .shop_image_text5,
 .shop_image_text6,
 .shop_image_text7 {
    font-size: 13px;
  }

  .spoto_image2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 150px;
}

.spoto_image3,
.spoto_image4{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;}

.shop_image2{
    margin: 50px auto 70px;
    height: auto;
    width: 30%;
}

.shop_osusume_map{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.shop_osusume_map_row{
  display: none;
}

.shop_osusume_map_column{
  display: block;
}

.shop_osusume_link1,
.shop_osusume_link2{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    margin-bottom: 10px;
  }
  

.shop_osusume_link1 a,
.shop_osusume_link2 a{
  margin-bottom: 150px;
  }


/* カテゴリーアザーズページ */

 .category_others_text2{
    margin-left: 10%;
    margin-bottom: 50px;
    margin-top: 50px;
}

 .category_others_text4{
    margin-left: 30%;
    margin-bottom: 100px;
}


  .category_others_photo1{
    margin-bottom: 70px;
  }

  .category_others_text1{
    margin-bottom: 70px;
  }

  .category_others_photo2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 85%;
  }

  .category_others_text3{
    margin-top: 70px;
}

 .category_others_text2{
    margin-left: 20%;
    margin-bottom: 50px;
}

 .category_others_text4{
    margin-left: 30%;
    margin-bottom: 100px;
}

 .category_others_text4_br,
 .category_others_text5_br{
    display: inline;
}

.category_others_text1,
.category_others_text2,
.category_others_text3,
.category_others_text4{
    font-size: 12px;
    color: #5B4121;
}



}
@media only screen and (max-width:900px){
  .top_concept05{
    top:490%;
    left: 50%;
    transform: translateX(-50%);
  }
  .top_concept06{
    top:500%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (max-width:750px){

/* トップページコンセプト文章 */
  .top_concept02{
    left: 50%;
    transform: translateX(-50%);
  }
    .top_concept05{
    display: none;
  }
    .top_concept06{
    display: none;
  }
}

@media only screen and (max-width:600px){

/* トップページコンセプト文章 */
  .top_concept02{
    top:200vw;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(91,65,33,0.7);
    box-shadow: 0 4px 10px rgba(91,65,33,0.3);
    color: #fafaf0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size:2vw;
  }
}

@media only screen and (max-width:500px){

/* ページ見出しタグ余白 */
/* 共通下層ページ */
.top_box{
  margin-top:80px;
}
/* topページ */
.top_logo01{
  margin: 80px auto 0;
}
.top_first_txt01{
    font-size:18px;
    font-weight:300;
    color:#a55006;
    margin-bottom:45px;
}
.top_concept02,
.top_concept03,
.top_concept04,
.top_concept05,
.top_concept05{
  font-size:18px;
    font-weight:300;
}



/* 共通ハンバーガーメニュー */
  .hamburger-morph {
    width: 90px;
    height: 90px;
    font-size: 28px;
  }

.hamburger-morph__label {
  position:absolute;
  top:45px;
  left:47px;
  font-size: 12px;
  color: white;
  margin-top: 2px;
  line-height: 1;
}

/* トップページfirst-view */
  .top_first_01{
    width: 60%; /* 幅を調整（必要に応じて） */
    max-width: 400px;
}
/* トップページ店舗内容テキスト */
  .top_concept05{
    display: block;
    top:230%;
    left: 50%;
    transform: translateX(-50%);
    font-size:2vw;
  }
  .top_concept06{
    display: block;
    top:235%;
    left: 50%;
    transform: translateX(-50%);
    font-size:2vw;
  }

/* トップページカテゴリ縦並び */
.top_category_btn01 {
    flex-direction: column; /* 縦並び */
    align-items: center;    /* 子要素中央寄せ */
    gap: 6vw;              /* 縦方向の間隔 */
    margin-bottom:25%;
  }
  
  .top_category_btn01 a {
    width: 60%; /* 幅を調整（必要に応じて） */
    max-width: 400px;
  }
  
  .top_category_btn01 img {
    width: 100%; /* 画像を親幅に合わせる */
    height: auto;
    display: block; /* 画像の下の余白消す */
  }

  /* トップページ店主のおすすめ縦並び */
.top_recommend_book01 {
    flex-direction: column; /* 縦並び */
    align-items: center;    /* 子要素中央寄せ */
    gap:6vw;              /* 縦方向の間隔 */
  }
  
  .top_recommend_book01 a {
    width: 50%; /* 幅を調整（必要に応じて） */
    max-width: 400px;
  }
  
  .top_recommend_book01 img {
    width: 100%; /* 画像を親幅に合わせる */
    height: auto;
    display: block; /* 画像の下の余白消す */
  }
  .top_recommend_btn01{
    margin-top:10vw;
}

/* トップページ挿絵 */
  .top_illust01 img{
    width: 50%; /* 幅を調整（必要に応じて） */
    max-width: 400px;
}

/* トップページボタン幅調整 */
/* ★１店主おすすめボタン */
  .top_recommend_btn01{
    width: 50%; /* 幅を調整（必要に応じて） */
    max-width: 400px;
  }
/* ★２コンタクト枠 */
  .top_contact_btn01{
    width: 80%; /* 幅を調整（必要に応じて） */
    max-width: 400px;
  }
/* ★３隠れ家へのボタン */
  #kakurega_btn{
    width: 80%; /* 幅を調整（必要に応じて） */
    max-width: 400px;
  }


/* カテゴリーブックページ */

  .category_book_title {
    height: auto;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .category_book_subtitle {
    font-size: 15px;
    margin-bottom: 80px;
    text-align: center;
  }
  .book_category1,
  .book_category2,
  .book_category3 {
    flex-direction: column;
    margin-bottom: 80px;
  }
  .book_category1 img,
  .book_category2 img,
  .book_category3 img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%; 
    height: auto;
  }
  .category_book_image1,
  .category_book_image2 {
    flex-direction: column;
    margin-bottom: 100px;
  }
  .category_book_image2 {
    height: 350px;
    font-size: 10px;
  }

  .category_book_image3{
    max-width: 30%;
  }

  .category_book_obi1{
    margin-top: 15px;
  }
  .category_book_obi3 {
    margin-bottom: 15px;
  }

/* イベントページ */

  .event_title {
    height: auto;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }
  .event_poster {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }
  .event_infomation1,
  .event_infomation2 {
    font-size: 18px;
    margin-bottom: 40px;
    text-align: center;
    padding: 0 10px;
  }
  .event_infomation2 {
    height: auto;
  }
  .event_detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .event_detail img {
    margin-right: 0;
    margin-bottom: 5px;
    width: 20%;
    height: auto;
  }
  .event_program,
  .event_writerprofile {
    width: 90%;
    max-width: none;
    height: auto;
    font-size: 10px;
    margin-bottom: 50px;
    padding: 20px;
  }
  .event_program_h2,
  .event_writerprofile_h2 {
    margin-bottom: 10px;
    text-align: center;
  }
  .event_image1 {
    flex-direction: column;
    margin-bottom: 80px;
  }
  .event_archive1 {
    font-size: 18px;
    margin-bottom: 80px;
  }
  .event_archive2 {
    flex-direction: column;
    margin-bottom: 80px;
  }
  .event_archive2 img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
    .event_program_h3{
    font-size: 10px;
   }

.event_writerprofile_h3{
    font-size: 10px; 
   }

/* カテゴリーアザーズページ */
 .category_others_text2{
    margin-left: 10%;
    margin-bottom: 50px;
    margin-top: 50px;
}


 .category_others_text4{
    margin-left: 10%;
    margin-bottom: 100px;
}


  .category_others_title {
    height: auto;
    font-size: 24px;
    margin-bottom: 3px;
  }
  .category_others_subtitle {
    font-size: 15px;
    margin-bottom: 100px;
  }
  .category_others_subtitle p {
    text-align: center;
  }

  .category_others_photo1{
    margin-bottom: 70px;
  }

  .category_others_text1{
    margin-bottom: 70px;
  }

  .category_others_photo2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 85%;
  }

  .category_others_text3{
    margin-top: 70px;
}

 .category_others_text2{
    margin-left: 20%;
    margin-bottom: 50px;
}

 .category_others_text4{
    margin-left: 30%;
    margin-bottom: 100px;
}

 .category_others_text4_br,
 .category_others_text5_br{
    display: inline;
}
  .category_others_line {
    width: 90%;
    margin-bottom: 70px;
  }

  .category_others_text5{
    margin-bottom: 70px;
  }

  .category_others_image2{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 450px;
    margin-bottom: 150px;
    font-size: 10px;
  }

 .category_others_image2-2{
    max-width: 30%;
 }
 
  .category_others_image3 {
    width: 100%;
    height: auto;
    margin-bottom: 150px;
  }

  .category_others_obi1{
    margin-top: 10px;
}

.category_others_obi3{
    margin-bottom: 10px;
}

.category_others_text1,
.category_others_text2,
.category_others_text3,
.category_others_text4{
    font-size: 12px;
    color: #5B4121;
}


/* 店舗情報ページ */

  .shop_title {
    height: auto;
    font-size: 24px;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 50px;
  }

  .shop_photo {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .shop_detail {
    font-size: 13px;
    margin-bottom: 20px;
    flex-direction: column;
    text-align: center;
  }
  .shop_detail img {
    margin-bottom:10px;
  }

  .google_map {
    margin: 50px auto 50px;
    height: auto;
    width: 30%;
  }

  .shop_map {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .shop_infomation2 {
    font-size: 24px;
    height: auto;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 50px;
  }

  .spot_map {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .shop_image{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .shop_image{
    margin-bottom: 30px;
  }

  .shop_image_phto1-1{
    max-width: 50%;
  }

 .shop_image_text1{
    margin-top: 50px;
 }

 .shop_image_phto2{
  margin-bottom: 50px;
}

 .shop_image_text4{
  margin-left: 6%;
}
  .shop_image_text5{
    margin-left: 8%;
    margin-bottom: 30px;
  }

  .shop_image_text6{
    margin-bottom: 30px;
  }

 .shop_image_text1,
 .shop_image_text2,
 .shop_image_text3,
 .shop_image_text4,
 .shop_image_text5,
 .shop_image_text6,
 .shop_image_text7 {
    font-size: 13px;
  }

.shop_image2{
    margin: 50px auto 70px;
    height: auto;
    width: 30%;
}

.shop_infomation2{
    height: 56px;
    font-size: 24px;
    color: #a55006;
    text-align: center;
    margin-bottom: 25px;
}

.spot_map{
    display: flex;
    max-width:100%;
    margin:0 auto;
    margin-bottom: 50px;
    max-width: 100%;
}

.spot_text{
    max-width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    font-size: 12px;
    color: #5B4121;
}

.shop_sanpo_selection{
    max-width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    font-size: 12px;
    color: #5B4121;
}

.shop_sanpo_selection_h3{
    background-color: #5AA897;  
    border: 2px solid #5AA897; 
    border-radius: 4px; 
    padding: 1%;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center;
    color: #fafaf0;
}

.shop_sanpo_selection_box{ 
  border: 2px solid #F8A488; 
  color: #5B4121; 
  padding: 2%;
  border-radius: 4px;
  margin-bottom: 12px;
  list-style: none;
}

.shop_sanpo_totteoki{
    max-width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  } 

.shop_osusume_map{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.shop_osusume_map_row{
  display: none;
}

.shop_osusume_map_column{
  display: block;
}

.shop_osusume_link1,
.shop_osusume_link2{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    margin-bottom: 10px;
  }
  

.shop_osusume_link1 a,
.shop_osusume_link2 a{
  margin-bottom: 150px;
  }

  .shop_sanpo_selection_box{ 
  border: 2px solid #F8A488; 
  color: #5B4121; 
  padding: 2%;
  border-radius: 4px;
  margin-bottom: 12px;
  list-style: none;
  margin-right:9%;
}


  /* 店長のおすすめページ */


.reccomend_book_title{
    height: auto;
    font-size: 24px;
    color: #a55006;
    text-align: center;
    margin-bottom: 5px;
}

.reccomend_book_subtitle{
    font-size: 15px;
    color: #5B4121;
    margin-bottom: 80px;
}

.reccomend_book_subtitle p{
    text-align: center;
}

.reccomend_book1,
.reccomend_book2,
.reccomend_book3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.reccomend_book1 img,
.reccomend_book2 img,
.reccomend_book3 img{
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

.reccomend_book_image1{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%; 
    height: 500px;
    background-color: #5AA897;
    color: #fafaf0;
    margin-bottom: 115px;
    font-size: 10px;
}

.reccomend_book_image2{
  max-width: 30%;

}

.reccomend_book_obi1{
    margin-top: 15px;
}

.reccomend_book_obi3{
    margin-bottom: 15px;
}

.diary0805{
    padding: 0 6.25% 0 6.25%;
    color: #5B4121;
    margin-bottom: 25px;
}

.diary0803{
   padding: 0 6.25% 0 6.25%;
   color: #5B4121;
   margin-bottom: 80px;
}

.diary0731{
   padding: 0 6.25% 0 6.25%;
   color: #5B4121;
   margin-bottom: 150px;
}

.bottom_text{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5B4121;
    margin-bottom: 70px;
}
/* フッター */

footer{
    width: 100%;
    height: 230px;
}

.footer_navigation1{
  height: 50px;
  font-size: 12px !important;
}

.footer_navigation2{
  height: 50px;
  font-size: 8px !important;
}

.footer_logo{
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_logo img{
  padding: 20%;
}

.footer_copy{
    font-size: 8px;
    margin-left: 82%;
}
}