/* # =================================================================
   # common
   # ================================================================= */
main { padding-bottom: 81px; }

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 751px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 750px) {
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
.el_head-title {
    margin-bottom: 38px;
    padding-top: 70px;
    text-align: center;
    background: url("/concept/images/icon01.svg") no-repeat center top;
    background-size: 50px 63px; 
    font-weight: 500;
}
.el_head-title span {
    display: block;
}
.el_head-title .el_head-title_en {
    margin-bottom: 56px;
    color: #07B7D9;
    font-size: 22px;
    letter-spacing: 0.06em;
}
.el_head-title .el_head-title_jp {
    color: #231815;
    font-size: 22px;
    line-height: 2.1;
    letter-spacing: 0.06em;
}
@media (max-width: 750px) {
    .el_head-title {
        margin-bottom: 33px;
        padding-top: 23px;
        background-size: 20px 30px; 
    }
    .el_head-title .el_head-title_en {
        padding-top: 6px;
        margin-bottom: 24px;
        font-size: 16px;
    }
    .el_head-title .el_head-title_jp {
        font-size: 18px;
        line-height: 1.75;
    }
}
.el_head-title02 {
    margin-bottom: 51px;
    padding-top: 90px;
}
@media (max-width: 750px) {
    .el_head-title02 {
        margin-bottom: 24px;
        padding-top: 55px;
    }
    .el_head-title02 .el_head-title_jp {
        letter-spacing: 0.04em;
    }
}
.el_list-ul {
    margin: -30px -130px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.el_list-ul li {
    margin-top: 30px;
    width: 48%;
    list-style: none;
}
.el_list-ul li span {
    display: block;
}
.el_list-ul img {
    width: 100%;
}
.el_list-ul .el_list-ul_pho {
    margin-bottom: 30px;
}
.el_head_line01 {
    margin-bottom: 23px;
    padding-left: 42px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
    background: url("/concept/images/icon01.svg") no-repeat left top 5px;
    background-size: 20px 20px; 
}
.el_list-ul .el_list-ul_txt {
    margin-bottom: 36px;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
}
.el_list-ul .el_list-ul_time-txt {
    margin-bottom: 20px;
    padding: 7px 0 14px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 0.05em;
    border-top: 1px solid #161616;
    border-bottom: 1px solid #161616;
}
.el_list-ul .el_list-ul_notes {
    font-size: 12px;
    word-break: break-all;
    line-height: 1.95;
}
@media all and (min-width: 751px) and (max-width: 1100px) {
    .el_list-ul {
        margin: -30px auto 0;
    }
}
@media (max-width: 750px) {
    .el_list-ul {
        margin: 0 0 30px;
        padding-top: 13px;
        display: block;
    }
    .el_list-ul li {
        margin: 0 0 53px;
        width: 100%;
        list-style: none;
        text-align: center;
    }
    .el_list-ul li:last-child {
        margin-bottom: 0;
    }
    .el_list-ul .el_list-ul_pho {
        margin-bottom: 20px;
    }
    .el_head_line01 {
        margin-bottom: 26px;
        padding: 0 0 0 25px;
        font-size: 16px;
        display: inline-block;
        background-size: 14px 14px; 
    }
    .el_head_line02 {
        font-size: 18px;
    }
    .el_list-ul .el_head_line01 {
        display: inline-block;
    }
    .el_list-ul .el_list-ul_txt {
        margin-bottom: 34px;
        font-size: 14px;
        line-height: 2.1;
        text-align: justify;
    }
    .el_list-ul .el_list-ul_time-txt {
        margin-bottom: 12px;
        padding: 12px 0 14px;
        font-size: 14px;
        line-height: 1.8;
    }
    .el_list-ul .el_list-ul_notes {
        font-size: 12px;
        line-height: 2;
        text-align: left;
    }
}
.el_table {
    margin-bottom: 85px;
    line-height: 1.65;
    border-collapse: collapse;
    letter-spacing: 0.05em;
    width: 100%;
}
.el_table th,
.el_table td {
    padding: 13px 0;
    font-weight: 500;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #969696;
}
.el_table th {
    width: 24%;
}
.el_link-btn {
    padding-top: 10px;
}
.el_link-btn a {
    display: block;
    width: 400px;
    padding: 10px;
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
    box-sizing: border-box;
    background: #06b7d9 url("/hall/images/icon.svg") no-repeat right 24px center;
    background-size: 21px 21px; 
    border-radius: 20px;
}
.el_link-btn a:hover {
    opacity: 0.7;
}
@media (max-width: 750px) {
    .el_table {
        margin: 0 auto 50px;
        font-size: 14px;
        line-height: 2.15;
    }
    .el_table th,
    .el_table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .el_table th {
        padding: 10px 0 0;
        border-bottom: none;
    }
    .el_table td {
        padding: 0 0 18px;
    }
    .el_link-btn {
        padding: 0 20px;
    }
    .el_link-btn a {
        width: 100%;
        max-width: 400px;
        padding: 10px 39px 10px 10px;
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 0.05em;
        background: #06b7d9 url("/hall/images/icon.svg") no-repeat right 16px center;
        background-size: 21px 21px; 
    }
    .el_link-btn a:hover {
        opacity: 1;
    }
}
@media (max-width: 374px) {
    .el_link-btn a {
        font-size: 14px;
    }
}
.el_visual_pho {
    height: 400px;
    background: url("/hall/images/photo01_pc.jpg") no-repeat center center fixed;
    background-size: cover;
}
@media (max-width: 750px) {
    .el_visual_pho {
        height: 250px;
        background: url("/hall/images/photo01_sp.jpg") no-repeat center center;
        background-size: cover;
    }
}
.el_head_line03 {
    margin-bottom: 0;
    padding: 3px 10px 8px;
    color: #231815;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.06em;
    background: #f2f3ee;
    text-align: center;
    box-sizing: border-box;
}
@media (max-width: 750px) {
    .el_head_line03 {
        margin-bottom: 21px;
        padding: 10px 50px;
        font-size: 18px;
        position: relative;
    }
    .el_head_line03:before {
        margin-top: -4px;
        position: absolute;
        right: 20px;
        top: 50%;
        width: 14px;
        height: 8px;
        background: url("/concept/images/icon01_sp.png") no-repeat left top;
        background-size: 14px 8px;
        content: "";
    }
    .el_head_line03.on:before {
        background: url("/concept/images/icon02_sp.png") no-repeat left top;
        background-size: 14px 8px;
    }
}
