@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	word-break: break-all;
}

body{
	word-break: keep-all;
	line-break: strict;
	word-wrap: break-word;
	overflow-wrap: break-word;
	background-color: #fff!important;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

a{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

@media screen and (min-width:767px){
  section p,
  section li{
	font-size: 16px;
	line-height: 1.8em!important;
  }
}

ul {
  list-style: none;
}

.bold{
	font-weight: bold!important;
}

.wrapper{
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.wrapper_768{
	max-width: 768px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

hr{
	margin-bottom: 100px;
}

.mb5{
	margin-bottom: 5px;
}

.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}

.mb30{
	margin-bottom: 30px;
}

.mb40{
	margin-bottom: 40px;
}

.mb50{
	margin-bottom: 50px;
}

.mb60{
	margin-bottom: 60px;
}

.mb80{
	margin-bottom: 80px;
}

.mb100{
	margin-bottom: 100px;
}

.mb200{
	margin-bottom: 200px;
}

.mt50{
	margin-top: 50px;
}

.mt60{
	margin-top: 60px;
}

.mt100{
	margin-top: 100px;
}

#camp01{
	margin-bottom: 120px;
}

.sp{
	display: none;
}

.sp_inline{
	display: none;
}

.hamburger-menu{
	display: none;
}

.migi{
	margin-left: auto;
}

button{
	width: 60px;
	height: 46px;
	border: none;
	position: relative;
	z-index: 100;
	background: transparent;
}

#mute{
	width: 60px;
	height: 46px;
	border: none;
	position: relative;
	z-index: 100;
	background: transparent;
	cursor: pointer;
}

#play,#stop,#pause,#go,#back,#volup,#voldown,#rateup,#ratedown{
	display: none;
}

#mute img {
  display: block;
}

.relative{
	position: relative;
}

.red{
	color: #ff0000;
}

.clear{
	clear: both;
	width: 100%;
}

.txt_center{
	text-align: center;
}

.indent {
	padding-left:1em;
	text-indent:-1em;
}

.txt150{
	font-size: 150%;
}







/*-----------------------header-----------------------*/

header{
	width: 100%;
	background-color: #fff;
	padding-bottom: 20px;
	position: relative;
	z-index: 8800!important;
}

#alpine_logo{
	border-bottom: 1px solid #999;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
}

#alpine_logo img{
	width: 150px;
}

#info_btn{
	background-color: #333;
	color: #fff;
	position: absolute;
	right: 0px;
	top: 0px;
}

#info_btn a{
	display: block;
	padding: 21px 30px;
	color: #fff;
	text-decoration: none;
}

#info_btn:hover{
	opacity: 0.9;
}

header h1{
	margin-top: 20px;
	margin-left: 30px;
	float: left;
}

#storyca_logo{
	width: 160px;
}

#gnav{
	margin-top: 25px;
	float: right;
}
 
#gnav a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
}

#gnav a:hover{
	opacity: 0.6;
}

#gnav img,#info_btn img{
	width: 24px;
	margin-right: 5px;
}

.menu_new{
    position: relative;
	width: 100%;
	margin-left: 30px;
	z-index: 8800;
}

.menu_new > li {
    float: left;
    line-height: 20px;
	margin-right: 20px;
}

.menu_new,.menu_hidden > li a {
    display: block;
}

.menu_new,.menu_hidden > li a:hover {
    color: #999;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
	z-index: 8800;
	background-color: #fff;
}

.menu_new > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #333;
}

.menu__second-level li a{
	padding: 10px;
	display: block;
}

/* floatクリア */
.menu_new:before,.menu_new:after {
    content: " ";
    display: table;
}

.menu_new:after {
    clear: both;
}

.menu_new {
    *zoom: 1;
}

.menu_new > li.menu__single,.menu_hidden > li.menu__single {
    position: relative;
	z-index: 8800;
}

li.menu__single ul.menu__second-level {
    position: absolute;
	z-index: 8800;
    top: 25px;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 35px;
    visibility: visible;
    opacity: 1;
}

.slider-for{
	margin-bottom: 30px;
}

.slider-for img{
	width: 100%;
}

.slider-nav{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	cursor:pointer;
}

.slick-dots li{
	margin-bottom: 50px;
	padding-bottom: 50px;
}

.slick-dots li button:before{
	font-size:15px!important;
	margin-top: 10px;
}


/*-----------------------ニュース--------------------------------*/

#news_wrap{
	margin-bottom: 100px;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}

#news_ttl{
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-bottom: 40px;
	height: 40px;
	margin-top: 100px!important;
}

.content table td:first-child{
	width: 110px!important;
}

.red_box,.gray_box,.green_box,.blue_box,.brown_box{
	color: #fff;
	width: 110px!important;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	border-radius: 5px;
}

.red_box{
	background-color: #da4932;
}

.gray_box{
	background-color: #988278;
}

.green_box{
	background-color: #656733;
}

.blue_box{
	background-color: #22979b;
}

.brown_box{
	background-color: #9b7843;
}

#news_wrap td{
	padding-right: 20px;
	padding-bottom: 20px;
	line-height: 1.5;
	font-size: 15px;
	vertical-align: middle;
}

.news_td2{
	width: 120px;
}

iframe[src$=".pdf"]{
    width:100%;
    height:80vh;
}

.video {
	display: none;
}

.video a{
	display: block;
	text-align: center;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

#modal,#modal2,#modal3,#modal4,#modal5{
	width: 96%;
	max-width: 1200px;
}

.more {
	border: solid 1px #222;
	color: #222;
	border-radius: 5px;
	width: 240px;
	text-align: center;
	padding: 10px;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	transition: all 1.0s;/*アニメーション設定*/
	font-size: 15px;
	margin-top: 20px;
}

.more:hover{
	opacity: 0.7;
}

.annotation{
	font-size: 80%;
}




/*-----------------------隠れメニュー--------------------------------*/

.menu{
	z-index: 1000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%!important;
  /* 1. メニューを画面下へ隠す */
	transform: translateY(-100%);
  /* 2. 0.3秒かけて表示する */
	transition: .3s;
	padding: 0px 0px 5px ;
	background: rgba(0, 0, 0, 0.7);
}

.float_right{
	margin-top: 10px;
	float: right;
}

.float_right img{
	width: 24px;
	margin-right: 5px;
}

.menu a{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.menu a:hover{
	opacity: 0.7;
}

.site-logo{
	width: 160px;
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 15px;
	float: left;
}

.active{
  /* 3. メニューを定位置へ戻す */
  transform: translate(0);
}

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

.menu_hidden {
    position: relative;
    width: 100%;
	margin-left: 25px;
}

.menu_hidden > li {
    float: left;
	margin-right: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.menu_hidden > li a {
    display: block;
    color: #fff;
}

.menu_hidden > li a:hover {
    color: #999;
}

ul.menu__second-hidden {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.menu_hidden > li:hover {
    background: #333;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-hidden li {
    border-top: 1px solid #111;
	padding-top: 10px;
	padding-bottom: 10px;
}

.menu__second-hidden li a{
	padding-left: 10px;
}

.menu__second-hidden li a:hover {
    background: #111;
}

/* floatクリア */
.menu_hidden:before,
.menu_hidden:after {
    content: " ";
    display: table;
}

.menu_hidden:after {
    clear: both;
}

.menu_hidden {
    *zoom: 1;
}

.sp_mn{
	margin-bottom: -5px!important;
}

.menu_hidden > li.menu__single {
    position: relative;
}

.menu__single img{
	margin-bottom: 0px!important;
}

header .menu__single:nth-child(5),.menu_hidden .menu__single:nth-child(5){
	width: 140px;
	margin-right: -10px;
}

li.menu__single ul.menu__second-hidden {
    position: absolute;
    top: 30px;
    width: 100%;
    background: #333;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-hidden {
    top: 40px;
    visibility: visible;
    opacity: 1;
}





/*-----------------------トップページ要素--------------------------------*/

.top_ttl{
	max-width: 360px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	position: relative;
	z-index: 5;
}

.top_ttl_back{
	background-color: #d4d4bc;
	width: 350px;
	height: 56px;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: -1;
}

.top_ttl_back.active{
	animation: top_ttl_back 0.5s ease 0s 1 both;
	-webkit-animation: top_ttl_back 0.5s ease 0s 1 both;
}

@keyframes top_ttl_back {
  0% {
    top: 15px;
    left:15px;
  }
  100% {
    top: 2px;
    left:2px;
  }
}

.small_catch,.big_catch{
	font-size: 36px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 25px;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
}

.ttl_set{
	text-align: center;
}

.ttl_catch{
	display: inline-block;
	font-size: 36px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 25px;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
}

.ttl_catch p{
	color: #878787;
	border-top: solid 2px #000;
	padding-top: 3px;
	margin-top: 3px;
}

.play_btn{
	width: 100%;
	margin-bottom: 80px;
	cursor:pointer;
}

.play_btn:hover{
	opacity: 0.9;
}

.top_txt{
	text-align: center;
	margin-bottom: 40px;
}

#sec02 p,#sec04 p{
	text-align: center;
}

.package_box1,.package_box2{
	position: relative;
	height: 350px;
	margin-bottom: 60px;
}

.black_box1{
	position: absolute;
	width: 400px;
	right: 110px;
	top: 50px;
	z-index: 20;
}

.package_photo1{
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0px;
}

.black_box2{
	position: absolute;
	width: 400px;
	left: 110px;
	top: 50px;
	z-index: 20;
}

.package_photo2{
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0px;
}

.fadein{
	opacity: 0;
	transform : translate(0, 30px);
	transition : all 1s;
}

.fadein.active{
	opacity: 1;
	transform : translate(0, 0);
}

.atoha_1{
	margin-bottom: 10px;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
}

.atoha_5{
	margin-bottom: 10px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
}

.atoha1.active{
	animation: atoha 0.3s ease 0s 1 both;
	-webkit-animation: atoha 0.3s ease 0s 1 both;
}

@keyframes atoha {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.atoha_2{
	margin-bottom: 10px;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
}

.atoha2.active{
	animation: atoha 0.3s ease 0.5s 1 both;
	-webkit-animation: atoha 0.3s ease 0.5s 1 both;
}

.atoha3.active{
	animation: atoha 0.3s ease 1s 1 both;
	-webkit-animation: atoha 0.3s ease 1s 1 both;
}

.atoha_3{
	margin-bottom: 120px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	text-align: center;
}

.atoha_3 img{
	width: 480px;
}

.atoha_4{
	margin-bottom: 120px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	text-align: center;
}

.atoha_txt{
	font-size: 30px;
	text-decoration: none;
	border-bottom: 2px solid #333;
 	padding-bottom: 2px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.black_band{
	background-color: #000;
	width: 40%;
	color: #fff;
	text-align: right;
	padding: 5px 80px;
	margin-bottom: 50px;
	font-size: 24px;
}

.merit_box{
	margin-bottom: 100px;
}

.choose_box{
	position: relative;
	width: 100%;
	height: 1030px;
}

.choose_black_left:hover,.choose_black_right:hover{
	background-color: #111;
}

.choose_black_left::after,.choose_black_right::after{
	content: "";
	background-image: url("../images/icn_choose.svg");
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 30px;
	top: 45%;
	z-index: 20;
}

.choose_black_left a,.choose_black_right a{
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	max-width: 1000px;
	padding: 60px;
}

.choose_img_left{
	position: absolute;
	max-width: 1000px;
	width: 100%;
	z-index: 10;
}

.choose_img_right{
	position: absolute;
	max-width: 1000px;
	width: 100%;
	z-index: 10;
	right: 0;
}

.choose_black_left{
	background-color: #000;
	color: #fff;
	position: absolute;
	max-width: 1000px;
	width: 100%;
	z-index: 20;
	left: 15%;
	top: 480px;
}

.choose_ttl{
	width: 350px;
	margin-bottom: 30px;
}

.choose_black_right{
	background-color: #000;
	color: #fff;
	position: absolute;
	max-width: 1000px;
	width: 100%;
	z-index: 20;
	right: 15%;
	top: 480px;
}

#flow_img{
	margin-bottom: 30px;
	margin-top: 60px;
}

.txt24{
	font-size: 24px;
}



.map_btn{
	background-color: #333;
	color: #fff;
	width: 360px;
	margin-bottom: 80px;
}

.map_btn a{
	display: block;
	color: #fff;
	padding: 10px;
	width: 100%;
	text-align: center;
}

.wrap_720{
	width: 100%;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.moss_back{
	background-color: #dedfd6;
	padding: 90px 0px;
}

#story1,#story2,#story3,#story4,#story5{
	width: 100%;
	max-width: 660px;
}

#story1{
	margin-left: 110px;
}

#story2{
	margin-left: 260px;
}

#story3{
	margin-left: 100px;
}

#story4{
	margin-left: 180px;
}

#story5{
	margin-left: 110px;
}

.under_link{
	margin-bottom: 20px;
}

.under_link a{
	margin-bottom: 80px;
	display: inline-block;
}

.under_link a:nth-of-type(2n){
	float: right;
}

.btn_box{
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	margin-bottom: 100px!important;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap:wrap;
}

.left_btn_box,.right_btn_box{
	position: relative;
	width: 300px;
	height: 72px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.left_btn,.right_btn,.pink_btn,.black_btn{
	width: 300px;
	height: 72px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .2s;
}

.left_btn{
	background-color: #7b7f58;
}

.pink_btn{
	background-color: #f15a23;
}

.right_btn{
	background-color: #f15a23;
}

.black_btn{
	background-color: #333;
}

.left_btn_box a,.right_btn_box a{
	display: table-cell;
	text-decoration: none;
	width: 300px;
	height: 72px;
	color: #fff;
	vertical-align: middle;
	flex: 1;
}

.left_btn:hover,.right_btn:hover,.pink_btn:hover,.black_btn:hover{
	left:8px;
	top: 8px;
}

.left_btn_back{
	background-image: url("../images/btn_camp2.svg");
	background-repeat: no-repeat;
	width: 300px;
	height: 72px;
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: -1;
}

.right_btn_back{
	background-image: url("../images/btn_puttering.svg");
	background-repeat: no-repeat;
	width: 300px;
	height: 72px;
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: -1;
}

.pink_btn_back{
	background-image: url("../images/btn_pink.svg");
	background-repeat: no-repeat;
	width: 300px;
	height: 72px;
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: -1;
}

#under_blue{
	background-color: #d4e3f1;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
}

#banner_safety{
	margin-bottom: 100px;
}

.hajinavi{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 100px;
}

.hajinavi p{
	margin-bottom: 10px;
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
}

#top_delivery{
	margin-bottom: 50px;
}

#top_delivery img{
	width: 100%;
}



/*-------------------ハンバーガーのアコーディオン-----------------------*/

.acd-check{
    display: none;
}

.acd-label{
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
	border-bottom: solid 1px #ccc;
	cursor: pointer;
	font-size: 14px;
}
	
.acd_single{
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
	cursor: pointer;
	border-bottom: solid 1px #ccc;
	font-size: 14px;
}
	
.acd_single a{
	display: block;
    color: #fff;
    text-decoration: none;
}

.acd-label:after{
    box-sizing: border-box;
    content: "＋";
    display: block;
    font-weight: bold;
    height: 52px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}

.f_menu-content .acd-label:after{
    box-sizing: border-box;
    content: "＋";
    display: block;
    font-weight: bold;
    height: 52px;
    padding: 10px 0px;
    position: absolute;
    right: 0;
    top: 0px;
}

.acd-content4,.acd-content5,.acd-content3{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}

.acd-check:checked + .acd-label:after{
    content: "－";
}
	
.acd-check:checked + .acd-label + .acd-content3{
	height: 135px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

.acd-check:checked + .acd-label + .acd-content4{
	height: 180px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
	
.acd-check:checked + .acd-label + .acd-content5{
	height: 225px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}




/*-----------------------パンくずリスト--------------------------------*/

.cp_breadcrumb *, .cp_breadcrumb *:after, .cp_breadcrumb *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.cp_breadcrumb{
	margin-bottom: 60px;
}

.cp_breadcrumb a {
	color: #333;
}
.cp_breadcrumb .breadcrumbs {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.cp_breadcrumb li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 8px);
	margin-right: 8px;
	color: #333;
}
.cp_breadcrumb li::before {
	content: '›';
	width: 1em;
	height: 1em;
	font-size: 1.2em;
	line-height: 1;
	text-align: center;
	position: absolute;
	top: 45%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.cp_breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0;
	color: #333;
}
.cp_breadcrumb li:last-child::before {
	content: normal;
}






/*-----------------------SP-----------------------------------*/

@media screen and (max-width:768px){
	
	.center_btn{
		width: 100%;
	}
	
	.wrapper,.wrapper_768{
		width: 94%;
	}
	
	.pc{
		display: none;
	}
	
	.sp{
		display: block;
	}
	
	.sp_inline{
		display: inline-block;
	}
	
	section p{
		font-size: 16px;
		line-height: 1.5em;
	}

.mb30{
	margin-bottom: 20px;
}

.mb40{
	margin-bottom: 30px;
}

.mb50{
	margin-bottom: 40px;
}

.mb80{
	margin-bottom: 60px;
}

.mb100{
	margin-bottom: 80px;
}

.mb200{
	margin-bottom: 160px;
}


	.main{
		margin-bottom: 80px;
	}
		
	.top_txt{
		margin-bottom: 60px;
		line-height: 2.0em;
	}
	
	.small_catch,.big_catch{
		font-family: 'Noto Sans JP', sans-serif;
		width: 100%;
		font-size: 24px;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.top_ttl{
		max-width: 320px;
		margin-bottom: 40px;
	}

	.top_ttl_back{
		width: 314px;
		height: 50px;
		position: absolute;
		top: 15px;
		left: 15px;
		z-index: -1;
		display: none;
	}
	
	.package_box1,.package_box2{
		height: auto;
		margin-bottom: 50px;
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.package_photo1{
		position: static;
		width: 95%;
	}
	
	.package_photo2{
		position: static;
		width: 95%;
		margin: 0 0 0 auto;
	}
	
	.black_box1{
		position: static;
		width: 85%;
		margin: -20px 0 0 auto;
	}

	.black_box2{
		position: static;
		width: 85%;
		margin-top: -20px;
	}
	
	.atoha_1,.atoha_2,.atoha_3,.atoha_4,.atoha_5{
		width: 100%;
	}

	.atoha_3,.atoha_4{
		margin-bottom: 90px;
	}
	
	.atoha_txt{
	font-size: 24px;
	text-decoration: none;
	border-bottom: 2px solid #333;
 	padding-bottom: 2px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
	
	.black_band{
		width: 80%;
		text-align: right;
		padding: 5px 20px;
		margin-bottom: 30px;
		font-size: 21px;
	}
	
	.merit_box{
		margin-bottom: 60px;
	}
	
	.choose_box{
		position: static;
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		height: auto;
	}
	
	.choose_img_left,.choose_img_right{
		position: static;
	}
	
	.choose_black_left,.choose_black_right{
		position:relative;
		width: 90%;
		margin-top: -20px!important;
		margin-bottom: 60px;
		top: -10px;
	}
	
	.choose_black_left{
		left: 0%!important;
	}
	
	.choose_black_right{
		right: 0%!important;
	}
	
	.choose_ttl{
		width: 240px;
		margin-bottom: 20px;
	}
	
	.choose_black_left a,.choose_black_right a{
		padding: 30px;
	}
	
	.choose_black_left::after,.choose_black_right::after{
		width: 40px;
		height: 40px;
		right: 20px;
		top: 50px;
	}
	
	#flow_img{
		margin-bottom: 20px;
		margin-top: 40px;
	}
	
.btn_box{
	margin-top: 60px;
	margin-bottom: 70px!important;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center; 
}

.left_btn_box{
	margin-bottom: 40px!important;
	margin-left: auto;
	margin-right: auto;
}
	

	#story1,#story2,#story3,#story4,#story5{
		margin-left: 0px;
	}
	
	#story1 img,#story2 img,#story3 img,#story4 img,#story5 img{
		width: 100%;
	}

	.moss_back{
		padding: 60px 0px;
	}
	
	#sec02 p,#sec04 p{
	text-align: center;
}
	
	#youtube {
/*天地中央配置*/
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(0%, 0%);
/*縦横幅指定*/
  width: 100%; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 100%; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
	
.play_btn{
	margin-bottom: 50px;
}
	
.map_btn{
	width: 100%;
	margin-bottom: 50px;
}
	
#mute{
	width: 42px;
	height: 32px;
}
	
#news_wrap{
	margin-bottom: 80px;
	width: 100%;
}
	
#news_ttl{
	max-width: 240px;
	margin-top: 100px;
}
	
#news_ttl img{
	max-width: 240px;
	width: 100%;
}

#news_wrap td{
	padding-right: 10px;
	padding-bottom: 20px;
	line-height: 1.5;
}

.news_td2{
	width: 100px;
	font-size: 14px;
}
	
.red_box,.gray_box,.green_box,.blue_box,.brown_box{
	width: 160px;
}



#under_blue{
	padding-top: 70px;
	padding-bottom: 70px;
}
	
.slider-for{
	margin-bottom: 20px;
}
	
.slider-nav{
	width: 75%!important;
	padding-bottom: 30px;
}

#top_balloon{
	width: 240px;
	position: static;
}

#top_camp_bg{
	padding: 70px 0px;
}
	
#top_activity_bg{
	padding: 70px 0px;
	margin-bottom: 80px;
}
	
#top_camp_illust,#top_activity_illust{
	width: 240px;
	height: 180px;
	background-size: cover;
	float: none;
}
	
#top_camp_illust img,#top_activity_illust img{
	width: 100%;
	height: 100%;
}
	
.flex_story{
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}




.slick-dots li button:before{
	font-size:30px!important;
	margin-top: 10%!important;
}

.menu__single:last-child{
	width: auto;
	margin-right: 0px;
}
	
#top_camp_ttl{
	font-size: 24px;
	border-bottom: 4px solid #462529;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#top_camp_ttl_box p{
	font-size: 18px;
}
	
#top_activity_ttl{
	font-size: 24px;
	border-bottom: 4px solid #1b2c3b;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
	
#top_delivery{
	margin-bottom: 30px;
}

	


	
/*---------------------headerSP-------------------------------*/

header{
	padding-bottom: 10px;
}
	
header h1{
	margin-top: 10px;
	margin-left: 10px;
}

#storyca_logo{
	width: 120px;
}
	
#alpine_logo{
	padding-top: 10px;
	padding-bottom: 10px;
}
	
#alpine_logo img{
	width: 110px;
}
	
#gnav{
	display: none;
}
	



/*-------------------ハンバーガーSP-----------------------*/

.hamburger-menu{
	display: block;
}
		
.menu-content {
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 16000;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.5s;/*アニメーション設定*/
	padding-left: 15px;
}

#menu-btn-check:checked ~ .menu-content {
    right: 0;/*メニューを画面内へ*/
}
	
.muttume{
    padding: 10px 15px 5px 0!important;
}

.menu-content img{
	width: 24px;
	margin-right: 5px;
	margin-bottom: 0px;
}
	
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 18000;
    background-color: #000;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
	
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
	
#menu-btn-check {
    display: none;
}
	
.a_space{
	margin-left: 30px;
	font-weight: normal!important;
	display: block;
	position: relative;
}
	
.sp-logo{
	margin-bottom: 20px;
}	
	
.sp-logo img{
	width: 50%!important;
	max-width: 200px;
	margin-left: 10px;
	margin-top: 30px;
}
	
}
