@charset "UTF-8";
  *,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
img,
picture,
video,
canvas,
svg {
display: block;
max-width: 100%;
height: auto;
}
.shop_info figure {
margin: 0 !important;
}
a {
text-decoration: none;
color: inherit;
transition: 0.3s;
}
a:hover {
opacity: 0.7;
}
ul,
ol {
list-style: none;
}
button,
input,
select,
textarea {
font-family: inherit;
color: inherit;
border: none;
background: none;
outline: none;
}
html {
font-size: 1.1vw;
scroll-behavior: smooth;
}
body {
font-family: "Noto Sans JP", sans-serif;
letter-spacing: 0.1em;
line-height: 1.6;
text-align: center;
color: #000;
overflow-x: hidden;
} .wrap {
max-width: 80vw;
margin: 0 auto;
padding: 4rem 0;
} .br_sp {
display: none;
}
.br_pc {
display: inline;
}  .fade {
opacity: 0;
transition:
opacity 0.8s ease,
transform 0.8s ease;
will-change: opacity, transform;
}
.fade-up {
transform: translateY(30px);
}
.fade-down {
transform: translateY(-30px);
}
.fade-left {
transform: translateX(30px);
}
.fade-right {
transform: translateX(-30px);
}
.fade.active {
opacity: 1;
transform: translate(0, 0);
}
.fade[data-delay] {
transition-delay: calc(var(--delay) * 1s);
} .band-slide {
position: relative;
display: inline-block;
overflow: hidden;
}
.band-slide::before {
content: "";
position: absolute;
inset: 0;
background: #000;
transform: translateX(-105%);
transition: transform 0.8s ease;
z-index: 2;
}
.band-slide.active::before {
transform: translateX(105%);
}
.band-slide[data-delay]::before {
transition-delay: calc(var(--delay) * 1s);
} .text-split {
display: inline-block;
opacity: 0;
}
.text-split.active {
opacity: 1;
}
.text-split span {
display: inline-block;
opacity: 0;
transform: translateX(-12px);
transition:
opacity 0.4s ease,
transform 0.4s ease;
}
.text-split.active span {
opacity: 1;
transform: translateX(0);
}  footer .footer_menu {
display: flex;
gap: 1rem;
margin-top: 3rem;
}
footer .footer_logo {
width: 20%;
margin: 0 auto 1rem;
}
footer .footer_flex {
display: flex;
gap: 3rem;
justify-content: space-between;
align-items: center;
}
footer .footer_flex figure {
flex: 3;
}
footer .footer_flex nav {
flex: 7;
}
footer .footer_flex nav ul {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 1rem;
text-align: left;
}
footer .footer_flex nav ul li:last-child {
grid-column: span 2;
}
footer .footer_flex .sns img {
width: 50%;
}
.copy {
background-color: #000;
font-size: 0.8rem;
letter-spacing: 0.1rem;
color: #fff;
padding: 0.7rem 0;
} @media (max-width: 1024px) {
html {
font-size: 3vw;
}
.wrap {
max-width: 90vw;
padding: 2rem 0;
}
.br_pc {
display: none;
}
.br_sp {
display: inline;
}
}
@media (min-width: 1024px) {
.footer_menu {
max-width: 80vw; margin: 0 auto; display: flex; gap: 1rem;
}
}
@media (max-width: 1024px) {
html {
font-size: 4vw !important;
}
footer .footer_menu {
display: flex;
gap: 0;
margin-top: 0rem;
margin-bottom: 0;
max-width: 100vw;
} footer .footer_menu figure {
flex: 1;
padding: 1.2rem 0; margin: 0;
display: flex;
justify-content: center;
align-items: center;
} footer .footer_menu figure img {
display: none;
} footer .footer_menu figure:nth-child(1) {
background: #06c167;
}
footer .footer_menu figure:nth-child(2) {
background: #cc0000;
}
footer .footer_menu figure:nth-child(3) {
background: #b8944c;
} footer .footer_menu figure a {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center; width: 100%;
height: 100%; color: #fff;
text-align: center;
} footer .footer_menu figure:nth-child(1) a::before {
content: "";
width: 42px;
height: 42px;
margin-bottom: 0.4rem;
display: block;
background: url(//nikudonsenmonten.com/wp-content/themes/nikugekijyou/img/top/icon_delivery.png) no-repeat center/contain;
}
footer .footer_menu figure:nth-child(2) a::before {
content: "";
width: 42px;
height: 42px;
margin-bottom: 0.4rem;
display: block;
background: url(//nikudonsenmonten.com/wp-content/themes/nikugekijyou/img/top/icon_takeout.png) no-repeat center/contain;
}
footer .footer_menu figure:nth-child(3) a::before {
content: "";
width: 42px;
height: 42px;
margin-bottom: 0.4rem;
display: block;
background: url(//nikudonsenmonten.com/wp-content/themes/nikugekijyou/img/top/icon_group.png) no-repeat center/contain;
} footer .footer_menu figure:nth-child(1) a::after {
content: "デリバリー";
font-weight: bold;
}
footer .footer_menu figure:nth-child(2) a::after {
content: "お持ち帰り";
font-weight: bold;
}
footer .footer_menu figure:nth-child(3) a::after {
content: "系列店は\aこちら";
white-space: pre; line-height: 1.2;
font-weight: bold;
} footer .footer_flex {
flex-direction: column;
align-items: center;
text-align: center;
gap: 1rem;
}
footer .footer_logo {
width: 60%;
margin: 0 auto 1rem;
}
footer .footer_logo img {
width: 100%;
}
footer nav {
width: 100%;
}
footer .footer_flex nav ul {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 0;
}
footer .footer_flex nav ul li {
padding: 0.8rem 0;
border-bottom: 1px solid #ccc;
display: flex;
align-items: center;
padding-left: 1rem;
} footer .footer_flex nav ul li:nth-child(1),
footer .footer_flex nav ul li:nth-child(2) {
border-top: 1px solid #ccc;
} footer .footer_flex nav ul li:nth-child(odd) {
border-right: 1px solid #ccc;
} footer .footer_flex nav ul li:nth-child(6) {
grid-column: 2;
} footer .sns {
width: 100%;
display: flex;
justify-content: center;
margin-top: 1rem;
}
footer .sns a {
display: flex;
justify-content: center;
align-items: center;
}
footer .footer_flex .sns img {
width: 2rem;
height: auto;
display: block;
} footer .copy {
font-size: 0.7rem;
}
}  .site_header {
position: relative;
width: 100%;
height: 100vh;
}
.site_header .header_video {
position: absolute;
inset: 0;
z-index: 1;
}
.site_header .header_video video {
width: 100%;
height: 100%;
object-fit: cover;
}
.site_header .header_wrap {
position: relative;
z-index: 10;
width: 100%;
padding: 1.5rem 3rem;
display: flex;
justify-content: flex-end;
gap: 3rem;
align-items: center;
background: rgba(0, 0, 0, 0.25);
backdrop-filter: blur(4px);
} .site_header:not(.is_top) {
height: auto !important;
min-height: auto !important;
} .site_header:not(.is_top) .header_wrap {
background: #000 !important;
backdrop-filter: none !important; }
.site_header .logo {
position: absolute;
left: 2vw;
bottom: -5vw;
width: 20vw;
z-index: 20;
}
.site_header .nav ul {
display: flex;
gap: 4rem;
}
.site_header .nav ul a {
color: #fff;
font-size: 1.1rem;
font-weight: bold;
white-space: nowrap;
} @media (max-width: 1024px) { .site_header.is_top {
height: 60vh;
} .site_header .header_wrap {
justify-content: center;
background: rgba(0, 0, 0, 0.45);
padding: 2rem 3rem;
} .site_header .logo {
position: absolute;
left: 50vw;
bottom: 1.5vw;
width: 30vw;
transform: translateX(-50%);
} .nav {
position: fixed;
inset: 3rem 0 auto 0;
width: 100%;
height: auto;
background: rgba(0, 0, 0, 0.9019607843);
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 2rem;
gap: 1.5rem;
transform: translateX(100%);
transition: transform 0.3s ease;
}
.site_header .nav ul {
flex-direction: column;
gap: 1rem;
width: 100%;
}
.nav a {
width: 100%;
display: block;
color: #fff;
padding-bottom: 0.5rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
text-align: left;
}
.nav-toggle:checked ~ .nav {
transform: translateX(0);
}
} .header_ttl.is_sub {
border-bottom: #000 solid 2px;
height: 15rem;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
@media (max-width: 768px) { .site_header .logo {
bottom: 3vw;
}
}  .site_header.is_sub {
position: relative;
width: 100%;
height: unset;
} .site_header.is_sub .header_wrap {
background: none;
backdrop-filter: none;
} .site_header.is_sub .logo {
position: absolute;
left: 2vw;
bottom: -5vw;
width: 20vw;
z-index: 20;
} .site_header.is_sub .nav ul {
display: flex;
gap: 4rem;
}
.site_header.is_sub .nav ul a {
color: #000;
font-size: 1.1rem;
font-weight: bold;
white-space: nowrap;
} @media (max-width: 1024px) {
.header_ttl.is_sub {
border-bottom: #000 solid 2px;
height: 15rem;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.header_ttl.is_sub h1 {
font-size: 1.7rem;
}  .site_header.is_sub .header_wrap {
justify-content: center;
background: rgb(0, 0, 0);
} .site_header.is_sub .logo {
position: absolute;
left: 50vw;
bottom: -10vw;
width: 40vw;
transform: translateX(-50%);
} .site_header.is_sub .nav {
position: fixed;
inset: 7rem 0 auto 0;
width: 100%;
background: rgba(0, 0, 0, 0.9019607843);
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 2rem;
gap: 1.5rem;
transform: translateX(100%);
transition: transform 0.3s ease;
}
.site_header.is_sub .nav ul {
flex-direction: column;
gap: 1rem;
width: 100%;
}
.site_header.is_sub .nav a {
width: 100%;
display: block;
color: #fff;
padding-bottom: 0.5rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
text-align: left;
} .nav-toggle:checked ~ .nav {
transform: translateX(0);
}
.site_header.is_sub .nav ul a {
color: #fff;
}
}      .header_ttl_img.is_sub.is_pride {
background-image: url(//nikudonsenmonten.com/wp-content/themes/nikugekijyou/img/pride/pride_main_pc.png);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
height: 30rem;
border-bottom: #000 solid 5px;
}
@media (max-width: 1024px) {
.header_ttl_img.is_sub.is_pride {
height: 15rem;
}
}  .header_ttl_img.is_sub.is_shop {
background-image: url(//nikudonsenmonten.com/wp-content/themes/nikugekijyou/img/shop/shop_main_pc.png);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
height: 30rem;
border-bottom: #000 solid 5px;
}
@media (max-width: 1024px) {
.header_ttl_img.is_sub.is_shop {
height: 15rem;
}
}  .header_ttl_img.is_sub.is_menu {
background-image: url(//nikudonsenmonten.com/wp-content/themes/nikugekijyou/img/menu/menu_main_pc.png);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
height: 30rem;
border-bottom: #000 solid 5px;
}
@media (max-width: 1024px) {
.header_ttl_img.is_sub.is_menu {
height: 15rem;
}
} .section_info {
background-color: #000;
}
.section_info .wrap {
padding: 2rem 0;
overflow: hidden;
margin: 0 auto;
max-width: 90vw;
}  .info_thumb_16_9 {
width: 100%;
aspect-ratio: 16 / 9; overflow: hidden;
background: #ffffff; }
.info_thumb_16_9 img {
width: 100%;
height: 100%;
object-fit: contain; } @media (min-width: 1025px) {
.section_info .info_slider {
overflow: hidden; }
.section_info .info_wrapper {
display: flex;
gap: 2rem;  } .section_info .info_box {
flex: 0 0 calc((100% - (2rem * 2)) / 3); transform: none;
opacity: 1;
} .section_info .info_box.is-center {
transform: scale(1); opacity: 1;
}
.section_info .info_box figure {
margin-bottom: 0.5rem;
}
.section_info .info_box p {
color: #fff;
text-align: left;
font-size: 1.2rem;
} .section_info .dots {
display: flex;
justify-content: center;
gap: 0.6rem;
margin-top: 1.5rem;
}
.section_info .dots button {
width: 10px;
height: 10px;
border-radius: 50%;
border: none;
background: #666;
transition: 0.3s;
}
.section_info .dots button.active {
background: #fff;
transform: scale(1.2);
}
} @media (max-width: 1024px) {
.section_info .info_slider {
padding: 0;
position: relative;
overflow: hidden;
}
.section_info .info_wrapper {
display: flex;
gap: 1rem;
overflow: visible; width: 100%;
will-change: transform;
}  .section_info .info_box p {
color: #fff;
text-align: left;
font-size: 1rem;
} .section_info .dots {
display: none !important;
}
.section_info .info_slider {
position: relative;
overflow: hidden;
}
.info_arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 42px;
height: 42px;
background: rgba(0, 0, 0, 0.45);
border-radius: 50%;
border: none;
z-index: 20;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}
.info_arrow.prev {
left: 6px;
}
.info_arrow.prev::before {
content: "";
width: 12px;
height: 12px;
border-top: 2px solid #fff;
border-left: 2px solid #fff;
transform: translateX(2px) rotate(-45deg);
}
.info_arrow.next {
right: 6px;
}
.info_arrow.next::before {
content: "";
width: 12px;
height: 12px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
transform: translateX(-2px) rotate(45deg);
}
}
@media (min-width: 769px) and (max-width: 1024px) {
.section_info .info_box {
flex: 0 0 calc((100% - 1rem) / 2);
}
} @media (max-width: 768px) {  .section_info .info_box {
flex: 0 0 100%;
}
} .section_menu .wrap {
max-width: 80vw;
}
.section_menu .wrap .menu_box {
display: grid;
gap: 2rem;
grid-template-columns: repeat(4, 1fr);
} .section_about {
position: relative;
width: 100%;
overflow: hidden;
}
.section_about figure {
width: 100%;
height: auto;
display: block;
} .section_point {
background: center/cover no-repeat url(//nikudonsenmonten.com/wp-content/themes/nikugekijyou/img/top/point_bg.png);
}
.section_point .wrap .point_box {
display: flex;
gap: 3rem;
} @media (max-width: 1024px) { .section_menu .wrap {
max-width: 90vw;
}
} @media (max-width: 768px) {
body {
overflow-x: hidden;
}
.section_menu .wrap {
max-width: 90vw;
}
.section_menu .wrap .menu_box {
gap: 1rem;
grid-template-columns: repeat(2, 1fr);
}
.section_point .wrap .point_box {
flex-direction: column;
gap: 1.5rem;
}
}   .section_store .uber_menu_box {
display: grid; grid-template-columns:
180px fit-content(180px) fit-content(180px) fit-content(180px);  column-gap: 2rem;
row-gap: 1rem;
align-items: center;
margin-bottom: 1.5rem; justify-content: start;
} .section_store .uber_menu_box > h2 {
font-size: 1.3rem;
margin: 0;
} .section_store .uber_menu_box > figure {
margin: 0;
justify-self: start;
} .section_store .uber_menu_box > figure > a {
display: inline-flex;
justify-content: flex-start;
} .section_store .uber_menu_box > figure img {
display: block;
width: 10rem;
height: auto;
max-width: none;
filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.45));
} .section_table {
width: 100%;
}
.section_table .wrap {
padding-top: 0rem;
padding-bottom: 0rem;
}
.section_table .wrap ul {
list-style: none;
}
.section_table .wrap ul li {
display: flex;
padding: 1.5rem 1rem;
border-bottom: 1px solid #e6e6e6;
align-items: center;
}
.section_table .wrap ul li:first-child {
border-top: 1px solid #e6e6e6;
}
.section_table .wrap ul li .dt {
width: 22%;
border-right: 1px solid #dcdcdc;
padding-right: 1rem;
}
.section_table .wrap ul li .dd {
flex: 1;
padding-left: 2rem;
line-height: 1.6;
text-align: left;
} @media (max-width: 1024px) {  .section_store .uber_menu_box { grid-template-columns: max-content max-content max-content;
grid-template-areas:
"name   name   name"
"uber   menu   ."
"rocket .      .";
column-gap: 0.6rem;
row-gap: 0.8rem;
justify-content: center;
} .section_store .uber_menu_box > h2 {
grid-area: name;
}
.section_store .uber_menu_box > figure:nth-of-type(1) {
grid-area: uber;
}
.section_store .uber_menu_box > figure:nth-of-type(2) {
grid-area: menu;
} .section_store .uber_menu_box > figure:nth-of-type(3) {
grid-area: rocket;
justify-self: start;
} .section_table .wrap ul li {
padding: 1.2rem 0.8rem; }
.section_table .wrap ul li .dt {
width: 26%; padding-right: 0.8rem;
}
.section_table .wrap ul li .dd {
padding-left: 1.2rem; }
}
@media (max-width: 1024px) { .section_table .wrap {
padding-bottom: 2rem;
}
.section_table .wrap ul li {
display: block !important; padding: 1.2rem 0.5rem !important;
}
.section_table .wrap ul li .dt {
width: 100% !important;
border-right: none !important;
padding: 0 0 0.4rem !important;
margin-bottom: 0.3rem !important;
border-bottom: none;
display: block;
font-size: 1.1rem;
}
.section_table .wrap ul li .dd {
width: 100% !important;
padding-left: 0 !important;
margin-top: 0 !important;
display: block;
}  } .section_press .wrap {
max-width: 70vw;
padding-bottom: 0rem;
}
.section_press .wrap p {
font-size: 1.2rem;
text-align: left;
width: 70%;
margin: 0 auto;
margin-bottom: 3rem;
}
.section_press .wrap .tel_content {
display: flex;
gap: 2rem;
justify-content: center;
margin-bottom: 3rem;
}
.section_press .wrap .tel_content .tel_box_1 {
border: solid 2px #e0d8c6;
padding: 2.5rem 4rem;
}
.section_press .wrap .tel_content .tel_box_1 h2 {
font-size: 1.2rem;
font-weight: normal;
border: #e0d8c6 solid 2px;
border-radius: 50px;
padding: 0.2rem 1.5rem;
margin-bottom: 1rem;
}
.section_press .wrap .tel_content .tel_box_1 .tel_text {
text-align: center;
margin-bottom: 0rem;
}
.section_press .wrap .tel_content .tel_box_1 .tel {
font-family: "Oswald", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
font-size: 3rem;
letter-spacing: 0.2rem;
position: relative;
padding-left: 2rem;
}
.section_press .wrap .tel_content .tel_box_1 .tel::before {
content: "";
position: absolute;
left: -5%;
top: 56%;
transform: translateY(-50%);
width: 2.7rem;
height: 2rem;
background: url(//nikudonsenmonten.com/wp-content/themes/nikugekijyou/img/press/icon_tel.png) no-repeat center center;
background-size: contain;
}
.section_press .wrap .tel_content .tel_box_2 {
border: solid 2px #e0d8c6;
background-color: #e0d8c6;
padding: 2.5rem 4rem;
}
.section_press .wrap .tel_content .tel_box_2 h2 {
font-size: 1.2rem;
font-weight: normal;
border: #fff solid 2px;
background-color: #fff;
border-radius: 50px;
padding: 0.2rem 1.5rem;
margin-bottom: 1rem;
}
.section_press .wrap .tel_content .tel_box_2 .tel_text {
text-align: center;
margin-bottom: 0rem;
}
.section_press .wrap .tel_content .tel_box_2 .tel {
font-family: "Oswald", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
font-size: 3rem;
letter-spacing: 0.2rem;
position: relative;
padding-left: 2rem;
}
.section_press .wrap .tel_content .tel_box_2 .tel::before {
content: "";
position: absolute;
left: -5%;
top: 56%;
transform: translateY(-50%);
width: 2.7rem;
height: 2rem;
background: url(//nikudonsenmonten.com/wp-content/themes/nikugekijyou/img/press/icon_tel.png) no-repeat center center;
background-size: contain;
}
.section_press .wrap .time {
text-align: center;
} @media (max-width: 1024px) {
.section_press .wrap {
max-width: 90vw;
}
.section_press .wrap p {
width: 100%;
}
.section_press .wrap .tel_content {
gap: 1.5rem;
flex-direction: column;
}
.section_press .wrap .tel_content .tel_box_1 {
padding: 1.5rem 1.5rem;
}
.section_press .wrap .tel_content .tel_box_1 .tel {
font-size: 2.5rem;
}
.section_press .wrap .tel_content .tel_box_1 .tel::before {
width: 2.5rem;
}
.section_press .wrap .tel_content .tel_box_2 {
padding: 1.5rem 1.5rem;
}
.section_press .wrap .tel_content .tel_box_2 .tel {
font-size: 2.5rem;
}
.section_press .wrap .tel_content .tel_box_2 .tel::before {
width: 2.5rem;
}
}
@media (max-width: 768px) {
.section_press .wrap {
max-width: 90vw;
}
.section_press .wrap p {
font-size: 1rem;
width: 100%;
margin-bottom: 2rem;
}
.section_press .wrap .tel_content {
gap: 1rem;
margin-bottom: 1rem;
flex-direction: column;
}
.section_press .wrap .tel_content .tel_box_1 {
padding: 1rem 1rem;
}
.section_press .wrap .tel_content .tel_box_1 h2 {
font-size: 1rem;
padding: 0.2rem 1.5rem;
margin-bottom: 0.5rem;
}
.section_press .wrap .tel_content .tel_box_1 .tel {
font-size: 2rem;
}
.section_press .wrap .tel_content .tel_box_1 .tel::before {
left: -2%;
top: 56%;
width: 2rem;
height: 2rem;
}
.section_press .wrap .tel_content .tel_box_2 {
padding: 1rem 1rem;
}
.section_press .wrap .tel_content .tel_box_2 h2 {
font-size: 1rem;
padding: 0.2rem 1.5rem;
margin-bottom: 0.5rem;
}
.section_press .wrap .tel_content .tel_box_2 .tel {
font-size: 2rem;
}
.section_press .wrap .tel_content .tel_box_2 .tel::before {
left: -2%;
top: 56%;
width: 2rem;
height: 2rem;
}
.delivery_table ul li {
flex-direction: column;
padding: 1.2rem 0.5rem;
}
.delivery_table ul li .dt {
width: 100%;
border-right: none;
padding: 0 0 0.4rem;
margin-bottom: 0.3rem;
font-size: 0.95rem;
border-bottom: 1px solid #eee;
}
.delivery_table ul li .dd {
padding-left: 0;
font-size: 0.9rem;
}
} .section_joy picture {
margin-right: 2rem;
}
.section_joy h2 {
font-size: 3rem;
margin-bottom: 1rem;
}
.section_joy p {
font-size: 1.3rem;
} .section_challenge {
background-color: #e0d8c6;
}
.section_challenge figure {
margin-right: 2rem;
}
.section_challenge h2 {
font-size: 3rem;
margin-bottom: 1rem;
}
.section_challenge p {
font-size: 1.3rem;
} .section_saiyou .wrap {
padding-top: 2rem;
padding-bottom: 0rem;
}
.section_saiyou .wrap .saiyou_box {
display: grid;
gap: 1rem;
margin-bottom: 4rem;
grid-template-columns: repeat(4, 1fr);
}
.section_saiyou .wrap h3 {
font-size: 2rem;
margin-bottom: 1rem;
}
.section_saiyou .wrap p {
font-size: 1.3rem;
}
.section_saiyou .wrap .shoplist_box .wrap {
display: flex;
justify-content: space-between;
}
.section_saiyou .wrap .shoplist_box .shoplist {
display: flex;
gap: 3rem;
width: 100%;
}
.section_saiyou .wrap .shoplist_box .shoplist_col {
flex: 1;
}
.section_saiyou .wrap .shoplist_box .shop_row {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0.8rem 0;
border-bottom: 1px solid #ccc;
}
.section_saiyou .wrap .shoplist_box .shop_row:first-child {
border-top: 1px solid #ccc;
}
.section_saiyou .wrap .shoplist_box .shop_row .shop_name {
flex: 0.5;
text-align: center;
margin: 0;
padding-right: 1.5rem;
white-space: nowrap;
font-size: 1.1rem; border-right: 1px solid #555;
}
.section_saiyou .wrap .shoplist_box .shop_row .shop_tel {
flex: 1;
padding-left: 2rem;
margin: 0;
white-space: nowrap;
letter-spacing: 0.08em;
font-size: 1.1rem;
text-align: left;
} @media (max-width: 1024px) {
.section_joy picture {
margin-right: 1rem;
margin-top: 0rem;
}
.section_joy h2 {
font-size: 1.8rem;
margin-bottom: 1rem;
line-height: 1.5;
}
.section_joy p {
font-size: 1rem;
text-align: left;
}
.section_challenge picture:nth-of-type(2) {
margin-top: 2rem;
}
.section_saiyou .wrap {
padding-top: 1.5rem;
padding-bottom: 1rem;
}
.section_saiyou .wrap .saiyou_box {
display: grid;
gap: 1rem;
margin-bottom: 1rem;
grid-template-columns: repeat(2, 1fr);
}
.section_saiyou .wrap .shoplist_box .shoplist {
display: flex;
flex-direction: column;
gap: 0; width: 100%;
}
.section_saiyou .wrap h3 {
font-size: 1.3rem;
}
.section_saiyou .wrap p {
font-size: 1.2rem;
}
.shoplist_col {
flex: 1;
padding: 0; }
.section_saiyou .wrap .shoplist_box .shop_row {
display: flex;
align-items: center;
padding: 0.4rem 0; border-bottom: 1px solid #ccc;
}
.section_saiyou .wrap .shoplist_box .shop_row .shop_name {
flex: 0 0 40%;
text-align: center;
padding-right: 1rem; margin: 0;
border-right: 1px solid #555;
font-size: 1.05rem;
white-space: nowrap;
}
.section_saiyou .wrap .shoplist_box .shop_row .shop_tel {
flex: 1;
padding-left: 2rem; margin: 0;
font-size: 1.05rem;
white-space: nowrap;
}
.shoplist_col:nth-child(1) .shop_row:nth-of-type(6) {
border-bottom: none;
}
}
@media (max-width: 768px) {
.section_joy picture {
margin-right: 0rem;
margin-top: 1rem;
}
} .pride_bg {
background-image: url(//nikudonsenmonten.com/wp-content/themes/nikugekijyou/img/pride/pride_bg.png);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
} .section_pride_under {
position: relative;
width: 100%;
overflow: hidden;
}
.section_pride_under figure {
width: 100%;
height: auto;
display: block;
} .section_pride {
text-align: left;
}
.section_pride .pride_box {
margin-bottom: 5rem;
}
.section_pride .pride_box .pride_box_content {
display: flex;
gap: 3rem;
justify-content: space-between;
align-items: center;
}
.section_pride .pride_box .pride_box_content figure,
.section_pride .pride_box .pride_box_content h2 {
flex: 0 0 50%;
box-sizing: border-box;
}
.section_pride .pride_box .pride_box_content figure {
width: 50%;
border-bottom: 2px solid #a48b78;
padding-bottom: 1rem;
}
.section_pride .pride_box .pride_box_content h2 {
font-size: 2.8rem;
line-height: 1.3;
}
.section_pride .pride_box .pride_box_content_2 {
display: flex;
gap: 3rem;
justify-content: space-between;
align-items: center;
}
.section_pride .pride_box .pride_box_content_2 p,
.section_pride .pride_box .pride_box_content_2 figure {
flex: 0 0 50%;
box-sizing: border-box;
}
.section_pride .pride_box .pride_box_content_2 p {
font-size: 1.4rem;
}
.section_pride .pride_box .pride_box_content_2 figure {
width: 50%;
}
.section_pride .pride_button {
display: flex;
gap: 7rem;
justify-content: center;
}
.section_pride .pride_button div {
border: #231815 solid 2px;
background-color: #fff;
}
.section_pride .pride_button div a {
display: block;
font-size: 1.2rem;
padding: 0.5rem 3rem;
} @media (max-width: 768px) {
.section_pride .pride_box {
margin-bottom: 3rem;
}
.section_pride .pride_box .pride_box_content {
flex-direction: column;
gap: 1rem;
align-items: unset;
}
.section_pride .pride_box .pride_box_content_2 {
flex-direction: column;
gap: 1rem;
}
.section_pride .pride_box .pride_box_content figure {
width: 100%;
}
.section_pride .pride_box .pride_box_content h2 {
font-size: 1.7rem;
margin-bottom: 0.5rem;
}
.section_pride .pride_box .pride_box_content_2 p {
font-size: 1.1rem;
}
.section_pride .pride_box .pride_box_content_2 figure {
width: 100%;
order: 1;
}
.section_pride .pride_box .pride_box_content h2 {
order: 1;
}
.section_pride .pride_button {
gap: 1rem;
flex-direction: column;
text-align: center;
}
} .shop_info {  }
.shop_info .shop_ttl h1 {
font-size: 3rem;
margin-bottom: 2rem;
}
.shop_info .shop_ttl .shop_ttl_flex {
display: flex;
gap: 3rem;
align-items: center;
}
.shop_info .shop_ttl .shop_ttl_flex p {
font-size: 1.2rem;
flex: 0 0 65%;
box-sizing: border-box;
}
.shop_info .shop_ttl .shop_ttl_flex p .child_1 {
color: #ff9900;
padding-right: 0.3rem;
text-align: left;
}
.shop_info .shop_ttl .shop_ttl_flex p .child_2 {
color: #ff0000;
}
.shop_info .shop_ttl .shop_ttl_flex .shop_flex_0 {
flex: 1;
box-sizing: border-box;
display: flex;
gap: 1rem;
text-align: left;
align-items: center;
}
.shop_info .shop_ttl .shop_ttl_flex .shop_flex_0 p {
font-size: 1.1rem;
}
.shop_info .shop_box_1 {
background-image: url(//nikudonsenmonten.com/wp-content/themes/nikugekijyou/img/shop/shop_bg.png);
background-repeat: no-repeat;
background-size: cover;
}
.shop_info .shop_box_2 {
background-color: #fff;
background-image: none;
}
.shop_info .shop_content .shop_box {
background-color: #fff;
cursor: pointer;    }
.shop_info .shop_content .shop_box .wrap {
padding: 2.5rem 0;
}
.shop_info .shop_content .shop_box .shop_flex_0 {
display: flex;
gap: 2rem;
}
.shop_info .shop_content .shop_box .shop_flex_0 .shop_img {
flex: 0 0 32%;
box-sizing: border-box;
}
.shop_info .shop_content .shop_box .shop_flex_0 .shop_box_content {
flex: 1;
box-sizing: border-box;
}
.shop_info .shop_content .shop_box .shop_flex_0 .shop_box_content .shop_flex_1 {
display: flex;
gap: 2rem;
align-items: center;
}
.shop_info .shop_content .shop_box .shop_flex_0 .shop_box_content .shop_flex_1 .shop_name {
margin-bottom: 0.2rem;
flex: 0 0 74%;
box-sizing: border-box;
}
.shop_info .shop_content .shop_box .shop_flex_0 .shop_box_content .shop_flex_1 .shop_name h2 {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 2rem;
width: 100%;
}
.shop_info .shop_content .shop_box .shop_flex_0 .shop_box_content .shop_flex_1 .shop_name h2 span {
font-size: 1.5rem;
white-space: nowrap;
}
.shop_info .shop_content .shop_box .shop_flex_0 .shop_box_content .shop_flex_1 .shop_name p {
background-color: #33cc00;
color: #fff;
padding: 0.2rem 0.5rem;
border-radius: 10px;
width: 100%;
text-align: center;
}
.shop_info .shop_content .shop_box .shop_flex_0 .shop_box_content .shop_flex_1 .shop_icon_flex {
flex: 1;
display: flex;
gap: 1rem;
justify-content: flex-end;
align-items: center;
}
.shop_info .shop_content .shop_box .shop_flex_0 .shop_box_content .shop_flex_1 .shop_icon_flex > div {
flex-shrink: 0;
}
.shop_info .shop_content .shop_box .shop_flex_0 .shop_box_content .shop_flex_1 .shop_icon_flex img {
height: 3.5rem;
width: auto;
flex-shrink: 0;
display: block;
}
.shop_info .shop_content .shop_box .shop_flex_0 .shop_box_content p {
font-size: 1.2rem;
text-align: left;
margin-bottom: 1rem;
}
.shop_info .shop_content .shop_box .shop_flex_0 .shop_box_content p a {
text-decoration: underline;
}
.shop_info .shop_content .shop_box .shop_flex_0 .shop_box_content .shop_flex_3 {
display: flex;
gap: 2rem;
overflow: hidden;
align-items: stretch;
}
.shop_info .shop_content .shop_box .shop_flex_0 .shop_box_content .shop_flex_3 p {
flex: 0 0 20%;
font-size: 1.1rem;
color: #cc0000;
text-align: center;
border-top: 2px solid #000;
border-bottom: 2px solid #000;
padding: 1.1rem 0;
font-weight: bold;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
margin: 0;
}
.shop_info .shop_content .shop_box .shop_flex_0 .shop_box_content .shop_flex_3 .shop_flex_4 {
flex: 1;
display: flex;
gap: 2rem;
align-items: flex-start;
}
.shop_info .shop_content .shop_box .shop_flex_0 .shop_box_content .shop_flex_3 .shop_flex_4 .menu_img {
flex: 1;
height: 6rem;
background-size: cover;
background-position: top;
background-repeat: no-repeat;
overflow: hidden;
cursor: pointer;
}
.shop_info .shop_content .shop_box .shop_detail {
max-height: 0;
overflow: hidden;
opacity: 0;
margin-top: 0; transition:
max-height 0.4s ease,
opacity 0.3s ease,
margin-top 0.4s ease;
}
.shop_info .shop_content .shop_box.open .shop_detail {
max-height: 500px;
opacity: 1;
margin-top: 2rem;
}
.shop_info .shop_content .shop_box .shop_detail_row {
display: flex;
gap: 0.9rem;
margin-bottom: 1rem;
font-size: 1.2rem;
align-items: flex-start; }
.shop_info .shop_content .shop_box .shop_detail_row:last-of-type {
margin-bottom: 0;
}
.shop_info .shop_content .shop_box .shop_detail_row .label {
flex: 0 0 7rem; line-height: 1.6;
text-align: left;
letter-spacing: 0.5rem;
white-space: nowrap;
}
.shop_info .shop_content .shop_box .shop_detail_row .bar {
flex: 0 0 0.8rem; text-align: center;
opacity: 0.8;
line-height: 1.6;
white-space: nowrap;
}
.shop_info .shop_content .shop_box .shop_detail_row .value {
flex: 1;
line-height: 1.6;
text-align: left;
}
.shop_info .shop_content .shop_box .shop_detail_row .value a {
text-decoration: underline;
} .lightbox {
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.85);
display: none;
align-items: center;
justify-content: center;
z-index: 9999;
padding: 2rem;
opacity: 0;
transition: opacity 0.3s ease;
}
.lightbox.active {
display: flex;
opacity: 1;
}
.lightbox img {
max-width: 80vw;
max-height: 80vh;
border-radius: 10px;
transition: transform 0.3s ease;
}
@media (max-width: 768px) {
.lightbox img {
max-width: 95vw;
max-height: 70vh;
}
}
.lightbox .lightbox_close {
position: absolute;
top: 1.5rem;
right: 1.5rem;
background: rgba(255, 255, 255, 0.15);
border: none;
color: #fff;
font-size: 3rem;
padding: 0 1rem;
border-radius: 6px;
cursor: pointer;
z-index: 10000;
}
.lightbox .lightbox_prev,
.lightbox .lightbox_next {
position: absolute;
top: 50%;
transform: translateY(-50%);
color: #fff;
font-size: 4rem;
cursor: pointer;
padding: 0 1rem;
user-select: none;
}
.lightbox .lightbox_prev {
left: 1rem;
}
.lightbox .lightbox_next {
right: 1rem;
} .toggle_icon {
width: 1.4rem;
height: 1.4rem;
position: relative;
margin-left: auto;
cursor: pointer;
}
.toggle_icon::before,
.toggle_icon::after {
content: "";
position: absolute;
left: 50%;
top: 50%;
width: 1.4rem;
height: 2px;
background: #333;
transform-origin: center;
transition: transform 0.3s ease;
} .toggle_icon::before {
transform: translate(-50%, -50%) rotate(0deg);
} .toggle_icon::after {
transform: translate(-50%, -50%) rotate(90deg);
} .shop_box.open .toggle_icon::after {
transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}  @media (min-width: 1025px) {
.shop_box:hover .shop_box_content .shop_detail {
max-height: 500px;
opacity: 1;
margin-top: 1rem;
}
}
@media (max-width: 768px) {
.shop_info .shop_ttl h1 {
font-size: 2rem;
margin-bottom: 1rem;
}
.shop_info .shop_ttl .shop_ttl_flex p {
font-size: 1.2rem;
}
.shop_info .shop_ttl .shop_ttl_flex {
flex-direction: column;
gap: 1rem;
}
.shop_info .shop_content .shop_box .wrap {
padding: 1.5rem 0;
}
.shop_info .shop_content .shop_box .shop_flex_0 {
flex-direction: column;
gap: 0.5rem;
}
.shop_info .shop_content .shop_box .shop_flex_0 .shop_box_content .shop_flex_1 {
flex-direction: column;
gap: 0rem;
align-items: center;
margin-bottom: 1rem;
}
.shop_info .shop_content .shop_box .shop_flex_0 .shop_box_content .shop_flex_1 .shop_name h2 {
flex-direction: column;
font-size: 2rem;
margin-bottom: 0.5rem;
}
.shop_info .shop_content .shop_box .shop_flex_0 .shop_box_content .shop_flex_1 .shop_name p {
padding: 0.5rem 1.5rem;
font-size: 1rem;
}
.shop_info .shop_content .shop_box .shop_flex_0 .shop_box_content .shop_flex_3 {
flex-direction: column;
gap: 1rem;
}
.shop_info .shop_content .shop_box .shop_flex_0 .shop_box_content .shop_flex_3 p {
font-size: 1.3rem;
padding: 0.5rem 0;
flex-direction: column;
line-height: 1.4;
}
.shop_info .shop_content .shop_box .shop_flex_0 .shop_box_content .shop_flex_3 .shop_flex_4 {
gap: 1rem;
}
.shop_info .shop_content .shop_box .shop_flex_0 .shop_box_content .shop_flex_3 .shop_flex_4 .menu_img {
height: 7rem;
}
.shop_detail_row {
flex-direction: column;
gap: 0; } .shop_detail_row .label,
.shop_detail_row .bar {
flex: none;
display: inline;
} .shop_detail_row .label::after {
content: "｜";
margin-left: 0.2rem;
} .shop_detail_row .bar {
display: none;
} .shop_detail_row .label {
flex: none !important; width: auto; letter-spacing: 0; } .shop_detail_row .value {
margin-top: 0.2rem;
flex: none;
width: 100%;
display: block;
} .shop_detail {
max-height: none !important;
opacity: 1 !important;
margin-top: 1rem !important;
} .shop_box.open .shop_detail,
.shop_box .shop_detail {
max-height: none !important;
} .shop_box {
cursor: default;
}
.shop_info .shop_content .shop_box .shop_detail_row {
gap: 0rem;
margin-bottom: 0.5rem;
font-size: 1.1rem;
}
}
.Korean {
font-family: "Noto Sans KR", sans-serif;
font-optical-sizing: auto;
font-weight: normal;
font-style: normal;
}
.menu_caution {
border: 1px solid #cc0000;
margin-bottom: 3rem;
}
.menu_caution h2 {
font-size: 1.2rem;
background-color: #cc0000;
color: #fff;
} .menu_info .menu_ttl h1 {
font-size: 3rem;
margin-bottom: 0;
} .section_howto .wrap {
padding-top: 0;
padding-bottom: 0;
}
.section_howto .wrap .howto_ttl {
border: 1px solid #cc0000;
padding: 1rem;
}
.section_howto .wrap .howto_ttl h3 {
font-size: 2rem;
color: #cc0000;
}
.section_howto .wrap .howto_ttl p {
color: #cc0000;
}
.section_howto .wrap .howto_flex {
display: flex;
gap: 2rem;
}
.section_howto .wrap .howto_flex .howto_ttl {
flex: 0 0 20%;
box-sizing: border-box;
}
.section_howto .wrap .howto_flex .howto_ttl h3 {
font-size: 2rem;
color: #cc0000;
}
.section_howto .wrap .howto_flex .howto_ttl p {
color: #cc0000;
}
.section_howto .wrap .howto_flex .flow_flex {
flex: 1;
box-sizing: border-box;
display: flex;
gap: 2rem;
}
.section_howto .wrap .howto_flex .flow_flex .flow_box {
display: flex;
gap: 1rem;
text-align: left;
}
.section_howto .wrap .howto_flex .flow_flex .flow_box .flow_box_num {
flex: 0 0 15%;
box-sizing: border-box;
}
.section_howto .wrap .howto_flex .flow_flex .flow_box .flow_box_num img {
width: 100%;
}
.section_howto .wrap .howto_flex .flow_flex .flow_box .flow_box_content {
flex: 1;
box-sizing: border-box;
width: 12rem;
}
.section_howto .wrap .howto_flex .flow_flex .flow_box .flow_box_content h4 {
font-size: 1.5rem;
}
.section_howto .wrap .howto_flex .flow_flex .flow_box .flow_box_content p {
font-size: 0.9rem;
} .section_menulist .wrap {
padding-bottom: 0;
}
.section_menulist .wrap .menu_flex {
display: grid;
column-gap: 8rem;
row-gap: 5rem;
grid-template-columns: repeat(2, 1fr);
align-items: stretch;
}
.section_menulist .wrap .menu_box {
text-align: left;
display: flex;
flex-direction: column;
height: 100%; }
.section_menulist .wrap .menu_box figure {
margin-bottom: 1rem;
}
.section_menulist .wrap .menu_box .menu_box_flex {
display: flex;
gap: 2rem;
flex: 1;
}
.section_menulist .wrap .menu_box .menu_box_flex .menu_box_left {
flex: 0 0 60%;
box-sizing: border-box;
}
.section_menulist .wrap .menu_box .menu_box_flex .menu_box_left h2 {
font-size: 1.8rem;
}
.section_menulist .wrap .menu_box .menu_box_flex .menu_box_left h3 {
font-size: 1.2rem;
font-weight: normal;
margin-bottom: 1rem;
}
.section_menulist .wrap .menu_box .menu_box_flex .menu_box_left p {
font-size: 0.9rem;
}
.section_menulist .wrap .menu_box .menu_box_flex .menu_box_right {
flex: 1;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.section_menulist .wrap .menu_box .menu_box_flex .menu_box_right .menu_box_right_flex {
display: flex;
gap: 0.5rem;
}
.section_menulist .wrap .menu_box .menu_box_flex .menu_box_right .menu_box_right_flex .menu_mark {
flex: 0 0 65%;
box-sizing: border-box;
}
.section_menulist .wrap .menu_box .menu_box_flex .menu_box_right .menu_box_right_flex .menu_mark img {
margin-bottom: 0.2rem;
}
.section_menulist .wrap .menu_box .menu_box_flex .menu_box_right .menu_box_right_flex .figure {
flex: 1;
box-sizing: border-box;
}
.section_menulist .wrap .menu_box .menu_box_flex .menu_box_right .menu_button {
text-align: center;
background-color: #cc0000;
border-radius: 8px;
}
.section_menulist .wrap .menu_box .menu_box_flex .menu_box_right .menu_button a {
display: block;
font-size: 1rem;
color: #fff;
padding: 0.2rem 0;
font-weight: bold;
} .section_special figure {
margin-bottom: 3rem;
}
.section_special :last-of-type {
margin-bottom: 0;
}
.section_special .option .wrap {
text-align: left;
}
.section_special .option .wrap h2 {
font-size: 2.5rem;
border-bottom: 2px solid #663300;
margin-bottom: 2rem;
color: #663300;
}
.section_special .option .wrap h2 span {
font-size: 1.8rem;
padding-left: 2rem;
}
.section_special .option .wrap .option_flex {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
margin-bottom: 2rem;
}
.section_special .option .wrap .option_flex h3 {
font-size: 1.6rem;
font-weight: normal;
line-height: 1;
position: relative;
padding-left: 1.4rem;
}
.section_special .option .wrap .option_flex h3:nth-of-type(7) {
margin-top: 1.5rem;
}
.section_special .option .wrap .option_flex h3::before {
content: "●";
position: absolute;
left: 0;
top: 10%;
font-size: 1.2rem;
line-height: 1;
}
.section_special .option .wrap .option_flex h3 span {
font-size: 1.1rem;
}
.section_special .option .wrap .option_box {
display: flex;
align-items: stretch;
}
.section_special .option .wrap .option_box h4 {
flex: 0 0 30%;
box-sizing: border-box;
font-size: 1.8rem;
color: #cc0000;
border: #cc0000 2px solid;
padding: 1rem;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.section_special .option .wrap .option_box p {
flex: 1;
box-sizing: border-box;
border: #cc0000 2px solid;
border-left: none;
padding: 1rem;
font-size: 1.2rem;
display: flex;
align-items: center;
} @media (max-width: 1024px) and (min-width: 769px) {
.section_menulist .menu_box > figure img {
width: 90vw;
margin-left: 50%;
transform: translateX(-50%);
}
.wrap {
max-width: 90vw;
}
}
@media (max-width: 1024px) {
.menu_info .menu_ttl h1 {
font-size: 2rem;
margin-bottom: 0;
}
.menu_caution h2 {
font-size: 1rem;
padding: 0.3rem;
}
.menu_caution p {
font-size: 0.9rem;
padding: 0.3rem;
}
.menu_caution {
margin-bottom: 1rem;
}
.section_howto .wrap .howto_flex {
flex-direction: column;
gap: 1rem;
}
.section_howto .wrap .howto_flex .howto_ttl h3 {
font-size: 1.5rem;
}
.section_howto .wrap .howto_flex .howto_ttl p {
font-size: 0.9rem;
}
.section_howto .wrap .howto_flex .flow_flex {
flex-direction: column;
gap: 1rem;
}
.section_howto .wrap .howto_flex .flow_flex .flow_box .flow_box_num {
flex: 0 0 12%;
}
.section_howto .wrap .howto_flex .flow_flex .flow_box .flow_box_num img {
width: 80%;
}
.section_howto .wrap .howto_flex .flow_flex .flow_box {
gap: 0rem;
}
.section_howto .wrap .howto_flex .flow_flex .flow_box .flow_box_content h4 {
font-size: 1.4rem;
}
.section_menulist .wrap .menu_flex {
grid-template-columns: repeat(1, 1fr);
row-gap: 3rem;
}
.section_menulist .wrap .menu_box .menu_box_flex .menu_box_left h2 {
font-size: 1.6rem;
}
.section_menulist .wrap .menu_box figure {
margin-bottom: 0.5rem;
}
.section_menulist .wrap .menu_box .menu_box_flex .menu_box_left h3 {
font-size: 1rem;
}
.section_menulist .wrap .menu_box .menu_box_flex {
gap: 0.5rem;
}
.section_menulist .wrap .menu_box .menu_box_flex .menu_box_right .menu_button a {
font-size: 0.9rem;
padding: 0.3rem 0rem;
}
.option_img {
margin-bottom: 1rem;
}
.option_img :last-of-type {
margin-bottom: 0rem;
}
.section_special .option .wrap h2 {
font-size: 1.5rem;
margin-bottom: 1rem;
line-height: 1.2;
padding-bottom: 0.5rem;
}
.section_special .option .wrap h2 span {
font-size: 1rem;
padding-left: 0rem;
}
.section_special .option .wrap .option_flex {
grid-template-columns: repeat(1, 1fr);
}
.section_special .option .wrap .option_flex h3 {
font-size: 1.3rem;
line-height: 1.2;
}
.section_special .option .wrap .option_flex h3 span {
font-size: 1rem;
}
.section_special .option .wrap .option_box {
flex-direction: column;
}
.section_special .option .wrap .option_box h4 {
font-size: 1.5rem;
padding: 0.8rem;
line-height: 1.4;
}
.section_special .option .wrap .option_box p {
border: #cc0000 2px solid;
border-left: #cc0000 2px solid;
border-top: #cc0000 2px solid;
font-size: 1rem;
}
.section_special .option .wrap .option_flex h3:nth-of-type(7) {
margin-top: unset;
}
}
@media (max-width: 768px) {
.section_special .option .wrap .option_box p {
border: #cc0000 2px solid;
border-left: #cc0000 2px solid;
border-top: none;
font-size: 1rem;
}
} @media (min-width: 1025px) {
.section_special .option .wrap .option_box h4.sp_dn_menu {
display: block;
}
.section_special .option .wrap .option_box h4.pc_dn_menu {
display: none;
}
.section_menulist .menu_box > figure img {
width: 100%;
margin-left: 0;
transform: none;
}
} @media (max-width: 1024px) {
.section_special .option .wrap .option_box h4.sp_dn_menu {
display: none;
}
.section_special .option .wrap .option_box h4.pc_dn_menu {
display: block;
}
}
@media (max-width: 768px) and (min-width: 750px) {
.option_img img,
.section_menulist .menu_box > figure img {
width: calc(100vw + 2px);
margin-left: 50%;
transform: translateX(-50%);
}
} .news_container {
display: flex;
gap: 3rem;
max-width: 1200px;
margin: 3rem auto;
padding: 0 2rem;
} .news_sidebar {
flex: 0 0 22%;
}
.news_sidebar_box { }
.sidebar_title {
font-size: 1.2rem;
margin-bottom: 1rem;
font-weight: normal;
background-color: #b49c50;
color: #fff;
padding: 0.25rem;
}
.sidebar_list {
text-align: left;
}
.sidebar_list li {
margin-bottom: 0.6rem;
}
.sidebar_list a {
font-size: 1rem;
color: #000;
}
.sidebar_list a:hover {
opacity: 0.6;
} .news_main {
flex: 1;
}
.news_page_title {
font-size: 1.6rem;
margin-bottom: 2rem;
}
.news_item {
border-bottom: 1px solid #ddd;
padding: 1.5rem 0;
}
.news_item_header {
display: flex;
gap: 1rem;
align-items: center;
}
.news_date {
font-size: 0.9rem;
}
.news_cat {
padding: 0.2rem 1rem;
border-radius: 50px;
font-size: 1.1rem;
border: 2px solid #b49c50;
margin-right: 0.5rem;
}
.news_title {
font-size: 1.5rem;
margin: 1rem 0 1rem;
text-align: left;
}
.news_title a {
color: #000;
}
.news_thumb {
margin: 1rem 0;
}
.news_excerpt {
font-size: 1.1rem;
text-align: left;
} .news_single_main {
flex: 1;
}
.news_single_header {
display: flex;
gap: 1rem;
align-items: center;
}
.news_single_title {
margin: 1rem 0 2rem;
font-size: 1.7rem;
text-align: left;
}
.news_single_content {
text-align: left;
}
.news_single_content img {
margin: 1.5rem 0;
max-width: 100%;
height: auto;
}
.news_back {
text-align: center;
margin-top: 3rem;
}
.news_back a {
padding: 0.6rem 2rem;
border: 1px solid #000;
background: #f2f2f2;
display: inline-block;
} .news_pagination {
display: flex;
justify-content: center;
gap: 0.4rem;
margin-top: 2rem;
}
.news_pagination a,
.news_pagination span {
display: inline-block;
padding: 0.45rem 0.9rem;
border: 1px solid #b49c50;
color: #b49c50;
border-radius: 4px;
font-size: 0.9rem;
text-decoration: none;
min-width: 35px;
text-align: center;
} .news_pagination span.current {
background-color: #b49c50;
color: #fff;
font-weight: bold;
} .news_pagination a:hover {
background-color: #b49c50;
color: #fff;
} .menu_icon_col {
display: flex;
flex-direction: column;
}
.menu_icon_col figure img {
width: 3rem;
display: block;
} @media (max-width: 1024px) {
.news_container {
flex-direction: column;
gap: 1rem;
}
.news_sidebar {
flex: none;
}
.section_pride .pride_box {
margin-bottom: 2rem;
}
.section_pride .pride_box .pride_box_content {
gap: 1rem;
flex-direction: column;
align-items: unset;
}
.section_pride .pride_box .pride_box_content_2 {
gap: 1rem;
flex-direction: column;
}
.section_pride .pride_box .pride_box_content figure {
width: 100%;
}
.section_pride .pride_box .pride_box_content h2 {
font-size: 2rem;
order: 1;
}
.section_pride .pride_box .pride_box_content_2 figure {
width: 100%;
order: 1;
}
.section_pride .pride_button {
gap: 1rem;
flex-direction: column;
text-align: center;
}
}
@media (max-width: 768px) { .news_container {
padding: 0 1rem;
}
.news_title {
font-size: 1.5rem;
}
.news_item_header {
display: block;
text-align: left;
}
.news_cat {
font-size: 0.8rem;
margin-right: 0rem;
} .news_cat_scroller {
display: flex;
overflow-x: auto;
gap: 0.8rem;
padding: 0.5rem 0 1rem;
-webkit-overflow-scrolling: touch; } .news_cat_scroller::-webkit-scrollbar {
display: none;
} .sidebar_list {
display: flex;
flex-wrap: nowrap;
gap: 0.8rem;
} .sidebar_list li {
flex: 0 0 auto;
white-space: nowrap;
} .sidebar_list a {
display: inline-block;
padding: 0.35rem 1rem;
border: 1px solid #b49c50;
border-radius: 50px;
background: #fff; font-size: 0;
} .sidebar_list a::after {
content: attr(data-text);
font-size: 0.85rem;
color: #333;
}
} .limited_slider_section {
padding-bottom: 3rem;
}
.limited_slider {
width: 100vw;
overflow: hidden;
position: relative;
margin-left: calc(50% - 50vw);
}
.limited_wrapper {
display: flex;
gap: 0;
transition: transform 0.4s ease;
will-change: transform;
} .limited_item {
flex: 0 0 50vw;
display: block;
text-align: center;
} .limited_thumb {
width: 100%;
aspect-ratio: 16/9;
overflow: hidden;
}
.limited_thumb img {
width: 100%;
height: 100%;
object-fit: cover;
} .limited_dots {
display: flex;
justify-content: center;
gap: 0.4rem;
margin-top: 1rem;
}
.limited_dots button {
width: 15px;
height: 15px;
border-radius: 50%;
border: none;
background: #aaa;
}
.limited_dots button.active {
background: #000;
} @media (max-width: 1024px) {
.limited_item {
flex: 0 0 50vw;
}
.limited_dots button {
width: 10px;
height: 10px;
}
} @media (max-width: 768px) {
.limited_item {
flex: 0 0 100vw;
}
} .nav-toggle {
display: none;
} .hamburger {
display: none; width: 32px;
height: 22px;
position: relative;
cursor: pointer;
z-index: 1000; }
.hamburger span {
position: absolute;
left: 0;
width: 100%;
height: 3px;
background: #fff;
border-radius: 2px;
transition:
transform 0.35s ease,
top 0.35s ease,
opacity 0.25s ease;
} .hamburger span:nth-child(1) {
top: 0;
}
.hamburger span:nth-child(2) {
top: 9px;
}
.hamburger span:nth-child(3) {
top: 18px;
} .nav-toggle:checked + .hamburger span:nth-child(1) {
top: 9px;
transform: rotate(45deg);
}
.nav-toggle:checked + .hamburger span:nth-child(2) {
opacity: 0;
}
.nav-toggle:checked + .hamburger span:nth-child(3) {
top: 9px;
transform: rotate(-45deg);
} @media (min-width: 769px) and (max-width: 1024px) {
.hamburger {
width: 70px; height: 30px; }
.hamburger span {
height: 4px; } .hamburger span:nth-child(1) {
top: 0;
}
.hamburger span:nth-child(2) {
top: 13px;
}
.hamburger span:nth-child(3) {
top: 26px;
} .nav-toggle:checked + .hamburger span:nth-child(1) {
top: 13px;
transform: rotate(45deg);
}
.nav-toggle:checked + .hamburger span:nth-child(3) {
top: 13px;
transform: rotate(-45deg);
}
} @media (max-width: 1024px) {
.hamburger {
display: block;
position: absolute;
right: 1rem;
top: 50%;
transform: translateY(-50%);
}
} @media (max-width: 768px) { .site_header {
position: relative !important;
height: auto !important;
} .site_header.is_top .header_wrap {
position: fixed !important;
top: 0;
left: 0;
width: 100%;
height: 70px;
background: rgba(0, 0, 0, 0.35);
backdrop-filter: blur(3px);
z-index: 1000;
} .site_header.is_top .header_video {
position: relative !important;
top: 0 !important;
margin-top: 0 !important;
z-index: 1;
} body.home {
padding-top: 0 !important;
} .site_header.is_sub .header_wrap {
position: fixed !important;
top: 0;
left: 0;
width: 100%;
height: 70px;
background: #000 !important;
z-index: 1000;
}     .hamburger {
position: fixed !important;
top: 35px !important;
right: 1rem !important;
transform: translateY(-50%) !important;
z-index: 2001;
} .nav {
position: fixed !important;
top: 70px;
left: 0;
width: 100%;
background: rgba(0, 0, 0, 0.9);
transform: translateX(100%);
transition: transform 0.35s ease;
z-index: 1500;
}
.nav-toggle:checked ~ .nav {
transform: translateX(0);
}
} @media (max-width: 768px) { .site_header.is_top {
height: 60vh !important; position: relative !important;
}
.site_header.is_top .header_video {
position: absolute !important;
inset: 0;
height: 100%;
width: 100%;
z-index: 1;
}
.site_header.is_top .header_video video {
width: 100%;
height: 100%;
object-fit: cover !important; object-position: center !important;
} .site_header .header_wrap {
position: fixed !important;
top: 0;
left: 0;
width: 100%;
height: 70px !important; display: flex;
align-items: center;
z-index: 2000; } .site_header.is_top .header_wrap {
background: rgba(0, 0, 0, 0.35);
backdrop-filter: blur(3px);
} .site_header.is_sub .header_wrap {
background: #000 !important;
}   .hamburger {
position: fixed !important;
top: 35px !important;
right: 1rem !important;
transform: translateY(-50%);
z-index: 3001;
} .nav {
position: fixed !important;
top: 70px !important; left: 0;
width: 100%;
background: rgba(0, 0, 0, 0.9);
transform: translateX(100%);
transition: transform 0.35s ease;
z-index: 2500;
}
.nav-toggle:checked ~ .nav {
transform: translateX(0);
}   body.home {
padding-top: 0 !important;
}
} @media (max-width: 768px) {
.header_ttl.is_sub,
.header_ttl_img.is_sub {
padding-top: 80px; }
}