@charset "UTF-8";
/* CSS Document */
	
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, #eeeeee);
		width: 100%;
		height: auto;
	}
.clear{
		clear: both;
	}
.hamburger-menu{
	display: none;
}
/*------------------------------------
header
---------------------------------*/
header #wp{
	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: 1%;
	padding-bottom: 1%;
	
}
/*------------------------------------
header
---------------------------------*/

	
/*------------------------------------
nav
---------------------------------*/
	
nav{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	}
	
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{
	background: url("../img/top_bg_2.jpg") no-repeat;
	background-size: cover;
	display: block;
	margin: auto;
	width: 100%;
	height: 800px;
	max-width: 1200px;
}
.fst_main_left{
	width: 50%;
	height: 800px;
	background-color: rgba(255,255,255,0.8);
	padding-top: 10%;
}
main .fst_main h2{
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	font-size: 20px;
}
.h2_place{
	width: 10%;
	float: right;
	margin-left: 5%;
	margin-right:  10%;
}
main .fst_main p{
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	font-size: 15px;
}
.p_place{
	width: 60%;
	float: right;
	height: 510px;
	line-height:30px;
}


.snd_main{
	background: url("../img/top_bg_3.jpg") no-repeat;
	background-size: 100vw;
	width: 100%;
	height: 700px;
	max-width: 1200px;
	margin: auto;
}

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

.hr_style{
	width: 25%;
	margin-left: 5%;
	margin-top: 3%;
}

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

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

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

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

.trd_btn a:hover{
	opacity: 0.3;
}


.trd_p_s{
	width: 100%;
	font-size:12px;
	text-align: center;
	margin-top: 20px;
}

.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:25px;
}
.foth_main_left{
	width: 40%;
	float: left;
	margin-left: 5%;
	margin-top: 50px;
	
}
.foth_main_right{
	width: 30%;
	float: left;
	margin-left: 15%;
	font-size: 22px;
	line-height: 40px;
	margin-top: 25px;
	margin-bottom: 50px;
}

.topmap{
	width: 80%;
	margin-left: 10%;
	}
.shop_all{
	width: 80%;
	margin: auto;
	margin-top: 50px;
	}
	
.shop_left1{
	width: 30%;
	float: left;
	height: 100px;
	background-color: #eee;
	font-size: 20px;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	line-height: 100px;
	padding-left: 4%;
	letter-spacing: 0.1em;
	font-weight: bold;
	}
.shop_right1{
	width: 70%;
	float: left;
	height: 100px;
	font-size: 20px;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	line-height: 100px;
	padding-left: 4%;
	letter-spacing: 0.5em;
	}
.shop_left2{
	width: 30%;
	float: left;
	height: 100px;
	background-color: #eee;
	font-size: 20px;
	border-bottom: 1px #000 solid;
	line-height: 100px;
	padding-left: 4%;
	letter-spacing: 0.1em;
	font-weight: bold;
	}
.shop_right2{
	width: 70%;
	float: left;
	height: 100px;
	font-size: 20px;
	border-bottom: 1px #000 solid;
	line-height: 100px;
	padding-left: 4%;
	letter-spacing: 0.5em;
	}
.shop_left2-2{
	width: 30%;
	float: left;
	height: 150px;
	background-color: #eee;
	font-size: 20px;
	border-bottom: 1px #000 solid;
	line-height: 150px;
	padding-left: 4%;
	letter-spacing: 0.2em;
	font-weight: bold;
	}
.shop_right2-2{
	width: 70%;
	float: left;
	height: 150px;
	font-size: 20px;
	border-bottom: 1px #000 solid;
	padding-left: 4%;
	letter-spacing: 0.5em;
	padding-top: 40px;
	}
.text_sm{
		font-size: 13px;
	}
.shop_left2-3{
	width: 30%;
	float: left;
	height: 170px;
	background-color: #eee;
	font-size: 20px;
	border-bottom: 1px #000 solid;
	line-height: 170px;
	padding-left: 4%;
	letter-spacing: 0.2em;
	font-weight: bold;
	}
.shop_right2-3{
	width: 70%;
	float: left;
	height: 170px;
	font-size: 20px;
	border-bottom: 1px #000 solid;
	padding-left: 4%;
	letter-spacing: 0.5em;
	padding-top: 25px;
	}
.text_red{
		color: red;
	}
.shop_left1-3{
	width: 30%;
	float: left;
	height: 170px;
	background-color: #eee;
	font-size: 20px;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	line-height: 170px;
	padding-left: 4%;
	letter-spacing: 0.2em;
	font-weight: bold;
	}
.shop_right1-3{
	width: 70%;
	float: left;
	height: 170px;
	font-size: 20px;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	padding-left: 4%;
	letter-spacing: 0.5em;
	padding-top: 35px;
	}
.shop_left1-2-1{
	width: 30%;
	float: left;
	height: 100px;
	background-color: #eee;
	font-size: 20px;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	line-height: 100px;
	padding-left: 4%;
	letter-spacing: 0.1em;
	font-weight: bold;
	}
.shop_right1-2-1{
	width: 70%;
	float: left;
	height: 100px;
	font-size: 20px;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	padding-left: 4%;
	padding-top: 35px;
	line-height: 10px;
	letter-spacing: 0.5em;
	}
	
.menu_main{
	display: block;
	width: 80%;
	margin: auto;
	}
.menu_main img{
	display: block;
	margin: auto;

	}

.h2_shurui{
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

.h3_shurui{
	width: 100%;
	text-align: center;
	margin: 20px 0;
	clear: both;
}
.p_namae{
	width: 30%;
	height: 50px;
	text-align: right;
	float: left;
	margin-left: 19%;
}
.p_nedan{
	width: 30%;
	height: 50px;
	text-align: left;
	float: right;
	margin-right: 19%;
}
.p_setsumei{
	clear: both;
	width: 50%;
	height: 50px;
	margin-left: 25%;
	text-align: center;
	color: #666;
	font-size: 14px;
}
.p_namae_w{
	width: 45%;
	height: 100px;
	text-align: right;
	float: left;
	margin-left: 4%;
}
.p_nedan_w{
	width: 45%;
	height: 100px;
	text-align: left;
	vertical-align: middle;
	float: right;
	margin-right: 4%;
	font-size: 15px;
}
.p_setsumei_w{
	clear: both;
	width: 50%;
	height: 100px;
	margin-left: 25%;
	text-align: center;
	color: #666;
	font-size: 14px;
}

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

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



















