@charset "utf-8";
/*==========================
main
==========================*/
.main__img{
    width: 100%;
}

/*==========================
about
==========================*/
.section--about{
    text-align:center;
    }

.topic__ttl{
    color: #B99D21;
    font-family: Cinzel;
    font-size: 3rem;
    font-weight: 400;
    padding:40px 0 15px 0;
}

.topic__part{
text-align: center;
display: block;
}


.topic__txt{
    font-size: 1.4rem;
    font-weight: 400;
    display: inline-block;  
    text-align: left;
    margin-bottom: 15px;
    /* padding-left: 11.7vw; */
}

.topic__attention{
    font-size: 1.2rem;
    line-height: 18px; 
    display: block;  
    text-align: left;
    margin-bottom: 15px;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 10px;
}



/* pc */
@media screen and (min-width:769px) {
    .topic__part{
        text-align: center;
        display: block;
        }

    .spBr{
        display: none;
    }

    .topic__ttl{
        font-size: 6rem;
        line-height: 70px;
        margin: 40px 0 20px 0;
    }

    .topic__txt{
        font-size: 1.6rem;
        line-height: 28px; 
    }

    .topic__attention{
      font-size: 1.4rem;
        line-height: 26px; 
        text-indent: -1em;
        margin-top: 20px;
    }

    .arrowbtn{
        width: 50px;
        padding-left: 2px;
        }
    
    .btn__concept{
        margin-top: 20px;
    }

}


/* =========================
gallery
=========================== */
.section--gallery{
    padding:40px 0 60px 0;
}

.txt__part{
    background-color:#FFF7F6; 
    margin-left: 17.5px;
    padding:29px 17px ;
}
 .location{
 margin-top: 20px;
 }

.ttl01{
    color: #979696;
    font-family: Cinzel;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 96.154% */
}

.txt01{
    font-size: 1.2rem;
    width: 290px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    margin-top: 10px;
}

.img01{
    width: 42vw;
    margin: -20px 0 0 60vw;
    max-width: 340px;
}

.img02{
    width: 44vw;
    margin-top: -60px;
    max-width: 320px;
}

.img03{
   width: 42vw;
   margin: -15px 0 0 auto;
   max-width: 320px;
}

.img04{
    width: 40vw;
    margin: -85px 0 0 8vw;
    max-width: 300px;

}
 
.img05{
    width: 60vw;
    margin: 54px 0 0 auto;
    max-width: 420px;
}

.img06{
    width: 68vw;
    margin: 40px auto 0 2vw;
    max-width: 460px;
}

.img07{
    width: 42vw;
    margin: -40px 0 0 auto;
    max-width: 320px;
}
.img08{
    width: 60vw;
    margin: 40px auto 0 3vw;
    max-width: 480px;
}

.img09{
    width: 66vw;
    margin: 40px 8vw 0 auto;
    max-width: 460px;
}

.booth{
    background-color:rgba(244, 243, 226, 0.6) ;
    margin-top: 40px;
}
.img__bg01{    
    background-image: url(../images/top/blah_yellow.png);
    width: 100%;
    height: auto;
    background-position:4vw 40px;
    background-repeat:no-repeat;
    background-size:200px;
}

.img__bg02{
    background-image: url(../images/top/blah_yellow.png);
    width: 100%;
    height: auto;
    background-position:50vw 40px;
    background-repeat:no-repeat;
    background-size:250px;
}


/* pc */
@media screen and (min-width:1069px) {

.spBr{
    display: none;
}
    .section--gallery{
        padding:90px 0 120px 0;
    }

     .txt__part{
        background-color:#FFF7F6; 
        margin-left: 10vw;
        padding:40px 40px ;
    }
     .location{
     margin-top: 40px;
     }
    
    .ttl01{
        font-size: 6rem;
        line-height: 70px; 
    }

    .txt01{
        font-size: 1.6rem;
        line-height: 28px;
        width: 450px;
    } 

    .img01{
        width: 42vw;
        margin: -60px 0 0 60vw;
    }
    
    .img02{
        width: 44vw;
        margin: -20px 0 0 14vw;
    }
    
    .img03{
       width: 42vw;
       margin: -25px 14vw 0 auto;
       max-width: 320px;
    }
    
    .img04{
        width: 40vw;
        margin: -85px 0 0 14vw;
        max-width: 300px;
    }
     
    .img05{
        width: 60vw;
        margin: 54px 14vw 0 auto;
        max-width: 420px;
    }
    
    .img06{
        width: 68vw;
        margin: 80px auto 0 14vw;
        max-width: 460px;
    }
    
    .img07{
        width: 42vw;
        margin: -60px 14vw 0 auto;
        max-width: 320px;
    }
    .img08{
        width: 60vw;
        max-width: 480px;
        margin: 40px auto 0 14vw;
    }
    
    .img09{
        width: 66vw;
        margin: 60px 14vw 0 auto;
        max-width: 460px;
    }

    .booth{
        background-color:rgba(244, 243, 226, 0.6) ;
        margin-top: 140px;
    }

    .spBr{
        display: block;
    }



    .img__bg01{    
        background-image: url(../images/top/blah_yellow.png);
        width: 100%;
        height: auto;
        background-position:4vw 220px;
        background-repeat:no-repeat;
        background-size:500px;
    }
    
    .img__bg02{
        background-image: url(../images/top/blah_yellow.png);
        width: 100%;
        height: auto;
        background-position:50vw -20px;
        background-repeat:no-repeat;
        background-size:500px;
    }


}

