html {
  scroll-behavior: smooth;
}

*{margin: 0;padding: 0}

body {
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: 100%;
	min-width: 100%;
}
  
a {
	text-decoration : none;
    outline:none;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	}
a:hover {
	opacity: 0.6;
	}

ul, ol {
	list-style : none;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	vertical-align: top;
	}
		
.clear {
	clear: both;
}
	
/* clearfix */

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
	overflow:hidden;
    font-size:0.1em;
    line-height:0;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

@media screen and (max-width: 600px){

/*
**  sp
============== ============== ============== ============== ============== ============== ============== */	
	
.menu {display: none;}
	
/* バーガーメニュー//////////////////////////////////////////////////// */
#g-nav{
    position:fixed;
	z-index: -50;
	opacity: 0;
	top:0;
	width:100%;
    height: 100vh;
	background:#00acdb;
	transition: all 0.5s;
	visibility: hidden;
}

#g-nav.panelactive{
	opacity: 1;
	z-index:999;
	visibility: visible;
	transition: all 0.5s;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    position:fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    display: none;
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

#g-nav.panelactive ul {
    display: block;
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: left;
	width: 80vw;
}

#g-nav li a {
	color: #fff;
	font-weight: 300;
	font-size: 4vw;
	text-decoration: none;
	padding:2vw;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#g-nav li a:hover {
	color: #1c9e08;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
}

#g-nav li.sp_sm_title {
	font-size: 3.9vw;
	margin: 5vw 0 2vw;
	color: #fff;
}
/*========= ボタンのためのCSS ===============*/
.openbtn1{
	position:absolute;
    z-index: 9999;/*ボタンを最前面に*/
	top:3vw;
	right: 1vw;
	cursor: pointer;
    width: 15vw;
    height:15vw;
}
  
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 3.5vw;
    height: 2px;
	background-color: #666;
    width: 50%;
  }

.openbtn1 span:nth-of-type(1) {
	top:15px; 
}

.openbtn1 span:nth-of-type(2) {
	top:24px;
}

.openbtn1 span:nth-of-type(3) {
	top:33px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}

.openbtn1.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}
	
.wrapper {
	width: 100%;
	margin: 0 auto;
	}
	
.sidemenu{
	width: 100vw;
	background-color: #fff;
	}
	
.logo {
	width: 30vw;
	margin-left: 4vw;
	padding: 3.5vw 0;
	}
	
.pagetop {
	position: fixed;
	bottom: 10vw;
	right: 2vw;
	width: 10vw;
	z-index: 10;
	}
	
main {
	width: 100vw;;
	}
	
.fvimg {
	background-image: url("../images/fv_img.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100vw;
	height: 90vh;
	margin: 0 0 20vw;
	position: relative;
	}
	
.fv_area h1 {
	width: 80vw;
	position: absolute;
	bottom: 5vw;
	left: 5vw;
	z-index: 10;
	}
	
.fv_txt {
	width: 75vw;
	position: absolute;
	top: 10vw;
	left: 5vw;
	z-index: 10;
	}
	
.main_area {
	width: 85vw;
	margin: 0 auto;
	}
	
.episode_area {
	text-align: center;
	}
	
.episode_area h2 {
	font-size: 6vw;
	margin-bottom: 5vw;
	}
	
.episode_area p {
	font-size: 3.5vw;
	line-height: 1.9em;
	margin-bottom: 15vw;
	}
	
h3 {
	font-size: 5vw;
	display: inline-block;
	border-bottom: solid 4px #00acdb;
	padding-bottom: 2vw;
	margin-bottom: 10vw;
	}
	
.tournament{
	margin-bottom: 15vw;
}

dt{
	margin-bottom: 1.5vw;
	font-size: 3.5vw;
}

dd{
	border-bottom: solid 1px #818181;
	padding-bottom: 4vw;
	margin-bottom: 4vw;
	font-size: 3.5vw;
	line-height: 1.6em;
}
	
dd span.kome{
	font-size: 3.2vw;
}
	
ol.t_list {
	position: relative;
	margin: 0;
	padding: 0
	}
	
ol.t_list li {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding-left: 1.25em
	}
	
ol.t_list li span {
	position: absolute;
	left: 0;
	margin: 0
}
	
h4 {
	font-size: 4vw;
	border-left: solid 4px #000;
	padding-left: 2vw;
	margin-bottom: 3vw;
	}
	
.sponsorship {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	margin-bottom: 15vw;
	}
	
.sponsorship img {
	width: 35vw;
	margin: 0 3.5vw 4vw;
	}
	
.course {
	margin-bottom: 15vw;
	}
	
.course_txt {
	font-size: 3.5vw;
	line-height: 2em;
	margin-bottom: 10vw;
	}
	
.course img {
	margin-bottom: 27vw;
	}
	
.course_box {
	position: relative;
	}
	
.layout_list {
	position: absolute;
	bottom: 2vw;
	right: 0;
	z-index: 5;
	}
	
.layout_title {
	font-size: 3.6vw;
	font-weight: 600;
	margin-bottom: 1vw;
	}
	
.layout_txt {
	font-size: 3.2vw;
	line-height: 1.5em;
	}
	
.score_area {
	margin-bottom: 10vw;
	}
	
.score_box {
	margin-bottom: 7vw;
	}
	
.score_box p {
	font-size: 3.4vw;
	font-weight: 500;
	margin: 0;
	padding: 0;
	}
	
.score_box p span {
	font-size: 3.2vw;
	font-weight: 300;
	}
	
table, th, td {
	border-collapse: collapse;
	border:1px solid #aaa;
	text-align: center;
	font-weight: 500;
}
	
th {
	width: 20vw;
	background-color: #dfd294;
	font-size:3.3vw;
	}
	
td {
	font-size: 3.4vw;
	}
	
th, td {padding: 7px 0;}
	
.sticky-left {
	width: 13vw;
	background-color: #dfd294;
	}
	
.par {
	width: 7vw;
	}
	
.course_btn a {
	height: 20vw;
	margin: 0 auto;
	background-color: #00acdb;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	color: #fff;
	margin-bottom: 15vw;
	font-size: 3.5vw;
	font-weight: 500;
	}
	
.ticket {
	margin-bottom: 15vw;
	}
	
.map {
	height: 50vw;
	margin-bottom: 3vw;
	}
	
.address {
	font-size: 3.3vw;
	margin-bottom: 15vw;
	}
	
.parking_title {
	}
	
.parking_title p {
	font-size: 3.3vw;
	border: solid 1px #e50000;
	color: #e50000;
	width: 55vw;
	height: 7vw;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 4vw;
	}
	
.parking_text {
	font-size: 3.4vw;
	line-height: 1.7em;
	margin-bottom: 3vw;
	}
	
.parking_area {
	margin-bottom: 7vw;
	}
	
.parking_box {
	font-size: 3.3vw;
	border: solid 1px #000;
	color: #000;
	margin: 5vw 0 0 0;
	width: 20vw;
	height: 6vw;
	display: flex;
	justify-content: center;
	align-items: center;
	}

.parking_date {
	font-size: 8vw;
	font-weight: 600;
	}
	
.parking_date span {
	font-size: 7vw;
	font-weight: 600;
	}
	
.parking_lc {
	font-size: 5vw;
	font-weight: 600;
	margin: 2vw 0 0;
	}
	
.parking_sab {
	font-size: 3.3vw;
	margin-bottom: 15vw;
	}
	
.gallery_area {
	margin-bottom: 15vw;
	}
	
.gallery_list {
	font-size: 3.3vw;
	list-style: inside;
	margin-bottom: 7vw;
	}
	
.gallery_list li {
	margin-bottom: 3vw;
	line-height: 1.7em;
	text-indent: -1.5em;
	padding-left: 1.5em;
	}
	
.gallery_icon {
	display: flex;
	flex-wrap: wrap;
	}
	
.gallery_icon img {
	width: 20vw;
	margin: 0 3vw 7vw 0;
	}
	
.gallery_txt {
	font-size: 3.3vw;
	line-height: 1.7em;
	}
	
.group_box {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	margin-bottom: 15vw;
	}
	
.group_box img {
	width: 37vw;
	margin: 0 2vw 4vw;
	}
	
footer {
	width: 100%;
	height: 15vw;
	background-color: #00acdb;
	display: flex;
	justify-content: center;
	align-items: center;
	}
	
footer p {
	color: #fff;
	font-size: 3vw;
	}

	
}


@media screen and (min-width:601px) and ( max-width:1024px) {

/*
**  tablet
============== ============== ============== ============== ============== ============== ============== */	
.menu {display: none;}
	
/* バーガーメニュー//////////////////////////////////////////////////// */
#g-nav{
    position:fixed;
	z-index: -50;
	opacity: 0;
	top:0;
	width:100%;
    height: 100vh;
	background:#00acdb;
	transition: all 0.5s;
	visibility: hidden;
}

#g-nav.panelactive{
	opacity: 1;
	z-index:999;
	visibility: visible;
	transition: all 0.5s;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    position:fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    display: none;
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

#g-nav.panelactive ul {
    display: block;
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: left;
	width: 80vw;
}

#g-nav li a {
	color: #fff;
	font-weight: 300;
	font-size: 4vw;
	text-decoration: none;
	padding:2vw;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#g-nav li a:hover {
	color: #1c9e08;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
}

#g-nav li.sp_sm_title {
	font-size: 3.9vw;
	margin: 5vw 0 2vw;
	color: #fff;
}
/*========= ボタンのためのCSS ===============*/
.openbtn1{
	position:absolute;
    z-index: 9999;/*ボタンを最前面に*/
	top:4vw;
	right: 1vw;
	cursor: pointer;
    width: 15vw;
    height:15vw;
}
  
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 3.5vw;
    height: 2px;
	background-color: #666;
    width: 50%;
  }

.openbtn1 span:nth-of-type(1) {
	top:15px; 
}

.openbtn1 span:nth-of-type(2) {
	top:24px;
}

.openbtn1 span:nth-of-type(3) {
	top:33px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}

.openbtn1.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}
	
.wrapper {
	width: 100%;
	margin: 0 auto;
	}
	
.sidemenu{
	background-color: #fff;
	}
	
.logo {
	width: 16vw;
	margin-left: 4vw;
	padding: 3.5vw 0;
	}
	
.pagetop {
	position: fixed;
	bottom: 3.5vw;
	right: 2vw;
	width: 7vw;
	z-index: 10;
	}
	
main {
	}
	
.fvimg {
	background-image: url("../images/fv_img.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	margin: 0 0 10vw;
	}
	
.fv_area {
	position: relative;
	height: 90vw;
	}
	
.fv_area h1 {
	width: 45vw;
	position: absolute;
	bottom: 1vw;
	left: 3vw;
	z-index: 10;
	}
	
.fv_txt {
	width: 40vw;
	position: absolute;
	top: 5vw;
	left: 3vw;
	z-index: 10;
	}
	
.main_area {
	width: 85vw;
	margin: 0 auto;
	}
	
.episode_area {
	text-align: center;
	}
	
.episode_area h2 {
	font-size: 3.5vw;
	margin-bottom: 3vw;
	}
	
.episode_area p {
	font-size: 2.3vw;
	line-height: 2em;
	margin-bottom: 10vw;
	}
	
h3 {
	font-size: 3vw;
	display: inline-block;
	border-bottom: solid 4px #00acdb;
	padding-bottom: 2vw;
	margin-bottom: 5vw;
	}
	
.tournament{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 8vw;
}

dt{
	width: 20vw;
	border-bottom: solid 1px #818181;
	padding-bottom: 1.5vw;
	margin-bottom: 1.5vw;
	font-size: 2vw;
	line-height: 1.9em;
}

dd{
	width: 65vw;
	border-bottom: solid 1px #818181;
	padding-bottom: 1.5vw;
	margin-bottom: 1.5vw;
	font-size: 2vw;
	line-height: 1.9em;
}
	
dd span.kome{
	font-size: 1.8vw;
}
	
ol.t_list {
	position: relative;
	margin: 0;
	padding: 0
	}
	
ol.t_list li {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding-left: 1.25em
	}
	
ol.t_list li span {
	position: absolute;
	left: 0;
	margin: 0
}
	
h4 {
	font-size: 2.7vw;
	border-left: solid 6px #000;
	padding-left: 10px;
	margin-bottom: 5vw;
	}
	
.sponsorship {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	margin-bottom: 8vw;
	}
	
.sponsorship img {
	width: 18vw;
	margin: 0 1.5vw 5vw;
	}
	
.course {}
	
.course_txt {
	font-size: 2.3vw;
	line-height: 1.7em;
	margin-bottom: 7vw;
	}
	
.course img {
	margin-bottom: 10vw;
	}
	
.course_box {
	position: relative;
	}
	
.layout_list {
	position: absolute;
	bottom: 4vw;
	right: 0;
	z-index: 5;
	}
	
.layout_title {
	font-size: 2vw;
	font-weight: 600;
	margin-bottom: 1vw;
	}
	
.layout_txt {
	font-size: 1.7vw;
	line-height: 1.7em;
	}
	
.score_area {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8vw;
	}
	
.score_box {
	width: 41vw;
	}
	
.score_box p {
	font-size: 2vw;
	font-weight: 500;
	margin: 0;
	padding: 0;
	}
	
.score_box p span {
	font-size: 1.7vw;
	font-weight: 300;
	}
	
table, th, td {
	border-collapse: collapse;
	border:1px solid #aaa;
	text-align: center;
	font-weight: 500;
}
	
th {
	width: 25vw;
	background-color: #dfd294;
	font-size: 1.7vw;
	}
	
td {
	font-size: 2vw;
	}
	
th, td {padding: 7px 0;}
	
.sticky-left {
	width: 10vw;
	background-color: #dfd294;
	}
	
.par {
	width: 7vw;
	}
	
.course_btn a {
	width: 344px;
	height: 76px;
	margin: 0 auto;
	background-color: #00acdb;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	color: #fff;
	margin-bottom: 150px;
	}
	
.ticket {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
	}
	
.map {
	height: 538px;
	margin-bottom: 20px;
	}
	
.address {
	font-size: 14px;
	margin-bottom: 100px;
	}
	
.parking_title {
	display: flex;
	flex-wrap: wrap;
	}
	
.parking_title p {
	font-size: 15px;
	border: solid 1px #e50000;
	color: #e50000;
	margin-left: 50px;
	width: 260px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	}
	
.parking_text {
	font-size: 17px;
	line-height: 2em;
	margin-bottom: 30px;
	}
	
.parking_area {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	}
	
.parking_box {
	font-size: 15px;
	border: solid 1px #000;
	color: #000;
	margin: 12px 20px 0 0;
	width: 100px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	}

.parking_date {
	font-size: 35px;
	font-weight: 600;
	}
	
.parking_date span {
	font-size: 25px;
	font-weight: 600;
	}
	
.parking_lc {
	font-size: 20px;
	font-weight: 600;
	margin: 13px 0 0;
	}
	
.parking_sab {
	font-size: 13px;
	margin-bottom: 100px;
	}
	
.gallery_area {
	margin-bottom: 100px;
	}
	
.gallery_list {
	font-size: 17px;
	list-style: inside;
	margin-bottom: 40px;
	}
	
.gallery_list li {
	margin-bottom: 15px;
	line-height: 1.7em;
	text-indent: -1em;
	padding-left: 1em;
	}
	
.gallery_icon {
	display: flex;
	flex-wrap: wrap;
	}
	
.gallery_icon img {
	width: 10vw;
	margin: 0 40px 30px 0;
	}
	
.gallery_txt {
	font-size: 17px;
	line-height: 2em;
	}
	
.group_box {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	margin-bottom: 100px;
	}
	
.group_box img {
	width: 200px;
	margin: 0 15px 30px;
	}
	
footer {
	width: 100%;
	height: 120px;
	background-color: #00acdb;
	display: flex;
	justify-content: center;
	align-items: center;
	}
	
footer p {
	color: #fff;
	font-size: 12px;
	}
	
.sp_br {display: none;}

	
}


@media screen and (min-width: 1025px){
/*
** pc
============== ============== ============== ============== ============== ============== ============== */
.wrapper {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	}
	
.sidemenu {
	width: 260px;
	height: 100vh;
	background-color: #fff;
	position: fixed;
	border-right: solid 1px #c5c5c5;
	}
	
.logo {
	width: 190px;
	height: 190px;
	margin: 0 auto 20px;
	border-bottom: solid 1px #d1d1d1;
	display: flex;
	justify-content: center;
	align-items: center;
	}
	
.menu {
	width: 190px;
	margin: 0 auto;
	}
	
.menu li {
	font-size: 15px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #d1d1d1;
	}
	
.menu li a {
	color: #000;
	}
	
.pagetop {
	width: 54px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 30px;
	margin: 0 auto;
	}
	
main {
	width: calc(100% - 260px);
	margin: 0 0 0 260px;
	}
	
.fvimg {
	background-image: url("../images/fv_img.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 940px;
	margin: 0 0 150px;
	}
	
.fv_area {
	position: relative;
	height: 940px;
	}
	
.fv_area h1 {
	width: 500px;
	position: absolute;
	bottom: 40px;
	left: 50px;
	z-index: 10;
	}
	
.fv_txt {
	width: 350px;
	position: absolute;
	bottom: 40px;
	right: 50px;
	z-index: 10;
	}
	
.main_area {
	width: 1000px;
	margin: 0 auto;
	}
	
.episode_area {
	text-align: center;
	}
	
.episode_area h2 {
	font-size: 30px;
	margin-bottom: 20px;
	}
	
.episode_area p {
	font-size: 17px;
	line-height: 2.5em;
	margin-bottom: 150px;
	}
	
h3 {
	font-size: 28px;
	display: inline-block;
	border-bottom: solid 4px #00acdb;
	padding-bottom: 10px;
	margin-bottom: 50px;
	}
	
.tournament{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

dt{
	width: 160px;
	border-bottom: solid 1px #818181;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.9em;
}

dd{
	width: 840px;
	border-bottom: solid 1px #818181;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.9em;
}
	
dd span.kome{
	font-size: 15px;
}
	
ol.t_list {
	position: relative;
	margin: 0;
	padding: 0
	}
	
ol.t_list li {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding-left: 1.25em
	}
	
ol.t_list li span {
	position: absolute;
	left: 0;
	margin: 0
}
	
h4 {
	font-size: 22px;
	border-left: solid 6px #000;
	padding-left: 10px;
	margin-bottom: 50px;
	}
	
.sponsorship {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	margin-bottom: 100px;
	}
	
.sponsorship img {
	width: 180px;
	margin: 0 10px 50px;
	}
	
.course {}
	
.course_txt {
	font-size: 17px;
	line-height: 2em;
	margin-bottom: 80px;
	}
	
.course_box {
	position: relative;
	}
	
.layout_list {
	position: absolute;
	bottom: 60px;
	right: 20px;
	z-index: 5;
	}
	
.layout_title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	}
	
.layout_txt {
	font-size: 16px;
	line-height: 1.7em;
	}
	
.course img {
	margin-bottom: 100px;
	}
	
.score_area {
	display: flex;
	flex-direction: row;
	margin-bottom: 70px;
	}
	
.score_box {
	width: 500px;
	}
	
.score_box p {
	font-size: 17px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	}
	
.score_box p span {
	font-size: 15px;
	font-weight: 300;
	}
	
table, th, td {
	border-collapse: collapse;
	border:1px solid #aaa;
	text-align: center;
	font-weight: 500;
}
	
th {
	width: 90px;
	background-color: #dfd294;
	font-size: 14px;
	}
	
td {
	font-size: 16px;
	}
	
th, td {padding: 7px 0;}
	
.sticky-left {
	width: 55px;
	background-color: #dfd294;
	}
	
.par {
	width: 40px;
	}
	
.course_btn a {
	width: 344px;
	height: 76px;
	margin: 0 auto;
	background-color: #00acdb;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	color: #fff;
	margin-bottom: 150px;
	}
	
.ticket {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
	}
	
.map {
	height: 538px;
	margin-bottom: 20px;
	}
	
.address {
	font-size: 14px;
	margin-bottom: 100px;
	}
	
.parking_title {
	display: flex;
	flex-wrap: wrap;
	}
	
.parking_title p {
	font-size: 15px;
	border: solid 1px #e50000;
	color: #e50000;
	margin-left: 50px;
	width: 260px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	}
	
.parking_text {
	font-size: 17px;
	line-height: 2em;
	margin-bottom: 30px;
	}
	
.parking_area {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	}
	
.parking_box {
	font-size: 15px;
	border: solid 1px #000;
	color: #000;
	margin: 12px 20px 0 0;
	width: 100px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	}

.parking_date {
	font-size: 35px;
	font-weight: 600;
	}
	
.parking_date span {
	font-size: 25px;
	font-weight: 600;
	}
	
.parking_lc {
	font-size: 20px;
	font-weight: 600;
	margin: 13px 0 0;
	}
	
.parking_sab {
	font-size: 13px;
	margin-bottom: 100px;
	}
	
.gallery_area {
	margin-bottom: 100px;
	}
	
.gallery_list {
	font-size: 17px;
	list-style: inside;
	margin-bottom: 40px;
	}
	
.gallery_list li {
	margin-bottom: 15px;
	line-height: 1.7em;
	text-indent: -1em;
	padding-left: 1em;
	}
	
.gallery_icon {
	display: flex;
	flex-wrap: wrap;
	}
	
.gallery_icon img {
	width: 120px;
	margin: 0 40px 30px 0;
	}
	
.gallery_txt {
	font-size: 17px;
	line-height: 2em;
	}
	
.group_box {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	margin-bottom: 100px;
	}
	
.group_box img {
	width: 200px;
	margin: 0 15px 30px;
	}
	
footer {
	width: 100%;
	height: 120px;
	background-color: #00acdb;
	display: flex;
	justify-content: center;
	align-items: center;
	}
	
footer p {
	color: #fff;
	font-size: 12px;
	}
	
.openbtn1 {display: none;}
#g-nav {display: none;}
.sp_br {display: none;}
	
}