@charset "utf-8";
/* CSS Document */

.subhead {
	border: #F5C771 solid 1px;
	text-align: center;
	padding: 45px 0;
	width: 80%;
	max-width: 1366px;
	margin: auto;
	background: url("../images/common/back4.png") no-repeat right top;
}@media screen and (max-width: 767px) {
	.subhead {
		padding: 20px 5vw;
	}
	.subhead h2 {
		font-size: 30px !important;
		font-weight: bold;
	}
}

.subhead span {
	font-size: 18px;
	font-weight: bold;
}@media screen and (max-width: 767px) {
	.subhead h2 span {
		font-size: 16px !important;
	}
}

.movie {
	max-width: 1366px;
	margin: 20px auto;
}@media screen and (max-width: 1366px) {
	.movie {
		max-width: 1080px;
	}
}

.movie video {
	width: 100%;
	height: auto;
}

h3.title2 {
	font-size: 25px;
	font-weight: bold;
	color: #754C24;
	border-bottom: #F7931E solid 1px;
	padding-bottom: 20px;
	display: inline-block;
	line-height: 100%;
}

h3.title3 {
	margin-top: 120px;
	font-size: 48px;
	font-weight: bold;
	color: #F7931E;
	line-height: 100%;
}@media screen and (max-width: 767px) {
	h3.title3 {
		font-size: 32px;
	}
}

h3.title3 span {
	font-size: 18px;
	color: #4D4D4D;
	display: block;
	line-height: 100%;
	margin-bottom: 10px;
}


.access {
	padding: 20px 0 180px;
	text-align: center;
	max-width: 1140px;
	margin: auto;
}@media screen and (max-width: 767px) {
	.access {
		padding: 20px 5vw 90px;
	}
}

.access .flexbox {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}@media screen and (max-width: 767px) {
	.access .flexbox {
		display: block;
	}
}

.access .flexbox .text {
	width: 500px;
}@media screen and (max-width: 767px) {
	.access .flexbox .text {
		width: 100%;
	}
}

.access .flexbox .text table {
	width: 100%;
	border-collapse: collapse;
}

.access .flexbox .text table tr th,.access .flexbox .text table tr td {
	border: #eec67e solid 2px;
	padding: 10px;
}

.access .flexbox .text table tr th {
	font-size: 20px;
	background: #eec67e;
	color: #FFF;
	white-space: nowrap;
	text-align: center;
}

.access .flexbox .text table tr td {
	font-size: 20px;
	text-align: left;
}

.access .flexbox .map iframe {
	width: 600px;
	height: 100%;
}

.pdf {
	padding: 10px 0 0;
	text-align: center;
}

.pdf .flexbox {
	max-width: 1020px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.pdf .flexbox a {
	display: block;
	padding: 10px 30px;
	border: #F49700 solid 2px;
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
	color:#F49700;
	line-height: 100%;
	min-width: 220px;
	font-size: 18px;
	font-weight: bold;
	margin: 40px 20px 0;
}

.content_insta {
	max-width: 1366px;
	padding: 80px 0;
	text-align: center;
	margin: 120px auto 0;
	border-top: #CCCCCC dotted 1px;
	border-bottom: #CCCCCC dotted 1px;
}
.content_insta .flexbox {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 0;
}@media screen and (max-width: 767px) {
	.content_insta .flexbox {
		flex-wrap: wrap;
	}
}

.content_insta .flexbox .photo {
	margin-right: 30px;
}@media screen and (max-width: 767px) {
	.content_insta .flexbox .photo {
		text-align: center;
	}
}

.content_insta .flexbox .text {
	text-align: left;
}@media screen and (max-width: 767px) {
	.content_insta .flexbox .text {
		text-align: center;
	}
}

.content_insta .flexbox .text h3 {
	font-size: 25px;
	line-height: 100%;
	font-weight: bold;
}

.content_insta .flexbox .text p {
	line-height: 180%;
}

.content_insta .flexbox .text a {
	background: #AA7E00;
	color: #FFF;
	font-size: 18px;
	display: inline-block;
	padding: 5px 30px;
	line-height: 100%;
	margin-top: 20px;
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
