@charset "UTF-8";


body,h1,h2,h3,h4,p,ul,a{
    margin: 0;
    padding: 0;}
  
  ul{list-style: none;}
  
  a{text-decoration: none;}

/* wrapper */
  .wrapper {
      width: 100%;
      margin: 0 auto;
  }

/* header */

/* header ロゴ */
.orange_logo{width: 400px;}

/* header flex */
header{
    display: flex;
    /* height: 130px; */
    height: 100px;
 
}

/* haeder_right_box */
header .header_right_box {
    margin:10px 50px 10px auto; /*右寄せ*/
    font-size: 20px;
    justify-content: center;
    align-items: center;
}

/* 電話 */
.tel_box {
    display: flex;
    height: 40px;
    align-items: center;
    font-size: 30px;
}
.tel_box a{color: black;}
.tel_box a:hover{
    opacity: 0.7;
    color: blue;
    border-bottom: 2px solid black;
}
.tel_box i{
    width: 30px;
    font-size: 25px;
    margin-right: 5px;}

/* お買い物かご */
.cart_box {
    display: flex;
    height: 40px;
    align-items: center;
    font-size: 30px;
}
.cart_box a{color: black;}
.cart_box a:hover{
    opacity: 0.7;
    color: blue;
    border-bottom: 2px solid black;
}
.cart_box i{
    width: 30px;  
    font-size: 25px;
    margin-right: 5px;}



/* メイン画像 */
  .main_img .slideshow img{
      width: 100%;
  }


/* メインナビ　.main_nav */
.main_nav ul{
    width: 1000px;
    display: flex;
    justify-content: space-evenly;
    margin: 10px auto;
    padding-bottom: 20px;
    border-bottom: 2px solid black;
}

.main_nav ul li img{
    width: 100px;
}
.main_nav ul li a{
    text-align: center;
    font-weight: 15px;
    font-weight:550;
    color: black;
}

.main_nav ul li a:hover{color: coral;}


/* article */
article{width: 1300px;
margin:  0 auto;}
/* 見出し　スタイル */
article .osusume{
    width: 150px;
    text-align: center;
    margin: 20px auto 10px auto;
    border: 1.5px solid black;
}

article .juice{
    width: 100px;
    text-align: center;
    margin: 70px auto 50px auto;
    border-bottom: 1.5px solid black;
}

article .liqueur{
    width: 100px;
    text-align: center;
    margin: 70px auto 50px auto;
    border-bottom: 1.5px solid black;
}


/* goods flex */


.goods_flex_box{
    display: flex ;
    flex-wrap: wrap;
    justify-content: space-between;
}

.goods_flex_box section{
    width: 350px;
    border: 1px solid black;
    text-align: center;
    padding-top: 5px;
    position: relative;
}
.goods_flex_box section a{
    color: black;}
.goods_flex_box section a:hover{opacity: 0.5;}


/* hoverでお酒は20歳から画像表示 */
.goods_flex_box section img:nth-child(2){
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.5s;
}

 .goods_flex_box a:hover img:nth-child(2){
    opacity: 1;
    transition: 1s;
}



/* footer */

/* その他 */
footer .sonota{
    width: 100px;
    text-align: center;
    margin: 70px auto 50px auto;
    border: 1.5px solid black;
}

/*.footer_nav  */
footer .footer_nav ul{
    width: 500px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
}

footer .footer_nav ul li{
    width: 150px;
    border-left: 0.5px solid black;
    margin: 10px 0;
}

footer .footer_nav ul li a{
    color: black;
    font-size: 20px;
    font-weight:500;
}

footer .footer_nav ul li a:hover{
    color: red;
}

/* footer_sns */
footer .footer_sns{
    width: 500px;
    margin: 15px auto;
    display: flex;
    justify-content: space-evenly; 
}

/* snsアイコン　大きさ */
footer .footer_sns a{
    font-size: 60px;
}

footer .footer_sns a:hover{opacity: 0.3;}
/* snsアイコンそれぞれの色 */
.line{
    color: rgb(21, 248, 21);
}

.twitter{
    color: rgb(94, 185, 241);
}

.instagrm{
    color: brown;
}

/* copyright */
footer .copyright{
    text-align: center;
    font-size: 15px;}



/* mame.html */


/* article タイトル */
article .mame_title{
    /* text-align: center; */
    width: 420px;
    height: 40px ;
    margin:50px 0 50px 30px;
    border-left: 4px solid orange;
    /* border-bottom: 4px solid orange; */
}

/* サブタイトル<h3> */

article .mame_section{
    width: 1000px;
    margin: 20px 0 10px 50px;}

/* syuukaku ・chihou画像 */
.img_syuukaku{
    width: 200px;
    margin:10px 0;    
}
.img_chihou{
    width: 500px;
    margin: 10px 0;
}

article .mame_section h3{
    border-left: 4px solid rgb(252, 199, 102);
    padding-left: 10px;
    /* margin: 10px 0 5px 10px; */
}

article .mame_section p{
     margin: 10px 0 5px 10px;
}




/* 利用規約 HTML */

/* 幅設定 */
.riyoukiyaku_article{
    width: 1000px;}
/* section */
.riyoukiyaku_article .riyoukiyaku{
    margin: 30px 0;}
/* タイトル */
.riyoukiyaku_article .riyoukiyaku_title{
    text-align: center;
    margin: 50px;
}
/* pタグ */
.riyoukiyaku_article p{margin: 10px 0;}
/* li */
.riyoukiyaku_article li{margin-bottom: 7px;}
/* ol_in_ol(olの中のol) */
.riyoukiyaku_article .ol_in_ol{
    font-size: smaller;
    margin-top: 7px;
}



/* sibori HTML 作ってみよう */

/* 幅・位置 */
.making_juice_article{
    width: 1200px;
    margin: 0 auto;}

.mixer{
    width: 600px;
    border-right: 2px solid black;
}
.juicer{
    width: 600px;
    padding-left: 26px;
}

/* making_juice_flex_box 横並び */
.making_juice_flex_box{display: flex;}

/* テキスト　スタイル */
.making_juice_title{
    padding-left:5px;
    margin: 50px 0 30px 0;
    border-left: 4px solid orange;
}

.making_juice_flex_box h3{
    padding-left: 5px;
    margin-bottom: 10px;
    border-left: 4px solid rgb(252, 199, 102);
}

.making_juice_flex_box p{
    font-weight: lighter;
    margin-top: 5px ;
}

/* goods_for_juice_box ミキサー・ジューサー販売 */

.goods_for_juice_box{
    width: 200px;
    border: 1px solid black;  
    text-align: center;
    margin-top: 10px;
}


.goods_for_juice_box img{
    width: 100px;
}

.goods_for_juice_box a{
    color: black;
    font-size: 13px;
}
.goods_for_juice_box a:hover{
    color: red;
    opacity: 0.5;}
/* 使用した器具 */
.making_juice_article h4{margin: 30px 0 10px 35px;}



/* jquery slideshow */

.slideshow {
	margin: 0 0 10px 0;
	position:relative;
	width:100%;
    height: 900px;
	overflow:hidden;}

.slideshow img { position:absolute;
    top:0;
    left:0;
    z-index:8;
    width: 100%;}

.slideshow img.active { z-index:10; }

.slideshow img.last-active { z-index:9; }