@charset "UTF-8";
@media(min-width: 759px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
/* PC.CSS Document */
/*--------------------COMMON--------------------*/
html{
    font-size: 100%;
}
body {
    font-family: '游ゴシック体', 'Yu Gothic','ヒラギノ角ゴ 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-mt,.br-mb{
    display: none;
}
.wrap{
    min-width: 1000px;
}
.clear{
    clear: both;
}
.font-m{
font-family: 'Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','メイリオ', 'Meiryo',serif;
}
/*--------------------HOME--------------------*/
/*-----TOP&HEADER(HOME)-----*/
#top-view{
    max-width: 1400px;
    height: 680px;
    margin: 0 auto;
}
.top{
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.m-header{
    display: none;
}
.p-header{
    width: 100%;
    background-color: rgba(254,253,245,1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.p-headerInner{
    width: 1000px;
    height: 100px;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
}
.p-headerInner h1 img{
    position  : absolute;
	top       : 10%;
	left      : 50%;
    transform: translate(-43.5%,0%);
    object-fit: contain;
    z-index: 2;
    border: 5px solid #cedac6;
    border-radius: 50%;
}
.p-headerNav{
    display: flex;
    justify-content: flex-end;
    font-size: 1.125rem;
}
.p-headerNav li{
    width: 200px;
    height: 50px;
    position: relative;
}
.p-headerNav li a{
    display: block;
    text-align: center;
    line-height: 45px;
    border-bottom: 5px solid rgba(254,253,245,0);
}
.p-headerNav li a:hover{
    border-bottom: 5px double #f8a554;
    color: #000000;
}
.p-headerNav_dropdown{
	position: absolute;
	display: none;
    background-color: rgba(254,253,245,0.8);
}
.p-headerNav li:hover ul{
	display: block;
}
.home-lead{
    padding-bottom: 35px;
}
.home-lead h2{
    font-size: 2rem;
    font-weight: bold;
    color: #f8a554;
    line-height: 6rem;
    letter-spacing: 0.2rem;
    text-align: center;
}
.home-lead p{
    font-size: 1.125rem;
    text-align: center;
    letter-spacing: 0.2rem;
    line-height: 2rem;
}

/*-----BANNER(HOME)-----*/
.banner{
    width: 1000px;
    margin: 30px auto;
}
/*-----NEWS(HOME)-----*/
#news{
    background-color: #e7f1e8;
    padding: 30px 0;
}
#news h3{
    font-size: 1.25rem;
    font-weight: normal;
    text-align: center;
}
.home-newsInner{
    width: 1000px;
    margin: 30px auto;
    font-size: 1.125rem;
}
.home-news_container{
    display: flex;
    border-bottom: 1px solid #02264a;
    padding: 20px 0;
}
.home-news_container time{
    width: 200px;
    text-align: center;
}
.home-news_container span{
    width: 100px;
    color: #d8422b;
    font-size: 1rem;
}
.home-news_container p{
    width: 700px;
}
.home-newsInner div:last-child{
    margin-top: 20px;
}
.home-newsInner a:hover{
    color: #3a9db4;
    text-decoration: underline;
}
.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;
    text-decoration: none;
}
/*-----PRODUCTS(HOME)-----*/
.home-productsInner{
    width: 1000px;
    margin: 0 auto 50px auto;
}
#products h3{
    width: 250px;
    font-size: 1.25rem;
    margin: 30px auto;
    padding-top: 40px;
    padding-bottom: 8px;
    text-align: center;
    font-weight: normal;
    border-bottom: solid 4px #fae78b;
}
.home-productsInner p{
    display: inline-block;
    font-size: 1.125rem;
}
.home-productsInner p:hover{
    color: #696969;
    text-decoration: underline;
}
.home-products_container{
    display: flex;
    flex-wrap: wrap;
}
.home-products_icon{
    width: 400px;
    margin: 30px 50px;
}
.home-products_icon img{
    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: 30px solid #e7f1e8;
}
#access h3{
    width: 200px;
    font-size: 1.25rem;
    margin: 30px auto;
    padding-top: 30px;
    padding-bottom: 8px;
    text-align: center;
    font-weight: normal;
    border-bottom: solid 4px #fae78b;
    color: #333;
}
.home-mapInner{
    width: 1000px;
    margin: 0 auto;
}
.home-map_container{
    margin-bottom: 30px;
}
.home-map_container p{
    line-height: 2rem;
    text-align: center;
    padding-top: 20px;
}
.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:#fefdf5;
}

/*-----FOOTER-----*/
.back{
    margin: 0 auto;
    padding: 50px 0;
    border-top: solid 30px #e7f1e8;
}
.back a{
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    line-height: 3.5rem;
    text-align: center;
    background-color: #fae78b;
}
.back a:hover{
    background-color: #f6d744;
}
.back a:nth-child(2){
    background-color: #E3F0B6;
}
.back a:nth-child(2):hover{
    background-color: #D1F45C;
}
footer{
    background-color: #e2d6c3;
}
.footerInner{
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
}
.shopinfo_container{
    width: 1000px;
    display:flex;
    justify-content: center;
    padding-bottom: 50px;
}
.shoplogo{
    width: 250px;
    margin-right: 20px;
}
.shoplogo img{
    object-fit: contain;
}
.shopinfo{
    width: 500px;
    margin-left: 20px;
}
.shopinfo h4{
    font-weight: normal;
    font-size: 1.125rem;
    letter-spacing: 0.15rem;
    text-align: center;
    padding: 17px 0;
    color: #333;
}
.shopinfo p{
    letter-spacing: 0.2rem;
    border-bottom: 2px solid #fefdf5;
    padding: 5px 0;
    text-align: center;
}
.shopinfo span{
    font-size: 0.875rem;
}
.shopinfo_btn a{
    display: block;
    width: 300px;
    border: 2px solid #fefdf5;
    border-radius: 30px;
    text-align: center;
    padding: 10px 0;
    margin: 20px auto;
}
.shopinfo_btn a:hover{
    background-color: #fefdf5;
}
.sitemap{
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
.sitemap li{
    line-height: 2rem;
    padding: 0 2rem;
    border-right: 1px solid #333;
}
.sitemap li:first-child{
    border-left: 1px solid #333;
}
.sitemap a:hover{
    color: #fefdf5;
    text-decoration: underline;
}
.copyright{
    font-size: 0.875rem;
    text-align: center;
}

/*--------------------SUB--------------------*/
/*-----TOP&HEADER(SUB)-----*/
.p-header_sub{
    height: 280px;
}
.pankuzu_wrap{
    background-color:#e7f1e8;
}
.pankuzu{
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    display: flex;
}
.pankuzu a:hover{
    color: #3a9db4;
    text-decoration: underline;
}
.pankuzu li::after{
  content: "＞";
  display: inline-block;
  padding: 0 10px;
}
.pankuzu li:last-child::after{
  display: none;
}
/*--------------------ABOUT--------------------*/
.about-top{
    width: 1000px;
    margin: 60px auto;
}
.about-top h2{
    font-size: 1.75rem;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 0.3rem;
    color: #558860;
}
.about-top p{
    font-size: 1.125rem;
    line-height: 2.5rem;
    text-align: center;
    letter-spacing: 0.2rem;
    padding-bottom: 20px;
    
}
.about h3{
    color: #59574d;
    font-size: 1.2rem;
    line-height: 4rem;
    letter-spacing: 0.4rem;
    text-align: center;
    background-color: #e7f1e8;
}
.about section{
    padding-top: 15px;
}

/*-----PHOTO(ABOUT)-----*/
.about-photoInner{
    width: 980px;
    margin: 100px auto;
}
.about-photo_container{
    display: grid;
    grid-template-columns: 300px 300px 300px;
    gap: 40px;
    grid-template-rows: 200px 200px 200px; 
}
.about-photo img{
    border-radius: 5px;
}
/*-----HISTORY(ABOUT)-----*/
.about-historyInner{
    width: 1000px;
    margin: 30px auto;
    display: flex;
}
.about-history_summary{
    width: 550px;
    margin: 0 50px;
}
.about-history_summary dt{
    float: left;
    width: 100px;
    height: 84px;
    padding: 20px 0 15px 0;
    color: #707070;
    font-weight: bold;
}
.about-history_summary dd{
    float: right;
    width: 450px;
    height: 84px;
    padding: 20px 25px 15px 25px;
    border-bottom: 1px dotted #707070;
}
.about-history_img{
    clear: both;
    width: 350px;
    padding: 0 55px;
}
.about-history_img img{
    border-radius: 5px;
    margin-bottom: 15px;
}
/*-----OWNER(ABOUT)-----*/
.about-ownerInner{
    width: 1000px;
    margin: 0 auto;
    padding-top: 70px;
}
.about-owner_txt{
    width: 600px;
    margin-left: 100px;
}
.about-owner_txt p{
    line-height: 2rem;
    letter-spacing: 0.02rem;
    padding-bottom: 15px;
}
.about-owner_sign{
    float: right;
    margin: 50px 200px 70px 0;
}
/*--------------------ACCESS--------------------*/
.access-and-info h2{
    line-height: 70px;
    text-align: center;
    color: #59574d;
    margin: 30px auto;
    background-color: #fedcbd;
    letter-spacing: 0.2rem;
}
/*-----INFO(ACCESS)-----*/
.access-infoInner{
    width: 1000px;
    padding: 0 50px; 
    margin: 0 auto 100px auto;
    position: relative;
}
.access-info_table{
    font-size: 1.1rem;
    margin: 50px 0 50px 0;
    border-collapse: collapse;
}
.access-info_table tr:first-child td,.access-info_table tr:first-child th{
    border-top: none;
}
.access-info_table td{
    padding: 15px 0;
}
.access-info_table span{
    font-size: 0.9rem;
}
.access-info_table tr:first-child{
    height: 100px;
}
.access-info_table th,.access-info_table td{
    border: solid 1px #ADADAD;
    border-left: none;
    border-bottom: none;
}
.access-info_table th{
    width: 150px;
    font-weight: normal;
    letter-spacing: 0.1rem;
    text-align: center;
}
.access-info_table td{
    width: 350px;
    border-right: none;
    padding-left: 30px;
}
.form_link img{
    position: absolute;
    right: 50px;
    bottom: 50px;
}
.form_link a{
    position: absolute;
    right: 195px;
    bottom: 325px;
}
.form_link a:hover,.access-info_table a:hover{
    color: #3a9db4;
    text-decoration: underline;
}
/*-----ACCESS(ACCESS)-----*/
.access-mapInner{
    width: 1000px;
    margin: 50px auto;
}
.access-map_container{
    display: flex;
    align-items: flex-end;
}
.access_map{
    width: 60%; 
}
.access_map_link{
    display: flex;
    justify-content: flex-end;
}
.access_map_link a{
    display: block;
    font-weight: bold;
    color: #59574d;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 10px 0;
    background: #e7f1e8;
}
.access_map_link a:first-child{
    margin-right: 20px;
}
.access_address{
    width: 40%;
    padding-left: 30px;
    padding-bottom: 75px;
    font-size: 1.25rem;
    color: #59574d;
    letter-spacing: 0.15rem;
}
.access_map img{
    width: 100%;
    height: auto;
    border: 5px solid #b8b4a5;
    border-radius: 5px;
}
.access_map a{
    display: block;
    text-align: right;
}
.access_map a:hover{
    color: #3a9db4;
}
.access-howtoget h3{
    color: #59574d;
    font-size: 1.5rem;
    border-bottom: 1px solid #59574d;
    padding-top: 30px;
    margin-bottom: 10px;
    letter-spacing: 0.3rem;
}
.access-howtoget li{
    padding: 10px;
}
.access-howtoget span{
    letter-spacing: 0.2rem;
    background: #fae78b;
}
.access-howtoget p{
    line-height: 2rem;
    letter-spacing: 0.2rem;
}
.access_txt{
    margin: 50px auto 0 auto;
    max-width: 800px;
    color: #59574d;
}
/*--------------------NEWS--------------------*/
.news-list{
    padding: 30px 0;
}
.news-list h3{
    font-size: 1.25rem;
    font-weight: normal;
    text-align: center;
}
/*--------------------ARTICLE--------------------*/
.news-contents{
    width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.news-contents article{
    width: 74%;
}
.news-contents aside{
    width: 22%;
}
.post-info{
    position: relative;
    padding-top: 4px;
    margin-bottom: 20px;
}
.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 h2,.products-list h3{
    text-align: center;
    letter-spacing: 0.2rem;
}
.products-list h2{
    margin-top: 50px;
}
.products-list h3{
    color: #6c6a64;
    width: 500px;
    margin: 0 auto 30px auto;
    padding-bottom: 10px;
    border-bottom: solid 2px #fae78b;
}
.products-list_Inner{
    background: #e2d6c3;
}
.products-list_container{
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
}
.products-list_icon{
    width: 170px;
    height: 170px;
    background: #fefdf5;
    border-radius: 10px;
    margin: 40px;
}
.products-list_icon:hover{
    transform:scale(1.1,1.1);
    transition:0.5s all;
}
.products-list_icon a:hover{
    color: #696969;
}
.products-list_icon img{
    display: block;
    margin: 10px auto 0  auto;
}
.products-list_icon p{
    text-align: center;
    font-weight: 600;
    padding: 0 10px;
}
.products_txt{
    text-align: center;
    padding-bottom: 50px;
    margin-bottom: 100px;
    color: #59574d;
}
/*-----CONTACT--------*/
.contact{
    max-width: 1000px;
    width: 80%;
    margin: 100px auto 0 auto;
}
.contact h2{
    text-align: center;
    color: #59574d;
}
.policy-link{
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    color: #59574d;
}
.policy-link a{
    color: #59574d;
}
.policy-link a:hover{
    color: #3a9db4;
    text-decoration: underline;
}
/*-----POLICY------*/
.privacy-policy{
    max-width: 1000px;
    margin: 50px 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: 100px 0;
    text-align: center;
}