/* # =================================================================
   # art
   # ================================================================= */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');
.el_lowerPageTitle {
    background-image: url("/art/images/title_bg_pc.jpg");
}
main {
    overflow: hidden;
}
.ly_breadcrumb {
    margin-bottom: 28px;
}
.ly_content {
    max-width: 1100px;
    margin: 0 auto;
    width: 90%;
}
.ly_art_top_sec {
    margin-bottom: 105px;
    background: url("/art/images/photo01_pc.jpg") no-repeat center top fixed;
    height: 600px;
    color: #fff;
    position: relative;
    background-size: cover;
}
.ly_art_top_sec .ly_content {
    max-width: 840px;
}
.ly_art_top_sec .ly_art_top {
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: 0.06em;
}
.ly_art_top_sec .ly_en_txt {
    position: absolute;
    left: 0;
    bottom: -2px; 
    width: 100%;
}
.ly_art_top_sec .ly_en_txt img {
    max-width: 865px;
    margin: 0 auto;
    display: block;
	width: 100%;
}
.ly_art_top_sec .el_head-title {
    margin-bottom: 50px;
    padding-top: 91px;
}
.ly_art_top_sec .el_head-title .el_head-title_jp {
    color: #fff;
}
.ly_art_map_sec .el_head-title {
    padding: 0 0 0 40px;
    display: inline-block;
    background-position: left center;
}
.ly_art_map_sec .el_head-title .el_head-title_jp {
    padding: 10px 0 10px 70px;
    display: inline-block;
}
.ly_art_map_sec .ly_art_top_inner {
    margin-bottom: 175px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.ly_art_map_sec .ly_art_top_inner .ly_photo_box {
    margin-top: -100px;
    width: 45.4%;
}
.ly_art_map_sec .ly_art_top_inner .ly_photo_box img {
    width: 100%;
}
.ly_art_map_sec .ly_art_top_inner .ly_text_box {
    padding-top: 40px;
    width: 50%;
}
.ly_art_map_sec .ly_art_top_inner .ly_txt_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ly_art_map_sec .ly_art_top_inner .ly_txt_list li {
    margin-bottom: 20px;
    width: 46%;
    list-style: none;
    display: flex;
    justify-content: flex-start;
}
.ly_art_map_sec .ly_art_top_inner .ly_txt_list li:nth-child(2n) {
    width: 48%;
}
.ly_art_map_sec .ly_art_top_inner .ly_txt_list .ly_txt_num {
    margin-right: 10px;
    width: 26px;
    height: 26px;
    color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
    line-height: 23px;
    font-weight: 500;
    letter-spacing: 0.05em;
    background: #161616;
    text-align: center;
}
.ly_art_map_sec .ly_art_top_inner .ly_txt_list .ly_txt_span {
    margin-top: -3px;
    width: calc(100% - 40px);
    letter-spacing: 0.05em;
    border-bottom: 1px solid #b9b9b9; 
    color: #000;
    text-decoration: none;
}
.ly_art_map_sec .ly_art_top_inner .ly_txt_list .ly_txt_span:hover{
    opacity: 0.6;
}
.ly_art_inner_box {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
.ly_art_inner_box .ly_art_photo_box {
    width: 50%;
    position: relative;
    height: 530px;
    background: url("/art/images/photo03.jpg") no-repeat center center;
    background-size: cover;
    z-index: 10;
}
.ly_art_inner_box .ly_art_photo_box .ly_art_txt_num {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    font-weight: 500;
    width: 52px;
    height: 52px;
    content: "";
    letter-spacing: 0.05em;
    background: #161616;
}
.ly_art_inner_box01 .ly_art_photo_box .ly_art_txt_num {
    left: 0;
    right: auto;
}
.ly_art_inner_box .ly_art_photo_box02 {
    background: url("/art/images/photo04.jpg") no-repeat center center;
    background-size: cover;
}
.ly_art_inner_box .ly_art_photo_box03 {
    background: none;
}
.ly_art_inner_box .ly_art_photo_box .ly_art_pho_list {
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.ly_art_inner_box .ly_art_photo_box li {
    width: 50%;
    position: relative;
}
.ly_art_inner_box .ly_art_photo_box03 .bg01 {
    height: 100%;
    background: url("/art/images/photo05.jpg") no-repeat center center;
    background-size: cover;    
}
.ly_art_inner_box .ly_art_photo_box03 .bg02 {
    height: 100%;
    background: url("/art/images/photo06.jpg") no-repeat center center;
    background-size: cover;    
}
.ly_art_inner_box .ly_art_photo_box04 {
    background: url("/art/images/photo07.jpg") no-repeat center center;
    background-size: cover;
}
.ly_art_inner_box .ly_art_photo_box05 {
    background: url("/art/images/photo08.jpg") no-repeat center center;
    background-size: cover;
}
.ly_art_inner_box .ly_art_photo_box06 {
    background: url("/art/images/photo09.jpg") no-repeat center center;
    background-size: cover;
}
.ly_art_inner_box .ly_art_text_box {
    padding-right: 20px;
    width: 50%;
    box-sizing: border-box;
}
.ly_art_inner_box .ly_art_info_box {
    max-width: 560px;
    margin: 48px 20px 0 52px;
}
.ly_art_inner_box01 .ly_art_text_box .ly_art_info_box {
    margin: 48px 47px 0 auto;
}
.ly_art_inner_box01 .ly_art_text_box {
    padding: 0 0 0 20px;
}
.ly_art_inner_box .ly_art_title {
    margin-bottom: 63px;
}
.ly_art_inner_box .ly_art_title .ly_art_title_jp {
    margin-bottom: 7px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.ly_art_inner_box .ly_art_title .ly_art_title_en {
    font-size: 30px;
    display: block;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.ly_art_inner_box .ly_art_title .ly_art_small {
    font-size: 22px;
}
.ly_art_inner_box .ly_art_ttl {
    margin-bottom: 40px;
    padding-bottom: 15px;
    position: relative;
}
.ly_art_inner_box .ly_art_ttl:before {
    position: absolute;
    left: -1000px;
    right: -1000px;
    bottom: 0;
    height: 1px;
    background: #737373;
    content: "";
    z-index: -1;
}
.ly_art_inner_box .ly_art_ttl .ly_art_ttl_en {
    margin-bottom: 3px;
    display: block;
    font-size: 16px;
    letter-spacing: 0.05em;
}
.ly_art_inner_box .ly_art_ttl .ly_art_ttl_jp {
    display: block;
    font-size: 22px;
    letter-spacing: 0.05em;
}
.ly_art_inner_box .ly_art_img_box {
    display: flex;
    justify-content: space-between;
}
.ly_art_inner_box .ly_art_inner_pho {
    width: 21.5%;
}
.ly_art_inner_box .ly_art_inner_pho img {
    width: 100%;
}
.ly_art_inner_box .ly_art_inner_txt {
    width: 71.7%;
    margin-top: -6px;
}
.ly_art_inner_box .ly_art_inner_txt p {
    letter-spacing: 0.05em;
}
.ly_art_inner_box01 {
    flex-direction: row-reverse;
}
.ly_art_btm_sec {
    margin-top: 65px;
    padding: 43px 0 30px;
    background: #f2f3ee;
}
.ly_art_btm_sec .ly_content {
    max-width: 1250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ly_art_btm_sec .ly_art_tit {
    width: 32%;
    font-size: 22px;
    letter-spacing: 0.05em;
}
.ly_art_btm_sec .ly_art_img_box {
    width: 61%;
    display: flex;
    justify-content: space-between;
}
.ly_art_btm_sec .ly_art_inner_pho {
    width: 31.5%;
}
.ly_art_btm_sec .ly_art_img_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.ly_art_btm_sec .ly_art_img_list li {
    list-style: none;
    width: 50%;
}
.ly_art_btm_sec .ly_art_img_list li img {
    width: 100%;
}
.ly_art_btm_sec .ly_art_inner_txt {
    margin-top: -7px;
    width: 62.2%;
}
@media (max-width: 750px) {
    .el_lowerPageTitle {
        background-image: url("/art/images/title_bg_sp.jpg");
    }
    .ly_breadcrumb {
        margin-bottom: 22px;
    }
    .ly_content {
        max-width: inherit;
        width: auto;
        padding: 0 20px;
    }
    .ly_art_top_sec {
        margin-bottom: 47px;
        background: url("/art/images/photo01_sp.jpg") no-repeat center center;
        height: 450px;
        background-size: cover;
    }
    .ly_art_top_sec .el_head-title {
        padding-top: 42px;
        margin-bottom: 34px;
    }
    .ly_art_top_sec .ly_art_top {
        font-size: 14px;
        line-height: 2.1;
        letter-spacing: 0;
        text-align: justify;
    }
    .ly_art_top_sec .ly_en_txt img {
        max-width: 349px;
    }
    .ly_art_map_sec .el_head-title {
        padding: 41px 0 0;
        margin-bottom: 42px;
        display: block;
        text-align: center;
        background-position: center top;
    }
    .ly_art_map_sec .el_head-title .el_head-title_jp {
        padding: 0;
        display: block;
    }
    .ly_art_map_sec .ly_art_top_inner {
        margin-bottom: 88px;
        display: block;
    }
    .ly_art_map_sec .ly_art_top_inner .ly_photo_box {
        margin: 0 16px;
        width: auto;
    }
    .ly_art_map_sec .ly_art_top_inner .ly_text_box {
        padding-top: 30px;
        width: 100%;
    }
    .ly_art_map_sec .ly_art_top_inner .ly_txt_list {
        display: block;
        margin: 0 45px;
    }
    .ly_art_map_sec .ly_art_top_inner .ly_txt_list li {
        margin-bottom: 12px;
        width: 100%;
    }
    .ly_art_map_sec .ly_art_top_inner .ly_txt_list li:last-child {
        margin-bottom: 0;
    }
    .ly_art_map_sec .ly_art_top_inner .ly_txt_list li:nth-child(2n) {
        width: 100%;
    }
    .ly_art_map_sec .ly_art_top_inner .ly_txt_list .ly_txt_span {
        margin-top: -4px;
    }
    .ly_art_inner_box {
        margin-bottom: 60px;
        display: block;
    }
    .ly_art_inner_box .ly_art_photo_box {
        width: 100%;
        height: auto;
        background: none !important;
    }
    .ly_art_inner_box .ly_art_photo_box img {
        display: block;
        width: 100%;
    }
    .ly_art_inner_box .ly_art_photo_box .ly_art_txt_num {
        right: auto;
        left: 0;
        top: 0;
        line-height: 24px;
        font-size: 15px;
        width: 26px;
        height: 26px;
    }
    .ly_art_inner_box01 .ly_art_photo_box .ly_art_txt_num {
        left: 0;
        right: auto;
    }
    .ly_art_inner_box .ly_art_photo_box .ly_art_pho_list {
        height: 100%;
        display: flex;
        justify-content: space-between;
        list-style: none;
    }
    .ly_art_inner_box .ly_art_photo_box li {
        width: 50%;
        background: none !important;
    }
    .ly_art_inner_box .ly_art_text_box {
        width: 100%;
        padding: 0;
    }
    .ly_art_inner_box01 .ly_art_text_box {
        padding: 0;
    }
    .ly_art_inner_box .ly_art_info_box {
        max-width: inherit;
        margin: 11px 20px 0;
    }
    .ly_art_inner_box01 .ly_art_text_box .ly_art_info_box {
        margin: 11px 20px 0;
    }
    .ly_art_inner_box .ly_art_title {
        margin-bottom: 28px;
    }
    .ly_art_inner_box .ly_art_title01 {
        margin-bottom: 53px;
    }
    .ly_art_inner_box .ly_art_title .ly_art_title_jp {
        margin-bottom: -2px;
        font-size: 14px;
    }
    .ly_art_inner_box .ly_art_title .ly_art_title_en {
        font-size: 22px;
        line-height: 1.3;
    }
    .ly_art_inner_box .ly_art_title .ly_art_small {
        font-size: 14px;
        margin-top: -4px;
        display: block;
    }
    .ly_art_inner_box .ly_art_ttl {
        margin-bottom: 12px;
        padding: 0 85px 6px 0;
        border-bottom: 1px solid #737373;
    }
    .ly_art_inner_box .ly_art_ttl:before {
        display: none;
    }
    .ly_art_inner_box .ly_art_ttl .ly_art_ttl_en {
        margin-bottom: -3px;
        font-size: 14px;
    }
    .ly_art_inner_box .ly_art_ttl .ly_art_ttl_jp {
        font-size: 18px;
        letter-spacing: 0.05em;
    }
    .ly_art_inner_box .ly_art_img_box {
        display: block;
    }
    .ly_art_inner_box .ly_art_inner_pho {
        float: right;
        margin: -102px 0 0;
        width: 80px;
    }
    .ly_art_inner_box .ly_art_inner_txt {
        width: 100%;
        margin-top: 0;
    }
    .ly_art_inner_box .ly_art_inner_txt p {
        font-size: 14px;
        text-align: justify;
    }
    .ly_art_btm_sec {
        margin-top: -15px;
        padding: 28px 0 33px;
    }
    .ly_art_btm_sec .ly_content {
        max-width: inherit;
        display: block;
    }
    .ly_art_btm_sec .ly_art_tit {
        width: auto;
        margin: 0 0 32px 18px;
        line-height: 1.4;
        font-size: 18px;
    }
    .ly_art_btm_sec .ly_art_img_box {
        width: 100%;
        display: block;
    }
    .ly_art_btm_sec .ly_art_inner_pho {
        width: 50%;
        margin: 0 auto 18px;
    }
    .ly_art_btm_sec .ly_art_inner_txt {
        margin-top: 0;
        font-size: 14px;
        justify-content: space-between;
        width: 100%;
    }
}
@media (max-width: 374px) {
    .ly_art_top_sec .el_head-title .el_head-title_jp {
        font-size: 17px;
    }
    .ly_art_map_sec .ly_art_top_inner .ly_txt_list {
        margin: 0 20px;
    }
    .ly_art_inner_box .ly_art_ttl .ly_art_ttl_jp {
        font-size: 17px;
    }
    .ly_art_btm_sec .ly_art_tit {
        margin-left: 0;
        font-size: 16px;
    }
}