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

footer {
	text-align: center;
	padding: 60px 0;
}

footer li img {
	margin-top: 15px;
}

footer div {
	margin-top: 60px;
}

footer p {
	padding: 15px 0;
	font-size: 0.9rem;
}

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

#main,#sp_main {
	line-height: 0;
}

#blc_1 h2 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 800;
	font-size: 1.6rem;
	margin-bottom: 15px;
}

#blc_1 ul {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}

#blc_1 ul li {
	margin: auto 15px;
}

#blc_2 ul {
	display: flex;
}

#blc_1 {
	background: url("../images/bg_tp.png") no-repeat center bottom;
	background-size: cover;
	text-align: center;
	padding: 20px 0 135px;
}

#blc_2 {
	text-align: center;
	padding-top: 60px;
}

#blc_3_header {
	text-align: center;
	font-weight: 600;
	padding: 30px 0;
	font-size: 1.4rem;
}

#blc_3_header p {
	font-size: 2.2rem;
	margin-bottom: 30px;
}

#blc_3_header .under_line {
	display: inline-block;
	position: relative;
	font-weight: 800;
}

#blc_3_header .under_line::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 25px;
	background: #fff67f;
	bottom: 0;
	left: 0;
	z-index: -1;
}

#tab {
	font-family: 'Noto Serif JP', serif;
	font-weight: 800;
	display: flex;
	max-width: 1400px;
	margin: 30px auto;
	text-align: center;
}

#tab li {
	background: #fff;
	display: inline-block;
	font-size: 1.4rem;
	cursor: pointer;
	position: relative;
	border: 1px solid #00294e;
	box-sizing: border-box;
	text-align: center;
	padding: 15px 0;
	margin: auto auto 30px;
	width: 32%;
}

#tab li.on {
	background: #00294e;
	color: #fff;
}

/* 共通 */
#tab li::before,
#tab li::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom: 0;
}

/* 外枠（三角形の枠線） */
#tab li::before {
	border-width: 18px 12px;
	border-top-color: #00294e;
	bottom: -18px;
}

/* 内側（背景色でくり抜く） */
#tab li::after {
	border-width: 17px 11px;   /* ← 1px小さく */
	border-top-color: #fff;
	bottom: -17px;           /* ← 1pxずらす */
}

#tab li.on::after {
	border-top-color: #00294e;
}

.list li {
	background: #edf6fd;
	font-size: 1rem;
	position: relative;
	padding-bottom: 55px;
}

.list {
	display: none;
	opacity: 0;
	transition: opacity .3s ease;
}

.list.is-active {
	display: block;
	opacity: 1;
}

.rsv_btn {
	background: #ac2e5e;
	color: #fff;
	display: block;
	padding: 10px 0 12px;
	font-weight: 600;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	left: 0;
}

.rsv_btn::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 12px solid #fff;
	margin-left: 0.7rem;
	vertical-align: -3px;
}

div.off {
	display: none;
}

#blc_4 {
	background: #f3f4ee url("../images/bg_btm.png") no-repeat center top;
	background-size: contain;
	text-align: center;
	padding: 135px 0 45px;
}

#blc_4 p span {
	display: block;
	font-size: 0.8rem;
}

#form {
	padding: 60px 0;
	max-width: 1200px;
	margin: auto;
}

#form dl {
	text-align: left;
}

#form dt span,#form dd span {
	color: #cf121b;
	display: inline-block;
	font-size: 0.85rem;
}

#form li {
	margin-bottom: 15px;
}

#form li:last-child {
	margin-bottom: 0;
}

#thanks-content {
	margin: 90px auto 30px;
	text-align: center;
}

#thanks-content h2 {
	font-size: 1.4rem;
}

.house_name {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.1rem;
	font-weight: 800;
	height: 2rem;
	margin: 10px 0;
}

.narrow {
	transform: scale(0.9, 1);
}

.house_att {
	font-weight: 800;
	font-size: 1rem;
}

#blc_5 {
	text-align: center;
	padding: 30px 0;
}

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

.mini_slider img {
	max-width: 418px !important;
	height: auto;
}

.mini_slider {
	margin-bottom: 35px !important;
}

.mini_slider .slick-arrow::before,
.mini_slider .slick-arrow::after {
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
}

.mini_slider .slick-prev::before,
.mini_slider .slick-next::before {
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background: #231815;
}

.mini_slider .slick-prev::after,
.mini_slider .slick-next::after {
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.mini_slider .slick-prev::after {
	left: 7px;
	transform: rotate(-135deg);
}

.mini_slider .slick-next::after {
	left: 5px;
	transform: rotate(45deg);
}

.mini_slider .slick-arrow {
	z-index: 999;
}

@media (min-width: 1025px) {
	.pc_none {
		display: none !important;
	}
	
	#main img {
		width: 100%;
	}
	
	footer ul {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		margin: auto;
		width: 1190px;
	}

	.slider_wrap {
		display: flex;
		flex-wrap: wrap; 
		max-width: 1400px;
		margin: auto;
	}

	.slider_wrap li {
		text-align: center;
		max-width: 418px;
		margin: auto auto 60px;
		width: 33%;
	}

	#form dl {
		display: flex;
		flex-wrap: wrap;
		font-size: 0.9rem;
		justify-content: space-between;
		margin: 30px 0 90px;
	}

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

	#form dt {
		align-items: center;
		display: flex;
		width: 25%;
	}

	#form dd {
		width: calc(75% - 1px);
	}

	#form dd select {
		font-size: 0.9rem;
		margin-right: 20px;
	}
	
	#form dd li {
		align-items: center;
		display: flex;
	}

	input[type="text"],input[type="date"] {
		width: 610px;
	}

	#blc_5 ul {
		width: 1100px;
		margin: auto;
		display: flex;
		justify-content: center;
	}
	
	#blc_5 ul li {
		margin: auto 15px;
	}
	
	.datepicker {
		margin-right: 1rem;
		width: 300px !important;
	}
}

@media screen and (max-width: 1024px) {
	body {
		font-size: 1rem;
	}
	
	.sp_none {
		display: none !important;
	}

	footer {
		padding: 0 5% 90px;
		text-align: center;
	}
	
	footer div {
		margin: 0;
	}

	footer p {
		font-size: 0.6rem;
		padding-bottom: 0;
	}

	footer li {
		margin: 30px 0;
	}

	footer li img {
		margin: 5px 0;
	}
	
	#blc_1 {
		background: url("../images/sp_bg_tp.png") no-repeat center bottom;
		padding: 30px 0 45px;
		background-size: cover;
	}
	
	#blc_1 p {
		margin: 15px 0;
	}
	
	h2 {
		font-size: 1.6rem;
	}
	
	#blc_1 h2 {
		font-size: 1rem;
	}
	
	#blc_1 ul {
		flex-direction: column;
	}
	
	#blc_1 ul li {
		margin: 0;
	}
	
	#blc_2 {
		padding-top: 15px;
	}
	
	#blc_2 ul {
		flex-wrap: wrap;
	}
	
	#blc_2 ul li {
		line-height: 0;
		width: 50%;
	}
	
	#blc_3 {
		margin: 0 3%;
	}
	
	#blc_3_header {
		font-size: 1rem;
	}
	
	#blc_3_header p {
		font-size: 1.1rem;
	}
	
	#blc_3_header .under_line::after {
		height: 10px;
	}
	
	#tab {
		margin: 0;
	}

	#tab li {
		font-size: 1.2rem;		
	}
	
	.list li {
		margin-bottom: 30px;
		text-align: center;
	}
	
	.narrow {
		font-size: 1rem;
		white-space: nowrap;
		width: 100%;
	}
	
	#blc_4 {
		background: #f3f4ee url("../images/sp_bg_btm.png") no-repeat center top;
		padding: 45px 0 30px;
	}
	
	#blc_4 p {
		text-align: left;
		margin: 0 5%;
	}
	
	#blc_5 {
		margin: auto 5%;
	}
	
	#blc_5 h2 {
		font-size: 1rem;
	}
	
	#form {
		margin: 15px 5%;
		padding: 0;
	}
	
	#form hr {
		margin: 0 0 7px 0;
		padding: 0;
		line-height: 0;
		height: 0;
		border: none;
	}
	
	#form h3 {
		margin-bottom: 15px;
	}
	
	input[type="text"],select {
		font-size: 0.8rem;
		padding: 10px 5px;
	}
	
	input[type="text"],.sp_width {
		width: calc(100% - 10px);
	}
	
	input[type="image"] {
		max-width: 100%;
	}
	
	#form dd {
		border-bottom: dotted #000 1px;
		padding: 7px 0 15px;
		margin-bottom: 20px;
	}
	
	.main_slider img {
		width: 160px !important;
	}
	
	#thanks-content {
		margin: 30px 5%;
		text-align: left;
	}
	
	#tab li::before {
		bottom: -18px;
	}
	
	#tab li::after {
		bottom: -16px;
	}
}