@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
    color: #000;
    font-family: 'Noto Serif JP';
    font-size: 13px;
    line-height: 31px;
    background: url("../img/shared/bd_bg.jpg") repeat;
    min-width: inherit;
    min-height: inherit;
    max-height: 100%;
    letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
    body {
        font-size: 15px;
        line-height: 38px;
        letter-spacing: 1.6px;
    }
}
/*=============================================
 * 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;
}
/* noto-serif-jp-regular - japanese_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 400;
    src: url('../font/noto-serif-jp-v31-japanese_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* hina-mincho-regular - japanese_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Hina Mincho';
    font-style: normal;
    font-weight: 400;
    src: url('../font/hina-mincho-v15-japanese_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* newsreader-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Newsreader';
    font-style: normal;
    font-weight: 400;
    src: url('../font/newsreader-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.fnt-noto {
    font-family: 'Noto Serif JP';
}
.fnt-hina {
    font-family: 'Hina Mincho';
}
.fnt-newsreader {
    font-family: 'Newsreader';
}
.wow{
	visibility: hidden;
}
/*=============================================
 * <header>
 *=============================================*/
body.nav--opened, body.nav--opened *, body.nav--opened *:hover, body.nav--opened *:focus, body.nav--opened *:active {
    /*    cursor: none !important;*/
    touch-action: none !important;
    pointer-events: none !important;
}
body.nav--opened .hamburger, body.nav--opened #menu_toggle, body.nav--opened #menu_toggle * {
    touch-action: auto !important;
    pointer-events: visible !important;
}
.nav--opened {
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: none !important;
    pointer-events: none !important;
}
.nav--opened #menu_toggle {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    overflow: auto;
}
.nav--opened #pagetop, .nav--opened #ft_fixed {
    opacity: 0;
    visibility: hidden;
}
/*=============================================
 ******************* main **********************
 *=============================================*/
main {
    clear: both;
    width: 100%;
    position: relative;
}
.wrap {
    margin: 0 auto;
    width: 1000px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
}
html {
    min-width: auto;
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}
.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}
.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}
.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}
.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}
.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}
.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}
.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}
.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}
.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}
@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        -webkit-transition: none !important;
        animation: unset !important;
        transition: none !important
    }
}
/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
header h1 {
    color: #fff;
    position: absolute;
    left: 5px;
    top: 221vw;
    line-height: 25px;
    right: 5px;
    text-align: center;
}
#head-key .logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 78%;
    z-index: 9;
}
#head-top {
    padding: 0 0 60px;
}
.menu_toggle .nav {
    display: flex;
    padding-top: 15%;
    height: auto;
    flex-direction: column;
    flex-wrap: wrap;
    height: 195px;
    border-bottom: 1px solid #ACACAC;
    margin: 0 5% 10vw;
}
.menu_toggle .row .btn-web a {
    font-weight: normal;
}
.menu_toggle .row .btn-web::before {
    left: 20%;
}
.menu_toggle .tel {
    text-align: center;
    font-weight: normal;
    margin-top: 2vw;
}
.menu_toggle .tel dt {
    font-size: 13px;
    margin-bottom: -2vw;
}
.menu_toggle .tel dt span {
    font-weight: bold;
    font-size: 27px;
    margin-left: 5px;
    vertical-align: sub;
}
.menu_toggle .tel dd {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
.menu_toggle .tel .tel-icon {
    display: flex;
    font-size: 22px;
    letter-spacing: 0.05em;
    justify-content: center;
}
.menu_toggle .tel .tel-icon span {
    width: 4%;
    margin-right: 1%;
    margin-top: -0.5%;
}
.menu_toggle .nav li {
    width: 50%;
}
.menu_toggle .logo-nav {
    margin: auto;
    max-width: 150px;
}
.menu_toggle a.nav-main {
    padding: 3px 5px;
    font-size: 16px;
    text-align: center;
    justify-content: flex-start;
    display: flex;
    box-sizing: border-box;
    font-weight: normal;
    text-align: left;
    position: relative;
}
.menu_toggle a.nav-main.active {}
.menu_toggle .sub-nav span {
    padding: 0 10px;
    font-size: 16px;
}
.menu_toggle li a.nav-main.active span::before {
    width: 100%;
    height: 1px;
    background: #3b2718;
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
}
.menu_toggle a.nav-main span {
    padding: 3px 0px;
    line-height: 30px;
    position: relative;
}
.menu_toggle a.nav-main::after, .menu_toggle .sub-nav::after {
    display: none;
}
.menu_toggle .sub-box {
    opacity: 1;
    visibility: visible;
    position: inherit;
    top: inherit;
    left: initial;
    width: auto;
    padding: 0 25px;
}
.menu_toggle .tel-nav {
    text-align: center;
    font-size: 31px;
}
.menu_toggle .tel-icon {
    padding-left: 0;
    width: 100%;
    border-left: none;
}
.head-info {
    margin-right: 0px;
    display: none;
}
#key-box {
    width: 100%;
}
.header-box {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 101;
}
header .logo {
    padding: 10px 0 10px 10px;
    width: 19%;
    max-width: 150px;
    position: absolute;
    left: 0;
    top: 0;
}
header h1 {
    font-size: 1.8vw;
    padding: 5px 5px 0;
    width: 60%;
    line-height: 1.8;
}
.hamburger {
    position: fixed;
    top: 17px;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 201;
    transition: none;
    overflow: hidden;
    position: relative;
    left: 0;
    margin: 0 auto;
}
.hamburger::after {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "Menu";
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    color: #fff;
    letter-spacing: 1px;
}
.hamburger span {
    width: 35px;
    height: 2px;
    position: absolute;
    top: 39%;
    transform: translate3D(-50%, -50%, 0);
    left: 50%;
    background: #fff;
    transition: all 0.4s;
}
.hamburger span::before, .hamburger span::after {
    width: 35px;
    height: 2px;
    position: absolute;
    left: 0;
    background: #fff;
    content: "";
}
.hamburger span::after {
    top: -8px;
}
.hamburger span::before {
    top: 8px;
}
.nav--opened .hamburger span {
    transform: rotate(360deg);
}
.nav--opened .hamburger span {
    transform: rotate(141deg) translateX(20px);
    top: 5px;
    left: 46%;
}
.nav--opened .hamburger span::after {
    transform: rotate(-105deg) translateX(0px);
    top: 0;
}
.nav--opened .hamburger::after {
    content: "Close";
}
.nav--opened .hamburger span::before {
    opacity: 0;
}
#menu_toggle {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 20px 0 100px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 9;
    background: #f3f3f3;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.16em;
    line-height: 56px;
}
.nav-header .banner {
    width: 80%;
    margin: 0 auto;
}
.nav--opened .menu_toggle {
    left: 0%;
    visibility: visible;
    overflow: auto;
    z-index: 99;
    opacity: 1;
}
.js-scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    padding-bottom: 150px;
}
.js-scroll .logo {
      margin: -43px auto 70px;
    display: block;
    right: 0;
    top: 80px;
    padding: 0;
    z-index: 5;
    position: relative;
}
.hide-nav {
    width: 50px;
    display: flex;
    justify-content: center;
    margin: 15px auto;
    height: 50px;
}
header h1 {
    width: 95%;
    font-size: 2.2vw;
    padding: 5px;
}
.hamburger {
    top: 4px;
}
#key-box {
    height: 100%;
}
#key-box .keyvisual li {
    height: 450px;
}
footer {
    position: relative;
    margin-top: 0;
    padding: 23px 0 100px;
    background: url("../img/shared/bg2.jpg") repeat;
}
footer .logo {
    max-width: 102px;
    margin: 0 auto 9vw;
}
#fixed-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #f3f3f3;
    z-index: 109;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.nav--opened #fixed-sp{
	background: none;
}
.has_nav #fixed-sp {
    opacity: 1;
}
#fixed-sp ul {
    display: flex;
}
#fixed-sp ul li {
    width: 20%;
    height: 60px;
}
#fixed-sp ul li:nth-child(2) {
    border-left: 1px solid #DCDBDB;
    border-right: 1px solid #DCDBDB;
}
#fixed-sp ul li:nth-child(3) {
    background: url(../img/shared/btn_bg.jpg) repeat;
    width: 40%;
}
#fixed-sp ul li:nth-child(3) a {
    flex-direction: row;
    color: #fff;
    font-size: 16px;
    align-items: center;
}
#fixed-sp ul li:nth-child(2) img {
    width: 19px;
    margin-bottom: -1px;
}
#fixed-sp ul li:nth-child(3) a span {
    margin-top: 8px;
    font-size: 18px;
}
#fixed-sp ul li:nth-child(4) {
    background: #000;
}
#fixed-sp ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #000;
    flex-direction: column;
}
#fixed-sp ul li a img {
    width: 22px;
    margin-bottom: -5px;
    margin-top: 7px;
}
#fixed-sp ul li:nth-child(3) a img {
    width: 22px;
    margin-top: -5px;
    margin-right: 5px;
}
.nav--opened #fixed-sp ul li:nth-child(1),.nav--opened #fixed-sp ul li:nth-child(2) ,.nav--opened #fixed-sp ul li:nth-child(3){
	opacity: 0;
	visibility: hidden;
} 

#pagetop {
    bottom: 63px;
    width: 50px;
    z-index: 98;
}
footer {
    color: #000;
}
footer .group {
    border-bottom: 1px solid #929292;
    margin-bottom: 11vw;
}
footer .left {
    width: 470px;
    max-width: 100%;
    margin-bottom: 8%;
}
footer .tel {
    padding: 5px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 7vw;
    width: 58%;
}
footer .tel dt {
    font-size: 11px;
}
footer .tel dt span {
    font-weight: bold;
    font-size: 27px;
    margin-left: 5px;
    vertical-align: sub;
}
footer .tel dd {
    font-size: 12px;
    line-height: 20px;
}
footer .tel .tel-icon {
    display: flex;
    font-size: 5.3vw;
    letter-spacing: 0.05em;
}
footer .tel .tel-icon span {
    width: 8%;
    margin-right: 3%;
    margin-top: -1%;
}

footer .right .btn-web {
    width: 39%;
}
footer .right .btn-web::before {
    margin: 0 auto;
    left: 0;
    top: 13px;
}
footer .right .btn-web a {
    padding: 19px 20px 0;
    font-size: 12px;
    height: 50px;
}
footer .right .btn-web a span {
    font-size: 15px;
}
footer .right .address {
    line-height: 26px;
    margin-bottom: 3vw;
}
footer .right .address a {
	position: relative;
}
footer .right .address a::after{
	    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 0;
    margin: 0 auto;
    height: 1px;
    background: #000;	
}
footer .right .address a:hover::after{
	display: none;
}
footer .right .txt {
    line-height: 25px;
    margin-bottom: 6vw;
}
footer .right .txt span {
    display: block;
    border-left: 1px solid;
    padding-left: 3%;
    margin-left: 2%;
    line-height: 25px;
}
footer .group-bnr {
    margin-bottom: 8vw;
}
footer .group-bnr .bnr {
    width: 80%;
    margin: 0 auto 5vw;
}

footer .group-bnr .gr-btn .btn-cus {
    width: 80%;
    margin: 0 auto 3vw;
}

footer .group-bnr .gr-btn .btn-cus a {
    background: #373737;
}

footer .bottom-right .access-btn {
    text-align: center;
    margin-bottom: 0vw;
}
footer .bottom-right .access-btn span::after {
    content: "";
    background: url(../img/shared/icon_url.png) no-repeat;
    width: 16px;
    height: 19px;
    display: inline-block;
    background-size: 100%;
    vertical-align: middle;
    margin-left: 3px;
}
footer .bottom-right .cookie {
    text-align: center;
    margin-bottom: 9vw;
    position: relative;
}
footer .bottom-right .cookie a:after {
    content: "";
    background: url(../img/shared/icon_cookie.png) no-repeat;
    width: 16px;
    height: 19px;
    display: inline-block;
    background-size: 100%;
    vertical-align: middle;
    margin-left: 3px;
}
@media only screen and (min-width: 768px) {
    footer .group {
        border-bottom: 0;
    }
    footer .tel .tel-icon {
        font-size: 24px;
    }
    footer .tel .tel-icon span {
        width: 9%;
    }
    footer .right .row {
        flex-direction: row-reverse;
        margin-top: 20px;
        margin-bottom: 7px;
    }
    footer .right .btn-web {
        width: 154px;
    }
    footer .right .btn-web a {
        font-size: 15px;
        padding-bottom: 10px;
        padding-top: 24px;
    }
    footer .right .btn-web a span {
        font-size: 18px;
    }
    footer .right .address {
        margin-bottom: 23px;
    }
    footer .right .address a:hover {
        border-bottom: 0;
    }
    footer .right .txt span {
    	margin: 6px 8px 5px;
    }
    footer .group-bnr {
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #929292;
        padding-top: 40px;
        margin: -50px 0px 20px;
        justify-content: center;
    }
    footer .group-bnr .bnr {
        width: auto;
        margin: 0 30px;
    }
    footer .group-bnr .gr-btn {
        margin: 0 40px;
    }
    footer .group-bnr .gr-btn .btn-cus {
        width: 100%;
        font-size: 18px;
        margin-bottom: 9px;
    }
    footer .group-bnr .gr-btn .btn-cus::before {
        width: 41px;
    }
    footer .group-bnr .gr-btn .btn-cus a {
        height: 50px;
        padding-left: 0;
        display: block;
        width: 250px;
        text-align: center;
        line-height: 50px;
        letter-spacing: 1px;
    }
	footer .group-bnr .gr-btn .btn-cus a:hover{
		opacity: 0.8;
		transition: all 0.5s;
	}
    footer .bottom-right {
        text-align: right;
        margin-bottom: -49px;
    }
    footer .bottom-right .access-btn {
        text-align: right;
        font-size: 13px;
        margin-bottom: -2px;
    }
    footer .bottom-right .cookie {
        margin-bottom: 0;
        text-align: right;
        font-size: 13px;
    }
    footer .bottom-right .cookie a:hover {
        text-decoration: underline;
    }
	#socialbuttons{
		justify-content: flex-start;
		z-index: 6;
        position: relative;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
    footer .bottom-right {
        margin-right: 80px;
		
    }
    address {
        margin-left: 20px;
    }
	#socialbuttons{
		margin-left: 80px !important;
	}
	address{
		margin-left: 80px;
	}
}
/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    footer:after {
    background: #f3f3f3;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 85px !important;
	  margin-bottom: 20px;
  }
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    footer:after {
    background: #f3f3f3;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 85px !important;
	  margin-bottom: 20px;  
  }
}
/* iPhone 11 */
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 4.7708333333), only screen and (min-resolution: 458dpi), only screen and (min-resolution: 3dppx) {
    footer:after {
    background: #f3f3f3;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 85px !important;
	    margin-bottom: 20px;
  }
}
.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%;
}
.btn-cus:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    background: #fff;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
}
.btn-cus a {
    display: block;
    font-size: 17px;
    line-height: 60px;
    height: 60px;
    text-align: left;
    background: #000000;
    color: #fff;
    font-family: 'Hina Mincho';
    padding-left: 31%;
    letter-spacing: 4px;
}
.btn-cus.btn-popup a {
    background: none;
    color: #000;
    border: 1px solid;
}
.btn-cus.btn-popup a:hover {
    color: #fff
}
.btn-cus.btn-popup:hover::before {
    background: #fff
}
.btn-cus.btn-popup::before {
    background: #000;
}
.btn-cus.down a {
    background: none;
    color: #fff;
    border: 1px solid #fff;
    padding-left: 0;
    text-align: center;
}
.btn-cus.down::before {
    background: #fff;
    display: none;
}
.btn-cus.down a::after {
    content: "";
    position: absolute;
    right: 9%;
    top: 22px;
    background: url(../img/shared/icon_down.png) no-repeat;
    width: 19px;
    height: 16px;
    background-size: 100%;
}
.btn-web {
    position: relative;
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    padding-bottom: 0 !important;
    width: 400px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.btn-web:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 25px;
    background: url(../img/shared/icon_web.png) no-repeat;
    top: 19px;
    left: 39px;
    right: 0;
    bottom: 0;
    background-size: 100%;
}
.btn-web a {
    display: block;
    font-size: 17px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    background: url(../img/shared/btn_bg.jpg) repeat;
    color: #fff;
    font-family: 'Hina Mincho';
    letter-spacing: 2px;
    padding-left: 13%;
}
.btn-web a span {
    font-size: 19px;
}
.pc {
    display: none;
}
/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/
@media only screen and (min-width: 768px) {
	footer:after {
		display: none;
	}
    .btn-cus {
        width: 450px;
    }
    .btn-cus a:hover {
        background: url(../img/shared/btn_bg.jpg) repeat;
        transition: all 0.5s;
    }
    .btn-cus:before {
        z-index: 5;
    }
    .btn-cus a {
        font-size: 20px;
        line-height: 70px;
        height: 71px;
        padding-left: 119px;
        letter-spacing: 6px;
        transition: all 0.5s;
    }
    .btn-cus.btn-popup a {
        padding-left: 0;
        text-align: center;
    }
    .btn-cus.down a::after {
        right: 53px;
        top: 28px;
    }
    .btn-web {
        width: 325px;
        max-width: 100%;
    }
    .btn-web a:hover {
        background: #000;
    }
    .btn-web:before {
        left: 16%;
        width: 23px;
        height: 30px;
    }
    .btn-web a {
        font-size: 20px;
        padding-left: 41px;
        letter-spacing: 3px;
        height: 69px;
        line-height: 64px;
    }
    .btn-web a span {
        font-size: 23px;
    }
    /*=============================================
 ******************** header ******************
 *=============================================*/
    header {
        position: relative;
        width: 100%;
        z-index: 100;
    }
    header .logo {
        text-align: center;
        font-size: 28px;
        padding: 20px 10px 10px;
        top: 20px;
        left: 30px;
    }
    header .logo a {
        text-decoration: none;
    }
    header h1 {
        font-size: 12px;
        padding: 10px;
        text-align: left;
        color: #b7b7b7;
        top: 223px;
        left: 190px;
        width: 522px;
    }
    html img {
        max-width: 100%;
        height: auto;
    }
    #head-key .logo {
        width: auto;
    }
    .js-scroll {
        display: flex;
        justify-content: center;
        padding-bottom: 0;
    }
    /*=============================================
 ******************* nav-fixed ****************
 *=============================================*/
    #menu_toggle {
        top: 0;
        right: 0;
        position: fixed;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        transition: none;
        height: 76px;
        left: auto;
        padding: 12px;
    }
    .has_nav #menu_toggle {
        opacity: 1;
        visibility: visible;
    }
    .menu_toggle .logo-nav {
        width: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .menu_toggle .logo-nav img {
        width: 100%;
        height: auto;
    }
    .menu_toggle .tel-icon {
        font-size: 24px;
        letter-spacing: 0.08em;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .has_nav .menu_toggle {
        opacity: 1;
        visibility: visible;
        position: fixed;
    }
    .menu_toggle .nav {
        position: relative;
        display: flex;
        justify-content: flex-start;
        max-width: 1000px;
        padding-top: 5px;
        width: auto;
        flex-wrap: wrap;
        width: 570px;
        flex-direction: row;
        margin-bottom: 0;
        height: auto;
        align-self: flex-start;
        border-bottom: 0;
    }
    .menu_toggle .nav li {
        width: auto;
        margin-bottom: 18px;
    }
    .menu_toggle a.nav-main, .menu_toggle .sub-nav {
        position: relative;
        display: flex;
        text-decoration: none;
        cursor: pointer;
        justify-content: center;
        align-items: center;
        letter-spacing: 0.05em;
        font-size: 17px;
        width: 100%;
        height: 20px;
        padding: 5px 11px;
        margin: 0 12px;
        /* transition: all 0.5s; */
    }
    .menu_toggle a.nav-main span::after, .menu_toggle .sub-nav::after {
        width: 0%;
        height: 1px;
        background: #000;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all 0.4s ease;
        display: block;
    }
    .menu_toggle li a.nav-main.active span::after, .menu_toggle li:hover a.nav-main span::after, .menu_toggle li.sub-nav.active::after {
        width: 100%;
    }
    .menu_toggle .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;
    }
    .menu_toggle .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;
    }
    .menu_toggle .row {
        display: flex;
        flex-direction: row-reverse;
    }
    .menu_toggle .tel {
        margin-top: -7px;
        width: 249px;
        position: relative;
    }
    .menu_toggle .tel::before {
        content: "";
        position: absolute;
        left: 0;
        top: 20px;
        background: #ACACAC;
        height: 49px;
        width: 1px;
    }
    .menu_toggle .tel dt {
        font-size: 14px;
        margin-bottom: -8px;
    }
    .menu_toggle .tel .tel-icon {
        font-size: 24px;
    }
    .menu_toggle .tel .tel-icon span {
        width: 19px;
        margin-top: -4px;
    }
    .menu_toggle .btn-web {
        width: 136px;
        height: 136px;
        border-radius: 50%;
        box-sizing: border-box;
    }
    .menu_toggle .btn-web a {
        height: 100%;
        border-radius: 50%;
        font-size: 15px;
        padding: 60px 0;
        box-sizing: border-box;
    }
    .menu_toggle .btn-web a span {
        font-size: 15px;
    }
    .menu_toggle .row .btn-web::before {
        left: 52px;
        top: 50px;
        right: 52px;
        margin: 0 auto;
    }
    .menu_toggle li a.nav-main.active span::before {
        display: none
    }
    /*=============================================
 ******************* keyvisual ****************
 *=============================================*/
    #head-key {
        display: block;
        justify-content: space-between;
        width: 100%;
        margin-bottom: -2px;
    }
    #head-key::before {
        content: "";
        background: url("../img/shared/header_deco.png") no-repeat;
        position: absolute;
        right: 0;
        top: 0;
        width: 539px;
        height: 402px;
    }
    #head-key .nav-h {
        display: flex;
        position: absolute;
        right: 297px;
        z-index: 99;
    }
    #head-key .nav-h li {
        font-size: 17px;
    }
    #head-key .nav-h li a {
        width: 49px;
        height: 300px;
        white-space: nowrap;
        cursor: pointer;
        position: relative;
        padding-top: 50px;
    }
    #head-key .nav-h li a::before {
        content: "";
    }
    #head-key .nav-h li a::after {
        width: 1px;
        height: 0;
        background: #000;
        content: "";
        position: absolute;
        top: 0;
        left: 30px;
        transition: all 0.4s ease;
        display: block;
    }
    #head-key .nav-h li a.active::after, #head-key .nav-h li a:hover::after {
        height: 43px;
    }
    #head-key .nav-left {
        position: relative;
        z-index: 6;
    }
    #head-key .nav-left .tel {
        margin-top: -7px;
        width: 249px;
        position: absolute;
        top: 88px;
        left: 359px;
        color: #fff;
        text-align: center;
    }
    #head-key .nav-left .tel dt {
        font-size: 14px;
        margin-bottom: -8px;
    }
    #head-key .nav-left .tel .tel-icon {
        font-size: 24px;
    }
    #head-key .nav-left .tel .tel-icon span {
        width: 19px;
        margin-top: -4px;
        filter: invert(1);
        display: inline-block;
        margin-right: 4px;
    }
    #head-key .nav-left .btn-web {
        width: 156px;
        height: 81px;
        box-sizing: border-box;
        position: absolute;
        top: 77px;
        left: 200px;
    }
    #head-key .nav-left .btn-web::before {
        right: 16%;
        margin: 0 auto;
    }
    #head-key .nav-left .btn-web a {
        height: 100%;
        font-size: 15px;
        padding: 26px 0;
        box-sizing: border-box;
    }
    #head-key .nav-left .btn-web a span {
        font-size: 15px;
    }
    #head-key .nav-left .row .btn-web::before {
        left: 52px;
        top: 50px;
    }
    #head-key .nav-left .gr-btn {
        display: flex;
        position: absolute;
        flex-direction: row;
        top: 170px;
        left: 198px;
    }
    #head-key .nav-left .gr-btn .btn-cus:nth-child(1) {
        width: 218px;
        margin-right: 10px;
    }
    #head-key .nav-left .gr-btn .btn-cus:nth-child(1) a {
        background: url("../img/shared/btn_bg2.jpg") repeat;
        color: #000;
        width: 100%;
        padding-left: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
    }
    #head-key .nav-left .gr-btn .btn-cus:nth-child(2) {
        width: 185px;
    }
    #head-key .nav-left .gr-btn .btn-cus:nth-child(2)::before {
        background: #fff;
    }
    #head-key .nav-left .gr-btn .btn-cus:nth-child(2) a {
        width: 100%;
    }
    #head-key .nav-left .gr-btn .btn-cus {
        width: 100%;
        font-size: 18px;
        margin-bottom: 9px;
    }
    #head-key .nav-left .gr-btn .btn-cus a:hover {
        opacity: 0.8
    }
    #head-key .nav-left .gr-btn .btn-cus::before {
        width: 25px;
        background: #000;
    }
    #head-key .nav-left .gr-btn .btn-cus a {
        height: 50px;
        padding-left: 0;
        display: block;
        width: 250px;
        text-align: center;
        line-height: 50px;
        letter-spacing: 1px;
        background: #373737;
        font-size: 14px;
    }
    #key-box {
        width: 100%;
        height: 1020px;
        overflow: hidden;
        min-height: 100vh;
    }
    /*=============================================
 ******************* footer *******************
 *=============================================*/
    footer {
        position: relative;
        padding: 105px 0 38px;
    }
    html footer .wrap {
        width: 1279px;
    }
    footer nav {
        text-align: center;
        position: absolute;
        right: 22px;
        top: 34px;
    }
    footer nav > a {
        margin-right: 15px;
        text-align: left;
        width: 30px;
        height: 230px;
        white-space: nowrap;
        font-size: 17px;
        cursor: pointer !important;
    }
    footer nav > a span {
        display: inline-block;
        position: relative;
    }
    footer nav > a.active span::after, footer nav > a:hover span::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 1px;
        background: #000;
    }
    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 .logo {
        text-align: center;
        margin: 0;
        max-width: 116px;
    }
    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 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: flex-start;
        flex-direction: row;
        width: 640px;
        margin-bottom: -50px;
        margin-left: 50px;
    }
    footer .left {
        width: 471px;
    }
    footer .tel {
        padding: 5px 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
        width: 260px;
    }
    footer .tel dt {
        font-size: 14px;
    }
    footer .tel dt span {
        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: 425px;
        margin-left: 57px;
    }
    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;
    }
    /*=============================================
***************** 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;
        line-height: 1;
        margin: 0;
    }
    address {
        padding: 4px 0 10px;
        text-align: left;
        font-size: 13px;
        letter-spacing: 4px;
    }
    address span {
        display: block;
    }
}
.dot_right .slick-dots {
    text-align: right;
}
.dot_left .slick-dots {
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
	#head-key .nav-h{
		left: calc(50% + 49px);
	}
	#head-key::before{
		max-width: 36%;
	}
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 20px, 0);
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 20px, 0);
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.rotate img {
    animation: rotate 10s linear infinite;
}
@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:not([href=""]):hover img:not(.btn):not(.non-over), */ 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 6.6%;
    width: auto;
    max-width: 100%;
}
.sp {
    display: block;
}
.pc {
    display: none !important;
}
html #socialbuttons .social-line {
    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;
    }
}
/*=============================================
 *************** responsive common ************
 *=============================================*/
@media only screen and (min-width: 768px) {
    body {
        position: static !important;
        top: 0 !important;
        box-sizing: border-box;
    }
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.ob img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.txt, .txt1, .txt2, .txt3 {
    text-align: justify;
}
#pagetop.abo {
    position: absolute;
    top: -55px;
    visibility: visible;
    opacity: 1;
    bottom: auto;
}
@media only screen and (min-width: 768px) {
    .txt, .txt1, .txt2, .txt3 {
        text-align: inherit;
    }
    hr.line {
        height: 14px;
    }
    #pagetop.abo {
        top: -90px;
    }
}
.bg2 {
    background: url("../img/shared/bg2.jpg") repeat;
}
.ovh {
    overflow: hidden;
}
.img-parallax {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.img-parallax img {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    object-fit: cover;
    z-index: 0;
    transform: translateZ(0);
}


/*POPUP*/
.remodal-overlay {
    background: #2b2b2b;
}
.popup-menu h2 {
    font-size: 8vw;
    margin-bottom: 7vw;
}
.popup-menu .note {
    text-align: center;
    margin-bottom: 14vw;
    line-height: 24px;
}
.popup-menu .popup {
    padding: 5% 5% 2% !important;
}
.popup-menu .list .row .col {
    margin-bottom: 12vw;
}
.popup-menu .list .row .col h3 {
    text-align: left;
    padding: 3%;
    margin-bottom: 1vw;
    font-size: 4.5vw;
    text-align: center;
    font-family: 'Hina Mincho';
    background: #f3f3f3;
}
.popup-menu .list .row .col h4 {
    text-align: left;
    padding-top: 11px;
    margin-bottom: -12px;
    line-height: 24px;
}
.popup-menu .list .row .col dl {
    padding: 10px 0;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    justify-content: space-between;
}
.popup-menu .list .row .col p {
    line-height: 24px;
}
.popup-menu .list .row .col dl dt {
    float: left;
    text-align: left;
    width: 72%;
}
.popup-menu .list .row .col dl dd {
    float: right;
    text-align: right;
    align-self: flex-end;
}
.remodal-close {
    top: 10px;
}
.remodal {
    padding: 64px 0 30px;
}
.popup-menu .btn-close {
    background: none;
    border: none;
    width: 50px;
}
@media only screen and (min-width: 768px) {
    .popup-menu .remodal-close:before {
        width: 70px;
        height: 70px;
    }
    .popup-menu h2 {
        font-size: 38px;
        margin-bottom: 41px;
    }
    .popup-menu .note {
        margin-bottom: 41px;
    }
    .popup-menu .popup {
        padding: 00px 0 50px !important;
    }
    .popup-menu .list {
        display: flex;
        justify-content: space-between;
        max-width: 1000px;
        margin: 0 auto;
        flex-direction: row;
    }
    .popup-menu .list .row {
        display: flex;
        justify-content: space-between;
        width: 30%;
        flex-direction: column;
        justify-content: flex-start;
    }
    .popup-menu .list .col {
        width: 460px;
        max-width: 100%;
    }
    .popup-menu .list.list2 .col {
        width: 310px;
        max-width: 30%;
    }
    .popup-menu .list .row .col {
        margin-bottom: 35px;
        width: 435px;
    }
    .popup-menu .list .row .col h3 {
        font-size: 22px;
        padding: 10px;
        line-height: 37px;
    }
    .popup-menu .list .row .col dl {
        font-size: 14px;
        line-height: 24px;
        padding: 12px 0;
        letter-spacing: 0;
    }
    .remodal-close {
        top: 62px;
        right: 47px;
    }
    .remodal-close:hover, .btn-close:hover {
        opacity: 0.8
    }
    .remodal {
        padding: 100px 0 30px;
    }
}