@charset "UTF-8";

/******************** CSS RESET ********************/
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

address {
    font-style: normal;
}

input:not([type="radio"]):not([type="checkbox"]),
button,
textarea {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
}

input[type="radio"] {
    margin-top: 0;
    padding-top: 0;
}

input,
label {
    vertical-align: middle;
}

legend {
    width: 100%;
}

/******************** 共通設定 ********************/
html {
    scroll-padding-top: 97px;
    overflow: auto;
    scroll-behavior: smooth;
}

body {
    font-family: "UD新ゴ R", "UD Shin Go Regular", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #333;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

@media print,
screen and (min-width: 1025px) and (max-width: 1000px) {
    body {
        width: 1000px;
    }
}

@media (min-width: 1025px) {
    body {
        position: static !important;
        width: 100% !important;
    }
}

@media (max-width: 1024px) {
    html {
        scroll-padding-top: 0;
    }
}

/**** テキスト ****/
p,
li {
    margin-top: 12px;
}

.small {
    font-size: 85%;
}

strong {
    color: #900;
}

/**** リンク ****/
a:link {
    text-decoration: underline;
    color: #2b3095;
}

a:visited {
    text-decoration: underline;
    color: #791e78;
}

a:hover {
    text-decoration: none;
    color: #9f0000;
}

a:active {
    text-decoration: none;
    color: #9f0000;
}

.link_white:link {
    text-decoration: underline;
    color: #fff;
}

.link_white:visited {
    text-decoration: underline;
    color: #eee;
}

.link_white:hover {
    text-decoration: underline;
    color: #ffff00;
}

.link_white:active {
    text-decoration: underline;
    color: #ffff00;
}

a:link>strong {
    color: #2b3095;
}

a:visited>strong {
    text-decoration: underline;
    color: #791e78;
}

a:hover>strong {
    text-decoration: none;
    color: #9f0000;
}

a:active>strong {
    text-decoration: none;
    color: #9f0000;
}

/**** 別ウィンドウで開く ****/
.window {
    display: inline-block;
    margin: 0 4px;
    padding: 1px 4px;
    font-size: 62.5%;
    font-weight: normal;
    color: #333;
    vertical-align: text-bottom;
    background: #eaf2e5;
    border: 1px solid #eaf2e5;
    border-radius: 4px;
    word-wrap: break-word;
}

h2 .window {
    font-size: 35%;
}

.main_naka h2 .window {
    font-size: 49%;
}

/**** 本文へ_スキップ用リンク ****/
.skip {
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0;
}

.skip a {
    background-color: #fff;
    width: 1px;
    font-size: 0.1%;
    line-height: 0.1;
    position: absolute;
    top: auto;
    left: -3000px;
    z-index: 9999;
    padding: 4px 0;
}

.skip a:active,
.skip a:focus {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 100%;
    left: 0;
    right: 0;
    top: 0;
    line-height: 1.5;
}

/**** フォーム ****/
#body input,
header button,
#main_outline button,
footer button,
#body textarea {
    background: #fff;
    border: 1px solid #999;
    font-size: 85%;
}

/**** 見出し等のフォント ****/
h1,
h2,
h3,
h4,
h5,
h6,
strong,
th,
em,
b {
    font-family: "UD新ゴ DB", "UD Shin Go DemiBold";
}

/* text,textarea */
#body input[type="text"],
#body input[type="file"],
#body textarea,
#body input[type="password"] {
    font-family: "UD新ゴ R", "UD Shin Go Regular", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #fff;
    border: 1px solid #999;
    padding: 8px 6px;
}

/* select */
#body select[size],
#body select[multiple],
#body select[size][multiple] {
    padding: 6px;
}

/* submit,reset,button */
#body input[type="submit"],
#body input[type="reset"],
header button[type="button"],
#main_outline button[type="button"],
footer button[type="button"],
header button,
#main_outline button,
footer button {
    background: #0b8035;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 6px 16px;
}

/*
#body input[type="submit"]:hover,
#body input[type="reset"]:hover,
header button[type="button"]:hover,
#main_outline button[type="button"]:hover,
footer button[type="button"]:hover,
header button:hover,
#main_outline button:hover,
footer button:hover {
    background: #666;
}
*/

/**** その他 ****/
.anchor,
.notit {
    display: block;
    height: 1px;
    margin-top: -1px;
}

.date {
    font-size: 85%;
    color: #555;
    display: inline-block;
    margin-left: 12px;
}

.noscript {
    font-size: 85%;
    color: #a90000;
}

.none {
    display: none;
}

/******************** レイアウトCSS ********************/

/********************************************
2カラムの場合ここにliguid.cssをの中身をコピーして、
liguid.cssは削除する
********************************************/

.design {
    clear: both;
}

.zone01 {
    padding-bottom: 40px;
    background-image: linear-gradient(180deg, #EFFCED 0 96%, transparent 100%);
}

.zone02 {
    position: relative;
    padding: 70px 0 200px;
}

.zone02::before,
.zone02::after {
    position: absolute;
    display: block;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.zone02::before {
    left: 0;
    top: -50px;
    width: 500px;
    height: 342px;
    background-image: url(img/tourism/bg-zone02_top.png);
}

.zone02::after {
    right: 0;
    bottom: -150px;
    width: 1000px;
    height: 487px;
    background-image: url(img/tourism/bg-zone02_bottom.png);
}

@media only screen and (max-width: 480px) {
    .zone02::before {
        left: 0;
        top: -60px;
        width: 350px;
        height: 240px;
    }

    .zone02::after {
        bottom: -85px;
        width: 600px;
        height: 292px;
    }
}

@media only screen and (max-width: 1024px) {
    .zone01 {
        float: none;
        width: 100%;
    }

    .zone02 {
        float: none;
        width: 100%;
    }
}

.zone03 {
    position: relative;
    padding: 100px 12px 40px;
    background-image: url(img/tourism/bg-bbs.jpg);
    background-size: 300px;
    z-index: 0;
}

.zone03::before,
.zone03::after {
    position: absolute;
    display: block;
    content: "";
    width: 250px;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

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

    .zone03::before,
    .zone03::after {
        width: 150px;
        height: 150px;
    }
}

.zone03::before {
    top: 10px;
    right: 10px;
    background-image: url(img/tourism/bg-leaf01.png);
}

.zone03::after {
    bottom: 10px;
    left: 10px;
    background-image: url(img/tourism/bg-leaf02.png);
}

.zone03 .bg-bbs01,
.zone03 .bg-bbs02 {
    position: absolute;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 32px;
    background-image: url(img/tourism/bg-bbs01.png);
    background-size: contain;
}

.zone03 .bg-bbs01 {
    top: -32px;
}

.zone03 .bg-bbs02 {
    bottom: -32px;
    transform: scale(1, -1);
}

/********************** ヘッダー **********************/
.main_header {
    background: #fff;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .main_header {
        overflow: hidden;
        margin-bottom: -4px;
    }
}

/**** ヘッダー上段リンク ****/
.h_top_wrap {
    margin-top: 70px;
}

.burger_content .h_top {
    max-width: 1224px;
    width: 100%;
    margin: 0 auto;
    padding: 4px 12px;
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
    .burger_content .h_top {
        display: flex;
    }
}

@media only screen and (max-width: 480px) {
    .burger_content .h_top {
        display: flex;
        flex-wrap: wrap;
    }
}

.h_top .h_toplist01 {
    display: flex;
    align-items: center;
    margin: 4px auto 4px 0;
}

.h_top .h_toplist {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 4px 0 4px auto;
}

@media only screen and (max-width: 480px) {
    .h_top .h_toplist {
        width: 100%;
    }
}

.h_top .h_toplist01>li {
    margin: 0 16px 0 0;
    padding: 0 0 0 14px;
    position: relative;
}

.h_top .h_toplist01>li::before {
    content: '';
    display: block;
    position: absolute;
    top: .5em;
    left: 0;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    width: 6px;
    height: 6px;
    transform: rotate(-45deg);
}

.h_top .h_toplist>li {
    margin: 0 0 0 24px;
}

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

    .h_top .h_toplist>li:nth-child(3),
    .h_top .h_toplist>li:nth-child(4) {
        display: none;
    }
}

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

    .h_top .h_toplist>li:nth-child(1),
    .h_top .h_toplist>li:nth-child(2) {
        width: calc(50% - 12px);
    }
}

.h_top .h_toplist>li:first-child {
    margin: 0;
}


.h_top .h_toplist>li a {
    display: flex;
    align-items: center;
    min-height: 32px;
    /*
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    text-decoration: none;
    padding: 0 4px;
*/
}

@media only screen and (max-width: 1024px) {
    .h_top_wrap {
        margin-top: 32px;
    }
}

/* ▼▼ 【アイコン】あきる野市トップへ・FAQ・Language ▼▼ */
.h_top_wrap .mainsite,
.h_toplist li:nth-child(1) a,
.h_toplist li:nth-child(2) a,
.h_toplist li:nth-child(3) a {
    padding-left: 24px;
    background-size: 20px;
    background-position: left center;
    background-repeat: no-repeat;
}

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

    .h_top_wrap .mainsite,
    .h_toplist li:nth-child(1) a,
    .h_toplist li:nth-child(2) a,
    .h_toplist li:nth-child(3) a {
        padding-left: 32px;
        background-size: 28px;
    }

    .h_top_wrap .mainsite {
        margin-top: 0;
    }

}

/* あきる野市トップへ */
.h_top_wrap .mainsite {
    background-image: url(img/tourism/icon-arrow.png);
}

/* あきる野市トップへ ※1024pxからFAQマークに変更 */
.h_toplist li:nth-child(1) a {
    background-image: url(img/tourism/icon-arrow.png);
}

@media only screen and (max-width: 1024px) {
    .h_toplist li:nth-child(1) a {
        background-image: url(img/tourism/icon-faq.png);
    }
}

/* FAQ */
.h_toplist li:nth-child(2) a {
    background-image: url(img/tourism/icon-faq.png);
}

/* 音声読み上げ */
.h_toplist li:nth-child(3) a {
    background-image: url(img/tourism/icon-sound.png);
}

@media only screen and (max-width: 1024px) {
    .h_toplist li:nth-child(2) a {
        background-image: url(img/tourism/icon-sound.png);
    }
}

/* ▲▲ 【アイコン】あきる野市トップへ・FAQ・Language ▲▲ */

/* ▼▼ 【共通】文字サイズ・背景色 ▼▼ */
.h_toplist .font_list li:nth-child(1) a,
.h_toplist .font_list li:nth-child(2) a,
.h_toplist .bg_list li:nth-child(1) a,
.h_toplist .bg_list li:nth-child(2) a {
    padding-left: 0;
    background-image: none;
}

.font_size,
.bg_list {
    display: flex;
    align-items: center;
}

.font_list li,
.bg_list li {
    margin: 0 0 0 2px;
}

.font_list li:first-child,
.bg_list li:first-child {
    margin: 0;
}

.font_list li:last-child,
.bg_list li:last-child {
    margin: 0 0 0 4px;
}

.font_list li a,
.bg_list li a {
    display: block;
    padding: 3px 6px !important;
    text-decoration: none;
    background: #fff;
    border: 1px solid #0b8035;
    border-radius: 4px;
}

.font_list li:last-child a,
.bg_list li:last-child a {
    background: #0b8035;
}

.font_list li:last-child a>strong,
.bg_list li:last-child a>strong {
    color: #fff;
}

/* ▲▲ 【共通】文字サイズ・背景色 ▲▲ */

/* ▼▼ 背景色 ▼▼ */
.bg_color {
    display: flex;
    align-items: center;
}

.bg_tit {
    padding: 0;
    margin: 0 6px 0 0;
}

/* ▲▲ 色の反転 ▲▲ */

/* ▼▼ フォントサイズ ▼▼ */
.font_size,
.font_tit,
.font,
.font_list,
.font_list li {
    float: left;
}

.font_tit {
    margin: 1px 6px 0 0;
}

/* ▲▲ フォントサイズ ▲▲ */

/**** ヘッダーメイン ****/
.head_in {
    margin: 0 auto;
    padding: 0 12px;
    max-width: 1224px;
    width: 100%;
}

.h_main {
    display: flex;
    align-items: center;
    padding: 0 0 12px;
    min-height: 90px;
}

.h_main .h1 {
    margin: 0;
    width: 270px;
}

.h_main .mainsite {
    margin: 0;
}

.h_main .mainsite a {
    display: block;
    border: 1px solid #ccc;
    background: #444;
    color: #fff;
    font-size: 85%;
    padding: 3px 10px 2px;
    text-decoration: none;
    border-radius: 4px;
}

.h_main .mainsite li a:hover {
    background: #555;
}

@media only screen and (max-width: 1024px) {
    .head_in {
        padding: 0;
        width: 100%;
    }

    .h_main {
        padding: 8px 70px 8px 12px;
        position: relative;
        z-index: 1;
    }

    .h_main .h1 {
        width: 240px;
    }

    .h_main .mainsite {
        display: none;
    }
}

/* ▼▼ 【PC時】ユーティリティ  ▼▼ */
.h_toplist {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-right: 70px;
    width: calc(100% - 430px);
}

@media only screen and (max-width: 1024px) {
    .h_toplist {
        display: none;
    }
}

.h_toplist li {
    margin-left: 12px;
    font-size: 87.5%;
}

@media only screen and (max-width: 1024px) {
    .h_toplist li {
        font-size: 100%;
    }
}

.h_toplist li:first-child {
    margin-left: 0;
    margin-right: auto;
}

/* ▼ 【PC時】Language ▼ */
.h_toplist li:nth-child(7) {
    position: relative;
}

.h_toplist li:nth-child(7) a {
    display: block;
    padding: 3px 5px 4px 30px;
    font-weight: bold;
    text-decoration: none;
    background-image: url(img/tourism/icon-lang.png);
    background-size: 20px;
    background-position: 3px center;
    background-repeat: no-repeat;
    border: 1px solid #0b8035;
    border-radius: 4px;
}

.h_toplist li:nth-child(7) .language_ul a {
    display: inline;
    padding: 0;
    font-weight: normal;
    text-decoration: underline;
    background-image: none;
    border: 0;
    border-radius: 0;
}

.h_toplist li:nth-child(7) .language_ul a:hover {
    text-decoration: none;
}

/* ▲ 【PC時】Language ▲ */

/* ▼ 【PC時】検索 ▼ */
.h_toplist li:nth-child(6) {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-left: 0;
    width: calc(100% - 340px);
}

@media only screen and (max-width: 1132px) {
    .h_toplist li:nth-child(6) {
        max-width: 356px;
        width: 100%;
    }
}

.h_toplist li:nth-child(6) p {
    margin-top: 0;
    padding-left: 24px;
    background-size: 20px;
    background-image: url(img/tourism/icon-src.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.h_toplist li:nth-child(6) p {
    width: 160px;
}

@media only screen and (max-width: 1149px) {
    .h_toplist li:nth-child(6) p {
        width: 122px;
    }
}

/* 検索窓 */
#body .h_toplist li:nth-child(6) .src_box {
    width: 100%;
}

@media only screen and (max-width: 1149px) {
    #body .h_toplist li:nth-child(6) .src_box {
        width: 235px;
    }
}

#body .h_toplist li:nth-child(6) .src_box .q {
    width: calc(100% - 60px) !important;
    height: 30px !important;
    border: 1px solid #0b8035 !important;
    border-radius: 4px 0 0 4px;
}

/* 検索ボタン */
.h_toplist li:nth-child(6) .src_box #search_button {
    padding: 5px 10px;
    width: 60px;
    min-height: 30px;
    background: #0b8035;
    border: 1px solid #0b8035;
    border-radius: 0 4px 4px 0;
}

/* ▲ 【PC時】サイト内検索 ▲ */

/* ▲▲ 【PC時】ユーティリティ ▲▲ */

/* 言語選択 */
.language {
    position: relative;
}

.lang_btn {
    margin: 0;
}

.lang_btn a {
    background: #fff;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 2px;
    text-decoration: none;
    padding: 4px 10px;
    letter-spacing: 0;
    transition: all 0.2s;
}

.lang_btn a:hover {
    background: #efefef;
    transition: all 0.2s;
}

.language>div {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(255, 255, 255);
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0;
    width: 100%;
    z-index: 100;
    border-radius: 0 0 4px 4px;
}

.lang_list li {
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 0;
}

.h_top .h_toplist .lang_list li a {
    display: inline-block;
    padding: 2px;
    text-align: center;
    width: 100%;
    border: none;
}

.h_top .lang_btn.close a {
    padding: 2px 6px 2px 20px;
    position: relative;
    border-radius: 0 0 4px 4px;
    border: none;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.lang_btn.close a::before,
.lang_btn.close a::after {
    content: '';
    background: #3B4043;
    height: 1px;
    width: 12px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: 0;
    transform: rotate(-45deg);
}

.lang_btn.close a::after {
    transform: rotate(45deg);
}

/* 検索ボックス */
.h_main .src_box {
    width: 38%;
    margin: 0 0 0 auto;
}

.src_box .q {
    float: left;
    width: calc(100% - 80px) !important;
    margin: 0;
    height: 40px !important;
    padding: 0 6px !important;
    border: 1px solid #aaa !important;
    border-right: none;
}

.h_main .src_box #search_button,
.src_box #search_button_sp {
    width: 80px;
    min-height: 40px;
    margin: 0;
    padding: 0;
    background: #007bbb;
    color: #fff;
    font-size: 80%;
    cursor: pointer;
    border: 1px solid #aaa;
    border-left: none;
    white-space: normal;
    border-radius: 0;
    display: block;
}

.h_main .src_box #search_button:hover,
.src_box #search_button_sp:hover {
    background: #006fab;
}

@media only screen and (max-width: 1024px) {
    .h_main .src_box {
        display: none;
    }

    .src_box #search_button_sp {
        width: 54px;
    }
}

/**** ▼▼▼▼ グローバルナビ ▼▼▼▼ ****/
.g_navi {
    position: relative;
    margin-top: 50px;
    width: 100%;
    letter-spacing: 0.1em;
}

.g_navi_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.g_navi_in>li {
    display: flex;
    margin: 0;
    padding: 8px;
    width: calc(100% / 6);
}

@media only screen and (max-width: 768px) {
    .g_navi_in>li {
        width: calc(100% / 3);
    }
}

@media only screen and (max-width: 480px) {
    .g_navi_in>li {
        margin-top: 12px;
        width: 50%;
    }

    .g_navi_in>li:nth-child(1),
    .g_navi_in>li:nth-child(2) {
        margin-top: 0;
    }
}

.g_navi_in>li>a {
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    font-size: 120%;
    padding-top: 36px;
    padding-bottom: 6px;
    width: 100%;
    transition: all 0.3s;
    color: #000;
}

.g_navi_in>li>a:hover,
.g_navi_in>li.active>a {
    color: #0B8035;
}

.g_navi_in>li>a::before {
    position: absolute;
    top: 0;
    left: calc(50% - 15px);
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

/* ホーム */
.g_navi_in>li:nth-child(1)>a::before {
    background-image: url(img/tourism/gnavi01.png);
}

.g_navi_in>li:nth-child(1)>a:hover::before,
.g_navi_in>li.active:nth-child(1)>a::before {
    background-image: url(img/tourism/gnavi01h.png);
}

/* スポット */
.g_navi_in>li:nth-child(2)>a::before {
    background-image: url(img/tourism/gnavi02.png);
}

.g_navi_in>li:nth-child(2)>a:hover::before,
.g_navi_in>li.active:nth-child(2)>a::before {
    background-image: url(img/tourism/gnavi02h.png);
}


/* モデルコース */
.g_navi_in>li:nth-child(3)>a::before {
    background-image: url(img/tourism/gnavi03.png);
}

.g_navi_in>li:nth-child(3)>a:hover::before,
.g_navi_in>li.active:nth-child(3)>a::before {
    background-image: url(img/tourism/gnavi03h.png);
}

/* 文化・歴史 */
.g_navi_in>li:nth-child(4)>a::before {
    left: calc(50% - 16px);
    width: 32px;
    height: 32px;
    background-image: url(img/tourism/gnavi04.png);
}

.g_navi_in>li:nth-child(4)>a:hover::before,
.g_navi_in>li.active:nth-child(4)>a::before {
    background-image: url(img/tourism/gnavi04h.png);
}

/* イベント */
.g_navi_in>li:nth-child(5)>a::before {
    background-image: url(img/tourism/gnavi05.png);
}

.g_navi_in>li:nth-child(5)>a:hover::before,
.g_navi_in>li.active:nth-child(5)>a::before {
    background-image: url(img/tourism/gnavi05h.png);
}

/* 観光マップ */
.g_navi_in>li:nth-child(6)>a::before {
    background-image: url(img/tourism/gnavi06.png);
}

.g_navi_in>li:nth-child(6)>a:hover::before,
.g_navi_in>li.active:nth-child(6)>a::before {
    background-image: url(img/tourism/gnavi06h.png);
}

/* 追従メニュー */
.clone-nav {
    background: rgba(255, 255, 255, 0.9);
    position: fixed !important;
    left: 0;
    top: 0;
    max-width: 100%;
    width: 100%;
    transition: .4s;
    transform: translateY(-170%);
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.is-show {
    transform: translateY(0);
}

.clone-nav .h_top_wrap {
    display: none;
}

.clone-nav .head_in {
    padding: 0 12px;
}

.clone-nav .h1 {
    flex-shrink: 0;
    width: 230px;
}

.clone-nav .h1 img {
    width: 170px;
}

.clone-nav .h1 .go_home {
    display: none;
}

.clone-nav .h_shien {
    font-size: 90%;
}

.clone-nav .g_navi_in>li a {
    font-size: 80%;
    padding-top: 6px;
    padding-bottom: 4px;
    letter-spacing: 0;
}

.clone-nav .src_box .q,
.clone-nav .head_in .src_box #search_button {
    height: 32px;
    vertical-align: top;
}

.clone-nav:focus-within {
    transform: translateY(0);
}

@media only screen and (max-width: 998px) {
    .clone-nav-in {
        flex-wrap: wrap;
        padding: 10px 0 0;
    }

    .clone-nav .h1 {
        padding: 0 12px 10px;
        width: auto;
    }

    .clone-nav .h1 img {
        width: 250px;
    }

    .clone-nav .g_navi_in {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .clone-nav {
        display: none;
    }
}

/**** ▲▲▲▲ グローバルナビ ▲▲▲▲ ****/

/**** ▼▼▼▼ スマホメニューに関するスタイル（ハンバーガーメニュー） ▼▼▼▼ ****/
#menu_button {
    position: absolute;
    top: 0;
    right: 12px;
}

#menu_button a {
    position: relative;
    background: #007bbb;

    font-size: 70%;
    display: inline-block;
    text-decoration: none;
    letter-spacing: -0.5px;
    text-align: center;
    padding-top: 34px;
    min-height: 54px;
    width: 54px;
    z-index: 2;
}

#menu_button a strong {
    color: #fff;
}

#menu_button a .icon_ham {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -15px;
    display: inline-block;
    background: #fff;
    height: 3px;
    width: 30px;
}

#menu_button a .icon_ham:before,
#menu_button a .icon_ham:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -15px;
    background: #fff;
    height: 3px;
    width: 30px;
}

#menu_button a .icon_ham:before {
    top: 8px;
}

#menu_button a .icon_ham:after {
    top: 16px;
}

@media print,
screen and (min-width: 1025px) {

    #menu_button,
    #lan_drop {
        display: none !important;
    }
}

#sidr {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 100%;
    background: #fff;
    border-left: 4px solid #007bbb;
    box-sizing: border-box;
    color: #333;
}

@media print,
screen and (min-width: 1025px) {
    #sidr {
        display: none !important;
    }
}

#sidr .sidr-inner {
    padding: 0 0 15px;
}

.sidr.right {
    left: auto;
    right: -260px;
}

#sidr .close {
    text-align: left;
    position: relative;
    padding: 0;
    margin: 0;
}

#sidr .close a {
    background: #007bbb;
    display: inline-block;
    color: #fff;
    padding: 14px 10px 14px 32px;
    position: relative;
    width: 100%;
}

#sidr .close a:before,
#sidr .close a:after {
    content: '';
    background: #fff;
    height: 2px;
    width: 16px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: 0;
    transform: rotate(-45deg);
}

#sidr .close a:after {
    transform: rotate(45deg);
}

#sidr .src_box {
    padding: 10px;
    border-bottom: 3px solid #007bbb;
}

#sidr ul {
    display: block;
    border-bottom: 3px solid #007bbb;
    margin: 0;
    padding: 0;
}

#sidr ul li {
    background: none;
    border-bottom: 1px solid #007bbb;
    display: block;
    text-align: left;
    margin: 0;
    padding: 0;
    position: relative;
}

#sidr ul li::before {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -4px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
}

#sidr ul li:last-child {
    border-bottom: none;
}

#sidr ul li a {
    display: inline-block;
    padding: 12px 24px 12px 12px;
    text-decoration: none;
    width: 100%;
}

#sidr ul li.mainsite {
    background: #e8f4f9;
    border-top: 2px solid #007bbb;
    font-size: 85%;
}

#sidr ul.sidr_navi_sub {
    display: flex;
}

#sidr ul.sidr_navi_sub li {
    border-bottom: 0;
    font-size: 85%;
    width: 50%;
}

#sidr ul.sidr_navi_sub li a {
    letter-spacing: -0.01em;
}

#sidr ul.sidr_navi_sub li:nth-child(odd) {
    border-right: 1px solid #007bbb;
}

/**** 支援機能 ****/
#sidr .side_shien {
    background: #e8f4f9;
}

#sidr ul.sidr_navi02 {
    border-bottom: 0;
    padding: 10px 10px 4px;
    display: flex;
    flex-wrap: wrap;
}

#sidr ul.sidr_navi02 li {
    border: 0;
    margin-right: 1.25%;
    margin-bottom: 6px;
    width: 24%;
}

#sidr ul.sidr_navi02 li:nth-of-type(4n) {
    margin-right: 0;
}

#sidr ul.sidr_navi02 li::before {
    display: none;
}

#sidr ul.sidr_navi02 li a {
    display: inline-block;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 4px;
    font-size: 70%;
    letter-spacing: -0.01em;
    padding: 6px 2px;
    text-align: center;
}

#sidr ul.sidr_navi03 {
    display: flex;
    border-top: 1px solid #bbb;
}

#sidr ul.sidr_navi03 li {
    border-bottom: 0;
    font-size: 85%;
    width: 50%;
}

#sidr ul.sidr_navi03 li:nth-child(odd) {
    border-right: 1px solid #bbb;
}

/**** ▲▲▲▲ スマホメニューに関するスタイル（ハンバーガーメニュー） ▲▲▲▲ ****/

/*********** フッター ***********/
.main_footer {
    background: #fff;
    overflow: hidden;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .main_footer {
        min-width: 100%;
    }
}

/**** マイページのスタイル ****/
.online_strage_a {
    margin-top: 20px;
    padding-bottom: 24px;
}

@media only screen and (max-width: 480px) {
    .online_strage_a {
        padding-bottom: 12px;
    }
}

.online_strage_a .mypage {
    margin: 0 auto;
    padding: 0;
    max-width: 1224px;
    width: 100%;
}

.online_strage_a .mypage_h2_wrapper {
    position: relative;
    padding-left: 16px;
    background-color: #0b8035;
    border-radius: 12px 12px 0 0;
}

.online_strage_a .mypage_title {
    float: left;
    color: #fff;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: -1;
}

.online_strage_a .mypage_h2_wrapper p {
    float: right;
}

.online_strage_a .mypage_contents {
    padding: 4px 16px 16px;
    background-color: #F2F0E9;
    border: 1px solid #0b8035;
    border-top: 0;
    border-radius: 0 0 12px 12px;
}

.online_strage_a .mypage_list li {
    display: inline-block;
    font-size: 85%;
    margin-right: 8px;
}

.online_strage_a .mypage_list li p.online_strage_title {
    background: #fff;
    border: 1px solid #ccc;
    padding: 2px 8px;
    margin: 0;
    border-radius: 4px;
}

.online_strage_a .online_strage button {
    background: #fff;
    color: #333;
    font-size: 68.75%;
    padding: 2px 4px;
    margin: 12px 8px 12px 0;
    vertical-align: bottom;
}

#body .online_strage_a .online_strage button[type="button"] {
    background: #fff;
    color: #2b3095;
    font-size: 75%;
    padding: 4px 6px;
}

#body .online_strage_a .online_strage button[type="button"]:hover {
    background: #efefef;
    color: #9f0000;
}

@media only screen and (max-width: 1024px) {
    .online_strage_a {
        padding: 0 10px 24px;
    }

    .online_strage_a .mypage {
        width: 100%;
    }
}

/**** ▼▼▼▼ ページの先頭へ戻る ▼▼▼▼ ****/
.foot_modori {
    margin-top: 50px;
    margin-bottom: 16px;
}

.foot_modori .modoriin {
    max-width: 1224px;
    width: 100%;
    margin: 0 auto;
    padding: 0 12px;
    text-align: right;
}

.foot_modori a {
    position: relative;
    display: flex;
    margin-left: auto;
    padding: 38px 11px 8px;
    max-width: 166px;
    width: 100%;
    min-height: 70px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0;
    background: #0b8035;
    border-radius: 4px;
}

.foot_modori a::before {
    position: absolute;
    top: 12px;
    left: calc(50% - 10px);
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(img/tourism/pagetop-white.png);
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) {
    .foot_modori {
        padding: 0 10px;
    }

    .foot_modori .modoriin {
        width: 100%;
    }
}

/**** ▲▲▲▲ ページの先頭へ戻る ▲▲▲▲ ****/

/**** ▼▼▼▼ メインフッター ▼▼▼▼ ****/
.foot_wrap {
    padding: 0;
    /*background: #FFFFE3;*/
}

.bg-foot {
    position: relative;
    background: #F2F0E9;
    z-index: 0;
}

.foot {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 30px 12px 70px;
    max-width: 1224px;
    width: 100%;
    z-index: 0;
}

.foot::before {
    position: absolute;
    bottom: 10px;
    left: 12px;
    display: block;
    content: "";
    width: 80px;
    height: 53px;
    background-image: url(img/tourism/foot-img.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.foot_link {
    margin-top: 12px;
}

.foot_link li {
    padding: 0;
    display: inline-block;
    position: relative;
    margin: 6px 12px 0;
}

.foot_link li::after {
    display: block;
    content: '';
    position: absolute;
    top: 10px;
    left: -16px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    transform: rotate(-45deg);
}

.foot_link li a {
    font-size: 87.5%;
}

.foot_id .address:first-child {
    margin-top: 0;
}

.foot_id .address:first-child span:first-child {
    margin-right: 16px;
    font-weight: bold;
}

.foot_id .address:first-child span.small {
    display: block;
}

.foot-box {
    margin: 0 auto 0 0;
    padding: 16px;
    width: 40%;
}

@media only screen and (max-width: 768px) {
    .foot-box {
        margin-bottom: 0;
        width: 100%;
    }
}

/* ▽▽ SNSグループ ▽▽ */
.foot .link_group {
    padding: 16px;
    width: 60%;
}

@media only screen and (max-width: 768px) {
    .foot .link_group {
        width: 100%;
    }
}

/*** ▽ フッタSNS ▽ ***/
.foot_sns {
    display: flex;
    flex-wrap: wrap;
}

.foot_sns li {
    margin-top: 18px;
    margin-right: 5%;
    width: 30%;
}

.foot_sns li:nth-child(3n) {
    margin-right: 0;
}

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

    .foot_sns li,
    .foot_sns li:nth-child(3n) {
        margin-top: 20px;
        margin-right: auto;
        width: 50%;
    }

    .foot_sns li:nth-child(2n) {
        margin-right: 0;
    }
}

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

    .foot_sns li,
    .foot_sns li:nth-child(3n) {
        margin-right: 0;
        width: 100%;
    }
}

.foot_sns a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.foot_sns .sns_text {
    display: inline-block;
    font-size: 75%;
    letter-spacing: 0.5px;
}

@media only screen and (max-width: 768px) {
    .foot_sns .sns_text {
        font-size: 87.5%;
    }
}

.foot_sns .sns_text span {
    display: inline-block;
    width: 100%;
}

.foot_sns .sns_text span.window {
    width: fit-content;
}

.foot_sns .sns_img {
    margin-right: 16px;
    width: 32px;
}

.foot_sns .sns_img img {
    max-width: none;
    width: 32px;
}

@media only screen and (max-width: 1024px) {
    .foot_sns .sns_img {
        margin-left: 20px;
        margin-right: 20px;
        width: 40px;
    }

    .foot_sns .sns_img img {
        width: 40px;
    }
}

/* △△ フッタSNS △△ */

/* ▽ リンク集 ▽ */
.foot .link_group .foot_link {
    margin-top: 12px;
}

.foot .link_group .foot_link a {
    font-size: 87.5%;
    letter-spacing: 0;
}

/* △ リンク集 △ */

/* △△ SNS・リンク集 △△ */

.foot .address {
    margin-top: 3px;
}

.foot .address a[href^="tel:"] {
    cursor: default;
    color: #222;
    text-decoration: none;
}

.foot_copy {
    position: relative;
    font-size: 85%;
    color: #fff;
    text-align: center;
    background: #0b8035;
}


.foot_copyin {
    position: relative;
    margin: 0 auto;
    padding: 8px 12px;
    max-width: 1224px;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .foot {
        width: 100%;
    }

    .foot_copyin {
        width: 100%;
    }

    .foot .address a[href^="tel:"] {
        cursor: pointer;
        color: #2b3095;
        text-decoration: underline;
    }
}

/**** ▲▲▲▲ メインフッター ▲▲▲▲ ****/

/**** アコーディオンのスタイル ****/
.ac_display {
    display: none;
}

@media print,
screen and (min-width: 1025px) {
    .ac_box {
        pointer-events: none !important;
    }

    .ac_box+div {
        display: block !important;
    }
}

@media only screen and (max-width: 1024px) {
    .ac_box h2 {
        padding-right: 72px;
    }

    .ac_display {
        display: inline-block;
        position: absolute;
        top: 50%;
        margin: -14px 0 0;
        right: 12px;
        font-size: 72%;
        background: #fff;
        border: 1px solid #ccc;
        z-index: 100;
    }

    .ac_display a {
        display: inline-block;
        position: relative;
        text-decoration: none;
        padding: 4px 4px 4px 18px;
    }

    .ac_display::before,
    .ac_display::after {
        content: '';
        background: #555;
        position: absolute;
        left: 4px;
        top: 11px;
        height: 2px;
        width: 10px;
    }

    .ac_display::after {
        transform: rotate(90deg);
    }

    .ac_box+div {
        display: none;
    }

    .ac_box {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .ac_box.active p::after {
        display: none;
    }
}

/**** RSSアイコンのスタイル ****/
a.rss_icon,
a.rss_icon2 {
    background: #FF8F21;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 1px #b45c00, -1px 1px 1px #b45c00, 1px -1px 1px #b45c00, -1px -1px 1px #b45c00, 1px 0 1px #b45c00, 0px 1px 1px #b45c00, -1px 0 1px #b45c00, 0 -1px 1px #b45c00;
    vertical-align: middle;
    padding: 5px 5px 5px 7px;
    line-height: 1.1;
    position: relative;
    vertical-align: middle;
}

a.rss_icon {
    font-size: 90%;
}

a.rss_icon2 {
    font-size: 68.75%;
    padding: 3px 28px 1px 6px;
}

a.rss_icon2 span {
    display: block;
}

a.rss_icon img {
    margin-left: 4px;
    margin-top: -3px;
    height: auto;
    width: 16px;
    vertical-align: middle;
}

a.rss_icon2 img {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 6px;
    height: auto;
    width: 16px;
    vertical-align: middle;
}

/************ ▼▼▼▼▼▼▼▼▼▼▼▼ モーダル式ハンバーガーメニュー ▼▼▼▼▼▼▼▼▼▼▼▼ ************/


/******** ▼▼▼▼▼▼▼▼ ハンバーガーメニュー部分 ▼▼▼▼▼▼▼▼ ********/
.burger_menu {
    position: fixed;
    top: 12px;
    right: 12px;
    margin-top: 0;
    z-index: 1001;
}

.burger_menu .menu_button {
    position: relative;
    padding: 44px 8px 2px;
    width: 66px;
    min-height: 66px;
    background-image: url(img/tourism/bg-menu.png);
    background-size: 66px;
    border-radius: 4px;
}


/**** ▼▼▼▼ 三本線 ▼▼▼▼ ****/
.burger_menu .menu_button .icon_ham,
.burger_menu .menu_button .icon_ham::before,
.burger_menu .menu_button .icon_ham::after {
    position: absolute;
    width: 50px;
    height: 5px;
    background: #fff;
    transition-duration: 0.5s;
}

.burger_menu .menu_button .icon_ham {
    top: 10px;
    left: 8px;
}

.burger_menu .menu_button .icon_ham::before,
.burger_menu .menu_button .icon_ham::after {
    left: 0;
    display: block;
    content: "";
}

.burger_menu .menu_button .icon_ham::before {
    top: 12px;
}

.burger_menu .menu_button .icon_ham::after {
    top: 24px;
}


/* アクティブ時 */
.burger_menu.menu-active .menu_button .icon_ham {
    background: none;
}

.burger_menu.menu-active .menu_button .icon_ham::before,
.burger_menu.menu-active .menu_button .icon_ham::after {
    top: 12px;
    left: 2px;
    width: 45px;
}

.burger_menu.menu-active .menu_button .icon_ham::before {
    transform: rotate(45deg);
}

.burger_menu.menu-active .menu_button .icon_ham::after {
    transform: rotate(-45deg);
}

/**** ▲▲▲▲ 三本線 ▲▲▲▲ ****/

.burger_menu .menu_button strong.menu_text {
    font-size: 88%;
    font-weight: bold;
    color: #fff;
}

/******** ▲▲▲▲▲▲▲▲ ハンバーガーメニュー部分 ▲▲▲▲▲▲▲▲ ********/

/******** ▼▼▼▼▼▼▼▼ コンテンツ部分 ▼▼▼▼▼▼▼▼ ********/
.burger_container {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    background: rgba(239, 252, 237, 0.9);
    overflow: auto;
    z-index: 1000;
}

.burger_content {
    margin: 100px auto 0;
    padding: 0 12px 24px;
    max-width: 1224px;
    overflow-y: auto;
}

.clone-nav {
    display: none !important;
}

/**** ▼▼▼▼ 検索ゾーン ▼▼▼▼ ****/
.burger_content .src_zone {
    display: none;
}

@media only screen and (max-width:1024px) {
    .burger_content .src_zone {
        display: block;
    }

}

.burger_content .src_zone ul {
    display: flex;
    flex-wrap: wrap;
}

.burger_content .src_zone ul li {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    width: 100%;
}

/** ▼▼ サイト内検索 ▼▼ **/
.burger_content .src_zone ul li p {
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 10px;
    padding-left: 32px;
    max-width: 150px;
    width: 100%;
    font-weight: bold;
    background-image: url(img/tourism/icon-src.png);
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: left center;
}

@media only screen and (max-width:480px) {
    .burger_content .src_zone ul li p {
        margin-bottom: 6px;
        max-width: none;
    }
}

.burger_content .src_zone ul li .src_box {
    width: calc(100% - 150px);
}

@media only screen and (max-width:480px) {
    .burger_content .src_zone ul li .src_box {
        width: 100%;
    }
}

#body .burger_content .src_zone form {
    display: flex;
    flex-wrap: wrap;
}

#body .burger_content .src_zone input[type="text"] {
    width: calc(100% - 80px);
    height: 40px;
    border: 2px solid #0b8035 !important;
    border-radius: 4px 0 0 4px;
}

header .burger_content .src_zone .src_box #search_button_sp {
    width: 80px;
    min-height: 40px;
    background: #0b8035;
    border: 2px solid #0b8035;
    border-radius: 0 4px 4px 0;
}

/** ▲▲ サイト内検索 ▲▲ **/

/**** ▲▲▲▲ 検索ゾーン ▲▲▲▲ ****/

/**** ▼▼▼▼ Language ▼▼▼▼ ****/

header .burger_content .utility_language {
    display: none;
}

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

    header .burger_content .utility_language {
        position: relative;
        display: block;
        margin-top: 20px;
    }

    header .burger_content .utility_language a.id_btn_open {
        display: block;
        margin: 0 auto;
        padding: 3px 5px 4px 30px;
        font-weight: bold;
        max-width: 130px;
        width: 100%;
        text-decoration: none;
        background-color: #fff;
        background-image: url(img/tourism/icon-lang.png);
        background-size: 20px;
        background-position: 3px center;
        background-repeat: no-repeat;
        border: 1px solid #0b8035;
        border-radius: 4px;
    }

    header .burger_content .utility_language .language_box {
        position: absolute;
        top: calc(100% + 4px);
        right: 0;
        display: none;
        width: 130px;
        padding: 3px 10px 7px;
        font-size: 87.5%;
        background: #EFFCED;
        border: 1px solid #0b8035;
        border-radius: 4px;
        z-index: 1;
    }

    header .burger_content .utility_language .language_box .id_btn_close a {
        display: block;
        margin-left: auto;
        padding: 0 3px;
        width: fit-content;
        min-height: auto;
        text-decoration: none;
        background-image: none;
        border: 1px solid #0b8035;
        border-radius: 4px;
    }
}

/**** ▲▲▲▲ Language ▲▲▲▲ ****/

/**** ▼▼▼▼ t ▼▼▼▼ ****/
header .burger_content .src_zone .id_src_box div p {
    margin-top: 6px;
    margin-bottom: 0;
    padding-left: 0;
    font-weight: normal;
    background-image: none;
}

/**** ▲▲▲▲ t ▲▲▲▲ ****/

/**** ▼▼▼▼ ユーティリティ ▼▼▼▼ ****/
header .burger_content .h_top .h_toplist {
    justify-content: flex-start;
    width: calc(100% - 210px);
}

@media only screen and (max-width: 480px) {
    header .burger_content .h_top .h_toplist {
        margin-top: 12px;
        width: 100%;
    }

    header .burger_content .h_top .h_toplist li {
        width: auto;
    }
}

/**** ▲▲▲▲ ユーティリティ ▲▲▲▲ ****/

/**** ▼▼▼▼ 閉じる ▼▼▼▼ ****/
.burger_content .close_area {
    text-align: right;
}

.burger_content .close_area button.menu_close {
    font-size: 100%;
    background: #0b8035;
}

/**** ▲▲▲▲ 閉じる ▲▲▲▲ ****/

/******** ▲▲▲▲▲▲▲▲ コンテンツ部分 ▲▲▲▲▲▲▲▲ ********/

/************ ▲▲▲▲▲▲▲▲▲▲▲▲ モーダル式ハンバーガーメニュー ▲▲▲▲▲▲▲▲▲▲▲▲ ************/

/************ ▲▲▲▲▲▲▲▲▲▲▲▲ モーダル式ハンバーガーメニュー ▲▲▲▲▲▲▲▲▲▲▲▲ ************/