/*
Theme Name: kuwalabo_pc
Description: dejavulabo Theme
Author URI: http://dejavulabo.com
*/

/****************************************
		1. 基本設定 
*****************************************/
body,div,dl,dt,dd,
ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
body{	
	font:13px/1.231 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	position:relative;
}
*{
	margin:0;
	padding:0;
	line-height:1.5;
	list-style:none;
}
img{
	border:none;
}
a, a:link,/*未訪問のリンクを指定*/
a:visited,/*訪問済みのリンクを指定*/
a:hover,/*マウスオーバーした時のリンク部分を指定*/
a:active,/*クリック時のリンク部分を指定*/
a{
	text-decoration:none;
}


/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  height:0;
  display: block;
  clear: both;
}
/*----↑ここまでリンクに対する共通設定↑----*/
/* header */
header{
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header #header_inner{
	width: 120px;
	background: #000;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
}
header #header_inner h1{
	width: 80%;
	margin: 0 auto;
}
header #header_inner img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
header nav ul{
	display: grid;
  grid-template-columns: repeat(3, 1fr);
	background: #000;
}
header nav ul li{
	padding: 20px 30px;
	transition: 0.3s;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
}
header nav ul li::before{
	content: '';
	width: 100%;
	height: 100%;
	background: #919940;
	position: absolute;
	top: 100%;
	left: 0;
	transition: 0.3s;
}
header nav ul li:hover:before{
	top: 0;
}
header nav ul a{
	color: #fff;
	font-size: 116%;
	letter-spacing: 1px;
	position: relative;
	z-index: 10;
}
/* header end */
#main_visual{
	width: 100%;
	height: 40vh;
	background: url(img/mainvisual/04.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 0;
}
#main_visual h2{
	width: fit-content;
	height: fit-content;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 250%;
	letter-spacing: 1px;
	color: #fff;
	text-shadow: 2px 2px 3px #000;
}
/* panくず */
#pan_box{
	padding: 0 20px;
}
#pan_box .topic-path{
	display: flex;
}
#pan_box .topic-path li{
	margin: 0 10px;
	padding: 10px 0;
	color: #535353;
}
#pan_box .topic-path li a{
	color: #535353;
}
/* main index */
#wrapper{
	width: 95%;
	max-width: 1100px;
	margin: 60px auto;
	display: flex;
	justify-content: space-between;
}
#wrapper #content{
	width: 70%;
}
#wrapper .blog_box li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px dashed #3c5500;
}
#wrapper li a{
	color: #000;
}
#wrapper li .title{
	font-size: 130%;
	letter-spacing: 1px;
	line-height: 1.6;
}
/* side bar */
#wrapper #sidebar{
	width: 25%;
}
#sidebar .widget_title{
	font-size: 130%;
	letter-spacing: 1px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
	background: #919940;
	padding: 10px;
}
#sidebar .blog_box_side{
	margin-bottom: 20px;
}
#sidebar .blog_box_side li{
	border-bottom: 1px dashed #cdcdcd;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
/* ページジャー */
#prev_next{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin:30px auto 15px;
}
#prev_next > a{
	padding: 20px;
	color: #535353;
	transition: 0.3s;
}
#prev_next > a:hover{
	color: #fff;
	background: #919940;
}
.ichiran{
	width: 50%;
	margin: 0 auto;
	text-align: center;
	padding: 15px 0;
	background: #3c5500;
	border: 2px solid #3c5500;
	cursor: pointer;
	transition: 0.3s;
}
.ichiran a{
	font-size: 116%;
	letter-spacing: 1px;
	color: #fff;
}
.ichiran:hover{
	background: #fff;
}
.ichiran:hover a{
	color: #535353;
}
/* footer */
footer{
	width:100%;
	padding-bottom: 50px;
	border-top:3px solid #CCC;
	background:#000;
}
.footer_center{
	width:80%;
	margin:0 auto;
}

.footer_logo{
	width:150px;
	margin:40px auto;
}

/* =======================================
	footerテーブル
======================================= */
table , td, th {
	border: 1px solid #CCC;
	border-collapse: collapse;
}

td, th {
	padding: 5px;
	width: 50%;
	height: 25px;
	font-size:93%;
}

.main_box{
	width:100%;
}
.main{
	text-align:center;
	background:#3c5500;
	color:#b1b1b1;
	font-size:131%;
	letter-spacing:2px;
}
.sub{
	color:#b1b1b1;
	font-size:93%;
	text-indent:1.5em;
	letter-spacing:2px;
}

/* =======================================
	返品について
======================================= */
.footer_intext{
	display: flex;
    justify-content: space-between;
	margin-top:40px;
}
.footer_text_left{
	font-size:85%;
	color:#b1b1b1;
	width:50%;
	padding-right:30px;
	border-right:1px solid #b1b1b1;
}

.text_right{
	color:#b1b1b1;
	line-height:1.8;
}

.footer_list_00 li{
	line-height:1.8;
}

span.s_text{
	font-size:77%;
}

.footer_text_right{
	font-size:85%;
	color:#b1b1b1;
	width:48%;
}

.footer_list li{
	color:#b1b1b1;
	text-indent:-1.3em;
    padding-left:1.3em;
	line-height:1.8;
}

/*-- コピーライト --*/


.copy{
	width: 100%;
	height: 25px;	
	line-height: 25px;
	background: #796349;
	font-size:77%;
	letter-spacing:2px;
	color:#BCA581;
	letter-spacing:1.5px;
	text-align:center ;
}

