/* CSS Document */
body{
	font-family:"游ゴシック","游ゴシック体","YuGothic M",YuGothic,"Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-size:14px;
	color:#555;
}
img{max-width:100%;height:auto}

header {
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	font-size:2.5vw;
	text-align:center;
	color:#777;
}
header img{max-width:90%;height:auto;margin:0 auto}

.header1{
	width:100%;
	display:table;
	background:url('https://info.monobegawa.com/img/bg_header.jpg') no-repeat center center;
	background-size:cover;
	max-height:50vh;
	height:50vw;
}
.header1 h1{display:table-cell;vertical-align:middle;font-size:16px}

.header2{
	max-width:1200px;
	margin:0 auto;
	background:url('https://monobegawa.com/wp-content/themes/site_monobegawa/img/home_back1.jpg') no-repeat center top;
	background-size:contain;
}
.header2 h2{width:60%;margin:0 auto;padding:7vw 0 3vw 0}

.content{max-width:860px;margin:3vw auto;padding:1rem}

.content > article{padding:3vw 1rem;border-radius:1vw;background-color:#FEF}

.box1{border-radius:1vw;padding:1rem;background-color:#FFF;margin-top:3vw}


a > img {
	transform: scale(.95);
	-moz-transform: scale(.95);
	-webkit-transform: scale(.95);
	transition: all 0.2s ease-in-out
}
a > img:hover {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}

.pcShow{display:none}
.spShow{display:inherit}

@media only screen and (min-width: 610px){
	header{font-size:1rem}
	.pcShow{display:inherit}
	.spShow{display:none}
}
