@charset "utf-8";

/*======================================
base
========================================*/
body { font-size: 1.3rem; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
p,ul,ol,li,dl,dt,dd { line-height: 1.5;}
a { cursor: pointer; outline: none;}
a:link, a:visited, a:hover, a:active { text-decoration: none;}

/*======================================
clearfix
========================================*/
#nav ul:after,
.item:after {
	content: ' ';
	display: block;
	clear: both;
}

/*======================================
main
========================================*/

/*------------------------------------------------------------------
h2 2019.10.3以前
------------------------------------------------------------------*/
/*main h2 {
	color: #fff;
    font-size: 1.8rem;
    padding: 1rem 0;
    text-align: center;
	font-weight: bold;
}
#oiwai main h2 { background-color: #c06;}
#okuyami main h2 { background-color: #938;}*/

/*------------------------------------------------------------------
h2 2019.10.3以降 トップバナー設置
------------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
	
	.mainContents {
		width: 100%;
		max-width: 960px;
		margin: 0 auto;
	}
.mainttl b {
	color: #fff;
	font-size: 1.8rem;
	padding: 1rem 0;
	text-align: center;
	font-weight: bold;
	display: block;
}
#oiwai .mainttl b { background-color: #c06;}
#okuyami .mainttl b { background-color: #938;}
.mainttl img {
	width: 100%;
}

/*------------------------------------------------------------------
h3
------------------------------------------------------------------*/
main {
	padding-bottom: 7rem;
}
.catch {
	margin: 1rem 2% 0;
}

main h3 {
    position: relative;
	font-size: 2.1rem;
    text-align: center;
	font-weight: bold;
	margin-top: 4rem;
}
main h3:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -15px;
	width: 50px;
	height: 4px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#oiwai main h3 { color: #c06;}
#okuyami main h3 { color: #938;}
#oiwai main h3:before { background-color: #c06;}
#okuyami main h3:before { background-color: #938;}

/*------------------------------------------------------------------
nav
------------------------------------------------------------------*/

/*------------------------------------------------------------------
item
------------------------------------------------------------------*/
.item {
	padding: 0.5rem 2% 0;
}
.item > li {
	margin-top: 3rem;
    width: 23.5%;
	height: auto;
	position: relative;
	text-align: center;
	float: left;
}
.item > li a {
	display: block;
	color: #333;
}
.item > li:nth-child(n) {
	float: left;
	margin-right: 2%;
}

.item > li:nth-child(4n) {
float: left;
 margin-right: 0;
	}
.item li ul {
	position: absolute;
	left: 0;
	top: 0;
	width: 25%;
}
.item li ul li img {
    width: 100%;
}
.item li ul + img {
    border: 2px solid #a99b5e;
    width: 100%;
	box-shadow: 0 2px 2px 0 #ccc;
	box-sizing: border-box;
}
.item h4 {
	/*font-size: 3.4vw;*/
	font-size: 1.4rem;
	margin-top: 1.2rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: -0.04rem;
}
.item h4 i {
	font-size: 1.2rem;
	font-weight: bold;
	font-style: normal;
	letter-spacing: -0.06rem;
	display: block;
	margin-top: 0.2rem;
}
.item p {
	font-size: 1.6rem;
	margin-top: 1.0rem;
	line-height: 1.1;
	font-weight: bold;
}
.item p em {
	font-size: 1.2rem;
}
.item p small {
	font-size: 1.2rem;
	font-weight: normal;
}
.item .notice {
	font-size: 1.2rem;
	font-weight: normal;
	margin-top: 1rem;
	padding-left: 1rem;
	text-align: left;
	text-indent: -1rem;
	display: inline-block;
}

/*======================================
info
========================================*/
#info {
	background-color: #f6f6f6;
	padding: 1.8rem 2% 2rem;
	position: relative;
}

/*------------------------------------------------------------------
annotation
------------------------------------------------------------------*/
.annotation li {
	font-size: 1.2rem;
	margin-top: 0.2rem;
	padding-left: 0.8rem;
	text-indent: -0.8rem;
}
.annotation li:before {
	background-color: #999;
	content: "";
	display: inline-block;
	height: 0.4rem;
	margin-right: 0.4rem;
	vertical-align: middle;
	width: 0.4rem;
}

/*------------------------------------------------------------------
pagetop
------------------------------------------------------------------*/
.pagetop {
	font-size: 1.2rem;
	line-height: 1;
	position: absolute;
	right: 2%;
	top: -40px;
}
.pagetop a {
	background: #fff url("../img/arrow_pagetop.png") no-repeat scroll center 6px / 15px auto;
	border: 2px solid #2a6bb3;
	border-radius: 4px;
	box-shadow: 0 2px 2px 0 #ccc;
	display: inline-block;
	font-size: 1.2rem;
	padding: 16px 8px 6px;
	text-align: center;
}
.number {
	margin-top: 1rem;
	text-align: right;
}
.number span {
	background-color: #fff;
	border: 1px solid #333;
	display: inline-block;
	padding: 0.6rem 1rem;
}

/*===============================
listFooter
===============================*/
.listFooter {
	font-size: 1.3rem;
	padding-top: 0;
}
.listFooter p {
    font-size: 1.1rem;
    margin: 0rem 0 1rem;
}
.yahoo_tag { width: 1; height: 1; border: 0; margin: 0; overflow: hidden;}

/*anchor*/
.anchor:after {
	content: ' ';
	display: block;
	clear: both;
}
.anchor {
	background-color: #f6f6f6;
	padding: 1rem 2% 1.5rem;
}
.anchor li {
	width: 25%;
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 8px 0 8px 19px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#oiwai .anchor li:nth-child(odd) { width: 25%;}
#oiwai .anchor li:nth-child(even) { width: 25%;}

#oiwai .anchor li { background: url(../img/anchor_oiwai.png) no-repeat left 8px/ 16px auto;}
#okuyami .anchor li { background: url(../img/anchor_okuyami.png) no-repeat left 8px/ 16px auto;}
.anchor li:nth-child(odd) { float: left;}
.anchor li:nth-child(even) { float: left;}
.anchor li a {
	margin-top: 0;
}
main h3:after {
	content: "";
	display: inline-block;
	height: 74px;
	margin-top: -74px;
	vertical-align: top;
}
main .price_note {
	padding: .5rem 2% 1rem 1%;
	font-weight: bold;
	font-size: 16px;
}
.sp_only {
	display: none;
}
}
