@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');
@import url('https://fonts.googleapis.com/css2?family=Timmana&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:'Noto Serif JP', serif , 'Inter',"dnp-shuei-gothic-gin-std","Yu gothic",arial,meiryo,"ms pgothic",sans-serif;
}
p{
	line-height: 2rem;
	font-size:14px;
}



em{visibility:hidden;}
.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;
}

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

.mt1{
	margin-top: 1rem;
}

.mt2{
	margin-top: 2rem;
}


/* 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;
}

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

.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;
}

.rel {
	width: 100%;
}
.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;
width: 70%;
  margin: 0 auto;
  justify-content: center;
  gap:2rem
}

.col-4{
	width: calc(33.3333% - 30px);
	position: relative;
    min-height: 1px;

}

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

}

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

}

ul.disc{
	list-style-position: outside;
	padding: 0;
}

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



@media screen and (max-width: 767px) {
ul.disc li
{
  list-style-type: inherit;
}
}


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

.card_text {
	font-size:0.8rem;
	margin: 0;

}
.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;
}

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

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

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: 2.4rem 1rem 3rem 3rem;
    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{
	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;
}

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;
    padding: 0.5rem;
}

.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%;
}

.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{
	position: relative;
}

.event img{
  position: absolute;
  top: 75vh;
  left: 5rem;
  z-index: 99;
  width: 200px;
  height: auto;
}

.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_section0_center {
 text-align: center;
padding-top: 5rem;
 max-width: 1200px;
  margin: 0 auto;

 }


 .top_icon {
 display: flex;
width: 100%;
 margin: 0 auto;
gap: 5%;
}

.top_menu {
width: 25%;
}

.top_menu img {
width: 90%;
margin: 0 auto;

}


.top_menu p {
width: 100%;
 margin: 0 auto;

}



.top_menu p:first-of-type {
font-size:min(2.3vw,32px);
word-break: break-all;
font-weight: 600;
padding-top: 8px;
}

.top_menu p:last-of-type {
font-size:min(1.7vw,14px);
}

/*
.top_section1 p:nth-child(2) , .top_section2 p:nth-child(2) {

 text-decoration: underline dotted #54B7FF;
text-decoration-thickness: 3px;

} */



.top_section1{
	margin: 8rem auto;
	display: flex;
	align-items: end;
/* padding: 0 10%; */
	max-width: 1200px;

  justify-content: center;
}

.top_section2{
	margin: 8rem auto;
	display: flex;
	align-items: end;
/* padding: 0 10%; */
	max-width: 1200px;
  justify-content: center;
}

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

 .top_section0_center {

 padding: 5% 3% 0;
 }


 .top_icon {
flex-wrap: wrap;
gap: 0;
}
 .top_icon img{
max-width: 75%;
 margin: 0 auto;
}

.top_menu {
width: 50%;
}
.top_menu p {
  padding: 0;
}

.top_menu p:first-of-type {
padding-top: 0;
 font-size: 21px;

 }

.top_menu p:last-of-type {
font-size:min(4vw,15px);
padding-bottom: 30px;
line-height: 0.9rem;
}

}

.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: 350px;
	width: 100%;
    object-fit: cover;
}

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


.top_section2_right{
	padding: 4rem 0 0 4rem;
	z-index: 1;
	width: 100%;
}

.in_section1,.in_section2 {

	/* display: flex;
	align-items: end; */
	width:50%;
	margin: 5rem 0;

}

.in_section4 , .in_section3{
	 display: flex;
	 max-width:1200px;
	 align-items: end;
	 margin: 4rem auto;

justify-content: space-around;
}



	.f_section {
display:flex;
width:100%;
margin:0 auto;
gap:8rem;
justify-content: center;
max-width:1200px;
padding: 4rem 0 5reml
}

.f_sectionflame {
	padding:0 0 6rem;
}

.in_section2_left {
	padding:0 2rem;

}

.in_section3_left , .in_section4_left{
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0 2rem;
}

.in_section4_right {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.in_section1_right ,.in_section1_left  , .in_section2_left , .in_section2_right ,in_section3_left , .in_section3_right{
	width: 100%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	margin: 1rem 0 0;
}

	.in_section2_right {
	width:50%;

}

.in_section1_left  {
width: 40%;
}

.in_section3_right,.in_section4_left{
	width: 100%;

	box-sizing: border-box;
}

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

}

.in_section2_right img , .in_section1_left img {
	object-fit: cover;
    width: 100%;
    height: 350px;

}

.in_section4_right img,.in_section3_left img{
	object-fit: cover;
    width: 100%;

}



.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;
}

.c_price {
text-align:center;
margin-top: 12px;
font-size: 1.2rem;
}

.in_section1_right p{
height: 100px;
	padding: 5px 50px 0;
	}





.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_webp_80.webp");
}

.box_2{
	background: url("../../images/experience/surfing_01_webp_50.webp");
}

.box_3{
	background: url("../../images/experience/sup_01_webp_50.webp");
}

.box_4{
	background: url("../../images/experience/foilsurfing_01_webp_50.webp");
}

.box_5{
	background: url("../../images/experience/cruising_01_webp_80.webp");
}

.box_6{
	background: url("../../images/rental/rental_webp_80.webp");
}

.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 , r_btn{
  height: 60px;
  line-height: 60px;
  text-align: left;
  letter-spacing: 0.6px;
  font-weight: 500;
  letter-spacing: 2px;
  width: 100%;
  max-width: 240px;
  margin: auto;
  position: relative;
  background: #0f356c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  margin-top: 2rem;
}

.r_btn {
	background: #FF5C00
}
.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;
}

.a_title {
	text-align:center;
}

.price_flex1 {
display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  margin: 1rem 0;
}

.yellow , .pink1 , .green {
padding: 1rem 0;
  margin: 1.2rem 3rem;
}

.yellow {
background-color: rgba(255, 255, 137, .4);
}
.pink1 {
	background-color:rgba(255,179,221, .3);
}

.green {
	background-color:rgba(194,221,3,0.3);
}

.small1 {
	line-height:1.5;
	font-size: 0.8rem;
	margin:0;
}

.kikan , .kikan1 , .kikan2  {
	font-size: 1.2rem;
  margin: 0 auto;
  font-weight: bold;
	color:white;
	padding: 0.3rem;
	width:90%;

}
.kikan {
background-color:#FB98CE;
}

.kikan1 {
background-color:#F4B829;
}

.kikan1 span {
	color:red;
}

.kikan2 {
background-color:#C2DD03;
}


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

	.yellow, .pink1, .green {
	margin:1.2rem 0;
	}

	.kikan, .kikan1, .kikan2
	{
	font-size:1.1rem;
	}

	.a_title {
	text-align:left;
	font-size: 1.2rem;
	line-height: 2rem;
	}

	.c_price {
	margin-top: 10px;

	}
  .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: 240px;
  height: 60px;
  left: -240px;
  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%;
}




.section2{
	padding: 4rem 2rem;
}

.intro_section{
	max-width: 800px;
    margin: auto;
    position: relative;
    line-height: 3rem;
padding: 4rem 2rem  1rem 2rem;
}

.intro_section h1{
    text-align: center;
}

.intro_section p{
	line-height: 2rem
}

.top_title{
	font-size: 1.8rem;
	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;
}

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

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

.plan_2 {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 0 3rem;
  background: #ffffff;
}

.boat_list {

background: #E8F6FD;
padding: 5rem 0 3rem;
  margin: 0 auto;

}

.foil_list {
  background: #E8F6FD;
  padding: 5rem 0 2rem;
  margin: 0 auto;
  height: 700px;
}

.price_box {
padding-top: 30px;

}

.price_flex {
	display:flex;
	justify-content:center;
	align-items: center;
	height: 140px;
}


.price_flexg {
display: flex;
  justify-content: center;
  padding: 1rem 0;
}


.price_boat {
	font-size:1rem;
	margin: 0;
  font-weight: bold;
}

.foiltime {
	font-size: 1rem;
  margin: 0;

}

.season1 , .season2{
font-size: 1rem;
  margin: 0;
  font-weight: bold;
  padding:0.3rem;
  color:white;
}

.season1{
	background:#54B7FFE0;
}

.season2{
background: #F5367BA1;
}

.season1_rgb {
	background:#54B7FF4D;
}
.season2_rgb {
	background:#F5367B42;
}


    .slick-arrow{ z-index: 2; }
    .slick-prev{ left: 0!important; }
    .slick-next{ right: 0!important; }

    #double-slider{
        width:60%;
        margin: 0 auto;
height: 40%;
    }

    /* テキストスライダーの装飾 */
    #text-slider{
        width: 100%;

        padding-top: 50px;

    }
.efoil_list {
background: #E8F6FD;
  padding: 3rem 0 3rem;
  margin: 0 auto;
  }

.efoil_boat {
	margin:2rem auto 0;
}

.efoil_boat img{
	height: 400px;
	margin:4rem auto 0;
}
.boat_text {
width: 70%;
margin: 0 auto;
padding:0 4rem 3rem;
text-align: left;
}

.efoil_text{
width: 70%;
  margin: 0 auto;
  padding: 0 4rem 3rem;
  text-align:center;
  }

.efoil_text{
padding: 0 2rem 1rem;
text-align:center;
}

.txt {

	padding-top:20px;

}


.b_text {

	padding:1rem 2rem;
}

.boatpic {
  display: flex;
  width: 100%;
  gap: 10px;
  margin: 0 auto;
  padding: 2rem 0;
}

.planflame {
	padding-bottom:5rem;
}

.boat-flame {
		 max-width: 800px;
	  margin:0 auto;


}
.r_icon {
	display:flex;
	justify-content:space-evenly;
padding-top: 1rem;
width:90%;
margin: 0 auto;
}

.r_member , .r_boat {
	display:flex;
	background:#0F356C;
	color:white;
	padding:10px 30px;
  border-radius: 10px;
   align-items: center;

}

.txt1 {
  padding-top: 20px;
}

.r_text {
	padding: 2rem 2rem 0;
	width: 100%;
  text-align: center;
  margin: 0 auto;
}

#double-slider1 {
  width: 80%;
  margin: 0 auto;
}



.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;
    -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: 35%;
}

.table_block >.w40 {
	width: 50%;
	text-align:center;
	font-size: 1rem;
}

.table_block_flex p{
 padding: 0 40px;
}

.table_block p {
/*	padding: 0 40px; */
}
p .table_flex{
	display:flex;


}


.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;
    width: 100%;
}

#content_top .inner{
	position:fixed;
	z-index:-1;
	width: 100%;
	height: 75vh;
}

#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%);
}

.container {
width: 80%;
margin:0 auto;
}

.trytext {
	padding:0 2rem;

}

@media screen and (max-width: 1200px){
.f_section {
	width:90%;
	gap: 2rem;
	padding: 0;
	}

	.in_section1_right p {
  height: 100px;
  padding: 0;
}


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

		.intro_section h1 {
  line-height: 2rem;
}

.trytext {
  padding: 0;
  width:90%;
}

#container
{

  padding-bottom: 5rem;
}
		.in_section1_right p {
  height: auto;
		}
	#double-slider1 {
	width:100%;
	}
.boat_text {
  padding: 0 0 2rem;
}

#text-slider {
	padding:1rem 0 0;
}
.boat_list {
	width:100%;
	margin: 0 auto 5rem;

	padding: 1rem 0;
}

.boatpic {
padding: 0 0 2rem;
}
#double-slider {
  width: 90%;
}


	.content {
	width: 100%;
	}


	.table{
	max-width: 700px;
    margin: 6rem auto;
    border-top: 1px solid #dddddd;
    text-align:center;
    }
	.googlemap {
		width: 100%;
	    position: relative;
	    height: auto;
	    padding-top: 30%;
	    padding-right: 2em;
	    margin-bottom: 2em;
	}
	.googlemap a{
		display: none;
	}

.intro_section p {
margin: 0;
}
}

.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;
	 max-width: 800px;
}

.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;
	line-height: 1.5rem;
  /*  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 {
	max-width: 800px;
	margin: auto;
}

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

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

.accordion-title2 {
padding: 1em;
  display: block;
  color: #ffffff;
  font-weight: bold;
  background: #0f356c;
  width:95%;
  margin:0 auto;
}



.accordion-title::after,.accordion-title::before {
	content: "";
	position: absolute;
	right: 1.25em;
	top: 1.25em;
	width: 2px;
	height: 0.75em;
	background-color: #999;
	transition: all 0.3s;
}
.accordion-title::after {
	transform: rotate(90deg);
}
.accordion-content {
	max-height: 0;
	overflow: hidden;
}
.accordion-content p {
	margin: 0;
	padding: 1em 1em;
	line-height: 2;
}
.toggle:checked + .accordion-title + .accordion-content {
	max-height: 100%;
	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: 95%;

}

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

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

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

.accordion-content tr th:first-child,.accordion-content tr td:first-child ,
 .accordion-content2 tr th:first-child,.accordion-content2 tr td:first-child{
	border-left: none;
}

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

.flex_table{
	max-width: 700px;
    margin: 6rem auto;
    border-top: 1px solid #dddddd;
	display: flex;
    flex-flow: row;
    width: 100%;
}
.c_under {
	font-size:1,3rem;
}

 .c_price p {
margin: 0 auto;
  font-size: 1.3rem;
  font-weight: bold;
  padding-top: 50px;
 }
 .price {
width: 50%;
margin:0 auto;
}

.price p {
	font-size: 1.2rem;
}

	.under1 {
  border-bottom: solid 2px #cc1461;
}

.table_title {

margin:1rem auto;
}
table.boat{
	width: 100%;
	line-height: 2rem;
	padding: 2rem 0 3rem;
}

.r_memo {
	background:#ffffffa8;
}

 .r_price:nth-of-type(2) {
font-weight:bold;
background:#d0c6c64f;
}

.r_price:nth-of-type(3) {
color:red;
font-weight:bold;
background:#d0c6c64f;
}

.t_border {
	border-right:solid 2px #dddddd;
	background:#54B7FF73;
}
.t_border1 {
background:#F5367B4A;
}
.boatplan-cell {
	background: #E8F6FD;
}
table.boat th{
	background: #ddd;
}

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



.rental_title {
background-color: #103675;
  color: white;
  width:70%;
  margin:0 auto 4rem;
  font-size: 1.2rem;
  padding: 20px;
  text-align: center;
}



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

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

.r_section {
	margin: 10rem 0 10rem auto;
  align-items: end;
display: flex;
  width: 80%;
  margin: 5rem auto;
}


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

.r_section_left {
width: 55%;
  position: relative;
  overflow: hidden;
}

/* 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;
}


/* 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) {

	.accordion-title2 , .accordion-content2 table{
	width:100%;
	}

	.school .plan{
		width: 100%;
		box-sizing: border-box;
    	margin-bottom: 2rem;
	}



.school{
		display: block;
	}

	#double_slider1 {
	width:100%
	}
.rental_title {
	width:100%;
}

.r_text {
	padding:1rem;
	text-align: left;
}

	.r_icon {
	width:100%;

	display:block;
	padding:10px;
	}


.r_member {
	width:50%;
	margin-bottom:10px;
}

.r_boat {
	width:100%;
}

 .btn_link {
	margin-bottom:10px;
}

	.sp_on{
		/*	display: inline; */
		display: block;
	}
.sp_none {

	display:none;
	}


	table.boat {
	display: none;
	}


	.r_section {
	display:block;
	width: 100%;
	}

.in_section1 {
	width:50%;

}
	.r_section_left , .r_section_right {
	width:100%;
	}

	.r_section_right {
	padding:0;
	}
	.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 :767px) {

	  .in_section3 {
    flex-flow: column-reverse;
    margin: 0 auto;
  }

   .in_section4 {
    margin: 0 auto;
    flex-flow: column;
  }

	.in_section2_left {
  padding: 0;
}

	.top_title{
		font-size: 1.4rem;
		text-align: left;
	}
	.flex ,.btn_rental{
		display: block;
	}
	.top_section1 {
		margin: 0 auto;
    	display: flex;
    	flex-wrap: wrap-reverse;
    	width:90%;
    	padding: 2rem 0;

	}
	.top_section2{
		margin: 0 auto;
		padding: 2rem 0;
    	display: block;
    	width:90%
	}
	.top_section1_left {
		width: 100%;
		padding: 2rem 0 0 0;
	}
	.top_section2_right {
		width: auto;
		padding: 2rem 0 0 0;
	}

	.top_section1_right {
  width: 100%;
}

.top_section2_left {
  width: 100%;
}

	.top_section1_right img, .top_section2_left img {
    	height: 400px;
	}
	.top_content {
	    padding-left: 2rem;
	}
	.gnav__wrap{
		display: block;
		text-align: center;
		padding-top: 3rem;
	}
	.gnav__wrap img{
		margin: auto;
		width: 15vh;
	}
	.gnav__menu{
		width: 100%;
	}
	.scrolldown2{
	  display: block;
	}
	.container {
	    width: 100%;

	}
	.box_text {
	    font-size: 1.2rem;
	}
	.insta{
	    display: flex;
	    flex-wrap: wrap;
	}
	.intro_section  {
		padding: 3rem 2rem 0;
	}


	.in_section1 {
		flex-flow: column-reverse;
width:100%;
		margin: 4rem 0 4rem auto;
	}
	.in_section2 {
		flex-flow: column;
		padding-right: 2rem;
		margin: 4rem 0 4rem auto;
	}


.in_section3 {
padding: 0 1rem;
	flex-flow: column-reverse;
margin:0 auto;
}
	.in_section4  {
margin:0 auto;
	flex-flow: column;
	padding: 0 1rem;
	}

	.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_section3_right {
	margin-top: 6rem;
	}

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

.in_section1_left, .in_section2_right {
padding-right: 0;
}

.f_section {
display:block;

}



 .in_section6_right , .in_section6_left {
   /* padding: 0 0 0 2rem; */
    width: 100%;

 }

	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 .plan{
		width: 100%;
		box-sizing: border-box;
    	margin-bottom: 2rem;
	}

	.plan_2 {
	  width: 100%;
	  margin: 4rem auto 0 auto;

	  background: #ffffff;
	 }
.planflame {
	padding-bottom:3rem;
}
.boat-flame {
		  width: 100%;
	  margin:0 auto 2rem;
}



	.bread{
		display: none;
	}
	.table{
		max-width: 100%;
	    margin: 3rem auto;

	}
	.table_block{
		display: table;
		text-align: center;
	}
	.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{
		width:90%;
		gap:0;
	}
	.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%;
	}
		.section_sp{
		padding: 2rem;
	}
}



@media screen and (max-width :550px) {
	.head_nav{
		display: none!important;
	}
	.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;
	 text-align:center;
}
@-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;
}

input[type="date"]{
    width: 100%;
    position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
}

input[type="date" i]::-webkit-calendar-picker-indicator {
	background-image: none;
}

.news-sec-list-ttl:hover {
  color: #2160bb;
}


.br-sp {
  display: none;
}

@media screen and (max-width: 1080px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }

.event{
	position: relative;
}

.event img{
  position: absolute;
  top: 75vh;
  left: 1rem;
  z-index: 99;
  width: 150px;
  height: auto;
}
}


/*20240125*/







.top_section3{
width:68%;
margin: 7rem auto 3rem;
}
.top_section3_center {
display: flex;
width:100%;
margin: 0 auto;
padding: 38px 0;
border:1px solid ;
max-width: 1200px;
justify-content: space-around;
}

.news_title {

font-size:3rem;
/* font-size:min(2.6vw,25px); */
font-weight:bold;
max-width: 1200px;
 padding-left: 3rem;
}

.newsbtn {
margin-top: auto;
width: 25%;

}

dl {
padding:0 5% 0 0;
}

dt{
min-width:20%;
  float:left;

}
dd{
display:flex;

}

dd a {


/* display:inline-block;
 border-bottom:1px solid ; */
 text-decoration: underline;
 }

.newsflame {
padding: 1rem 0 0;
}

.in_section6_right {
  width: 30%;
}

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

	 .top_section3_center {
    display: block;
    width: 90%;
    padding: 20px 10px;
	 }

  .newsbtn {
    margin: 0 0 1rem;
    width: 100%;
  }
}

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

	.bb {
  font-size: 0.9rem;
	}
	.in_section6_right {
  width: 100%;
}

  .top_section3 {
  width:100%;
 margin: 2rem auto 2rem;

  }

 .top_section3_center {
display:block ;
width:90%;
padding:20px 10px;

}

.news_title {

font-size: 1.7rem;
margin: 0;
    width: 90%;
    padding: 0 20px 30px;
}

dl{
 width: 100%;
 padding:0;

}
 dt{
 min-width:20%;
 /* padding:0 10px; */
 padding: 0 5%;
 margin: 0 0 0.5rem;
 float:none;

 }

.ddflame {
height:60px;
}

 dd {
 margin: 0 auto 1rem;

padding: 0 0 4% 5%;



}
 }


.slash {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 1.1rem;
  padding-bottom: 1rem;
  line-height: 0;
color:#103675;
}
.slash::before,
.slash::after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #000;
  margin: 0px 4px 4px;
}
.slash::before {
  transform: rotate(45deg);
}

.slash::after {
  transform: rotate(-45deg);
}


.subtext , .c_subtext{
max-width: 700px;
  margin: auto;
  position: relative;
  line-height: 2rem;

}

.subtext {
	padding: 0 2rem ;
}

.subimg {
	padding:2rem 0;
}
.c_subtext {
	padding: 0 2rem;
	text-align: center;
}

.a_under {
	text-align: center;
	margin: 0 0 2rem;
}
.c_under span , .a_under span{
	padding-bottom:7px;
border-bottom: 3px solid #103675;
font-size: 1.4rem;
}




	.time {
	display:flex;
	justify-content:center;
	padding: 40px 10px 10px 10px;
	}

	.time1 , .time2 , .price_1 {

	width: 220px;
  border-right: 1px solid LightGray;
	}

.time_bold {
margin: 1rem auto;
  font-size: 1.4rem;
  font-weight: bold;
}
	.time1:last-child , .time2:last-child , .price_1:last-child {
	border-right: 0px solid ;
	}


.note {
padding: 40px;
}


.tab_center {
	text-align: center;

}

.tab_buttun {
padding-top:30px;
}



.atab_buttun {
	padding-top: 30px;
}


.square {
	background: #103675;
	width: 260px;
	height: 45px;
	margin: 0 auto;
}

.buttun_font {
	color: #FFFFFF;
	text-align: center;
	font-size: 1.2rem;
	line-height: 45px;
	font-weight: bold;
}

.orange {
	width:80%;
	text-align:center;
	background-color:#FF5C00;

  color: white;
  margin: 0 auto;
  display: inherit;

  vertical-align: middle;
	text-decoration: none;
	transition: 0.5s;
	padding: 1.3rem;
}

.orange:hover {

	color: #FF5C00;
	background-color:#fafafa;

}





.a_price {
padding-top:50px;

}

.a_price p {
font-size: 1.4rem;
  font-weight: bold;
  margin:0;
  }
.person {
	margin: 1rem auto 0;
	line-height: 1.5rem;
}
.price_bold{
	margin: 0 auto;
font-size: 1.4rem;
	font-weight:bold;
}

.campaign_section {
	max-width: 800px;
  margin: 3rem auto 0;
  padding: 2rem 0;

  line-height: 3rem;
}


.haru span {

color:#fb7299;
}

.haru span1 {
border-bottom:3px solid #fb7299;
padding-bottom:7px;


}
.option_box {
  background-color: #E8F6FD;
  width: 500px;
  margin: 2rem auto 0;
  padding: 2rem 3rem;
}

.price_boldcan {
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: line-through;
}
.option_box1 {
	background-color: #ffff89;
  width: 350px;
margin: 2rem auto 0;
  padding: 2rem 3rem;
}

.option_box2 {
	 background-color:rgba(255, 255, 137, .5);
width: 300px;
padding: 2rem 0;

}

.option_box3 {
	background-color:rgba(255, 255, 137, .5);
width: 300px;
padding: 2rem 0;


}

.flex1 {
	display:flex;
	gap:2rem;
	justify-content: center;
}
.spacenone {
	padding:0;
	margin: 0 auto;
}


.option_text {
	font-size: 1.1rem;
	margin: 0;
	font-weight: bold;
}

.option_subtext1{
	font-size: 1.1rem;
	margin: 0;
	font-weight: bold;
	padding: 0.3rem;
}
.option_subtext {
	font-size: 1rem;
	margin:0;
}
.option_subtext1 span{
color: red;
font-size: 1.4rem;
  font-weight: bold;
  padding: 0 0.5rem;
}
.option_subtext span{
padding-bottom: 2px;
  border-bottom: 2px solid #103675;
}

.include_square {
	width: 100%;
	height: 400px;
	border: solid 1px #103675;
	border-radius: 10px;
	margin-top:50px;
}

.blue_font {
	font-size: 15px;
	margin: 50px;
	color: #103675;
}

.include_icon {
	width: 80%;
	display: flex;
	gap:4%;
	margin:0 auto;
	padding-top:50px;
}
.section_icon{
    width:100%;
}
.section_icon p{
    color: #103675;
}
.form-alert-text {
	text-align: center;
	color: #f2302f;
}

.icon_imag {
	padding-top: 50px;
	width: 100px;
	margin: 0 auto;
}
p .attention{
    font-size:15px;
}
/* ここからTAB */

.agendabox {
	padding:2rem 0;
}


.tab-wrap {
	max-width: 800px;
	display: flex;
	flex-wrap: wrap;
	margin: 4rem auto 0;
	padding:0;
}

.tab-wrap:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #103675;
	display: block;
	order: -1;
}

.tab-label {
	color: White;
	background: #9ABACA;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
	text-align: center;
	padding: 20px .5em;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	/* border-radius: 5px 5px 0 0; */
	flex: 1;
	font-size: 1rem;
}

.tab-label:not(:last-of-type) {
	margin-right: 5px;
}

.tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}



/* アクティブなタブ */
.tab-switch:checked+.tab-label {
	background: #103675;
	color: White;
}

.tab-switch:checked+.tab-label+.tab-content {
	background: #FFF;
	height: auto;
	overflow: auto;
	padding: 15px 0 60px;

	opacity: 1;
	transition: .5s opacity;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
/* ラジオボタン非表示 */
.tab-switch {
	display: none;
}


/* ご予約ボタン */
.reserve_buttun a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #cc1461;
  padding: 18px 30px;
  border-radius: 6px;
  transition: .3s;
}
.reserve_buttun a:hover {
  background: #30a8c7;
}

.section {
	padding: 0 2rem;
}

.btnsection {
	padding: 3rem 2rem;

}


.title {
	line-height:2rem;
}
@media screen and (max-width:767px) {

	.campaign_section {
    padding: 0 2rem;
    font-size:  0.7rem;
    margin: 0 auto;
  }


	.price_boldcan {
	padding:1rem 0;
}

.btnsection {
padding: 1rem;
}

	.icon_imag {
  padding-top: 0;
}

	.c_s {
	padding-top: 2rem;
}
.orange {
	width:80%;

}
	.option_box {
	width:70%;
	padding: 2rem;
	}


.price_box {
	padding:0;
}

.time {
	display:block;
padding:0;
height: auto;
}
 .price_flex ,  .price_flexg{
display:block;
padding:0;
height: auto;
}

.time1 , .time2{

margin: 2rem auto 0;
border-right: 0;
border-bottom: 1px solid LightGray;
}

.price_1 {
    margin: 0 auto;
    border-right: 0;
border-bottom: 1px solid LightGray;
    }
.time_bold {
	font-size:1.2rem;
}


.price_1{
padding: 1rem 0;
}

.time1:last-child , .time2:last-child , .price_1:last-child{
	border-bottom: 0;
}





.price_boat {
font-size: 1rem;
}

.subtext {
	padding: 0 2rem;
}

.slash {

	font-size: 1rem;
}

}
@media screen and (max-width:480px) {
	/*　for iPhone Landscape　(iPhone 横)　*/
	.tab-wrap {
		width: 95%;
		display: flex;
		flex-wrap: wrap;
		margin: 2rem auto 0;
	}
  	.include_icon {
 	gap:0;
 	justify-content: space-between;
  	margin:0 auto;
  	text-align:center;
  	flex-wrap: wrap;
 }
.include_square {
	width: 400px;
	height:800px;
	border: solid 1px #103675;
	border-radius: 10px;
}
.section_icon {
	padding-bottom:30px;
	width:45%;
}
.section_icon p {
    font-size:14px;

}

.option_text {
  font-size: 1rem;
}
.option_subtext {
  font-size: 0.9rem;
}

.a_price p , .price_bold{
font-size: 1.2rem;
padding: 0;
}

.option_box1 , .option_box2 , .option_box3 , .yellow{

  width: 90%;
  margin:0 auto;
}

.option_box1 {
padding: 2rem 0;
}

.tab_buttun {
  padding-top: 50px;
}
.tab_buttun p {
padding:0 1rem;
}

.a_under span , .c_under span {

  font-size: 1.2rem;

}

.flex1 {
	flex-direction: column;
    gap: 1rem;
}

}

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

	.title {

	font-size: 1.2rem;
	}
.include_square {
  width: 100%;
  border: solid 1px #103675;
  border-radius: 10px;
  margin-top: 50px;
}

.foil_list {

  padding: 1rem 0 0;
  margin: 0 auto 3rem;
  height: 600px;
}

}



h1 {
text-align:center;
}

.can0 {
padding-bottom: 0;
}

.can {
max-width: 900px;
margin: 0 auto;
padding-bottom: 60px;
}


  .try , .try1 , .try2{
   background-color:#103675;
  color:white;
  margin-top: 80px;
  font-size: 1.2rem;
  padding: 20px;
  text-align: center;
  }

.try1 {
max-width: 800px;
margin:0 auto 50px;
}

.try2 {
	  margin-top: 0;

}

.canpic {
display:flex;
gap:2rem;

}

.canpictext , .caption {
	font-size:		130%;
	text-align: 		center;

	color:			#fff;
	position: absolute;
  left: 0;
}

.caption {
	 top: 20%;
}
.canpictext {
position:relative;
margin:2rem 0;
}

.canpictext img {
	height:200px;
}

.canpictext .mask {
	width:			100%;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;

}
.canpictext:hover .mask {
	opacity:		1;	/* マスクを表示する */
	}


.suptitle  {
  position: absolute;
  transform: translate(-50%, -50%);
  color:white;
text-shadow : 4px 1px rgba(15, 53, 108, 0.48);
  font-weight:bold;
}
.suptitle {
  top: 36%;
  left: 47%;
  font-size:1.4rem;
  }

  .main {
  font-size:1.3rem;
  line-height: 0;
  }
  .sub {
font-size: 0.8rem;
  line-height: 1.2rem;
  padding: 0 10%;
  }


.flow {
  width:100%;
   background-color:#E8F6FD;
   padding:4rem 0  20px;
   margin-bottom: 100px;
   }
	.flowpic {
	display:flex;
	max-width: 800px;
	gap:10px;
	margin: 0 auto;
	}
	.flowtitle {
	text-decoration:underline;
	}

.charter_img {
	margin:2rem 0 0;
}
.charter_img img {
width:90%;
margin:0 auto;
}

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

.c_time {
display: flex;
  justify-content: center;
  padding: 10px;
}

.c_timetext {
	line-height: 2rem;
	font-size:1.1rem;
	width:220px;
	margin:1rem auto 0;

}

.charter_price {
line-height: 2rem;
  padding: 2rem 0 1rem;
}

.charter_flex {
 display:flex;
 justify-content: center;
  width: 100%;
  gap: 2rem;
 }
 .table_flame {
max-width: 790px;
  margin: 2rem auto;
  border-top: 1px solid #ddd;
  text-align: left;
}

 .btn_flame {
 padding: 1rem 0 0;
 }

.lunchtimebox {
width: 300px;
  border-right: 1px solid LightGray;
}

.lunchtimebox:last-child {
  border-right: 0 solid LightGray;
}


table.lunchtime th {
  width: 80%;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  background: #3f3f3f;
  color: #ffffff;
  /* colspan=""; */
}
table.lunchtime td {
  width: 40%;
  padding: 10px;
  vertical-align: top;
}

table.lunchtime tr {
width: 80%;
}

.in_section5{
max-width: 800px;
  margin: 0 auto 6rem;
  display:flex;
  align-items: center;
}

.bbq_flame , .bbq_flame1 {
	padding:1.5rem 2rem;
}

.bbq_flame {
	background: #E8F6FD;
}
.bbq_bold , .bbq_text {
	text-align:left;
}

.flexbox {
	width:45%;
}
.flex1200 {
display: flex;
  max-width: 1200px;
  margin: 0 auto;
 justify-content: space-around;
}


		.plan_ttl {


  margin: 10px 0;
}

.an {

  font-weight: 700;
}

.bbqmenu {
list-style: none;
/* background-color:; */
font-size: 15px;
padding:1rem 0 2rem;
height: 185px;
background: #fff;
width: 80%;
  margin: 0 auto;
}



.plan1 img {
width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  height: 250px;
  }



.mainflame {
	width:75%;
}



.mainbbq {
text-align: center;
  width:36%;
  height: 365px;
  background-color: #E8F6FD;
}



.f_img {
height: 420px;
  width: 100%;
}


.meinplan{
	display:flex;
	justify-content: space-around;
	padding: 2rem 0 0;

}



.bbqflex {
 display: flex;
  margin: 3rem 0 0;
  justify-content: center;
  gap: 3rem;
}

.bbqtext h3 {
	font-size:1.3rem;
	line-height: 2rem;
}

.bbqtext span {
	font-size: 0.9rem;
}

.menu_item {
	padding: 0.1rem 0;
}


/* 表示領域全体 */


div.mainflame.itmFade_2 {
  position : relative;

  height : 420px;

}

/* 表示領域の「position: relative;」により，領域高さが0になるため，paddingで高さを確保する */
div.mainflame.itmFade_2::before {
  content : "";
  display : block;
  padding-top : 57%;
}


/* アニメーションの設定 */
div.mainflame.itmFade_2 div.bbqitem {
  position : absolute;
  top : 0;
  left : 0;
  width : 100%;
  max-height : 100%;
  opacity : 0;
  animation : itmFade2-chg-itm-anim 10s infinite;  /* アニメーション : 下記「@keyframes chg-itm-anim の 0% から 100% まで」を「10秒」で「無限」に繰り返す */
}
/* 1つ目のアイテム */
div.mainflame.itmFade_2 div.bbqitem:nth-of-type( 1 ) {
  animation-delay : 0s;  /* アニメーション(下記「@keyframes chg-itm-anim」)の開始を0秒遅らせる */
}
/* 2つ目のアイテム */
div.mainflame.itmFade_2 div.bbqitem:nth-of-type( 2 ) {
  /**
   * アニメーションの進行(下記「@keyframes chg-itm-anim」)の開始を5秒遅らせる
   * (上記アニメーション全体10秒の1/2，1枚目のアニメーションが50%に到達(フェードアウト開始)した時に2枚目のアニメーション(フェードイン)開始)
  **/
  animation-delay : 5s;
}


/* アニメーションの進行 */
@keyframes itmFade2-chg-itm-anim {
  0% {
    opacity : 0;
    z-index : 2;
  }
  17%{
    opacity : 1;
  }
  50%{
    opacity : 1;
  }
  /**
   * 画像が2枚のため1枚当たり50%
   * 1枚目->2枚目(50%・不透明から65%・透明)にフェードして切り替える
   * 表示されている画像が一番手前に来るように「z-index」で奥行きの並び順を変更
   */
  65%{
    opacity : 0;
    z-index : 1;
  }
  100% {
    opacity : 0;
  }
}



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



  .suptitle {
  top: 35%;
  font-size:1.2rem;
  }
 .caption {
  top: 30%;
}

.main {
margin:0;

}


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

	.meinplan {

  padding: 0;
}

	div.mainflame.itmFade_2 , .f_img {
	height:220px;

	}
	.bbqtext h3 {
  font-size: 1.2rem;}

.bbqflex {
flex-direction: column;
    gap: 1rem;
    margin: 1rem 0 0;
  }
		 .bbqmenu {
  height:auto;
width: 90%;
	 }

	.plan1 {
	margin:0 auto;
	}

.mainflame , .mainbbq , .subbbq {
  width: 100%;
}

.mainbbq {
	 padding: 0 0 1rem;

	 height: auto;

}
.subbbq {
	height: auto;
	padding:0 0 1rem;
}



.meinplan{
	display:block;
}

div.f_container.itmFade_2 {
 height: 200px;
  width:90%;
  margin: 0 auto;
}
}

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


	  .flex1200 {
  display:block;
width: 90%;

  }


.flexbox {
	width:100%;
}

	.lunchtimebox {
 width: 350px;
  border-right: 0;
  margin: 0 auto;
	}
.in_section5{
  display:block;

}


	.c_time  {
display:block;
padding-bottom:0;

}

.charter_flex {
 display:block;
 width:100%;
 margin:0 auto;
}

.charter_price {
  padding: 2rem 0 0;
}
.charter_price:last-child {
	padding: 2rem 0 1rem;
}
.btn_flame {
margin: 0 auto;
  width: 80%;
}

.table_flame {
padding: 0;
    margin: 1rem auto 4rem;
    width: 90%;
  }
.table_flame p , .table_flame li {
	text-align:left;
}

.can {
padding-bottom: 30px;
}

.can , .try1{
  width: 95%;
  }


.canpic {
display:block;
}

 .flowpic {
 width:90%;
 }

 .canpictext img {
  height: 180px;
 }
.caption {
  top: 26%;
}



.main {
margin:0;
font-size: 1.1rem;
}
.suptitle {
font-size:1.1rem;
  }

    .sub {

  font-size:0.8rem;
  }

	.flowpic , .boatpic{
	flex-wrap: wrap;
	}
.flowpic1 {
width: 48%;
  }

  .flowpic1 p {
  line-height:1.5rem;
  }

  .flow {
  padding:10px 0 10px;
  margin-bottom: 70px;
  }

	}

.other {
display:flex;
justify-content: center;
flex-wrap: wrap;
}

.o_item , .o_item1 , .o_itemc{
display: block;
text-align:center;
	vertical-align: middle;
	text-decoration: none;
	height:60px;
	margin: 15px;

	font-weight: bold;
	border: 2px solid #27acd9;
	background: #27acd9;
	color: #fff;
	transition: 0.5s;
}

.o_item{
width:20%;
}
.o_item1 , .o_itemc {
width: 27%;
}
.o_item a , .o_item1 a ,.o_itemc a{
line-height:55px;
color: #fff;
font-size: 1.2rem;
display: block;
 }

  .o_itemc {
  padding-top:8px;
  }
 .o_itemc a{
 line-height:20px;
 }

.o_item:hover , .o_item1:hover , .o_itemc:hover {
	background: #fff;
}
.o_item a:hover , .o_item1 a:hover , .o_itemc a:hover{
	color: #27acd9;
}


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



.o_item , .o_item1 {
width:30%;
margin:10px 5px;

}
.o_item a ,.o_item1 a {
font-size: 0.9rem;

}

.section
{
   padding: 0 1rem;
}

}


.shiken{
	margin:0
}

.l_text {
	padding-bottom:2rem;
}

.l_textmini {
	width:400px;
	margin:0 auto;
}

.l_img {
padding:0 1rem;
}


.item_icon {
	padding:2rem 0 0;
}

.item_icon2 {
	padding:2rem 0;
}

 .table_block:nth-child(5) ,  .table_block:nth-child(8) {
	border-bottom:0;
}

.l_img2 {
	display:none;
}

.l_type {
	display:flex;
}

.l_section {
	display:flex;
	justify-content: center;
  gap: 2rem;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: white;
  width: 97%;
  margin: 0 auto;

}

.l_section1_img img {
height: 200px;
}

.l_title {
font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: bold;
  text-align: center;
}
.l_title span{
padding-bottom: 7px;
  border-bottom: 3px solid #103675;
  }

.l_th {
	width:33%;
}

.l_th1 {
	width:67%;
}
.l_thtext {
margin: 0;
  padding: 0.5em 1em 1em;
  line-height: 2;
}
.table_block2{

	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;
  height:100px;
}

.table_block2:nth-of-type(3){
	height:200px;
}
.table_block2:nth-of-type(4){
	height:300px;

}

.reservesection {
padding: 4rem 2rem;
}

.memberh1 {
	line-height:3rem;
}

.news01_list {
text-align:center;
border-bottom: 2px solid #ccc;
}

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



		.item_icon {
  padding: 0;
	}


			.item_icon2 {
  padding: 0 0 3rem;
	}


	.l_section1_img img {
height: auto;
width: 100%;
}

	.memberh1 {
  line-height: 2rem;
}


	.accordion
{
  width: 100%;
	}
	.l_section {
	display:block;
	width:100%;
}

.l_section1 {
width: 90%;
    margin: 0 auto;
}

.table_block2:nth-of-type(3) , .table_block2:nth-of-type(4) {
  height: auto;

}
}


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

.rentalboat_text {
  padding: 0 2rem;
}

	.reservesection {
padding: 4rem 2rem 2rem;
}

	.efoil_boat img {
  height: 300px;

}


	.try, .try1, .try2 {
	font-size: 1.1rem;
	margin-top: 50px;
	}

.l_img {
	display:none;
}
.l_img2 {
	display:block;
	width:70%;
	margin: 0 auto;
	padding-bottom:1rem;
}
}

@media screen and (max-width:480px) {
	.l_img2 {

	width:90%;

}
}


.recruit-site-btn {
	position: absolute;
	top: 76vh;
	left: 50px;
/* 	right: 60px; */
	width: 185px;
	height: 185px;
	margin: 0 -10px -10px 0;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	z-index: 100;
/* 	opacity: 0; */
/*     transition: all 0.8s; */
}
/* .recruit-site-btn.fade-in { */
/* 	margin: 0; */
/* 	opacity: 1; */
/* } */
.recruit-site-btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 175px;
	height: 175px;
	background: url(/images/outline.png) 0 0 no-repeat;
	background-size: 175px 175px;
/* 	transition: all .4s; */
}
/* .recruit-site-btn:hover::after { */
/* 	transform: rotate(180deg); */
/* } */
.recruit-site-btn-ttl {
	position: relative;
	margin-top: 53px;
}
.recruit-site-btn-ttl::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -38px;
	left: 50%;
	width: 15px;
	height: 19px;
	margin-left: -5px;
	background: url(/images/yaji.png) 0 0 no-repeat;
	background-size: 15px 19px;
 	transition: all .4s;
}
.recruit-site-btn:hover .recruit-site-btn-ttl::after {
	margin-left: 0;
}
.recruit-site-btn-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 0.9rem;
	color: #1092b7;
	letter-spacing: 0.05em;
	line-height: 1.0;
}
.recruit-site-btn-ttl .jpn {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.2rem;
	color: #2a2a2a;
	letter-spacing: 0.05em;
	line-height: 1.0;
	font-weight:600;
}
@media screen and (max-width: 1080px) {
.recruit-site-btn {
	position: absolute;
	top: 42rem;
	left: 3rem;
/* 	right: 60px; */
	width: 140px;
	height: 140px;
	margin: 0 -10px -10px 0;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	z-index: 100;
/* 	opacity: 0; */
/*     transition: all 0.8s; */
}
/* .recruit-site-btn.fade-in { */
/* 	margin: 0; */
/* 	opacity: 1; */
/* } */
.recruit-site-btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 160px;
	height: 160px;
	background: url(/images/outline.png) 0 0 no-repeat;
	background-size: 130px 130px;
/* 	transition: all .4s; */
}
/* .recruit-site-btn:hover::after { */
/* 	transform: rotate(180deg); */
/* } */
.recruit-site-btn-ttl {
	position: relative;
	margin-top: 45px;
}
.recruit-site-btn-ttl::after {
	content: "";
	display: block;
	position: absolute;
	top: 50px;
	left: 50%;
	width: 15px;
	height: 19px;
	margin-left: -5px;
	background: url(/images/yaji.png) 0 0 no-repeat;
	background-size: 15px 19px;
 	transition: all .4s;
}
.recruit-site-btn:hover .recruit-site-btn-ttl::after {
	margin-left: 0;
}
.recruit-site-btn-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 0.7rem;
	color: #1092b7;
	letter-spacing: 0.05em;
	line-height: 1.0;
}
.recruit-site-btn-ttl .jpn {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9rem;
	color: #2a2a2a;
	letter-spacing: 0.05em;
	line-height: 1.0;
	font-weight:600;
}
}

.campaign img {
  position: absolute;
  top: 40vh;
  left: 4.5rem;
  z-index: 99;
  width: 180px;
  height: auto;
}

.sakura {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;

	display: flex;
	justify-content: center;
	align-items: center;
}
.sakura li {
	width: 18px;
	position: absolute;
	list-style: none;
	top: -50px;
	animation: fall 4s linear infinite, rotate1 2s ease-in-out infinite alternate;
}
@keyframes fall {
	to {
		top: 120%;
	}
}
@keyframes rotate1 {
	from {
		transform: translateX(0px) rotate(0deg);
	}
	to {
		transform: translateX(200px) rotate(-80deg) rotateX(180deg);
	}
}

@keyframes rotate2 {
	from {
		transform: translateX(200px) rotate(-45deg);
	}
	to {
		transform: translateX(0px) rotate(0deg);
	}
}

.sakura li:nth-child(1) {
	left: 0;
	animation: fall 10s linear infinite, rotate1 3s ease-in-out infinite alternate;
}
.sakura li:nth-child(2) {
	left: 5vw;
	animation: fall 15s linear infinite, rotate1 2s ease-in-out infinite alternate;
}
.sakura li:nth-child(3) {
	left: 15vw;
	animation: fall 9s linear infinite, rotate1 3.5s ease-in-out infinite alternate;
}
.sakura li:nth-child(4) {
	left: 3vw;
	animation: fall 8s linear infinite, rotate2 4s ease-in-out infinite alternate;
}
.sakura li:nth-child(5) {
	left: 35vw;
	animation: fall 10s linear infinite, rotate1 4s ease-in-out infinite alternate;
}
.sakura li:nth-child(6) {
	left: 25vw;
	animation: fall 11s linear infinite, rotate2 3s ease-in-out infinite alternate;
}
.sakura li:nth-child(7) {
	left: 15vw;
	animation: fall 7s linear infinite, rotate2 3.5s ease-in-out infinite alternate;
}
.sakura li:nth-child(8) {
	left: 20vw;
	animation: fall 7s linear infinite, rotate1 3s ease-in-out infinite alternate;
}

.sakura li:nth-child(9) {
	left: 2vw;
	animation: fall 7s linear infinite, rotate1 3s ease-in-out infinite alternate;
}

.sakura li:nth-child(10) {
	left: 10vw;
	animation: fall 11s linear infinite, rotate1 4s ease-in-out infinite alternate;
}

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

	  .campaign img {
    position: absolute;
    top: 45vh;
    left: 1rem;
    z-index: 99;
    width: 130px;
  }

.campaignimg {
	margin: 0 auto 1rem;
}

}

.rentalspace_title {
	font-size: 2.3rem;

  text-align: center;
   font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.rental_section {
display: flex;
  max-width: 1200px;
  align-items: center;
  margin: 4rem auto;
  justify-content: space-around;
}

.eventprice span{
	border-bottom: solid 2px #54B7FFE0;
	padding-bottom:3px;
}

.th2 {
	width: 59%;
	display: flex;
	justify-content: center;
	font-weight: 600;
}
.price_section {
max-width: 800px;
  margin: auto;
  }

.r_under span {
  padding-bottom: 7px;
  border-bottom: 3px solid #418138;
  font-size: 1.4rem;
}



.tentflame {
 /* padding: 25px 30px; */
  background: #fff;
  border: solid 1px #393939;
  margin-top: 15px;
  display:flex;
  justify-content: space-around;
}

.tentprice {
	width:50%;
	text-align:center;

}
.tentprice p {
font-size:16px;
font-weight:bold;
}

.tentprice p span {
	font-size:20px;
}
 .r_bbqprice p span {
font-size:23px;
font-weight:bold;
}

.ryokuchibox {
padding-bottom: 1rem;
}

.tentprice:first-child {
	background:#327b18;
	color:white;
border-right: 1px solid #393939;
}

.r_bbqmein {
	display:flex;
	max-width: 900px;
  margin: 0 auto;
  justify-content: space-between;
align-items: center;
gap:1rem;
padding: 3rem 0;
}

.r_bbqflame {
	text-align: center;
	display: block;
border: solid 2px #393939;
}
.r_bbqflame2 {
	display:flex;
	border: solid 2px #393939;
}

.r_bbqprice , .r_bbqperson {
	width:260px;
text-align: center;
	display: block;
}



.r_bbqperson {
	background:#327b18;
	color: white;
	border-bottom: solid 2px #393939;
}


.r_bbqprice p , .r_bbqperson p{
	text-align: left;
	display: inline-block;


}
.r_bbqperson p {
font-size:19px;
}

.r_bbqprice p {
	font-weight:bold;
	font-size:15px;
	}


.peru {
	background:#93BB26;
}
.r_border {
border-right: solid 2px #393939;

}

.plus {
	font-size:2rem;
}

.center {
	text-align:center;
}


.memoflame {
	max-width:800px;
margin:0 auto;
  text-align: center;
padding: 1rem 0;
}
.memoflame span  {
	font-weight:bold;
	font-size: 1rem;
}

.bbqflex2_text {
font-weight:bold;
	font-size: 1.4rem;
}


.bbqgreen {
	color:#418138;

}
.bbq_section {
	margin:7rem auto;

}

.bbqbtn {
	padding:2rem 0 0;
}
.border_ddd {
	padding: 0 0 3rem;
border-bottom: 1px solid #ddd;
}

.bbq_sectionitem h2 {
text-align: center;
}


.bbq_sectionitem {
display: flex;
  margin: 0 auto;
flex-wrap: wrap;
justify-content: flex-start;
}


.rentallist{
padding:1rem 0;
width:30%;
  margin-right: 5%;
}

.rentallist:nth-child(3n) {
  margin-right: 0;

}
.rentalimg img{
	border-radius: 15px;
	height: 270px;
}
.rentaltext {
	display: flex;
  justify-content: space-between;
  align-items: center;

  border-bottom: 1px solid;
  opacity: 1 !important;
}
.rentalprice {
font-weight: bold;
  font-size: 18px;
}

.rentalprice span{
	font-size: 14px;
}

		  .siteInfo02 div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

    .siteInfo02 div dl {
    width: 33%;
    display: flex;
    box-sizing: border-box;
    margin: 5px auto;
  }


  .siteInfo02 div dl dt , .siteInfo02 div dl dd {
  border: 1px solid #707070;

  padding: 10px;
  text-align: center;

  }
      .siteInfo02  dl dt {
    border-right: none;
    width:64%;
    /*   background: #C8D5E69E; */
     background: #E2E6C89E;
  }

  .siteInfo02 div dl dd {
  width:36%;
  }
    .siteInfo02 div dl * {
  margin: 0;
}

.siteInfo02 div dl:last-child{
	margin-left:0;
}


.siteInfo02 div dl dd {

    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

 /*  .siteInfo02 div dl:nth-child(2n) dt {
    border-left: none;
  } */

     .siteInfo02 div dl:nth-child(odd) dd {
    border-left: none;
  }
     .siteInfo02 div dl:nth-child(2n) dd {
    border-left: none;
  }

.bbq_try {

  width: 100%;
  background: white;
  border: 1px solid #ddd;
  border-radius: 16px;
  }

.bbq_flame1 {
	padding: 2rem 1.5rem;

}

.bbq_try img {
  width: 100%;
  margin: 0 auto;
  height: 250px;
  border-radius: 16px;
}

.bbq_flame1 h3 {
	padding:1rem 0 0;
}


.bbq_flex {
  display: flex;
  gap: 1.5rem;
  padding: 4rem 0;
}

.3section {
	padding:0 0 2rem;
}

.example {
  position: relative;
  padding:2rem 0 0;
  }

.example p {
  position: absolute;

  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color: white;/*文字は白に*/
  font-weight: bold; /*太字に*/


  }
.example p:first-of-type {
top: 46%;
  left: 50%;
  font-size: 4rem;
  font-family: 'Hurricane', cursive;
}
.example p:last-of-type {
top: 60%;
  left: 50%;
  font-size: 1.9rem;
}
.check {
	position: absolute;

  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;

  top: 76%;
  left: 50%;
}

.danger_section {
  margin: 6rem auto;
 border: 1px solid #ddd;
  padding: 2rem 4rem;
  max-width: 1300px;
  background: white;
}

.pinkbig {
	font-weight: 700;
  font-size: 16px;
  color: #cc1461;
  text-align:center;
  padding: 0.5rem 0;
}

.bbqsection_icon {
  width: 100%;
  padding: 0 2rem;
}

.bbq_icon {
	display:flex;
max-width: 1200px;
  margin: 0 auto;
}

.reserve_section {
max-width: 700px;
margin: 0 auto;
}

.r_title {
	margin: 0 auto;
  padding: 1rem 0;
  background: #E8F6FD;
  width: 100%;
  text-align: center;
}

.w_title {
 margin: 1rem auto;
  width: 100%;
	text-align: center;
}

.section2 {
  padding: 4rem;
  max-width: 1000px;
  margin: 0 auto;
}

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

.rentalimg img {
height: 320px;
}
	.bbq_flex {
	display:block;
	padding: 0;
	width: 95%;
    margin: 0 auto;
}

.bbq_try {
	margin-bottom: 20px;
}

.example p:first-of-type {

  font-size: 2.5rem;
}

.example p:last-of-type {
  font-size: 1.3rem;
}

  .rentallist {
  padding: 1rem;
  width: 100%;
  margin: 0 auto;
  }
  .rentallist:last-child {
  margin-left:0;
  }

	.siteInfo02 div dl {
  width: 50%;
	}

.siteInfo02 div dl dt {
	border-left: none;
}
	table.boat {
    display: grid;
    margin:0 auto;
    justify-content: center;
  }


.bbqsection_icon {

  padding: 0 1rem;
}

}

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


.section2 {
    padding: 0 1rem;
  }
	.bbqbtn {
	padding:0;
}

	.r_under {
	font-size:1.2rem;
	}
	  .siteInfo02 div dl {
    width: 100%;
  }
	.rentallist {
	width: 100%;
	}
	.danger_section {
	padding: 1rem;
	}
  .siteInfo02 div dl dt:nth-child(odd) {
  border-left: 1px solid #707070;
  }

.rentallist:nth-child(3n)  , .rentallist:last-child {


	margin:0 auto;
}
  .rentalimg img {
    height: 250px;
  }


	.bbq_section {
margin: 3rem auto;
  width: 95%;
	}
	 .example p:first-of-type {
	 top: 50%;
    font-size: 1.4rem;
  }

    .example p:last-of-type {
    top: 70%;
    font-size: 1rem;
  }
	.check {
	display:none;
	}

	.r_bbqmein {
	  display: block;

	}

	.r_bbqflame ,.r_bbqflame2 {
	width:90%;
	margin:0 auto;
	}

.r_bbqflame3 {
	width:50%;
}
	.r_bbqperson , .r_bbqprice {
  width: 100%;

	}
  .r_bbqflame3:first-child {

    border-right: solid 2px #393939;
  }
.plus {
	text-align:center;
	margin: 0.5rem auto;
}
	.th2 {
  width: 45%;
	}

.price_section {
	padding: 0 1rem;
}
  .rental_section:first-child {
  flex-direction: column;
  margin: 1rem auto;
  padding: 0 1rem;
  }
    .rental_section:nth-child(2) {
  flex-direction: column-reverse;
  margin: 1rem auto;
  padding: 0 1rem;
  }

  .rental_section:first-child {
  height:auto;
  }
    .rental_section:nth-child(2) img {
    height: 280px;
    }
.rentalspace_title {
	font-size: 1.6rem;
}

.intro_section h2 {
	font-size: 1rem;
}

td span , .intro_section span {
 display: inline-block;
}

.tablewidth td:first-of-type{
	width:62%;
}



.motikomibbq_flame {
border-top: 1px solid #ddd;
}

.bbq_icon {
	width: 100%;
  display: flex;

  margin: 0 auto;
  padding-top: 50px;
}

.bbq_icon_text {
	text-align:center;
	color: #393939;
	font-weight: 600;
}

.bbqsection_icon {

  padding: 0 1rem;
}



.dander_text {
	padding-bottom: 7px;
  border-bottom: 3px solid red;
  font-size: 1.4rem;
}
.bbq_sectionitem {
max-width: 450px;
    margin: 30px auto 0;
  }

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


  .bbqsection_icon {
  width: 39%;
}


  .bbq_icon {
    gap: 0;
    justify-content: space-between;
    margin: 0 auto;
    text-align: center;
    flex-wrap: wrap;
  }

}


.event_top {
width: 100%;
  height: 100vh;
}

	.eventinner img {
height: 100vh;
width: 100%;
object-fit: cover;
}

.maturicontainer {
	background: #192850;
  position: relative;
/*  padding-bottom: 6rem; */
  overflow: hidden;
}
.maturicontainer1 {
	background: #50B233;
  position: relative;
  padding: 10rem 0;
  overflow: hidden;
}

.maturicontainer2
{
	background: #F2C61D;
  position: relative;
  padding: 10rem 0;
  overflow: hidden;
}
.maturicontainer3
{
	background: #D46032;
  position: relative;
  padding: 10rem 0;
  overflow: hidden;
}

.event_content1 {
	max-width: 1200px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 16px;
  margin:6rem auto;

}

.maturi_section {
max-width: 900px;
  margin: auto;
  position: relative;
  line-height: 3rem;
  padding: 10rem 2rem 1rem 2rem;
  color:white;

}

.maturi_top {
height: 90vh;
background-size: contain;
background-repeat: no-repeat;
}
.maturi_section h1 {
	font-size: 2.4rem;
}
.maturi_section p {
	font-size: 1.3rem;
line-height: 4rem;
  text-align: center;
}
.event_content {
  width: 100%;
  background: white;
  border: 1px solid #ddd;
  border-radius: 16px;
}

.event_icon {
	width:170px;
}

.absolute2 {
  position: absolute;
  left: -46px;
  top: -40px;
}

.e_section {
padding:0 0 3rem;;
}


.e_next:hover {
  color: #1777b0;
}


.e_next {
  display: flex;
  justify-content: end;
  margin: 0 1rem;
    margin-right: 1rem;
    margin-left: 1rem;
  color: #0F356C;
  padding: 20px;
  gap: 10px;
  transition: color .5s;
  width: 200px;
  font-size:1.5rem;
}
.e_next::after {
  content: '';
  width: 50px;
  height: 6px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(63deg);
}

.e_font {
font-weight: bold;
  font-family: 'Timmana', sans-serif;
}

.pc {
  display: block;
}

.event_text {
	line-height: 2rem;
}

.event_flex {
  display: flex;
  gap: 2rem;
  padding: 4rem 0 10rem;
  margin: 0 auto;
  width: 95%;
}

.taiken {
  text-align: center;
  margin: 0 auto 3rem;
  color: white;
  justify-content: center;
  gap: 21px;
}

.eventtitle {
  font-size: 4rem;
  margin-bottom: 0;
  font-weight: bold;
  font-family: 'Timmana', sans-serif;
}
.eventtitle1 {
  font-size: 2rem;

}

.in_section6 , .in_section7 {
  display: flex;
  max-width: 1200px;
  align-items: center;
  margin: 0 auto 4rem;
  justify-content: space-around;
}
.in_section6_left , .in_section6_right {
position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 1rem 0 0;
}

  .artist{
  padding: 4rem;
}

.whitetext {
max-width: 800px;
  margin: 0 auto;
  color:white;
  text-align:center;
  font-weight:bold;
  font-size: 1rem;
}

.event_content3 {
	color:white;
	padding: 8rem 0 6rem;
}

.event_content2 {
	color:white;
	padding: 6rem 0 10rem;
}

.clean {
	width:94%;
	margin:0 auto 1rem;
}

.price_event{
	font-size: 1.4rem;
  font-weight: bold;
}

.sp {
	display:none;
}
.text_img{
    width: 10%;
    vertical-align: middle;
}

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

 .event_flex {
    display: block;
    padding: 0;
    width: 95%;
    margin: 0 auto;
  }

.maturi_top {

height: 70vh;
background-size: contain;
background-repeat: repeat;
}

  .strong-point2 {
    max-width: 450px;
    margin: 30px auto 0;

  }
.event_content {
margin-bottom: 20px;
}

}

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

	.whitetext {
  font-size: 0.9rem;
	}
  .e_section {
    padding: 0 1rem 2rem;
  }

	.sp {
	display:block;

}
	.memoflame span {

  font-size: 0.9rem;
}
	.artist {
  padding: 2rem;
}
  .in_section6 {
    padding: 0 1rem;

    flex-flow: column;
    margin: 0 auto;
  }
  .in_section7 {
    padding: 0 1rem;
    flex-flow: column-reverse;

    margin: 0 auto;
  }

.eventtitle {
  font-size: 2rem;
}
.eventtitle1 {
  font-size: 1.2rem;
}


	  .absolute2 {
    top: -30px;
    left: -20px;

  }

  .event_icon {
	width:150px;
}

	.maturi_top {

height: 50vh;
}

.maturicontainer {
	  padding: 2rem 0 0;
}
	 .maturicontainer1, .maturicontainer2, .maturicontainer3
{

  padding: 2rem 0;
	}

.event_content2 , .event_content1 , .event_content3{
margin: 2rem auto;
width: 95%;

}

.event_content2 {
padding: 5rem 0 ;
}
 .event_content3 {
 padding: 5rem 0 2rem;
 }
  .maturi_section {
    padding: 3rem 2rem 0;
  }



.maturi_section h1 {
	font-size: 1.5rem;
}

  .maturi_section p {
	font-size: 1rem;
line-height: 3rem;
text-align:left;
}

	.eventinner img {
height: 50vh;
background: #192850;
}

.event_top {
  height: 50vh;
  background: #192850;
}

 	  .pc {
    display: none;
	  }


}

@media screen and (max-width: 480px) {
 .maturi_top {
    height: 70vh;
  }

  .maturicontainer{
padding: 0;
}


}
