@charset "UTF-8";
html{
    scroll-padding-top: 100px;
}

body{
    overflow-wrap: break-word;
    word-break: normal;
    line-break: strict;
}

.body_top{
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    grid-template-columns: 100%;
    min-height: 100vh;
    margin: 0;
    color: #222222;
    font-family: sans-serif;
}

.body_each{
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 100%;
    min-height: 100vh;
    margin: 0;
    color: #222222;
    font-family: sans-serif;
}

.w-container{
    width: min(92%, 1166px);
    margin: 0 auto;
    line-height: 1.8;
}

.anchor{
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.guide_a{
    display: inline; /* inline-block */
    overflow-wrap: break-word;
/*    word-break: break-all;*/
    max-width: 100%;
    text-decoration: none;
    color: #1e90ff;
    cursor: pointer;
}

.guide_a:hover{
    color: #ff4500;
}

.guide_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.guide_flex_start{
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}

.guide_flex_align{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.guide_flex_nowrap{
    display: flex;
    align-items: center;
}

.guide_flex_justify{
    display: flex;
    justify-content: center;
}

.gap_5{
    gap: 5px;
}

.gap_10{
    gap: 10px;
}

.gap_15{
    gap: 15px;
}

.flex_column{
    flex-direction: column;
}

.display_block{
    display: block;
}

a{
    text-decoration: none;
    display: inline-block;
}

.a_dec{
    color: #1e90ff;
}

.a_dec:hover{
    color: #ff4500;
}

.pad_top_20{
    padding-top: 20px;
}

.pad_right_5{
    padding-right: 5px;
}

.mar_top_10{
    margin-top: 10px;
}

.mar_top_20{
    margin-top: 20px;
}

.mar_top_30{
    margin-top: 30px;
}

.mar_top_55{
    margin-top: 55px;
}

.mar_top_60{
    margin-top: 60px;
}

.mar_left_10{
    margin-left: 10px;
}

.mar_bottom_10{
    margin-bottom: 10px;
}

.mar_bottom_20{
    margin-bottom: 20px;
}

.mar_bottom_30{
    margin-bottom: 30px;
}

.point_icon{
    color: #ff0000;
    font-size: clamp(16px, 2vw, 18px);
    margin-right: 10px;
}

.close_icon{
    font-size: clamp(16px, 2vw, 18px);
    padding-top: 2px;
}

.font_bold{
    font-weight: bold;
}

.font_black{
    color: #000;
}

.font_red{
    color: #dc143c;
}

.font_green{
    color: #228b22;
}

.lib_mail{
    font-size: clamp(14px, 2vw, 16px);
}

.mark{
    background: linear-gradient(transparent 60%, #ff6 60%);
}

.guide_frame{
    padding: 10px;
    margin: 0 0 15px;
    border: 3px solid #ffd700;
    border-radius: 10px;
    width: fit-content;
    max-width: 100%;
    font-size: clamp(12px, 2vw, 14px);
}

.img_wrap{
    text-align: center;
}

.img_deco{
    width: 500px;
    max-width: 100%;
}

.img_deco.tiny{
    width: 200px;
}

.img_deco.small{
    width: 300px;
}

.img_deco.middle{
    width: 400px;
}

.img_deco.big{
    width: 700px;
}

.icon_thumb{
    width: 15%;
    margin-right: 10px;
}

.icon_text{
    width: calc(85% - 10px);
    font-size: clamp(13px, 2vw, 15px);
}

.hr100{
    border: 0;
    border-top: 2px dotted #000;
    width: 100%;
    text-align: left;
    margin-left: 0;
}
.hr50{
    border: 0;
    border-top: 2px dotted #000;
    width: 50%;
    text-align: left;
    margin-left: 0;
}

.vertical_mid{
    vertical-align: middle;
}

.align_center{
    text-align: center;
}

.align_left{
    text-align: left;
    display: inline-block;
}

.bullet_points{
    color: #228b22;
    font-weight: bold;
    font-size: 1.1rem;
}

.indent2{
    margin-left: 2em;
    text-indent: -2em;
}

.indent_pa3{
    padding-left: 3em;
    text-indent: -3em;
}

.indent_pa5{
    padding-left: 5em;
    text-indent: -5em;
}

/** 角丸ボタン **/
.roundedBtn{
    display: inline-block;
    width: 85px;
    max-width: 100%;
    padding: 3px 0px;
    background-color:#3cb371; /*#6b8e23*/
    border: 2px solid transparent;
    border-bottom-color: #2e8b57; /*#808000*/
    border-radius: 5px;
    color: #fff8dc;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: .25s;
    cursor: pointer;
}

.roundedBtn.fixed{
    font-size: clamp(12px, 2vw, 14px);
    width: fit-content;
    background-color:#fff;
    color: #2ca9e1;
    border-color: #2ca9e1;
    padding: 5px;
    outline: none; /* focusするときはコメントアウト */
    appearance: none;
}

.roundedBtn.fixed:hover{
    background-color:#2ca9e1;
    color: #fff;
    border-color: #2ca9e1;
}

.roundedBtn.fixed:focus{
/*    outline: 2px solid #ffec47;
    border-radius: 10px;
    box-shadow: 0 0 15px 3px rgba(124, 252, 0, 0.8);*/
}

/* DAISY図書ボタン */
.book_btn{
  font-size: clamp(14px, 1.5vw, 18px);;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #ef6c00; /* #EF6C00 */
  background-color: #ffefd5cc; /* #EF6C001a */
/*  border: 5px solid #ff8f00;*/
  border-radius: 0.5rem;
}

.book_btn.btn__cubic:hover {
  margin-left: 3px;
  border-right: 6px solid #ff8c00;
}

.book_btn.btn__radius {
  border-radius: 100vh;
}

/* サンプルボタン */
.guide_sample_btn{
    display: inline-block;
    width: fit-content;
    max-width: 100%;
    padding: 5px 5px 0;
    font-size: 14px;
    font-weight: bold;
    background-color: #f5fcff66;
    border: 2px solid #00aa3c;
    border-radius: 10px;
    text-align: center;
    color: #0f5cd6;
    cursor: pointer;
    transition: .25s;
    outline: none;
    margin: 10px;
}

.guide_sample_btn a{
    text-decoration: none;
    color: #0f5cd6;
}

.guide_sample_btn:visited,
.guide_sample_btn:focus,
.guide_sample_btn:hover{
    background-color: #ffb6c133;
}

.list_inside{
    list-style-position: inside;
}

ul li::marker,
ol li::marker {
    font-weight: bold;
    color: #228b22;
}

/* 箇条書き */
ol.first-layer{
    counter-reset: num_f;
}
.first-layer li{
    counter-increment: num_f;
    list-style-type: none;
    list-style-position: inside;
}
.first-layer li:before{
    display: marker;
    content: counter(num_f)". ";
    font-weight: bold;
    color: #228b22; /* #0f5cd6 */
}
ol.second-layer{
    counter-reset: num_s;
}
.second-layer li{
    counter-increment: num_s;
    list-style-type: none;
    list-style-position: inside;
/*    margin-left: 1rem;*/
}
.second-layer li:before{
    display: marker;
    content: counter(num_f)'-' counter(num_s)". ";
    font-weight: bold;
    color: #228b22; /* #0f5cd6 */
}

/**
* main
**/
.main-wapper {
    display: flex;
    font-size: clamp(14px, 2vw, 16px);
}

.main {
    padding: 2rem 4rem;
    width: 70%;
}

#side{
    width:25%;
}

.aside{
    position: sticky;
    top: 100px;
    margin-bottom: 20px;
}

.main_ul{
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.main_ul.green{
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));/* minmax(274px, 1fr) */
}

.item_btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding: 0.5rem 0.5rem;
    font-size: clamp(12px, 2vw, 16px);
    font-weight: bold;
    letter-spacing: 0.1rem;
    background-color: #fafcff;
    border: 2px solid #0f5cd6;
    border-radius: 10px;
    text-align: center;
    color: #0f5cd6;
    cursor: pointer;
    transition: .25s;
    outline: none;
    margin: 10px;
}

/*.item_btn{
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 1;
    justify-content: center;
    max-width: 100%;
    padding: 0.5rem 0.5rem;
    font-size: clamp(12px, 2vw, 16px);
    font-weight: bold;
    letter-spacing: 0.1rem;
    background-color: #fafcff;
    border: 2px solid #0f5cd6;
    border-radius: 10px;
    color: #0f5cd6;
    cursor: pointer;
    transition: .25s;
    outline: none;
    margin: 10px;
}*/

.item_btn a{
    text-decoration: none;
    color: #0f5cd6;
}

.item_btn:visited{
    background-color: #fafcff;
}

.item_btn:hover{
    background-color: #ffff0033;
}

.item_btn.green:visited,
.item_btn.green:focus,
.item_btn.green:hover{
    background-color: #98fb9833;
}

.item_btn_small{
    padding: 0 0.5rem;
    font-size: clamp(12px, 2vw, 14px);
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-align: center;
    background-color: #fafcff;
    border: 2px solid #0f5cd6;
    border-radius: 10px;
    color: #0f5cd6;
    cursor: pointer;
    transition: .25s;
    outline: none;
    margin: 10px;
}

.item_btn_small a{
    text-decoration: none;
    color: #0f5cd6;
}

.item_btn_small:visited{
    background-color: #fafcff;
}

.item_btn_small:hover{
    background-color: #ffff0033;
}

.item_menu{
    display: inline-block;
    width: auto;
    max-width: 100%;
    padding: 0.5rem;
    font-size: clamp(12px, 2vw, 16px);
    font-weight: bold;
    letter-spacing: 0.1rem;
    background-color: #fafcff;
    border: 2px solid #0f5cd6;
    border-radius: 10px;
    text-align: center;
    color: #0f5cd6;
    cursor: pointer;
    transition: .25s;
    outline: none;
    margin: 10px;
}

.item_menu a{
    text-decoration: none;
    color: #0f5cd6;
}

.item_menu:visited{
    background-color: #fafcff;
}

.item_menu:hover{
    background-color: #98fb9833;
}

/**
* メニュー紹介
**/
.info_wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.info_close_area{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.overlay_info_close{
    background: #007bbb;
    font-family: sans-serif;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    border: solid 2px #007bbb;
    margin-top: 30px;
    padding: 3px 10px 3px;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.overlay_info_close:hover{
    border: solid 2px #b22222;
    background: #fff;
    color: #b22222;
}

.overlay_info_close:focus{
    outline: 2px solid #ffec47;
    border-radius: 10px;
    box-shadow: 0 0 15px 3px rgba(124, 252, 0, 0.8);
}

#info_menu::backdrop{
    background-color: #f5f5f5;
}

/* メニュー説明 */
.align-container {
    font-size: clamp(12px, 2vw, 14px);
}

.item {
    display: flex;
    margin-bottom: 0.5em;
}

.number {
    width: 2em;
    flex-shrink: 0;
}

.title {
    width: 7em;
    flex-shrink: 0;
    font-weight: bold;
    text-align: right;
    padding-right: 0.5em;
}

.description {
    flex-grow: 1;
}

/**
* header
**/
.guide_header{
    margin-top: 55px;
    padding: clamp(45px, 6vw, 80px) 0;
    background-image: url("../img/top_background.png");
    background-size: cover;
}

.guide_container{
    width: min(92%, 1166px);
    margin: auto;
    position: relative;
}

.info_container{
    flex: 1;
}

.site_btn{
    display: inline-block;
    width: 175px;
    max-width: 100%;
    padding: 5px 0px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    background-color: #00aa3c0d;
    border: 3px solid #00aa3c;
    border-radius: 10px;
    text-align: center;
    color: #0f5cd6;
    cursor: pointer;
    transition: .25s;
    outline: none;
    margin: 10px;
}

.site_btn a{
    text-decoration: none;
    color: #0f5cd6;
}

.site_btn:visited,
.site_btn:focus,
.site_btn:hover{
    background-color: #ffd90033;
}

.title_container{
    flex: 2;
    position: relative;
}

.guide_decoration{
    margin: 0 auto;
    font-size: clamp(12px, 2vw, 25px);
    min-height: 0vw;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    color: #0f5cd6;
    padding: 0.5rem clamp(0.5rem, 1vw, 1rem);
    background-color: #00aa3c;
    margin-bottom: 20px;
    width: 70%;
    min-width: 190px;
    max-width: 100%;
}

.banner_wrap{
    width: fit-content;
    margin: 0 auto;
}

.banner_font1{
    color: #fff;
}

.banner_font2{
    color: #fafc01;
    font-weight: bold;
}

.h1_font{
    font-size: clamp(30px, 4.1vw, 55px);
    min-height: 0vw;
    text-align: center;
    line-height: 1.5;
    color: #0f5cd6;
    display: flex;
    justify-content: center;
    align-items: end;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.h1_font rt{
    font-size: 1.2rem;
    font-weight: bold;
    color: #00aa3c;
    text-shadow: none;
    margin-bottom: .1em;
    transform: translateY(-.1em);
}

.free_text{
    color: #707070;
    font-size: clamp(16px, 2vw, 18px);
    color: #0f5cd6;
}

/* Google シートや地図用 */
.guide_map{
    position: relative;
    max-width: 500px;
    margin: auto;
}

.guide_map::before{
    content: "";
    display: block;
    padding-top: 56.25%;
}

.guide_map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**
* footer
**/
.footer_wrap{
    background-color: #f5fcff;
}

.guide_footer{
    width: min(92%, 1166px);
    margin: auto;
    position: relative;
    padding: 4rem 0 1rem;
    color: #707070;
    font-size: 13px;
}

.guide_footer-container{
    display: grid;
    gap: 20px;
    justify-items: center;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
}

.guide_footer-container > .guide_footer-site{
    margin-bottom: 10px;
}

.footer-site{
    display: flex;
    align-items: center;
    gap: 10px;
}

.guide_footer-container > *:not(.guide_footer-sns){
     justify-self: start;
}

.guide_footer-container > .guide_footer-sns{
    grid-column: 2;
    grid-row: 1/3;
    justify-self: end;
    align-self: start;
    margin: 0;
    padding: 0;
    list-style: none;
}

.guide_footer-menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.guide_footer-copy{
    margin-top: 20px;
    text-align: center;
}

/**
* ナビゲーション
**/
.centered{
    text-align: center;
}

.bl_hambg_inner{
    display: none;
}

.nav_btn{
    display: none;
}

.ly_header_inner{
    position: fixed;
    top: 0%;
    left: 50%;
    width: 100%;
    height: 60px;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: calc(infinity);
}

/** タブナビゲーション **/
.bl_tabNav_inner{
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -10px;
    padding-left: 0px;
}

.bl_tabNav_inner li, .menu__third{
    list-style: none;
}

.bl_tabNav_inner > li > a{
    display: inline-block;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
    margin-bottom: 10px;
    border-bottom: 4px solid #efefef;
    color: #777;
    text-decoration: none;
    transition: .25s;
}

.bl_tabNav_inner > li > a:hover{
    border-bottom-color: currentColor;
    color: #00aa3c;
}

.bl_tabNav_inner > li > a.border_none{
        border-bottom: none;
}

/*ナビ子階層:1層目*/
.bl_tabNav_inner > li.menu__single{
    position: relative;
}

.menu__single > a.open{
    border-bottom-color: #00aa3c;
    color: #00aa3c;
}

.menu__single > a.open::after{
    border-top-color: #00aa3c;
    color: #00aa3c;
}

.menu__single > a:visited{
    border-bottom: 4px solid #efefef;
    color: #777;
}

.menu__mark::after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    border: 6px solid transparent;
    border-top-color: #696969;
    vertical-align: middle;
}

li.menu__single ul.menu__second{
    position: absolute;
    top: 50px;
    padding: 0;
    width: 100%;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    display: none;
    background-color: #f0fff0; /*#f0f8ff*/
}

li.menu__single ul.menu__second.orange{
    width: 130px;
    background-color: #ffffe0;
}

li.menu__single ul.menu__second.orange2{
    width: 200px;
    background-color: #ffffe0;
}

.menu__second > li > a{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 5px 5px 10px;
    margin-bottom: 5px;
    color: #777;
    text-decoration: none;
    transition: .1s;
    border-bottom: 0px;
}

.menu__second > li > a:focus,
.menu__second > li > a:hover{
    color: #0000cd;
    font-weight: bold;
}

.menu__second.orange > li > a:focus,
.menu__second.orange > li > a:hover{
    color: #ff8c00;
    font-weight: bold;
}

.menu__second.orange2 > li > a:focus,
.menu__second.orange2 > li > a:hover{
    color: #ff8c00;
    font-weight: bold;
}

/* 吹き出し */
.balloon{
    position: relative;
    padding: 0px;
}

.balloon::before{
    content: '';
    position: absolute;
    left: 20px;
    top: -15px;
    display: block;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f0fff0; /* #f0f8ff */
    border-left: 15px solid transparent;
}

.triangle{
    position: relative;
    padding: 0px;
}

.triangle::before{
    content: '';
    position: absolute;
    left: 20px;
    top: -15px;
    display: block;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ffffe0;
    border-left: 15px solid transparent;
}

/**
* 見出し
**/
.index_one{
    font-size: clamp(18px, 2vw, 40px);
    background: #fffacd;
    border: 2px solid #ffd700;
    border-radius: 10px;
    text-align: center;
    color: #808080;
    width: 85%;
    margin: 0 auto;
}

.index_two{
    font-size: clamp(14px, 2vw, 20px);
    background: #f0fff0;
    border: 2px solid #90ee90;
    border-radius: 10px;
    text-align: center;
    color: #808080;
    width: 85%;
    margin: 0 auto;
}

.index_three{
    font-size: clamp(14px, 2vw, 18px);
    font-weight: bold;
    color: #808080;
/*    border: 2px solid #90ee90;
    border-radius: 10px;
    text-align: center;
    width: 60%;
    margin: 0 auto;*/
}

/**
* 戻るボタン
**/
.gotop{
    display: none;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #999;
    border-radius: 50%;
    padding-top: 30px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 85%;
    text-decoration: none;
    color: #333;
    opacity: 0.5;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
}
.gotop::before{
    content: "";
    display: block;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    width: 25%;
    height: 25%;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}
.gotop:hover{
    opacity: 1;
}

@media screen and (max-width: 1156px){
    .guide_flex_start{
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 960px){
    #enlarge,
    .img_menu{
        display: none;
    }

    .guide_header{
        margin-top: 0px;
    }

    .ly_header_inner{
        display: none;
    }

    .nav_btn{
        display: block;
    }

    .nav_btn {
        margin: 0;
        padding: 3px;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: inherit;
        vertical-align: middle;
        text-align: inherit;
        font: inherit;
        -webkit-appearance: none;
        appearance: none;
        position: fixed;
        top: 15px;
        left: 15px;
        width: 35px;
        height: 35px;
        z-index: calc(infinity);
/*        z-index: 10;*/
        cursor: pointer;
    }

    .bl_hambg_inner {
        position: fixed;
        left: -70%;
        display: flex;
        flex-direction: column;
        transition: .3s;
        list-style: none;
        z-index: 10;
        font-size: 13px;
    }

    .menu__second2, .menu__third2{
        list-style: none;
    }

    .bl_hambg_inner > .menu__single2 > a{
        width: 100%;
        line-height: 2;
        display: inline-block;
        margin-left: 40px;
        text-decoration: none;
        color: #696969;
        border-bottom: 0px;
    }

    .bl_hambg_inner > .menu__single2 > a:hover{
        color: #00aa3c;
    }

    .bl_hambg_inner > .menu__single2 > a.open{
        color: #00aa3c;
    }

    .bl_hambg_inner > .menu__single2 > a.open::after{
        border-left-color: #00aa3c;
    }

    .bl_hambg_inner > .menu__single2 > a.open:visited{
        color: #696969;
    }

    .bl_hambg_inner > .menu__single2 > a.open:hover{
        color: #00aa3c;
    }

    .menu__mark2::after{
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 5px;
        border: 6px solid transparent;
        border-left-color: #696969;
        vertical-align: middle;
    }

    .btn_line {
        display: block;
        position: relative;
        width: 100%;
        height: 3px;
        background-color: #00bfff;
        transition: .2s;
    }

    .btn_line::before,
    .btn_line::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #00bfff;
        transition: .5s;
    }
    .btn_line::before {
        transform: translateY(-11px); /* -12px */
    }
    .btn_line::after {
        transform: translateY(11px); /* 12px */
    }

    .bl_hambg_inner.open {
        left: -30px;
        background-color: #fef4f4;
    }

/***** メニューオープン時 *****/
    .btn_line.open {
        background-color: transparent;
    }
    .btn_line.open::before ,
    .btn_line.open::after {
        content: "";
        background-color: #00bfff;
        transition: .2s;
    }
    .btn_line.open::before {
        transform: rotate(45deg);
    }
    .btn_line.open::after {
        transform: rotate(-45deg);
    }

/*ナビ子階層：1層*/
    .bl_hambg_inner > li.menu__single2{
        position: relative;
    }

    .bl_hambg_inner > li.menu__single2 ul.menu__second2{
        position: absolute;
        top: 0px;
        left: 109px; /* 150px */
        padding: 0px;
        width: 120px;
        -webkit-transition: all .1s ease;
        transition: all .1s ease;
        display: none;
        background-color: #f0fff0; /* #f0f8ff */
        z-index: 100;
    }

    .bl_hambg_inner > li.menu__single2 ul.menu__second2.orange{
        background-color: #ffffe0;
}

    .menu__second2 > li {
        padding: 0;
    }

    .menu__second2 > li > a{
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 5px 5px 5px 20px;
        color: #696969;
        text-decoration: none;
        transition: .1s;
        font-size: 13px;
        border-bottom: 0px;
    }

    .menu__second2 > li > a:focus,
    .menu__second2 > li > a:hover{
        color: #0000cd;
        font-weight: bold;
    }

    .menu__second2.orange > li > a:focus,
    .menu__second2.orange > li > a:hover{
        color: #ff8c00;
        font-weight: bold;
    }
}

@media screen and (max-width: 950px){ /* 767px */
    .main-wapper {
        flex-direction: column;
    }

    .main{
        width: 100%;
        padding: 2rem 0;
    }

    #side{
        width: 100%;
    }

    .guide_container{
        flex-direction: column;
    }

    .info_book{
        display: none;
    }

    .guide_footer-container{
        display: block;
    }

    .guide_footer-container{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .guide_footer-container > .guide_footer-sns{
        align-self: center;
    }

    .guide_footer-menu{
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }

    .side1{
        width: fit-content;
        margin: 20px auto;
    }

    .manual_area{
        width: fit-content;
        margin: 0 auto;
    }

}

