@charset "utf-8";

/*TOP header*/

#top .fv {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

#top .fv__wrap {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #f5f5f3;
}
#top .fv__wrap .main_logo {
	padding: 0 6rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}
#top .fv__wrap .main_logo h2 {
	width: 363px;
	margin: 0 auto 6rem;
}
#top .fv__wrap .main_logo h3 {
	font-size: 35px;
	margin: 0 auto 1rem;
}
#top .fv__wrap .main_logo p {
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	#top .fv__wrap {
		margin-top: 80px;
	}
	#top .fv__wrap .main_logo {
		padding: 4rem 2rem;
		position: relative;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}
	#top .fv__wrap .main_logo h2 {
		width: 70%;
		margin: 0 auto 2rem;
	}

	#top .fv {
		height: 100%;
	}
	#top .fv__wrap .main_logo h3 {
		font-size: 1.8rem;
		margin: 0 auto 1rem;
	}
	#top .fv__wrap .main_logo p {
		font-size: 1.4rem;
	}
}

/*TOP message*/
#top #sec01 {
	margin-bottom: 12rem;
}
#top .news {
	margin-top: 50px;
	margin-bottom: 50px;
}
#top .news .news_flex {
	display: flex;
}
#top .news .news-tit {
	font-size: 1.7rem;
	text-align: center;
	line-height: 85px;
	border: 1px solid #000;
	height: 85px;
	width: 100px;
	margin-right: 40px;
}
#top .news .news-cont a {
	display: flex;
	transition: 0.4s;
}
#top .news .news-cont a:hover {
	opacity: 0.6;
}
#top .news .news-cont .date {
	margin-right: 15px;
}
#top .news .news_btn {
	margin-left: auto;
	margin-top: auto;
}
#top .news .news_btn a {
	background-color: #dcdcdc;
	border-radius: 30px;
	padding: 5px 25px;
	display: block;
	transition: 0.4s;
}
#top .news .news_btn a:after {
	content: "";
	background: url(../img/top/news_btn_arrow.png) center center/contain no-repeat;
	width: 18px;
	height: 9px;
	display: inline-block;
	margin-left: 10px;
}
#top .news .news_btn a:hover {
	opacity: 0.6;
}

#top .banner {
	display: flex;
	justify-content: space-between;
}
#top .banner a {
	display: block;
	width: calc(100% / 3 - 1%);
	transition: 0.4s;
}
#top .banner a:hover {
	opacity: 0.6;
}

#top .intro {
	padding: 10rem 0 0;
}
#top .intro p {
	margin-bottom: 6rem;
	text-align: center;
	font-size: 2rem;
}
#top .intro p span.underline {
	position: relative;
	display: inline-block;
}
#top .intro p span.underline:before,
#top .intro p span.underline:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: #000;
}
#top .intro p span.underline:before {
	bottom: -3px;
}
#top .intro p span.underline:after {
	bottom: -1px;
}

@media screen and (max-width: 767px) {
	#top .news {
		margin-bottom: 30px;
	}
	#top .news .news_flex {
		flex-wrap: wrap;
		align-items: center;
	}
	#top .news .news-tit {
		font-size: 1.5rem;
		line-height: 50px;
		height: 50px;
		width: 80px;
		margin-bottom: 20px;
		order: 1;
	}
	#top .news .news-cont {
		width: 100%;
		margin-bottom: 20px;
		order: 3;
	}
	#top .news .news-cont a {
		flex-direction: column;
		margin-bottom: 15px;
	}
	#top .news .news_btn {
		margin-top: 0;
		margin-bottom: 20px;
		order: 2;
	}

	#top .banner {
		flex-direction: column;
	}
	#top .banner a {
		width: 80%;
		margin: 0 auto 20px;
	}

	#top .intro {
		padding: 4rem 0 0;
	}
	#top .intro p {
		margin-bottom: 3rem;
		font-size: 1.3rem;
	}
}

#top .logical_box {
	display: flex;
	border: 1px solid #000;
	border-radius: 8px;
	overflow: hidden;
}
#top .logical_box div {
	padding: 20px;
}
#top .logical_box div:last-child {
	flex: 1;
}

#top .logical_box .tit {
	width: 300px;
	background: #f5f5f5;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #000;
}
#top .logical_box .tit p {
	margin-bottom: 1rem;
	text-align: center;
}
#top .logical_box .tit h2 {
	font-size: 3.7rem;
	margin-bottom: 2rem;
	text-align: center;
}

@media screen and (max-width: 767px) {
	#top .logical_box {
		flex-wrap: wrap;
		max-width: 80%;
		margin: 0 auto;
	}
	#top .logical_box div {
		padding: 16px;
	}
	#top .logical_box div:last-child {
		flex: 1;
		width: 100%;
	}
	#top .logical_box .tit {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #000;
	}
	#top .logical_box .tit h2 {
		font-size: 2.2rem;
		margin-bottom: 0;
		text-align: center;
	}
}

#top .message {
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	margin-bottom: 12rem;
}
#top .message .col_img {
	width: 300px;
}
#top .message .col_txt {
	flex: 1;
	padding-right: 4rem;
}
@media screen and (max-width: 767px) {
	#top .message {
		flex-direction: column;
		margin-bottom: 6rem;
	}
	#top .message .col_img {
		width: 100%;
		margin-bottom: 2rem;
	}
	#top .message .col_txt {
		flex: 0;
		padding-right: 0;
		width: 80%;
		margin: 0 auto;
	}
}

#top #sec03 {
	margin-bottom: 12rem;
}
#top dl.features {
	margin-bottom: 3rem;
}
#top dl.features dt {
	margin-bottom: 1rem;
	font-size: 2.2rem;
}
#top dl.features dd {
	padding-left: 20px;
}

@media screen and (max-width: 767px) {
	#top dl.features {
		width: 80%;
		margin: 0 auto 3rem;
	}
	#top dl.features dt {
		margin-bottom: 1rem;
		font-size: 1.5rem;
	}
}

#top #sec04 {
	margin-bottom: 12rem;
}
#top dl.lineup {
	margin-bottom: 2rem;
	display: flex;
}
#top dl.lineup dt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 2.5rem;
	width: 200px;
	text-align: center;
	background: #dcdcdc;
	border-radius: 8px;
}
#top dl.lineup dd {
	padding-left: 10px;
	font-size: 2rem;
	flex: 1;
}

@media screen and (max-width: 767px) {
	#top dl.lineup {
		flex-wrap: wrap;
		width: 80%;
		margin: 0 auto 3rem;
	}
	#top dl.lineup dt {
		font-size: 1.5rem;
		width: 100%;
		padding: 1rem 0;
		margin-bottom: 1rem;
	}
	#top dl.lineup dd {
		padding-left: 0;
		font-size: 1.3rem;
	}
}

#top #sec05 {
	margin-bottom: 12rem;
}
#top #sec05 h3 {
	margin-bottom: 2rem;
	font-size: 2rem;
}

#top #sec05 .schedule {
	margin-bottom: 2rem;
}
#top #sec05 h4 {
	margin-bottom: 1rem;
	font-size: 2rem;
}
#top #sec05 ul {
	margin-bottom: 4rem;
}

#top #sec05 .tablebox {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#top #sec05 .tablebox div {
	margin-bottom: 4rem;
}
#top #sec05 .tablebox div:first-child {
	width: 300px;
	margin-right: 4rem;
}
#top #sec05 .tablebox div:nth-child(2) {
	width: 300px;
}
#top #sec05 .tablebox div.wide {
	width: 100%;
}

#top #sec05 .tablebox table {
	width: 100%;
	border: 1px solid #000;
	margin: 10px 0;
}
#top #sec05 .tablebox table th {
	background: #f5f5f5;
	padding: 5px;
	text-align: center;
	border: 1px solid #000;
	width: 50%;
	font-size: 1.5rem;
}
#top #sec05 .tablebox table td {
	border: 1px solid #000;
	padding: 5px;
	text-align: center;
	width: 50%;
	font-size: 1.5rem;
}

#top #sec05 .tablebox table.wide_table {
	width: 390px;
}

@media screen and (max-width: 767px) {
	#top #sec05 h3 {
		margin-bottom: 2rem;
		font-size: 1.4rem;
	}

	#top #sec05 h4 {
		margin-bottom: 1rem;
		font-size: 1.4rem;
	}
	#top #sec05 .notes {
		width: 90%;
		margin: 0 auto;
	}
	#top #sec05 .notes h4,
	#top #sec05 .notes ul {
		font-size: 1.2rem;
	}

	#top #sec05 .tablebox div {
		margin-bottom: 3rem;
	}
	#top #sec05 .tablebox div:first-child {
		width: 100%;
		margin-right: 0;
	}
	#top #sec05 .tablebox div:nth-child(2) {
		width: 100%;
	}
	#top #sec05 .tablebox table.wide_table {
		width: 100%;
	}
	#top #sec05 .tablebox table th,
	#top #sec05 .tablebox table td {
		font-size: 1.3rem;
	}
}

#top #sec06 {
	margin-bottom: 12rem;
}
#top .youtube_area .youtube_flex {
	display: flex;
}
#top .youtube_area .img {
	max-width: 500px;
	width: 50%;
}
#top .youtube_area .txt {
	max-width: 500px;
	width: 50%;
	padding-left: 40px;
}
#top .youtube_area p.title {
	font-size: 2rem;
}
#top .youtube_area p.comment {
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	#top .youtube_area .youtube_flex {
		flex-direction: column;
	}
	#top .youtube_area .img {
		width: 100%;
		margin-bottom: 2rem;
	}
	#top .youtube_area .txt {
		width: 90%;
		margin: 0 auto;
		padding-left: 0;
	}
	#top .youtube_area p.title {
		font-size: 1.6rem;
	}
	#top .youtube_area p.comment {
		font-size: 1.3rem;
	}
}

#top #sec07 {
	margin-bottom: 12rem;
}
.cal_wrapper {
	max-width: 960px;
	min-width: 300px;
	margin: 2.0833% auto;
}
.googlecal {
	position: relative;
	padding-bottom: 100%;
	height: 0;
}
.googlecal iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
@media only screen and (min-width: 768px) {
	.googlecal {
		padding-bottom: 75%;
	}
}

#top .access_contact {
	display: flex;
	justify-content: space-between;
}

#top .access_contact .map {
	width: 500px;
}
#top .access_contact .map iframe {
	width: 100%;
	height: 350px;
}

#top .access_contact .address {
	width: 458px;
	padding-left: 4rem;
}

#top .access_contact .address h3 {
	font-size: 1.8rem;
	margin-bottom: 2rem;
}
#top .access_contact .address p {
	font-size: 1.6rem;
	margin-bottom: 2rem;
}
#top .access_contact .address .btn.contact_btn {
	margin-bottom: 5px;
}
#top .access_contact .address .btn.contact_btn a {
	display: inline-block;
	padding: 0 20px;
	/* background: #000 url(../img/common/icon_mail.svg) left 20px center no-repeat; */
	/* background-size: 19px; */
	background-color: #000;
	color: #fff;
	font-size: 1.6rem;
}
#top .access_contact .address p.underline {
	font-size: 1.3rem;
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	#top .access_contact {
		flex-wrap: wrap;
	}

	#top .access_contact .map {
		width: 100%;
		margin-bottom: 2rem;
	}
	#top .access_contact .address {
		width: 100%;
		padding-left: 0;
	}

	#top .access_contact .address h3 {
		font-size: 1.6rem;
	}
	#top .access_contact .address p {
		font-size: 1.4rem;
		margin-bottom: 2rem;
	}
	#top .access_contact .address .btn.contact_btn {
		margin-bottom: 5px;
	}
	#top .access_contact .address .btn.contact_btn a {
		display: inline-block;
		padding: 5px 20px 5px 50px;
		background: #000 url(../img/common/icon_mail.svg) left 20px center no-repeat;
		background-size: 19px;
		color: #fff;
		font-size: 1.5rem;
	}
	#top .access_contact .address p.underline {
		font-size: 1.3rem;
		text-decoration: underline;
	}
}

@media screen and (max-width: 767px) {
	#top #sec01,
	#top #sec02,
	#top #sec03,
	#top #sec04,
	#top #sec05,
	#top #sec06 {
		margin-bottom: 4rem;
	}
}

.error-404 h2 {
	font-size: 2.8rem;
	font-weight: 600;
	text-align: center;
	padding-top: 60px;
}
.error-404 h3 {
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}
.error-404 p {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.error-404 h2 {
		font-size: 2.2rem;
	}
	.error-404 h3 {
		font-size: 1.8rem;
	}
	.error-404 p {
		padding: 0 10px;
	}
}

.grecaptcha-badge {
	z-index: 200;
}
