@charset "UTF-8";

/* galleryページスタイルシート */

/***** PC *****/
.gallery-content-inner {display: flex; padding:0 40px;}
/* 画像 */
.gallery-content-left-box {
   width: 50%;
   padding:27px 0 37px;
   border-right: 1px solid #757575;
}
.gallery-content-left-box img {width:90%; height:auto;}

/* テキスト */
.gallery-content-right-box {
   width: 50%;
   display: flex;
   justify-content: right;
   align-items: flex-end;
}
.gallery-content-right-box-inner {width:calc(100% - 68px); padding-bottom:42px;}
.gallery-quote-01 {
   color: #2F2F2F;
   /* font-family: Times; */
   font-size: 60px;
   font-style: normal;
   font-weight: 700;
   line-height: 80px; /* 133.333% */
   letter-spacing: 3px;
   padding-bottom:20px
}
.gallery-quote-02 {
   color: #FFF;
   /* font-family: "Hiragino Kaku Gothic Pro"; */
   font-size: 20px;
   font-style: normal;
   font-weight: 300;
   line-height: 50px; /* 250% */
   letter-spacing: 6px;
   padding-bottom:40px;
}


footer{margin-top:0;}
/***** end.PC *****/



/***** SP *****/
@media (max-width:599px){ 

   .gallery-content-inner {display: block; padding:0;}
   .gallery-content-left-box {width: 100%; border-bottom: 1px solid #757575; border-right: none; padding: 0;}
   .gallery-content-left-box-inner {border-right: 1px solid #757575; padding: 20px; margin-right: 16%;}
   .gallery-content-right-box {width: 100%;}
   .gallery-content-right-box-inner {border-left: 1px solid #757575;margin-left: 16%; padding:15px 32px 36px;}
   .gallery-quote-01 {font-size: 40px; line-height: 60px;}
   .gallery-quote-02 {font-size: 15px; letter-spacing: 4.5px;}
   

}
/***** end.SP *****/

