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

a {
text-decoration: none;
}

.w940{
	width: 940px;
	margin: 0 auto;
}

.br_sp{
	display: none;
}

.mod_nav{
	display: none;
}

img{
	width: 100%;
}

.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix{
	display:inline-table;
	min-height:1%;
}
/* */
* html .clearfix{
	height:1%;
}
.clearfix{
	display:block;
}

#head_box{
	width: 100%;
	height: 200px;
	border-top: 10px solid #96283c;
}

.head_cont{
	width: 940px;
	height: auto;
	margin: 0 auto;
}

.head_cont h1{
	margin-top: 15px;
	color: #7d5f48;
	font-size: 13px;
}

.head_cont .logo{
	float: left;
	width: 304px;
	height: auto;
	margin-top: 25px;
	
}

.head_tel{
	float: right;
	width: 552px;
	margin-top: 10px;
	}

.head_tel_w{
	width: 324px;
}
strong{
	font-weight: bold;
	color: #c30d23;
}

.time_w{
	width: 443px;
}

ul.main_nav li{
	float: left;
	margin-top: 25px;
}

ul.footer_nav li{
	float: left;
	margin-top: 25px;
}

.main_box{
	width: 100%;
	height: auto;
	background-image: url(../img/common/back.jpg);
	background-repeat: repeat-y;
	background-size:cover;
padding-bottom: 50px;
}

.contents_box{
	height: auto;
	margin: 0 auto;
}

#footer_nav_box{
	width: 940px;
	height: auto;
	margin: 0 auto;
}

#footer_nav_box ul{
	width: 552px;
	margin: 0 auto;
}

#footer_sh{
	width: 100%;
	height: auto;
}

#footer_sh img{
	width: 100%;
}

.footer{
	width: 100%;
	height: 540px;
	background-color: #FFF;
}

.access_left{
	float: left;
	width: 500px;
	height: auto;
	margin-top: 39px;
}

.footer_cont{
	width: 940px;
	height: auto;
	margin: 0 auto;
}

#icon_cont{
	float: left;
	margin-top: 30px;
	width: 45px;
	height: auto;
}

#access{
	margin-top: 45px;
}

#access th{
	border-bottom: 10px solid #FFF;
	width: 50px;
	height: 25px;
	background-color: #96283c;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-size: 15px;
	
	}

#access td{
	border-bottom: 10px solid #FFF;
	width: 330px;
	height: 25px;
	padding-left: 10px;
	vertical-align: middle;
	}

#access table{
	padding-bottom: 10px;
}

#access table td.footer_tel{
	font-size: 25px;
	font-weight: bold;
	color: #96283c;
}

.access_right{
	float: right;
	width: 440px;
	margin-top: 35px;
}

.logo_w{
	width: 304px;
	height: auto;
}

.map_w{
	width: 403px;
	height: auto;
}

.access_right h4{
	margin-top: 10px;
}

.attention{
	margin-top: 30px;
	border-top: 2px dotted #000;
	padding-top: 20px;
	line-height: 25px;
}

.attention span{
	font-size: 16px;
	font-weight: bold;
	font-family: block;
	color: #000;
	}

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

.width_100{
	width: 100%;
}

.otoiawase{
	width: 940px;
	height: auto;
	margin: 130px auto 130px auto;
}

.otoiawase_cp{
	font-size: 35px;
	color: #7d5f48;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
}

.otoiawase_tel{
	width: 514px;
	height: auto;
	margin: 20px auto 0 auto;
	text-align: center;
}

.otoiawase_time{
	font-size: 23px;
	color: #7d5f48;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin-top: 20px;
}

.AtherLink_left{
	float: left;
	width: 310px;
	height: auto;
	margin-right: 70px;
}

.AtherLink_right{
	float: left;
	width: 310px;
	height: auto;
}

.AtherLink_cont{
	width: 690px;
		margin: 70px auto 0 auto;
}

.sp_footer_access{
	display: none;
}

.sp_footer_menu{
	display: none;
}

.copy_sp{
	display: none;
}

.sp_none{
		display: block;
	}	

.pc_none{
	display: none;
}
/*スマホ*/

@media screen and (max-width: 750px) {

	.pc_none{
	display: block;
}
	
	.sp_none{
		display: none;
	}	
	
a {
text-decoration: none;
}

	
.head_cont h1{
	width: 250px;
	margin-top: 15px;
	color: #7d5f48;
	font-size: 13px;
	text-align: left;
	line-height: 19px;
	margin-left: 15px;
}
	
.head_cont{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
	
	.head_cont .logo{
	float: none;
	width: 80%;
	height: auto;
	margin: 12px auto 0 auto;
	
}
	
.head_tel{
	float: right;
	width: 100%;
	margin-top: 10px;
	}
	
	/*バーガーアイコン*/

.mod_nav {
	display: block;
}

.mod_nav {
	display: flex;
}

.mod_nav p.navtitle {
 display: none;
	float: left;
}

.mod_nav p.navtitle {
	width: 55px;
	cursor: pointer;
	display: block;
	color: #fff;
	padding: 0;
	z-index: 1;
	top: 0;
	right: 0;
	position: absolute;
}

.mod_nav ul {
	margin: 0 auto;
		width: 100%;
	display: none;
	position: absolute;
	z-index: 3;
}

.mod_nav ul li {
	width: 100%;
	line-height: 45px;
	text-align: center;
	float: none;
	border-bottom: 1px solid #fff;
	background-color: rgba(125,95,72,0.8);
}

.mod_nav ul li img {
	width: auto;
	height: 11px;
}

.mod_nav ul li a {
	display: block;
	color: #FFF;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.mod_nav ul li a {
}

.mod_nav ul li.current a {
	font-weight: bold;
}

.mod_nav ul li a:link    {color:#fff; text-decoration:none;}
.mod_nav ul li a:visited {color:#fff; text-decoration:none;}
.mod_nav ul li a:hover   {color:#fff; text-decoration:none;}
.mod_nav ul li a:active  {color:#fff; text-decoration:none;}
/*バーガーアイコン*/
	
	
	
.clearfix.sp{
	text-align: center;
}	
	
	
	img{
	width: 70%;
}
	
	.head_tel_w{
	width: 78%;
}
	
#head_box{
	width: 100%;
	height: auto;
		border-top: 10px solid #96283c;
}
	
.time_w{
	width: 90%;
}
	
	
	
ul.main_nav li{
	display: none;
}

ul.footer_nav li{
	display: none;
}

#main_box{
	width: 100%;
	height: auto;
	background-image: url(../img/common/back.jpg);
	background-repeat: repeat-y;
	background-size:cover;
}

.contents_box{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#footer_nav_box{
	display: none;
	width: 100%;
	height: auto;
	margin-top: 50px;
}

#footer_nav_box ul{
display: none;
	}

#footer_sh{
	display: none;
	width: 100%;
	height: auto;
}

#footer_sh img{
	display: none;
	width: 100%;
}

.footer{
	width: 100%;
	height: 194px;
	background-color: #FFF;
	display: none;
}

.access_left{
	display: none;
	float: left;
	width: 500px;
	height: auto;
	margin-top: 39px;
}

.footer_cont{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#icon_cont{
	float: left;
	margin-top: 30px;
	width: 100%;
	height: auto;
}

#access{
	margin-top: 45px;
}

#access th{
	display: none;
	border-bottom: 10px solid #FFF;
	width: 50px;
	height: 25px;
	background-color: #96283c;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-size: 15px;
	
	}

#access td{
	display: none;
	border-bottom: 10px solid #FFF;
	width: 300px;
	height: 25px;
	padding-left: 10px;
	vertical-align: middle;
	}

#access table{
	display: none;
	padding-bottom: 10px;
}

#access table td.footer_tel{
	display: none;
	font-size: 25px;
	font-weight: bold;
	color: #96283c;
}

.access_right{
	display: none;
	float: right;
	width: 440px;
	margin-top: 35px;
}

.logo_w{
	width: 100%;
	height: auto;
}

.map_w{
	width: 100%;
	height: auto;
}

.access_right h4{
	margin-top: 10px;
}

.attention{
	display: none;
	margin-top: 30px;
	border-top: 2px dotted #000;
	padding-top: 20px;
	line-height: 25px;
}

.attention span{
	font-size: 16px;
	font-weight: bold;
	}

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

.width_100{
	width: 100%;
}

.otoiawase{
	width: 100%;
	height: auto;
	margin: 70px 0 30px 0;
}

.otoiawase_cp{
	font-size: 27px;
	color: #7d5f48;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	line-height: 36px;
}

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

.otoiawase_time{
	font-size: 20px;
	color: #7d5f48;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin-top: 20px;
}

.AtherLink_left{
	float: left;
	width: 100%;
	height: auto;
	margin-right: 70px;
}

.AtherLink_right{
	float: left;
	width: 100%;
	height: auto;
}

.AtherLink_cont{
	width: 100%;
		margin: 70px auto 0 auto;
}
	
	.br_sp{
		display: block;
	}	
	
.copy_sp{
	display: block;
	width: 340px;
	font-size: 14px;
	text-align: center;
	margin: 30px auto 0 auto;
	line-height: 28px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.copy_sp2{
	display: block;
	width: 340px;
	font-size: 14px;
	text-align: center;
	margin: 30px auto 30px auto;
	line-height: 28px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
	
.copy_sp2 span{
	display: block;
	width: 340px;
	font-size: 22px;
	text-align: center;
	margin: 30px auto 30px auto;
	line-height: 30px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #7d5f48;
}
	
	
	
.copy_sp span{
	font-size: 22px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 30px;
	color: #7d5f48;
}	
	
	.sp_footer_menu{
		display: block;
		width: 100%;
		height: auto;
	}	
	
	.sp_footer_left{
		float: left;
		width: 49.6%;
		height: auto;
		border: 1px solid #7d5f48;
		border-left: none;
	}
	
		.sp_footer_right{
			float: left;
		width: 50%;
		height: auto;
		border: 1px solid #7d5f48;
			border-left: none;
			border-right: none;
	}
	
.li_a{
		border-bottom: 1px solid #7d5f48;
		height: 20px;
	font-size: 20px;
	text-align: center;
	padding: 30px 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #7d5f48;
	text-decoration: none;
	background-color: #fff;
	}
	
.li_b{
		border-bottom: 1px solid #7d5f48;
		height: 20px;
	font-size: 20px;
	text-align: center;
	padding: 30px 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #7d5f48;
	list-style: none;
	background-color: #fff;
	}
	
.li_c{
				height: 20px;
	font-size: 20px;
	text-align: center;
	padding: 30px 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #7d5f48;
	list-style: none;
	background-color: #fff;
	}
	
	.sp_footer_access{
		display: block;
		width: 100%;
		color: #7d5f48;
		border-bottom: 1px solid #7d5f48;
		height: 20px;
		font-size: 20px;
		padding: 30px 0;
		text-align: center;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	
	
.pc{
		display: none;
	}
	
	.wine_sp{
		display: block;
	}
	
	.wine_span_sp{
		font-size: 15px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #c88d97;
		
	}
	
	.sp_wine_sub{
		font-size: 15px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #c88d97;
		
		
	}
	
	
		.sp_footer_logo {
		margin: 30px auto;
		display: block;
	}
	
	
.sp_footer_tel {
		margin: -20px auto 10px auto;
	padding-bottom: 40px;
		display: block;
	}
		
	.footer_obi{
		width: 100%;
		height: 10px;
		background-color: #96283c; 
	}
	
	
	
	.pa10{
		padding: 0 10px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
}