@charset "utf-8";
/* CSS Document */
.main-img{
	background-image: url( "../images/top/p-main.jpg");
	background-size: cover;
	position: relative;
	padding-bottom: calc(100%*410/1200);
}
.h1-top{
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: -moz-translate(-50%,-50%);
	transform: -webkit-translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 1.4rem;
	line-height: 2rem;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;
	color: #0068b7;
	text-shadow:
		1px 1px 3px #fff,
		1px -1px 3px #fff,
		-1px 1px 3px #fff,
		-1px -1px 3px #fff,
		0 0 22px #fff;
}
.message{
	font-size: 1.2rem;
	width: 90%;
	margin: 0 auto;
}
.blog-title{
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 2.4rem;
	font-weight: bold;
	color: #0068b7;
}
.blog-jp{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.8rem;
	color: #444344;
}
.blog-box{
	border: solid 1px #464545;
	background-color: white;
	padding: 2em;
}
.sp_non{
	display: none;
}
.menu-section{
	border: solid 1px blue;
	background-color: white;
	margin-bottom: 1.6rem;
}
.mizumawari,.oheya,.soto,.other,.chintai,.new{
	position: relative;
	font-size: 2.2rem;
	font-weight: bold;
	color: #0068b7;
	background: -webkit-linear-gradient(top, #efefef,#ffffff);
	background: -moz-linear-gradient(top, #efefef,#ffffff);
	background: linear-gradient(to bottom, #efefef,#ffffff);
	padding: 0.2em 0 0.2em 1.4em;
	border-bottom: solid 1px blue;
}
h3 span{
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.05rem;
}
/*アイコン設定*/
.mizumawari:before{
	position: absolute;
	top: 50%;
	left: 0.2em;
	transform: translateY(-50%);
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url("../images/g-image/i-mizumawari.png") no-repeat;
	background-size: contain;
}
.oheya:before{
	position: absolute;
	top: 50%;
	left: 0.2em;
	transform: translateY(-50%);
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url( "../images/g-image/i-oheya.png") no-repeat;
	background-size: contain;
}
.soto:before{
	position: absolute;
	top: 50%;
	left: 0.2em;
	transform: translateY(-50%);
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url( "../images/g-image/i-soto.png") no-repeat;
	background-size: contain;
}
.other:before{
	position: absolute;
	top: 50%;
	left: 0.2em;
	transform: translateY(-50%);
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url( "../images/g-image/i-other.png") no-repeat;
	background-size: contain;
}
.chintai:before{
	position: absolute;
	top: 50%;
	left: 0.2em;
	transform: translateY(-50%);
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url( "../images/g-image/i-chintai.png" ) no-repeat;
	background-size: contain;
}
.new:before{
	position: absolute;
	top: 50%;
	left: 0.2em;
	transform: translateY(-50%);
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url( "../images/g-image/i-shinchiku.png") no-repeat;
	background-size: contain;
}
.link-section{
	display: flex;
	flex-direction: column;
	padding: 1em;
}
.link-section img{
	width: 100%;
	height: auto;
}
.link-section p{
	text-align: center;
	color: blue;
	margin-bottom: 1.2rem;
}
.link-section02{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 1em;
}
.link-section02 a{
	color: blue;
}
.restoration-box{
	background-color: white;
	border: solid 1px black;
	padding: 2rem;
	text-align: left;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2.6rem;
}
.okomari,.news{
	display: inline-block;
	position: relative;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 0;
	padding-bottom: calc(100%*180/375);
	margin-bottom: 1rem;
}
.okomari{
	background-image: url("../images/top/bg-okomari.jpg");
}
.news{
	background-image: url("../images/top/bg-news.jpg");
}
.okomari p,.news p{
	position: absolute;
	top:60%;
	left: 10%;
	transform: translateY(-60%);
	width: 60%;
	color: #444344;
	font-size: 1.2rem;
}
.okomari a,.news a{
	position: absolute;
	bottom:5%;
	left: 20%;
	font-size: 1.4rem;
	
}

.insta-box img{
	width: 100%;
	height: auto;
		
}
.fb-box{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 100%;
}
.fb-box iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.kodawari-box{
	background-color: white;
	border: solid 1px blue;
	padding: 1em;
	color: #0068b7;
	font-size: 2.0rem;
	
}
.kodawari-box p{
	color: black;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2.6rem;
}

.blog-box{
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
/*タブレット表示設定*/
@media (min-width: 768px){
	.h1-top{
		font-size: 2.4rem;
		line-height: 4rem;
	}
	.message{
		font-size: 1.6rem;
	}
	.blog-title{
		justify-content: flex-start;
		font-size: 3.8rem;
	}
	.blog-jp{
		font-size: 2.8rem;
		margin-left: 1.4rem;
	}
	.restoration-box{
		text-align: center;
	}
	.link-section{
		flex-direction: row;
		justify-content: space-around;
	}
	.mizumawari,.oheya,.soto,.other,.chintai,.new{
		font-size: 4.2rem;
	}
	h3 span{
		font-size: 3.0rem;
	}
	.kodawari-box h2{
		font-size: 4rem;
		font-weight: bold;
	}
	.okomari p,.news p{
		font-size: 1.4rem;
	}
	.sp_non{
	display: block;
}

}
/*PC表示設定*/
@media (min-width: 992px) {
	.h1-top{
		font-size: 3.0rem;
		line-height: 6rem;
	}
	.okomari p,.news p{
		font-size: 1.6rem;
	}
	.okomari a,.news a{
		font-size: 1.6rem;
	
}
	
}
