.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
-webkit-filter: blur(3px);
filter: blur(3px);
} .remodal-overlay {
background: rgba(43, 46, 56, 0.9);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
-webkit-animation-name: remodal-overlay-opening-keyframes;
animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
-webkit-animation-name: remodal-overlay-closing-keyframes;
animation-name: remodal-overlay-closing-keyframes;
} .remodal-wrapper {
padding: 10px 10px 0;
} .remodal {
box-sizing: border-box;
width: 100%;
margin-bottom: 10px;
padding: 35px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
color: #2b2e38;
background: #fff;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
-webkit-animation-name: remodal-opening-keyframes;
animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
-webkit-animation-name: remodal-closing-keyframes;
animation-name: remodal-closing-keyframes;
} .remodal,
.remodal-wrapper:after {
vertical-align: middle;
} .remodal-close {
position: absolute;
top: 0;
left: 0;
display: block;
overflow: visible;
width: 35px;
height: 35px;
margin: 0;
padding: 0;
cursor: pointer;
-webkit-transition: color 0.2s;
transition: color 0.2s;
text-decoration: none;
color: #95979c;
border: 0;
outline: 0;
background: transparent;
}
.remodal-close:hover,
.remodal-close:focus {
color: #2b2e38;
}
.remodal-close:before {
font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
font-size: 25px;
line-height: 35px;
position: absolute;
top: 0;
left: 0;
display: block;
width: 35px;
content: "\00d7";
text-align: center;
} .remodal-confirm,
.remodal-cancel {
font: inherit;
display: inline-block;
overflow: visible;
min-width: 110px;
margin: 0;
padding: 12px 0;
cursor: pointer;
-webkit-transition: background 0.2s;
transition: background 0.2s;
text-align: center;
vertical-align: middle;
text-decoration: none;
border: 0;
outline: 0;
}
.remodal-confirm {
color: #fff;
background: #81c784;
}
.remodal-confirm:hover,
.remodal-confirm:focus {
background: #66bb6a;
}
.remodal-cancel {
color: #fff;
background: #e57373;
}
.remodal-cancel:hover,
.remodal-cancel:focus {
background: #ef5350;
} .remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
padding: 0;
border: 0;
} @-webkit-keyframes remodal-opening-keyframes {
from {
-webkit-transform: scale(1.05);
transform: scale(1.05);
opacity: 0;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
-webkit-filter: blur(0);
filter: blur(0);
}
}
@keyframes remodal-opening-keyframes {
from {
-webkit-transform: scale(1.05);
transform: scale(1.05);
opacity: 0;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
-webkit-filter: blur(0);
filter: blur(0);
}
}
@-webkit-keyframes remodal-closing-keyframes {
from {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
to {
-webkit-transform: scale(0.95);
transform: scale(0.95);
opacity: 0;
-webkit-filter: blur(0);
filter: blur(0);
}
}
@keyframes remodal-closing-keyframes {
from {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
to {
-webkit-transform: scale(0.95);
transform: scale(0.95);
opacity: 0;
-webkit-filter: blur(0);
filter: blur(0);
}
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes remodal-overlay-opening-keyframes {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes remodal-overlay-closing-keyframes {
from {
opacity: 1;
}
to {
opacity: 0;
}
} @media only screen and (min-width: 641px) {
.remodal {
max-width: 700px;
}
} .lt-ie9 .remodal-overlay {
background: #2b2e38;
}
.lt-ie9 .remodal {
width: 700px;
}html.remodal-is-locked {
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
} .remodal,
[data-remodal-id] {
display: none;
} .remodal-overlay {
position: fixed;
z-index: 9999;
top: -5000px;
right: -5000px;
bottom: -5000px;
left: -5000px;
display: none;
} .remodal-wrapper {
position: fixed;
z-index: 10000;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: none;
overflow: auto;
text-align: center;
-webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
display: inline-block;
height: 100%;
margin-left: -0.05em;
content: "";
} .remodal-overlay,
.remodal-wrapper {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
} .remodal {
position: relative;
outline: none;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
}
.remodal-is-initialized { display: inline-block;
}@media only screen and (min-width: 768px) {
.h_inner {
position: relative;
z-index: 9;
}
}
#layer_board_area {
display: none;
}
.photo-gallery {
padding: 60px 0;
}
.main_img {
z-index: 2 !important;
}
.main_img .tab-trigger {
width: 200px;
position: absolute;
left: 30px;
bottom: 30px;
z-index: 2;
display: block;
cursor: pointer;
}
.main_img .tab-trigger img {
margin-top: 0 !important;
}
.photo-gallery .box-cat {
max-width: 1130px;
margin: 0 auto 35px;
}
.photo-gallery .box-cat a {
font-size: 13px;
color: #000;
text-align: center;
background: #f2f2f2;
padding: 12px 25px;
display: inline-block;
}
.photo-gallery .box-cat a.current {
color: #fff;
background: #e3bacc;
}
.photo-gallery .list-wrap .outer {
display: none;
}
.photo-gallery .list-wrap .outer:first-child {
display: block;
}
.photo-gallery .list {
max-width: 1130px;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.photo-gallery .list .box {
width: 32.5%;
display: block;
border: 1px solid #f2f2f2;
padding: 8px 8px 15px;
margin: 0 1.25% 15px 0;
cursor: pointer;
position: relative;
}
.photo-gallery .list .box .favorite {
width: 40px;
position: absolute;
right: 15px;
top: 15px;
z-index: 2;
}
.photo-gallery .list .box .favorite svg {
fill: #979696;
}
.photo-gallery .list .box .favorite .btnInput {
display: none;
}
.photo-gallery .list .box .favorite .btnInput:checked + .item svg {
fill: #ff6db6;
}
.photo-gallery .list .box .img {
position: relative;
margin-bottom: 15px;
}
.photo-gallery .list .box .ttl {
font-size: 16px;
color: #000;
font-weight: bold;
}
.photo-gallery .list .box .ttl .price {
font-size: 16px;
font-weight: bold;
color: #e3bacc;
margin-right: 5px;
}
.photo-gallery .box-btn {
width: 430px;
display: flex;
justify-content: space-between;
position: fixed;
right: 25px;
bottom: 25px;
z-index: 9;
}
.photo-gallery .box-btn button {
font-size: 16px;
color: #fff;
font-weight: bold;
padding: 15px 0;
margin: 0 auto;
width: 210px;
display: block;
cursor: pointer;
border: none;
}
.photo-gallery .box-btn button.reset {
background: #ccc;
}
.photo-gallery .box-btn button.submit {
background: #ff6db6;
}
.photo-gallery .btn-back {
font-size: 16px;
color: #fff;
font-weight: bold;
padding: 15px 0;
margin: 0 auto;
width: 210px;
display: block;
cursor: pointer;
border: none;
position: fixed;
right: 25px;
bottom: 25px;
z-index: 9;
background: #ccc;
}
.remodal {
border: 1px solid #f2f2f2;
padding: 12px 12px 15px;
max-width: 612px;
}
.remodal .in .img {
margin-bottom: 15px;
}
.remodal .in .img_in {
position: relative;
}
.remodal .in .img_in::before {
content: "";
display: block;
padding-top: 66.7625%;
}
.remodal .in .img_in img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.remodal .in .img span {
font-size: 23px;
font-weight: bold;
color: #e3bacc;
background: rgba(255, 255, 255, 0.95);
padding: 5px 23px;
display: block;
position: absolute;
left: 0;
bottom: 0;
}
.remodal .in .img .box-tag {
position: absolute;
top: 0;
left: 0;
width: 100%;
bottom: initial;
display: flex;
flex-wrap: wrap;
}
.remodal .in .img .tag {
position: relative;
width: 180px;
height: 50px;
padding: 0;
color: #fff;
line-height: 1;
display: flex;
align-items: center;
justify-content: center;
}
.remodal .in .img .tag.autumn {
background: #737a3f;
}
.remodal .in .img .tag.spring {
background: #f1cec9;
}
.remodal .in .img .tag.summer {
background: #cfe0ec;
}
.remodal .in .img .tag.winter {
background: #222955;
}
.remodal .in .thum-main-item {
opacity: 0;
visibility: hidden;
}
.remodal .in .thum-main-item.slick-active {
opacity: 1;
visibility: visible;
}
.remodal .in .ttl {
font-size: 20px;
color: #000;
font-weight: bold;
padding-bottom: 15px;
margin-bottom: 15px;
text-align: left;
border-bottom: 1px solid #d9d9d9;
}
.remodal .in .ttl .price {
font-size: 20px;
font-weight: bold;
color: #e3bacc;
margin-right: 5px;
}
.remodal .in .txt {
font-size: 16px;
color: #000;
line-height: 1.8em;
text-align: left;
}
.remodal .in .relate-grid {
display: flex;
flex-wrap: wrap;
gap: 0 5px; padding: 40px 0 0;
}
.remodal .in .relate-grid__item {
width: calc((100% - 15px) / 4);
}
.remodal .in .relate-grid__img {
position: relative;
width: 100%;
}
.remodal .in .relate-grid__img::before {
content: "";
display: block;
padding-top: 66.7625%;
}
.remodal .in .relate-grid__img img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.remodal .in .relate-grid__img .box-tag {
position: absolute;
top: 0;
left: 0;
width: 100%; display: flex;
flex-wrap: wrap;
}
.remodal .in .relate-grid__img .tag { width: 50%;
height: 25px;
text-align: center;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: 700;
line-height: 1;
}
.remodal .in .relate-grid__img .tag.autumn {
background: #737a3f;
}
.remodal .in .relate-grid__img .tag.spring {
background: #f1cec9;
}
.remodal .in .relate-grid__img .tag.summer {
background: #cfe0ec;
}
.remodal .in .relate-grid__img .tag.winter {
background: #222955;
}
.remodal-overlay {
background: rgba(255, 255, 255, 0.9);
}
.remodal-close {
left: auto;
top: -23px;
right: -23px;
z-index: 9;
background: #e3bacc;
width: 53px;
height: 53px;
border-radius: 50%;
}
.remodal-close:before {
font-size: 45px;
width: 53px;
line-height: 53px;
color: #fff;
}
@media only screen and (min-width: 768px) {
.photo-gallery .list .box:nth-child(3n) {
margin-right: 0;
}
.photo-gallery .btn_wrapper {
display: none;
}
}
@media only screen and (max-width: 1024px) {
.photo-gallery .box-cat a {
font-size: 10px;
padding: 10px 6px;
}
}
@media only screen and (max-width: 767px) {
.photo-gallery {
padding: 30px 0;
}
.main_img .tab-trigger {
width: 115px;
left: 0;
bottom: 0;
}
header .btn_wrapper {
display: none;
}
.btn_wrapper .btn_reserve { bottom: 0 !important; transition: none;
padding: 0;
margin: 0 !important;
width: 25%;
left: 0;
}
.btn_wrapper .btn_reserve.web_reserve { left: 25%;
bottom: 0 !important;
}
.btn_wrapper .btn_reserve a {
padding: 15px 0;
display: block;
height: 48px; }
.btn_wrapper .btn_reserve p {
font-size: 13px !important;
font-weight: bold;
letter-spacing: 0 !important;
}
.btn_wrapper .btn_reserve a > p {
position: relative;
line-height: 1.3em;
}
.btn_wrapper .btn_reserve a > p:after {
content: "";
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
} .photo-gallery .box-cat {
padding: 0 15px;
margin: 0 auto 25px;
}
.photo-gallery .list {
padding: 0 15px;
}
.photo-gallery .list .box {
width: 49%;
margin: 0 2% 15px 0;
padding: 8px 8px 10px;
}
.photo-gallery .list .box:nth-child(2n) {
margin-right: 0;
}
.photo-gallery .list .box .favorite {
width: 17px;
right: 13px;
top: 13px;
}
.photo-gallery .list .box .img {
margin-bottom: 10px;
}
.photo-gallery .list .box .img span {
font-size: 10px;
padding: 0 5px;
}
.photo-gallery .list .box .ttl {
font-size: 12px;
line-height: 1.1em;
}
.photo-gallery .list .box .ttl .price {
font-size: 8px;
margin-right: 3px;
vertical-align: top;
}
.photo-gallery .box-btn {
width: 50%;
right: 0; bottom: 0;
flex-wrap: wrap;
}
.photo-gallery .box-btn button {
font-size: 12px; width: 50%;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
line-height: 1.2em;
}
.photo-gallery .btn-back {
font-size: 12px;
width: 50%;
right: 0;
bottom: 0; }
.remodal .in .img span {
font-size: 12px;
padding: 5px 15px;
}
.remodal .in .img .tag {
width: 110px;
height: 30px;
font-size: 14px;
}
.remodal .in .ttl {
font-size: 14px;
}
.remodal .in .ttl .price {
font-size: 14px;
margin-right: 3px;
}
.remodal .in .txt {
font-size: 12px;
}
.remodal .in .relate-grid {
gap: 5px;
}
.remodal .in .relate-grid__item {
width: calc((100% - 15px) / 4);
}
.remodal .in .relate-grid__img .tag { width: fit-content;
padding: 0 5px;
height: 20px;
font-size: 10px;
}
.remodal-close {
top: -10px;
right: -5px;
width: 34px;
height: 34px;
}
.remodal-close:before {
font-size: 25px;
width: 34px;
line-height: 34px;
}
}
.modal {
transition:
opacity 0.4s,
visibility 0.4s;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
width: 100vw;
height: 100vh;
z-index: 99999;
}
.modal__overlay {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.4);
z-index: 99999;
transition:
opacity 0.4s,
visibility 0.4s;
}
.modal__box {
width: 100%;
max-width: 400px;
z-index: 999999;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition:
opacity 0.4s,
visibility 0.4s;
}
.modal.close,
.modal.close .modal__overlay,
.modal.close .modal__box {
opacity: 0;
visibility: hidden;
z-index: -9999;
}
.modal__inner .in {
background: #fff;
padding: 25px;
}
.modal__inner .in .txt {
font-size: 18px;
font-weight: 700;
text-align: center;
margin-bottom: 20px;
}
.modal__inner .in .tab-trigger {
font-size: 18px;
color: #fff;
font-weight: 700;
background: #e3bacc;
display: block;
padding: 15px 0;
text-align: center;
}
.modal__close {
width: 45px;
height: 45px;
position: absolute;
right: 10px;
top: 10px;
cursor: pointer;
}
.modal__close span {
display: block;
width: 30px;
height: 2px;
background: #4d4d4d;
position: absolute;
top: 50%;
left: 50%;
transform-origin: center;
}
.modal__close span:first-child {
transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close span:last-child {
transform: translate(-50%, -50%) rotate(-45deg);
}
@media only screen and (max-width: 767px) {
.modal__box {
max-width: 300px;
}
.modal__inner .in {
padding: 20px;
}
.modal__inner .in .txt {
font-size: 16px;
}
.modal__inner .in .tab-trigger {
font-size: 16px;
padding: 12px 0;
}
}