@charset "UTF-8";

/*start*/

#index_start{
	margin: 0 auto;
	padding: 0 0 0 0;
	position:fixed;
	top:0;
	width:100%;
	height: 100vh;
	min-width: 1100px;
	text-align:center;
	z-index:1000;
	animation: cssAnimation 1s linear 2s;
	animation-fill-mode: forwards;
	background-color:#f6f0e6;
	background-image: url(../images/base/bk_img1.svg);
	background-repeat: no-repeat;
	background-position: center top -20px;
	background-size: auto;
	background-attachment: fixed;
}


.start_opening{
	position:absolute;
	width:100%;
	height: 100vh;
	animation-duration: 1s;
	animation-delay: 0s;
	animation-fill-mode: forwards;
	display: flex;
	align-items:center;
	justify-content:center;
}

@keyframes cssAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display:none;
	overflow:hidden;
  }
}
@-webkit-keyframes cssAnimation {
  0% {
    opacity: 1;
  }
  100% {
	opacity: 0;
	display:none;
	visibility:hidden;
  }
}


.opening_block{
	margin: 0 auto;
	padding: 0 0;
	position:relative;
	text-align:center;
	width:433px;
	height:228px;
	display:block;
	background-image: url(../images/top/opening_bg.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	display: flex;
	align-items:center;
	justify-content:center;
}
.opening_block span{
	text-align:center;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.10em;
	line-height: 1.8;
	color: #736357;
}




.kv_wrap{
	margin: 0 auto;
	padding: 0 0 0px;
	position:relative;
	text-align:center;
	width:1100px;
}

.kv_wrap h2{
	margin: 0 auto 15px;
	padding: 10px 0 0px;
	position:relative;
	text-align:center;
}

ul.kv_list{
	margin: 0 auto -20px;
	padding: 0 0;
	position:relative;
	text-align:center;
	display: flex;
	align-items:center;
	justify-content:center;
	z-index:10;
}

ul.kv_list li{
	margin: 0 5px;
	padding: 5px 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.01em;
	line-height: 1.3;
	color: #fff;
	border-radius:50px;
	width:158px;
}
ul.kv_list li:nth-child(1){
	background-color:#4671ad;
}
ul.kv_list li:nth-child(2){
	background-color:#57925b;
}
ul.kv_list li:nth-child(3){
	background-color:#bf7c44;
}

.kv_inner{
	margin: 0 auto 120px;
	padding: 0 0;
	position:relative;
	text-align:center;
	width:624px;
}

.flex_kv{
	margin: 0 auto;
	padding: 0 0;
	position:relative;
	text-align:center;
	display:block;
	width:auto;
	height:auto;
}

.flex_kv:after, .flex_kv:before {
	content: "";
	clear: both;
	display: block;
}

.flex_kv ul.slides{
	margin: 0 auto;
	padding: 0 0;
	width: 100%;
	height: auto;
	display:block;
}

.flex_kv ul.slides li{
	margin: 0 auto ;
	padding: 0 0;
	text-align:center;
	width: 100%;
	height: auto;
}

.kv_tit{
	position:absolute;
	bottom:-90px;
	left:0;
	right:0;
	z-index:10;
}
.kv_txt{
	position:absolute;
	top:170px;
	right:-28px;
	z-index:10;
}
.kv_chara1{
	position:absolute;
	top:100px;
	left:-50px;
	mix-blend-mode: multiply;
}
.kv_chara2{
	position:absolute;
	bottom:-130px;
	left:-90px;
	mix-blend-mode: multiply;
}
.kv_chara3{
	position:absolute;
	bottom:-80px;
	right:0px;
	mix-blend-mode: multiply;
}
.kv_chara4{
	position:absolute;
	top:-90px;
	right:-120px;
	mix-blend-mode: multiply;
}



ul.nav_list{
	margin: 0 auto 60px;
	padding: 0 0;
	position:relative;
	text-align:center;
	display: flex;
	align-items:center;
	justify-content:center;
	min-width:1100px;
}

ul.nav_list li{
	margin: 0 1px;
	padding: 0 0;
	position:relative;
	text-align:center;
}

ul.nav_list li a{
	margin: 0 0;
	padding: 8px 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.00em;
	line-height: 1.3;
	color: #736357;
	border-radius:50px;
	border:4px solid #998675;
	width:206px;
	display:block;
	background-image: url(../images/top/btn_arr1.svg);
	background-repeat: no-repeat;
	background-position: right 10px top 50%;
	background-size: auto;
}

ul.nav_list li:nth-child(3) a{
	margin: 0 0;
	padding: 8px 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.00em;
	line-height: 1.3;
	color: #f15a24;
	border-radius:50px;
	border:4px solid #f15a24;
	width:206px;
	display:block;
	background-image: url(../images/top/btn_arr2.svg);
	background-repeat: no-repeat;
	background-position: right 10px top 50%;
	background-size: auto;
}

ul.nav_list li a:hover{
	text-decoration:none;
	background-position: right 10px top 60%;
	transition : 0.3s;
}

#about,#event,#facility{scroll-margin-top: 100px;}

.about_area{
	margin: 0 auto 50px;
	padding: 0 0;
	position:relative;
	text-align:center;
	min-width:1100px;
}

.about_area p{
	margin: 0 auto 30px;
	padding: 0 0;
	position:relative;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 38px;
	color: #333;
}

.about_box{
	margin: 0 auto 50px;
	padding: 0 0;
	position:relative;
	text-align:center;
	width:742px;
	min-height:197px;
	background-image: url(../images/top/about_box.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	display: flex;
	align-items:center;
	justify-content:center;
}

.about_box p{
	margin: 0 0 0 30px;
	padding: 0 0;
	position:relative;
	text-align:left;
	width:400px;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2.2;
	font-family: "Noto Sans JP";
}

.about_box .about_illust{
	color: #333;
	margin: 0 0;
	padding: 0 0;
	position:relative;
	text-align:center;
	width:auto;
}

ul.about_list{
	margin: 0 auto 0px;
	padding: 0 0;
	position:relative;
	text-align:center;
	width:780px;
}

ul.about_list li{
	margin: 0 0 70px;
	padding: 50px 0 0 180px;
	position:relative;
	text-align:center;
}
ul.about_list li:nth-child(2){
	margin: 0 0 50px;
	padding: 10px 0 0 180px;
	position:relative;
	text-align:center;
}
ul.about_list li:nth-child(3){
	margin: 0 0 0px;
	padding: 40px 0 0 180px;
	position:relative;
	text-align:center;
}
ul.about_list li h3{
	margin: 0 0 10px 2.2em;
	padding: 0 0;
	position:relative;
	text-align:left;
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 0.01em;
	line-height: 1.5;
	text-indent:-2.2em;
}
ul.about_list li p{
	margin: 0 0 0 4em;
	padding: 0 0;
	position:relative;
	text-align:left;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.02em;
	line-height: 2.0;
	font-family: "Noto Sans JP";
	width:360px;
	z-index:10;
}

.about_img1{
	position:absolute;
	top:0px;
	left:18px;
}
.about_img2{
	position:absolute;
	top:0px;
	right:-40px;
}
.about_img3{
	position:absolute;
	top:0px;
	left:30px;
}
.about_img4{
	position:absolute;
	top:0px;
	right:5px;
}
.about_img5{
	position:absolute;
	top:0px;
	left:5px;
}
.about_img6{
	position:absolute;
	top:0px;
	right:5px;
}






.event_area{
	margin: 0 auto;
	padding: 140px 0 0;
	position:relative;
	text-align:center;
	min-width:1100px;
	background-image: url(../images/top/event_bg.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	min-height:870px;
	box-sizing: border-box;
}

.event_area h3{
	margin: 0 auto 20px;
	padding: 0 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.05em;
	line-height: 38px;
	color: #333;
	width:780px;
}
.event_area h3 img{
	position:absolute;
	top:-15px;
	left:45px;
}
.event_area p{
	margin: 0 0 50px;
	padding: 0 0;
	position:relative;
	text-align:center;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 2.0;
	font-family: "Noto Sans JP";
}

ul.event_list{
	margin: 0 auto;
	padding: 0 0;
	position:relative;
	text-align:center;
}

ul.event_list li {
	margin: 0 auto;
	padding: 20px 20px;
	position:relative;
	text-align:center;
	width:254px;
	min-height:360px;
	background-color:#f6f0e6;
	border-radius:10px;
	box-sizing: border-box;
}

ul.event_list li .event_p{
	margin: 0 auto 15px;
	padding: 0 0;
	position:relative;
	text-align:center;
}
ul.event_list li h4{
	margin: 0 auto 10px;
	padding: 0 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: -0.05em;
	line-height: 24px;
	color: #333;
}
ul.event_list li h4 small{
	font-size: 14px;
	display:block;
	letter-spacing: -0.05em;
}

ul.event_list li p{
	margin: 0 0 0;
	padding: 0 0;
	position:relative;
	text-align:left;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	font-family: "Noto Sans JP";
}

ul.event_list li .event_cat1{
	padding: 0 0;
	position:absolute;
	top:-15px;
	left:-15px;
	text-align:center;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: -0.10em;
	line-height: 18px;
	color: #333;
	width:68px;
	height:68px;
	background-image: url(../images/top/event_cat1.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
display: flex;
align-items:center;
justify-content:center;
}
ul.event_list li .event_cat2{
	padding: 0 0;
	position:absolute;
	top:-15px;
	left:-15px;
	text-align:center;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: -0.10em;
	line-height: 18px;
	color: #333;
	width:68px;
	height:68px;
	background-image: url(../images/top/event_cat2.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
display: flex;
align-items:center;
justify-content:center;
}
ul.event_list li em{
	text-align:center;
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	color: #333;
}

ul.event_list .slick-slider{position: static;}

ul.event_list .slick-list{overflow: visible;}

.event_list .slick-track {}
.event_list .slick-slide {
	width:254px !important;
}
.event_list .slick-slide.slick-current {
  opacity: 1;
}
.event_list .slick-slide a {
  display: block;
}

ul.event_list .slick-slide{margin:0 10px;}

.event_list_wrap{
	margin: 0 auto 40px;
	padding: 0 ;
	position:relative;
	text-align:center;
	width:848px;
}

.event_list_wrap:before {
  position: absolute;
  top: 0px;
  left: -1000px;
  width: 1000px;
  height: 100%;
  content: '';
background-color:rgba(255,255,255,0.0);
z-index:1;
}
.event_list_wrap:after {
  position: absolute;
  top: 0px;
  right: -1000px;
  width: 1000px;
  height: 100%;
  content: '';
background-color:rgba(255,255,255,0.0);
z-index:1;
}

.arrow_box{
	margin: 0 auto;
	padding: 0 ;
	position:absolute;
	top:50%;
	left:0;
	right:0;
z-index:2;
}

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


.arrow_box .slick-arrow:before{
content:""!important;
width: 54px!important;
height: 54px!important;
position: absolute;
top: 0px;
left: 0;
}

.arrow_box .slick-prev,
.arrow_box .slick-next{
width: 54px!important;
height: 54px!important;
}

.arrow_box  .slick-next:before{
background: url(../images/top/arr_r_slide.svg)!important;
background-size: 54px 54px !important;
opacity:1;
}

.arrow_box  .slick-prev:before{
background: url(../images/top/arr_l_slide.svg)!important;
background-size: 54px 54px !important;
opacity:1;
}





.facility_area{
	margin: 0 auto;
	padding: 50px 0 30px;
	position:relative;
	text-align:center;
	width:630px;
}

.facility_area h3{
	margin: 0 auto 40px;
	padding: 0 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.05em;
	line-height: 38px;
	color: #333;
}

.facility_area h3 img{
	position:absolute;
	top:-100px;
	right:-100px;
	mix-blend-mode: multiply;
}

.facility_chara2{
	position:absolute;
	top:520px;
	left:-70px;
	mix-blend-mode: multiply;
}
.facility_chara3{
	position:absolute;
	top:1100px;
	right:-50px;
	mix-blend-mode: multiply;
}

.tab-wrap {
	margin: 0 auto 0px;
	padding: 0 0;
	position:relative;
	text-align:center;
	display: flex;
	align-items:stretch;
	justify-content:space-between;
	flex-wrap:wrap;
	z-index:10;
}
.tab-label {
	margin: 0 0 6px;
	padding: 9px 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.01em;
	line-height: 24px;
	color: #333;
	order: -1;
	width:32.8%;
	border-radius:10px;
	cursor: pointer;
}
.tab-label small{
	margin: 0 auto;
	padding: 0 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.01em;
	line-height: 12px;
	color: #333;
	display:block;
}
.tab-content {
	width: 100%;
	display: none;
	border-radius: 0 0 10px 10px;
	background-color:#fff;
}
.tab-label1{
	background-color:#b5c6de;
}
.tab-label2{
	background-color:#b9d2bb;
}
.tab-label3{
	background-color:#e1c2a8;
}



/* アクティブなタブ */
.tab-switch:checked+.tab-label {
	margin: 0 0 -1px;
	padding: 10px 0;
	color:#fff;
	border-radius:10px 10px 0 0;
	font-size: 20px;
	line-height: 28px;
}
.tab-switch:checked+.tab-label small{
	color:#fff;
}

.tab-switch:checked+.tab-label1 {
	background-color:#4671ad;
}
.tab-switch:checked+.tab-label1::before {
	position: absolute;
	bottom: -8px;
	right:-8px;
	margin:auto;
	content: url(../images/top/tab1_bg.svg);
}

.tab-switch:checked+.tab-label2 {
	background-color: #57925b;
}
.tab-switch:checked+.tab-label2::before {
	position: absolute;
	bottom: -8px;
	right:-8px;
	margin:auto;
	content: url(../images/top/tab2_bg2.svg);
}
.tab-switch:checked+.tab-label2::after {
	position: absolute;
	bottom: -8px;
	left:-8px;
	margin:auto;
	content: url(../images/top/tab2_bg1.svg);
}

.tab-switch:checked+.tab-label3 {
	background-color: #bf7c44;
}
.tab-switch:checked+.tab-label3::before {
	position: absolute;
	bottom: -8px;
	left:-8px;
	margin:auto;
	content: url(../images/top/tab3_bg.svg);
}

.tab-switch:checked+.tab-label1+.tab-content {
	display: block;
	border-top:4px solid #4671ad;
}
.tab-switch:checked+.tab-label2+.tab-content {
	display: block;
	border-top:4px solid #57925b;
}
.tab-switch:checked+.tab-label3+.tab-content {
	display: block;
	border-top:4px solid #bf7c44;
}
/* ラジオボタン非表示 */
.tab-switch {
	display: none;
}


.ocean_area{
	margin: 0 auto;
	padding: 40px 0;
	position:relative;
	text-align:center;
}

.ocean_area .section1{
	margin: 0 auto;
	padding: 0 50px 70px;
	position:relative;
	text-align:center;
	background-image: url(../images/top/section_bg.svg);
	background-repeat: no-repeat;
	background-position: center top 180px;
	background-size: auto;
}

.tab-content h4{
	margin: 0 auto 20px;
	padding: 0 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 30px;
	letter-spacing: 0.00em;
	line-height: 30px;
	color: #187fc4;
}

.tab-content p{
	margin: 0 auto 20px;
	padding: 0 0;
	position:relative;
	text-align:left;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.00em;
	line-height: 20px;
	color: #000;
}

.facility_p{
	margin: 0 auto 10px;
	padding: 0 0;
	position:relative;
	text-align:center;
}

ul.facility_p_list{display:none;}


ul.facility_p_list{
	margin: 0 auto;
	padding: 0 0;
	position:relative;
	text-align:center;
	width:290px;
}

ul.facility_p_list li{
	margin: 0 auto;
	padding: 0 0;
	position:relative;
	text-align:center;
}

ul.facility_p_list .slick-slider{position: static;}

ul.facility_p_list .slick-list{overflow: visible;}

.facility_p_list .slick-track {}
.facility_p_list .slick-slide {
	width:290px !important;
}
.facility_p_list .slick-slide.slick-current {
  opacity: 1;
}
.facility_p_list .slick-slide a {
  display: block;
}

ul.facility_p_list .slick-slide{margin:0 10px;}

.slide-arrow {
cursor: pointer;
margin: auto;
position: absolute;
top: 85px;
width: 50px;
z-index:10;
}
.prev-arrow {
left: -20px;
}
.next-arrow {
right: -20px;
}

.slick-dots{
	position: relative !important;
	bottom: auto !important;
	display: block;
	width: 100%;
	padding: 0;
	margin: 15px 0 0px !important;
	list-style: none;
	text-align: center;
}
.slick-dots li{
	margin: 0 8px 0 !important;
	padding: 0 0 !important;
	position:relative;
	text-align:left !important;
	display:inline-block !important;
	vertical-align:top !important;
	width:10px !important;
	letter-spacing:normal;
	height: 10px !important;
	min-height:10px !important;
	cursor: pointer;
	background-color:#f6f0e6;
	border-radius:0px;
}
.slick-dots li button{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 100% !important;
	height: 10px !important;
	padding: 0px !important;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: #ccd4db !important;
	border:0px solid #777 !important;
	border-radius: 5px;
}
.slick-dots li button:hover,
.slick-dots li button:focus{outline: none;}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{opacity: 1 !important;}
.slick-dots li button:before{
	font-family: 'slick';
	font-size: 0px !important;
	line-height: 0px !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 10px !important;
	content: ' ' !important;
	text-align: center;
	opacity: 1 !important;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{background-color:#777 !important;border-radius: 5px;}












.tab-content p em{
	margin: 0 0;
	padding: 0 0;
	position:relative;
	text-align:left;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.00em;
	line-height: 24px;
	color: #4671ad;
	display:block;
}
.tab-content p small{
	margin: 0 0;
	padding: 0 0;
	position:relative;
	text-align:left;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.00em;
	line-height: 18px;
	color:#666;
	font-family: "Noto Sans JP";
	display:block;
}

.pdf_btn{
	margin: 0 auto 10px;
	padding: 0 0;
	position:relative;
	text-align:center;
}

.pdf_btn a{
	margin: 0 auto 10px;
	padding: 10px 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.00em;
	line-height: 24px;
	color:#187fc4;
	border-radius:50px;
	border:3px solid #187fc4;
	background-color:#fff;
	width:300px;
	display:block;
}
.pdf_btn a:hover{
	text-decoration:none;
	color:#fff;
	transition : 0.3s;
	background-color:#187fc4;
}

.ocean_area .section2{
	margin: 0 auto;
	padding: 0 50px 50px;
	position:relative;
	text-align:center;
}

.tab-content h5{
	margin: 0 auto 20px;
	padding: 0 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.20em;
	line-height: 20px;
	color: #333;
}

.tab-content h5 img{
	margin: 0 10px 0 0;
	vertical-align:middle;
}

ul.join_list{
	margin: 0 auto 50px;
	padding: 0 0 ;
	position:relative;
	text-align:left;
}

ul.join_list li{
	margin: 0 0 30px;
	padding: 0 0 ;
	position:relative;
	text-align:left;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.00em;
	line-height: 20px;
	color: #333;
}

ul.join_list li span {
padding-bottom:5px;
background:linear-gradient(transparent 85%, #7dccf3 15%);
}

.tab-content h6{
	margin: 0 auto 20px;
	padding: 0 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.0em;
	line-height: 20px;
	color: #39b54a;
}

.line_box{
	margin: 0 auto 20px;
	padding: 0 0;
	position:relative;
	text-align:center;
display: flex;
align-items:center;
justify-content:center;
}

.line_icon{
	margin: 0 0;
	padding: 0 0;
	position:relative;
	text-align:center;
}

.line_icon span{
	display:none;
}

ul.line_list{
	margin: 0 0 0 20px;
	padding: 0 0;
	position:relative;
	text-align:left;
}

ul.line_list li{
	margin: 5px 0 5px;
	padding: 2px 0;
	position:relative;
	text-align:left;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.00em;
	line-height: 22px;
	color:#000;
	background-color:#f6f0e6;
}
ul.line_list li img{
	margin: -3px 0 0;
	padding: 0 5px;
	position:relative;
	vertical-align:middle;
}

.line_btn{
	margin: 30px auto 10px;
	padding: 0 0;
	position:relative;
	text-align:center;
}
.line_btn.confirm{
	display:flex;
	margin: 0 auto 10px;
	padding: 0 0;
	position:relative;
	text-align:center;
}
.line_btn a,
.line_btn input{
	margin: 0 auto 10px;
	padding: 10px 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.00em;
	line-height: 24px;
	color:#39b54a;
	border-radius:50px;
	border:3px solid #39b54a;
	background-color:#fff;
	width:300px;
	display:block;
	cursor: pointer;
}
.line_btn.confirm input{
	width:200px;
}
.line_btn a:hover,
.line_btn input:hover{
	text-decoration:none;
	color:#fff;
	transition : 0.3s;
	background-color:#39b54a;
}


.ocean_area .section3{
	margin: 0 auto;
	padding: 70px 50px 70px;
	position:relative;
	text-align:center;
	background-image: url(../images/top/section_bg.svg);
	background-repeat: no-repeat;
	background-position: center top 0px;
	background-size: auto;
}

ul.insta_list{
	margin: 0 auto 10px;
	padding: 0 0;
	position:relative;
	text-align:left;
display: flex;
align-items:stretch;
justify-content:space-between;
}

ul.insta_list li{
	margin: 0 0 0;
	padding: 0 0;
	position:relative;
	text-align:center;
	width:117px;
}

ul.insta_list li img{
	border-radius:8px;
}

#sb_instagram .sbi_photo img {
    border-radius: 8px;
}
#sb_instagram {
	padding-bottom:0 !important;
}
.more_btn{
	margin: 0 0;
	padding: 0 0;
	position:relative;
	text-align:right;
}

.more_btn a{
	margin: 0 0 0;
	padding: 0 0;
	position:relative;
	text-align:right;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.00em;
	line-height: 14px;
	color:#000;
}

.ocean_area .section4{
	margin: 0 auto;
	padding: 0 50px 20px;
	position:relative;
	text-align:center;
}

.access_pc{
	margin: 0 auto;
	padding: 0 0;
	position:relative;
	text-align:center;
display: flex;
align-items:stretch;
justify-content:space-between;
}

.access_txt{
	margin: 0 0;
	padding: 0 0;
	position:relative;
	text-align:left;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.6;
	color:#000;
	font-family: "Noto Sans JP";
	width:50%;
}

.access_p{
	margin: 0 0;
	padding: 0 0;
	position:relative;
	text-align:right;
	width:50%;
}

.access_p img{
	margin-bottom:8px;
}

.map_btn{
	margin: 0 0 10px;
	padding: 0 0;
	position:relative;
	text-align:center;
}

.map_btn a{
	margin: 10px 0 10px;
	padding: 8px 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.00em;
	line-height: 24px;
	color:#187fc4;
	border-radius:50px;
	border:2px solid #187fc4;
	background-color:#fff;
	width:155px;
	display:block;
}

.map_btn a:hover{
	text-decoration:none;
	color:#fff;
	transition : 0.3s;
	background-color:#187fc4;
}

.access_sp{display:none;}


.forest_area{
	margin: 0 auto;
	padding: 40px 0 0;
	position:relative;
	text-align:center;
}

.forest_area .section1{
	margin: 0 auto;
	padding: 0 50px 70px;
	position:relative;
	text-align:center;
	background-image: url(../images/top/section_forest_bg1.svg);
	background-repeat: no-repeat;
	background-position: center top 80px;
	background-size: auto;
}
.forest_area .section2{
	margin: 0 auto;
	padding: 0 50px 0;
	position:relative;
	text-align:center;
}
.forest_area .section3{
	margin: 0 auto;
	padding: 70px 50px 30px;
	position:relative;
	text-align:center;
	background-image: url(../images/top/section_forest_bg2.svg);
	background-repeat: no-repeat;
	background-position: center bottom -180px;
	background-size: auto;
}

.forest_area h4{
	color: #57925b;
}

.forest_area p em{
	letter-spacing: -0.06em;
	color: #57925b;
}

.forest_area .pdf_btn a{
	color:#57925b;
	border:3px solid #57925b;
}
.forest_area .pdf_btn a:hover{
	background-color:#57925b;
	color:#fff;
}

.forest_area ul.join_list li{
	letter-spacing: -0.05em;
}

.forest_area ul.join_list li span {
padding-bottom:5px;
background:linear-gradient(transparent 85%, #9abe9d 15%);
}

table.table_form{
	margin: 0 auto;
	padding: 0 0;
	position:relative;
	text-align:center;
	width:100%;
}
table.table_form.yoyaku_detail,
table.table_form.yoyaku_detail2{
	display:none;
}
table.table_form th{
	margin: 0 auto;
	padding: 10px 0;
	position:relative;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	color: #333;
	letter-spacing: 0.15em;
	font-family: "Noto Sans JP";
	width:190px;
}
table.table_form th small{
	margin: 0 10px 0 0;
	padding: 0 0;
	position:relative;
	text-align:center;
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.15em;
	background-color:#ed1c24;
	width:40px;
	display:inline-block;
}
table.table_form th small.any{
	margin: 0 10px 0 0;
	padding: 0 0;
	position:relative;
	text-align:center;
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.15em;
	background-color:#666;
	width:40px;
	display:inline-block;
}

table.table_form td{
	margin: 0 auto;
	padding: 10px 0;
	position:relative;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	color: #999999;
	font-family: "Noto Sans JP";
}

table.table_form td input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding:10px;
	border:0px solid #777;
	border-radius: 10px;
	background-color:#f2f2f2;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	color: #333;
	box-sizing: border-box;
	width:100%;
}

table.table_form td input:focus {
	outline: none;
}

::placeholder {
font-size: 12px;
color: #ccc;
font-weight: normal;
}

.add_select{
	margin: 0 0;
	padding: 0px;
	position: relative;

}
.add_select:before {
	content: '';
	flex-shrink:0;
	border-top:2px solid #999;
	border-right:2px solid #999;
	transform:rotate(135deg);
	border-color:#999;
	height:8px;
	width:8px;
	display:inline;
	margin:auto;
	right:15px;
	top:-2px;
	bottom:0;
	position:absolute;
	z-index:1;
}

select.select_style {
	position: relative;

	padding:10px;
	border:0px solid #777;
	border-radius: 10px;
	background-color:#f2f2f2;

	font-weight: normal;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	color: #333;
	box-sizing: border-box;
	width:100%;
	z-index:2;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

select, option{
	cursor: pointer;
}

.wrap_checkbox{
	margin: 0 0;
	padding: 0;
	position:relative;
	display:block;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	color: #333;
	letter-spacing: 0.15em;
box-sizing: border-box;
}

.wrap_checkbox input[type=radio] {
	display: none !important;
}
.wrap_checkbox .checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
	margin: 0 10px 0 0;
    padding: 0 0 0 25px;
    position: relative;
    width: auto;
}
.wrap_checkbox .checkbox01::before {
    content: '';
    display: block;
	border:1px solid #777;
	border-radius: 0px;
	width: 18px;
    height: 18px;

    position: absolute;
    top: 2px;
    left: 0;
	background-color:#fff;
	box-sizing: border-box;
	transition : 0.2s;
}
.wrap_checkbox .checkbox01:hover::before {
border:3px solid #777;
}
.wrap_checkbox input[type=radio]:checked + .checkbox01::before {
    background-color:#777;
}
.wrap_checkbox .checkbox01::after {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: '';
    display: block;
    height: 8px;
    left: 6px;
    top: 5px;
    opacity: 0;
    position: absolute;

    transform: rotate(45deg);
    width: 4px;
}
.wrap_checkbox input[type=radio]:checked + .checkbox01::after {
    opacity: 1;
}



.forest_area .map_btn a{
	color:#57925b;
	border:2px solid #57925b;
}

.forest_area .map_btn a:hover{
	color:#fff;
	background-color:#57925b;
}

.forest_area .privacy_btn{
	margin: 0 auto 10px;
	padding: 0 0;
	position:relative;
	text-align:center;
}
.forest_area .privacy_btn a{
	margin: 0 0 0;
	padding: 0 0 0;
	position:relative;
	text-align:center;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.01em;
	line-height: 1.6;
	color:#808080;
	font-family: "Noto Sans JP";
	display:block;
	text-decoration:underline;
}
.forest_area .privacy_btn a:hover{
	text-decoration:none;
	transition : 0.3s;
}

.forest_area .tel_btn{
	margin: 0 auto;
	padding: 0 0;
	position:relative;
	text-align:center;
}
.forest_area .tel_btn a{
	margin: 0 0 0;
	padding: 5px 0 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.00em;
	line-height: 1.6;
	color:#57925b;
	display:block;
	text-decoration:underline;
}
.forest_area .tel_btn a:hover{
	text-decoration:none;
	transition : 0.3s;
}



.castle_area{
	margin: 0 auto;
	padding: 40px 0 0;
	position:relative;
	text-align:center;
}

.castle_area .section1{
	margin: 0 auto;
	padding: 0 50px 70px;
	position:relative;
	text-align:center;
	background-image: url(../images/top/section_castle_bg.svg);
	background-repeat: no-repeat;
	background-position: center top 150px;
	background-size: auto;
}
.castle_area .section2{
	margin: 0 auto;
	padding: 0 50px 0;
	position:relative;
	text-align:center;
}
.castle_area .section3{
	margin: 0 auto;
	padding: 70px 50px 30px;
	position:relative;
	text-align:center;
	background-image: url(../images/top/section_castle_bg.svg);
	background-repeat: no-repeat;
	background-position: center bottom 0px;
	background-size: auto;
}

.castle_area h4{
	color: #bf7c44;
}

.castle_area p em{
	color: #bf7c44;
}

.castle_area .pdf_btn a{
	color:#bf7c44;
	border:3px solid #bf7c44;
}
.castle_area .pdf_btn a:hover{
	background-color:#bf7c44;
	color:#fff;
}

.castle_area ul.join_list li{
	letter-spacing: -0.05em;
}
.castle_area ul.join_list li span {
padding-bottom:5px;
background:linear-gradient(transparent 85%, #d9b08f 15%);
}
.castle_area h6{
	color: #bf7c44;
}






.castle_area .line_btn a{
	color:#bf7c44;
	border:3px solid #bf7c44;
}
.castle_area .line_btn a:hover{
	color:#fff;
	background-color:#bf7c44;
}

.castle_area .map_btn a{
	color:#bf7c44;
	border:2px solid #bf7c44;
}

.castle_area .map_btn a:hover{
	color:#fff;
	background-color:#bf7c44;
}

.castle_area .privacy_btn{
	margin: 0 auto 10px;
	padding: 0 0;
	position:relative;
	text-align:center;
}
.castle_area .privacy_btn a{
	margin: 0 0 0;
	padding: 0 0 0;
	position:relative;
	text-align:center;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.01em;
	line-height: 1.6;
	color:#808080;
	font-family: "Noto Sans JP";
	display:block;
	text-decoration:underline;
}
.castle_area .privacy_btn a:hover{
	text-decoration:none;
	transition : 0.3s;
}

.castle_area .tel_btn{
	margin: 0 auto;
	padding: 0 0;
	position:relative;
	text-align:center;
}
.castle_area .tel_btn a{
	margin: 0 0 0;
	padding: 5px 0 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.00em;
	line-height: 1.6;
	color:#bf7c44;
	display:block;
	text-decoration:underline;
}
.forescastle_areat_area .tel_btn a:hover{
	text-decoration:none;
	transition : 0.3s;
}





.website_area{
	margin: 0 auto;
	padding: 50px 0 50px;
	position:relative;
	text-align:center;
	width:630px;
}

.website_area h3{
	margin: 0 auto 50px;
	padding: 0 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #333;
}
.website_area h3 img{
	position:absolute;
	top:-35px;
	left:-5px;
}

ul.website_list{
	margin: 0 auto;
	padding: 0 0;
	position:relative;
	text-align:center;
	display: flex;
	align-items:stretch;
	justify-content:space-between;
}

ul.website_list li{
	margin: 0 0 0;
	padding: 0 0;
	position:relative;
	text-align:center;
	width:203px;
}
ul.website_list li a span{
	margin: 0 0 0;
	padding: 5px 0 0;
	position:relative;
	text-align:center;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.01em;
	line-height: 1.6;
	color:#666;
	font-family: "Noto Sans JP";
	display:block;
}
ul.website_list li a:hover{
	text-decoration:none;
	opacity:0.6;
	transition : 0.3s;
}



.form_block {
	text-align:center;
}
.form_block_inner {
	margin:0 auto 80px;
	width:550px;
	padding: 30px 40px;
    background-color: #fff;
}
.form_input {
	margin-bottom:40px;
}
.form_txt2 {
	margin:2em 0 3em;
}