@charset "utf-8";


* {
	-webkit-text-size-adjust: 100%;
}
body {
	line-height: 2em;
  	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Robot,"Droid Sans",sans-serif;
	font-size: 16px;
	color: #0d0d9f;
}
@media screen and (max-width: 767px) {
	body {
		line-height: 1.8em;
		font-size: 14px;
	}
}
li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

a {
	color: #333;
	text-decoration: none;
	-webkit-transition: 280ms ease-in-out;
	    transition: 280ms ease-in-out;
}
a:hover {
	opacity: .8;
}

.poppins {
	font-family: 'Poppins-Regular', sans-serif;
}

.poppins a{
	text-decoration: none;
	color: #fff;
	cursor: default;
}

@media screen and (max-width: 767px) {
	.sp-none {
		display: none !important;
	}
	.pc-none {
		display: block !important;
	}
}
@media screen and (min-width: 767px) {
	.sp-none {
		display: block !important;
	}
	.pc-none {
		display: none !important;
	}
}

header#header {
	padding: 80px 0 60px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	header#header {
		padding: 40px 0;
	}
	header#header .logo img {
		width: 160px;
		height: auto;
	}
}

#topban {
	width: 100%;
	height: 560px;
}
#topban .inner {
	position: relative;
	margin: 0 auto;
	max-width: 1158px;
}
#topban .top-mv {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 560px;
	z-index: -1;
}
#topban .top-mv .bg-img {
	position: relative;
	width: 100%;
	height: 100%;
}
#topban .backstretch {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	#topban .inner {
		max-width: 100%;
	}
}

#sec1 {
	margin-top: 80px;
}
#sec1 .inner {
	margin: 0 auto;
	max-width: 900px;
}
#sec1 h1 {
	font-weight: normal;
	text-align: center;
}
#sec1 .rows {
	display: flex;
	display: -webkit-flex;
	margin-top: 100px;
	height: 564px;
}
#sec1 .rows .cl {
	flex: 0 0 60%;
	-webkit-flex: 0 0 60%;
	background: transparent url(../images/sec1_img.jpg) no-repeat center center;
	background-size: cover;
}
#sec1 .rows .cr {
	display: flex;
	display: -webkit-flex;
	flex: 0 0 40%;
	-webkit-flex: 0 0 40%;
	align-items: center;
	-webkit-align-items: center;
	padding: 9% 8%;
	background-color: #0d0d9f;
	line-height: 2.4;
	font-size: 15px;
	color: #fff;
}
@media screen and (max-width: 767px) {
	#sec1 {
		margin-top: 50px;
	}
	#sec1 .inner {
		padding: 0 7%;
		max-width: 100%;
	}
	#sec1 .rows {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		margin-top: 50px;
		height: auto;
	}
	#sec1 .rows .cl {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		height: 350px;
		background-size: auto;
	}
	#sec1 .rows .cr {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		line-height: 2;
	}
}

#sec2 {
	margin-top: 120px;
	text-align: center;
}
#sec2 .inner {
	margin: 0 auto;
	max-width: 655px;
}
#sec2 h2 {
	font-weight: normal;
}
#sec2 .price {
	margin-top: 30px;
	padding: 40px 10px;
	border: 1px solid #0d0d9f;
}
#sec2 .text {
	margin-top: 30px;
	font-size: 13px;
}
#sec2 .rows {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	margin-top: 110px;
	width: 100%;
}
#sec2 .rows .img {
	flex: 1 1 20%;
	-webkit-flex: 1 1 20%;
}
#sec2 .rows .img img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
	#sec2 {
		margin-top: 50px;
	}
	#sec2 .inner {
		padding: 0 7%;
		max-width: 100%;
	}
	#sec2 .price {
		margin-top: 20px;
		padding: 40px 10px;
		border: 1px solid #0d0d9f;
	}
	#sec2 .text {
		margin-top: 15px;
		line-height: 1.6;
	}
	#sec2 .rows {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		margin-top: 50px;
	}
	#sec2 .rows .img {
		flex: 1 1 50%;
		-webkit-flex: 1 1 50%;
	}
	#sec2 .rows .img:nth-child(3) {
		flex: 1 1 100%;
		-webkit-flex: 1 1 100%;
	}
	#sec2 .rows .img img {
		width: 100%;
		height: auto;
	}
}

#sec3 {
	margin-top: 120px;
}
#sec3 .inner {
	margin: 0 auto;
	max-width: 840px;
}
#sec3 .rows {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
#sec3 .rows .cl {
	display: flex;
	display: -webkit-flex;
	flex: 0 0 52%;
	-webkit-flex: 0 0 52%;
	align-items: center;
	-webkit-align-items: center;
	margin-top: 20px;
	font-size: 13px;
}
#sec3 .rows .cl .name {
	text-align: right;
}
#sec3 .rows .cr {
	flex: 0 0 30%;
	-webkit-flex: 0 0 30%;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#sec3 {
		margin-top: 50px;
	}
	#sec3 .inner {
		padding: 0 7%;
		max-width: 100%;
	}
	#sec3 .rows {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		justify-content: center;
		-webkit-justify-content: center;
	}
	#sec3 .rows .cl {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		align-items: center;
		-webkit-align-items: center;
		font-size: 13px;
	}
	#sec3 .rows .cl .name {
		text-align: left;
	}
	#sec3 .rows .cr {
		flex: 0 0 80%;
		-webkit-flex: 0 0 80%;
	}
}

#sec4 {
	margin-top: 80px;
}
#sec4 .inner {
	margin: 0 auto;
	max-width: 900px;
}
#sec4 .rows {
	display: flex;
	display: -webkit-flex;
	margin-top: 100px;
}
#sec4 .rows .cl {
	flex: 0 0 60%;
	-webkit-flex: 0 0 60%;
}
#sec4 .rows .cr {
	display: flex;
	display: -webkit-flex;
	flex: 0 0 40%;
	-webkit-flex: 0 0 40%;
	align-items: center;
	-webkit-align-items: center;
	padding: 9% 8%;
	background-color: #0d0d9f;
	line-height: 2;
	font-size: 13px;
	color: #fff;
}
#sec4 .rows .cr p{
	width: 100%;
	text-align: center;
}
#gmap {
	width: 100%;
	height: 395px;
}
@media screen and (max-width: 767px) {
	#sec4 {
		margin-top: 50px;
	}
	#sec4 .inner {
		padding: 0 7%;
		max-width: 100%;
	}
	#sec4 .rows {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		margin-top: 50px;
	}
	#sec4 .rows .cl {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
	}
	#sec4 .rows .cr {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
	}
}


footer#footer .inner {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	justify-content: -webkit-space-between;
	margin: 0 auto;
	padding: 70px 0;
	max-width: 1158px;
	font-size: 10px;
}
footer#footer .info span {
	display: inline-block;
	line-height: 1;
}
footer#footer .info span:first-child {
	margin-right: 2px;
	padding-right: 5px;
	border-right: 1px solid #0d0d9f;
}
@media screen and (max-width: 767px) {
	footer#footer .inner {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		padding: 40px 10px;
		max-width: 100%;
		text-align: center;
	}
	footer#footer .info {
		margin: 0 auto;
	}
	footer#footer .info span {
		display: block;
		margin: 0 auto;
		line-height: 2;
	}
	footer#footer .info span:first-child {
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}
	footer#footer #copyright {
		margin: 20px auto 0;
	}
}




