@charset "utf-8";
.show{
	display:block;
}
.hide{
	display:none;
}

.show_sp, .sp {
    display: none;
}

/* .accordion-content {
    display: none;
} */

.holelist-main {
    background-image: url("../../common/images/hole_list_main.jpg" );
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}

.holelist-main-wrapper {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.hole-list-tit {
    width: 100%;
    display: flex;
    justify-content: center;
}

.hole-list-tit h2 {
    color: #008E72;
    text-align: center;
    height: 153px;
    background: #fff;
    width: 78%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 35px;
}

.hole-list-tit h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    display: inline-block;
    width: 53px;
    height: 5px;
    border-radius: 2.5px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background: #008E72;
}

.container_area {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}
.accordion-container {
    max-width: 800px;
}
h4.accordion-title {
    background-color: #79B6B5;
    color: #fff;
    padding: 5px 0 5px 20px;
    font-size: 1.4rem;
    letter-spacing: 0.07em;
    margin:10px 0 60px 0;
    margin-top: 100px;
}

.accordion-container .accordion-title{
    cursor: none; 
    pointer-events: none;
}
.accordion-container .accordion-title::after {
    display: none;
}
.accordion-content {
    padding: 0;
    max-width: 980px;
    margin: 0 auto;
    justify-content: space-between;
}
.f_hall_accordion_inner {
    border: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
    padding: 15px 20px;
    width: 46%;
}
.f_hall_name {
    padding: 5px 25px;
}
.img_responsive {
    margin: 0 auto 20px;
    overflow: hidden;
    width: 100%;
    /* height:204px; */
    /* object-fit: cover; */

}
.f_btn_box {
    display: flex!important;
    justify-content: flex-end;
    height: auto;
    position: initial;
    transform: initial;
}
.f_btn_box a {
    display: inline-block;
    margin-left: 5px;
    width: 100px;
}
.f_hall_name {
    width: 100%;
    position: initial;
    background: #828282;
    letter-spacing: 0.05em;
    padding: 0 15px;
    font-size: 1rem;
}
.f_hall_hall_add {
    padding-top: 0;
}
.f_hall_linktext_box {
    text-align: right;
}
.f_hall_accordion_inner:last-child {
    border-bottom: 1px solid #a5a5a5;
}
.hall_tel {
    font-size: 1.3rem;
}
.f_hall_info_btn,
.f_hall_flower_btn,
.f_hall_kengaku_btn {
    padding: 13px 0;
}

/* ホール特徴アイコン */
.hall_icon_list {
    display: flex;
    justify-content: flex-end;
    margin: 10px auto;
}
.hall_icon_list li {
    margin-left: 5px;
    position: relative;
}
.hall_icon_list img {
    max-width: 46px;
}
.hall_icon_list span {
    font-size: 0.78rem;
    font-weight: bold;
    color: #768188;
    position: absolute;
    bottom: 25px;
    left: 7px;
    z-index: 100;
}

/* 葬儀スタイルアイコン */
.hall_icon_style img {
    width: 50px;
    margin-top: 3px;
    margin-bottom: 1px;
}

/* ホール検索プルダウン */
.container_area form {
    text-align: center;
    /* background: #f3eeff; */
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 980px;
    width: 100%;
}

.select_container{
    position: relative;
}

.triangle01::after,
.triangle02::after{
    z-index: 1;
    position: absolute;
    right: 4%;
    top: 15%;
    content: ">";
    transform: scaleX(2) rotate(90deg);
    line-height: 50px;
    color: #7F878C;
    vertical-align: middle;
    pointer-events: none;
}

.container_area select,
input[type=button] {
    border-radius:5px;
    width: 100%;
    font-size: 22px;
}
.container_area select {
    border: 1px solid #8574B6;
    padding: 20px 0 20px 20px;
    min-width: 500px;
    /* width: 38%; */
}

input[type=button] {
    background: #8574B6;
    padding: 20px 0;
    color: #fff;
    /* max-width: 200px; */
    width: 20%;
}

input[type=button]:hover {
    background: #c3b2f5;
    transition: .3s;
}
#ID_FORM {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#ID_FORM .select_container {
    margin-right: 10px;
    margin-left: 10px;
}

/* 電話番号・LINEボタン */

.sp_buttons_wrap {
    display: none;
}


/* プルダウンメニューの三角のレイアウト */
select {
    /* -moz-appearance: auto;
    -webkit-appearance: auto; */
}
/* 
.triangle01{
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 15px solid #8574B6;
    content: "";
    position: absolute;
    top: 52%;
    right: 61%;
    transform: translate(-50%,-50%);
}

.triangle02{
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 15px solid #c3b2f5;
    content: "";
    position: absolute;
    top: 52%;
    right: 21%;
    transform: translate(-50%,-50%);
} */

.option-show {
    display: block;
}
.option-hide {
    display: none;
}



@media screen and (max-width: 1160px) {
    .show_sp {
        display: block;
    }
    .show_pc {
        display: none;
    }
    /*テストのための調整用*/
    header {
        padding-bottom: 20px;
    }
    article {
        display: none;
    }
    .f_hall_list {
        display: block;
    }
    /*テストのための調整用*/

    .f_hall_name {
        width: 100%;
        letter-spacing: 0.03em;
        padding: 0 10px;
        color: #fff;
        font-size: 0.7rem;
    }
    .img_responsive {
        margin: 0 auto;
    }
    .f_hall_accordion_inner {
        padding: 15px;
    }
    .f_btn_box.show_pc {
        display: none!important;
    }
    .f_hall_info_btn,
    .f_hall_flower_btn,
    .f_hall_kengaku_btn {
        min-width: 80px;
        padding: 6px;
    }
    h4.accordion-title {
        padding: 3px 0 3px 10px;
        font-size: 1.2rem;
        letter-spacing: 0.05em;
    }
    .accordion-content {
        padding: 0;
        flex-wrap: wrap;
    }
    .hall_icon_style img {
        width: 50px;
        margin-top: 0px;
        margin-bottom: 1px;
    }

    /* ホール検索プルダウン */
    .container_area form {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* max-width: 555px; */
        margin: 0 auto;
    }
    .container_area select {
        padding: 10px 0 10px 10px;
        width: 85%;
        margin: 0 auto 10px;
        min-width: 0;
    }
    .container_area select, input[type=button] {
        font-size: 18px;
    }

    .select_container{
        width:95%;
    }

    input[type=button] {
        FONT-VARIANT: JIS78;
        background: #8574B6;
        padding: 10px 0;
        color: #fff;
        width: 85%;
        margin: 0 auto;
    }
    .container_area {
        padding: 20px 0;
    }
    .triangle01::after,
    .triangle02::after{
        top: 0%;
        right: 11%;
    }
    
}

@media screen and (max-width: 768px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    .select_container{
        margin:0 2%;
    }

    .holelist-main {
        background-image: url("../../common/images/hole_list_main_sp.jpg" );
        height: 200px;
    }
    
    .holelist-main-wrapper {
        position: relative;
    }

    .hole-list-tit {
        position: absolute;
        bottom: -75px;
    }
    
    .holelist-main-wrapper h2 {
        font-size: 32px;
    }

    /* .container_area select {
        width:85%;
    } */

    .container_area {
        padding: 120px 0  60px;
    }

    .title_underline {
        margin: -140px auto 50px auto;
    }
    .f_hall_accordion_inner {
        width: 100%;
    }
    h4.accordion-title  {
        margin-top: 60px;
        margin-bottom: 30px;
    }
    header {
        padding-bottom: 0;
    }

    .sp_buttons_wrap {
        display: block;
        margin-top: -20px;
    }

    .call_tit_wrap{
        display: flex;
        justify-content: space-around;
    }
    
    .sp_buttons_wrap .srash{
        color: #D90052;
        font-family: Courier New;
        font-size: 5rem;
        line-height: normal;
    }
    
    .sp_buttons_wrap h3{
        color: #D90052;
        font-weight: 500;
    }
    
    .sp_buttons_wrap h3 span.menber_font_large{
        font-weight: bold;
    }
    
    .sp_buttons_wrap h3 span.menber_font_small{
        font-size: 0.8em;
    }
    
    .freecall_btn_sp,.line_btn_sp{
        padding: 0 20px 40px 20px;
    }
}
