@charset "utf-8";

body {
    color: #000;
    font-size: 100%;
    font-family: Gothic Medium BBB, verdana, sans-serif, Osaka;
    margin: 0;
    padding: 0;
    background: #e0f9fc url("../img/bg_all.gif") repeat;
}

img {
    border: 0;
}

p {
    padding: 0;
    margin: 0;
    line-height: 140%;
}

strong {
    font-family: Midashi Go MB31;
}


/* サイト構築 */
#build {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    height: 100%;
    background: #fff;
}

#build a {
    color: #003399;
    text-decoration: underline;
    font-weight: bold;
}

#build a:hover {
    color: #009999;
    text-decoration: underline;
}

#header {
    background: #0259A2 url("../img/bg_top.gif") repeat-x;
    overflow: hidden;
    height: 18px;
}

#header strong {
    font-size: 12px;
    padding: 0 0 1px 20px;
    color: #fff;
    font-weight: normal;
    margin: 0;
    line-height: 1;
    transform: translate(0, -5px);
    display: inline-block;
}

#logo {
    padding: 5px 30px;
    background: url("../img/bg_hune.gif") no-repeat;
    background-position: center;
}

#toptel {
    font-family: Midashi Go MB31;
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    border: solid #31579d 1px;
}

#toptel img {
    vertical-align: middle;
}

#toptel a {
    color: #3c4a93;
    text-decoration: none;
    display: block;
    padding: 5px;
    line-height: 1.5;
}


#toptel a:hover {
    background: #e0f9fc;
    color: #3c4a93;
    text-decoration: none;
}

.line {
    background: url("../img/bg_line.gif") repeat-x;
    height: 6px;
    max-width: 1000px;
    padding-bottom: 2px;
}

/* メイン */
#main {
    width: 100%;
    height: 100%;
    background: #abe4f8;
    display: flex;
}

/* サイドメニュー */
#side {
    width: 180px;
    padding-left: 5px;
    background: #abe4f8;
}

#menu {
    margin: 0;
    padding: 0;
}

#menu ul {
    list-style: none;
    margin: 15px 0;
    padding: 0;
    background: #fff;
}

#menu li {
    margin: 0 0 1px 0;
    padding: 0 0 0 -15px;
    font-size: 10px;
}

#menu .menu_sub {
    margin: 0;
    padding: 3px 3px 0 6px;
    background: #e8fdfa;
    color: #275863;
}

#menu a {
    background: #5586AE;
    display: inline-block;
    width: 180px;
    height: 32px;
}

#menu .m_home a {
    background: url("../img/b_home.gif") no-repeat left;
    text-indent: -9999px;
    background-position: 0 -32px;
}

#menu .m_home a:hover {
    background-position: 0 0;
}

#menu .m_home2 a {
    background: url("../img/b_home.gif") no-repeat left;
    text-indent: -9999px;
    background-position: 0 -32px;
}

/*
#menu .m_tour a {
    background: url("../img/b_tour.gif") no-repeat left;
    text-indent: -9999px;
    background-position: 0 -32px;
}

#menu .m_tour a:hover {
    background-position: 0 0;
}

#menu .m_tour2 a {
    background: url("../img/b_tour.gif") no-repeat left;
    text-indent: -9999px;
    background-position: 0 0;
}
*/
#menu .m_charter a {
    background: url("../img/b_charter.gif") no-repeat left;
    text-indent: -9999px;
    background-position: 0 -32px;
}

#menu .m_charter a:hover {
    background-position: 0 0;
}

#menu .m_charter2 a {
    background: url("../img/b_charter.gif") no-repeat left;
    text-indent: -9999px;
    background-position: 0 0;
}

#menu .m_access a {
    background: url("../img/b_access.gif") no-repeat left;
    text-indent: -9999px;
    background-position: 0 -32px;
}

#menu .m_access a:hover {
    background-position: 0 0;
}

#menu .m_access2 a {
    background: url("../img/b_access.gif") no-repeat left;
    text-indent: -9999px;
    background-position: 0 0;
}

#menu .m_turika a {
    background: url("../img/b_turika.gif") no-repeat left;
    text-indent: -9999px;
    background-position: 0 -32px;
}

#menu .m_turika a:hover {
    background-position: 0 0;
}

#menu .m_reserve a {
    background: url("../img/b_reserve.gif") no-repeat left;
    text-indent: -9999px;
    background-position: 0 -32px;
}

#menu .m_reserve a:hover {
    background-position: 0 0;
}

#menu .m_reserve2 a {
    background: url("../img/b_reserve.gif") no-repeat left;
    text-indent: -9999px;
    background-position: 0 0;
}

#menu .m_link a {
    background: url("../img/b_link.gif") no-repeat left;
    text-indent: -9999px;
    background-position: 0 -32px;
}

#menu .m_link a:hover {
    background-position: 0 0;
}

#menu .m_link2 a {
    background: url("../img/b_link.gif") no-repeat left;
    text-indent: -9999px;
    background-position: 0 -32px;
}

#side p {
    font-size: 75%;
    line-height: 140%;
    padding: 0 5px 0 12px;
}

.owner img {
    display: block;
    margin: 0 auto 5px auto;

}

/* 右コンテンツ */
#contents {
    margin: 0;
    width: 100%;
    background: #fff url("../img/bg_sepa.gif") repeat-y;
    padding: 10px 15px 0 20px;
    line-height: 140%;
}

#contents p {
    padding: 0 0 5px 0;
    text-align: left;
}

.clear {
    clear: both;
}

/* フッター */

footer ul {
    list-style: none;
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
    text-align: center;
}

footer li {
    display: inline-block;
    padding: 3px 5px;
    font-size: 75%;
}

footer li a {
    font-weight: normal;
    text-decoration: none;
}

#f_bottom {
    background: #0259A2 url("../img/bg_bot.gif") repeat-x left bottom;
    height: 18px;
    text-indent: -9999px;
}

#f_bottom p {
    font-size: 60%;
    text-align: right;
    margin: 0;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5 {
    padding: 0;
    margin: 0;
}

h2 {
    font-size: 120%;
    line-height: 130%;
}

.center {
    text-align: center;
}

hr {
    margin: 5px 0;
    border: 1px solid #abe4f8;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    text-indent: -9999px;
}

.pagetop a {
    display: block;
    text-decoration: none;
    background: url("../img/i_up.png") no-repeat left top;
    height: 35px;
    width: 35px;
}

.pagetop a:hover {
    display: block;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.mail {
    background: url("../img/i_mail.gif") no-repeat left top;
    margin: 0;
    padding: 0 0 0 20px;
}

.newwin {
    background: url("../img/i_newwin.gif") no-repeat left top;
    margin: 0;
    padding: 0 0 0 20px;
}

.none {
    display: none;
}


/* スマホ*********************************************************************************** */

@media (max-width: 650px) {

    body {
        color: #000;
        font-size: 100%;
        font-family: "Gothic Medium BBB";
        margin: 0;
        padding: 0;
        background: #fff;
    }

    img {
        max-width: 100%;
        height: auto;
        border: 0;
        width
        /***/
        : auto;
    }

    p {
        padding: 0;
        margin: 0;
    }

    strong {
        font-family: "Midashi Go MB31";
    }

    /* サイト構築 */
    #build {
        margin: 0;
        padding: 0;
        position: relative;
        height: 100%;
        background: #fff;
    }

    #build a {
        color: #003399;
        text-decoration: underline;
        font-weight: bold;
    }

    #build a:hover {
        color: #009999;
        text-decoration: underline;
    }


    #header {
        background: #0259A2 url("../img/bg_top.gif") repeat-x;
        height: 10px;
    }

    #header strong {
        text-indent: -9999px;
        padding: 1px 5px;
        color: #fff;
        display: block;
        font-family: "TBUDGothic R";
    }

    #logo {
        padding: 10px 10px 0 5px;
        background: url("../img/bg_hune.gif") no-repeat;
        background-position: -210px 0;
    }

    #toptel {
        display: none;
    }

    .line {
        background: url("../img/bg_line.gif") repeat-x;
        height: 6px;
        width: 100%;
        padding: 5px 0;
    }

    /* メイン */
    #main {
        width: 100%;
        padding: 0 5px;
        margin: 0 auto;
        background: #fff;
        display: block;
        position: relative;
    }

    /* サイドメニュー */
    #side {
        background: #fff;
        width: 100%;
    }

    #menu {
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        column-gap: 5px;
        justify-content: flex-start;

    }

    #menu ul {
        margin: 0;
        padding: 0;
    }

    #menu li {
        margin: 0;
        padding: 0;
        font-size: 75%;
        display: inline-block;

    }

    #menu a {
        width: 47vw;
        object-fit: contain;
    }

    #menu .menu_sub {
        display: none;
    }

    #menu .m_home a,
    #menu .m_home a:hover,
    #menu .m_home2 a{
        /*background: url("../img/b2_home.gif") no-repeat left;
        background-size: 100% auto;
        display: inline-block;*/
        display: none;
    }

    #menu .m_tour a,
    #menu .m_tour a:hover,
    #menu .m_tour2 a {
        background: url("../img/b2_tour.gif") no-repeat left;
        background-size: 100% auto;
    }

    #menu .m_charter a,
    #menu .m_charter a:hover,
    #menu .m_charter2 a {
        background: url("../img/b2_charter.gif") no-repeat left;
        background-size: 100% auto;
    }

    #menu .m_access a,
    #menu .m_access a:hover,
    #menu .m_access2 a {
        background: url("../img/b2_access.gif") no-repeat left;
        background-size: 100% auto;
    }

    #menu .m_turika a,
    #menu .m_turika a:hover,
    #menu .m_turika2 a {
        background: url("../img/b2_turika.gif") no-repeat left top;
        background-size: 100% auto;
    }

    #menu .m_reserve a,
    #menu .m_reserve a:hover,
    #menu .m_reserve2 a {
        background: url("../img/b2_reserve.gif") no-repeat left;
        background-size: 100% auto;
    }


    #menu a {
        display: block;
        height: 32px;
        text-indent: -9999px;
    }

    #menu .m_link a,
    #menu .m_link2 a {
        display: none;
    }

    #side .pic1 {
        margin: 0 15px 0 10px;
        float: left;
        display: block;
    }

    .owner {
        line-height: 1.4;
        padding: 10px;
        position: absolute;
        bottom: -160px;
        margin: 0 0 5px 0;
        display: flex;
        width: 88%;
        background: #abe4f8;
        column-gap: 10px;
        border-radius: 10px;
    }


    /* 右コンテンツ */
    #contents {
        margin: 0;
        padding: 15px 5px 0 5px;
        width: 95%;
        background: #fff;
        clear: both;
    }

    #contents p {
        padding: 0 0 5px 0;
        text-align: left;
    }

    .clear {
        clear: both;
    }

    /* フッター */
    footer {
        margin: 160px 0 0 0;
    }

    footer ul {
        margin: 10px;
        padding: 0;
        width: 95%;
    }

    footer li {
        padding: 1em;
        display: block;
        font-size: 90%;
        margin: 0;
        text-align: left;
        border-bottom: 1px solid #003399;
    }

    footer li a {
        font-weight: normal !important;
        text-decoration: none !important;
        position: relative;
        display: block;
    }

    footer li a:after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        right: 10px;
        width: 6px;
        height: 6px;
        margin: -4px 0 0 0;
        border-top: solid 2px #003399;
        border-right: solid 2px #003399;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #f_bottom {
        background: #0259A2 url("../img/bg_bot.gif") repeat-x left bottom;
        text-indent: -9999px;
        background-position: -480px 0;
    }

    #f_bottom p {
        font-size: 60%;
        text-align: right;
        margin: 0px 10px;
        color: #fff;
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
        padding: 0;
        margin: 0;
        font-family: "Midashi Go MB31";
    }

    h2 {
        font-size: 120%;
        line-height: 130%;
    }

    .center {
        text-align: center;
    }

    .up {
        text-align: right;
        display: block;
        height: 40px;
        vertical-align: top;
    }

    .up a {
        font-size: 70%;
        font-weight: normal;
    }

    .mail {
        background: url("../img/i_mail.gif") no-repeat left top;
        margin: 0;
        padding: 0 0 0 20px;
    }

    .newwin {
        background: url("../img/i_newwin.gif") no-repeat left top;
        margin: 0;
        padding: 0 0 0 20px;
    }

    .none,
    .pc {
        display: none;
    }

    .pagetop {
        right: 10px;
        bottom: 5px;
    }

}
