@charset "utf-8";
/* CSS Document */
/**{outline: 1px solid pink}*/

/*.noto-sans jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}*/

/*画像のフルード化*/
img{
    max-width: 100%;
    height: auto;
}
/*テキスト設定*/
h3,p{
    font-family: "Noto Sans JP", sans-serif;
    color:#eb6d8e;
    letter-spacing: 0.12em;
    line-height: 2em;
}

/*headerの設定-------------------*/

/*navの設定------------------*/

/*navのアイコンの大きさ設定*/
.logo{
    width:64px;
    height:auto;
}
.instalogo{
    width: 32.2px;
    height: 32.2px;
}
.faceblogo{
     width: 32.2px;
     height: 32.2px;
}

/*ハンバーガーメニュー*/
body{
    overflow-x:hidden;
}
.hamburger_bg{
    width: 100%;
    height: 70px;
    /*position: absolute;
    top:0;
    left:0;*/
    position:sticky;
    top:0;
    background-color:#fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    opacity: 1;
    z-index: 10;
}

.hamburger{
    width: 36px;
    height: 25px;
    position:relative;
    position: fixed;
    top:20px;
    right: 20px;
    z-index: 20;
}
.hamburger span{
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #eb6d8e;
}
.hamburger span:nth-child(1){
    top:0;
}
.hamburger span:nth-child(2){
    top:50%;
}
.hamburger span:nth-child(3){
    top:100%;
}

.slide-menu{
    background-color: rgba(255,255,255,0.8);
    position:fixed;
    top:0px;
    width:100%;
    left:0;
    display: inline-block;
    padding-top: 130px;
    padding-bottom: 20px;
    z-index: 10;
    transform: translateX(100%);
}
#header nav ul{
    text-align: end;
}
#header nav ul li{
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 28px;
    margin-right: 50px;
}
#header nav ul li:hover{
    opacity: 0.5;
}
#header nav ul li a{
    text-decoration: none;
    color:#eb6d8e;
}

/*ハンバーガーメニュークリックした時*/
.hamburger.active span:nth-child(1){
    top:50%;
    transform:rotate(45deg);
}
.hamburger.active span:nth-child(2){
    opacity: 0;
}
.hamburger.active span:nth-child(3){
    top:50%;
    transform:rotate(-45deg);
}
.slide-menu.active{
    transform:translateX(0);
}

/*------------------navの設定ここまで*/

#header{
    height: 1014px;
    position: relative;
    background-image: url("../img/tpo_bg.png");
    background-repeat: no-repeat;
    background-position: top 0 left -159px;
}

h1{
    padding: 20px;
}

.wrap{
    width: 365px;
    margin: 0 auto;
    position: relative;
}
.copy_top{
    width: 197px;
    height: auto;
    position: absolute;
    top:0;
    left:38px;
}
.gentei{
    width:93px;
    position: absolute;
    top:-15px;
    left:244px;
}
.top_sp_img{
    width:177.6px;
    position: absolute;
    top:74px;
    left:106px;
}
/*pc用の写真を隠す*/
.top_pc_img{
        display: none;
    }

.blooming_logo{
    width: 286px;
    position: absolute;
    top:407px;
    left:44px;
}
.main_sp_img{
    width: 267px;
    position: absolute;
    top:573px;
    left:51px;
}

/*-------------------headerの設定ここまで*/

/*--サクラの香りで癒される--*/
.copy_main{
    width:312px;
    margin: 0 auto;
    /*margin-bottom: 50px;*/
}

/*mainの設定-------------------------------*/
#main{
    background-image: url(../img/bg_pink.jpg);
    background-position: center;
    padding-bottom: 60px;
}

.main_warp{
    /*width:305px;*/
    width:83.56%;
    margin: 0 auto;
}
.main_pc_img{
    display: none;
}
.concept{
    display: block;
    width: 120px;
    /*margin: 0 auto;*/
    margin-left: 0;
    padding-top: 70px;
    padding-bottom: 46px;
}

#main_container{
    /*width: 305px;*/
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 0 22px;
    background-color: #fff;
    border-radius: 10px;
}

/*aboutとcraftbeerのフェードイン*/
.fadeUpTrigger{
opacity: 0;
}
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
from {
    opacity: 0;
    transform: translateY(100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
/*------aboutとcraftbeerのフェードインここまで*/

.about{
    display: block;
    /*width: 25.5%;*/
    width:78px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0 auto;
}
#main_container p{
    text-align: center;
    margin-bottom: 30px;
}
.about_img_sp{
    border-radius: 10px;
}
.about_img_pc{
    display: none;
}

.viewmore{
    display: block;
    /*width:27.8%;*/
    width:84px;
    margin: 30px auto;
    padding-bottom: 74px;
}
.viewmore2{
    display: block;
    /*width:27.8%;*/
    width:84px;
    margin: 0 auto;
    padding-bottom: 74px;
}
.viewmore:hover,.viewmore2:hover{
    opacity: 0.5;
}
.craftbeer_img{
    display: block;
    margin:0 auto;
    margin-top: 37px;
}

.contact{
    width:154px;
    height: 136px;
    margin: 0 auto;
    background-image:url(../img/contact_img.png);
    background-size:contain;
    border-radius: 10px;
    text-align: center;
    line-height: 136px;
}
.contact:hover{
    opacity: 0.5;
}
/*.contact{
    text-align: center;
    line-height: 136px;
}*/
.contact img{
    width:60%;
}



/*-------------------------------mainの設定ここまで*/

/*footerの設定-------------------------------*/
footer{
     background-color: #f7c8ce;
    padding-bottom: 60px;
}
footer ul{
    padding-top: 40px;
}
footer ul li{
    margin: 0 auto 43px;
}
footer ul li:hover{
    opacity: 0.5;
}
footer ul li:nth-child(1){
    margin-bottom: 20px;
}

.f_Insta{
    width: 46px;
}
.f_faceb{
    width: 46px;
}
.f_top{
    width: 37.4px;
}
.f_about{
    width: 68px;
}
.f_craftbeer{
    width: 126px;
}
.f_contact{
    width: 92px;
}
.f_shopping{
    width: 115.6px;
}

.f_logo{
    width: 64px;
    margin: 0 auto;
}
footer p{
    font-size: 10px;
    color:#fff;
    text-align: center;
}
.note{
    font-size: 8px;
    color:#fff;
    text-align: center;
}
#shopping .note{
    font-size: 8px;
    color:#fff;
    text-align: center;
}
/*-------------------------------footerの設定ここまで*/


/*下層ページの設定-----------------------*/

#about,#craftbeer,#contact,#shopping{
    background-image: url(../img/bg_pink.jpg);
    background-position: center;
    background-size: cover;
}
#about #header,#craftbeer #header,#contact #header,#shopping #header{
    height: 170px;
    background-image:none; 
}
#about #main,#craftbeer #main,#contact #main,#shopping #main{
    background-image: none;
}

/*下層ページ「about」の設定-----------------------*/
#about main p:nth-child(1){
    width: 78px;
    margin: 0 auto;
}

#about .copy_about_sp{
    padding-top: 107px;
    margin-bottom: 54px;
}
#about .copy_about_pc{
    display: none;
}
#about .about_p,#about .about_p-2{
    width: 240px;
    margin: 0 auto;
    margin-bottom: 42px;
}

h3{
    font-size: 18px;
    font-weight: bold;
    color:#eb6d8e;
    margin-bottom: 20px;
}
#about .h3text{
    font-size: 15px;
    text-align: justify;
    margin-bottom: 0px;
}
#about .flexb{
    margin-top: 75px;
}
.about_kotira{
    width: 305px;
    height: 270px;
    margin: 0 auto;
    margin-top: 80px;
    position: relative;
}
.copy_about_kotira{
    width: 117px;
    position: absolute;
    left:64.4px;
}
.p_about_kotira{
    position: absolute;
    top:48px;
    left:77.4px;
}
.about_kotira:hover{
    opacity: 0.5;
}

/*-----------下層ページ「about」の設定ここまで*/

/*下層ページ「craftbeer」の設定-----------------------*/
#craftbeer main p:nth-child(1){
    width: 305px;
    margin: 0 auto;
}

#craftbeer .cb_p{
    width: 240px;
    display:block;
    margin:0 auto;
    padding-top:70px;
    padding-bottom: 40px;
}

#craftbeer .cb_h2{
    font-size: 18px;
    font-weight: bold;
    color:#eb6d8e;
    text-align: center;
    margin-bottom: 20px;
}
.cb_chart{
    padding-top: 30px;
    padding-bottom: 70px;
    max-width: 600px;
    display: block;
    margin: 0 auto;
}

#craftbeer .h3text{
    font-size: 15px;
    text-align: justify;
    margin-bottom: 0px;
}

/*-----------下層ページ「craftbeer」の設定ここまで*/

/*下層ページ「contact」の設定-----------------------*/
#contact main p:nth-child(1){
    width: 115px;
    margin: 0 auto;
}

#contact .ct_h2{
    font-size: 18px;
    font-weight: bold;
    color:#eb6d8e;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 14px;
}
#contact .ct_p{
    letter-spacing: normal;
}
/*お問い合わせフォーム*/
th,td{
    display: block;
}
th{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 20px;
}
table{
    width: 100%;
} 

table input[type="text"],table input[type="email"],table input[type="tel"]{
    width: 100%;
    height: 3em;
    box-sizing: border-box;
}
table textarea{
    width: 100%;
    height: 10em;
    box-sizing: border-box;
}
/*送信ボタン*/
.btns input{
    width:120px;
    height: 56px;
    background-color: #eb6d8e;
    border:0px;
    border-radius: 28px;
    -webkit-appearance:none;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    color:#fff;
}
.btns{
    text-align: center;
    padding-top: 24px;
    padding-bottom: 40px;
}
.btns:hover{
    opacity: 0.5;
}

/*-----------下層ページ「contact」の設定ここまで*/

/*下層ページ「shopping」の設定-----------------------*/
#shopping .shp_title{
    width: 145px;
    display: block;
    margin: 0 auto;
}
.shop_main{
    width:176px;
    display: block;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 45px;
}
#shopping p{
    text-align:left;
}
.shp_t01{
    line-height: 1.5em;
    letter-spacing: normal;
}
.shp_t02{
    font-size: 13px;
    color:#454545;
    line-height: 1.5em;
    letter-spacing: normal;
}
/*「shopping」枠の中*/
.shp_warp{
    border:1px solid #454545;
    border-radius: 15px;
    margin: 0 auto;
    padding: 40px 18px 0 18px;
    margin-bottom: 20px;
}
.shp_p{
    display: block;
    margin: 0 auto;
    padding-left: 10%;
    margin-bottom: 18px;
}
#shopping .shp_ts{
    font-size: 20px;
    color:#454545;
    line-height: 1.5em;
    font-weight: bold;
    letter-spacing: normal;
    margin-bottom: 0px;
}
#shopping .shp_tk{
    margin-left: -10px;
}
#shopping .shp_tss{
    font-size: 10px;
    color:#454545;
    font-weight: normal;
    margin-bottom: 19px;
    letter-spacing: normal;
}
#shopping table th,#shopping table td{
    margin-top: 0;
    display: inline-block;
    font-weight: bold;
}
#shopping table td{
    margin-left: 5px;
}
#shopping .btns{
    text-align: left;
    padding-bottom: 24px;
}
#shopping table td select{
    padding: 0.5em 2em;
    border:2px solid #454545;
    border-radius: 5px;
    font-size: 1em;
    font-weight: bold;
}
#shopping #main_container{
    padding-bottom: 8px;
}
#shopping .copy{
    text-align: center;
}
/*-----------下層ページ「shopping」の設定ここまで*/



@media screen and (min-width:768px){
    
    /*headerの設定---------------------------*/
    #header{
    position: relative;
    background-size:cover;
    background-position: center;
    }
    
    .wrap{
        width: 940px;
        margin: 0 auto;
        position: relative;
    }
    /*写真をpc用に*/
    .top_sp_img{
        display: none;
    }
    .top_pc_img{
        display: block;
        position: absolute;
        width: 718px;
        top:52px;
        left: 0;
        /*margin-left:10.8%;*/
    }
    .copy_top{
        width:245px;
        top:-27px;
        left: 215px;
        /*left:29%;*/
    }
    .gentei{
        width:116px;
        top:7px;
        left:546px;
        /*left:56.4%;*/
    }
    .blooming_logo{
    width: 497.2px;
    top:477px;
    left:216px;
    }
    
    /*navの設定*/
    .hamburger{
        display: none;
    }
    .hamburger_bg{
        display: none;
    }
    .slide-menu{
        background-color: rgba(255,255,255,0);
        position:absolute;
        /*top:230px;*/
        top:0;
        right:50px;
        transform: translateX(0%);
    }
    
    .main_sp_img{
        display: none;
    }
     /*------------------------headerの設定ここまで*/
    
    .main_warp{
        width:940px;
        margin: 0 auto;
    }
    .copy_main{
        width:312px;
        margin: 0 auto;
        margin-bottom: 70px;
        margin-top: 98px;
}
    .main_pc_img{
        display: block;
    }
    .concept{
        width:123px;
        margin-left:0;
    }
    .flexb{
        display: flex;
        padding-top: 153px;
    }
    #main_container{
        width: 940px;
}
    .about{
        display: block;
        width: 84.5px;
        padding-top: 98px;
        padding-bottom: 62px;
}
    .about_img_sp{
        display: none;
}
    .about_img_pc{
        display: block;
        margin: 0 auto;
        margin-top: 67px;
    }
    .viewmore{
        display: block;
        width:84.5px;
        margin: 0 auto;
        padding-top: 32px;
        padding-bottom: 74px;
    }
    .viewmore2{
        display: block;
        width:84.5px;
        margin: 0 auto;
        padding-bottom: 74px;
    }
    .craftbeer{
        width: 300px;
        display: block;
        margin: 0 auto;
    }
    .craftbeer_img{
        display: block;
        margin: 37px auto 20.7px;
    }
    #main_container{
        padding: 0;
    }
    
    /*footerの設定----------------------*/
    footer ul,.f_rogo_warp{
        width:940px;
        margin: 0 auto;
    }
    footer ul li{
            height: 43px;
    }
    footer ul li:nth-child(4),footer ul li:nth-child(5),footer ul li:nth-child(6),footer ul li:nth-child(7),footer ul li:nth-child(8){
        margin-right: 0;
        margin-left: 46px;
        padding-top: 15px;
    }
    footer ul li:nth-child(2){
        margin-right: 0;
        margin-left: 26px;
    }
    .blank{
        width: 200px;
    }
     .f_nav_pc{
        display: flex;
    }
    
    .f_nav_pc_rogo{
        width:188px;
        display: flex;
        /*justify-content:space-between;*/
        align-items: center;
        flex-direction: row-reverse;
        margin-left: 752px;
    }
    .f_logo{
        margin-right: 0;
        margin-left: 18px;
    }
    .note{
        text-align: end;
    }
    #shopping .note{
        text-align: end;
    }
    /*----------footerの設定ここまで*/
    
    /*下層ページ navの設定*/
        
        #about .hamburger,#craftbeer .hamburger,#contact .hamburger,#shopping .hamburger{
            display: block;
        }
        #about .slide-menu,#craftbeer .slide-menu,#contact .slide-menu,#shopping .slide-menu{
            background-color: rgba(255,255,255,0.8);
            transform: translateX(100%);
            position: fixed;
        }
        #about .slide-menu.active,#craftbeer .slide-menu.active,#contact .slide-menu.active,#shopping .slide-menu.active{
            transform:translateX(0);
         }
   /*下層ページ「about」の設定*/  
        /*bloomingは桜の花と葉を原料にした春限定のクラフトビールです。の設定*/
        #about .copy_about_sp{
           display: none;
        }
        #about .copy_about_pc{
            display: block;
            width:483px;
            padding-top: 101px;
            margin-left: 101px;
            padding-bottom: 30px;
        }
        /*3つの説明*/
        #about .about_warp{
            width: 660px;
            margin: 0 auto;
        }
        #about .flexb{
            display: flex;
            margin-top:0;
            margin-bottom: 0;
            padding-top: 50px;
         }
        #about .flexb:nth-child(2){
            flex-direction: row-reverse;
        }
        #about .about_p{
            width:300px;
            margin-left: 0;
            margin-right: 58px;
        }
        #about .about_p-2{
            width:300px;
            margin-left: 58px;
            margin-right: 0;
        }
        #about .about_t{
            width:300px;
        }
        #about .about_kotira{
            margin-top: 132px;
            margin-bottom: 70px;
        }

    
/*下層ページ「craftbeer」の設定*/
#craftbeer .h3text{
    max-width:500px;
    margin: 0 auto;
}

    
/*下層ページ「contact」の設定*/ 
th,td{
    display:inline-block;
    margin-bottom: 15px;
    padding-left: 5px;
}
table{
    max-width: 600px;
    margin: 0 auto;
} 
th{
    width: 115px;
    text-align: end;
    margin-top: 0;
   /* margin-bottom: 0;*/
    vertical-align: top;
}
td{
    width:475px;
}

/*下層ページ「shopping」の設定*/  
    /*商品写真と詳細*/
    #shopping #flexb{
        width: 860px;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        padding-top: 90px;
    }
    #shopping .shp_t01,#shopping .shp_t02{
        width: 514px;
    }
    #shopping .shop_main{
        padding-top: 0;
    }
    /*枠の横並び*/
    #shp_container{
        width:900px;
        margin:0 auto;
        display: flex;
        justify-content: space-between;
    }
    #shopping .shp_warp{
        width: 380px;
        height: 190px;
        display: flex;
        padding-left:30px;
    }
    #shopping .shp_warp2{
        height: 150px;
    }
    #shopping shp_flexb{
        width: 140px;
    }
    #shopping tr{
        width: 140px;
        display: flex;
        align-items:center;
    }
    #shopping table td select{
        padding: 0.5em 1em;
    }
    .shp_flexb{
        display: flex;
    }
    #shopping .btns{
        padding-top: 0;
        margin-top: -8px;
    }
    #shopping .shp_p{
        padding-left: 0;
    }
}