@charset "UTF-8";
/* CSS Document */

/* header */


/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss 
****************************************************************** */

#page_head{
	margin-top: 130px;
	background:url('../img/head_img.png') no-repeat;
	background-size: cover;
	
}
.gallery_h2{
	font-size:16px;
	line-height: 2;
	font-weight: normal;
	margin-top: 15px;
	text-align: center;
}
h4.gosic {
	margin-bottom:0.25em;
	font-size:18px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
	font-weight: bold;
}
.section01{
	padding: 30px;
	background:url('../img/h2_back.jpg') no-repeat;
	background-size: cover;
}


.h3_ttl{
	font-weight: bold;
}


.h3_box{
	border: solid 1px #000;
	padding: 5px 12px;
}
.twoColInner {
	overflow:hidden;
	margin-right:-8%;
}
.twoColInner div {
	width:42%;
	float:left;
	margin-right:8%;
	margin-top: 5%;
	padding-bottom: 3%;
	border-bottom: 1px solid #000;
}
.twoColInner div p{
	height: 50px;
	margin: 0;
}
.insta_bnr{width: 60%; margin: 5% auto;}
.insta_bnr img{width: 100%;}
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */

@media screen and (max-width: 560px) {
#page_head{
	margin-top: 80px;
	}

.gallery_h2{
	text-align: left;
	text-align: justify;
	font-weight: normal;
	font-size: 14px;
}
.twoColInner {
	overflow:hidden;
	margin-right:0%;
}
.twoColInner div {
	width:100%;
	float:none;
	margin-right:0%;
	margin-top: 5%;
	padding-bottom: 3%;
	border-bottom: 1px solid #000;
}
.twoColInner div p{
	height: auto;
	margin: 0;
}
.insta_bnr{width: 80%; margin: 5% auto;}
}