@charset "UTF-8";

main div.container {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 0 30px;	
}

/* お部屋探し */
section.banner {
	padding: 60px 0;
}

section.banner h2 {
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 40px;
}

section.banner ul.banner-area img {
	display: block;
	width: 100%;
	max-width: 560px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}

section.banner ul.banner-area li:first-child {
	margin-right: 0px;
	margin-bottom: 20px;
}

/* お知らせ */
section.news {
	padding: 60px 0 20px;
}

section.news h2 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}

section.news h2 span {
	font-size: 16px;
	font-weight: 400;
}

section.news article {
	border-top: 1px solid #424242;
	border-bottom: 1px solid #424242;
}

section.news a.news-link {
	display: block;
	padding: 15px 0;
}

section.news a.news-link h3 {
	font-size: 16px;
	font-weight: 400;
}

section.news div.more {
	margin-top: 20px;
	display: flex;
	justify-content: flex-end;
}

section.news div.more a {
	display: inline-block;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	background: #ffb359;
	padding: 3px 24px;
}

/* 私達について */
section.about {
	padding: 20px 0 60px;
}

section.about h2 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}

section.about h2 span {
	font-size: 16px;
	font-weight: 400;
}

section.about div.about-area {
	margin-bottom: 20px;
}

section.about div.about-area p {
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
}

section.about div.about-area img {
	display: block;
	width: 100%;
	max-width: 608px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

section.about div.text {
	margin-bottom: 20px;
}

section.about ul.photo li img {
	display: block;
	width: 100%;
	max-width: 845px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

section.about ul.photo li:first-child {
	margin-right: 0;
	margin-bottom: 20px;
}

/* お問い合わせ */
section.contact {
	padding: 60px 0;
}

section.contact h2 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}

section.contact h2 span {
	font-size: 16px;
	font-weight: 400;
}

section.contact div.contact-area div.text {
	margin-bottom: 20px;
}

section.contact div.contact-area div.map iframe {
	border: 0;
	width: 100%;
	height: 360px;
}

section.contact div.contact-area p.tel {
	color: #ffb359;
	font-size: 24px;
	margin-bottom: 36px;
}

section.contact div.contact-area p.tel span {
	font-size: 36px;
	font-weight: 600;
}

section.contact div.contact-area h3 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 1em;
}

section.contact div.contact-area p strong {
	font-size: 18px;
	font-weight: 500;
}

/* デスクトップ用 */
@media(min-width:1200px) {
	main div.container {
	padding: 0 60px;
	}
	/* お部屋探し */
	section.banner ul.banner-area {
	display: flex;
	}
	section.banner ul.banner-area li {
	flex: 1;
	}
	section.banner ul.banner-area li:first-child {
	margin-right: 20px;
	margin-bottom: 0px;
	}
	/* お知らせ */
	section.news a.news-link {
	display: flex;
	position: relative;
	}
	section.news a.news-link:before {
	display: block;
	content: "View";
	width: 60px;
	line-height: 30px;
	color: #424242;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #424242;
	position: absolute;
	top: 16px;
	right: 20px;
	}
	section.news a.news-link time {
	margin-right: 20px;
	}
	/* 私達について */
	section.about div.about-area {
	display: flex;
	align-items: center;
	}
	section.about div.about-area div.text {
	flex: 2;
	margin-bottom: 0;
	}
	section.about div.about-area img {
	flex: 1;
	}
	section.about div.about-area img.pc {
	display: block !important ;
	}
	section.about div.about-area img.sp {
	display: none;
	}
	section.about ul.photo {
	display: flex;
	}
	section.about ul.photo li:first-child {
	margin-right: 20px;
	margin-bottom: 0;
	}
	/* お問い合わせ */
	section.contact div.contact-area {
	display: flex;
	}
	section.contact div.contact-area div.text {
	margin-bottom: 0;
	flex: 1;
	}
	section.contact div.contact-area div.map {
	flex: 1;
	}
	section.contact div.contact-area p,
	section.contact div.contact-area h3 {
	margin-left: 60px;
	}
}

/* スマートフォン用 */
@media(max-width:1199px) {
	section.about div.about-area img.pc {
	display: none;
	}
	section.about div.about-area img.sp {
	display: block;
	}
}