@charset "utf-8";

/*
----------------------------------------
750
----------------------------------------
*/

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


/* layout */

html {
    font-size: 50%;
    margin-top: 0 !important;
}

body {
    min-width: 0;
}

#contents {
    width: 100% !important;
}

.wrapper {
    width: 100%;
    min-width: initial;
    background: #fff;
}

#container {
    overflow: hidden;
    padding-top: 0;
}

#container .inner {
    max-width: none;
    padding: 0 3%;
}

img {
    max-width: 100%;
    height: auto;
}

.pc {
    display: none!important;
}

.sp {
    display: block!important;
}


html.active,
body.active {
    overflow: hidden;
}
.bg-fixed {
    position: fixed;
    width: 100%;
    min-height: 100%;
    height: auto;
}

.flex {
    display: block;
}

.flex .box.pic img {
    width: 100%;
    height: auto;
}

.flex .box.pic,
.flex .box.txt,
.flex.reverce .box.pic {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 15px;
}

/* form */




/* header */

#header.is-fixed {
    min-width: 0;
}

.header-top {
    padding: 13px 3%;
}

#header .sp-nav {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

#header .logo {
    width: 125px;
    margin: 0 auto 0 0;
}

.lang {
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translateY(-50%);
}


#header .overlay {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    background: rgba( 0,0,0,0 );
    z-index: -99999;
    visibility: hidden;
    opacity: 0;
    transition: all .4s;
}
#header.nav-open .overlay {
    visibility: visible;
    opacity: 1;
    background: rgba( 0,0,0,.8 );
    z-index: 999999999;
}
/* sp-btn */

#sp-btn {
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 !important;
    text-align: center;
    z-index: 9999999999;
    position: fixed;
    right: 0;
    top: 0;
}

#sp-btn.fixed,
#sp-btn.active.fixed-open {
    position: fixed;
    top: 6px;
    right: 10px;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
}

#sp-btn-a::after {
    position: absolute;
    left: -5px;
    bottom: -11px;
    display: block;
    width: 100%;
    font-size: 1.2rem;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}

#sp-btn:hover {
    cursor: pointer;
}

#sp-btn #sp-btn-a,
#sp-btn #sp-btn-a span {
    display: inline-block;
    box-sizing: border-box;
    transition: all .5s;
}

#sp-btn #sp-btn-a {
    position: relative;
    width: 34px;
    height: 33px;
}

#sp-btn #sp-btn-a span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 2rem;
    background: #fff;
}

#sp-btn #sp-btn-a span:nth-of-type(1) {
    top: 4px;
}

#sp-btn #sp-btn-a span:nth-of-type(2) {
    top: 15px;
}

#sp-btn #sp-btn-a span:nth-of-type(3) {
    bottom: 5px;
}

#sp-btn.active #sp-btn-a span {
    background: #fff;
}

#sp-btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
}
#sp-btn.active span:nth-of-type(2) {
    opacity: 0;
}
#sp-btn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
}

/* g-anv */

#g-nav {
    z-index: 999999999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -200%;
    transition: all 1s;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    padding: 0;
    background: #212121;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

#g-nav.active {
    left: 0;
    transition: all 0.3s;
}

#g-nav li {
    font-size: 2rem;
    padding: 15px 10px;
}

#g-nav li:last-child {
    padding: 15px 10px;
}

#g-nav .more-btn-contact {
    margin-top: 30px;
}

#g-nav .more-btn-contact a {
    font-size: 1.6rem;
    padding: 1.3em 0.8em;
    min-width: 185px;
}

.nav-pc .btn-contact {
    margin: 0;
}

.nav-pc .btn-contact a {
    font-size: 1.8rem;
    padding: 10px 2.5rem;
}



/*
---------------------------------------
footer
---------------------------------------
*/

footer {
    position: relative;
    background: #000;
}

.footer-top {
    padding: 2rem 0 0;
}

#home .footer-top,
.footer-top {
    padding: 0;
}

.footer-top iframe {
    width: 100%;
    height: 275px;
}

#home .footer-top iframe,
.footer-top iframe {
    display: none;
}

.footer-bottom {
    background: url(../img/common/bg-footer.jpg) no-repeat center center /cover;
}

.footer-bottom .inner {
    display: block;
}

.footer-top .link-list-wrap {
    display: none;
}

.footer-bottom {
    padding: 5em 5% 2em;
    border: none;
}

.footer-logo {
    padding: 0 0 2rem;
    width: 172px;
}

.footer-bottom .foot-address {
    padding: 0 0 3rem;
}

.totop {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: block;
}

.totop img {
    width: 70px;
    height: 70px;
}

.totop a {
    display: block;
}

/*
---------------------------------------
heading
---------------------------------------
*/

.heading-01 {
    font-size: 3.5rem;
}

.heading-02 {
    font-size: 3.5rem;
}

.heading-03 {
    font-size: 2.4rem;
    padding: 0 0 3rem;
}

.heading-03:before {
    width: 40px;
    height: 1px;
    transform: translateY(-6px);
    margin: 0 1rem 0 0;
}


/*
---------------------------------------
top
---------------------------------------
*/

.mv {
    padding: 60px 3% 70px;
    height: 90vh;
}

.mv-inner {
    width: 100%;
}

.mv .bg li.bg-04 .bg-img  {
   background-position: right 20% center;
}

.mv__textarea {
    width: 100%;
}

.mv-ttl-03 {
    width: 350px;
    height: auto;
}

.mv__news {
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    padding: 0 3%;
}

.mv__news a:after {
    right: 3%;
}

.mv__news .date {
    padding: 0 1rem 0 0;
    letter-spacing: 0;
}

.search-sec,
.search-sec.search-sec-last {
    padding: 0;
}

.search-wrap {
    background: #000;
    height: auto;
    display: block;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.search-ttl {
    height: auto;
    line-height: 2;
    padding: 1rem 5%;
}

.search-form {
    height: auto;
    padding: 2rem 5%;
}

.search-form-data-item {
    height: auto;
    justify-content: flex-start;
    align-items: stretch;
}

/*.type .ui-selectmenu-button.ui-button {
    width: 100%;
}*/

.ui-menu .ui-menu-item-wrapper {
    font-size: 1.6rem;
    padding: 10px 1em 10px .4em!important;
}


.date .ui-selectmenu-button.ui-button {
     width: 100%;
     border-right: 1px solid #fff!important;
}

.daynum .ui-selectmenu-button.ui-button, .num .ui-selectmenu-button.ui-button {
    width: 100%;
}

.ui-menu {
    height: 180px;
}

.search-form .date {
    width: 50%;
}

.search-form .daynum {
    width: 25%;
}

.search-form .num {
    width: 25%;
}

.ui-button {
    height: 40px;
}

.ui-selectmenu-text {
    font-size: 1.6rem;
}

.ui-selectmenu-button.ui-button {
    font-size: 1.7rem;
}

.submit-btn-wrap {
    padding: 2rem 0 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.submit-btn-wrap .submit-btn-item {
    font-size: 1.6rem;
    padding: 1.2rem 6rem;
}

#ui-datepicker-div {
    width: 100%;
    left: 0!important;
    font-size: 1.6rem;
    z-index: 99!important;
}

.ui-datepicker td span, .ui-datepicker td a {
    padding: .4em .2em!important;
}

.ui-corner-all {
    border-right: 1px solid #fff!important;
}

select {
    background: #0f0f0f url(../js/jquery-ui/images/ui-icons_tri.png) right 10px top 50% no-repeat!important;
    border: 1px solid #fff!important;
    border-image: none;
    color: #fff;
    font-size: 1.7rem;
    font-family: "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Helvetica Neue", sans-serif!important;
    padding: .8rem 1.7rem!important;
    width: 100%;
    height: 100%;
}

.undecided {
    padding: 1em 0 1em 2rem;
}

.search-wrap label {
    font-size: 1.6rem;
}

#home .about {
    padding: 5rem 0;
}

#home .about .about-img {
    position: static;
    transform: none;
}

#home .about .img {
    position: static;
    line-height: 0;
}

#home .about .img img {
    width: 100%;
    height: auto;
}

#home .about .box {
    width: 100%;
    padding: 1.5rem 0 0;
    border: none;
}

#home .about-ttl {
    font-size: 3rem;
    padding: 0 0 1.5rem;
}

#home .about-desc {
    font-size: 1.8rem;
    letter-spacing: .1em;
    padding: 0 0 2rem;
}

#home .about-txt {
    font-size: 1.6rem;
}

.access {
    padding: 5rem 0;
}

.access .ttl {
    font-size: 4rem;
}

.access iframe {
    width: 100%;
    height: 275px;
    position: static;
    margin-top: 5rem;
}

.access .route-box {
    padding: 2rem 0 0;
}

#home .news-list {
    padding: 5rem 0 2rem;
    margin: 0;
    display: block;
}

#home .news-list-item {
    width: 100%;
    padding: 0 0 15px;
}

#home .news-list-item a {
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem;
}

#home .news-list-item .cat-list {
    position: static;
    padding: 0 0 1rem;
}

#home .news-list-item .figure-wrap {
    position: static;
    width: 40%;
}

#home .news-list-item figure {
    height: 100px;
}

#home .news-list-item img {
    height: 100px;
}

#home .news-list-item .txt-cont {
    padding: 0 0 0 1.5rem;
    width: 60%;
}

#home .news-list-item .news-ttl {
    font-size: 1.6rem;
    padding: 0 0 1rem;
}

/*
---------------------------------------
page-common
---------------------------------------
*/

.page.wrapper {
    padding-top: 50px;
}

.page #header {
    min-width: 0;
}

#breadcrumbs {
    font-size: 1.4rem;
    padding: 1rem 0;
}

#breadcrumbs .arrow {
    padding: 0 0.2rem;
}

.page-mv {
    padding: 2rem 0 0;
}

.page-mv .mv-desc {
    padding: 1.5rem 0 0;
}


/*
---------------------------------------
#room-ac
---------------------------------------
*/

.style-list {
    padding: 8rem 0;
}

.style-item {
    padding: 8rem 0 0;
}

.style-ttl {
    font-size: 3rem;
    padding: 0 0 3rem;
}

.style-ttl:before {
    width: 30px;
    margin: 0 1rem 0 0;
    transform: translateY(-7px);
}

.simply-scroll-list {
    height: 163px;
}

.simply-scroll-list li {
    list-style: none !important;
    float: left;
    height: 163px;
    margin: 0;
    padding: 0 1.5rem;
    width: 250px;
    box-sizing: content-box;
}

.simply-scroll-list li .img {
    width: 250px;
}

.simply-scroll-list li img {
    height: auto;
}

.price {
    padding: 2rem 0 5rem;
}

.price-tbl-sp {
    margin: 0 0 3rem;
    background: #fff;
}

.price-tbl-sp:nth-of-type(5) {
    margin: 0;
}

.txt-tax {
    margin: 0 0 3rem;
}

.price-tbl-sp th,
.price-tbl-sp td {
    font-size: 1.8rem;
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
}

.price-tbl-sp thead th {
    background: #F0F0F0;
    text-align: center;
    padding: 1rem;
    border-top: 1px solid #707070;
    border-bottom: 2px solid #707070;
    border-left: 1px solid #707070;
    font-size: 2rem;
}

.price-tbl-sp tbody th {
    border-left: 1px solid #707070;
    padding: 1rem;
    vertical-align: middle;
    width: 44%;
}

.price-tbl-sp tbody th span,
.price-tbl-sp tbody td span {
    display: block;
    font-size: 1.6rem;
    padding: 1rem 0 0;
}

.price-tbl-sp tbody td {
    text-align: right;
    padding: 1rem;
    vertical-align: middle;
    border-left: 2px solid #707070;
}

/*
---------------------------------------
service
---------------------------------------
*/

.service-nav .inner {
    padding: 0 5%;
}

.service-nav {
    padding: 3rem 0 5rem;
}

.service-nav ul {
    flex-wrap: wrap;
}

.service-nav ul li {
    padding: 1rem 0;
    width: 50%;
}

.service-nav .nav-en {
    font-size: 2.5rem;
    line-height: 1;
    padding: 0 0 0.5rem 0;
}

.price {
    padding: 3.5rem 0 0;
}

ul#tabs-list {
    padding: 0 3%;
    flex-wrap: wrap;
}

ul#tabs-list li {
    font-size: 2rem;
    position: relative;
    width: 25%;
    line-height: 1.2;
}

ul#tabs-list li label.panel-label {
    padding: 8px 0 10px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

ul#tabs-list li label.panel-label:hover {
    padding-top: 8px;
}

#container #panels .container {
    padding: 2rem 3% 0;
}

.room-service {
    padding: 6rem 0 0;
}

.room-service .service-name {
    font-size: 2.2rem;
}

.price .btn-01 {
    padding: 0 0 2.5rem;
}

.price .search-sec {
    padding: 2.5rem 0 5rem;
    background: #fff;
}

.room-service .heading-03 {
    padding: 0 0 3rem;
}

.room-service .box-col2 {
    display: block;
}

.room-service .box-col2 img {
    width: 100%;
    height: auto;
}

.room-service .box-col2 figure {
    max-width: 100%;
    overflow: hidden;
}

.room-service .box-col2 .txt-box,
.room-service .box-col2.box-col2-r .txt-box {
    width: 100%;
    padding: 20px 3%;
}

.room-service .box-bgcol .bg-area {
    width: 100%;
    height: 177px;
}

.room-service .box-bgcol .txt-box,
.room-service .box-bgcol.box-05 .txt-box {
    width: 100%;
    margin: 0;
    background: #fff;
    padding: 20px 3%;
}

.room-service .box-05-txt {
    width: 100%;
    margin: 0;
    background: #fff;
    padding: 0;
}

.room-service .box-bgcol.box-05 .txt-box {
    display: block;
}

.room-service .item-list li:before {
    width: 10px;
}

.room-service .box-01 {
    padding: 0 0 3rem;
}

.room-service .box-02 {
    padding: 0 0 3rem;
}

.room-service .box-03 {
    padding: 0 0 3rem;
}

.room-service .box-04 {
    padding: 0 0 3rem;
}

.room-service .box-05 {
    padding: 0 0 3rem;
}

.food {
    padding: 0 0 2rem;
}

.food .box-wrap-01 {
    margin: 0;
    padding: 0;
}

.food .box-wrap {
    width: 100%;
    padding: 0 3% 5rem;
}

.food .food-ttl {
    font-size: 3.6rem;
    border-bottom: 10px solid #b69355;
    margin: 0 0 15px;
}

.food .box-wrap-01 .food-ttl span,
.food .box-wrap-02 .food-ttl span {
    text-align: left;
    padding: 0;
}

.food .box {
    display: block;
    margin: 0;
}

.food .box-wrap-01 .box,
.food .box-wrap-02 .box {
    margin: 0;
    padding: 0;
}

.food .slick-slider {
    width: 100%;
    height: auto;
}

.food .txt-box,
.food .box-wrap-02 .txt-box {
    width: 100%;
    padding: 0;
}

.food .food-txt {
    padding: 4.5rem 0 2.5rem;
}

.member {
    padding: 0 0 3rem;
}

.member .desc {
    padding: 1rem 0 3rem;
}

.member .heading-03 {
    padding: 0;
}

.member .card-list {
    flex-wrap: wrap;
    justify-content: center;
}

.member .card-list li {
    width: 75%;
    padding: 0 5px 3rem;
}

.member .card-list li img {
    width: 100%;
}

.member .box {
    padding: 3rem 0 0;
}

/*
---------------------------------------
#company
---------------------------------------
*/

.tbl-01 th {
    width: 24%;
    padding: 15px 0 10px 15px;
    font-size: 1.6rem;
}

.tbl-01 td {
    width: 76%;
    padding: 15px 0 10px 15px;
}

.outline {
    padding: 5rem 0 1rem;
}

#company .privacy {
    padding: 7rem 0 3rem;
}

#company .privacy .heading-03 {
    padding: 0 0 3rem;
}

#company .privacy .privay-list li {
    padding: 0 0 3rem;
}

#company .greeting {
    padding: 6rem 0 2rem;
}

#company .greeting .box {
    display: block;
}

#company .greeting .ttl {
    font-size: 4rem;
    padding: 0 0 2rem;
}

#company .greeting figure {
    width: 100%;
}

#company .greeting .txt {
    padding: 2rem 0 0;
}

#company .access {
    padding: 5rem 0 7rem;
}


/*
----------------------------------------
blog
----------------------------------------
*/

#container.post-wrap #contents > .flex{
    padding: 0 3%;
}
#container.post-wrap #contents #post-main {
    width: 100%;
    margin: 12px auto;
}
#sidebar {
    width: 100% !important;
    padding: 5rem 0 0;

}
.side-menu a {
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.side-menu > ul > li {
    font-size: 1.6rem;
}

.side-menu > ul > li figure {
    margin: 0 10px 0 0;
    width: 35%;
    padding: 0;
}

.side-menu a figure + div {
    width: 65%;
}

.side-menu .txt {
    font-size: 1.6rem;
    line-height: 1.5;
}

.side-menu .metadata {
    font-size: 1.4rem;
}


/* post */

#contents .post {
    padding: 20px 0;
    margin-bottom: 0;
}

.post .flex {
    display: flex;
}

.post .flex > .thumb {
    width: 35%;
    padding: 0;
}

.post .flex > .thumb + .post-header {
    width: 65%;
    padding-left: 10px;
}

.post .flex > .txt p {
    margin-bottom: 10px;
}

.post-contents p.more {
    margin: 0;
}

.post .more {
    padding: 10px 0 0;
}

.post .more a {
    text-align: center;
}

.post-nav {
    flex-direction: column;
    margin: 20px 0;
}

.post-nav a img,
.post-nav .back-link {
    display: none;
}

.post-nav .prev, .post-nav .next {
    width: 100%;
}

.post-nav .prev a, .post-nav .next a {
    box-sizing: border-box;
    background: #fafafa;
    padding: 10px 3rem;
    margin: 5px 0;
}

.post-nav .prev a:before {
    left: 5px;
}

.post-nav .next a:before {
    right: 5px;
}

#contents .post .post-header h1, #contents .post .post-header h1 a {
    font-size: 1.8rem;
}

.post-contents h1,
.post-contents h2 {
    font-size: 2rem;
}

.post-contents h3 {
    font-size: 1.8rem;
}

.post-contents .aligncenter {
    display: block;
    margin: 0 auto 1rem;
}
.post-contents .alignright {
    float: none;
    margin: 0 auto 1rem;
}
.post-contents .alignleft {
    float: none;
    margin: 0 auto 1rem;
}

.post-contents img[class*="wp-image-"],
.post-contents img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
    width: 100%;
}

/*
----------------------------------------
faq
----------------------------------------
*/

.sec-faq dl dt {
    padding: 0 0rem 1rem 6rem;
    position: relative;
    line-height: 1.5;
}

.sec-faq dl dd {
    padding: 0 0rem 3rem 6rem;
    margin-bottom: 40px;
    position: relative;
    line-height: 1.5;
}

.sec-faq dl .num {
    padding: 2px 1rem;
    position: absolute;
    left: 0;
}

.sec-faq dl em {
    padding-left: 0;
    margin: 0 0 0 -6rem;
    line-height: 2;
}



}/*/750*/


