@charset "UTF-8";
@import url(css/reset.css);

/*
theme Name: 1moreBaby2025
Author: JIA
Description: original theme
version：1moreBaby2025
*/

/*フォント設定
-----------------------------------------*/
@font-face
{
    font-family: "en";
    src: url("font/Kurale-Regular.ttf") format("truetype");
    font-style: normal;
}

@font-face
{
    font-family: "min", serif;
    src: url("font/SawarabiMincho-Regular.ttf") format("truetype");
    font-style: normal;
}

@font-face
{
    font-family: "min2", serif;
    src: url("font/ZenAntiqueSoft-Regular.ttf") format("truetype");
    font-style: normal;
}

@font-face
{
    font-family: "min3", serif;
    src: url("font/Honoka_Shin_Mincho_L.otf") format("opentype");

}

/*色の設定
-----------------------------------------*/
:root
{
    --bluedeep: #92C4DA;
    --bluelight: #CFEAF5;
    --bluefont: #8EBCD1;
    --red: #EE887E;
    --graylight: #F7F7F7;
}

/*その他（全般）設定
-----------------------------------------*/
a
{
    color: #595757;
    text-decoration: none;
    text-decoration-line: none;
    transition: all 0.3s 0s ease
}

a:hover
{
    opacity: 0.8;
    text-decoration: none;
}

a.anchor
{
    display: block;

}

img
{
    width: 100%;
    max-width: 100%;
    height: auto
}

.pc-none
{
    display: none;
}

.sp-none
{
    display: block;
}

.clear
{
    clear: both;
}

html
{
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    font-size: 62.5%;
    scroll-padding-top: calc((var(--headerHeight, 110px)) + 30px);
    -ms-overflow-style: none;
    scrollbar-width: none;
}

html::-webkit-scrollbar
{
    display: none;
}

body
{
    margin: 0px;
    padding: 0px;
    -webkit-text-size-adjust: none;
    font-family: メイリオ,
        "Hiragino Kaku Gothic ProN",
        "ヒラギノ角ゴ ProN W3",
        "ヒラギノ角ゴ Pro W3",
        Osaka,
        Meiryo,
        "ＭＳ Ｐゴシック",
        sans-serif;
    color: #595757;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.01em;
}

:target::before
{
    content: "";
    display: block;
    height: 120px;
    margin: -120px 0 0;
}

@media (max-width: 769px)
{
    a.anchor
    {
        margin-top: -55px;
        padding-top: 55px
    }

    .pc-none
    {
        display: block;
    }

    .sp-none
    {
        display: none;
    }

    body
    {
        font-size: 15px;
        line-height: 1.7;
    }
}

/*ヘッダー
-----------------------------------------*/
header
{
    width: 100%;
    padding-top: 20px;
    margin-bottom: 6px;
    background: #fff;
}

.pc-link
{
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    display: flex;
}

/* PC Google検索 */
.pc-link .gsc-control-cse
{
    padding: 0;
}

.pc-link table.gsc-search-box td.gsc-input
{
    padding-right: 2px;
}

.pc-link .gsc-search-button
{
    margin-left: 0;
}

.pc-link .gsc-input-box
{
    height: 30px;
}

.pc-link .gsib_a
{
    background-position: left top;
    padding: 0;
}

.pc-link .gsib_a
{
    width: 223px;
    padding: 0 10px
}

.pc-link .gsc-search-button-v2
{
    background: var(--bluedeep);
    border: none;
    height: 30px;
    border-radius: 2px;
    margin-bottom: 1px;
}

.pc-link .gsc-search-button-v2:hover
{
    background: var(--bluedeep);
}

.pc-link-item:hover
{
    text-decoration: none;
}

.pc-link-item:last-child
{
    margin-right: 0;
}

.pc-link-item
{
    display: block;
    width: 129px;
    height: 37px;
    line-height: 37px;
    background: #fff4b6;
    margin-right: 15px;
    text-align: center;
    font-size: 15px;
}

.pc-link-item:hover
{
    text-decoration: none;
}

.pc-link-item.last
{
    margin-right: 0;
}

/*ロゴ*/
.logo-area
{
    width: 100%;
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.logo
{
    width: 298px;
}

/*SP用リンクボタン*/
.sp-link
{
    display: none;
}

.sp-link a
{
    display: none;
}

/* PCグランドメニュー */
header ul.menu
{
    display: flex;
    align-items: flex-end;
}

/*メニューの分割線*/
header ul.menu li.menu_main::before
{
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    display: block;
    width: 2px;
    height: 13.5px;
    background: var(--bluedeep);
}

header ul.menu li.menu_main:last-child::before
{
    background: none;
}

.menu>li.menu_main
{
    position: relative;
    font-family: 'en';
    font-size: 17px;
    font-weight: 600;
    color: var(--bluefont);
    height: 30px;
    padding: 4px 13px 0 11px;
}

.menu>li.menu_main span
{
    position: relative;
    padding: 0 6px 0 10px;
    display: flex;
    align-items: center;
    height: 24px;
    letter-spacing: 0.02em;
}

.menu>li.menu_main:hover span
{
    background: var(--bluedeep);
    color: #fff;
    border-radius: 6px;
}

/*hover時メニュー下の半月*/
.menu>li.menu_main:hover span::after
{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    bottom: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--bluedeep);
}

/*メニュー横の下向き矢印*/
.menu>li .arrow_down
{
    width: 10px;
    margin-left: 4px;
    margin-top: 2px;
}

/*サブメニュー*/
li.menu_main ul.menu_second-level
{
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 38px;
    left: -40%;
    background: #fff;
    border: 4.5px solid var(--bluedeep);
    padding: 20px 25px 20px 15px;
    display: block;
    -webkit-transition: all .2s ease;
    transition: all .3s ease;
}

li.menu_main:hover ul.menu_second-level
{
    visibility: visible;
    opacity: 1;
}

li.menu_main ul.menu_second-level li
{
    list-style: none;
    overflow: hidden;
    height: 0;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}

li.menu_main ul.menu_second-level li a img
{
    width: 10px;
    height: 10px;
    margin-right: 11px;
}

li.menu_main:hover ul.menu_second-level li
{
    list-style: none;
    padding: 9px 9px;
    overflow: visible;
    height: 30px;
    line-height: 1;
    margin-bottom: 5px;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}

li.menu_main:hover ul.menu_second-level li a
{
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-family: 'min', serif;
    font-size: 15px;
    color: var(--bluefont);
    letter-spacing: 0.1em;
}

li.menu_main:hover ul.menu_second-level li a:hover
{
    text-decoration: none;
}

/*サブメニューがマウスオンされたとき*/
li.menu_main:hover ul.menu_second-level li:hover
{
    background: #e9f3f8;
}


li.menu_contents:hover ul.second_contents
{
    width: 360px;
    left: -105px;
}

li.menu_report:hover ul.second_report
{
    width: 325px;
    left: -115px;
}

li.menu_contact:hover ul.second_contact
{
    width: 208px;
    left: -45px;
}

li.menu_about:hover ul.second_about
{
    width: 360px;
    left: -115px;
}

p.sitename
{
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
    padding-bottom: 6px;
}

a.en
{
    float: right;
    font-size: 13px;
    color: var(--bluefont);
    line-height: 1;
}

#drawer-checkbox,
#drawer-icon,
#drawer-content,
label#drawer-close
{
    display: none;
}

@media (max-width: 769px)
{
    header
    {
        display: block;
        padding: 16px 0 0;
        margin-bottom: 5px;
    }

    .logo-area
    {
        height: auto;
        line-height: 1;
        position: relative;
    }

    .logo p
    {
        font-size: 8px;
        padding-bottom: 5px;
    }

    .logo img
    {
        width: 199px;
    }

    .logo-area .pc-none
    {
        font-size: 7px;
        padding-bottom: 5px;
    }

    /*SP用リンクボタン*/
    .sp-link
    {
        width: 100%;
        height: 33px;
        display: flex;
        padding: 5px 0;
        margin-top: 10px;
    }

    .sp-link a
    {
        display: block;
        width: 50%;
        line-height: 23px;
        color: var(--bluefont);
        text-align: center;
        font-size: 12px;
        letter-spacing: 0.05em;
    }

    .sp-link a:first-child
    {
        border-right: 1px solid var(--bluedeep);
    }

    .sp-link a span
    {
        font-size: 8px;
    }

    header ul.menu
    {
        display: none;
    }

    /*PC用ヘッダーリンクボタン*/
    .pc-link,
    .pc-link-item
    {
        display: none;
    }

    /*スマホ用ページトップ*/
    .top-btn-sp
    {
        display: block;
        width: 40px;
        height: 40px;
        background: #8ebcd1;
        color: #fff;
        text-align: center;
        line-height: 40px;
    }

    /*ナビ、ドロワーメニュー*/

    label#drawer-icon
    {
        border: none;
        padding: 0;
    }

    #drawer-checkbox
    {
        display: none;
    }

    #drawer-icon
    {
        position: absolute;
        top: 0;
        right: 0;
        background-image: url(img/common/header_menu_icon.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        width: 40px;
        height: 40px;
        z-index: 300;
    }

    #drawer-content
    {
        display: block;
        overflow: auto;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 40;
        width: 290px;
        max-width: 90%;
        height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        opacity: 0;
        transition: all 0.3s ease-in-out 0s;
        padding-top: 95px;
    }

    #drawer-checkbox:checked~#drawer-content
    {
        opacity: 1;
        right: 0;
    }

    #drawer-content ul
    {
        height: calc(100vh - 95px);
        overflow: auto;
        background: #fff;
    }

    #drawer-close
    {
        display: none;
        position: fixed;
        z-index: 39;
        top: 95px;
        right: 0;
        width: 100%;
        height: 100%;
        background: #FFF;
        opacity: 0;
        transition: all 0.3s ease-in-out 0s;
    }

    #drawer-checkbox:checked~#drawer-close
    {
        display: block;
        opacity: 0.7;
    }

    /*ドロワーメニューの中身*/
    #drawer-content li a
    {
        color: #8EBCD1;
    }

    #drawer-content li a:hover
    {
        text-decoration: none;
    }

    #drawer-content li.nav-top
    {
        height: 60px;
        background-image: url(img/common/page_bg.jpg);
        font-size: 13px;
        padding-left: 2em;
        line-height: 60px;
    }

    #drawer-content li.nav-top a
    {
        color: #0092bc;
        display: flex;
        align-items: center;
    }

    #drawer-content li.nav-top img
    {
        width: 13px;
        height: 13px;
        margin-right: 5px;
        font-size: 15px;
    }

    #drawer-content li.nav-title
    {
        display: block;
        padding: 5px 10px 5px 15px;
        background: #8EBCD1;
        font-family: 'en';
        color: #fff;
        font-size: 15px;
    }

    #drawer-content li.page-link
    {
        padding: 13px 15px;
        font-size: 13.5px;
        color: #8EBCD1;
    }

    #drawer-content li.page-link img
    {
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }

    #drawer-content li.nav-line
    {
        border-bottom: 1px dashed #8EBCD1;
    }

    /*Google検索*/
    #drawer-content .serach
    {
        background: #fff;
    }

    #drawer-content .gsc-search-box-tools .gsc-search-box .gsc-input
    {
        padding: 0;
    }

    #drawer-content table.gsc-search-box
    {
        width: 100%;
    }

    #drawer-content form.gsc-search-box
    {
        margin: 10px auto !important;
        width: 90% !important;
    }

    #drawer-content .gsc-input-box
    {
        height: 38px !important;
        box-sizing: border-box !important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        border: 1px solid #dfe1e5;
        background: #fff;
        border-radius: 0;
    }

    #drawer-content table.gsc-search-box td.gsc-input
    {
        padding-right: 0;
    }

    #drawer-content .gsc-search-button-v2
    {
        background: var(--bluedeep);
        border: none;
        border-radius: 0;
        height: 38px;
    }

    #drawer-content .gsc-clear-button
    {
        display: none;
    }
}

/*フッター
-----------------------------------------*/
footer
{
    position: relative;
    width: 984px;
    display: flex;
    justify-content: space-between;
    padding: 12px 0 35px;
    margin: 12px auto 0;
}

footer::before
{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: url(img/common/dotline.svg);
    background-repeat: repeat-x;
}

/*SNSエリア*/
#footer-sns-link-area ul
{
    display: flex;
    line-height: 1;
}

#footer-sns-link-area .twitter
{
    margin-right: 5px;
}

#footer-sns-link-area .facebook
{
    height: 20px;
    margin-right: 15px;
}

/*その他リンクエリア*/
.link-box
{
    display: flex;
    align-items: center;
}

.link-box a.privacy,
.link-box p
{
    font-size: 11px;
    color: var(--bluefont);
    line-height: 1;
}

.link-box a.privacy
{
    display: flex;
    justify-content: end;
    padding-bottom: 5px;
}

.link-box a.privacy img
{
    margin-right: 3px;
    width: 10px;
    height: 10px;
}

.top-btn
{
    width: 96px;
    height: 32px;
    background-color: var(--bluedeep);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-align: center;
    line-height: 32px;
    letter-spacing: 0.05em;
    margin-left: 8px;
    color: #fff;
}

.top-btn img
{
    width: 10px;
    height: 8px;
    margin-right: 3px;
}

.top-btn:hover
{
    text-decoration: none;
}

@media (max-width: 769px)
{

    /*フッター
-----------------------------------------*/
    footer
    {
        width: 94%;
        height: 130px;
        padding: 5% 3%;
        display: block;
    }

    #footer-sns-link-area
    {
        width: 160px;
        margin: 0 auto;
        line-height: 1;
    }

    #footer-sns-link-area .twitter
    {
        margin-right: 10px;
    }

    .link-box
    {
        display: block;
        padding-top: 0.5em;
    }

    .link-item
    {
        text-align: center;
        padding-top: 0.8em;
        padding-bottom: 70px;
    }

    .link-box a.privacy
    {
        justify-content: center;
        padding-bottom: 10px;
        font-size: 12px;
    }

    .btn-box
    {
        left: 5%;
        top: 20%;
        width: 60px;
        height: 70px;

    }
}

/*SPフロート
-----------------------------------------*/
.float
{
    display: none;
}

@media (max-width: 769px)
{
    .float
    {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 10px 3%;
        display: flex;
        justify-content: end;
        z-index: 30;
    }

    .float .sp-link-item
    {
        display: block;
        padding: 0 1.6em;
        width: calc((96% - 40px)/2);
        height: 40px;
        background: #fff4b6;
        text-align: center;
        line-height: 40px;
        font-size: 13.5px;
    }

    .float .sp-link-item:hover
    {
        text-decoration: none;
    }

    .float .sp-top-btn
    {
        background: var(--bluedeep);
        width: 40px;
        height: 40px;
    }

    .float .sp-top-btn img
    {
        width: 20px;
        margin: 10px auto 0;
        display: block;
    }
}

/*レイアウト
-----------------------------------------*/
.container
{
    width: 1024px;
    margin: 0 auto 0;
    position: relative;
}

.inner
{
    width: 786px;
    margin: 50px auto;
}

.column3
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.column3 .container
{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: calc(100% - 190px);
}

.column3 .left_column
{
    width: 204px;
}

.column3 .center_column
{
    width: 605px;
}

.column3 .right_bn
{
    width: 170px;
    margin-left: 20px;
}

@media (max-width: 769px)
{
    .container
    {
        width: 94%;
    }

    .inner
    {
        width: 90%;
        margin: 25px auto;
    }

    .column3
    {
        width: 100%;
        margin: 20px auto;
    }

    .column3 .container
    {
        width: 100%;
        display: block;
    }

    .column3 .left_column,
    .column3 .center_column,
    .column3 .right_bn
    {
        width: 100%;
    }

    .column3 .left_column
    {
        margin-top: 20px;
    }

    .column3 .right_bn
    {
        margin-left: 0;
    }

}

/* 下層ページタイトル
-----------------------------------------*/
.page-title
{
    width: 100%;
    height: 385px;
    padding-top: 51px;
    background-image: url(img/common/page_bg.jpg);
    text-align: center;
}

.page-title p
{
    font-size: 31px;
    font-family: 'min', serif;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.2em;
}

/*.page-title p span.en
{
    font-family: 'en';
    font-weight: normal;
    margin-right: 0.1em;
}*/
/*
.page-title p span.min2
{
    font-family: 'min2';
    font-weight: normal;
    margin-right: 0.1em;
}*/

.page-title img
{
    width: 193px;
    padding-bottom: 20px;
}

@media (max-width: 769px)
{
    .page-title
    {
        height: 150px;
        padding-top: 15px;
    }

    .page-title p
    {
        font-size: 15px;
        line-height: 1.3;
    }

    .page-title img
    {
        width: 70px;
        padding-bottom: 10px;
    }
}