@charset "utf-8";
*{
	padding:0;
	margin: 0;
	border: none;
}
.mb0{margin-bottom: 0 !important}
.mb10{margin-bottom: 10px !important}
.mb20{margin-bottom: 20px !important}
.mb30{margin-bottom: 30px !important}
.mb40{margin-bottom: 40px !important}
.mt0{margin-top: 0 !important}
.mt10{margin-top: 10px !important}
.mt20{margin-top: 20px !important}
.mt30{margin-top: 30px !important}
.mt40{margin-top: 40px !important}

.centering{
	text-align: center;
}

a{
	color:#59B4CE;
	font-weight: bold;
	text-decoration-style: dotted;
	text-decoration-color: #59B4CE;
}
img{
	max-width: 100%;
	height: auto;
}

body{
	color:#333;
    font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.mv{
	width:100%;
	height:100vh;
	background: url(images/mv.jpg);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.mv.thanks{
	width:100%;
	height:40vh;
}
.mv h1{
	text-align: center;
	color: #FFF;
	letter-spacing: 0.3rem;
	border-bottom: 1px solid #CCC;
	padding: 0 1rem 0;
	margin: 0 0 0.5rem;
	text-shadow: 0 0 20px #000;
}
.mv h2{
	text-align: center;
	color:#FFF;
	letter-spacing: 0.3rem;
	text-shadow: 0 0 20px #000;
}
.mv a.circle{
	display: block;
	width:70px;
	height:70px;
	border-radius: 50%;
	background: rgba(255,201,38,0.7);
	text-align: center;
	color: #FFF;
	text-decoration: none;
	line-height: 70px;
	margin:100px auto -100px;
	animation: fade 5s ease infinite;
}

@keyframes fade {
	0% {
		opacity:0.6;
		transform: scale(0.9);
	}
	50% {
		opacity:1.0;
		transform: scale(1);
	}
	100% {
		opacity:0.6;
		transform: scale(0.9);
	}
}
article{
	background:#EEE;
	padding:2rem 0;
}
section{
	background: #FFF;
	width: 1000px;
	margin:0 auto 2rem;
	padding:2rem;
	box-sizing: border-box;
}
.h1{
	font-size:1.4rem;
	margin:0 0 1.5rem;
}
.h1 span{
	color:#DDD;
	font-size:1.2rem;
}
.h2{
	font-size:1.2rem;
	margin:0 0 1.5rem;
}

.three_columns_wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.three_columns_item{
	width:32%;
	margin:0 2% 30px 0;
}
.three_columns_item:nth-child(3n){
	margin:0 0 50px 0;
}
.three_columns_wrapper a{
	text-decoration: none;
	font-weight: normal;
	color: #444;
}
.three_columns_wrapper img{
	display: block;
}
.three_columns_wrapper h2{
	font-size:1rem;
	width: 100%;
	text-align: center;
	margin:1rem 0 0.5rem;
}

table{
	border-collapse: collapse;
	width:600px;
	margin: 0 auto 2rem;
	border-top:1px solid #DFDFDF;
}
th, td{
	border-bottom: solid 1px #DFDFDF;
	text-align: left;
	padding:1rem;
}

.map iframe{
	width:100% !important;
	margin:1rem 0 0;
}

section.thanks{
	min-height: 50vh;
}
section.thanks p{
	padding:2rem;
	margin:0 0 1rem;
}
footer p{
	font-size:0.8rem;
	text-align: center;
	color:#666;
}

@media screen and (max-width:1000px){
	.mv{
		background-size: cover;
	}
	.mv h1{
		font-size:1.3rem;
	}
	.mv h2{
		font-size:1.1rem;
	}
	.mv a.circle{
		margin:5vh auto -5vh;
	}
	article{
		background:#EEE;
		padding:2rem 0;
	}
	section{
		background: #FFF;
		width: 100%;
		margin:0 auto 2rem;
		padding:1rem;
	}
	section.p_zero{
		padding:1rem 0;
	}

	.h1{
		font-size:1.4rem;
		margin:0 0 1.5rem;
	}
	.h1 span{
		color:#DDD;
		font-size:1.2rem;
	}
	.h2{
		font-size:1.2rem;
		margin:0 0 1.5rem;
	}
	.three_columns_item{
		width:48%;
		margin:0 2% 30px 0;
	}
	.three_columns_item:nth-child(3n){
		margin:0 2% 30px 0;
	}
	.three_columns_item:nth-child(2n), .three_columns_item:nth-child(6n){
		margin:0 0 30px 0;
	}
	.three_columns_wrapper a{
		text-decoration: none;
		font-weight: normal;
		color: #444;
	}
	.three_columns_wrapper h2{
		font-size:1rem;
		width: 100%;
		text-align: center;
		margin:1rem 0 0.5rem;
	}

	table{
		border-collapse: collapse;
		width:100%;
		margin: 0 auto 2rem;
		border-top:1px solid #DFDFDF;
	}
	th, td{
		border-bottom: solid 1px #DFDFDF;
		text-align: left;
		padding:1rem;
	}

	.map iframe{
		width:100% !important;
		margin:1rem 0 0;
	}
	.access_explain{
		margin:0 1rem 0;
	}
	section.thanks{
		min-height: 30vh;
	}
	section.thanks p{
		padding:0;
	}
}

@media screen and (max-width:400px){
	.mv{
		background-position: right -400px bottom 0;
	}
	.mv.thanks{
		background-position:center;
	}
}