/*
Theme Name: Aruguide v23 Theme
Theme URI: https://www.aruguide.jp
Description: Designed by ML Design
Version: 24.04
Author: ML Design
Author URI: https://www.ml-design.jp/
Tags:
*/

@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?7g2kig');
    src:  url('fonts/icomoon.eot?7g2kig#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?7g2kig') format('truetype'),
    url('fonts/icomoon.woff?7g2kig') format('woff'),
    url('fonts/icomoon.svg?7g2kig#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-inquiry:before {
    content: "\e908";
}
.icon-home:before {
    content: "\e90c";
}
.icon-logo:before {
    content: "\e900";
}
.icon-kayak:before {
    content: "\e901";
}
.icon-tipi:before {
    content: "\e902";
}
.icon-one:before {
    content: "\e903";
}
.icon-two:before {
    content: "\e904";
}
.icon-three:before {
    content: "\e905";
}
.icon-link:before {
    content: "\e906";
}
.icon-movie:before {
    content: "\e907";
}
.icon-tripadvisor:before {
    content: "\e90e";
}
.icon-youtube:before {
    content: "\e909";
}
.icon-instagram:before {
    content: "\e90a";
}
.icon-facebook:before {
    content: "\e90b";
}
.icon-location:before {
    content: "\e947";
}
.icon-cross:before {
    content: "\ea0f";
}
.icon-checkmark:before {
    content: "\ea10";
}
.icon-arrow-up:before {
    content: "\ea32";
}
.icon-arrow-right:before {
    content: "\ea34";
}
.icon-arrow-down:before {
    content: "\ea36";
}
.icon-arrow-left:before {
    content: "\ea38";
}
.icon-lang:before {
    content: "\e90d";
}


* {
    margin: 0px;
    padding: 0px;
}
html {
    font-size: 62.5%; /*10px*/
}
body {
    font-family: YakuHanJPs, MyYuGothicM, "遊ゴシック Medium", "Yu Gothic Medium", 遊ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;
}
a:hover {
    color: #FF6600;
}
a {
    transition: 0.3s;
}


/* reset */
img {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
a:hover img {
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
    /* transform */
    -webkit-transform: translate(1px,1px);
    -moz-transform: translate(1px,1px);
    -ms-transform: translate(1px,1px);
    -o-transform: translate(1px,1px);
    transform: translate(1px,1px);
}
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}
p, pre, em {
    margin: 0px;
    padding: 0px;
}
ul, dl, ol, li, dt, dd {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}


/* text */
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
img.alignleft {
    margin-right: 8px;
    margin-bottom: 8px;
}
img.alignright {
    margin-left: 8px;
    margin-bottom: 8px;
}
.aligncenter {
    text-align: center;
}
.float_right {
    float: right;
    margin-left: 10px;
}
.float_left {
    float: left;
    margin-right: 10px;
}
.clear {
    margin: 0px;
    padding: 0px;
    clear: both;
}
.post-edit-link {
    font-size: 13px;
    font-weight: bold;
    color: #FF0000;
    display: block;
    clear: both;
    text-decoration: none;
    border: 1px dashed #CCCCCC;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #F0F0F0;
}


/* html5 */
section, hgroup, nav, header, footer, section, article, aside {
    margin: 0px;
    padding: 0px;
    display: block;
}


/* color */
.red{
    color: #a71d1d;
}
.orange {
    color: #983c1c;
}
.blue{
    color: #1c3298;
}
.green {
    color: #127228;
}
.purple {
    color: #582396;
}


/* comment */
.comment {
    margin-left: 35px;
    margin-top: 5px;
    margin-bottom: 9px;
}
.commentlist {
    padding-left: 0px;
}
.commentlist li {
    padding-left: 5px;
}
cite.fn {
    font-style: normal;
    font-weight: bold;
    font-size: 2rem;
    color: #fff;
    display: block;
    float: left;
    margin-left: 10px;
    padding-top: 2px;
}
.says {
    color: #fff;
    font-size: 1.5rem;
    float: left;
    margin-left: 3px;
    display: block;
    padding-top: 3px;
}
.vcard {
    background-color: #0082cc;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 8px;
    overflow: hidden;
}
.vcard img {
    border-radius: 50%;
    float: left;
}
h3#comments {
    color: #333;
    padding-top: 35px;
    font-size: 2.4rem;
    text-align: center;
}
.comment-meta {
    font-size: 1.5rem;
}
.comment-meta a {
    color: #FFFFFF;
    text-decoration: none;
}
.comment-body p {
    font-size: 15px;
    line-height: 26px;
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}
.comment-reply-link {
    font-size: 14px;
    font-weight: bold;
}
#comment {
    width: 450px;
}
#commentform p {
    font-size: 14px;
    padding-top: 5px;
}
#respond h3 {
    color: #333;
    font-size: 2.4rem;
}
#respond input {
    font-size: 1.8rem;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 8px;
    border-width: 1px;
    border-color: #727272;
}
#respond textarea {
    font-size: 1.8rem;
    border-radius: 8px;
    border-width: 1px;
    border-color: #727272;
}
#commentform #submit {
    font-weight: bold;
    color: #fff;
    width: auto;
    margin-top: 5px;
    margin-left: 10px;
    background-color: #2ba14b;
    border: solid 2px #000;
}


/* searchform */
.searchform_area {
    width: auto;
    font-size: 12px;
    padding-top: 13px;
    padding-bottom: 5px;
    color: #333333;
    padding-left: 20px;
}
#searchform {
    margin: 0px;
    padding: 0px;
}
#searchsubmit {
    font-size: 12px;
}
#s {
    font-size: 13px;
}


/* form */
.column_a {
    float: none;
    width : 100%;
    font-size: 1.5rem;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #CCCCCC;
    padding-top: 15px;
    padding-bottom: 0px;
}
.column_b {
    float: none;
    width : calc(100% / 1);
    font-size: 1.5rem;
    padding-top: 15px;
    padding-bottom: 0px;
    border-top-style: none;
    border-top-width: 1px;
    border-top-color: #CCCCCC;
}
.required {
    color: #fff;
    font-size: 1.5rem;
    background-color: #3168a8;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 5px;
}
.dialog_form_small {
    color: #fff!important;
}
@media only screen and (min-width: 680px) and (max-width: 999px) { /* 680-999 */
    .column_a {
        float: left;
        width : calc(30% / 1 - 10px);
        font-size: 1.7rem;
    }
    .column_b {
        float: right;
        width : calc(70% / 1);
        font-size: 1.7rem;
        border-top-style: solid;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .column_a {
        float: left;
        width : calc(30% / 1 - 10px);
        font-size: 1.8rem;
    }
    .column_b {
        float: right;
        width : calc(70% / 1);
        font-size: 1.8rem;
        border-top-style: solid;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .column_a {
        float: left;
        width : calc(30% / 1 - 10px);
        font-size: 1.9rem;
    }
    .column_b {
        float: right;
        width : calc(70% / 1);
        font-size: 1.9rem;
        border-top-style: solid;
    }
}


/* mw_wp_form */
.mw_wp_form {
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
    width: 90%;
    overflow: hidden;
}
.mw_wp_form .error {
    font-size: 110%;
    color: #FFF;
    display: block;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    width: 100%;
    font-weight: bold;
    background-color: #ff6060;
    border-radius: 10px;
}
.required_text {
    color: #FF0000;
}
.column_b textarea {
    width: 98%;
    font-size: 1.7rem;
    border-radius: 10px;
    border-style: solid;
    border-color: #a3a3a3;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
.column_b span.green {
    clear: both;
    display: block;
}
.column_a input,
.column_b input,
.column_b select {
    font-size: 1.7rem;
    border-radius: 5px;
    border-style: solid;
    border-color: #a3a3a3;
    border-width: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
.column_c {
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
    clear: both;
}
.column_b small {
    font-size: 12px;
    color: #999999;
}
.contact_submit_button {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
}
.column_c input,
.contact_submit_button input {
    font-size: 1.8rem;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;

    border-radius: 5px;
    border-style: solid;
    border-color: #332828;
    border-width: 3px;
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.4));
}
.required_text {
    color: #FF0000;
    font-size: 90%;
}
.form_example {
    font-size: 90%;
    color: #999999;
}
.mwform-checkbox-field {
    background-color: #CCCCCC!important;
    margin-bottom: 8px;
    display: block;
    float: left;
    padding-top: 3px;
    padding-right: 4px;
    padding-bottom: 3px;
    padding-left: 2px;
    margin-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.mwform-tel-field input {
    width: 25%!important;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    .mwform-tel-field input {
        width: 100px!important;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .mwform-tel-field input {
        width: 100px!important;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .mwform-tel-field input {
        width: 100px!important;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .mwform-tel-field input {
        width: 100px!important;
    }
}


/* wp-pagenavi */
.wp-pagenavi {
    clear: both;
    margin-top: 25px;
    margin-bottom: 25px;
    overflow: hidden;
    margin-right: 10px;
    margin-left: 10px;
}
.wp-pagenavi span.current {
    background-color: #2ba14b;
}
.wp-pagenavi span,
.wp-pagenavi a {
    font-size: 1.8rem!important;
    display: block;
    float: left;
    padding-right: 8px!important;
    padding-left: 8px!important;
    border-radius: 8px;
}
.wp-pagenavi span {
    color: #FFFFFF;
    background-color: #c2936e;
    border: solid 2px #c2936e;
}
.wp-pagenavi a {
    color: #FFFFFF;
    background-color: #d3ab72;
    border: solid 2px #000;
}
.wp-pagenavi a:hover {
    background-color: #2ba14b;
}

/* block */
#wrapper {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}
#upper_block {
    margin: 0px;
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: relative;
    overflow-x: hidden;
}
#middle_block {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
#middle_block_inner {
    text-align: left;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    overflow: hidden;
}
#under_block {
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
}
#under_block_inner {
    text-align: left;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
@media only screen and (min-width: 680px) and (max-width: 999px) { /* 680-999 */
    #middle_block_inner {
        width: 100%;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #middle_block_inner {
        width: 1000px;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #middle_block_inner {
        width: 1400px;
    }
}


/* entry */
.entry {
    margin: 0px;
    clear: both;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    overflow: hidden;
    position: relative;
}
.entry p,
.faq p {
    font-size: 1.5rem;
    line-height: 2.8rem;
    padding-bottom: 15px;
    padding-right: 5px;
    padding-left: 5px;
    transition: 0.6s;
    clear: both;
}
.entry h1,
#top_news h1,
#news_blog_area h1 {
    font-size: 2.1rem;
    padding-top: 3px;
    padding-bottom: 8px;
    clear: both;
    color: #000000;
    text-align: center;
    margin-bottom: 15px;
    transition: 0.6s;
}
.entry h2,
.faq h2,
#vehicle_detail h2 {
    font-size: 2rem;
    padding-top: 8px;
    padding-bottom: 8px;
    clear: both;
    color: #000000;
    transition: 0.6s;
    text-align: center;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ccc;
}
.entry h3 {
    font-size: 1.8rem;
    padding-top: 6px;
    padding-bottom: 15px;
    clear: both;
    color: #343a0a;
}
.entry h4 {
    font-size: 1.7rem;
    padding-top: 5px;
    padding-bottom: 15px;
    clear: both;
}
.entry h5 {
    font-size: 1.5rem;
    padding-top: 5px;
    padding-bottom: 15px;
    clear: both;
}
.entry ul {
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 10px;
}
.entry li {
    font-size: 1.8rem;
    line-height: 3rem;
    padding-bottom: 3px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #006668;
}
.entry ul li ul {
    padding-left: 20px;
}
.entry dl {
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 14px;
    padding-right: 15px;
}
.entry dt {
    font-size: 2rem;
    font-weight: bold;
    line-height: 3rem;
    margin-bottom: 3px;
    margin-top: 5px;
    padding-left: 5px;
}
.entry dd {
    font-size: 1.8rem;
    padding-bottom: 3px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #006668;
    padding-top: 2px;
    background-size: 8px;
}
.entry em {
    font-size: 120%;
    font-style: normal;
    font-weight: bolder;
    color: #3399CC;
}
.entry table {
    width: 100%;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #CCCCCC;
    border-left-color: #CCCCCC;
}
.entry td,
.entry th {
    padding: 3px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    font-size: 1.5rem;
}
.entry time {
    font-size: 1.6rem;
    color: #666666;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
}
@media only screen and (min-width: 680px) and (max-width: 999px) { /* 680-999 */
    .entry p,
    .faq p {
        font-size: 1.8rem;
        line-height: 3rem;
        padding-bottom: 15px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .entry h1,
    #top_news h1,
    #news_blog_area h1 {
        font-size: 3.1rem;
        padding-top: 6px;
        padding-bottom: 8px;
        margin-bottom: 15px;
    }
    .entry h2,
    .faq h2,
    #vehicle_detail h2 {
        font-size: 2.4rem;
        padding-top: 10px;
        padding-bottom: 8px;
        text-align: left;
    }
    .entry h3 {
        font-size: 2rem;
        padding-top: 6px;
        padding-bottom: 15px;
    }
    .entry h4 {
        font-size: 1.7rem;
        padding-top: 5px;
        padding-bottom: 15px;
    }
    .entry h5 {
        font-size: 1.5rem;
        padding-top: 5px;
        padding-bottom: 15px;
    }
    .entry ul {
        padding-top: 5px;
        padding-bottom: 15px;
        padding-left: 34px;
    }
    .entry li {
        font-size: 1.7rem;
        line-height: 3rem;
        margin-bottom: 3px;
    }
    .entry ul li ul {
        padding-left: 20px;
    }
    .entry dl {
        padding-top: 5px;
        padding-bottom: 15px;
        padding-left: 34px;
        padding-right: 45px;
    }
    .entry dt {
        font-size: 1.7rem;
        line-height: 3rem;
        margin-bottom: 3px;
        margin-top: 5px;
        padding-left: 5px;
    }
    .entry dd {
        font-size: 1.7rem;
        padding-left: 35px;
        padding-bottom: 3px;
        padding-top: 2px;
    }
    .entry td,
    .entry th {
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .entry p,
    .faq p {
        font-size: 2rem;
        line-height: 3.4rem;
        padding-bottom: 15px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .entry h1,
    #top_news h1,
    #news_blog_area h1 {
        font-size: 3.5rem;
        padding-top: 6px;
        padding-bottom: 8px;
        margin-bottom: 15px;
    }
    .entry h2,
    .faq h2,
    #vehicle_detail h2 {
        font-size: 2.5rem;
        padding-top: 10px;
        padding-bottom: 8px;
        text-align: left;
    }
    .entry h3 {
        font-size: 2rem;
        padding-top: 6px;
        padding-bottom: 15px;
    }
    .entry h4 {
        font-size: 1.7rem;
        padding-top: 5px;
        padding-bottom: 15px;
    }
    .entry h5 {
        font-size: 1.5rem;
        padding-top: 5px;
        padding-bottom: 15px;
    }
    .entry ul {
        padding-top: 5px;
        padding-bottom: 15px;
        padding-left: 34px;
    }
    .entry li {
        font-size: 2rem;
        line-height: 3rem;
        margin-bottom: 3px;
    }
    .entry ul li ul {
        padding-left: 20px;
    }
    .entry dl {
        padding-top: 5px;
        padding-bottom: 15px;
        padding-left: 34px;
        padding-right: 45px;
    }
    .entry dt {
        font-size: 2rem;
        line-height: 3rem;
        margin-bottom: 3px;
        margin-top: 5px;
        padding-left: 5px;
    }
    .entry dd {
        font-size: 1.8rem;
        padding-left: 35px;
        padding-bottom: 3px;
        padding-top: 2px;
    }
    .entry td,
    .entry th {
        font-size: 1.7rem;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .entry p,
    .faq p {
        font-size: 2.1rem;
        line-height: 3.4rem;
        padding-bottom: 15px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .entry h1,
    #top_news h1,
    #news_blog_area h1 {
        font-size: 4rem;
        padding-top: 6px;
        padding-bottom: 8px;
        margin-bottom: 15px;
    }
    .entry h2,
    .faq h2,
    #vehicle_detail h2 {
        font-size: 3rem;
        padding-top: 12px;
        padding-bottom: 8px;
        text-align: left;
    }
    .entry h3 {
        font-size: 2rem;
        padding-top: 6px;
        padding-bottom: 15px;
    }
    .entry h4 {
        font-size: 1.7rem;
        padding-top: 5px;
        padding-bottom: 15px;
    }
    .entry h5 {
        font-size: 1.5rem;
        padding-top: 5px;
        padding-bottom: 15px;
    }
    .entry ul {
        padding-top: 5px;
        padding-bottom: 15px;
        padding-left: 34px;
    }
    .entry li {
        font-size: 2rem;
        line-height: 3rem;
        margin-bottom: 3px;
    }
    .entry ul li ul {
        padding-left: 20px;
    }
    .entry dl {
        padding-top: 5px;
        padding-bottom: 15px;
        padding-left: 34px;
        padding-right: 45px;
    }
    .entry dt {
        font-size: 2rem;
        line-height: 3rem;
        margin-bottom: 3px;
        margin-top: 5px;
        padding-left: 5px;
    }
    .entry dd {
        font-size: 1.8rem;
        padding-left: 35px;
        padding-bottom: 3px;
        padding-top: 2px;
    }
    .entry td,
    .entry th {
        font-size: 1.8rem;
    }
}


/* history_back */
.history_back {
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
}
.history_back a {
    font-size: 1.8rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 200px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    background-color: #ccc;
    color: #FFFFFF;
    text-decoration: none;
}
.history_back a:hover {
    color: #f60;
}


/* scroller */
#scroller {
    position: fixed;
    z-index: 999;
    right: 5px;
    bottom: 10px;
}
#scroller a {
    font-size: 2.0rem;
    color: #FFFFFF;
    display: block;
    background-color: #2ba14b;
    width: 38px;
    height: 38px;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    border: solid 2px #1c1c1c;
}
#scroller a:hover {
    color: #FF6600;
}
#scroller span {
    padding-top: 8px;
    display: block;
}


/* disp */
#disp_area_top {
    width: 100%;
    position: absolute;
    bottom: 152px;
    z-index: 1;
    text-align: center;
    transition: 0.3s;
}
#disp_area_sub {
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 1;
    text-align: center;
    transition: 0.3s;
}
#disp {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
#disp h1 {
    font-size: 2.0rem;
    text-align: center;
    color: #000;
    float: none;
    width: 100%;
}
#disp h2 {
    font-size: 1.2rem;
    font-weight: normal;
    text-align: left;
    color: #000;
    float: none;
    width: 100%;
}
@media only screen and (min-width: 431px) and (max-width: 699px) { /* 431-699 */
    #disp_area_top {
        bottom: 152px;
    }
    #disp {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
    #disp h1 {
        font-size: 2.3rem;
        text-align: center;
        float: none;
        width: 100%;
    }
    #disp h2 {
        font-size: 1.3rem;
        text-align: center;
        width: calc(100% - 310px);
        float: none;
        width: 100%;
    }
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    #disp_area_top {
        bottom: 0px;
    }
    #disp {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
    #disp h1 {
        font-size: 2.3rem;
        text-align: left;
        float: left;
        width: 300px;
    }
    #disp h2 {
        font-size: 1.3rem;
        text-align: left;
        float: right;
        width: calc(100% - 310px);
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #disp_area_top {
        bottom: 0px;
    }
    #disp {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
    #disp h1 {
        font-size: 2.4rem;
        text-align: left;
        float: left;
        width: 300px;
    }
    #disp h2 {
        font-size: 1.4rem;
        text-align: right;
        float: right;
        width: calc(100% - 310px);
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #disp_area_top {
        bottom: 0px;
    }
    #disp {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    #disp h1 {
        font-size: 2.4rem;
        text-align: left;
        float: left;
        width: 300px;
    }
    #disp h2 {
        font-size: 1.4rem;
        text-align: right;
        float: right;
        width: calc(100% - 310px);
        
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #disp_area_top {
        bottom: 0px;
    }
    #disp_area_sub {
        width: 100%;
        position: absolute;
        bottom: 0px;
        z-index: 1;
        text-align: center;
        transition: 0.3s;
    }
    #disp {
        width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }
    #disp h1 {
        font-size: 2.4rem;
        text-align: left;
        float: left;
        width: 300px;
    }
    #disp h2 {
        font-size: 1.4rem;
        text-align: right;
        float: right;
        width: calc(100% - 310px);
        
    }
}


/* sns */
#sns {
    float: none;
    width: calc(100% - 70px);
    margin-top: 10px;
    margin-left: 35px;
    margin-right: 35px;
    overflow: hidden;
}
#sns ul {
    overflow: hidden;
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
#sns ul li {
    float: left;
    width: calc(100% / 4 - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
#sns li a {
    font-size: 3rem;
    line-height: 1.1;
    display: block;
    text-align: center;
    text-decoration: none;
}
#sns li a:hover {
    color: #f60;
}
#sns em {
    display: block;
}
#sns small {
    display: block;
    font-size: 47%;
}
.facebook {
    color: #3a5bb5;
}
.youtube {
    color: #DF2E2A;
}
.instagram {
    color: #B42B91;
}
.tripadvisor {
    color: #333;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    #sns {
        float: right;
        width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    #sns li a {
        font-size: 3.1rem;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #sns {
        float: right;
        width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
    #sns li a {
        font-size: 3.1rem;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #sns {
        float: right;
        width: 340px;
        margin-left: auto;
        margin-right: auto;
    }
    #sns li a {
        font-size: 3.1rem;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #sns {
        float: right;
        width: 355px;
        margin-left: auto;
        margin-right: auto;
    }
    #sns li a {
        font-size: 3.4rem;
    }
}


/* company_area */
#company_area {
    padding-bottom: 20px;
    text-align: center;
}
.company_name {
    font-size: 1.5rem;
    padding-bottom: 20px;
    font-weight: bold;
}
.company_subname {
    font-size: 1.5rem;
    padding-bottom: 5px;
}
.company_address {
    font-size: 1.5rem;
    padding-bottom: 5px;
}
.company_tel {
    font-size: 1.5rem;
    padding-bottom: 5px;
}
.company_time {
    font-size: 1.5rem;
    padding-bottom: 35px;
}
.company_detail {
    font-size: 1.5rem;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .company_name {
        font-size: 1.6rem;
    }
    .company_subname {
        font-size: 1.6rem;
    }
    .company_address {
        font-size: 1.6rem;
    }
    .company_tel {
        font-size: 1.6rem;
    }
    .company_time {
        font-size: 1.6rem;
    }
    .company_detail {
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .company_name {
        font-size: 1.7rem;
    }
    .company_subname {
        font-size: 1.7rem;
    }
    .company_address {
        font-size: 1.7rem;
    }
    .company_tel {
        font-size: 1.7rem;
    }
    .company_time {
        font-size: 1.7rem;
    }
    .company_detail {
        font-size: 1.7rem;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .company_name {
        font-size: 1.8rem;
    }
    .company_subname {
        font-size: 1.8rem;
    }
    .company_address {
        font-size: 1.8rem;
    }
    .company_tel {
        font-size: 1.8rem;
    }
    .company_time {
        font-size: 1.8rem;
    }
    .company_detail {
        font-size: 1.8rem;
    }
}


/* copy_design */
#copy_design {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 35px;
}
#copy {
    font-size: 1.5rem;
    color: #333;
    padding-bottom: 10px;
}


/* blog_area */
#blog_area {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}
.blog {
    float: left;
    width: calc(100% / 2 - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    position: relative;
}
.blog_image {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.blog_image a {
    display: block;
    overflow: hidden;
}
.blog_image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}
.blog h2 {
    font-size: 1.7rem;
}
.blog h2 a {
    color: #000;
    text-decoration: none;
}
.blog h2 a:hover {
    color: #f60;
}
.blog time {
    font-size: 1.4rem;
    display: block;
}
.blog_detail {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}
.blog_detail a {
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    font-size: 1.7rem;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    text-decoration: none;
    font-weight: bold;
}
.blog_detail a:hover {
    color: #f60;
}
.comment_count {
    position: absolute;
    top: 151px;
    right: 7px;
    text-align: center;
    z-index: 1;
}
.comment_bg {
    font-size: 1.4rem;
    color: #fff;
    background-color: #2c9d4a;
    display: block;
    width: auto;
    height: auto;
    padding-top: 6px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 6px;
    border-radius: 15px;
    border: solid 3px #000;
}
.comment_tail {
    width: 25%;
    height: 16px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #000;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.comment_bg_single a {
    text-decoration: none;
    color: #af4242;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    .blog {
        width: calc(100% / 2 - 20px);
    }
    .blog_image img {
        height: 220px;
    }
    .blog_detail a {
        width: 190px;
        font-size: 1.8rem;
    }
    .comment_bg {
        top: 140px;
        right: 5px;
    }
    .comment_count {
        top: 168px;
        right: 9px;
    }
    .comment_bg {
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .blog {
        width: calc(100% / 3 - 20px);
    }
    .blog_image img {
        height: 220px;
    }
    .blog_detail a {
        width: 210px;
        font-size: 2.0rem;
    }
    .comment_bg {
        top: 160px;
        right: 5px;
    }
    .comment_count {
        top: 164px;
        right: 9px;
    }
    .comment_bg {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .blog {
        width: calc(100% / 3 - 20px);
    }
    .blog_image img {
        height: 240px;
    }
    .blog_detail a {
        width: 230px;
        font-size: 2.2rem;
    }
    .comment_bg {
        top: 160px;
        right: 5px;
    }
    .comment_count {
        top: 180px;
        right: 10px;
    }
    .comment_bg {
        font-size: 2.0rem;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .blog {
        width: calc(100% / 4 - 20px);
    }
    .blog_image img {
        height: 230px;
    }
    .blog_detail a {
        width: 240px;
        font-size: 2.3rem;
    }
    .comment_bg {
        top: 160px;
        right: 5px;
    }
    .comment_count {
        top: 174px;
        right: 11px;
    }
    .comment_bg {
        font-size: 2.4rem;
    }
}


/* under_nav */
#under_nav {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
    background-color: #ccffff;
}
#under_nav h1 {
    font-size: 1.9rem;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}
#under_nav ul {
    overflow: hidden;
}
#under_nav ul li {
    font-size: 1.5rem;
    font-weight: bold;
    float: left;
    width: calc(100% / 1 - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}
#under_nav li a {
    display: block;
    text-decoration: none;
    color: #000;
    width: 100%;
    height: 100%;
    text-align: left;
}
#under_nav li a:hover {
    color: #f60;
}
#under_nav small {
    display: block;
    width: calc(100% - 130px);
    height: auto;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
#under_nav span {
    width: 120px;
    height: 87px;
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #333;
    border-radius: 20px;
    overflow: hidden;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    #under_nav h1 {
        font-size: 2.0rem;
    }
    #under_nav ul li {
        font-size: 1.7rem;
        width: calc(100% / 2 - 20px);
    }
    #under_nav small {
        width: calc(100% - 140px);
        float: left;
        padding-top: 30px;
        padding-left: 10px;
        text-align: left;
    }
    #under_nav span {
        width: 130px;
        height: 100px;
        float: left;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #under_nav h1 {
        font-size: 2.2rem;
    }
    #under_nav ul li {
        font-size: 1.8rem;
        width: calc(100% / 3 - 20px);
    }
    #under_nav small {
        width: 100%;
        float: none;
        padding-top: 10px;
        padding-left: 0px;
        text-align: center;
    }
    #under_nav span {
        width: 166px;
        height: 112px;
        float: none;
        text-align: center;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #under_nav h1 {
        font-size: 2.4rem;
    }
    #under_nav ul li {
        font-size: 2.0rem;
        width: calc(100% / 3 - 20px);
    }
    #under_nav small {
        width: 100%;
        float: none;
        padding-top: 10px;
        padding-left: 0px;
        text-align: center;
    }
    #under_nav span {
        width: 175px;
        height: 115px;
        float: none;
        text-align: center;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #under_nav h1 {
        font-size: 2.6rem;
    }
    #under_nav ul li {
        font-size: 2.2rem;
        width: calc(100% / 4 - 20px);
    }
    #under_nav small {
        width: 100%;
        float: none;
        padding-top: 10px;
        padding-left: 0px;
        text-align: center;
    }
    #under_nav span {
        width: 195px;
        height: 125px;
        float: none;
        text-align: center;
    }
}


/* under_nav2 */
#under_nav2 {
    padding-top: 30px;
    padding-bottom: 60px;
}
#under_nav2 ul {
    width: 100%;
    overflow: hidden;
}
#under_nav2 li {
    width: calc(100% / 1 - 20px);
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
#under_nav2 li a {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #333;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 1px #b3b3b3;
}
#under_nav2 li a:hover {
    color: #f60; 
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    #under_nav2 li {
        width: calc(100% / 2 - 20px);
    }
    #under_nav2 li a {
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #under_nav2 li {
        width: calc(100% / 2 - 20px);
    }
    #under_nav2 li a {
        font-size: 1.7rem;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #under_nav2 li {
        width: calc(100% / 4 - 20px);
    }
    #under_nav2 li a {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #under_nav2 li {
        width: calc(100% / 4 - 20px);
    }
    #under_nav2 li a {
        font-size: 1.9rem;
    }
}


.remodal {
    background: linear-gradient(to bottom,  rgba(239,231,203,1) 0%,rgba(249,248,229,1) 60%,rgba(255,255,255,1) 100%)!important;
    border-radius: 10px!important;
}
.remodal-overlay {
    background: rgb(87 183 199 / 90%)!important;
}
.remodal-cancel {
    background-color: #2ba14b!important;
    border-radius: 10px!important;
    border: solid 2px #333!important;
}


/* modal_nav */
.modal_nav {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
}
.modal_nav h1 {
    font-size: 1.9rem;
    border-bottom: solid 1px #333;
    padding-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.modal_nav p {
    font-size: 1.7rem;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 24px;
}
.modal_nav ul {
    overflow: hidden;
}
.modal_nav li {
    font-size: 1.9rem;
    font-weight: bold;
    width: 100%;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}
.modal_nav li a {
    display: block;
    text-decoration: none;
    color: #000;
    width: 100%;
    height: 100%;
    text-align: left;
}
.modal_nav li a:hover {
    color: #f60;
}
.modal_nav small {
    display: block;
    width: calc(100% - 110px);
    height: auto;
    float: left;
    padding-top: 18px;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
}
.modal_nav span {
    width: 100px;
    height: 80px;
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #333;
    border-radius: 20px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.nav_1 {
    padding-bottom: 30px;
}
.nav_1 li {
    width: calc(100% / 2 - 20px);
    padding-bottom: 3px;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: solid 1px #333;
}
.nav_1 li a {
    width: 100%;
    text-align: center!important;
}
.nav_2 li {
    width: calc(100% / 1 - 20px);
}
.nav_2 li a {
    width: 100%;
    text-align: center!important;
}
.nav_3 li {
    width: calc(100% / 1 - 20px);
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    .modal_nav h1 {
        font-size: 2.1rem;
    }
    .modal_nav li {
        font-size: 2.1rem;
    }
    .modal_nav li a {
        text-align: left;
    }
    .modal_nav small {
        width: calc(100% - 140px);
        float: left;
        padding-top: 16px;
        padding-left: 10px;
    }
    .modal_nav span {
        width: 130px;
        height: 90px;
        float: left;
    }
    .nav_2 li {
        width: calc(100% / 1 - 20px);
    }
    .nav_3 li {
        width: calc(100% / 2 - 20px);
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .modal_nav h1 {
        font-size: 2.2rem;
    }
    .modal_nav li {
        font-size: 2.2rem;
    }
    .modal_nav li a {
        text-align: center;
    }
    .modal_nav small {
        width: calc(100% - 0px);
        float: none;
        padding-top: 10px;
        padding-left: 0px;
    }
    .modal_nav span {
        width: 210px;
        height: 110px;
        float: none;
    }
    .nav_2 li {
        width: calc(100% / 3 - 20px);
    }
    .nav_3 li {
        width: calc(100% / 3 - 20px);
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .modal_nav h1 {
        font-size: 2.4rem;
    }
    .modal_nav li {
        font-size: 2.4rem;
    }
    .modal_nav li a {
        text-align: center;
    }
    .modal_nav small {
        width: calc(100% - 0px);
        float: none;
        padding-top: 10px;
        padding-left: 0px;
    }
    .modal_nav span {
        width: 230px;
        height: 130px;
        float: none;
    }
    .nav_2 li {
        width: calc(100% / 3 - 20px);
    }
    .nav_3 li {
        width: calc(100% / 3 - 20px);
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .modal_nav h1 {
        font-size: 2.6rem;
    }
    .modal_nav li {
        font-size: 2.6rem;
    }
    .modal_nav li a {
        text-align: center;
    }
    .modal_nav small {
        width: calc(100% - 0px);
        float: none;
        padding-top: 10px;
        padding-left: 0px;
    }
    .modal_nav span {
        width: 250px;
        height: 160px;
        float: none;
    }
    .nav_2 li {
        width: calc(100% / 3 - 20px);
    }
    .nav_3 li {
        width: calc(100% / 4 - 20px);
    }
}


/* nav_bg */
.webp .nav_01 {
    background-image: url(image/nav/nav_01.webp);
}
.no-webp .nav_01 {
    background-image: url(image/nav/nav_01.jpg);
}
.webp .nav_02 {
    background-image: url(image/nav/nav_02.webp);
}
.no-webp .nav_02 {
    background-image: url(image/nav/nav_02.jpg);
}
.webp .nav_03 {
    background-image: url(image/nav/nav_03.webp);
}
.no-webp .nav_03 {
    background-image: url(image/nav/nav_03.jpg);
}
.webp .nav_04 {
    background-image: url(image/nav/nav_04.webp);
}
.no-webp .nav_04 {
    background-image: url(image/nav/nav_04.jpg);
}
.webp .nav_05 {
    background-image: url(image/nav/nav_05.webp);
}
.no-webp .nav_05 {
    background-image: url(image/nav/nav_05.jpg);
}
.webp .nav_06 {
    background-image: url(image/nav/nav_06.webp);
}
.no-webp .nav_06 {
    background-image: url(image/nav/nav_06.jpg);
}
.webp .nav_07 {
    background-image: url(image/nav/nav_07.webp);
}
.no-webp .nav_07 {
    background-image: url(image/nav/nav_07.jpg);
}
.webp .nav_08 {
    background-image: url(image/nav/nav_08.webp);
}
.no-webp .nav_08 {
    background-image: url(image/nav/nav_08.jpg);
}
.webp .nav_09 {
    background-image: url(image/nav/nav_09.webp);
}
.no-webp .nav_09 {
    background-image: url(image/nav/nav_09.jpg);
}
.webp .nav_10 {
    background-image: url(image/nav/nav_10.webp);
}
.no-webp .nav_10 {
    background-image: url(image/nav/nav_10.jpg);
}
.webp .nav_11 {
    background-image: url(image/nav/nav_11.webp);
}
.no-webp .nav_11 {
    background-image: url(image/nav/nav_11.jpg);
}
.webp .nav_12 {
    background-image: url(image/nav/nav_12.webp);
}
.no-webp .nav_12 {
    background-image: url(image/nav/nav_12.jpg);
}
.webp .nav_13 {
    background-image: url(image/nav/nav_13.webp);
}
.no-webp .nav_13 {
    background-image: url(image/nav/nav_13.jpg);
}
.webp .nav_14 {
    background-image: url(image/nav/nav_14.webp);
}
.no-webp .nav_14 {
    background-image: url(image/nav/nav_14.jpg);
}
.webp .nav_15 {
    background-image: url(image/nav/nav_15.webp);
}
.no-webp .nav_15 {
    background-image: url(image/nav/nav_15.jpg);
}
.webp .nav_16 {
    background-image: url(image/nav/nav_16.webp);
}
.no-webp .nav_16 {
    background-image: url(image/nav/nav_16.jpg);
}
.webp .nav_17 {
    background-image: url(image/nav/nav_17.webp);
}
.no-webp .nav_17 {
    background-image: url(image/nav/nav_17.jpg);
}
.webp .nav_18 {
    background-image: url(image/nav/nav_18.webp);
}
.no-webp .nav_18 {
    background-image: url(image/nav/nav_18.jpg);
}
.webp .nav_19 {
    background-image: url(image/nav/nav_19.webp);
}
.no-webp .nav_19 {
    background-image: url(image/nav/nav_19.jpg);
}


/* logo */
#logo {
    position: absolute;
    top: 21px;
    left: 20px;
    z-index: 2;
    width: auto;
    height: auto;
}
#logo a {
    font-size: 9rem;
    color: #fff;
    text-decoration: none;
    filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.6));
}
#logo a:hover {
    color: #f60;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    #logo {
        top: 29px;
        left: 20px;
    }
    #logo a {
        font-size: 11rem;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #logo {
        top: 30px;
        left: 20px;
    }
    #logo a {
        font-size: 14rem;
    } 
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #logo {
        top: 40px;
        left: 20px;
    }
    #logo a {
        font-size: 16rem;
    }  
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #logo {
        top: 60px;
        left: calc(50% - 700px);
    }
    #logo a {
        font-size: 18rem;
    }
}


/* main_nav */
#main_nav {
    position: fixed;
    top: -7px;
    right: -31px;
    width: 198px;
    height: 165px;
    z-index: 90;
    background-image: url(image/base/sp_manu_bg.svg);
    background-size: 198px auto;
    background-repeat: no-repeat;
    transition: 0.3s;
}
#main_nav ul {
    overflow: hidden;
}
#main_nav ul li {
    font-size: 3.7rem;
    line-height: 1.1;
    text-align: center;
    filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.6));
}
.nav_a {
    position: absolute;
    top: 14px;
    left: 33px;
}
.nav_b {
    position: absolute;
    top: 32px;
    left: 110px;
}
#main_nav li a {
    color: #fff;
    text-decoration: none;
    display: block;
}
#main_nav li small {
    font-size: 35%;
    line-height: 1.3;
    display: block;
    font-weight: bold;
}
#main_nav li a:hover {
    color: #f60;
}
#main_nav li i {
    display:inline;
}
#main_nav li .manu_br {
    display: block;
}
.fixed {
    top: -7px!important;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    #main_nav {
        top: 13px;
        right: 15px;
        width: 204px;
        height: 159px;
        background-image: url(image/base/manu_bg.svg);
        background-size: 204px auto;
    }
    #main_nav ul li {
        font-size: 4.1rem;
    }
    .nav_a {
        top: 8px;
        left: 26px;
    }
    .nav_b {
        top: 32px;
        left: 111px;
    }
    #main_nav li i {
        display: inline;
    }
    #main_nav li .manu_br {
        display: block;
    }
    .fixed {
        top: 5px!important;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #main_nav {
        top: 40px;
        right: 20px;
        width: 230px;
        height: 177px;
        background-image: url(image/base/manu_bg.svg);
        background-size: 230px auto;
    }
    #main_nav ul li {
        font-size: 4.3rem;
    }
    .nav_a {
        top: 10px;
        left: 32px;
    }
    .nav_b {
        top: 41px;
        left: 127px;
    }
    #main_nav li i {
        display: none;
    }
    #main_nav li .manu_br {
        display: none;
    }
    .fixed {
        top: 8px!important;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #main_nav {
        top: 44px;
        right: 20px;
        width: 237px;
        height: 186px;
        background-image: url(image/base/manu_bg.svg);
        background-size: 237px auto;
    }
    #main_nav ul li {
        font-size: 4.6rem;
    }
    .nav_a {
        top: 13px;
        left: 32px;
    }
    .nav_b {
        top: 39px;
        left: 132px;
    }
    #main_nav li i {
        display: none;
    }
    #main_nav li .manu_br {
        display: none;
    }
    .fixed {
        top: 9px!important;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #main_nav {
        top: 90px;
        right: calc(50% - 700px);
        width: 260px;
        height: 200px;
        background-image: url(image/base/manu_bg.svg);
        background-size: 260px auto;
    }
    #main_nav ul li {
        font-size: 5rem;
    }
    .nav_a {
        top: 15px;
        left: 38px;
    }
    .nav_b {
        top: 44px;
        left: 146px;
    }
    #main_nav li i {
        display: none;
    }
    #main_nav li .manu_br {
        display: none;
    }
    .fixed {
        top: 10px!important;
    }
}


/* upper_block_inner */
#upper_block_inner {
    height: 1500px;
}
#upper_block_inner_sub {
    height: 499px;
}
@media only screen and (min-width: 431px) and (max-width: 699px) { /* 431-699 */
    #upper_block_inner {
        height: 1484px;
    }
    #upper_block_inner_sub {
        height: 487px;
    }
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    #upper_block_inner {
        height: 1317px;
    }
    #upper_block_inner_sub {
        height: 544px;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #upper_block_inner {
        height: 1375px;
    }
    #upper_block_inner_sub {
        height: 600px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #upper_block_inner {
        height: 1486px;
    }
    #upper_block_inner_sub {
        height: 732px;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #upper_block_inner {
        height: 1570px;
    }
    #upper_block_inner_sub {
        height: 708px;
    }
}


/* top_theme */
.top_theme {
    position: relative;
	width: 100%;
	height: 650px;
}
.sub_theme {
    position: relative;
	width: 100%;
	height: 280px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.top_theme #video_area {
    position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.top_theme video {
    position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    .top_theme {
        height: 590px;
    }
    .sub_theme {
        width: 100%;
        height: 320px;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .top_theme {
        height: 660px;
    }
    .sub_theme {
        height: 370px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .top_theme {
        height: 800px;
    }
    .sub_theme {
        height: 410px;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .top_theme {
        height: 890px;
    }
    .sub_theme {
        height: 470px;
    }
}


/* sub_theme_bg */
.webp .sub_theme_01 {
    background-image: url(image/sl/sub_theme_01.webp);
}
.no-webp .sub_theme_01 {
    background-image: url(image/sl/sub_theme_01.jpg);
}
.webp .sub_theme_02 {
    background-image: url(image/sl/sub_theme_02.webp);
}
.no-webp .sub_theme_02 {
    background-image: url(image/sl/sub_theme_02.jpg);
}
.webp .sub_theme_03 {
    background-image: url(image/sl/sub_theme_03.webp);
}
.no-webp .sub_theme_03 {
    background-image: url(image/sl/sub_theme_03.jpg);
}
.webp .sub_theme_04 {
    background-image: url(image/sl/sub_theme_04.webp);
}
.no-webp .sub_theme_04 {
    background-image: url(image/sl/sub_theme_04.jpg);
}
.webp .sub_theme_05 {
    background-image: url(image/sl/sub_theme_05.webp);
}
.no-webp .sub_theme_05 {
    background-image: url(image/sl/sub_theme_05.jpg);
}
.webp .sub_theme_06 {
    background-image: url(image/sl/sub_theme_06.webp);
}
.no-webp .sub_theme_06 {
    background-image: url(image/sl/sub_theme_06.jpg);
}
.webp .sub_theme_07 {
    background-image: url(image/sl/sub_theme_07.webp);
}
.no-webp .sub_theme_07 {
    background-image: url(image/sl/sub_theme_07.jpg);
}
.webp .sub_theme_08 {
    background-image: url(image/sl/sub_theme_08.webp);
}
.no-webp .sub_theme_08 {
    background-image: url(image/sl/sub_theme_08.jpg);
}
.webp .sub_theme_09 {
    background-image: url(image/sl/sub_theme_09.webp);
}
.no-webp .sub_theme_09 {
    background-image: url(image/sl/sub_theme_09.jpg);
}
.webp .sub_theme_10 {
    background-image: url(image/sl/sub_theme_10.webp);
}
.no-webp .sub_theme_10 {
    background-image: url(image/sl/sub_theme_10.jpg);
}
.webp .sub_theme_11 {
    background-image: url(image/sl/sub_theme_11.webp);
}
.no-webp .sub_theme_11 {
    background-image: url(image/sl/sub_theme_11.jpg);
}
.webp .sub_theme_12 {
    background-image: url(image/sl/sub_theme_12.webp);
}
.no-webp .sub_theme_12 {
    background-image: url(image/sl/sub_theme_12.jpg);
}
.webp .sub_theme_13 {
    background-image: url(image/sl/sub_theme_13.webp);
}
.no-webp .sub_theme_13 {
    background-image: url(image/sl/sub_theme_13.jpg);
}
.webp .sub_theme_14 {
    background-image: url(image/sl/sub_theme_14.webp);
}
.no-webp .sub_theme_14 {
    background-image: url(image/sl/sub_theme_14.jpg);
}
.webp .sub_theme_15 {
    background-image: url(image/sl/sub_theme_15.webp);
}
.no-webp .sub_theme_15 {
    background-image: url(image/sl/sub_theme_15.jpg);
}
.webp .sub_theme_16 {
    background-image: url(image/sl/sub_theme_16.webp);
}
.no-webp .sub_theme_16 {
    background-image: url(image/sl/sub_theme_16.jpg);
}
.webp .sub_theme_17 {
    background-image: url(image/sl/sub_theme_17.webp);
}
.no-webp .sub_theme_17 {
    background-image: url(image/sl/sub_theme_17.jpg);
}
.webp .sub_theme_18 {
    background-image: url(image/sl/sub_theme_18.webp);
}
.no-webp .sub_theme_18 {
    background-image: url(image/sl/sub_theme_18.jpg);
}
.webp .sub_theme_19 {
    background-image: url(image/sl/sub_theme_19.webp);
}
.no-webp .sub_theme_19 {
    background-image: url(image/sl/sub_theme_19.jpg);
}


/* adventuremap */
#adventuremap {
    background-image: url(image/base/sp_adventuremap_background.svg);
    background-repeat: no-repeat;
    background-size: 430px auto;
    background-position: left 0;
    width: 100%;
    height: 700px;
    position: absolute;
    top: 596px;
    left: auto;
    right: auto;
    z-index: 1;
}
#adventuremap_backwall {
    background-image: url(image/base/sp_adventuremap_backwall.svg);
    background-repeat: no-repeat;
    background-size: 390px auto;
    width: 390px;
    height: 132px;
    position: absolute;
    top: -40px;
    left: -10px;
    right: auto;
    z-index: 1;
}
#adventuremap_marinehouse {
    background-image: url(image/base/adventuremap_marinehouse.svg);
    background-repeat: no-repeat;
    background-size: 318px auto;
    background-position: 0 0;
    width: 318px;
    height: 156px;
    position: absolute;
    bottom: 57px;
    left: 6px;
    right: auto;
    z-index: 1;
    transition: 0.3s;
}
#adventuremap_rock {
    background-image: url(image/base/adventuremap_rock.svg);
    background-repeat: no-repeat;
    background-size: 80px auto;
    background-position: 0 0;
    width: 80px;
    height: 74px;
    position: absolute;
    top: 262px;
    left: -23px;
    right: auto;
    z-index: 1;
    transition: 0.3s;
}
#adventuremap_mushroomrock {
    background-image: url(image/base/adventuremap_mushroomrock.svg);
    background-repeat: no-repeat;
    background-size: 150px auto;
    background-position: 0 0;
    width: 150px;
    height: 95px;
    position: absolute;
    top: 160px;
    left: 53px;
    right: auto;
    z-index: 1;
    transition: 0.3s;
}
#adventuremap_coral {
    background-image: url(image/base/adventuremap_coral.svg);
    background-repeat: no-repeat;
    background-size: 90px auto;
    background-position: 0 0;
    width: 90px;
    height: 70px;
    position: absolute;
    top: 113px;
    left: auto;
    right: 9px;
    z-index: 1;
    transition: 0.3s;
}
#adventuremap_fish {
    background-image: url(image/base/adventuremap_fish.svg);
    background-repeat: no-repeat;
    background-size: 58px auto;
    background-position: 0 0;
    width: 58px;
    height: 55px;
    position: absolute;
    top: 287px;
    left: 158px;
    right: auto;
    z-index: 1;
    transition: 0.3s;
}
#adventuremap_whale {
    background-image: url(image/base/adventuremap_whale.svg);
    background-repeat: no-repeat;
    background-size: 75px auto;
    background-position: 0 0;
    width: 75px;
    height: 49px;
    position: absolute;
    top: 238px;
    left: auto;
    right: 10px;
    z-index: 1;
    transition: 0.3s;
}
#adventuremap_flow {
    background-image: url(image/base/sp_adventuremap_flow.svg);
    background-repeat: no-repeat;
    background-size: 312px auto;
    background-position: 0 0;
    width: 312px;
    height: 552px;
    position: absolute;
    top: 39px;
    left: 13px;
    right: auto;
    z-index: 0;
    transition: 0.3s;
}
@media only screen and (min-width: 431px) and (max-width: 699px) { /* 431-699 */
    #adventuremap {
        background-image: url(image/base/699_adventuremap_background.svg);
        background-size: auto 100%;
        background-position: left 0;
        height: 700px;
        top: 525px;
    }
    #adventuremap_backwall {
        background-image: url(image/base/sp_adventuremap_backwall.svg);
        background-size: 479px auto;
        width: 479px;
        height: 171px;
        top: -50px;
        left: -10px;
    }
    #adventuremap_marinehouse {
        background-size: 388px auto;
        width: 388px;
        height: 188px;
        bottom: -20px;
        left: 6px;
    }
    #adventuremap_rock {
        background-size: 100px auto;
        width: 100px;
        height: 91px;
        top: 282px;
        left: -33px;
    }
    #adventuremap_mushroomrock {
        background-size: 200px auto;
        width: 200px;
        height: 126px;
        top: 161px;
        left: 85px;
    }
    #adventuremap_coral {
        background-size: 112px auto;
        width: 112px;
        height: 87px;
        top: 145px;
        left: 68%;
    }
    #adventuremap_fish {
        background-size: 78px auto;
        width: 78px;
        height: 71px;
        top: 326px;
        left: 33%;
    }
    #adventuremap_whale {
        background-size: 100px auto;
        width: 100px;
        height: 67px;
        top: 342px;
        right: 17px;
    }  
    #adventuremap_flow {
        background-image: url(image/base/431_adventuremap_flow.svg);
        background-size: 400px auto;
        width: 400px;
        height: 617px;
        top: 48px;
        left: 21px;
    }
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    #adventuremap {
        background-image: url(image/base/1000_adventuremap_background.svg);
        background-size: auto 100%;
        background-position: left 0;
        height: 700px;
        top: 525px;
    }
    #adventuremap_backwall {
        background-image: url(image/base/adventuremap_backwall.svg);
        background-size: 700px auto;
        width: 700px;
        height: 119px;
        top: -35px;
        left: -10px;
    }
    #adventuremap_marinehouse {
        background-size: 451px auto;
        width: 451px;
        height: 220px;
        bottom: -33px;
        left: 9px;
    }
    #adventuremap_rock {
        background-size: 110px auto;
        width: 110px;
        height: 102px;
        top: 303px;
        left: -20px;
    }
    #adventuremap_mushroomrock {
        background-size: 220px auto;
        width: 220px;
        height: 138px;
        top: 132px;
        left: 91px;
    }
    #adventuremap_coral {
        background-size: 123px auto;
        width: 123px;
        height: 95px;
        top: 131px;
        left: 78%;
    }
    #adventuremap_fish {
        background-size: 93px auto;
        width: 93px;
        height: 82px;
        top: 294px;
        left: 31%;
    }
    #adventuremap_whale {
        background-size: 110px auto;
        width: 110px;
        height: 71px;
        top: 335px;
        right: 27px;
    }
    #adventuremap_flow {
        background-image: url(image/base/700_adventuremap_flow.svg);
        background-size: 599px auto;
        width: 599px;
        height: 616px;
        top: 44px;
        left: 15px;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #adventuremap {
        background-image: url(image/base/1000_adventuremap_background.svg);
        background-size: auto 100%;
        background-position: left 0;
        height: 700px;
        top: 595px;
    }
    #adventuremap_backwall {
        background-image: url(image/base/adventuremap_backwall.svg);
        background-size: 800px auto;
        width: 800px;
        height: 139px;
        top: -35px;
        left: -10px;
    }
    #adventuremap_marinehouse {
        background-size: 484px auto;
        width: 484px;
        height: 235px;
        bottom: -36px;
        left: 14px;
    }
    #adventuremap_rock {
        background-size: 120px auto;
        width: 120px;
        height: 111px;
        top: 295px;
        left: -14px;    
    }
    #adventuremap_mushroomrock {
        background-size: 240px auto;
        width: 240px;
        height: 151px;
        top: 124px;
        left: 91px;
    }
    #adventuremap_coral {
        background-size: 133px auto;
        width: 133px;
        height: 105px;
        top: 138px;
        left: 73%;
    }
    #adventuremap_fish {
        background-size: 100px auto;
        width: 100px;
        height: 90px;
        top: 280px;
        left: 33%;
    }
    #adventuremap_whale {
        background-size: 120px auto;
        width: 120px;
        height: 80px;
        top: 308px;
        right: 42px;
    }
    #adventuremap_flow {
        background-image: url(image/base/790_adventuremap_flow.svg);
        background-size: 675px auto;
        width: 675px;
        height: 612px;
        top: 48px;
        left: 34px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #adventuremap {
        background-image: url(image/base/adventuremap_background.svg);
        background-size: auto 100%;
        background-position: left 0;
        height: 700px;
        top: 733px;
    }
    #adventuremap_backwall {
        background-image: url(image/base/adventuremap_backwall.svg);
        background-size: 1050px auto;
        width: 1050px;
        height: 189px;
        top: -53px;
        left: -10px;
    }
    #adventuremap_marinehouse {
        background-size: 505px auto;
        width: 505px;
        height: 246px;
        bottom: -9px;
        left: 18px;
    }
    #adventuremap_rock {
        background-size: 131px auto;
        width: 131px;
        height: 120px;
        top: 306px;
        left: 3px;
    }
    #adventuremap_mushroomrock {
        background-size: 280px auto;
        width: 280px;
        height: 174px;
        top: 122px;
        left: 110px;
    }
    #adventuremap_coral {
        background-size: 175px auto;
        width: 175px;
        height: 134px;
        top: 159px;
        left: 70%;
    }
    #adventuremap_fish {
        background-size: 108px auto;
        width: 108px;
        height: 97px;
        top: 236px;
        left: 33%;
    }
    #adventuremap_whale {
        background-size: 159px auto;
        width: 159px;
        height: 106px;
        top: 315px;
        right: 23px;
    }
    #adventuremap_flow {
        background-image: url(image/base/1000_adventuremap_flow.svg);
        background-size: 887px auto;
        width: 887px;
        height: 592px;
        top: 51px;
        left: 51px;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #adventuremap {
        background-image: url(image/base/adventuremap_background.svg);
        background-size: auto 100%;
        background-position: left 0;
        height: 700px;
        top: 815px;
    }
    #adventuremap_backwall {
        background-image: url(image/base/adventuremap_backwall.svg);
        background-size: 1330px auto;
        width: 1330px;
        height: 229px;
        top: -79px;
        left: -10px;
    }
    #adventuremap_marinehouse {
        background-size: 600px auto;
        width: 600px;
        height: 292px;
        bottom: -25px;
        left: 25px;
    }
    #adventuremap_rock {
        background-size: 150px auto;
        width: 150px;
        height: 140px;
        top: 245px;
        left: -24px;
    }
    #adventuremap_mushroomrock {
        background-size: 312px auto;
        width: 312px;
        height: 201px;
        top: 96px;
        left: 147px;
    }
    #adventuremap_coral {
        background-size: 226px auto;
        width: 226px;
        height: 176px;
        top: 177px;
        left: 62%;
    }
    #adventuremap_fish {
        background-size: 128px auto;
        width: 128px;
        height: 113px;
        top: 273px;
        left: 26%;
    }
    #adventuremap_whale {
        background-size: 196px auto;
        width: 196px;
        height: 132px;
        top: 193px;
        right: 42px;
    }
    #adventuremap_flow {
        background-image: url(image/base/1400_adventuremap_flow.svg);
        background-size: 1100px auto;
        width: 1100px;
        height: 547px;
        top: 54px;
        left: 70px;
    }
    
}


.marker {
    font-size: 1.3rem;
    position: absolute;
    z-index: 2;
    text-align: center;
    transition: 0.3s;
}
.marker em {
    font-style: normal;
    font-weight: bold;
    display: block;
    color: #000;
    background-color: #fff;
    padding-top: 1px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 1px;
    border: solid 1px #666;
    border-radius: 10px;
    filter: drop-shadow(1px 1px 1px rgba(4, 17, 90,0.6));
}
.marker button {
    font-size: 150%;
    display: block;
    text-decoration: none;
    color: #000;
    margin-top: 2px;
    filter: drop-shadow(1px 1px 1px rgba(4, 17, 90, 0.6));
    border: none;
    background-color: transparent;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}
.marker button:hover {
    color: #f60;
}
.marker_01 {
    bottom: 137px;
    left: 121px;
}
.marker_02 {
    top: 135px;
    left: 25px;
}
.marker_03 {
    top: 72px;
    left: 62px;
}
.marker_04 {
    top: 291px;
    left: 55px;
}
.marker_05 {
    top: 50px;
    left: 131px;
}
.marker_06 {
    top: 87px;
    left: 202px;
}
.marker_07 {
    top: 45px;
    left: 289px;
}
@media only screen and (min-width: 431px) and (max-width: 699px) { /* 431-699 */
    .marker {
        font-size: 1.4rem;
    }
    .marker_01 {
        bottom: 97px;
        left: 130px;
    }
    .marker_02 {
        top: 160px;
        left: 46px;
    }
    .marker_03 {
        top: 81px;
        left: 75px;
    }
    .marker_04 {
        top: 316px;
        left: 66px;
    }
    .marker_05 {  
        top: 51px;
        left: 173px;
    }
    .marker_06 {
        top: 87px;
        left: 265px;
    }
    .marker_07 {
        top: 52px;
        left: 352px;
    }
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    .marker {
        font-size: 1.5rem;
    }
    .marker_01 {
        bottom: 85px;
        left: 145px;
    }
    .marker_02 {
        top: 112px;
        left: 62px;
    }
    .marker_03 {
        top: 57px;
        left: 157px;
    }
    .marker_04 {
        top: 327px;
        left: 97px;
    }
    .marker_05 {
        top: 37px;
        left: 325px;
    }
    .marker_06 {
        top: 53px;
        left: 457px;
    }
    .marker_07 {
        top: 47px;
        left: 580px;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .marker {
        font-size: 1.6rem;
    }
    .marker_01 {
        bottom: 93px;
        left: 158px;
    }
    .marker_02 {
        top: 113px;
        left: 66px;
    }
    .marker_03 {
        top: 72px;
        left: 187px;
    }
    .marker_04 {
        top: 321px;
        left: 94px;
    }
    .marker_05 {
        top: 43px;
        left: 383px;
    }
    .marker_06 {
        top: 61px;
        left: 527px;
    }
    .marker_07 {
        top: 57px;
        left: 668px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .marker {
        font-size: 1.7rem;
    }
    .marker_01 {
        bottom: 133px;
        left: 166px;
    }
    .marker_02 {
        top: 116px;
        left: 82px;
    }
    .marker_03 {
        top: 80px;
        left: 268px;
    }
    .marker_04 {
        top: 336px;
        left: 142px;
    }
    .marker_05 {
        top: 59px;
        left: 519px;
    }
    .marker_06 {
        top: 72px;
        left: 688px;
    }
    .marker_07 {
        top: 75px;
        left: 868px;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .marker {
        font-size: 1.8rem;
    }
    .marker_01 {
        bottom: 137px;
        left: 171px;
    }
    .marker_02 {
        top: 114px;
        left: 113px;
    }
    .marker_03 {
        top: 70px;
        left: 313px;
    }
    .marker_04 {
        top: 304px;
        left: 136px;
    }
    .marker_05 {
        top: 47px;
        left: 703px;
    }
    .marker_06 {
        top: 70px;
        left: 888px;
    }
    .marker_07 {
        top: 63px;
        left: 1116px;
    }
}


/* adventuremap_sub */
#adventuremap_sub {
    background-image: url(image/base/sub_bg_430.svg);
    background-repeat: no-repeat;
    background-size: auto 144px;
    background-position: left 0;
    width: 100%;
    height: 144px;
    position: absolute;
    top: 248px;
    left: auto;
    right: auto;
    z-index: 1;
}
#adventuremap_sub_leftrock {
    background-image: url(image/base/left_rock.svg);
    background-repeat: no-repeat;
    background-size: 100px auto;
    width: 100px;
    height: 72px;
    position: absolute;
    top: 82px;
    left: -16px;
    right: auto;
    z-index: 1;
}
#adventuremap_sub_rightrock {
    background-image: url(image/base/right_rock.svg);
    background-repeat: no-repeat;
    background-size: 128px auto;
    width: 128px;
    height: 52px;
    position: absolute;
    top: 29px;
    left: auto;
    right: -31px;
    z-index: 1;
}
#adventuremap_sub_kayak1 {
    background-image: url(image/base/kayak1.svg);
    background-repeat: no-repeat;
    background-size: 50px auto;
    width: 50px;
    height: 64px;
    position: absolute;
    top: 76px;
    left: auto;
    right: 11%;
    z-index: 1;
}
#adventuremap_sub_diver1 {
    background-image: url(image/base/diver1.svg);
    background-repeat: no-repeat;
    background-size: 69px auto;
    width: 69px;
    height: 43px;
    position: absolute;
    top: -17px;
    left: auto;
    right: 12%;
    z-index: 1;
}
#adventuremap_sub_diver2 {
    background-image: url(image/base/diver2.svg);
    background-repeat: no-repeat;
    background-size: 55px auto;
    width: 55px;
    height: 30px;
    position: absolute;
    top: 46px;
    left: 38%;
    right: auto;
    z-index: 1;
}
#adventuremap_sub_diver3 {
    background-image: url(image/base/diver3.svg);
    background-repeat: no-repeat;
    background-size: 55px auto;
    width: 55px;
    height: 27px;
    position: absolute;
    top: 11px;
    left: auto;
    right: 41%;
    z-index: 1;
}
#adventuremap_sub_fish1 {
    background-image: url(image/base/fish1.svg);
    background-repeat: no-repeat;
    background-size: 28px auto;
    width: 28px;
    height: 17px;
    position: absolute;
    top: 31px;
    left: 3%;
    right: auto;
    z-index: 1;
}
#adventuremap_sub_fish2 {
    background-image: url(image/base/fish2.svg);
    background-repeat: no-repeat;
    background-size: 28px auto;
    width: 28px;
    height: 17px;
    position: absolute;
    top: 54px;
    left: 14%;
    right: auto;
    z-index: 1;
}
#adventuremap_sub_paddle1 {
    background-image: url(image/base/paddle1.svg);
    background-repeat: no-repeat;
    background-size: 50px auto;
    width: 50px;
    height: 100px;
    position: absolute;
    top: 58px;
    left: 20%;
    right: auto;
    z-index: 1;
}
#adventuremap_sub_family1 {
    background-image: url(image/base/family1.svg);
    background-repeat: no-repeat;
    background-size: 53px auto;
    width: 53px;
    height: 64px;
    position: absolute;
    bottom: -5px;
    left: auto;
    right: 31%;
    z-index: 1;
}
@media only screen and (min-width: 431px) and (max-width: 699px) { /* 431-699 */
    #adventuremap_sub {
        background-image: url(image/base/sub_bg_1000.svg);
        background-size: auto 146px;
        width: 100%;
        height: 146px;
        top: 238px;
    }
    #adventuremap_sub_leftrock {
        background-size: 111px auto;
        width: 111px;
        height: 76px;
        top: 86px;
        left: -22px;
    }
    #adventuremap_sub_rightrock {
        background-size: 140px auto;
        width: 140px;
        height: 58px;
        top: 30px;
        right: -28px;
    }
    #adventuremap_sub_kayak1 {
        background-size: 57px auto;
        width: 57px;
        height: 75px;
        top: 51px;
        right: 25%;
    }
    #adventuremap_sub_diver1 {
        background-size: 78px auto;
        width: 78px;
        height: 48px;
        top: -20px;
        right: 13%;
    }
    #adventuremap_sub_diver2 {
        background-size: 68px auto;
        width: 68px;
        height: 36px;
        top: 51px;
        left: 30%;
    }
    #adventuremap_sub_diver3 {
        background-size: 68px auto;
        width: 68px;
        height: 32px;
        top: 10px;
        right: 42%;
    }
    #adventuremap_sub_fish1 {
        background-size: 33px auto;
        width: 33px;
        height: 20px;
        top: 36px;
        left: 3%;
    }
    #adventuremap_sub_fish2 {
        background-size: 33px auto;
        width: 33px;
        height: 20px;
        top: 50px;
        left: 13%;
    }
    #adventuremap_sub_paddle1 {
        background-size: 57px auto;
        width: 57px;
        height: 116px;
        top: 49px;
        left: 22%;
    }
    #adventuremap_sub_family1 {
        background-size: 61px auto;
        width: 61px;
        height: 74px;
        bottom: -15px;
        right: 30%;
    }
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    #adventuremap_sub {
        background-image: url(image/base/sub_bg_1000.svg);
        background-size: 976px 180px;
        width: 100%;
        height: 180px;
        top: 274px;
    }
    #adventuremap_sub_leftrock {
        background-size: 147px auto;
        width: 147px;
        height: 97px;
        top: 93px;
        left: -29px;
    }
    #adventuremap_sub_rightrock {
        background-size: 175px auto;
        width: 175px;
        height: 72px;
        top: 34px;
        right: -21px;
    }
    #adventuremap_sub_kayak1 {
        background-size: 64px auto;
        width: 64px;
        height: 83px;
        top: 85px;
        right: 21%;
    }
    #adventuremap_sub_diver1 {
        background-size: 85px auto;
        width: 85px;
        height: 53px;
        top: -18px;
        right: 19%;
    }
    #adventuremap_sub_diver2 {
        background-size: 82px auto;
        width: 82px;
        height: 44px;
        top: 58px;
        left: 36%;
    }
    #adventuremap_sub_diver3 {
        background-size: 82px auto;
        width: 82px;
        height: 37px;
        top: 17px;
        right: 41%;
    }
    #adventuremap_sub_fish1 {
        background-size: 39px auto;
        width: 39px;
        height: 23px;
        top: 44px;
        left: 4%;
    }
    #adventuremap_sub_fish2 {
        background-size: 39px auto;
        width: 39px;
        height: 23px;
        top: 66px;
        left: 14%;
    }
    #adventuremap_sub_paddle1 {
        background-size: 73px auto;
        width: 73px;
        height: 146px;
        top: 55px;
        left: 24%;
    }
    #adventuremap_sub_family1 {
        background-size: 72px auto;
        width: 72px;
        height: 86px;
        bottom: -13px;
        right: 26%;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #adventuremap_sub {
        background-image: url(image/base/sub_bg_1000.svg);
        background-size: auto 179px;
        width: 100%;
        height: 179px;
        top: 325px;
    }
    #adventuremap_sub_leftrock {
        background-size: 167px auto;
        width: 167px;
        height: 110px;
        top: 81px;
        left: -26px;
    }
    #adventuremap_sub_rightrock {
        background-size: 200px auto;
        width: 200px;
        height: 80px;
        top: 20px;
        right: -14px;
    }
    #adventuremap_sub_kayak1 {
        background-size: 78px auto;
        width: 78px;
        height: 101px;
        top: 70px;
        right: 25%;
    }
    #adventuremap_sub_diver1 {
        background-size: 91px auto;
        width: 91px;
        height: 58px;
        top: -20px;
        right: 23%;
    }
    #adventuremap_sub_diver2 {
        background-size: 90px auto;
        width: 90px;
        height: 47px;
        top: 40px;
        left: 33%;
    }
    #adventuremap_sub_diver3 {
        background-size: 90px auto;
        width: 90px;
        height: 41px;
        top: 10px;
        right: 43%;
    }
    #adventuremap_sub_fish1 {
        background-size: 43px auto;
        width: 43px;
        height: 25px;
        top: 39px;
        left: 8%;
    }
    #adventuremap_sub_fish2 {
        background-size: 43px auto;
        width: 43px;
        height: 25px;
        top: 65px;
        left: 18%;
    }
    #adventuremap_sub_paddle1 {
        background-size: 78px auto;
        width: 78px;
        height: 155px;
        top: 69px;
        left: 25%;
    }
    #adventuremap_sub_family1 {
        background-size: 80px auto;
        width: 80px;
        height: 93px;
        bottom: -22px;
        right: 29%;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #adventuremap_sub {
        background-image: url(image/base/sub_bg_1920.svg);
        background-size: auto 167px;
        width: 100%;
        height: 167px;
        top: 363px;
    }
    #adventuremap_sub_leftrock {
        background-size: 187px auto;
        width: 187px;
        height: 123px;
        top: 63px;
        left: 13px;
    }
    #adventuremap_sub_rightrock {
        background-size: 228px auto;
        width: 228px;
        height: 91px;
        top: -10px;
        right: -12px;
    }
    #adventuremap_sub_kayak1 {
        background-size: 95px auto;
        width: 95px;
        height: 123px;
        top: 42px;
        right: 19%;
    }
    #adventuremap_sub_diver1 {
        background-size: 107px auto;
        width: 107px;
        height: 67px;
        top: -22px;
        right: 29%;
    }
    #adventuremap_sub_diver2 {
        background-size: 99px auto;
        width: 99px;
        height: 51px;
        top: 18px;
        left: 38%;
    }
    #adventuremap_sub_diver3 {
        background-size: 99px auto;
        width: 99px;
        height: 47px;
        top: 50px;
        right: 39%;
    }
    #adventuremap_sub_fish1 {
        background-size: 50px auto;
        width: 50px;
        height: 29px;
        top: 41px;
        left: 19%;
    }
    #adventuremap_sub_fish2 {
        background-size: 50px auto;
        width: 50px;
        height: 29px;
        top: 61px;
        left: 28%;
    }
    #adventuremap_sub_paddle1 {
        background-size: 82px auto;
        width: 82px;
        height: 162px;
        top: 43px;
        left: 29%;
    }
    #adventuremap_sub_family1 {
        background-size: 90px auto;
        width: 90px;
        height: 108px;
        bottom: -38px;
        right: 26%;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #adventuremap_sub {
        background-image: url(image/base/sub_bg_1920.svg);
        background-size: auto 224px;
        width: 1920px;
        height: 224px;
        top: 402px;
    }
    #adventuremap_sub_leftrock {
        background-size: 214px auto;
        width: 214px;
        height: 138px;
        top: 76px;
        left: 4%;
    }
    #adventuremap_sub_rightrock {
        background-size: 257px auto;
        width: 257px;
        height: 103px;
        top: -10px;
        right: 17%;
    }
    #adventuremap_sub_kayak1 {     
        background-size: 100px auto;
        width: 100px;
        height: 131px;
        top: 70px;
        right: 30%;
    }
    #adventuremap_sub_diver1 {
        background-size: 119px auto;
        width: 119px;
        height: 74px;
        top: -19px;
        right: 36%;
    }
    #adventuremap_sub_diver2 {
        background-size: 110px auto;
        width: 110px;
        height: 58px;
        top: 20px;
        left: 39%;
    }
    #adventuremap_sub_diver3 {
        background-size: 110px auto;
        width: 110px;
        height: 59px;
        top: 69px;
        right: 47%;
    }
    #adventuremap_sub_fish1 {
        background-size: 59px auto;
        width: 59px;
        height: 36px;
        top: 52px;
        left: 17%;
    }
    #adventuremap_sub_fish2 {
        background-size: 59px auto;
        width: 59px;
        height: 36px;
        top: 85px;
        left: 25%;
    }
    #adventuremap_sub_paddle1 {
        background-size: 94px auto;
        width: 94px;
        height: 189px;
        top: 51px;
        left: 29%;
    }
    #adventuremap_sub_family1 {
        background-size: 100px auto;
        width: 100px;
        height: 120px;
        bottom: -41px;
        right: 23%;
    }
}


/* special_segment */
.special_segment {
    position: absolute;
    z-index: 1;
    width: calc(100% / 2 - 20px);
    height: 130px;
    border: solid 1px #333;
    border-radius: 10px;
    background-color: #cdcdcd;
    transition: 0.3s;
}
.special_segment a {
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff,
              -2px 2px 0 #fff, 2px -2px 0 #fff,
              0px 2px 0 #fff,  0 -2px 0 #fff,
              -2px 0 0 #fff, 2px 0 0 #fff;
}
.special_segment a:hover {
    color: #f60;
}
.special_segment a:hover {
    color: #f60;
}
.special_segment span {
    display: block;
    padding-bottom: 2px;
}
.special_segment small {
    font-size: 80%;
    display: block;
    text-align: center;
}
.special_segment span div {
    font-size: 150%;
    display: block;
    text-align: center;
    color: #df2e2a;
}
#todays_aruguide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    bottom: 10px;
    left: 10px;
    right: auto;
}
.webp #todays_aruguide {
    background-image: url(image/base/todays_aruguide.webp);
}
.no-webp #todays_aruguide {
    background-image: url(image/base/todays_aruguide.jpg);
}
#todays_beach {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    bottom: 10px;
    left: auto;
    right: 10px;
}
.webp #todays_beach {
    background-image: url(image/base/todays_beach.webp);
}
.no-webp #todays_beach {
    background-image: url(image/base/todays_beach.jpg);
}
@media only screen and (min-width: 431px) and (max-width: 699px) { /* 431-699 */
    .special_segment {
        width: calc(100% / 2 - 20px);
        height: 130px;
    }
    .special_segment a {
        font-size: 1.6rem;
    }
    #todays_aruguide {
        bottom: 10px;
        left: 10px;
        right: auto;
    }
    #todays_beach {
        bottom: 10px;
        left: auto;
        right: 10px;
    }
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    .special_segment {
        width: 162px;
        height: 100px;
    }
    .special_segment a {
        font-size: 1.6rem;
    }
    #todays_aruguide {
        bottom: 437px;
        left: 54%;
        right: auto;
    }
    #todays_beach {
        bottom: 264px;
        left: 35%;
        right: auto;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .special_segment {
        width: 162px;
        height: 100px;
    }
    .special_segment a {
        font-size: 1.7rem;
    }
    #todays_aruguide {
        bottom: 402px;
        left: 53%;
        right: auto;
    }
    #todays_beach {
        bottom: 246px;
        left: 38%;
        right: auto;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .special_segment {
        width: 162px;
        height: 100px;
    }
    .special_segment a {
        font-size: 1.7rem;
    }
    #todays_aruguide {
        bottom: 402px;
        left: 53%;
        right: auto;
    }
    #todays_beach {
        bottom: 214px;
        left: 34%;
        right: auto;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .special_segment {
        width: 162px;
        height: 100px;
    }
    .special_segment a {
        font-size: 1.8rem;
    }
    #todays_aruguide {
        bottom: 365px;
        left: 41%;
        right: auto;
    }
    #todays_beach {
        bottom: 201px;
        left: 27%;
        right: auto;
    }
}


/* cautch */
#cautch {
    font-size: 1.4rem;
    font-weight: bold;
    position: absolute;
    bottom: 242px;
    right: 15px;
    width: 162px;
    height: auto;
    z-index: 1;
    transition: 0.3s;
}
@media only screen and (min-width: 431px) and (max-width: 699px) { /* 431-699 */
    #cautch {
        font-size: 1.5rem;
        bottom: 182px;
        right: 25px;
        width: 225px;
    }
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    #cautch {
        font-size: 1.6rem;
        bottom: 146px;
        right: 29px;
        width: 239px;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #cautch {
        font-size: 1.7rem;
        bottom: 152px;
        right: 42px;
        width: 255px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #cautch {
        font-size: 1.8rem;
        bottom: 221px;
        right: 36px;
        width: 410px;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #cautch {
        font-size: 1.9rem;
        bottom: 198px;
        right: 40px;
        width: 500px;
    }
}


/* lang_nav */
#lang_nav {
    position: absolute;
    z-index: 1;
}
.lang_nav_top {
    bottom: 232px;
    right: 17px;
}
.lang_nav_sub {
    bottom: 82px;
    right: 17px;
}
.lang_nav_sub_en {
    bottom: 230px;
    right: 17px;
}
.lang_nav_sub_tw {
    bottom: 230px;
    right: 17px;
}
#lang_nav ul {
    overflow: hidden;
}
#lang_nav li {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}
#lang_nav a {
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    background-color: #2ba14b;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
    border-radius: 10px;
    border: solid 2px #333;
    text-shadow: 0px 0px 5px #000000;
}
#lang_nav a:hover {
    color: #f60;
}
@media only screen and (min-width: 431px) and (max-width: 699px) { /* 431-699 */
    .lang_nav_top {
        bottom: 218px;
        right: 20px;
    }
    .lang_nav_sub {
        bottom: 78px;
        right: 20px;
    }
    .lang_nav_sub_en {
        bottom: 230px;
        right: 20px;
    }
    .lang_nav_sub_tw {
        bottom: 230px;
        right: 20px;
    }
    #lang_nav a {
        font-size: 1.5rem;
    }
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    .lang_nav_top {
        bottom: 60px;
        right: 20px;
    }
    .lang_nav_sub {
        bottom: 57px;
        right: 20px;
    }
    .lang_nav_sub_en {
        bottom: 57px;
        right: 20px;
    }
    .lang_nav_sub_tw {
        bottom: 57px;
        right: 20px;
    }
    #lang_nav a {
        font-size: 1.5rem;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .lang_nav_top {
        bottom: 40px;
        right: 20px;
    }
    .lang_nav_sub {
        bottom: 57px;
        right: 20px;
    }
    .lang_nav_sub_en {
        bottom: 57px;
        right: 20px;
    }
    .lang_nav_sub_tw {
        bottom: 57px;
        right: 20px;
    }
    #lang_nav a {
        font-size: 1.5rem;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .lang_nav_top {
        bottom: 59px;
        right: calc(50% - 500px);
    }
    .lang_nav_sub {
        bottom: 59px;
        right: calc(50% - 500px);
    }
    .lang_nav_sub_en {
        bottom: 59px;
        right: calc(50% - 500px);
    }
    .lang_nav_sub_tw {
        bottom: 59px;
        right: calc(50% - 500px);
    }
    #lang_nav a {
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .lang_nav_top {
        bottom: 44px;
        right: calc(50% - 700px);
    }
    .lang_nav_sub {
        bottom: 44px;
        right: calc(50% - 700px);
    }
    .lang_nav_sub_en {
        bottom: 44px;
        right: calc(50% - 700px);
    }
    .lang_nav_sub_tw {
        bottom: 44px;
        right: calc(50% - 700px);
    }
    #lang_nav a {
        font-size: 1.6rem;
    }
}


/* top_news_area */
#top_news_area {
    width: calc(100% - 20px);
    overflow: hidden;
    padding-top: 15px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    border-top: solid 1px #b5a48b;
    border-bottom: solid 1px #b5a48b;
}
#top_news_area h1 {
    font-size: 2.4rem;
    display: block;
    text-align: center;
    padding-bottom: 10px;
}
#top_news_area h1 small {
    display: block;
    font-size: 60%;
}
.top_news {
    float: left;
    width: calc(100% / 2 - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    transition: 0.3s;
}
.top_news_image {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
}
.top_news_image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
    vertical-align:top;
}
.top_news h2 a {
    font-size: 1.5rem;
    display: block;
    text-align: center;
    text-decoration: none;
    padding-top: 6px;
    color: #000;
}
.top_news h2 a:hover {
    color: #f60;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    #top_news_area {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
    .top_news {
        width: calc(100% / 4 - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }
    .top_news_image img {
        height: 90px;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #top_news_area {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
    .top_news {
        width: calc(100% / 4 - 60px);
        margin-left: 30px;
        margin-right: 30px;
    }
    .top_news_image img {
        height: 95px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #top_news_area {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .top_news {
        width: calc(100% / 4 - 100px);
        margin-left: 50px;
        margin-right: 50px;
    }
    .top_news_image img {
        height: 100px;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #top_news_area {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .top_news {
        width: calc(100% / 4 - 120px);
        margin-left: 60px;
        margin-right: 60px;
    }
    .top_news_image img {
        height: 110px;
    }
}


/* footer_logo */
#footer_logo {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 300px;
    height: 230px;
    background-image: url(image/base/adventuremap_marinehouse.svg);
    background-size: 300px auto;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-left: auto;
    margin-right: auto;
}
#footer_logo a {
    font-size: 10rem;
    color: #000;
    text-decoration: none;
}
#footer_logo a:hover {
    color: #f60;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    #footer_logo {
        width: 400px;
        height: 280px;
        background-size: 400px auto;
    }
    #footer_logo a {
        font-size: 12rem;
    } 
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #footer_logo {
        width: 450px;
        height: 300px;
        background-size: 450px auto;
    }
    #footer_logo a {
        font-size: 15rem;
    } 
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #footer_logo {
        width: 500px;
        height: 380px;
        background-size: 500px auto;
    }
    #footer_logo a {
        font-size: 17rem;
    } 
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #footer_logo {
        width: 600px;
        height: 400px;
        background-size: 600px auto; 
    }
    #footer_logo a {
        font-size: 19rem;
    } 
}


/* upper_background_color */
#upper_background_color {
    position: absolute;
    width: 100%;
    z-index: -1;
    background: linear-gradient(to bottom,  rgba(239,231,203,1) 0%,rgba(249,248,229,1) 60%,rgba(255,255,255,1) 100%);
}
.top_color {
    top: 1047px;
    height: 360px;
    left: auto;
    right: auto;
}
.sub_color {
    top: 360px;
    height: 280px;
    left: auto;
    right: auto;
}
@media only screen and (min-width: 431px) and (max-width: 699px) { /* 431-699 */
.top_color {
        top: 1098px;
        height: 400px;
    }
    .sub_color {
        top: 351px;
        height: 370px;
    }
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    .top_color {
        top: 1098px;
        height: 450px;
    }
    .sub_color {
        top: 415px;
        height: 390px;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .top_color {
        top: 1155px;
        height: 500px;
    }
    .sub_color {
        top: 456px;
        height: 420px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .top_color {
        top: 1301px;
        height: 496px;
    }
    .sub_color {
        top: 482px;
        height: 440px;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .top_color {
        top: 1387px;
        height: 460px;
    }
    .sub_color {
        top: 564px;
        height: 460px;
    }
}


/* three_point */
#three_point_area {
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}
#three_point_area h1 {
    font-size: 3rem;
    text-align: center;
    padding-bottom: 10px;
}
#three_point_area h1 span {
    font-size: 140%;
    margin-left: 3px;
    margin-right: 3px;
    color: #dd3b3f;
}
.three_point {
    float: left;
    width: calc(100% / 1 - 40px);
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.three_point_image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}
.three_point_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    vertical-align: top;
}
.three_point_number {
    font-size: 3.1rem;
    float: left;
    width: 80px;
    height: 168px;
    color: #dd3b3f;
    display: flex;
    justify-content: center;
    align-items: center;
}
.three_point_detail {
    float: left;
    width: calc(100% - 80px);
    height: auto;
}
.three_point h2 {
    font-size: 1.6rem;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 10px;
}
.three_point p {
    font-size: 1.4rem;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    .three_point {
        width: calc(100% / 1 - 40px);
    }
    .three_point_image {
        height: 230px;
    }
    .three_point_number {
        font-size: 3.4rem;
        float: left;
        width: 80px;
        height: 146px;
    }
    .three_point_detail {
        float: left;
        width: calc(100% - 80px);
    }
    .three_point h2 {
        font-size: 1.7rem;
        text-align: left;
        padding-top: 0px;
    }
    .three_point p {
        font-size: 1.5rem;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .three_point {
        width: calc(100% / 3 - 40px);
    }
    .three_point_image {
        height: 270px;
    }
    .three_point_number {
        font-size: 3.4rem;
        float: none;
        width: 100%;
        height: auto;
    }
    .three_point_detail {
        float: none;
        width: 100%;
    }
    .three_point h2 {
        font-size: 1.9rem;
        text-align: center;
        padding-top: 10px;
    }
    .three_point p {
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .three_point {
        width: calc(100% / 3 - 40px);
    }
    .three_point_image {
        height: 300px;
    }
    .three_point_number {
        font-size: 3.6rem;
        float: none;
        width: 100%;
        height: auto;
    }
    .three_point_detail {
        float: none;
        width: 100%;
    }
    .three_point h2 {
        font-size: 2.0rem;
        text-align: center;
        padding-top: 10px;
    }
    .three_point p {
        font-size: 1.7rem;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .three_point {
        width: calc(100% / 3 - 40px);
    }
    .three_point_image {
        height: 330px;
    }
    .three_point_number {
        font-size: 4rem;
        float: left;
        width: 80px;
        height: 214px;
    }
    .three_point_detail {
        float: left;
        width: calc(100% - 80px);
    }
    .three_point h2 {
        font-size: 2.1rem;
        text-align: left;
        padding-top: 0px;
    }
    .three_point p {
        font-size: 1.8rem;
    }
}


/* slide_area */
#slide_area {
    position: relative;
    padding-bottom: 40px;
}
.slider1 {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}
.slider1 img {
    object-fit: cover;
    object-position: center center;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 100%;
    height: 100%;
}
.slider1 a {
    display: block;
    color: #000;
    text-decoration: none;
}
.slider1 a:hover {
    color: #f60;
}
.slide_detail {
    position: absolute;
    top: 287px;
    right: 15px;
    width: calc(195px - 40px);
    height: auto;
    z-index: 1;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    background-color: rgb(255 255 255 / 64%);
    border-radius: 10px;
}
.slider1 h2 {
    font-size: 2.1rem;
    padding-bottom: 7px;
    margin-bottom: 11px;
    background-image: url(image/base/title_bg.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}
.slider1 p {
    font-size: 1.4rem;
    font-weight: bold;
}
.swiper-pagination {
    bottom: 58px!important;
}
.swiper-pagination-bullet {
    width: 30px!important;
    height: 30px!important;
}
#slide_upper {
    background-image: url(image/base/slide_upper_430.svg);
    background-repeat: no-repeat;
    background-size: 700px auto;
    background-position: top;
    width: 100%;
    height: 58px;
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
    z-index: 1;
}
#slide_under {
    background-image: url(image/base/slide_under_430.svg);
    background-repeat: no-repeat;
    background-size: 700px auto;
    background-position: bottom;
    width: 100%;
    height: 51px;
    position: absolute;
    bottom: 0;
    left: auto;
    right: auto;
    z-index: 1;
}
#slide_sideimage {
    background-image: url(image/base/slide_sideimage.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    width: 341px;
    height: 98px;
    position: absolute;
    bottom: 5px;
    left: auto;
    right: 10px;
    z-index: 10;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    .slider1 {
        height: 550px;
    }
    .slide_detail {
        top: 304px;
        right: 20px;
        width: calc(300px - 40px);
    }
    .slider1 h2 {
        font-size: 2.5rem;
    }
    .slider1 p {
        font-size: 1.5rem;
    }
    .swiper-pagination-bullet {
        width: 20px!important;
        height: 20px!important;
    }
    #slide_upper {
        background-image: url(image/base/slide_upper_1000.svg);
        background-size: 790px auto;
        width: 100%;
        height: 44px;
    }
    #slide_under {
        background-image: url(image/base/slide_under_1000.svg);
        background-size: 790px auto;
        width: 100%;
        height: 40px;
    }
    #slide_sideimage {
        width: 396px;
        height: 112px;
        bottom: 10px;
        right: 20px;
    }
    .swiper-pagination {
        bottom: 40px!important;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .slider1 {
        height: 600px;
    }
    .slide_detail {
        top: 307px;
        right: 20px;
        width: calc(320px - 40px);
    }
    .slider1 h2 {
        font-size: 2.8rem;
    }
    .slider1 p {
        font-size: 1.7rem;
    }
    .swiper-pagination-bullet {
        width: 20px!important;
        height: 20px!important;
    }
    #slide_upper {
        background-image: url(image/base/slide_upper_1000.svg);
        background-size: 1000px auto;
        width: 100%;
        height: 55px;
    }
    #slide_under {
        background-image: url(image/base/slide_under_1000.svg);
        background-size: 1000px auto;
        width: 100%;
        height: 43px;
    }
    #slide_sideimage {
        width: 420px;
        height: 118px;
        bottom: -3px;
        right: 20px;
    }
    .swiper-pagination {
        bottom: 43px!important;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .slider1 {
        height: 700px;
    }
    .slide_detail {
        top: 410px;
        right: calc(50% - 500px - 40px);
        width: 380px;
    }
    .slider1 h2 {
        font-size: 3.0rem;
    }
    .slider1 p {
        font-size: 1.8rem;
    }
    .swiper-pagination-bullet {
        width: 20px!important;
        height: 20px!important;
    }
    #slide_upper {
        background-image: url(image/base/slide_upper_1920.svg);
        background-size: 1400px auto;
        width: 100%;
        height: 70px;
    }
    #slide_under {
        background-image: url(image/base/slide_under_1920.svg);
        background-size: 1400px auto;
        width: 100%;
        height: 52px;
    }
    #slide_sideimage {
        width: 507px;
        height: 146px;
        bottom: -3px;
        right: 20px;
    }
    .swiper-pagination {
        bottom: 60px!important;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .slider1 {
        height: 800px;
    }
    .slide_detail {
        top: 437px;
        right: calc(50% - 700px - 40px);
        width: 400px;
    }
    .slider1 h2 {
        font-size: 3.4rem;
    }
    .slider1 p {
        font-size: 1.9rem;
    }
    .swiper-pagination-bullet {
        width: 20px!important;
        height: 20px!important;
    }
    #slide_upper {
        background-image: url(image/base/slide_upper_1920.svg);
        background-size: 1920px auto;
        width: 100%;
        height: 95px;
    }
    #slide_under {
        background-image: url(image/base/slide_under_1920.svg);
        background-size: 1920px auto;
        width: 100%;
        height: 67px;
    }
    #slide_sideimage {
        width: 620px;
        height: 174px;
        bottom: -15px;
        right: 20px;
    }
    .swiper-pagination {
        bottom: 78px!important;
    }
}


/* aside_instagram */
#aside_instagram {
    width: calc(100% - 20px);
    padding-top: 50px;
    padding-bottom: 30px;
    margin-left: 10px;
        margin-right: 10px;
    text-align: center;
}
#aside_instagram h1 {
    font-size: 1.7rem;
    padding-bottom: 20px;
}
#aside_instagram h1 a {
    text-decoration: none;
}
#aside_instagram h1 span {
    display: block;
    font-size: 150%;
}
#aside_instagram h1 small {
    display: block;
}
.eapps-instagram-feed {
    overflow: hidden!important;
    border-radius: 10px!important;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    #aside_instagram {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
    #aside_instagram h1 {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #aside_instagram {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
    #aside_instagram h1 {
        font-size: 2.1rem;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #aside_instagram {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    #aside_instagram h1 {
        font-size: 2.3rem;
    } 
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #aside_instagram {
        width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }
    #aside_instagram h1 {
        font-size: 2.5rem;
    }
}


/* faq_area */
#faq_area {
    padding-left: 10px;
    padding-right: 10px;
}
.answer {
    float: left;
    display: block;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    background-color: #2ba14b;
    border-radius: 10px;
    width: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-right: 10px;
    border: solid 2px #000;
}


/* newstaffs_area */
#newstaffs_area {
    text-align: center;
}
#newstaffs_area_inner {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.staff_border {
    position: absolute;
	top: 0;
	left: 10px;
	width: 10px;
	height: 100%;
	background-color: #0c918e;
}
.newstaffs {
    clear: both;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}
.newstaffs_image {
    width: 80%;
    height: auto;
}
.pt1 .newstaffs_image {
    margin-left: auto;
    margin-right: auto;
}
.pt2 .newstaffs_image {
    margin-left: auto;
    margin-right: auto;
}
.newstaffs_image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
}
.pt1 .staff_detail {
    position: static;
    top: 0;
    left: 0;
    width: calc(100% - 10px);
    margin-left: 10px;
}
.pt2 .staff_detail {
    position: static;
    top: 0;
    right: 0;
    width: calc(100% - 10px);
    margin-left: 10px;
}
.newstaffs h2 {
    font-size: 1.7rem;
    border-bottom: none 3px #0c918e;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 8px;
}
.pt1 h2 {
    background-image: url(image/base/fish_02.jpg);
    background-repeat: no-repeat;
    background-position: 5% 0px;
    background-size: 50px auto;
}
.detail_subname {
    font-size: 1.5rem;
    margin-bottom: 5px;
}
.pt2 h2 {
    background-image: url(image/base/fish_01.jpg);
    background-repeat: no-repeat;
    background-position: 95% 0px;
    background-size: 50px auto;
}
.newstaffs p {
    font-size: 1.5rem;
    border-bottom: solid 3px #0c918e;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.detail_nickname {
    font-size: 1.5rem;
    font-weight: bold;
    display: block;
    margin-top: 4px;
    color: #802d07;
}
.detail_area {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    .newstaffs {
        margin-bottom: 50px;
    }
    .staff_border {
    	left: 10px;
    }
    .newstaffs_image {
        width: 60%;
    }
    .pt1 .newstaffs_image {
        margin-left: auto;
        margin-right: auto;
    }
    .pt2 .newstaffs_image {
        margin-left: auto;
        margin-right: auto;
    }
    .pt1 .staff_detail {
        position: static;
        width: calc(100% - 10px);
        margin-left: auto;
    }
    .pt2 .staff_detail {
        position: static;
        width: calc(100% - 10px);
        margin-left: auto;
    }
    .pt1 h2 {
        background-size: 55px auto;
    }
    .pt2 h2 {
        background-size: 55px auto;
    }
    .detail_subname {
        font-size: 1.6rem;
    }
    .newstaffs h2 {
        font-size: 1.8rem;
        border-bottom: none 3px #0c918e;
    }
    .newstaffs p {
        font-size: 1.6rem;
        border-bottom: solid 3px #0c918e;
    }
    .detail_nickname {
        font-size: 1.6rem;
    }
    .detail_area {
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .newstaffs {
        margin-bottom: 150px;
    }
    .staff_border {
    	left: calc(50% - 5px);
    }
    .newstaffs_image {
        width: 64%;
    }
    .pt1 .newstaffs_image {
        margin-left: auto;
        margin-right: 20px;
    }
    .pt2 .newstaffs_image {
        margin-left: 20px;
        margin-right: auto;
    }
    .pt1 .staff_detail {
        position: absolute;
        width: calc(50% - 160px);
        margin-left: auto;
    }
    .pt2 .staff_detail {
        position: absolute;
        width: calc(50% - 160px);
        margin-left: auto;
    }
    .pt1 h2 {
        background-size: 60px auto;
    }
    .pt2 h2 {
        background-size: 60px auto;
    }
    .detail_subname {
        font-size: 1.7rem;
    }
    .newstaffs h2 {
        font-size: 2.0rem;
        border-bottom: solid 3px #0c918e;
    }
    .newstaffs p {
        font-size: 1.6rem;
        border-bottom: none 3px #0c918e;
    }
    .detail_nickname {
        font-size: 1.7rem;
    }
    .detail_area {
        font-size: 1.7rem;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .newstaffs {
        margin-bottom: 150px;
    }
    .staff_border {
    	left: calc(50% - 5px);
    }
    .newstaffs_image {
        width: 640px;
    }
    .pt1 .newstaffs_image {
        margin-left: auto;
        margin-right: 20px;
    }
    .pt2 .newstaffs_image {
        margin-left: 20px;
        margin-right: auto;
    }
    .pt1 .staff_detail {
        position: absolute;
        width: calc(50% - 180px);
        margin-left: auto;
    }
    .pt2 .staff_detail {
        position: absolute;
        width: calc(50% - 180px);
        margin-left: auto;
    }
    .pt1 h2 {
        background-size: 65px auto;
    }
    .pt2 h2 {
        background-size: 65px auto;
    }
    .detail_subname {
        font-size: 1.8rem;
    }
    .newstaffs h2 {
        font-size: 2.1rem;
        border-bottom: solid 3px #0c918e;
    }
    .newstaffs p {
        font-size: 1.8rem;
        border-bottom: none 3px #0c918e;
    }
    .detail_nickname {
        font-size: 1.8rem;
    }
    .detail_area {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .newstaffs {
        margin-bottom: 150px;
    }
    .staff_border {
    	left: calc(50% - 5px);
    }
    .newstaffs_image {
        width: 810px;
    }
    .pt1 .newstaffs_image {
        margin-left: auto;
        margin-right: 20px;
    }
    .pt2 .newstaffs_image {
        margin-left: 20px;
        margin-right: auto;
    }
    .pt1 .staff_detail {
        position: absolute;
        width: calc(50% - 150px);
        margin-left: auto;
    }
    .pt2 .staff_detail {
        position: absolute;
        width: calc(50% - 150px);
        margin-left: auto;
    }
    .pt1 h2 {
        background-size: 70px auto;
    }
    .pt2 h2 {
        background-size: 70px auto;
    }
    .detail_subname {
        font-size: 1.9rem;
    }
    .newstaffs h2 {
        font-size: 2.2rem;
        border-bottom: solid 3px #0c918e;
    }
    .newstaffs p {
        font-size: 1.9rem;
        border-bottom: none 3px #0c918e;
    }
    .detail_nickname {
        font-size: 1.9rem;
    }
    .detail_area {
        font-size: 1.9rem;
    }
}


/* tour_overview_area */
.tour_overview_area {
    clear: both;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #FFF;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 35px;
    border-style: solid;
    border-width: 1px;
    border-color: #c5c5c5;
    border-radius: 15px;
}
.tour_overview_area h1 {
    font-size: 2.0rem;
    padding-top: 10px;
    text-align: center;
    color: #fff;
    background-color: #367f81;
    padding-bottom: 6px;
}
.tour_overview_area h2 {
    font-size: 1.8rem;
    padding-top: 10px;
    padding-left: 15px;
}
.tour_overview_area h3 {
    font-size: 1.6rem;
    text-align: center;
    padding-top: 10px;
    padding-left: 15px;
}
.custom_tour_title {
    font-size: 115%!important;
    font-weight: bold;
}
.custom_price_title {
    font-size: 115%!important;
    font-weight: bold;
}
.custom_price_title_small {
    font-size: 1.4rem!important;
    font-weight: normal;
}
.tour_overview_area dl {
    font-size: 1.6rem;
}
.tour_overview_area dl,
.tour_overview_area ul {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 20px;
}
.tour_overview_area li {
    font-size: 1.6rem;
}
.tour_overview_area dt {
    font-weight: bold;
    padding-top: 5px;
}
.tour_overview_area dd {
    padding-left: 17px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #9e9e9e;
}
.add_tour_guide {
    padding-bottom: 10px;
    padding-left: 18px;
    padding-top: 13px;
    padding-right: 30px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-left: 18px;
    margin-right: 18px;
    margin-bottom: 10px;
    border: solid 1px #367f81;
    background-color: #fffcf6;
    border-radius: 10px;
}
.tour_overview_area p {
    font-size: 1.5rem;
    padding-left: 18px;
    padding-bottom: 6px;
}
.tour_overview_area small {
    font-size: 1.4rem;
    color: #f60;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 5px;
}
.tour_overview_area small a {
    color: #f60;
    font-weight: bold;
}
.tour_overview_area small a:hover {
    color: #f60;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    .tour_overview_area h1 {
        font-size: 2.2rem;
    }
    .tour_overview_area h2 {
        font-size: 1.9rem;
    }
    .tour_overview_area h3 {
        font-size: 1.8rem;
    }
    .custom_tour_title {
        font-size: 120%!important;
        font-weight: bold;
    }
    .custom_price_title {
        font-size: 120%!important;
        font-weight: bold;
    }
    .custom_price_title_small {
        font-size: 1.5rem!important;
    }
    .tour_overview_area dl {
        font-size: 1.7rem;
    }
    .tour_overview_area li {
        font-size: 1.7rem;
    }
    .tour_overview_area dd {
        padding-left: 20px;
    }
    .tour_overview_area p {
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .tour_overview_area h1 {
        font-size: 2.4rem;
    }
    .tour_overview_area h2 {
        font-size: 2.0rem;
    }
    .tour_overview_area h3 {
        font-size: 1.8rem;
    }
    .custom_tour_title {
        font-size: 130%!important;
        font-weight: bold;
    }
    .custom_price_title {
        font-size: 130%!important;
        font-weight: bold;
    }
    .custom_price_title_small {
        font-size: 1.6rem!important;
    }
    .tour_overview_area dl {
        font-size: 1.8rem;
    }
    .tour_overview_area li {
        font-size: 1.8rem;
    }
    .tour_overview_area dd {
        padding-left: 25px;
    }
    .tour_overview_area p {
        font-size: 1.7rem;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .tour_overview_area h1 {
        font-size: 2.6rem;
    }
    .tour_overview_area h2 {
        font-size: 2.2em;
    }
    .tour_overview_area h3 {
        font-size: 1.9rem;
    }
    .custom_tour_title {
        font-size: 140%!important;
        font-weight: bold;
    }
    .custom_price_title {
        font-size: 140%!important;
        font-weight: bold;
    }
    .custom_price_title_small {
        font-size: 1.7rem!important;
    }
    .tour_overview_area dl {
        font-size: 1.9rem;
    }
    .tour_overview_area li {
        font-size: 1.9rem;
    }
    .tour_overview_area dd {
        padding-left: 30px;
    }
    .tour_overview_area p {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .tour_overview_area h1 {
        font-size: 2.8rem;
    }
    .tour_overview_area h2 {
        font-size: 2.4rem;
    }
    .tour_overview_area h3 {
        font-size: 2.1rem;
    }
    .custom_tour_title {
        font-size: 150%!important;
        font-weight: bold;
    }
    .custom_price_title {
        font-size: 150%!important;
        font-weight: bold;
    }
    .custom_price_title_small {
        font-size: 1.7rem!important;
    }
    .tour_overview_area dl {
        font-size: 2rem;
    }
    .tour_overview_area li {
        font-size: 2rem;
    }
    .tour_overview_area dd {
        padding-left: 35px;
    }
    .tour_overview_area p {
        font-size: 1.9rem;
    }
}


#tour_frame {
    border: solid 3px #e8ad54;
    padding: 5px;
}
#button_tour {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
    overflow: hidden;
    width: calc(210px * 1);
    margin-left: auto;
    margin-right: auto;
}
#button_tour a {
    font-size: 1.7rem;
    font-weight: bold;
    display: block;
    width: 200px;
    float: left;
    text-align: center;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 8px;
    color: #FFF;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.4));
}
#button_tour a:hover {
    color: #f60;
}
.color_reservation a {
    background-color: #198d4e;
}
.color_phones a {
    background-color: #db8335;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    #button_tour {
        width: calc(210px * 1);
    }
    button_tour a {
        font-size: 1.7rem;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #button_tour {
        width: calc(210px * 2);
    }
    button_tour a {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #button_tour {
        width: calc(210px * 2);
    }
    button_tour a {
        font-size: 2rem;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #button_tour {
        width: calc(210px * 2);
    }
    #button_tour a {
        font-size: 2.2rem;
    }
}


/* tour_bt */
#tour_bt {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
#tour_bt a {
    display: block;
    font-size: 2.2rem;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: #d73333;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
#tour_bt a:hover {
    color: #f60;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    #tour_bt a {
        font-size: 2.5em;
        width: 290px;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    #tour_bt a {
        font-size: 2.8rem;
        width: 300px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    #tour_bt a {
        font-size: 3rem;
        width: 320px;
    }  
}
@media only screen and (min-width: 1400px) { /* 1400over */
    #tour_bt a {
        font-size: 3.3rem;
        width: 350px;
    } 
}


/* recruit_link */
.recruit_link {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    clear: both;
    float: right;
    margin-right: 10px;
}
.recruit_link a {
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    text-align: center;
    background-color: #2ba14b;
    border: solid 2px #000;
    display: block;
    width: 106px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 10px;
}
.recruit_link a:hover {
    background-color: #f60;
}
@media only screen and (min-width: 700px) and (max-width: 789px) { /* 700-789 */
    .recruit_link {
        margin-right: 10px;
    }
    .recruit_link a {
        font-size: 1.6rem;
        width: 110px;
    }
}
@media only screen and (min-width: 790px) and (max-width: 999px) { /* 790-999 */
    .recruit_link {
        margin-right: 10px;
    }
    .recruit_link a {
        font-size: 1.7rem;
        width: 122px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) { /* 1000-1400 */
    .recruit_link {
        margin-right: 0px;
    }
    .recruit_link a {
        font-size: 1.8rem;
        width: 126px;
    }
}
@media only screen and (min-width: 1400px) { /* 1400over */
    .recruit_link {
        margin-right: 0px;
    }
    .recruit_link a {
        font-size: 2rem;
        width: 136px;
    }
}

.comment-form-url{
    display:none;
}
.logged-in-as {
    background-color: #fab278;
}
.comment-form-comment label {
    display: block;
    font-size: 1.8rem;
}