@charset "UTF-8";

.dNone{display: none !important;}
.gallerySection{padding: 0 4% 60px 4%;
border-bottom: 1px solid #999;} .selectBox {
margin-bottom: 20px;
}
.cp_ipselect {
overflow: hidden;
width: 100%;
text-align: center;
display: inline-block;
}
.cp_ipselect select {
width: 100%;
padding-right: 1em;
cursor: pointer;
text-indent: 0.01px;
text-overflow: ellipsis;
border: none;
outline: none;
background: transparent;
background-image: none;
box-shadow: none;
-webkit-appearance: none;
appearance: none;
}
.cp_ipselect select::-ms-expand {
display: none;
}
.cp_ipselect.cp_sl01 {
position: relative;
border: 1px solid #bbbbbb;
border-radius: 2px;
background: #ffffff;
width:49%;
}
@media only screen and (max-width:812px) {
.cp_ipselect.cp_sl01 {width:100%;}
}
.cp_ipselect.cp_sl01::before {
position: absolute;
top: 0.8em;
right: 0.9em;
width: 0;
height: 0;
padding: 0;
content: '';
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid #666666;
pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
padding: 8px 38px 8px 8px;
color: #666666;
}
@media only screen and (min-width:813px) {
.selectBox {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.cp_ipselect{
width: calc(96% / 3);
}
.cp_ipselect:not(:last-of-type) {
margin-right: 2%;
}
}
@media only screen and (max-width:812px) {
.cp_ipselect:not(:last-of-type) {
margin-bottom: 0px;
}
}
.selectBtns {
display: flex;
justify-content: center;
margin-bottom: 40px;
}
.btn-cler {
text-align: center;
padding: 10px 20px;
color: #fff;
background-color: #8F8F8F;
font-weight: 500;
margin-right: 20px;
text-align: center;
}
.btn-select {
text-align: center;
padding: 10px 20px;
background: #AE9B7A;
color: #fff;
font-weight: 500;
text-align: center;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.galleryLists{margin:0 auto; max-width: 1080px;}
.galleryLists .modalToggle{cursor: pointer;}
.galleryLists .modalToggle img{width: 100%; height: auto;}
.galleryLists .modalToggle:hover figure img{
opacity: 0.8;
}
.galleryLists .modalToggle figure{
background-color: #000;
}
@media only screen and (min-width:813px) {
.galleryLists{display: flex; flex-wrap: wrap;}
.galleryLists .modalToggle{display: block; width:calc(88% / 4); margin-bottom: 4%;}
.galleryLists .modalToggle:not(:nth-of-type(4n)){margin-right:4%;}
}
@media only screen and (max-width:812px) {
.galleryLists{display: flex; flex-wrap: wrap;}
.galleryLists .modalToggle{display: block; width:calc(96% / 2); margin-bottom: 2%;}
.galleryLists .modalToggle:not(:nth-of-type(2n)){margin-right:4%;}
}
.gallerypop{background-color: #fff; position: relative; padding: 20px;
width: 100%;
max-width: 1080px;}
.gallerypop #btn-cl{position: absolute; right: 20px; top:20px;}
.gallerypop figure figcaption{font-size: 1.2rem; margin-top: 5px;}
.gallerypop table{margin-bottom: 30px; }
.gallerypop .btn-oder{display: block; width:80%; margin:0 auto 30px;
text-align: center;
padding: 10px 20px;
background: #000;
color: #fff;
font-weight: 500;
text-align: center;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);}
.gallerypop figure img{width: 100%; height: auto;max-width: 450px;}
@media only screen and (min-width:813px) {
.gallerypop .wap01{display: flex;}
.gallerypop figure{width:49%;}
.gallerypop .wap01 > div{width: 49%; margin-left: 2%; padding-top: 60px;}
}
@media only screen and (max-width:812px) {
.gallerypop figure{width: 100%;max-width: 450px;margin: 0 auto 30px;}
.gallerypop{padding-top: 60px;}
}
.modal {
z-index: 3;
transition: opacity 1s, visibility 1s;
opacity: 0;
visibility: hidden;
display: none;
}
.modal.modal-open {
opacity: 1;
visibility: visible;
display: block;
position: fixed;
z-index: 13;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
height: 87%;
width: 92%;
overflow-y: scroll;
}
.modal-overlay {
width: 100%;
height: 100%;
z-index: 10; background-color: #000;
position: fixed;
top: 0;
left: 0;
margin: 0;
padding: 0;
transition: opacity 1s, visibility 1s;
opacity: 0;
visibility: hidden; }
.modal-overlay.modal-overlay-active {
opacity: .5;
visibility: visible;
}