@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:500,700&subset=japanese');

/*-------------------------------------------------------------------
　基本設定
-------------------------------------------------------------------*/
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	line-height:1.8;
	color:#000000;
	-webkit-text-size-adjust:none;
}

/* ---- sp --------------------------- */
@media only screen and (max-width:768px){
body{
	font-size:15px;
	line-height:1.6;
}
}

/*-------------------------------------------------------------------
　header
-------------------------------------------------------------------*/
#HederBarWrap{
	width:100%;
	color:#FFF;
	margin:0;
	padding:0;
	background-image:url(../images/hederbar_bg.jpg);
	background-repeat:repeat;
}

#HederBar{
	width:1000px;
	margin:0 auto;
	padding:3px 0 5px;
	overflow:hidden;
}

.groupLogo img{
	width:320px;
	height:auto;
	vertical-align:middle;
}

#translate{
	float:right;
}

.hd_inner {
    width: 1000px;
    margin: 0px auto 0;
	padding:30px 0 0 0;
}

.hd_inner:after {
    content: "";
    clear: both;
    display: block;
}

#top-head {
    width: 100%;
    margin: 0 auto;
    padding: 0;
	line-height:1.8;
	color:#FFF;
	height:190px;
	background-image:url(../images/top_hd_bg.jpg);
	background-repeat: repeat;
}

#top-head h1{
	padding:0;
	margin:0;
	display:none;
}

#top-head .hd_inner {
    position: relative;
}

#top-head .logo {
	position:absolute;
	top:30px;
	left:40%;
}

#top-head .logo img{
	width:150px;
	height:auto;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}

#nav-toggle div {
    position: relative;
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #FFF;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 11px;
}

#nav-toggle span:nth-child(3) {
    top: 22px;
}

/*----- Navigation ------------*/
#global-nav ul {
    list-style: none;
    position: absolute;
    left: 0;
	display:flex;
}

#global-nav ul li{
	margin-right:15px;
}

#global-nav ul li a{
	display:block;
	width:32px;
	height:93px;
	background-repeat:no-repeat;
	background-position:top center;
	background-size:100% 100%;
	color:transparent;
}

#global-nav ul li a:hover{
	opacity:0.7;
}

#global-nav ul li:first-child a {background-image:url(../images/gnav01.jpg);}
#global-nav ul li:nth-child(2) a {background-image: url(../images/gnav02.jpg);}
#global-nav ul li:nth-child(3) a {background-image: url(../images/gnav03.jpg);}
#global-nav ul li:nth-child(4) a {background-image: url(../images/gnav04.jpg);}
#global-nav ul li:nth-child(5) a {background-image: url(../images/gnav05.jpg);}
#global-nav ul li:nth-child(6) a {background-image: url(../images/gnav06.jpg);}
#global-nav ul li:nth-child(7) a {background-image: url(../images/gnav07.jpg);}

/*----- tel --------*/
#hd_tel ul{
	list-style-type:none;
	position:absolute;
	right:0;
}

#hd_tel ul li{
	margin-bottom:12px;
}

#hd_tel ul li{
	font-family:'Noto Serif JP', sans-serif;
	width:300px;
	height:32px;
	background-image:url(../images/tel_back.jpg);
	text-align:center;
	line-height:32px;
}

@media all and (-ms-high-contrast:none){
#hd_tel ul li{
	width:300px;
	height:30px;
	font-family:'Noto Serif JP', sans-serif;
	background-image:url(../images/tel_back.jpg);
	text-align:center;
	line-height:35px;
}
}

/* ----- ipad -------------- */
@media only screen and (max-width:1024px){
.hd_inner {
	width: 90%;
}

#HederBar{
	width:90%;
	margin:0 auto;
	padding:5px 0;
}

#hd_tel ul li{
	font-family:'Noto Serif JP', sans-serif;
	width:230px;
	height:30px;
	background-image:url(../images/tel_back.jpg);
	text-align:center;
	line-height:30px;
}
}

/* ----- sp ---------------- */
@media only screen and (max-width:767px){

#HederBarWrap{
	width:100%;
	color:#FFF;
	margin:0;
	padding:0;
	background-image:url(../images/hederbar_bg.jpg);
	background-repeat:repeat;
	display:none;
}

.groupLogo img{
	width:120px;
	height:auto;
	vertical-align:middle;
}

header {
	width:100%;
	margin-top: 0;
	z-index: 1000;
	position:fixed;
	top:0px;
	left:0;
}

#top-head,
.hd_inner {
	width: 100%;
	padding: 0;
	margin:0;
	height:0;
}

#mobile-head {
	background: #000;
	width: 100%;
	height: 56px;
	position: relative;
	background-image:url(../images/top_hd_bg.jpg);
	background-repeat: repeat;
}

#top-head .logo {
	position:absolute;
	top:10px;
	left:2%;
}

#top-head .logo img{
	width:80px;
	height:auto;
}

#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	background:#211207;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	flex-direction:column;
	text-align:center;
	clear:both;
	margin:10px 0;
}

#global-nav ul li {
	height: auto;
	margin:0;
}

#top-head #global-nav ul li a{
	width: 100%;
	display: block;
	color: #fff;
	padding: 5px 0;
	background: none !important;
	height:auto;
}

/*スクロールしたらCSSを適用しナビゲーションバーの位置を固定*/
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
}


/*----- tel --------*/
#hd_tel ul{
	display:none;
}

#nav-toggle {
	display: block;
}

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}

.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}

.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
}


/*-------------------------------------------------------------------
　footer
-------------------------------------------------------------------*/
#footer{
	width:100%;
	padding:60px 0;
	background-color:#211207;
}

#footer img{
	width:100%;
	height:auto;
	backface-visibility:hidden;
}

#footer a:hover img{
	opacity:0.8;
}

#footerIn{
	width:1000px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}

.accessBox{
	width:31%;
	color:#FFF;
}

.accessBox h4{
	font-size:20px;
	font-family:'Noto Serif JP', sans-serif;
	color:#E2A441;
	text-align:left;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dashed #FFF;
}

.accessBox h4 span{
	width:80px;
	float:right;
	margin-top:-6px;
}

.ftAdd{font-size:15px;}

.ftMap{
	width:100%;
	height:230px;
	margin:15px 0 25px;
}

.ftMap iframe{
	width:100% !important;
	height:100% !important;
}

#copyright{
	width:100%;
	text-align:center;
	background-color:#791216;
	color:#FFF;
	font-size:12px;
	padding:15px 0;
	font-family: 'Frank Ruhl Libre', serif;
}


/* ===== ipad以下 ======== */
@media only screen and (max-width:1024px){
#footerIn{
	width:90%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}
}

/* ===== 767px以下 ======== */
@media only screen and (max-width:767px){
#footer{
	width:100%;
	padding:30px 0 0px;
}

#footerIn{
	width:90%;
	margin:0 auto;
	display: block;
	justify-content:space-between;
}

.accessBox{
	width:100%;
	padding-bottom:50px;
}

#copyright p{
	width:95%;
	text-align:center;
}
}


/*-------------------------------------------------------------------
　tel link 
-------------------------------------------------------------------*/
[href^="tel"] {
    text-decoration: none;
    color: #333;
    cursor: default;
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    [href^="tel"] {
        pointer-events: auto;
    }
}


/*----------------------------------------------------
	page top icon
----------------------------------------------------*/
#page-top {
	position: fixed;
	right: 15px;
	bottom: 70px;
	z-index:1;
}

#page-top a {
	width: 60px;
	height: 48px;
	display: block;
}

#page-top a:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

@media only screen and (max-width:1150px){
#page-top {
	position: fixed;
	right: 15px;
	bottom: 20px;
	z-index:1;
}
}

/* ---- ipad --------------- */
@media only screen and (max-width:767px){
#page-top,
#page-top a {
	display:none;
}
}









