@charset "utf-8";
/*=============================================
 * body
 *=============================================*/

body {
font-family: 'Noto Serif JP', serif;
	font-size: 14px;
	line-height: 26px;
	text-align: justify;
	 color: #231400;	
	background: url(../img/shared/bd_bg.jpg) repeat center top;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.navOpen {
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
.navOpen #pagetop {
	z-index: -1;
}
body.navOpen, body.navOpen *, body.navOpen *:hover, body.navOpen *:focus, body.navOpen *:active {
	/*    cursor: none !important;*/
	touch-action: none !important;
	pointer-events: none !important;
}
body.navOpen .hamburger, body.navOpen #menu_toggle, body.navOpen #menu_toggle * {
	touch-action: auto !important;
	pointer-events: visible !important;
}
.fnt-mincho {
	font-family: 'Noto Serif JP', serif;/*font-family: 'Sawarabi Mincho', sans-serif;	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;
}
.block::after {
	clear: both;
	content: "";
	display: block;
}
.txt-center {
	text-align: center;
}
.txt_b {
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
.padd_wrap {
	padding: 0 3%;
}
.txt_shadown {
	text-shadow: 1px 3px 0 rgba(0, 0, 0, 0.13);
}
.box_shadow {
	box-shadow: 0px 0px 27px 0px rgba(8, 8, 8, 0.17);
}
/*=============================================
 * header
 *=============================================*/

header .logo {
width: 135px;
    position: absolute;
    top: -8px;
    left: 10px;


}
header .logo img {
	width: 100%;
	height: auto;
}
header h1 {
	    text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.85), 1px 3px 4px rgba(0, 0, 0, 0.85);
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	z-index: 91;
	text-align: center;
	padding: 0;
	font-size: 10px;
	color: #fff;
	line-height: 20px;
}
header {
	color: #fff;
	padding-top: 70px;
}

/*====================== nav ====================== */


header .menu_toggle {
	background-color: rgba(0,0,0,0.9);
	visibility: hidden;
	color: #fff;
	text-align: center;
		height: 100vh;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
header .sub_click {
	display: block;
	padding: 9px 0;
	position: relative;
}
header .sub_click:before {
	content: '';
	position: absolute;
	width: 15px;
	border-top: 1px solid #fff;
	right: 5px;
	top: 22px;
	animation: smoky-out 0.7s 0s both;
}
header .sub_click:after {
	content: '';
	position: absolute;
	height: 15px;
	border-left: 1px solid #fff;
	right: 12px;
	top: 15px;
	animation: smoky-out 0.7s 0s both;
}
header .sub_click.open:after, header .sub_click.open:before {
	animation: smoky 0.7s 0s both;
}
header .sub_click.open:after {
	opacity: 0;
}
 @keyframes smoky {
 50% {
 filter: blur(3px)
}
 100% {
 filter: blur(0px)
}
}
 @keyframes smoky-out {
 50% {
 filter: blur(3px)
}
 100% {
 filter: blur(0px)
}
}
#menu_toggle li {
	opacity: 0;
	text-align: center;
	letter-spacing: 2px;
		opacity: 0;
	transition: all 0.5s ease 0.3s;
	-moz-transition: all 0.5s ease 0.3s;
	-webkit-transition: all 0.5s ease 0.3s;
}
header .menu_toggle ul {
	padding: 70px 0 0 0px;
}
header .menu_toggle li a span {
	padding: 10px 5px;
	display: inline-block;
}
header .menu_toggle li.active a {
	
}
header .menu_toggle li.active a span {
	border-bottom: 1px solid #fff;
}
header .menu_toggle li.active:before {
}
#menu_toggle .sub_scroll_box li {
	margin: 0 20px;
	border: none;

}
#menu_toggle .sub_scroll_box li a {
	padding: 5px 0;
}
#menu_toggle .sub_scroll_box li:last-child {
	border-bottom: none;
}
.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 {
	visibility: visible;
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
}
.navOpen #menu_toggle li {
	opacity: 1;
}

/*
.navOpen #menu_toggle li:nth-child(1) {
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}
.navOpen #menu_toggle li:nth-child(2) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.navOpen #menu_toggle li:nth-child(3) {
	-webkit-animation-delay: 0.45s;
	animation-delay: 0.45s;
}
.navOpen #menu_toggle li:nth-child(4) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.navOpen #menu_toggle li:nth-child(5) {
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}
.navOpen #menu_toggle li:nth-child(6) {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.navOpen #menu_toggle li:nth-child(7) {
	-webkit-animation-delay: 1.05s;
	animation-delay: 1.05s;
}
.navOpen #menu_toggle li:nth-child(8) {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.navOpen #menu_toggle li:nth-child(9) {
	-webkit-animation-delay: 1.35s;
	animation-delay: 1.35s;
}
.navOpen #menu_toggle li:nth-child(10) {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}*/
.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 {
	background: #491407;
	position: fixed;
	top: 17px;
	z-index: 100;
	right: 15px;
}
.hamburger:after {
	font-size: 10px;
	content: 'メニュー';
	position: absolute;
	bottom: 7px;
	left: -36px;
	right: 0px;
	text-align: center;
	letter-spacing: 0.0em;
	
}
.type_a {
	padding: 11px 10px 3px;
	right: auto;
	left: 15px;
}
.type_a:after {
	display: none;
}
.navOpen .hamburger:after {
	content: '閉じる';
}
/*====================== end nav ====================== */

/*====================== header key ====================== */

header #key {
	position: relative;
	overflow: hidden;
}
.bx-wrapper {
	position: relative;
}
.bx-wrapper .bx-pager {
	color: #ffee00;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding-top: 0px;
}
.bx-wrapper .bx-controls-auto {
	line-height: 10px;
	bottom: 5%;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 60;
}
.bx-controls-direction {
	left: 0;
	position: absolute;
	right: 0;
	top: 25vw;
	width: 100%;
	z-index: 60;
}
.bx-wrapper .bx-controls-direction a {

	background-color: #491407;
	color: #fff;
	font-family: "fontello";
	font-size: 30px;
	height: 36px;
	line-height: 36px;
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	top: 0%;
	width: 26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-prev::after {
	content: "\f104";
	left: 7px;
	position: absolute;
	text-indent: 0;
	top: -2px;
}
.bx-next::after {
	content: "\f105";
	left: 7px;
	position: absolute;
	text-indent: 0;
	top: -2px;
}
.bx-prev {
	position: absolute;
	top: 0;
	left: 0;
}
.bx-next {
	position: absolute;
	top: 0;
	right: 0;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #000;
	display: block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	margin: 0 5px;
	outline: 0 none;
	text-indent: -9999px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #804300;
}
.sl_vertical .bx-pager {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	left: auto;
	width: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sl_vertical .bx-pager-item {
	display: block;
	margin: 5px 0;
}
/*====================== end nav ====================== */

section {
	overflow: hidden;
}
/*=============================================*/

/*                   　footer　　　　　          */

/*=============================================*/



footer .tel  {
	width: 86%;
	margin: 0 auto;
}

footer .tel  span {
	font-size: 15px;
}
footer #socialbuttons {
	margin-bottom: 10px;
}
footer #f_logo {
width: 60%;
	margin: 0 auto 20px;
}


footer address {
background: url(../img/shared/address.jpg) 0 0 repeat;
	text-align: center;
	padding: 5px 0;
	font-size: 11px;
	color: #fff;

}

footer address a{
 font-size: 10px;
 color: #FFF;
 display: block;
 text-decoration: none;
}

/*====================== ft_fixed ====================== */

#ft_fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	font-size: 12px;
	z-index: 99;
}
.navOpen #ft_fixed {
	z-index: 0;
}
.has_nav #ft_fixed {
	opacity: 1;
	visibility: visible;
}
.ft_fixed_shared {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row;
	text-align: center;
	width: 100%;
	z-index: 100;
	border-top: 1px solid #8e8e8e;
}
.ft_fixed_shared li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: calc((75% - 52px) );
	color: #fff;
	
	background-color: rgba(73,20,7,0.94);
	font-weight: bold;
	border-right: 1px solid #8e8e8e;
	
}
.ft_fixed_shared li:first-child  {
	width: 25%
}
.ft_fixed_shared li:first-child  a:before  {
	display: block;
	margin: 0 auto 4px;
	
	
}
.ft_fixed_shared li:last-child {
	width: 46px;background-color: transparent;
}

.ft_fixed_shared li:nth-child(2) a {
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 18px;
	
}
.ft_fixed_shared li a {
	display: block;
	padding: 6px 10px 6px 0;
	font-size: 12px;
	line-height: 18px;
	position: relative;
}

.ft_fixed_shared li a:before {
    font-size: 18px;
    margin-right: 5px;
	position: relative;
	top: 2px;
}
.ft_fixed_shared li a:after {
	font-size: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 8px;
	content: '\f105';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
}
.ft_fixed_shared.ft_a li {
	width: 100%;
}
.ft_fixed_shared.ft_b li {
	width: 50%;
}
.ft_fixed_shared.ft_c li {
	width: calc((100% - 50px)/3);
}
.ft_d a, .ft_c a, .ft_b a, .ft_a a {
	padding: 3px 10px 3px 0!important;
}
.ft_a a:after, .ft_b a:after, .ft_c a:after, .ft_d a:after {
	right: 8px !important;
}
.ft_fixed_shared.ft_c li:nth-child(2) {
	min-width: 110px;
}

.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
 @-webkit-keyframes fadeInUpNew {
0% {
opacity:0;
-webkit-transform:translate3d(0, 30px, 0);
transform:translate3d(0, 30px, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInUpNew {
0% {
opacity:0;
-webkit-transform:translate3d(0, 30px, 0);
transform:translate3d(0, 30px, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.fadeInUpNew {
	-webkit-animation-name: fadeInUpNew;
	animation-name: fadeInUpNew
}

@-webkit-keyframes fadeAndScale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.98, 0.98);
            transform: scale(0.98, 0.98);
    -webkit-transform: matrix(0.95, 0, 0, 0.95, 0, 0);
            transform: matrix(0.95, 0, 0, 0.95, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@keyframes fadeAndScale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.98, 0.98);
            transform: scale(0.98, 0.98);
    -webkit-transform: matrix(0.95, 0, 0, 0.95, 0, 0);
            transform: matrix(0.95, 0, 0, 0.95, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@-webkit-keyframes fadeInZoom {
0% {
transform: scale(1);
}
to {
transform: scale(1.2);
}
}
@keyframes fadeInZoom {
0% {
transform: scale(1);
}
to {
transform: scale(1.2);
}
}
.fadeInZoom {
    -webkit-animation-name: fadeInZoom;
    animation-name: fadeInZoom;
    -webkit-animation-duration: 8.5s;
   animation-duration: 8.5s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   -webkit-animation-timing-function: linear;
   animation-timing-function: linear;
   animation-iteration-count: infinite;
   -webkit-animation-iteration-count: infinite;
}



.wall{
	position: relative;
	display: block;
}
.wall.animated:after {
	z-index: 3;
	position: absolute;
	content: "";
	background: #000;
	height: 100%;
	width: 100%;
	right: 0;
	top: 0;
	animation: wall 1s forwards;
	-webkit-animation: wall 1s forwards;
}

@-webkit-keyframes wall {
	from {
		width: 100%;
	}
	to {
		width: 0;
	}
}
@-webkit-keyframes wall-b {
	from {
		width: 100%;
	}
	to {
		width: 0;
	}
}
@-webkit-keyframes wall-w {
	from {
		width: 100%;
	}
	to {
		width: 0;
	}
}
/* Standard syntax */

@keyframes wall {
	from {
		width: 100%;
	}
	to {
		width: 0;
	}
}
@keyframes wall-b {
	from {
		width: 100%;
	}
	to {
		width: 0;
	}
}
@keyframes wall-w {
	from {
		width: 100%;
	}
	to {
		width: 0;
	}
}


.pb0 {
	padding-bottom: 0 !important;
}
