:root {
--q-black: #111827; --q-gray:  #b7b7b7; --q-hover: #004353; --q-white: #ffffff; } .q_button_container {
width: 100%;
flex: 0 0 100% !important;
display: flex;
flex-wrap: wrap;
column-gap: 4px;
row-gap: 4px;
padding: 4px 0 8px;
border-bottom: 1px solid #e5e7eb;
align-items: center;
box-sizing: border-box;
} .q_button_container .q_btn {
--q-btn-h: 32px;
height: var(--q-btn-h) !important;
min-height: var(--q-btn-h) !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
padding-inline: 18px !important;
padding-block: 0 !important;
background-color: #b7b7b7; color: #fff;
font-size: 13px;
font-weight: 600;
line-height: var(--q-btn-h);
letter-spacing: 0.02em;
border: none;
transition: all 0.3s ease;
text-decoration: none;
white-space: nowrap;
box-sizing: border-box;
} .q_button_container .q_btn:hover {
background-color: #004353;
color: #fff;
transform: translateY(-1px);
box-shadow: 0 2px 6px rgba(0,0,0,0.15);
} .q_button_container .q_btn.is-active,
.q_button_container .q_btn[aria-current="page"] {
background-color: #111827 !important;
color: #fff !important;
box-shadow: none !important;
transform: none !important;
} @media (max-width: 600px) {
.q_button_container .q_btn {
--q-btn-h: 28px;
font-size: 12px;
padding-inline: 10px !important;
}
}  .q_button_container .q_btn.first {
background-color: #b7b7b7 !important;
color: #ffffff !important;
} body.post-type-archive-works .q_button_container .q_btn.first,
body.archive.post-type-archive-works .q_button_container .q_btn.first,
body.is-works-archive:not(.tax-works_cat):not(.is-works-single) .q_button_container .q_btn.first {
background-color: #111827 !important;
color: #ffffff !important;
box-shadow: none !important;
transform: none !important;
} body.tax-works_cat .q_button_container .q_btn.first,
body.is-works-single .q_button_container .q_btn.first {
background-color: #b7b7b7 !important;
color: #ffffff !important;
} @media (max-width: 1024px) {
.q_button_container {
column-gap: 6px;
row-gap: 5px;
}
.q_button_container .q_btn {
padding: 3px 8px;
font-size: 12.5px;
min-height: 28px;
}
}
@media (max-width: 600px) {
.q_button_container {
column-gap: 4px;
row-gap: 4px;
}
.q_button_container .q_btn {
padding: 3px 6px;
font-size: 12px;
min-height: 26px;
}
}  .p-article01__thumbnail,
.p-article01__thumbnail a,
.p-article01__thumbnail figure {
display: block;
margin: 0 !important;
padding: 0 !important;
line-height: 0 !important;
}
.p-article01__thumbnail img {
display: block;
max-width: 100%;
height: auto;
} .image-container {
position: relative;
display: block;
width: 100%;
overflow: hidden;
pointer-events: auto;
}
.image-container > a {
display: block;
} .main-image {
display: block;
width: 100%;
height: auto;
object-fit: cover;
transition: transform .6s ease, filter .6s ease;
}
.image-container:hover .main-image {
transform: scale(1.07);
filter: brightness(1.15);
} .image--placeholder {
aspect-ratio: 16/9;
background: #e5e7eb;
display: flex;
align-items: center;
justify-content: center;
}
.image--placeholder .noimg {
font-size: 22px;
color: #9ca3af;
letter-spacing: .02em;
} .overlay-button {
position: absolute;
top: 0;
left: 0;
z-index: 2;
background: #111827;
color: #fff;
padding: 6px 6px;
font-size: 11px;
font-weight: 600;
letter-spacing: 1px;
writing-mode: vertical-rl;
text-orientation: mixed;
border-bottom-right-radius: 3px;
line-height: 1.1;
transition: background-color .3s;
pointer-events: auto;
cursor: pointer !important;
}
.overlay-button:hover,
.overlay-button:focus-visible {
background: #004353;
outline: 2px solid #0ea5e9;
outline-offset: 2px;
}
@media (max-width: 600px) {
.overlay-button {
padding: 5px 5px;
font-size: 10px;
letter-spacing: .5px;
}
}  .image-container > a.p-article01__thumbnail,
.image-container > a.p-article01__thumbnail * {
cursor: pointer !important;
pointer-events: auto;
z-index: 1;
} a.p-article01__thumbnail.p-hover-effect--type1,
.p-hover-effect--type1 {
cursor: pointer !important;
} .image-container,
.image-container a,
.image-container a *,
.image-container > a.p-article01__thumbnail,
.image-container > a.p-article01__thumbnail * {
cursor: pointer !important;
pointer-events: auto !important;
z-index: 1;
} .image-container a.p-article01__thumbnail::before,
.image-container a.p-article01__thumbnail::after {
pointer-events: none !important;
cursor: inherit !important;
} .image-container [class*="hover"],
.image-container [class*="effect"] {
cursor: inherit !important;
}  .archive .p-workingHeading,
.blog .p-workingHeading {
flex: 0 0 100%;
} .is-works-single h1.entry-title,
.is-works-single .p-article__title,
.is-works-single .c-postTitle,
.is-works-single .l-article__title {
text-align: left;
font-size: 22px;
line-height: 1.25;
letter-spacing: .02em;
font-weight: 700;
color: #111;
}
.is-works-single .p-article__subtitle,
.is-works-single .c-postTitle small {
display: block;
margin-top: 4px;
font-size: 13px;
color: #666;
font-weight: 500;
}  .is-works-archive h2.c-heading01.c-heading01--en.p-workingHeading,
.is-works-single h2.c-heading01.c-heading01--en.p-workingHeading {
display: inline-flex !important; align-items: baseline !important; gap: 0.6em !important; white-space: nowrap !important; text-align: left !important;
margin: 28px 0 22px !important;
font-size: 22px !important;
line-height: 1.25 !important;
letter-spacing: 0.05em !important;
font-weight: 700 !important;
color: #111 !important;
} .is-works-archive h2.c-heading01.c-heading01--en.p-workingHeading > span,
.is-works-single h2.c-heading01.c-heading01--en.p-workingHeading > span {
display: inline !important;
white-space: nowrap !important;
margin: 0 !important;
 font-size: 13px !important;
line-height: 1.4 !important;
font-weight: 500 !important;
color: #666 !important;
} .p-workingHeading span {
display: inline !important;
} @media (max-width: 600px) {
.is-works-archive h2.c-heading01.c-heading01--en.p-workingHeading,
.is-works-single h2.c-heading01.c-heading01--en.p-workingHeading {
font-size: 20px !important;
gap: .5em !important;
margin: 20px 0 18px !important;
}
.is-works-archive h2.c-heading01.c-heading01--en.p-workingHeading > span,
.is-works-single h2.c-heading01.c-heading01--en.p-workingHeading > span {
font-size: 12px !important;
}
}  .is-works-archive h2.c-heading01.c-heading01--en.p-workingHeading,
.is-works-single  h2.c-heading01.c-heading01--en.p-workingHeading {
display: block !important; white-space: normal !important; text-align: left !important;
margin: 50px 0 24px !important; font-size: 22px !important;
line-height: 1.25 !important;
letter-spacing: .05em !important;
font-weight: 700 !important;
color: #111 !important;
position: relative;
} .is-works-archive h2.c-heading01.c-heading01--en.p-workingHeading > span,
.is-works-single  h2.c-heading01.c-heading01--en.p-workingHeading > span {
display: inline !important;
white-space: nowrap !important;
margin-left: .6em !important; font-size: 13px !important;
line-height: 1.4 !important;
font-weight: 500 !important;
color: #666 !important;
}  .is-works-archive h2.c-heading01.c-heading01--en.p-workingHeading::after,
.is-works-single  h2.c-heading01.c-heading01--en.p-workingHeading::after {
content: "";
display: block;
width: 100%;
max-width: 1150px;
height: 1px; background-color: #000000;
margin: 10px auto 20px;
opacity: 0.6;
} @media (max-width: 600px) {
.is-works-archive h2.c-heading01.c-heading01--en.p-workingHeading::after,
.is-works-single  h2.c-heading01.c-heading01--en.p-workingHeading::after {
max-width: 100%;
height: 0.4px; margin: 8px auto 16px;
opacity: 0.5;
}
}  .q_button_container .q_btn {
--q-btn-h: 32px; height: var(--q-btn-h) !important;
line-height: var(--q-btn-h) !important; min-height: var(--q-btn-h) !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
white-space: nowrap !important;
} .q_button_container .q_btn *,
.q_button_container .q_btn > span {
line-height: inherit !important;
display: inline-block;
white-space: nowrap;
} .q_button_container .q_btn.is-active {
box-shadow: none !important; filter: none !important;
} @media (max-width: 600px) {
.q_button_container .q_btn {
--q-btn-h: 28px;
font-size: 12px;
padding-inline: 8px !important;
}
}  .image-container:hover .overlay-button {
background-color: #004353 !important; color: #ffffff !important;
transition: background-color 0.3s ease, color 0.3s ease;
} .overlay-button:hover,
.overlay-button:focus-visible {
background-color: #004353 !important;
color: #ffffff !important;
outline: none !important;
} .q_button_container .q_btn:hover {
transform: none !important; box-shadow: none !important; }  .q_button_container .q_btn {
background-color: #b7b7b7 !important;
color: #ffffff !important;
transition: background-color .2s ease, color .2s ease;
} .q_button_container .q_btn:hover {
background-color: #004353 !important;
color: #ffffff !important;
} .q_button_container .q_btn.first {
background-color: #111827 !important;
color: #ffffff !important;
} .q_button_container .q_btn.is-active:not(.first) {
background-color: #004353 !important; color: #ffffff !important;
} .is-works-archive h2.c-heading01.c-heading01--en.p-workingHeading > span,
.is-works-single  h2.c-heading01.c-heading01--en.p-workingHeading > span {
font-size: 15px !important; }
body.is-works-archive h2.c-heading01.c-heading01--en.p-workingHeading > span,
body.is-works-single  h2.c-heading01.c-heading01--en.p-workingHeading > span {
font-size: 15px !important;
} body.single.category-works main.l-main article.p-entry.l-primary > div.p-entry__thumbnail,
body.single.category-restaurant main.l-main article.p-entry.l-primary > div.p-entry__thumbnail,
body.single.category-hotel main.l-main article.p-entry.l-primary > div.p-entry__thumbnail {
display: none !important;
margin: 0 !important;
padding: 0 !important;
} body.single.category-works section.l-secondary img.wp-post-image,
body.single.category-restaurant section.l-secondary img.wp-post-image,
body.single.category-hotel section.l-secondary img.wp-post-image,
body.single.category-works section.l-secondary .post-thumbnail,
body.single.category-restaurant section.l-secondary .post-thumbnail,
body.single.category-hotel section.l-secondary .post-thumbnail {
display: block !important;
}  body.is-works-archive #js-load-post {
display: none !important;
} .c-pagination--works {
margin: 32px auto 16px;
text-align: center;
}
.c-pagination--works ul {
display: inline-flex;
gap: 6px;
padding: 0;
margin: 0;
list-style: none;
}
.c-pagination--works li a,
.c-pagination--works li span {
display: inline-block;
min-width: 32px;
padding: 6px 10px;
border: 1px solid #dddddd;
font-size: 13px;
text-decoration: none;
color: #333333;
background: #ffffff;
}
.c-pagination--works li span.current {
background: #111827; color: #ffffff;
border-color: #111827;
font-weight: 600;
}
.c-pagination--works li a:hover {
background: #004353;
border-color: #004353;
color: #ffffff;
} @media (min-width: 769px) {
body.is-works-archive #js-load-post {
display: none !important;
}
} body.is-works-archive .c-pagination--works {
display: block !important;
width: 100% !important;
max-width: 100% !important;
margin: 40px 0 40px !important;
text-align: center !important; clear: both !important;
float: none !important;
flex: 0 0 100% !important;
} body.is-works-archive .c-pagination--works ul {
display: inline-flex;
flex-wrap: wrap;
gap: 6px;
padding: 0;
margin: 0;
list-style: none;
} body.is-works-archive .c-pagination--works li a,
body.is-works-archive .c-pagination--works li span {
display: inline-block;
min-width: 32px;
padding: 6px 10px;
border: 1px solid #ddd;
font-size: 13px;
text-decoration: none;
color: #333;
background: #fff;
} body.is-works-archive .c-pagination--works li span.current {
background: #111827;
color: #fff;
border-color: #111827;
font-weight: 600;
} body.is-works-archive .c-pagination--works li a:hover {
background: #004353;
border-color: #004353;
color: #fff;
}  body.is-works-archive .wp-pagenavi,
body.is-works-archive .p-pager,
body.is-works-archive .page-navi,
body.is-works-archive .p-pagination,
body.is-works-archive .p-pagination01 {
display: none !important;
}
.footer-legal-links{
margin-top: 18px;
margin-bottom: 12px;
text-align: center;
font-size: 14px;
line-height: 1.6;
color: #666;
}
.footer-legal-links a{
color: #666;
text-decoration: none;
}
.footer-legal-links a:hover{
color: #004353;
text-decoration: underline;
}  .p-content04{
min-height: 600px;
} .p-content04__slider,
.p-content04__slider .slick-list,
.p-content04__slider .slick-track,
.p-content04__slider-item{
height: 600px !important;
} .p-content04__slider-item{
background-size: cover;
background-position: center center;
} @media (min-width: 1025px) { .l-header .p-global-nav > ul > li,
.l-header .global-menu > ul > li,
.l-header .menu > li {
position: relative !important;
} .l-header .sub-menu,
.l-header .p-global-nav__sub-menu {
margin: 0 !important;
padding: 0 !important;
border: none !important;
top: calc(100% - 1px) !important; left: 0 !important;
transform: none !important; background: rgba(0, 0, 0, 0.78) !important;
box-shadow: none !important;
} .l-header .sub-menu li,
.l-header .p-global-nav__sub-menu li {
height: auto !important;
min-height: 0 !important;
max-height: none !important;
margin: 0 !important;
padding: 0 !important;
border: none !important;
flex: none !important;
} .l-header .sub-menu li a,
.l-header .p-global-nav__sub-menu li a {
display: block !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
margin: 0 !important;
padding: 14px 22px !important;
border: none !important;
background: transparent !important;
line-height: 1.4 !important;
} .l-header .sub-menu li a:hover,
.l-header .p-global-nav__sub-menu li a:hover {
background: #004353 !important;
} .l-header .p-global-nav > ul > li.menu-item-has-children::after,
.l-header .l-header .global-menu > ul > li.menu-item-has-children::after,
.l-header .menu > li.menu-item-has-children::after {
content: "";
position: absolute;
left: 0;
top: 100%;
width: 100%;
height: 10px;
background: transparent;
} .l-header .p-global-nav > ul > li:hover > .sub-menu,
.l-header .p-global-nav > ul > li:hover > .p-global-nav__sub-menu,
.l-header .global-menu > ul > li:hover > .sub-menu,
.l-header .global-menu > ul > li:hover > .p-global-nav__sub-menu,
.l-header .menu > li:hover > .sub-menu,
.l-header .menu > li:hover > .p-global-nav__sub-menu {
visibility: visible !important;
opacity: 1 !important;
}
} @media (max-width: 1024px) {
.l-header .sub-menu,
.l-header .p-global-nav__sub-menu {
transition: none !important;
animation: none !important;
will-change: auto !important;
backface-visibility: hidden;
padding-left: 14px !important;
}
.l-header .sub-menu li a,
.l-header .p-global-nav__sub-menu li a {
position: relative;
font-size: 0.95em !important;
opacity: 0.92;
}
.l-header .sub-menu li a::before,
.l-header .p-global-nav__sub-menu li a::before {
content: "－";
display: inline-block;
margin-right: 8px;
opacity: 0.65;
}
}  a.shion-test-btn{
position: relative !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
width: 75% !important;
box-sizing: border-box !important;
margin: 60px auto 0 !important;
padding: 18px 32px !important;
background: #ffffff !important;
border: 1px solid #222222 !important;
text-decoration: none !important;
color: #222222 !important;
font-size: 14px !important;
letter-spacing: 0.12em !important;
line-height: 1.6 !important;
font-weight: 400 !important;
overflow: visible !important;
transition:
color .4s ease,
border-color .4s ease,
background .4s ease !important;
}
.shion-modal.is-open {
opacity: 1;
visibility: visible;
pointer-events: auto;
} .shion-pattern-lead{
display: flex;
flex-direction: column;
height: 100%;
margin-top: 30px;
}
.shion-pattern-lead p{
text-align: center;
line-height: 2.2;
} .shion-pattern-lead + .shion-test-btn{
margin-top: auto !important;
} a.shion-test-btn::before,
a.shion-test-btn span::before,
a.shion-test-btn span::after{
content: none !important;
display: none !important;
} a.shion-test-btn span{
position: relative;
z-index: 2;
display: block !important;
text-align: center !important;
color: #222222 !important;
font-weight: 400 !important;
transition:
color .4s ease,
font-weight .2s ease !important;
} a.shion-test-btn::after{
content: "" !important;
display: block !important;
position: absolute !important;
top: 50% !important;
right: -40px !important;
width: 80px !important;
border-top: 1px solid #222222 !important;
transform: translateY(-50%) !important;
transition: transform .45s cubic-bezier(.19,1,.22,1) !important;
} a.shion-test-btn:hover{
background: #ffffff !important;
border-color: #222222 !important;
color: #222222 !important;
}
a.shion-test-btn:hover span{
color: #222222 !important;
font-weight: 700 !important;
}
a.shion-test-btn:hover::after{
border-top-color: #222222 !important;
transform: translateY(-50%) translateX(18px) !important;
} a.shion-test-btn:focus,
a.shion-test-btn:focus-visible{
color: #222222 !important;
}
a.shion-test-btn:focus span,
a.shion-test-btn:focus-visible span{
color: #222222 !important;
font-weight: 700 !important;
}
a.shion-test-btn:focus::after,
a.shion-test-btn:focus-visible::after{
border-top-color: #222222 !important;
transform: translateY(-50%) translateX(18px) !important;
} .shion-modal {
position: fixed;
inset: 0;
z-index: 99999;
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: opacity .35s ease, visibility .35s ease;
}
.shion-modal {
opacity: 0;
visibility: hidden;
pointer-events: none;
}
.shion-modal.is-open {
opacity: 1;
visibility: visible;
pointer-events: auto;
} .shion-modal__bg {
position: absolute;
inset: 0;
background: rgba(17, 17, 17, 0.58);
z-index: 1;
display: block;
text-decoration: none;
} .shion-modal__inner {
position: relative;
z-index: 2;
width: min(94vw, 1100px);
max-width: none;
max-height: 70vh;
overflow-y: auto;
overflow-x: hidden;
margin: 40px auto;
background: #ffffff;
padding: 24px 24px 20px;
border: 1px solid #e7e7e7;
box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
} .shion-modal__close {
position: absolute;
top: 16px;
right: 18px;
font-size: 30px;
line-height: 1;
color: #163847;
text-decoration: none;
}
.shion-modal__close:hover {
opacity: .7;
} .shion-modal__content {
padding: 0;
} .shion-modal__price-scroll {
width: 100%;
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
}
.shion-modal__price-image {
display: block;
width: auto !important;
height: auto !important;
max-width: none;
min-width: 1250px;
margin: 0 auto;
} .shion-modal__actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
justify-content: center;
margin-top: 28px;
}
.shion-modal__btn {
display: inline-block;
min-width: 200px;
padding: 14px 24px;
text-align: center;
text-decoration: none;
font-size: 13px;
letter-spacing: 0.08em;
border: 1px solid #163847;
transition: all .3s ease;
}
.shion-modal__btn--primary {
background: #163847;
color: #ffffff !important;
}
.shion-modal__btn--primary:hover {
background: #ffffff;
color: #004353 !important;
}
.shion-modal__btn--ghost {
background: #ffffff;
color: #163847;
}
.shion-modal__btn--ghost:hover {
background: #163847;
color: #ffffff;
} body:has(.shion-modal:target) {
overflow: hidden;
} @media screen and (max-width: 767px){
.shion-modal,
.shion-modal *,
.shion-modal *::before,
.shion-modal *::after{
box-sizing: border-box !important;
}
.shion-modal__inner{
width: calc(100vw - 16px) !important;
max-height: 82vh !important;
margin: 8px auto !important;
padding: 20px 12px 18px !important;
}
.shion-modal__price-scroll{
padding-bottom: 6px;
}
.shion-modal__price-image{
min-width: 900px;
}
.shion-modal__actions{
flex-direction: column;
align-items: center;
gap: 4px;
margin-top: 18px;
}
.shion-modal__btn{
display: flex;
align-items: center;
justify-content: center;
width: 78%;
min-width: 0;
max-width: 320px;
height: 48px;
margin: 0 auto;
padding: 0 16px;
box-sizing: border-box;
line-height: 1.4;
} .shion-modal__btn,
.shion-modal__btn:hover,
.shion-modal__btn:focus,
.shion-modal__btn:active,
.shion-modal__btn:focus-visible{
-webkit-tap-highlight-color: transparent;
outline: none;
} .shion-modal__btn--primary,
.shion-modal__btn--primary:hover,
.shion-modal__btn--primary:focus,
.shion-modal__btn--primary:active,
.shion-modal__btn--primary:focus-visible{
background: #163847 !important;
color: #ffffff !important;
border-color: #163847 !important;
} .shion-modal__btn--ghost,
.shion-modal__btn--ghost:hover,
.shion-modal__btn--ghost:focus,
.shion-modal__btn--ghost:active,
.shion-modal__btn--ghost:focus-visible{
background: #ffffff !important;
color: #163847 !important;
border-color: #163847 !important;
text-decoration: none !important;
}
}