﻿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: 16px;
	line-height: 30px;
	letter-spacing: 0.13em;
	background: #FFF;
	min-width: inherit;
	min-height: 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 {
}



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

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



/*=============================================
 * <header>
 *=============================================*/
 .row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
  }

  #header {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 14px 15px 0;
	box-sizing: border-box;
  }

  #header #key {
	flex-grow: 1;
  }

  #header #key ul {
	height: 100%;
  }

  #header h1 {
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 13px;
	line-height: 24px;
	color: #000;
    z-index: 111;
  }
#header .sns_box {
	position: absolute;
	top: 50px;
	right: 25px;
    z-index: 111;
  }
#header .sns_box p{
	float: left;
	margin-left: 15px;
  }

  #header h2 {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
  }

  #header .left {
	padding: 153px 65px 90px;
  }

  #header .left .logo {
	margin-bottom: 25px;
  }

  #header .left .social .ttl {
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 8px;
	text-align: center;
  }

  #header .left .social .tel {
	margin-left: 30px;
	padding-left: 50px;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 37px;
	font-weight: 700;
	position: relative;
	margin-bottom: 12px;
  }

  #header .left .social .tel:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 37px;
	height: 37px;
	background: url("../img/shared/icon_tel.jpg");
  }

  #header .left .social .mail {
	position: relative;
	margin-left: 30px;
	padding-left: 50px;
	font-size: 24px;
	letter-spacing: 0.1em;
	font-weight: 700;
	line-height: 37px;
	font-weight: 700;
	position: relative;
	margin-bottom: 12px;
  }

  #header .left .social .mail:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 37px;
	height: 37px;
	background: url("../img/shared/icon_mail.jpg");
  }

  #header .left .nav {
	margin: 23px 0 16px 46px;
  }

  #header .left .nav li {
	line-height: 45px;
	height: 45px;
  }

  #header .left .nav li a {
	padding-left: 30px;
	font-size: 20px;
	letter-spacing: 0.1em;
	font-weight: 700;
	position: relative;
  }

  #header .left .nav li a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 2px;
	margin-top: -1px;
	background: #ff4500;
	transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	transform-origin: 0 0;
  }

  #header .left .nav li a:hover {
	text-decoration: none;
  }

  #header .left .nav li a:hover:before,#header .left .nav li.active a:before {
	transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
  }

  #header .list-btn {
	padding-left: 50px;
  }

  #header .btn a {
	display: inline-block;
	box-sizing: border-box;
	font-weight: 700;
	line-height: 43px;
	border: 1px solid #000;
	padding-left: 24px;
	font-size: 22px;
	letter-spacing: 0.1em;
	width: 260px;
	position: relative;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
  }

  #header .btn a:hover {
	text-decoration: none;
	opacity: 0.8;
  }

  #header .btn-news {
	margin-bottom: 10px;
  }

  #header .btn-news a:before {
	content: '';
	position: absolute;
	top: 18px;
	right: 8px;
	width: 40px;
	height: 12px;
	background: url("../img/shared/icon_arr.jpg");
  }

  #header .btn2 a {
	background: #ff4500;
	border-color: #ff4500;
	color: #fff;
  }

  #header .btn2 a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	width: 25px;
	height: 25px;
	background: url("../img/shared/icon_cart1.png");
  }

  .nav-pin {
	position: relative;
  }

  .nav-pin .nav-fixed {
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	padding: 25px 0 10px;
  }

  .nav-pin .nav-inline {
	display: flex;
	align-items: center;
	padding: 8px 30px 10px 5px;
	border-right: 1px solid #000;
  }

  .nav-pin .nav-inline li a {
	padding: 0 5px;
	line-height: 32px;
	font-size: 18px;
	white-space: nowrap;
	font-weight: 700;
	height: 32px;
	display: block;
	letter-spacing: 0.1em;
  }

  .nav-pin .nav-inline li + li {
	margin-left: 20px;
  }

  .nav-pin .right {
	margin-top: -10px;
	padding-left: 8px;
  }

  .nav-pin .right dl {
	display: flex;
	font-weight: 700;
	align-items: center;
  }

  .nav-pin .right dl dt {
	font-size: 16px;
	line-height: 24px;
	margin-right: 12px;
  }

  .nav-pin .right dl dd {
	padding-left: 38px;
  }

  .nav-pin .right .phone dd {
	position: relative;
	font-size: 23px;
	line-height: 42px;
  }

  .nav-pin .right .phone dd:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: url("../img/shared/icon_tel.jpg");
	background-size: 100%;
  }

  .nav-pin .right .mail {
	align-items: flex-start;
  }

  .nav-pin .right .mail dd {
	position: relative;
	font-size: 18px;
	line-height: 42px;
  }

  .nav-pin .right .mail dd:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: url("../img/shared/icon_mail.jpg");
	background-size: 100%;
  }

  .nav-pin .sidebtn {
	position: absolute;
	top: calc(100% + 14px);
	right: 0;
  }
  .nav-pin .sidebtn a:before{
	  content: none;
  }
  .nav-pin.fixed .nav-fixed {
	position: fixed;
	opacity: 1;
	visibility: visible;
  }

/*=============================================
 * <header>
 *=============================================*/
/*
.nav-fixed{
  background: rgba(255,255,255,0.8);
  height: 90px;
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(99, 81, 43, 0.25);
  -moz-box-shadow: 0px 4px 10px 0px rgba(99, 81, 43, 0.25);
  box-shadow: 0px 4px 10px 0px rgba(99, 81, 43, 0.25);
}
.nav-fixed .wrap nav{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
.nav-fixed.fixed {
  position: fixed;
  top: 0;
} */
.nav-fixed a{
  position: relative;
}
.nav-fixed a:before{
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    background: #ff4500;
    bottom: 0;
    transition: all .5s ease;
  width: 0;
}
.nav-fixed a.active:before, .nav-fixed a:hover:before{
  width: 100%;
}
.nav-fixed a:hover{
    text-decoration: none;
}

/*=============================================
 * 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;
}



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

section {
}



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


 footer {
	background: #ff4500;
	color: #fff;
	padding-top: 45px;
	padding-bottom: 30px;
  }

  footer .nav-inline {
	display: flex;
	justify-content: center;
	margin-bottom: 32px;
  }

  footer .nav-inline li {
	padding: 0 25px;
	line-height: 16px;
  }

  footer .nav-inline li a {
	font-size: 15px;
	font-weight: 700;
	line-height: 16px;
  }

  footer .nav-inline li + li {
	border-left: 1px solid #fff;
  }

  footer .cookies_link {
	font-size: 15px;
	line-height: 32px;
	margin-top: 8px;
  }

  footer .cookies_link a {
	text-decoration: underline;
  }

  footer .cookies_link a:hover {
	text-decoration: none;
  }

  footer address {
	align-self: flex-end;
  }



/*=============================================
 * .socialbuttons
 *=============================================*/

footer .socialbuttons {
}



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

address {
}