/* Reset
==============================*/

* {
  margin: 0;
  padding: 0;
}

/* Base
==============================*/

body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic";
color:rgb(100,100,100);
}


/*html, body, .body { height: 100%; }*/

/* Areas
==============================*/

/* cover */


/* container */

#container{
	width:98%;
	height: auto;
	margin:0 auto;
}

#header{
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	color:#888;
	}

#header ul li{
	list-style-type:none;
}


#header .logo{
	margin-top: 20px;
	}

#header ul li span{
	font-size:50%;
}


/* nav */
.menu{
	font-family: "Monda";
	font-weight:400;
	font-size:13px;
	color:#888;
	
}


.menu li a:link{
	color: #888;
  text-decoration: none;
}

.menu li a:visited{
	color: #888;
  text-decoration: none;
}

.menu li a:hover {
  color: #b21920;
}

/* main */
.category{
	width:auto;
}

.title{
	width:100%;
	color:#888;
}

.title h1{
	font-family: "Monda";
	font-weight:400;
	font-size:36px;
}

.box1{
	text-align: center;
	display:block;
	padding:12px 12px 12px 12px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom:14px;
	background-color:rgba(222,222,222,0.7);
	overflow:hidden;

}

.box1 h3{
	font-size:12px;
	font-weight:bold;
	line-height:18px;
}

.box1 p{
	font-size:10px;
	line-height:15px;
}

.box2{
	background-color:rgba(222,222,222,0.7);
	padding:12px 12px 0px 12px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom:12px;
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;	
	
}


.box2 img{
	margin-bottom:6px;
	
}


/* contact */
.contact{
	background-color:rgba(222,222,222,0.7);
	padding:20px 20px 10px 20px;
	margin:0 20px 14px 20px;
}

.contact .logo{
	float:left;
	margin-right:20px;
}

.contact h2{
	font-size:20px;
	margin-top:0px;
	line-height:20px;
}

.contact h3{
	font-size:13px;
	line-height:50px;

}

.contact h4{
	font-size:13px;
	font-weight:100px;
	margin-top:20px;

}

.contact p{
	font-size:13px;
	line-height: 1.8em;
}

.contact p a:link{
	color: #b21920;
  text-decoration: none;
}

.contact p a:visited{
	color: #b21920;
  text-decoration: none;
}

.contact p a:hover {
  color: #fff;
}

/*フォーム*/
form{
	font-size:14px;
	padding:10px 10px 16px 10px;
	margin-bottom:10px;
}

dt{
	margin-top:0.2em;
	width:9em;
	float:left;
}

dd{
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:1px solid #aaa;
}



input[type=text]{
width:100%;
height:30px;
}

textarea{
	width:100%;
	font-size:0.85em;
}

form p{
	margin:0 auto;
	text-align:center;
	width:10em;
}

button{
	font-size:14px;
	padding:0.3em 2em 0.3em 2em;
}

input:focus,textarea:focus{
	background:#FFC;
}

footer p{
	font-size:10px;
	text-align:center;
}

/* top to */
#pagetop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
	width: 50px;
    height: 50px;
	border-radius:10%;
    background-color: #ccc;
    text-align: center;
    color: #b21920;
    font-size: 30px;
    text-decoration: none;
    padding: 5px 5px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
#pagetop a:hover {
    display: block;
    background-color: #b21920;
    text-align: center;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    padding:5px 5px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


/* PC */
@media only screen and (min-width: 521px){
#header,#container,#main,.category{
	width:1050px;
	padding:0;
	margin:0 auto;
	}
	
#header{
	height:80px;
	}
	
#header ul li{
	float:left;
	text-align:justify;
	font-size:120%;
	margin-top: 8px;
	margin-right: 20px;
	}
	
.menu{
	float:right;
	margin-top: 42px;
	margin-right: -20px;
	line-height: 0px;
	}
	
.category{
	margin-bottom:50px;
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;	
}
	
.category:after{
    content: "";
    display: block;
    width: 252px;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
	
.title{
	text-align: left;
	}

.box1{
	text-align: left;
	width:228px;
	height:238px;
	padding:12px 12px 12px 12px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom:14px;
}
	
.box1 p img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:12px;
}
	
.box2{
	margin: 0 auto;
	padding:12px 0px 0px 12px;
	}

/* 最終行を左寄せ */
.box2:after{
    content: "";
    display: block;
    width: 754px; /* 1マス82+マージン12 */
    height: 0;
}
	
.box2 img{
	margin-right:12px;
	margin-bottom:10px;
	width: 82px;
	height: 82px;
}
	
.contact{
	float:left;
	width:1050px;
	padding:20px 20px 20px 20px;
	margin:0 0 14px 0;
}
	
.contact .logo{
	float:left;
	margin-right:20px;
}
	
.contact h3{
	font-size:14px;
	}
	
.contact h4{
	margin-top:20px;

}
	
form{
	width:900px;
	font-size:14px;
	padding:10px 10px 16px 10px;
	margin-bottom:30px;
}
	
input[type=text]{
width:300px;
height:30px;
}
	
textarea{
	width:700px;
	font-size:14px;
	resize:vertical;
	}

	
}



/*スマホ*/
@media screen and (max-width: 521px){
#container{
	height: auto;
	margin:0 auto;
	}

#header{
	width:100%;
	height:auto;
	text-align: center;
	}
	
#header ul{
	text-align: center;
	line-height: normal;
    clear:both;
	width:100%;
	float:none;
	margin-bottom: 20px;
	}

.menu{
	width:100%;
	margin-left: 3px;
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;	
	}
	
.menu ul li{
		display: inline;
	margin-right: 6px;
	}

.category{
	margin-bottom:50px;
	text-align: center;
}
	
.title{
	text-align: center;
	clear:both;
	float:none;
	}

.box1{
	margin-left: 20px;
	margin-right: 20px;
	}
	
.box1 img {
	max-width:100%;
	hieghy:auto;
}
	
.box2{
	display: flex;
	flex-wrap : wrap;
	justify-content: space-between;	
	}
	
.box2 img{
	margin-bottom:8px;
	width: 70px;
	height: 70px;
}
	
.contact{
	background-color:rgba(222,222,222,0.7);
	padding:20px 20px 10px 20px;
	
}
	
.contact .logo{
	margin:auto;
}

.contact h4{
	font-size:13px;
	line-height:1.5em;
	font-weight:100px;
	margin-top:10px;

}
	
form{
	width:auto;
	margin:0 auto;
	font-size:14px;
	padding:10px 10px 10px 10px;
}

dt {
	text-align: left;
}
	
dl{
	width: auto;		
	}

dd{
	width: 100%;
	}
	
button{
	-webkit-appearance: none;
}

}
	


