﻿@charset "UTF-8";
html:not(.responsive) {
	min-width: 1000px;
	/* viewport */
}

a:hover{
    text-decoration: none;
}

/*=============================================
 * body
 *=============================================*/

body {
	color: #000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	line-height: 35px;
	letter-spacing: 0.08em;
	background: url("../img/shared/bg1.jpg");
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
}

@media only screen and (min-width: 768px){
    body{
        min-width: 1000px; /* viewport */
    }
}

/*=============================================
 * 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>
 *=============================================*/
header{
    position: relative;
    z-index: 111;
    padding-bottom: 70px;
}
header h1 {
	float: left;
    font-size: 13px;
    font-weight: 600;
    padding-top: 38px;
    width: 41%;
}
header .h_top .logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 60;
}
header .tel {
    float: right;
    margin: 27px 0  30px 0;
}
header nav {
}
header nav.nav-top {
    width: 710px;
    position: absolute;
    top: 74px;
    right: 0;
    text-align: right;
}
header nav.nav-top a {
	margin-left: 49px;
}
.nav_style a {
	font-size: 19px;
    letter-spacing: 0.1em;
}

.nav_style a:hover {
	text-decoration: none;
}
.nav_style a span {
	position: relative;
	padding: 5px 0;
}
.nav_style a.on span::before,
.nav_style a span::before {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	background-color: #000000;
}
.nav_style a.on span::before,
.nav_style a:hover span::before,
.nav_style a.active span::before {
	display: block;
}

/*-----web予約非表示------*/
.nav_style{
	margin: 0 auto;
    text-align: center;
}
/*-----web予約非表示------*/

.nav-fixed {
	border-bottom: 1px solid #a68038;
	height: 70px;
	transition: all .3s ease;
    display: flex;
    align-items: center;
    background: url("../img/shared/bg1.jpg") repeat center top;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.nav-fixed .btn_web{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: url("../img/shared/b4.jpg") repeat center top;
    color: #fff;
    font-size: 17px;
    
    letter-spacing: 0.1em;
}
.nav-fixed .btn_web:hover{
    background: #000;
}
.nav-fixed .btn_web:hover a:hover{
    text-decoration: none;
}
.nav-fixed li {
    display: inline-block;
    margin-right: 30px;
}
.nav-fixed .tel {
	position: absolute;
	top: 60px;
	right: 0;
    opacity: 0;
}
.nav-fixed .tel p{
	margin-bottom: 10px;
}
.nav-fixed.fixed{
	opacity: 1;
	visibility: visible;
    position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
.nav-fixed .btn_web a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 11px 6px 17px;
}
.nav-fixed.fixed .tel{
    opacity: 1;
}
/*=============================================
 * key
 *=============================================*/

#key {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 800px;
	position: relative;
}
@media only screen and (min-width: 768px){
    #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;
    }
}

#key img{
    display: none;
}


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

section {
}
.btn_link a{
    align-items: center;
    position: relative;
    display: flex;
    width: 460px;
    font-size: 23px;
    letter-spacing: 0.1em;
    height: 74px;
    background: url("../img/shared/b4.jpg") repeat left top;
    color: #fff;
    padding-left: 46px;
    box-sizing: border-box;
}
.btn_link a:after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    background: url("../img/shared/icon_next.jpg") no-repeat left top / cover;
    width: 34px;
    height: 34px;
}
.btn_link a:hover{
    text-decoration: none;
}
.hvr-outline-out:before{
    content: '';
    position: absolute;
    border: transparent solid 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}
.hvr-outline-out:hover::before{
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
     border: #fff solid 1px;
}
/*=============================================
 * <footer>
 *=============================================*/

footer {
	background: url("../img/shared/bg3.jpg") repeat top center;
    color: #fff;
}
footer .logo_footer {
    position: absolute;
    top: 0;
    left: 0;
    width: 133px;
}
footer .btn_web  {
    position: absolute;
    top: 85px;
    right: 0;
    border: 1px solid;
    text-align: center;
    font-size: 19px;
    letter-spacing: 0.1em;
}
footer .btn_web:hover{
    opacity: 0.8;
}
footer .btn_web a{
    display: block;
    padding: 8px 36px 7px 42px;
}
footer .tel {
    margin-left: 169px;
}
footer .wrap {
	padding: 74px 0 62px;
}
footer .box_dl{
    margin-left: 170px;
    width: 625px;
    padding-top: 24px;
    line-height: 29px;
    color: #e5d5c9;
}
footer .box_dl dt{
    float: left;
    text-align: right;
    width: 140px;
}
footer .box_dl dd{
    float: left;
    margin-left: 28px;
}
footer .nav_style{
    text-align: center;
    border-top: 1px solid #554234;
    margin: 35px 0 28px 0;
    padding-top: 21px;
}
footer .nav_style li{
    display: inline-block;
    margin: 0 17px;
}
footer .nav_style a.on span::before,
footer .nav_style a span::before {
    background-color: #fff;
}
/*=============================================
 * .socialbuttons
 *=============================================*/

footer .socialbuttons {
}



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

address {
	line-height: 15px;
    font-size: 13px;
    text-align: center;
    color: #878787;
    margin-top: 18px;
}
.text-cookie{
    text-decoration: underline;
    color: #878787;
    text-align: center;
    font-size: 13px;
    margin-top: 7px;
}
.text-cookie:hover{
    text-decoration: none;
}
.b_shadow {
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);	
}


/* Media queries
   ========================================================================== */
   @-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}
@media only screen and (min-width: 768px) {

    /*=============================================
     * text vertical
     *=============================================*/

.txt-vertical {
    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 .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 .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 .txt-latin{
    display: inline-block;
	  vertical-align: middle;
	  transform:rotate(180deg);
left:0
  }
}

}

/* ==========================================================================
   end css popup
   ========================================================================== */

@media only screen and (max-width: 767px) {
 html.responsive .wrap {
        padding: 0 5%;
        width: auto;
        max-width: 100%;
    }
    body {
        letter-spacing: 0.05em;
    }
/*
	.fnt-mincho {
		font-family: 'Noto Serif JP', serif;
	}
*/
	.wrap {
		width: auto!important;
	}
	header .h_top .tel,
	header nav.nav-top {
		display: none;
	}
    .text{
        text-align: justify;
        height: auto;
    }
    .text br{
        display: none;
    }
   
}

@media only screen and (max-width: 640px) {
	body {
		line-height: 26px;
	}
}

/*=============================================*/
/*               menubtm                       */
/*=============================================*/

header .navBtn {
	display: block;
	width: 34px;
	height: 36px;
	position: absolute;
	bottom: 3px;
	left: 1px;
	cursor: pointer;
	padding: 12px 13px 12px 13px;
	text-align: center;
	font-size: 11px;
	line-height: 27px;
}
header .navBtn span {
	display: block;
	height: 3px;
	width: 100%;
	background: #fff;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
header .navBtn span:nth-of-type(2), header .navBtn span:nth-of-type(3) {
	margin-top: 6px;
}
/* ナビゲーションアイコン：アクティブ */
.navOpen .navBtn span:nth-of-type(1) {
	-webkit-transform: translateY(9px) translateX(0) rotate(45deg);
	-ms-transform: translateY(9px) translateX(0) rotate(45deg);
	transform: translateY(9px) translateX(0) rotate(45deg);
}
.navOpen .navBtn span:nth-of-type(2) {
	margin-top: 6px;
	opacity: 0;
	-webkit-transform: translateY(9px);
	-ms-transform: translateY(9px);
	transform: translateY(9px);
}
.navOpen .navBtn span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
	transform: translateY(-9px) translateX(0) rotate(-45deg);
}
header .button-toggle {
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	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: 996;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
header .menu_toggle ul {
	padding: 10px 0 10px;
	list-style-type: none;
	list-style-position: outside;
}
header .menu_toggle li {
	position: relative;
	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 {
	padding: 9px 0 9px;
}
header .menu_toggle ul li li a {
	font-size: 13px;
	display: block;
}
/*
header .menu_toggle ul li a:after {
	content: '\f105';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -7px;
}
*/
header .menu_toggle .last {
	background-color: #5a0000;
}
header .close_btn {
	width: 100%;
	height: 40px;
	padding-top: 1px;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	display: block;
	letter-spacing: 0.1em;
	line-height: 30px;
	text-align: center;
	background-color: #000;
	z-index: 100;
}
header .close_btn span {
	font-size: 24px;
}
/*====================== nav ====================== */


header .menu_toggle {
	padding: 90px 0px 130px;
	background: url(../img/shared/bg3.jpg) repeat-y top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	color: #fff;
	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: 5px 0;
	position: relative;
}
header .sub_click:before {
	content: '';
	position: absolute;
	width: 15px;
	border-top: 1px solid #fff;
	right: 5px;
	top: 21px;
	animation: smoky-out 0.7s 0s both;
}
header .sub_click:after {
	content: '';
	position: absolute;
	height: 15px;
	border-left: 1px solid #fff;
	right: 12px;
	top: 14px;
	animation: smoky-out 0.7s 0s both;
}
header .sub_click.open:after, header .sub_click.open:before {
	animation: smoky 0.7s 0s both;
}
header .menu_toggle li a.active,
header .menu_toggle li .sub_click.active a {
	color: #000;
}
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 {
	transform: matrix(1, 0, 0, 1, 0, -20);
	transition: all ease 0.5s 0.3s;
	opacity: 0;
	text-align: center;
}
#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 {
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
}
.navOpen #menu_toggle li {
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
}
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;
}
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 *,
body.navOpen #ft-fixed,
body.navOpen #ft-fixed * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.navOpen {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}

.navOpen #menu_toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  overflow: auto;
}
.hamburger {
	border: 1px solid #a68038;
	background: url("../img/shared/bg1.jpg");
	position: fixed;
    padding: 2px 5px 9px;
    top: 9px;
	z-index: 997;
	right: 10px;
	display: none;
	height: 30px;
}.hamburger-box{
    width: 35px;
}
.hamburger:after {
	font-size: 10px;
	content: 'MENU';
	position: absolute;
	bottom: -4px;
	left: auto;
	right: 5px;
	text-align: center;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
    height: 3px;
    width: 35px;
}
.type_a {
	padding: 11px 10px 3px;
	right: 10px;
}
.type_a:after {
	display: none;
}
.navOpen .hamburger:after {
	content: 'CLOSE';
    color: #fff;
}
.navOpen .hamburger-inner, .navOpen .hamburger-inner:after,.navOpen  .hamburger-inner:before{
    background-color: #fff
}
.nav_logo {
	width: 180px;
	margin: 0 auto;
}
.nav_tel {
	width: 280px;
	margin: 0 auto 20px;
}
.nav_btn {
	width: 250px;
	margin: 0 auto;
}
.nav_btn a {
	display: block;
	background-color: #fff;
	border: 1px solid #96652c;
	position: relative;
	color: #96652c;
	font-size: 18px;
	padding: 12px 20px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
.nav_btn a::before {
	content: "";
	background: url(../img/shared/nav_arrow.jpg) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 9px;
	height: 14px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	
}


.navOpen .hamburger {
	background-color: transparent;
	border: none;
}
.group_nav_sp {
	padding-top: 20px;
}
.group_nav_sp p {
	width: 48%;
	margin-top: 10px;
	background: url(../img/shared/bg01.jpg);
	border-radius: 5px;
	float: left;
	position: relative;
	transform: matrix(1, 0, 0, 1, 0, -20);
	transition: all ease 0.5s 0.3s;
	opacity: 0;
	visibility: hidden;
}
.navOpen .group_nav_sp p {
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
	visibility: visible;
}
.group_nav_sp p:nth-child(2n) {
	float: right;
}
.group_nav_sp p a {
	display: block;
	padding: 8px 20px 8px 38px;
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 25px;
}
.group_nav_sp p span {
	position: relative;
}
.group_nav_sp p span::before {
	content: "";
	position: absolute;
	top: 1px;
	left: -22px;
	width: 16px;
	height: 17px;
}
.group_nav_sp p:nth-child(1) span::before {
	background: url(../img/shared/icon_01.png) no-repeat top center;
}
.group_nav_sp p:nth-child(2) span::before {
	background: url(../img/shared/icon_02.png) no-repeat top center;
}
.group_nav_sp p:nth-child(3) span::before {
	background: url(../img/shared/icon_03.png) no-repeat top center;
}
.group_nav_sp p:nth-child(4) span::before {
	background: url(../img/shared/icon_04.png) no-repeat top center;
}
.sp{
    display: none !important;
}
.pc{
    display: block !important;
}
/*====================== ft_fixed ====================== */

#ft_fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	font-size: 12px;
    align-items: center;
	padding-bottom: env(safe-area-inset-bottom);
}
.navOpen #ft_fixed {
	z-index: 0;
}

.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%;
	border-top: 1px solid #554234;
	z-index: 9999;
    background-color: #000;
}
.ft_fixed_shared li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 87%;
	color: #fff;
	
    padding: 1vw 0;
}
/*.ft_fixed_shared li:last-of-type{
    width: 11%;
}*/
#pagetop{
    right: 0;
    bottom: 0;
}
@media all and (-ms-high-contrast:none){
    .nav-fixed .btn_web a{
        padding: 8px 11px 3px 17px;
    }
    .btn_link2 span {
        padding-right: 6px;
    }
    .btn_link a{
        padding-top: 4px;
    }
    footer .btn_web a{
        padding: 11px 36px 2px 42px;
    }
}
    

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

@media only screen and (max-width: 767px) {
    .has_nav #ft_fixed {
	opacity: 1;
	visibility: visible;
}
	html.responsive img {
		width: 100%;
	}
    .pc{
        display: none !important;
    }
    .sp{
        display: block !important;
    }
    .text{
        text-align: justify;
    }
    header{
        padding-bottom: 0;
    }
	header h1 {
		    padding: 6vw 0 6vw!important;
		font-size: 10px;
		line-height: 14px;
        margin-left: 20vw;
        width: 63%;
	}
    .nav-fixed{
        display: none;
    }
     header .h_top .logo{
        left: 10px;
        transform: translateX(0%);
        width: 18%;
    }
    .nav-fixed{
        height: 52px;
    }
	.has_nav .nav-fixed {
		display: none;
		opacity: 0;
		visibility: hidden;
		height: 52px;
	}

	.hamburger {
		display: block;
	}	
    .hamburger-inner:before {
        top: -7px;
    }
    .hamburger-inner:after{
        bottom: -7px;
    }
    .btn_link a{
        width: 100% !important;
        text-align: center;
        height: auto;
        padding: 4vw 0;
        padding-left: 5vw;
        font-size: 4.5vw !important;
        line-height: 1.2;
    }
    .btn_link a:after{
        width: 25px;
        height: 25px;
        right: 15px;
    }
    .hvr-outline-out:before {
        top: -4px;
        right: -4px;
        bottom: -4px;
        left: -4px;
        border: #fff solid 1px;
    }
	.navOpen header .menu_toggle {
		display: block;
		opacity: 1;
		visibility: visible;
		pointer-events: visible;
	}
    .btn_web.btn_link{
        margin-top: 7vw;
    }
	.navOpen #menu_toggle li {
		opacity: 1;
		transform: matrix(1, 0, 0, 1, 0, 0);
	}
	.nav_style a,
	.nav_style a span {
		display: block;
        font-size: 18px;
	}
	.nav_style a span {
		padding: 10px 0;
	}
	.nav_style a span::before{
		display: none !important;
	}
    .navOpen .nav_style a{
        border-top: 1px solid #554234;
	}
    .navOpen .nav_style li:last-of-type a{
         border-bottom: 1px solid #554234;
    }
    .nav_style a.active{
        background-color: rgba(85,66,52,0.6);
        color: #fff !important;
    }
    .tel_menu,
    .btn_web.btn_link{
        padding: 0 7%;
    }
    header .menu_toggle ul{
        padding-top: 7vw;
    }
	
	footer {
        padding-bottom: 30vw;
	}
	
    #key{
        min-height: auto;
    }
    #key .slick-slide{
        background: none !important;
        height: auto !important;
    }
	#key img{
        display: block;
        width: 100%;
    }
    footer .logo_footer{
        position: static;
        text-align: center;
        margin: 0 auto;
        width: 25%;
    }
    footer .btn_web {
        position: relative;
        font-size: 4.5vw;
        
        top: 0;
        right: 0;
        text-align: left;
        box-sizing: border-box;
        padding-left: 5vw;
        display: block;
            
    }
    footer .btn_web a{
        padding: 4vw 0;
    }
    footer .btn_web a:after{
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 25px;
        height: 25px;
        right: 15px;
        background: url(../img/shared/icon_next.jpg) no-repeat left top / cover;
    }
    footer .tel{
        margin-left: -5%;
        margin-right: -5%;
        margin-bottom: 3vw;
        margin-top: -5vw;
    }
    footer .box_dl{
        margin-left: 0;
        width: 100%;
        padding-top: 5vw;
        letter-spacing: 0.02em;
    }
    footer .box_dl dt{
        float: none;
        text-align: left;
    }
    footer .box_dl dd{
        float: none;
        margin-left: 0;
    }
    footer .nav_style li{
        display: none;
    }
    footer .nav_style{
        margin: 5vw 0;
        padding-top: 0;
    }
    address{
        line-height: 20px;
    }
    #ft_fixed{
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (max-width: 520px) {
	.bx-wrapper .bx-controls-direction a {
		width: 16px;
		height: 29px;
	}
	address {
		font-size: 13px;
		letter-spacing: 0;
	}
}

@media only screen and (max-width: 425px) {

	.s5_pop .group_list dl {
		line-height: 24px;
	}
}



@media only screen and (max-width: 375px) {
	body {
		font-size: 13px;
		line-height: 26px;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		width: 12px;
		height: 12px;
	}
}


.note{
	color: #c4ab6b;
}



.toggle-custom .toggle-link {
  text-align: center;
  margin-bottom: 34px;
}

.toggle-custom .menulist {
  display: flex;
  justify-content: space-between;
  margin-bottom: 61px;
}

.toggle-custom .menulist .col {
  width: 320px;
}

.toggle-custom .menulist .col .item {
  margin-bottom: -2px;
}

.toggle-custom .menulist .col .sttl {
  text-align: center;
  font-size: 20px;
  border-bottom: 2px solid #354053;
  padding-bottom: 1px;
  margin-bottom: 14px;
}

.toggle-custom .menulist .col .note2 {
  border-bottom: 1px solid #a6874b;
  line-height: 25px;
  padding-bottom: 9px;
  margin-bottom: 15px;
}

.toggle-custom .menulist .col dl {
  width: 100%;
  display: table;
  border-bottom: 1px solid #a6874b;
  line-height: 25px;
  padding-bottom: 9px;
  margin-bottom: 15px;
}

.toggle-custom .menulist .col dl dt {
  display: table-cell;
}

.toggle-custom .menulist .col dl dd {
  display: table-cell;
  white-space: nowrap;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .toggle-custom .toggle-link {
    pointer-events: none;
  }
  .toggle-custom .toggle-main {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .toggle-custom {
    border: 2px solid #354053;
    padding: 2vw 0;
    margin-bottom: 10vw;
  }
  .toggle-custom .toggle-link {
    width: 100%;
    margin: 0;
    padding-bottom: 6vw;
    position: relative;
  }
  .toggle-custom .toggle-link:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4vw 3vw 0 3vw;
    border-color: #354053 transparent transparent transparent;
    transform: rotate(0deg) translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: 0.3s all ease;
  }
  .toggle-custom .toggle-link img {
    width: 34vw;
    margin: 0 auto;
  }
  .toggle-custom .menulist {
    display: block;
    margin-bottom: 0;
    padding: 6vw 5%;
  }
  .toggle-custom .menulist .col {
    width: 100%;
  }
  .toggle-custom .menulist .col .item {
    margin-bottom: 15px;
  }
  .toggle-custom .menulist .col .sttl {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .toggle-custom .menulist .col .note2,
  .toggle-custom .menulist .col dl {
    line-height: 22px;
    padding-bottom: 10px;
    margin-bottom: 11px;
  }
  .toggle-custom.disable-toggle {
    border: none;
    padding: 0;
  }
  .toggle-custom.disable-toggle .toggle-link {
    pointer-events: none;
  }
  .toggle-custom.disable-toggle .toggle-link:after {
    display: none;
  }
  .toggle-custom.disable-toggle .toggle-main {
    display: block;
  }
  .toggle-custom.disable-toggle .menulist {
    padding: 0;
  }
  .toggle-custom.active .toggle-link:after {
    transform: rotate(180deg) translateX(50%);
  }
}

.slick-dots{
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    z-index: 1;
}
.slick-dots li{
    width: 12px;
    height: 12px;
    line-height: 0;
}
.slick-dots li button{
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 0;
    background: transparent;
    cursor: pointer;
}
.slick-dots li + li{
    margin-left: 13px;
}
.slick-dots li.slick-active button{
    background: #fff;
}