@charset "UTF-8";
/*================================================
 *  一般・共通設定
 ================================================*/
html {
    scroll-padding-top: 90px;
}
body {
    font-size: 16px;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    line-height: 1.6;
    letter-spacing: 0.03em;
    -webkit-text-size-adjust: 100%;
    color: #341C09;
    box-sizing: border-box;
    background-image: url(../images/bg_beige-02-min.png);
}
a {
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
pre {
    margin: 1em 0;
    padding: 1em;
}
blockquote {
    margin-bottom: 1em;
    padding: 1em;
    border: 1px dotted #ddd;
    border-left: 5px solid #ddd;
}
dt {
    margin-bottom: 0.5em;
    border-bottom: 1px dotted #ddd;
}
dd {
    margin-bottom: 1em;
}
html {
    scroll-behavior: smooth;
}
/*================================================
 *  汎用クラス
 ================================================*/
/* 中央寄せ */
.center {
    text-align: center;
}
/* 左寄せ */
.left {
    text-align: left;
}
/* 右寄せ */
.right {
    text-align: right;
}
/* 写真中央寄せ */
.imgC {
    clear: both;
    overflow: hidden;
    margin: 0 auto 0px auto;
    text-align: center;
}
.imgC img {
    margin-bottom: 10px;
}
/* 写真左寄せ */
.imgL {
    width: 980px;
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    margin-bottom: 30px;
    position: relative;
}
/* 写真右寄せ */
.imgR {
    clear: both;
    overflow: hidden;
    margin-bottom: 50px;
}
.imgR img {
    float: right;
    margin: 0 0 0 10px;
}
/* ボタン */
.btn a {
    position: relative;
    display: inline-block;
    padding: 15px 60px 15px 60px;
    margin: 10px auto 0px;
    color: #00a9e4 !important;
    text-align: center;
    text-decoration: none;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
    background: #fff;
}
.btn a:hover {
    color: #fff;
    background: #333;
}

.btn a:hover {
    color: #fff;
    background: #333;
}
.more {
    margin-top: 4px;
    margin-right: 20px;
}
.arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before, .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
/*リンク*/
a.link_txt {
    color: #29ABE2!important;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-decoration: underline;
}
a.link_txt:hover {
    text-decoration: none;
}
a.display_ib {
    display: inline-block;
}
/*================================================
 *  ヘッダー
 ================================================*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(250, 250, 250, 0.8);
    z-index: 100;
    box-shadow: 0px 9px 16px -6px rgba(0,0,0,0.6);
}
header:after {
    content: "";
    display: block;
    clear: both;
}
header p.header_logo {
    float: left;
    height: 50px;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    z-index: 999;
    padding: 5px 0 10px 10px;
    box-sizing: border-box;
}
header p.header_logo a {
    display: inline-block;
    height: 40px;
    width: 120px;
}
/*header p.header_kodomo_logo {
    float: left;
    height: 70px;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    z-index: 999;
    padding-top: 10px;
    width: 80px;
}*/
header p.header_logo img,
header p.header_kodomo_logo  img {
    vertical-align: top;
    width: 100%;
}

.inner {
    position: relative;
    width: 980px;
    margin: 0px auto;
}
/*@media screen and (max-width:769px) {
header {
    height: 50px;
    }
header p.header_kodomo_logo {
    padding: 0 0 0 10px;
    width: 50px;
    }
}*/

/*large*/
@media (min-width: 600px) {
header {
    height: 70px;
    }
header p.header_logo {
    height: 60px;
    padding: 10px;
}
header p.header_logo a {
    height: 50px;
    width: 160px;
    }
}
/*================================================
 *  グローバルナビゲーション
 ================================================*/
/* PC用 */
@media print, screen and (min-width:769px) {
    nav.gnav:after {
        content: '';
        display: block;
        clear: both;
    }
    nav.gnav {
        float: right;
    }
    /* 共通 */
    nav.gnav ul {
        margin-top: 10px;
        padding: 0;
    }
    nav.gnav ul li {
        position: relative;
        line-height: 80px;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    nav.gnav ul li a {
        display: block;
        background: #341C09;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        margin-left: 10px;
    }
    nav.gnav ul li:hover > a {
        color: #fff;
        background: #F7A726;
    }
    /* 1段目 */
    nav.gnav > ul > li {
        position: relative;
        width: 120px;
        float: left;
        margin: 0;
        padding: 0;
        text-align: center;
        list-style: none;
        line-height: 50px;
    }
    /*スポンサーページのみ*/
    nav.gnav.sponsor_nav > ul > li {
        width: 140px;
    }
    nav.gnav > ul > li.subnav a {
        padding-right: 20px;
    }
    nav.gnav > ul > li.subnav > a:after {
        position: absolute;
        content: "";
        top: 50%;
        width: 0;
        height: 0;
        margin-top: -2.5px;
        margin-left: 10px;
        border: 5px solid transparent;
        border-top-color: #fff;
    }
    /* 2段目 */
    nav.gnav ul li ul {
        position: absolute;
        z-index: 3;
        top: 100%;
        left: 0;
        width: 180px;
        margin: 0;
        padding: 0;
    }
    nav.gnav ul li ul li {
        overflow: hidden;
        height: 0;
        color: #fff;
        transition: .2s;
        width: 120px;
        border: none!important;
    }
    nav.gnav ul li ul li a {
        padding: 0 15px;
        text-align: left;
        background: #333;
        font-weight: normal;
    }
    nav.gnav ul li ul li a:hover {
        background: #444;
    }
    nav.gnav ul li:hover > ul > li {
        overflow: visible;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #555;
    }
    nav.gnav ul li:hover ul li:last-child {
        border-bottom: none;
    }
    nav.gnav > ul > li:last-child > ul {
        left: -60px;
    }
    nav.gnav ul li ul li ul:before {
        position: absolute;
        content: "";
        top: 17.5px;
        left: -20px;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-left-color: #fff;
    }
    nav.gnav > ul > li:last-child ul li ul:before {
        position: absolute;
        content: "";
        top: 17.5px;
        left: 200%;
        margin-left: -20px;
        border: 5px solid transparent;
        border-right-color: #fff;
    }
    /* 3段目 */
    nav.gnav ul li ul li ul {
        top: 0;
        left: 100%;
    }
    nav.gnav ul li ul li ul li {
        width: 100%;
    }
    nav.gnav ul li ul li:hover > ul > li {
        border-bottom: 1px solid #555;
    }
    nav.gnav > ul > li:last-child > ul li ul {
        left: -100%;
    }
    nav.gnav ul li ul li ul li a {
        background: #444;
    }
    nav.gnav ul li ul li ul li a:hover {
        background: #666;
    }
    /* 3段目 */
    nav.gnav > ul {
        display: block !important;
    }
    #spMenu {
        display: none;
    }
}
/* タブレット・スマートフォン用 */
@media screen and (max-width:769px) {
    nav.gnav {
        display: none;
    }
    nav.gnav ul {
        margin: 0;
        padding: 0;
    }
    nav.gnav > ul {
        z-index: 2;
        overflow: auto;
        position: fixed;
        top: 50px;
        right: 0;
        width: 100%;
        height: 88%;
        height: -webkit-calc(100% - 50px);
        height: calc(100% - 50px);
    }
    nav.gnav li {
        position: relative;
        width: 100%;
        float: none;
        margin: 0;
        text-align: left;
        list-style: none;
        border-bottom: 1px solid #fff;
        background: #341C09;
    }
    nav.gnav li:first-child {
        border-top: 0;
    }
    nav.gnav li:last-child {
        border-bottom: 0;
    }
    nav.gnav li a {
        display: block;
        padding: 10px 20px;
        color: #fff;
        text-decoration: none;
        background: #341C09;
    }
    nav.gnav li a:hover {
        color: #fff;
        background: #222;
    }
    nav.gnav ul ul {
        display: none;
        position: relative;
    }
    nav.gnav li li a {
        box-sizing: border-box;
        width: 100%;
        padding: 10px 30px 10px 34px;
        text-align: left;
    }
    nav.gnav li li li a {
        padding: 10px 20px 10px 48px;
    }
    nav.gnav .subnav > a:before {
        display: block;
        content: "";
        position: absolute;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 20px;
        right: 20px;
        width: 10px;
        height: 10px;
        margin-top: -5px;
        background: #f1f1f1;
    }
    nav.gnav .subnav > a:after {
        display: block;
        content: "";
        position: absolute;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 20px;
        right: 20px;
        width: 10px;
        height: 10px;
        margin-top: -10px;
        background: #000;
    }
    nav.gnav .subnav a:hover:after {
        background: #222;
    }
    nav.gnav .subnav.active > a:before {
        margin-top: 0;
    }
    nav.gnav .subnav.active > a:after {
        margin-top: 5px;
    }
    .spMenuWrap {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        background: transparent;
    }
    #spMenu {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    #spMenu:hover {
        cursor: pointer;
    }
    #navBtn {
        display: inline-block;
        position: relative;
        width: 30px;
        height: 30px;
        border-radius: 5%;
        background: #341C09;
    }
    #navBtnIcon {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 14px;
        height: 2px;
        margin: -1px 0 0 -7px;
        background: #f1f1f1;
        transition: .2s;
    }
    #navBtnIcon:before, #navBtnIcon:after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 14px;
        height: 2px;
        background: #f1f1f1;
        transition: 0.3s;
    }
    #navBtnIcon:before {
        margin-top: -6px;
    }
    #navBtnIcon:after {
        margin-top: 4px;
    }
    #navBtn .close {
        background: transparent;
    }
    #navBtn .close:before, #navBtn .close:after {
        margin-top: 0;
    }
    #navBtn .close:before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    #navBtn .close:after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1;
}
.totop a {
    display: block;
    text-decoration: none;
}
.totop img {
    background: #F7A726;
}
.totop img:hover {
    background: #e143b4;
}

/*================================================
 *  だしわけ
 ================================================*/
.pc-show {
    display: none;
}
.sp-show {
    display: block;
}
@media screen and (min-width: 769px) {
.pc-show {
        display: block;
    }
.sp-show {
        display: none;
    }
}

/*================================================
 *  インデント
 ================================================*/

.indent01 {
  text-indent: -1em;
  padding-left: 1em
}