@charset "UTF-8";

/*ご挨拶
---------------------------------------------------------*/
.greet .w1060 {
	width: 90%;
	padding: 0 5%;
	max-width: 1060px;
	margin: 0 auto;
	text-align: left;
}


.gre_box{
	background: url(../images/greet/bg@2x.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
.gre_box::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: auto;
	background: rgba(42,49,59,.9);
}

.gre_box .w1060{
	position: relative;
	color: #fff;
	margin-top: 35px;
}

.gre_box .img_box{
	position: relative;
	margin-top: -35px;
	float: left;
	margin-right: 10%;
	max-width: 300px;
	width: 30%;
	margin-bottom: 100px;
}
.gre_box .txt_box{
	padding-top: 110px;
	padding-bottom: 200px;
	font-size: 1.15em;
	line-height: 2.2em;
}
.gre_box .txt_box p:first-child{
	margin-bottom: 4em;
}
/* 微調整
------------------------------------------*/
@media only screen and (min-width: 950px) {
.gre_box .img_box{
	margin-bottom: 0;
}
.gre_box .txt_box p:first-child{
	overflow: hidden;
}
}
/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.gre_box{
	margin-top: 75px;
}
.gre_box .img_box{
	float: none;
	margin-right: auto;
	margin-left: auto;
	max-width: 700px;
	width: 70%;
	margin-bottom: 0;
	text-align: center;
	position: relative;
	top: -35px;
}
.gre_box .img_box div{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.gre_box .txt_box{
	padding-top: 3%;
	padding-bottom:  150px;
}
.gre_box .txt_box p:first-child{
margin-bottom: 2em;
}
.gre_box .txt_box .txt_al_c{
	text-align: left;
}
}

.gre_box .img_box div{
	box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
	margin-bottom: 1.5em;
}
.gre_box .img_box dt{
	font-size: 1.35em;
}
.gre_box .img_box dt span{
	font-size: .7em;
}



.greet .gallery{
	position: relative;
	max-width: 1320px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -90px;
}
.greet .gallery ul{
	box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
}
.greet .gallery li{
	float: left;
	width: calc(100% / 5);
}


/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.greet .gallery{
	width: 80%;
	margin-bottom: 5%;
}
.greet .gallery li{
	width: calc(100% / 3);
}
}





