html {
	min-width: 1200px; /* viewport */
}



/*=============================================
 * body
 *=============================================*/

body {
	color: #000;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ明朝体 Pro", "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 33px;
	letter-spacing: 1.6px;
	background: url(../img/shared/bg.jpg) top center repeat;
	min-width: inherit;
	max-height: 100%;
}



/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}



/*=============================================
 * .fnt - customs
 *=============================================*/

.fnt-mincho {
}
.fnt-meiryo {
}
.fnt-gothic {
}
.fnt-garamond {
}



/*=============================================
 * #wrapper
 *=============================================*/

#wrapper {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	width: 1000px;
}



/*=============================================
 * header
 *=============================================*/

#header {
}
#header .header_top {
	background: url(../img/shared/bg_header.jpg) top center repeat-x;
	height: 267px;

}
#header h1 {
	font-size: 14px;
	line-height: 25px;
	color: #b28d3c;
	padding-top: 96px;
	float: left;
}
#header .logo {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
	top: 31px;
}
#header .tel {
	margin: 96px 0 50px;
}
#header .nav {
}



/*=============================================
 * key
 *=============================================*/

#key {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 500px;
	position: relative;
}
#key ul {
	min-height: inherit;
}
#key li {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


#bnr_takeout{
	position: absolute;
	top:840px;
	left:5%;
	z-index: 55;
}
/*=============================================
 * container
 *=============================================*/

#container {
}



/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
	margin: auto;
	padding: 20px 0 60px;
	max-width: 350px;
}



/*=============================================
 * footer
 *=============================================*/

#footer {
	text-align: center;
	padding-bottom:60px;
	background: url(../img/shared/line-footer.png) top center repeat-x, url(../img/shared/bg_footer.jpg) top center repeat;
}
#footer .logo {
	padding-top: 58px;
}
#footer .tel {
	padding-bottom: 10px;
}
#footer .txt {
	font-size: 15px;
	line-height: 32px;
	color: #fff;
}
#footer .nav-footer {
	background: url(../img/shared/bg_nav_footer.jpg) top center repeat-x;
	color: #fff9f9;
	padding: 20px 0;
}
#footer .nav {
}
#footer .nav li {
	font-size: 15px;
	line-height: 35px;
}
#footer .nav li + li {
}
#footer .nav li + li:before {
	/* display: none; */
}



/*=============================================
 * copyright
 *=============================================*/

address {
	font-size: 13px;
	line-height: 24px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	padding: 35px 0 0px;
}
@media (max-width:1450px) {
  #sec3 .box3 h2 img {
    width:91%;
    height: auto; 
  }
}
.bordernone {
	border-bottom: none !important;
}
.pt32 {
	padding-top: 32px !important;
}
.lh32 {
	line-height: 32px !important;
}
.lh27 {
	line-height: 27px !important;
}
.text_c{
	text-align: center;
}

.fix_box{
	width: 28px;
	display: flex;
	position: fixed;
	top:150px;
	right:10px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 9999999999999;
}
.fix_box p a{
	font-size: 20px;
	display: block;
	background-color: #910616;
	padding: 30px 12px;
	color: #fff;
	letter-spacing: 5px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
    box-shadow: 0px 0px 0px 3px #910616;
    border:solid 2px #d69d1a;
}