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

#main{
	font-size:14px;
	line-height:1.8em;
}
.seasidelife_kv{
	width: 100%;
	height: 60vh;
  	background-image: url("../images/seasidelife/main.jpg");
	background-position: center center;
    background-size: cover;
}
/*SP*/
/*コンテンツ1*/
.content1{
	padding:40px 0 40px 0;
    background-image: url("../images/seasidelife/bk01.jpg");
    background-repeat: repeat-x repeat-y;
}
.content1 h3{
	margin:20px auto;
	width: 100%;
    font-size:16px;
    text-align: center;
}
.content1 h3 img{
	margin:20px auto;
	width: 100%;
}
.content1 h4 img{
	margin:20px auto 0px;
	width: 100%;
}
.content1 h4 .pc{
	display: none;
}
.content1 h4 .sp{
	display: block;
}
.image_note{
	font-size: 10px;
	color: #3F3F3F;
	text-align: left;
	margin-top: 0px;
}

/*コンテンツ2*/
.content2{
    background-image: url("../images/seasidelife/bk02.jpg");
    background-size: cover;
    min-height: 400px;
    background-repeat: no-repeat;
}
.content2 h2{
	margin:10px auto;
	width: 90%;
    text-align: left;
    font-size: 100%;
    color: #2F4B8B;
}
/*pc*/
@media screen and (min-width: 758px){
#main{
	font-size:14px;
	line-height:2.0em;
}
.seasidelife_kv{
  	background-image: url("../images/seasidelife/main.jpg");
	background-position: center center;
	width: 100%;
	height: 80vh;
}
.pc{
	display: block;
}
.sp{
	display: none;
}

.content1{
	}
.content1 h3{
	margin:20px auto;
	width: 1280px;
    font-size:20px;
    text-align: center;
}
.content1 h4 img{
	width: 1280px;
	margin:60px auto　0;
}
.content1 h4 .pc{
	display: block;
}
.content1 h4 .sp{
	display: none;
}
.image_note{
	font-size: 12px;
	text-align: right;
	margin-top: 0px;
}

/*コンテンツ2*/
.content2{
    min-height: 980px;
}
.content2 h2{
	margin:80px auto;
	width: 1280px;
    text-align: left;
    line-height: 2.0em;
    font-size: 160%;
}

}




