/* Theme Name: oseibo */

@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}

@media (min-width: 801px){
    html{ font-size: 62.5%; }
    body{ font-size: 1.6rem; }
}
@media (max-width: 800px){
    html, body{ font-size: 4vw; }
}

body{
	line-height: 1.6;
    font-family: 'Yu Gothic Medium','游ゴシック Medium',YuGothic,'Yu Gothic','游ゴシック','游ゴシック体','メイリオ',Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-weight: 500;
	color: #000;
	user-select:none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout:none;
}
a{ color: #2b4373; }
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.flex{ display: flex; }

table{
	width: 100%;
	border-collapse: collapse;
}
th, td{
	padding: 10px;
	border: 1px solid #ccc;
	line-height: 1.4;
	font-size: .9em;
}
th{ background: #f2efe6; }

@media (min-width: 801px){
	a:hover{
		text-decoration: none; 
		opacity: .7;
    }
	.sp{ display: none; }
	.inner{
		margin: auto;
		width: 800px;
	}
}
@media (max-width: 800px){
	.pc{ display: none; }
	.inner{ padding: 0 4vw; }
}

/* ================================================
 header
================================================ */
header{
	padding: 15px 0;
	background: #ebe9df;
}
header .inner{
	position: relative;
	width: 100%;
	max-width: 940px;
	box-sizing: border-box;
}
header .logo{ font-size: 1.4em; }
header .logo a{
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #4d1c1b;
}
header .pr{
	position: absolute;
	right: 0;
	bottom: -15px;
	padding: 2px 5px 1px;
	border: 1px solid #4d1c1b;
	line-height: 1;
	font-size: 0.8em
}

/* ================================================
 index
================================================ */
article{ margin: 50px 0 80px; }
main h1{ margin-bottom: 30px; }
main h2{
	margin: 50px 0;
	text-align: center;
	font-size:  1.8em;
	color: #917c50;
}
main h2 span{ position: relative; }
main h2 span:after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #999;
}
.slide{
	position: relative;
	margin: auto;
	max-width: 1200px;
}
.slide .slick-arrow{
	position: absolute;
	top: 50%;
	width: 0;
	height: 0;
	background: none;
	border: 16px solid transparent;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
}
.slide .slick-prev{
	left: 0;
	border-right: 24px solid #fff;
}
.slide .slick-next{
    right: 0;
    border-left: 24px solid #fff;
}
.slide .slick-dots{
	display: flex;
	justify-content: center;
	list-style: none;
}
.slide .slick-dots li{ margin: 0 10px; }
.slide .slick-dots li button{
	width: 12px;
	height: 12px;
	background: #000;
	border: 0;
	border-radius: 100%;
	box-sizing: border-box;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	opacity: .2;
	cursor: pointer;
}
.slide .slick-dots li.slick-active button{ opacity: .5; }
.ranking ul,
.category ul,
.budget ul,
.otoku ul,
.aeon ul{
	display: flex;
	list-style: none;
}
.ranking ul li{
	flex: 1;
	margin-right: 15px;
}
.ranking ul li:last-child{ margin-right: 0;}
.ranking ul li a{
	position: relative;
	display: block;
	padding-top: 30px;
	text-decoration: none;
	font-size: .8em;
	color: #000;
}
.ranking ul li a:before{
	position: absolute;
	top: 0;
	left: 50%;
	padding-top: 4px;
	width: 30px;
	height: 30px;
	background: #000;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.ranking ul li:nth-of-type(1) a:before{
    content: "1";
    background: #d6bc52;
}
.ranking ul li:nth-of-type(2) a:before{
	content: "2";
	background: #a7aaa9;
}
.ranking ul li:nth-of-type(3) a:before{
	content: "3";
	background: #d09d50;
}
.ranking ul li:nth-of-type(4) a:before{ content: "4"; }
.ranking ul li:nth-of-type(5) a:before{ content: "5"; }
.ranking ul li .price,
.aeon ul li .price{
	margin-top: 5px;
	text-align: right;
	line-height: 1.2;
	font-weight: bold;
	font-size: 0.9em;
	color: #c90000;
}
.ranking ul li .price .tax,
.aeon ul li .price .tax{
	color: #000;
}
.ranking li a .price dl.flex,
.aeon li a .price dl.flex{
	justify-content: flex-end;
	align-items: center;
	font-size: 1.2em;
}
.ranking li a .price dl.flex dt,
.aeon li a .price dl.flex dt{
	display: flex;
	margin-right: 5px;
	padding: 2px 5px;
	background: #c90000;
	font-size: 0.7em;
	color: #fff;
}

.category ul,
.otoku ul,
.aeon ul{
	flex-wrap: wrap;
	justify-content: space-between;
}
.category ul li{ margin-bottom: 20px; }
.category ul li a{
	display: block;
	border: 2px solid #eee;
	text-decoration: none;
	color: #000;
}
.category ul li a figure figcaption{
	position: relative;
	padding: 10px 10px 10px 5px;
	text-align: center;
	font-weight: bold;
	font-size: .8em;
}
.category ul li a figure figcaption:after,
.budget ul li a:after{
	position: absolute;
	content: "";
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
.category ul li a figure figcaption:after{
	border-top: 1px solid #f0831e;
	border-right: 1px solid #f0831e;
}

.budget ul li a{
	position: relative;
	display: block;
	padding: 20px 15px;
	background: #a79673;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	font-weight: bold;
	color: #fff;
}
.budget ul li a:after{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.otoku ul li{ margin-bottom: 10px; }

.aeon ul li{
	flex: 48% 0 0;
	margin-bottom: 30px;
}
.aeon ul li a{
	display: block;
	text-decoration: none;
	color: #000;
}
.aeon ul li a figure img{ border: 2px solid #eee; }
.aeon ul li a figure figcaption{ margin-top: 10px; }

@media (min-width: 801px){
	.category ul li{ flex: 32% 0 0; }
	.budget ul li{
		flex: 1;
		margin-right: 15px;
	}
	.budget ul li:last-child{ margin-right: 0; }
	.otoku ul li{ flex: 49% 0 0; }
}
@media (max-width: 800px){
	.ranking ul{
		flex-wrap: nowrap;
		overflow-x: scroll;
	}
	.ranking ul li{
		flex: 40vw 0 0;
	}
	.category ul li,
	.budget ul li{
	    flex: 48% 0 0;
	    margin-bottom: 15px;
    }
	.budget ul{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.otoku ul{ justify-content: center; }
}

/* ================================================
 lower
================================================ */
.bread{ padding: 10px; }
.bread ul{
	display: flex;
	list-style: none;
}
.bread li{ font-size: .7em; }
.bread li:after{
	content: ">";
	margin: 0 5px;
}
.bread li:last-child:after{ content: ""; }
.itemlist{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.itemlist li{ margin-bottom: 20px; }
.itemlist li a{
	display: block;
	text-decoration: none;
	font-size: .8em;
	color: #000;
}
.itemlist li a figure img{ border: 2px solid #eee; }
.itemlist li a figure figcaption{ margin-top: 5px; }
.itemlist li a .price{
	margin-top: 5px;
	text-align: right;
	line-height: 1.2;
	font-size: 1.2em;
	font-weight: bold;
	color: #c90000;
}
.itemlist li a .price .tax{
	text-decoration: line-through;
	font-size: .7em;
	color: #000;
}
.itemlist li a .price dl.flex{
	justify-content: flex-end;
	align-items: center;
}
.itemlist li a .price dl.flex dt{
	display: flex;
	margin-right: 5px;
	padding: 2px 5px;
	background: #c90000;
	font-size: 0.7em;
	color: #fff;
}
.pagenation ul{
	display: flex;
	justify-content: center;
	list-style: none;
}
.pagenation ul li{ margin: 10px 5px; }
.pagenation ul li.active,
.pagenation ul li a{
	padding-top: 5px;
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
	text-align: center;
	font-size: .8em;
}
.pagenation ul li a{
	display: block;
	background: #eee;
	text-decoration: none;
	color: #999;
}

.wpcf7-form input,
.wpcf7-form textarea{
	margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    font-family: 'Yu Gothic Medium','游ゴシック Medium',YuGothic,'Yu Gothic','游ゴシック','游ゴシック体','メイリオ',Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    -webkit-appearance: none;
}
.wpcf7-form input[type=submit]{
	margin-top: 30px;
	background: #f0831e;
	border: 0;
	font-weight: bold;
	font-size: 1.1em;
	color: #fff;
}

@media (min-width: 801px){
	.itemlist li{
		flex: 32% 0 0;
		margin-right: 2%;
	}
	.itemlist li:nth-of-type(3n){ margin-right: 0; }
}
@media (max-width: 800px){
	.itemlist li{
		flex: 48% 0 0;
		margin-right: 4%;
	}
	.itemlist li:nth-of-type(even){ margin-right: 0; }
}

/* ================================================
 column, single
================================================ */
.column_list{
	list-style: none;
	margin: 0;
}
.column_list li:not(:last-of-type){ border-bottom: 1px solid #ddd; }
.column_list li a{
	position: relative;
	align-items: center;
	padding: 1em 1em 1em 0.5em;
}
.column_list li a:after{
	position: absolute;
	content: "";
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
.column_list li a .thumb{
	flex: 100px 0 0;
	margin-right: 15px;
}
.column_list li a .thumb img{ border-radius: 5px; }

.single{ font-size: 16px; }
.single h2, .single h3, .single p, .single table, .single ul, .single ol{
	margin: 1em 0;
}
.single h2{
	text-align: left;
	color: #000;
}
.single ul, .single ol{
	margin-left: 30px;
}
.single hr{
	margin: 2em 0;
	border: 0;
	border-bottom: 1px solid #ddd;
}

/* ================================================
 footer
================================================ */
footer{
	padding: 20px 0;
	background: #4d4d4d;
	text-align: center;
	font-size: .7em;
	color: #fff;
}
.footer_menu{
	display: flex;
	justify-content: center;
	list-style: none;
}
.footer_menu li a{
	text-decoration: none;
	color: #fff;
}
.footer_menu li a:hover{ text-decoration: underline; }

/* ================================================
 common
================================================ */
.more{ text-align: right; }
.more a{
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: .8em;
}

.aligncenter{ text-align: center; }
.alignleft{ text-align: left; }
.alignright{ text-align: right; }
img.aligncenter{
	display: block;
	margin: auto;
}
img.alignleft{ float: left; }
img.alignright{ float: right; }