﻿@import url(./kosodate_body.css);
@import url(./topFreearea_map.css);
/*
html, body {
    overflow-x: hidden;
}
*/
/*jQuery フェードイン*/
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 800ms;
}

#floatmenu {
    border-bottom: initial !important
}

/* body */

h3 {
    display: inline;
}

body {
}

a {
    text-decoration: none;
}


/*:::::::::::::::::::::::::
 * 枠組 
 *::::::::::::::::::::::::*/

#container {
}


ul.pankuzu-item {
    display: table;
    padding-left: 10px;
}


/*:::::::::::::::::::::::::
 * ヘッダーメニュー
 *::::::::::::::::::::::::*/
#header {
    max-width: 1100px;
    margin: 0px auto;
    padding: 0px 0px;
}

#headerImg {
    width: 268px;
    float: left;
    padding-top: 15px;
    height: 60px;
}

.headMenuTtl {
    float: right;
    font-size: 14px;
    padding: 5px 0px 10px 15px;
}

    .headMenuTtl p {
        float: left;
        padding-right: 12px;
    }

/* Navigation Skip */
.Navigation ul {
    margin: 0;
    padding: 0;
}

.Navigation li {
    position: absolute;
    text-align: left;
    margin: 0;
    padding: 0;
    display: block;
}

.Navigation a {
    padding: 5px;
    display: inline;
    z-index: 99;
    text-decoration: none;
    position: absolute;
    width: 300px;
    left: -1000em;
    top: 0;
    font-weight: bold;
    text-align: center;
    font-size: 125%;
    /zoom:1;
}

    .Navigation a:focus,
    .Navigation a:active {
        position: absolute;
        top: 30px;
        left: 250px;
        background: #fff !important;
        border: 2px solid #000;
    }

img.imgFromText {
    max-height: 126px !important;
    max-width: 90px !important;
}

* html img.imgFromText {
    height: 126px !important;
    width: 90px !important;
}

/*:::::::::::::::::::::::::
 * スライドと新着を囲う
 *::::::::::::::::::::::::*/

.slide_news_wrapper {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}




/*:::::::::::::::::::::::::
 * スライド
 *::::::::::::::::::::::::*/


.slideArea {
    border: 3px solid #fff;
    border-radius: 5px;
}

.slide_image {
    border-radius: 5px;
}

@media screen and (min-width:1200px) {

    .flash li img {
        width: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        height: 500px;
    }
}



@media screen and (max-width:1200px) {

    .flash li img {
        width: 100%;
        height: auto;
    }
}


@media screen and (max-width:767px) {
    .slideArea {
        min-height: 100px;
    }
}

.bg_slideArea {
    padding-top: 25px;
}

.slidelogo {
    position: absolute;
    z-index: 100;
    bottom: 50%;
    left: 50%;
    margin-bottom: -100px;
    margin-left: -120px;
}

.slideArea {
    width: 1100px;
    margin: 0 auto;
    aspect-ratio: 1100/430;
}

.cloud2 {
    width: 100%;
    position: absolute;
    top: -1px;
    z-index: 100;
}

.cloud3 {
    width: 100%;
    position: absolute;
    bottom: -27px;
    z-index: 100;
}




/* スライド停止ボタン調整 */
.bx-controls-auto .bx-controls-auto-item {
    width: 15px !important;
    height: 12px !important;
}

@media screen and (max-width:1100px) {
    .slideArea {
        width: auto;
    }

    .slideArea {
        border: initial;
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff;
        border-radius: initial;
    }

    .slide_image {
        border-radius: initial;
    }
}



/*:::::::::::::::::::::::::
 * 新着情報
 *::::::::::::::::::::::::*/

.ttl_news {
    width: 147px;
}

.news_bg {
    padding-top: 40px;
    padding-bottom: 70px;
    background-repeat: repeat;
}

.newsarea {
    max-width: 900px;
    height: auto;
    margin: 0 auto;
    border-radius: 10px;
}

.koushinDay {
    margin-bottom: 5px;
}


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

.newsarea_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 55px;
}

    .newsarea_left img {
        margin-top: 70px;
    }





.rssarea {
    background: url(../images/kosodate/icon_rss.png)no-repeat 4px 3px;
    margin-top: 20px;
}

    .rssarea a {
        text-decoration: none;
        padding-left: 0px;
        color: #333333;
    }



.newsarea_right {
    width: 70%;
    padding-top: 10px;
    margin-left: 30px;
}

.info01 {
    padding: 3px 0px 7px 3px;
    margin: 0px 0px 10px 0px;
}

.info01 {
}

.listInfo {
    padding: 5px 3px 0px 2px;
    font-size: 1em;
    max-height: 400px;
    overflow: auto;
}

    .listInfo ul li {
        line-height: 130%;
        padding: 10px;
        background: url("../images/kosodate/icon_arrow2.svg") no-repeat;
        background-size: 5px;
        background-position: 2px 14px;
        padding-left: 16px;
        border-bottom: 2px dotted #D2D2D2;
        padding-bottom: 20px;
    }

.newTtl {
    font-weight: 500;
    color: #333;
}


a:link {
    color: #194593;
}

.textLink {
    line-height: 1.6;
}

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


.mottomirubutton {
    border-radius: 30px;
    padding: 6px;
    margin-bottom: 20px;
    margin-top: 5px;
    width: 150px;
    display: flex;
    justify-content: center;
    transition-duration: 0.2s;
}

    .mottomirubutton:hover {
        background-color: #FBFBFB !important
    }

    .mottomirubutton p {
        padding-right: 5px;
        text-decoration: none;
    }

a .textLink:hover {
    text-decoration: underline;
}

@media screen and (max-width:900px) {

    .ttl_news {
        width: 117px;
    }

    .newsarea_left img {
        margin-top: 30px;
    }

    .newsarea_left {
        padding-left: 0;
    }


    .newsarea {
        width: calc(100% - 20px);
    }

    .newsarea_wrapper {
        flex-direction: column;
    }

    .news_bg {
        padding-top: 10px;
    }

    .newsarea_right {
        width: 90%;
        padding-top: 10px;
        margin-left: 0px;
    }
}

@media screen and (max-width:450px) {

    .rssarea {
        margin-top: 8px;
        margin-bottom: 30px;
    }

    .ttl_news {
        width: 110px;
    }
}




/*==============
 年齢別で探す
================ */



.area_nenrei {
    width: 100%;
    text-align: center;
    background-color: #FFF6F6;
}

.map {
    margin: 0 auto;
}


.area_nenrei_2 {
    display: none;
}

.area_nenrei, .area_nenrei_2 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.area_nenrei_3 {
    display: none;
}

@media screen and (max-width:1366px) {
    .area_nenrei {
        display: none !important;
    }

    .area_nenrei_2 {
        display: block !important;
        width: 100%;
        text-align: center;
        background-color: #FFF6F6;
    }

    .map2 {
        margin: 0 auto;
    }
}

@media screen and (max-width:950px) {

    .area_nenrei_2 {
        display: none !important;
    }

    .area_nenrei_3 {
        display: block !important;
        width: 100%;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #FFFEF3;
    }

    .wrap_nenrei_btn {
        max-width: 460px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-around;
        margin: 0 auto;
        margin-top: 40px;
    }

        .wrap_nenrei_btn li img {
            width: 200px;
            margin-top: 10px;
            margin-bottom: 35px;
        }

    .ttl_nenrei {
        margin: 0 auto;
        width: 384px;
    }
}

@media screen and (max-width:900px) {
    .ttl_nenrei {
        width: 320px;
        padding-right: 35px;
    }
}



@media screen and (max-width:450px) {
    .ttl_nenrei {
        width: 270px;
    }

    .wrap_nenrei_btn li img {
        width: 167px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .wrap_nenrei_btn {
        margin-top: 20px;
        max-width: 370px;
    }
}


/*==============
 目的別で探す
================ */
.area_mokuteki {
    width: 100%;
    text-align: center;
    padding-top: 80px;
}

.bg_kumo01 {
    width: 100%;
    height: 96px;
    background-image: url("../images/kosodate/bg_kumo01.png");
    background-repeat: repeat-x;
}


.ttl_mokuteki {
    width: 270px;
    margin-bottom: 50px;
    padding-right: 40px;
}

.wrap1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    width: 960px;
    margin: 0 auto;
    margin-top: 0px;
}

.wrap2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    width: 680px;
    margin: 0 auto;
}


.area_mokuteki ul li a img {
    width: 190px;
}

@media screen and (max-width:950px) {
    .wrap1 {
        max-width: 370px;
    }

    .area_mokuteki ul li a img {
        width: 180px;
        margin-bottom: 0px;
    }

    .wrap2 {
        max-width: 370px;
    }
}


@media screen and (max-width:900px) {
    .ttl_mokuteki {
        width: 240px;
        margin-bottom: 30px;
    }

    .area_mokuteki {
        padding-top: 60px;
    }
}


@media screen and (max-width:450px) {
    .ttl_mokuteki {
        width: 195px;
    }

    .area_mokuteki ul li a img {
        width: 150px;
    }

    .wrap1, .wrap2 {
        max-width: 310px;
    }

    .area_mokuteki {
        padding-top: 50px;
    }
}

/*==============
 相談窓口
================ */

.ttl_soudan {
    width: 160px;
}


.area_soudan {
    width: 100%;
    text-align: center;
    height: auto;
    padding-top: 50px;
}


.wrap3 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    width: 1060px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 100px;
}

    .wrap3 img {
        width: 335px;
    }

.bg_kumo02 {
    width: 100%;
    height: 96px;
    background-image: url("../images/kosodate/bg_kumo02.png");
    background-repeat: repeat-x;
}


@media screen and (max-width:1100px) {
    .ttl_soudan {
        width: 120px;
    }

    .wrap3 {
        width: 340px;
        margin-bottom: 40px;
    }

        .wrap3 li {
            margin-bottom: 20px;
        }
}

@media screen and (max-width:650px) {
    .wrap3 img {
        width: 280px;
    }

    .wrap3 {
        width: 280px;
    }
}




/*================
 ちゃお
================ */


.chao_area {
    text-align: center;
    padding-top: 50px;
}

.ttl_chao {
    width: 760px;
}

.ttl_oshirase {
    width: 400px;
}

.wrap_chao_news {
    display: flex; /*
    background-color: red;*/
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-around;
    padding-top: 50px;
}

.kiji_list_area {
    max-width: 500px;
    height: 240px;
    border-radius: 10px;
    border: 1px solid #EBDDCB;
    overflow: auto
}

    .kiji_list_area li {
        max-width: calc(100% - 50px);
        margin: 0 auto;
        padding-top: 20px;
        text-align: left;
        border-bottom: 1px dashed #b5b5b5;
        padding-bottom: 10px;
    }

    .kiji_list_area .koushinDay {
        background: url("../images/kosodate/icon_arrow2.svg") no-repeat;
        background-position: 0px 6px;
        padding-left: 14px;
    }

.k_naiyo {
    padding-left: 10px;
}





.wrap_btn_oshirase {
    display: flex; /*
    background-color: green;*/
    max-width: 400px;
    margin: 0 auto;
    margin-top: 0px;
    justify-content: space-around;
    margin-top: 30px;
}

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


.mottomirubutton2 {
    border-radius: 30px;
    padding: 6px;
    margin-bottom: 20px;
    margin-top: 5px;
    width: 150px;
    display: flex;
    justify-content: center;
    transition-duration: 0.2s;
}

    .mottomirubutton2:hover {
        background-color: #FBFBFB !important
    }

    .mottomirubutton2 p {
        padding-left: 20px;
        text-decoration: none;
    }


.about_chao {
    border-radius: 50px;
    max-width: 1100px;
    margin: 0 auto;
    box-shadow: 2px 5px 5px 0px #dedede;
    display: flex;
    margin-bottom: 50px;
    margin-top: 50px;
    position: relative;
}


    .about_chao::before {
        background: url(../images/kosodate/icon_flower.svg);
        background-repeat: no-repeat;
        background-size: 68px;
        position: absolute;
        top: -27px;
        left: -12px;
        width: 68px;
        height: 70px;
        content: '';
    }

    .about_chao::after {
        background: url(../images/kosodate/icon_flower.svg);
        background-repeat: no-repeat;
        background-size: 68px;
        position: absolute;
        top: 0px;
        top: -27px;
        right: -12px;
        width: 68px;
        height: 70px;
        content: '';
    }

.ttl_about_chao {
    width: 195px;
    margin: 0 auto;
    display: block;
    padding-bottom: 30px;
}

.about_chao_left {
    width: 500px;
    padding: 50px 40px 80px 60px;
    position: relative;
}


    .about_chao_left::before {
        background: url(../images/kosodate/img_kids1.png);
        background-repeat: no-repeat;
        background-size: 322px;
        position: absolute;
        bottom: -25px;
        left: 141px;
        height: 90px;
        width: 322px;
        content: '';
    }

.about_chao p {
    line-height: 2em;
    max-width: 435px;
    margin: 0 auto;
}

.about_chao_right {
    width: 400px;
    height: 300px;
    padding-top: 50px;
}


.riyoujikan {
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    width: 410px;
    height: 130px;
    margin-bottom: 15px;
}


.kosodatesoudan {
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    width: 410px;
    height: 130px;
}

.riyoujikan_left {
    font-size: 1.125em;
    font-weight: bold;
    width: 110px;
    text-align: center;
    padding-top: 54px;
    padding-left: 15px;
}

.kosodatesoudan_left {
    font-size: 1.125em;
    font-weight: bold;
    width: 110px;
    text-align: center;
    padding-top: 52px;
    padding-left: 14px;
}

.riyoujikan_right span {
    font-size: 0.88em;
}

.kosodatesoudan_right span {
    font-size: 0.88em;
}

.riyoujikan_right {
    padding-left: 30px;
    width: 180px;
    padding-top: 30px;
    position: relative;
}

    .riyoujikan_right::before {
        background: url(../images/kosodate/line.png);
        background-repeat: repeat;
        background-size: auto;
        background-repeat: repeat;
        background-size: 1px;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 20px;
        left: -7px;
        width: 1px;
        height: 87px;
        content: '';
    }


.kosodatesoudan_right {
    padding-left: 30px;
    width: 180px;
    padding-top: 30px;
    position: relative;
}

    .kosodatesoudan_right::before {
        background: url(../images/kosodate/line.png);
        background-repeat: repeat;
        background-size: auto;
        background-repeat: repeat;
        background-size: 1px;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 20px;
        left: -7px;
        width: 1px;
        height: 87px;
        content: '';
    }


.wrap4 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    width: 730px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 70px; /*
    background-color: red;*/
}

    .wrap4 img {
        width: 350px;
    }


@media screen and (max-width:1150px) {
    .about_chao {
        max-width: 650px;
        flex-direction: column;
        padding-bottom: 40px;
    }

    .about_chao_left {
        margin: 0 auto;
    }

    .about_chao_right {
        margin: 0 auto;
    }
}



@media screen and (max-width:1000px) {

    .chao_area {
        padding-top: 20px;
    }


    .ttl_chao {
        width: 630px;
    }

    .wrap_chao_news {
        max-width: 600px;
        margin: 0 auto;
        margin-top: 0px;
        padding-top: 30px;
        flex-direction: column;
    }

    .ttl_oshirase {
        width: 350px;
    }

    .wrap_kijiArea {
        max-width: 500px;
        margin: 0 auto;
        margin-top: 20px;
    }
}

.ttl_chaoSP {
    display: none;
}



@media screen and (max-width:950px) {

    .wrap4 {
        width: 340px;
        margin: 0 auto;
        flex-direction: column;
        margin-bottom: 80px;
    }

        .wrap4 li {
            margin-bottom: 20px;
        }
}



@media screen and (max-width:700px) {

    .about_chao {
        max-width: calc(100% - 40px);
    }

    .about_chao_left {
        width: 330px;
    }

    .about_chao p {
        max-width: 340px;
    }

    .about_chao_left::before {
        background-size: 250px;
        bottom: -39px;
        left: 101px;
        height: 90px;
        width: 250px;
        content: '';
    }
}

@media screen and (max-width:650px) {
    .ttl_chaoSP {
        display: block;
        width: 340px;
        margin: 0 auto;
    }

    .ttl_chao {
        display: none;
    }

    .ttl_oshirase {
        width: 320px;
    }

    .wrap_kijiArea {
        max-width: calc(100% - 20px);
    }
}

@media screen and (max-width:500px) {
    .riyoujikan {
        width: 350px;
        margin: 0 auto;
    }

    .kosodatesoudan {
        width: 350px;
        margin: 0 auto;
        margin-top: 0px;
        margin-top: 20px;
    }

    .about_chao_left {
        padding: 50px 30px 40px 30px;
    }

    .about_chao p {
        max-width: 300px;
    }

    .about_chao_left::before {
        background-size: 200px;
        bottom: -68px;
        left: 92px;
        height: 90px;
        width: 200px;
    }

    .about_chao_left {
        width: 260px;
    }

    .about_chao::before {
        background-size: 48px;
        top: -8px;
        left: -12px;
        width: 48px;
        height: 48px;
        content: '';
    }

    .about_chao::after {
        background-size: 48px;
        top: -8px;
        right: -6px;
        width: 48px;
        height: 48px;
        content: '';
    }

    .riyoujikan_right {
        padding-left: 15px;
    }

    .kosodatesoudan_right {
        padding-left: 15px;
    }

    .riyoujikan_left {
        padding-top: 50px;
        padding-left: 10px;
    }

    .kosodatesoudan_left {
        padding-top: 50px;
        padding-left: 7px;
    }
}

@media screen and (max-width:450px) {

    .riyoujikan_left {
        font-size: 0.95em;
        padding-top: 38px;
        padding-left: 0px;
    }

    .riyoujikan_right {
        font-size: 0.95em;
        padding-top: 17px;
    }

        .riyoujikan_right::before {
            height: 60px;
        }


    .kosodatesoudan_left {
        font-size: 0.95em;
        padding-top: 38px;
        padding-left: 0px;
    }

    .kosodatesoudan_right {
        font-size: 0.95em;
        padding-top: 17px;
    }

        .kosodatesoudan_right::before {
            height: 60px;
        }


    .riyoujikan {
        width: 300px;
        height: 100px;
    }

    .kosodatesoudan {
        width: 300px;
        height: 100px;
    }

    .about_chao_right {
        height: 220px;
    }

    .about_chao_right {
        width: 300px;
        margin: 0 auto;
    }

    .about_chao {
        max-width: calc(100% - 20px);
    }

    .wrap4 img {
        width: 270px;
    }

    .wrap4 {
        width: 270px;
    }
}

@media screen and (max-width:430px) {

    .chao_area {
        padding-top: 0px;
    }

    .wrap_chao_news {
        padding-top: 20px;
    }

    .ttl_oshirase {
        width: 280px;
        margin-top: 20px;
    }

    .about_chao {
        margin-bottom: 30px;
    }
}




/*:::::::::::::::::::::::::
 *  アルバム
 *::::::::::::::::::::::::*/



.album_area {
    text-align: center;
}

.ttl_album {
    width: 530px;
}



.ttl_album {
    width: 530px;
}




.wrap_cont_album {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.wrap_ban {
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}

    .wrap_ban img {
        width: 509px;
    }

        .wrap_ban img:hover {
            position: relative;
            top: 1px;
            left: 1px;
        }

#banSlidealbum {
    width: 1080px;
    margin: 0 auto;
    margin-top: 30px;
}

.album_area .slick-slide img {
    width: 240px;
    height: 170px;
    object-fit: cover;
    border-radius: 10px;
}

.album_area .slick-slide {
    padding: 10px;
    margin-right: 10px;
    padding-bottom: 20px;
    width: 240px;
    height: 270px;
    border-radius: 10px;
    box-shadow: 2px 5px 5px 0px #dedede;
    margin-bottom: 20px;
}

.album_area p.kiji_koushinDay {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    text-align: left
}

.album_area p.kiji_title {
    padding-left: 1px;
    display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 2; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
}

.album_area .slick-dotted.slick-slider {
    margin-bottom: 0px;
}


#ban_slide_set_album {
    margin-bottom: 30px;
}

/*戻るボタン＜*/

.slick-prev {
    left: -40px !important;
}

#ban_slide_set_album .slick-prev::before {
    content: '';
    width: 30px;
    height: 30px;
    background: #9c9c9c;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    opacity: 1 !important;
}


#ban_slide_set_album .slick-prev::after {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    top: 34%;
    right: 0px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(225deg);
}



/*進むボタン＞*/

.slick-next {
    right: -40px !important;
}

#ban_slide_set_album .slick-next::before {
    content: '';
    width: 30px;
    height: 30px;
    background: #9c9c9c;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
    opacity: 1 !important;
}


#ban_slide_set_album .slick-next::after {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    top: 34%;
    left: 0px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}


.album_area .slick_toggle {
    width: 20px;
    font-size: 12px;
    padding: 1px;
    border: none;
    text-align: center;
    vertical-align: middle;
    display: inline;
    cursor: pointer;
    cursor: hand;
}


.album_area .slick_toggle_wrap span {
    position: absolute !important;
    right: 45px !important;
    bottom: 7px !important;
    border: solid 1px !important;
    border-radius: 2px !important;
    padding: 0px 1px 1px 1px !important;
    width: 50px !important;
    height: 18px !important;
}

.album_area .slick_toggle_wrap {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    position: relative;
    height: 20px;
}

    .album_area .slick_toggle_wrap p {
        color: #333333;
    }


    .album_area .slick_toggle_wrap span {
        right: -1px !important;
        bottom: -8px !important;
    }


@media screen and (max-width:1150px) {
    #banSlidealbum {
        width: 680px;
        margin: 0 auto;
        margin-top: 30px;
    }

    #banSlidealbum {
        width: 804px;
    }
}

@media screen and (max-width:1100px) {
    .wrap_ban img {
        width: 420px;
    }
}

@media screen and (max-width:900px) {
    .wrap_ban img {
        width: 420px;
    }

    #banSlidealbum {
        width: 264px;
    }
}


@media screen and (max-width:800px) {
    .ttl_album {
        width: 420px;
    }
}


@media screen and (max-width:700px) {
    .wrap_ban img {
        width: 340px;
    }

    .album_area {
        height: 650px;
    }
}

@media screen and (max-width:650x) {

    /*進むボタンの位置*/
    .album_area .slick-prev {
        left: -20px !important;
        top: 40% !important;
    }

    /*戻るボタンの位置*/
    .album_area .slick-next {
        right: -20px !important;
        top: 40% !important;
    }
}

@media screen and (max-width:550px) {
    .album_area .slick_toggle_wrap span {
        right: 24px !important;
        bottom: -8px !important;
    }

    .album_area .slick-slide {
        max-width: 300px;
        height: 260px;
    }

        .album_area .slick-slide img {
            width: 250px;
            height: 160px;
            object-fit: cover;
        }




    .album_area::after {
        height: 640px;
    }
}

.ttl_albumSP {
    display: none;
}

@media screen and (max-width:430px) {
    .ttl_album {
        display: none;
    }

    .ttl_albumSP {
        display: block;
        margin: 0 auto;
        width: 150px;
    }

    .wrap4 {
        margin-bottom: 20px;
    }
}



/*ドットの色*/
.slick-dots li button::before {
    color: #9f9898 !important;
}

.slick-dots li.slick-active button::before {
    color: #ffc4c4;
}

/*:::::::::::::::::::::::::
 * スライダーの再生・停止ボタン
 *::::::::::::::::::::::::*/
.slick_toggle_wrap {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    position: relative;
    height: 20px
}

    .slick_toggle_wrap span {
        position: absolute !important;
        right: 45px !important;
        bottom: 7px !important;
        border: solid 1px !important;
        border-radius: 2px !important;
        padding: 0px 1px 1px 1px !important;
        width: 50px !important;
        height: 18px !important;
    }


/* @media screen and (max-width:950px) {
        .slick_toggle_wrap span {
            right: 0px !important;
            top: 0px !important;
        }
    }*/


.slick_toggle {
    width: 20px;
    font-size: 12px;
    padding: 1px;
    border: none;
    text-align: center;
    vertical-align: middle;
    display: inline;
    cursor: pointer;
    cursor: hand;
}

.slick_toggl .stop {
    display: block;
    width: 20px;
    z-index: 10;
}

.slick_toggle .play {
    display: none;
    width: 0px;
    z-index: 0;
}

.slick_toggle.paused .stop {
    display: none !important;
    width: 0px !important;
    z-index: 0 !important;
}

.slick_toggle.paused .play {
    display: block !important;
    width: 60px !important;
    z-index: 10 !important;
}

#ban_slide_set_ijyu .slick_toggle_wrap {
    margin: 40px auto 0px;
}



/*:::::::::::::::::::::::::
 * 関連バナー
 *::::::::::::::::::::::::*/
.kanrenban_area {
    height: 300px;
}

.ttl_kanrenban {
    width: 130px;
    margin: 0 auto;
    padding-top: 25px;
}

.bannaiyo {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 30px;
    flex-wrap: wrap;
}


.imgBan {
    margin: 10px;
}

@media screen and (max-width:1100px) {
    .bannaiyo {
        max-width: 660px;
    }

    .kanrenban_area {
        height: auto;
        padding-bottom: 100px;
    }
}

@media screen and (max-width:650px) {
    .bannaiyo {
        max-width: 220px;
    }
}



/*================
 動くボタン
================ */

.menubtnwrapper img {
    transition-duration: 0.2s;
    cursor: pointer;
}

    .menubtnwrapper img:hover {
        transform: scale(1.02);
    }



/* wysiwyg */
#mainShosai table.__wys_table {
    width: auto;
}

.__wys_table td {
    border: solid 1px #000000;
    padding: 3px;
}

.__wys_table th {
    background-color: #eeffee;
    border: 1px solid #000000;
    font-weight: bold;
    padding: 3px;
}

/*:::::::::::::::::::::::::
 * 翻訳メニュー
 *::::::::::::::::::::::::*/


#foreignSP {
    display: none;
    width: calc(100% - 10px);
    margin: 5px auto 5px auto;
}

    #foreignSP .plus {
        background: url("../images/top1/btn_plus.png") 98% center no-repeat;
        background-size: 25px 25px;
    }

    #foreignSP .minus {
        background: url("../images/top1/btn_minus.png") 98% center no-repeat;
        background-size: 25px 25px;
    }

        #foreignSP .plus a,
        #foreignSP .minus a {
            display: block;
            height: 100%;
            padding: 15px 10px 15px 20px;
            font-weight: bold;
            text-decoration: none;
            margin: 0px;
        }

    #foreignSP .dspMode {
        display: block !important;
        border: 1px solid #736357 !important;
        border-radius: 5px;
    }

#foreignTitle {
    width: 100%;
    margin: 1px auto;
}

    #foreignTitle a {
        border: 1px solid #736357;
        padding: 10px 8px 10px 12px !important;
        color: #736357;
        display: block;
        height: 100%;
        font-weight: bold;
        border-radius: 5px;
    }

#foreignDsp {
    width: 100%;
    margin: 0px auto;
    padding: 2px 0px 6px 0px;
    display: none;
}

    #foreignDsp ul {
        width: 100%;
        margin: 0px auto;
    }

        #foreignDsp ul li {
            padding: 0px;
            width: calc(100% - 9px);
            margin: 2px 0px 0px 4px !important;
            float: left;
            background-size: 7px 10px;
