@charset "utf-8";

/**************************************
							構造・共通
**************************************/
#wrap {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

.container {
	max-width: 1360px;
	width: 100%;
	margin: 0 auto;
}

.box {
	display: flex;
	width: 100%;
}

.box1-1 {
	width: 42%;
	margin-right: 3%;
}

.box1-2 {
	width: 55%;
}

/**************************************
						ヘッダー
**************************************/
#header {
	display: block;
	width: 100%;
	background-color: #fff;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.25);
}

#header_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1360px;
	width: 100%;
	margin: 0 auto;
}

h1#logo {
	width: 53%;
	margin-right: 2%;
}

h1#logo img {
	vertical-align: middle;
}

h1#logo span {
	display: inline-block;
	margin-left: 20px;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 500;
	color: #00a9dd;
	border: 2px solid #00a9dd;
	vertical-align: middle;
	line-height: 1;
	text-align: center;
}

nav {
	width: 45%;
}

nav ul {
	display: flex;
}

nav ul li {
	width: 21.333%;
	border-right: 1px solid #00a9dd;
}

nav ul li.long {
	width: 36%;
}

nav ul li:first-child {
	border-left: 1px solid #00a9dd;
}

nav ul li a {
	display: block;
	padding: 20px 12px;
	font-size: 14px;
	font-weight: 600;
	color: #231815;
	text-align: center;
	line-height: 1;
}

nav ul li a:after {
	content: url("../images/gm_arw.svg");
	display: block;
	margin: 10px auto 0 auto;
	text-align: center;
}

nav ul li a:hover {
	background-color: #f8df2d;
}

/**************************************
						メインビジュアル
**************************************/

#main {
	width: 100%;
	margin-top: 89px;
	padding-top: 30px;
	background-color: #f8df2d;
	min-height: 1000px;
	box-sizing: border-box;
}

#mainbox {
	padding: 30px;
}

.yokoku {
	width: 100%;
	margin: 0 0 55px auto;
	text-align: right;
}

.yokoku dl {
	width: auto;
	margin: 0 0 0 auto;
}

.yokoku dl dt {
	display: inline-block;
	margin-right: 10px;
	padding: 10px;
	border: 1px solid #231815;
	font-size: 14px;
	font-weight: 500;
	vertical-align: middle;
}

.yokoku dl dd {
	display: inline-block;
	max-width: 290px;
	width: 100%;
	font-size: 10px;
	font-weight: 500;
	color: #231815;
	line-height: 1.3;
	text-align: left;
	vertical-align: middle;
}

p.top_copy {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #231815;
	line-height: 2;
	text-align: center;
	position: relative;
	z-index: 9;
}

p.main_title {
	display: block;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

p.main_title img {
	display: block;
	margin: 0 auto;
	text-align: center;
}

p.mainvisual_img {
	display: block;
	text-align: center;
	margin-top: 20px;
}

p.mainvisual_img img {
	display: block;
	margin: 0 auto;
}

p.important_text {
	display: block;
	font-size: 12px;
	margin-top: 20px;
	padding-right: 40px;
	font-weight: 600;
	color: #231815;
	text-align: right;
	line-height: 1;
}

.contents_section {
	display: block;
	max-width: 1030px;
	width: 100%;
	margin: 100px auto 0 auto;
	padding: 0 30px 30px 30px;
	border-radius: 20px;
	background-color: #fff;
}

.point_section {
	display: block;
	width: 100%;
	margin-bottom: 60px;
	padding-bottom: 30px;
	position: relative;
	border-bottom: 1px dashed #f8df2d;
}

.point_section>.box {
	padding-left: 80px;
}

#point01_section:after {
	content: url("../images/illust01.png");
	position: absolute;
	right: 20px;
	top: -40px;
}

#point02_section:before {
	content: url("../images/illust02.png");
	position: absolute;
	left: -140px;
	bottom: 60px;
}

.colum2 {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.colum2 #w46 {
	width: 46%;
}

.colum2_col {
	width: 49%;
	margin-right: 2%;
}

.colum2_col:last-child {
	margin-right: 0;
}

.colum2_col p.photo {
	display: block;
	line-height: 1;
}

.colum2_col p.caption {
	display: block;
	font-size: 12px;
	margin-top: 5px;
}

.colum2_col p.caption2 {
	display: block;
	font-size: 14px;
	margin-top: 5px;
	color: #00a9dd;
	line-height: 1;
	text-align: center;
}

.point_section p.text {
	display: block;
	font-size: 14px;
	line-height: 1.4;
	color: #000;
}

.title_area01 {
	width: 100%;
	padding-left: 80px;
}

#map_section {
	position: relative;
	margin-bottom: 20px;
	/* padding-bottom: 320px; */
	padding-bottom: 50px;
}

/* p#map {
	position: absolute;
	right: 0;
	top: 0;
} */

/**************************************
						ハウスメーカー
**************************************/
.house_maker {
	display: block;
	width: 100%;
	margin: 30px 0;
}

.house_maker_colum {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

.house_maker_col {
	width: 23%;
	margin-right: 2%;
	margin-bottom: 25px;
}

.house_maker_col p {
	font-weight: 500;
}

.house_maker_col:nth-child(4) {
	margin-right: 0;
}

.house_maker_col:last-child {
	margin-right: 0;
}

.maker_logo {
	display: block;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1;
}

.maker_logo img {
	display: block;
	margin: 0 auto;
}

.maker_title {
	display: block;
	margin-bottom: 5px;
	padding: 15px 3px;
	font-size: 11.5px;
	color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	line-height: 1;
	text-align: center;
}

.house_maker_col .maker_title2 {
	padding: 7px 3px !important;
}

.maker_title span {
	display: block;
	padding-top: 5px;
	font-size: 11px;
	line-height: 1;
}

p.maker_address {
	display: block;
	font-size: 10px;
	margin-bottom: 5px;
	text-align: center;
}

p.maker_tel {
	display: block;
	font-size: 14px;
	text-align: center;
}

.gojuuon {
	display: block;
	font-size: 11px;
	line-height: 1;
	padding: 5px 10px 0 10px;
	text-align: right;
}

/**************************************
						Access
**************************************/

#access {
	display: block;
	max-width: 700px;
	width: 100%;
	margin: 120px auto 50px auto;
}

p.access_title {
	display: block;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	line-height: 1;
}

.access_title_box {
	display: block;
	margin-bottom: 15px;
	padding: 20px;
	border-radius: 10px;
	background-color: #ee780c;
	line-height: 1;
	position: relative;
}

.access_title_box:after {
	content: url("../images/illust03.png");
	position: absolute;
	right: -100px;
	top: -110px;
}

.access_title_box p.copy_title {
	display: block;
	margin-bottom: 20px;
	font-size: 32px;
	color: #fff;
	line-height: 1.4;
	text-align: center;
}

.access_title_box p.copy {
	display: block;
	font-size: 18px;
	line-height: 1.8;
	color: #fff;
	text-align: center;
}

.access_box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: relative;
}

.access_box:before {
	content: url("../images/illust04.png");
	position: absolute;
	left: -230px;
	top: 50px;
}

.access_box:after {
	content: url("../images/illust05.png");
	position: absolute;
	right: -235px;
	bottom: -90px;
}

.access_box_left {
	width: 62%;
	margin-right: 2%;
}

.access_box_right {
	width: 36%;
}

p.access_map img {
	width: 100%;
}

.facility_box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.facility_col {
	width: 47%;
	margin-right: 4%;
	margin-bottom: 15px;
}

.facility_col:nth-child(even) {
	margin-right: 0;
}

.facility_col p.title {
	display: block;
	position: relative;
	margin-bottom: 3px;
	padding-left: 13px;
	font-size: 12px;
	line-height: 1;
}

.facility_col p.title:before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #ee780c;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	/* Safari用 */
	transform: translateY(-50%);
}

.facility_col p.distance {
	display: block;
	font-size: 11px;
	line-height: 1.2;
}

p.access_description {
	display: block;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.4;
}

p.access_description span {
	color: #ee780c;
}

.access_list {
	display: block;
	width: 100%;
}

.access_list dl {
	display: flex;
	width: 100%;
	padding: 5px 0;
	line-height: 1;
}

.access_list dl dt {
	width: 10%;
	margin-right: 2%;
	font-size: 12px;
	line-height: 1.8;
}

.access_list dl dd {
	width: 88%;
	font-size: 11px;
	line-height: 1.8;
}

/**************************************
						概要
**************************************/

.overview {
	display: block;
	margin: 50px 0 80px 0;
}

.overview p {
	display: block;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6;
}

.overview .center_box {
	display: flex;
	justify-content: center;
}

.overview h5 {
	display: inline-block;
	margin-bottom: 20px;
}

.overview table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #bfbfbf;
	margin-bottom: 40px;
}

.overview table th {
	width: 25%;
	padding: 10px;
	border-bottom: 1px solid #bfbfbf;
	background-color: #e6e9ed;
	font-size: 16px;
	text-align: left;
}

.overview table td {
	width: 75%;
	padding: 10px;
	border-bottom: 1px solid #bfbfbf;
	font-size: 16px;
	text-align: left;
}

p#pagetop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 99;
}