@charset "euc-jp";

@font-face {
    font-family: "01フロップデザイン";
    src: url("/font/FlopDesignFONT.eot"); /* IE9 Compat Modes */
    src: url("/font/FlopDesignFONT.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("/font/FlopDesignFONT.woff") format("woff"), /* Modern Browsers */
        url("/font/FlopDesignFONT.ttf") format("truetype"), /* Safari, Android, iOS */
        url("/font/FlopDesignFONT.svg#svgFontName") format("svg"); /* Legacy iOS */
}

body, div, section, article, 
header, footer, nav, aside, 
h1, h2, h3, h4, h5, h6, p, 
form, table, blockquote,
ul, ol, dl, li, dt, dd {
    font-size: 14px;
    line-height: 1.5;
}

body {
    text-align: center;
    font-family: "Meiryo","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","osaka","sans-serif";
    background:#F0F0F0;
    color: #333;
}

body.sub {
    overflow: hidden;
}

a[href] {
    text-decoration: none;
    color: #369;
}

a[href]:visited {
    color: #689;
}

a[href]:hover {
    text-decoration: underline;
}

a[href]:active {
    color: #963;
}

strong {
    font-weight: normal;
    color: #e04;
}

.bdr::after {
    content: "";
    display: block;
    height: 6px;
    background: url("/img/bg_border01.png") left bottom;
}
.bdr2::after {
    content: "";
    display: block;
    height: 6px;
    background: url("../img/bg_border05.png") left bottom;
}

input[type=submit],
input[type=button] {
    width: 150px;
    height: 38px;
    border: none;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    font-size: 18px;
    line-height: 38px;
    font-family: "01フロップデザイン";
    background: #fd5;
    cursor: pointer;
    appearance: none;
}

input[type=submit]:hover,
input[type=button]:hover {
    background: #fe7;
}

input[type=text],
input[type=password],
select,
textarea {
    height: 28px;
    box-sizing: border-box;
    margin: 0 2px;
    /*padding: 0 5px;*/
    border: none;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    background: #fff;
}

input:disabled,
select:disabled,
textarea:disabled {
    opacity: 0.6;
}

textarea {
    width: 100%;
}

select {
    /*padding-right: 10px;*/
    position: relative;
    z-index: 1;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

.selectLabel {
    position: relative;
}

.selectLabel::before {
    content: "";
    display: block;
    border-top: none;
    border-right: 3px solid transparent;
    border-bottom: 3px solid #666;
    border-left: 3px solid transparent;
    position: absolute;
    top: 7px; right: 8px;
    z-index: 2;
}

.selectLabel::after {
    content: "";
    display: block;
    border-top: 3px solid #666;
    border-right: 3px solid transparent;
    border-bottom: none;
    border-left: 3px solid transparent;
    position: absolute;
    top: 13px; right: 8px;
    z-index: 2;
}


input[type=radio],
input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}

input[type=radio] + label,
input[type=checkbox] + label {
    display: inline-block;
    margin-right: 12px;
    position: relative;
    cursor: pointer;
}

@media (min-width: 1px) {
    
    input[type=radio],
    input[type=checkbox] {
        display: none;
        margin: 0;
    }
    
    input[type=radio] + label,
    input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    
    input[type=radio] + label::before,
    input[type=checkbox] + label::before {
        content: "";
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        background: #fff;
        position: absolute;
        top: 10px; left: 0;
    }
    
    input[type=radio] + label::before {
        border: 1px solid #ccc;
        border-radius: 30px;
    }
    
    input[type=checkbox] + label::before {
        border: 1px solid #ccc;
        border-radius: 4px;
    }
    
    input[type=radio]:checked + label::after,
    input[type=checkbox]:checked + label::after {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        top: 10px;
    }
    input[type=radio]:checked + label::after {
        width: 8px;
        height: 8px;
        margin-top: -4px;
        border-radius: 8px;
        background: #e04;
        left: 5px;
    }
    
    input[type=checkbox]:checked + label::after {
        width: 16px;
        height: 8px;
        margin-top: -8px;
        border-bottom: 3px solid #e71063;
        border-left: 3px solid #e04;
        left: 3px;
        transform: rotate(-45deg);
    }
}

/* -----------------------------------------------
レイアウト(floatとclearfix)
----------------------------------------------- */

.l {
    float: left;
}

.r {
    float: right;
}

.c {
    clear: both;
}

.cf::after {
    content: "";
    display: block;
    clear: both;
}



/* -----------------------------------------------
ヘッダ
----------------------------------------------- */

#headerColor {
    width: 100%;
    height: 108px;
    border-bottom: 1px solid #e0dbd8;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    position: fixed;
    z-index: 90;
}

#headerWrap {
    width: 100%;
    border-bottom: 1px solid #666;
    background: rgb(240,240,240); 
    position: fixed;
    z-index: 90;
}

#header {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    font-size: 0;
}
.kinkyu{
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: yellow;
}
.kinkyu a{
	color: red;
	display: block;
}

/* ホームページタイトル */

#header h1 {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: calc(25% - 1px);
    vertical-align: top;
    font-size: 0;
}

#header h1 a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 217px;
    margin: 0;
}

#header h1 a:hover {
    text-decoration: none;
}

#header h1 a img {
    width: 100%;
}

#header h1 a small {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 16px;
    color: #333;
}

/* 予約ナビゲーションとグローバルナビゲーション */

#header nav {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: calc(75% + 1px);
    text-align: right;
    font-size: 0;
}

#header nav #subNav {
    display: flex;
    width: calc((100% - 10px) * .28);
    height: 40px;
    margin: 0 10px 0 0;
    text-align: left;
    vertical-align: top;
    font-size: 0;
}

#header nav #subNav li, 
#header nav #subNav li a {
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
}

#header nav #subNav li {
    display: inline-block;
}

#header nav #subNav li a {
    text-align: center;
    border-right: none;
    border-bottom: none;
}

#header nav #subNav li:last-child a {
    border-right: 1px solid #666;
}

#header nav #subNav li:hover {
    z-index: 10;
}

#header nav #subNav li a:hover {
    text-decoration: none;
}

#header nav #subNav li.searchRoom .sp {
    display: none;
}

#toggle {
    display: none;
}

#header nav #gNav {
    display: flex;
    width: calc((100% - 10px) * .72);
    font-size: 0;
}
#header nav #gNav li, 
#header nav #gNav li a {
    display: inline-block;
    box-sizing: border-box;
    font-size: 14px;
}

#header nav #gNav li {
    width: calc(100% / 13 * 2);
}

#header nav #gNav li:last-child {
    width: calc(100% / 13 * 3);
}

#header nav #gNav li a {
    width: 100%;
    text-align: center;
    border-right: none;
    border-bottom: none;
}

#header nav #gNav li:last-child a {
    min-width: 82px;
    border-right: 1px solid #666;
}


/* -----------------------------------------------
Reserve 予約検索
----------------------------------------------- */
#header .pc-reserve{
}
#reserve-search {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 4px;
    padding: 6px 10px;
    background: #333;
    color: rgb(240,240,240);
}
@media only screen and (max-width:960px){
	#reserve-search {
		margin: 0;
		position: fixed;
		display: none;
	}
}
@media only screen and (max-width:784px){
}

#reserve-search h1 {
}

#reserve-search h1 span {
	color:#090;
}

div#search_489ban {
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
}
div#search_489ban form {
    font-size: 0;
}
div#search_489ban form select:disabled {
}
div#search_489ban form div,
div#search_489ban form dl,
div#search_489ban form dl dt,
div#search_489ban form dl dd,
div#search_489ban form dl label {
    box-sizing: border-box;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
}
div#search_489ban form div,
div#search_489ban form dl,
div#search_489ban form dl dd {
    font-size: 0;
}
div#search_489ban form dl dt,
div#search_489ban form dl dd input,
div#search_489ban form dl dd select,
div#search_489ban form dl dd label,
div#search_489ban form dl dd span {
    font-size: 14px;
}
div#search_489ban form dl {
    margin: 0 14px 0 0;
}
div#search_489ban dl.date_489ban dd label {
    margin: 0 0 0 2px;
    padding: 0 8px;
    border: 1px solid rgb(120,120,120);
    border-radius: 4px;
    line-height: 26px;
    cursor: pointer;
}
div#search_489ban dl.date_489ban dd label:hover {
    border: 1px solid rgb(240,240,240);
    background: rgb(240,240,240);
    color: #333;
}

dl.date_489ban dd label input[type=checkbox] {
    display: inline-block;
    margin: 0 2px 0 0;
}

#reserve-search button {
    box-sizing: border-box;
    height: 28px;
    padding: 0 12px;
    border: none;
    border-radius: 4px;
    line-height: 26px;
    background: #2a9618;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#reserve-search button:hover {
    background: #7bbe70;
    color: #fff;
}



/* -----------------------------------------------
予約セクション
----------------------------------------------- */

#asideWrap {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6) url(/img/bg_border02.png);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
}

aside {
    max-width: 1020px;
    padding: 0 40px;
    margin: 120px auto 0;
}

aside section {
    box-sizing: border-box;
    display: none;
    padding: 40px;
    border: 1px solid #fff;
    background: #000;
    color: #fff;
    position: relative;
}

aside section h1,
aside section h2 {
    text-align: left;
    font-family: "01フロップデザイン";
}

aside section h1 {
    font-size: 24px;
}

aside section h1::after {
    content: "";
    display: block;
    height: 6px;
    background: url("/img/bg_border01.png") left bottom;
}

aside section h2 {
    font-size: 18px;
}

aside section div.l,
aside section div.r {
    width: 50%;
    margin: 20px 0;
}

aside section div.l {
    margin-right: -1px;
    border-right: 1px solid #999;
}

aside section div > h2,
aside section div > dl,
aside section div > p,
aside section div > form,
aside section div > div {
    margin: auto 20px;
}

aside section div > h2 {
    margin-bottom: 10px;
}

aside section .close {
    width: 40px;
    height: 40px;
    margin: 0;
    background: url(/img/bg_border03.png);
    position: absolute;
    top: 0; right: 0;
    overflow: hidden;
}

aside section .close a {
    display: block;
    height: 0;
    padding-top: 40px;
    position: relative;
    overflow: hidden;
}

aside section .close a:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.2);
}

aside section .close a::before,
aside section .close a::after {
    content: "";
    display: block;
    width: 24px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 18.5px; left: 7.5px;
}
aside section .close a::before {
    transform: rotate(45deg);
}

aside section .close a::after {
    transform: rotate(-45deg);
}

#WEB form table {
    width: 100%;
}

#WEB form table th {
    width: 30%;
    vertical-align: top;
    line-height: 28px;
}

#WEB form table td {
    width: 70%;
    text-align: left;
    padding-bottom: 14px;
}

#WEB form input[type=text],
#WEB form input[type=password] {
    width: 100%;
    margin-bottom: 6px;
}

#WEB form input[type=checkbox] {
    margin-bottom: 6px;
}

#WEB .r form p {
    margin-bottom: 20px;
}

#TEL dl dt,
#TEL dl dd {
    float: left;
}

#TEL dl dt {
    clear: both;
    width: 15%;
    padding-top: 14px;
    text-align: left;
}

#TEL dl .tel { 
    font-size: 40px;
    line-height: 50px;
}

#TEL dl .bstime {
    margin-bottom: 10px;
}


/* -----------------------------------------------
動画セクション
----------------------------------------------- */

#movWrap {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6) url(/img/bg_border02.png);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
}

#movWrap .movSect {
    position: relative;
    width: 100%;
    height: 100%;
}

#movWrap .movSect {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0; left: 0;
}

#movWrap .movSect .movClose {
    width: 40px;
    height: 40px;
    margin: 0;
    background: url(/img/bg_border03.png);
    position: absolute;
    top: 0; right: 0;
    overflow: hidden;
}

#movWrap .movSect .movClose a {
    display: block;
    height: 0;
    padding-top: 40px;
    position: relative;
    overflow: hidden;
}

#movWrap .movSect .movClose a:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.2);
}

#movWrap .movSect .movClose a::before,
#movWrap .movSect .movClose a::after {
    content: "";
    display: block;
    width: 24px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 18.5px; left: 7.5px;
}
#movWrap .movSect .movClose a::before {
    transform: rotate(45deg);
}

#movWrap .movSect .movClose a::after {
    transform: rotate(-45deg);
}


/* -----------------------------------------------
メニュー背景
----------------------------------------------- */

#menuBg {
    display: none;
}


/* -----------------------------------------------
コンテンツ
----------------------------------------------- */

#main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 86px 20px 0;/*通常時top86px、.kinkyu時top108px*/
    text-align: left;
    position: relative;
    z-index: 10;
}

#main::after {
    content: "";
    display: block;
    height: 6px;
    background: #999;
}

#main a.arrow {
    padding: 0 5px 0 11px;
    position: relative;
}

#main a.arrow:hover {
    text-decoration: none;
    background: #333;
    color: #fff;
}

#main a.arrow::before {
    content: "";
    display: block;
    border-top: 4px solid transparent;
    border-right: none;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #333;
    position: absolute;
    top: 7px; left: 1px;
}

#main a.arrow:hover::before {
    border-left: 5px solid #fff;
}

.dtA {
    height: 40px;
    vertical-align: top;
}

.dtA a {
    display: inline-block;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #666;
    font-size: 14px;
    line-height: 40px;
    font-family: "01フロップデザイン";
    color: #333 !important;
    position: relative;
}

.dtA a::before {
    content: "";
    display: block;
    border-top: 4px solid transparent;
    border-right: none;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #666;
    position: absolute;
    top: 15px; left: 0;
}

.dtA a:hover {
    border: 1px solid #333;
    text-decoration: none;
    background: #333;
    color: #fff !important;
}

.dtA a:hover::before {
    border-left: 5px solid #fff;
}



/* -----------------------------------------------
フッタ
----------------------------------------------- */

#footerWrap {
    width: 100%;
    height: auto;
    min-height: 100px;
    padding-bottom: 10px;
    background: #333;
}

#footer {
    max-width: 1200px;
    margin: 37px auto 0;
    padding: 0 20px;
}

#footer nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 46px;
    margin-bottom: 30px;
}

#footer nav::after {
    width: 100%;
}

#footer nav ul {
    padding: 8px 0;
    text-align: left;
    font-size: 0;
}

#footer nav #toTop {
    padding: 8px 0;
    text-align: right;
}

#footer nav ul li {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 15px;
    font-size: 14px;
}

#footer nav ul li a,
#footer nav #toTop a {
    display: inline-block;
    padding: 0 5px 0 11px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    position: relative;
}

#footer nav ul li a:hover,
#footer nav #toTop a:hover {
    text-decoration: none;
    background: #fff;
    color: #333;
}

#footer nav ul li a::before {
    content: "";
    display: block;
    border-top: 4px solid transparent;
    border-right: none;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #fff;
    position: absolute;
    top: 11px; left: 1px;
}

#footer nav ul li a:hover::before {
    border-left: 5px solid #333;
}

#footer nav #toTop a::before {
    content: "";
    display: block;
    border-top: none;
    border-right: 3px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 3px solid transparent;
    position: absolute;
    top: 11px; left: 1px;
}

#footer nav #toTop a:hover::before {
    border-bottom: 7px solid #333;
}


#footer #company {
    float: left;
    margin-right: 20px;
}

#footer .dtp {
    font-size: 14px;
    line-height: 40px;
    font-family: "01フロップデザイン";
    color: #fff;
}
#footer .dtA {
    float: left;
    margin-right: 20px;
	margin-bottom: 10px;
	width: 285px;
}
#footer .dtA:last-child {
    float: left;
    margin-right: 0px;
	margin-bottom: 10px;
	width: 285px;
}
#footer 
#footer .dtA img{width: 100%;}
/*
#footer .dtA a {
    display: inline-block;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #fff;
    font-size: 14px;
    line-height: 40px;
    font-family: "01フロップデザイン";
    color: #fff;
    position: relative;
}

#footer .dtA a::before {
    content: "";
    display: block;
    border-top: 4px solid transparent;
    border-right: none;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #fff;
    position: absolute;
    top: 15px; left: 0;
}

#footer .dtA a:hover {
    text-decoration: none;
    background: #fff;
    color: #333;
}

#footer .dtA a:hover::before {
    border-left: 5px solid #333;
}*/

#footer .relLinks {
    text-align: left;
}

#footer .relLinks h2 {
    margin: 0 0 8px;
    font-size: 14px;
    color: rgb(240, 240, 240);
}

#footer .relLinks ul {
    font-size: 0;
}

#footer .relLinks ul li {
    display: inline-block;
    margin: 0 12px 12px 0;
}

#footer .relLinks ul li a {
    display: inline-block;
}

#footer .relLinks ul li a img {
    vertical-align: top;
}

#footer #copyright small {
    font-size: 10px;
    color: #999;
}



/* -----------------------------------------------
タブレット用レイアウト
----------------------------------------------- */

@media only screen and (max-width: 960px){

    body.on {
        overflow: hidden;
    }
    
    /* -----------------------------------------------
    ヘッダ
    ----------------------------------------------- */
    
    #headerColor {
        display: none;
    }
    
    #headerWrap {
        background: rgb(240,240,240);
    }
    
    #header {
        display: block;
        width: 100%;
        padding: 0;
    }
    
    /* ホームページタイトル */
    
    #header h1 {
        width: 100%;
        height: 61px;
        margin: 0 0 0 20px;
        text-align: left;
    }

    #header h1 a {
        display: inline-block;
        max-width: initial;
        height: 45px;
    }
    
    #header h1 a img {
        width: auto;
        height: 100%;
    }
    
    #header h1 a small {
        display: inline;
        width: auto;
        margin: 0 0 0 4px;
    }
    
    /* 予約ナビゲーションとグローバルナビゲーション */
    
    #header nav{
        display: block;
        width: 100%;
    }
	
    #header #subNav {
        /*margin: -1px 0 10px;*/
        display: block;
    }
    #header nav #subNav {
        width: 100%;
        margin-bottom: 0;
		display: block;
    }
    
    #header nav #subNav li {
        width: 50%;
    }

    #header nav #subNav li.searchRoom .pc {
        display: none;
    }
    
    #header nav #subNav li.searchRoom .sp {
        display: inline;
    }
    
    #header nav #subNav li:first-child a {
        border-left: none;
    }
    
    #header nav #subNav li:last-child a {
        border-right: none;
    }
    #header nav #subNav li a::before {
        display: none;
    }
    
	#paylink {
        margin-top: -131px;
        padding-top: 131px;
	}
	#cashless_pc {
    display: none;
	}
    #cashless {
        display: block;
		width: 31%;
        max-width: 130px;
        height: 40px;
        position: absolute;
        top: 10px;
        right: 66px;
    }
    #cashless img{
        width: 100%;
    }
    #toggle {
        display: block;
        width: 24px;
        height: 20px;
        padding-left: 15px;
        border-left: 1px solid #666;
        position: absolute;
        top: 20px;
        right: 15px;
    }
    
    #toggle::before {
        content: "";
        display: block;
        width: 1px;
        height: 20px;
        background: #666;
        position: absolute;
        top: 0;
        left: -6px;
    }
    
    #toggle a {
        display: block;
        width: 24px;
        height: 0;
        padding-top: 16px;
        border-top: 2px solid #666;
        border-bottom: 2px solid #666;
        overflow: hidden;
        position: relative;
    }
    
    #toggle.on a {
        display: block;
        width: 24px;
        height: 0;
        padding-top: 20px;
        border-top: 0;
        border-bottom: 0;
        overflow: hidden;
        position: relative;
    }
    
    #toggle a::after {
        content: "";
        display: block;
        width: 24px;
        height: 2px;
        background: #666;
        position: absolute;
        top: 7px;
        left: 0;
    }
    
    #toggle.on a::before,
    #toggle.on a::after {
        content: "";
        display: block;
        width: 24px;
        height: 3px;
        background: #666;
        position: absolute;
        top: 9px;
        left: 0;
    }
    
    #toggle.on a::before {
        transform: rotate(45deg);
    }
    
    #toggle.on a::after {
        transform: rotate(-45deg);
    }

    #header nav #subNav li a.close {
        border-bottom: 1px solid #666;
        background: url(/img/bg_border03.png);
        color: #fff !important;
    }

    #header nav #subNav li a.close:hover {
    }
    
    #header nav #gNav {
        display: none;
    }
    
    #gNav.on {
        display: block;
        width: 297px;
        height: calc(100vh - 62px);
        border-left: 3px double #666;
        background: rgb(240,240,240);
        overflow-y: scroll;
        overflow-x: hidden;
        position: fixed;
        top: 62px;
        right: 0;
        z-index: 100;
    }
    
    #gNav.on.sp {
    }

    /*
    #gNav.on.sp ul li:first-child {
        margin-top: 1000px;
    }

    #gNav.on.sp ul li:last-child {
        margin-bottom: 1000px;
    }
    */

    body.android #gNav.on.sp li {
        margin: 0;
    }

    #gNav.on li, 
    #gNav.on li a {
        display: block;
        position: relative;
    }
    
    #gNav.on li {
        float: none;
        width: 297px;
        height: 50px;
    }
    
    #gNav.on li a,
    #gNav.on li a:hover {
        height: 50px;
        padding-left: 38px;
        border: none;
        text-align: left;
        font-size: 16px;
        line-height: 50px;
        font-family: "01フロップデザイン";
        color: #000
    }
    
    #gNav.on li a::before {
        content: "";
        display: block;
        border-top: 4px solid transparent;
        border-right: none;
        border-bottom: 4px solid transparent;
        border-left: 5px solid #666;
        position: absolute;
        top: 20px;
        left: 18px;
    }
    
    #main {
        padding-top: 112px;
    }
    
    #contentWrap {
        overflow: hidden;
    }
    
    #subNav.on,
    #contentWrap.on {
        /*
        position: relative;
        left: -300px;
        opacity: 0.2;
        */
        width: 100%;
        margin-left: -300px;
    }
    
    
    /* -----------------------------------------------
    予約セクション
    ----------------------------------------------- */

    #asideWrap {
        z-index: 80;
    }

    #asideWrap.on {
        left: -300px;
        /*
        opacity: 0.2;
        */
    }

    aside {
        height: 100%;
        padding: 0;
        margin: 102px 0 0;
    }

    aside section {
        border: none;
        border-bottom: 1px solid #fff;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    aside section .close {
        display: none;
    }

    #main::after {
        content: "";
        display: block;
        height: 0;
        background: transparent;
    }
      

    /* -----------------------------------------------
    フッタ
    ----------------------------------------------- */

    #footerWrap {
        padding-bottom: 55px;
        position: relative;
    }

    #footer nav {
        height: auto;
        margin-bottom: 30px;
    }

    #footer nav #toTop {
        display: block;
        width: 100%;
        text-align: center;
        background: #000;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    #footer nav #toTop a:hover {
        background: #000;
        color: #fff;
    }

    #footer nav #toTop a:hover::before {
        border-bottom: 7px solid #fff;
    }

    #footer .dtA {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        max-width: 300px;
        width: 100%;
    }
    
    
    /* -----------------------------------------------
    メニュー背景
    ----------------------------------------------- */

    #menuBg.on {
        display: block;
        width: 100%;
        height: calc(100vh - 62px);
        background: rgba(0, 0, 0, 0.6) url(/img/bg_border02.png);
        position: fixed;
        top: 62px;
        left: 0;
        z-index: 90;
    }

}



/* -----------------------------------------------
スマホ用レイアウト
----------------------------------------------- */

@media only screen and (max-width: 640px){

    aside section {
        height: calc(100vh - 102px);
        border: none;
    }

    aside section div.l,
    aside section div.r,
    aside section div {
        float: none;
        width: auto;
        margin: 0;
        padding: 20px 0 30px;
    }

    aside section div.l {
        margin-right: 0;
        border-right: none;
        border-bottom: 1px solid #999
    }

    aside section div.r {
        border-bottom: 1px solid #999
    }

    aside section div > h2,
    aside section div > dl,
    aside section div > p,
    aside section div > form,
    aside section div > div {
        margin: auto;
    }
    
    #main {
        padding-top: 131px;/*通常109px、.kinkyu時131px*/
    }
    
    
    /* ホームページタイトル */
    
    #header h1 {
    }

    #header h1 a {
    }
    
    
    /* -----------------------------------------------
    メニュー
    ----------------------------------------------- */
    
    #gNav.on {
        height: calc(100vh - 62px);
        top: 62px;
        right: 0;
    }
    
}

@media screen and (orientation: landscape){
    
    #headerWrap {
        width: 100%;
    }
    
}
