@charset "UTF-8";
/**************************************************
  商品情報
***************************************************/

/* -----------------------------------------------
  商品トップ
-------------------------------------------------- */
/* 
  商品トップ検索
-------------------------------------------------- */
.shopsearch{
	width: 96%;
    max-width: 800px;
    text-align: center;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    padding-top: 1%;
    padding-bottom: 1%;
}
.shopsearch .sea_ttl{
    min-width: 100px;
    width: 30%;
	position: absolute;
	top: 50%;
	left: 0;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
    text-align: center;
    font-size: 30px;
    font-weight: normal;
}
.shopsearch .sea_ttl img{
    width: 100%;
}
.shopsearch .searchbox{
    width: 70%;
    margin-left: 30%;
}
.shopsearch .searchbtn{
    width: 30%;
    float: left;
}
.shopsearch .spsrc {
	overflow: hidden;
}
.shopsearch input[type=search] {
	width: 100%;
	box-sizing: border-box;
	font-size: 20px;
	height: 50px;
	border: 1px solid #CCC;
	float: left;
	background-repeat: repeat-x;
	line-height: 30px;
	text-indent: 10px;
	background-color: #FFFFFF;
	color: #666666;
}
.shopsearch button[type=submit] {
    float: right;
    font-size: 1px;
    width: 90px;
    height: 50px;
    border: none;
    padding: 0;
    background-image: url(../../images/item/sea_btn.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    text-indent: -9999px;
    background-position: center center;
    cursor : pointer;
}

input::focus::placeholder {
  color: transparent;
}

/* 
  新商品
-------------------------------------------------- */
.regular.slider.newitem{
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
}
.regular.slider.newitem div{
    width: 100%;
}
.newitem img{
    width: 90%;
    border: 1px solid #999999;
    border-radius: 5%;
    margin-left: 5%;
}
.newitem p{
    width: 90%;
    margin-left: 5%;
}
/* 
  ラインナップ
-------------------------------------------------- */
.lineup ul{
    width: 60%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.lineup ul li{
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%;
}
.lineup ul li img{
    width: 100%;
}
.lineup ul li.kodawari{
    width: 98%;
}
@media only screen and (max-width: 767px) {
.lineup ul{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
}

/*
  オンラインショップ
-------------------------------------------------- */
.shop_btn img{
    width: 94%;
	min-width: 300px;
}

/* -----------------------------------------------
  商品情報全体
-------------------------------------------------- */

/* 
  サイドメニュー
-------------------------------------------------- */
.sidemenu{
    width: 23%;
    float: left;
}
.sidemenu img{
    width: 100%;
}
/* 
  サイド検索
-------------------------------------------------- */
.sidesearch{
}
.sidesearch .searchbox{
    width: 100%;
    margin-top: 5%;
}
.sidesearch .searchbtn{
    width: 100%;
    float: left;
}
.sidesearch .spsrc {
	overflow: hidden;
}
.sidesearch input[type=search] {
	width: 100%;
	box-sizing: border-box;
	font-size: 18px;
	height: 40px;
	border: 1px solid #CCC;
	float: left;
	background-repeat: repeat-x;
	line-height: 40px;
	text-indent: 10px;
	background-color: #FFFFFF;
	color: #666666;
}
.sidesearch input[type=submit],
.sidesearch button{
    float: right;
    font-size: 1px;
    width: 50px;
    height: 40px;
    border: none;
    padding: 0;
    background-image: url(../../images/item/side_sea_btn.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    text-indent: -9999px;
    background-position: center center;
    cursor : pointer;
}

/* 
  サイドラインナップメニュー
-------------------------------------------------- */
.sidelineup{
    margin-top: 3%;
}
.sidelineup ul{
    border-top: 1px solid #B3B3B3;
}
.sidelineup ul li{
    border-bottom: 1px solid #B3B3B3;
    background-repeat: no-repeat;
    background-image: url(../../images/common/arrow_01.png);
    background-position: right 10px center;
    height: 60px;
    line-height: 60px;
    text-indent: 10px;
    font-size: 20px;
}
.sidelineup ul li a{
    height: 60px;
    width: 100%;
    display: block;
}
.sidelineup ul li a:hover{
    text-decoration: none;
    background-color: #FFF4DF;
	background-repeat: no-repeat;
    background-image: url(../images/common/arrow_01.png);
    background-position: right 10px center;
}


/* 
  ラインナップ
-------------------------------------------------- */
.itemlineup{
    width: 75%;
    float: right;
}
.itemlineup li{
    width: 31%;
    float: left;
    margin-left: 2%;
}
.itemlineup li img{
    width: 100%;
	border: 1px solid #999999;
    border-radius: 5%;
}

/* 
  商品スペック
-------------------------------------------------- */
/*.itemspec{
    width: 75%;
    float: right;
}*/
.itemspec h2{
    font-size: 20px;
    border-top: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
    font-weight: normal;
    padding: 10px;
}
.itemspec .caption{
    font-size: 18px;
    border: 5px solid #FAD992;
    font-weight: normal;
    padding: 10px;
    margin-top: 3%;
    background-image: url(../../images/item/cap_bg.jpg);
}
.itemspec .photo{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 3%;
}.itemspec .photo img{
    width: 100%;
}
.itemspec h3{
    margin: 0;
    font-size: 24px;
    border-bottom: 2px solid #B3B3B3;
    padding-bottom: 5px;
    margin-bottom: 15px;
    position: relative;
    font-weight: normal;
}
.itemspec h3:before {
    content:  '';                 
    width: 20%;                  
    height: 2px;                   
    background-color: #DB4F03;      
    display:  block;               
    position:  absolute;            
    left:  0;                      
    bottom: -2px;                  
}

/* 商品スペックテーブル */
.itemspec th {
    background: #FEF7E9;
    border: solid 1px #ccc;
    padding: 10px;
    font-weight: normal;
    white-space: nowrap;
    width: 20%;
    text-align: center;
}
.itemspec td {
    border: solid 1px #ccc;
    padding: 10px;
}

/* -----------------------------------------------
  PC
-------------------------------------------------- */
@media screen and (min-width: 768px){	

}


/* -----------------------------------------------
  SmartPhone
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
.itemlineup{
    width: 100%;
    float: none;
}
.itemlineup li{
    width: 31%;
    float: left;
    margin-left: 2%;
}
.itemspec{
    width: 100%;
    float: none;
}
/* 商品スペックテーブル */
.itemspec table {
    width: 96%;
  }
.itemspec th,.itemspec td {
    display: block;
    width: 100%;
    border-bottom-style: none;
  }
.itemspec tr:last-child td {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
}	
@media only screen and (max-width: 380px) {
.shopsearch .sea_ttl{
    display: none;    
}
.shopsearch .searchbox{
    width: 100%;
    margin-left: 0;
}
.itemlineup li{
    width: 48%;
}
}

