@charset "UTF-8";

/*******************************************
    reset
*******************************************/
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;list-style:none;word-break:break-all;word-wrap:break-word}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#fff;text-decoration:none}ins,mark{color:#000}mark{background-color:#ff9;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}img{vertical-align:text-bottom}


/*******************************************
    clearfix
*******************************************/
.cf:after{content:".";display:block;height:0;font-size:0;clear:both;visibility:hidden}.cf{display:inline-block}* html .cf{height:1%}.cf{display:block}


/*******************************************
    basic
*******************************************/
html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	font:16.5px/2.0 "ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",'MS PGothic',Arial;
	font-weight:bold;
	color:#333;
	background:#fff;
}
a {
	outline:none;
	text-decoration:none;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
button {
	outline:none;
}
.spOnly {
	display:none;
}
.wrap {
	width:994px;
	margin:0px auto;
	position:relative;
}
#intro {
	margin-top:-53px;
	padding-bottom:65px;
	color:#595959;
	background:url(../images/intro_bg.jpg) center top no-repeat;
}
.intro__top {
	width:860px;
	height:300px;
	padding:10px 420px 0 10px;
	margin:50px auto 0;
	background:url(../images/intro_top_bg.png) center center no-repeat;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.intro__top > p span {
	padding-left:65px;
	display:block;
}

.intro__profile {
	width:922px;
	height:650px;
	margin:42px auto 0;
	background:url(../images/intro_profile_bg.png) center center no-repeat;
	position:relative;
}
.intro__profile__tit {
	text-align:center;
}
.intro__profile__tit img {
	width:394px;
}
.intro__profile__list {
	width:380px;
	margin:20px 0 0 465px;
}
.intro__profile__list li {
	padding-left:18px;
	margin-bottom:12px;
	font-size:15px;
	line-height:1.6em;
	position:relative;
}
.intro__profile__list li:before {
	content:"●";
	font-size:12px;
	color:#fbf266;
	position:absolute;
	top:1px;
	left:0;
}
.txt_min{
    font-size:0.6em;
}
#type {
	margin-top:-63px;
}
#when {
	margin-top:-53px;
	padding-bottom:50px;
	background:url(../images/when_bg.jpg) left bottom repeat-x;
}
.when__list > li {
	width:50%;
	position:relative;
	float:left;
}
.when__list > li:before {
	width:125px;
	height:125px;
	content:"";
	position:absolute;
	top:0;
	left:0;
	display:block;
}
.when__list > li:nth-child(1):before {
	background:url(../images/when_01_icn.png) left top no-repeat;
	background-size:125px;
}
.when__list > li:nth-child(2):before {
	background:url(../images/when_02_icn.png) left top no-repeat;
	background-size:125px;
}
.when__list > li:nth-child(3):before {
	background:url(../images/when_03_icn.png) left top no-repeat;
	background-size:125px;
}
#when__recipe {
	width:100%;
	height:500px;
	border-top:3px solid #f3c598;
	border-bottom:3px solid #f3c598;
	background:url(../images/when_list_bg.gif) left top repeat;
	position:relative;
}
.when__recipe__photo {
	width:415px;
	position:absolute;
	left:65px;
	top:50px;
}
.when__recipe__list {
	padding:25px 0 0 545px;
}
.when__recipe__list > li {
	width:382px;
	padding:22px 20px 0 55px;
	margin-bottom:35px;
	background:rgba(255,255,255,0.85);
	font-size:19px;
	color:#5c362c;
	line-height:1.4em;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
	-webkit-box-shadow:6px 6px 0 1px #eabb58;
	box-shadow:6px 6px 0 1px #eabb58;
	position:relative;
}

/* ↓1行あたり26px */
.when__recipe__list > li:nth-child(1) {
	height:96px;
}
.when__recipe__list > li:nth-child(2) {
	height:96px;
}
.when__recipe__list > li:nth-child(3) {
	height:96px;
}
.when__recipe__list > li:before {
	content:"";
	width:48px;
	height:48px;
	display:block;
	position:absolute;
	top:-9px;
	left:-15px;
}
.when__recipe__list > li:nth-child(1):before {
	background:url(../images/when_num_01.png) left top / 100% repeat;
}
.when__recipe__list > li:nth-child(2):before {
	background:url(../images/when_num_02.png) left top / 100% repeat;
}
.when__recipe__list > li:nth-child(3):before {
	background:url(../images/when_num_03.png) left top / 100% repeat;
}

#backnumer {
	padding:40px 20px;
	text-align:center;
}

.bn_box {
		background-color:ffffff;
}

.bn_box img{
	width:auto;
	hight:auto;
}


#item {
	padding:80 0 40 0;
}
.item__box {
	width:770px;
	padding:60px 0 35px;
	margin:0 auto;
	background:url(../images/item_box_bg.jpg) left top repeat;
}
.item__list {
	letter-spacing:-0.4em;
	text-align:center;
}
.item__list > li {
	width:229px;
	margin:0 7px;
	letter-spacing:normal;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
}
.item__btn {
	width:180px;
	line-height:35px;
	margin:22px auto 0;
	background:#fff;
	color:#000000;
	font-size:14px;
	border:1px solid #000000;
	text-align:center;
	position:relative;
	display:block;
	margin-bottom: 50px;
}
.item__btn:after {
	margin-top:-14px;
	position:absolute;
	top:50%;
	right:6px;
}
.item__sell {
	width:570px;
	margin:35px auto 0;
	background:#5c5959;
	font-size:15px;
	font-family:'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3',"游明朝体","Yu Mincho",'ＭＳ Ｐ明朝','Kozuka Mincho Pro','Kozuka Mincho Std','小塚明朝 Pro R','小塚明朝 Std R','Times','Times New Roman',serif;
	font-weight:normal;
	text-align:center;
}

p.copy {
	font-size:60%;
	text-align:center;
}


@media screen and (max-width: 768px) {
body {
	font-size:14px;
}
img {
	width:100%;
}
.pcOnly {
	display:none;
}
.spOnly {
	display:inherit;
}
.wrap {
	width:auto;
}
#intro {
	margin-top:-13.4%;
	padding-bottom:22%;
}
.intro__top {
	width:auto;
	height:auto;
	padding:20px 25px 0;
	margin:0;
	line-height:1.75em;
	background:none;
}
.intro__top__photo {
	text-align:center;
}
.intro__top > p span {
	padding-left:0;
	display:inline;
}
.intro__profile {
	width:auto;
	height:auto;
	margin:40px 25px 0;
	background:none;
}
.intro__profile__tit img {
	width:auto;
}
.intro__profile__photo {
	margin:25px 5px 0;
	text-align:center;
}
.intro__profile__list {
	width:auto;
	margin:25px 0 0;
}
.intro__profile__list li {
	margin-bottom:5px;
}
.intro__profile__list li:before {
	top:0;
}
.intro__profile__area {
	margin:10px 0px;
	display:block;
	text-align:center;
}
#type {
	margin-top:-17%;
}
#when {
	margin-top:-12%;
	padding-bottom:30px;
}
.when__list > li {
	width:100%;
	float:none;
}
.when__list > li:before {
	width:82px;
	height:82px;
}
.when__list > li:nth-child(1):before,
.when__list > li:nth-child(2):before,
.when__list > li:nth-child(3):before {
	background-size:82px;
}
#when__recipe {
	width:auto;
	height:auto;
	padding:40px 35px 0;
	border-width:2px;
}
.when__recipe__photo {
	width:auto;
	text-align:center;
	position:relative;
	left:auto;
	top:auto;
}
.when__recipe__list {
	margin-top:20px;
	padding:0;
}
.when__recipe__list > li {
	width:auto;
	padding:15px 15px 15px 30px;
	margin-bottom:24px;
	font-size:13px;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.when__recipe__list > li:nth-child(1),
.when__recipe__list > li:nth-child(2),
.when__recipe__list > li:nth-child(3) {
	height:auto;
}
.when__recipe__list > li:before {
	width:31px;
	height:31px;
	position:absolute;
	top:-5px;
	left:-9px;
}
#item {
	padding:50px 25px;
}
.item__box {
	width:auto;
	padding:22px 0 30px;
}
.item__list > li {
	width:auto;
	margin:0 20px 50px;
	display:block;
}
.item__btn {
	width:220px;
	line-height:34px;
}
.item__btn:after {
	margin-top:-17px;
	right:25px;
}
.item__sell {
	width:auto;
	margin:0 22px;
	padding: 5px;
	background:#5c5959;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",'MS PGothic',Arial;
	font-weight:bold;
	line-height:1.5em;
	text-align:left;
}


}