@charset "utf-8";
/*safari対策*/

#h_right address a {
    color: #8f7930;
}

#reserve .tel a {
    color: #8f7930;
}

/* CSS Document */

#wrapper {
    width: 100%;
    overflow: hidden;
}

#soon {
    margin-top: 300px;
    text-align: center;
    font-size: 300%;
    margin-bottom: 200px;
}

a {
    color: #fff;
    cursor: pointer;
}

a:hover {
    opacity: 0.6;
}

.hire {
    transition: ease-in 0.5s;
}

.gold {
    color: #8f7930;
}

#top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 1000;
}

h1,
h2,
nav,
#h_right,
.reserve,
.company h3,
#airport h3 {
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
}

.s_font {
    font-size: 80%;
}

.xs_font {
    font-size: 55%;
}

body {
    background: url("../img/bg.jpg") repeat;
    color: #fff;
    font-family: "游ゴシック", "YuGothic", "Gothic", sans-serif;
    -webkit-text-size-adjust: none;
}

main {
    letter-spacing: 1px;
}

#main_img {
    width: 100%;
}

#main_img img {
    width: 100%;
}

.home:hover {
    cursor: auto;
}

/*fade用*/

.fuwat {
    transition: 1s ease-in;
}

/*ログイン/ポップアップ用css*/

.modal-content {
    position: fixed;
    display: none;
    z-index: 2;
    margin: 0;
    border: 2px solid #aaa;
}

.modal-overlay {
    z-index: 2;
    /*デモではheader,footerをz-index:1にしたので それより上げています*/
    display: none;
    /*jsでフェードインされるまでdisplay:none*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /*100vhでビューポートの高さいっぱいになります*/
    background-color: rgba(0, 0, 0, .5)
}

/*これは好きな色・透明度で*/

a.modal-open:hover {
    cursor: pointer
}

/*カーソルをポインタに*/

.modal-content {
    width: 450px;
    position: fixed;
    display: none;
    /*jsでフェードインされるまでdisplay:none*/
    z-index: 100;
    /*オーバーレイより上に*/
    margin: 10px;
    background: url(../img/bg.jpg);
}

.modal-content img {
    width: auto;
}

.modal-content h1 {
    font-size: 120%;
    margin-bottom: 0.5em
}

.modal-content p {
    max-width: 565px;
    text-align: left
}

a.modal-close {
    /*クローズボタンは何でも好きなスタイルでOK*/
    position: absolute;
    top: 0;
    right: 10px;
    color: #b29c33;
    font-size: 35px;
    line-height: 1;
    font-weight: bold;
    text-decoration: none
}

a.modal-close:hover {
    cursor: pointer
}

.icon-sky {
    margin-right: 10px;
}

/*カーソルをポインタに*/

/*ヘッダー*/

main {
    margin-top: 110px;
    position: relative;
    z-index: 1;
}

header {
    width: 100%;
    position: fixed;
    z-index: 100;
    /*
box-shadow: 0px 0px 5px 2px #000000;
-moz-box-shadow: 0px 0px 5px 2px #000000;
-webkit-box-shadow: 0px 0px 5px 2px #000000;
*/
}

header:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 110px;
    background: url("../img/hd_bg.jpg") repeat;
    opacity: 0.9;
}

#header {
    width: 1040px;
    margin: 0 auto;
    height: 110px;
    box-sizing: border-box;
}

#h_left {
    position: relative;
    width: 30%;
    float: left;
    margin-left: -2px;
}

#h_left a:hover {
    opacity: 0.8;
}

#h_left img {
    position: absolute;
    width: 150px;
}

#h_left h1 {
    position: absolute;
    text-align: center;
    font-size: 50%;
    line-height: 1.6;
    color: #a08735;
    bottom: -170px;
    left: 17px;
    font-family: sans-serif;
    font-weight: normal;
}

#h_right {
    width: 80%;
    float: right;
    position: relative;
}

#h_right .xs_font {
    font-size: 50%;
}

.reserve {
    color: #fff;
    float: right;
    background: #8f7930;
    margin-left: 15px;
    border-radius: 0 0 5px 5px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}

.member {
    float: right;
    background: #8f7930;
    margin-left: 10px;
    border-radius: 0 0 5px 5px;
    letter-spacing: 0.1em;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}

.reserve a,
.member a {
    color: #fff;
    font-weight: 400;
    font-size: 120%;
}

.member a {
    letter-spacing: 0.25;
}

.icon-people,
.icon-mail {
    font-size: 110%;
    margin-right: 8px;
    vertical-align: -2px;
}

#h_right>address {
    font-style: normal;
    margin-top: 12px;
    text-align: right;
    font-weight: bold;
    font-size: 150%;
    font-family: sans-serif;
    color: #8f7930;
    line-height: 0.8;
    float: right;
}

#h_right p .xs_font {
    font-size: 51%;
}

#h_right p a {
    color: #8f7930;
    font-weight: bold;
}

/*ナビゲーション*/

#nav {
    float: right;
    margin-top: 14px;
}

#nav>li {
    display: inline-block;
    position: relative;
    border-left: 1px solid #fff;
}

#google_translate_element {
    margin-bottom: -1px;
    margin-right: 1px;
}

#nav>li>a {
    font-size: 120%;
    float: left;
    padding-top: 0;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 0;
    box-sizing: border-box;
    color: #fff;
    position: relative;
}

#nav>li>a:after {
    content: "";
    position: absolute;
    padding-bottom: 20px;
    top: 20px;
    left: 0;
    width: 100%;
    height: 20px;
}

#nav>li:nth-last-of-type(2) {
    border-right: 1px solid #fff;
}

#nav>li:last-of-type {
    padding-top: 3px;
    border: none;
}

#nav>li:last-of-type a {
    padding-right: 0px;
}

.sub {
    position: absolute;
    width: 220%;
    top: 39px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    background: #fff;
    transition: 0.5s ease;
    display: none;
    padding: 10px 20px;
}

.sub li {
    border-bottom: 1px dotted #777777;
}

.sub li:last-child {
    border: none;
}

.sub li a {
    color: #2a2a2a;
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
    margin: 10px 0;
    font-weight: 600;
}

.sub li a:hover {
    opacity: 1;
    background: #EBE3C7;
}

.sub li:hover {}

.sub li:first-of-type a {
    padding-top: 0px;
}

.sub li:last-of-type {
    padding-bottom: 0;
}

.sub li:last-of-type a {
    border: none;
}

.sub img {
    width: 80px;
    float: left;
    margin-right: 10px;
    margin-top: 20px;
    margin-left: 10px;
}

.sub_btn:hover .sub {
    display: block;
}

.sub li a p {
    margin-top: 35px;
}

#triangle {
    font-size: 80%;
}

/*footer*/

footer {
    width: 100%;
    background: #000;
    margin-top: 180px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #8E7833;
}

#footer {
    padding: 30px 0;
    width: 1040px;
    margin: 0 auto;
    overflow: hidden;
}

#f_left {
    overflow: hidden;
    width: 40%;
    float: left;
    letter-spacing: 1px;
}

#f_left .f_logo {
    width: 93px;
    float: left;
    margin-right: 25px;
}

.logo_text {
    margin: 10px 0 3px;
    width: 245px;
    display: inline-block;
}

.logo_text svg .cls-1 {
    fill: #8E7833;
}

f_logo svg {
    width: 100%;
    float: left;
    margin-right: 25px;
}

.f_logo svg .cls-1 {
    fill: #8E7833;
}

#f_left h4 {
    font-size: 80%;
    line-height: 1.6;
    font-weight: normal;
}

.phonetic {
    display: block;
    font-size: 0.85rem;
}

#f_left ul {
    margin-top: 15px;
}

#f_left li {
    font-size: 80%;
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #8f7930;
}

#f_left li a {
    color: #8f7930;
}

#f_left li:last-child {
    margin: 0;
}

#f_right {
    overflow: hidden;
    float: left;
    font-size: 80%;
    line-height: 1.7em;
}

#credit_card {
    margin-left: 10px;
}

#credit_card li {
    margin-bottom: 2px;
}

#credit_card .credit_card {
    margin-top: 6px;
}

#copyright {
    padding-top: 15px;
    border-top: 1px solid #8f7930;
    clear: both;
    width: 100%;
    font-size: 70%;
    overflow: hidden;
    margin-bottom: 15px;
}

#copyright div {
    width: 1040px;
    margin: 0 auto;
}

#copyright h2 {
    font-size: 80%;
    float: left;
    font-family: sans-serif;
    font-weight: normal;
}

#copyright p {
    float: right;
}

footer div {
    overflow: hidden;
}

@media screen and (max-width:1050px) {
    p,
    li {
        font-size: 90%;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    #main_img {
        height: 170px;
    }
    #main_img img {
        height: 100%;
        object-fit: cover;
    }
    body {
        overflow-x: hidden;
        width: 100%;
    }
    #wrapper {
        position: relative;
        top: 0;
        right: 0;
        overflow-x: hidden;
        margin: 0 auto;
        width: 100%;
    }
    .layer {
        position: fixed;
        top: 0;
        z-index: 1;
        display: none;
        width: 100%;
        height: 100%;
        background-color: transparent;
        z-index: 100;
    }
    header {
        margin-top: 0px;
    }
    header:before {
        background: transparent;
    }
    #sp_header {
        position: relative;
        background: url(../img/bg.jpg);
        width: 100%;
        height: 80px;
        display: block;
        position: fixed;
    }
    #sp_logo {
        display: inline-block;
        top: 0;
        width: 100px;
        padding-top: 0;
        box-sizing: border-box;
        vertical-align: top;
        margin-left: 4%;
        padding-bottom: 0;
    }
    #sp_logo img {
        width: 100%;
        margin-left: -3px;
    }
    #sp_right {
        width: 160px;
        height: 100%;
        float: right;
    }
    #sp_right img {
        height: 100%;
        float: left;
    }
    #fix_head,
    header>.wrapper {
        display: none;
    }
    /*    スマホナビ*/
    #tel {
        float: right;
        padding-top: 15px;
        position: relative;
        margin-right: 10px;
    }
    #tel img {
        width: 32px;
        height: 32px;
    }
    #tel:after {
        position: absolute;
        left: 2px;
        bottom: -18px;
        content: 'TEL';
        display: block;
        width: 100%;
        color: #fff;
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        transition: all .4s;
    }
    #sp_right a.sp_btn {
        width: 60px;
        height: 60px;
    }
    .sp_btn,
    .sp_btn span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .sp_btn {
        position: relative;
        width: 50px;
        height: 44px;
        margin: 10px 4% 0 0;
        float: right;
    }
    .sp_btn span {
        position: absolute;
        left: 0;
        width: 55%;
        margin-left: 22.5%;
        height: 2.5px;
        background-color: #fff;
    }
    .sp_btn span:nth-of-type(1) {
        top: 10px;
    }
    .sp_btn span:nth-of-type(2) {
        top: 20px;
    }
    .sp_btn span:nth-of-type(3) {
        top: 30px;
    }
    .sp_btn::after {
        position: absolute;
        left: 0;
        bottom: 6px;
        content: 'MENU';
        display: block;
        width: 100%;
        color: #fff;
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        transition: all .4s;
    }
    .sp_btn.active::after {
        content: 'CLOSE';
        bottom: 7px;
    }
    .sp_btn.active span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) 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);
    }
    /*    ここまで*/
    #sp_nav {
        position: fixed;
        background: url(../img/bg.jpg);
        height: 100%;
        width: 280px;
        right: -280px;
        z-index: 100;
    }
    #sp_nav>ul>li {
        color: #2a2a2a;
        display: inline-block;
        width: 100%;
        float: left;
        border-bottom: 1px solid #6B6B6B;
        box-sizing: border-box;
    }
    #sp_nav>ul>li:first-of-type {
        padding-top: 11px;
    }
    #sp_nav>ul>li:not(:last-of-type):hover>a {
        background: #EBE3C7;
        color: #2a2a2a;
        opacity: 1;
    }
    #sp_nav>ul>li:not(:last-of-type):hover>a .arrow::before {
        border-color: #6B6B6B;
    }
    #sp_nav>ul>li>a {
        font-size: 110%;
        display: inline-block;
        padding: 20px 25px 20px 25px;
        width: 100%;
        box-sizing: border-box;
    }
    .sp_sub {
        top: 80px;
        display: none;
    }
    .sp_sub li {
        color: #2a2a2a;
        border-top: 1px solid #6B6B6B;
    }
    .sp_sub a {
        display: inline-block;
        padding: 20px 0;
        font-size: 90%;
        width: 100%;
        padding-left: 25px;
    }
    .sp_sub a:hover {
        background: #EBE3C7;
        color: #2a2a2a;
        opacity: 1;
    }
    .sp_sub li:last-of-type a {
        padding-bottom: 20px;
    }
    #sp_nav>ul>li>a .arrow::before {
        left: 3px;
        top: 5px;
        width: 5px;
        height: 5px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #sp_nav>ul>li>a .arrow.active {
        top: 3px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .sp_sub a .arrow::before {
        left: 3px;
        top: 4px;
        width: 4px;
        height: 4px;
        border-top: 1px solid #2a2a2a;
        border-right: 1px solid #2a2a2a;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .arrow {
        position: relative;
        display: inline-block;
        padding: 0 0 0 16px;
        color: #000;
        vertical-align: middle;
        text-decoration: none;
        font-size: 15px;
        float: right;
        margin-top: 5px;
    }
    .arrow::before,
    .arrow::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }
    .sp_sub.open {
        display: block;
    }
    .sp_btn {
        cursor: pointer;
    }
    .sub_btn>a {
        pointer-events: none;
    }
    .sub_btn:hover {
        cursor: pointer;
    }
    .sp_btn:hover {
        opacity: 1;
    }
    .goog-te-gadget-simple span:nth-of-type(2),
    .goog-te-gadget-simple img:last-of-type {}
    /*main*/
    main {
        margin: 80px auto 0;
    }
    /* section*/
    section {
        width: 100%;
    }
    /*footer*/
    footer {
        margin-top: 100px;
    }
    #footer {
        width: 92%;
        margin: 0 auto;
    }
    #f_left {
        width: 100%;
    }
    #f_right {
        margin-top: 20px;
        width: 100%;
    }
    #footer {
        padding-bottom: 25px;
    }
    #copyright div {
        width: 100%;
        text-align: left;
    }
    #copyright h2 {
        margin-right: 4%;
        margin-left: 4%;
        font-size: 90%;
        float: none;
        line-height: 1.4;
    }
    #copyright p:last-of-type {
        margin-top: 10px;
        text-align: left;
        float: none;
        margin-left: 4%;
    }
    #credit_card {
        margin-left: 0;
    }
    .sp_contact a {
        background: #8f7930;
    }
    .sp_br {
        clear: both;
        display: block;
    }
    /*スマホfade用*/
    .fuwat {
        transition: 0.5s ease-in;
    }
}

@media screen and (max-width:450px) {
    #f_left img.f_logo {
        width: 105px;
    }
    .phonetic {
        margin-left: 115px;
    }
}

@media screen and (max-width:420px) {
    #f_left img.f_logo {
        width: 75px;
    }
    #f_left img.f_logo1 {
        margin-top: 30px;
        display: block;
    }
    .phonetic {
        margin-top: 5px;
        margin-left: 0;
    }
}

@media screen and (max-width:400px) {
    #credit_card img {
        width: 100%;
    }
    #f_left img {
        margin-bottom: 8px;
    }
    #f_left li {
        margin-bottom: 8px;
    }
    #top {
        position: fixed;
        right: 20px;
        bottom: 20px;
        width: 60px;
    }
    #top img {
        width: 100%;
    }
}

/*タブレット用*/

@media screen and (width:1120px) {
    #nav>li>a {
        font-size: 130%;
    }
    #header {
        height: 120px;
    }
    header:before {
        height: 120px;
        background: url(../img/sp_hd_bg.jpg);
    }
    #nav {
        margin-top: 23px;
    }
    main {
        margin-top: 120px;
    }
}