
#contents{
    font-weight: 600;
}

.flex{
    display: flex;
    justify-content: space-around;
}

.flex-between{
    justify-content: space-between;
}


.flex-center{
    justify-content: center;
}

.flex-wrap{
    flex-wrap:wrap;
}

.flex3{
    display: flex;
    flex-wrap: wrap;
}

.flex2{
    display: flex;
}

.flex{
    display: flex;
}

.flex4{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex5{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.center{
    text-align: center;
}

.notice_kawasaki{
    margin-top: -15px;
    margin-bottom: 30px;
}

/*---------------*/


.bold{
font-weight: 600;}

.white{
    color: #fff;
}

.orange{
    color: #fe8331;
}

.black{
    color: #000000;
}

.red{
    color: #ff6069;
}

.redpink{
    color: #F36B74;
}
.pink{
    color: #ff9999;
}
.yellow {
    color: #E48100;
}

.back-white{
    background-color: #fff;
}

.back-red{
    background-color: #ff6069;
}

.back-pink{
    background-color: #ff9999;
}

.back-yellow{
    background-color: #F4B60B;
}

.back-blue{
    background-color: #54C5F3;
}


/*----*/

.text-inner{
    width: 100%;
    padding:5%  8%;
    box-sizing: border-box;
}


/*---*/

.arrival-title{
    border-bottom: #ff6069;
}

.back-samonpink{
    background-color: #FFC3B9;
}

/*---------------------------------------*/


p.big{
    font-size: 35px;
}


/*-------------------------------------*/

.arrival-title{
    margin: 5% 0;
    border-bottom: 2px solid #ff9999;
    position: relative;
    box-sizing: border-box;
}

.arrival-title p{
    width: 100%;
    font-size: 27px;
}



/**/


.btn{
    height:auto;
    position: relative;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
    padding: 20px;
    font-size: 20px;
}

.btn a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.btn:hover{
    opacity: 0.8;
}

/*---------------*/

.about-logo img{
    width: 100%;
}
.about-logo{
    margin: 8% auto;
    width: 70%;
}

.about-logo2 img{
    width: 100%;
}
.about-logo2{
    margin: 2% 0;
    width: 100%;
}

.about-logo3 img{
    width: 100%;
}
.about-logo3{
    margin: 2% 0;
    width: 70%;
}

.about-text-big{
    font-size: 27px;
}

.about-text-big2{
    font-size: 38px;
    height: auto;
    vertical-align: bottom;
    color: #ff6069;
}

.sample_red {
    color: #ff6069;
    vertical-align: baseline;
}
.sample_mailto {
    color: #ff9999;
}
.sample_mailto:hover {
    color: #ff6069;
}

.main-text{
    font-size: 21px;
    width: 100%;
    height: auto;
    vertical-align: baseline;
}

.main-text .red{
    vertical-align:baseline;
}


.about-icon{
    margin: 5% 0;
    text-align: center;
    width: 30%;
    padding: 1.5%;
    box-sizing: border-box;
    border-radius: 6px;
    height: 150px;
}

.about-icon .border-white{
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    margin: auto;
    border-radius: 6px;
    border: 1px solid #fff;
}

.about-icon .border-white p{
    display: block;
    font-size: 18px;
    text-align: center;
    margin: 8px 0 0 0;
    line-height: 1em;
}


.about-icon .border-white svg{
    margin-top: 15px;
    width:60px;
    height: 60px;
}

.about-icon .border-white #search1{
    fill:none;
}
.about-icon .border-white #search2{
    stroke:#fff;
    stroke-width:3;
}
.about-icon .border-white #長方形_490{
    fill:none;
    stroke:#fff;
    stroke-width:7;
}
.about-icon .border-white #長方形_491{
    fill:none;
    stroke:#fff;
    stroke-width:7;
}
.about-icon .border-white #パス_330{
    fill:none;
    stroke:#fff;
    stroke-width:7;
}
.about-icon .border-white #多角形_20{
    fill:none;
    stroke:#fff;
    stroke-width:2;
}
.about-icon .border-white #前面オブジェクトで型抜き_68{
    fill:none;
    stroke:#fff;
    stroke-width:2;
}



.stripe-green{
    margin-top: 10%;
    padding: 10% 0 2% 0;
    background: linear-gradient(
    45deg,
    #fff 12.5%,
    #9BDCDA 12.5%,
    #9BDCDA 50%,
    #fff 50%,
    #fff 62.5%,
    #9BDCDA 62.5%,
    #9BDCDA 87.5%
    );
    background-size: 20px 20px;
    padding: 0;
}


.about-title-box{
    padding: 15px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 0 auto 20px auto;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 25px;
    position: relative;
}

.about-hukidasi{
    margin: 20px 0;
    padding: 4% 3%;
    box-sizing: border-box;
    display: inline-block;
    width: 45%;
    height: 140px;
    font-size: 21px;
    border-radius: 10px;
    position: relative;
}

.about-hukidasi::before{
    content: "";
    top: 90%;
    right: 25%;
    position: absolute;
    border: 15px solid transparent;
    border-right: 15px solid #fff;
}

.about-hukidasi2{
    margin: 20px 0;
    padding:4%  3%;
    box-sizing: border-box;
    display: inline-block;
    width: 45%;
    height: 140px;
    border-radius: 6px;
    position: relative;

}

.about-hukidasi2::before{
    content: "";
    top: 90%;
    left: 25%;
    position: absolute;
    border: 15px solid transparent;
    border-left: 15px solid #fff;
}


.about-hukidasi .gray{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1.7em;
}

.about-hukidasi2 .gray{
    font-size: 20px;
    line-height:1.7em;
}
.under-line{
    background: linear-gradient(transparent 60%, #FFC3B9 60%);
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}

.about-circle{
    margin: 5% auto 9% auto;
    text-align: center;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.about-circle svg{
    margin-top: 25px;
    width: 90px;
    height: 90px;
}

.about-circle2{
    position: absolute;
    margin: 5% auto;
    text-align: center;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    top:-90px;
    left: 43%;
}

.about-circle2 svg{
    margin-top: 20px;
    width: 50px;
    height: 50px;
}

hr.style-dot-red{
    margin: 0;
    padding: 5% 0;
    width: 100%;
    border: none;
    border-bottom: 2px dashed #ff6069;
}

.line-white{
    width: 60%;
    border-bottom: 2px solid #fff;
}

.about-topic{
    margin: 2% auto;
    font-size: 20px;

}

.about-number{
    font-size: 50px;
    padding-right: 10px;
}

.line-red{
    width: 45%;
    display: flex;
    align-items: baseline;
    justify-content: center;
    border-bottom: 2px solid #ff6069;
}

.about-box{
    border-radius: 6px;
    padding: 3% 9%;
    box-sizing: border-box;
    margin: 10% 0;
}
.about-box.flex2{
    padding: 5%;
    margin: 5% 0;
}
.about-box.flexwrap{
    padding: 5%;
    margin: 5% 0;
}

.about-box svg{
    width: 60px;
    height: 60px;
    margin: 20px 0;
}

.about-box-title{
    font-size: 25px;
}

.about-box-top{
    font-size: 25px;
}

.flex4{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-box-text{
    margin: 5% 0;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font-size: 21px;
    line-height: 1.7em;
    vertical-align: baseline;
}

.about-box-text .red{
    vertical-align: baseline;
}

.about-box2{
    border-radius: 6px;
    border-style: solid;
    border-width: 4px;
    border-color: #ff6069;
    padding: 2% 5%;
    box-sizing: border-box;
    margin: 5% 0;
    /*font-size: 0.8em;*/
}
.about-box2 .center_under{
    text-align: center;
    /*text-decoration: underline;*/
    border-bottom: solid;
    border-color: #575457;
    border-width: 3px;
    margin-bottom: 10px;
}

.about-box #多角形_20{
    fill:#ff6069;
}
.about-box #前面オブジェクトで型抜き_68{
    fill:#ff6069;
}

.space{
    width: 100%;
    height: 30px;
}


/*--------------------------*/

.huan-box{
    width: 100%;
    border-radius: 6px;
    text-align: center;
    font-size: 0.8em;
    position: relative;
    padding: 45px 5% 3% 5%;
    box-sizing: border-box;
}

.huan-box .bold{
    font-size: 20px;
    z-index: 0;
}

.back-lightyellow{
    background-color:#FFDE92;

}

hr.style-dot-white{
    margin: 0;
    padding: 5% 0;
    width: 100%;
    border: none;
    border-bottom: 2px dashed #fff;
}

.line-orange{
    border-bottom: 2px solid #fe8331;
    width: 60%;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.about-box.orange #search1{
    fill:#fe8331;
}
.about-box.orange #search2{
    fill:#fe8331;
}
.about-box.orange #中マド_5{
    fill:#fe8331;
}
.about-box.orange .cls-2{
    stroke:#fe8331;
}
.about-box.orange #多角形_20{
    fill:#fe8331;
}
.about-box.orange #前面オブジェクトで型抜き_68{
    fill:#fe8331;
}

.nursery-about-box{
    margin: 5% 0;
    text-align: center;
    width: 30%;
    border-radius: 6px;
    height: 130px;
    position: relative;
    font-size: 17px;
    padding-top: 65px;
    box-sizing: border-box;
}

.nursery-support-circle{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: -2px;
    padding-top: 10px;
    box-sizing: border-box;
    left: 40%;
}

.btn img{
    width: 80%;
    height: 30px;
    object-fit: contain;
}

.back-samonpink .text-inner .line-white{
    width: 80%;
    font-size: 25px;
}

.line-white p{
    font-size: 20px;
}

.flex4.guide-box .line-red{
    width: 100%;
}

.guide-box{
    margin-left: 10%;
}

.bottom-red{
    border-bottom: 2px solid #ff6069;
}

hr.dot-white-vertical{
    width: 0px;
    margin: 0 auto;
    height: 80px;
    border: none;
    border-left: 4px dashed #fff;
}

.guide #account-circle2{
    stroke:none;
    fill:#ff6069;
}

/*------------------------------------------*/
.about-box-left{
    width: 40%;
    margin-right: 5%;
}

.about-box-right{
    width: 65%;
    margin: 5% 0;
    box-sizing: border-box;
    width: 100%;
    font-size: 17px;
    line-height: 1.7em;
    vertical-align: baseline;
}

.about-box-bottom{
    flex-grow: 1;
}

.margin-top{
    margin-top: 5%;
}

.btn.back-yellow img.logo{
    height: 60px;
}

/*--------------------------------------------*/

.info-box-top{
    font-size: 25px;
}

.info-box-top.line-red{
    width: auto;
    margin-bottom: 10px;
}

.info-left{
    width: 20%;
    text-align: center;
}

.info-left svg{
    width: 60px;
    height: 60px;
}

.info-right .about-box-text{
    text-align: left;
    font-weight:400;
    font-size: 20px;
}

.info-right{
    width: 75%;
}

.info-box{
    border-radius: 6px;
    padding: 3% 9%;
    box-sizing: border-box;
    margin: 6% 0;
    align-items: center;
}
.info-box2{
    border-radius: 6px;
    padding: 3% 3%;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    align-items: center;
    color: #fff;
    font-size: 20px;
}

.about-box-text .small{
    font-size: 17px;
}

.info-left.flex-wrap svg{
    width: 40px;
    height: 50px;
}

.info-left #長方形_2091{
    fill:#ff6069;
}
.info-left #パス_5183{
    fill:#ff6069;
    stroke:none;
}


/*--------------------------------*/

.guidetop-box{
    width: 47%;
    border-radius: 6px;
    height: auto;
    padding: 5%;
    box-sizing: border-box;
    position: relative;
}

.guidetop-box-square{
    width: 200px;
    border-radius: 6px;
    height: 200px;
    text-align: center;
    vertical-align: middle;
    padding-top: 35px;
    box-sizing: border-box;
    margin-bottom: 15%;

}

.guidetop.flex2{
    margin-top: 5%;
}

.guidetop-box-square svg{
    width: 120px;
    height: 120px;
}

.guidetop-box p{
    font-size: 20px;
    width: 75%;
    text-align: center;
}

.guidetop-box a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.guidetop-box.flex4{
    justify-content: flex-start;

}

.btn.back-pink:hover{
    background-color: #FFABAB;
    opacity: 1;
}

.btn.back-yellow:hover{
    background-color: #FFCA37;
    opacity: 1;
}

.btn.back-blue:hover{
    opacity: 1;
    background: #54b4e2;
}

/*-----------------------------------------*/

.nursery_link .section{
    margin-bottom: 80px;
}
.nursery_link .gray{
    font-size: 20px;
}
.nursery_link .arrival-title p{
    font-size: 30px;
}

.bx-shadow{
    box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
    margin-bottom: 3%;
}

table.fair-table{
    width: 100%;
    /* font-size: 20px; */
    /* border: 1px solid #b5b5b5; */
    border-collapse: collapse;
    margin-bottom: 30px;
    border-collapse: collapse;
}
table.fair-table thead{
    border-left: 1px solid #ff6069;
    border-right: 1px solid #ff6069;
}
table.fair-table tbody{
    border: 1px solid #b9b4b4;
}
#contents table.fair-table tbody tr{
    display: none;
}
#contents table.fair-table tbody tr.expire{
    background-color: #dcdcdc;
}
#contents table.fair-table tbody tr.active{
    display: table-row;
}

table.fair-table th{
    background-color: #ff6069;
    color: #fff;
    min-width: 130px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-top: 2px solid #ff6069;
    border-bottom: 2px solid #ff6069;
}
table.fair-table th:first-child{
    border-left: none;
}
table.fair-table th:last-child{
    border-right: none;
}
table.fair-table th select {
    background: #ff6069;
    border: none;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    padding: 5px 20px 5px 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../../../assets/img/admin/down_allow.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left;
    background-position: right 2px center;
}
table.fair-table th.fair-th-nursery{
    width: 40%;
}
table.fair-table th.fair-th-detail{
    width: 10%;
}
table.fair-table td{
    padding: 5px;
    border-bottom: 1px solid #b9b4b4;
    border-left: 1px dashed #b9b4b4;
}
table.fair-table td.link{
    position: relative;
    text-align: center;
    vertical-align: middle;
}
table.fair-table td.link img{
    width: 50px;
}

table.nursery-link{
    width: 100%;
    font-size: 20px;
    border: 1px solid #b5b5b5;
    border-collapse: collapse;
    margin-bottom: 30px;
    border-collapse: collapse;
}

table.nursery-link th{
    width: 30%;
    border: 1px solid #b5b5b5;
    border-collapse: collapse;
    padding: 20px;
}

table.nursery-link td{
    width: 70%;
    text-align: center;
    padding: 20px;
    border-collapse: collapse;
    border: 1px solid #b5b5b5;

}
table.nursery-link td a{
    color: #ff6069;
    text-decoration: underline;
}

table.sp_table{
    width: 100%;
    border: none;
    border-spacing: 40px 1px;
    border-collapse: separate;
    margin-bottom: 30px;
}

td.sp_td{
    width: 50%;
    text-align: center;
    font-size: 20px;
    padding: 2% 0;
    border: none;
    border-collapse: separate;
}
td.sp_tdr{
    width: 50%;
    text-align: center;
    font-size: 16px;
    padding: 0px 0px 40px;
    border-collapse: separate;
}

.novideo{
    width: 100%;
    font-size: 20px;
    color: #ff0000;
    height: 40px;
    background: #fff;
    position: relative;
    top: -132px;
    opacity: 0.7;
}

#fair-nursery-list {
    position: fixed;
    background: rgba(0,0,0,0.5);
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 300;
    padding: 200px 100px 50px;
    overflow-y: scroll;
    display: none;
}
#fair-nursery-list.active {
    display: block;
}
#fair-nursery-list > div {
    width: 1080px;
    margin: 0 auto;
    position: relative;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
    border-radius: 5px;
    overflow-y: scroll;
    max-height: 100%;
}
#fair-nursery-list > div h2 {
    font-size: 24px;
    color: #ff6069;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
}
#fair-nursery-list .close {
    position: absolute;
    top: 200px;
    left: calc(50% + 300px + 5px);
    width: 24px;
    cursor: pointer;
}
#fair-nursery-list table {
    font-size: 20px;
    background: #fff;
    margin-bottom: 0;
    /* box-shadow: 0 0 8px rgba(0,0,0,0.5);
    border-radius: 5px;
    overflow: hidden; */
}

#fair-nursery-list table td {
    padding: 12px;
}
.nursery-link td button {
    /* margin-left: 25px; */
    padding: 5px 8px;
}

.event-title{
    font-size: 40px;
    margin: 10px 0 20px;
    line-height: 1.4;
}

hr.border-red{
    border: none;
    margin: 50px 0;
    border-bottom: 2px solid #ff6069;
}
hr.border-transparent{
    border: none;
    margin: 50px 0;
    border-bottom: none;
}

.event-wrap{
    position: relative;
    width: 100%;
    opacity: 0.7;
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    filter:grayscale(100%);
}

.gray-filter{
    position: absolute;
    width: 105%;
    height: 105%;
    top: -2.5%;
    left: -2.5%;
    background-color: rgba(0,0,0,0.2);
}

.event-finish{
    position: absolute;
    font-size: 60px;
    background-color: rgba(107,107,107,0.7);
    width: 900px;
    top: 60%;
    /*left: 26%;*/
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 20px 30px;
    border: 5px solid #fff;
    border-radius: 10px;
    text-shadow: 0px 0px 8px rgba(0,0,0,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    text-align: center;
}
.event-finish p{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    color: #fff;
}
.event-finish p a{
    color: #fff;
    text-decoration: underline;
}

.item-list{
    margin: 10px 0;
}
.nursery-link-box{
    width: 48%;
    border-radius: 10px;
    position: relative;
    padding: 3%;
    box-sizing: border-box;
    font-size: 22px;
    text-align: center;
}

.nursery-link-box2{
    width: 48%;
    border-radius: 10px;
    position: relative;
    padding: 3%;
    box-sizing: border-box;
    font-size: 22px;
    text-align: left;
}
.nursery-link-box2 li:before{
    content: "・";
    color: #fff;
}

.nursery-link-box.manicipality{
    text-align: left;
}

.nursery-link-box .description{
    color: #fff;
    font-size: 18px;
}
.nursery-link-box2 a{
    color: #fff;
    font-size: 18px;
    /*text-decoration: underline;*/
}
.nursery-link-box2 a:hover{
    text-decoration: underline;
}

.nursery-link-box3{
    width: 100%;
    border-radius: 10px;
    position: relative;
    padding: 3%;
    box-sizing: border-box;
    font-size: 22px;
    text-align: left;
}
.nursery-link-box3 li:before{
    content: "・";
    color: #fff;
}
.nursery-link-box3 a{
    color: #fff;
    font-size: 18px;
    /*text-decoration: underline;*/
}
.nursery-link-box3 a:hover{
    text-decoration: underline;
}

.nursery-link-box a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.nursery-link-box:hover{
    opacity: 0.8;
}

/*-------------------------------------------*/

.municipality-link {
    text-align: center;
    width: 100%;
    height: auto;
}

.municipality-link svg{
    margin: 10% 0;
    width: 100%;
    height: 200px;

}
.municipality.btn svg{
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

.municipality #パス_5192{
    stroke:#fff;
    fill:#fff;
}
.municipality #パス_5193{
    stroke:#fff;
    fill:#fff;
}
#contents.online {
    width: 100%;
    margin-top: 0;
}
#contents.online .text-inner{
    padding: 0;
    background: #f1f1f1;
}
#contents.online .section {
    padding-top: 5%;
    padding-bottom: 5%;
    margin-bottom: 0;
}
#contents.online .section-inner {
    width: 1120px;
    margin: 0 auto;
}
#contents.online .section-inner .title{
    text-align: center;
    margin-bottom: 50px;
}
#contents.online .section-inner .title img{
    height: 75px;
}
#online-intro {
    background-image: url(../../img/user/back-dot.png);
    background-size: 175px;
}
#online-intro .frame{
    display: flex;
    padding: 50px 50px 60px 40px;
    background-size: 100% 100%;
    background-image: url(../../img/user/online/online-frame.png);
}

#online-intro .frame .image{
    width: 60%;
}
#online-intro  .frame .text{
    width: 40%;
    margin-left: 30px;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#online-intro  .frame .text p{
    line-height: 2.5;
}
#online-intro  .frame .slash{
    padding-top: 18px;
    background-image: url(../../img/user/line-naname.png);
}

#online-point {
}
#online-point .body{
    display: flex;
    padding: 50px;
}
#online-point .item{
    width: 33.3%;
    text-align: center;
}
#online-point .item img{
    width: 250px;
}
#online-point .item p{
    padding: 30px;
    max-width: 280px;
    margin: 0 auto;
}

#online-step {
    background-image: url(../../img/user/back-stripe.png?1);
    background-size: 175px;
}

#online-step .body{
    display: flex;
    justify-content: center;
    padding: 30px;
    align-items: stretch;
    flex-wrap: wrap;
}
#online-step .item{
    position: relative;
    border: solid 2px #333;
    border-radius: 8px;
    background: #fff;
    padding: 30px 50px;
    width: 30%;
}
#online-step .item.small{
    display: flex;
    width: 135px;
    padding: 30px 20px;
    vertical-align: middle;
    align-items: center;
}
#online-step .item img {
    position: absolute;
    top: -15px;
    left: -20px;
    width: 45px;
}
#online-step .arrow{
    margin: 0 50px;
    align-items: center;
    display: flex;
}
#online-step .arrow.small{
    margin: 0 20px;
}
#online-step .arrow img{
    width: 24px;
}
#online-step .item p{
    color: #333;
}
#online-step .item p.small{
    color: #707070;
    font-size: 0.85em;
}
#online-step .period {
    text-align: center;
    margin: 50px 0;
}
#online-step .period p{
    display: inline-block;
    padding: 2px 50px 4px;
    color: #fff;
    background: #333;
    border-radius: 20px;
}
#online-step .period p .yellow{
    font-size: 1.2em;
    margin: 0 5px;
}
#online-contact {
    margin-top: 30px!important;
    margin-bottom: 50px!important;
}

.fair-top-eria {
    text-align: right;
    margin: 1em;
}
.fair-top-eria-span {
    text-align:center;
    margin: 0 1em;
    padding: 0 10px;
    border: 3px solid #ff6069;
    border-radius: 5px;
    color: #ff6069;

}
.fair-top-eria-span img{
    width: 25px;
    vertical-align: middle;
}
.fair-top-eria-span select{
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #ff6069;
    font-weight: 600;
}
.fair_prefectures{
    display: none;
}
.fair_prefectures.active{
    display: block;
}

.container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0em 0em 4em 0em;
}
.fair-tab {
    padding: 0px 0px 0px 0px;
    margin: 10px 10px;
    border: 3px solid #ff6069;
    border-radius: 10px;
    position: relative;
    box-shadow: 7px 7px #ff9999,7px 7px 0px 3px #ff6069;
}
#contents .fair-tab {
    display: none;
}
#contents .fair-tab.active{
    display: inline-block;
}
#contents .fair-tab.not-expire:hover{
    transform: translate3d(0, 7px, 0);
    box-shadow: none;
}
#contents .fair-tab.expire{
    background-color: #dcdcdc;
    border: 3px solid #b9b4b4;
    box-shadow: none;
}
.fair-tab .box-footer {
    background: #ff6069;
    text-align: right;
    color: #FFF;
    margin: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
#contents .fair-tab .box-footer.expire {
    background: #b9b4b4;
}
.fair-tab .box-expire {
    display: none;
    background: #999999;
    font-size: 25px;
    text-align: center;
    color: #FFF;
    margin: 0;
    position: absolute;
    bottom: 50%;
    width: 100%;
}
#contents .fair-tab .box-expire.expire{
    display: inline-block;
}
.fair-tab .box-body {
    padding: 10px 10px 40px 10px;
}
.fair-tab .box-body img.expire{
    opacity: 0.5;
}
.fair-tab .box-body .box-body-title {
    margin: 10px 0;
    text-align: center;
    font-size: 20px;
    line-height: 1.4em;
}
.fair-tab-button-wrapper {
    display: none;
    text-align:center;
    margin: 3em 1em 4em 1em;
}
#contents .fair-tab-button-wrapper.active{
    display: block;
}
.fair-tab-button-wrapper .fair-tab-button{
    background: #ff9999;
    border: 1px solid #ff9999;
    width: 30%;
}
.fair-tab-button-wrapper .fair-tab-button:hover{
    opacity: 0.7;
}

#contents .consultation-wrapper:hover{
    opacity: 0.7;
}

table.fair-tab-table{
    width: 100%;
}
table.fair-tab-table th{
    width: 47px;
}
table.fair-tab-table td a{
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: #ff6069;
    /*border-bottom: solid 1px #ff6069;*/
}
table.fair-tab-table .border-solid-top{
    border-top: solid 2px #b9b4b4;
}
table.fair-tab-table .border-solid-top th{
    font-weight: 900;
    padding: 5px 0 5px 0;
    /*color: #333;*/
    color: #707070;
    line-height: 1.4em;
}
table.fair-tab-table .border-solid-top td{
    font-weight: 900;
    padding: 5px 0 5px 0;
    /*color: #333;*/
    color: #707070;
    line-height: 1.4em;
}
table.fair-tab-table .border-solid-top th.expire{
    color: #707070;
}
table.fair-tab-table .border-solid-top td.expire{
    color: #707070;
}
table.fair-tab-table .border-dashed-top{
    border-top: dashed 2px #b9b4b4;
}
table.fair-tab-table .border-dashed-top th{
    padding-top: 5px;
    line-height: 1.4em;
}
table.fair-tab-table .border-dashed-top td{
    padding-top: 5px;
    line-height: 1.4em;
}
.fair-tab-label{
    padding: 0px 2px 0px 2px;
    margin: 5px 0px 5px 0px;
    border-radius: 10px;
    color: #FFF;
    font-size: 14px;
}
#contents .fair-tab-label.pink{
    background: #ff6069;
    border: 3px solid #ff6069;
}
#contents .fair-tab-label.yellow{
    background: #ecc238;
    border: 3px solid #ecc238;
}
#contents .fair-tab-label.purple{
    background: #B384FF;
    border: 3px solid #B384FF;
}
#contents .fair-tab-label.other{
    background: #707070;
    border: 3px solid #707070;
}
#contents .fair-tab-label.expire{
    background: #b9b4b4;
    border: 3px solid #b9b4b4;
}
.fair-tab-prefecture{
    padding: 0px 0px 5px 0px;
}
.fair-tab-label-position{
    text-align: right;
}
.map-icon{
    width: 15px;
}
table.eria-table tr{
    font-size: 15px;
}
table.eria-table .pink{
    color: #EE5C67;
}
table.eria-table .yellow{
    color: #FFA624;
}
table.eria-table .blue{
    color: #00BFFF;
}
table.eria-table .black{
    color: #707070;
}
table.eria-table .expire{
    color: #707070;
}
table.eria-table th{
    text-align: left;
    width: 100px;
}

.video-tag{
    margin-top: 5em;
    margin-bottom: 5em;
}

table.fair-detail-top-table{
    width: 100%;
    border: solid 3px #ff6069;
    margin: 0em 0em 2em 0em;
}
table.fair-detail-top-table tr{
    margin: 10px 0 10px 0;
    border-top: solid 3px #ff6069;
}
table.fair-detail-top-table td{
    width: 33%;
    vertical-align: top;
}
table.fair-detail-top-table div{
    margin: 5px 7px 5px 3px;
    text-align: left;
    float: right;
    width: 70%;
}
table.fair-detail-top-table div.head{
    color: #ff6069;
    width: 20%;
    text-align: center;
    float: left;
}
table.fair-detail-top-table div.schedule{
    font-weight: 900;
    color: #333;
}
table.fair-detail-top-table div.body-bottom{
    width: 77%;
}
table.fair-detail-top-table .date_info{
    border-right: dashed 3px #ff6069;
    border-left: dashed 3px #ff6069;
}

.fair-background{
    width: calc(100% + 300px);
    margin: 0px -150px 50px -150px;
}
.background-detail{
    padding: 3% 12%
}
.background-detail-title{
    margin: 1em 0;
}
.background-detail-title .big-title{
    font-size: 30px;
}
.background-detail-title .background-detail-title-pink{
    color: #ff6069;
}
.background-detail-title .background-detail-title-white{
    color: #FFF;
}
.sub-detail-title {
    margin: -10px 0px 10px;
}
.sub-detail-title .big-title{
    font-size: 30px;
}
.sub-detail-title .sub-detail-title-pink{
    color: #ff6069;
}

table.fair-detail-middle-table{
    width: 100%;
    border: solid 3px #ff6069;
    border-collapse: separate;
    border-radius: 10px;
    margin: 0em 2em 2em 0em;
    background: #fff;
}
table.fair-detail-middle-table th{
    padding: 1em;
    width: 25%;
}
table.fair-detail-middle-table td{
    padding: 1em;
}
table.fair-detail-middle-table td a{
    border-bottom: solid 1px #ff6069;
}
table.fair-detail-middle-table td img{
    margin-left: 5px;
    width: 22px;
}

.fair-detail-btn {
    color: #ff6069;
    margin: 1em 0em;
    border: 3px solid #ff6069;
    border-radius: 10px;
    box-shadow: 7px 7px #ff9999,7px 7px 0px 3px #ff6069;
}
.fair-detail-btn:hover{
    transform: translate3d(0, 7px, 0);
    box-shadow: none;
}

.fair-detail-img-div {
    text-align: center;
}
.fair-detail-img-div a:hover{
    opacity: 0.7;
}

#fair-detail-img {
    position: fixed;
    background: rgba(0,0,0,0.5);
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 300;
    padding: 100px 100px 50px;
    overflow-y: scroll;
    display: none;
}
#fair-detail-img.active {
    display: block;
}
#fair-detail-img > div {
    width: 1080px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
    overflow-y: scroll;
    max-height: 100%;
}
#fair-detail-img > div h2 {
    font-size: 24px;
    color: #ff6069;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
}
#fair-detail-img .fair-detail-img-body .fair-detail-img-size {
    width: 100%;
}
#fair-detail-img .fair-detail-img-body.mause-hover:hover {
    transform: translate3d(0, 5px, 0);
}
#fair-detail-img .close {
    position: absolute;
    top: 75px;
    left: calc(50% + 508px + 5px);
    width: 24px;
    cursor: pointer;
}

.wavy-line {
    text-decoration:underline overline wavy;
    text-underline-offset: 8px;
}

.dash-line {
    text-decoration:underline dashed;
    display:inline-block;
    text-underline-offset: 10px;
}

.pinkback{
    background-color: #FFBEBD;
}
.dot-back {
    background-image: url(../../../assets/img/user/back-dot_pink.png);
}

.yellowback{
    background-color: #FFC52C;
}
.blueback{
    background-color: #44D2E5;
}

.darkred{
    background-color: #EA5862;
}

.mt100{
    margin-top: 100px;
}
.mt10{
    margin-top: 10px;
}
.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 40px;
}
.mt70{
    margin-top: 70px;
}
.ml70{
    margin-left: 70px !important;
}
.ml100{
    margin-left: 100px;
}
.ml120{
    margin-left: 120px !important;
}
.ml80{
    margin-left: 80px;
}
.ml30p{
    margin-left: 40%;
}
.ml50p{
    margin-left: 50%;
}
.mt20{
    margin-top: 20px;
}
.mrp10{
    margin-right: 10%;
}
.mrp30{
    margin-right: 50%;
}
.mb20{
    margin-bottom: 20px;
}
.mb70{
    margin-bottom: 200px;
}
.mlm20{
    margin-left: -20%;
}
.ml10{
    margin-left: 10px;
}

.font_bold{
    font-weight: bold;
}

.ml20{
    margin-left: 20px;
}
.ml70{
    margin-left: 70px;
}

.mlp27{
    margin-left:27%;
}
.mlp45{
    margin-left: 45%;
}
.mlp40{
    margin-left: 40%;
}
.width100{
    width:100%;
}
.ml40{
    margin-left: 40px;
}
.ml50{
    margin-left: 50px;
}
.mt10{
    margin-top: 10px;
}
.m20{
    margin: 20px;
}
.fw{
    font-weight: bolder;
}

.fs30{
    font-size: 30px;
}
.fs24{
    font-size: 24px;
}
.fs20{
    font-size: 20px;
}
.fs18{
    font-size: 18px;
}
.fs14{
    font-size: 14px;
}

.fs12{
    font-size: 12px;
}
.fs10{
    font-size: 10px;
}

.border-radius30 {
    border-radius: 10px;
}

.border-radius10 {
    border-radius: 10px;
}

.pad5 {
    padding:5px;
}

.fcwhite{
    color: white;
}

.fcredpink{
    color: #F36B74
}

.center{
    justify-content: center !important;
}

.big{
    font-size: 35px;
}

.left{
    text-align: left;
}

.section-inner .text {
    text-align: left;
    display: inline-block;
}

.float-center{
    float: center;
}

.float-left{
    float: left;
}

.float-right{
    float: right;
}

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

div.grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

div.grid div{
    margin: 10px;
}

div.grid_sp{
    grid-template-columns: 50% 50%;
    grid-template-rows: 35%;
    display: inline-grid;
    margin-left: 38%;
}

div.grid_sp div{
    margin: 10px;
}

div.grid_sp2{
    grid-template-columns: 20%;
    grid-template-rows: 35%;
    display: inline-grid;
    margin-right: 27%;
}

div.grid_sp2 div{
    margin: 10px;
}

.box {
    position: relative;
}
.box p {
    position: absolute;
    color: white;
    line-height: normal;
}

.lh-normal{
    line-height: normal;
}
.rotate_text_left10{
    transform: rotate(-10deg);
}
.rotate_text_left40{
    transform: rotate(-40deg);
}
.rotate_text_right10{
    transform: rotate(10deg);
}

.balloon2 {
    position: relative;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #F36B74;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #F36B74;
    box-sizing: border-box;
    border-radius: 8px;
    width:80%;
}

.square {
    position: relative;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #F36B74;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #F36B74;
    box-sizing: border-box;
    border-radius: 8px;
    width:80%;
}

.balloon2:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}

.balloon2:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #F36B74;
    z-index: 1;
}

.balloon2 p {
    margin: 0;
    padding: 0;
}

.balloon {
    position: relative;
    display: inline-block;
    margin: 1.5em 15px 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 2px #F36B74;
    box-sizing: border-box;
    float: left;
    padding-bottom: 40px;
    border-radius: 8px;
}

.balloon-right {
    position: relative;
    display: inline-block;
    margin: 1.5em 15px 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 2px #F36B74;
    box-sizing: border-box;
    float: left;
    padding-bottom: 40px;
    border-radius: 8px;
}
.balloon-right:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
}

.balloon-right:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-left: 14px solid #F36B74;
    z-index: 1;
}

.balloon-left {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: white;
    font-size: 12px;
    background: #F05964;
    border: solid 3px #F05964;
    box-sizing: border-box;
    border-radius: 60px;
    padding: 20px;
}

.balloon-left:before {
    content: "";
    position: absolute;
    top: 70%;
    left: -18px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #F05964;
    z-index: 2;
    transform: rotate(-20deg);
}

.balloon-left:after {
    content: "";
    position: absolute;
    top: 72%;
    left: -24px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #F05964;
    z-index: 1;
    transform: rotate(-20deg);
}

.balloon-under_left{
    display: inline-block;
    position: relative;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 10px;
    background: #fff;
    color: #F05964;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 50px;
    font-weight: bolder;
}
.balloon-under_left::before{
    content: "";
    position: absolute;
    bottom: -30px;
    right: 20px;
    width: 0;
    height: 0;
    border-top: 30px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    transform-origin: left top;

}
.balloon-under_left::after{
    content: "";
    position: absolute;
    bottom: -26px;
    right: 21px;
    width: 0;
    height: 0;
    border-top: 30px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    transform-origin: left top;
}

.balloon-under_right{
    display: inline-block;
    position: relative;
    margin-top: 0px;
    padding: 10px;
    background: #fff;
    color: #F05964;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 50px;
    font-weight: bolder;
}
.balloon-under_right::before{
    content: "";
    position: absolute;
    bottom: -30px;
    right: 20px;
    width: 0;
    height: 0;
    border-top: 30px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    transform-origin: left top;
}
.balloon-under_right::after{
    content: "";
    position: absolute;
    bottom: -26px;
    right: 21px;
    width: 0;
    height: 0;
    border-top: 30px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    transform-origin: left top;
}

.balloon-left p {
    margin: 0;
    padding: 0;
}

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

.width{
    width: 154% !important;
}

.bg_pink_dot{
    background-color: #FFBEBD;
    background-image:
    radial-gradient(#FFA1A8 15%, transparent 15%),
    radial-gradient(#FFA1A8 15%, transparent 15%);
    background-size: 30px 30px;
    background-position: 0 0, 15px 15px;
}

.box2{
    padding: 1.0em 1em;
    margin: 2em 0;
    color: #F36B74;
    background: #FFBEBD;
    border: solid 3px #F36B74;
    border-radius: 30px;
    width: 60%;
}

.box3{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #ffffff;
    background: #F36B74;
    border: solid 3px #F36B74;
    border-radius: 30px;
    width: 60%;
}

.text-image {
    position: relative;
}

.text-image img {

}

.text-image p {
    position: absolute;
    top: 5%;
    left: 44%;
    font-size: 14px;
    line-height: normal;
    color: #ffffff;
}

body{
    width:100%;
    min-width: 600px;
}
