@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hurricane&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hurricane&family=Sawarabi+Gothic&display=swap');
/* CSS Document */
html { scroll-behavior: smooth;}
body,table,tr,th,td,ul,ol,dl,dt,dd,img,a,form,h1,h2,h3,h4,h5,hr{
	padding:0;
	border:0;
	font-style: normal;
	font-family:'Inter',"dnp-shuei-gothic-gin-std","Yu gothic",arial,meiryo,"ms pgothic",sans-serif;
}
ul{list-style-type:none;}
p{
	line-height: 2rem;
	font-size:14px;
}
em{visibility:hidden;}
img{
	max-width: 100%;
	display: block;
}
.clrfix:after{content: ".";display:block;height:0;font-size:0;clear:both;visibility:hidden;}
/* Hides from IE Mac */
* html .clrfix {height:1%;}
html.is-fixed{position: fixed;}
.clrfix{display:block;}
/* End Hack */
/* link-hover */
.img-hover a:hover{top:1px;left:1px;position:relative;}

/* margin */
.mb1{
	margin-bottom:1rem!important;
}

.mb2{
	margin-bottom:2rem!important;
}

.mt1{
	margin-top: 1rem;
}

.mt2{
	margin-top: 2rem;
}

.mt4{
	margin-top: 4rem;
}


/* padding */

.pt1{
	padding-top:1rem;
}
.pt2{
	padding-top:2rem;
}
.pb1{
	padding-bottom:1rem;
}
.pb2{
	padding-bottom:2rem;
}
.pr1{
	padding-right: 1rem;
}
.pl1{
	padding-left: 1rem;
}


/* body */
body{
	line-height: 1.8;
	color:#393939;
	font-size:14px;
	line-height:140%;
	margin: 0;
	padding: 0;
	background-color: #fafafa;
}


h3{
	font-family:'Inter',tahoma,verdana,arial,"hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif;
	font-weight:700;
	font-size:16px;
}
a{
	color:#393939;
	text-decoration:none;
}
a:hover{text-decoration:none;}

/* a.under{ */
/* 	text-decoration: underline; */
/* } */

.text_center{
	text-align: center;
}

.text_left{
	text-align: left!important;
}

.img_center{
	margin: auto;
}

.bb{
	font-size: 1.2rem;
    font-weight: bold;
}

.small{
	font-size: 0.8rem;
	font-weight: normal;
}

.bold{
	font-weight: 600;
}

.pink{
	color: #cc1461!important;
}

.under {
    border-bottom: solid 4px #cc1461;
}

.link::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/top/link.svg)no-repeat;
    background-size: contain;
    margin-right: 5px;
}

.fff{
	color: #ffffff!important;
}

.flex{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-right: -15px;
    margin-left: -15px;
}

.col{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	margin-right: -15px;
    margin-left: -15px;
}

.col-4{
	width: 33.3333%;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-4 img{
	margin: auto;
}

.col-3{
	width: calc(25% - 30px);
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-6{
	width: calc(50% - 30px);
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

ul.disc{
	list-style-position: outside;
	padding-left: 2rem;
}

ul.disc li{
	list-style-type: disc;
	line-height: 2rem;
}

.cancel{
	width: 100%;
	display: flex;
	text-align: center;
    border: 1px solid #dddddd;
     line-height: 2rem;
    box-sizing: border-box;
    justify-content: space-around;
}

.cancel .cel{
	width: 25%;
	padding: 10px;
}
/* wrapper */
#wrapper{
	display:block;
	height:auto;
}

.fixed{
	position: fixed;
	position: -webkit-fixed;
}

/* header */
#header{
	font-size:15px;
	position:absolute;
	z-index: 2;
	width:100%;
	top: 0;
}

nav{
  text-align: center;

}

/*ナビゲーションを横並びに*/
nav ul{
    /*2階層目の基点にするためrelativeを指定*/
  position: relative;
  list-style: none;
  display: flex;
  justify-content: end;
  margin: 0;
}

/*2階層目以降は横並びにしない*/
nav ul ul{
  display: block;
}

/*ナビゲーションのリンク設定*/
nav ul li a{
    /*矢印の基点にするためrelativeを指定*/
  position: relative;
  display: block;
  text-decoration: none;
  padding:20px 35px;
  transition:all .3s;
  color: #0f356c;
  font-weight: bold;
}

nav ul li li a{
  padding:10px;
}



/*==2階層目以降の画像設定*/

nav ul li.has-child img{
  max-width: 100%;
  height: auto;
  transition: all .5s;
  vertical-align: bottom;
}

/*hoverしたら画像拡大*/
nav ul li.has-child img:hover{
  transform: scale(1.2);
}

nav ul li.has-child dt{
  overflow: hidden;
  height: 100px;
  margin:0 0 20px 0;
}

@media screen and (max-width:1200px){
	nav ul li.has-child dt{
	  height: 12vh;
	}
}

nav ul li.has-child.open, li.dropdown.open{
	background: #0F356C;
}

nav ul li.has-child.open >a, li.dropdown.open >a{
	color: #ffffff;
}

/*== 2層目の設定 */

nav li.has-child ul{
  position: absolute;
  left:0;
  z-index: 4;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #0F356C;;
  width:100%;
    /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
}

/*hoverしたら表示*/
nav li.has-child:hover > ul{
  visibility: visible;
  opacity: 1;
}

/*各ナビゲーション横幅*/
nav li.has-child ul li{
  width: 15%;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li a{
  color: #ffffff;
}


nav li.has-child ul li dd{
    margin: 0;
}



.child{
	position: absolute;
	left:0;
	z-index: 4;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background: #0F356C;
	width:100%;
	visibility: hidden;
	opacity: 0;
	padding: 3rem 10rem;
    box-sizing: border-box;
}



.dropdown.open >.child {
	visibility: visible;
	opacity: 1;
}

.child_img{
	height: auto;
	width: 30%;
	max-width: 370px;
	display: block;
}

.child_img img{
	height: 180px;
	width: 100%;
    object-fit: cover;
	margin: auto;
}

.child_list{
	width: calc(70% - 15px);
    padding-left: 15px;
    height: 100%;
}

.child_list ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.child_list ul li{
	min-width: 180px;
}

.child_list ul li:hover{
	background: #fafafa;
}

.child_list ul li a{
	color: #ffffff;
	padding: 20px;
}

.child_list ul li a:hover{
	color: #0F356C;
}

.sns{
	width: 24px;
	padding: 1rem;
}

.sns a{
	display: inline;
	padding: 0;
}

#header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background: rgba(255,255,255,0.6);
}

#header .logo{
	padding-left: 15px;
    max-width: 7.5rem;
    position: absolute;
    z-index: 10;
}

#header .icon{
	color: #0F356C;
}

#header .logo img,#header .logo svg{
	width: 50px;
	padding-top: 5px;
}

nav.UpMove{
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 0;
  transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/

nav.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
/*---- nav ----*/
.menu{
    height: 20px;
    position: fixed;
    right: 18px;
    top: 20px;
    width: 32px;
    z-index: 99;
    display: none;
}

@media screen and (max-width: 1200px){
	.menu{
		display: block;
	}
	nav{
		display: none;
	}
}

.menu__line{
    background: #0F356C;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
    background: #fff;
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
    background: #fff;
}


.gnav{
    background: #0F356C;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}

.gnav__wrap img{
		width: 20vw;
}

.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
    overflow: scroll;
}

.gnav__menu{
	padding: 0 1rem;
	height: 100%;
	width: 60%;
	box-sizing: border-box;
}

.gnav__menu__item{
    padding: 2rem 0;
}

.gnav__menu__item +.gnav__menu__item{
	border-top: 1px solid #fff;
}

.gnav__menu__item a{
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 2rem;
    text-decoration: none;
    transition: .5s;
    position: relative;
}

.gnav__menu__item .gnav_child a{
    font-weight: normal;
}

.gnav_small{
	border-top: 1px solid #fff;
}

.gnav_small .gnav__menu__item{
    padding: 1rem 0;
}

.gnav_small .gnav__menu__item a{
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    line-height: 2rem;
    text-decoration: none;
    transition: .5s;
    position: relative;
}

/*
li.gnav__menu__item a::before{
	content:'';
	position: absolute;
	left: 80px;
    top: 10px;
	width:6px;
	height:6px;
	border-top: 2px solid #999;
    border-right:2px solid #999;
    transform: rotate(135deg);
}*/

.gnav__menu__item a:hover{
    color: #666666;
}

.gnav_child{
	flex-wrap: wrap;
    display: flex;
    width: 100%;
    font-size: 0.7rem;
}

.gnav_child li{
	padding: 0.5rem 0;
	width: 50%;
}

#footer{
	padding: 5rem 5rem 3rem 5rem;
	background: #0F356C;
	position: relative;
	color: #ffffff;
}

#footer ul{
	margin: 1.5em auto;
	text-align: center;
}

#footer ul li{
	line-height: 2rem;
    display: inline-block;
    padding: 1rem;
    vertical-align: -webkit-baseline-middle;
}

#footer ul li a{
	color: #ffffff;
}


.footer_text{
	display: flex;
	justify-content: space-evenly;
}

.bread {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: flex-end;
    background: #fafafa;
    padding: 0.8rem 2rem;
/*     border-top: 1px solid #0F356C; */
    margin: 0;
    font-size: 0.8rem;
}

.bread_list{
    font-weight: 500;
    line-height: 1.5;
    padding-left: 30px;
    position: relative;
}

.bread_list a{
    color: #393939;
}

.bread_list:after {
    position: absolute;
    top: 24%;
    right: -15px;
    display: block;
    height: 2px;
    content: "";
    border-top: solid 2px #cc1461;
    border-right: solid 2px #cc1461;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
}

.bread_list:last-child:after {
    display: none;
}

.bnr{
	display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    height: 15rem;
}

.bnr_itm{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #246;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.bnr_itm p{
	font-size: 1.2rem;
    text-align: center;
	margin: 0;
    font-weight: bold;
}

.bnr_inn{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-flow: column;
    z-index: 1;
    min-width: 250px;
    padding: 1rem;
}

.button_top{
	border: 1px solid #dddddd;
    background: none;
    padding: 0.6rem;
    color: #dddddd;
    cursor: pointer;
}

.hp::after{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/window.svg)no-repeat;
	background-size: contain;
	margin-left: 10px;

}

.pdf::after{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/top/i_pdf.svg)no-repeat;
	background-size: contain;
	margin-left: 10px;
	vertical-align: text-top;

}

.pdf_b::after{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/top/i_pdf_b.svg)no-repeat;
	background-size: contain;
	margin-left: 10px;
	vertical-align: text-top;

}

.sp_on{
	display: none;
}


.event,
.campaign,
.event_info{
	position: relative;
}

.campaign img,
.event img,
.event_info img{
	position: absolute;
    top: 73vh;
    left: 1rem;
    z-index: 99;
    width:210px;
    height: auto;
}

.event img{
	left: 14.5rem;
}

.event_info img{
	left: 31rem;
}

.campaign_p{
	text-align: center;
}

@media screen and (max-width: 1080px){
	.event,
	.campaign,
	.event_info
	{
	position: relative;
	}

	.campaign img,
	.event img,
	.event_info img{
	  position: absolute;
	  top: 78vh;
	  left: 0rem;
	  z-index: 99;
	  width: 110px;
	  height: auto;
	}
	.event img{
		left: 11rem;
	}
	.campaign_p{
		text-align: start;
	}

}
.top_slider {
    position: relative;
}

.top_slider .slick-slider{
	width: 100%;
    height: 100vh;
}

.slider2 img {
  transform-origin: center top;
  transform: scale(1.05);
  transition: 8s ease-out;
}
.slider2 .slick-active img {
  transform: scale(1.0);
}

.top_section1{
	margin: 10rem 0 10rem auto;
	display: flex;
	align-items: end;
	padding-left: 6rem;
	max-width: 1800px;
}

.top_section2{
	margin: 10rem auto 10rem 0;
	display: flex;
	align-items: end;
	padding-right: 6rem;
	max-width: 1800px;
}

.top_section1_right{
	width: 100%;
    display: flex;
    justify-content: start;
    position: relative;
    overflow: hidden;
}

.top_section2_left{
	width: 100%;
    display: flex;
    justify-content: end;
    position: relative;
    overflow: hidden;
}

.top_section1_right img , .top_section2_left img{
	height: 600px;
	width: 100%;
    object-fit: cover;
}

.top_section1_left{
	padding: 4rem 4rem 0 0;
	z-index: 1;
	width: 40vw;
/* 	display: flex; */
/*     justify-content: flex-end; */
}


.top_section2_right{
	padding: 4rem 0 0 4rem;
	z-index: 1;
	width: 40vw;
}

.in_section1,.in_section2,.in_section3,.in_section4{
	margin: 10rem 0 10rem auto;
	display: flex;
	align-items: end;
}

.in_section1_left,.in_section2_right{
	width: 45%;
	padding: 0 2rem;
	box-sizing: border-box;
}

.in_section3_left,.in_section4_right{
	width: 45%;
	position: relative;
	overflow: hidden;
}

.in_section1_right,.in_section2_left{
	width: 55%;
	position: relative;
	overflow: hidden;
}

.in_section3_right,.in_section4_left{
	width: 55%;
	padding: 0 2rem;
	box-sizing: border-box;
}

.in_section1_right img,.in_section2_left img{
	object-fit: cover;
    width: 100%;
    height: 400px;
}

.in_section4_right img,.in_section3_left img{
	object-fit: cover;
    width: 100%;
    height: 400px;
}

.news ul li{
	margin: 1rem 0;
}

.top_content{
	display: flex;
    padding-left: 6rem;
    align-items: end;
}

.top_content_left{
    width: 30%;
    display: block;
    position: relative;
}

.box_left{
	padding: 2rem 2rem 1rem 0;
}

.top_content_text{
	z-index: 1;
	position: absolute;
    top: 40vh;
    width: 100%;
    text-align: center;
}
.h2_title{
	line-height: 3rem;
	font-weight: bold;
	font-size: 1.1rem;
	text-align:center;
}
.title{
	font-size: 1.5rem;
	line-height: 3rem;
	font-weight: bold;
}

.top_content_text .title{
	font-size: 6rem;
	color: #fff;
	padding: 0 3rem;
	margin: 1rem;
	font-weight: bold;
	font-family: 'Hurricane', cursive;
	line-height: 5rem;
}

.top_content_text p{
	color: #fff;
	padding: 0 3rem;
}

.top_content img{
	object-fit: cover;
	height: 100%;
}

.top_content_s{
	display: flex;
}

.top_content_right{
	width: 70%;
	display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.top_content_right .box{
	width: calc(100% / 3 - 15px);
}

.box_1{
	background: url("../../images/experience/sailing_01.jpg");
}

.box_2{
	background: url("../../images/experience/surfing_01.jpg");
}

.box_3{
	background: url("../../images/experience/sup_01.jpg");
}

.box_4{
	background: url("../../images/experience/foilsurfing_01.jpg");
}

.box_5{
	background: url("../../images/experience/cruising_01.jpg");
}

.box_6{
	background: url("../../images/rental/sup_01.jpg");
}

.box_1 , .box_2 , .box_4 , .box_5{
	border-bottom: 2px solid #fafafa;
   	border-right: 2px solid #fafafa;
   	box-sizing: border-box;
}

.box_3 , .box_6{
	border-bottom: 2px solid #fafafa;
   	box-sizing: border-box;
}

.box{
	width: calc(100% / 3);
    height: 20vw;
    position: relative;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: 2s;
}

.box_link:hover{
	background: rgba(15,53,108,.8);
    transition:all .5s;
}

.box_text{
	position: absolute;
    bottom: 3rem;
    right: 1.5rem;
    font-size: 2.2rem;
    line-height: 2rem;
    color: #fff;
    text-align: right;
    font-weight: bold;
    letter-spacing: .2rem;
}

.box_link{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box_link a{
	width: 100%;
    height: 100%;
    display: block;
}

.btn {
  height: 60px;
  line-height: 60px;
  text-align: left;
  letter-spacing: 0.6px;
  font-weight: 500;
  letter-spacing: 2px;
  width: 100%;
  max-width: 280px;
  margin: auto;
  position: relative;
  background: #0f356c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  margin-top: 2rem;
}

.btn_p {
  line-height: 3rem;
  text-align: center;
  letter-spacing: 0.6px;
  font-weight: 500;
  letter-spacing: 2px;
  width: 100%;
  max-width: 700px;
  margin: auto;
  position: relative;
  background: #cc1461;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border-radius: 15px 2px 15px 2px;
}

@media screen and (max-width: 768px) {
  .btn {
    margin-top: 20px;
  }
}


.btn a{
  color: white;
  padding: 0 30px;
  display: block;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: relative;
  z-index: 2;
}

.btn a:hover{
  color: #393939;
}

.btn:before{
  content: "";
  width: 280px;
  height: 60px;
  left: -280px;
  background: #dddddd;
  position: absolute;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 1;
}

.btn:hover:before {
  left: 0;
}

.btn:hover a {
  color: #393939;
}

.btn:hover:after , .btn_p:hover:after {
  border-color: #393939;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}

.btn:after ,.btn_p:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  display: inline-block;
  border: 2px solid white;
  -webkit-transform: perspective(40px) rotateX(70deg);
          transform: perspective(40px) rotateX(70deg);
  border-left: 0;
  border-top: 0;
  width: 25px;
  height: 16px;
  z-index: 2;
}



.btn_link {
  line-height: 2rem;
  text-align: center;
  letter-spacing: 0.6px;
  font-weight: 500;
  letter-spacing: 2px;
  width: 100%;
  max-width: 700px;
  margin: auto;
  position: relative;
  background: #0f356c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.btn_link a ,.btn_p a{
  color: white;
  padding: 0 30px;
  display: block;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: relative;
  z-index: 2;
  padding: 1rem;
}

.btn_link a:hover , .btn_p a:hover  {
  color: #393939;
}

.btn_link:before ,.btn_p:before{
  content: "";
  width: 100%;
  height: 6rem;
  top: 0;
  transform: translateX(-150%);
  background: #dddddd;
  position: absolute;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 1;
}

.btn_link:hover:before , .btn_p:hover:before {
  transform: translateX(-50%);
}

.btn_link:hover a ,.btn_p:hover a  {
  color: #393939;
}

.btn_rental{
	max-width: 700px;
	margin: auto;
	display: flex;
	align-items: center;
	background: #ffffff;
	overflow: hidden;
}

.btn_rental_img{
	width: 65%;
	object-fit: cover;
}

.btn_rental_p{
	padding: 1rem;
	width: 35%;
}


.section{
	padding: 2rem;
}

.section2{
	padding: 4rem 2rem;
}

.intro_section{
	max-width: 700px;
    margin: auto;
    position: relative;
    line-height: 2rem;
    padding: 6rem 0 0 0;
}

.intro_section h1{
    text-align: center;
    line-height: 1.6;
}

.intro_section p{
	line-height: 2rem
}

.top_title{
	font-size: 2rem;
	font-weight: bold;
	margin-top: 0px;
}

.h1_title{
	color: #3f3f3f;
    text-align: center;
    font-size: calc(120% + 0.8vw);
    padding-top: 40px;
    font-family:'Inter',"dnp-shuei-gothic-gin-std","Yu gothic",arial,meiryo,"ms pgothic",sans-serif;
    font-weight: normal;
}

.h1_title_sub {
    font-family: 'Hurricane', cursive;
    padding-bottom: 10px;
    font-size: 2rem;
    text-align: center;
}

h2 .title{
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 0px;
}



.school{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.school .plan{
	width: 48%;
	background: #ffffff;
}

.plan{
	max-width: 700px;
	margin: 4rem auto;
	background: #ffffff;
}


.school p, .plan p{
	padding: 2rem;
}

.school_btn{
	display: flex;
	max-width: 700px;
    margin: auto;
}

.school_btn > .btn_p + .btn_p {
	ma
}

.table{
	max-width: 700px;
    margin: 6rem auto;
    border-top: 1px solid #dddddd;
}

.table_block , .table_block_flex {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #dddddd;
}

.table_block >.th ,.table_block_flex >.th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    font-weight: 600;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20%;
}

.table_block >.w40 {
	width: 40%;
}

.table_block p ,.table_block_flex p{
	padding: 0 15px;
}

.sitemap_table{
    margin: 6rem auto;
    border-top: 1px solid #dddddd;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

.sitemap_block {
    width: calc(100% / 3);
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #dddddd;
}

.sitemap_block li a{
	color: #393939;
}

.scrolldown1{
  position:absolute;
  left:50%;
  bottom:0;
    /*全体の高さ*/
  height:100px;
}

.scrolldown2{
  position:absolute;
  right:15px;
  top:70vh;
  height:100px;
  z-index: 10;
  display: none;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
  position: absolute;
  left:-15px;
  top: -15px;
  letter-spacing: 0.05em;
}

.scrolldown2 span{
	position: absolute;
	left:-10px;
	top: -45px;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	-webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}


/* 線の描写 */
.scrolldown1::after ,.scrolldown2::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0;
    /*線の形状*/
  width: 1px;
  height: 100px;
  background: #393939;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:50px;
    opacity: 1;
  }
  100%{
    height:0;
    top:100px;
    opacity: 0;
  }
}

#content_top{
    position: relative;
    height: 75vh;
}

#content_top .inner{
	position:fixed;
	z-index:-1;
}

#content_top img{
	width: 100%;
    height: 75vh;
    object-fit: cover;
    position: relative;
}

#container{
	background: #fafafa;
    position: relative;
    padding-bottom: 6rem;
    overflow: hidden;
}

.content{
	clear: both;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}

.ttl{
	position: absolute;
	bottom: 0;
	font-size: 4rem;
	line-height: 4rem;
    font-weight: bold;
    padding: 2.5rem 6rem;
    background: linear-gradient(0deg, rgba(55,55,55,0.6), transparent);
    width: 100%;
    color: #ffffff;
    box-sizing: border-box;
}

.googlemap-bw{
    position: relative;
    width: 50%;
    height: 0;
    padding-top: 20%;
}

.googlemap-bw iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(30%);
}

@media screen and (max-width: 767px){
	.googlemap {
		width: 100%;
	    position: relative;
	    height: auto;
	    padding-top: 30%;
	    padding-right: 2em;
	    margin-bottom: 2em;
	}
	.googlemap a{
		display: none;
	}
}

.insta{
	max-width: 1800px;
	margin: 6rem;
}

.insta_box{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
}

.today{
	width: calc(25% - 15px);
    box-sizing: border-box;
    opacity: 0;
    transition: 2s;
    margin: 0 15px 15px 0;
}

.today img{
	height: 20vw;
    object-fit: cover;
}

.insta-slide .slick-slide:before{
  content: "";
  display: block;
  padding-top: 100%;
}

.insta-slide .slick-slide{
	position: relative;
}
.insta-slide .slick-slide img{
/*     width: 100%; */
/*     height: 400px; */
/*     object-fit: cover; */
/*     padding: 2px; */
/*     box-sizing: border-box; */
position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

.insta-slide .slick-slide a{
	color: #393939;
}

a .facebookoverflow {
    height: 115px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.9em;
    line-height: 1.8em;
    color: #393939;
    padding: 0 5px;
}

.day{
	padding: 1rem;
}

p.agreement {
    height: 160px;
    padding: 10px;
    background-color: #fff;
    font-size: 12px;
    overflow: scroll;
    overflow-x: hidden;
}

.flowbox{
	border: 1px solid #dddddd;
	position: relative;
	margin-bottom: 5rem;
	padding: 1rem;
}

.flowbox::after{
	position: absolute;
    left: 50%;
    bottom: -55px;
    transform: translateX(-50%);
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 20px 0 20px;
    border-color: #0f356c  transparent transparent transparent;
}


.boat_flowbox::after{
	position: absolute;
    right: 12px;
    top: 50px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 20px 0px;
    transform: rotate(135deg);
    border-color: #0f356c  transparent transparent transparent;
}
.flowbox:last-child::after,.boat_flowbox:last-child::after{
	display: none;
}

.tab-wrap {
	background: #ffffff;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 0 0 40px;
}

.tab-label {
	color: #ffffff;
	cursor: pointer;
	flex: 1;
	font-weight: bold;
	order: -1;
	padding: 1.5rem 1rem;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
	background: #0f356c;
}

.tab-label:hover {
	opacity: 0.7;
}

.tab-switch:checked + .tab-label {
	color: #0f356c;
	background: #ffffff;
	font-size: 1.1rem;
    text-decoration: underline;
    text-underline-offset: 10px;
}

.tab-label::after {
	bottom: 0;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
	width: 100%;
	z-index: 1;
}

.tab-switch:checked ~ .tab-label::after {
	transform: translateX(-100%);
}

.tab-switch:checked + .tab-label::after {
	opacity: 1;
	transform: translateX(0);
}

.tab-content {
	height:0;
	opacity:0;
	padding: 0 20px;
	pointer-events:none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100%;
}

.tab-content > h2 {
	margin-top: 4rem;
	line-height: 2rem;
	text-align: center;
}

.tab-switch:checked ~ .tab-content {
	transform: translateX(30%);
}

.tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
	background: #ffffff;
}

.tab-wrap::after {
	content: '';
	height: 20px;
	order: -1;
	width: 100%;
}

.tab-switch {
	display: none;
}

.accordion {
	margin: auto;
	padding-bottom: 2rem;
}
.toggle {
	display: none;
}
.option {
	position: relative;
	margin: 1.5em 0;
}
.accordion-title,.accordion-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.accordion-title {
	padding: 1rem;
	display: block;
	color: #ffffff;
    font-weight: bold;
    background: #0f356c;
}

.boat label.accordion-title {
    padding: 1.8rem;
    display: block;
    color: #ffffff;
    font-weight: bold;
    background: #0f356c;
    max-width: calc(700px - 3rem);
    margin: auto;
    text-align: center;
}

.faq .accordion-title {
	padding: 1rem;
	display: block;
	color: #393939;
    font-weight: bold;
    background: transparent;
}

.accordion-title::after,.accordion-title::before {
	content: "";
	position: absolute;
	right: 1.25rem;
	top: 1.25rem;
	width: 2px;
	height: 0.75rem;
	background-color: #999;
	transition: all 0.3s;
}

.boat label.accordion-title::after , .boat label.accordion-title::before {
	top: 2.1rem;
}

.accordion-title::after {
	transform: rotate(90deg);
}
.accordion-content {
	max-height: 0;
	overflow: hidden;
}
.accordion-content p {
	margin: 0;
	padding: 0.5em 1em 1em;
	line-height: 2;
}
.toggle:checked + .accordion-title + .accordion-content {
	max-height: 850px;
	transition: all 1.5s;
}
.toggle:checked + .accordion-title::before {
	transform: rotate(90deg) !important;
}

.accordion-content table{
	border: 1px solid #ccc;
    padding: 1rem;
    box-sizing: border-box;
    margin-bottom: 2rem;
    background: #fff;
    width: 100%;
}

.accordion-content tr{
	line-height: 2rem;
	padding: 10px;
}

.accordion-content tr th,.accordion-content tr td{
	border-bottom: 1px solid #ccc;
	padding: 10px;
}

.license tr th , .license tr td{
	border-left: 1px solid #ccc;
}

.license tr th:first-child,.license tr td:first-child{
	border-left: none;
}

.accordion-content tr:last-child td{
	border-bottom: none;
}

.accordion-content tr td.bl{
	border-left: 1px solid #ccc;
}

.flex_table{
	max-width: 700px;
    margin: 6rem auto;
    border-top: 1px solid #dddddd;
	display: flex;
    flex-flow: row;
}

.flex_table .price{
	width: 50%;
}

table.boat{
	width: 100%;
	line-height: 2rem;
}

table.boat th{
	background: #ddd;
}

table.boat td{
	border-bottom: 1px solid #dddddd;
	text-align: center;
}

table.boat td.first-child{
    border-top: 1px solid #dddddd;
}

/* table.boat td:last-child{ */
/* 	border-right: 1px solid #dddddd; */
/* } */

table.boat th,table.boat td{
	padding: 1rem;
}

table.company td{
	border-right: 1px solid #dddddd;
}

table.company{
	width: 100%;
	line-height: 2rem;
}

table.company th{
	background: #ddd;
}

table.company td{
	border-bottom: 1px solid #dddddd;
	text-align: center;
}

table.company td.first-child{
    border-top: 1px solid #dddddd;
}

table.company th,table.company td{
	padding: 1rem;
}

/* copyright */
.copyright{
	font-size: 12px;
	margin: 0 auto;
    text-align: center;
}


/* scroll-top */
#scroll-top{
	position:fixed;
	z-index:999;
	right: 1.5rem;
	bottom: 1.5rem;
}

#scroll-top a{
	display:block;
}

#scroll-top a:hover .button_top{
	color: #393939;
	border: 1px solid #393939;
	transition: 1s;
}


/* Hides from IE Mac \*/
* html .about01:after, .about02:after, .about03:after {height: 1%;}
.about01:after, .about02:after, .about03:after {display:block;}
/* End Hack */


@media screen and (max-width :980px) {
	.top_content {
	    display: flex;
	    flex-wrap: wrap-reverse;
	}
	.top_content img {
    	object-fit: cover;
    	height: 100vh;
	}
	.top_content_left{
		width: 100%;
		display: block;
		padding: 2rem 0.5rem 0 0;
	}
	.top_content_right{
		width: 100%;
	}
	.top_content_right .box {
	    width: calc(100% / 3);
	}
	.box_text{
		bottom: 1rem;
	}
	.footer_text{
		display: block;
	}

}

@media screen and (max-width :550px) {
	.top_section1_right img, .top_section2_left img {
    	height: 170px;
	}

	#content_top{
    position: relative;
    height: 30vh;
}

#content_top .inner{
	position:fixed;
	z-index:-1;
}

#content_top img{
	width: 100%;
    height: 30vh;
    object-fit: cover;
    position: relative;
}

}

@media screen and (max-width :767px) {
	.sp_none{
		display: none;
	}
	.sp_on{
		display: inline;
	}
	.top_title{
		font-size: 2rem;
		text-align: center;
	}
	.flex ,.btn_rental{
		display: block;
	}
	.top_section1 {
		margin: 4rem 0 4rem auto;
		padding: 2rem 0 2rem 2rem;
    	display: flex;
    	flex-wrap: wrap-reverse;
	}
	.top_section2{
		margin: 4rem auto 4rem 0;
		padding: 2rem 2rem 2rem 0;
    	display: block;
	}
	.top_section1_left {
		width: 100%;
		padding: 2rem 0.5rem 0 0;
	}
	.top_section2_right {
		width: auto;
		padding: 2rem 0 0 0.5rem;
	}
	.top_section1_right img, .top_section2_left img {
    	height: 400px;
	}
	.top_content {
	    padding-left: 2rem;
	}
	.gnav__wrap{
		display: block;
		text-align: center;
	}
	.gnav__wrap img{
		margin: auto;
		width: 15vh;
    	padding-top: 2rem;
	}
	.gnav__menu{
		width: 100%;
	}
	.scrolldown2{
	  display: block;
	}
	.container {
	    max-width: 100%;
	    margin: 2rem;
	}
	.box_text {
	    font-size: 1.2rem;
	}
	.insta{
	    display: flex;
	    flex-wrap: wrap;
	}
	.intro_section{
		padding: 4rem 2rem 0 2rem;
	}
	.in_section1_left{
	    padding: 0 2rem 0 0;
	}
	.in_section2_right {
	    padding: 0 0 0 2rem;
	}
	.in_section1,.in_section4{
		flex-flow: column-reverse;
		padding-left: 2rem;
		margin: 4rem 0 4rem auto;
	}
	.in_section2,.in_section3{
		flex-flow: column;
		padding-right: 2rem;
		margin: 4rem 0 4rem auto;
	}
	.in_section1_left, .in_section2_right ,.in_section1_right, .in_section2_left,
	.in_section3_left, .in_section4_right ,.in_section3_right, .in_section4_left{
	    width: 100%;
	}
	.in_section1_right img, .in_section2_left img {
	    object-fit: cover;
	    width: 100%;
	    height: 320px;
	}
	h1{
		font-size: 1.2rem;
	}
	.h1_title_sub {
	    padding-bottom: 0;
	    font-size: 1.5rem;
	    margin: 1rem 0;
	}
	.ttl{
		padding: 2rem;
		font-size: 3rem;
    	line-height: 3rem;
	}
	.school{
		display: block;
	}

	.school .plan{
		width: 100%;
		box-sizing: border-box;
    	margin-bottom: 2rem;
	}
	.bread{
		display: none;
	}
	.table{
		max-width: 100%;
	    margin: 3rem auto;
	}
	.table_block{
		display: table;
	}
	.sitemap_table{
		display: table;
		margin: 0;
		width: 100%
	}
	.table_block >.th ,.sitemap_block{
		width: 100%
	}
	.table_block >.w40 {
		width: 100%;
	}
	.boat_flowbox::after{
		display: none;
	}
	.cancel{
	    display: table;
	}
	.cancel .cel {
	    width: auto;
	    border-bottom: 1px solid #dddddd;
	}
	.cancel .cel:last-child {
	    width: auto;
	    border-bottom: none;
	}
	.col{
		padding: 0 1.5rem;
	}
	.col-4 , .col-3 , .col-6{
		/*width: calc(50% - 30px);*/
		width: 100%;
	}
	#footer{
    	padding: 3rem 2rem 3rem 2rem;
	}
	.googlemap-bw {
	    width: 100%;
	    padding-top: 30%;
	}
	.btn_rental_img,.btn_rental_p{
		width: 100%;
	}
	table.boat{
		overflow: scroll;
	    display: block;
	}
}

@media screen and (max-width :550px) {
	.head_nav{
		display: none!important;
	}
	.top_content_text{
	    top: 30vh;
	}
	.top_content_right .box {
	    width: 50%;
	}
	.today img {
    	object-fit: cover;
    	height: 20vw;
	}
	.top_section1_right img, .top_section2_left img {
    	height: 300px;
	}
	.box_text {
	    font-size: 0.8rem;
	    line-height: 0.8rem;
	}
	.bnr {
    	display: contents;
	}
	.bnr_itm p {
    	display: none;
	}
	.flex_table{
		display: block;
	}
	.flex_table .price{
		width: 100%;
	}
	.box_3, .box_6{
		border-right: 2px solid #fafafa;
	}
}

.button-open {
  display: block;
  cursor: pointer;
}
/* モーダルウィンドウ */
.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  height: auto;
  background-color: #0F356C;
  border-radius: 5px;
  z-index: 11;
  padding: 5rem 2rem 2rem 2rem;
  color: #fff;
}
/* 閉じるボタン */
.button-close {
  position: absolute;
  top: 2rem;
  right: 1rem;
  padding: 1em;
  color: #393939;
  border-radius: 10px;
  cursor: pointer;
}
.button-close::before, .button-close::after{
    content: "";
    display: block;
    width: 100%;/*バツ線の長さ*/
    height: 4px;/*バツ線の太さ*/
    background: #fff;
    transform: rotate(45deg);
    transform-origin:0% 50%;
    position: absolute;
    top: calc(14% - 5px);
    left: 14%;
}

.button-close::after{
    transform: rotate(-45deg);
    transform-origin:100% 50%;
    left: auto;
    right: 14%;
}
/* オーバーレイ */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
}

.fuwatAnime {
	 -webkit-animation-fill-mode:both;
	 -ms-animation-fill-mode:both;
	 animation-fill-mode:both;
	 -webkit-animation-duration:0.8s;
	 -ms-animation-duration:0.8s;
	 animation-duration:0.8s;
	 -webkit-animation-name: fuwatAnime;
	 -ms-animation-name: fuwatAnime;
	 animation-name: fuwatAnime;
	 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.fuwatAnime2 {
	 -webkit-animation-fill-mode:both;
	 -ms-animation-fill-mode:both;
	 animation-fill-mode:both;
	 -webkit-animation-duration:1.2s;
	 -ms-animation-duration:1.2s;
	 animation-duration:1.2s;
	 -webkit-animation-name: fuwatAnime;
	 -ms-animation-name: fuwatAnime;
	 animation-name: fuwatAnime;
	 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(35px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(35px); -ms-transform: translateY(35px); transform: translateY(35px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.fadein{
    opacity: 1;
}

.bg__lr .img__wrap , .bg__rl .img__wrap{
    width: 100%;
    height: auto;
/*     position: absolute; */
    bottom: 0;
    left: 0;
    z-index: 2;
}

a > .img__wrap{
	transition-duration: 0.5s;
}

a > .img__wrap:hover{
    transform: scale(1.1);
    transition: all .8s ease;
    -webkit-transition: all .8s ease;
    transition-duration: 0.8s;
}


.bg__lr .img__wrap:before , .bg__rl .img__wrap:before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 2;
}

.bg__lr .img__wrap.visible:before{
    left: 1300px;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.bg__rl .img__wrap.visible:before{
    left: -1300px;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.bg__lr .img__wrap.visible .img:after{
	background-color: #e3e9f1;
    top: -20px;
    left: auto;
    right: -20px;
    z-index: 5;
}


.loading {
  width: 100vw;
  height: 100vh;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s ease;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-animation svg{
	width: 250px;
}
.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}
/***************************************************
 * Generated by SVG Artista on 2/10/2022, 5:30:52 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(18, 52, 104);
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(18, 52, 104);
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-fill-1 0.8s ease 0.7s both;
          animation: animate-svg-fill-1 0.8s ease 0.7s both;
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(18, 52, 104);
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(18, 52, 104);
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-fill-2 0.8s ease 1s both;
          animation: animate-svg-fill-2 0.8s ease 1s both;
}

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(18, 52, 104);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(18, 52, 104);
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-fill-3 0.8s ease 1.2999999999999998s both;
          animation: animate-svg-fill-3 0.8s ease 1.2999999999999998s both;
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(18, 52, 104);
  }
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(18, 52, 104);
  }
}

.svg-elem-4 {
  -webkit-animation: animate-svg-fill-4 0.8s ease 1.5999999999999999s both;
          animation: animate-svg-fill-4 0.8s ease 1.5999999999999999s both;
}


.rel{
	position: relative;
}
.topg{
  background:#000;
}
.topg img{
 opacity: 0.8;
}

.topg p{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  z-index:99;
  color:#fff;
  font-weight:bold;
	text-align:center;
}

.img_scale{
	overflow: hidden;
}

.img_scale img {
    transition-duration: 0.5s;
}

.img_scale:hover img {
    transform: scale(1.1);
    transition-duration: 0.5s;
}

/*-----tennis-----*/
.calendar{
	width:100%;
}

.modal_calendar{
    width: 100%;
    margin: auto;
    padding-top: 4rem;
}
table.calendar tbody tr td {
	border: 1px solid;
	padding: 8px;
	text-align: center;
	vertical-align: top !important;
}

#calender >input[type="button"] {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

button.smallbtn {
	font-size: 12px;
	padding: 6px 12px;
	margin: 4px;
	border-radius: 3px;
    border: 1px solid;
}

table.modal_calendar tr.tennis_time td {border: none; padding: 0;}
tr.tennis_time span {text-align: center;}
tr.tennis_time {border-bottom: 3px solid #333;}
table.modal_calendar td, th {padding: 5px; min-width: 45px; text-align: center;}
td.ok {background: #d9f5ff;}
td.ng {background: #fee;}
table.calendar th {border: 1px solid #888; background: #bbb; color: #fff;}
.btn-default {margin: 8px 0;}
.btn-default.right-btn {float: right;}
.leftcover {width: 0;}
.rightcover {width: 0; right: 0;}
.centercover {width: 100%;}
.cover {position: absolute; height: 100%; transition: .2s; background: #fff; transition-timing-function: linear;}
.table-responsive {position: relative; overflow:scroll;}


.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: grey;
  opacity: .6;
  display: none;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
}



.modal {
  width: 80%;
  border: 1px solid #000;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  display: none;
  padding: 1rem;
}

.modal p {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 14px;
}

.modal-close__wrap {
  position: absolute;
  right: 40px;
  top: 20px;
}

.modal-close {
  background: transparent;
  border-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 28px;
  display: block;
  height: 28px;
}

.modal-close span {
  position: relative;
  width: 100%;
  height: 1px;
  background: black;
  display: block;
}

.modal-close span:nth-child(1) {
  transform: rotate(45deg);
}

.modal-close span:nth-child(2) {
  transform: rotate(-45deg);
}

.modal-open {
  cursor: pointer;
  background: orange;
  border: orange;
  color: #fff;
  padding: 10px 12px;
}


.overlay.open {
  display: block;
}

.modal.open {
  display: block;
}


/*2023/02/07 運行情報*/
summary{
margin-left: 40px;}
/*ここまで*/

/*2023/03/16 運行時間*/
	.taxi_table {
 max-width: 95%;
 margin: auto;
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
/*  margin-bottom: 100px; */
}
.taxi_table th {
 padding: 10px;
 background: #778ca3;
 border: solid 1px #666666;
 color: #ffffff;
}
.taxi_table td {
 padding: 10px;
 border: solid 1px #666666;
}
.taxi_table td:first-child {
 background: #e9faf9;
}

* {
    box-sizing: border-box;
}

@media screen and (max-width :1200px) {
	.modal{
		overflow: scroll;
	}
}

@media screen and (max-width :768px) {
	.modal_calendar{
		overflow: scroll;
		display: block;
	}


}
@media only screen and (min-width:769px) {
.sp {
    display: none !important;
}
}

@media only screen and (min-width:375px) {
.sp_s {
    display: none !important;
}
}

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

.pc {
    display: none !important;
}
}
