html {
    font-size: 62.5%;
}

body {
    margin: 0 auto;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

main {
    width: 100%;
    padding-top: 90px;
}

.wrap {
    overflow: hidden;
}


/* headerのCSS
   ========================================================================== */

#header {
    width: 100%;
    height: 90px;
    position: fixed;
    z-index: 100;
    overflow: auto;
    transition: all 0.15s linear;
    background-color: white;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.header-inner-pc {
    width: 95%;
    max-width: 1060px;
    margin: 0 auto;
}

.header-top {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top img {
    width: 120px;
    height: 40px;
}

.sNavi {
    display: flex;
}

.sNavi li {
    height: 20px;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0px 12px 0px 12px;
    border-left: 1px solid rgba(51, 51, 51, 0.3);
    border-right: 1px solid rgba(51, 51, 51, 0.3);
}

.sNavi li+li {
    border-left: 0;
    border-right: 1px solid rgba(51, 51, 51, 0.3);
}

.sNavi-inquiry {
    display: flex;
    align-items: center;
}

.sNavi-inquiry a {
    color: #009BD5;
}

.sNavi-inquiry img {
    width: 19px;
    height: 19px;
    padding-right: 7px;
}

.sNavi-number {
    display: flex;
    align-items: center;
}

.sNavi-number p {
    color: #37BEF0;
}

.sNavi-number img {
    width: 18px;
    height: 18px;
    padding-right: 5px;
}

.sNavi-access {
    display: flex;
    align-items: center;
}

.sNavi-access a {
    color: #333333;
}

.sNavi-access img {
    width: 16px;
    height: 16px;
    padding-right: 5px;
}

.gNavi {
    display: flex;
    justify-content: center;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0;
}

.gNavi li {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 5px 20px 0px 20px;
}

.gNavi a {
    color: #333333;
}

.gNavi a:hover {
    color: #009BD5;
}


/* パンくずのCSS
   ========================================================================== */

.breadcrumb {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #009BD5;
}

.breadcrumb-content {
    width: 95%;
    max-width: 1060px;
    margin: 0 auto;
}

.breadcrumb ol {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    padding: 2.5px 0;
    margin: 0;
}

.breadcrumb li {
    font-size: 1.2rem;
    color: white;
}

.breadcrumb li:after {
    /* >を表示*/
    content: '>';
    padding: 0 0.2em;
    color: white;
}

.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li:first-child a:before {
    content: '';
    display: inline-block;
    background-image: url(/images/home_shiro.png);
    background-size: contain;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 2px;
    width: 15px;
    height: 15px;
}

.breadcrumb li a {
    text-decoration: none;
    color: white;
    /*色*/
}


/* タイトルのCSS
   ========================================================================== */

.category-wrapper {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 0px;
    margin: 0 auto;
}

.category-header {
    width: 90%;
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
}

.category-header-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-header-title img {
    width: 60px;
    margin: 5px 20px 0px 0px;
}

.category-header h1 {
    font-size: 5rem;
    color: #333333;
    margin: 0;
    line-height: 1.2;
    text-align: left;
    padding-top: 10px;
}

.category-header h1 span {
    color: #009BD5;
}

.category-header-eng {
    font-size: 1.3rem;
    color: #009BD5;
    font-weight: bold;
    margin: 0;
}

.category-header-text {
    width: 100%;
    max-width: 843px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8;
    color: #333333;
    padding-top: 42px;
}

.category-header-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1050px;
    margin-top: 93px;
    margin-bottom: 65px;
}


/* コンテンツのCSS
   ========================================================================== */

.sitemap-wrapper {
    width: 100%;
    background-color: #EFEFEF;
    padding: 90px 0 95px 0;
}

.sitemap-container {
    width: 90%;
    max-width: 900px;
    background-color: white;
    border-radius: 5px;
    margin: 0 auto;
    padding: 85px 0 90px 0;
    display: flex;
    justify-content: center;
}

.list-top {
    color: #333333;
    font-size: 1.6rem;
    font-weight: bold;
}

.list-top a:hover {
    color: #009BD5;
}

.list-top+.list-top {
    padding-top: 30px;
}

.list-top::before {
    content: '';
    display: inline-block;
    background-image: url(../images/yajirusi_ao.png);
    background-size: contain;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 5px;
    font-weight: bold;
}

.list-sub p {
    font-size: 1.4rem;
    font-weight: normal;
    padding-top: 22px;
    padding-bottom: 5px;
    margin: 0;
}

.list-sub-link {
    padding-left: 20px;
}

.list-padding {
    padding-left: 60px;
}

.list-sub-link li a {
    line-height: 1.5;
}

.list-sub-link li::before {
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: block;
    position: relative;
    left: -12px;
    top: 0.8em;
    content: "";
    background: #009BD5;
}

.list-promo p {
    padding: 5px 0 5px 0;
}

.list-sub-link li:last-child {
    padding-bottom: 25px;
}


/* お問い合わせのCSS
   ========================================================================== */

.inquiry-wrapper {
    width: 100%;
    height: 781px;
    background-color: #C9E3ED;
    padding-top: 100px;
}

.inquiry-content {
    width: 95%;
    max-width: 1088px;
    height: 681px;
    margin: auto;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.title-small {
    color: #009BD5;
    font-size: 1.3rem;
    line-height: 0;
}

.title {
    font-size: 5rem;
    font-weight: bold;
    line-height: 0;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 59px;
    color: #009BD5;
}

.inquiry-text {
    display: flex;
    justify-content: center;
    width: 90%;
    font-size: 1.8rem;
    color: #333333;
}

.inquiry-number {
    display: flex;
    justify-content: center;
    align-items: center;
}

.inquiry-number img {
    width: 50px;
    height: 50px;
}

.inquiry-number p {
    font-size: 5rem;
    font-weight: bold;
    color: #333333;
    padding-left: 10px;
    margin: 0;
}

.inquiry-time {
    color: #333333;
    font-size: 1.6rem;
    padding-top: 8px;
    margin: 0;
}

.button-inquiry {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 42px;
}

.button-big {
    display: block;
    width: 90%;
    max-width: 500px;
    height: 110px;
    position: relative;
    color: white;
    font-size: 3rem;
    font-weight: bold;
    line-height: 3.6;
    text-decoration: none;
    text-align: center;
    border-radius: 80px;
    background: linear-gradient(90deg, rgba(0, 155, 213, 1) 0%, rgba(55, 190, 240, 1) 100%);
}

.button-big::before {
    content: '';
    display: inline-block;
    background-image: url(../images/mail_shiro.png);
    background-size: contain;
    vertical-align: middle;
    width: 44px;
    height: 30px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 5px;
    font-weight: bold;
}

.button-big:active::before {
    background-image: url(../images/mail_ao-big.png);
}

.button-big:active {
    color: #009BD5;
    outline: 1px solid rgba(0, 155, 213, 1);
    outline-offset: -1px;
    background: white;
}

.button-big::after {
    content: '';
    display: inline-block;
    background-image: url(../images/yajirusi_shiro.png);
    background-size: contain;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    position: absolute;
    font-weight: bold;
    top: 45px;
    right: 20px;
}

.button-big:active::after {
    background-image: url(../images/yajirusi_blue.png);
}

.pagetop {
    position: relative;
    width: 95%;
    max-width: 1088px;
    margin: 0 auto;
    text-align: center;
}

.pagetop a {
    position: absolute;
    width: 55px;
    height: 55px;
    top: 22px;
    right: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0080AF;
    opacity: 0.5;
    border-radius: 50px;
}

.pagetop img {
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
}


/* footerのCSS
   ========================================================================== */

#footer {
    width: 100%;
    background-color: #00709A;
}

.footer-wrapper {
    width: 95%;
    max-width: 1062px;
    margin: 0 auto;
    padding-top: 35px;
    display: flex;
    justify-content: space-between;
}

.footer-info {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.info {
    font-size: 1.3rem;
    line-height: 0;
    color: white;
}

.info p {
    padding-bottom: 12px;
}

.sns-logos {
    display: flex;
    align-items: center;
    padding-top: 33px;
}

.facebook-logo {
    width: 30px;
    height: 30px;
}

.instagram-logo {
    width: 30px;
    height: 30px;
    padding: 0 25px;
}

.youtube-logo {
    width: 33px;
    height: 23px;
}

.banner {
    padding-top: 34px;
}

.banner img {
    width: 181px;
    height: auto;
}

.footer-navi {
    display: flex;
    align-items: flex-start;
}

.border-line {
    width: 0;
    height: 390px;
    padding-top: 41.5px;
    margin-right: 5.5px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.navi {
    position: relative;
    top: -5px;
    margin: 0;
    height: 321px;
}

.navi a {
    color: white;
    font-size: 1.3rem;
}

.navi li {
    padding-bottom: 12.5px;
}

.navi a::before {
    content: '>';
    padding-right: 5px;
}

.copyright {
    text-align: center;
    color: white;
    font-size: 1.3rem;
    line-height: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}


/* ボタンのCSS
   ========================================================================== */

.button-access {
    margin-top: 3px;
    position: relative;
}

.button-access img {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 9px;
    top: 10px;
}

.button {
    display: flex;
    width: 181px;
    height: 30px;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #1A80AF;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 22.5px;
    background-color: white;
}

.button-opacity:hover {
    opacity: 0.7;
}


/* スマホ用
   ========================================================================== */

@media screen and (min-width: 961px) {
    .header-inner-sp {
        display: none;
    }
}

@media screen and (max-width: 960px) {
    main {
        padding-top: 70px;
    }
    /*----------------------------
    * header部分
    *----------------------------*/
    .header-inner-pc {
        display: none;
    }
    .header-inner-sp {
        display: block;
    }
    .header-inner-sp img {
        width: 110px;
        padding: 16px 0 0 20px;
    }
    #header {
        height: 70px;
    }
    .menu-contact {
        width: 100px;
        height: 42px;
        position: fixed;
        top: 12px;
        right: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #009BD5;
        font-size: 1.2rem;
        font-weight: bold;
        border: 1px solid #009BD5;
        border-radius: 5px;
    }
    .menu-contact a {
        display: block;
    }
    .menu-contact:hover {
        background-color: #009BD5;
        color: white;
    }
    /*----------------------------
    * メニュー開閉ボタン
    *----------------------------*/
    .menu-btn {
        position: fixed;
        top: 12px;
        right: 20px;
        z-index: 300;
        width: 44px;
        height: 44px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #009BD5;
        color: #fff;
        font-size: 1.6rem;
        border-radius: 5px;
    }
    /*----------------------------
    * メニュー本体
    *----------------------------*/
    .menu {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 200;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #009BD5;
    }
    .menu__item {
        width: 80%;
        height: auto;
        padding: 1em 0;
        text-align: center;
        color: #fff;
        font-size: 1.6rem;
        box-sizing: border-box;
        text-decoration: none;
    }
    .menu__item+.menu__item {
        border-top: 1px solid white;
    }
    /*----------------------------
    * アニメーション部分
    *----------------------------*/
    /* アニメーション前のメニューの状態 */
    .menu {
        pointer-events: none;
        opacity: 0;
        transition: opacity .3s linear;
    }
    /* アニメーション後のメニューの状態 */
    .menu.is-active {
        pointer-events: auto;
        opacity: 1;
    }
    .menu-btn {
        transition: background-color .3s linear;
        transition: color .3s linear;
    }
    .menu-btn.is-active {
        color: #009BD5;
        background-color: white;
    }
}

@media screen and (min-width: 561px) {
    .br-sp {
        display: none;
    }
}

@media screen and (max-width: 560px) {
    .br-pc {
        display: none;
    }
    /*----------------------------
    * main部分
    *----------------------------*/
    .category-header-title h1 {
        font-size: 2.8rem;
    }
    .sitemap-wrapper {
        padding: 60px 0;
    }
    .sitemap-container {
        padding: 60px 0;
    }
    .sitemap-list {
        padding-left: 10px;
        width: 90%;
        margin: 0 auto;
    }
    /*----------------------------
    * 問い合わせ部分
    ----------------------------*/
    .title {
        font-size: 4rem;
    }
    .button-big {
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2.5rem;
    }
    .button-big::before {
        width: 35px;
        height: 24px;
        position: relative;
        top: 3px;
    }
    .button-big::after {
        top: 32px;
    }
    .inquiry-wrapper {
        padding-top: 60px;
        padding-bottom: 90px;
        height: auto;
    }
    .inquiry-content {
        height: auto;
        padding: 60px 0 60px 0;
    }
    .inquiry-text {
        font-size: 1.6rem;
        line-height: 1.6;
    }
    .inquiry-number img {
        width: 40px;
        height: 40px;
    }
    .inquiry-number p {
        font-size: 3.3rem;
    }
    .inquiry-number p a {
        text-decoration: none;
    }
    .inquiry-time {
        font-size: 1.3rem;
    }
    /*----------------------------
        * footer部分
        *----------------------------*/
    .button {
        font-size: 1em;
        width: 160px;
    }
    .button::after {
        top: 6px;
    }
    .banner img {
        width: 150px;
    }
    .navi {
        padding: 0 0 0 3px;
    }
    .footer-wrapper {
        width: 90%;
    }
    .copyright {
        font-size: 1rem;
    }
}