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

.pc{
    display:none;
}
.sp{
    display:block;
}
.att{
	text-align: left;
	font-size: 80%;
	padding: 40px 0;
}
.location_kv{
	width: 100%;
	height: 40vh;
  	background-image: url("../images/location/main_sp.jpg");
	background-size: cover;
}
.loc-navi {
  margin: 0px auto;
  position: relative;
  width: 100%;
  min-height: 84px;
 /* background: url("../images/index/back01.jpg") no-repeat;*/
  font-size: 0;
}
.loc-navi ul{
    width: 100%;
    margin: 0px auto 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.loc-navi ul li{
    width: 60%;
    margin: 8px auto 0;
    border-bottom: solid 1px #000;
    padding: 0px 0px 3px;
}
.loc-navi ul li a {
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  display: inline-block;
  position: relative;
  z-index: 3;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  cursor: pointer;
  padding: 5px;
}
.loc-navi ul li a:hover{
  color: #8E754D;
}
.loc-navi ul li a:active{
  background-color: #121212;
}
.loc-navi ul li{
border-left: none;
}
.loc-navi ul li:last-child{
border-right: none;
}
.title img{
	display:block;
	margin:20px auto 5px auto;
	width:80%;
}
/*pc*/
@media screen and (min-width: 758px){
.pc{
    display:block;
}
.sp{
    display:none;
}
.location_kv{
	width: 100%;
	height: 50vh;
  	background-image: url("../images/location/main.jpg");
	background-size: cover;
}
.loc-navi {
  margin: 0px auto 40px;
  position: relative;
  width: 100%;
  min-height: 70px;
  font-size: 0;
}
.loc-navi ul{
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
}
.loc-navi ul li{
    width: 50%;
    margin: 10px auto;
    border-bottom:none;
    padding:0;
}
.loc-navi  ul li a {
  width: 100%;
  line-height: 40px;
  padding: 5px;
    margin: 0 auto;
    font-size: 1.6em;
}
.loc-navi ul li a:after{
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  font-size: 1em;
  margin-left: 10px;
}
.loc-navi ul li{
border-left: 1px solid #000;
}
.loc-navi ul li:last-child{
border-right: 1px solid #000;
}
}





/*LOCATION 1------------------------------------------------------------------------*/
.content1{
}
.content1 .area_img{
    display: block;
    background-color: #afc4d0;
    width:100%;
    padding: 20px 0;
}
.content1 .block {
	margin: 0;
}
.content1 .block dl{
    font-weight: normal;
	margin:5px auto;
	padding: 0;
}
.content1 .block dt{
}  
.content1 .block dd {
}   
.content1 .block dt img{
    width: 100%;
} 
.content1 .block dd h2 img{
    width: 90%;
    margin: 0 auto;
}  
.content1 .block dd h3{
    font-size: 120%;
    width: 98%;
    margin: 10px auto;
    line-height: 2.0em;
} 
.content1 .block dd p{
    font-size: 100%;
    width: 98%;
    margin: 20px auto;
}   





/*pc*/
@media screen and (min-width: 758px){
.content1{padding: 0;
    margin: 0;
}
.content1 .area_img{
    background-color: #afc4d0;
    width: 100%;
    padding: 40px 0
}
 .content1 .block dl{
  display: flex;
	margin:40px auto;
	width: 100%;
}
.content1 .block dt{
    width: 60%;
}  
.content1 .block dd {
    width: 40%;
}   
.content1 .block dt img{
    width: 100%;
    margin: 40px auto;
} 
.content1 .block dd h2 img{
    width: 80%;
    margin: 0 auto;
}  
.content1 .block dd h3{
    font-size: 120%;
    width: 80%;
    margin: 0px auto;
    line-height: 2.0em;
} 
.content1 .block dd p{
    font-size: 100%;
    width: 80%;
    margin: 20px auto 0;
}   
}


/*LOCATION 2------------------------------------------------------------------------*/
.content2{
    background-color: #FFF;
}
.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;
	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: 0px;
  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 dl dd h3 img{
	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;
	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;
}
.content2 .img-wrap{
	width: 100%;
}
.content2 .img-wrap img{
	width: 100%;
    margin-bottom: 0!important;
}
@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 dl dd h3 img{
	margin-left:10%;
}
.content2 .location-2 dd {
  width: 50%;
  padding: 20px;
  margin: 0 0 10px 0;
} 
.content2 .location-2 dl dd p{
	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: 100%;
  margin: auto;
}
.content2 .location-3 dt {
  width: 48%;
  margin-left: 2%;
  padding: 20px;
}
.content2 .location-3 dl dd h3{
	font-size: 24px;
	line-height: 1.5em;
	font-weight: bold;
	text-align:	center;
	margin-left:0%;
    margin-top: 20px;
}
.content2 .location-3 dd {
  width: 50%;
  padding: 20px;
  margin: 0 0 10px 0;
} 
.content2 .location-3 dl dd p{
	line-height: 1.8em;
    margin-bottom: 0px!important;
	margin-left:0%;
	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%;
}
.content2 .img-wrap{
	width: 100%;
}
}	
/*LOCATION 3------------------------------------------------------------------------*/

.content3{
    background-color: #FFF;
}
.content3 img{
	display:block;
	width:100%;
}
.content3{
}
.content3 .sp{
	display:block;
}
.content3 .pc{
	display:none;
}
.content3 .purpose2 h4{
	padding-bottom:8px;
	margin-bottom:8px;
	text-align: left;
    font-size: 150%;
    max-width: 40%;
}
.content3 .purpose2 h4 span{
	font-size: 18px;
}
.content3 .purpose2 p{
    text-align: left;
}
.content3 .purpose2 .purpose-box{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	text-align: left;
}
.content3 .purpose2 .purpose-box dl{
	width:100%;
	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-weight: bold;
	line-height:1.4em;
	letter-spacing:0.2em;
	margin-bottom:3%;
}
.content3 .purpose2 .purpose-box dl dd br{
	display: block;
}
.content3 .purpose2 .purpose-box2{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	text-align: left;
    margin-bottom: 20px;
}
.content3 .purpose2 .purpose-box2 dl{
	width:46%;
	margin:2% 3% 2% 0%;
}
.content3 .purpose2 .purpose-box2 dl:nth-child(2n){
	margin:2% 0% 2% 2%;
}
.content3 .purpose2 .purpose-box2 dl dt{
	margin-bottom:3%;
}
.content3 .purpose2 .purpose-box2 dl dd{
	line-height:1.6em;
	letter-spacing:0;
}
.content3 .purpose2 .purpose-box2 dl dd br{
	display: block;
}

.content3 .lalaport dl{
	margin:0px auto;
	width:100%;
    display: block;
}
.content3 .lalaport dl dt{
	margin:0px auto;
	width:100%;
}
.content3 .lalaport dl dd{
	margin:0px auto;
	width:100%;
    text-align: left;
}
.content3 .lalaport dl dd p{
	margin:20px auto;
}
.content3 .lalaport dl dd h3{
    font-size: 110%;
    font-weight: bold;
	margin:20px auto;
    line-height: 2.0;
}


@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;
    max-width: 40%;
}
.content3 .purpose2 h4 span{
	font-size: 24px;
}
.content3 .purpose2  p{
	font-size: 18px;
}
.content3 .purpose2 .purpose-box{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.content3 .purpose2 .purpose-box dl:nth-child(2n){
	width:45%;
	margin:2% ;
}
.content3 .purpose2 .purpose-box dl{
	width:45%;
	margin:2%;
}
.content3 .purpose2 .purpose-box dl dt{
	margin-bottom:3%;
}
.content3 .purpose2 .purpose-box dl dd{
	line-height:1.6em;
	letter-spacing:0.2em;
	margin-bottom:3%;
}
.content3 .purpose2 .purpose-box2{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.content3 .purpose2 .purpose-box2 dl:nth-child(1n){
	width:23%;
	margin:2% 2% 2% 0%;
}
.content3 .purpose2 .purpose-box2 dl{
	width:23%;
	margin:2% 2% 2% 0%;
}
.content3 .purpose2 .purpose-box2 dl:nth-child(4n){
	margin:2% 2% 2% 0%;
}
.content3 .purpose2 .purpose-box2 dl dt{
	margin-bottom:3%;
}
.content3 .purpose2 .purpose-box2 dl dd{
	line-height:1.8em;
	letter-spacing:0;
}
.content3 .lalaport dl{
	margin:40px auto;
	width:100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.content3 .lalaport dl dt{
	margin:0px auto;
	width:50%;
}
.content3 .lalaport dl dd{
	margin:0px auto;
	width:50%;
}
.content3 .lalaport dl dd p{
	margin:0px 0 0 60px;
}
.content3 .lalaport dl dt img{
	margin:0;
	width:100%;
}
.content3 .lalaport dl dd h3{
    font-size: 120%;
    font-weight: bold;
	margin:0px 0 20px 60px;
    line-height: 2.0;
}
}
/*LOCATION 4------------------------------------------------------------------------*/
.content4{
    background-color: #FFF;
}
.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;
	letter-spacing: 0;
    text-align: right;
}
.content4 .sum-block h6{
	font-weight:bold;
	font-size:14px;
	margin-bottom:14px;
	text-align: left;
    border-bottom: solid 2px #C0C0C0;
    position: relative;
    line-height: 2em;
}

.content4 .sum-block h6::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #939393;
  bottom: -2px;
  width: 35%;

}
.content4 .sum-block dl{
	width:100%;
	position:relative;
	letter-spacing: 0;
	display: flex;
	justify-content: space-between;
    line-height: 2.0em;
    font-size: 12px;
}
.content4 .sum-block dl{
	border-bottom:dotted 1px #ccc;
	height:30px;
	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%;
}
/*pc*/
@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;
    text-align: right;
}
.content4 .sum-block h6{
    margin-bottom: 30px;
	font-size: 18px;
}
.content4 .sum-block dl{
	margin-bottom:30px;
	height:36px;
    font-size: 16px;
}
.content4 .sum-block dl dt{
}
.content4 .sum-block dl dd{
}
.content4 .map {
	width:759px;
}
.content4 .map p a{
	width:290px;
}
}

/*LOCATION 5------------------------------------------------------------------------*/
.content5{
    background-color: #FFF;
}
.content5{
}
.content5 .area01 img{
	width:100%;
	margin:40px auto 10px;
}
.content5 .area01 .text_area{
    text-align: left;
    width: 94%;
    margin: 0 auto;
}
.content5 .area01 .text_area h3{
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}
.content5 .area02 img{
	width:100%;
	margin:40px auto 10px;
}
.content5 .area02 .text_area{
    text-align: left;
    width: 94%;
    margin: 0 auto;
}
.content5 .area02 .text_area h3{
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}
.content5 .area03 img{
	width:100%;
	margin:40px auto 10px;
}
.content5 .area03 .text_area{
    text-align: left;
    width: 94%;
    margin: 0 auto;
}
.content5 .area03 .text_area h3{
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}
/*PC*/
@media screen and (min-width: 758px){
.content5{
}
.content5 .area01 img{
	width:100%;
	margin:40px auto 80px;
}
.content5 .area01 .text_area{
    width: 75%;
    margin-left: 20%;
    margin-right: 5%;
    margin-top: -140px;
    text-align: left;
}
.content5 .area01 .text_area h3{
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}
.content5 .area02 img{
	width:100%;
	margin:40px auto 80px;
}
.content5 .area02 .text_area{
    width: 75%;
    margin-left: 5%;
    margin-right: 20%;
    margin-top: -140px;
    text-align: left;
}
.content5 .area02 .text_area h3{
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}
.content5 .area03 img{
	width:100%;
	margin:40px auto 80px;
}
.content5 .area03 .text_area{
    width: 75%;
    margin-left: 20%;
    margin-right: 5%;
    margin-top: -140px;
    text-align: left;
}
.content5 .area03 .text_area h3{
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}
}
/*==================================================
ギャラリー
===================================*/
.content1 .gallery{
	display: block;
	margin: 80px auto 0px;
	columns:1;/*段組みの数*/
	padding:20px;/*ギャラリー左右に余白をつける*/
}
.content1 .gallery li {
    margin: 20px;/*各画像下に余白をつける*/
}

/*ギャラリー内のイメージは横幅100%にする*/
.content1 .gallery img{
  width:100%;
  height:auto;
  vertical-align: bottom;/*画像の下にできる余白を削除*/
}
@media screen and (max-width: 768px){
.content1 .gallery{
	margin: 40px auto 0;
	background-position: bottom left;
	background-repeat: no-repeat;
	padding:5px;/*ギャラリー左右に余白をつける*/
}
.content1 .gallery li {
    margin: 5px;/*各画像下に余白をつける*/
}
}


