@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 15px;
  line-height: 26px;
  background: #FFF;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  letter-spacing: 0px;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 30px;
  }
}
/*=============================================
 * 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;
}
/*=============================================
 ******************* main **********************
 *=============================================*/
main {
  clear: both;
  width: 100%;
  overflow: hidden;
}
.wrap {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
html {
  min-width: auto;
}
/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
h1 {
  color: #d2d2d2;
  position: absolute;
  left: 5px;
  bottom: 10px;
  line-height: 25px;
}
#head-key .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 78%;
  z-index: 9;
}
#head-top {
  padding: 0 0 60px;
}
.nav-header .g_btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 5% auto;
}
.nav-header .g_btn li a {
  margin: 0 15px;
  font-weight: bold;
  display: block;
}
.nav-header .nav {
  display: block;
  padding-top: 5%;
  height: auto;
}
.nav-header .logo-nav {
  margin: auto;
}
.nav-header a.nav-main {
  padding: 5px 22px;
  font-size: 16px;
  text-align: center;
  justify-content: center;
  display: flex;
  box-sizing: border-box;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* The navigation menu */
.navbar {
  overflow: hidden;
  background-color: #333;
}
/* Navigation links */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
/* The subnavigation menu */
.subnav {
  position: relative;
}
/* Subnav button */
.subnav .subnavbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: #000;
  /* padding: 14px 16px; */
  margin: 0;
  position: relative;
}
.subnav:after {
  content: "";
  position: absolute;
  top: 63px;
  left: 54px;
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transition-duration: .6s;
  -ms-transition-duration: .6s;
  -moz-transition-duration: .6s;
  transition-duration: .6s;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: border-box;
  display: none;
}
/* Add a red background color to navigation links on hover */
.navbar a:hover, .subnav:hover .subnavbtn {}
/* Style the subnav content - positioned absolute */
.subnav-content {
  display: block;
  position: static;
  left: 0;
  width: 120px;
  z-index: 1;
  background: #fff;
  top: 84px;
  margin: -9px auto 11px;
}
/* Style the subnav links */
.subnav-content a {
  display: block;
  color: #8c8c8c;
  text-decoration: none;
  text-align: center;
  padding: 5px;
}
/* Add a grey background color on hover */
.subnav-content a:hover {
  background-color: #eee;
  color: black;
}
/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover .subnav-content {
  display: block;
}
.nav-header a.nav-main.active {
	color: #b56d15;
}
.nav-header .sub-nav span {
  padding: 0 10px;
  font-size: 16px;
}
.nav-header li a.nav-main.active::before {
  width: 40%;
  height: 1px;
  background: #3b2718;
  content: "";
  position: absolute;
  bottom: 5px;
  left: 30%;
  display: none;
}
.nav-header a.nav-main span {
  padding: 5px 30px;
}
.nav-header a.nav-main::after, .nav-header .sub-nav::after {

}
.nav-header .sub-box {
  opacity: 1;
  visibility: visible;
  position: inherit;
  top: inherit;
  left: initial;
  width: auto;
  padding: 0 25px;
}
.nav-header .tel-icon {
  padding-left: 0;
  width: 100%;
  border-left: none;
}
.head-info {
  margin-right: 0px;
  display: none;
}
#key-box {
  width: 100%;
  min-height: 80vw;
}
.header-box {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 101;
}
header > .logo {
  padding: 10px 0 10px 10px;
  width: 50%;
  max-width: 170px;

}
header .nav-header .logo{
	padding: 10px 0 10px 10px;
  width: 50%;
  max-width: 170px;
	margin: 14vw auto 0;
}
header h1 {
  font-size: 1.8vw;
  padding: 5px 5px 0;
  line-height: 1.8;
}
.hamberger-btn {
  position: fixed;
  top: 17px;
  right: 2%;
  width: 50px;
  height: 50px;
  z-index: 201;
  transition: all 0.4s ease;
  overflow: hidden;
  background: #b56d15;
}
.menu-open .hamberger-btn{
	background:  none;
}
.menu-open .hamberger-btn span{
	background: #000;
}
.menu-open .hamberger-btn:after{
	color: #000;
}
.menu-open .hamberger-btn span::before,.menu-open .hamberger-btn span::after{
	background: #000;
}
.hamberger-btn::after {
  width: 100%;
  position: absolute;
  left: 1px;
  bottom: 3px;
  content: "menu";
  text-align: center;
  font-size: 11px;
  line-height: 20px;
  color: #fff;
  letter-spacing: 0px;
}
.hamberger-btn span {
  width: 35px;
  height: 2px;
  position: absolute;
  top: 39%;
  transform: translate3D(-50%, -50%, 0);
  left: 50%;
  background: #fff;
}
.hamberger-btn span::before, .hamberger-btn span::after {
  width: 35px;
  height: 2px;
  position: absolute;
  left: 0;
  background: #fff;
  content: "";
}
.hamberger-btn span::after {
  top: -8px;
}
.hamberger-btn span::before {
  top: 8px;
}
.nav-header .sub-nav::before {
  display: none;
}
.menu-open .hamberger-btn span {
  transform: rotate(360deg);
}
.menu-open .hamberger-btn span {
  transform: rotate(141deg) translateX(20px);
  top: 5px;
  left: 46%;
}
.menu-open .hamberger-btn span::after {
  transform: rotate(-105deg) translateX(0px);
  top: 0;
}
.menu-open .hamberger-btn::after {
  content: "close";
}
.menu-open .hamberger-btn span::before {
  opacity: 0;
}
.nav-header {
  width: 100%;
  height: 100vh;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.nav-header .banner {
  width: 80%;
  margin: 0 auto;
}
.menu-open .nav-header {
  left: 0%;
  visibility: visible;
  overflow: auto;
  z-index: 99;
  opacity: 1;
}
.nav-header a.nav-main{
	position: relative;
	margin-bottom: 1%;
    font-size: 18px;
}
 .nav-header a.nav-main::after, .nav-header .sub-nav::after {
    width: 0%;
    height: 2px;
    background: #b56d15;
    content: "";
    position: absolute;
    bottom: 27px;
    left: 20%;
    transition: all 0.4s ease;
    display: block !important;
  }
  .nav-header li a.nav-main.active::after {
        width: 60px;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 4px;
  }
.js-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  padding-bottom: 50px;
}
.hide-nav {
  width: 50px;
  display: flex;
  justify-content: center;
  margin: 15px auto;
  height: 50px;
}
header h1 {
  font-size: 3vw;
  padding: 5px;
  position: absolute;
  top: 535px;
	color: #000;
}
.hamberger-btn {
  top: 11px;
}
#key-box {
  height: 100%;
  position: relative;
}
#head-key .bnr {
  width: 90%;
  margin: 17vw auto 5vw;
}
#key-box .keyvisual li {
  height: 450px;
}
footer {
  position: relative;
  margin-top: 0;
  padding: 55px 0 0;

}
footer .logo {
  max-width: 250px;
  margin: auto;
}
#fixed-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10vw; 
  background: #3b2718;
  z-index: 101;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.fixed-btn #fixed-sp {
  opacity: 1;
}
#fixed-sp ul {
  display: flex;
}
#fixed-sp ul li {
  width: 22%;
  /* height: 50px; */
}
#fixed-sp ul li:nth-child(2) {
  width: 82%;
}
#fixed-sp ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: #FFF;
  font-family: 'Noto Serif JP', serif;
}
#fixed-sp ul li a img {}
#fixed-sp ul li:nth-child(3) a img {
  width: 10px;
  margin-right: 5px;
}
#pagetop {
  bottom: 55px;
  width: 50px;
  z-index: 98;
}
footer {
  color: #000;
}
footer {
  background: url("../img/shared/footer_info_p1.jpg") no-repeat center top;
  background-size: 187%;
  padding-top: 74vw;
}
footer .top {
  margin-bottom: 12vw;
}
footer .top .logo {
  width: 33%;
  margin-bottom: 8vw;
}
footer .top .info {
  margin-bottom: 8vw;
}
footer .top .g-btn {
  flex-direction: column;
}
footer .top .g-btn .btn-cus {
  margin-bottom: 5vw;
}
footer .top .info dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0;
}
footer .top .info dl dt {
  width: 111px;
}
footer .top .info dl dd {
  width: calc(100% - 111px);
}
footer .top .info dl:nth-child(2n + 1) {
  /* background: #f8f8f8; */
}
footer .bottom {
  background: #834c42;
  color: #fff;
  padding: 10vw 0 30vw;
}
footer #socialbuttons {
  margin-bottom: 6vw;
}
footer address {
      font-size: 11px;
    letter-spacing: 0px;
}
footer address span {
  display: block;
}
footer address span a {
  text-decoration: underline;
}
/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .fixed-btn footer:after {
    background: #b56d15;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 100;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 85px !important;
  }
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  .fixed-btn footer:after {
    background: #b56d15;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 100;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 85px !important;
  }
}
.btn-cus {
  position: relative;
  transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  padding-bottom: 0 !important;
  width: 400px;
  max-width: 100%;
  font-family: 'Noto Serif JP', serif;
  border: 1px solid #000;
}
.btn-cus:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transition-duration: .6s;
  -ms-transition-duration: .6s;
  -moz-transition-duration: .6s;
  transition-duration: .6s;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -moz-transform: rotate(-45deg) translateY(-50%);
  -o-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  box-sizing: border-box;
  z-index: 11;
}
.btn-cus.access_btn:before{
	display: none;
}
.btn-cus span:before{
	content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transition-duration: .6s;
  -ms-transition-duration: .6s;
  -moz-transition-duration: .6s;
  transition-duration: .6s;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -moz-transform: rotate(-45deg) translateY(-50%);
  -o-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  box-sizing: border-box;
  z-index: 11;
}
.btn-cus span:hover:before{
	 border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.btn-cus span.copied:before{
	 border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.btn-cus:hover:before{
	border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.access_btn:hover:before{
	border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.btn-cus a:after, .btn-cus span:after {
  
}
.btn-cus span:hover{
	color: #fff;
}
.btn-cus a, .btn-cus span {
  display: block;
  font-size: 16px;
  line-height: 59px;
  height: 59px;
  text-align: center;
  font-weight: 400;
  position: relative;
  z-index: 10;
  letter-spacing: 0px;
}
.btn-cus a:hover,.btn-cus span:hover{
	background: #b56d15;
}
.pc {
  display: none;
}

@media only screen and (min-width: 768px) {
.btn-cus a:hover:after, .btn-cus span:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
}

/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/
@media only screen and (min-width: 768px) {
	.fixed-btn footer:after{
		
	}
	.btn-cus a:hover, .btn-cus span:hover {
    color: #fff;
  }
  .btn-cus:hover {
    border: 1px solid #b56d15;
  }
  .btn-cus:hover:before {
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
  }
	
	.mail:hover:before {
		   border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
	}
	.access_btn:hover:before{
	border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
	.access_btn:hover{
		border: 1px solid #b56d15;
	}
  /* Style the subnav content - positioned absolute */
  .subnav-content {
    display: none;
    position: absolute;
    left: 8px;
    width: 114px;
    z-index: 1;
    background: #fff;
    top: 94px;
  }
  /* Style the subnav links */
  .subnav-content a {
    display: block;
    color: #000;
    text-decoration: none;
    text-align: center;
    padding: 5px;
  }
  .subnav:after {
    content: "";
    position: absolute;
    top: 63px;
    left: 54px;
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transition-duration: .6s;
    -ms-transition-duration: .6s;
    -moz-transition-duration: .6s;
    transition-duration: .6s;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: border-box;
  }
  .subnav:hover:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  /*=============================================
******************** header ******************
*=============================================*/
  header {
    position: relative;
    width: 100%;
    z-index: 100;
  }
  header .nav-header .logo{
    text-align: center;
    padding: 11px 10px 10px 30px;
    max-width: 198px;
	margin: 0;  
  }
  header .logo a {
    text-decoration: none;
  }
  header h1 {
    font-size: 13px;
    padding: 10px;
    text-align: left;
    top: 92px;
    right: 10px;
    text-align: right;
  }
  html img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  #head-key .logo {
    width: auto;
  }
  .js-scroll {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }
  .nav-header .g_btn {
    margin: inherit;
    /* border-left: 1px solid #fff; */
    width: 166px;
  }
  .nav-header .g_btn li {
    font-size: 11px;
    align-self: center;
    margin: 0 18px;
    /* transition: all 0.5s; */
    padding-top: 7px;
  }
  .nav-header .g_btn li a:hover {
    opacity: 0.5;
  }
  .nav-header .g_btn li:first-child {
    border-left: 1px solid #fff;
    padding-left: 20px;
  }
  .nav-header .g_btn li a {
    display: block;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .nav-header .g_btn li.map a:before {
    /* content: url("../img/shared/icon_map.png"); */
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 30px;
    margin-bottom: -8px;
  }
  .nav-header .g_btn li.blog a:before {
    content: url("../img/shared/icon_blog.png");
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    margin-bottom: -8px;
  }
  /*=============================================
******************* nav-fixed ****************
*=============================================*/
  .nav-header {
    top: 0;
    right: 0;
    position: absolute;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: none;
    height: 85px;
    left: auto;
  }
  .nav-header .logo-nav {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-header .logo-nav img {
    width: 100%;
    height: auto;
  }
  .nav-header .tel-icon {
    font-size: 24px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.08em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-left: 1px solid;
    padding-left: 10%;
    width: 210px;
  }
  .fixed-btn .nav-header {
    opacity: 1;
    visibility: visible;
    position: fixed;
  }
  .nav-header .nav {
    position: relative;
    display: flex;
    justify-content: flex-start;
    height: 85px;
    max-width: 1000px;
    /* margin: auto; */
    padding-top: 0;
    width: auto;
  }
  .nav-header a.nav-main, .nav-header .sub-nav {
    position: relative;
    display: flex;
    text-decoration: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.05em;
    color: #000;
    font-size: 18px;
    width: 100%;
    height: 100%;
    padding: 5px 11px;
    margin: 0 8px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	  transition: all 0.5s;
  }
  .nav-header a.nav-main:hover {
       color: #b56d15 !important;
    transition: all 0.5s;
  }
	
	
  .nav-header .shop-btn a {
    background: #834c42;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 14px;
    transition: all 0.5s;
  }
  .nav-header .shop-btn a img {
    margin-bottom: 5px;
    margin-top: 8px;
  }
  .nav-header .shop-btn a:hover {
    color: #fff !important;
  }
	
	
	
	
  .nav-header .mailform a {
    background: #b56d15;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 14px;
    transition: all 0.5s;
  }
  .nav-header .mailform a img {
    margin-bottom: 5px;
    margin-top: 8px;
  }
  .nav-header a.nav-main.active, .nav-header .sub-nav {
    color: #b56d15;
  }
  .nav-header a.nav-main:hover {
    color: #b56d15;
  }
  .nav-header .mailform a:hover {
    color: #fff !important;
  }
  .nav-header a.nav-main::after, .nav-header .sub-nav::after {
    width: 0%;
    height: 2px;
    background: #b56d15;
    content: "";
    position: absolute;
    bottom: 27px;
    left: 20%;
    transition: all 0.4s ease;
    display: block !important;
  }
  .nav-header li a.nav-main.active::after {
     width: 70%;
    bottom: 19px;
  }
  .nav-header .sub-box {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50px;
    left: 0;
    width: 275px;
    background: #FFF;
    box-sizing: border-box;
    padding: 10px;
    transition: all 0.4s ease;
  }
  .nav-header .sub-nav::before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #000;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2px;
    transition: all 0.3s ease;
  }
  /*=============================================
******************* keyvisual ****************
*=============================================*/
  #head-key {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -2px;
    position: relative;
  }
  #key-box {
    width: 100%;
    height: 850px;
    overflow: hidden;
    min-height: auto;
    margin-top: 84px;
  }
  #key-box .keyvisual {
    width: 100%;
    height: 100%;
  }
  #key-box .keyvisual li {
    height: 850px;
  }
  #head-key .bnr {
    width: auto;
    position: absolute;
    margin-bottom: 0;
    top: 735px;
    right: 0;
    z-index: 10;
  }
  .head-info {
    width: 300px;
    margin-right: 50px;
    text-align: center;
    padding-top: 65px;
  }
  .head-info dl {
    font-size: 12px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.08em;
    padding: 30px 0 65px;
  }
  .head-info dl dt {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: -12px;
  }
  .head-info dl dt .tel-icon {
    font-size: 25px;
  }
  .head-info dl dt .tel-icon span {
    font-size: 24px;
    padding: 0 4px 0 8px;
  }
  .head-info ul li {
    display: flex;
    justify-content: center;
  }
  .head-info ul li a {
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.05em;
    font-size: 18px;
    display: block;
    text-decoration: none;
    padding: 10px 0;
    width: 190px;
    position: relative;
    border-bottom: 1px dashed transparent;
  }
  .head-info ul li.active a, .head-info ul li:hover a {
    border-bottom: 1px dashed #000;
  }
  /*=============================================
******************* footer *******************
*=============================================*/
  footer {
    position: relative;
    padding: 609px 0 0;
    background-size: auto 500px;
  }
  footer nav {
    text-align: center;
    margin-bottom: 64px;
  }
  footer nav > a {
    margin-right: 15px;
    font-size: 15px;
  }
  footer nav > a:hover {
    text-decoration: underline;
  }
  footer nav > a + a:before {
    content: "\7C";
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-color: transparent;
  }
  footer .top .logo {
    width: auto;
    margin-bottom: 20px;
    margin: 0 0 36px 155px;
  }
  footer dl.tel-ft {
    padding: 10px 0 15px;
    text-align: center;
  }
  footer dl.tel-ft dt {
    font-weight: bold;
  }
  footer dl.tel-ft dt .tel-icon {
    font-size: 25px;
  }
  footer dl.tel-ft dt .tel-icon span {
    font-size: 24px;
    padding: 0 4px 0 8px;
  }
  footer .info-footer {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 20px;
  }
  footer .info-footer dl {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed;
  }
  footer .info-footer dl dt {
    font-weight: bold;
  }
  footer {}
  footer h2 {
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    line-height: 40px;
    margin-bottom: 58px;
  }
  footer .group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  footer .left {
    width: 471px;
  }
  footer .tel {
    border-top: 5px solid #f7d237;
    border-bottom: 5px solid #f7d237;
    padding: 16px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  footer .tel dt {
    font-weight: bold;
  }
  footer .tel dt span {
    font-weight: bold;
    font-size: 30px;
    margin-left: 17px;
    vertical-align: sub;
  }
  footer .tel dd {
    font-size: 16px;
  }
  footer .banner {
    position: relative;
    margin-bottom: 30px;
  }
  footer .banner span {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    z-index: 10;
    top: 19px;
    left: 30px;
    line-height: 28px;
  }
  footer .right {
    width: 485px;
  }
  footer .right .info dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
  }
  footer .right .info dl dt {
    width: 150px;
  }
  footer .right .info dl dd {
    width: calc(100% - 150px);
    padding-left: 0;
  }
  footer .bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 0 0;
  }
  footer .bottom .address span {
    text-align: right;
  }
  footer .bottom .address span a {
    text-decoration: underline;
  }
  footer .bottom .address span a:hover {
    text-decoration: none;
  }
  .fixed_bottom {
    right: inherit;
    right: 0;
    width: auto;
    bottom: 10px;
    left: auto;
  }
  /*=============================================
***************** copyright ******************
*=============================================*/
  #pagetop {
    cursor: pointer;
    transition: all 0.3s ease;
    position: fixed;
    bottom: 10px;
    right: 10px;
	 width: auto;
  }
  #pagetop:hover {
    opacity: 0.9;
  }
  #socialbuttons {
    max-width: 350px;
  }
  address {
    padding: 25px 0 10px;
  }
  address span {
    display: block;
  }
}
/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: #b10505;
  font-family: "fontello";
  z-index: 98;
  border-radius: 50%;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  /* background: #b10505; */
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before, .slick-next:before {
  font-size: 30px;
  line-height: 0.5;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0;
  background: url("../img/shared/prev.png") no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
[dir='rtl'] .slick-prev {
  right: 0px;
  left: auto;
}
.slick-prev:before {
  content: '';
}
[dir='rtl'] .slick-prev:before {
  content: '▶';
  color: #fff;
}
.slick-next {
  right: 0;
  background: url("../img/shared/next.png") no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 0px;
}
.slick-next:before {
  content: '';
  color: #fff;
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: 5%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: '•';
  text-align: center;
  background: #834c42;
  border-radius: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background: #b56d15;
}
.dot_right .slick-dots {
  text-align: right;
}
.dot_left .slick-dots {
  text-align: left;
}
#head-key h1.txt-vertical {
  position: absolute;
  width: calc(100% - 78px);
  height: auto;
  writing-mode: inherit;
  -o-writing-mode: inherit;
  -ms-writing-mode: inherit;
  -moz-writing-mode: inherit;
  font-size: 10px;
  box-sizing: border-box;
  padding-left: 6px;
  top: 13vw;
  bottom: inherit;
  height: auto;
  z-index: 6;
  line-height: 16px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .txt-vertical-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .txt-vertical-pc .int {
    writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -moz-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    display: inline-block;
    text-align: center;
    line-height: 1.5em;
  }
  .txt-normal .int {
    height: 1.1em;
  }
  .txt-vertical-x > * {
    writing-mode: rl-tb;
    -o-writing-mode: vertical-tb;
    -ms-writing-mode: vertical-tb;
    -ms-writing-mode: rl-tb;
    -moz-writing-mode: vertical-tb;
    -webkit-writing-mode: vertical-tb;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    display: inline-block;
    white-space: nowrap;
    word-wrap: break-word;
    width: 1px;
    line-height: 1;
  }
  .txt-vertical-pc .txt-latin {
    cursor: vertical-text;
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    letter-spacing: .25em;
  }
  @-moz-document url-prefix() {
    .txt-vertical-pc .txt-latin {
      position: relative;
      left: 4px;
    }
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 30px, 0);
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 30px, 0);
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.txt_thanks {
  text-align: center;
  color: #000;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-over img, .over-img img, img.over, img:not(.btn):not(.non-over), button img, .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
  }
  .btn {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }
  .over-img img:hover, img.over:hover, a:hover img:not(.btn):not(.non-over), button:hover img {
    cursor: pointer;
    opacity: .8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
  a:before {
    text-decoration: underline;
    display: inline-block;
  }
  a:before, a:hover:before {
    text-decoration: none;
  }
}
/*=============================================
 ******************* RESPONSIVE ****************
 *=============================================*/
html {
  min-width: auto;
}
html a:hover {
  text-decoration: none;
}
html .wrap {
  padding: 0 5%;
  width: auto;
  max-width: 100%;
}
.sp {
  display: block;
}
.pc {
  display: none !important;
}
html #socialbuttons .social-line {
  width: 92px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  html #socialbuttons .social-line {
    width: auto;
    overflow: hidden;
  }
  html .wrap {
    padding: 0;
    width: 1000px;
    max-width: 100%;
    box-sizing: border-box;
  }
}
.mail {
  border: 0px;
}
.mail:hover{
	border: 1px;
}
.mail:before {
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.mail a {
  font-weight: 400;
  color: #fff;
  background: #834c42;
  font-size: 16px;
  letter-spacing: 0;
	transition: all 0.5s;
}
.mail a:before {
  content: "";
  background: url(../img/shared/icon_mail.png) no-repeat;
  background-size: 100%;
  width: 27px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
	margin-top: -3px;
}
/*=============================================
 *************** responsive common ************
 *=============================================*/
@media only screen and (min-width: 768px) {
  body {
    position: static !important;
    top: 0 !important;
  }
  .mail:before {
    right: 69px;
  }
  .mail a {
    font-size: 25px;
    line-height: 80px;
    height: 80px;
  }
  .mail a:before {
    width: 43px;
    height: 40px;
    margin-left: -44px;
    margin-right: 36px;
  }
  footer .top {
    margin-bottom: 128px;
  }
  footer .top .logo {}
  footer .top .info {
    position: absolute;
    left: 535px;
    top: 6px;
  }
  footer .top .g-btn {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  footer .top .g-btn .btn-cus {
    margin-right: 70px;
	  height: 80px;
  }
  footer .top .g-btn .btn-cus:before {
    right: 56px;
  }
  footer .top .g-btn .btn-cus a:before {
    width: 46px;
    height: 45px;
    margin-left: -35px;
    margin-right: 32px;
  }
  footer .top .g-btn .btn-cus a {
    font-size: 25px;
    height: 80px;
    line-height: 80px;
    letter-spacing: 0;
  }
  footer .top .g-btn .bnr {
    margin-left: 27px;
  }
  footer .top .info dl {
    font-size: 16px;
    margin-bottom: 29px;
  }
  footer .top .info dl dt {
    width: 153px;
  }
  footer .top .info dl dd span {
    font-size: 20px;
  }
  footer .top .info dl dd span.fax {
    display: block;
  }
  footer .top .info dl dd span.fax small {
    font-size: 16px;
  }
  footer .top .info dl dd {
    width: calc(100% - 151px);
  }
  footer .top .info dl:nth-child(2n + 1) {}
  footer .bottom {
    padding: 62px 0 60px;
  }
  footer #socialbuttons {
    margin-bottom: -7px;
  }
  footer address {}
  footer address span {
    display: inline;
    margin-left: 19px;
  }
  footer address span a {}
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (min-width: 1500px) {
	footer{
		background: nones;
	}
	footer:before{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 500px;
		background: url("../img/shared/footer_info_p1.jpg") no-repeat center bottom;
		content: "";
		width: 100%;
    background-size: cover;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
	.nav-header a.nav-main, .nav-header .sub-nav{
		font-size: 16px;
		padding: 5px 7px;
    margin: 0 5px;
	}
	.nav-header .nav{
		max-width: 75%;
	}
	.subnav:after{
		margin-left: -10px;
	}
}