@charset "UTF-8";

:root {
    --peachy-pink: #ff9999;
    --coral-pink: #ff6069;
}

body {}

span,label{
    display: inline-block;
    vertical-align: middle;
}

td{
    word-break: break-all;
}
#contents{
    width: 1120px;
    justify-content:space-between;
    height: 100%;
    margin: 40px auto;
    display: flex;
}

/*TODO common*/
input["checkbox"],
input["radio"] {
    display: none;
}

.img {}

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

.bg_img {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 60%;
    background-position: center center;
    background-color: #eee;
}

svg {}

svg * {}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

* {
    color: #707070;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

button{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    width: auto;
    /*min-width: 150px;*/
    text-align: center;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #6ed1fa;
    border: 1px solid #6ed1fa;
    padding: 10px 40px;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}
button.cancel{
    background: #fff;
    color: #6ed1fa;
}
button.pink{
    background: #f485a1;
    border: 1px solid #f485a1;
}
button.yellow{
    background: #F4B60B;
    border: 1px solid #F4B60B;
}
button.peachy-pink{
    background: #FF9999;
    border: 1px solid #FF9999;
}
button:hover{
    background: #4cb0fa;
    border: 1px solid #4cb0fa;
}
button.pink:hover{
    background: #e36380;
    border: 1px solid #e36380;
}
button.yellow:hover{
    background: #e98a2c;
    border: 1px solid #e98a2c;
}
button.peachy-pink:hover{
    background: #FF8888;
    border: 1px solid #FF8888;
}
button.cancel:hover{
    background: #eee;
    color: #6ed1fa;
}
#main {
    padding-top: 125px;
}
#main-login {
    padding-top: 100px;
}
.a_btn {
    /*border-radius: 1.5px;*/
    border-radius: 50px;
    background-color: #388dbe;
    display: block;
    font-size: 24px;
    width: 260px;
    text-align: center;
    padding: 12px 20px;
    position: relative;
    margin: 20px auto 0;
}
.a_btn span {
    color: #fff;
}

.a_btn svg {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.a_btn svg * {
    stroke: none;
}

.reg_btn {}

.login_btn {}

.w_div {
    max-width: 1470px;
    min-width: 800px;
    margin: 0 auto;
}

.sec {
    margin-bottom: 70px;
    position: relative;
}

.sec:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.naname_bg {
    background-color: #F4BBBB;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #FFEFEF), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #FFEFEF), color-stop(.75, #FFEFEF), color-stop(.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
}

.sankaku {
/*    border-right: 50px solid transparent;
    border-bottom: 86.6025px solid #b2ce54;
    border-left: 50px solid transparent;*/
}

.main_body {
    width: 1120px;
    margin: 0 auto;
    padding: 40px 0 5px 0;
}

.main_body_body {
    width: 800px;
}

.main_body_side {
    width: 280px;
    margin-left: 40px;
}

.main_ft {
}

/* 大見出し */
.cont_title {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 14px;
    overflow: hidden;
}
.cont_title.event_cont_title {
    margin: 10px 10px 0 10px;
}

.cont_title:before {
    content: "";
    background-color: #F5F5F6;
    position: absolute;
    width: 100%;
    height: 7px;
    bottom: 0;
    left: 0;
    width: 350px;
}

.cont_title span {
    font-size: 25px;
    padding-left: 45px;
}

.cont_title span b {
    font-size: 40px;
}

.cont_title svg {
    width: 38px;
    height: 38px;
    margin-bottom: 0;
    position: absolute;
    /*top: 55%;*/
    top: 47%;
    transform: translateY(-50%);
}

.cont_title .a_more {
    color: #ff6069;
    display: block;
    position: absolute;
    right: 0;
    bottom: 14px;
}

.cont_title svg {
    fill: #FF9999;
}
.cont_title svg * {
    stroke: #FF9999;
}

/* メインビジュアル */
.main-visual-wrap {
    height: 500px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-position: calc(50% + 20px) 50%;
}
.main-visual-video {
    height: 500px;
    background-size: cover;
    background-position: center;
}
.top-key {
    width: 100%;
    overflow-x: hidden;
}
.slide-wrapper {
    width: 4800px;
    position: absolute;
    margin-left: -1200px;
}
.slide-container {
    width: 1200px;
    margin: 0 auto;
    height: 500px;
    position: relative;
}
.bx-wrapper {
    margin-bottom: 0;
    border: none;
}
.bx-wrapper .bx-controls-direction a {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    z-index: 100;
    /* filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6)); */
}
.bx-wrapper .bx-next {
    background: url(../../img/user/top-slide-arrow-r.webp);
    background-position: center !important;
    background-size: contain;
    background-repeat: no-repeat;
    /* right: 1210px; */
    right: calc(100% - 2390px);
}
.bx-wrapper .bx-prev {
    background: url(../../img/user/top-slide-arrow-l.webp);
    background-position: center !important;
    background-size: contain;
    background-repeat: no-repeat;
    left: 1210px;
}
.top-video-banner {
    display: block;
    width: 100%;
    height: 100%;
}

/* 吹き出し */
.top_open{
    position: absolute;
    width: 540px;
    height: auto;
    top: 5%;
    left: 5%;
}

/* サーチボックス */
.sch_box {
    background: rgba(0,0,0,0.4);
    padding: 13px;
    border-radius: 7px;
    margin-bottom: 60px;
}

.sch_box .hd {}

.sch_box .hd span {
    color: #fff;
}

.sch_box .hd .span1 {
    font-size: 30px;
    margin-right: 32px;
}

.sch_box .hd .span2 {}

.sch_box .hd {
    text-align: left;
}

.sch_box .body {}
.sch_box .body {
    width: 680px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sch_box .body select {
    width: 30%;
}
.sch_box .body .enter {
    background: #fff;
    padding: 6px;
    border-radius: 0 7px 7px 0px;
}
.sch_box .body .enter button{
    padding: 11px;
    width: 60px;
    height: 60px;
    border: none;
    background: #f7991e;
    border-radius: 7px;
}

.sch_box .body .enter button svg{
    width:100%;
    height:100%;
}
.sch_box .body .enter button svg *{
    stroke:none;
}

.sch_box .body .select {}
.sch_box .body .select1 {}

.sch_box .body .select1 p {}

.sch_box .body .select1 .txt1 {}

.sch_box .body .select1 .icon {}

.sch_box .body .select2 {}

/* パンくず */
.top_news_slide {
    width: 100%;
    font-size: 18px;
    background: -webkit-gradient(linear, left top, right top, from(#F1F1F1), color-stop(70%, #F1F1F1), color-stop(70%, #FF9999), to(#FF9999));
    background: linear-gradient(to right, #F1F1F1 0%, #F1F1F1 70%, #FF9999 70%, #FF9999 100%);
}

.top_news_slide .w_div {
    /*width: 1120px;*/
    width: 100%;
    background: #f1f1f1;
}

.top_news_slide .w_div .hd {
    width: 100px;
    text-align: left;
    position: relative;
    padding-left: 14px;
}

.top_news_slide .hd:after {
    content: "";
    width: 2px;
    height: calc(100% - (-40px));
    background: #c1c1c1;
    position: absolute;
    right: 0;
    top: -20px;
}

.top_news_slide .hd p {}

.top_news_slide .hd .date {
    margin-right: 10px;
}

.top_news_slide .w_div > div {
    padding: 20px 5px;
}

.top_news_slide .w_div .body {
    width: calc(100% - 380px);
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top_news_slide .body p {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.top_news_slide .body span {
    display: inline;
}

.top_news_slide .w_div .ft {
    background-color: #FF9999;
    display: -webkit-box;
    display: -ms-flexbox;
    width: 280px;
    padding: 0px;
    align-items: center;
}

.ft a.flex{
    width: 100%;
    padding: 52px 20px;
    text-decoration: none;
    align-items: center;
}

.top_news_slide .ft p {
    color: #fff;
}

.top_news_slide .ftvg {}

.top_news_slide .ft svg {
    width: 25px;
    margin-left: 2px;
}

.top_news_slide .ft svg * {
    stroke: #fff;
}

/* マップ */
#map{
    position: relative;
    background: #efefef;
}
#map_reload{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.map_sec {}

.map_sec > .in {
    border: solid 3px #fff;
    background-color: #F4BBBB;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #FFEFEF), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #FFEFEF), color-stop(.75, #FFEFEF), color-stop(.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
}

.map_sec .bg {}

.map_sec {
    padding-top: 0;
}

.map_sec .map_svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-size: contain;
}

.map_sec .map_svg svg {
    width: 100%;
    height: 100%;
}

.map_sec .map_svg svg * {
    stroke: F4BBBB;
}

.map_cont {
    background: #F9E1E7;
    height: 0;
    padding: 0;
    padding-top: 100%;
    position: relative;
}

.map_cont_in {
    background: #f3e4e8;
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: solid #fff 5px;
    background-color: #f7f1f3;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.15, #F9E1E8), color-stop(.15, transparent), color-stop(0.15, transparent), color-stop(.15, #F9E1E7), color-stop(.25, #F9E1E7), color-stop(.25, transparent), to(transparent));
    -webkit-background-size: 20px 20px;
    top: 0;
    left: 0;
    margin-top: 10px;
    margin-left: 10px;
}

.map_box {
    position: absolute;
    width: auto;
    margin-top: 67%;
    margin-left: 64%;
    z-index: 100;
    top: 0;
    left: 0;
}
.map_box:hover {
    z-index:1000;
    width: 350px;
}

.map_box0{
    margin: 42% 0 0 38%;
}
.map_box1{
    margin: 14% 0 0 74%;
}
.map_box2{
    margin: 77% 0 0 19%;
}
.map_box3{
    margin: 38% 0 0 74%;
}
.map_box4{
    margin: 23% 0 0 47%;
}
.map_box5{}
.map_box6{}

.map_box .hd {
    background: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    padding: 5px 10px;
    border-radius: 3px;
    width: 120px;
    font-size: 30px;
    color: #707070;
}

.map_box:hover .hd {
    background: #ff9999;
    text-align: center;
    font-size: 20px;
    padding: 15px 0;
}

.map_box .hd svg {
    width: 25px;
    height: 25px;
    margin-top: 13px;
    margin-right: 6px;
}

.map_box .hd svg * {
    stroke: #EB5479;
}

.map_box .hd p {}

.map_list {
    position: absolute;
    width: auto;
    margin-top: 32%;
    margin-left: 75%;
    z-index: 100;
    top: 0;
    left: 0;
}

.map_list1 {
    margin-top: 20%;
    margin-left: 40%;
}

.map_list2 {
    margin-top: 45%;
    margin-left: 6%;
}
.map_list .sub_checkbtn{
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #dedede;
    position: relative;
    padding: 7px 15px 10px 40px;
    border-radius: 5px;
    /* margin-right: 30px; */
    margin: 5px;
    vertical-align: middle;
}

.map_list .sub_checkbtn::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #919191;
    border-radius: 5px;
    margin-left: 10px;
    background-color: #fff;
    vertical-align: middle;
}

.map_list .sub_check:checked + .sub_checkbtn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 16px;
    width: 7px;
    height: 14px;
    transform: rotate(45deg) translate(-75%, -45%);
    border-bottom: 3px solid #ff6069;
    border-right: 3px solid #ff6069;
}

.map_list .sub_check:checked + .sub_checkbtn {
    background: #ff9999;
    color: #fff;
}
.map_box:hover .hd p {
    color: #fff;
    text-align: center;
    width: 100%;

}

.map_box:hover .hd svg {
    display: none;
}

.map_box .body {
    display: none;
}

.map_box:hover .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    margin-top: 56px;
    margin-left: 0;
    padding: 0;
    background: #ff9999;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 3px 0 10px;
}

.map_box .body a {
    background: #fff;
    display: inline-block;
    padding: 10px 5px;
    margin: 9px 4px 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 15px);
}

.map_box .body a svg {
    width: 15px;
    height: 15px;
    margin-top: 7px;
}

.map_box .body a svg * {
    stroke: #EB5479;
}

.map_box .body a p {}

.map_cont_in .submit{
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: #ff6069;
    border: none;
    z-index: 100;
}
.map_cont_in .submit:hover{
    background: #ee6666;
}


/* 施設 */
.build_sec {}

.build_cont {
    /*height: 650px;*/
    position: relative;
    width: 100%;
}

.build_cont .a_box {
    float: left;
    width: calc(25%);
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: solid 2px;
    border-bottom: solid 2px;
    border-right: solid 2px;
    border-color: #ccc;
    margin-right: 0;
}

.build_cont .a_box::before{
    display:none;
}

.build_cont .a_box::before{
    display: none;
}

.build_cont .a_box.a_box0 {
    border-left: solid 2px #ccc;
}

.build_cont .a_box,
input[type=checkbox] + label {
    margin-bottom: 0px;
    padding: 0;
    margin-right: 0;
    padding: 5px 0px;
    margin-left: 0px;
}

.build_cont .a_box {
    background: #fff;
    overflow: hidden;
}

.build_cont .a_box:hover,.build_cont .build_check:checked+.a_box{
    background-color: #ff9999;
    overflow: inherit;
    border: solid 2px #ff9999;
}

.build_cont .a_box:hover p,.build_cont .build_check:checked+.a_box p{
    color: #fff;
}

.build_cont .a_box p {}

.build_cont .a_box .p1 {}

.build_cont .a_box .p2 {}

.build_cont .a_box:after {
    content: "";
}

.build_cont .a_box:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid var(--peachy-pink);
    position: absolute;
    margin-left: -15px;
    left: 50%;
    margin-top: 6px;
    z-index: 10;
}

.build_cont .a_box p {}

.build_cont .a_box .p1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: -5px;
}
.build_cont .a_box .p1.empty {
    margin-top: 12px;
    margin-bottom: -17px;
}

.build_cont .a_box .p2 {}

.build_cont .b_box {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*position: absolute;*/
    width: 100%;
    margin-top: 69px;
    padding: 26px 5px 0;
    background: #f5f5f6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.build_check+.a_box+.b_box{
}
.build_check:checked+.b_box, .b_box.active{
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
}

.build_cont .b_box .box:hover{
    opacity: 0.6;
    transition: 0.3s;
}

.build_cont .b_box .box {
    width: calc(33.3% - 16px);
    margin: 0 8px;
    background: #fff;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 0 3px #00000047;
    box-shadow: 0 0 3px #00000047;
    border-radius: 5px;
}
.build_cont .b_box .box a {
    display: block;
    position: relative;
}

.build_cont .b_box .sq_build {}

.build_cont .b_box .sq_build .img {}

.build_cont .b_box .sq_build .img img {}

.build_cont .b_box .box .bg_img {}

.build_cont .b_box .box .body {
    padding: 4px;
}

.build_cont .b_box .box .body p {}

.build_cont .b_box .box .body .p1 {
    font-size: 16px;
    font-weight: bold;
    color: #f37171;
}

.build_cont .b_box .box .body .p2 {
    font-size: 14px;
}

/* 園リスト（共通）*/
.nursery_post{
    position: relative;
    width: calc(33.3% - 16px);
    margin: 8px;
    background: #fff;
    -webkit-box-shadow: 0 0 3px #00000047;
    box-shadow: 0 0 3px #00000047;
    border-radius: 5px;
    cursor: pointer;
}

.nursery_post .bg_img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.nursery_post .face{
    position: absolute;
    top: 30px;
    right: 20px;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}

.nursery_post .face{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url() center center no-repeat;
    background-size: contain;
}

.nursery_post .face.good{
    background-image: url(../../img/user/face1.png);
}
.nursery_post .face.great{
    background-image: url(../../img/user/face3.png);
}
.nursery_post .face.soso{
    background-image: url(../../img/user/face4.png);
}
.nursery_post .face.bad{
    background-image: url(../../img/user/face2.png);
}

.nursery_post .heart{
    position: absolute;
    top: 5px;
    right: 5px;
}

.nursery_post .heart{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../../img/user/heart_off.svg) center center no-repeat;
    background-size: contain;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}

.nursery_post .heart.active{
    background-image: url(../../img/user/heart_on.svg);
}

.nursery_post .heart:hover{
    background-image: url(../../img/user/heart_on.svg);
}

.nursery_post .body {
    padding: 8px;
}

.nursery_post .body .p1 {
    font-size: 16px;
    font-weight: bold;
    color: #f37171;
}

.nursery_post .body .p2 {
    font-size: 14px;
}

.nursery_post.small{
    width: calc(25% - 12px);
    margin: 6px;
}
.nursery_post.small .body .p1{
    font-size: 0.9em;
    line-height: 1.5em;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}
.nursery_post.small .body .p2{
    font-size: 0.8em;
    line-height: 1.5em;
    /*height: 3.4em;*/
    margin-top: 5px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}

.nursery_post:hover{
    opacity: 0.6;
    transition: 0.3s;

}

/* こだわり */
.kodawari_cont {
    background: #f5f5f6;
    padding: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*min-height: 127px;*/
}

.kodawari_cont a {
    background: #fff;
    padding: 5px 10px;
    margin: 6px;
    width: calc(25% - 12px);
    text-align: center;
    border-radius: 5px;
    display: block;
}

.kodawari_cont a:hover {
    background: #ff9999;
}
.kodawari_cont a:hover span{
    color: #fff;
}
.free_search_cont{
    background: #f5f5f6;
    display: flex;
    padding: 10px;
    border-radius: 5px;
}
.free_search_cont input[type="text"]{
    width: calc(100% - 50px);
    height: 50px;
    padding: 12px;
    font-size: 18px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #333;
}
.free_search_cont button {
    display: inline-block;
    width: 40px;
    padding: 11px;
    width: 50px;
    height: 50px;
    border: none;
    background: #f7991e;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.free_search_cont button svg {
    width: 30px;
    height: 30px;
}

/* 会員ログイン */
.member_cont {
    background-color: #fff2c4;
    padding: 10px;
    border-radius: 14px;
}

.member_cont .hd {
    font-weight: bold;
    font-size: 20px;
    border-bottom: solid 3px #ffd43d;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.member_cont .body {}

.member_cont .body .sen {}

.member_cont .body .box {
    position: relative;
}

.member_cont .body .box p {
    margin-bottom: 7px;
}

.member_cont .body .box .btn {
    color: #fff;
    display: block;
    text-align: center;
    padding: 16px 0;
    border-radius: 8px;
    margin-bottom: 20px;
}

.member_cont .body .box .btn.reg_btn {
    background-color: #f485a1;
}

.member_cont .body .box .btn.reg_btn:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    margin-top: 26px;
}

.member_cont .body .box .btn.login_btn {
    background-color: #9fd7ee;
}

.sample_btn a{
    font-size: 18px;
    display: block;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    margin: 10px 2px;
    opacity: 1;
    background: #54c5f3;
    width: 50%;
    text-align: center;
}
.sample_btn a:hover {
    opacity: 1;
    background: #54b4e2;
}

.reg_btn a{
    display: block;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    margin: 10px 2px;
    opacity: 1;
    background: #54c5f3;
    width: 400px;
    text-align: center;
}
.reg_btn a:hover {
    opacity: 1;
    background: #54b4e2;
}

.reg_pink_btn a{
    display: inline-block;
    color: #fff;
    font-size: 20px;
    padding: 10px 30px;
    margin: 10px 20px 0 0;
    opacity: 1;
    background: #f485a1;
    width: 400px;
    text-align: center;
    border-radius: 6px;
    border-style: solid;
    border-color: #6097c4;
    border-width: 2px;
}
.reg_pink_btn a:hover {
    opacity: 1;
    background: #ff9999;
}
.reg_pink_btn2 a{
    display: block;
    color: #fff;
    font-size: 20px;
    padding: 10px 30px;
    margin: 15px 20px;
    opacity: 1;
    background: #f485a1;
    width: 400px;
    text-align: center;
    border-radius: 6px;
    border-style: solid;
    border-color: #6097c4;
    border-width: 2px;
}
.reg_pink_btn2 a:hover {
    opacity: 1;
    background: #ff9999;
}

/* サイドバーのバナー */
.banner_cont {}

.banner_cont a {
    display: block;
    margin: 28px 0;
    padding-top: 100%;
}

/* サイドバーのお気に入り */
.side_list_cont {
    background: #f5f5f6;
    padding: 14px;
    margin-top: 23px;
}

.side_list_cont .a_more {
    color: #ff6069;
    text-decoration:underline;
}

.side_list_cont .a_more:after{
}

.fav_cont {}

.side_list_cont .yoko_list {}

.yoko_list .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    margin-bottom: 11px;
    position: relative;
    padding: 5px;
}

.yoko_list .box:hover{
    opacity: 0.6;
    transition: 0.3s;
}

.yoko_list .box .bg_img {
    height: 0;
    padding-top: 78px;
    width: 25%;
}

.yoko_list .box .body {
    padding-left: 5px;
    width: 70%;
}

.yoko_list .box .body p {}

.yoko_list .box .body .p1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    /*width: 13em;*/
    color: #ff6069;
    font-weight: bold;
    overflow: hidden;
}

.yoko_list .box .body .p1:after {
    /*content: "...";*/
}

.yoko_list .box .body .p2 {}


/* サイドバーのその他 */
.side_other_cont {}

.side_other_cont .box {
    background: #f5f5f6;
    padding: 11px;
    margin-top: 20px;
}

.side_other_cont .box .hd {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #ccc;
    padding-bottom: 10px;
}

.side_other_cont .box .hd svg {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 5px;
    top: 4px;
}

.side_other_cont .box .hd svg * {
    stroke: #f4abbe;
}

.side_other_cont .box .hd span {}

.side_other_cont .box .body {}

.side_other_cont .box .body p {}

/* えんみっけについて */
.about_text{
    font-size: 16px;
    font-weight: bold;
    color: #707070;
    margin-top: 20px;
    margin-bottom: 30px;
    /*width: 100%;
    height: auto;
    vertical-align: baseline;*/
}

.about_cont {}

.about_cont .row {}

.about_cont .row .box {
    border: 5px #A6A6A6 solid;
    border-radius: 5px;
    margin: 0 5px;
}

.about_cont .row .box .body {
    margin-top: 6px;
    margin-bottom: 16px;
}

.about_cont .row .box .body p {}

.about_cont .row .box .body .p1 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}

.about_cont .row .box .body .p2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #FF9999;
    margin-bottom: 10px;
}

.about_cont .row .box .body .p3 {
    color: #707070;
}
.about_cont .row .box .body .p3 span{
    margin-top: 5px;
    font-size: 14px;
    color: #707070;
}


.about_cont .row1 {}
.about_cont .row1 .box {
    padding: 0 10px 0;
    width: 100%;
}

/*.about_cont .row1 :hover{
    opacity: 0.8;
    transition: 0.3s;
}*/



/* 就活フェア/イベント情報 */
.back_yellow {
    /*background-color: #eed831;*/
    padding-top: 5px;
    /*border-radius: 5px;*/
    /*border: solid 2px #ff5f5f;*/
}
.back_yellow > .cont_title:before {
    /*height: 0 !important;*/
    width: 550px;
}
.back_yellow > ul .slick-dots{
    /*background-color: #eed831;*/
    /*padding-bottom: 20px;*/
    /*border-radius: 5px;*/
}
.back_yellow > .top-slider .slick-dots li button:before {
    font-size: 20px;
    /*color: #ffffff !important;*/
    color: #ff6069;
    /*opacity: 0.7;*/
}
.back_yellow > .top-slider .slick-dots.slick-active li button:before {
    opacity: 0.75;
}
.back_yellow > ul .slick-track {
    /*margin-bottom: 40px;*/
    /*margin-top: 20px;*/
}

/* えんみっけとは */
.back_about > .cont_title:before {
    width: 400px;
}

.box-body {
    position: relative;
}
.event_head > b {
    color: #ff5f5f !important;
    font-weight: bold;
}
.event_wrap {
    /*border: solid 3px #ff5f5f;*/
    border: solid 3px #e0e0e0;
    /*background-color: #fff;*/
    /*background-color: #f7e34a;*/
    background-color: #f0eded;
    padding: 6px;
    border-radius: 5px;
    margin: 0 10px;
    height: 170px;
}
.event_title {
    margin: 0 10px;
    font-size: 16px;
    color: #575457;
    font-weight: bold;
    line-height: 1.4em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.event_schedule {
    margin: 10px 10px 0 10px;
    font-size: 16px;
    color: #575457;
    font-weight: bold;
    line-height: 1.4em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.fair_pref {
    position: absolute;
    margin-left: 10px;
    top: 120px;
}
/*.event_area_data {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    margin-top: 3px;
}*/
.event_area {
    display: flex;
    background-color: #f49e08;
    color: #ffffff;
    padding: 0 16px;
    border-radius: 20px;
    font-size: 14px;
}
.event_btn_wrap {
    display: flex;
    justify-content: center;
    /*padding-top: 30px;*/
    margin-top: 20px;
    margin-bottom: 20px;
}
.event_btn {
    background-color: #f7e34a;
    color: #707070;
    font-size: 24px;
    font-weight: bold;
    /*border: solid 2px #707070;*/
    /*border-radius: 5px;*/
    border-radius: 50px;
    padding: 12px 200px;
    text-decoration: underline;
}

/* リアルボイス */
.pbv {
    padding-bottom: 25px;
}
.voice_head {
    line-height: 1.2em;
    padding-left: 30px;
}
.voice_title {
    color: #575457 !important;
    margin-left: 10px;
    line-height: 1.6em;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.voice_body {
    margin-left: 10px;
    margin-bottom: 10px;
    color: #575457;
    font-size: 12px;
    line-height: 1.6em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.voice_btn_wrap {
    display: flex;
    justify-content: center;
}
.voice_btn {
    background-color: #ff9999;
    color: #f1f1f1;
    border: solid 2px #f1f1f1;
    font-size: 24px;
    font-weight: bold;
    border-radius: 50px;
    padding: 12px 200px;
    text-decoration: underline;
}
.realvoice_title {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 14px;
    overflow: hidden;
}
.realvoice_title:before {
    content: "";
    background-color: #F5F5F6;
    position: absolute;
    height: 7px;
    width: 550px;
    bottom: 0;
    left: 0;
}
.realvoice_title span {
    font-size: 40px;
    line-height: 1.1em;
    padding-left: 55px;
    font-weight: bold;
}
/*
.realvoice_title span b {
    font-size: 38px;
}
*/
.realvoice_title svg {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    position: absolute;
    /*top: 50%;*/
    top: 35%;
    transform: translateY(-50%);
}
.realvoice_title .a_more {
    color: #ff6069;
    display: block;
    position: absolute;
    right: 0;
    bottom: 14px;
}
.realvoice_title svg {
    fill: #FF9999;
}
.realvoice_title svg * {
    stroke: #FF9999;
}

/* コラム */
.colmn_sec {
    width: 1120px;
    margin: 0 auto;
}

.colmn_cont {}

.colmn_cont .row {}

.colmn_cont .row .box {}

.colmn_cont .row .box .img {}

.colmn_cont .row .box .body {
    margin-top: 6px;
    margin-bottom: 16px;
}

.colmn_cont .row .box .body p {}

.colmn_cont .row .box .body .p1 {
    line-height: 1.4em;
    font-size: 18px;
    font-weight: bold;
}

.colmn_cont .row .box .body .p2 {
    color: #78af99;
}

.colmn_cont .row1 {}
.colmn_cont .row1 .bg_img {
    border-radius: 5px;
}

.colmn_cont .row1 .box {
    padding: 0 10px 0;
    width: 100%;
}

.colmn_cont .row1 :hover{
    opacity: 0.8;
    transition: 0.3s;
}

.colmn_cont .row2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.colmn_cont .row2 .box {
    width: 25%;
    padding: 0 8px;
}

.colmn_cont .row2 :hover{
    opacity: 0.8;
    transition: 0.3s;
}
.colmn_cont .row2 .bg_img {
    border-radius: 5px;
}

/*TODO 新着情報とおしらせ*/

.top_news_sec {
    background: #f5f5f6;
    padding: 0;
    margin: 40px 0 0 0;
}

.top_news_sec .w_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1120px;
    padding: 40px 0;
}

.top_news_sec .news_list_cont {
    width: calc(50% - 20px);
}


.top_news_sec .news_list_cont:nth-child(1) {
    margin-right: 20px;
}

.top_news_sec .news_list_cont:nth-child(2) {
    margin-left: 20px;
}


.top_news_sec .news_list_cont .body {}

.top_news_sec .news_list_cont .body .box {
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
    cursor: pointer;
}

.top_news_sec .news_list_cont .body .box p {}

.top_news_sec .news_list_cont .body .box .p1 {}

.top_news_sec .news_list_cont .body .box .p2 {
    color: #78af99;
    margin-top: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.top_news_sec .news_list_cont .body :hover{
    opacity: 0.7;
}


/* ==================================================
フッター
================================================== */
.global-footer {
    background: #ff9999;
    border-top: solid 5px #ff6069;
}

.global-footer:after {
/*
    content: '';
    height: 41px;
    display: block;
    background: #ff6069;
*/
}

.global-footer .footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 63px 0 10px;
}

.global-footer .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
}

.global-footer .footer-content .left-column{
    width: 75%;
}

.global-footer .footer-content .right-column{
    width: 25%;
    margin-left: 60px;
    padding-left: 60px;
    border-left: dotted #fff 2px;
    display: none;
}

.global-footer .footer-content .right-column .bg_img{
    width: 100%;
    height: 0;
    padding-top: 40%;
}

.sns_total{}
.sns_total{}
.sns_total .hd{}
.sns_total .hd p{
    color: #fff;
    margin: 13px 0;
}

.sns_total .body{}
.sns_total .body a{
    display: inline-block;
    margin: 0 19px 0 0;
    width: 50px;
    height: 50px;
}
.sns_total .body a svg{
    width: 100%;
    height: auto;
}

.sns_total .body a svg *{
    stroke:none;
    path:none;

}

/* ロゴ
-------------------------------------------------- */
.footer-logo {
    margin: 0 0 24px;
    padding: 0 0 37px;
    border-bottom: 1px solid #b8b8b8;
}

/* SNSリンク
-------------------------------------------------- */
.footer-sns-list {
    margin: 0 0 0 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-sns-list li {
    margin: 0 22px 0 0;
}

/* ナビ
-------------------------------------------------- */
.footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
}

.footer-nav > ul {
    max-width: 230px;
    margin: 10px;
}

.footer-nav > ul > li {
    margin: 0 0 8px;
    padding: 0 0 0 26px;
    line-height: 1.8;
    font-size: 15px;
    font-weight: bold;
    background: url(../../img/user/arrow-left-drop-circle.svg) left top 3px no-repeat;
}

.footer-nav > ul > li:before{
}

.footer-nav > ul > li li {
    margin: 0 0 0 30px;
    padding: 0 0 0 14px;
    font-size: 14px;
    font-weight: normal;
    position: relative;
}
.footer-nav > ul > li li:before{
    content:"-";
    font-size: 30px;
    color: #fff;
    position: absolute;
    left: 0;
    top: -18px;
}
.footer-nav a {
    color: #fff;
}
.footer-nav img {
    width: 80%;
}

/* コピーライト
-------------------------------------------------- */
.footer-copyright-wrap {
    text-align: center;
    padding: 10px 0;
    color: #fff;
    background: #ff6069;
}

.footer-copyright-wrap small{
    color: #fff;
}

.footer-isms {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.footer-copyright {
    margin: 0 25px 0 0;
    font-size: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.footer-copyright a {
    color: inherit;
}

/* ==================================================
ヘッダー
================================================== */
.global-header {
    background: #fff;
    border-top: solid 10px #ff6069;
    padding-top: 6px;
}

.global-header .header-content {
    height: 80px;
    padding: 0 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.global-header .header-content .header-logo{
    margin-top: 23px;
}

.global-header .header-content .header-logo a{
    width: 380px;
    display: block;
    background-size: contain;
    height: 90px;
    background-repeat: no-repeat;
}

.global-header .header-content .header-logo a{
    background-image: url(../img/main_logo.png);
}

.global-header .header-content .cont_r{}
.global-header .header-content .cont_r *{
    color: #ff6069;
}

.global-header .header-content .cont_r .cont1 a svg{
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 5px;
}

.global-header .header-content .cont_r .cont1 a svg *{
    fill: #ff6069;
    stroke:none;
}

.global-header .header-content .cont_r .cont{}
.global-header .header-content .cont_r .cont1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 240px;
    margin-bottom: 21px;
    margin-top: 38px;
}
.global-header .header-content .cont_r .cont1 a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
}

.global-header .header-content .cont_r .cont1 .mypage_a{}
.global-header .header-content .cont_r .cont1 .mypage_a svg{
}

.global-header .header-content .cont_r .cont1 .chat_a{
    position: relative;
}
.global-header .header-content .cont_r .cont1 .chat_a p{
    color: #fff;
    background: #ff6069;
    position: absolute;
    right: -13px;
    top: -11px;
    padding: 0 10px;
    border-radius: 100%;
}
.global-header .header-content .cont_r .cont1 .chat_a svg{
}

.global-header .header-content .cont_r .cont1 .clender_a{
    background: #ff6069;
    color:#fff;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
}
.global-header .header-content .cont_r .cont1 .clender_a span{
    color: #ff6069;
    background: #fff;
    display: block;
    padding: 0 10px;
    border-radius: 100%;
    margin-left: 9px;
}

.global-header .header-content .cont_r .cont1 .clender_a svg{
}
.global-header .header-content .cont_r .cont1 .clender_a svg *{
    stroke:none;
    fill:#fff;
}

.global-header .header-content .cont_r .cont2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.global-header .header-content .cont_r .cont2 a{
    display: block;
    background: #d46767;
    padding: 7px;
    color: #fff;
    padding: 14px 53px;
    margin-right: 26px;
    border-radius: 6px;
}
.global-header .header-content .cont_r .cont2 a svg{}
.global-header .header-content .cont_r .cont2 a svg *{
    stroke:#ccc;
}

.header-content .cont_r .cont2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.login_btn {
    display: block;
    padding: 7px;
    color: #fff;
    padding: 10px 34px;
    border-radius: 6px;
}
.login_btn.a1{
    background: #ff9999;
    margin-right: 12px;
}
.login_btn.a2{
    background: #54c5f3;
    margin-right: 12px;
}
.login_btn.a1:hover{
    opacity: 1;
    background: #ff8888;
}
.login_btn.a2:hover{
    opacity: 1;
    background: #54b4e2;
}

.global-header .header-content .cont_r .cont2 .a1{
    background: #ff9999;
}
.global-header .header-content .cont_r .cont2 .a2{
    background: #54c5f3;
}

.global-header .header_cont2{
    margin-top: 58px;
    padding: 0 40px;
}

/* グローバルナビトップ
-------------------------------------------------- */
.global-header .header-global-nav {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.global-header .header-global-nav ul {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    width: 100%;
}

.global-header .header-global-nav li {
    height: inherit;
}

.global-header .header-global-nav a {
    height: inherit;
    text-align: center;
    line-height: 1.2;
    color: inherit;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    border-left: solid 1px #ccc;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #805939;
    font-weight: bold;
    font-size: 18px;
    padding: 12px 0;
}

.global-header .header-global-nav a svg{
    width: 38px;
    height: 38px;
    margin-right: 13px;
}
.global-header .header-global-nav a svg *{
    stroke:#ecc238;
}

.global-header .header-global-nav .clm_a svg *{
    fill:#f7ce47;
}


/* 通常リンク
------------------------- */
.global-header .header-global-nav .normal-links li {
    margin-right: 34px;
    width: 25%;
}

/* 特殊リンク
------------------------- */
.global-header .header-global-nav .special-links li {
    width: 120px;
}

.global-header .header-global-nav .special-links li a {
    color: #fff;
}

.global-header .header-global-nav .special-links li a:hover {
    text-decoration: none;
}

.global-header .header-global-nav .special-links li span {
    width: 100%;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sub-header {
}

.sub-header .header-content {
    height: 60px;
    padding: 0 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ff6069;
}

.sub-header .header-content .header-logo a{
    position: relative;
    width: 280px;
    display: block;
    background-size: contain;
    height: 50px;
    background-repeat: no-repeat;
}

.sub-header .header-content .header-logo a img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 90%;
}

.sub-header .header-content .header-logo .sub_logo_a{}

.sub-header .header-content .cont_r{
}
.sub-header .header-content .cont_r *{
    color: #ffffff;
}

.sub-header .header-content .cont_r .cont1 a svg{
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 5px;
}

.sub-header .header-content .cont_r .cont1 a svg *{
    stroke: none;
}

.sub-header .header-content .cont_r .cont{}
.sub-header .header-content .cont_r .cont1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
    margin-top: 22px;
}
.sub-header .header-content .cont_r .cont1 a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
}

.sub-header .header-content .cont_r .cont1 .mypage_a .st0{
    fill:#fff;
}

.sub-header .header-content .cont_r .cont1 .chat_a{
    position: relative;
    margin-right: 30px;
}
.sub-header .header-content .cont_r .cont1 .chat_a p{
    color: #ff6069;
    background: #fff;
    position: absolute;
    right: -13px;
    top: -3px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 100%;
    text-align: center;
}
.sub-header .header-content .cont_r .cont1 .chat_a svg{
}

.sub-header .header-content .cont_r .cont1 .chat_a #パス_5222{
    stroke:#fff;
    fill:#fff
}

.sub-header .header-content .cont_r .cont1 .chat_a #パス_5223{
    stroke:#fff;
    fill:#fff
}

.sub-header .header-content .cont_r .cont1 .chat_a #パス_5224{
    stroke:#fff;
    fill:#fff
}

.sub-header .header-content .cont_r .cont1 .chat_a #パス_5225{
    stroke:#fff;
    fill:#fff
}

.sub-header .header-content .cont_r .cont1 .clender_a{
    background: #ffffff;
    color: #ff6069;
    padding: 8px;
}
.sub-header .header-content .cont_r .cont1 .clender_a span{
    color: #fff;
    background: #ff6069;
    display: block;
    /* padding: 0 10px; */
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 100%;
    margin-left: 9px;
}

.sub-header .header-content .cont_r .cont1 .clender_a svg{
}
.sub-header .header-content .cont_r .cont1 .clender_a svg *{
    stroke: #ff6069;
    fill:#ff6069;
}

.sub-header .header-content .cont_r .cont2{
    /*display: none;*/
}

.sub-header .header_cont2{margin-top: 0;padding: inherit;}


#header-login{
    /*display: flex;*/
    position: fixed;
    background: #e4e4e4;
    height: 100px;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
 }

#header-login .header-inner{
    position: relative;
    width: 70%;
    margin: 0 auto;
    height: 100%;
}

#header-login .header-inner a.logo svg{
    position: absolute;
    /*width: 30%;*/
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/*
#header-login .header-right{
    position: relative;
    width: 60%;
    height: 100%;
    margin: 10px 0;
    color: #ff6069;
    font-size: 22px;
}*/

#footer-login{
    background: #ff6069;
}

#footer-login .footer-inner{
    width: 90%;
    margin: 0 auto;
    height: 80px;
    display: flex;
    align-items: center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
}

#footer-login .footer-inner li{
    display: inline-block;
}

#footer-login .footer-inner li:not(:first-child){
    border-left: solid #fff 1px;
}

#footer-login .footer-inner a{
    color: #fff;
    padding: 10px;
}
#footer-login .footer-inner .copy{
    color: #fff;
}

/* グローバルナビ
-------------------------------------------------- */
.sub-header .header-global-nav {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sub-header .header-global-nav > ul {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    width: 100%;
}

 .sub-header .header-global-nav li {
    height: inherit;
}

.sub-header .header-global-nav li li {
    height: 0;
    overflow: hidden;
    transition: .2s;
}
.sub-header .header-global-nav li:hover > ul > li {
    height: 50px;
    overflow: visible;
    transition: .2s;
}

.sub-header .header-global-nav a {
    height: 65px;
    text-align: center;
    line-height: 1.2;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    border-left: solid 1px #ccc;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #805939;
    font-weight: bold;
    font-size: 18px;
    padding: 12px 5px;
    background: #fff;
    transition: .2s;
}
.sub-header .header-global-nav li li a {
    position: relative;
    height: 50px;
    margin-left: 1px;
    border-left: none;
    border-right: solid -10px #ccc;
    border-top: solid 1px #ccc;
    font-size: 16px;
}
.sub-header .header-global-nav a:hover {
    background: #eaeaea;
}

.sub-header .header-global-nav a svg{
    width: 30px;
    height: 30px;
    margin-right: 13px;
    margin: 5px 10px;
}
.sub-header .header-global-nav li li a svg{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.sub-header .header-global-nav a svg *{
    stroke:#ecc238;
}

.sub-header .header-global-nav .clm_a svg *{
    fill:#f7ce47;
}


/* 通常リンク
------------------------- */
.sub-header .header-global-nav .normal-links > li {
    /*margin-right: 34px;*/
    width: 20%;
}

/* 特殊リンク
------------------------- */
.sub-header .header-global-nav .special-links li {
    width: 120px;
}

.sub-header .header-global-nav .special-links li a {
    color: #fff;
}

.sub-header .header-global-nav .special-links li a:hover {
    text-decoration: none;
}

.sub-header .header-global-nav .special-links li span {
    width: 100%;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* 固定
-------------------------------------------------- */
header {
    position: fixed;
    min-width: 1200px;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    -webkit-filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.5));
    -moz-filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.5));
    -ms-filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.5));
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.5));
}

/* ロゴ
-------------------------------------------------- */
.header-logo {
    text-align: center;
    padding-right: 0px;
}
.header-info {
    color: #fff;
    font-size: 18px;
    text-align: left;
}

.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex.center{
    align-items: center;
}

/* マイページ メイン共通 */
#breadcrumb{
    background-color: #f1f1f1;
}
#breadcrumb .inner{
    padding: 5px 0;
    font-size: 18px;
    width: 1120px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
#breadcrumb.search{
    padding: 5px 7%;
}
#breadcrumb li:last-child{
    overflow: hidden;
}

#breadcrumb a{
    color: #000000;
    /*margin: 0 5px;*/
}
#breadcrumb a:hover span{
    text-decoration: underline;
}
#breadcrumb li span{
    color: #000000;
    margin: 0 5px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#breadcrumb li span.arrow{
    color: #707070;
}

#mypage_contents{
    background-color: #fff;
    display: flex;
    width: 100%;
    border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}


#mypage_main{
    box-sizing: border-box;
    width: calc(100% - 250px);
    padding: 0 20px;
}

#mypage_contents .contents_title{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    font-size: 30px;
    clear: both;
    white-space: nowrap;
    width: 200px;
    color: #615e61;
    background: linear-gradient(transparent 75%, #f5f5f6 70%);
}

#mypage_contents .contents_title img{
    width: 30px;
    height: auto;
    margin-right: 5px;
}

/* マイページ メニュー */
#mypage_menu{
    width: 250px;
    min-width: 240px;
    box-sizing: border-box;
    background-color: #fff6f8;
    color: #ff9b9c;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 50px;
}

.menu_head{
    padding-left: 5px;
    font-weight: 600;
    font-size: 18px;
}

.menu_head svg{
    width: 40px;
}

.side_head svg{
    width: 30px;
    height: 30px;
}

.side_head .st0{
    fill:#ff9999;
}

.side_head{
    display: flex;
    align-items: center;
    /* width: 70%; */
    margin: 0 20px;
    padding: 20px 0px 10px 0px;
    border-bottom: 2px solid #f4abba;
}

.icon{
    position: relative;
}

.user_leftmenu{
    padding: 20px 0px 10px 0px;;
    position: relative;
    text-align: center;
    width: 100%;
    color:#000000;

    font-weight: 700;
    font-size: 16px;
    box-sizing: border-box;
}

#menu li .badge{
    color: #fff;
    background-color: #ff9999;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 5px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
}

#menu li{
    /*width: 100%;*/
    box-sizing: border-box;
    font-size:20px ;
    font-weight: 700;
    margin: 0px 20px;
    list-style-type: none;
    border-bottom: 2px dashed #f4abbe;
}

#menu li a{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px 0px;
    text-decoration: none;
    color: #ff9999;
    font-weight: 450;
    transition: All 0.1s ease;
}
#menu li a.active, #menu li a:hover{
    font-weight: 700;
    /*transition: All 0.2s ease;*/
}

/* 中央のコンテンツ部分 */
#main_content{
    width: 800px;
}

/* 右のサイド部分 */
#aside{
    width: 280px;
    height: 100%;
    margin-left: 40px;
}

.side_new_member{
    background-color: #fff2c4;
    border-radius: 15px;
    padding: 20px 15px;
    width: 100%;
}

.member_login{
    font-size: 20px;
    font-weight: 600;
    color: #575457;
}

hr.style-side1{
    margin-top: 0px;
    border: 1.5px solid #ffc800;
}

.side_word{
    color: #575457;
}

.new_member{
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
    background-color: #f485a1;
    padding: 25px;
    height: 80px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
}

.new_member:hover{
    background-color: #ff9999;
    transition: 0.5s;
}

.new_member a{
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 13px;
    top: 0;
    left: 0;
    color: #fff;
    text-decoration: none;
    display: block;
}

.side_login{
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
    background-color: #9fd7ee;
    padding: 25px;
    height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
}

.side_login a{
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 13px;
    top: 0;
    left: 0;
    color: #fff;
    text-decoration: none;
    display: block;
}

.side_login:hover{
    background-color: #9fe7ee;
    transition: 0.5s;
}

/*--------------------------*/
.side_img a{
    display: block;
    margin: 20px 0px 0px 0px;
}
.side_img img{
    opacity: 1;
    filter: alpha(opasity=70);
    -ms-filter:"alpha(opasity=70)";
}

.insta_link {
    margin: 20px 0px 0px 0px;
    padding: 5px;
}
.insta_link img{
    border-radius: 8px;
}

.tw_timeline {
    margin: 10px 0px 0px 0px;
    padding: 5px;
}
.tw_timeline img{
    border-radius: 8px;
}

.tube_link {
    margin: 10px 0px 0px 0px;
    padding: 5px;
}
.tube_link img{
    padding: 30px 0;
    border-radius: 8px;
}

/*--------------------------*/
.side_fav{
    margin-top: 20px;
    margin-bottom: 50px;
    background-color: #f5f5f6;
    padding: 20px 10px 10px 10px
}

.fav_title{
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #575457;
    margin-bottom: 15px;
}
.fav_title img{
    width: 28px;
    margin-right: 5px;
}

.fav_nursery_list{
    width: 100%;
    padding:8px;
    box-sizing: border-box;
    display: flex;
    background-color: #fff;
    margin-bottom: 10px;
}

.fav_nursery_list img{
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.fav_nursery_list .thumb{
    width: 70px;
    padding-top: 70px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.fav_nursery_list a{
    display: flex;
    width: 100%;
}

.fav_nursery_word{
    width: calc(100% - 70px);
    box-sizing: border-box;
    padding: 0 0 0 10px;
    position: relative;
}

.fav_word1{
    font-size: 14px;
    font-weight: 600;
    color: #f37171;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fav_word2{
    font-size: 12px;
    color: #707070;
}

.fav_detail{
    color: #ff6069;
    border-bottom: 1px solid #ff6069;
}

/**  セクション **/
.section{
    width: 100%;
    margin-bottom: 50px;
}

.section.inline {
    display: inline-block;
    vertical-align: bottom;
}

#aside .side_column {
    margin-top: 20px;
    border-radius: 8px;
    padding: 15px;
    background: #ddd;
}
#aside .side_column.ranking {
    background: #ff9999;
}
#aside .side_column .side_column_title {
    border-bottom: #575457 2px dashed;
    padding: 5px;
    margin-bottom: 10px;
}
#aside .side_column.ranking .side_column_title {
    border-bottom: #fff 2px dashed;
    text-align: center;
}
#aside .side_column .side_column_title img{
    width: 24px;
    margin-bottom: 5px;
    margin-right: 5px;
}
#aside .side_column.ranking .side_column_title img{
    width: 32px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}
#aside .side_column .side_column_title p{
    color: #575457;
    display: inline-block;
}
#aside .side_column.ranking .side_column_title p{
    color: #fff;
    display: block;
}
#aside .side_column .column{
    display: flex;
    padding: 8px 0;
}
#aside .side_column .column .thumb{
    width: 80px;
    height: 80px;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
#aside .side_column.ranking .column .thumb:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #ff6069 transparent transparent transparent;
}
#aside .side_column.ranking .column .thumb .tag{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    padding: 0px 5px;
}
#aside .side_column .column .body{
    padding-left: 10px;
    width: calc(100% - 80px);
}
#aside .side_column .column .body .date{
    font-size: 0.8rem;
    color: #575457;
    line-height: 1;
    margin-bottom: 5px;
}
#aside .side_column.ranking .column .body .date{
    color: #fff;
}
#aside .side_column .column .body .title{
    font-size: 0.9rem;
    color: #575457;
    line-height: 1.5;
}
#aside .side_column.ranking .column .body .title{
    color: #fff;
}
#aside .side_customer {
  position: sticky;
  top: 200px;
  width: 340px;
  margin-top: 250px;
}
#aside .side_customer #arrow-up-drop-circle-outline{
    fill: #ff6069;
}
#aside .side_customer .side_img {
    width: 70%;
    margin-left: 30px;
}
#aside .side_customer .side_img .useful{
    background-size:105px;
    background-repeat:no-repeat;
    background-image: url(../../img/nursery/musimegane.svg);
    background-position: top right;
}
#aside .side_customer .side_img .useful span{
    color: #fff;
}

h1.section_title, h2.section_title{
    display: flex;
    align-items: center;
    margin-bottom:20px;
    font-size:35px;
    font-weight: 600;
    white-space: nowrap;
    height: 50px;
    width: 450px;
    color: #575457;
    background: linear-gradient(transparent 75%, #f5f5f6 75%);
}

h1.section_title svg, h2.section_title svg{
    width: 40px;
    margin-right: 10px;
    fill: #ff9999;
}

h1.section_title span.mini, h2.section_title span.mini{
    color: #575457;
    font-size: 25px;
    padding-top: 10px;
}

/** ポップアップ **/
body .fancybox-close {
    background: url(../../img/user/close_w.svg) no-repeat;
    background-size: cover;
    top: 5px;
    right: -45px;
}

.fancybox-skin, .fancybox-type-iframe .fancybox-inner {
    border-radius: 8px;
}

/** ボタン（請求、お気に入り） **************************/
.action_btn{
}
.half{
    width: 49%;
}
.full{
    width: 100%;
}
.action_btn.radius {
    border-radius: 10px;
}

.action_btn a{
    justify-content: center;
    padding: 10px;
    display: flex;
    align-items: center;
    width:100%;
    height: 100%;
    font-weight: 600;
    transition: 0.2s;
}

.action_btn a:hover{
/*    color: #fff;
    transition: 0.2s;*/
}

.action_btn.blue{
    border: 2px solid #54c5f3;
    color: #54c5f3;
}

.action_btn.orange{
    border: 2px solid #fe8331;
    color: #fe8331;
}

.action_btn.disable{
    border: 2px solid #aaa;
    color: #aaa;
}

.action_btn.blue a{
    color: #54c5f3;
}

.action_btn.orange a{
    color: #fe8331;
}
.action_btn.disable a{
    cursor: default;
    color: #aaa;
}

.action_btn svg{
    margin-right: 10px;
    width: 30px;
    height: 40px;
}
.action_btn.blue svg{
    fill:#54c5f3;
}
.action_btn.orange svg{
    fill:#fe8331;
}
.action_btn.disable svg{
    fill:#aaa;
}

.action_btn:hover{
    transition: 0.2s;
}
.action_btn:hover a, .action_btn.active a{
    color: #fff;
}

.action_btn:hover svg, .action_btn.active svg{
    fill:#fff;
}
.action_btn.disable:hover a{
    color: #aaa;
}

.action_btn.disable:hover svg{
    fill:#aaa;
}

.action_btn.blue:hover,.action_btn.blue.active{
    background-color: #54c5f3;
}

.action_btn.orange:hover,.action_btn.orange.active{
    background-color: #fe8331;
}

.reserve_btn,input[type='button'].reserve_btn, input[type='submit'].reserve_btn  {
    background-color: #ff6069;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    transition: 0.2s;
    margin: 0px;
}

.reserve_btn.large,input[type='button'].reserve_btn.large, input[type='submit'].reserve_btn.large{
    font-weight: 600;
    padding: 15px;
    width: 100%;
    margin: 0 auto;
}
.reserve_btn a{
    color: #fff;
}

.reserve_btn:hover{
    background-color: #ff9999;
    color: #fff;
    transition: 0.2s;

}

#accept_flg{
    position: relative;
    top: 150px;
    margin-top: -80px;
    text-align: center;
    background-color: #919191;
    border-radius: 8px;
    z-index: 1;
}

#accept_flg span{
    padding: 20px 0;
    font-size: 20px;
    color: #ffffff;
}

.disabled{
    pointer-events: none;
}

/*input[type='button'], input[type='submit'] {
    margin: 0 4px;
    padding: 1em 2em;
    font-size: 16px;
    border: none;
    border-radius: 2px;
    -webkit-appearance: none;
    -webkit-transition: All 0.4s ease;
    transition: All 0.4s ease;
}*/


/*=== ギャラリ =========*/
#gallery{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 300;
    width: 100%;
    height: 100%;
    min-width: 1080px;
    display: none;
}
.gallery_contents{
    width: 100%;
    margin: 0 auto;
    height: 100%;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    padding: 30px;
}
.gallery_left{
    /*width: calc(100% - 400px);*/
    width: 70%;
    padding: 50px;
}
.gallery_right{
    /*width: 400px;*/
    width: 30%;
    padding: 50px 0px;
}

.gallery_left .gallery{
    width: 100%;
    height: auto;
    max-height: 800px;
    object-fit: cover;
    border-radius: 10px;
}
.gallery_left .nursery_img{
    /*border-radius: 10px;*/
}
.gallery_left .arrow{
    position: absolute;
    width: 50px;
    z-index: 9999;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    /*filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));*/
}
.gallery_left .arrow.left{
    left: -50px;
    transform: translateY(-50%) rotate(180deg);
}
.gallery_left .arrow.right{
    right: -50px;
}
.gallery_left .slick-track{
    display: flex;
    align-items: center;
}
.gallery_close{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 20px;
    right: 20px;
}
.gallery_close img{
    width: 50px;
    height: 50px;
}
.gallery_thumb{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.thumb_post{
    width: calc(33.3% - 8px);
    margin: 4px;
    border: solid 2px rgba(1,1,1,0);
}
.thumb_post.active,.thumb_post:hover{
    border: solid 2px #ff6069;
}
.thumb_post .bg{
    padding-top: 80%;
    background: no-repeat center center;
    background-size: cover;
}
.dialog_gallery{
    cursor: pointer;
}

/**資料ダウンロード（リスト）**/
#documents{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 300;
    width: 100%;
    height: 100%;
    min-width: 1280px;
    display: none;
}
#documents .inner{
    position: relative;
    width: 500px;
    margin: 150px auto 50px;
    padding: 50px;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6), 0 0 15px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6), 0 0 15px rgba(0, 0, 0, 0.6);
}
#documents .title{
    font-size: 20px;
    color: #333;
    font-weight: bolder;
}
#documents .body{
}
#documents li{
    background: #f5f5f6;
    border-radius: 5px;
    margin: 20px 0;
    border: solid 1px #aaa;
}
#documents li .item{
    padding: 10px;
}
#documents li .item svg{
    float: left;
    margin-right: 10px;
    height: 50px;
    width: 50px;
    fill: #aaa;
}
#documents li .item .type{
    background: #aaa;
    color: #fff;
    padding: 0px 5px;
    border-radius: 5px;
    font-size: 14px;
}
#documents li .item.active svg{
    fill: #54c5f3;
}
#documents li .item.active .type{
    background: #54c5f3;
}
#documents li .item .name{
    color: #666;
}
#documents .documents_close{
    position: absolute;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 5px;
    top: 10px;
    right: 10px;
}
#documents .documents_close img{
    width: 30px;
    height: 30px;
}

/** ページネーション **/
.page_link{
    margin: 20px 0;
    text-align: center;
}
.page_link .page{
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #ff9999;
    border: solid 3px #ff9999;
    border-radius: 5px;
    margin: 5px;
}
.page_link .page.active{
    background: #fff;
}
.page_link .page a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: bolder;
}
.page_link .page div{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    color: #ff9999;
    font-weight: 700;
}

.page_link .page img{
    width: auto;
    height: 20px;
    vertical-align: middle;
    transform: translate(1px, -2px);
}
.page_link li.first img,.page_link li.prev img{
    transform: translate(0px, -2px) rotate(180deg);
}
li.page:not(.active):hover{
    opacity: 0.8;
    transition: 0.2s;
}

/** 地図内ポップアップ **/
#map section{
    margin-top:5px;
}
#map section .image{
    float: left;
    width:75px;
    padding-top: 75px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#map section .image img{
    float: left;
    width:75px;
    height:75px;
}
#map section .body{
    margin-left: 85px;
}
#map section .body h2{
    margin-bottom: 5px;
    font-size: 1.17em;
    color: #f37171;
    font-weight: bold;
}
#map .link{
    margin-top: 10px;
}
#map .link a.gmap_link{
    background: #346Df1;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}
#map .link img{
    width: 18px;
    height: 18px;
}

.list-paging{
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    margin-bottom: 5px;
}
.list-paging nav{
}

.list-paging span.hit{
    font-size: 20px;
    color: #ff9999;
    font-weight: bold;
}
.list-paging .page-item{
    display: inline-block;
    background: #ff9999;
    color: #fff;
    border-radius: 5px;
    width: 29px;
    height: 29px;
    text-align: center;
    margin: 2px;
    border: solid 2px #ff9999;
}
.list-paging .page-link{
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: block;
}
.list-paging .page-item.active{
    background: #fff;
}
.list-paging .page-item.disabled{
    background: transparent;
    border: solid 2px transparent;
}
.list-paging .page-item.hidden{
    display: none;
}
.list-paging .page-item.active .page-link{
    color: #ff9999;
}
.list-paging .page-item.disabled .page-link{
    color: #ff9999;
}

/** トップの地域 **/

.area_sec .area_table{
    width: 100%;
}
.area_sec .area_table tr{
    border: solid 1px #ddd;
}
.area_sec .area_table th{
    width: 200px;
    background: #eaeaea;
    padding: 10px;
    border: solid 1px #ddd;
}
.area_sec .area_table td{
    padding: 10px;
}

.area_sec .area_table label{
    margin: 5px;
}
.area_sec .area_table label.city{
    margin-left: 20px;
}
.area_sec .contents_area .buttons{
    margin: 20px;
    text-align: center;
}

.area_sec .sub_check{
    display: none;
    width: 20%;
}

.area_sec .sub_checkbtn{
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #dedede;
    position: relative;
    padding: 8px 15px 8px 40px;
    border-radius: 5px;
    /* margin-right: 30px; */
    vertical-align: middle;
}
.area_sec .sub_checkbtn.no-border{
    background-color: transparent;
    border: none;
}

.area_sec .sub_checkbtn .count{
    vertical-align: baseline;
}

.area_sec .sub_checkbtn::before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #919191;
    border-radius: 5px;
    margin-left: 10px;
    background-color: #fff;
    vertical-align: middle;
}

.area_sec .sub_check:checked + .sub_checkbtn{
    background-color: #ff9999;
    color: #fff;
}
.area_sec .sub_check:checked + .sub_checkbtn.no-border{
    background-color: transparent;
    color: #707070;
}
.area_sec .sub_check:checked + .sub_checkbtn .count{
    color: #fff;
}

.area_sec .sub_check:checked + .sub_checkbtn::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 16px;
    width: 7px;
    height: 14px;
    transform: rotate(45deg) translate(-75%, -45%);
    border-bottom: 3px solid #ff6069;
    border-right: 3px solid #ff6069;
}
.sec .buttons{
    margin: 20px;
    text-align: center;
}

.sample_sec{
    margin: 0px 0px 10px;
    text-align: right;
}

#search-loading{
    width: 100%;
    height: 100%;
    min-height: 900px;
    background-image: url(../../img/sp/loading.gif);
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
}


#login-dialog #login{
    width: calc(50% - 20px);
    margin: 30px 10px;
    border-radius: 5px;
    border: none;
    color: white;
    background-color: #54c5f3;
    padding: 10px 20px;
    display: inline-block;
}
#login-dialog #register{
    width: calc(50% - 20px);
    margin: 30px 10px;
    border-radius: 5px;
    border: none;
    color: white;
    background-color: #ff9999;
    padding: 10px 10px;
    display: inline-block;
}
#login-dialog #about{
    width: calc(85% - 20px);
    margin: 10px 10px 30px;
    border-radius: 5px;
    border: none;
    color: white;
    background-color:#ffbb00;
    padding: 10px 20px;
    display: inline-block;
}

#login-dialog #title_with_doc{
    margin-top: 40px;
}
#login-dialog #login_with_doc{
    width: calc(50% - 5px);
    margin: 0 10px;
    border-radius: 5px;
    border: none;
    color: white;
    background-color: #54c5f3;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
}
#login-dialog #register_with_doc{
    width: calc(50% - 5px);
    margin: 0 10px;
    border-radius: 5px;
    border: none;
    color: white;
    background-color: #ff9999;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
}
#login-dialog #about_with_doc{
    width: 80%;
    margin-top: 5px;
    border-radius: 5px;
    border: none;
    color: white;
    background-color:#ffbb00;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
}
#login-dialog span{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#login-dialog a {
    color: #fff;
    padding: 10px 0px;
    display: block;
    width: 100%;
}

/** top地域検索タブ **/
.area-tab-container{

    border-radius: 10px;
}

.area-tab-header{
    display: flex;
}

input[type=radio] + label.area-tab-item{
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #eaeaea;
    text-align: center;
    padding: 10px 0 10px 0px;
    margin: 0 2px;
    margin-bottom: 30px;
    border-radius: 10px;
    position: relative;
}

input[type=radio] + label.area-tab-item::before{
    background-color: #FFBBBB;
    color: #fff;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border:9px solid transparent;
    border-top: 15px solid transparent;
    background-color: transparent;
    left: 45%;
    top: 59px;
}

.area-tab-content{
    display: none;
    clear: both;
    overflow: hidden;
}
.area-tab-content.active{
    display: block;
}

.area-tab-content2{
    display: none;
    clear: both;
    overflow: hidden;
}
.area-tab-content2.active{
    display: block;
}

#area-tab-kantou:checked ~ #area-kantou-content,
#area-tab-toukai:checked ~ #area-toukai-content,

#area-tab-hokuriku:checked ~ #area-hokuriku-content,

#area-tab-kinki:checked ~ #area-kinki-content{
    display: block;
}

.area-tab-container input:checked + .area-tab-item{
    background-color: #ff6069;
    color: #fff;
    position: relative;
}
.area-tab-container input:checked + .area-tab-item::before{
    border-top: 15px solid #ff6069;
}

.video_icon {
    width: 32px !important;
    height: auto !important;
    position: absolute;
    top: 10px;
    left: 10px;
}
.writer {
	display: flex;
    padding: 20px;
	padding-right: 0;
    border: 2px #ff6069 solid;
    border-radius: 5px;
	margin-bottom: 15%;
}
.writer .writer_img{
	width: 150px;
	height: 150px;
	border-radius: 8px;
	overflow: hidden;
	margin-right: 20px;
}

.writer .writer_body{
	width: calc(100% - 170px);
}
.writer .writer_title{
	background: linear-gradient(45deg, #ff6069,#ffd167);
    color: #fff;
    padding: 2px 15px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.writer .writer_name{
    font-size: 20px;
	color: #ff6069;
    padding: 10px 10px 5px;
}
.writer .writer_description{
    padding: 5px 10px;
}

#fixed_side{
    position: fixed;
    width: 100%;
    text-align: right;
}

#top_register_link{
    position: absolute;
    display: inline-block;
    top: 80px;
    right: 60px;
    box-sizing: border-box;
}

.top-kibou-nursery-select{
    border: 3px solid #ff6069;
    border-radius: 20px;
    width: 40%;
    margin-left: 50px;
    margin-bottom: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.top-kibou-nursery-select-arrow{
    position: absolute;
    margin-left: 330px;
    margin-top: 7px;
}
.top-kibou-nursery-select-arrow svg path{
    fill: #ff6069;
}
.top-kibou-nursery-btn{
    margin-left: 280px;
    background: #ff6069;
    border: 3px solid #ff6069;
    border-radius: 40px;
}
.top-kibou-nursery-btn svg{
    height: 20px;
}
.top-kibou-nursery-btn:hover{
    background: #ff6069;
    border: 3px solid #ff6069;
    border-radius: 40px;
    opacity: 0.7;
    transform: translate3d(0, 10px, 0);
}
.top-kibou-nursery-btn-back{
    display: inline-block;
    position: absolute;
    width: 255px;
    margin: 15px 0px 0px 290px;
    z-index: -1;
}

/* topページ園スライド */
.item-box-nursery-img{
    /*height:30%;*/
    padding-top: 65%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.item-box-nursery-img.column{
    /*height:30%;*/
    padding-top: 35%;
    background-image: url(../../img/sp/column_img.jpg);
}
.item-box-nursery-img img{
	width:100%;
	height:125px;
	object-fit: cover;
	border-radius: 6px 6px 0px 0px;
}
.item-box-inner {
    padding: 2% 2%;
    text-align: left;
}

.top_nursery{
    /*margin-top: 10px;*/
    margin-bottom: 70px;
}
.top-slider{
    /*margin: 10px 0;*/
}
.top-slider li .box{
    border: solid 1px #e0e0e0;
    border-radius: 5px;
    margin: 3px;
    overflow: hidden;
}
.top-slider li .box a{
    display: block;
	position: relative;
}
.top-slider li .box .item-box-nursery-img{
    padding-top: 60%;
}
.top-slider li .box .item-box-inner{
    padding: 5px 5px 8px 5px;
}
.top-slider li .box .item-box-nursery-facility{
    border-radius: 8px;
    padding: 0px 10px;
    color: #FFF;
}
.top-slider li .box .item-box-nursery-facility.pink{
    background: #ff6069;
    border: 1px solid #ff6069;
}
.top-slider li .box .item-box-nursery-facility.yellow{
    background: #ecc238;
    border: 1px solid #ecc238;
}
.top-slider li .box .item-box-nursery-facility.purple{
    background: #B384FF;
    border: 1px solid #B384FF;
}
.top-slider li .box .item-box-nursery-facility.other{
    background: #707070;
    border: 1px solid #707070;
}
.top-slider li .box .item-box-nursery-name{
    margin-top: 5px;
    color: #ff6069;
    overflow: hidden;
    line-height: 1.4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.top-slider .slick-dots li{
    width: 18px;
}
.top-slider .slick-dots li button:before{
    font-size: 20px;
    color: #ff6069;
    opacity: 0.25;
}
.top-slider .slick-dots li.slick-active button:before{
    opacity: 0.75;
}
.new_nursery_li {
    position: relative;
    height: 112px;
}
.nursery_address {
    font-size: 14px;
    color: #707070;
    position: absolute;
    right: 8px;
    bottom: 0;
}

.voice_slider{
    /*margin: 10px 0;*/
}
.voice_slider li .box{
    border: solid 1px #e0e0e0;
    border-radius: 5px;
    margin: 3px;
    overflow: hidden;
}
.voice_slider li .box a{
    display: block;
	position: relative;
}
.voice_slider li .box .item-box-nursery-img{
    padding-top: 60%;
}
.voice_slider li .box .item-box-inner{
    padding: 5px 5px 8px 5px;
}
/*
.voice_slider li .box .item-box-nursery-name{
    margin: 0;
    color: #ff6069;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
*/
.voice_slider .slick-dots li{
    width: 18px;
}
.voice_slider .slick-dots li button:before{
    font-size: 20px;
    color: #ff6069;
    opacity: 0.25;
}
.voice_slider .slick-dots li.slick-active button:before{
    opacity: 0.75;
}

.top-detail-keyword{
    color: #ff6069;
}
.top-detail-keyword svg{
    width: 30px;
    height: 25px;
}
.top_free_search_cont{
    /*background: #f5f5f6;*/
    display: flex;
    padding: 10px;
    /*border-radius: 5px;*/
}
.top_free_search_cont input[type="text"]{
    width: calc(100% - 50px);
    height: 50px;
    padding: 12px;
    font-size: 18px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #333;
    border-color: #ff6069;
    border-width: 3px 0px 3px 3px;
}
.top_free_search_cont button {
    display: inline-block;
    width: 40px;
    padding: 11px;
    width: 50px;
    height: 50px;
    background: #FFF;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-color: #ff6069;
    border-width: 3px 3px 3px 0px;
}
.top_free_search_cont button svg {
    width: 25px;
    height: 25px;
}

.top-detail-search-btn{
    width: 30%;
    margin-top: 20px;
    margin-left: 15px;
    background: #ff6069;
    border: 3px solid #ff6069;
    border-radius: 20px;
    color: #fff;
}
.top-detail-search-btn:hover{
    background: #ff6069;
    border: 3px solid #ff6069;
    border-radius: 20px;
    opacity: 0.7;
    transform: translate3d(0, 10px, 0);
}
.top-detail-search-btn svg{
    height: 40px;
}
.top-detail-search-btn svg g path{
    stroke: #FFF;
}
.top-detail-search-btn svg g path#pin-2{
    fill: #FFF;
}
.top-detail-search-btn-back{
    display: inline-block;
    position: absolute;
    width: 290px;
    top: 230px;
    padding: 0px 25px 0px 20px;
    z-index: -1;
}

.association-banner{
    border-radius: 10px;
}

.fs25 {
    font-size: 25px;
}
.mb10 {
    margin-bottom: 10px;
}