﻿@charset "utf-8";
/* CSS Document */
@import "clear.css";

a:hover {
  transition: 0.3s;
  opacity: 0.7;
}

header img {
	width: 100%;
}

#main {
	text-align: center;
	margin: 30px 0;
	font-weight: 600;
}

#main p {
	margin-bottom: 15px;
}

#main ul {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 15px 0;
}

#main li {
	margin: 0 15px;
}

#blc_1 {
	padding: 60px 0;
}

#blc_1 h2 {
	background: #5a9c8f;
	text-align: center;
	margin-bottom: 30px;
	padding: 17px 0 10px;
}

#blc_1 p {
	text-align: center;
	margin-bottom: 30px;
	font-weight: 600;
}

#blc_1 dt {
	text-align: center;
}

.model_left,.model_right {
	color: #fff;
}

#hiraya {
	background: #136eaa;
}

#hobohiraya {
	background: #5a9c8f;
}

#nikai1 {
	background: #c65c3c;
}

#nikai2 {
	background: #3c5771;
}

#reserve_blc {
	background-color: #d8effc;
	font-family: 'Noto Sans JP', sans-serif !important;
	text-align: center;
	padding: 60px 0;
}

#reserve_blc p {
	margin: 30px 0;
}

#reserve_blc dl {
	display: flex;
	font-size: 1rem;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
	margin: auto;
	width: 1200px;
}

#reserve_blc dt,#reserve_blc dd {
	border-bottom: dotted #000 1px;
	padding: 15px 0;
}

#reserve_blc dt {
	display: flex;
	align-items: center;
	width: 275px;
}

#reserve_blc dt span {
	color: #cf121b;
}

#reserve_blc dd {
	display: flex;
	align-items: center;
	width: 925px;
}

.long {
	width: 500px;
}

footer {
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif !important;
	padding-bottom: 60px;
}

footer ul {
	display: flex;
	justify-content: center;
	margin: 60px auto;
}

footer li {
	margin: 0 120px;
}

footer ul a {
	display: block;
	margin-top: 10px;
}

.copy {
	font-size: 0.9rem;
	margin: 30px 0;
}

#thanks {
	text-align: center;
	padding: 10vh 0;
}

#thanks h2 {
	font-weight: 600;
	font-size: 2rem;
	margin-bottom: 30px;
}

#thanks p {
	margin-top: 60px;
}

#model_wrap {
	margin-top: 120px;
}

#model_wrap h3 {
	text-align: center;
	margin: 30px 0 60px;
}

.model {
	display: flex;
	justify-content: center;
}

.model_left,.model_right {
	margin-bottom: 90px;
}

.model_left .model {
	flex-direction: row-reverse;
}

.model > dt {
	padding: 30px 60px 0;
}

.model_comment {
	font-size: 0.9rem;
	margin: 30px 0;
}

.model_comment hr:before {
	display: block;
	text-align: center;
	content: '・';
	color: #fff;
	margin: 10px 0;
}

.model > dd {
	padding: 45px 0 60px;
}

.model_right dd {
	background: url("../images/slide_bg_right.png") no-repeat;
	background-size: cover;
}


.model_left dd {
	background: url("../images/slide_bg_left.png") no-repeat;
	background-size: cover;
}

.architect_wrap {
	align-items: center;
	display: flex;
	justify-content: center;
}

.architect_wrap dt {
	display: flex;
	align-items: center;
}

.architect_wrap dt img {
	margin: 0 10px;
}

.architect_wrap dd {
	font-size: 0.8rem;
	max-width: 400px;
}

#blc_2 {
	text-align: center;
	font-weight: 600;
	padding-bottom: 60px;
}

#blc_2 p {
	margin: 15px 0;
}

#blc_2 h2 {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 30px;
}

#blc_2 h2 span {
	background: #926438;
	display: block;
	padding-top: 20px;
}

#blc_3 {
	text-align: center;
	margin-bottom: 60px;
}

#blc_3 h2 {
	background: #595858;
	margin-bottom: 45px;
	padding: 25px 0 15px;
}

#bottom_fix {
	position: fixed;
	display: flex;
	justify-content: center;
	bottom: 0;
	width: 100%;
	line-height: 0;
}

@media (min-width: 1025px) {
	.pc_none {
		display: none;
	}
	
	.architect_wrap {
		margin: 80px auto 0;
		width: 780px;
	}
}

@media screen and (max-width: 1024px) {
	body {
		font-size: 1rem;
	}
	
	.sp_none {
		display: none;
	}
	
	#main {
		margin-top: 15px;
		padding: 0 5%;
	}
	
	#main ul {
		flex-direction: column;
	}
	
	#main ul li {
		margin-bottom: 10px;
	}
	
	#date_blc {
		margin-top: 0;
	}
	
	#sp_reserve img {
		width: 70%;
	}
	
	#blc_1 {
		padding: 0;
	}
	
	#blc_1 h2 {
		margin-bottom: 30px;
	}
	
	#blc_1 p {
		font-size: 0.9rem;
		margin-bottom: 15px;
	}
	
	#reserve_blc {
		margin-top: 0;
		padding: 45px 5%;
	}
	
	#reserve_blc dl {
		flex-direction: column;
		width: 100%;
	}
	
	#reserve_blc dt {
		border-bottom: none;
		width: 100%;
	}
	
	#reserve_blc dd {
		display: block;
		padding-top: 0;
		width: 100%;
	}
	
	#reserve_blc dd input[type="text"] {
		width: calc(100% - 12px);
	}
	
	#reserve_blc dd select {
		margin-top: 10px;
		vertical-align: 2px;
	}
	
	input[type="image"] {
		max-width: 100%;
	}
	
	footer ul {
		flex-direction: column;
		margin:  30px 5%;
		width: 90%;
	}
	
	footer li {
		margin: 0 0 15px;
	}
	
	.copy {
		font-size: 0.8rem;
	}
	
	#thanks {
		text-align: left;
		margin: 0 5%;
	}
	
	#thanks h2 {
		font-size: 1.2rem;
	}
	
	#thanks p {
		text-align: center;
		margin-top: 30px;
	}
	
	#model_wrap h3 {
		margin-bottom: 10px;
	}
	
	.model_right {
		margin-left: 0;
	}
	
	.model > dt {
		padding-top: 0;
	}
	
	.model, .architect_wrap {
		flex-direction: column !important;
	}
	
	.architect_wrap {
		margin-top:  60px;
	}
	
	.architect_wrap dt {
		font-size: 1.2rem;
	}
	
	.architect_wrap dd {
		margin: 15px 5% 0;
	}
	
	.slick-slide img,
	.slick-dotted.slick-slider {
		width: 320px !important;
	}
	
	#model_wrap {
		margin-top: 30px;
	}
	
	.model_right dd .slick-slider,
	.model_left dd .slick-slider{
		margin: auto;
	}
	
	.model_left,.model_right {
		margin-bottom: 30px;
	}
	
	.model > dt {
		padding: 0;
	}
	
	.model > dd {
		padding: 0 0 30px;
	}
	
	.slick-prev,
	.slick-next	{
		top: 50%;
	}
	
	.slick-prev {
		left: -25px !important;
	}
	
	.slick-next {
		right: -25px !important;
	}
	
	.model > dt ul {
		margin: 0 7%;
	}
	
	.model_left {
		margin-right: 0;
	}
	
	#blc_3 p {
		margin: 0 5%;
	}
}