﻿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: 30px;
	letter-spacing: 0.4px;
	background: url(../img/shared/bg.jpg) repeat top center;
	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 {
}

.fnt-amiri {
	font-family: 'Amiri', serif !important;
}

.fnt-notoserif {
	font-family: 'Noto Serif JP', serif;
}


/*=============================================
 * <main>
 *=============================================*/

main {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	width: 1000px;
}



/*=============================================
 * <header>
 *=============================================*/

header {
  position: relative;
  z-index: 9999;
}

header:before {
  content: '';
  background: url(../img/shared/header_deco2.png) no-repeat bottom right;
  background-size: cover;
  width: 573px;
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 1;
}

header:after {
  content: '';
  background: url(../img/shared/header_deco1.png) no-repeat top center;
  background-size: cover;
  width: 350px;
  height: 302px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

header .header_btn {
  position: fixed;
  top: 70px;
  right: 0;
  width: 4%;
  z-index: 999;
}

header .header_btn img {
	width: 100%;
	height: auto;
}

header .header_btn li:last-child {
  padding-top: 10px;
}

header .scroll {
  position: absolute;
  bottom: 20px;
  right: 28px;
  z-index: 1;
}

header .headerInfo {
  height: 100vh;
}

header .headerInfo .headerInfo__left {
  width: 360px;
  float: left;
  margin: 0 20px;
  height: 100vh;
  background: url(../img/shared/header_bg.jpg) repeat top center;
  position: relative;
  z-index: 2;
}

header .headerInfo .headerInfo__left h1.h1Pc {
  width: 300px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 22px;
  padding: 20px 0 12px;
  text-align: center;
}

header .headerInfo .headerInfo__left .nav {
  text-align: center;
  font-size: 21px;
  line-height: 26px;
  margin-top: 15px;
}

header .headerInfo .headerInfo__left .nav li {
  padding: 9px 0;
}

header .headerInfo .headerInfo__left .nav li a {
  font-weight: 600;
}

header .headerInfo .headerInfo__left .nav li a:hover {
  text-decoration: none;
  color: #b57400;
}

header .headerInfo .headerInfo__left .nav li.active a {
  color: #b57400;
}



header .headerInfo .headerInfo__left .logo {
  text-align: center;
}

header .headerInfo .headerInfo__key {
  width: calc(100% - 400px);
  float: right;
  height: 100vh;
}



@media only screen and (max-width: 1080px) and (min-width: 769px) {
	header .header_btn {
    position: fixed;
    width: 5%;
    top: 80px;
    right: 0;
    z-index: 999;
  }
  header .header_btn li:last-child {
    padding-top: 16px;
  }
}

@media only screen and (max-width: 768px) {
	header:before {
	    display: none;
	  }
	  header:after {
	    display: none;
	  }
	  header .headerInfo {
	    height: auto;
	  }
	  header .headerInfo .headerInfo__left {
	    height: auto;
	    width: 100%;
	    margin: 0;
	    position: fixed;
	  }
	  header .headerInfo .headerInfo__left #hd_top {
	    height: 60px;
	    background: url(../img/shared/header_line.jpg) no-repeat bottom center;
	    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
	    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
	    position: relative;
	    z-index: 9;
	  }
	  header .headerInfo .headerInfo__left .logo {
	    text-align: left;
	    position: absolute;
	    top: 0;
	    left: 3.5%;
	    width: 130px;
	  }
	  header .headerInfo .headerInfo__left .h1Sp {
	    text-align: center;
	    color: #000;
	    font-size: 10px;
	    line-height: 22px;
	    padding: 30px 0 20px;
	  }
	  header .headerInfo .headerInfo__key {
	    width: 100%;
	    height: auto;
	    float: none;
	    padding-top: 60px;
	  }
	  header .headerInfo .headerInfo__key #key {
	    min-height: auto;
	  }
	  header .headerInfo .headerInfo__key #key li {
	    display: block !important;
	    min-height: auto;
	  }
	  header .headerInfo .headerInfo__key #key li img {
	    opacity: 1;
	  }
}


/*=============================================
 * nav-fixed 
 *=============================================*/

.nav-fixed {
  background: url(../img/shared/nav_fix_bg.jpg) repeat top center;
  display: none;
  z-index: 99999;
  position: relative;
  font-family: 'Noto Serif JP', serif;

}

.nav-fixed.fixed {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-fixed ul {
 display: flex;
 justify-content: space-between;
}



.nav-fixed ul li a {
  display: block;
  color: #fff;
  letter-spacing: 0px;
  font-size: 18px;
  position: relative;
  vertical-align: middle;
  height: 66px;
	line-height: 66px;

}

.nav-fixed ul li a.active {
	color: #b57400
}

.nav-fixed ul li a:hover {
  text-decoration: none;
  color: #b57400
}



/*=============================================
 * key
 *=============================================*/

#key {
	
	height: 100vh;
	position: relative;
}
#key ul {
	height: inherit;
}
#key li {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 100vh;
}



/*=============================================
 * <section>
 *=============================================*/

section {
}



/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
}



/*=============================================
 * <footer>
 *=============================================*/

footer {
	text-align: center;
}
footer {
  padding-bottom: 58px;
}

footer .footer_info1 {
  padding: 92px 0 77px;
  position: relative;
}

footer .footer_info1:before {
  content: '';
  background: url(../img/shared/footer_bg.png) no-repeat top center;
  background-size: cover;
  height: 550px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

footer .footer_info1 .footer_info1__left {
  width: 390px;
}

footer .footer_info1 .footer_info1__left .footer_info1_left_tel {
  padding: 53px 0 23px;
  text-align: center;
  font-weight: 600;
}

footer .footer_info1 .footer_info1__left .footer_info1_left_tel .ttl {
  font-size: 20px;
  padding-bottom: 10px;
}

footer .footer_info1 .footer_info1__left .footer_info1_left_tel .tel span {
  font-size: 46px;
  letter-spacing: 3px;
  background: url(../img/shared/icon_tel_footer.png) no-repeat top 10px left;
  padding-left: 35px;
  line-height: 46px;
  display: inline-block;
}

footer .footer_info1 .footer_info1__left .footer_info1_left_tel .txt_tel {
  font-size: 12px;
}

footer .footer_info1 .footer_info1__left .bnr_foorter {
  background: url(../img/shared/bg_box2.jpg) repeat top center;
  -webkit-box-shadow: 5px 9px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 9px 15px 0px rgba(0, 0, 0, 0.25);
}

footer .footer_info1 .footer_info1__left .bnr_foorter a {
  font-size: 25px;
  display: block;
  position: relative;
  height: 70px;
  line-height: 70px;
}

footer .footer_info1 .footer_info1__left .bnr_foorter a:hover {
  text-decoration: none;
  opacity: 0.8;
}

footer .footer_info1 .footer_info1__left .bnr_foorter a:after {
  background: url(../img/shared/arrow_btn.png) no-repeat top center;
  width: 24px;
  height: 10px;
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -5px;
  content: '';
}

footer .footer_info1 .footer_info1__right {
  width: 610px;
}

footer .footer_info1 .footer_info1__right dl {
  line-height: 20px;
}

footer .footer_info1 .footer_info1__right dl:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}

footer .footer_info1 .footer_info1__right dl dt {
  width: 110px;
  text-align: right;
  margin-right: 20px;
  float: left;
  padding: 10px 0;
  font-weight: 600;
}

footer .footer_info1 .footer_info1__right dl dd {
  float: left;
  width: 480px;
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px solid #b1a48b;
}

footer .footer_bnr {
  margin-top: 38px;
  padding-bottom: 30px;
}

footer .footer_bnr .bnr {
  background: url(../img/shared/bg_box2.jpg) repeat top center;
  -webkit-box-shadow: 5px 9px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 9px 15px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  height: 70px;
  line-height: 70px;
  width: 460px;
  font-size: 25px;
}

footer .footer_bnr .bnr a {
  display: block;
}

footer .footer_bnr .bnr a:hover {
  text-decoration: none;
}

footer .footer_bnr .bnr:after {
  background: url(../img/shared/arrow_btn.png) no-repeat top center;
  width: 24px;
  height: 10px;
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -5px;
  content: '';
}

footer .footer_bnr .text {
  text-align: center;
  padding-top: 15px;
}

footer address {
  font-size: 13px;
  line-height: 20px;
  color: #433f36;
  letter-spacing: 2px;
  padding-top: 21px !important;
}

footer address a{
 font-size: 10px;
 text-align: center;
 color: #433f36;
 display: block;
 text-decoration: none;
}




@media only screen and (max-width: 1080px) and (min-width: 769px)  {
	footer {
    padding-bottom: 58px;
  }
  footer .footer_info1 {
    padding: 92px 0 77px;
  }
  footer .footer_info1 .footer_info1__left {
    width: 390px;
  }
  footer .footer_info1 .footer_info1__right {
    width: calc(100% - 410px);
  }
  footer .footer_info1 .footer_info1__right dl {
    line-height: 20px;
  }
  footer .footer_info1 .footer_info1__right dl dt {
    width: 70px;
  }
  footer .footer_info1 .footer_info1__right dl dd {
    float: left;
    width: calc(100% - 90px);
    padding: 10px 40px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer .footer_bnr {
    padding: 0 3.5%;
  }
  footer .footer_bnr .box_bnr {
    width: 48%;
  }
  footer .footer_bnr .bnr {
    width: 100%;
  }

}


@media only screen and (max-width: 768px) {
	footer {
    padding-bottom: 10%;
  }
  footer .footer_info1 {
    padding: 10% 0 25%;
  }
  footer .footer_info1 .footer_info1__left {
    width: 93%;
    margin: 0 auto;
  }
  footer .footer_info1 .footer_info1__left .logo {
    width: 70%;
    margin: 0 auto;
  }
  footer .footer_info1 .footer_info1__left .footer_info1_left_tel {
    padding: 8% 0 3%;
    text-align: center;
    font-weight: 600;
  }
  footer .footer_info1 .footer_info1__left .footer_info1_left_tel .tel span {
    font-size: 9vw;
  }
  footer .footer_info1 .footer_info1__left .bnr_foorter a {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  footer .footer_info1 .footer_info1__right {
    width: 93%;
    margin: 10% auto;
  }
  footer .footer_info1 .footer_info1__right dl {
    border-bottom: 1px solid #b1a48b;
    padding: 10px 0;
  }
  footer .footer_info1 .footer_info1__right dl dt {
    width: 100%;
    text-align: left;
    margin-right: 20px;
    padding: 0 0 5px 0;
  }
  footer .footer_info1 .footer_info1__right dl dd {
    width: 100%;
    padding: 0;
    border-bottom: none;
  }
  footer .footer_bnr {
    margin-top: 0;
    padding: 3.5% 3.5% 5% 3.5%;
  }
  footer .footer_bnr .bnr {
    height: 50px;
    line-height: 50px;
    width: 100%;
    font-size: 20px;
  }
  footer address {
    padding-top: 15px !important;
  }

}

 

 
/*=============================================
 * pre_wrap
 *=============================================*/

.pre_wrap {
  height: 340px;
  position: relative;
  z-index: 999;
}
.pre_wrap h2, .pre_wrap .inner, .pre_wrap .inner > div {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pre_wrap h2 {
  position: absolute;
  text-align: center;
  height: 64px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
}
.pre_wrap h2 img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%)!important;
  -moz-transform: translate(-50%, -50%)!important;
  -ms-transform: translate(-50%, -50%)!important;
  -o-transform: translate(-50%, -50%)!important;
  transform: translate(-50%, -50%)!important;
}
.pre_wrap h2 .on {
  opacity: 0;
}
.pre_wrap h2 .off {
  opacity: 1;
}
.pre_wrap .inner {
  position: absolute;
  top: 340px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
}
.pre_wrap .inner div {
  height: 340px;
  width: 100%;
  opacity: 0;
}
.pre_wrap:hover h2 {
  bottom: -30px;
}
.pre_wrap:hover h2 .on {
  opacity: 1;
}
.pre_wrap:hover h2 .off {
  opacity: 0;
}
.pre_wrap:hover .inner {
  top: 0px;
}
.pre_wrap:hover .inner div {
  opacity: 1;
}




/*=============================================
 * copyright
 *=============================================*/

address {
}


/*=============================================
 * RESPONSIVE
 *=============================================*/


@media only screen and (min-width: 768px) {
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}
}


@media only screen and (max-width: 1080px) and (min-width: 769px) {
	/* Tablet */
	.nav-fixed {
		padding: 0 3.5%;
	}
	.nav-fixed ul li a {
	  font-size: 15px;

	}

}

@media only screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.br-sp {
		display: none;
	}
	.fl {
		float: none;
	}
	.fr {
		float: none;
	}
	.txt {
		text-align: justify;
		padding: 0 3.5% 5%;
	}

	.txt-vertical {
		-ms-writing-mode: inherit;
		writing-mode: inherit;
		-webkit-writing-mode: inherit;
		cursor: auto;
	}

	/* .nav-fixed */
	.nav-fixed {
		display: none !important;
	}



	/*====================== nav ====================== */
	/*=============================================*/
	/*               menubtm                       */
	/*=============================================*/

	header .button-toggle {
		color: #fff;
		cursor: pointer;
		display: block;
		font-size: 0px;
		width: 60px;
	}
	header .button-toggle span {
		background: #000 none repeat scroll 0 0;
		display: block;
		height: 4px;
		margin-top: 5px;
	}
	header .menu_toggle {
		opacity: 0;
		visibility: hidden;
		position: fixed;
		width: 100%!important;
		top: 0px;
		right: 0;
		height: 100vh;
		overflow-y: auto;
		color: #999;
		z-index: 99;
		padding-top: 74px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	header .menu_toggle ul {
		
		padding: 0;
		list-style-type: none;
		list-style-position: outside;

	}
	header .menu_toggle li {
		position: relative;
		padding: 3px 5px;
		clear: both;
	}
	header .menu_toggle li.active::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 50%;
		transform: translateX(-50%);
		height: 1px;
	}

	header .menu_toggle a {
		display: block;
		text-decoration: none;
		line-height: 16px;
		font-size: 15px;
	}
	header .menu_toggle ul li a {
		display: block;
		padding: 5px 0 5px;
		color: #000
	}


	header .topNavi {
		position: absolute;
		top: 8px;
		right: 5px;
		height: 54px;
	}

	header .topNavi li {
		display: inline-block;
		position: relative;
		width: 55px;
		vertical-align: top;
	}

	header .topNavi li a {
		color: #000;
		font-size: 10px;
		line-height: 23px;
		text-align: center;
		display: block;
		height: 100%;
		padding-top: 23px;
		padding-left: 3px;
		width: 100%;
		border-left: none;
	}
	
	
	

	header .topNavi li a:hover { text-decoration: none; }

	header .topNavi li a[class^="icon-"]:before {
		display: block;
		width: 100%;
		padding-bottom: 2px;
		font-size: 20px;
		font-weight: normal;
		position: absolute;
		top: 3px;
		left: 0;
		right: 0;
		text-align: center;
		color: #000;
	}

	header .menu_toggle {
		padding: 0px 20px 74px;
		margin-top: 60px;
		background: rgba(255, 255, 255, 0.9);
		color: #fff;
		transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-webkit-transition: all 0.5s ease 0s;
	}


	#menu_toggle li {
		/* transform: matrix(1, 0, 0, 1, 0, -20); */
		transition: all ease 0.5s 0.3s;
		opacity: 0;
		text-align: center;
	}
	
	header .menu_toggle li a span {
		padding: 10px 10px;
	}
	header .menu_toggle li.active a span {
		border-bottom: 1px solid #fff;
		padding: 5px 10px;
		display: inline-block;
	} 
	header .menu_toggle ul li a {
		font-weight: bold;
	}
	.navOpen .menu_toggle.nav-style01 {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		right: 0;
	}

	.navOpen #menu_toggle {
		opacity: 1;
		visibility: visible;
		pointer-events: visible;
		z-index: 8;
	}

	.navOpen #menu_toggle li {
		opacity: 1;
		/* transform: matrix(1, 0, 0, 1, 0, 0); */
	}

	.navOpen.mn_tyle_a li {
		text-align: left !important;
	}

	.navOpen.mn_tyle_a .hamburger {
		opacity: 0;
		visibility: hidden;
	}

	.navOpen.mn_tyle_a .hamburger.type_a {
		opacity: 1;
		visibility: visible;
	}

	.navOpen .hamburger.type_a {
		opacity: 0;
		visibility: hidden;
	}

	header .menu_toggle.nav-style01 {
		top: 0px;
		right: -100%;
		display: block;
		transition: all 0.5s ease 0s;
	}

	.navOpen .menu_toggle.nav-style01 {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		right: 0;
	}

	.hamburger { position: relative; z-index: 9; }

	.hamburger:after {
		font-size: 10px;
		content: 'MENU';
		position: absolute;
		bottom: -15px;
		left: 0;
		right: 0;
		text-align: center;
		color: #000;
	}

	.navOpen .hamburger:after { content: 'CLOSE'; }

	/*====================== end nav ====================== */
}

@media only screen and (max-width: 390px)  {
	header .topNavi li {
		width: 40px;
	}
	header .topNavi li#topNavi__web {
		width: 50px;
		letter-spacing: 0;
	 margin-top: -28px;
	}
}

@media only screen and (max-width: 770px)  {
	header .topNavi li {
		width: 40px;
	}
	header .topNavi li#topNavi__web {
		width: 50px;
		letter-spacing: 0;
	 margin-top: -28px;
	}
}


@media only screen and (max-width: 375px)  {
	header .topNavi li {
		width: 40px;
	}

	header .topNavi li#topNavi__web {
		width: 50px;
		letter-spacing: 0;
	 margin-top: -28px;
	}
}

.ins_botan a{
	background-color: #a06012;
	margin: 15px 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	color:#fff;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
}

.insta{
	text-align: center;
	margin: 10px auto;
}



