@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,100|EB+Garamond);


*{
margin:0;
padding:0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

html {
/*overflow-y: scroll;*/
}


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;	
padding: 0;
}

article, aside, canvas, footer, header, hgroup, nav, section, figure, figcaption { 
display: block;
margin: 0;
padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
}

table {
border-collapse: collapse;	
border-spacing: 0;
}


q:before ,q:after {
content: '';
}

object, embed {
vertical-align: top;
}

legend {
display: none;
}

h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}

img, fieldset {
border: 0;
vertical-align: bottom;
}

li {
list-style-type: none;
}

input,
select,
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}


html, body { height: 100%; }

img{ max-width:100%; height: auto;}

/*clearfix to objects*/
header:after,
main:after,
footer:after,
section:after,
.container:after,
div.footer_inner:after,
ul:after{
	content: ".";
	display: block;
	height: 0px;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clear{clear:both;}
.clearfix:after {content: "."; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix {min-height: 1px;}
* html .clearfix {height: 1px; /*\*//*/ height: auto; overflow: hidden; /**/}

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 1.8;
	color:#1c1407;
	letter-spacing:0.4px;
	-webkit-text-size-adjust:100%;
	background:#ffffff;
}

a { color: #392b13; text-decoration: none; }
a:visited{ color: #392b13; }
a:hover { color: #941717; text-decoration: none; }

a img:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}




/*---------------------------------------------------------------------------------- // header //----------*/

.home{
	width:100%;
	position:relative;
	display:block;
	text-align:center;
}

.contents{
	width:100%;
	position:relative;
	display:block;
	text-align:center;
}

#top_nav{
	width:95%;
	max-width:1080px;
	margin:0 auto;
	text-align:right;
	height:30px;
}

#top_nav .language { font-size:90%;}

#snav_bg{
	width:95%;
	max-width:1080px;
	margin:0 auto;
}

#snav_bg .main_logo{
	float:left;
	width:150px;
	margin-top:0px;
	text-align:left;
}

#snav_bg .main_logo img{
	width:150px;
}

.dropmenu{
	float:right;
  *zoom: 1;
	max-width: 700px;
	margin-top:15px;
  padding: 0;
}
.dropmenu:before{
  content: "";
  display: table;
}
.dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: auto;
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
}
.dropmenu li a{
	display: block;
	margin: 0;
	padding: 6px 18px;
	/*font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
*/	font-family:"Roboto Slab" , Garamond , "Times New Roman" ,"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 90%;
	line-height: 1;
	text-decoration: none;
	text-indent:6px;
}

.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
  padding: 12px 4px;
  border-top: 1px dotted #d9d8d2;
  background:#ffffff;
  text-align: left;
	text-indent:18px;
	font-size:85%;
}
.dropmenu li:hover > a{
  background: #ffffff;
	
}
.dropmenu li a:hover{
	background:url(../images/icon_blank.png) 2% 50% no-repeat #ffffff ;
	
}

#dropmenu li ul li{
  overflow: hidden;
	width: 160%;
  height: 0;
  transition: .2s;	
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 32px;
}

#logo {
	margin:0 auto;
	padding:40px 0;
	width:350px;
}

#logo img {
	width:100%;
}


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

.dropmenu{
	float: none;
  *zoom: 1;
	width:100%;
	margin:20px auto 5px;
  padding: 0;
}

#snav_bg{
	width:95%;
	margin:0 auto;
}

#snav_bg .main_logo{
	float: none;
	width:120px;
	margin:5px auto;
	text-align: center;
}
#snav_bg .main_logo img{
	width:120px;
}

.dropmenu li{
  position: relative;
  width: auto;
  float: left;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}


}


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


#top_nav{
	display:none;
}

#snav{
	display:none;
}

#snav_bg .main_logo{
	float: none;
	width:100px;
	margin:10px auto 2px;
	text-align: center;
}
#snav_bg .main_logo img{
	width:100px;
}
	
}


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


#logo {
	margin:0 auto;
	width:260px;
	padding:20px 0;
}



}




/*---------------------------------------------------------------------------------- // breadcrumb //----------*/

#breadcrumb {
	width:100%;
	margin:20px auto 0;
	/*background: url(../images/bg.png) #F3F0EB;*/
	background: url(../images/bg.png) #cbbc9e;

	box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
	height:28px;
}

ul.pan{ max-width:960px; overflow:hidden; zoom:1; margin:0 auto; padding:8px 0;}

ul.pan li{
	float:left;
	background:url(../images/icon_pan.png) no-repeat 0 50%;
	padding:0 5px 0 10px;
	margin:0;
	font-size:75%;
	line-height:1.2;
	color:#ffffff;
}

ul.pan li a{
	color:#ffffff;
}


ul.pan li.fast{background:none; padding:0 5px 0 0;}



@media screen and (max-width: 979px) {
	
#breadcrumb {
	width:100%;
	margin:10px auto 0;
	background-color:#cbbc9e;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}

ul.pan{ width:95%; overflow:hidden; zoom:1; margin:0 auto; padding:8px 0;}

}


@media screen and (max-width: 767px) {
	
#breadcrumb {
	display:none;
}

ul.pan{ display:none;}

}



/*---------------------------------------------------------------------------------- // gnav // ----------*/


#gnav{
	position:relative;
	width:100%;
	margin-top:0px;
	background-color: #FAFAFA;
	opacity: 0.9;
	filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
	z-index:2;
}

#gnav ul{
	max-width: 1002px;
	margin: 0 auto ;
}
#gnav li{
	display:block;
	width: 16.666%;
	float:left;
}

#gnav li a {
	display: block;
	text-align:center;
	font-size:18px;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" ,"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	height:60px;
	line-height:60px;
	border-right:1px solid #eeeeee;
}

#gnav li:first-child a{
	border-left:1px solid #eeeeee;
}
/*
#gnav li:last-child a {
	background: #ad8000;
	color: #FFFFFF;
}*/
#gnav li a:hover { background: #941717; color:#FFF; }

.top20 {
	padding-top:0px;
}

#gnav li a img {
	vertical-align: text-top;
	width: 18px;
	margin-right: 2px;
}


@media screen and (max-width: 979px) {
	#gnav{
		position:relative;
		width:100%;
		opacity: 0.9;
		filter: alpha(opacity=90);
	  -ms-filter: "alpha(opacity=90)";
		z-index:2;
	}

	#gnav ul{
		max-width: 100%;
		margin: 0 auto;
		background-color: #FAFAFA;
	}
	#gnav li {
		width: 33.333%;
		border-bottom: 1px solid #eeeeee;
	}
	#gnav li a {
		font-size:13px;
		font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
	}
	#gnav li:nth-child(7){
		width: 50%;
	}
	.top20 {
		padding-top:50px;
	}
}



/*---------------------------------------------------------------------------------- // Common //----------*/


section{
	width:100%;
	position:relative;
}

.inner {
  position: relative;
  box-sizing: border-box;
  max-width: 960px;
  margin: 0 auto;
  padding: 70px 0;
}

.inner2 {
  position: relative;
  box-sizing: border-box;
  max-width:960px;
  margin: 0 auto;
  padding: 0;
}

.inner3 {
  position: relative;
  box-sizing: border-box;
  max-width:960px;
  margin: 20px auto 30px;
  padding: 0;
}

.inner h2, .inner3 h2{
	font-size:200%;
	margin-bottom:15px;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	line-height:0.8;
	font-weight:100;
}

.inner h2 span{
	font-size:45%;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
}

.inner h3{
	font-size:180%;
	margin:0 0;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight:100;
}

.inner p, .inner2 p, .inner3 p{
	padding: 0 10px;
}


/* BOX */

.item-list {
  padding:10px 10px 0 10px;
  margin-bottom:0px;
}

.item-list ul{
  margin-left:-10px;/１カラムのpadding分マイナスマージン*/
  overflow:hidden;
  background-color:transparent;
}

.item-list ul li {
  list-style-type:none;
  float:left; /*floatで横並びに*/
  padding-left:10px;/*カラム間のガター*/
  margin-bottom:10px;
  text-align:left;
}

ul.cols-1 li {width: 100%;}
ul.cols-2 li {width: 50%;}
ul.cols-3 li {width: 33.33333%;}
ul.cols-4 li {width: 25%;}
ul.cols-5 li {width: 20%;}
ul.cols-6 li {width: 16.66666%;}
ul.cols-7 li {width: 14.28571%;}
ul.cols-8 li {width: 12.5%;}

.listinner{ /*カラムの内側*/
  margin:0;
  height:100%;
}

.box {
  display: block;
}

/* style */

.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }

.bold { font-weight:bold; }
.mini {font-size: 75%;}

.mgnTop15 { margin-top:15px; }
.mgnTop20 { margin-top:20px; }
.mgnTop30 { margin-top:30px; }
.mgnTop40 { margin-top:40px; }
.mgnTop50 { margin-top:50px; }
.mgnBtm20 { margin-bottom:20px; }
.mgnBtm30 { margin-bottom:30px; }
.mgnBtm40 { margin-bottom:40px; }
.mgnBtm50 { margin-bottom:50px; }
.mgnLR20 { margin:0 20px; }


.white {color:#FFF;}
.brown {color:#3a281d;}

.pcNone { display: none;}
.bg_sec {
	background-image:url(../images/bg_section.png);
}




/* sp_nav */
#sp_nav_ttl { display: none; }
.sp_nav { display: none; }
.sp_nav li { display: none; }
.sp_nav a { display: none; }


/* sp_acordion */
ul.acordion{
display: none;
}
 
ul.acordion li {
display: none;
}
 
ul.acordion li:first-child {
display: none;
}
 
ul.acordion li ul {
display: none;
}
 
ul.acordion li ul li {
display: none;
}
 
ul.acordion li ul li:last-child{
display: none;
}
 
ul.acordion li ul li a {
display: none;
}
 
ul.acordion li .none-submenu {
display: none;
}
 
ul.acordion li .active-submenu {
display: none;
}




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

.inner {
  position: relative;
  box-sizing: border-box;
  max-width: 95%;
  margin: 0 auto;
  padding: 60px 0;
}

.inner2 {
  position: relative;
  box-sizing: border-box;
  max-width: 95%;
  margin: 0 auto;
  padding: 0;
}

.inner3 {
  position: relative;
  box-sizing: border-box;
  max-width: 95%;
  margin: 20px auto;
  padding: 0;
}

/* BOX */
ul.cols-4 li,ul.cols-5 li,ul.cols-6 li,ul.cols-7 li,ul.cols-8 li{
		width: 25%;/*４列以上は4列に*/
}




}



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

.tbNone { display: none;}
.pcNone { display:inherit;}


.inner {
  position: relative;
  box-sizing: border-box;
  max-width: 98%;
  margin: 0 auto;
  padding: 60px 0;
}

.inner2 {
  position: relative;
  box-sizing: border-box;
  max-width: 98%;
  margin: 0 auto;
  padding: 0;
}

.inner3 {
  position: relative;
  box-sizing: border-box;
  max-width: 98%;
  margin: 20px auto;
  padding: 0;
}


/* BOX */


ul.cols-3 li{
		width:100%;/*３列は１列に*/
}


/* sp_nav */
#sp_nav_ttl { display: inherit; background: #b5a584; color:#ffffff; font-size: 14px; text-align:center; padding:2% 0; }
#sp_nav_ttl  a { display: block; box-sizing: border-box; color:#ffffff;}
.sp_nav { display:inherit; margin: 0 auto; padding: 2% 0.5%; text-align: center; background: #fafafa; }
.sp_nav li { display:inherit; font-size: 14px; letter-spacing: 0; margin: .8% .2%; padding: 0; display: inline-block; width: 48%; vertical-align: middle; background: #fefefe;}
.sp_nav a { display:inherit; box-sizing: border-box; display: block; border: 1px solid #edeae9; padding: 12px 0px; }
.sp_nav a:before { }
.sp_nav li a:hover { background: #941717; color:#ffffff; }


/* sp_acordion */
ul.acordion{
	display:inherit;
	margin-top: 15px;
	padding: 0px;
}
 
ul.acordion li {
	display:inherit;
	background:#b5a584;
	color: #ffffff;
}

ul.acordion li span{
	font-size:12px;
}
 
ul.acordion li:first-child {
	display:inherit;
}
 
ul.acordion li ul {
	display:inherit;
	margin: 0;
	padding: 0;
	border: none;
}
 
ul.acordion li ul li {
	display:inherit;
}
 
ul.acordion li ul li:last-child{
	display:inherit;
	border-bottom: none;
}
 
ul.acordion li ul li a {
	display:inherit;
	color: #ffffff;
	display: block;
	padding: 8px;
	text-decoration: none;
	border-top:#585858 dotted 1px;
}

ul.acordion li ul li a:hover {
	background:#cbbc9e;
	color: #ffffff;
}
 
ul.acordion li .none-submenu {
	display:inherit;
	background: url(images/trigger-arrow.png) no-repeat 98% 50%;
	background-size: 3%;
	display: block;
	padding: 5px;
}
 
ul.acordion li .active-submenu {
	display:inherit;
	background: url(images/triggeractive-arrow.png) no-repeat 98% 50%;
	background-size: 3%;
	display: block;
	padding: 5px;
}


	
}


@media screen and (max-width: 479px) {
	
.spNone { display: none;}
.pcNone { display:inherit;}


.inner {
  position: relative;
  box-sizing: border-box;
  max-width: 95%;
  margin: 0 auto;
  padding: 50px 0;
}

.inner3 {
  position: relative;
  box-sizing: border-box;
  max-width: 95%;
  margin: 0 auto;
  margin: 15px auto;
}

.inner h2, .inner3 h2{
	font-size:180%;
	margin-bottom:20px;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	line-height:1;
	font-weight:100;
}

.inner h2 span{
	font-size:40%;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
}

.inner h3{
	font-size:130%;
	margin:0 0;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight:100;
}

.inner p, .inner3 p{
	padding: 0 10px;
}


/* BOX */
.item-list {
  padding:10px 15px 0 15px;
  margin-bottom:0px;
}


ul.cols-3 li,ul.cols-4 li,ul.cols-5 li,ul.cols-6 li,ul.cols-7 li,ul.cols-8 li{
		width:100%;/*１列に*/
}
/*
ul[class*='cols-'] > li{
		width: 100%; //すべてを１列に
}
*/


	
}





/*---------------------------------------------------------------------------------- // footer //----------*/


footer{
	width:100%;
	/*background-color:#151515;*/
	padding-bottom:10px;
	background:url(../images/foot_bg3.png) bottom left repeat-x #b5a584 ;
	color:#ffffff;
	text-shadow: 1px 1px 1px #222222;
}

#fnav_bg{
	width:100%;
	background-color:#fcf6eb;
	text-align:center;
	color:#2a2a2a;
	text-shadow: none;
	padding:8px 0;
}


ul.fnav li {
	display: inline-block;
	font-size:90%;
}
ul.fnav li a{
	border-right:1px solid #2a2a2a;
	padding:0 10px;
	line-height:0.9;
	color:#2a2a2a;
}

ul.fnav li a:hover {
	color:#7d1431;
}

ul.fnav li:last-child a {
	margin-right: 0px;
	border-right:none;
}

.footer_inner {
  position: relative;
  box-sizing: border-box;
  max-width:960px;
  margin: 0 auto;
  padding: 0 10px;
}


#footer_middle{
	padding:40px 0 30px;
}

#footer_fb {
	float:left;
	width:35%;	
}

#footer_info {
	float:right;
	width:60%;
}


.magazine, .recruit{
	margin-bottom:20px;
	margin-top:5px;
}

.magazine a {
	width: 40%;
	text-align:center;
	border:1px solid #ffffff;
	padding:5px 15px; /* a要素内の余白 */	
	color:#ffffff;
}

.magazine a:hover {
	background-color: #ffffff;
	color:#422A1B;
}
 
.recruit a {
	text-align:center;
	color:#f9f6f2;
	background-color:#08568f;
	border:1px solid #024577;
	padding:8px 20px; /* a要素内の余白 */
	margin-bottom:15px;
}

.recruit a:hover {
	background-color: #0b73c1;
	color:#f9f6f2;
}

span.chiriri{
	letter-spacing: 6px;
}
span.hon{
	letter-spacing: 13px;
}

span.koma{
	letter-spacing: 3px;
}



#footer_bottom{
	width:100%;
	font-size:85%;
	background-color: #7c6847;
	padding:4px 0;
	color:#ffffff;
}

#footer_bottom a, #footer_bottom a:visited{
	color: #ffffff;
}
#footer_bottom a:hover {
	color: #85f1fe;
}

#footer_bottom:after{
  clear: both;
}

#footer_bottomL{
	float:left;
}

#footer_bottomR{
	float:right;
}

ul.bottom_nav li {
	display: inline-block;
}
ul.bottom_nav li a{
	border-right:1px solid #fff;
	padding:0 10px;
	line-height:0.9;
}

ul.bottom_nav li:last-child a {
	margin-right: 0px;
	border-right:none;
}

#copy {
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
	font-size:11px;
}

#sp_fb {
	display:none;
}

#sp_fb .language { color:#FFF;}
#sp_fb .language a { color:#FFF;}
#sp_fb .language a:hover { color:#FFF;}


@media screen and (max-width: 979px) {
	
.footer_inner {
  position: relative;
  box-sizing: border-box;
  max-width:95%;
  margin: 0 auto;
  padding: 0 10px;
}

#footer_middle{
	padding:30px 0 20px;
}


#footer_fb {
	float:left;
	width:48%;	
}

#footer_info {
	float:right;
	width:50%;
}

.magazine a {
	display:block;
	width: 100%;
	text-align:center;
	border:1px solid #ffffff;
	padding:6px 0; /* a要素内の余白 */
	margin-bottom:15px;
	color:#ffffff;
}

.magazine a:hover {
	background-color: #ffffff;
	color:#422A1B;
}
 
.recruit a {
	display:block;
	width: 100%;
	text-align:center;
	color:#f9f6f2;
	background-color:#08568f;
	border:1px solid #024577;
	padding:12px 0; /* a要素内の余白 */
	margin-bottom:15px;
}


}



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


#footer {
	padding-bottom: 60px;
}

.footer_inner {
  position: relative;
  box-sizing: border-box;
  max-width:95%;
  margin: 0 auto;
  padding: 0 10px;
}

#fnav_bg{
	display:none;
}

#footer_middle{
	padding:30px 0 20px;
}


#footer_fb {
	display:none;
}

#footer_info {
	float:none;
	width:100%;
}

address {
	text-align:center;
	margin-top:25px;
}

#sp_fb {
	display:inherit;
	text-align:center;
	margin-top:15px;
}

#footer_bottom{
	display:none;
}


#copy {
	text-align:center;
	margin-top:10px;
	margin-bottom:0px;
	font-size:11px;
	background-color: #978c7b;
	padding:4px 0;
	color:#FFF;
}
	
}

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

#footer_fb {
	display:none;
}

	
}






/*---------------------------------------------------------------------------------- // pagetop // ----------*/

.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 30px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #6b6354;
	border-radius: 50px;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}


.f80 {font-size: 11px;}


/*---------------------------------------------------------------------------------- // btn_caution // ----------*/

.btn_caution {
	position:relative;
	width:98%;
	max-width:520px;
	height:60px;
	line-height:1;
	border:1px solid #960e0e;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	font-size: 1.4rem;
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	text-align:center;
	margin:0px auto 50px;
	letter-spacing:0;
}
.btn_caution span {
	font-size: .8rem;
	padding-right:3px;
}
.btn_caution a {
	position:absolute;
	top:0;
    left:0;
    width:100%;
    height:100%;
    /*text-indent:-9999px;*/
	background-color: #781e12;
	color: #ffffff;
	padding-top: 10px;
}

.btn_caution a:hover {
	background-color: #ffffff;
	color: #960e0e;
}

.btn_yobou {
	position:relative;
	width:98%;
	max-width:520px;
	height:34px;
	line-height:34px;
	border:1px solid #960e0e;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	font-size: 1rem;
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	text-align:center;
	margin:0 auto 20px;
	letter-spacing:0;
}

.btn_yobou a {
	position:absolute;
	top:0;
    left:0;
    width:100%;
    height:100%;
    /*text-indent:-9999px;*/
	background-color: #fff;
	color: #960e0e;
}

.btn_yobou a:hover {
	background-color: #960e0e;
	color: #fff;
}

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

	.btn_caution span {font-size: .7rem;}
.btn_caution a {	padding-top: 10px;}

	.btn_yobou {font-size: .9rem;}
	.btn_yobou span {font-size: .9rem;}
}


/*------------------------ */
/* booking
/*------------------------ */
.line {
    overflow: visible;
    text-align: inherit;
    margin: 0 auto 20px;
    border: 0;
    border-top: 1px solid #e5e5e5;
    margin-top: 40px;
}
#booking {
    position: relative;
    width: 100%;
    max-width: 900px;
    text-align: center;
    background: #ffffff;
    margin: 20px auto;
}
#booking h2 {
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 180% !important;
    line-height: 1;
    font-weight: 400;
    text-align: center !important;
    padding-top: 40px;
}
.box3 {
    margin: 40px auto;
}
.bot_booking {
    min-width: 240px;
    margin: 0 auto;
    padding: 7px 0;
    font-size: 90%;
}
.bot_booking span {}
.bot_booking_g {
    width: 95%;
    max-width: 600px;
    margin: 20px auto;
    font-size: 1.2rem;
}
.bot_booking span, .bot_booking_g span {
    font-size: 2rem;
    color: #111;
}
.bot_mail, .bot_tabelog, .bot_gnavi {
    position: relative;
    width: 85%;
    max-width: 600px;
    height: 60px;
    font-size: 1.1rem;
    line-height: 60px;
    margin: 0 auto 25px !important;
}
.bot_mail a, .bot_tabelog a, .bot_gnavi a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bot_mail a {
    text-align: center;
    color: #fff;
    background-color: #c1bfbb;
    border: 1px solid #d2d0cb;
    padding: 0 !important;
}
.bot_mail a:hover {
    background-color: #d2d0cb;
    color: #fff;
}
.bot_tabelog a {
    text-align: center;
    color: #fff;
    background-color: #ff9500;
    border: 1px solid #ffb700;
    padding: 0 !important;
}
.bot_tabelog a:hover {
    background-color: #ffb700;
    color: #fff;
}
.bot_gnavi a {
    text-align: center;
    color: #fff;
    background-color: #b51010;
    border: 1px solid #d40000;
    padding: 0 !important;
}
.bot_gnavi a:hover {
    background-color: #d40000;
    color: #fff;
}
.booking_info {
    width: 95%;
    max-width: 400px;
    margin: 0 auto 15px;
    font-size: .85rem;
    line-height: 1.6;
    text-align: left;
}
#toiawase {
    display: block;
    margin: 30px auto 20px;
    width: 95%;
    max-width: 900px;
    border: #948780 solid 2px;
    background-color: #FFF;
    line-height: 1.6;
    padding: 10px 20px;
    clear: both;
}
.toiawase_tel {
    width: 100%;
    box-sizing: border-box;
    padding: 7px;
    text-align: center;
    font-size: 90%;
}
.toiawase_tel img {
    padding: 10px 5px;
}
.toiawase_time {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 6px 0;
    font-size: 90%;
    text-align: left;
}
.toiawase_time table {
    border-collapse: collapse;
    border: 0;
}
.toiawase_time table th {
    width: 85px;
    padding: 3px 0;
    font-weight: normal;
}
.toiawase_time table td {
    padding: 3px 0;
}
.toiawase_time table td.week {
    width: 100px;
    text-align-last: justify;
}
.toiawase_time p {
    margin-bottom: .5em;
}
#toiawase:after {
    content: ".";
    display: block;
    height: 0px;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.line_g {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #ffffff50;
    margin: 20px 0;
}
.group a {
    color: #fff;
}

.tel-link img {
    padding: 1em 0 ;
    width: 80%;
}

@media screen and (min-width: 767px) {
    .bot_booking {}
    #toiawase {
        display: flex;
    }
}
@media screen and (min-width: 960px) {
    .toiawase_tel {
        padding: 7px;
    }
    .toiawase_time {
        padding: 7px;
        font-size: 90%;
    }
    .box3 {
        display: flex;
        justify-content: space-between;
        width: 95%;
        max-width: 1000px;
        padding-top: 20px;
    }
    .bot_mail, .bot_tabelog, .bot_gnavi {
        margin: 0 15px 25px;
    }
}
/*------------------------ */
/* footer-nav
/*------------------------ */
.footer-nav {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 1000;
    text-align: center;
    background: #776850;
}
.nav-list {
    display: flex;
    width: 100%;
    border-collapse: collapse;
    border-top: solid 1px #978c7b;
    padding: 0;
    list-style: none;
    text-align: center;
}
.nav-item {
    width: 50%;
    padding: 4px 0px;
}
.item_line {
    border-right: solid 1px #978c7b;
}
.nav-item i {
    display: block;
    font-size: 24px;
    padding: 4px 0;
}
.nav-item a p {
    display: block;
    font-size: 12px;
}
.nav-item a {
    color: #fff;
    text-decoration: none;
}
@media screen and (min-width: 767px) {
    .footer-nav {
        display: none;
    }
}


.icon_w {
    display: block;
    width: 22px;
    margin: 0 auto;
    padding-top: 2px;
    line-height: 1.2;
}
.path {
    fill: #fff;
}