@charset "utf-8";
body {
    margin: 0 auto;
    font-family: serif;
    background-image: url(../home/SX028_L.jpg);
}

.header{
	
	width: 1280px;
   margin: 0 auto;
	
}
.header ul li a{
	display: block;
}

.header ul{
    display: flex;
    color: #ddd;
    text-align: center;
	margin-top: 20px;
	padding: 0;
   }

a{
    text-decoration: none;
    
    color: #353030;
	
	
	
}
.header ul li{
    list-style: none;
    width: 200px;
    text-align: center;
    border-right: 1px solid #ddd;
    
	
}

.header ul li:first-child{
	border-left: 1px solid #ddd;
}
.section {
    width: 1280px;
    margin: 0 auto;
    min-width: 0px;
}
.contener {
    display: flex;
    margin-top: 130px;
    margin-bottom: 130px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #0F0D0D;
    border-bottom: 1px solid #0D0C0C;
    border-color: #ADADAD;
}

.contener_explanation   {
    
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
}


.ttl {
    margin-top: 60px;
    margin-bottom: 100px;
    font-size: 35px;


}

.explanation {
    
    font-size: medium;
    line-height: normal;
}
.section section_2 .contener3 {
    display: flex;
    
}
.section section_2 .contener2 {
    display: flex;
    
    text-align: center;
}

section_2 .contener2 .amenity {
    margin-right: 30px;
    margin-left: 30px;
}
.section h2 {
    margin-top: 100px;
    margin-bottom: 70px;
    text-align: center;
    font-size: 35px;
}


.section section_2 {
    display: flex;
    
}

.footer07{
	color: #808080;
	background-color: #e5e5e5;
	padding: 30px;
	
}

.footer07 a{
	color: #808080;
	text-decoration: none;
}

.footer07 ali a:hover{
	text-decoration: underline;
}

.footer07 .wrap{
	width: 900px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer07 .wrap h3{
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px #c4c4c4 solid;
}

.footer07 .wrap p {
	margin: 0;
	padding: 0 0 20px 0;
}

.footer07 .wrap .box:first-child{
	width: 30%
}

.footer07 .wrap .box:first-child(2){
	width: 65%
}
