/* Scss Document */
img[src$=".svg"] {
  width: 100%;
  height: auto;
}
body.oshop{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.inner{
		width: 96%;
		margin: 0 auto;
	position: relative;
	}

#header{
	margin: 3em 0 1em;
}
#header .logo_area{
}
#header .header_menu{
}
#header .header_menu > ul{
	}
#header .header_menu > ul > li.site_logo {
		width: 140px;
	}
#header .header_menu > ul > li{
		display: inline-block;
		font-size: 1.2em;
	}
#header .header_menu > ul > li:first-child > a{
		color: #000;
		text-decoration: none;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		padding: 0 1em;
		margin: 0 1em;
	}

@media only screen and (max-width: 767px) {
	#header{
		margin-top: 5em;
	}
	#header .logo_area{
	text-align: center;
	width: 100%;
	max-width: 280px;
	margin: auto;
	}
	#header .header_menu{
	text-align: center;
	width: 100%;
	max-width: 280px;
	margin: 1em auto;
	}
	#header .header_menu > ul > li{
		display: block;
		margin: 0 auto;
	}
	#header .header_menu > ul > li.site_logo {
		position: absolute;
		top: -3.5em;
		right: 0;
	}
}
@media screen and (min-width: 768px) {
	.inner{
	max-width: 790px;
	margin: 0 auto;
	}
	#header .logo_area > a > img:first-child {
		max-width: 180px;
		margin-right: 1em;
		display: inline-block;
	}
	#header .logo_area > a > img:last-child {
		max-width: 250px;
		display: inline-block;
	}
	#header .header_menu{
		position: absolute;
		right: 0;
		bottom: 0.5em;
	}
	
}
/*-----------*/
#mainv{
}
#mainv figure{
	width: 100%;
	max-width: 1400px;
	margin: auto;
	height:auto;
	position: relative;
}
#mainv figure img{
	width: 100%;
}
#mainv figure figcaption{
	position: absolute;
	right: 1em;
	bottom: 1em;
	color: #fff;
	text-shadow:1px 1px 2px #333;
}
/*-----------*/
#summery{
	text-align: center;
	font-size: 2em;
	padding: 1.5em 0;
	line-height: 1.8em;
	border-bottom: 2px solid #eee;
}
/*-----------*/
#items{
	
}
#items .item_blk{
	padding: 4em 0;
	border-bottom: 2px solid #eee;
}
#items .item_blk > .inner{
	display: flex;
	justify-content:space-between;
}
#items .item_blk > .inner > div{
	width: 46%;
}
#items .item_blk > .inner > div.item_txts{
	order: 2;
}
#items .item_blk > .inner > div.item_photos{
	order: 1;
}
#items .item_blk > .inner > div.item_txts .copy{
	font-size: 1.75em;
	color: #E8382F;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
}
#items .item_blk > .inner > div.item_txts .item_name{
	font-size: 3em;
	letter-spacing: 0.2em;
	font-weight: normal;
	margin-bottom: 1em;
}
#items .item_blk > .inner > div.item_txts > dl{
	font-size: 1.4em;
	margin-bottom: 1.5em;
}
#items .item_blk > .inner > div.item_txts > dl > dt{
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	margin-bottom: 0.5em;
}
#items .item_blk > .inner > div.item_txts > dl.item_list dd ol{
	
}
#items .item_blk > .inner > div.item_txts > dl.item_list dd ol li{
	border-bottom: 1px solid #ccc;
	list-style-position: inside;
	padding: 0.5em 0;
	position: relative;
}
#items .item_blk > .inner > div.item_txts > dl.item_list dd ol li:first-child{
	border-top: 1px solid #ccc;
}
#items .item_blk > .inner > div.item_txts > dl.item_list dd ol li > span{
	position: absolute;
	right: 0;
}
#items .item_blk > .inner > div.item_txts > dl.item_price{
}
#items .item_blk > .inner > div.item_txts > dl.item_price dd em{
	font-size: 2.5em;
	font-style: normal;
	margin-left: 1.5em;
	letter-spacing: 0.1em;
}
#items .item_blk > .inner > div.item_txts > a.btn_buy {
	display: block;
	margin-bottom: 0.5em;
	background: #F08300;
	color: #fff;
	text-decoration: none;
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: bold;
	text-align: center;
	border-radius: 0.2em;
	font-size: 1.4em;
	padding: 1em;
	position: relative;
}
#items .item_blk > .inner > div.item_txts > a.btn_buy:after{
	content:"◢";
	position: absolute;
	right: 0.4em;
	bottom: 0.2em;
	font-size: 0.6em;
}

#items .item_blk > .inner > div.item_photos > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
#items .item_blk > .inner > div.item_photos > ul >li{
	width: 46%;
	margin-bottom: 4%;
}
#items .item_blk > .inner > div.item_photos img{
	width: 100%;
}
@media only screen and (max-width: 767px) {
	#items .item_blk > .inner{
		display: flex;
		flex-direction: column;
	}
	#items .item_blk > .inner > div{
		width: 98%;
		margin: 1%;
	}
	#items .item_blk > .inner > div.item_txts{
		order: 1;
	}
	#items .item_blk > .inner > div.item_photos{
		order: 2;
	}
}
#guide{
	background: #FFF6E9;
	padding: 2em;
}
#guide h2{
	text-align: center;
	font-size: 1.8em;
	margin-bottom: 1em;
	font-weight: normal;
	letter-spacing: 0.2em;
}
#guide h3{
	font-size: 1.6em;
	margin-bottom: 1em;
	font-weight: normal;
	letter-spacing: 0.1em;
}
#guide .guide_blk01{
	margin-bottom: 2em;
	font-size: 1.2em;
}
#guide .guide_blk01 > ol{
	margin-left: 1em;
	line-height: 1.8;
	margin-bottom: 1em;
}
#guide .guide_blk01 > ol > li{
	list-style:dercimal;
}
#guide .guide_blk01 > ul{
	display: flex;
	justify-content: space-between;
}
#guide .guide_blk01 > ul > li{
	width: 48%;
}
#guide .guide_blk01 > ul > li > table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
#guide .guide_blk01 > ul > li > table th,
#guide .guide_blk01 > ul > li > table td{
	border: 1px solid #898989;
	padding: 0.25em;
	text-align: center;
}
#guide .guide_blk01 > ul > li > table th{
	background: #898989;
	color: #fff;
	font-weight: normal;
}
#guide .guide_blk01 > ul > li > table td span{
	font-size: 1.4em;
}
#guide .guide_blk02{
	font-size: 1.2em;
	display: flex;
	justify-content: space-between;
}
#guide .guide_blk02 > dl{
	width: 48%;
	
}
#guide .guide_blk02 > dl > dt{
	background: #898989;
	color: #fff;
	font-weight: normal;
	padding: 0.2em 0.5em;
	margin-bottom: 0.5em;
}
#guide .guide_blk02 > dl > dt + dd{
margin-bottom: 2em;	
}
#guide .guide_blk02 > dl > dt + dd.company{
}
#guide .guide_blk02 > dl > dt + dd.company > ul{
}
#guide .guide_blk02 > dl > dt + dd.company > ul li{
	border-bottom: 1px solid #898989;
	position: relative;
	padding: 0.2em;
}
#guide .guide_blk02 > dl > dt + dd.company > ul li span{
	display: block;
	padding-left: 6em;
	margin-top: -1.5em;
}
#guide .guide_blk02 > dl > dt + dd.payment > dl{
	margin-bottom: 1em;
}
#guide .guide_blk02 > dl > dt + dd.payment > dl dt{
	border: 1px solid #898989;
	padding: 0.3em;
	width: 7em;
	text-align: center;
}
#guide .guide_blk02 > dl > dt + dd.payment > dl dd{
	padding-left: 8em;
	margin-top:-4em;
}
#guide .guide_blk02 > dl > dt + dd.shipping{
}
#guide .guide_blk02 > dl > dt + dd.shipping p{
	margin-bottom: 1em;
}
#guide .guide_blk02 > dl > dt + dd.shipping > dl{
	margin-bottom: 1em;
}
#guide .guide_blk02 > dl > dt + dd.shipping > dl dt{
	border: 1px solid #898989;
	padding: 0.3em;
	width: 7em;
	text-align: center;
}
#guide .guide_blk02 > dl > dt + dd.shipping > dl dd{
	padding-left: 8em;
	margin-top:-2em;
}
#guide .footnote_list{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 0.9em;
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
	#guide .guide_blk01 > ul{
	display: flex;
	flex-direction:column;
	}
	#guide .guide_blk01 > ul li{
		width: 100%;
	}
	#guide .guide_blk02{
		display: flex;
		flex-direction:column;
	}
	#guide .guide_blk02 > dl{
		width: 100%;
	}
}
#footer{
	padding-top: 4em;
	padding-bottom: 2em;
}
#footer ul{
	display: flex;
	justify-content:center;
	align-items:center;
}
#footer ul li{
	margin: 2%;
	max-width: 10%;
}
#footer ul li img{
	width: 100%
}

@media only screen and (max-width: 767px) {
	#footer ul{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}
	#footer ul li{
		max-width: 25%;
	}
}
@media screen and (min-width: 768px) {	
}



/*form*/
#form.oshop{
	
}
#form.oshop input,
#form.oshop textarea{
	border: 1px solid #878787;
	max-width: 100%;
	padding: 0.2em;
}
#form.oshop select{
	border: 1px solid #878787;
}
#form.oshop input[type='submit']{
background: #f00;	
border: none;
color: #fff;
}
#form.oshop input[type='submit'],
#form.oshop input[type='reset']{
padding: 0.5em;
}

@media only screen and (max-width: 767px) {
	#form.oshop .inquiry_01{
	overflow-x: scroll;
	width: 100%;
}
#form.oshop .inquiry_01 table{
	width: 200%;
	
}
}


