@charset "UTF-8";
main{
background: #EFEFEF;
padding-bottom: 80px;
}
.fv-pc{display: none;}
.section-inner{
    width: 80vw;
    margin: 0 auto;
    padding: 0 4vw 20px;
    background: #F1F0E2;
    border-radius: 29px;
    border: 1px solid #ccc;
}
/* ギャラリーSP版 */
h1{
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
    padding: 32px 0 1px 0;
}
.en{
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}
.gallery-head h2{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding-top: 2rem;
    text-align: center;
}
.gallery-head h2 span{
    display: none;
}
.gallery-head .read-text{
    font-size: 1.6rem;
    max-width: 85%;
    font-weight: normal;
    margin: 0 auto;
    padding-top: 29px;
    margin-bottom: 36px;
    line-height: 1.4;
    text-align: center;
}
.gallery-inner h2{
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding-top: 39px;
    padding-bottom: 30px;
    display: block;
    position: relative;
}
.gallery-inner h2::before{
    content: "";
    width: 19vw;
    height: 3px;
    background-color:#7b7b77;
    position: absolute;
    top: 63px;
    left: 0;
    z-index: 2;
}
.gallery-inner h2::after{
    content: "";
    width: 80vw;
    height: 3px;
    background-color:#bcbcb3;
    position: absolute;
    top: 63px;
    left: 0;
}
/* ue~sita*/
#info,#info2,#info3,#info4,#info5,#info6,#info7,#info8,#info9,#info10,#info11,#info12,#info13,#info14,#info15,#info16,#info17,#info18,#info19,#info20,#info21,#info22,#info23,#info24,#info25,
#info26,#info27,#info28,#info29,#info30,#info31,#info32,#info33,#info34,#info35,#info36,#info37,
#info38,#info39,#info40,#info41,#info42,#info43,#info44,#info45,#info46,#info47,#info48{
	display: none;
}
.img-s{
    width: 100%;
}
section img:hover{
    opacity: 0.7;
}
/*モーダルの横幅を変更したい場合*/
.modaal-container{
    max-width: 200px;
}
.name{
    font-size: 0.5rem;
    font-weight: bold;
    text-align: left;
    color: #666;
    padding-bottom: 3px;
}
.img-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.card{
    width: 48%;
    padding-bottom: 23px;
}
.bnr-mid {
    margin: 52px auto 16px;
}
.last-txt{
    font-size: 1.2rem;
    text-align: left;
    margin-top: 10px;
    padding-left: 6vw;
}