@charset "utf-8";
.page_ttl{
    width: 100%;
    font-size: 2rem;
    font-weight: 400;
    line-height: 3rem;
    color: #826026;
    margin: 0 auto 10px;
    padding: 10px 0 30px 80px;
    background-image: url("../images/page_title/ttl_bottom_line_03.png"),url("../images/page_title/page_ttl_icon_03.png");
    background-repeat: repeat-x,no-repeat;
    background-position: bottom,left top;
    background-size: 100%,65px;
    letter-spacing: 0.2rem;
}
.facility_main{
    width: 90%;
    margin: 0 auto;
}
.facility_top{
    width: 100%;
}
.facility_photo_area{
    width: 100%;
    margin: 40px auto;
}
.facility_note{
    width: 70%;
    margin: 20px auto;
}
.photo_box{
    width: 90%;
    margin: 30px auto 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box_item{
    width: 31.33%;
    margin: 10px 0;
    padding: 30px 20px 30px 20px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #6C4927;
}
.box_item img{
    width: 100%;
}
.f_bg_1{
    background-image: url("../images/facility/bg/bg_1.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.f_bg_2{
    background-image: url("../images/facility/bg/bg_2.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.f_bg_3{
    background-image: url("../images/facility/bg/bg_3.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.f_bg_4{
    background-image: url("../images/facility/bg/bg_4.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.f_bg_5{
    background-image: url("../images/facility/bg/bg_5.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.f_bg_6{
    background-image: url("../images/facility/bg/bg_6.png");
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width:900px){
.page_ttl{
    width: 100%;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.5rem;
    color: #826026;
    margin: 0 auto 10px;
    padding: 10px 0 20px 60px;
    background-image: url("../images/page_title/ttl_bottom_line_03.png"),url("../images/page_title/page_ttl_icon_03.png");
    background-repeat: repeat-x,no-repeat;
    background-position: bottom,left top;
    background-size: 100%,50px;
    letter-spacing: 0.2rem;
}
.facility_main{
    width: 100%;
    margin: 0 auto;
}
.facility_top{
    width: 100%;
}
.facility_photo_area{
    width: 100%;
    margin: 30px auto;
}
.facility_note{
    width: 90%;
    margin: 20px auto;
}
.photo_box{
    width: 100%;
    margin: 20px auto 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box_item{
    width: 48%;
    margin: 3px 0;
    padding: 30px 20px 30px 20px;
    text-align: center;
    font-size: 1.1rem;
    line-height: 3.5rem;
    color: #6C4927;
}
}

@media screen and (max-width:480px){
.page_ttl{
    width: 100%;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.2rem;
    color: #826026;
    margin: 0 auto 10px;
    padding: 5px 0 20px 60px;
    background-image: url("../images/page_title/ttl_bottom_line_03.png"),url("../images/page_title/page_ttl_icon_03.png");
    background-repeat: repeat-x,no-repeat;
    background-position: bottom,left top;
    background-size: 200%,40px;
    letter-spacing: 0.2rem;
}

.facility_photo_area{
    width: 100%;
    margin: 20px auto;
}
.facility_note{
    width: 100%;
    margin: 10px auto;
}
.photo_box{
    width: 100%;
    margin: 20px auto 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box_item{
    width: 90%;
    margin: 3px auto;
    padding: 30px 20px 30px 20px;
    text-align: center;
    font-size: 1.1rem;
    line-height: 3.5rem;
    color: #6C4927;
}
}