﻿/* CSS Document */
html{
    scroll-behavior: smooth;
}
/* color */
body,.txt_color_nomal{color: #333333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #532f0c} /* メインカラー */
.txt_color2{color: #CDB6BC} /* サブカラー */
.txt_color3{color: #f94c66} /* アクセントカラー1 */
.txt_color4{color: #56383a} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #239780} /* メインカラー */
.bg_color2{background-color: #c2fff9} /* 水色系　サブカラー ex　ffc44c 黄色系*/
.bg_color3{background-color: #C45F2C} /* アクセントカラー1  */
.bg_color4{background-color: #ffc44c} /* 黄色系　アクセントカラー2　56383a　濃い紫系*/
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #532f0c}
.border_color2{border-color: #CDB6BC}
.border_color3{border-color: #f94c66}
.border_color4{border-color: #56383a}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #333333;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #532f0c} /* メインカラー */
.hvr_txt_color2:hover{color: #CDB6BC} /* サブカラー */
.hvr_txt_color3:hover{color: #f94c66} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #56383a} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #532f0c} /* メインカラー */
.hvr_bg_color2:hover{background-color: #CDB6BC} /* サブカラー */
.hvr_bg_color3:hover{background-color: #C45F2C} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #56383a} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #532f0c}
.hvr_border_color2:hover{border-color: #CDB6BC}
.hvr_border_color3:hover{border-color: #f94c66}
.hvr_border_color4:hover{border-color: #56383a}
/*一般*/
main{
    padding-top: 50px;
}
h2.hannari,h3.cate_title{
    font-family:fot-tsukuardgothic-std, sans-serif; /*はんなり明朝 → 筑紫A丸ゴ*/
}
.back1:before{
    background-color: rgba(194,255,249,0.1)!important;
}
/*nav*/
.overlay{
    background:linear-gradient(135deg, rgba(86,56,58,0.9) , rgba(196,95,44,0.9) );
}
/*Top-first view*/
form{
    position: relative;
}
#main_img p{
    height: 90vh;
}
#main_img p.d_flex{
    display: block;
}
#main_img p.bg_white{
    background-color: rgba(0,0,0,0.0);
}
#main_img p.width_400-max{
    max-width: 1006px;
    margin: 0;
}
#main_img p .papastime{
    max-width:1000px ;
    position: absolute;
    top: 745px;
    right: 0;
}
#main_img p a.width_300-max{
    width: 100%;
    max-width: 1006px;
}
#main_img p a img{
    transform: translate(10px,70px);
}
@media screen and (max-width:1280px){
    #main_img p img.the_logo{
        display: none;
    }
}
@media screen and (max-width:1000px){
    #main_img p .papastime{
        max-width: 80%;
        top: 80%;
    }
}
@media screen and (max-width:768px){
        #main_img p .papastime{
        max-width: 40%;
        top: 65%;
    }
}
@media screen and (max-width:667px){
        #main_img p .papastime{
        max-width: 80%;
        top: 80%;
        right: 10%;
    }
}
.Toptent-wrap{
    width: 350px;
    position: absolute;
    top: 33%;
    left: 42.0%;
}
@media screen and (max-width:768px){
    .Toptent-wrap{
    top: 27%;
    left: 30%;
}
}
@media screen and (max-width:667px){
    .Toptent-wrap{
    top: 23%;
    left: 28%;
}
}
@media screen and (max-width:480px){
    .Toptent-wrap{
    top: 35px;
    left: 40px;
    max-width: 100%;
    }
}
@media screen and (max-width:375px){
      .Toptent-wrap img{
        max-width: 85%;
    }
}
/*header*/
header.scr_header{
    background-color: #239780!important;
}
/*TOP*/
#top_pc_nav{
    background-color: #239780;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#top_pc_nav.mg_t-50px{
    margin-top: 0;
}
#top_pc_nav li{
    max-width: 300px;
}
#top_pc_nav ul li a{
    font-size: 1.4rem;
    font-family:fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
}
@media screen and (max-width:987px){
    #top_pc_nav{display:none!important;}
}
/*Top-main*/
h3.hannari,.num{
    font-family:fot-tsukuardgothic-std, sans-serif ;
}
h3.hannari{
    font-weight: 700;
}
#contents1 .num{
    left: 50.5%;
}
#contents2 figure{
    transform: translateY(220px);
}
#contents2 .num{
    top: 79px;
    left: 59.0%;
}
#contents3_wrap:after{
    background-color: rgba(207,255,246,0.15)!important;
}
#info_contact p.con_title span.hannari{
    font-family:fot-tsukuardgothic-std, sans-serif ;
}
@media screen and (max-width:768px){
    #contents1 .num{
    top: -115px;
}
    #contents2 .num{
    top: -44px;
}
}
@media screen and (max-width:667px){
    #contents1 .num{
    top: -100px;
}
    #contents2 figure{
    transform: translateY(0);
}
    #contents2 .num{
    top: -100px;
    left: 50.0%;
}
}
@media screen and (min-width:1237px){
    #contents1 .con_box{
        margin-top: 13%;
    }
}
/*BASEバナー*/
#base_banner{
    max-width: 1190px;
    margin:100px auto 0 auto;
    transition-duration: 0.5s;
}
#base_banner:hover{
    transform: scale(1.05);
    box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
    transition-duration: 0.5s;
}
.page #base_banner{
    margin: 50px auto;
}
@media screen and (max-width:1487px){
    #base_banner{
        max-width: 80%;
    }
}
@media screen and (max-width:667px){
    #base_banner{
        margin-top: 38px;
    }
    .page #base_banner{
        margin-top: 0;
    }
}

/*footer*/
footer.bg_color2{
    background-color: #ffc44c;
}
@media screen and (max-width:667px){
    #logo2 img{
        content: url("./Dup/img/footerlogo_sp.png");
    }
    #logo2.mg_b-30px_sp{
        margin-bottom: 5px;
    }
}

/*下層ページ一般*/
.cate_list li a{
    background-color:rgba(249,76,102,0.1);
}
@media(min-width:768px){
    .page main{
        padding-top: 0;
    }
}
/*オーナーブログ*/
#page2 #cms_1-a .pager{
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
#page2 #cms_1-a .pager li a{
    color: #333;
    text-decoration: none;
    font-family:fot-tsukuardgothic-std, sans-serif;
}
/*about*/
#page3 .pd_b-5per,#page3 .con_box.pd_5per{
    padding-bottom: 0;
}
@media screen and (max-width:667px){
    .page7 main,.page8 main{
        padding-top: 0;
    }
}
/*商品紹介*/
#cms_6-d .cate_title{
    font-size: 1.15rem;
    font-weight: 700;
}
@media screen and (max-width:667px){
    #cms_6-d .cate_list.mg_b-50px_tb{
        margin-bottom: 0;
    }
    #cms_6-d #cate0.mg_t-100px{
        margin-top: 40px;
    }
}
/*レビュー*/
@media screen and (max-width:768px){
    #page5 .cate_wrap.mg_b-100px_tb{
        margin-bottom: 0;
    }
}
/*プライバシーポリシー*/
@media screen and (max-width:533px){
    .page9 #page_title h2.font_24_sp{
    font-size:13.1px;
}
}
/*お問い合わせ*/
.page8 .back1:before{
    background-color:rgba(194,255,249,0.0)!important;
}
/*右下固定ボタン*/
#fixed-buttons{
    transform: translateX(250px);
    position: fixed;
    right: 70px;
    bottom: 20px;
    z-index: 99;
    transition-duration: 0.5s;
}
#fixed-buttons.show{
    transform: translateX(0);
    transition-duration: 0.5s;
}
.shop-btn{
    max-width: 160px;
    margin-bottom: 20px;
}
.shop-btn img{
    border-radius: 50%;
    transition-duration: 0.5s;
}
.shop-btn img:hover{
    box-shadow: 0 0 50px rgba(255,255,255,0.5);
    transform: scale(1.05);
    transition-duration: 0.5s;
}
.entry-btn a{
    display: block;
    max-width: 160px;
    border-radius: 50%;
    width: 100%;
    height: auto;
}
#fixed-buttons .entry-btn a.bg_color1{
    background-color: rgba(35,151,128,0.5);
    transition-duration: 0.5s;
}
#fixed-buttons .entry-btn a.bg_color1:hover{
    transform: scale(1.05);
    background-color:  rgba(35,151,128,1.0);
    transition-duration: 0.5s;
}
#fixed-buttons .en_font{
    font-family: FOT-TsukuBRdGothic Std , Sans-Serif;
}
#fixed-buttons .en_font p.entry-btn__content{
        padding: 24px 0 10px 0;
        font-size: 1.2rem;
        border-bottom: solid 1px #fefefe;
        text-align: center;
}
#fixed-buttons .en_font p.entry-btn__arrow{
        padding: 10px 0 24px 0;
        font-size: 1.8rem;
        text-align: center;
}
@media(max-width:768px){
    #fixed-buttons{
        max-width: 80px;
    }
    #fixed-buttons.show{
        transform: translateX(40px);
    }
    #fixed-buttons .entry-btn a{
        height: 80px;
    }
    #fixed-buttons .en_font p.entry-btn__content{
        content:url("./Dup/img/telmark-white80.png");
        padding-top: 0;
        }
    #fixed-buttons .en_font p.entry-btn__arrow{
        display: none;
    }
}