@charset "utf-8";

/* common
--------------------------------------------------------------------------------------------------------------------*/
html {
    scroll-behavior: smooth;
}

a {
	text-decoration: none;
	color: unset;
}

.tab-br {
    display: none;
}

.section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 120px 50px;
    gap: 100px;
}

@media screen and (max-width:767.9px) {
    html {
        font-size: 2.6667vw;
    }

	.section {
        display: block;
        padding: 4rem 1.5rem;
        gap: 0;
    }
}


@media screen and (max-width:1207.9px) {
    .tab-br {
        display: block;
    }
}


/* body
--------------------------------------------------------------------------------------------------------------------*/
body {
	/*background: url(../images/common/mainbg.png) 0 0;*/
	font-family: "Noto Serif JP", serif, メイリオ, Meiryo,游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-weight: 400;
	color: #262424;
	text-align: center;
	line-height: 1;
	letter-spacing: 0;
	background: #2E2624;
	color: #fff;
}

/* 1カラム-----------------*/
.contents_one {
	margin: 0px auto;
	max-width: 1040px;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
	.contents_one {
		padding: 0;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
}

/* 2カラム-----------------*/
#contents_two {
	width: 700px;
	float: left;
}

#sub_area {
	width: 220px;
	float: right
}

/* googleマップ埋め込み
--------------------------------------------------------------------------------------------------------------------*/
.g_map {
	position: relative;
	padding-bottom: 56.25%;
	/*ここで縦横比の調整*/
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.g_map iframe,
.g_map object,
.g_map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* margin,padding
--------------------------------------------------------------------------------------------------------------------*/
.mg-auto {
	margin: 0 auto;
}

.mt1 {
	margin-top: 1px;
}

.mt2 {
	margin-top: 2px;
}

.mt3 {
	margin-top: 3px;
}

.mt4 {
	margin-top: 4px;
}

.mt5 {
	margin-top: 5px;
}

.mt7 {
	margin-top: 7px;
}

.mt8 {
	margin-top: 8px;
}

.mt9 {
	margin-top: 9px;
}

.mt10 {
	margin-top: 10px;
}

.mt11 {
	margin-top: 11px;
}

.mt12 {
	margin-top: 12px;
}

.mt15 {
	margin-top: 15px;
}

.mt16 {
	margin-top: 16px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt28 {
	margin-top: 28px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt43 {
	margin-top: 43px;
}

.mt45 {
	margin-top: 45px;
}

.mt47 {
	margin-top: 47px;
}

.mt50 {
	margin-top: 50px;
}

.mt56 {
	margin-top: 56px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.mt90 {
	margin-top: 90px;
}

.mt125 {
	margin-top: 125px;
}

.mt150 {
	margin-top: 150px;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb3 {
	margin-bottom: 3px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb8 {
	margin-bottom: 8px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb130 {
	margin-bottom: 130px;
}

.mtb5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.mtb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mtb15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.mtb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mtb30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.ml4 {
	margin-left: 4px;
}

.ml5 {
	margin-left: 5px;
}

.ml7 {
	margin-left: 7px;
}

.ml9 {
	margin-left: 9px;
}

.ml-9 {
	margin-left: -9px;
}

.ml0i {
	margin-left: 0 !important;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml25 {
	margin-left: 25px;
}

.ml30 {
	margin-left: 30px;
}

.ml34 {
	margin-left: 34px;
}

.ml35 {
	margin-left: 35px;
}

.ml40 {
	margin-left: 40px;
}

.ml47 {
	margin-left: 47px;
}

.ml50 {
	margin-left: 50px;
}

.ml56 {
	margin-left: 56px;
}

.ml60 {
	margin-left: 60px;
}

.ml70 {
	margin-left: 70px;
}

.ml110 {
	margin-left: 110px;
}

.ml300 {
	margin-left: 300px;
}

.mr0i {
	margin-right: 0 !important;
}

.mr2 {
	margin-right: 2px;
}

.mr5 {
	margin-right: 5px;
}

.mr8 {
	margin-right: 8px;
}

.mr10 {
	margin-right: 10px;
}

.mr12 {
	margin-right: 12px;
}

.mr13 {
	margin-right: 13px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr60 {
	margin-right: 60px;
}

.mlr5 {
	margin-left: 5px;
	margin-right: 5px;
}

.mlr10 {
	margin-left: 10px;
	margin-right: 10px;
}

.mlr12 {
	margin-left: 12px;
	margin-right: 12px;
}

.mlr13 {
	margin-left: 13px;
	margin-right: 13px;
}

.mlr14 {
	margin-left: 14px;
	margin-right: 14px;
}

.mlr15 {
	margin-left: 15px;
	margin-right: 15px;
}

.mlr16 {
	margin-left: 16px;
	margin-right: 16px;
}

.mlr22 {
	margin-left: 22px;
	margin-right: 22px;
}

.mr11 {
	margin-right: 11px;
}

.mr40 {
	margin-right: 40px;
}

.mr50 {
	margin-right: 50px;
}

.pt1 {
	padding-top: 1px;
}

.pt3 {
	padding-top: 3px;
}

.pt6 {
	padding-top: 6px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt80 {
	padding-top: 80px;
}

.pt100 {
	padding-top: 100px;
}

.pt110 {
	padding-top: 110px;
}

.ptb2 {
	padding-top: 2px;
	padding-bottom: 2px;
}

.ptb5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.ptb10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.ptb15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.ptb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.ptb30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.ptb40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.ptb50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.pb3 {
	padding-bottom: 3px;
}

.pb4 {
	padding-bottom: 4px;
}

.pb10 {
	padding-bottom: 10px;
}

.pl1 {
	padding-left: 1px;
}

.pl5 {
	padding-left: 5px;
}

.pl10 {
	padding-left: 10px;
}

.pl12 {
	padding-left: 12px;
}

.pl15 {
	padding-left: 15px;
}

.pl20 {
	padding-left: 20px;
}

.pl60 {
	padding-left: 60px;
}

.pl70 {
	padding-left: 70px;
}

.pl145 {
	padding-left: 145px;
}

.pl150 {
	padding-left: 150px;
}

.pl250 {
	padding-left: 250px;
}

.plr0i {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.pr10 {
	padding-right: 10px;
}

.pr20 {
	padding-right: 20px;
}

.pr0i {
	padding-right: 0 !important;
}

.plr1 {
	padding-left: 1px;
	padding-right: 1px;
}

.plr5 {
	padding-left: 5px;
	padding-right: 5px;
}

.plr10 {
	padding-left: 10px;
	padding-right: 10px;
}

.plr12 {
	padding-left: 12px;
	padding-right: 12px;
}

.plr20 {
	padding-left: 20px;
	padding-right: 20px;
}

.p0 {
	padding: 0 !important;
}

.m0 {
	margin: 0 !important;
}

.p_all10 {
	padding: 10px !important;
}

/* width %
--------------------------------------------------------------------------------------------------------------------*/
.w15per {
	width: 15%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.w30per {
	width: 30%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.w40per {
	width: 40%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.w50per {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.w80per {
	width: 80%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.w100per {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* font
--------------------------------------------------------------------------------------------------------------------*/
.fnt_bld {
	font-weight: bold;
}

/* font-color
--------------------------*/
.clr_red {
	color: #D80000;
}

.clr_red2 {
	color: #D80000;
}

.clr_blk {
	color: #000;
}

.clr_blue {
	color: #003af6;
}

.clr_blue2 {
	color: #0059B2;
}

.clr_hk_blue {
	color: #397db2;
}

.clr_blue2 {
	color: #1B5FBE;
}

.clr_white {
	color: #fff;
}

.clr_ora {
	color: #FF5B26;
}

.clr_gre {
	color: #59B200;
}


/* ボタン
--------------------------------------------------------------------------------------------------------------------*/
/* btn_u_list
--------------------------*/
.btn_u_list a {
	border: 1px solid #F6A100;
	border-radius: 4px;
	color: #F6A100;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	margin-right: 4px;
	padding: 9px 12px 6px;
	text-transform: uppercase;
	font-weight: bold;
}

.btn_u_list a:hover {
	background: #F6A100 none repeat scroll 0 0;
	border: 1px solid #F6A100;
	color: #fff;
	text-decoration: none;
}

.btn_t_list ul li {
	display: inline-block;
	padding-bottom: 5px;
	padding-right: 8px;
}

@media only screen and (max-width: 767px) {
	.btn_u_list>a {
		box-sizing: border-box;
		margin-bottom: 0.5em;
		text-align: center;
		width: 100%;
	}

	/**/
}

/* ボタン
--------------------------*/

/* レスポンシブ
--------------------------------------------------------------------------------------------------------------------*/
/* max-width:767.9 */
.pc-only {
	display: block;
}

.sp-only {
	display: none;
}

.spbr {
	display: none;
}

.pcbr {
	display: block;
}

/* max-width:1024 */
.pc-only-1024 {
	display: block;
}

.sp-only-1024 {
	display: none;
}

@media screen and (max-width:1024px) {
    .pc-only {
        display: none;
    }

	.pc-only-1024 {
		display: none;
	}

	.sp-only-1024 {
		display: block;
	}
}

@media screen and (max-width:767.9px) {
    .pc-only {
        display: none;
    }

	.sp-only {
		display: block;
	}

	.spbr {
		display: block;
	}

	.pcbr {
		display: none;
	}
}

@media screen and (max-width:767.9px) {
    .pc-only {
        display: none;
    }


	.sp-only {
		display: block;
	}


	.spbr {
		display: block;
	}

	.pcbr {
		display: none;
	}
}

/* レスポンシブ
--------------------------*/

/* ヘッダー
--------------------------------------------------------------------------------------------------------------------*/

/* ------------------
hamburger menu
---------------------*/

.sp-header-hbg {
    position: relative;
    width: 40px;
    height: 60px;
}

.sp-header-hbg span {
    /*3本の線を作る*/
    transition: all .3s;
    position: absolute;
    background-color: #707070;
    transform: translateX(-50%);
    left: 50%;
    width:35px;
    height: 1px;
    z-index: 10;
}
.sp-header-hbg span:nth-of-type(1) {
    /*上の線の位置*/
    top: 30%;
}
.sp-header-hbg span:nth-of-type(2) {
    /*真ん中の線の位置*/
    top: 50%;
}
.sp-header-hbg span:nth-of-type(3) {
    /*下の線の位置*/
    top: 70%;
}
.sp-header-hbg.open span:nth-of-type(1) {
    /*openのとき、上の線を右斜めにする*/
    top: 30px;
    transform: translateX(-50%) rotate(-45deg);
}
.sp-header-hbg.open span:nth-of-type(2) {
    /*真ん中の線を消す*/
    opacity: 0;
}
.sp-header-hbg.open span:nth-of-type(3) {
    /*下の線を左斜めにする*/
    top: 30px;
    transform: translateX(-50%) rotate(45deg);
}

/* ------------------
header
---------------------*/
.header {
    position: relative;
    display: flex;
    align-items: center;
    height: 100vh;
    background-color: #2E2624;
}

.pcfv {
    position: relative;
    width: 80%;
    height: 100%;
}

.bg-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-size: cover;
    background-position: center;
    animation: image-switch-animation 15s infinite;
}

/* fadein */
.pcfv-1 {
    background-image: url(../img/top/mv_01_pc.jpg);
}
.pcfv-2 {
    background-image: url(../img/top/mv_02_pc.jpg);
}
.pcfv-3 {
    background-image: url(../img/top/mv_03_pc.jpg);
}
.bg-img:nth-of-type(1) {
    animation-delay: 0s;
}
.bg-img:nth-of-type(2) {
    animation-delay: 5s;
}
.bg-img:nth-of-type(3) {
    animation-delay: 10s;
}
@keyframes image-switch-animation {
  0%{ opacity: 0;}
  5%{ opacity: 1;}
  35%{ opacity: 1;}
  60%{ opacity: 0;}
  100%{ opacity: 0;}
}

.side-nav {
    /* width: 20%; */
    padding: 0 93px;
    margin: 0 auto;
}

.side-logo,
.side-logo-sp {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 230px;
    /* margin: 0 auto; */
}

.side-logo-pc {
    display: flex;
    align-items: center;
    width: 60%;
    max-width: 230px;
    /* margin: 0 auto; */
}

.side-menu {
    margin-top: 56px;
}

.side-menu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/bg_green.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
    font-size: 16px;
    width: 230px;
    height: 50px;
    margin-top: 60px;
    gap: 4px;
    cursor: pointer;
}

.side-menu-text {
    font-size: 14px;
}

.reserve-icon {
    width: 14px;
    height: 14px;
}

.side-menu-sns {
    border-top: 1px solid #ccc;
    margin-top: 60px;
}

.link-text-s {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
}

.sns-box {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.scroll-down {
    position: absolute;
    bottom: 60px;
    left: 50%;
    font-size: 10px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}

.scroll-down::after {
    position: absolute;
    content: "";
    bottom: -40px;
    right: 29px;
    width: 1px;
    height: 30px;
    background-color: #fff;
}

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

    .sp-logo {
        width: 23%;
        padding: 20px 7px 0;
        z-index: 3;
    }

    .sp-logo.m_fixed {
        left: 0;
        position: fixed;
        top: 0;
    }


    .header {
        position: relative;
    }
    
    .spfv {
        position: relative;
        width: 100%;
        height: 55vh;
    }
    .spfv-1 {
        background-image: url(../img/top/mv_01_tb.jpg);
    }
    .spfv-2 {
        background-image: url(../img/top/mv_02_tb.jpg);
    }
    .spfv-3 {
        background-image: url(../img/top/mv_03_tb.jpg);
    }
    
    @keyframes image-switch-animation {
    0%{ opacity: 0;}
    5%{ opacity: 1;}
    30%{ opacity: 1;}
    35%{ opacity: 1;}
    60%{ opacity: 0;}
    100%{ opacity: 0;}
    }
    
    .spfv::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        top: 0;
        left: 0;
        z-index: 1;
        background: linear-gradient(to bottom, rgba(46,38,36,1) 0%, 
                                               rgba(46,38,36,0) 20%,
                                               rgba(46,38,36,0) 35%);
    }

    .pcfv,
    .spfv {
        width: 100%;
        position: relative;
    }

    .header {
        display: block;
        height: 100vh;
        position: relative;
    }
    
    .side-logo-sp {
        width: 15rem;
        height: 45vh;
        margin: 0 auto;
    }

    .side-nav {
        position: fixed;
        bottom: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/bg_b.jpg);
        padding: 0;
        z-index: 9999;
        transition: bottom 0.3s ease;
    }

    .side-nav.open {
        bottom: 0;
    }

    .sp-header-hbg {
        cursor: pointer;
        z-index: 10000;
    }

    .side-nav::before {
        content: '';
        position: fixed;
        top:0; left:0;
        width:100vw; height:100vh;
        background: rgba(0,0,0,0.3);
        display:none;
        z-index:-1;
    }

    .side-logo-pc {
        width: 0;
        max-width: 0;
        margin: 0;
    }

    .side-menu {
        margin-top: 4rem;
    }

    .nav-line {
        border-color: #ccc;
        opacity: 0.3;
    }

    .side-menu-btn {
        display: none;
    }

    .side-menu-sns {
        border-top: 0;
        margin-top: 0;
        padding: 0 1.5rem;
    }
    
    .side-menu-sns-sp {
        padding: 0 1.5rem;
    }

    .nav-logo {
        width: 34.2%;
        padding: 4rem 1.5rem 0;
    }

    .link-text-s {
        font-size: 1.4rem;
        text-decoration: none;
        border-bottom: 0;
    }

    .side-menu-sns {
        margin-top: 30px;
    }

    .sns-box {
        margin-top: 20px;
    }
}

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

    .spfv-1 {
        background-image: url(../img/top/mv_01_sp.jpg);
    }
    .spfv-2 {
        background-image: url(../img/top/mv_02_sp.jpg);
    }
    .spfv-3 {
        background-image: url(../img/top/mv_03_sp.jpg);
    }

    .side-menu-text {
        font-size: 1.6rem;
        padding: 2rem 1.5rem;
        margin-top: 30px;
    }

    .side-menu-text:first-child {
        margin-top: 0;
    }
    
}

.pc-header-logo {
    width: 10%;
    max-width: 140px;
    margin-left: 20px;
}

.pc-header-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    z-index: 3;
    /* background: rgba(0,0,0,0.3); */
}

.pc-nav-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/bg_w.jpg);
    /*background-size: cover;
    background-repeat: no-repeat;*/
    width: 70%;
    max-width: 511px;
    height: 60px;
    margin-right: 20px;
    /* box-shadow: 1px 1px 1px 1px #c2c2c2; */
}

.pc-header-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin: 0;
    height: 0; */
}

.pc-header-text {
    font-size: 12px;
    color: #1A1A1A;
    text-align: center;
    white-space: nowrap;
    padding-right: 30px;
}

.pc-header-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/bg_green.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
    font-size: 14px;
    width: 40%;
    max-width: 155px;
    padding: 12px 10px;
    gap: 5px;
    cursor: pointer;
}

.pc-header-nav.m_fixed {
    left: 0;
    position: fixed;
    top: 0;
}

.fadein-sp,
.fadein-pc {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
}

.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

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

    /* sp */
    .sp-header-nav {
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 3;
        transition: transform 0.5s ease;
        transform: translateY(100%);
        z-index: 10000;
    }
    
    .sp-header-nav.m_fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10000;
        transform: translateY(0);
    }

    .fadein {
        opacity: 0;
        transform: translate(0,0);
        transition: all 1.5s;
    }

    .scrollin{
        opacity: 1 !important;
        transform: translate(0, 0) !important;
    }

    .sp-header-nav.sp-nav-inner  {
        padding-bottom: 0;
        padding-top: 0;
        margin: 0 auto;
        max-width: 100%;
        padding: 80px 0;
        width: 768px;
    }

    .sp-header-list {
        display: flex;
        align-items: center;
        height: 5.6rem;
        margin: 0;
    }

    .sp-header-text {
        text-align: center;
        font-size: 0.8rem;
    }

    .header-icon-container {
        display: block;
        width: 1.5rem;
        height: 1.5rem;
        margin: 0.5rem auto 0;
    }

    .sp-header-icon {
        width: 1.5rem;
        height: 1.5rem;
    }

    .sp-header-access {
        width: 20%;
        background-color: #F5F5F5;
        color: #111111;
        padding: 1.4rem 0;
    }

    .sp-header-menu {
        width: 20%;
        background-image: url(../img/bg_w.jpg);
        /*background-size: cover;*/
        color: #1A1A1A;
        padding: 1.4rem 0;
    }

    .sp-header-hbg {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20%;
        height: 6rem;
        background-color: #F5F5F5;
    }

    .sp-header-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(../img/bg_green.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        text-decoration: none;
        font-size: 1.4rem;
        width: 40%;
        height: 6rem;
        gap: 0.4rem;
        cursor: pointer;
    }

    .sp-header-logo {
        width: 24%;
        padding: 7.6rem 0 0 0.8rem;
    }

    .fadein-pc {
        opacity: 0;
        transform: translate(0,0);
        transition: unset;
    }

    .pc-nav-inner {
        display: none;
    }

    .icon-link {
        width: 1.2rem;
        height: 1.2rem;
    }

    .sp-movie {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 4.7rem auto 0;
    }
}

/* ヘッダー
--------------------------*/

/* フッター
--------------------------------------------------------------------------------------------------------------------*/
/* ------------------
footer
---------------------*/
.footer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 120px 50px;
    gap: 100px;
}

.footer-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 106px;
}

.map-container {
    width: 70%;
    max-width: 530px;
}

.map {
    max-height: 547px;
    background-color: gray;
	filter: grayscale(100%);
}

.footer-text-group {
    width: 60%;
}

.footer-logo {
    width: 50%;
}

.info-item {
    border-bottom: 1px solid #ccc;
    padding: 20px 15px 20px 0;
}

.info-title {
    font-size: 17px;
}

.info-text {
    font-size: 13px;
}

.info-text-sm {
    font-size: 12px;
}

.footer-btn-container {
    width: 80%;
    max-width: 345px;
    margin: 30px auto 0;
}

.footer-btn {
    background-image: url(../img/bg_green.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    padding: 19px 30px;
    cursor: pointer;
}

.reserve-icon-lg {
    width: 19px;
    height: 21px;
    padding-top: 4px;
}

@media screen and (max-width:767.9px) {
    .footer-logo {
        width: 40%;
        max-width: 12.2rem;
        margin: 0 auto;
        padding-bottom: 3rem;
    }
    .footer-container {
        display: block;
        padding: 7.2rem 1.5rem 0;
        gap: 0;
    }

    .footer-detail {
        display: block;
    }

    .map {
        max-height: 28rem;
    }

    .map-container {
        width: 100%;
        max-width: 100%;
    }
    .footer-text-group {
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 3rem;
    }

    .info-item {
        border-bottom: 1px solid #ccc;
        padding: 2rem 0;
    }

    .info-title {
        font-size: 1.4rem;
    }

    .info-text {
        font-size: 1.2rem;
    }

    .info-text-sm {
        font-size: 1.2rem;
    }

    .footer-btn-container {
        width: 100%;
    }

    .footer-btn {
        font-size: 1.8rem;
    }

    .reserve-icon-lg {
        width: 2rem;
        height: 2.3rem;
        padding-top: 0.2rem;
    }
}

/* ------------------
footer nav
---------------------*/
.footer-nev {
    padding: 36px 50px;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
}

.sns {
    display: flex;
    align-items: center;
}

.sns-text {
    font-size: 12px;
    letter-spacing: 0px;
    border-bottom: 1px solid #ccc;
}

.link-text {
    border-bottom: 1px solid #ccc;
}

.footer-nav-list {
    display: flex;
    align-items: center;
}

.footer-nav-item {
    display: flex;
    align-items: center;
    font-size: 12px;
    border-right: 1px solid #ccc;
    padding: 2px 20px;
}

.reserve-icon-sm {
    padding-top: 2px;
    width: 12px;
    height: 12px;
}

.copy {
    padding: 52px 0;
}

.copy-text {
    font-size: 10px;
    text-align: center;
}

@media screen and (max-width:767.9px) {
    .footer-nev {
        border-top: 0;
        padding: 3.7rem 1.5rem;
        align-items: flex-start;
        flex-direction: row-reverse;
    }

    .sns {
        align-items: unset;
    }

    .sns-text {
        font-size: 1.2rem;
    }

    .footer-nav-list {
        display: block;
    }

    .footer-nav-item {
        font-size: 1.2rem;
        border-right: 0;
        margin-top: 2rem;
        padding: 0;
    }

    .footer-nav-item:first-child {
        margin-top: 0;
    }

    .reserve-icon-sm {
        padding-top: 0.4rem;
        width: 1rem;
        height: 1rem;
    }

    .copy {
        padding: 0 1.5rem 2.7rem;
    }
    
    .copy-text {
        font-size: 0.8rem;
        text-align: left;
    }

}
/* pagetop */
.page-top {
    position: relative;
    z-index: 3;
}

.pagetop-icon {
    position: fixed;
    display: block;
    width: 65px;
    height: 65px;
    bottom: 42px;
    right: 60px;
    transform: rotate(90deg);
    cursor: pointer;
    transition: 0.3s;
}

.pagetop-icon:hover {
    opacity: 0.7;
}

@media screen and (max-width:767.9px) {
    .page-top {
        position: relative;
    }

    .pagetop-icon {
        position: absolute;
        display: block;
        width: 4.2rem;
        height: 4.2rem;
        bottom: 2.4rem;
        right: 2rem;
    }
}


.none{
	display:none;
}