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

#main{
	font-size:12px;
	line-height:2.0em;
	color:#555;
}
.pc{
    display:none;
}
.sp{
    display:block;
}
.att{
	text-align: left;
	font-size: 80%;
	padding: 40px 0;
}
.location_kv{
	width: 100%;
	height: 80vh;
  	background-image: url("../images/location/main.jpg");
	background-position: center bottom;
}
.page-navi-loc{
	width:87%;
	margin:30px auto;
}
.page-navi-loc ul{
	display: block;
	justify-content:center ;
}
.page-navi-loc ul li{
	width:100%;
	margin:5px auto;
}
.page-navi-loc ul li a{
	display:block;
	width:100%;
	padding:3px 0;
	text-align:center;
	text-decoration:none;
	font-size:16px;
	color:#55798B;
	border: solid 1px #55798B;
}
.page-navi-loc ul li a b{
	font-size:10px;
}
.page-navi-loc ul li a:hover,.page-navi-loc ul li a.active{
	color:#fff;
	background-color:#55798B;
}
.page-navi-loc .bottoms{
	padding-bottom:20px;
}
.title img{
	display:block;
	margin:20px auto 5px auto;
	width:80%;
}

@media screen and (min-width: 758px){
#main{
	font-size:14px;
	line-height:2.0em;
}
.pc{
    display:block;
}
.sp{
    display:none;
}
.page-navi-loc{
	margin:60px auto 60px auto;
}
.page-navi-loc ul{
	display: flex;
	justify-content:center ;
}
.page-navi-loc ul li{
	width:20%;
	margin:0 1.3%;
}
.page-navi-loc ul li a{
	padding:10px 0;
	font-size:18px;
}
.page-navi-loc ul li a b{
	font-size:12px;
}
.page-navi-loc .bottoms{
	padding-bottom:30px;
}
}





/*LOCATION 1------------------------------------------------------------------------*/
.content1{
}
.content1 .area_img img{
    width: 100%;
}
.content1 h2{
}
.content1 h3 img{
    width: 100%;
    margin: 20px auto;
}

.content1 .location-1{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.content1 .location-1 img{
	width:100%;
	margin:0 auto;
	padding-top: 10px;
	padding-bottom:20px;
}
.content1 .location-1-2{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.content1 .location-1-2 img{
	width:100%;
	margin:0 auto;
	padding-top: 10px;
	padding-bottom:20px;
}
.content1 .education ul li{
	padding:10px;
}
.content1 .education li img{
	width:100%;
	margin: 10px auto;
}
.content1 .loc_img{
    display: block;
    margin-top: 20px;
}
.content1 .loc_img .item{
    margin: 0;
    width: 100%;
}
.content1 .loc_img .item img{
    width: 100%;
    padding: 0;
    margin: 20px auto;
}
/*pc*/
@media screen and (min-width: 758px){
.content1{
}
.content1 .location-1{
	margin: auto;
}
.content1 .location-1 img{
	width:1280px;
	padding-top: 2%;
	padding-bottom:2%;
}
.content1 .location-1-2{
	margin: auto;
}
.content1 .location-1-2 img{
	width:48%;
	padding-top: 2%;
	padding-bottom:2%;
}
.content1 .education{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.content1 .education ul li{
	width:45%;
	padding-bottom:3%;
}
.content1 .education li img{
	width:100%;
	padding-bottom:3%;
}
.content1 .loc_img{
    display: flex;
	justify-content: space-around;
    flex-wrap: nowrap;
}
.content1 .loc_img .item{
    margin-right: 1%;
    width: 40%;
}
.content1 .loc_img .item img{
    width: 100%;
    margin: 40px auto;
}
}


/*LOCATION 2------------------------------------------------------------------------*/
.content2{
}
.content2 h2{
}
.content2 .location-2{
  width: 100%;
  background-color: #eae8dd;
}
.content2 .location-2 dl {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.content2 dl img{
	display:block;
	width:100%;
}
.content2 .location-2 dt {
  width: 100%;
  padding: 20px;
  margin: 0 0 10px 0;
}
.content2 .location-2 dl dd h3{
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	text-align:	center;
	margin-left:0;
    margin-top: 10px;
}
.content2 .location-2 dd {
  width: 100%;
  padding: 20px;
  margin: 0 0 10px 0;
} 
.content2 dl dd p{
	text-align: left;
	font-size: 12px;
	line-height: 1.8em;
    margin-top: 10px;
}
.content2 .location-3{
  width: 100%;
}
.content2 .location-3 dl {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.content2 dl img{
	display:block;
	width:100%;
}
.content2 .location-3 dt {
  width: 100%;
  padding: 20px;
  margin: 0 0 10px 0;
}
.content2 .location-3 dl dd h3{
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	text-align:	center;
	margin-left:0;
    margin-top: 10px;
}
.content2 .location-3 dd {
  width: 100%;
  padding: 20px;
  margin: 0 0 10px 0;
} 
.content2 dl dd p{
	text-align: left;
	font-size: 12px;
	line-height: 1.8em;
    margin-top: 10px;
}
.content2 .education ul li{
	padding:10px;
}
.content2 .education li img{
	width:100%;
	margin: 10px auto;
}
.content2 .photo2 ul li{
	display: flex;
	justify-content: space-between;
	margin:0 auto 40px;
}
.content2 .photo2 ul li img{
	margin:5px 0;
	width:22%;
}
.content2 .locmap img{
	width:100%;
	margin:0 auto;
	padding-top: 10px;
	padding-bottom:20px;
}
.content2 .loc_position{
    display: flex;
    flex-wrap: wrap;
	justify-content: space-around;
}
.content2 .loc_position .item2{
    margin: 0;
    width: 45%;
}
.content2 .loc_position .item2 img{
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}

@media screen and (min-width: 758px){
.content2{
}
.content2 .location-2{
}
.content2 .location-2 dl {
  display: flex;
  width: 80%;
  margin: auto;
}
.content2 .location-2 dt {
  width: 50%;
  padding: 20px;
  margin: 0 0 10px 0;
}
.content2 .location-2 dl dd h3{
	font-size: 24px;
	line-height: 1.5em;
	font-weight: bold;
	text-align:	center;
	margin-left:10%;
    margin-top: 20px;
}
.content2 .location-2 dd {
  width: 50%;
  padding: 20px;
  margin: 0 0 10px 0;
} 
.content2 .location-2 dl dd p{
	font-size: 14px;
	line-height: 1.8em;
    margin-bottom: 0px!important;
	margin-left:10%;
	text-align: left;
    margin-top: 30px;
}
.content2 .location-3{
}
.content2 .location-3 dl {
  display: flex;
  width: 80%;
  margin: auto;
}
.content2 .location-3 dt {
  width: 50%;
  padding: 20px;
  margin: 0 0 10px 0;
}
.content2 .location-3 dl dd h3{
	font-size: 24px;
	line-height: 1.5em;
	font-weight: bold;
	text-align:	center;
	margin-left:10%;
    margin-top: 20px;
}
.content2 .location-3 dd {
  width: 50%;
  padding: 20px;
  margin: 0 0 10px 0;
} 
.content2 .location-3 dl dd p{
	font-size: 14px;
	line-height: 1.8em;
    margin-bottom: 0px!important;
	margin-left:10%;
	text-align: left;
    margin-top: 30px;
}
    .content2 .education{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.content2 .education ul li{
	width:45%;
	padding-bottom:3%;
}
.content2 .education li img{
	width:100%;
	padding-bottom:3%;
}
.content2 .photo2{
}
.content2 .photo2 img{
}
.content2 .locmap img{
	width:1280px;
}
.content2 .loc_position{
    display: flex;
	justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
}
.content2 .loc_position .item2{
    width: 19%;
}
.content2 .loc_position .item2 img{
    width: 100%;
}
}	
/*LOCATION 3------------------------------------------------------------------------*/

.content3{
}
.content3 img{
	display:block;
	width:100%;
}
.content3{
}
.content3 .sp{
	display:block;
}
.content3 .pc{
	display:none;
}
.content3 .purpose2 .purpose-box{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	text-align: left;
}
.content3 .purpose2 .purpose-box dl{
	width:48%;
	margin:2% 3% 2% 0%;
}
.content3 .purpose2 .purpose-box dl:nth-child(2n){
	margin:2% 0% 2% 0%;
}
.content3 .purpose2 .purpose-box dl dt{
	margin-bottom:3%;
}
.content3 .purpose2 .purpose-box dl dd{
	font-size:10px;
    font-weight: bold;
	line-height:1.4em;
	letter-spacing:0.2em;
}
.content3 .purpose2 .purpose-box dl dd br{
	display: block;
}

@media screen and (min-width: 758px){
.content3{
}
.content3 h3{
	margin-bottom: 25px;
}
.content3 h3 img{
	width:980px;
	margin: auto;
}
.content3 h5{
	padding-bottom:8px;
	margin-bottom:8px;
}
.content3 h5 img{
	height: 34px;
}
.content3 .sp{
	display:none;
}
.content3 .pc{
	display:block;
}
.content3 .purpose2 {
 	 padding: 10px 10px 30px 50px;
  	color: #666;
 } 
.content3 .purpose2 h4{
	padding-bottom:8px;
	margin-bottom:8px;
	text-align: left;
}
.content3 .purpose2 h4 span{
	font-size: 18px;
}
.content3 .purpose2 h4 p{
	font-weight: bold;
	font-size: 16px;
}
.content3 .purpose2 .purpose-box{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.content3 .purpose2 .purpose-box dl:nth-child(2n){
	width:30%;
	margin:2% 2% 2% 0%;
}
.content3 .purpose2 .purpose-box dl{
	width:30%;
	margin:2% 2% 2% 0%;
}
.content3 .purpose2 .purpose-box dl dt{
	margin-bottom:3%;
}
.content3 .purpose2 .purpose-box dl dd{
	font-size:16px;
	line-height:1.6em;
	letter-spacing:0.2em;
}
}
/*LOCATION 4------------------------------------------------------------------------*/
.content4{
}
.content4 img{
	display:block;
	width:100%;
	margin-bottom: 20px;
}
.content4{
}
.content4 .summary{
}
.content4 .summary .summary-box{
}
.content4 .sum-block{
	margin-bottom:30px;
}
.content4 .sum-block p{
	margin:0 0 10px 0;
	font-size:10px;
	line-height:1.3em;
}
.content4 .sum-block h6{
	font-weight:bold;
	font-size:14px;
	margin-bottom:8px;
	text-align: left;
}
.content4 .sum-block dl{
	width:100%;
	position:relative;
	font-size: 10px;
	letter-spacing: 0;
	line-height: 1.4em;
	display: flex;
	justify-content: space-between;
}
.content4 .sum-block dl{
	border-bottom:dotted 1px #ccc;
	height:7px;
	margin-bottom:15px;
}
.content4 .sum-block dl dt{
	height:8px;
	color:#444;
	background-color:#fff;
	padding-right:5px;
}
.content4 .sum-block dl dd{
	background-color:#fff;
	height:8px;
	padding-left:5px;
	margin-right:-3px;
}
.content4 .map{
	padding-bottom:10px;
	margin:10px auto;
}
.content4 .map p{
	margin-bottom:20px;
}
.content4 .map p a{
	display:block;
	width:200px;
	margin:0 auto;
}
.content4 .map img{
	display:block;
	width:100%;
}

@media screen and (min-width: 758px){
.content4{
}
.content4 h3 img{
	width:980px;
	margin: 80px auto 30px auto;
}
.content4 .sp{
	display:none;
}
.content4 .pc{
	display:block;
}
.content4 .summary{
	display: flex;
	justify-content: space-between;
}
.content4 .summary .summary-box{
	width:46.5%;
}
.content4 .sum-block{
	margin-bottom:35px;
}
.content4 .sum-block p{
	margin:0 0 14px 0;
	font-size:12px;
	line-height:1.4em;
	color:#777;
}
.content4 .sum-block h6{
	font-size: 15px;
}
.content4 .sum-block dl{
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom:22px;
	height:7px;
}
.content4 .sum-block dl dt{
}
.content4 .sum-block dl dd{
}
.content4 .map {
	width:759px;
}
.content4 .map p a{
	width:290px;
}
}

/*LOCATION 5------------------------------------------------------------------------*/
.content5{
}
.content5 h2{
}
.content5 .cafe img{
	width:100%;
	margin:20px auto;
}
.content5 .cafe2{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.content5 .cafe2 img{
	width:100%;
	margin:0 auto;
	padding-top: 10px;
	padding-bottom:20px;
}
.content5 .cafe_img{
	display: block;
    padding-left: 0;
    margin-bottom: 0px;
}
.content5 .cafe_img .item img{
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}
@media screen and (min-width: 758px){
.content5{
}
.content5 .cafe{
	width:1280px;
	margin:40px auto 80px;
}
.content5 .cafe2{
	margin: auto;
}
.content5 .cafe2 img{
	width:48%;
	padding-top: 2%;
	padding-bottom:2%;
}
.content5 .cafe_img{
    display: flex;
	justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    padding-left: 2%;
    margin-bottom: 20px;
    
}
.content5 .cafe_img .item{
    margin-right: 2%;
}
.content5 .cafe_img .item img{
    width: 100%;
}
}
