@charset "utf-8";
/* CSS Document */
header {
	background: url(../img/top_image.jpg) no-repeat top;
	background-size: cover;
	height: 500px;
}
header#course {
	background: url(../course/img/bg_top.jpg) no-repeat bottom;
	background-size: cover;
	height: 350px;
}
header.sub_head {
	width: 100%;
	height: 80px;
	background: url(../img/bg_head.png) no-repeat center;
	background: url(../img/page_head.png) no-repeat center;
	background-size: cover;
}
header.sub_head h1 {
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
	width: 90%;
	max-width: 920px;
	font-size: 40px;
	line-height: 40px;
	line-height: 80px;
	font-style: italic;
	color: #FFF;
	text-shadow:1px 1px 0 #039, -1px -1px 0 #039,
              -1px 1px 0 #039, 1px -1px 0 #039,
              0px 1px 0 #039,  0-1px 0 #039,
              -1px 0 0 #039, 1px 0 0 #039;
}
header.sub_head h1 br {
	display: none;
}
header.sub_head h1 img {
	max-width: 747px;
	width: 100%;
}

header .top_movie {
	height: 500px;
}
.sp_nav {
	display: none;
}
.china {
	position: absolute;
	top: 5px;
	right: 25px;
	width: 150px;
}
.entry_btn {
	position: absolute;
	top: 60px;
	right: 10px;
	width: 180px;
}
.pizumi {
	position: absolute;
	bottom: 50px;
	right: 10px;
	width: 180px;
}
.cycle_btn {
	display: none;
}
.map_bnr {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 180px;
}
.pizumi img, .map_bnr img, .china img, .cycle_btn img {
	width: 100%;
}
.date {
	position: absolute;
	top: 100px;
	left: 5px;
	width: 400px;
}
.entry_btn img, .date img {
	width: 100%;
}
header .top_bnr {
	position: relative;
	width: 100%;
	height: 450px;
	max-width: 1024px;
	margin: 0 auto;
}
header .top_buttons {
	position: absolute;
	bottom: 3px;
	width: 340px;
	height: 90px;
}
header .top_buttons img {
	width: auto;
	height: 100%;
	margin-left: 10px;
}
header .top_buttons img.bnr_close {
	max-width: 150px;
	height: auto;
}
header nav {
	width: 100%;
	height: 30px;
	padding: 5px 0;
	background-image: linear-gradient(180deg, rgba(65, 164, 253, 1), rgba(14, 244, 255, 1));
}
header nav ul {
	margin: 0 auto;
	width: 98%;
	max-width: 1024px;
	display: flex;
	justify-content: space-between;
}
header nav li {
	width: 12.85%;
	line-height: 30px;
	color: #CDF;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
header nav li.toplink {
	width: 10%;
}
header nav li a {
	color: #FFF;
	text-shadow:  1px 1px 2px #066;
	transition: all .3s;
}
header nav li a:hover {
	color: #CFF;
	text-shadow: none;
}

.nav1, .nav2, .nav3, .nav4 {
	position: relative;
	height: 100px;
}
.drop1, .drop2, .drop3, .drop4 {
	transform: scaleY(0);
    transform-origin: center top;
    transition: all .3s;
	display: block;
	width: 100%;
	position: absolute;
	top: 36px;
	left: 0;
	z-index: 99;
}
.nav1:hover .drop1, .nav2:hover .drop2, .nav3:hover .drop3, .nav4:hover .drop4 {
	transform: scaleY(1);
}
.drop1 li, .drop2 li, .drop3 li, .drop4 li {
	background-color: rgba(51,204,255,.8);
	width: 100%;
	height: 36px;
	transition: all .5s;
	position: relative;
	margin-bottom: 1px;
	text-align: center;
}

.home_title {
	margin-top: 10px;
	width: 90%;
	max-width: 900px;
}
.home_title img {
	width: 60%;
}
.bnr_area {
	position: absolute;
	top: 70px;
	right: 10px;
	width: 50%;
	max-width: 200px;
}
.bnr_area img {
	width: 100%;
}
/*.sns {
	position: absolute;
	top: 180px;
	left: 10px;
	width: 280px;
	height: 40px;
	margin: 2px;
	padding-right: 5px;
	display: flex;
	align-items: end;
}*/
.sns {
	position: absolute;
	bottom: 5px;
	left: 350px;
	width: 280px;
	height: 40px;
	margin: 2px;
	padding-right: 5px;
	display: flex;
	align-items: end;
}
.sns div {
	width: 19%;
	max-width: 50px;
}
.sns div:last-child {
	width: 24%;
	max-width: 60px;
}
.sns div img {
	width: 100%;
	max-width: 32px;
}
.sns div:last-child img {
	height: auto;
	width: auto;
	max-width: 70px;
}

.top_bnr ul.sub_menu {
	position: absolute;
	bottom: 5px;
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: space-between;
	z-index: 99;
}
header .top_bnr .sub_menu li {
	width: 24%;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
header .top_bnr .sub_menu li a {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	color: #960;
	text-shadow: 1px 1px 2px #666;
	border: 2px solid #C90;
	box-sizing: border-box;
	background-image: linear-gradient(0deg, rgba(248, 213, 39, 1), rgba(241, 237, 178, 1) 50%, rgba(248, 213, 39, 1) 100%);
}
header .top_bnr .sub_menu li a:hover {
	opacity: .7;
}
.top_bnr ul.sub_menu {
	display: none;
}
.wrapper {
	display: flex;
	justify-content: space-between;
	width: 98%;
	max-width: 1024px;
	margin: 0 auto;
}
h2 {
	margin-bottom: 10px;
	color: #09F;
	font-style: italic;
}
.main {
	width: 70%;
}
.contents, .back, .buss {
	width: 96%;
	max-width: 1024px;
	padding: 0 2%;
	margin: 10px auto 0;
}
.back a {
	float: right;
	display: block;
	width: 150px;
	height: 30px;
	border-radius: 10px;
	line-height: 30px;
	background-color: #099;
	text-align: center;
	color: #FFF;
}

.news {
	padding: 10px;
	background: rgba(255,255,255,.7);
}
.news_head img, .history img {
	height: 30px;
}
.news_area {
	width: 100%;
	height: 280px;
	padding: 5px;
	overflow-y: scroll;
	border: 1px solid #CCC;
	box-sizing: border-box;
}
.news dl {
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
	display: flex;
}
.news dl a {
	text-decoration: underline;
	color: #36C;
}
.news dt {
	width: 22%;
}
.news dd {
	width: 76%;
	padding: 0 0 5px 0;
}
.news dd h3 {
	letter-spacing: -0.05em;
}

.guest {
	margin: 20px 0;
	padding: 20px;
	background: #DFF;
	font-size: 1em;
}
.guest_head {
	margin-bottom: 10px;
	font-style: italic;
	color: #09F;
	font-size: 24px;
	border-bottom: 1px solid #09F;
	font-weight: bold;
}
.guest_head span {
	color: #039;
	font-weight: normal;
	font-size: 20px;
}
.guest_head br {
	display: none;
}
.guest_txt {
	display: flex;
	justify-content: space-between;
}
.guest_txt div {
	width: 49%;
}
.guestimg1 img {
	width: 100%;
}
.guestimg2 {
	width: 20%;
	float: right;
	margin-left: 10px;
}

.history {
	margin-top: 30px;
}
.history_head {
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}
.history ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.history li {
	width: 19%;
	height: 32px;
	margin-bottom: 10px;
	border: 1px solid #099;
	box-sizing: border-box;
	text-align: center;
	line-height: 30px;
}
.history li a {
	display: block;
	color: #066;
	background: rgba(0,204,255,.3);
	transition: all .3s;
}
.history li a:hover {
	background: #09C;
	color: #FFF;
}

.banner {
	width: 26%;
	padding: 10px;
	max-width: 320px;
}
.banner .onyone {
	width: 100%;
	margin-bottom: 15px;
}
.banner .onyone img {
	width: 100%;
}
.banner img.jka_bnr {
	cursor: pointer;
}
.banner img.jka_bnr:hover {
	filter: alpha(opacity=70) !important;
	-moz-opacity: 0.7 !important;
	opacity: 0.7 !important;
}

.banner ul.logo {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.banner .logo li {
	width: 49%;
	margin-bottom: 0;
}
.banner .logo li img {
	width: 100%;
}

/*COURSE*/
#funride {
	background-image: url(../course/img/bg_fun.png);
}
.contents#course {
	background-color: #FFF;
	max-width: 960px;
	margin: 20px auto;
	padding: 20px 0;
}
.Fread {
	padding: 0 20px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #555;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul.Ftab {
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
}
.Ftab li {
	width: 30%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-color: #06C;
	font-weight: bold;
}
.Ftab li a {
	display: block;
	color: #FFF;
	transition: all .3s;
}
.Ftab li a:hover {
	background-color: #0CF;
}
.funride_box {
	padding: 20px;
	margin-bottom: 30px;
}
.funride_box:last-child {
	margin-bottom: 0;
}
.funride_box h2 {
	font-size: 2.2em;
	line-height: 1.4em;
	text-shadow: 1px 1px 2px #666;
	border-bottom: 2px solid #06C;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #06C;
}
.funride_box table.Fsp {
	display: none;
}
.funride_box table.Fpc {
	font-size: 1em;
}
.funride_box .Fpc th {
	width: 10%;
	background-color: #06C;
	border: 1px solid #9CF;
	color: #FFF;
}
.funride_box .Fpc td {
	width: 40%;
	background-color: #DEF;
	border: 1px solid #CDF;
}

.f_photo {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.f_photo a {
	width: 32%;
}
.f_photo img {
	width: 100%;
}
img.funmap {
	width: 30%;
	float: left;
	margin-right: 10px;
}


.title_area {
	position: relative;
	width: 100%;
	height: 400px;
	max-width: 1024px;
	margin: 0 auto;
}
.course_title {
	width: 70%;
	max-width: 240px;
}
.course_title img {
	width: 100%;
}
#course table {
	width: 100%;
}
#course table.as {
	width: 100%;
}
#course .as th, #course .as td {
	padding: 5px;
	border: 1px solid #CCC;
}
#course .as th {
	background: #EEE;
}

#course .as_box {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	flex-wrap: wrap;
}
#course .as_box div {
	margin-bottom: 5px;
	padding: 5px;
	width: 30%;
	border: 3px dotted #F6C;
	border-radius: 10px;
}
#course .as_box div.brank {
	opacity: 0;
}

.course_area th, .course_area td {
	padding: 5px;
	border: 1px solid #666;
	text-align: center;
}
.course_area td.left_td {
	text-align: left;
}
.course_area th {
	background: #CFE;
	color: #666;
}
.course_area th.Ahead {
	background: #C00;
	color: #FFF;
}
.course_area th.Bhead {
	background: #EEA960;
	color: #FFF;
}
.course_area th.Chead {
	background: #06C;
	color: #FFF;
}
.course_area td.noline {
	border: none;
}
#course h1 {
	text-align: center;
	margin-bottom: 40px;
	padding-top: 40px;
	font-size: 48px;
	font-weight: normal;
	font-style: italic;
	color: #666;
}
#course .repoA2 .A_ph1 {
	width: 40%;
	float: left;
}
#course .repoA2 .A_ph2 {
	width: 60%;
	float: right;
}
#course .repoA2 .A_ph1 img, #course .repoA2 .A_ph2 img {
	width: 100%;
}
#course .repoA2 img.imgR {
	width: 45%;
	float: right;
	margin-left: 20px;
}
#course .repoA2 .course_txt1 {
	padding: 30px;
}
/*#course .repoA2 p {
	padding: 20px 30px;
}*/

#course .repoA3 img.imgR {
	width: 50%;
	float: right;
	margin-left: 30px;
}
#course .repoA3 .A_ph3 {
	display: flex;
	justify-content: space-between;
	margin: 10px 0;
}
#course .repoA3 .A_ph3 div {
	width: 32%;
}
#course .repoA3 .A_ph3 img {
	width: 100%;
}
#course .repoB1 .imgR1 {
	width: 40%;
	float: right;
	margin: 0 0 20px 30px;
}
#course .repoB1 .imgL {
	width: 40%;
	float: left;
	margin: 10px 50px 30px 0;
}
#course .repoB1 .imgR2 {
	width: 25%;
	float: right;
	margin: -50px 0 50px 30px;
}
#course .repoC1 {
	margin-bottom: 40px;
}
#course .repoC1 .imgR {
	width: 40%;
	float: right;
	margin: 0 0 0 30px;
}
#course .repoB1 .imgR1 img, #course .repoB1 .imgL img, #course .repoB1 .imgR2 img, #course .repoC1 .imgR img {
	width: 100%;
}

#course .repoC2 {
	display: flex;
	justify-content: space-between;
	margin: 10px 0;
}
#course .repoC2 div:first-child {
	width: 55%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
}
#course .repoC2 div:first-child div {
	width: 49%;
	margin-bottom: 0;
}
#course .repoC2 div:first-child img {
	width: 100%;
}
#course .repoC2 div:last-child {
	width: calc(45% - 30px);
}
#course .repoC3 .phC_1 {
	width: 50%;
	float: left;
	margin-right: 30px;	
}
#course .repoC3 .phC_1 img {
	width: 100%;
}

.head_btn {
	width: 280px;
	padding: 15px 0;
	font-size: 20px;
	text-align: center;
	background: #06C;
	color: #FFF;
	font-weight: bold;
}
.Ah, .Bh, .Ch {
	cursor: pointer;
}
.head_btn_sp, .sp1, .sp2 {
	display: none;
}

.map_area {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}
.map_area .map {
	width: 59%;
	margin-top: 10px;
}
.map_area .map ul {
	display: flex;
	justify-content: space-between;
}
.map_area .map li {
	width: 49%;
}
.map_area .map a {
	display: block;
	width: 100%;
}
.map_area .map img {
	width: 100%;
	border: 2px solid #0C9;
	box-sizing: border-box;
}
.map_area div.gps {
	margin-top: 10px;
	width: 40%;
}
.map_area div.gps h4 {
	font-size: 18px;
	text-align: center;
	padding: 5px;
	border: 2px solid #0C9;
	box-sizing: border-box;
	color: #0C9;
}
.map_area div.gps ul {
	margin: 5px 0;
	display: flex;
	justify-content: space-between;
}
.map_area div.gps ul li {
	width: 30%;
	padding: 5px 1%;
	text-align: center;
}
.map_area div.gps ul li:nth-child(1) {
	background: #C00;
}
.map_area div.gps ul li:nth-child(2) {
	background: #EEA960;
}
.map_area div.gps ul li:nth-child(3) {
	background: #06C;
}
.map_area div.gps ul li a {
	display: block;
	color: #FFF;
}
.map_area div.gps ul li a:hover {
	opacity: 0.7;
}
.map_area div.gps ol {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 20px;
}
.map_area div.gps ol li {
	font-size: .9em;
	line-height: 1.4em;
}

#course #report {
	text-align: justify;
}
#course .areaA, #course .areaB, #course .areaC {
	margin-bottom: 30px;
}
#course .headA, #course .headB, #course .headC, #course .repoA1_, #course .repoA2_ {
	display: flex;
	justify-content: space-between;
}
#course .ph_1 {
	width: calc(50% - 30px);
	margin: 0 30px 30px 0;
}
.ph_1 img, .area2_head img, .area2 img {
	width: 100%;
}
#course .head_1 {
	width: calc(50% - 30px);
	padding: 0 0 50px 30px;
}
#course #report .headline {
	margin-bottom: 20px;
	padding: 5px;
	background: #CFE;
	font-weight: bold;
	font-size: 120%;
}
.repoA1, .repoA2 {
	margin-bottom: 30px;
}
.repoA4 {
	margin-top: 40px;
}
.repoA1_1 div {
	width: 40%;
	margin-left: 30px;
	float: right;
}
.repoA1_1 div img {
	width: 100%;
}
.repoA1_2 .phA2_1 {
	width: 40%;
	margin-right: 20px;
	float: left;
}
.repoA1_2 .phA2_2 {
	width: 25%;
	margin-left: 20px;
	float: right;
}
.repoA1_3 {
	margin-top: 30px;
}
.repoA1_3 .phA3_1 {
	width: 50%;
	margin-left: 50px;
	float: right;
}
.repoA4 .phA4_1 {
	width: 45%;
	float: right;
	margin: 0 0 20px 30px;
}
.repoA4 .phA4_2 {
	width: 20%;
	float: left;
	margin: 10px 30px 0 0;
}

.repoA1_2 .phA2_1 img, .repoA1_2 .phA2_2 img, .repoA1_3 .phA3_1 img, .repoA4 .phA4_1 img, .repoA4 .phA4_2 img {
	width: 100%;
}

.as {
	display: flex;
	justify-content: space-between;
}
.as div.first {
	display: flex;
	justify-content: space-between;
}
.as div.first div:first-child {
	width: 39%;
}
.as div.first div:last-child {
	width: 59%;
}
.as div.second{
	width: 60%;
}
.as ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.as li {
	margin-bottom: 5px;
	width: 44%;
	padding: 2%;
	border: 3px dotted #F6C;
	border-radius: 10px;
}

img.asmap {
	width: 100%;
}

/*STAFF*/

#staff .read {
	font-size: 1.2em;
	margin-bottom: 20px;
}
#staff img.volaentry {
	float: right;
	width: 100px;
}
#staff h3 {
	background: #06C;
	color: #FFF;
	padding-left: 10px;
	margin: 20px 0 10px;
}
#staff td {
	border: 1px solid #CCC;
}
#staff ul {
	list-style: disc;
	list-style-position: outside;
	padding-left: 20px;
}
#staff li {
	margin-bottom: 10px;
}
#staff .entry_button {
	width: 300px;
	padding: 10px 0;
	text-align: center;
	border-radius: 8px;
	background: #09F;
	font-size: 1.1em;
	font-weight: bold;
}
#staff .entry_button a {
	display: block;
	color: #FFF;
}
#staff .messe {
	height: 400px;
	overflow-y: scroll;
}
#staff .messe p {
	margin-bottom: 10px;
}

ol.youkou li {
	list-style-position: outside;
	margin-bottom: 20px;
}
ol.youkou li ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0 20px;
}
.youkou table {
	width: 100%;
}
.youkou th, .youkou td {
	border: 1px solid #666;
}
.youkou th {
	background: #CCC;
	text-align: center;
}
img.qr {
	width: 30%;
	max-width: 150px;
	float: right;
}
.pdf_dl a {
	width: calc(100% - 40px);
	max-width: 320px;
	height: 24px;
	display: block;
	margin-bottom: 20px;
	padding: 10px 0 10px 50px;
	border-radius: 10px;
	background-color: #096;
	color: #FFF;
	transition: .5s;
	font-size: 110%;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	font-weight: bold;
}
.pdf_dl a {
	max-width: 280px;
}
.pdf_dl img {
	position: absolute;
	z-index: 99;
	top: 5px;
	left: 7px;
}
.pdf_dl a:before {
	position: absolute;
  	top: 0;
  	left: 20px;
	width: 90px;
  	height: 90px;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-80%) translateY(-25px);
    transform: translateX(-80%) translateY(-25px);
    border-radius: 50%;
    background-color: #00A8E2;
	background-color: #00C0ED;
	background-color: #3C9;
}
#staff .pdf_dl {
	display: flex;
}
#staff .pdf_dl a:first-child {
	margin-right: 20px;
	background-color: #096;
}
#staff .pdf_dl a {
	width: 340px;
}

#proposal {
	max-width: 920px;
	margin: 30px auto;
	font-size: 1em;
}
#proposal section {
	margin-bottom: 30px;
}
#proposal dd {
	padding-left: 20px;
}
.bus_form {
	margin: 0 auto;
	width: calc(100%-40px);
	max-width: 920px;
}
.bus_form h3 {
	font-size: 100%;
	margin: 5px 0;
}
.bus_form .soufu {
	width: calc(98% - 10px);
	border: 1px solid #CCC;
	padding: 5px;
	margin-bottom: 20px;
}
.bus_form table{
	margin: 0 0 20px;
	width: 98%;
	border-collapse: collapse;
}
.bus_form tr.exs {
	color: #06C;
}
.bus_form th {
	margin: 0;
	padding: 5px;
	background: #EEE;
	border: 1px solid #CCC;
	text-align: left;
}
.bus_form td {
	margin: 0;
	padding: 5px;
	border: 1px solid #CCC;
}
.service th:nth-child(1) {
	width: 20%;
}
.service td:nth-child(2) {
	width: 16%;
}
.service th:nth-chid(3) {
	width: 13%;
}
.person th:nth-child(1) {
	width: 30%;
}
.person td:nth-child(3) {
	width: 30%;
}
.bus_form dl {
	width: 98%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-start;
}
.bus_form dt, .bus_form dd {
	margin: 0;
	padding: 5px;
	border: 1px solid #CCC;
}
.bus_form dt {
	background: #EEE;
	white-space: nowrap;
	font-weight: bold;
}
.bus_form dt:nth-child(1) {
	width: 15%;
}
.bus_form dd:nth-child(2) {
	width: 35%;
}
.bus_form dt:nth-child(3) {
	width: 15%;
}
.bus_form dd:nth-child(4) {
	width: 35%;
}
.bus_form .input1 {
	width: 90%;
	padding: 5px;
}
.bus_form .input2 {
	width: 40%;
	padding: 5px;
}
.bus_form .submit {
	margin-bottom: 10px;
	width: 200px;
	padding: 10px 0;
}

/*FOOTER*/
footer {
	width: 100%;
	text-align: center;
	color: #FFF;
	height: 50px;
	line-height: 50px;
	background-image: linear-gradient(180deg, rgba(14, 244, 255, 1), rgba(65, 164, 253, 1));
}
.page_top {
	position: fixed;
	width: 44px;
	height: 40px;
	right: 10px;
	bottom: 5px;
	z-index: 99;
}
.page_top a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/page_top.png) no-repeat center top;
}
footer span {
	width: 80px;
	height: 1em;
	border-radius: 8px;
	padding: 2px 5px;
	background: #FFF;
}

@media all and (max-width: 880px) {
		
	.as div.first div:first-child {
		width: 49%;
	}
	.as div.first div:last-child {
		width: 49%;
	}
	header {
		margin-top: -10px;
	}
	header .top_bnr {
		height: 500px;
	}
	.home_title {
		padding-top: 50px;
	}
	.home_title img {
		width: 80%;
	}
	header .top_buttons {
		/*width: 100%;*/
		bottom: 20px;
	}
	.entry_btn {
		top: 100px;
	}
	.china {
		top: 50px;
	}
	.entry_btn, .pizumi, .map_bnr, .china {
		width: 130px;
	}
	header nav, .map_bnr {
		display: none;
	}
	.sp_nav {
		display: block;
		position: relative;
	}
	.sp_nav ul {
		position: absolute;
		top: 0;
		display: block;
		z-index : 99;
		max-width: 880px;
		color: #fff;
		background-color: rgba(0,102,153,.7);
		text-align: center;
		width: 100%;
		height: 40px;
		transition: all 0.6s;
		text-align: center;
		overflow: hidden;
	}
	.sp_nav li.menu {
		width: 100%;
		height: 30px;
		padding: 5px 0;
  		/*background-image: linear-gradient(180deg, rgba(57, 210, 248, 1), rgba(48, 97, 96, 1));*/
		/*background-image: linear-gradient(180deg, rgba(56, 127, 133, 1), rgba(4, 202, 255, 1));*/
		background-image: linear-gradient(180deg, rgba(65, 164, 253, 1), rgba(14, 244, 255, 1));
		line-height: 30px;
		color: #FFF;
		font-weight: bold;
		font-size: 16px;
		text-align: center;
		cursor: pointer;
	}
	.sp_nav ul.active {
		opacity: 100;
		display: block;
		height: 100vh;
	}
	.sp_nav li {
		padding: 10px 0;
	}
	.sp_nav li a {
		display: block;
		color: #FFF;
		text-shadow:  1px 1px 2px #066;
		width: 100%;
		font-size: 16px;
		font-weight: bold;
	}
	nav.sp li:last-child {
  		padding-bottom: 0;
	}
	nav.sp li:hover{
		background :#ddd;
	}

	.main {
		margin-bottom: 20px;
		width: 83%;
		padding: 0 1%;
	}
	.banner {
		width: 15%;
		max-width: 200px;
	}
	.banner h4 img {
		width: 100%;
		max-width: 200px;
	}
	.banner ul.logo {
		display: block;
	}
	.banner .logo li {
		width: 100%;
		margin-bottom: 0;
	}
	
	.course_title {
		padding-top: 50px;
	}
	.sns {
		width: 40%;
		/*top: 280px;*/
		bottom: 10px;
		left: 328px;
	}
	.sns div {
		width: 18%;
		max-width: 50px;
	}
	.sns div:last-child {
		width: 28%;
		max-width: 60px;
	}
	header.sub_head h1 {
		line-height: 36px;
	}
	header.sub_head h1 br {
		display: block;
	}

}

@media all and (max-width: 700px) {
	.as div.first div:first-child {
		width: 100%;
	}
	.as div.first div:last-child {
		width: 100%;
	}
	header .top_buttons {
		bottom: 20px;
		height: 80px;
	}
	
	.bnr_area {
		top: 170px;
	}
	.pizumi {
		bottom: 70px;
	}
	header nav li {
		font-size: 14px;
	}
	.wrapper {
		display: block;
	}
	.main, .banner {
		margin: 20px 0;
		width: 98%;
		padding: 0 1%;
		max-width: 670px;
	}
	.banner ul.logo {
		display: flex;
		justify-content: start;
	}
	.banner .logo li {
		width: 24%;
		margin-bottom: 0;
		margin-right: 1%;
	}
	
	.funride_box table.Fpc {
		display: none;
	}
	.funride_box table.Fsp {
		display: block;
		width: 100%;
		font-size: 1.2em;
	}
	.funride_box .Fsp th {
		width: 25%;
		background-color: #06C;
		border: 1px solid #9CF;
		color: #FFF;
	}
	.funride_box .Fsp td {
		width: 75%;
		background-color: #DEF;
		border: 1px solid #CDF;
	}
	#staff .pdf_dl {
		display: block;
	}
	
	.as {
		display: block;
	}

	.as div.first {
		width: 98%;
		display: flex;
		margin-bottom: 10px;
		justify-content: space-between;
	}
	.as div.first img {
		width: 55%;
	}
	#course table.as {
		width: 44%;
	}
	.as div.second{
		width: 98%;
	}	
	
	.as div.first {
		display: block;
	}
	.as div.first img {
		width: 100%;
	}
	#course table.as {
		width: 100%;
	}

}
@media all and (max-width: 600px) {
	header {
		margin-top: 0;
	}
	header .top_buttons {
		height: 80px;
		bottom: -20px;
	}
	.home_title {
		padding-top: 5px;
	}
	.home_title img {
		width: 100%;
	}
	.pizumi {
		/*bottom: 70px;*/
		bottom: 0;
	}
	.cycle_btn {
		display: none;
	}
	.map_bnr {
		bottom: 0px;
		right: 0px;
		width: 140px;
	}
	.guest_txt {
		display: block;
	}
	.guest_txt div {
		width: 100%;
	}
	.sp1 {
		display: block;
	}
	header nav {
		display: none;
	}
	header .top_movie {
		height: 400px;
	}
	header#home {
		height: 400px;
		background-image: url(../img/top_image_sp.jpg);
	}
	.entry_btn, .china {
		width: 100px;
		right: 15px;
	}
	.sns {
		/*top: 260px;*/
		width: 45%;
		bottom: 70px;
		left: 10px;
	}

	header .cycle img {
		width: 100%;
	}

	header .top_bnr {
		padding-top: 40px;
		height: 340px;
	}
	.top_bnr ul.sub_menu {
		flex-wrap: wrap;
		bottom: -70px;
	}
	.top_bnr ul.sub_menu li {
		width: 49%;
		margin-bottom: 10px;
		height: 40px;
		line-height: 40px;
	}
	header .top_buttons img {
		width: auto;
		height: 80%;
		margin-left: 10px;
	}
	header .top_buttons img.bnr_close, .cycle img {
		max-width: 80px;
	}

	.wrapper {
	}
	.news dl {
		display: block;
	}
	.news dt, .news dd {
		width: 100%;
	}
	.guest_head br {
		display: block;
	}
	.guestimg1 {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	ul.Ftab li{
		width: 33%;
	}

	.course_area .pc1{
		display: none;
	}
	.map_area {
		display: block;
	}
	.map_area .map {
		width: 100%;
	}
	.map_area div.gps {
		width: 100%;
	}
	#course .headA, #course .headB, #course .headC {
		display: block;
	}
	#course .head_1 {
		width: 100%;
		padding: 0 0 20px 0;
	}
	#course .ph_1 {
		width: 100%;
		margin: 0 0 30px 0;
	}
	#course .repoC3 img {
		width: 100%;
	}
	img.sp1, img.sp2, .repoA1_1 div {
		width: 100%;
	}
	.repoA1_2 .phA2_1, .repoA1_2 .phA2_2, .repoA1_3 .phA3_1, .repoA4 .phA4_1, .repoA4 .phA4_2, 
	#course .repoB1 .imgR1, #course .repoB1 .imgL, #course .repoB1 .imgR2, #course .repoC1 .imgR, #course .repoC3 .phC_1 {
		width: 100%;
		float: none;
		margin: 0 0 10px;
	}
	img.Emap {
		margin-left: 0;
		margin-top: 0;
		width: 100%;
		float: none;
	}
	.funride_box h2 {
		font-size: 20px;
	}
	.as li {
		width: 98%;
	}

	#course .as_box div {
		width: 95%;
	}
}
