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

@media screen and (max-width:430px){
	
bady{
	width: 100%;
	height: auto;
	font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "serif";
	
}
h1 , h2 , h3 , h4 ,p{
	font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#bg_color_gr{
		background: linear-gradient(to top, #ffffff, #ffffff);
		width: 100%;
		height: auto;
	}
.clear{
		clear: both;
	}
/*------------------------------------
header
---------------------------------*/
header #wp{
	background: url("../img/top_bg1.jpg") no-repeat;
	display: block;
	margin: auto;
	width: 80%;
	max-width: 1200px;
}
header h1{
	font-size: 9px;
	text-align: center;
	width: 100%;
	height: 15px;
	margin: auto;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
header .h1_logo{
	display: block;
	text-align: center;
	padding-top: 10%;
	padding-bottom: 10%;
	
}
/*------------------------------------
header
---------------------------------*/
	
/*------------------------------------
nav
---------------------------------*/
	
nav{
	display: none;
	}
	
nav .nav1{
	width: 16%;
	height: 100px;
	float: left;
	margin-left: 2%;
	line-height: 100px;
	text-align: center;
	}
nav .nav2{
	width: 16%;
	height: 100px;
	float: left;
	line-height: 100px;
	text-align: center;
	}
.nav1 a{
	text-decoration: none;
	color: #000;
	}
	
.nav2 a{
	text-decoration: none;
	color: #000;
	}
	
.nav1 a:hover{
	opacity: 0.3;
	border-bottom: 1px solid #000;
}

.nav2 a:hover{
	opacity: 0.3;
	border-bottom: 1px solid #000;
}

/*------------------------------------
nav
---------------------------------*/
	
/*------------------------------------
main
---------------------------------*/
main{
	
}
.fst_main{

}
.sp_main_1{
	width: 100%;
	margin-top: 20px;
	}
.fst_main_left{
	width: 90%;
	margin-left: 5%;
}
main .fst_main h2{
	font-size: 16px;
	letter-spacing: 0.01em;
	padding-top: 20px;
}
.h2_place{

}
main .fst_main p{
	font-size: 14px;
	letter-spacing: 0.02em;
	padding-top: 20px;
	line-height: 25px;
	padding-bottom: 40px;
}
.p_place{

}


.snd_main{
	background-size: 100vw;
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

.h2_place_snd{
	font-size: 16px;
	color: #fff;
	width: 95%;
	height: 25px;
	margin-left: 5%;
	padding-top: 3%;
	letter-spacing:0.3em;
	text-shadow: #000 1px 0 10px;
}
.p_place_snd{
	width: 90%;
	margin-left: 5%;
	margin-top: 6%;
	color: #Fff;
	line-height: 35px;
	text-shadow: #000 2px 0 12px;
	margin-bottom: 20px;
	letter-spacing:0.01em;
}

.hr_style{
	display: none;
}

.trd_main{
	background: url("../img/top_bg_4.jpg") no-repeat;
	background-size:contain;
	width: 100%;
	display: block;
	max-width: 1200px;
	margin: auto;
}

.trd_h2{
	width: 100%;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	padding-top: 380px;
}
.trd_h3{
	width: 100%;
	text-align: center;
	line-height: 25px;
	font-size: 13px;
	margin-top: 10px;
}

.trd_btn{
	width: 50%;
	height: 50px;
	background: #fff;
	border-radius:40px;
	text-align: center;
	line-height: 50px;
	font-size:20px;
	letter-spacing: 0.1em;
	margin-left: 25%;
	margin-top: 20px;
}

.trd_btn a{
	text-decoration: none;
	color: #000;
}

.trd_btn a:hover{
	opacity: 0.3;
}


.trd_p_s{
	width: 80%;
	font-size:10px;
	text-align: center;
	margin-top: 10px;
	margin-left: 10%;
	letter-spacing: 0.2em;
}

.foth_main{
	width: 100%;
	display: block;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	max-width: 1200px;
	margin: auto;
	
}

.foth_main h3{
	width: 100%;
	text-align: center;
	margin-top:50px;
	margin-bottom: 20px;
	letter-spacing: 0.4em;
	font-weight: bold;
	font-size:20px;
}
.foth_main_left{
	width: 100%;
	margin-top: 50px;
	
}
.foth_main_right{
	width: 64%;
	float: left;
	text-align: left;
	font-size: 15px;
	line-height: 40px;
	margin-top: 25px;
	margin-bottom: 50px;
	margin-left: 18%;
}

.topmap{
	width: 80%;
	margin-left: 10%;
	}


/*------------------------------------
main
---------------------------------*/

/*------------------------------------
fooer
---------------------------------*/
	
	footer{
		display: block;
		margin: auto;
		text-align: center;
		margin-top: 100px;
	}
	
/*------------------------------------
fooer
---------------------------------*/


.hamburger-menu{
		display: block;
	}

	.menu-btn {
		position: fixed;
		top: 10px;
		right: 10px;
		display: flex !important;
		height: 60px;
		width: 60px;
		justify-content: center;
		align-items: center;
		z-index: 90;
		background-color: #B3B3B3;
	}
	.menu-btn span,
	.menu-btn span:before,
	.menu-btn span:after {
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: #cccccc;
		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;
	}
	.menu-content {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 80;
		background-color: #B3B3B3;
	}
	.menu-content ul {
		padding: 70px 10px 0;
	}
	.menu-content ul li {
		border-bottom: solid 1px #cccccc;
		list-style: none;
	}
	.menu-content ul li a {
		display: block;
		width: 100%;
		font-size: 15px;
		box-sizing: border-box;
		color:#ffffff;
		text-decoration: none;
		padding: 9px 15px 10px 0;
		position: relative;
	}
	.menu-content ul li a::before {
		content: "";
		width: 7px;
		height: 7px;
		border-top: solid 2px #cccccc;
		border-right: solid 2px #cccccc;
		transform: rotate(45deg);
		position: absolute;
		right: 11px;
		top: 16px;
	}

	.menu-content {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;/*leftの値を変更してメニューを画面外へ*/
		z-index: 80;
		background-color: #B3B3B3;
		transition: all 0.5s;/*アニメーション設定*/
	}

	#menu-btn-check:checked ~ .menu-content {
		left: 0;/*メニューを画面内へ*/
	}	




}








