@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*ヘッダー*/
#header{
font-family: "Noto Sans Japanese","ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
color: #333;
-webkit-text-size-adjust: none;
}

#header a img {
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-ms-transition: opacity 0.2s ease-out;
-o-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;
} 

#header a{
color: #333;
text-decoration:none;
}

#header a:hover{
filter:alpha(opacity=60);
opacity:0.6;
text-decoration:none;
position:relative;
top:1px;
left:1px;
}	
.clear{
clear: both;
}
.topcomment {
background-color: #F5F5F5;
height: 20px;
line-height: 20px;
font-size: 11px;
}
.topcomment p {
width: 1000px;
margin: 0 auto;
}
.primary_navi ul {
text-align: right;
padding-bottom: 40px;
}
.primary_navi li {
float: right;
font-size: 12px;
font-weight: 200;
line-height: 12px;
padding-right: 10px;
padding-left: 10px;
border-left: 1px solid #333;
margin-top: 10px;
margin-bottom: 0px;
}
.primary_navi li:first-child {
padding-right:0;
}
.primary_navi li:last-child {
padding-left:0;
border-left:none;
}
.primary_navi li a {
text-decoration:none;
color:#333;
}
.head_box {
width: 1000px;
margin: 10px auto 0px;
}
.head_box h1 {
float: left;
vertical-align: bottom;
}
.head_box h2 {
float: right;
font-weight: 600;
padding-bottom: 10px;
}
.souryou {
float: left;
vertical-align: bottom;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 30px;
}
.souryou p {
clear: none;
padding-top: 0px;
font-weight: 600;
font-size: 18px;
}
.shop {
font-size: 12px;
text-align: right;
}
.search {
margin-top: 10px;
height: 50px;
background-color: #F5F5F5;
position: relative;
border-bottom: 3px solid #333333;
}
.search_box {
margin: 0 auto;
position: relative;
width: 1000px;
}
.search_box * {
float:left;
}
.text_box {
width:200px;
height:22px;
border:1px solid #333;
line-height:22px;
font-size:11px;
text-indent:10px;
margin-top:13px;
}
.searchBtn {
margin-right:15px;
margin-top:13px;
}
.search_box dt {
margin-right:15px;
}
.search_box dd {
color: #999;
font-size: 11px;
line-height: 11px;
font-weight: 200;
margin-top: 20px;
margin-right: 10px;
padding-right: 10px;
border-right: 1px solid #ccc;
}
.search_box dd:last-child {
border-right:none;
}
.gnav_box{
position: relative;
}
.gnav{
height: 55px;
margin: 0 auto;
position: relative;
width: 1000px;
text-align: center;
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
}
.gnav li a{
float: left;
height: 55px;
border-right: 1px solid #CCC;
}
.gnav li .last{
width: 250px;
}


/*サイドバー*/
.clear{
	clear:both;
	float:none;
	}
	
#side{
	line-height:2em;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	
.left_bn{
	border: 1px solid #CCCCCC;
	}
	
#side a{
	color: #333;
	text-decoration:none;
	display:block;
	}
	
#side a:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
	}
	
#side{
	font-size:12px;
	width: 220px;
	}
	
#side h1{
	background-color: #333;
	font-size: 13px;
	font-weight: 500;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
#side h2{
	width: 200px;
	font-size: 12px;
	font-weight: 300;
	margin: 0px auto;
	padding: 0;
	line-height: 30px;
	}
	
#side h2 a{
	background-color: #333;
	text-indent: 0.6em;
	color: #FFF;
	border: 1px solid #ccc;
	}
	
#side ul {
	width: 200px;
	border: 1px solid #ccc;
	list-style: none;
	margin: 0px auto;
	background-color: #FFF;
	padding-top: 6px;
	padding-bottom: 6px;
	}
	
.category ul li {
	font-size: 12px;
	font-weight: 300;
	font-stretch: extra-condensed;
	line-height: 18px;
	position: relative;
	padding: 3px 2px 3px 2em;
	list-style: none;
	}
	
.category ul li a:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
	text-decoration:none;
	position:relative;
	top:1px;
	left:1px;
	}
	
.category ul li:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 1em;
    width: 3px;
    height: 3px;
    border-top: #aaa 1px solid;
    border-right: #aaa 1px solid;
    transform: rotate(45deg);
	}
	
#side .side-category-layout{
	background-color: #EFEFEF;
	padding-bottom: 10px;
	}
	
.price ul{
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
.price ul li{
	font-size: 12px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 1px;
	}
	
#side .sns ul{
	width: 200px;
	font-size: 12px;
	line-height: 36px;
	text-indent: 1em;
	margin: 0px auto 6px;
	}

.sns ul li .icon{
	vertical-align: middle;
	padding: 0px 6px 2px 0px;
	}

.sns ul li a:hover{
	text-decoration:none;
	position:relative;
	top:1px;
	left:1px;
	}
	
/*　ボタン hover　*/
.button {
  text-decoration: none;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  background-color: #333;
  border: 2px solid #333;
  color: #ccc;
}
.button:hover {
  background-color: #FFF;
  border-color: #ccc;
  color: #333;
}


/*フッター*/
#footer{
	color: #333;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #EFEFEF;
}
	
#footer a{
	color: #333;
	text-decoration:none;
}
	
#footer a:hover{
	filter:alpha(opacity=60);
	opacity:0.6;
	text-decoration:none;
	position:relative;
	top:1px;
	left:1px;
}

.container{
	width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.container h1 {
	font-size: 24px;
	text-align: left;
	margin: 30px 0px 10px 10px;
	font-weight: bold;
}

.flexbox {
	width: 1000px;
	height: 880px;
	margin: 0 auto;
 }
	
.box {
	width: 300px;
	height: 400px;
	font-size: 11px;
	background: #FFF;
	text-align: left;
	margin: 6px;
	padding: 10px;
	position:relative;
	float: left;
 }

.box h2 {
	width: 300px;
	font-size: 15px;
	border-bottom: 2px solid #333333;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
 }

#footer .box h3  {
	font-size: 13px;
	margin: 2px;
	padding-top: 10px;
    border: none;
    font-weight: normal
 }

.box p {
	font-size: 12px;
	margin: 2px;
 }

.box .tel {
	font-size: 24px;
}

.box .souryou_muryou{
	font-size: 16px;
	color: #990000;
	font-weight: 500;
}

.box .zenkoku{
	font-size: 16px;
	font-weight: 500;
}

.box .formore{
	color: #999;
	position:absolute;
	line-height: 20px;
	bottom: 10px;
	right: 10px;
	}
	
.box .calendar{
	color: #990000;
}

.box .mail{
	background-image: url("https://www.rakuten.ne.jp/gold/fujinami/top/img/foot/icon_mail.png");
	background-repeat: no-repeat;
	padding: 0px 0px 0px 24px;
	font-size: 16px;
	font-weight: 600;
}

.box .rc_time{
	font-size:16px;
	font-weight: 500;
}

.box .company{
	font-size:13px;
	font-weight: 500;
	text-align: right;
	line-height: 16px;
}

/*　プライマリナビ　*/
	
.p_navi{
	//width: 530px;
	margin: 0px auto;
}
	
.p_navi ul{
	display: none;
	}

	
.p_navi li {
	/*float: left;*/
	font-size: 13px;
	font-weight: 300;
	line-height: 12px;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #333;
}

.p_navi li:first-child {
	border-left:none;
}

#footer .display {
	font-size: 16px;
	padding: 10px 60px;
	margin:  10px 20px;
	border: solid 1px #ccc;
	display: inline-block;
}
	
#footer .display a{
	color: #001AE5;
	text-decoration: underline;
}

.clear{
	clear: both;
}
    @media screen and (max-width: 750px) {
.p_navi ul{
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-left: 6px;
	}
}