﻿html:not(.responsive) {
	min-width: 1000px; /* viewport */
}



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

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



/*=============================================
 * 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-noto {
    font-family: 'Noto Serif JP', serif;
}
.fnt-meiryo {
}
.fnt-gothic {
}
.fnt-garamond {
}



/*=============================================
 * <main>
 *=============================================*/

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


.shaw_img{
    box-shadow: 0px 6px 7.36px 0.64px rgba(000000, 0, 0, 0.3);
}
/*=============================================
 * <header>
 *=============================================*/

header {
    position: relative;
    z-index: 90;
}
header .headr_top{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 80;
}
header h1 {
    position: absolute;
    top: 31px;
    right: 0;
    color: #fff;
   font-size: 12px;
    letter-spacing: 0;
}
header .logo {
    position: absolute;
    top: 26px;
    left: -12px;
}
header .tel {
    position: absolute;
    top: 52px;
    right: -10px;
    color: #fff;
    text-align: right;
}

header .tel .fn_12{
    font-size: 12px;
    display: block;
    margin-top: -12px;
    letter-spacing: 1px;
    padding-right: 10px;
}
.menu_header {
    background: url("../img/shared/bg_nav.png") no-repeat center top / cover ;
    color: #fff;
   
    padding: 44px 0 44px 0;
    margin-top: -11px;
    position: relative;
    z-index: 111;
}
.menu_header  .nav-fl{
     display: flex;
    justify-content:center;
}
.menu_header  .nav-fl a{
   font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    text-shadow: 0px 0px 11.04px rgba(000000, 0, 0, 0.52), 0px 0px 11.04px rgba(000000, 0, 0, 0.52),0px 0px 11.04px rgba(000000, 0, 0, 0.52);
    float: none;
    letter-spacing: 0;
    margin: 0 34px;
    padding-bottom: 0;
}
.menu_header  .nav-fl a:hover,
.menu_header  .nav-fl a:focus,
.menu_header  .nav-fl a.active{
    border-bottom: 6px solid #7e2510;
    text-decoration: none;
}
.nav-fixed.fixed {
    pointer-events: visible;
    opacity: 1;
    transition: 0.5s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
}
 .nav-fixed {
    position: absolute;
    background: url("../img/shared/bg_nav_fixed.jpg") repeat-x left top;
	padding-top: 19px;
    height: 60px;
    width: 100%;
    z-index: 3000;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
	text-align: center;
}
 .nav-fixed .nav-fl a{
   font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    text-shadow: 0px 0px 11.04px rgba(000000, 0, 0, 0.52), 0px 0px 11.04px rgba(000000, 0, 0, 0.52),0px 0px 11.04px rgba(000000, 0, 0, 0.52);
    letter-spacing: 0;
    margin-right: 49px;
    padding-bottom: 0;
     color: #fff;
}
 .nav-fixed .nav-fl a:hover,
 .nav-fixed .nav-fl  a:focus,
 .nav-fixed .nav-fl a.active{
    border-bottom: 6px solid #7e2510;
    text-decoration: none;
}
.nav-fixed .tel{
    position: absolute;
    top: -10px;
    right: 0;
}
/*=============================================
 * key
 *=============================================*/

#key {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 800px;
	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;
}



/*=============================================
 * <section>
 *=============================================*/

section {
}



/*=============================================
 * <footer>
 *=============================================*/

footer {
	text-align: center;
    background: url("../img/shared/bg_footer.jpg") repeat center top;
    color: #fff;
    position: relative;
    padding-top: 41px;
    padding-bottom: 55px;
}
footer:before{
    content: "";
    background: url("../img/shared/bg2.jpg") repeat center top;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
}
footer .log_footer {
    margin-bottom: 16px;
}

footer .tel span{
    font-size: 11px;
    text-align: center;
    display: block;
    margin-top: -13px;
    letter-spacing: 0.5px;
}
footer .box_dl {
    padding: 30px 0 20px 0;
    border-top: 1px solid #413d36;
    border-bottom: 1px solid #413d36;
    width: 820px;
    margin-left: 115px;
    margin-top: 7px;
}
footer .box_dl dl{
    margin-left: 115px;
    text-align: left;
    line-height: 20px;
    margin-bottom: 20px;
}
footer .box_dl dt{
    float: left;
    position: relative;
    padding-left: 24px;
    width: 160px;
}
footer .box_dl dt:before{
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 4px;
    left: 0;
    background-color: #813618;
}
footer .box_dl dd{
    float: left;
}
footer nav {
    margin-top: 10px;
}

footer nav > a{
	font-size: 15px;
    font-family: 'Noto Serif JP', serif;
}
footer nav > a + a{
	padding-left: 10px;
}
footer nav > a + a:before{
	content: "|";
	padding-right: 15px;
}
footer nav > a:hover{
	text-decoration: none;
}
footer nav > a:hover span{
	text-decoration: underline;
}
footer .footer_02{
    margin-top: 30px;
}
/*=============================================
 * .socialbuttons
 *=============================================*/

footer #socialbuttons {
    display: inline-block;
    vertical-align: middle;
}



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

address {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
}
.text-cookie{
    font-size: 80%;
    text-decoration: underline;
    margin-top: 5px;
}


.slick-arrow{
    font-size: 0;
	color: #fff;
    line-height: 26px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 28px;
	transform: translateY(-50%);
    background-color: #d80c18;
	z-index: 80;
	border: none;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.slick-prev:before{
	content: "\f104";
    right: 10px;
    position: absolute;
    text-indent: 0;
    top: 0;
	font-size: 28px;
	 font-family: "fontello";
	 color: #fff;
}
 .slick-next:before{
content: "\f105";
    left: 10px;
    position: absolute;
    text-indent: 0;
    top: 0;
	 font-size: 28px;
	 font-family: "fontello";
	 color: #fff;
}
 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 10px;
    margin-left: 16px;
    padding: 0;
    cursor: pointer;
}
 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 50px;
    height: 10px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
	 position: relative;
    background: url("../img/shared/bg_btn.jpg") repeat center top;
}
.slick-dots{
	text-align: center;
}
.slick-dots li button:before {
    position: absolute;
    bottom: -5px;
	left: 0;
    width: 100%;
    height: 2px;
    content: '';
	background: url("../img/shared/bg_btn.jpg") repeat center top;
	opacity: 0;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
}
@-moz-document url-prefix() {
  .txt-vertical .txt-latin{
    display: inline-block;
	  vertical-align: middle;
	  transform:rotate(180deg);
  }
    .txt-vertical .txt-latin{
        left: 0;
    }
}
@-moz-document url-prefix(){
    .txt-vertical .txt-latin{
        display: inline-block;
    }
}
#yoyaku{
	position: fixed;
	right: 0;
	top: 50px;
	z-index: 99999;
}
#recruit{
	position: fixed;
	right: 0;
	top: 370px;
	z-index: 99999;
}