@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;
  }
}

ul {
  list-style: none;
}

.bold{
	font-weight: bold!important;
}

.wrapper{
	max-width: 1000px;
	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;
}

#news_h2{
	margin-top: 100px;
	margin-bottom: 50px!important;
}


/*-----------------------ニュース--------------------------------*/

#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;
}

.content2 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;
}

#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%;
}


/*-----------------------パンくずリスト--------------------------------*/

.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;
}

#news_h2{
	margin-top: 70px;
	margin-bottom: 30px!important;
}

	.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;
	}
	


	
	.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;
}

.more {
	width: 90%;
}

.flex_story{
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
