@charset "utf-8";

/*共通*/
main{
    padding-bottom: 0;
}

.top-content-title{
    font-size: 1.4rem;
}

.content-title{
    letter-spacing: 2px;
}

.content-title-img{
    width: 55px;
}

/*MV*/
.mv-area{
    position: relative;
    width: 100%;
    height: 530px;
}

.mv-area:before{
    content: "";
    width: 100%;
    height: 100vh;
    text-align: left;
    position: fixed;/* 擬似要素ごと固定 */
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url("../images/mv-background.jpg?date=20210301");
    background-attachment: fixed;
    background-position-y: 600%;
    background-size: 125%;
}

.mv-text-background{
    background:rgba(255, 255, 255,0.5);
    padding: 3rem;
}

.mv-hoyaboya{
    width: 165px;
    position: absolute;
    right: -7%;
    top: 18%;
}

.mv-sub-text{
    line-height: 1.8;
}

.booking-btn{
    display: inline-block;
    padding: 1.3rem 5rem 1.3rem 4rem;
    background: #FFD803;
    border-radius: 5px;
    cursor: pointer;
    transition-property: box-shadow,background-color;
    transition-duration: .3s;
}

.booking-naka-btn{
    text-align: center;
    color: #272343;
    font-weight: 700;
}

.booking-naka-btn:after, .more-btn:after{
    content: "";
    position: absolute;
    width: 50px;
    height: 19px;
    background: url(../images/right-arrow.svg) no-repeat;
    background-position-x: right;
    background-position-y: 8px;
}

.booking-btn:hover{
    box-shadow: 4px 6px 24px 0 rgba(0,0,0,0.2);
}

/*施設予約システムでできること*/
.can-content{
    padding: 1rem 0;
    border: 5px solid #ebf6f9;
    border-radius: 10px;
    min-height: 150px;
}

/*簡単3STEPで施設予約可能！*/
.impact-step-title{
    font-size: 3rem;
    padding-left: .3rem;
    padding-right: .3rem;
    margin-bottom: -6px;
}

.step-title1, .step-title2, .step-title3{
    padding: 1rem 0;
    color: #ffffff;
    letter-spacing: 1.5px;
}

.step1-content, .step2-content, .step3-content{
    height: 230px;
    border-left: 5px solid #ebf6f9;
    border-bottom: 5px solid #ebf6f9;
}

.step-title1{
    background: #66b6ec;
}

.step-title2{
    background: #3f93cc;
}

.step-title2:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-width: 30px 0 30px 15px;
    border-style: solid;
    border-color: transparent transparent transparent #66b6ec;
    width: 0;
}

.step-title3{
    background: #1B80C4;
}

.step-title3:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-width: 30px 0 30px 15px;
    border-style: solid;
    border-color: transparent transparent transparent #3f93cc;
    width: 0;
}

.step3-content{
    border-right: 5px solid #ebf6f9;
}

/*お知らせ*/
.news-area{
    padding: 1.5rem 0;
    background: #F8F8F8;
}

.news-list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-item{
    padding: 0.2rem 0;
    font-size: 1.1rem;
}

.news-link-date{
    padding-right: 1.5rem;
    width: 160px;
}

.news-new {
    width: 50px;
    padding: 5px;
    margin-right: 5px;
    background-color: #EF271F;
    color: white;
    border-radius: 10px;
    font-size: 12px;
    text-align: center;
}

.news-link, .institution_item{
    padding-left: 1.3rem;
    color: #272343;
}

.news-link:before, .institution_item:before{
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    top: 0;
    color: #EF831F;
}

.more-link-content{
    margin-top: -17px;
    padding-right: 50px;
}

.news-link-text{
    width: calc(100% - 160px);
}

.more-btn{
    font-size: 14px;
}

/*検索*/
/*タブのスタイル*/
.search-tab_item {
    width: calc((100% - 30px) / 3);
    height: 80px;
    background-color: #EBEBEB;
    line-height: 85px;
    font-size: 16px;
    text-align: center;
    color: #272343;
    display: block;
    float: left;
    font-weight: bold;
    transition: all 0.2s ease;
    margin-right: 15px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    top: 2px;
    border-left: 2px solid #EBEBEB;
    border-right: 2px solid #EBEBEB;
    padding-left: 2rem;
}

.search-tab_item:hover, .accordin-btn:hover {
    opacity: 0.75;
}

.tab_item-icon{
    width: 20px;
    position: absolute;
    fill: #272343;
}

.institution-icon{
    left: 50px;
    top: 32px;
}

.purpose-icon{
    left: 35px;
    top: 33px;
}

.search-icon{
    left: 30px;
    top: 33px;
}

input[name="tab_item"] {
    display: none;
}

.search-tab_content {
    display: none;
    padding: 25px;
    clear: both;
    overflow: hidden;
    border: 2px solid #EBEBEB;
    background-color: #F8F8F8;
}

#purpose:checked ~ #purpose_content,
#institution:checked ~ #institution_content,
#conditions:checked ~ #conditions_content {
    display: block;
}

.search-tabs input:checked + .search-tab_item {
    background-color: #F8F8F8;
    border-bottom: none;
    z-index: 2;
}

.search-tabs input:checked + .search-tab_item:before{
    content: "";
    position: absolute;
    width: 101.8%;
    height: 7px;
    background: #EF831F;
    left: -1%;
    top: 0;
}

*::-ms-backdrop, .search-tab_item {
    width: 32.09999999%; /* IE11 */
    padding-left: 2%;
}

/*検索するボタン*/
.search-btn{
    color: #ffffff;
    background: url(../images/right-arrow_white.svg) no-repeat;
    background-color: #1B80C4;
    background-position-x: 85%;
    background-position-y: center;
}

.search-btn:hover{
    color: #ffffff;
}

.form-control.blue-form:focus{
    background: #F0F7FB;
}

/*施設一覧*/
.institution_list{
    padding: 25px;
    border: 3px solid #EEEDEA;
    border-radius: 5px;
}

.institution_item{
    line-height: 1.4;
    padding-bottom: 0;
    margin: .5rem 0;
}

/*アコーディオン*/
.accordion{
    padding-top: 2px;
}

.accordin-card, .accordin-btn:focus{
    border-radius: 0;
}

.accordin-header{
    padding: 0;
}

.accordin-btn{
    width: 100%;
    line-height: 64.5px;
    color: #272343;
    font-size: 16px;
    font-weight: bold;
    border: none;
    transition: all 0.2s ease;
}

.accordin-btn[aria-expanded=false]::after{
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.accordin-btn[aria-expanded=true]::after{
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 25px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -ms-transform: rotate(180deg) translateY(50%);
    -webkit-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
}

.side-accodion{
    border: 2px solid #EBEBEB;
}

.side-accodion .accordin-header{
    background-color: #EBEBEB;
    border: 1px solid #EBEBEB;
}

/*バナー*/
.top-banner-box{
    margin-top: 3.5rem;
}

.top-banner{
    width: 100%;
    height: 85px;
    display: block;
    background-color: #FFF9E2;
    transition: all .15s;
}

.top-banner:hover{
    opacity: 0.8;
}

.banner-guide, .banner-question{
    height: 100%;
    font-size: 1.2rem;
}

.banner-guide img, .banner-question img{
    height: 55px;
}

.marker-text{
    background: linear-gradient(transparent 90%, #EF831F 90%);
    padding-bottom: 0.2rem;
}

.top-bottom{
    padding-bottom: 8rem;
}
