@charset "UTF-8";

/*汎用設定*/
body
{
    line-break: strict;
    word-break: break-all;
    text-justify: distribute;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    background-color: #FFFFFF;
    text-align: center;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #666666;
}
a:link{
    color: #FFFFFF;
    text-decoration: none;
}
a:visited{
    color: #C0C0C0;
}
a:hover{
    color: #EBE668;
}
/*PCSP表示設定*/	
.pc{
	margin: 0px auto;
	display: block;
}
.sp{
	display: none;
}
/*float解除*/		
.clear{
	clear:both;
	}
/*背景色設定*/	
.gray{
	background-color:#d6d6d6;
	}
/*padding*/
.pt1{
	padding-top: 1rem;
}
.pt2{
	padding-top: 2rem;
}
.pt3{
	padding-top: 3rem;
}
/*マージン*/
.mt0{
	margin-top: -1rem;
}
.mb0{
	margin-bottom: 0px;
}
.mb2{
	margin-bottom: 2rem;
}

/*ヘッダー設定*/		
#header-wrap{
    width: 100%;
    margin: 0px auto;
    max-width: 1100px;
}
#header-wrap .header {
    width: 100%;
    background-image: url(../img/pc_key.png);
    margin: 0px auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 0px;
    padding-top: 62.7273%;
}
.header h1{
	display: none;
}
/*ヘッダーロゴ・ソーシャル設定*/
.common-hd{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
    min-height: 30px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-top: -62.7273%;
    flex-direction: row-reverse;
}
.common-hd .logo{
	align-items: center;
	width: 20%;
	justify-content: flex-start;
	text-align: left;
}
.common-hd .logo a{
	width: 50%;
	max-width: 150px;
}

.common-hd .logo img{
    width: 100%;
    min-width: 50px;
    max-width: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#copyright .sns{
	vertical-align: middle;
	width: auto;

}
#copyright .sns img{
    margin: 2px;
    width: 30%;
    max-width: 50px;
}
/*ヘッダーメニュー設定*/
.menu{
    font-size: 1rem;
    line-height: 3rem;
    letter-spacing: normal;
    text-align: center;
    width: 100%;
    margin-top: 2rem;
    margin-right: auto;
    margin-left: auto;
    padding: 1rem;
    margin-bottom: 0px;
	}
.menu h2{

}	
.menu img{
    max-width: 700px;
    height: auto;
    width: 100%;
}


/*コンテンツ設定*/	
#wrap{
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	max-width: 1000px;
}
/*コンテンツ共有設定*/
#contents01,#contents02{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 2em;
	padding-bottom: 5em;
}
.content-wrap{
	width: 100%;
	max-width: 980px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	margin: 0px auto;
	padding-right: 20px;
}
#contents02 .content-wrap{
	background-color: #BA8F5B;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 3rem;
	box-sizing: border-box;
	color: #FFFFFF;
	font-size: 2rem;
	}
.fig {
    width: 100%;
    margin-top: 5rem;
}
.fig img{
    width: 100%;
}
.fig .inst{
    padding-top: 2%;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 4rem;
}

.inst .btn{
    width: auto;
    margin: 2rem auto;
}
.inst .btn a{
    background-color: #EBE668;
    border-radius: 1rem;
    padding: 1rem;
    display: block;
    width: 100%;
    font-size: 1.5rem;
    color: #696969;
}
.inst .btn a:hover{
    color: #FFFFFF;
    
}
/*タイトル設定*/
.ttl{
    margin-bottom: 3em;
    width: 100%;
    margin-top: 5rem;
    background-size: contain;
}
.photo .ttl{
    margin-bottom: 1em;
    width: 100%;
    margin-top: 0rem;
}
/*タイトル－画像*/
.ttl img{
	width:100%;
	}
/*タイトル－文字*/	
.ttl .title{
	color: #000000;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.2em;
	font-size: 3em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}	
/*画像リスト枠*/
/*商品詳細*/
.itemlist {
    width: 100%;
    position: relative;
    color: #FFFFFF;
}
.StyleF_Frame_{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	}

.StyleF_Item_ {
    width: 23%;
    height: auto;
    position: relative;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-flow: column wrap;
    border: 1px solid #686868;
    border-radius: 10px;
    background-color: #686868;
    overflow-x: hidden;
    overflow-y: hidden;
    color: #FFFFFF;
}
.StyleF_Item_:after {
	display: none;
	clear: both;
	content: "";
	padding-bottom: 20%;
}

.StyleF_Item_ a {
}
.StyleF_Item_ .img_ {
	position: relative;
	padding: 100% 0 0 0;
	margin-bottom: 0.5em;
	background-color: #FFFFFF;

}
.StyleF_Item_ .img_ .goods_img_ {
	width: 100%;
	height: 100%;
}

.StyleF_Item_ .img_ img {
max-width: 100%;
max-height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}

.StyleF_Item_ .name_ {
    font-size: 0.9rem;
    line-height: 1.1rem;
    font-weight: bold;
    overflow: hidden;
    padding: 1em;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
}
.StyleF_Item_ .price_ {
	font-size: 1em;
	padding-top: 0.5rem;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0.5rem;
	font-weight: bold;
	width: 80%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px auto;
	border-top: 1px solid #FFFFFF;
}
.StyleF_Item_ .price_ .small_ {
	font-size: 0.7rem;
}
.StyleF_Item_ .rdt_ {
	font-size: 0.8rem;
	line-height: 1.0rem;
	padding: 1em;
	font-weight: bold;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.StyleF_Item_ .comment_ {
	font-size: 0.7rem;
	overflow: hidden;
	height: 0px;
	display: none;
}
.StyleF_Item_ .cart_ {
	text-align: center;
	bottom: 0;
	left: 1px;
	right: 0%;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.StyleF_Item_ .pre_sales_{
	display: none;
	}
/*SPボタン*/

input[type="button"]   { -webkit-appearance: none;
    border-radius: 0;
}
input[type="button"].cart_btn_.order_ {
	font-size: 1.5rem;
	color: #FFF;
	padding: 8px 20px;
	border: 1px solid #000;
	background-color: #F22079;
	font-weight: bold;
	width: 100%;
	margin: 8px auto;
}

input[type="button"].cart_btn_.reservation_ {
	font-size: 1.5rem;
	color: #FFF;
	padding: 8px 20px;
	border: 1px solid #000;
	background-color: #F22079;
	font-weight: bold;
	width: 100%;
	margin: 8px auto;
}

.cart_btn_ {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    line-height: 30px;
    text-align: center;
    /* margin: 10px 0; */
    width: 100%;
    border: none;
    color: #ffffff;
    display: block;
}
.cart_btn_.sold_out_ {
	font-size: 1.5rem;
	color: #FFF;
	padding: 8px 20px;
	border: 1px solid #000;
	background-color: #4262C7;
	font-weight: bold;
	width: 100%;
	position: relative;
	margin: 8px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cart_btn_.closed_ {
	font-size: 1.5rem;
	color: #FFF;
	padding: 8px 20px;
	border: 1px solid #000;
	background-color: #4262C7;
	font-weight: bold;
	width: 100%;
	position: relative;
	margin: 8px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}	
/*フッター*/

#copyright
{
    width: 100%;
    text-align: center;
    padding-top: 1em;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 1em;
    margin: 0px auto;
    background-color: #686868;
    color: #666666;
    background-image: url(../img/hd_bg.png);
    background-size: cover;
}
.attention{
	padding: 1rem 1rem 3rem;
	font: 1rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 0px;
}

/*上に戻るボタン*/

#page-top
{
	position: fixed;
	bottom: 20px;
	right: 20px;
}
/*テキスト設定*/
.small{
	font-size: 0.8em
}
.medium{
	font-size:1em
	}
.large{
	font-size: 1.5em
	}
.xlarge{
	font-size: 1.8em;
	}	
.pnk{
	color:#E44A91;
	}
.red{
	color: #B52828;
	}	
.blank{
	display: inline-block;
		}	

@media (max-width: 900px){
.menu h2{
    font-size: 1.2rem;
    line-height: 2.2rem
}   
.StyleF_Item_ {
    width: 31%;
    }
}
@media (max-width: 600px){
.StyleF_Item_ {
    width: 48%;
    }    
}
@media (max-width: 480px){
.common-hd{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
    min-height: 30px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-top: -100%;
    flex-direction: row-reverse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}  
.common-hd .logo{
	align-items: center;
	width: 30%;
	justify-content: flex-start;
	text-align: left;
}    
#header-wrap .header {
    width: 100%;
    background-image: url(../img/sp_key.png);
    margin: 0px auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 0px;
    padding-top: 100%;
}    
.menu h2{
    font-size: 1rem;
    line-height: 2rem
}  
.fig {
    width: 100%;
    margin-top: 2rem;
}  
.inst .btn a{
    font-size: 1rem;
}  
}
