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

#visual{
	background:#FFF url(../images/top/bg.png) no-repeat center center;
	min-height:700px;
	color:#72A6BE;
}
#visual .topvisual{
	width: 98%;
	margin:0 auto;
	display: flex;
	flex-flow: column;/* flex-flow:column;はアイテムを縦に並べる */
}
.topvisual div.imgBox {
	text-align:center;
	padding-bottom:20px;
	padding-top:20px;
}
.topvisual div.txtBox {
	padding-right:30px;
	padding-left:30px;
}
#visual .topvisual h2{
	margin:30px 0;
}
.top_ic{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	margin-top:30px;
	margin-bottom:30px;
  justify-content: center;
  align-items: center;
}
.top_ic .icList{
	padding:0 10px;
	margin:0 auto 20px;
	margin:0 1% 20px;
	width:31%;
	text-align:center;
}
@media screen and (min-width: 768px) {
#visual .topvisual{
	width: 960px;
	margin:0 auto;
	flex-flow: row;/* flex-flow:row;はアイテムを横に並べる */
  justify-content: center;
  align-items: center;
}
.topvisual div.imgBox {
	flex: 0 0 450px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 2;/* 回り込みを右へ */
}
.topvisual div.txtBox {
	flex: 1 1 auto;/* ウィンドウ幅に連動して伸縮 */
	order: 1;/* 回り込みを右へ */
	padding-right:50px;
	padding-bottom:0px;
}
#visual .topvisual h2{
	margin:60px 0;
}
.top_ic{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	margin-top:60px;
	margin-bottom:30px;
}
.top_ic .icList{
	padding:0;
	margin:0 5.5% 20px;
	width:22%;
	flex-flow: row;/* flex-flow:row;はアイテムを横に並べる */
}
}



.nav-button {
  display: none;
}

#nav ul{
	width:960px;
	margin:20px auto;
	display: flex !important;
	align-items:center;
	justify-content: center;
}

#nav li {
  margin: 0 5px;
  
}

.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}



@media screen and (min-width: 768px) {
#nav{
	clear:both;
	width: 100%;
}

}


.tel{
	text-align:center;
}

#about{
	padding:30px 0;
}
#about h2.titImg{
	text-align:center;
	margin-bottom:20px;
}
#about .aboutImg{
	background-color:#72A6BE;
	padding:30px 0;
	text-align:center;
	margin-bottom:30px;
}
#about .aboutImg p{
	line-height:0;
	margin:0;
}
#about h3{
	text-align:left;
	color:#72A6BE;
	font-weight:bold;
	font-family: 'Kiwi Maru', serif;
}

@media only screen and (min-width: 768px) {
#about{
	padding:60px 0;
}
#about h2.titImg{
	margin-bottom:40px;
}
#about .aboutImg{
	padding:40px 0;
	margin-bottom:60px;
}
#about h3{
	font-size:24px;
	text-align:center;
}

}
@media only screen and (max-width: 768px) {
#about .aboutImg{
	padding:30px 0 0;
}
}