﻿@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: -60px 0 30px;
	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;
}

#date_blc {
	margin: -60px 0 0;
}

#blc_1 {
	background: url("../images/bg_img1.png") repeat-x top;
	padding: 60px 0;
}

#blc_1 h2 {
	color: #3f6eb3;
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 800;
}

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

#blc_1 dt {
	text-align: right;
}

#blc_1 dt,#blc_1 dd {
	margin-bottom: 60px;
}

.wrapper {
	display: flex;
	flex-direction: column;
	margin-top: 120px;
}

.wrapper .container {
	margin-top: -60px;
	position: relative;
	text-align: center;
	padding-bottom: 60px;
}

#blc_2 {
	background-color: #fefbdb;
}

#blc_2 .container {
	padding-bottom: 270px;
}

#blc_3 {
	background-color: #ebf5f2;
	margin-top: 0;
}


#blc_5 {
	background-color: #f3f4ee;
}


#blc_3 .container {
	padding-top: 20px;
}

#blc_2 .container::before {
	content: url("../images/bg_img2.png");
	position: absolute;
	top: -93px;
	left: 0;
	width: 100%;
	z-index: 1;
}

#blc_3 .container::before {
	content: url("../images/bg_img3.png");
	position: absolute;
	top: -93px;
	left: 0;
	width: 100%;
	z-index: 1;
}

#blc_5 .container::before {
	content: url("../images/bg_img4.png");
	position: absolute;
	top: -93px;
	left: 0;
	width: 100%;
	z-index: 1;
}

#blc_5 p {
	margin: 30px 0;
}

.container h2 {
	position: relative;
	z-index: 99;
}

#blc_2 li {
	margin: 15px 0 30px;
}

#blc_4 {
	text-align: center;
	padding: 60px 0;
	font-weight: 800;
	font-size: 2rem;
}

#blc_4 h2 {
	font-weight: 800;
}

#list_1 {
	display: flex;
	justify-content: center;
	margin: 30px 0;
}

#list_1 li {
	margin: 0 10px;
}

#list_2 {
	align-items: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 30px auto 0;
	width: 1250px;
}

#list_2 li {
	width: 50%;
}

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

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

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

#blc_5 dt span {
	color: #cf121b;
}

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

.long {
	width: 500px;
}

footer {
	text-align: center;
}

footer ul {
	display: flex;
	justify-content: space-between;
	margin: 60px auto;
	width: 1250px;
}

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;
}

@media (min-width: 1025px) {
	.pc_none {
		display: none;
	}
}

@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: 30px 0 0;
	}
	
	#blc_1 h2 {
		font-size: 1.6rem;
		margin-bottom: 5px;
	}
	
	#blc_1 p {
		font-size: 0.9rem;
	}
	
	#sp_blc_2 h2,
	#sp_blc_3 h2 {
		line-height: 0;
	}
	
	#sp_blc_2 div,
	#sp_blc_3 div {
		padding: 10px 5%;
		text-align: center;
	}
	
	#sp_blc_2 div {
		background: #fefbdb;
	}
	
	#sp_blc_2 div li,
	#sp_blc_3 div li {
		margin: 5px 0;
	}
	
	#sp_blc_3 h2 {
		background: #fefbdb;
		padding-top: 30px;
	}

	#sp_blc_3 div {
		background: #ebf5f2;
		padding-bottom: 30px;
	}
	
	#blc_4 h2 {
		font-size: 1.4rem;
	}
	
	#list_1,
	#list_2 {
		flex-direction: column;
	}
	
	#blc_4 p {
		font-size: 1rem;
	}
	
	#list_2 {
		margin: 15px 5%;
		width: 90%;
	}
	
	#list_2 li {
		width: 100%;
	}
	
	#blc_5 .container::before {
		content: '';
	}
	
	#blc_5 {
		margin-top: 0;
	}
	
	#blc_5 .container {
		padding: 0 5%;
	}
	
	#blc_5 dl {
		flex-direction: column;
		width: 100%;
	}
	
	#blc_5 dt {
		border-bottom: none;
		width: 100%;
	}
	
	#blc_5 dd {
		display: block;
		padding-top: 0;
		width: 100%;
	}
	
	#blc_5 dd input[type="text"] {
		width: calc(100% - 12px);
	}
	
	#blc_5 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-bottom: 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;
	}
}