@charset "UTF-8";
@media(min-width: 759px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
/* mobile.CSS Document */
/*--------------------共通--------------------*/
html{
    font-size: 14px;
}
body {
    font-family:'游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif;
    color: #333333;
    background-color: #fefdf5;
}
a{
    text-decoration: none;
    color: #333333;
}
ul,ol{
    list-style: none;
}
img,iframe{
    max-width: 100%;
}
.br-pc,.br-tp{
    display: none;
}
.font-m{
font-family: 'Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','メイリオ', 'Meiryo',serif;
}
/*--------------------HOME--------------------*/
/*-----TOP&HEADER(HOME)-----*/
#top-view{
    max-width: 500px;
    height: 230px;
    margin: 90px auto 0 auto;
}
.top{
   width: 100%;
}
.p-header,.tab-logo,.drawer-content p,.p-header_sub,.form_link img,.pankuzu_wrap{
    display: none;
}
.m-header{
    width: 100%;
    height: 80px;
    border-bottom: 3px solid #e7f1e8;
    background-color: #fefdf5;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    top: 0;right: 0;
    z-index:3;
}
.m-header h1{
    padding-top: 10px;
}
.mobile-logo{
   object-fit: contain;
}
.onlineshop-logo{
    margin-top: 2px;
}
/*-----HUMBURGER-MENU-----*/
/* チェックボックスは非表示に */
.drawer-hidden {
  display: none;
}
/* ハンバーガーアイコンの設置スペース */
.drawer-open {
  display: flex;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上に */
  cursor: pointer;
  background-color: #A79E8D;
  border-radius: 50%;
  border: 2px solid #fefdf5;
  box-shadow: 0 0 0 2px #A79E8D
}
/* ハンバーガーメニューのアイコン */
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  content: '';
  display: block;
  height: 2px;
  width: 21px;
  border-radius: 3px;
  background: #fefdf5;
  transition: 0.5s;
  position: absolute;
}
/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
  bottom: 6px;
}
/* 三本線のうち一番下の棒の位置調整 */
.drawer-open span:after {
  top: 6px;
}
/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer-check:checked ~ .drawer-open span {
  background: rgba(255, 255, 255, 0);
}
/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer-check:checked ~ .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#drawer-check:checked ~ .drawer-open span::after {
  top: 0;
  transform: rotate(-45deg);
} 
/* オープンメニューのデザイン*/
.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #fefdf5; 
  transition: .5s;
}
.drawer-list{
    background-color: #fff3cd;
    border-bottom: 15px solid #e2d6c3; 
}
.drawer-list a{
    display: block;
    padding: 3%;
}
.drawer-list a:hover{
    background-color: #fefdf5;
}
.drawer-item a{
    text-align: center;
}
/* アイコンがクリックされたらメニューを表示 */
#drawer-check:checked ~ .drawer-content {
  left: 0;/* メニューを画面に入れる */
}
/*-----LEAD(HOME)-----*/
.home-lead{
    width: 95%;
    margin: 0 auto;
}
.home-m-leadInner{
    margin: 0 auto;
    padding: 2% 6%;
}
.home-lead h2{
    font-weight: bold;
    font-size: 1.125rem;
    color: #f8a554;
    line-height: 2rem;
    padding: 10px 0;
    text-align: center;
    margin-top: 15px;
}
.home-lead p{
    line-height: 2rem;
    color: #333333;
    padding: 5% 0;
}
/*-----BANNER(HOME)-----*/
.banner{
    width: 97%;
    margin: 0 auto;
}
.banner img{
    width: 100vw;
    height: 30vw;
    object-fit: cover;
}
/*-----NEWS(HOME)-----*/
#news{
    background-color: #e7f1e8;
    padding: 75px 5% 5% 5%;
}
#news h3{
    font-size: 1.125rem;
    font-weight: normal;
    text-align: center;
    padding-bottom: 3%;
}
.home-m-newsInner{
    width: 95%;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.5);
    border-radius: 10px;
}
.home-m-newsInner a{
    text-decoration: underline;
    
}
.home-m-newsInner a:hover{
    color: #3a9db4;
    text-decoration: underline;
}
.home-news_container{
    padding: 2%;
}
.home-news_container p{
    padding: 2% 0;
}
.home-news_container time{
    font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: center;
    color: #707070;
}
.home-news_container span{
    color: #d8422b;
    font-size: 0.75rem;
}
.more_btn a{
    display: block;
    width: 200px;
    border: 2px solid #fefdf5;
    border-radius: 30px;
    text-align: center;
    padding: 5px 0;
    margin: 20px auto;
}
.more_btn a:hover{
    background-color: #fefdf5;
    color: #3a9db4;
}
/*-----PRODUCTS(HOME)-----*/
#products{
    padding-top: 60px;
}
#products h3{
    font-size: 1.125rem;
    width: 10rem;
    margin: 5% auto;
    text-align: center;
    font-weight: normal;
    border-bottom: solid 3px #f8a554;
}
.home-products_container{
    width: 95%;
    margin: 0 auto;
}
.home-products_container p:hover{
    color: #696969;
    text-decoration: underline;
}
.home-products_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 5% 2%;
}
.home-products_icon{
    padding: 1.5% 3%;
}
.home-products_icon img{
    width: 125px;
    height: 125px;
    object-fit: cover;
    border-radius: 10px;
}
.home-products_icon img:hover{
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}
/*-----ACCESS(HOME)-----*/
#access{
    border-top: 15px solid #e7f1e8;
    padding-top: 40px;
}
#access h3{
    font-size: 1.125rem;
    width: 8rem;
    margin: 5% auto;
    text-align: center;
    font-weight: normal;
    border-bottom: solid 3px #fae784;
}
.home-mapInner{
    width: 97%;
    margin: 0 auto;
}
.home-mapInner iframe{
    width: 100%;
    height: 40vh;
    margin-bottom: 2%;
}
.home-mapInner p{
    line-height: 2rem;
    letter-spacing: 0.02rem;
    padding: 2% 5%;
}
.home-map_container a{
    display: block;
    width: 200px;
    border: 2px solid #a79e8d;
    border-radius: 30px;
    text-align: center;
    padding: 5px 0;
    margin: 20px auto;
}
.home-map_container a:hover{
    background-color: #A79E8D;
    color:#fff;
}
/*-----FOOTER(HOME)-----*/
.back{
    margin: 0 auto;
    padding: 3% 0;
    border-top: solid 15px #e7f1e8;
}
.back a{
    display: block;
    margin: 0 auto 2% auto;
    line-height: 3.5rem;
    text-align: center;
    background-color: #fae78b;
}
.back a:nth-child(2){
    background-color: #E3F0B6;
}
.back a:hover{
     background-color: #f6d744;
}
.back a:nth-child(2):hover{
    background-color: #D1F45C;
}
footer{
    background-color: #e2d6c3;
}
.footerInner{
    width: 100%;
    margin: 0 auto;
    padding: 1% 0;
}
.shopinfo_container{
    width: 100%;
    padding: 5% 0;
}
.shoplogo{
    width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.shoplogo img{
    width: 100%;
    max-width: 200px;
    height: 100%;
    max-height: 200px;
    object-fit: contain;
}
.shopinfo{
    width: 90%;
    margin: 5% auto;
    max-width: 400px;
}
.shopinfo h4{
    font-weight: normal;
    font-size: 1rem;
    text-align: center;
    padding-bottom: 3%;
    color: #333;
}
.shopinfo p{
    letter-spacing: 0.1rem;
    border-bottom: 2px solid #fefdf5;
    padding: 1% 0;
    text-align: center;
}
.shopinfo span{
    font-size: 0.875rem;
}
.shopinfo_btn a{
    display: block;
    width: 85%;
    max-width: 270px;
    border: 2px solid #fefdf5;
    border-radius: 30px;
    text-align: center;
    background-color: #fefdf5;
    padding: 2% 0;
    margin: 7% auto;
}
.sitemap{
    display: none;
}
.sitemap li{
    text-align: center;
}
.sitemap a:hover{
    color: #fefdf5;
    text-decoration: underline;
}
.copyright{
    font-size: 0.875rem;
    text-align: center;
    margin: 5% 0;
}
/*--------------------SUB--------------------*/
/*-----TOP&HEADER(SUB)-----*/
.about,.access,.news-list,.article,.products-list{
    border-top: 30px solid #e7f1e8;
    margin-top: 80px;
}
/*--------------------ABOUT--------------------*/
.about-top{
    width: 85%;
    margin: 5% auto;
    padding-top: 3%;
}
.about-top h2{
    color: #558860;
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 0.1rem;
}
.about-top p{
    line-height: 2rem;
    padding-bottom: 5%;
}
.about h3{
    line-height: 3rem;
    letter-spacing: 0.2rem;
    text-align: center;
    color: #59574d;
    background-color: #e7f1e8;
}
.about section{
    padding-top: 10px;
}
/*-----PHOTO(ABOUT)-----*/
.about-photoInner{
    width: 95%;
    margin: 5% auto;
}
.about-photo_container{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.about-photo_img{
    width: 48%;
    margin: 1%;
}
.about-photo img{
    border-radius: 2px;
    width: 100%;
    height: auto;
}
.about-mb-photo_img{
    display: none;
}
/*-----HISTORY(ABOUT)-----*/
.about-history_summary{
    width: 85%;
    margin: 0 auto;
    padding-top: 3%;
}
.about-history_summary dt{
    width: 30%;
    padding: 10px 0 5px 0;
    color: #707070;
    font-weight: bold;
}
.about-history_summary dd{
    width: 100%;
    padding: 5px 25px 5px 25px;
    border-bottom: 1px dotted #707070;
}
.about-history_img{
    width: 80%;
    height: auto;
    max-width: 240px;
    margin: 0 auto;
    padding: 5% 0;
}
.about-history_img img{
    border-radius: 5px;
}
/*-----OWNER(ABOUT)-----*/
.about-ownerInner{
    width: 80%;
    margin: 5% auto 20% auto;
}
.about-owner_txt p{
    line-height: 2rem;
    letter-spacing: 0.02rem;
    padding-bottom: 10%;
}
.about-owner_sign img{
    float: right;
    object-fit: contain;
}
/*--------------------ACCESS--------------------*/
.access-and-info{
    margin-top: 100px;
}
.access-and-info h2{
    font-size: 1.125rem;
    padding: 10px 0;
    text-align: center;
    color: #59574d;
    background: #fedcbd;
}
/*-----INFO(ACCESS)-----*/
.access-infoInner{
    width: 95%;
    margin: 0 auto 50px auto;
}
.access-info_table{
    width: 100%;
    margin: 3% auto;
    border-collapse: collapse;
}
.access-info_table tr:first-child td,.access-info_table tr:first-child th{
    border-top: none;
}
.access-info_table span{
    font-size: 0.9rem
}
.access-info_table th,.access-info_table td{
    border: solid 1px #ADADAD;
    border-left: none;
    border-bottom: none;
}
.access-info_table th{
    width: 30%; 
    font-weight: normal;
    text-align: center;
}
.access-info_table td{
    width: 70%;
    border-right: none;
    padding: 3%;
}
.access-info_table a{
    color: #3a9db4;
    text-decoration: underline;
}
.form_link{
    margin-bottom: 5%;
}
.form_link a{
    display: block;
    border-radius: 5px;
    border: solid 2px #fae78b;
    background: #fae78b;
    text-align: center;
    padding: 1%;
    margin: 3% 0;
}
/*-----ACCESS(ACCESS)-----*/
.access-mapInner{
    width: 95%;
    margin: 50px auto;
}
.access-map_container{
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}
.access_map_link{
    display: flex;
    justify-content: flex-end;
}
.access_map_link a{
    display: block;
    color: #59574d;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 10px 0;
    background: #e7f1e8;
}
.access_map_link a:nth-child(2){
    display: none;
}
.access_address{
    color: #59574d;
    letter-spacing: 0.15rem;
    font-size: 1.125rem;
}
.access_map img{
    width: 100%;
    height: auto;
    border: 5px solid #b8b4a5;
    border-radius: 5px;
}
.access_map a{
    display: block;
    text-align: right;
}
.access-howtoget{
    margin: 0 auto;
}
.access-howtoget h3{
    color: #59574d;
    border-bottom: 1px solid #59574d;
    padding-top: 30px;
    margin-bottom: 10px;
    letter-spacing: 0.2rem;
}
.access-howtoget li{
    padding: 10px;
}
.access-howtoget span{
    letter-spacing: 0.2rem;
    background: #fae78b;
}
.access-howtoget p{
    line-height: 2rem;
}
.access_txt{
    margin: 50px auto 0 auto;
    color: #59574d;
}

/*-----------NEWS--------------*/
.news-list{
    padding: 75px 5% 5% 5%;
}
.news-list h3{
    font-size: 1.125rem;
    font-weight: normal;
    text-align: center;
    padding-bottom: 3%;
}
/*----------ARTICLE-------------*/
.news-contents{
    width: 95%;
    margin: 0 auto;
}
.news-contents article,.news-contents aside{
    width: 100%;
}
.post-info{
    position: relative;
    padding-top: 4px;
    margin: 40px 0 20px 0;
}
.post-marker{
    border-radius: 10%;
    color: #fefdf5;
    font-size: 1.5rem;
    text-align: center;
    position: absolute;
    top: 10px;
    padding: 10px;
}
.orange{
    background: #f8a554;
}
.green{
    background: #56aa59;
}
.post-title{
    font-family: 'Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','メイリオ', 'Meiryo',serif;
    font-size: 2rem;
    font-weight: normal;
}
.post-date,.post-title,.post-cat{
    margin-left: 120px;
}
.news-article img{
    margin-bottom: 20px;
}
.news-article p{
    margin-bottom: 1rem;
}
.article-list{
    padding: 20px 0 10px 0;
    border-bottom: 2px solid #e2d6c3;
    font-weight: normal;
    text-align: center;
}
.article-title li{
    margin: 10px 0;
}
.article-title a:hover{
    text-decoration: underline;
}
/*--------------------PRODUCTS-LIST--------------------*/
.products-list{
    padding-top: 15px;
}
.products-list h2,.products-list h3{
    text-align: center;
    letter-spacing: 0.2rem;
}
.products-list h3{
    color: #6c6a64;
    width: 80%;
    max-width: 500px;
    margin: 0 auto 30px auto;
    padding-bottom: 10px;
    border-bottom: solid 2px #fae78b;
}
.products-list_Inner{
    background: #e2d6c3;
}
.products-list_container{
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.products-list_icon{
    width: 46%;
    background: #fefdf5;
    min-width: 170px;
    border-radius: 5px;
    padding-right: 2%;
    margin: 1%;
}
.products-list_icon a:hover{
    color: #696969;
}
.products-list_link{
    display: flex;
    margin: 0 auto;
    align-items: center;
}
.products-list_icon img{
    width: 25%;
    height: auto;
    margin: 0 10px;
}
.products_txt{
    text-align: center;
    padding-bottom: 50px;
    margin-bottom: 20px;
    font-size: 0.9rem;
    color: #59574d;
}
/*-----CONTACT--------*/
.contact{
    width: 80%;
    margin: 100px auto 0 auto;
}
.contact h2{
    text-align: center;
    color: #59574d;
}
.policy-link{
    max-width: 80%;
    margin: 0 auto;
    padding: 20px;
}
.policy-link a{
    color: #59574d;
}
/*-----POLICY------*/
.privacy-policy{
    width: 90%;
    margin: 150px auto;
    color: #59574d;
}
.privacy-policy h2{
    margin-bottom: 30px;
}
.policy_Inner{
    margin: 30px 0;
}
.policy_container{
    margin-bottom: 20px;
}
.policy_container h3{
    margin-bottom: 10px;
    padding-left: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
.policy_container p{
    line-height: 2rem;
    padding-left: 20px;
}
.policy_last p{
    text-align: right;
    font-size: 1.1rem;
}
/*-----UNDER-CONSTRUCTION-----*/
.under-construcrion{
    margin: 200px 5px 100px 5px;
    text-align: center;
}