@charset "UTF-8";
/*================================================================
●●●●●●●●●●●●●●website mimimiya ●●●●●●●●●●●●●●●
●●●●●●●●●●●●●●トップページ　HTML ●●●●●●●●●●●●●●●
================================================================*/
/*================================
			基本設定
================================*/

*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
}

a{
    transition: 0.2s;
}

a:hover{
	color: #c12730;
}


/* google fonts */
.stick-regular {
  font-family: "Stick", sans-serif;
  font-weight: 400;
  font-style: normal;
}


body {
	color: #6b492e;
	background: url("images/background_img.png");
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}


.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}    

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*================================
			ヘッダー
================================*/

header{
	width: 100%;
	height: 140px;
	/*background-color: #ebebe6;*/
	background: url("images/background_img2.png");
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

h1 img{
	width: 402px;
	margin-left: 50px;
    transition: 0.2s;
}

h1 img:hover{
	opacity: 0.7;
}

/*　ヘッダーメニュー*/
nav{
	height: 140px;
	display: flex;

}

nav ul#menu{
	display: flex;
	margin-right: 62px;
}

nav ul#sns{
	display: flex;
	margin-right: 50px;
}

nav ul li{
	padding: 0 10px;

}

nav ul li a{
	color: #6b492e;
	font-size: 18px;
	line-height: 140px;
    font-family: "Zen Maru Gothic", sans-serif;
}


ul#sns li a img{
	width: 32px;
    transition: 0.2s;
}

ul#sns li a img:hover{
	opacity: 0.7;
}

ul li#cart a img{
    transition: 0.2s;
}

ul li#cart a img:hover{
	opacity: 0.7;
}

/*================================
　　メイン
================================*/
div#wrapper{
	margin: 140px auto 0 auto;

}

/*　メインビジュアル　*/
div#main{
	width: 100%;/*1920px*/
	/*height: auto;*//*960px*/
	margin: 0 auto;

	position: relative;
}


div#main p{
	position: absolute;
	top: 30px;
	left: 25px;
}/*ロゴの白フチも画像サイズに含める*/


div#main img{
	width: 100%;
	height: auto;
	display: block;
}

/*　特集　*/

div#special ul{
	/*width: 1920px;*/
	margin: 40px auto;
	display: flex;
	justify-content: center;
}

div#special ul li{
	margin-right: 20px;
}

div#special ul li:last-child{
	margin-right: 0;
}

div#special ul h2{
	  font-family: "Zen Maru Gothic", sans-serif;
}

div#special ul li img{
	width:100%;
	height: auto;
    transition: 0.2s;
}

div#special ul li img:hover{
	 opacity: 0.7;
}

/*おしらせ*/
div#news{
	width: 940px;/*960*/
	/*height: 104px;152*/
	margin: 0 auto;

}

div#news h3{
	font-size: 32px;
	text-align: center;
	margin: 0 auto 30px auto;
	width: 154px;
	background: url("images/line.png")repeat-x bottom;
	padding-bottom: 5px;
	
	  font-family: "Zen Maru Gothic", sans-serif;
}

div#news dl{
    height: 152px;
    background-color: #ebebe6;
    padding: 20px 24px 8px 24px;
    overflow: scroll;
    display: flex;
    flex-wrap: wrap;
}

div#news dl dt{
    font-size: 16px;
    width: 100px;
	justify-content: space-between;
    margin-bottom: 16px;

}

div#news dl dd{
	font-size: 16px;
	width: 775px;
	margin-bottom: 16px;

}
/*div#news ul li span{

}*/

div#news dl dd a{
	color: #6b492e;
}

div#news dl dd a:hover{
	color: #c12730;
}


/*================================
			アバウト
================================*/

div#about{
	margin-top: 63px;
	margin-bottom: 120px;
}


div#about ul{
	/*width: 1920px;*/
	display: flex;
	justify-content: center;
}

div#about ul li{
	margin-right: 34px;
}

div#about ul li:last-child{
	margin-right: 0;
}

div#about ul li img{
    transition: 0.2s;
}
div#about ul li img:hover{
	 opacity: 0.7;
}

/*================================
			おすすめ商品
================================*/
div#pickupproduct{
	justify-content: center;
	text-align: right;
	width: 940px;
	margin: 0 auto;
	padding-bottom: 94px;
}

div#pickupproduct h3{
	font-size: 32px;
	text-align: center;
	margin: 0 auto 30px auto;
	
	font-family: "Zen Maru Gothic", sans-serif;
	
	width: 205px;
	background: url("images/line.png")repeat-x bottom;
	padding-bottom: 5px;
}


/*おすすめ商品インナー*/
div#pickupproduct_inner{
	width: 940px;/*960*/
	/*height: 104px;152*/
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div#pickupproduct_inner dl{

	width: 228px;
	margin-bottom: 47px;
	background-color: #fff;
}

div#pickupproduct_inner dl a{
	display: block;
	color: #6b492e;
}

div#pickupproduct_inner dl a:hover{
	background-color: rgba(107,73,46,0.5);
	color: #ebebe6;
}

div#pickupproduct_inner dl dt{
	width: 226px;
	margin-bottom: 8px;
	border: 1px solid #b4a395;
	}

div#pickupproduct_inner dl dt img{
	width: 100%;
	height: auto;
	display: block;	
}


div#pickupproduct_inner dl dt img:hover{
	 opacity: 0.7;
}

div#pickupproduct_inner dl dd{
	font-size: 16px;
	width: 228px;
	margin-bottom: 8px;
}


div#pickupproduct_inner dl dd h5{
	font-size: 16px;
	padding-left: 5px;
	text-align: left;
}

div#pickupproduct_inner dl dd h4{
	font-size: 18px;
	text-align: center;
	
	  font-family: "Zen Maru Gothic", sans-serif;
}

div#pickupproduct_inner dl dd p{
	font-size: 16px;
	text-align: right;
	padding-right: 5px;
}




/*arrow付リンク*/ /*aはインライン要素*/
a.arrow{
	font-size: 32px;
	color: #6b492e;
	font-family: "Zen Maru Gothic", sans-serif;
	padding-left: 32px;
	background: url("images/arrow_brown.png")no-repeat left;
}

a.arrow:hover{
	color: #c12730;
}


/*================================
			フッター
================================*/
div#pagetop{
	width: 960px;
	margin: 0 auto;
	position: relative;
}

div#pagetop a{
	position: absolute;
	top: -75px;
	right: -100px;
}

footer{
	width: 100%;
	text-align: center;
	line-height: 100px;
	background-color:  #ebebe6;
	display: flex;
	justify-content: space-between;
	font-family: "Zen Maru Gothic", sans-serif;

}

div#footerinner{
	text-align: center;
	line-height: 100px;
}

div#footerinner ul{
	display: flex;
	/*margin-left: 50px;*/
	padding-left: 50px;
	height: 68px;
}

div#footerinner  ul li{
	margin-right: 32px;
}

div#footerinner  ul li a{
	color: #6b492e;
}

div#footerinner  ul li a:hover{
	color: #c12730;
}

footer p{

	padding-right: 50px;
}






/*===============================
コーヒー・ぬいぐるみセットページ
================================*/
/*---背景---*/
body#bundle{
    background: url("images_bundle/background_nami.png")no-repeat center bottom;
    background-size: 100%;
}


/*---紹介文---*/

/*キャッチフレーズ*/
p#catch{
    font-size: 40px;
    width: 480px;
    margin: 54px auto 0 auto;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 40px;
}

#catch_line1{
    display: inline-block;
    text-align: left;
}

#catch_line2{
    display: inline-block;
    margin-left: 3em;
     text-align: right;
}

/*文章*/
div#comment{
    justify-content: center;
    margin: 0 auto;
    width: 960px;
    margin-bottom: 160px;
}

div#comment p{
    font-size: 16px;
    line-height: 2;
    padding: 60px 80px;
    margin-top: 10px;
    margin-bottom: 100px;
    color: #6b492e;
    background-color: #ebebe6;
    border-radius: 30px;
}



/*---ラインナップ---*/
div#bundle_list{
	justify-content: center;
	width: 1508px;
	margin: 0 auto;
    margin-bottom: 80px;
	padding-bottom: 94px;
    font-family: "Zen Maru Gothic", sans-serif;
        color: #fff;

}

div#bundle_list h3{
	font-size: 32px;
	text-align: center;
	margin: 0 auto 30px auto;
	width: 205px;
	background: url("images/line.png")repeat-x bottom;
	padding-bottom: 5px;
    margin-bottom: 80px;
}


/*セット商品インナー*/
div#bundle_inner{
	/*width: 940px;*//*960*/
	/*height: 104px;152*/
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

div#bundle_inner dl{
    display: flex;

	margin-bottom: 47px;
}


div#bundle_inner dl a:hover{
	background-color: rgba(107,73,46,0.5);
	color: #ebebe6;
}

div#bundle_inner dl dt{
	margin-bottom: 8px;
	}

div#bundle_inner dl dt img{
	height: auto;
	display: block;	
}

div#bundle_inner dl dd{
	font-size: 16px;
	margin-bottom: 8px;
}


div#bundle_inner dl dd h5{
	font-size: 25px;
	padding-left: 24px;
    margin: 16px 0;
}

div#bundle_inner dl dd p{
    line-height: 2;
	font-size: 16px;
	padding-left: 32px;
     margin-bottom: 65px;
}



div#bundle_inner dl a{
	color: #fff;
}

div#bundle_inner dl img:hover{
	 opacity: 0.7;
}

/*arrow付リンク*/ /*aはインライン要素*/
div#bundle_inner dl a.bundle_arrow{
	font-size: 24px;
	color: #fff;
	font-family: "Zen Maru Gothic", sans-serif;
	padding-left: 80px;
	background: url("images/arrow_white.png")no-repeat;
    background-position: 50px;
    line-height: 29px;
}

div#bundle_inner dl a.bundle_arrow:hover{
	color: #c12730;
}




/*===============================
お問い合わせページ
================================*/

#contact_wrapper{
    width: 800px;
    margin: 140px auto 0 auto;
    padding: 100px 0;
}

#contact_wrapper h2{
    font-size: 32px;
	text-align: center;
	margin: 0 auto 30px auto;
	font-family: "Zen Maru Gothic", sans-serif;
	width: 205px;
	background: url("images/line.png")repeat-x bottom;
	padding-bottom: 5px;
}

#contact_wrapper p{
    margin-bottom: 20px;
    line-height: 2;
}

table tr th label{
    font-size: 18px;
    font-weight: normal;
}

span.required{
    color: #c12730;
}

table.contact_table{
    width: 800px;
    margin-bottom: 50px;
    border-collapse: collapse;
}

th.contact_item,td.contact_body{
    padding: 10px;
    border: 1px solid #6b492e;
}


th.contact_item{
    text-align: center;
    width: 30%;
    background-color: #ebebe6;
}

td.contact_body{
    width: 70%;
    background-color: #fff;
}

#name,#mail,#category,#text_area{
    width: 100%;
    height: 24px;
    border: 1px solid #ebebe6;
}

#text_area{
    height: 200px;
}

#button{
    text-align: center;
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #6b492e;
    background-color: #ebebe6;
    border: 1px solid #6b492e;
}

#button:hover{
    cursor: pointer;
}


/*-----------タブレット-------------
@media (min-width: 768px){

     body{
        max-width: 778px;
    }
    
    .view ul li{
        
    }

}

ハンバーガーメニューにしまうコード書く


*/
