@charset "UTF-8";
/* CSS Document */


#header .menu {
    display: none;
}
@media screen and (max-width: 768px) {
/*--------------------------------------------------
header
--------------------------------------------------*/
    #header {
        padding: 10px 4%;
        position: relative;
    }
    #header .inner {
        width: auto;
        padding: 0;
    }
    #header .logo {
        float: left;
        margin: 0;
    }
    #header .logo img {
        width: auto;
        height: 40px;
    }
    #hbtns {
        display: none;
    }
    #gnav {
        display: none;
    }
    #header .menu-btn {
        display: none;
        background-color: #fff;
        width: 40px;
        height: 40px;
        float: right;
        position: relative;
        z-index: 9;
        cursor: pointer;
    }
    @media screen and (max-width: 768px) {
        #header .menu-btn {
            display: block;
        }
    }
    #header .menu-btn > span {
        display: block;
        background-color: #e84973;
        width: 30px;
        height: 4px;
        margin: auto;
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    #header .menu-btn > span:nth-child(2) {
        top: 20px;
    }
    #header .menu-btn > span:nth-child(3) {
        top: 30px;
    }
    #header .menu-btn.is-active span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
    }
    #header .menu-btn.is-active span:nth-of-type(2) {
        opacity: 0;
    }
    #header .menu-btn.is-active span:nth-of-type(3) {
        -webkit-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
    }
    #header .menu {
        display: none;
        background-color: #292929;
        color: #fff;
        width: 100%;
        position: absolute;
        z-index: 9;
        top: 60px;
        left: 0;
    }
    #header .menu-inner {
        max-width: 1100px;
        margin: 0 auto;
    }
    #header .menu-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 40px;
        width: 100%;
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    #header .menu-list {
        max-width: 400px;
        width: 100%;
    }
    #header .menu-list > li {
        border-bottom: 1px solid #b4b4b4;
        font-size: 13px;
    }
    #header .menu-list > li:last-child {
        border-bottom: 0;
    }
    #header .menu-list > li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        padding: 20px 16px 20px 25px;
        text-decoration: none;
        color: inherit;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        position: relative;
    }
    #header .menu-list > li a::before {
        content: "";
        background-color: #fff;
        -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
        clip-path: polygon(0 0, 0% 100%, 100% 50%);
        width: 6px;
        height: 6px;
        position: absolute;
        top: 28px;
        left: 10px;
    }
    #header .menu-list > li a:hover {
        opacity: .7;
    }
/*--------------------------------------------------
top
--------------------------------------------------*/
    #mimg {
        height: 200px;
    }
    #mimg li {
        background-size: cover;
        background-position: center !important;
    }
    #mimg #firstmimg {
        height: 200px;
    }
    #fullslider li {
        background: center / cover no-repeat;
        height: 200px;
    }
    .tcntn-in {
        width: auto;
    }
    #tsv h2 {
        float: none;
        text-align: center;
        width: auto;
        margin-bottom: 1em;
        padding: 0;
    }
    #tsv ul {
        float: none;
        width: auto;
    }
    #tsv li {
        background-size: contain;
        float: none;
        max-width: 255px;
        width: 100%;
        margin: 0 auto 1em;
    }
    #tsv li.center {
        margin: 0 auto 1em;
    }
    #tsv li .img img {
        max-width: 100%;
        height: auto;
    }
    #tcncpt h2 {
        float: none;
        text-align: center;
        width: auto;
        margin: 0 auto 1em;
    }
    #tcncpt .cntnt-area {
        float: none;
        width: auto;
    }
    #tcncpt #slider-area {
        float: none;
        width: auto;
        padding: 0;
    }
    #tcncpt #slider-area li {
        text-align: center;
        margin: 0 auto;
    }
    #tcncpt #slider-area img {
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }
    #tcncpt .txt {
        float: none;
        width: auto;
        padding: 0;
    }
    .tcntn-in {
        padding: 40px 4%;
    }
    #tinfo .cntnt-area {
        width: auto;
    }
    #tinfo h2 {
        float: none;
        text-align: center;
        width: auto;
        margin: 0;
    }
    #tinfo .cntnt-area {
        float: none;
        margin: 0;
    }
    #tinfo .left {
        float: none;
        width: auto;
    }
    #tinfo .right {
        float: none;
        width: auto;
    }
    #tinfo .btn {
        max-width: 309px;
        margin: 0 auto;
        text-align: center;
    }
    #tinfo .btn img {
        max-width: 100%;
        height: auto;
    }
    #tnews .txt {
        width: auto;
    }
    #tfacility {
        height: auto;
    }
    #tfacility .tcntn-in {
        height: auto;
        padding: 40px 4%;
    }
    #tfacility h2 {
        float: none;
        text-align: center;
        width: auto;
    }
    #tfacility .cntnt-area {
        float: none;
        width: auto;
        margin: 0;
    }
    #tfacility .cntnt-area li {
        text-align: center;
        width: auto;
    }
    #tfacility .cntnt-area li.btn01 {
        float: none;
    }
    #tfacility .cntnt-area li.btn02 {
        float: none;
    }
    #tfacility .cntnt-area li img {
        max-width: 100%;
        height: auto;
    }
/*--------------------------------------------------
footer
--------------------------------------------------*/
    #footer-in {
        width: auto;
        padding: 50px 4%;
    }
    #ftnav {
        height: auto;
    }
    #ftnav {
        background-color: #000;
    }
    #ftnav ul {
        width: auto;
        padding: 12px 4% 10px;
    }
    #crarea {
        padding: 10px 4%;
    }
/*--------------------------------------------------
low
--------------------------------------------------*/
    #bcarea {
        background-color: #000;
        height: auto;
    }
    #bcarea ul {
        width: auto;
        padding: 12px 4% 10px;
    }
    #wrapper {
        width: auto;
        margin-top: 0;
    }
    #wrapper-in {
        padding: 20px 4%;
    }
    #main {
        float: none;
        width: auto;
    }
    .h2ttl {
        background-image: none;
        background: linear-gradient(#fdfdfd, #f1f0ef);
        border: 1px solid #c8c8c8;
        font-size: 18px;
        padding: 10px 10px 10px 20px;
        position: relative;
    }
    .h2ttl::before {
        content: '';
        background-color: #e84973;
        width: 3px;
        height: 60%;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 10px;
    }
    .h3ttl img {
        max-width: 100%;
        height: auto;
    }
    .h4ttl {
        background-image: none;
        background: linear-gradient(#edecea, #dbd9d5);
        border: 1px solid #bebebe;
        border-radius: 3px;
    }
    #side {
        float: none;
        margin: 0 auto;
    }
/*--------------------------------------------------
rental-room
--------------------------------------------------*/
    .tab li {
        background-size: cover;
        border-radius: 10px 10px 0 0;
        font-size: 1em;
        width: 40%;
        height: auto;
        padding: 10px 4%;
    }
    .torsv {
        width: auto;
    }
    .torsv li {
        background-size: cover;
        float: none;
        max-width: 269px;
        width: auto;
        height: auto;
        margin: 0 auto 1em;
    }
    .torsv li a {
        height: auto;
        padding: 10px 30px 10px 10px;
    }
    .meeting .img-area p {
        float: none;
        width: auto;
        margin-bottom: 1em;
    }
    .meeting .img-area img {
        max-width: 100%;
        height: auto;
    }
    .meeting .img-area ul {
        float: none;
        width: auto;
        margin: 0 auto;
    }
    .meeting .img-area li {
        text-align: center;
        width: auto;
    }
    .meeting .bihin-box {
        background-image: none;
        background-color: #f1f1f1;
        border: 1px solid #bbb;
        border-radius: 6px;
    }
    .meeting .bihin-box .inner {
        background-image: none;
    }
    .meeting .bihin-box ul {
        background-image: none;
    }
    .meeting .bihin-box li img {
        max-width: 100%;
        height: auto;
    }
    #gall-imgs li {
        float: none;
        text-align: center;
        width: auto;
        height: auto;
        margin-bottom: 1em;
    }
    #gall-imgs li.center {
        margin-bottom: 1em;
    }
    .meeting #article05 .parking-tbl, .meeting #article11 .parking-tbl {
        width: auto !important;
    }
/*--------------------------------------------------
reserve
--------------------------------------------------*/
    .h2ttl.reserve {
        background-image: none;
    }
    #slctMnth {
        width: auto;
    }
    #cal-tbl th {
        display: none;
    }
    #cal-tbl td {
        display: block;
    }
    #rsv-dl dt {
        display: block;
        width: auto;
    }
    #rsv-dl dd {
        display: block;
        width: auto;
    }
    #rsv-dl dd input {
        width: 80%;
    }
    #rsv-dl span {
        display: inline-block;
    }

    #form {
        width: auto;
    }
/*--------------------------------------------------
terms_commune
--------------------------------------------------*/
    .contents .tbl-wrap {
        white-space: nowrap;
        overflow-x: scroll;
    }
    .contents table {
        width: 100% !important;
    }
/*--------------------------------------------------
co-facility
--------------------------------------------------*/
    .co-facility .entry-box .txt-area {
        width: auto;
    }
/*--------------------------------------------------
company
--------------------------------------------------*/
    .company #section01 .bnr img {
        max-width: 100%;
        height: auto;
    }
    .company #section02 .img img {
        max-width: 100%;
        height: auto;
    }
    #photo-area #limg {
        margin-bottom: 1em;
    }
    #photo-area ul {
        float: none;
        width: auto;
    }
    #photo-area ul li {
        width: 47%;
    }
    #photo-area ul li img {
        max-width: 100%;
        height: auto;
    }
/*--------------------------------------------------
access
--------------------------------------------------*/
    .access #gmail iframe {
        width: 100%;
        height: 200px;
    }
    #access-tbl th {
        display: block;
    }
    #access-tbl td {
        display: block;
    }
/*--------------------------------------------------
contact
--------------------------------------------------*/
    #cntct-tbl th {
        display: block;
        width: auto;
    }
    #cntct-tbl td {
        display: block;
    }
    #cntct-tbl input {
        max-width: 100%;
        width: 100% !important;
    }
    #cntct-tbl textarea {
        max-width: 100%;
        width: 100% !important;
    }
    .mfp_buttons {
        text-align: center;
        margin-top: 1em;
    }
    .contact button {
        margin: 0 auto 1em !important;
    }
/*--------------------------------------------------
sitemap
--------------------------------------------------*/
    .sitemap li span {
        width: auto;
        float: none;
    }



}
