@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-logo img:hover {
  opacity: 0.7;
  cursor: pointer;
  transition : 0.5s;
}


.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: 75%;

	/* =margin-bottom: 200px;== */
	
}


/* ========================================
    section
========================================= */


#item {
    display: flex;
    justify-content: space-between;
    margin: 250px auto;
  }
  
  #item .item-image {
    max-width: 50%;
    flex-shrink: 0;
    margin-right: 60px;
  }

.item-image-coat {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

  #item .item-info p {
    margin-bottom: 60px;
    line-height: 1.9;
  }
  
  #item .item-info .item-title {
    height: 50px;
    display: flex;
    align-items: center;
    /* border-top: solid 1px #c3c3c3; */
    border-bottom: solid 1px #c3c3c3;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .item-info .order-table {
    width: 100%;
    margin-bottom: 20px;
  }
  #item .item-info .order-table .color,
  #item .item-info .order-table .size {
    width: 20%;
  }
  #item .item-info .order-table .quantity {
    width: 10%;
  }
 
  #item .item-info.order-table td {
    border-top: solid 1px #c3c3c3;
  }

  
#item .item-info .order-table td {
  border-top: solid 1px #c3c3c3;
}

#item .item-info .order-table th,
#item .item-info .order-table td {
  font-weight: normal;
  padding: 10px;
  border-right: solid 1px #c3c3c3;
  text-align: center;
}

#item .item-info .order-table th:last-child,
#item .item-info .order-table td:last-child {
  border-right: none;
}


#item .item-info .order-table select {
  width: 100%;
  border: solid 1px #c3c3c3;
  padding: 0 10px;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}


.cart-btn {
  width: 30%;
  background-color: #4B4B4B;
  color: #fff;
  display: block;
  line-height: 1;
  padding: 18px 0;
  margin: 30px auto 80px auto;
  text-align: center;
}

.cart-btn:hover{
  opacity: 0.7;
  cursor: pointer;
  transition : 0.5s;
}

#item .item-info .size-table {
  width: 100%;
  border-top: solid 1px #c3c3c3;
  border-left: solid 1px #c3c3c3;
}
#item .item-info .size-table .size {
  width: 16%;
}
#item .item-info .size-table .chest,
#item .item-info .size-table .weist,
#item .item-info .size-table .height {
  width: 28%;
}
#item .item-info .size-table th {
  background-color: #ecebeb;
}

#item .item-info .size-table th,
#item .item-info .size-table td {
  font-weight: normal;
  padding: 10px;
  border-right: solid 1px #c3c3c3;
  border-bottom: solid 1px #c3c3c3;
  text-align: center;
}







/* ========================================
    フッター
========================================= */
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;

}

