@media screen and (max-width: 580px) {
    /* 581px以下の時に使用するCSSを記載  */


* { 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    margin:0 auto;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    
    background-color: #eae8e3;
    width:100%;
}

a{
    color: inherit;
    text-decoration: none;
}

/* index Header Area*/
.header_all_pc{
    display:none;
}

.header_all_pc{
    width:100%;
    height:0px;
}

.header_all_smart{
    width:100%;
    height:700px;
    display:block;
    position: relative;
}

.header_left_sm{
    width:59px;
    height:100%;
    display:block;
    position:absolute;
    background-color: transparent;
    padding-right: 10%;
}

.header_left_01sm img{
    margin-top: 0;
    display: block;
    width: 87px;
    height: 439px;
    position: absolute;
    top: 36%;
    left: 90%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.header_right_sm{
    width: 100%;
    height: 700px;
}

.header_right_sm img{
    width: 100%;
    height:700px;
}

.header_left_02sm{
    position:absolute;
    top:3%;
    right:10%;
}


.header_warabi_sm img{
    position: absolute;
    top: 83%;
    left:3%;
    width:auto;
    height:auto;
}

.header_p_sm{
    position: absolute;
    top:73%;
    right:3%;
    width:auto;
    height:auto;
}

.header_p_sm p{
    /*font-family: 'Cormorant Garamond', serif;*/
    font-family: 'Noto Serif JP', serif;
    font-family: 'Shippori Mincho', serif;
    /*font-family: 'Shippori Mincho B1', serif;*/
    font-size: 16pt;/*デザイン案より文字小さく*/
    line-height: (31.5pt);
    letter-spacing: 100;
    color:white;
}

.header_t_p_sm{
    position:absolute;
    bottom:0%;
    right:0%;
    width:auto;
    height:auto;
}

.header_t_p_sm p{
    font-family: "游明朝";
    font-size: 10pt;/*デザイン案より文字小さく*/
    color:#ffffff;
    background-color: #534741;
    padding:20px 28px;
}

/*ハンバーガーメニュー*/
/* チェックボックスを非表示にする */
.drawer_hidden_sm {
    display: none;
  }
  
  /* ハンバーガーアイコンの設置スペース */
  .drawer_open_sm {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    z-index: 100;/* 重なり順を一番上にする */
    cursor: pointer;
    position: fixed;/*アイコン固定*/
    /*position: absolute;*/
    /*top: 28%;*/
    /*left: 49%;*/
    margin:0px;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
  }


/* ハンバーガーメニューのアイコン */
.drawer_open_sm span,
.drawer_open_sm span:before,
.drawer_open_sm span:after {
  content: '';
  display: block;
  height: 1.5px;
  width: 25px;
  border-radius: 3px;
  background: #ffffff;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open_sm span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open_sm span:after {
  top: 8px;
  width:15px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input_sm:checked ~ .drawer_open_sm span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input_sm:checked ~ .drawer_open_sm span::before {
  bottom: 0;
  transform: rotate(45deg);
  background: #534741;
}

#drawer_input_sm:checked ~ .drawer_open_sm span::after {
  top: 0;
  width:25px;
  transform: rotate(-45deg);
  background: #534741;
}
  
/* メニューのデザイン*/
.nav_content_sm {
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0%;
    left:100%; /* メニューを画面の外に飛ばす */
    z-index: 99;
    background: rgb(234, 232, 227);
    transition: .5s;
    text-align: center;
    padding-top: 80px;
}

/* メニュー黒ポチを消す */
.nav_list_sm {
    list-style: none;
    font-family: 'Cormorant Garamond', serif;
    font-family: 'Hina Mincho', serif;
    font-family: 'Shippori Mincho B1', serif;
}

li.nav_item_sm{
    margin: 10px;
}

.nav_item_sm a {
  color: #736357;
  text-decoration: none;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input_sm:checked ~ .nav_content_sm{
    left: 50%;/* メニューを画面に入れる */
  
}


/* index Main Area*/
.main_all_pc{
    display:none;
}

.main_all_smart{
    width:100%;
    height:884px;
    display:block;
}

.main_top_sm{
    width:100%;
    height:287px;
    display:flex;
}

.main01_sm{
    width:90%;
    height:287px;
    position: relative;
}

.main01_sm img{
    width:90%;
    height:287px;
}

/*main画像切り替え　※変更したのでいらない
.slideshow-fade_sm{
    position: relative;
    width: 90vw;
    height: 237px;
    margin-top: 0;
    li{
        list-style: none;
        width: 100vw;
        height: 100%;
        img{
          position: absolute;
          left: 0;
          top: 0;
          width: 100vw;
        }
    }
}
*/

/*トップ切り替え画像*/
.slider_sm{
    margin: 100px auto;
    width: 80%;
}
.slider_sm img{
    height: 270px;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}

.main02_sm{
    width:10%;
    height:340px;
    display:block;
}

.main02-1_sm{
    height:187px;
    background-color:rgba(234, 232, 227, 0.5);
    mix-blend-mode: multiply;
}

.main02-2_sm{
    height:100px;
    background-color: #eae8e3;
    background-color:rgba(234, 232, 227, 0.5);
}

.main_bottom_sm{
    width:100%;
    height:597px;
    background-color: #eae8e3;
    background-color:rgba(234, 232, 227, 0.5);
    display:block;
    position: relative;
}

.main_bottom_l_sm{
    position:absolute;
    width:100%;
    height:271px;
    top:200px;
}

.main_bottom_l_sm img{
    mix-blend-mode:multiply;
    align-items: flex-end;
    top:59%;
    right:0%;
    width:auto;
    height:auto;
    position: absolute;
}

/*わらび絵*/
.warabi_e_sm img{
    position: absolute;
    width:auto;
    height:auto;
    left:77%;
    top:-11%;
}

.main_bottom_r_sm{
    padding: 6%;/*20240413追加*/
    /*padding-left:6%;*/
    padding-top:69px;
}

.main_bottom_r_sm h3{
    color:black;
    font-size: 25pt;/*デザイン案より文字小さく*/
    /*font-family: 'Cormorant Garamond', serif;*/
    font-family: 'Hina Mincho', serif;
    font-family: 'Shippori Mincho', serif;
    line-height: 40pt;
    letter-spacing: 0.1em;
    margin-bottom: 0px;
    padding-bottom: 26px;
}

.main_bottom_r_sm p{
    font-size: 1.4em;/*デザイン案より文字小さく*/
    /*letter-spacing: 0.01em;*/
    /*font-family: 'Cormorant Garamond', serif;*/
    font-family: 'Hina Mincho', serif;
    font-family: 'Shippori Mincho', serif;
    /*font-family: 'Shippori Mincho B1', serif;*/
}

.kigen_sm{
    border:0.5px solid #948175;
    width:98%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top:5px;
}

.kigen_sm p{
    width:100%;
    /*font-family: 'Cormorant Garamond', serif;*/
    font-family: 'Hina Mincho', serif;
    font-family: 'Shippori Mincho', serif;
    /*font-family: 'Shippori Mincho B1', serif;*/
    font-size: 1em;/*デザイン案より文字小さく*/
    text-align: center;
    line-height: 22pt;
    /*letter-spacing: 0.01em;*/
    padding: 2%;
}

/* index kodawari Area*/
.kodawari{
    display:none;
}

.kodawari_sm{
    width:100%;
    height:1766px;
    display:block;
    background-color:rgba(225, 225, 225, 0.5);
    position: relative;
}

.kodawari_l_sm{
    width:100%;
    height:235px;
}

.kodawari_l_sm h2{
    color:black;
    font-size: 21pt;/*デザイン案よりフォントサイズ小さく変更*/
    margin-left: 45%;
    padding-top:9%;
    writing-mode: vertical-rl;
    /*font-family: 'Cormorant Garamond', serif;*/
    font-family: 'Hina Mincho', serif;
    font-family: 'Shippori Mincho', serif;
    line-height: 48pt;
    /*letter-spacing: 0.01em;*/
}

.kodawari_r_sm{
    width:100%;
    height:1060px;
    display:block;
    margin-right: 0;
    padding-right: 0;
}

.kodawari_r_sm p{
    writing-mode: vertical-rl;
    padding:0px;
}

.kodawari_r_01_sm,.kodawari_r_02_sm,.kodawari_r_03_sm{
    width:100%;
    height:400px;
    display:flex;
}

.kodawari_sm_p{
    width:53px;
    /*font-family: 'Cormorant Garamond', serif;*/
    font-family: 'Hina Mincho', serif;
    font-family: 'Shippori Mincho', serif;
    line-height: 48pt;
    font-size: 16pt;/*デザイン案より文字小さく*/
    /*letter-spacing: 0.01em;*/
    color:#000;
}

.kodawari_r_01_sm{
    margin-bottom:90px;
}

.kodawari_r_02_sm{
    margin-bottom: 90px;
}

.kodawari_r_03_sm{
    margin-bottom: 190px;
}

.kodawari_r_01_img_sm,.kodawari_r_02_img_sm,.kodawari_r_03_img_sm{
    position: relative;
    width:calc(100%-53px);
    height:400px;
}

.kodawari_r_01_img_sm video,.kodawari_r_02_img_sm video{
    width:100%;
    margin-right: 0;
    padding-right: 0;
    height:100%;
    object-fit: cover;
}

.kodawari_r_03_img_sm img{
    width:100%;
    margin-right: 0;
    padding-right: 0;
    height:400px;
    object-fit: cover;
}

.kodawari_r_01_img_sm p,.kodawari_r_02_img_sm p{
    position: absolute;
    bottom:0%;
    right:5%;
    writing-mode: horizontal-tb;
    color:rgba(234, 232, 227, 0.5);
    font-size: 12pt;
    line-height: 48pt;
    /*letter-spacing: 0.1em;*/
    /*font-family: 'Cormorant Garamond', serif;*/
    font-family: 'Hina Mincho', serif;
    font-family: 'Shippori Mincho', serif;
}

.kodawari_r_03_img_sm p{
    position: absolute;
    bottom:0%;
    right:5%;
    writing-mode: horizontal-tb;
    color:rgba(115, 99, 87, 0.7);
    font-size: 12pt;
    line-height: 48pt;
    /*letter-spacing: 0.1em;*/
    /*font-family: 'Cormorant Garamond', serif;*/
    font-family: 'Hina Mincho', serif;
    font-family: 'Shippori Mincho', serif;
}


/* index product Area*/
.product{
    display:none;
}

.product_sm{
    width:100%;
    /*height:1400px;1110pxから変更20231214*/
    display: block;
    position: relative;
}

.product-01_sm{
    width:100%;
    height:264px;
    background-color: #eae8e3;
    text-align: center;
    position: relative;
}

.pd-warabi_sm{
    position: absolute;
    top:-4%;
    left:38%;
    right:33%;
}

.pd-warabi_sm img{
    width:100%;
    height:100%;
}

.product-01_sm img{
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0%;
    width:auto;
    height:auto;
}

.pro_1_sm{
    position: absolute;
    height:136px;
    width:46px;
    background-color: #ffffff00;
    left:45%;
    top:24%;
    z-index: 10000;
}

.pro_1_sm p{
    position: absolute;
    color:black;
    font-size: 21pt;/*デザイン案よりフォントサイズ小さく変更*/
    line-height: 48pt;
    /*letter-spacing: 0.1em;*/
    /*font-family: 'Cormorant Garamond', serif;*/
    font-family: 'Hina Mincho', serif;
    font-family: 'Shippori Mincho', serif;
    top:50%;
    left:47%;
    writing-mode: vertical-rl;
    margin:2px;
    height:100%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    font-weight: 600;
    z-index: 20000;
}

.product-01_sm_1{
    width:100%;
    /*height:500px;*/
    position: relative;
}

.product-01_sm_1 img{
    position:relative;
    width:auto;
    height:auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.product-01_sm_1 p{
    font-size: 12pt;
    /*font-family: 'Cormorant Garamond', serif;*/
    font-family: 'Hina Mincho', serif;
    font-family: 'Shippori Mincho B1', serif;
    line-height: 48pt;
    /*letter-spacing: 0.1em;*/
    color:rgba(115,99,87,0.5);
    padding-top: 50%;
    padding-left:70%;
}

.product-02_sm{
    width:100%;
    height:250px;
}

.product-02_sm img{
    width:100%;
    height:250px;
    object-fit: cover;
}

.product-03_sm{
    width:100%;
    height:250px;
    background-color: #eae8e3;
}

.product-03_sm p{
    padding-top:7%;
    padding-bottom: 7%;
    text-align: left;
    font-size:1em;/*文字が大きすぎのためフォント小さくした*/
    /*font-family: 'Cormorant Garamond', serif;*/
    font-family: 'Hina Mincho', serif;
    font-family: 'Shippori Mincho', serif;
    /*font-family: 'Shippori Mincho B1', serif;*/
    line-height: 1.5;
    /*letter-spacing: 0.01em;*/
    margin: 7%;
    
}

.waku_pro_mb img{
    position: absolute;
    width:90%;
    height:5px;
    top:46%;
    left:5%;
}

/* index shop Area*/
.shop{
    display:none;
}
.shop_mb{
    width:100%;
    height:2200px;/*1620pxから変更20231214*/
    display:block;
    background-color:rgba(255, 255, 255, 0.5)
}

.shop_top_mb{
    width:100%;
    height:1200px;/*1130pxから変更20231214*/
    display:block;
}

.shop_tl_mb h2{
    font-size: 21pt;/*デザイン案よりフォントサイズ小さく変更*/
    /*font-family: 'Cormorant Garamond', serif;*/
    font-family: 'Hina Mincho', serif;
    font-family: 'Shippori Mincho', serif;
    line-height: 48pt;
    /*letter-spacing: 0.1em;*/
    position: absolute;
    bottom:0%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    writing-mode: vertical-rl;
}

.shop_bottom_mb{
    width:100%;
    height:400px;
    display:block;
}

.shop_tl_mb{
    width:100%;
    height:250px;
    position:relative;
}

.shop_tr_mb{
    width:100%;
    height:650px;
}

.shop_tr_mb{
    display:block;
    height:830px;
}

.shop_tr_t_mb{
    height:250px;
}

.shop_tr_t_mb img{
    width:100%;
    height:100%;
}

.shop_tr_b_mb{
    height:452px;
    display: block;
}

.shop_cl_info_mb p{

     /*font-family: 'Cormorant Garamond', serif;*/
     font-family: 'Hina Mincho', serif;
     font-family: 'Noto Serif JP', serif;
     font-weight: 400;
     font-size: 12pt;
     line-height: 22pt;
     /*letter-spacing:0.5px;*/
     margin-left: 20%;/*20240410変更*/
     padding-bottom: 5%;
 
     margin-bottom: 300px;
}



.shop_cl_info_mb p{

    /*font-family: 'Cormorant Garamond', serif;*/
    font-family: 'Hina Mincho', serif;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 12pt;
    line-height: 22pt;
    /*letter-spacing:0.5px;*/
    margin-left: 20%;/*20240410変更*/
    padding-bottom: 5%;

    margin-bottom: 300px;
}

.shop_cl_info_mb span.blue_mb{
    background-color:rgba(0, 0, 255, 0.1); /* お好きな背景色を指定してください */
    padding: 2px 5px; /* 背景色の内側に少し余白を追加 */
    border-radius: 3px; /* 角を少し丸くする */
}

.shop_cl_info_mb span.green_mb{
    background-color:rgba(0, 128, 0, 0.1); /* お好きな背景色を指定してください */
    padding: 2px 5px; /* 背景色の内側に少し余白を追加 */
    border-radius: 3px; /* 角を少し丸くする */
}









#events-container_mb {
    width: 60%; /* あるいは必要な幅に調整 */
    margin: 0 auto; /* 左右中央揃え */
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px; /* 角丸のデザイン */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* 軽い影をつけて立体感を出す */
    background-color: #f8f8f8; /* 営業カレンダーに合わせた色 */
    color: #333; /* 営業カレンダーに合わせた文字色 */
    text-align: center; /* テキストを中央揃え */
}

/* 個々のイベントのスタイル */
.event-summary {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 1em; /* テキストのサイズを大きくする */
}

/* 本日のイベントに特別なスタイル */
.today-events {
    background-color: rgb(252, 240, 218);
    font-size: 1em; /* テキストのサイズを大きくする */
    /* 他にも特別なスタイルがあればここに追加 */
}

/* タイトルのスタイル */
#events-container_mb > h3 {

    font-size: 1.5em; /* タイトルのサイズを大きくする */
    margin-bottom: 20px;
}
/*店舗の案内　文字部分*/








td{
    border-bottom:2px solid #c7c7c7;
    padding: 10px;
    /*font-family: 'Cormorant Garamond', serif;*/
    font-family: 'Hina Mincho', serif;
    font-family: 'Shippori Mincho', serif;
    /*font-family: 'Shippori Mincho B1', serif;*/
    font-size: 16px;/*デザイン案よりサイズ小さめ変更*/
    line-height: 16pt;
    /*letter-spacing: 0.01em;*/
}

p.small{
    font-size: 10pt;/*デザイン案よりサイズ小さめ変更*/
    color:#534741;
    /*font-family: 'Cormorant Garamond', serif;*/
    font-family: 'Hina Mincho', serif;
    font-family: 'Shippori Mincho', serif;
    /*font-family: 'Shippori Mincho B1', serif;*/
    line-height: 16pt;
    /*letter-spacing: 0.01em;*/
}

table.tb_shop_mb{
    border-spacing: 0;
    width:90%;
    margin:50px 5%;
}

.tb_shop_mb td{
    font-size: 16px; /* 20240417追加*/
}



.tb_shop_mb{
    border-top:2px #c7c7c7 solid;
    /*font-family: 'Cormorant Garamond', serif;*/
    font-family: 'Hina Mincho', serif;
    font-family: 'Shippori Mincho', serif;
    /*font-family: 'Shippori Mincho B1', serif;*/
    /*letter-spacing: 0.01em;*/
    font-size:10px;
}


tr.tr_shop_mb{
    width:100%;
    height:50px;
}

tr.tr_shop02_mb{
    width:100%;
    height:50px;
}

td.td_shop_mb{
    width:20%;
    font-size:16px;/*デザイン案よりサイズ小さめ変更*//*20240417サイズ変更*/
    /*letter-spacing: 0.01em;*/
    color:#534741;
}

.shop_bl_mb{
    margin-top: 100px;
    width:100%;
    /*height:50px;*/
    position: relative;
    margin-bottom: 20px;
}

.shop_br_mb{
    width:100%;
    height:360px;
    position: relative;
}

.shop_bl_mb p{
    /*font-family: 'Cormorant Garamond', serif;*/
    font-family: 'Hina Mincho', serif;
    font-family: 'Shippori Mincho', serif;
    /*font-family: 'Shippori Mincho B1', serif;*/
    font-size:12pt;/*デザイン案よりサイズ小さめ変更*/
    line-height: 22pt;
    /*letter-spacing: 0.01em;*/
    margin:10%;
}

#events-container_mb {
    width: 70%; /* あるいは必要な幅に調整 */
    margin: 0 auto; /* 左右中央揃え */
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 5px; /* 角丸のデザイン */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* 軽い影をつけて立体感を出す */
    background-color: #f8f8f8; /* 営業カレンダーに合わせた色 */
    color: #333; /* 営業カレンダーに合わせた文字色 */
    text-align: center; /* テキストを中央揃え */
}

/* 個々のイベントのスタイル */
.event-summary {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 1.2em; /* テキストのサイズを大きくする */
}

/* 本日のイベントに特別なスタイル */
.today-events {
    background-color: rgb(252, 240, 218);
    font-size: 1.2em; /* テキストのサイズを大きくする */
    padding: 10px;

    /* 他にも特別なスタイルがあればここに追加 */
}

/* タイトルのスタイル */
#events-container > h3 {

    font-size: 1.5em; /* タイトルのサイズを大きくする */
    margin-bottom: 20px;
}


/*index Access Area*/
.access{
    display:none;
}
.access_mb{
    
    width:100%;
    height:1608px;
    display:block;
}

.ac_top_mb{
    width:100%;
    height:1000px;
    position: relative;
}

.ac_top01_mb{
    width: 100%;
    height: 254px;
    text-align: center;
    position: relative;
}

.ac_top01_mb img{
    position:absolute;
    left:41%;
    top:-24%;
    width:auto;
    height:auto;
}

.ac_top01_mb p{
    position: absolute;
}

.acs_1_mb{
    position: relative;
    top: 50%;
    left: 50%;
    background-color: #ffffff00;
    width:42px;
    height: 136px;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.acs_1_mb p{
    position: absolute;
    writing-mode: vertical-rl;
    font-weight: 600;
    color: black;
    font-size: 21pt;/*デザイン案よりサイズ小さめ設定*/
    /*font-family: 'Cormorant Garamond', serif;*/
    font-family: 'Hina Mincho', serif;
    font-family: 'Noto Serif JP', serif;
    font-family: 'Shippori Mincho', serif;
    line-height:48pt;
    /*letter-spacing: 0.1em;*/
    top: 10%;
    left: -25%;
}

.ac_top02_mb{
    width:100%;
    height:400px;
    padding-top:20px;
    margin:0;
}

.ac_top02_mb iframe{
    width:100%;
    height:400px;
}

.ac_top03_mb{
    width:100%;
    height:272px;
}

.ac_top03_1_mb{
    width:100%;
    margin-top: 50px;
    height:226px;
}

.ac_top03_1_t_mb{
    display:block;
    height:150px;
    text-align: center;
}

.ac_top03_1_t1_mb,.ac_top03_1_t2_mb{
    width:100%;
    height:79px;
}

.ac_top03_1_t2_mb p{
    /*font-family: 'Cormorant Garamond', serif;*/
    font-family: 'Hina Mincho', serif;
    font-family: 'Shippori Mincho', serif;
    /*font-family: 'Shippori Mincho B1', serif;*/
    font-size: 16px;/*デザイン案より小さめ設定*/
    line-height: 16pt;
    /*letter-spacing: 0.01em;*/
    padding-top: 3%;
    color:black;
}

.ac_top03_1_t2_mb p.small{
    /*font-family: 'Cormorant Garamond', serif;*/
    font-family: 'Hina Mincho', serif;
    font-family: 'Shippori Mincho', serif;
    /*font-family: 'Shippori Mincho B1', serif;*/
    font-size: 14px;/*デザイン案より小さめ設定*/
    padding-top: 0;
    line-height: 16pt;
    /*letter-spacing: 0.01em;*/
    color:#534741;
}

.ac_top03_1_b_mb{
    display:block;
    width:100%;
    height:100px;
}

.ac_top03_1_b_mb p{
    align-items: flex-end;
    /*font-family: 'Cormorant Garamond', serif;*/
    font-family: 'Hina Mincho', serif;
    font-family: 'Shippori Mincho', serif;
    /*font-family: 'Shippori Mincho B1', serif;*/
    font-size:16px;/*デザイン案より小さめ設定*/
    color: black;
    margin:8% 10%;
    /*line-height: (24.5pt);
    letter-spacing: 0.01em;*/
}


.ac_btm_mb{
    width:100%;
    height:626px;
    color: black;
}

.ac_btm_pic_mb{
    width:100%;
    height:183px;
}

.ac_btm_pic_pc_mb img{
    display:none;
}

.ac_btm_pic_mb_mb img{
    width:100%;
    height:145px;
}

.ac_btm_con_mb{
    width:100%;
    height:443px;
}

.ac_btm_con01_mb{
    padding: 40px 3%;
    width:80%;
    margin:60px 10%;
    border:15px solid #ffffff;
    background-color: rgba(255, 255, 255, 0.5);
    flex-direction: column;
}

.ac_btm_pic_mb_mb p {
    text-align: right;
    margin-right: 10%;
    margin-top: 5%;
    font-family: 'Shippori Mincho', serif;
    font-size:14px;
    line-height: 16pt;
    color:#534741;
}

.ac_btm_con01-1_mb,.ac_btm_con01-2_mb{
    width:100%;
    height:40%;
    text-align: center;
    position: relative;
}

.ac_btm_con01-1_mb h4{
    color:#ffffff;
    background-color: #668453;
    width:90%;
    height:65px;
    text-align: center;
    font-size:20pt;
    font-family: 'Shippori Mincho', serif;
    line-height: 48pt;
    margin: 0 auto;
}

.ac_btm_con01-2_mb p{
    width:100%;
    font-size:28pt;
    font-family: 'Shippori Mincho', serif;
    line-height: 16pt;
    text-align: center;
    padding-top: 40px;

}

.ac_btm_con01-2_mb span.small{
    font-size: 14px;
    font-family: 'Shippori Mincho', serif;
    text-align: center;
    color:#534741;
    width:85%;
    line-height: 16pt;
}

/*index footer Area*/
.footer{
    display:none;
}
.footer_mb{
    width:100%;
    height:580px;
    display:block;
    background-color: #668453;
    position: relative;
}

.footer_top_mb{
    width:100%;
    height:180px;
    margin: 5% 0%;
    text-align: center;
}

.footer_top_mb img{
    margin-top: 8%;
    height:100px;
}

.footer_btm_mb{
    width:80%;
    text-align: center;
    margin: 0% 10%;
    margin-top: 0;
    position: absolute;
}

.footer_btm_mb img{
    margin-bottom: 5%;
}

.footer_btm_mb p{
    /*font-family: 'Cormorant Garamond', serif;*/
    font-family: 'Hina Mincho', serif;
    font-family: 'Shippori Mincho', serif;
    /*font-family: 'Shippori Mincho B1', serif;*/
    font-size: 12pt;
    line-height:20pt;
    color:white;
}

.footer_btm_mb p.small{
    font-size: 0.8em;
    color:rgba(255, 255, 255, 0.5);
    /*margin-top:30%;*/
}

/*トップ切り替え画像*/
.slider_sm{
    margin: 100px auto;
    width: 70%;
}
.slider_sm img{
    height: 287px;
    width: 100%;
    object-fit: cover;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}

/*.shop_br_mb iframe {
    margin-left: 2%;
    margin-right: 2%;
}*/


/*20231214追加修正*/
.hyou {
    width: 85%;
    margin: 6% auto;
    display: block;
    position: relative;
}

table.shohin {
    width: 100%;
    /*border: 1px solid #000;*/
    border: none;
    font-size: 14px;
    margin: 60px 0 65px 0;
}

td.sen0 {
    border-bottom: none;
    text-align: left;
    font-size: 14px;
    padding: 13px;
}

table.eiyo {
    width: 100%;
    margin-left: 0;
    margin: 0 0 50px 0;
}

td.eiyo_hyo{
    font-size: 14px;
}

td.eiyo1 {
    font-size: 14px;
    padding: 0 0 0 5%;
    text-align: left;
    line-height: 2;
}

td.eiyo2 {
    font-size: 14px;
    padding: 0 5% 0 0;
    text-align: right;
    line-height: 2;
}

td.arg {
    font-size: 14px;
    text-align: left;
    border-bottom: none;
    padding: 5% 0 5% 0;
    line-height: 1.5;
}


/* 2025.08修正 */

.shop_mb {
    height: auto;
}

.shop_tr_mb {
    height: auto;
}

.shop_top_mb {
    height: auto;
    padding-bottom: 100px;
}

}