@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap');
/*****************************************************************
def
*****************************************************************/
* {
	margin: 0px;
	padding: 0px;
	border: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div {
	margin: 0px auto;
	padding: 0px;
}

main, article, aside, figure, figcaption, footer, header, nav, section {
	margin: 0px auto;
	padding: 0px;
	display: block;
}

html,body{
    width: 100%;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.7em;
	letter-spacing: 0.05em;
	color: #333;
	position: relative;
	background: #6BCDF1 url(../img/format/waterRepeat.jpg) repeat center top;
}

body.mobile {
	background: #6BCDF1 url(../../waterpark2017/css/none);
}

@media screen and (max-width: 800px){
		
	body {
		font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 13px;
		line-height: 1.5em;
		letter-spacing: 0em;
	}
		
}

/*---------------------------*/

img {
	max-width: 100%;
	height: auto;
	vertical-align: text-bottom;
}

ul,ol {
	margin-left: 2em;
}

h2,h3,h4,h5,h6,p,ul,ol {

}
br { font-size: 0px;}
/*---------------------------*/

table {
	clear: both;
	border-collapse: collapse;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 120%;
	border: 1px solid #CCCCCC;
}

table th {
	padding: 0.7em 0 0.5em;
	text-align: center;
	background: #FCF2D3;
	font-weight: normal;
	border: 1px solid #CCCCCC;
}

table th.green {
	background: #B5E2B1;
}

table th.green02 {
	background: #CFEDCD;
}

table td.green03 {
	background: #E4F4E3;
}

table td {
	padding: 0.5em 0 ;
	background: #FFF;
	white-space: normal;
	word-break: break-all;
	border: 1px solid #CCCCCC;
}
@media screen and (max-width: 640px) {
table th {
    border-bottom: none;
	border-top: none;
	border-right: none;
	border-left: none;
  }
table td {
    border-bottom: none;
	border-top: none;
	border-right: none;
	border-left: none;
  }
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
}
/*---------------------------*/

table td ul,
table td ol,
table td p {
	margin-bottom: 0em;
}

table td ul,
table td ol {
	margin-left: 2em;
}

/*---------------------------*/

blockquote {
	margin-left: 2em;
}

div.bus table td {
	padding-left:1%;
}

/*--------------------------------------------------------------
.class
--------------------------------------------------------------*/

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

/*---------------------------*/

.float_left {
	float: left;
}

.float_right {
	float: right;
}

/*---------------------------*/

.clear {
	clear: both;
}

/*---------------------------*/

.large {
	font-size: 150%;
}

.small {
	font-size: 75%;
	line-height: 1.4em;
}

/*---------------------------*/

.inlineblock {
	display: inline-block;
}

/*---------------------------*/

.border {
	border: 5px solid #CCCCCC;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #FEFBE0;
	margin-bottom: 15px;
}

.red {
	color: #F00;
}
.pricea{background:rgba( 255, 0, 135, 0.30);}
.priceb{background:rgba( 255, 140, 26, 0.30);}
.pricec{background:rgba( 134, 193, 35, 0.30);}
.priced{background:rgba( 45, 108, 181, 0.30);}
.pricee{background:rgba( 153, 0, 255, 0.30);}
.pricef{background:rgba( 255, 238, 0, 0.30);}
.priceg{background:rgba( 0, 255, 33, 0.30);}
/*---------------------------*/

.redbox {
	background: #E10000;
	padding: 0.75em;
	color: #FFF;
	margin-bottom: 1em;
}

.greenbox {
	background: #1EA016;
	padding: 0.75em;
	color: #FFF;
	margin-bottom: 1em;
}

.bluebox {
	background: #3399FF;
	padding: 0.75em;
	color: #FFF;
	margin-bottom: 1em;
}

.redbox *:last-child ,
.greenbox *:last-child ,
.bluebox *:last-child {
	margin-bottom: 0em;
}

/*---------------------------*/

table.noBorder,
table.noBorder th,
table.noBorder td {
	padding: 0.5em;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-bottom: 0px;
	text-align: left;
	vertical-align: middle;
}



/* ------ スライドショー ------ */
.slide {
	position: relative;
	width: 100%;
	padding-top: 66.66666666666666%;
	overflow: hidden;
	background-color: #c6c6c6;
}
@keyframes slideshow {
	0% { opacity: 0; }
	2% { opacity: 1; }
	14% { opacity: 1; }
	16% { opacity: 0; }
	100% { opacity: 0; }
}
.slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	opacity: 0;
	animation:slideshow 28s ease infinite;
}
.slide img:nth-of-type(1) { animation-delay: 0s; }
.slide img:nth-of-type(2) { animation-delay: 4s; }
.slide img:nth-of-type(3) { animation-delay: 8s; }
.slide img:nth-of-type(4) { animation-delay: 12s; }
.slide img:nth-of-type(5) { animation-delay: 16s; }
.slide img:nth-of-type(6) { animation-delay: 20s; }
.slide img:nth-of-type(7) { animation-delay: 24s; }


/*LIVE情報・アコーディオン*/

.liveschedule {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

.liveschedule a {
  display: block;
  padding: 10px;
	text-decoration: none;
	color: #000;
  line-height: 1;
}

label {
  display: block;
  margin: 0 0 2px 0;
	padding :12px;
  line-height: 1;
	color :#fff;
  background :#007bbb;
	cursor :pointer;
	font-size: 140%;
	font-weight:bold;
}

input {
	display: none;
}

.liveschedule ul {
	margin: 0;
	padding: 0;
	background-color:#CCC;
	list-style: none;
}

.liveschedule li {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
	max-height: 100%;
  opacity: 1;
}

.btn_ticket_box{
    text-align:center;
    margin: 0 15px !important;
	padding: 2em 0;
}
.btn_ticket_box a{
    display:block;
    padding: .5em;
    font-size:1.5em;
    font-weight:bold;
    color: #FFFFFF;
    text-align:center;
    text-decoration: none;
    background: linear-gradient(-135deg,#FF4500,#FF8C00);
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: 2px solid #E53D00;
}
@media screen and (max-width: 480px){
.btn_ticket_box{
    margin: 0 15px !important;
    }
    .btn_ticket_box a span{font-size:.7em;}
}
/*****************************************************************
loading
*****************************************************************/

#loading  {
	width: 100%;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
	background-image: url(../img/format/loadinganimation.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #00A7D5;

}

/*****************************************************************
#container
*****************************************************************/

#container {
	width: 100%;
	position: relative;
	/*background-repeat: no-repeat;
	background-position: center top;
	background-image: #6BCDF1 url(../img/format/waterRepeat.jpg) repeat center top;*/
}

/*****************************************************************
nav
*****************************************************************/
@media screen and (min-width: 554px) {
	.menu-trigger{display: none;}/*554px以上では使用しない */
	.nav-container{
		width: 100%;
		position: fixed;
		top:0;
		z-index:99;
		background: #0099FF;
	}
	.nav-container ul{
		display: flex;
		list-style-type: none;
		margin:0;
		padding: 0;
		width: 100%;
	}
	.nav-container li{
		display: flex;
		align-self: auto;
		flex: 1;
		border-right: 1px solid #fff;
		min-width: 0;
	}
	.nav-container li:first-child{border-left: 1px solid #fff;}
	.nav-container a{
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 1;
		padding: 0.8em 0.5em;
		color: #fff;
		text-decoration: none;
		text-align: center;
		word-break: break-all;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 553px){
	.nav-container{
		width:100%;
		position: fixed;
		z-index:99;
	}
	.nav-container ul.menu{
		text-align:center;
		background-color:#0099FF;
		-webkit-transition: all 600ms ease-out;
		-o-transition: all 600ms ease-out;
		transition: all 600ms ease-out;
		transform: translateY(-126%);
		margin-left: 0;
		opacity: 0;
	}
	.nav-container li{list-style: none;}
	.nav-container li a{
		display:block;
		font-weight:bold;
		padding:1em 2em;
		border-bottom: 1px dotted #CCC;
		color:#FFF;
		text-decoration:none;
	}
	
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: absolute;
		top:14px;
		right:14px;
		cursor: pointer;
		background:#0099FF;
		width: 50px;
		height:50px;
		border-radius: 5px;
	}
	.menu-trigger span {
		position: absolute;
		left: 14px;
		height: 3px;
		border-radius: 2px;
		background: #fff;
		width: 45%;
	}
	.menu-trigger span:nth-of-type(1) {top:15px; }
	.menu-trigger span:nth-of-type(2) {top:23px;}
	.menu-trigger span:nth-of-type(3) {top:31px;}
	#menu01.active span:nth-of-type(1) {
    	top: 18px;
    	left: 18px;
    	transform: translateY(6px) rotate(-45deg);
    	width: 30%;
	}
	#menu01.active span:nth-of-type(2) {
		opacity: 0;
	}
	#menu01.active span:nth-of-type(3){
    	top: 30px;
    	left: 18px;
    	transform: translateY(-6px) rotate(45deg);
    	width: 30%;
	}
	.nav-container ul.menu.open {
		transform: translateY(28%);
		opacity: 100;
	}
}

.floating-banner {
	width: auto;
    position: fixed;
    z-index: 98;
    bottom: 3rem;
    right: 0;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
}
.floating-banner span{ display:block;}
a.banner-yellow{
	position: relative;
	padding: 1.3em 1em;
	display: block;
	color: #333;
	background: #FFFF00;
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	line-height:1.2rem;
	width: 120px;
	height:120px;
}
a.banner-yellow:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url("../img/header/icon_ticket.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}
a.banner-yellow:hover {background: #FFC700;}
@media screen and (max-width: 768px){
	.floating-banner {
		bottom: 0;
	}
	.floating-banner span{ display:inline-block;}
	a.banner-yellow{
		width: 100vw;
		height:auto;
		padding: 0.5em 0;
		font-size:16px;
		display:inline-block;
	}
	a.banner-yellow:before {margin-right:15px;}
}
/*****************************************************************
#header
*****************************************************************/

header {
	position: relative;
	z-index: 50;
	width: 100%;
}

header:after {
	content: "";
	clear: both;
	display: table;
}

/* ----------------------------------------------------------- */
div.hero{
background-image: url("../img/header/hero-header_pc.png");
background-size: cover;
background-position: center;
height: 100vh;
min-height: 400px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
position:relative;
}


div.hero a{ display:block; color:#FFF; text-decoration:none;}
.hero h2{
font-size: 36px;/* IE8以下とAndroid4.3以下用フォールバック */
font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));/* 24px~36pxで可変*/
line-height: 1.3;
font-weight: normal;
font-family: 'Oswald', sans-serif;
padding: .6em 0 .2em 0;
color:#FFF;
/*text-shadow: 0px 0px 10px #000000;*/
text-align: center;
}
/*.hero h2 span{ font-size:2.2vw;}*/
.hero h4 {
font-size: 24px;/* IE8以下とAndroid4.3以下用フォールバック */
font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxで可変*/
line-height: 2;
font-weight: normal;
color:#FFF;
text-shadow: 0px 0px 10px #000000;
}
@media screen and (max-width: 375px){
    div.hero{
    background-image: url("../img/header/hero-header_sp.png");
    }
}
@media (min-width: 1200px) {/* 1200px以上*/
    .hero h1 {
        font-size: 3.6rem;/* 36px*/
    }
    .hero h4 {
        font-size: 2.4rem;/* 24px*/
    }
}
@media screen and (max-width: 640px) {/* 640px以下*/
    .hero h1{
        font-size: 2.4rem;/* 24px*/
    }
    /*.hero h2 span{ font-size:2.6vw;}*/
    .hero h4 {
        font-size: 1.5rem;/* 20px*/
    }
}



#visual {
	text-align: center;
	background-size: cover;
	position: relative;
	z-index: 0;
}
#visual h1  {
	text-align: center;
	z-index: 2;
}
#info1 {
	width: 100%;
	z-index: 100;
	text-align: center;
	margin: auto;
	display: block;
}

/* ----------------------------------------------------------- */

#visual #info {
	position: absolute;
	bottom: 0%;
	left: 0%;
	width: 100%;
	z-index: 3;
}
@media screen and (max-width: 480px){
#visual #info {
	position: absolute;
	bottom: -17%;
	left: 0%;
	width: 100%;
	z-index: 3;
    }
}
/* ---------------- */

#info #info_inner {
	position: relative;
	width: 96%;
	max-width: 1200px;
	text-align: center;
    bottom: -35px;
}

#info_inner:after {
	float: none;
	clear: both;
	display: table;
	content: "";
}

#info_inner #ticket1 {
	width: 49%;
	float: right;
	text-align: left;
	margin-bottom: 1em;
}

#info_inner #ticket2 {
	float: left;
	width: 49%;
	text-align: right;
	margin-bottom: 1em;
}

/* ---------------- */

#visual #info a:hover {
	opacity: 0.7;
}


body.m.w #info1 img {
	width: 70%;
}

/* ---------------- 

20170526変更 */
/*body.m.h #visual {
	padding-bottom: 20%;
}*/

body.m.h #info #info_inner {
	width: 80%;
	margin-bottom: 2%;
}

body.m.h #info_inner #ticket1 ,
body.m.h #info_inner #ticket2 {
	display: block;
	width: 100%;
	float: none;
	clear: both;
	text-align: center;
	margin-bottom: 2%;
}
@media screen and (max-width: 480px){
#info #info_inner {bottom: 0;}
body.m.h #info #info_inner {
	width: 80%;
	margin-bottom: -19%;
    }
}

/* ---------------- */

#flower {
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: right;
	width: 100%;
	z-index: 1;
}

#flower img {
	width: 50%;
	max-width: 520px;
}

/* ----------------------------------------------------------- */

#date {
	position:absolute;
	top:650px;
	margin: 0 auto 0;
	display: block;
	width: 100%;
	padding: 1em;
	text-align: center;
	/*background-image: url(../img/header/dateBg.png);*/
	z-index: 4;
}

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

	#date {
		padding: 0.5em 1em;
	}

}

#date>* {
	margin: 0px;
}

body.ie7 #date {
	padding: 1em 0em;
}

body.ie #date {
	background: #F60 url(../../waterpark2017/css/none);
}

/*-----------*/

body.m.w header #date {
	padding: 0.5em;
	position: relative;
	left: inherit;
	bottom: inherit;
}

body.m.w header #date img {
	width: 50%;
}

body.m.h header #date img {
	width: 70%;
}


/*****************************************************************
main
*****************************************************************/

main {
	clear: both;
	position: relative;
	width: 100%;
	max-width: 1200px;
}

main:after {
	content: "";
	clear: both;
	display: table;
}

/*****************************************************************
section.content
*****************************************************************/

section.content {
	margin-bottom: 6em;
}

section.outher_content {
	margin-bottom: 0;
}

section#mainContent {
}

section#otherContent {
	text-align: center;
}

/*---------------------------*/

#movie {
	margin-top: 4em;
	clear: both;
	padding: 3%;
	background: #FFF;
	border-radius: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	max-width: 1200px;
	width: 96%;
}
#movie #player {
	margin-bottom: 2em;
}
#player video,
#player embed {
	max-width: 100%;
	height: auto;
}
/* ------ youtube ------ */
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/*---------------------------*/

section.content article {
	padding-top: 4em;
	width: 96%;
}

section.outher_content {
	padding-top: 0;
	width: 96%;
}

article:last-child:after {
	content: "";
	display: table;
	clear: both;
}
@media screen and (max-width: 480px){
section.content article {
	padding-top: 6em;
	width: 96%;
    }
}
/*---------------------------*/

div.box {
	clear: both;
	padding: 3%;
	background: #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.25);
}

@media screen and (max-width: 800px){
		
	div.box {
		padding: 2%;
	}
			
}

div.box:after {
	content: "";
	display: table;
	clear: both;
}

/*---------------------------*/

div.images {
	padding: 3%;
}

div.wrap {
	padding: 3%;
	margin-bottom: 2em;
}

div.wrap:after {
	content: "";
	display: table;
	clear: both;
}

/*---------------------------*/

div.block {
	margin-bottom: 1em;
}

div.block:after {
	content: "";
	display: table;
	clear: both;
}

/*---------------------------*/

.box .wrap:last-child {
	margin-bottom: 0em;
}


/*****************************************************************
#mainContent 
*****************************************************************/


/*---------------------------
#mainContent common
---------------------------*/
#mainContent h2 {
	width: 100%;
	font-size: 1.7em;
    line-height: 2rem;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 1rem 2rem;
	color: rgba(255,255,255,1.00);
	background: #92fe9d;
	background: -moz-linear-gradient(left, #00c9ff 0%, #92fe9d 100%);
	background: -webkit-gradient(linear, left center, right center, from(#00c9ff), to(#92fe9d));
	background: -webkit-linear-gradient(left, #00c9ff 0%, #92fe9d 100%);
	background: -o-linear-gradient(left, #00c9ff 0%, #92fe9d 100%);
	background: linear-gradient(to right, #00c9ff 0%, #92fe9d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#00c9ff, endColorstr=#92fe9d,GradientType=1 );
}
#mainContent h3 {
	font-size: 1.5em;
	position: relative;
	padding: 1.5rem 1rem;
}
#mainContent h3:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	content: '';
	background-image: -webkit-repeating-linear-gradient(135deg, #00c9ff, #00c9ff 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #00c9ff, #00c9ff 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#mainContent h4 {
	position: relative;
	padding: 0.5em 0.5em 0.5em 1.9em;
}
#mainContent h4:after {
	position: absolute;
	top: 0.55em;
	left: 0;
	width: 1em;
	height: 1em;
	content: '';
	border: 2px solid #00c9ff;
	border-radius: 50%;
}
h4 span.small {
	font-weight: normal;
}
#mainContent h5{
	font-size: 20px;
	position: relative;
	padding:0 0 20px 0;
	text-align: center;
	color:#FF0;
}
#mainContent h5 span {
	font-size: 30px;
	display: block;
	line-height:1.2;
}
@media screen and (max-width: 680px){
	#mainContent h2 {
	width: 100%;
	font-size: 1.4em;
    line-height: 1.5rem;
	padding: 0.5rem 1rem;
	}
	#mainContent h3 {
	font-size: 1.2em;
	position: relative;
	padding:1rem 0.5rem;
	}
	#mainContent h5 {
    padding: 10px 0 15px 0;
	}
	#mainContent h5 span {
	font-size: 25px;
	}
}

/*---------------------------
#mainContent #content1
---------------------------*/

#content1 tbody th {
	width: 20%;
}

#content1 tbody td {
	width: 20%;
	text-align: center;
}


#pergolaImage {
	float: right;
	padding-left: 3em;
}

#pergolaImage img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.pergolaImages {
	float: right;
	padding-left: 3em;
}

.pergolaImages img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

#content2 tbody td {
	text-align: center;
}

#pergolabox {
	background: #1EA016;
	margin-bottom: 1em;
	padding-top: 2em;
	padding-bottom: 1em;
	padding-right: 1em;
	color: #FFF;
}
/*---------------------------
#mainContent #content2
---------------------------*/
#conbini {
	border: 5px solid rgba(229,229,229,1.00);
	padding: 1em;
	margin-top: 2em;
	clear: both;
}
#conbini p {
	text-align: center;
}
#kachouen .box {
	background: #EE7B00;
	text-align: center;
}
#content2 .hours_tb th {
	background: #F2F2F2;
	padding: 10px;
}
#content2 .hours_tb td {
	padding: 10px;
}
@media screen and (max-width: 640px) {
#content2 .hours_tb {
    width: 100%;
  }
#content2 .hours_tb th,
#content2 .hours_tb td {
    display: block;
    width: 100%;
	border-bottom:1px solid #ccc;
  }
.hours_tb td.tb-last,
.price_tb td.tb-last,
.restauranthours_tb td.tb-last,
.bus_tb td.tb-last{
    border-bottom: none!important;
  }
}
#content2 .price_tb{border-collapse: collapse;}
#content2 .price_tb th,
#content2 .price_tb td{
	padding: 10px;
	text-align:center;
	box-sizing:border-box;
	border-bottom:1px solid #ccc;
}
#content2 .price_tb th{
	background: #F2F2F2;
}
#content2 .price_tb td.price_txt01{
	padding:16px 12px 12px 12px;
	line-height:1em;
}
@media screen and (max-width: 640px) {
#content2 .price_tb .price_head{ display:none;}
#content2 .price_tb {width: 100%;}
#content2 .price_tb td,
#content2 .price_tb th{
    display: block;
    width: 100%;
  }
#content2 .price_tb td{
    padding: 0 12px 0 0;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align:left;
  }
#content2 .price_tb td:before{
    content: attr(data-label);
    padding: 0px 5px;
    display: inline;
    background-color: #E5E5E5;
    margin-right: 10px;
    float: left;
  }
}


/*---------------------------
#mainContent #content3
---------------------------*/

#content3 {
	text-align: center;
}

#content3 h2 {
	text-align: left;
}

#mainContent #content3 h3 {
	background: url(../../waterpark2017/css/none);
	padding: 0em;
	margin: 0em;
	border-left: none;
}

#mainContent #content3 h4 {
	background: url(../../waterpark2017/css/none);
	padding: 0em;
}

#mainContent #content3 .waterBg {
	background: url(../../waterpark2017/img/content3/waterBg.jpg) no-repeat center center;
	background-size: cover;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
#content3 .restauranthours_tb th {
	background: #F2F2F2;
	padding: 10px;
}
#content3 .restauranthours_tb td {
	padding: 10px;
}
@media screen and (max-width: 640px) {
#content3 .restauranthours_tb {
    width: 100%;
  }
#content3 .restauranthours_tb th,
#content3 .restauranthours_tb td {
    display: block;
    width: 100%;
	border-bottom:1px solid #ccc;
  }
}
#content3 .wp_restaurant{
	font-size: 90%;
	width: 100%;
	clear: none;
	margin: 20px auto;
}
#content3 .wp_restaurant th,
#content3 .wp_restaurant td{
	padding: 10px;
	border-right: none!important;
	border-left: none!important;
}
#content3 .wp_restaurant th{
	position: relative;
	padding: 5px 0 5px 22px;
	text-align: left;
	background:none;
}
#content3 .wp_restaurant th::after {
	font-weight: normal;
	content: "";
	position: absolute;
	left: 8px;
	top: 12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width:4px 0 4px 6px;
	border-color: transparent transparent transparent #FFB12F;
}
#content3 .wp_restaurant th.head{
	text-align: center;
	background: #FFB12F;
	color: #FFF;
	font-weight: bold;
}
#content3 .wp_restaurant td{
	text-align: right;
	white-space: nowrap;
	padding-left: 1em;
	width: 15%;
}
.flexbox section{
	width: 100%!important;
}
@media screen and (max-width: 640px) {
#content3 .wp_restaurant th,
#content3 .wp_restaurant td {
    border-bottom: solid 1px #ccc!important;
  }
}
.keishoku {
  margin-bottom: 10px;  
}
@media ( min-width : 600px ){
    .flexbox {
      display: -webkit-flex;
      display: flex;
    }
  .keishoku {
    margin: 0 10px 0 0;
  }
}
.menuphoto{
	margin:0;
	padding:0;
}
.menu_item{
	list-style:none;
	width:31.333333%;
	height:15%;
	display:inline-block;
	box-sizing:border-box;	
	margin:0;
}
.menu_item img{vertical-align: bottom;}
.menu_item:nth-child(3n-1){
	margin-right:1%;
	margin-left:1%;
}
.menu_item:nth-child(n+3){margin-bottom:1%;}
@media screen and (max-width: 767px) {
	.menu_item {
		display: block;
		width:100%;
	}
	.menu_item:nth-child(3n-1){
		margin-top:1%;
		margin-bottom:1%;
		margin-right:0;
		margin-left:0;
	}
 }
/*---------------------------
#mainContent #content4
---------------------------*/

table.events {
	font-size: 90%;
	margin-bottom: 4em;
}
table.events th {
	padding: 1em 0.2em;
	background-color: rgba(148,195,242,1.00);
	color: rgba(255,255,255,1.00);
}
table.events td {
	padding: 0.5em 0.2em;
	background-color: inherit;
}

@media screen and (max-width: 800px){
			
	table.events td {
		padding: 0.5em;
	}
			
}

table.events .day {
	background-color: rgba(185,185,185,0.15);
	text-align: center;
	width: 5%;
	white-space: nowrap;
}
table.events .week {
	background-color: rgba(185,185,185,0.35);
	text-align: center;
	width: 5%;
}
table.events .sat     {
	background-color: rgba(191,224,255,0.2);
}
table.events .sat .day ,  table.events .sat .week {
	background-color: rgba(191,224,255,0.6);
}
table.events .sun      {
	background-color: rgba(255,184,186,0.2);
}
table.events .sun .day ,  table.events .sun .week {
	background-color: rgba(255,184,186,0.6);
}
table.events .val {
	width: 30%;
}

table.events .val a {
	white-space: normal;
}
/*-------------------------------------------*/

#skinfish {
	width: 48%;
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
}

#trampoline {
	float: right;
	margin-left: 2em;
	width: 25%;
}


/*---------------------------
#mainContent #content5
---------------------------*/
#content5 .bus_tb th {
	background: #F2F2F2;
	padding: 10px;
}
#content5 .bus_tb td {
	padding: 10px;
}
@media screen and (max-width: 640px) {
#content5 .bus_tb {
    width: 100%;
  }
#content5 .bus_tb th,
#content5 .bus_tb td {
    display: block;
    width: 100%;
	border-bottom:1px solid #ccc;
  }
}
/*---------------------------
#mainContent #content6
---------------------------*/

.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list .news-item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-list .news-item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .news-item .news-date{
  margin: 0;
  min-width: 120px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .news-item .news-category{
  margin: 0;
  min-width: 160px;
  padding: 0 20px 0 0;
}
.news-list .news-item .news-category span{
  background: #999;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 15px;
  font-size: 12px;
  line-height: 1;
  width:100%;
}
.news-list .news-item .news-category span.news-gray{background: #999;}
.news-list .news-item .news-category span.news-red{background: #FF0000;}
.news-list .news-item .news-category span.news-blue{background: #0077FF;}
.news-list .news-item .news-title{
  margin: 0;
  width: 100%;
}
.news-list .news-item a:hover .news-title{
  color: #00F;
}

@media screen and (max-width: 767px){
.news-list .news-item a{
  flex-wrap: wrap;
}
.news-list .news-item .news-date{
  min-width: 100px;
}
.news-list .news-item .news-title{
  margin-top: 10px;
}
}
/*---------------------------
#mainContent #content7
---------------------------*/
.rental{
	display: flex;
	flex-wrap: wrap;
	padding: 15px 15px 0;
	border: 2px solid #56b329;
	text-align: center;
}
@media screen and (min-width: 641px) {
	.rental{
		padding: 30px 30px 0;
	}
}
.rental-box {
	width: 100%;
	padding-bottom: 15px;
	float: left;
	position:relative;
}
@media screen and (min-width: 641px) {
.rental-box {
		width: 31%;
		margin-right: 3.5%;
		padding-bottom: 30px;
	}
}
@media screen and (min-width: 641px) {
.rental-box:nth-of-type(2n) {
		margin-right: 3.5%;
	}
.rental-box:nth-of-type(3n) {
		margin-right: 0;
	}
}
.rental-box img {
	width: 100%;
	border-radius: 15px;
	vertical-align: top;
}
.rental-box p.menu {
	margin: 5px 0 0;
	font-size: 1em;
	font-weight: bold;
	color: #56b329;
}
@media screen and (min-width: 641px) {
.rental-box p.menu {
		margin: 10px 0 5px;
		font-size: 1em;
	}
}
.rental-box p.txt {
	margin: 0;
	padding-top: 5px;
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: justify;
	border-top: 2px dotted #c0aa8c;
}
@media screen and (min-width: 641px) {
.rental-box p.txt {
		padding-top: 10px;
		font-size: 0.8em;
	}
}
span.category-rental,
span.category-shop{
	position: absolute;
	top: 8px;
	left: 8px;
	margin: 0;
	color: #FFF;
	font-size: 15px;
	line-height: 1;
	padding: 5px 10px;
}
span.category-rental{background: #E50B0B;}
span.category-shop{background: #56b329;}
/*---------------------------
#mainContent #content8
---------------------------*/
.wp_column {width: 100%;}
.pool4,
.slider3 {padding:1em;}
.pool4 {background:#0066FF;}
.slider3 {background:#9900FF;}
.wp_card {}
.wp_card_thumbnail{text-align:center;}
.wp_card_content {
	padding: 20px;
}
.wp_card_title {
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
	color: #FF0;
}
.wp_card_text {
	color: #FFF;
	font-size: 14px;
	line-height: 1.5;
}
@media all and (min-width: 500px) {
	.pool_info {
	  display: flex;
	}
	.pool4, .slider3 {
      padding: 2em;
	}
	.wp_card_content {
      padding: 20px 10px;
	}
}



/*****************************************************************
#otherContent
*****************************************************************/

/*---------------------------
#otherContent common
---------------------------*/

#otherContent .wrap {
	text-align: center;
}

/*---------------------------
#otherContent #otherContent1
---------------------------*/

#otherContent1 h3 {
	text-align: center;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#otherContent1 h3.color {
	background: #47A2F3;
	text-align: left;
}


@media screen and (min-width: 800px){
	
	.eventLeft {
		float: left;
		width: 50%;
		padding: 0% 2%;
	}
	
	.eventLeft {
		/width: 46%;
	}
	
	.eventRight {
		float: right;
		width: 50%;
		padding: 0% 2%;
		margin-bottom: 2em;
	}
	
	.eventRight {
		/width: 46%;
	}
	
}

@media screen and (max-width: 800px){
	
	.eventLeft {
		float: none;
		width: 98%;
		margin-bottom: 3em;
	}
	
	.eventRight {
		float: none;
		width: 98%;
		margin-bottom: 3em;
	}

}


.program {
	clear: both;
	margin-bottom: 2em;
}

.program h5 {
	margin-bottom: 0em;
}
.program p {
	margin-bottom: 0.5em;
}
.program table {
	margin-top: 0.5em;
	font-size: 90%;
	line-height: 1.2em;
}

.program table th {
	width: 25%;
	border-left-style: none;
	border-color: #999;
}


.program table td {
	border-right-style: none;
	border-color: #999;
	border-left-style: none;
}


/*---------------------------
#otherContent #otherContent2
---------------------------*/

#otherContent2 {
	text-align: center;
}


/*---------------------------
#otherContent #otherContent3
---------------------------*/

#otherContent3 {
	text-align: center;
}

/*---------------------------
#otherContent #otherContent4
---------------------------*/

#otherContent4 {
	text-align: center;
}

#otherContent4 a:hover {
	opacity: 0.75;
}

/*---------------------------
#otherContent #otherContent6
---------------------------*/

#tikitoss {
	margin-right: auto;
	margin-left: auto;
	max-width: 640px;
	text-align: center;
}


/*---------------------------
#otherContent2 #stayplan
---------------------------*/

.entry {
	margin-top: 3em;
}





/*****************************************************************
.up
*****************************************************************/

p.up {
	clear: both;
	display: block;
	text-align: right;
	width: 100%;
	height: 50px;
	margin-bottom: 0em;
}

p.up a {
	opacity: 0.75;
}

p.up a:hover {
	opacity: 1;
}


/*****************************************************************
#to_top トップへ戻るボタン
*****************************************************************/
#to_top {
	width: 55px;
	height: 55px;
	background-color:rgba(146,254,157,0.7);
	border: solid 1px #fff;
	border-radius: 50%;
	position: fixed;
	right: 10px;
	bottom: 10px;
}
#to_top::after {
	content: "";
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	position: relative;
	left: 16px;
	bottom: -3px;
}
/*****************************************************************
footer
*****************************************************************/

footer {
	margin-top: 6em;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-size: 12px;
	line-height: 20px;
	color: #999;
	clear: both;
	background: #000000;
	padding-top: 3em;
	padding-bottom: 3em;
	width: 100%;
}

@media screen and (max-width: 800px){
	
	footer {
	margin-top: 0;}
	
}


/* ----------------------------------------------------------- */

footer .inner {
	width: 94%;
	position: relative;
	max-width: 1200px;
}

/* ----------------------------------------------------------- */

footer p.up {
	float: right;
	width: 50px;
}

/* ----------------------------------------------------------- */

footer .inner > p.smaileup {
	float: right;
	height: 50px;
	width: 76px;
}

/* ----------------------------------------------------------- */

#authorName {
	float: left;
	width: 135px;
	height: 50px;
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: left;
}

#authorName a {
	background: url(../img/format/tsumagoi.png) no-repeat left bottom;
	text-indent: -99999px;
	width: 135px;
	height: 50px;
	display: block;
	opacity: 1;
}

#authorName a:hover {
	opacity: 0.7;
}

/* ----------------- */

#authorPhone {
	background: url(../img/format/tel.png) no-repeat left bottom;
	background-size: contain;
	height: 42px;
	width: 170px;
	text-indent: -99999px;
	display: block;
	float: left;
	margin-bottom: 10px;
}

/* ----------------- */

#authorAddress {
	clear: both;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
}

#authorTime {
	font-size: 0.7em;
	letter-spacing: 0.1em;
}

/* ----------------- */

address {
	font: 0.8em "Times New Roman", Times, serif;
	letter-spacing: 0.5em;
	padding-top: 4em;
	padding-bottom: 2em;
}

#privacy a{
	font-size: 0.7em;
	letter-spacing: 0.1em;
    color: #999;
    text-decoration: none;
}

/* ------------------------------------------------------------ */


#recruit {
	background-color: rgba(255,255,255,1.00);
	border-radius: 10px;
	width: 96%;
	max-width: 1200px;
	clear: both;
	text-align: left;
	margin-top: 8em;
}

#recruit h2 {
	width: 100%;
	font-size: 1.7em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: url(../img/format/contentTitle.png) no-repeat left top;
	padding: 1em;
	color: rgba(255,255,255,1.00);
}


#recruit .wrap {
	text-align: left;
}

#recruit h3 {
	font-size: 1.5em;
	background: url(../img/format/stripe2.png);
	padding: 0.5em;
	border-left: 3px solid #61B0FF;
}

/*****************************************************************
END
*****************************************************************/