@charset "UTF-8";
/* CSS Document */

/* ========================================
    全体設定
========================================= */
body {
	color:#000000;
	font-size: 14px;
	line-height: 1.4em;
	font-family: "メイリオ", "Meiryo", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color:#474747;
	text-decoration:none;
}


/* micro clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {clear: both;}
.cf {*zoom: 1;}


/* ========================================
    ヘッダー
========================================= */
.header {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(241, 238, 228, 0.25);
  width: 100%;
 
  background-color: #f2f2f2;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  
  /* ===padding: 12px;== */
}

.header-inner {

	width: 1200px;
	height: 96px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;

}

.header-logo {
	width: auto;
	margin:0 0 0 10px;
	line-height: 96px;
	justify-content: flex-start;
	
}

.header-logo img{
  width: 70px;
}


.header-nav-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  line-height: 96px;
}

.header-nav-list:hover {
	color: #be101e;
    transition : 0.5s;

}


.header-nav-link:hover {
	color: #be101e;
    transition : 0.5s;
}

.search-form-002 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
    border: 2px solid #2589d0;
    border-radius: 25px;
}


.header-right {
	display: flex;
}

 /* ==検索フォーム== */
 .form {
    display: flex;
    gap: 5px;
	
  }

.form-input {
	width: 130px;
	margin: 35px 0;
	line-height: 30px;
}


  .form-submit {
	margin: 35px 0;
    transition: opacity 0.3s;
	position: relative;
	height: 26px;
	width: 26px;
	outline: none;
	cursor: pointer;
  }

  .form-submit:hover {
    opacity: 0.7;
    cursor: pointer;
    transition : 0.5s;
  }




.form-submit img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==#buttonImage {
  background-image:url("../img/search.png");
  display:inline-block;
  margin-top:2px;
  width:16px;
  height:16px;
}

.form-submit{
  border:1px solid #3079ed;
  background-color:#4d90fe;
  width:100px;
  height:28px;
}== */

 
/* ==検索フォームここまで== */

.header-icon {
	display: flex;
    justify-content:space-around;
	
}

.header-icon img{
	height: 30px;
    width: 40px;
    line-height: 96px;
    margin: 31px 0 33px 25px;
}

.header-icon:hover {
    opacity: 0.7;
    cursor: pointer;
    transition : 0.5s;
  }




/* ========================================
    ヘッダー下
========================================= */
.header_under {
	position: fixed;
	z-index: 1;
  	top: 96px;
  	left: 0;
 	border-bottom: 1px solid rgba(241, 238, 228, 0.25);
	background-color: #a6c3ac;
	width: 100%;
	height: 38px;
	margin-bottom: 62px;
	text-align: center;
}

.header_under_text {
	color: #ffffff;
	line-height: 38px;
	
}

.header_under_text:hover {
    color: #8f7e61;;
    transition : 0.5s;

}


/* ========================================
    共通クラス
========================================= */
.inner {
	width: 1200px;
	margin: 200px auto;
	/* =margin-bottom: 200px;== */
	
}


/* ========================================
    shopping guide
========================================= */


/*ご注文の流れ*/

.shopping-guide {
	
}

.shopping-guide-title {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin: 30px 0;
}
.shopping-guide-subtitle {
   font-size: 20px;
    text-align: center;
    font-weight: normal;
    margin: 30px 0;
    background-color: #b3a998;
    line-height: 40px;
}


/*  */
.shopping-guide-contents {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
	margin-bottom: 100px;
  }

.shop-item {
    width: 40%;
	height: 280px;
	border: 1px solid;
	margin: 5px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  }

.shopping-guide-text-box {
    text-align: center;
	
}



.shopping-guide-title {
    font-size: 22px;
    font-weight: bold;
    margin: 30px 0;
	
}

.shopping-guide-subtitle {
	color: #ffffff;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}



.shopping-guide-text {
    width: 50%;
    margin: 0 auto;
    text-align: left;
}

.shopping-guide-text-item {
    line-height: 25px;
  }

/*送料とお支払い*/

.postage-box {
	padding: 0 80px;
}


.postage-title {
	margin-bottom: 10px;
	font-weight: bold;
}

.postage-text {
	padding-left: 20px;
	margin-bottom: 30px;
}

.postage-text p{
	line-height: 22px;
}

.postage-text-sub {
	margin: 10px 0 20px 0;
}

.bank {
	padding-left: 20px;
	
}

.shopping-guide-text-sub {
	font-size: 12px;
	color: #be101e;
}





/* .shopping-guide-contents { 
    max-width: ;
 
    display: flex;
}

.shop-item {
    width: 50%;
    display: flex;
}*/


/* ========================================
    フッター
========================================= */
div#footer_inner{
	background-color: #8f7e61;
	width: 100%;
	height: auto;
	color: #fff;
	
}

div#footer_top_wrapper {
	display: flex;
	/* ======flex-wrap: wrap;==== */
	justify-content: space-around;
	text-align: center;
	padding-top: 70px;
	height: 300px;
	border-bottom: 1px solid #b3a998;
}

div#footer_left_title {
    width: 100%;
     /* ==height: 43px;
    margin-bottom: 30px;
	text-align: center;*/
	
}


div#footer_left_title h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    /* ==border-bottom: 4px solid #fff; == */
    display: inline-block;
    padding-bottom: 15px;
    margin-right: 10px;
	line-height: 30px;
    margin-bottom: 15px;
	
}

.footer_icon_list {
  display: inline-block;
  display: flex;
  justify-content: center;
  gap: 20px;
}


div#footer_right_title {
    width: 100%;
     /* ==height: 43px;
    margin-bottom: 30px;
	text-align: center;*/
	
}


div#footer_right_title h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    /* ==border-bottom: 4px solid #fff; == */
    display: inline-block;
    padding-bottom: 15px;
    margin-right: 10px;
	line-height: 30px;
    margin-bottom: 15px;
	
}


.footer_icon_list li img:hover {
	opacity: 0.7;
    transition : 0.5s;

}

.footer_help_list {
  display: flex;
  justify-content: center;
  gap: 20px;
  line-height: 96px;
}

.footer_help_list li a{
	color: #fff;
}

.footer_help_list li a:hover {
	opacity: 0.7;
    transition : 0.5s;

}



div#footer_bottom_wrapper {
	background-color: #8f7e61;
	width: 100%;
	height:60px;
	text-align: center;
	line-height: 60px;
}

.footer-copylight {
  font-size: 12px;

}

