


@media only screen and (max-width: 480px) {




.sec{
	width: 100%;
	margin: 60px 0 60px 0;
	text-align: left;
}


.about-h2{
	font-size:24px;
	font-weight: 600;
	margin: 0 0 30px 0;
}



.greeting{
	display: blol;
	justify-content: space-between;
}

.greeting-left{
	width:100%;
}

.greeting-right{
	width:100%;
	text-align: center;
}

.greeting-right img{
	width:80%;
	margin: 30px auto;
}

.signature{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 21px;
}

.ceo{
	display: inline-block;
	font-size: 15px;
	margin-right: 21px;
}

.ceo-name{
	display: inline-block;
	font-size:17px;
	font-weight: 500;
}


.staff-grid{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap:36px;
}

.staff-card{
  display: block;
}

.staff-photo{
  display: block;
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

.staff-name{
	font-size:16px;
	font-weight: 500;
	margin-top: 15px;
	text-align: center;
}

.staff-position{
	font-size:12px;
	color:#bbab83;
	text-align: center;
}

.staff-note{
	font-size:14px;
	line-height: 1.8;
	margin-top: 15px;
}



.shop{
	margin-top: 45px;
}

.shop-h3{
	font-size: 17px;
	font-weight: 600;
}
.shop-h3:before{
	content: "■";
	color:#bbab83;
}



.access{
	display: block;
	justify-content: space-between;
}

.access-left,.access-right{
	width: 100%;
}

.access-left img{
	width: 100%;
}






/* gaiyou
----------------------------------------------- */


.gaiyou{
width:100%;
font-size: 13px;
line-height:24px;
margin:0 auto 0 auto;
text-align: left;
display: block;
justify-content: space-between;
flex-wrap: wrap;
border-top:1px solid #bbab83;
}

.gaiyou dt{
margin: 0 0 0 0;
padding:15px 15px 15px 15px;
width: 100%;
font-weight:bold;
border-bottom:1px dotted #bbab83;
}


.gaiyou dd{
width: 100%;
	margin: 0 0 0 0;
  padding:15px 15px 15px 15px;
  border-bottom:1px solid #bbab83;
}

.outline-image{
	margin-top: 42px;
	width: 100%;
}






}/*//end  max-width: 480px ///////////////////////*/







@media only screen and (min-width: 481px) {



.sec{
	width: 100%;
	margin: 90px 0 90px 0;
	text-align: left;
}


.about-h2{
	font-size:30px;
	font-weight: 600;
	margin: 0 0 30px 0;
}



.greeting{
	display: flex;
	justify-content: space-between;
}

.greeting-left{
	width:520px;
}

.greeting-right{
	width:420px;
}

.greeting-right img{
	width:100%;
}

.signature{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 36px;
}

.ceo{
	display: inline-block;
	font-size: 15px;
	margin-right: 21px;
}

.ceo-name{
	display: inline-block;
	font-size:17px;
	font-weight: 500;
}


.staff-grid{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:36px;
}

.staff-card{
  display: block;
}

.staff-photo{
  display: block;
  width: 100%;
}

.staff-name{
	font-size:17px;
	font-weight: 500;
	margin-top: 15px;
	text-align: center;
}

.staff-position{
	font-size:13px;
	color:#bbab83;
	text-align: center;
}

.staff-note{
	font-size:15px;
	line-height: 1.8;
	margin-top: 15px;
}



.shop{
	margin-top: 45px;
}

.shop-h3{
	font-size: 17px;
	font-weight: 600;
}
.shop-h3:before{
	content: "■";
	color:#bbab83;
}



.access{
	display: flex;
	justify-content: space-between;
}

.access-left,.access-right{
	width: 49.5%;
}

.access-left img{
	width: 100%;
}






/* gaiyou
----------------------------------------------- */


.gaiyou{
width:100%;
font-size: 13px;
line-height:24px;
margin:0 auto 0 auto;
text-align: left;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
border-top:1px solid #bbab83;
}

.gaiyou dt{
margin: 0 0 0 0;
padding:16px 0 16px 30px;
width: 15%;
font-weight:bold;
border-bottom:1px solid #bbab83;
}


.gaiyou dd{
width: 85%;
	margin: 0 0 0 0;
  padding:16px 0 16px 60px;
  border-bottom:1px solid #bbab83;
}

.outline-image{
	margin-top: 42px;
}




}/*//end  min-width: 481px ///////////////////////*/











