*, pre{
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Lucida Grande', Meiryo, メイリオ, sans-serif !important;
	font-size:12px;
	line-height: 25px;
}
body{
}
.inner{
	width: 980px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	clear: both;
}
.hover:hover{
	opacity: 0.8;
	cursor: pointer;
}
header.base{
	background-color: white;
	color: #595757;
}
header.base .inner{
	height: 80px;
	position: relative;
}
footer.base{
	background-color: #15794E;
	color: white;
	margin-top:1px;
	padding:30px 0px;
}
.footer_devide_boxes{
	border:1px solid white;
	overflow: hidden;
	width: 862px;
	margin: 0 auto;
}
.footer_devide_box{
	width: 430px;
	float: left;
	padding:0px 20px;
	line-height: 20px;
	margin: 10px 0px;
}
.thin_box{
	max-width:700px;
	margin: 0 auto; 
}
a{
	/*color:#B1814B;*/
	color:black;
}
a:hover{
	text-decoration: underline;
}
/*
a:visited{
	color: black;
}
*/
a, a:hover{
	-webkit-transition: all 0.1s linear;
}
a.hover:hover{
	opacity: 0.9;
}
ul.list{
	line-height: 23px;
}
.line{
	border: 1px #40220F dashed;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2{
	font-weight: normal;
	line-height: 55px;
	font-size: 30px;
	text-align: center;
	margin: 30px 0px;
	line-height: 35px;
}
h3{
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 20px;
}
.policy p{
	line-height: 20px;
	margin-left: 10px;
}
label > input[type="radio"],
label > input[type="checkbox"]{
	margin-right: 5px;
}
pre{
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}
article.inner{
	margin-bottom: 1px;
	background-color: white;
}
article.inner.detail{
	margin-bottom: 10px;
}
.mincho {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "YuMincho", "游明朝", "MS 明朝", "ＭＳ Ｐ明朝", "MS PMincho" , serif !important;
}
.left{
	float: left;
}
.right{
	float: right;
}
.bottom_margin{
	margin-bottom: 30px !important;
}
.black_box{
	background-color: black;
	color: white;
}
.back_button{
	margin: 30px auto 10px;
	width: 200px;
}
.back_button > a{
	display: block;
}
.back_button > a:hover{
	opacity: 0.5;
}
.back_button > a > img{
	width: 200px;
}
.black_box a{
	color:white;
}
.black_box a:hover{
	color:gray;
}
/* sidenavi */
.side_link{
	margin-top: 40px;
}
.side_link > a{
	width: 192px;
	margin-bottom:10px;
	display: block;
}
.side_link > a > img{
	width: 100%;
}

/* gnavi */
#gnavi{
	width: 960px;
	margin: 0 auto;
}
#gnavi li{
	width: 192px;
}
#gnavi_sp li{
	height: 95px;
	line-height: 95px;
	padding-left: 20px;
	border-bottom:1px solid black;
}
#gnavi_sp li a{
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}
#gnavi_sp li a:after{
	content: "▶";
	position: absolute;
	right: 20px;
	top:0px;
}
#site_name{
	text-align: center;
}
#home_icon{
	width: 449px;
	display: block;
	margin: 5px auto;
}
#home_icon > img{
	width:100%;
}
#head_right{
	display: inline-block;
	float: right;
	position: absolute;
	top: 30px;
	right: 0px;
}
#head_right > img{
	width:171px;
	float: right;
}
#gnavi ul{
}
#gnavi ul li{
	float: left;
	display: inline-block;
	list-style: none;
}
#gnavi ul li a{
	display: inline-block;
	width: 192px;
	height: 60px;
	background-repeat: no-repeat;
}
#gnavi ul li:nth-child(1) a{
	background-image: url(../img/_header/gnavi/nav_service.png)
}
#gnavi ul li:nth-child(2) a{
	background-image: url(../img/_header/gnavi/nav_reserve.png)
}
#gnavi ul li:nth-child(3) a{
	background-image: url(../img/_header/gnavi/nav_price.png)
}
#gnavi ul li:nth-child(4) a{
	background-image: url(../img/_header/gnavi/nav_access.png)
}
#gnavi ul li:nth-child(5) a{
	background-image: url(../img/_header/gnavi/nav_contact.png)
}
#navi_fb_icon{
	position: absolute;
	right: 40px;
	top: 10px;
}
#navi_twitter_icon{
	position: absolute;
	right: 0px;
	top: 10px;
}
#navi_humburger_icon{
	position: absolute;
	right: 10px;
	top: 10px;
}
#navi_humburger_icon > img{
	width: 35px;	
}

/* Footer */
.footer_corporate_name{
	font-size: 14px;
	margin-bottom: 10px;
}
.footer_store_address{
	margin-bottom: 5px;
	line-height: 20px;
	margin-top: 10px;
}
.footer_free_dial{
	width: 298px;
}
#footer_boxex{
	overflow: hidden;
}
.footer_box{
	float: left;
	display: inline-block;
	margin-right: 80px;
}
.footer_box:first-child{
	margin-right: 85px;
}
.footer_box:last-child{
	margin-right: 0px;
}
.footer_box li{
	list-style: none;
	line-height: 27px;
}
.fnavi{
	margin: 20px auto;
	text-align: center;
}
.fnavi li{
	list-style: none;
	line-height: 27px;
	padding-left: 20px;
	color: black;
	display: inline;
}
#sp_bottom_link_boxes{
	margin: 20px 0;
	overflow: hidden;
}
#sp_bottom_link_boxes > a{
	background-color: gray;
	color:white;
}

#copyright{
  display: block;
  margin: 20px auto 0;
  clear: both;
}

/* To Page Top */
#pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 48px;
	height: 48px;
}
#pagetop a{
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(../img/_com/pagetop.png);
	background-size: 48px;
	background-repeat: no-repeat;
}
/* Detail - Head Image */
#head_image{
	background-repeat: no-repeat;
	background-color: white;
	background-size: 100%;
	width: 100%;
	height: 360px;
	position: relative;
}
#head_image h1{
	position: absolute;
	bottom:40px;
	left:0px;
}
#head_image h1 img{
	width: 400px;
}
/* Detail - Bread List */
#bread_list{
	padding: 0px;
	margin: 20px 0px;
}
#bread_list > li{
	display: inline-block;
	list-style: none;
	margin-right: 20px;
	position: relative;
}
#bread_list > li:after{
	content: ">";
  /*background-image: url(../img/_com/bread_arrow.png);*/
  background-repeat: no-repeat;
  position: absolute;
  top: -1px;
  right: -15px;
  width: 6px;
  height: 11px;
  color: #C0C0C0;
}
#bread_list > li:last-child:after{
  background-image: none;
	content: "";
}

/* Detail - left */
#left_navi{
	width:220px;
	margin-right: 20px;
	float: left;
	margin-top: 19px;
}
#left_navi li{
	height: 30px;
	line-height: 30px;
}
#left_navi li a{
	padding-left:0px;
}
#left_navi li a:before{
	content:"▷ ";
}
#left_navi li a.active:before{
	content:"▶ ";
}

.left_title{
	padding-bottom:5px;
	border-bottom:1px solid silver;
	margin-bottom: 10px;
}

/* Detail - right */
#right_contents{
	width: 740px;
	float: left;
	padding-bottom:30px;
}
.title{
	display: block;
}
h2.title{
	color:#595757;
	text-align: center;
  font-size: 28px;
	border-bottom:1px solid silver;
	height: inherit;
	line-height: 39px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "YuMincho", "游明朝", "MS 明朝", "ＭＳ Ｐ明朝", "MS PMincho" , serif !important;
	clear: both;
}
h3.title {
	line-height: 24px;
	font-size: 17px;
	margin: 30px 0 20px;
	border-left: 5px solid #7E4F26;
	padding-left: 7px;
	color: #7E4F26;
	font-weight: bold;
	clear: both;
}
h3.like_h4{
	line-height: 20px;
	font-size: 17px;
	margin: 30px 0 30px;
	color: #595757;
	font-weight: bold;
	clear: both;
}
h4.title {
	line-height: 24px;
	font-size: 17px;
	margin: 30px 0 10px;
	color: #595757;
	font-weight: bold;
	clear: both;
}
h4.copywriter{
	text-align: right;
	margin-bottom: 10px;
	margin-top: -20px;
}
h4.like_h3{
	line-height: 20px;
	font-size: 14px;
	margin: 0px 0 20px;
	border-left: 5px solid #7E4F26;
	padding-left: 7px;
	color: #7E4F26;
	font-weight: bold;
	clear: both;
}
pre.text{
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.text{
	margin-bottom:10px;
	line-height: 25px;
}

.text > p{
	margin-bottom: 15px;
}
/* テーブル */
.table_base{
	width: 100%;
}
.table_base > tbody > tr > th, .table_base > tbody > tr > td{
	padding: 15px;
	border-top: 1px solid #A48B78;
	line-height: 22px;
}
.table_base > tbody > tr:last-child th, .table_base > tbody > tr:last-child td{
	border-bottom: 1px solid #A48B78;
}
.table_base > tbody > tr > th{
	background-color: #EAE4D1;
	color:#7F4F21;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}
.table_in_table > tbody > tr:first-child th, .table_in_table > tbody > tr:first-child td{
	border-top: none;
}
.table_in_table > tbody > tr:last-child th, .table_in_table > tbody > tr:last-child td{
	border-bottom: none;
}
.no_padding{
	padding: 0px !important;
}
.full{
	width: 100%;
}
.error{
	background-color: #FFEFEF;
}
.error_text{
	color: #F00;
	font-weight: bold;
	margin-bottom: 10px;
}
.action_list{
	text-align: center;
	margin:40px auto; 
}
.form_button{
	width: 204px;
	height: 41px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 204px;
	margin-right: 40px;
	margin-bottom: 30px;
	color:red;
}
.form_button:last-child{
	margin-right: 0px;
}
#go_confirm{
	background-image: url(/_assets/img/_com/button_confirm.png);
}
#reset{
	background-image: url(/_assets/img/_com/button_reset.png);
}
#go_back{
	background-image: url(/_assets/img/_com/button_back.png);
}
#send{
	background-image: url(/_assets/img/_com/button_send.png);
}
/* List */
.pab30{
  list-style-type: decimal;
  margin-left: 20px;
}
.pal10 li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
.pal10 li:before{
  display: marker;
  content: "(" counter(cnt) "). ";
}
.asterisk li{
}
.asterisk li:before{
  display: marker;
  content: "※";
}
section.text_block > div.text,
section.text_block > ul.pal10{
  margin-left: 20px;
}
section.box{
	overflow: hidden;
	margin: 20px 0px;
	position: relative;
}
.youtube {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 75% 0 0;
	/*padding: 56.3436154% 0 0;*/
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.name{
	color:#7F4F21;
	font-weight: bold;
	font-size:17px;
	margin-bottom: 10px;
}
.name > .small{
	font-size:0.8em;
	padding-left: 10px;
}
#font_size_switcher{
	position: absolute;
	top:5px;
	right: 7px;
}
#font_size_switcher li{
	display: inline-block;
	text-align: center;
	margin-left: 5px;
}
#font_size_switcher li a{
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: white;
	display: block;
}
#font_size_switcher li a.active{
	background-color: silver;
}
/* スマートフォン */
.sp{
	display: none !important;	
}
@media (max-width: 768px) {
	body, pre{
		font-size: 14px !important;
		line-height: 1.6em !important;
	}
	a.hover:hover{
		opacity: 1;
	}
	.full_sp{
		width: 100% !important;
	}
	.inner{
		width: 100% !important;
	}
	.pc{
		display: none !important;
	}
	.sp{
		display: block !important;
	}
	#home_icon{
		width:280px !important;
		display: block;
	}
	#head_right{
		display: block;
		position: static;
		float: none;
		text-align: center;
    margin-top: 15px;
	}
	#head_right > img{
		float: none;
	}
	header.base .inner{
		height: 115px !important;
	}
	h2.title{
		border-bottom: 0px;
	}
	h4.copywriter{
		margin-top:0; 
	}
	.form_button{
		margin-right: 0px;
	}
	#head_image{
		height: 100%;
		padding: 36.73% 0 0;
		background-size: 100%;
		margin-top: 45px;
	}
	#head_image > h1{
		width: 100% !important;
		top:-45px;
	}
	#head_image > h1 > img{
		width: 100% !important;
	}
  .mini_card_list_sp  a{
		height: 95px;
		width: 100%;
		color: #FFF;
		line-height: 95px;
		display: block;
		text-align: center;
		background-color: #000;
		border-top: 1px solid #FFF;
  }
  .mini_card_list_sp  a.active{
		background-color: #3E3A39;
 	}
  .sp_category_menu a{
  	text-align: left !important;
  	padding-left: 10px !important;
  }
  .sp_category_menu a:before{
  	contentx: "" !important;
  }
  #left_navi{
  	width: 100%;
  	margin-top: 0px !important;
  }
  #left_navi li{
  	height: 100%;
  }
  #right_contents{
  	width: 100% !important;
  	padding: 20px 10px 10px !important;
  	position: relative;
  }
	.table_base > tbody > tr > th, .table_base > tbody > tr > td{
		display: block !important;
		width: 100% !important;
		border:none !important;
	}
	.table_in_table td{
		padding: 5px !important;
	}
	footer.base{
		height: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}