@charset "UTF-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}
.container{
	max-width:1040px;
	margin-inline:auto;
	padding-inline:20px;
}
@media (min-width: 768.1px) {
    .pc_none {
        display: none;
    }

    header {
        overflow: hidden;
    }

    .bx-wrapper {
        height: 546px;
    }
}

a {
    color: #874f0b;
}


/*展示用*/

.ten_button {
    margin: 20px auto 0;
    clear: both;
    overflow: hidden;
    text-align: center;
}

.ten_button ul {
    display: inline-block;
}


/*展示用*/

.ten_button li {
    float: left;
}

a.mail_ten {
    box-sizing: border-box;
    width: 94px;
    display: block;
    margin: 1px 20px 0 1px;
    font-size: 11px;
    text-align: center;
    color: #000;
    /*border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
    border-style: solid;
    border-width: 1px;*/
    /* box-shadow */
    box-shadow: 0px 0px 1px 0px #999;
    border-radius: 3px;
}

input.reset_ten {
    width: 100px;
    display: block;
    line-height: 30px;
}


/*color: #999;*/

img {
    vertical-align: bottom;
}

body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    min-width: 1200px;
    color: #874f0b;
    font-size: 100%;
}


/*===　↑ reset css ↑　===*/


/*===　↓ ローディング画面 ↓　===*/

#loading_animation {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #ffdd4d url(../images/loading_yellow.gif) no-repeat center center;
    transition: .4s;
}

#loading_animation p {
    margin-top: 120px;
}


/*===　↑ ローディング画面 ↑　===*/

#wrapper {
    position: relative;
}

.box_wrapper {
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.left-box {
    float: left;
}

.right-box {
    float: right;
}

.bold {
    font-weight: bold;
}

.t_center,
.click_text {
    text-align: center;
}

.font_white {
    color: #fff;
    font-weight: bold;
}

.font_orange {
    color: #ffa912;
    font-weight: bold;
}

.font_emerald {
    color: #22aaa9;
    font-weight: bold;
}

.font_pink {
    color: #df4f7d;
    font-weight: bold;
}

.font_blue {
    color: #196dba;
    font-weight: bold;
}

header {
    position: relative;
    z-index: 9999;
    width: 100%;
    min-width: 1000px;
    height: 86px;
    background-color: #fff;
}

.head-wrapper {
    position: relative;
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}

header:before,
header:after {
    position: absolute;
    top: 0;
    z-index: -1;
    content: '';
    display: block;
    width: 100%;
    height: 86px;
}

header:before {
    right: 0;
    background-color: #f4f4f4;
}

header:after {
    left: 0;
    background: #196dba url(../images/header_back.png) repeat center center /40px;
}

.site_titleLink h1 {
    line-height: 32px;
    padding: 10px 0px 0px 64px;
    font-size: 23px;
    letter-spacing: 0.14em;
}

.site_titleLink {
    position: absolute;
    left: 0;
    width: 202px;
    height: 86px;
    display: block;
    color: #196dba;
    background: #fff url(../images/boyBee.png) no-repeat center left 8px /50px;
}

.site_title span {
    font-size: 18px;
    letter-spacing: normal;
}

.icon_click {
    position: relative;
    padding-left: 12px;
}

.icon_click:before {
    content: '';
    position: absolute;
    top: 3px;
    left: -194px;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/icon_lens.png) no-repeat center center / 18px;
}


/*===　↓ グローバルナビ ↓　===*/

#global-nav {
    position: absolute;
    right: 0;
}

#global-nav li {
    float: left;
    width: 114px;
    text-align: center;
    border-right: 1px dashed #ccc;
    background-color: #fff;
}

@media (min-width:768.1px) {
    #global-nav li:first-child {
        border-left: 1px dashed #ccc;
    }
}

#global-nav li a {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: .75em;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 86px;
    box-sizing: border-box;
    transition: 0.2s;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
    font-size: 14px;
}

#global-nav li a span {
    width: 2.25em;
    height: 2.25em;
}

#global-nav li a span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#global-nav li:nth-child(1) a {
    color: #c61c21;
}


#global-nav li:nth-child(2) a {
    color: #22aaa9;
}

#global-nav li:nth-child(3) a {
    color: #65b8ea;
}

#global-nav li:nth-child(4) a {
    color: #ffa912;
}

#global-nav li:nth-child(5) a {
    color: #196dba;
}

#global-nav li:nth-child(6) a {
    color: #df4f7d;
}

#global-nav li:nth-child(7) a {
    color: #8868b9;
}

.top_button {
    z-index: 999;
    position: fixed;
    right: 10px;
    /*position: absolute;
	*/
}

.top_button.absolute {
    position: absolute;
}

.top-page #global-nav li:nth-child(1) a {
    border-bottom: 4px solid #c61c21;
}

.about-page #global-nav li:nth-child(2) a {
    border-bottom: 4px solid #22aaa9;
}

.guidance-page #global-nav li:nth-child(3) a {
    border-bottom: 4px solid #65b8ea;
}

.faq-page #global-nav li:nth-child(4) a {
    border-bottom: 4px solid #ffa912;
}

.mailform-page #global-nav li:nth-child(5) a {
    border-bottom: 4px solid #196dba;
}

.special-page #global-nav li:nth-child(6) a {
    border-bottom: 4px solid #df4f7d;
}

.info-page #global-nav li:nth-child(7) a {
    border-bottom: 4px solid #8868b9;
}


/*hover*/

#global-nav li:nth-child(1) a:hover {
    border-bottom: 4px solid #c61c21;
}

#global-nav li:nth-child(2) a:hover {
    border-bottom: 4px solid #22aaa9;
}

#global-nav li:nth-child(3) a:hover {
    border-bottom: 4px solid #65b8ea;
}

#global-nav li:nth-child(4) a:hover {
    border-bottom: 4px solid #ffa912;
}

#global-nav li:nth-child(5) a:hover {
    border-bottom: 4px solid #196dba;
}

#global-nav li:nth-child(6) a:hover {
    border-bottom: 4px solid #df4f7d;
}

#global-nav li:nth-child(7) a:hover {
    border-bottom: 4px solid #8868b9;
}

footer {
    overflow: hidden;
    font-size: 12px;
    text-align: center;
    background: #ffdd4d url(../images/yellow_back.png) no-repeat center center /1300px;
}

#footer_link {
    margin-top: 15px;
}

#footer_link ul {
    display: flex;
    align-items: center;
    gap: 1.5em;
    justify-content: center;
    margin-bottom: 10px;
}


#footer_link ul li:first-child {
    margin-left: 0;
}

.copyright {
    margin: 15px 0px;
    font-size: 10px;
}


/*===　↑ 全ページ共通 ↑　===*/


/*===　↓ 下層共通 ↓　===*/

.pagetitle {
    position: relative;
    display: block;
    min-height: 130px;
    margin: 64px auto 60px;
    text-align: center;
    padding-bottom: 70px;
}
.pagetitle h1,
.pagetitle h2{
	font-size: 2.2em;
    letter-spacing: .1em;
}
.blue_back {
    overflow: hidden;
    background-color: #196dba;
}

.yellow_back {
    overflow: hidden;
    padding-bottom: 40px;
    background: #ffdd4d url(../images/yellow_back.png) no-repeat top 8px center / 1300px;
}

.white_box {
    position: relative;
    width: 1000px;
    padding: 26px 0px 54px;
    margin: 20px auto 40px;
    background-color: #fff;
    border-radius: 20px;
}

.center_link {
    text-align: center;
}

.yellow_back ul {
    display: inline-block;
}

.yellow_back li {
    float: left;
    width: 220px;
    line-height: 48px;
    font-size: 18px;
    text-align: center;
}

.yellow_back li a {
    display: block;
    position: relative;
    color: #ffa912;
    background-color: #fff;
    border: 2px solid #ffa912;
    border-radius: 30px;
    transition: .1s;
}

.yellow_back li a:hover {
    background-color: #ffa912;
    color: #fff;
}

.yellow_back li a:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.yellow_back li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ffa912;
    border-right: 2px solid #ffa912;
    transform: rotate(45deg);
}

.white_back {
    overflow: hidden;
    padding: 22px 0 60px;
}

.white_back>p {
    margin-bottom: 60px;
    font-size: 16px;
}

h3 {
    margin: 31px auto 50px;
    font-size: 30px;
    text-align: center;
}

.sky_back {
    overflow: hidden;
    background-color: #94d6ff;
}

.pagetitle:after {
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

h3.font_orange:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 120px;
    height: 9px;
    margin-left: -60px;
    background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 4px, #ffa912 4px, #ffa912 8px);
}


/*===　↑ 下層共通 ↑　===*/


/*===　↓ TOPコンテンツ ↓　===*/

#hero-area {
    position: relative;
    width: 90%;
    margin: 20px auto;
    /*background: url(../images/mainvisual.png) no-repeat center center / cover;*/
    text-align: center;
}

#hero-area img {
    vertical-align: top;
}

#hero-area .campfire,
#hero-area .riceball,
#hero-area .lamp {
    position: absolute;
}

#hero-area .put {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}

#hero-areaWrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100% !important;
    z-index: -2;
}

#hero-area:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 34px;
    left: 0;
    right: 0;
    width: 64px;
    height: 24px;
    margin: 0 auto;
    background: url(../images/Bee_hand.png) no-repeat center center / 100%;
    z-index: 1;
}

#hero-area:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: url(../images/beaverBee_hand.png) no-repeat center center / 100%;
    z-index: -1;
}

#hero-area .lamp {
    top: 46px;
    left: 117px;
}

#hero-area .riceball {
    top: 263px;
    left: 95px;
}

#hero-area .campfire {
    top: 221px;
    right: 134px;
}

#hero-area .hero-area_text {
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 70px;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    text-shadow: 0px 0px 5px #494949;
}

#hero-area img {
    width: 100%;
}

.top_about_box {
    position: relative;
    max-width: 1000px;
    min-height: 332px;
    border-radius: 30px;
    margin: 0 auto;
    padding: 40px 34px 30px;
    background-color: #fff;
}

.img_mountain {
    position: absolute;
    top: -60px;
    left: 30px;
}

.boyscout_img {
    display: block;
    margin: 35px auto 0;
}

.boyscout_img2 {
    position: absolute;
    top: -100px;
    right: 70px;
}

.top_about_box p {
    width: 560px;
    font-size: 17px;
}

.top_about_box .top_img3,
.top_about_box .right_class {
    position: absolute;
    bottom: 33px;
}

.top_about_box .top_img3 img {
    margin-right: 9px;
    float: left;
}

.top_about_box .right_class {
    right: 34px;
}

.top_about_box .boyscoutBee {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.half_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width:768px) {
    .half_wrapper {
        grid-template-columns: 100%;
    }
}

.top-page .left_half,
.top-page .right_half {
    min-height: 670px;
}

.left_half {
    text-align: center;
    color: #ffa912;
    background-color: #196dba;
}

:is(.left_half, .right_half) h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: .5em;
}

:is(.left_half, .right_half) h3:before {
    flex-shrink: 0;
}

.top-page .left_half h3:before {
    content: '';
    display: block;
    width: 1.5em;
    height: 1.5em;
    background: url(../images/icon_event.png) no-repeat center center /contain;
}

.left_half h3:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 260px;
    height: 9px;
    margin-left: -130px;
    background: repeating-linear-gradient(-45deg, #ffa912, #ffa912 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 8px);
}

.left_half h4 {
    width: 440px;
    max-width: 100%;
    margin: 38px auto 30px;
    padding: 10px 0;
    font-size: 25px;
    border: 2px solid #ffa912;
}

.top-page .left_half a {
    display: block;
    width: 440px;
    height: 300px;
    margin: 0 auto 16px;
    background-color: #fff;
    transition: opacity .3s;
}

.top-page .left_half a:hover {
    opacity: .8;
}

.top-page .left_half a img {
    width: 100%;
}

.left_half h3,
.right_half h3 {
    position: relative;
    margin-top: 50px;
    margin-bottom: .75em;
    text-align: center;
}

.right_half {
    text-align: center;
    color: #196dba;
    background-color: #94d6ff;
}

.top-page .right_half h3:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/icon_facebook_top.png) no-repeat center center /42px;
}

.right_half h3:after {
    content: '';
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 260px;
    max-width: 100%;
    height: 9px;
    margin-right: -130px;
    background: repeating-linear-gradient(-45deg, #196dba, #196dba 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 8px);
}

.top_pdf {
    float: right;
    margin-right: 60px;
}

.top_pdf,
.facebook {
    width: 440px;
    max-width: 100%;
}

.fb-page.fb_iframe_widget.fb_iframe_widget_fluid>span {
    height: 480px !important;
}

.facebook {
    margin-left: 60px;
}

.facebook iframe {
    display: block;
    height: 480px !important;
}

@media (min-width:768.1px) {
    #global-nav {
        display: block !important;
    }

    .fb-page.fb_iframe_widget.fb_iframe_widget_fluid>span,
    .facebook iframe {
        width: 460px;
    }
}


/*===　↑ TOPコンテンツ ↑　===*/


/*===　↓ 初めての方へ ↓　===*/

.about-page .pagetitle:after {
    background: url(../images/nav_icon_about.png) no-repeat center center /70px;
}

.about-page .white_box {
    padding: 10px;
}

.about-page .white_box h3 {
    margin: 0 auto 40px;
    padding-bottom: 20px;
    color: #ffa912;
    font-size: 30px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.about-page .white_box p {
    max-width: 896px;
    margin: 0 auto;
    font-size: 17px;
}

.boyscout_about_p:after {
    content: '';
    display: block;
    width: 96%;
    height: 10px;
    margin: 54px auto;
    background: url(../images/border-circle.png) repeat-x center center /30px 10px;
}

.about-page .yellow_back .center_link li:first-child {
    margin-right: 140px;
}

.about_3box {
    margin-bottom: 40px;
    text-align: center;
}

.about_3box ul {
    display: inline-block;
}

.about_3box li {
    width: 280px;
    margin-left: 16px;
}

.about_3box li:first-child {
    margin-left: 0;
}

.about_3box li h4 {
    font-size: 20px;
}

.about_3box li p {
    line-height: 25px;
    text-align: left;
    font-size: 15px;
}

.about_3box img {
    border-radius: 10px;
}

#active_about {
    padding: 55px 0px 60px;
}

#active_about h3 {
    padding-left: 30px;
}

#active_about h3:before {
    position: absolute;
    top: -10px;
    left: -300px;
    right: 0;
    margin: 0 auto;
    content: '';
    display: block;
    width: 56px;
    height: 56px;
    background: url(../images/icon_active.png) no-repeat center center /38px;
}

h3.font_pink,
h3.font_orange {
    position: relative;
}

h3.font_pink:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 260px;
    height: 9px;
    margin-left: -130px;
    background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 4px, #df4f7d 4px, #df4f7d 8px);
}

.scout_aboutBox {
    position: relative;
    width: 1000px;
    height: 859px;
    margin: 0 auto;
    text-align: center;
}

.scout_aboutBox li {
    position: absolute;
    width: 490px;
    height: 420px;
    padding: 30px 26px;
    border-radius: 10px;
}

.scout_aboutBox li:nth-child(1+n) {
    left: 0;
}

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

.scout_aboutBox li:nth-child(1) {
    top: 0;
    border: dashed 4px #65b8ea;
}

.scout_aboutBox li:nth-child(2) {
    top: 0;
    border: dashed 4px #196dba;
}

.scout_aboutBox li:nth-child(3) {
    bottom: 0;
    border: dashed 4px #137a29;
}

.scout_aboutBox li:nth-child(4) {
    bottom: 0;
    border: dashed 4px #874f0b;
}

.scout_aboutBox .bee_beaver:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -12px;
    left: -200px;
    right: 0;
    margin: 0 auto;
    background: url(../images/beaverBee.png) no-repeat center center/ 50px;
}

.scout_aboutBox .bee_cub:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -12px;
    left: -160px;
    right: 0;
    margin: 0 auto;
    background: url(../images/cubBee.png) no-repeat center center/ 50px;
}

.scout_aboutBox .bee_boy:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -12px;
    left: -180px;
    right: 0;
    margin: 0 auto;
    background: url(../images/boyBee.png) no-repeat center center/ 50px;
}

.scout_aboutBox li>h5 {
    display: inline;
    padding: 10px 33px;
    line-height: 35px;
    margin: 33px auto 0;
    color: #fff;
    font-size: 16px;
    border-radius: 18px;
}

.scout_aboutBox li:nth-child(1)>h5 {
    background-color: #65b8ea;
}

.scout_aboutBox li:nth-child(2)>h5 {
    background-color: #196dba;
}

.scout_aboutBox li:nth-child(3)>h5 {
    background-color: #137a29;
}

.scout_aboutBox li:nth-child(4)>h5 {
    background-color: #874f0b;
}

.scout_aboutBox li:nth-child(1) h4,
.scout_aboutBox li:nth-child(2) h4,
.scout_aboutBox li:nth-child(3) h4 {
    padding-left: 50px;
}

.scout_aboutBox h4 {
    position: relative;
    margin: 18px auto;
    font-size: 24px;
}

.scout_about_imgbox p {
    float: left;
    width: 262px;
    font-size: 14px;
    text-align: left;
}

.scout_aboutBox li:nth-child(4) p {
    float: none;
    margin: 0 auto 20px;
    text-align: left;
}

.scout_about_imgbox {
    overflow: hidden;
}

.scout_aboutBox .goal {
    clear: both;
    overflow: hidden;
    width: 434px;
    /*min-height: 90px;*/
    margin: 26px auto 0;
    padding-bottom: 20px;
    background-color: #eef9fe;
}

.scout_aboutBox .goal h5 {
    margin: 10px auto;
    font-size: 15px;
    background-color: none;
}

.scout_aboutBox .goal p {
    font-size: 13px;
}

.white_opa {
    overflow: hidden;
    width: 1000px;
    margin: 52px auto;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
}

.kobeboyscout_about {
    overflow: hidden;
    background: url(../images/kobeboyscout_bk.jpg) no-repeat center center / cover;
}

.kobeboyscout_about h4 {
    position: relative;
    margin: 40px auto 37px;
    color: #196dba;
    font-size: 30px;
}

.kobeboyscout_about h4:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 260px;
    height: 9px;
    margin-left: -130px;
    background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 4px, #196dba 4px, #196dba 8px);
}

.kobeboyscout_about h4 span {
    font-size: 24px;
}

.kobeboyscout_about p {
    width: 714px;
    margin: 0 auto;
}

.kobeboyscout_about a {
    position: relative;
    display: block;
    width: 268px;
    line-height: 60px;
    margin: 30px auto 50px;
    padding-left: 26px;
    font-size: 16px;
    font-weight: bold;
    background-color: #fff;
    border: 2px solid #196dba;
    border-radius: 30px;
    color: #196dba;
    transition: .2s;
}

.kobeboyscout_about a:before {
    position: absolute;
    top: 19px;
    left: 22px;
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/nav_icon_mail.png) no-repeat center center / 22px;
    transition: .2s;
}

.kobeboyscout_about a:after {
    position: absolute;
    top: 26px;
    right: 18px;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #196dba;
    border-right: 2px solid #196dba;
    transform: rotate(45deg);
    transition: .2s;
}

.kobeboyscout_about a:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.kobeboyscout_about a:hover:before {
    background: url(../images/nav_icon_mail_hover.png) no-repeat center center / 22px;
}

.kobeboyscout_about a:hover {
    background-color: #196dba;
    color: #fff;
}


/*===　↓ 入団案内 ↓　===*/

.guidance-page .pagetitle:after {
    background: url(../images/nav_icon_guidance.png) no-repeat top 10px center /56px;
    top: 55px;
}

#guidance-nav {
    position: absolute;
    top: 94px;
    right: 10px;
    z-index: 3;
}

#guidance-nav.fixed {
    position: fixed;
    top: 10px;
    right: 10px;
}

#guidance-nav li a {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    margin-bottom: 8px;
    padding-top: 62px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    background-color: #fff;
}

#guidance-nav li:first-child a {
    color: #df4f7d;
    border: 2px solid #df4f7d;
}

#guidance-nav li:first-child a:after {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url(../images/icon_calendar.png) no-repeat center center / 36px;
}

#guidance-nav li:nth-child(2) a {
    color: #ffa912;
    border: 2px solid #ffa912;
}

#guidance-nav li:nth-child(2) a:after {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url(../images/icon_cost.png) no-repeat center center / 45px;
}

#guidance-nav li:nth-child(3) a {
    color: #22aaa9;
    border: 2px solid #22aaa9;
}

#guidance-nav li:nth-child(3) a:after {
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url(../images/icon_taiken.png) no-repeat center center / 40px;
}

#schedule_wrapper {
    overflow: hidden;
}

#schedule_wrapper h3 {
    padding-left: 40px;
}

#schedule_wrapper h3:before {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -140px;
    right: 0;
    margin: 0 auto;
    background: url(../images/icon_calendar.png) no-repeat center center /33px;
}

#schedule_wrapper h3:after {
    width: 210px;
    margin-left: -105px;
}

.schedule_tab {
    margin: 60px auto 20px;
    text-align: center;
}

.schedule_tab ul {
    display: inline-block;
}

.schedule_tab li {
    position: relative;
    float: left;
    width: 202px;
    height: 56px;
    margin-left: 52px;
    line-height: 56px;
    background-color: #fff;
    text-align: center;
    font-size: 20px;
    border: 1px solid #df4f7d;
    border-radius: 40px;
    transition: .2s;
}

.schedule_tab li img {
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    z-index: -3;
    margin: 0 auto;
}

.schedule_tab li:before {
    content: '';
    position: absolute;
    display: block;
    width: 32px;
    height: 6px;
    margin: 0 auto;
    top: -5px;
    left: 0;
    right: 0;
    z-index: 1;
    background: url(../images/bee_hand.png) no-repeat center center /31px;
}

.schedule_tab li.tab_click {
    background-color: #df4f7d;
}

.schedule_tab li.tab_click a {
    color: #fff;
}

.schedule_tab li:first-child {
    margin-left: 0;
}

.schedule_tab li a:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    border-left: 1px solid #df4f7d;
    border-bottom: 1px solid #df4f7d;
    background-color: #fff;
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9px;
    transition: .2s;
}

.schedule_tab li.tab_click a:after {
    background-color: #df4f7d;
}

.schedule_tab li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #df4f7d;
    border-radius: 40px;
    transition: .2s;
}

.schedule_tab li:hover a,
.schedule_tab li:hover a:after {
    margin-top: -0;
    line-height: 56px;
    color: #fff;
    background-color: #df4f7d;
}

.schedule {
    width: 1000px;
    height: 594px;
    margin: 0 auto;
    border: 1px solid #df4f7d;
}

.season_text {
    position: relative;
    z-index: 1;
    float: left;
    width: 54px;
    height: 148px;
    line-height: 148px;
    font-weight: bold;
    text-align: center;
}

.autumn .season_text {
    background-color: #feecc8;
}

.winter .season_text {
    background-color: #cef3fe;
}

.spring .season_text {
    background-color: #fff3f5;
}

.summer .season_text {
    background-color: #ddf6df;
}

.schedule_about {
    position: relative;
}

.schedule_about ul {
    display: none;
}

.schedule_about li {
    position: relative;
    overflow: hidden;
    height: 148px;
    line-height: 34px;
    border-bottom: 1px solid #ccc;
}

.schedule_about .effect {
    float: left;
    margin-left: 20px;
}

.schedule_about .schedule_sample span,
.schedule_about .effect span {
    float: left;
    width: 64px;
    line-height: 30px;
    font-size: 16px;
    box-sizing: content-box;
}

.schedule_about .effect p {
    margin-left: 0;
}

.schedule_sample {
    overflow: hidden;
    width: 720px;
    margin: 20px 0 6px 20px;
    float: left;
    border-bottom: 1px dashed #ccc;
    font-size: 16px;
}

.schedule_about .effect p {
    font-size: 14px;
}

.schedule_about ul.visibility {
    visibility: visible;
}

.schedule_about li p {
    float: left;
}

.schedule_about li img {
    position: absolute;
    top: 15px;
    right: 30px;
}

.schedule_about li span {
    padding: 3px 20px 0 0;
}

.schedule_link {
    overflow: hidden;
    width: 1000px;
    height: 126px;
    margin: 28px auto 0;
    text-align: center;
    background-color: rgba(219, 71, 120, 0.1);
}

.schedule_link h4 {
    margin: 24px 0;
    font-size: 20px;
    font-weight: bold;
    color: #df4f7d;
}

.schedule_link ul {
    display: inline-block;
}

.schedule_link li {
    float: left;
    padding-right: 40px;
}

.schedule_link li:first-child {
    margin-right: 148px;
}

.schedule_link li a {
    color: #4f4f4f;
    text-decoration: underline;
}

#cost_wrapper {
    overflow: hidden;
    margin-top: 20px;
}

#cost_wrapper h3 {
    padding-left: 40px;
}

#cost_wrapper h3:before {
    content: '';
    position: absolute;
    top: 2px;
    left: -70px;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/icon_cost.png) no-repeat center center /34px;
}

.cost ul {
    position: relative;
    overflow: hidden;
    width: 1000px;
    margin: 0 auto 42px;
}

.cost ul li.cost_box {
    overflow: hidden;
    float: left;
    width: 440px;
    min-height: 250px;
    border: 2px solid #ffa912;
    border-radius: 6px;
}

.cost ul li:first-child {
    margin-right: 120px;
}

.cost ul li.plus {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -27px auto 0;
}

.cost ul li h4 {
    line-height: 50px;
    color: #fff;
    font-size: 22px;
    background-color: #ffa912;
}

.cost ul li h5 {
    margin: 16px auto;
    font-size: 18px;
}

.cost ul li dl {
    width: 86%;
    margin: 0 auto;
}

.cost ul li dt {
    line-height: 1.5em;
    float: left;
}

.cost ul li dd {
    line-height: 1.5em;
    text-align: right;
}

.orange_back {
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto 10px;
    padding-bottom: 10px;
    background-color: rgba(236, 152, 43, 0.2);
}

.orange_back h4 {
    position: relative;
    margin: 36px auto;
    padding-left: 40px;
    font-size: 22px;
}

.uniform h4 {
    padding-left: 0;
}

.uniform h4:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -190px;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/boyBee.png) no-repeat center center / 50px;
}

.uniform h4:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 86px;
    height: 4px;
    background-color: #ffa912;
}

.uniform p {
    margin-bottom: 35px;
}


/*.uniform p.font_orange:after{
    content: '';
    display: block;
    width: 380px;
    height: 4px;
    margin: 0 auto;
    background-color: #ffa912;
}*/

.map .white_box {
    position: relative;
    margin: 98px auto 54px;
    padding: 132px 51px 100px;
}

.map .white_box .guidance_pic img {
    position: absolute;
}

.map .white_box .guidance_pic img:nth-of-type(1) {
    top: 22px;
    left: 134px;
}

.map .white_box .guidance_pic img:nth-of-type(2) {
    top: 151px;
    left: 52px;
}

.map .white_box .guidance_pic img:nth-of-type(3) {
    top: 22px;
    right: 134px;
}

.map .white_box .guidance_pic img:nth-of-type(4) {
    top: 151px;
    right: 52px;
}

.guidance_pic+.t_center {
    min-height: 130px;
}

.event_title {
    position: absolute;
    top: -46px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#guidance_event .box_wrapper dt.font_emerald {
    margin-bottom: 4px;
}

.map .t_center {
    line-height: 34px;
}

.map h4.t_center {
    position: relative;
    z-index: 2;
    width: 170px;
    margin: 0 auto;
    padding-left: 34px;
    font-size: 24px;
    background-color: #fff;
}

.map h4.t_center:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 17px;
    display: block;
    width: 28px;
    height: 28px;
    background: url(../images/icon_access.png) no-repeat center center /24px;
}

.map .area_h4 {
    position: relative;
    margin: 46px 0 20px;
}

.map .area_h4:after {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    content: '';
    display: block;
    width: 96%;
    height: 10px;
    margin: 54px auto;
    background: url(../images/border-circle_emerald.png) repeat-x center center /30px 10px;
}

.map dt h4:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/temple_icon.png) no-repeat center center /30px;
}

.map dt h4 {
    position: relative;
    padding-left: 38px;
    font-size: 20px;
}

.map dl+dl dt {
    line-height: 26px;
    margin: 8px 0 5px;
    padding-left: 5px;
    border-left: 6px solid;
}

.gif_bee {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}


/*===　↓ よくある質問 ↓　===*/

.faq-page .pagetitle:after {
    background: url(../images/nav_icon_question.png) no-repeat center center /40px;
    top: 50px;
}

.faq-page .white_back {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.question_list {
    position: absolute;
    right: 0;
    width: 300px;
    padding: 21px 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.question_list p.font_orange {
    margin-bottom: .3em;
    font-size: 110%;
    font-weight: bold;
}

.question_list ul li a:hover {
    opacity: .8;
}

.question {
    width: 652px;
}

.question h4 {
    margin: 1em 0 12px;
    color: #ffa912;
    font-size: 24px;
}

.question dt,
.question dd {
    padding: 12px 12px 12px 38px;
    border-radius: 10px;
}

.question li {
    margin: 12px 0;
}

.question dt {
    position: relative;
    margin-bottom: 12px;
    line-height: 20px;
    font-size: 17px;
    border: 1px solid #65b8ea;
    cursor: pointer;
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer */
    -khtml-user-select: none;
    /* KHTML browsers (e.g. Konqueror) */
    -webkit-user-select: none;
    /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none;
    /* Disable Android and iOS callouts*/
}

.question dt:before {
    position: absolute;
    top: 8px;
    left: 10px;
    content: 'Q';
    margin-right: 10px;
    padding-top: 4px;
    color: #65b8ea;
    font-size: 25px;
    font-weight: bold;
}

.question dt:after {
    position: absolute;
    display: block;
    top: 50%;
    right: 14px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #65b8ea transparent transparent transparent;
    margin-top: -4px;
    transition: .2s;
}

.question dt.active:after {
    transform: scale(1, -1);
    margin-top: -5px;
}

.question dl {
    position: relative;
}

.question dd {
    margin-bottom: 12px;
    padding: 6px 12px 12px;
    font-size: 15px;
    border: 1px solid #df4f7d;
}

.question dd:before {
    content: 'A';
    margin-right: 10px;
    color: #df4f7d;
    font-size: 25px;
    font-weight: bold;
}


/*===　↓ メールフォーム ↓　===*/

.mailform-page .pagetitle:after {
    background: url(../images/nav_icon_mail.png) no-repeat center center /60px;
}

#formWrap {
    width: 700px;
    margin: 40px auto 0;
    color: #555;
    line-height: 120%;
    font-size: 90%;
}

.mailform-page table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

.mailform-page table.formTable td,
table.formTable th {
    border: 1px solid #ccc;
    padding: 10px 20px;
}

.mailform-page table.formTable th {
    width: 28%;
    font-weight: normal;
    color: #fff;
    background: #196dba;
    text-align: right;
}

.mailform-page table td input,
.mailform-page table td textarea {
	font-size:1rem;
    border: 1px solid #ccc;
}

.mailform-page table td input {
    height: 20px;
}

.mailform-page tbody tr:last-child td textarea {
    max-width: 500px;
    width: 98%;
    height: 300px;
}

.mailform-page #formWrap p.t_center {
    margin: 20px auto;
}

.mail_button {
    margin-top: 20px;
}

.mail_button input {
    width: 100px;
    font-size: 16px;
}


/*===　↓ 関係者用ページ ↓　===*/

.info-page .pagetitle:after {
    background: url(../images/nav_icon_pass.png) no-repeat center center /33px;
    top: 52px;
}

.news h3 {
    padding-left: 30px;
}

.news h3:before {
    content: '';
    position: absolute;
    display: block;
    top: 2px;
    left: -130px;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: url(../images/icon_news.png) no-repeat center center/24px;
}

.news h3:after {
    width: 170px;
    margin-left: -85px;
}

.news dl {
    width: 1000px;
    margin: 0 auto;
    padding: 16px 50px;
    overflow: hidden;
    font-size: 16px;
    border: 1px solid #ffa912;
    border-radius: 6px;
}

.info-page dt {
    width: 160px;
    float: left;
}

.info-page dt,
.info-page dd {
    line-height: 40px;
}

.info-page :is(.left_half, .right_half) h3 {
    gap: .3em;
}

.info-page .left_half h3 {
    position: relative;
    padding-left: 35px;
    width: 500px;
    float: right;
}

.info-page .left_half h3:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/nav_icon_mail_hover.png) no-repeat center center /30px;
}

.info-page .left_half h3:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 200px;
    height: 9px;
    margin-left: -100px;
    background: repeating-linear-gradient(-45deg, #fff, #fff 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 8px);
}

.info-page .left_half ul {
    float: right;
    width: 440px;
    padding: 0 10px;
    text-align: left;
}

.info-page .left_half li {
    margin-bottom: 10px;
}

.info-page .left_half a {
    color: #fff;
    text-decoration: underline;
}

.info-page .right_half h3:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/icon_log.png) no-repeat center center /23px;
}

.info-page .right_half h3:after {
    width: 200px;
    margin-right: -100px;
}

.info-page .right_half dl {
    text-align: left;
    padding-left: 140px;
}

.meeting_log {
    overflow: hidden;
    width: 500px;
}

.meeting_log a {
    color: #196dba;
    text-decoration: underline;
}

.info-page .half_wrapper,
.info-page .left_half,
.info-page .right_half {
    min-height: 300px;
}


/*===　↓ おたのしみページ ↓　===*/

.special-page .pagetitle:after {
    background: url(../images/nav_icon_character.png) no-repeat top 10px center /64px;
    top: 60px;
}

.special-page .white_back {
    padding: 22px 0 0;
}

.special-page h4 {
    font-size: 35px;
}

.special-page .yellow_opa {
    max-width: 1000px;
    padding: 40px 50px;
    background-color: rgba(255, 225, 77, 0.2);
}

.special-page .button_description {
    position: relative;
    margin-top: 17px;
    font-size: 15px;
}

.special-page .button_description:after {
    content: '';
    position: absolute;
    top: 7px;
    right: -6px;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 3px solid #ffa912;
    border-right: 3px solid #ffa912;
    transform: rotate(45deg);
}

.bee_img img {
    display: none;
}

.bee_button {
    overflow: hidden;
}

.bee_button {
    margin-top: 22px;
    text-align: center;
}

.bee_button li {
    float: left;
    width: 180px;
    height: 32px;
    margin-left: 14px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    border: 2px solid #ffa912;
    border-radius: 4px;
    transition: .1s;
}

.bee_button li a {
    display: block;
    width: 100%;
    height: 100%;
    transition: .1s;
}

.bee_button li:hover,
.bee_button li.tab_click {
    background-color: #ffa912;
}

.bee_button li:hover a,
.bee_button li.tab_click a {
    color: #fff;
}

.bee_button ul {
    display: inline-block;
}

.bee_button li:first-child {
    margin-left: 0;
}

.bee_img {
    margin-top: 8px;
}

.bee_img~.right-box {
    max-width: 636px;
    padding-top: 20px;
}

.bee_about {
    width: 525px;
    margin: 12px 0 0;
}

.bee_history {
    overflow: hidden;
    margin: 64px auto;
}

.bee_history h4 {
    margin-bottom: 26px;
    font-size: 22px;
}

.bee_history .left-box {
    width: 653px;
    font-size: 15px;
}

.bee_history .right-box {
    margin-top: -10px;
}

.bee_history .right-box p {
    margin-top: 3px;
    font-size: 13px;
    font-weight: bold;
}

.click_text {
    margin: 0 auto 20px;
}

.click_text {
    display: inline-block;
    padding: 6px 30px;
    border-radius: 20px;
    font-weight: normal;
}

.nurie .click_text {
    border: 2px solid #df4f7d;
}

.nurie .pink_back {
    width: 1000px;
    margin: 0 auto;
    padding: 22px 0 0;
    overflow: hidden;
    background-color: rgba(219, 71, 120, 0.1);
}

.nurie h3 {
    padding-left: 40px;
}

.nurie h3:before {
    position: absolute;
    top: 0;
    left: -100px;
    right: 0;
    display: block;
    content: '';
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: url(../images/icon_nurie.png) no-repeat center center /36px;
}

.nurie h3:after {
    width: 150px;
    margin-left: -75px;
}

.cover h3 {
    position: relative;
    padding-left: 50px;
}

.cover h3:before {
    content: '';
    display: block;
    position: absolute;
    left: -70px;
    right: 0;
    top: -8px;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url(../images/icon_cover.png) no-repeat center center /36px;
}

.cover h3:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 150px;
    height: 9px;
    margin-left: -75px;
    background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 4px, #22aaa9 4px, #22aaa9 8px);
}

.cover .click_text {
    border: 2px solid #22aaa9;
}

.nurie ul,
.cover ul {
    display: inline-block;
}

.nurie ul li,
.cover .emerald_back>ul>li {
    float: left;
    margin: 0 29px 22px 0;
}

.nurie ul li a p,
.cover ul li ul {
    margin: 10px 0 0;
}

.nurie ul li a:hover,
.cover ul li ul li a:hover {
    opacity: .8;
}

.nurie ul li:nth-of-type(3n),
.cover .emerald_back>ul>li:nth-of-type(3n) {
    margin: 0 0 22px 0;
}

.cover .emerald_back {
    width: 1000px;
    margin: 0 auto;
    padding: 22px 0 0;
    overflow: hidden;
    background-color: rgba(34, 170, 169, 0.1);
}

.cover .emerald_back img {
    display: block;
}

.gallery .slick-slide ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 782px;
    overflow: hidden;
    margin: 0px auto;
}

.gallery .slick-slide ul>* {
    flex-basis: 30%;
    margin: 1em 0;
}

.gallery h3:before {
    content: '';
    display: block;
    position: absolute;
    left: -155px;
    right: 0;
    top: 2px;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: url(../images/icon_gallery.png) no-repeat center center /33px;
}

.gallery h3 {
    position: relative;
    margin: 60px auto 25px;
    padding-left: 42px;
    padding-bottom: 4px;
}

.gallery h3:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 194px;
    height: 9px;
    margin-left: -97px;
    background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 4px, #196dba 4px, #196dba 8px);
}

.gallery .click_text {
    position: relative;
    padding-left: 55px;
}

.gallery .click_text:before {
    content: '';
    position: absolute;
    top: 9px;
    left: -230px;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/icon_lens_blue.png) no-repeat center center / 18px;
}

.gallery a:hover {
    opacity: .8;
}

.gallery_wrapper {
    width: 782px;
    margin: 0 auto;
    padding-bottom: 5em;
}

.bx-wrapper {
    /*width: 782px;*/
    margin: 0 auto 40px;
    padding-bottom: 20px;
    background: none;
    border: none;
    box-shadow: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #196dba;
}

.contSlider .slick-dots li.slick-active button:before {
    color: #196dba;
}

@media screen and (max-width: 768px) {
    #wrapper {
        padding-top: 50px;
    }

    .sp_none {
        display: none;
    }

    /*
    *{
        max-width: 100%;
    }*/
    .top-page .left_half,
    .top-page .right_half {
        min-height: 100px;
        overflow: hidden;
    }

    .scout_aboutBox,
    .scout_aboutBox li,
    .schedule_link,
    .schedule,
    .schedule_about li,
    .season {
        height: 100%;
    }

    header {
        position: fixed;
        top: 0;
    }

    header,
    .head-wrapper,
    header:before,
    header:after {
        height: 50px;
    }

    .head-wrapper {
        position: relative;
    }

    #hero-area {
        /*background: url(../images/mainvisual.png) no-repeat center center / contain;*/
        /* height: 100%; */
        margin: 12px auto;
        overflow: hidden;
    }

    #hero-area:before {
        bottom: 3%;
        width: 11%;
        height: 11%;
    }

    #hero-area:after {
        bottom: -16%;
        width: 16%;
        height: 50%;
    }

    #hero-area .hero-area_text {
        top: 45%;
        font-size: 14px;
    }

    body,
    #wrapper,
    .left_half,
    .right_half,
    #hero-area img,
    .head-wrapper,
    header,
    .scout_about_imgbox p,
    .scout_aboutBox,
    .scout_aboutBox .goal {
        min-width: 100%;
        width: 100%;
    }

    .special-page .yellow_opa {
        padding: 50px 20px;
    }

    .special-page .yellow_opa .font_orange {
        text-align: center;
    }

    .top_about_box,
    .left_half h4,
    footer p,
    .top-page .left_half a,
    #footer_link ul,
    .facebook,
    .white_back>p,
    .white_back #schedule_wrapper .t_center,
    .about-page .white_box p,
    .yellow_back>p {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .left_half,
    .right_half,
    .left-box,
    .right-box,
    .top_pdf,
    .cost ul li.cost_box,
    .yellow_back li {
        float: none;
    }

    .top_pdf,
    .facebook {
        margin: 10px auto 30px;
        overflow: hidden;
    }

    .facebook {
        padding-bottom: 3em;
        padding-right: 20px;
        padding-left: 20px;
        text-align: center;
    }

    .site_titleLink {
        position: relative;
        width: 100%;
        height: 50px;
        padding-left: 10px;
        text-align: left;
        line-height: 30px;
        font-size: 20px;
        color: #fff;
        background: #196dba url(../images/header_back.png) repeat center center /40px;
    }

    .site_titleLink h1 {
        background: url(../images/boyBee.png) no-repeat top 5px left 4px /40px;
        font-size: 20px;
        padding: 10px 0px 0px 50px;
    }

    .site_titleLink span {
        font-size: 20px;
        margin-right: -7px;
    }

    .sp_navButton {
        position: absolute;
        cursor: pointer;
        display: block;
        top: 5px;
        right: 10px;
        width: 40px;
        height: 40px;
        background: url(../images/sp_navButton.png) no-repeat center center /40px;
    }

    .sp_navButton:before,
    .sp_navButton:after {
        position: absolute;
        right: 8px;
        content: '';
        display: block;
        width: 24px;
        height: 3px;
        background-color: #196dba;
        border-radius: 3px;
    }

    .sp_navButton:before {
        top: 10px;
        transition: .3s;
    }

    .sp_navButton.SPnavOpen span {
        opacity: 0;
    }

    .SPnavOpen:before {
        top: 18px;
        transform: rotate(225deg);
    }

    .sp_navButton:after {
        top: 26px;
        transition: .3s;
    }

    .SPnavOpen:after {
        top: 18px;
        transform: rotate(-225deg);
    }

    .sp_navButton span {
        position: absolute;
        width: 24px;
        height: 3px;
        top: 18px;
        right: 8px;
        background-color: #196dba;
        border-radius: 3px;
        transition: .1s;
    }

    #footer_link ul {
        gap: .5em;
    }

    #footer_link ul li {
        margin-left: 0;
        margin-bottom: 10px;
    }

    #global-nav #member_button,
    .cost ul li.cost_box,
    .center_link ul li,
    .top_pdf,
    .facebook,
    .faq-page .white_back,
    .info-page .left_half h3,
    .meeting_log,
    .info-page .left_half ul {
        width: 100%;
    }

    .faq-page .white_back {
        margin-bottom: 20px;
    }

    #formWrap {
        margin-bottom: 50px;
        overflow: hidden;
    }

    .copyright {
        margin: 15px auto;
    }

    #global-nav {
        position: fixed;
        inset: auto 0 0;
        height: calc(100dvh - 50px);
        display: none;

        padding: 10px;
        background-color: #ffd93b;
    }

    #global-nav ul {
        display: grid;
        gap: 1em;
        grid-template-columns: repeat(2, 1fr);
    }

    #global-nav li {
        float: none;
        width: auto;
        border-radius: 10px;
        border-right: none;
    }

    #global-nav li:last-of-type:nth-of-type(odd) {
        grid-column: 1/-1;
    }

    .yellow_back {
        background-image: url(../images/yellow_back-L.png), url(../images/yellow_back-R.png);
        background-size: 80%, 80%;
        background-position: left -260% top 20px, right -260% top 20px;
    }

    .about-page .white_box h3 {
        font-size: 26px;
    }

    .pagetitle {
        margin: 50px auto 20px;
    }

    .pagetitle:after {
        width: 70px;
        height: 70px;
    }

    .scout_aboutBox li,
    .top_about_box .top_img3,
    .img_wrapper {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .cost ul li.plus {
        position: relative;
        margin: 16px auto;
    }

    .top_about_box .top_img3 img,
    .top_about_box .right_class {
        width: 49%;
        height: auto;
        float: none;
        margin-right: 0;
    }

    .top_img3 img:first-child {
        position: relative;
        float: left;
    }

    .top_img3 img:nth-of-type(3) {
        top: 100px;
    }

    .top_img3 img:nth-of-type(2) {
        position: relative;
        float: right;
    }

    .top_about_box img.right_class {
        top: 100%;
    }

    .top_about_box .top_img3 img {
        margin-right: 0;
    }

    .top_about_box .top_img3,
    .schedulePDF {
        overflow: hidden;
    }

    .boyscout_img {
        width: 70%;
    }

    .top_about_box .boyscoutBee {
        width: 14%;
        top: -12%;
    }

    /* .top-page .left_half h3:before,
    .top-page .right_half h3:before {
        left: 0;
        right: 40%;
        margin: 0 auto;
    } */
    .top-page .left_half a {
        margin-top: 20px;
    }

    .top_about_box p {
        width: 100%;
        margin-bottom: 6%;
    }

    .white_box,
    .white_opa,
    .about_3box li:first-child,
    .about_3box li,
    .schedule_tab ul,
    .schedule_sample,
    .schedule_link,
    .cost ul,
    section>.orange_back {
        width: 96%;
    }

    .top_button {
        bottom: 390px;
    }

    .top-page .left_half a {
        height: 60vw;
    }

    .info-page .right_half dl {
        width: 60%;
        margin: 0 auto;
        padding-left: 0;
    }

    .info-page .left_half ul {
        width: 86%;
        margin: 0 auto;
        padding: 0;
        float: none;
    }

    .about_3box li:first-child,
    .about_3box li {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .about-page .yellow_back .center_link li:first-child {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .scout_aboutBox li {
        margin-top: 20px;
    }

    .scout_aboutBox li:first-child {
        margin-top: 0;
    }

    .scout_about_imgbox img.right-box {
        width: 100%;
        margin-top: 10px;
    }

    .schedule_tab li {
        width: 48%;
        margin-left: auto;
        margin-right: auto;
    }

    .schedule_tab li+li {
        float: right;
    }

    .schedule_link ul {
        text-align: center;
    }

    .schedule_link li:first-child {
        margin-right: 0;
    }

    .schedule_link li {
        float: none;
        margin-bottom: 15px;
        padding-right: 0px;
    }

    #hero-area,
    .orange_back p,
    .question,
    #formWrap,
    .bee_button ul,
    .schedule,
    .cost ul li.cost_box,
    .gallery_wrapper,
    .bee_about,
    .yellow_opa .left-box,
    .scout_aboutBox li,
    .center_link ul {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

    .schedule_about li img {
        position: relative;
        display: block;
        width: 90%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .season_text {
        width: 100%;
        height: 50px;
        line-height: 50px;
    }

    .schedule_sample,
    .schedule_about li {
        border-bottom: 0;
    }

    .schedule_about li p,
    .white_opa>p {
        width: 90%;
    }

    .map .white_box .guidance_pic img:nth-of-type(3) {
        width: 23%;
        top: 10px;
        left: 12px;
    }

    .map .white_box .guidance_pic img:nth-of-type(4) {
        width: 23%;
        top: 10px;
        right: 12px;
    }

    #guidance_event .left-box {
        margin-bottom: 20px;
    }

    /*===　↓ スマホ　入団案内 ↓　===*/
    .schedule_sample {
        margin-bottom: 20px;
    }

    .uniform p.font_orange:after {
        width: auto;
    }

    .map .white_box {
        padding: 132px 20px 100px;
    }

    /*===　↓ スマホ キャラクターページ ↓　===*/
    .bee_button li {
        width: 32.3%;
        height: 54px;
        padding: 6px 0 0px;
        line-height: 20px;
        margin-left: 1%;
        border-radius: 4px;
    }

    .bee_button li a {
        font-size: 12px;
    }

    .bee_history .right-box {
        text-align: center;
        margin-top: 20px;
    }

    .gallery .slick-slide ul>* {
        flex-basis: 48%;
        width: 48%;
        margin: 1% 0;
    }

    .bx-wrapper .bx-controls-direction a {
        bottom: -16px;
    }

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

    .contSlider .slick-list {
        order: -1;
        flex-basis: 100%;
        margin-bottom: 1em;
    }

    .contSlider .slick-dots {
        position: static;
        display: inline-block;
        width: auto;
        margin: 0 10px;
    }

    .contSlider .slick-dots li {
        vertical-align: middle;
    }

    .bx-wrapper {
        margin: 0 auto 150px;
    }

    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        bottom: 0px;
    }

    .contSlider .slick-prev,
    .contSlider .slick-next {
        position: static;
        transform: translate(0);
    }

    .contSlider .slick-next {
        order: 3;
    }

    .top_button {
        width: 80px;
    }

    .top_button img {
        width: 100%;
    }

    /*===　↓ 関係者用ページ ↓　===*/
    .news dl {
        width: 90%;
        padding: 10px 20px;
    }

    .info-page dt {
        width: 100%;
    }

    ._2p3a {
        width: 100% !important;
    }

    .top-page #global-nav li:nth-child(1) a,
    .about-page #global-nav li:nth-child(2) a,
    .guidance-page #global-nav li:nth-child(3) a,
    .faq-page #global-nav li:nth-child(4) a,
    .mailform-page #global-nav li:nth-child(5) a,
    .special-page #global-nav li:nth-child(6) a,
    .info-page #global-nav li:nth-child(7) a,
    #global-nav li:nth-child(1) a:hover,
    #global-nav li:nth-child(2) a:hover,
    #global-nav li:nth-child(3) a:hover,
    #global-nav li:nth-child(4) a:hover,
    #global-nav li:nth-child(5) a:hover,
    #global-nav li:nth-child(6) a:hover,
    #global-nav li:nth-child(7) a:hover {
        border-bottom: 0;
    }

    .about-page .pagetitle:after {
        background: url(../images/nav_icon_about.png) no-repeat center center /60px;
    }

    .guidance-page .pagetitle:after {
        background: url(../images/nav_icon_guidance.png) no-repeat center center /46px;
    }

    .faq-page .pagetitle:after {
        background: url(../images/nav_icon_question.png) no-repeat center center /30px;
    }

    .mailform-page .pagetitle:after {
        background: url(../images/nav_icon_mail.png) no-repeat center center /50px;
    }

    .special-page .pagetitle:after {
        background: url(../images/nav_icon_character.png) no-repeat center center /50px;
    }

    .info-page .pagetitle:after {
        background: url(../images/nav_icon_pass.png) no-repeat center center /26px;
    }
}

form.post-password-form {
    padding: 8em 20px;
    text-align: center;
}

form.post-password-form p {
    margin: 1em auto;
}

form.post-password-form input[type="password"] {
    padding: .25em;
}

form.post-password-form input[type="submit"] {
    padding: .25em 1em;
    color: #fff;
    background: #196dba;
    border: none;
}


textarea{
    width:100%;
    min-height:5em;
    resize:vertical;
}

.formWrap dl {
    display: grid;
    gap:1em .5em;
    width:100%;
    grid-template-columns:30% 1fr;
}
.formWrap{
margin:4em auto;}

.formWrap dl input,
.formWrap dl textarea{
    width:100%;
    padding:.5em;
}
.formWrap dl textarea{
	line-height:1.4em;
}
.formWrap *[type="submit"]{
    display:block;
    width:20em;
    max-width:100%;
    margin:3em auto 0;
    padding:1em 2em;
    color:#fff;
    font-size:1em;
    font-weight:bold;
    letter-spacing:.1em;
    background:#196dba;
    border:none;
    border-radius:5px;
    cursor:pointer;
}
.formWrap dl dt{
    padding-top:.2em;
}
.formWrap dl label:not(:has([type="checkbox"])){
    display:flex;
    align-items:center;
    gap:0 1em;
    justify-content:space-between;
}
.formWrap dl .required::after{
    content:'必須';
    padding:.25em .5em;
    color:#c61c21;
    font-size:.7em;
    font-weight:bold;
   border:1px solid #c61c21;
}
span.wpcf7-form-control.wpcf7-checkbox label {
    display: flex;
    white-space: nowrap;
    gap: 1em;
    align-items: center;
}

span.wpcf7-list-item.first.last {
    margin-left: 0;
}
@media (max-width:768px){
    .formWrap dl {
        gap:.5em 0;
grid-template-columns:100%;}

    .formWrap dl dt:not(:first-of-type){
margin-top:.5em;        
    }
}