@charset "UTF-8";
/*!
Theme Name: Kensetsu-NY
Theme URI: http://underscores.me/
Author: jieyi_n
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kensetsu-ny
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Kensetsu-NY is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
:root {
  /*--- color ---*/
  --color-navy: #1f3a5f;
  --color-brown: #a67c52;
  --color-gray: #6b6b6b;
  --color-gray-light: #e5e5e5;
  --color-gray-dark: #3a3a3a;
  --color-text: #111;
  --color-bg: #f7f7f7;
  /*--- font-type ---*/
  --font-type-body: 'fot-tsukuaoldmin-pr6n', serif;
  /*--- font-size (1.2 scale)---*/
  --fs-sm-1: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  /* 12px ~ 14px */
  --fs-sm-2: clamp(0.875rem, 0.82rem + 0.3vw, 1rem);
  /* 14px ~ 16px */
  --fs-md-1: clamp(1rem, 0.92rem + 0.4vw, 1.1875rem);
  /* 16px ~ 19px */
  --fs-md-2: clamp(1.1875rem, 1.05rem + 0.5vw, 1.4375rem);
  /* 19px ~ 23px */
  --fs-lg-1: clamp(1.4375rem, 1.25rem + 0.7vw, 1.75rem);
  /* 23px ~ 28px */
  --fs-lg-2: clamp(1.75rem, 1.5rem + 0.9vw, 2.125rem);
  /* 28px ~ 34px */
  --fs-lg-3: clamp(2.125rem, 1.8rem + 1.1vw, 2.5625rem);
  /* 34px ~ 41px */
  --fs-xl-1: clamp(2.5625rem, 2.1rem + 1.4vw, 3.0625rem);
  /* 41px ~ 49px */
  --fs-xl-2: clamp(3.0625rem, 2.5rem + 1.8vw, 3.6875rem);
  /* 49px ~ 59px */
  --fs-xl-3: clamp(3.6875rem, 3rem + 2.2vw, 4.4375rem);
  /* 59px ~ 71px */
  /*--- space ---*/
  --space-sm-1: clamp(0.5rem, 0.45rem + 0.15vw, 0.75rem);
  /* 8px  ~ 12px */
  --space-sm-2: clamp(0.75rem, 0.7rem + 0.2vw, 1rem);
  /* 12px ~ 16px */
  --space-md-1: clamp(1rem, 0.9rem + 0.3vw, 1.5rem);
  /* 16px ~ 24px */
  --space-md-2: clamp(1.5rem, 1.3rem + 0.5vw, 2rem);
  /* 24px ~ 32px */
  --space-lg-1: clamp(2rem, 1.7rem + 0.8vw, 3rem);
  /* 32px ~ 48px */
  --space-lg-2: clamp(3rem, 2.5rem + 1.2vw, 4rem);
  /* 48px ~ 64px */
  --space-xl-1: clamp(4rem, 3.4rem + 1.6vw, 6rem);
  /* 64px ~ 96px */
  --space-xl-2: clamp(6rem, 5rem + 2vw, 8rem);
  /* 96px ~ 128px */
  --space-xl-3: clamp(8rem, 6.5rem + 2.5vw, 10rem);
  /* 128px ~ 160px */
  --space-section: clamp(12.5rem, 10rem + 5vw, 16rem);
  /* 200px ~ 256px */
  /*--- box-shadow ---*/
  --shadow-sm: 0 1px 3px rgb(0 0 0 / 0.04);
  --shadow-md: 0 4px 12px rgb(0 0 0 / 0.06);
  --shadow-lg: 0 10px 24px rgb(0 0 0 / 0.08);
}

body {
  width: 100%;
  font-size: 14px;
  background-color: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-type-body);
  line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title_en {
  font-family: var(--font-type-body);
}

h1 {
  font-size: 3.43rem;
}

h2 {
  font-size: 2.57rem;
}

h3 {
  font-size: 1.3rem;
}

p {
  font-size: 1.1rem;
}

img,
svg {
  width: 100%;
  height: auto;
  line-height: 1;
  border: none;
}

a {
  font-size: 1.1rem;
  color: var(--color-text);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus,
a:active,
a:visited {
  opacity: 0.6;
}

/* Component */
.btn-text {
  color: var(--color-text);
}

.btn {
  color: var(--color-text);
}

.btn:hover {
  opacity: 1;
}

.btn::before {
  content: "";
  width: 150px;
  height: 1px;
  line-height: 2;
  display: inline-block;
  background: var(--color-text);
  margin-right: 3rem;
  margin-bottom: 0.3rem;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.btn:hover::before {
  margin-right: 1rem;
  width: calc(150px + 2rem);
}

.c-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.c-icon--map {
  -webkit-mask-image: url("./svg/icon-map.svg");
          mask-image: url("./svg/icon-map.svg");
}

.c-title01 {
  position: relative;
  font-size: var(--fs-lg-3);
  line-height: 1.8;
  padding-bottom: 25px;
  margin-bottom: var(--space-lg-1);
}
.c-title01::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 30px;
  width: 25px;
  height: 75px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: url(./svg/deco-title.svg) no-repeat top/contain;
}

.c-deco-under {
  width: 100vw;
  height: 160px;
  background: url(./img/bg-washi.jpg) no-repeat center/cover;
  margin-left: calc(50% - 50vw);
}

/** その他 **/
.wrap {
  width: 100%;
  overflow-x: clip;
}

.wrapper {
  width: calc(100% - 4rem);
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 0 200px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.inner {
  width: 100%;
}

.m-view {
  display: none;
}

.b-view.m-view {
  display: block;
}

.br_500 {
  display: block;
}

.vertical-rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.15em;
}

/*-- 下層ページ --*/
.lower .wrapper {
  margin-top: 165px;
  margin-bottom: 80px;
}

/*--------------------------------------------------------------
## header
--------------------------------------------------------------*/
.header {
  position: relative;
}

.header-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-branding,
.header_img .inner {
  width: calc(100% - 70px);
  height: calc(100vh - 0.1rem);
}

.branding_site-title a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
}

.branding_site-logo.site-logo_index,
.index .branding_site-logo.site-logo_lower {
  display: none;
}

.index .branding_site-logo.site-logo_index {
  display: block;
}

.header_img .inner {
  position: absolute;
  top: 0;
  z-index: -2;
  background: url(./img/header-img.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.header_img .inner::after {
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(3, 3, 3, 0.3);
  position: absolute;
}

.header_img video {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header_img .mv-video--sp {
  display: none;
}

.header_img .page-title {
  color: #fff;
  font-size: 84px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  letter-spacing: 0.25rem;
  white-space: nowrap;
}

/*-- 下層ページ --*/
body.lower .header {
  min-height: 600px;
}

body.lower .header-branding,
body.lower .header_img .inner {
  width: 100%;
  height: 600px;
  min-height: 600px;
}

body.lower .header-branding {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 3rem;
}

body.lower .branding_site-logo {
  width: clamp(8.75rem, 7.668rem + 4.81vw, 13.438rem);
}

.header_img.lower-page .inner {
  background: url(./img/news_header.jpg) center/cover no-repeat;
  top: 165px;
}

.about .header_img.lower-page .inner {
  background: url(./img/about_header.jpg) center/cover no-repeat;
}

.menu .header_img.lower-page .inner {
  background: url(./img/menu_header.jpg) center/cover no-repeat;
}

.concept .header_img.lower-page .inner {
  background: url(./img/concept_header.jpg) center/cover no-repeat;
}

.blog .header_img.lower-page .inner,
.single-post .header_img.lower-page .inner {
  background: url(./img/news_header.jpg) center/cover no-repeat;
}

.gallery .header_img.lower-page .inner,
.single-gallery .header_img.lower-page .inner {
  background: url(./img/gallery_header.jpg) center/cover no-repeat;
}

.header_img.lower-page .page-title {
  position: absolute;
  top: 450px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  font-size: var(--fs-xl-2);
  text-align: center;
  line-height: 1;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

.header_img.lower-page span {
  font-size: 1.2rem;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
## navi
--------------------------------------------------------------*/
/*-- ▼drower-nav▼ --*/
.nav-tgl,
.open {
  display: none;
}

.nav-tgl:checked ~ .close.nav-tgl_icon {
  display: block;
  opacity: 0.3;
}

.open.nav-tgl_icon {
  display: inline-block;
  background: var(--color-navy);
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

.open.nav-tgl_icon span {
  background: #fff;
  display: block;
  height: 2px;
  left: 50%;
  margin: 0 0 0 -20%;
  position: absolute;
  top: 55%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 30px;
}

.open.nav-tgl_icon span::before,
.open.nav-tgl_icon span::after {
  -webkit-transform: rotate(0);
  background: #fff;
  border-radius: 4px;
  content: "";
  display: block;
  height: 100%;
  right: 0;
  margin: 0 0 0 -50%;
  position: absolute;
  top: 50%;
  transform: rotate(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.open.nav-tgl_icon span::before {
  margin-top: -36%;
  width: 75%;
}

.open.nav-tgl_icon span::after {
  margin-top: 35%;
  width: 115%;
}

.nav-tgl:checked ~ .open.nav-tgl_icon span {
  background: rgba(51, 51, 51, 0);
}

.nav-tgl:checked ~ .open.nav-tgl_icon span::before,
.nav-tgl:checked ~ .open.nav-tgl_icon span::after {
  content: "";
  display: block;
  height: 100%;
  left: 48%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  width: 100%;
}

.nav-tgl:checked ~ .open.nav-tgl_icon span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-tgl:checked ~ .open.nav-tgl_icon span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-tgl:checked ~ .global-nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
}

.nav-tgl:checked ~ .sns-nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*-- ▼site-navi▼ --*/
.global-nav {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  padding: 2.5rem 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--color-gray-dark);
  color: #fff;
  -webkit-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow-y: scroll;
  margin-top: 0;
  text-align: center;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.global-nav::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.global-nav_list {
  margin: 6rem 0;
}

.global-nav_item a {
  margin: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
  color: #fff;
  font-size: 1.4rem;
}
.global-nav_item a::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.3);
}

.global-nav_item {
  text-align: start;
}

.global-nav .branding_site-title {
  font-size: 1.8rem;
  margin-top: 1rem;
}

.global-nav .branding_site-title img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*-- ▼sns-navi▼ --*/
.sns-nav {
  position: fixed;
  width: 70px;
  bottom: 70px;
  right: 0;
  z-index: 1000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  margin-top: 0;
}

.sns-nav_item {
  width: 100%;
  height: 70px;
  text-align: center;
}

.sns-nav_item a {
  width: 100%;
}

.sns-nav_item a img {
  width: 25px;
}

/*-- ▼sub-navi▼ --*/
.sub-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  z-index: 999;
}

.sub-nav_list .list_item {
  display: list-item;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  white-space: nowrap;
  width: 100%;
  height: 165px;
  line-height: 70px;
  font-size: 16px;
  text-align: center;
  background: #fff;
}

.sub-nav_list .list_item a {
  width: 100%;
  color: #fff;
  display: block;
  letter-spacing: 0.15em;
  background: var(--color-brown);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sub-nav_list .list_item.type2 a {
  color: var(--color-text);
  background: var(--color-gray-light);
}

/*-- ▼nav-ft▼ --*/
.nav-ft {
  font-size: 1.28rem;
}

.nav-ft .company {
  font-size: 2.5rem;
  color: var(--color-navy);
  letter-spacing: 0.3rem;
}

.nav-ft span {
  margin-right: 1rem;
  font-size: 1.28rem;
  letter-spacing: 0.05rem;
}

.nav-ft .tel,
.nav-ft .tel a {
  color: #fff;
  font-size: 1.28rem;
}

/*--------------------------------------------------------------
## main
--------------------------------------------------------------*/
.contents {
  margin-top: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 0 0;
}

.contents .inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.contents .contents_title {
  position: relative;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.15em;
  padding-left: 35px;
  font-size: var(--fs-lg-3);
  line-height: 1;
}
.contents .contents_title::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 25px;
  height: 75px;
  background: url(./svg/deco-title.svg) no-repeat top/contain;
}

.parallax-img {
  overflow: hidden;
  position: relative;
}

.parallax-img img {
  width: 100%;
  height: 110%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

/*-- index-concept --*/
.index-concept__content {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: var(--space-lg-2);
  padding: var(--space-xl-1) 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-concept__content::before {
  content: "";
  background: url(./img/index-concept_deco.png) no-repeat center/contain;
  position: absolute;
  top: -6rem;
  right: -4rem;
  width: 600px;
  height: 600px;
  opacity: 0.6;
  z-index: -1;
}
.index-concept__catch {
  width: 260px;
}
.index-concept__txt {
  line-height: 3.4;
  font-size: 1.2rem;
  margin-top: 4rem;
}
.index-concept__img {
  position: relative;
  width: 65vw;
  margin-left: calc(50% - 50vw);
  margin-top: var(--space-xl-3);
}
.index-concept__img img {
  position: relative;
  z-index: 2;
}
.index-concept__img::before {
  content: "";
  background: url(./img/bg-washi.jpg) no-repeat center/cover;
  position: absolute;
  top: 5rem;
  left: 5rem;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 1;
}
.index-concept__img .parallax-img {
  aspect-ratio: 2/1;
  z-index: 2;
}

/*-- index-message --*/
.index-message {
  margin-top: var(--space-section);
}
.index-message .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.index-message__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}
.index-message__desc {
  width: 90%;
  margin-top: var(--space-xl-2);
}
.index-message__txt:not(:last-child) {
  margin-bottom: 1.5rem;
}
.index-message__txt {
  line-height: 2.6;
}
.index-message__img {
  aspect-ratio: 4/5;
}
.index-message__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.index-message .contents_btn {
  margin-top: var(--space-lg-2);
}

/*-- contents01 --*/
.contents01 {
  margin-top: var(--space-section);
}
.contents01 .inner {
  padding-inline: var(--space-md-2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contents01::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(./img/bg-washi.jpg) no-repeat center/cover;
  opacity: 0.8;
  position: absolute;
  top: 5.14rem;
  left: 0;
  z-index: -1;
}

.contents01 .contents_title {
  float: right;
  margin-bottom: 2rem;
}

.update-list {
  width: 100%;
  margin-bottom: var(--space-lg-1);
}

.update-list .list_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 24%;
          flex: 0 1 24%;
  margin-right: 1%;
}

.update-list .list_item:first-child {
  margin-left: 1%;
}

.update-list a:has(img) {
  aspect-ratio: 3/2;
  display: block;
}

.update-list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.update-list .text-area {
  padding: 1rem 0.5rem;
}

.update-list .cat {
  font-size: 10px;
  background: var(--color-navy);
  color: #fff;
  padding: 4px 8px;
  margin-left: 6px;
}

.update-list .title {
  margin-top: 4px;
}

.update-list a {
  color: var(--color-navy);
}

.update-list p {
  font-size: 12px;
  margin-top: 1rem;
}

.contents01 .btn {
  padding: 0.5rem;
}

/*-- contents02 --*/
.contents02 {
  margin-top: 310px;
}

.contents02 .inner {
  background: url(./img/img2.jpg) center/cover no-repeat;
  position: relative;
  height: 700px;
}

.contents02 .col1 {
  position: absolute;
  top: -6.425rem;
  right: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: 100%;
  float: right;
}

.contents02 .col2 {
  position: absolute;
  bottom: 2rem;
  left: 4rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background: #c9d1d8;
  padding: 2rem 1rem;
  letter-spacing: 0.1rem;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.contents02 .col2 p {
  font-size: 1.28rem;
}

/*-- contents03 --*/
.contents03 {
  margin-top: var(--space-section);
}

.contents03::before {
  content: "";
  width: 60%;
  height: 100%;
  position: absolute;
  top: 6.425rem;
  right: 0;
  background: url(./img/bg-washi.jpg) no-repeat center/cover;
  opacity: 0.8;
}

.contents03 .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: 600px;
  padding-inline: var(--space-md-2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contents03 .col1 {
  position: relative;
  width: calc(48% - 4rem);
  margin-left: 4rem;
}

.contents03 .contents_title {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.contents03 .col1 p {
  position: absolute;
  bottom: 100px;
}

.contents03 .contents_btn {
  position: absolute;
  bottom: 40px;
  right: 1rem;
}

.contents03 .col2 {
  width: 52%;
  height: 600px;
  background: url(./img/index-menu.jpg) center/cover no-repeat;
  position: absolute;
  left: 0;
}

/*-- contents04 --*/
.contents04 {
  margin-top: var(--space-section);
}

.contents04::before {
  content: "";
  width: 60%;
  height: 100%;
  position: absolute;
  top: 6.425rem;
  right: 0;
  background: url(./img/bg-washi.jpg) no-repeat center/cover;
  opacity: 0.8;
}

.contents04 .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: 600px;
  padding-inline: var(--space-md-2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contents04 .col1 {
  position: relative;
  width: calc(48% - 4rem);
  margin-left: 4rem;
}

.contents04 .contents_title {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.contents04 .works-list {
  width: 100%;
  position: absolute;
  bottom: -0.5rem;
  right: 0;
  margin-bottom: var(--space-lg-1);
}

.works-list .list_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  margin-right: 2%;
}

.works-list .list_item:nth-child(2n) {
  margin-right: 0;
}

.works-list img {
  max-width: 100%;
}

.contents04 .contents_btn {
  position: absolute;
  bottom: -55px;
  right: 1rem;
}

.contents04 .col2 {
  width: 52%;
  height: 600px;
  background: url(./img/index-gallery_bg.jpg) center/cover no-repeat;
  position: absolute;
  left: 0;
}

/*-- contents05 --*/
.contents05 {
  margin-top: var(--space-section);
}

.contents05 .col1 {
  width: 35%;
  letter-spacing: 0;
  position: relative;
  margin-right: 5%;
}

.contents05 .contents_title {
  position: absolute;
  top: 0;
  right: 0;
}

.contents05 .col1 p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);
  white-space: nowrap;
}

.contents05 .contents_btn {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  bottom: 2rem;
  left: 10%;
}

.contents05 .btn::before {
  content: "";
  width: 1px;
  height: 150px;
  display: inline-block;
  background: var(--color-navy);
  margin-bottom: 3rem;
  margin-right: 0rem;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.contents05 .btn:hover::before {
  margin-bottom: 1rem;
  height: calc(150px + 2rem);
}

.contents05 .col2 {
  width: 60%;
}

.contents05 .col2 img {
  max-width: 100%;
}

/*-- contents06 --*/
.contents06 .col1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 5rem;
  height: 100%;
  padding: 5%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contents06 .para-bg {
  background-image: url("./img/img11.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
}

/*スクロールするコンテンツ*/
.contents06 .col2 {
  width: 100%;
  height: 100%;
  padding-top: 4rem;
}

.contents06 .contents_title {
  margin-bottom: 2rem;
  text-align: center;
}

.contents06 table.item {
  width: auto;
  margin: 2rem auto;
}

.contents06 table.item th,
.contents06 table.item td {
  padding: 1rem 2rem;
  border-bottom: 1px solid var(--color-navy);
}

/*-- contents07 --*/
.contents07 {
  width: 100%;
  padding-bottom: 50px;
}

.contents07 .inner {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.contents07 .col1,
.contents07 .col2,
.contents07 .col3 {
  width: 32%;
}

.contents07 .col2 {
  margin: 0 2%;
}

.contents07 img {
  max-width: 100%;
}

.contents07 .item {
  position: relative;
}

.contents07 .item_title {
  text-align: center;
}

.contents07 .item_text {
  padding: 0.5rem 1rem;
}

.contents07 .item_btn {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

/*-- contents08 --*/
.contents08 {
  background: url(./img/bg.jpg) repeat;
  padding: 2rem 4rem;
}

.contents08 .contents_title {
  margin: 1rem 2rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.contents08 .item {
  margin-bottom: 80px;
}

.contents08 .col1 {
  width: 32%;
  position: relative;
  z-index: 10;
  margin: 0 -3.5% 0 auto;
}

.contents08 .col_inner {
  padding: 56% 0 0;
}

.contents08 .item_title,
.contents08 .item_text {
  background: #fff;
  padding: 0.5rem 1rem;
}

.contents08 .item_title {
  margin-bottom: 1rem;
}

.contents08 .col2 {
  position: relative;
  width: 40%;
  margin-right: 10%;
}

.contents08 .flex.item2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.contents08 .item2 .col1 {
  margin: 0 auto 0 -3.5%;
}

.contents08 .item2 .col2 {
  margin-left: 10%;
  margin-right: 0;
}

/*-- contents09 --*/
.contents09 {
  background: url(./img/bg.jpg) repeat;
  padding: 2rem 4rem;
}

.contents09 .contents_title {
  margin: 1rem 2rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.contents09 .item {
  margin-bottom: 80px;
}

.contents09 .col1 {
  width: 32%;
  position: relative;
  z-index: 10;
  margin: 0 -3.5% 0 auto;
}

.contents09 .col_inner {
  padding: 30% 0 0;
}

.contents09 .item_title,
.contents09 .item_text {
  background: #fff;
  padding: 0.5rem 1rem;
}

.contents09 .item_title {
  margin-bottom: 1rem;
}

.contents09 .col2 {
  position: relative;
  width: 50%;
  margin-right: 10%;
}

.contents09 .flex.item2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.contents09 .item2 .col1 {
  margin: 0 auto 0 -3.5%;
}

.contents09 .item2 .col2 {
  margin-left: 10%;
  margin-right: 0;
}

/*--------------------------------------------------------------
## page
--------------------------------------------------------------*/
/*-- about --*/
.p-about-message__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: var(--space-xl-2);
}
.p-about-message__img {
  position: relative;
  aspect-ratio: 3/2;
}
.p-about-message__img::before {
  content: "";
  background: url(./img/bg-washi.jpg) no-repeat center/cover;
  position: absolute;
  top: 3rem;
  left: -4rem;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 1;
}
.p-about-message__img img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  z-index: 2;
}
.p-about-message__desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  -ms-flex-item-align: end;
      align-self: flex-end;
      margin-top: 8rem;
}
.p-about-message__txt {
  line-height: 2.6;
}
.p-about-message__txt:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-about-message__name {
  margin-top: var(--space-md-2);
}
.p-about-message__name span {
  font-size: var(--fs-md-2);
  font-weight: bold;
}

.p-about-history {
  position: relative;
  padding-block: var(--space-xl-3);
  margin-top: var(--space-section);
}
.p-about-history::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 3, 3, 0.8)), to(rgba(3, 3, 3, 0.8))), url(./img/about-history_bg.jpg) no-repeat center/cover;
  background: linear-gradient(rgba(3, 3, 3, 0.8), rgba(3, 3, 3, 0.8)), url(./img/about-history_bg.jpg) no-repeat center/cover;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.p-about-history > * {
  color: #fff;
}
.p-about-history .c-title01 {
  text-align: right;
}
.p-about-history .c-title01::after {
  right: 30px;
  left: auto;
}
.p-about-history__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--space-lg-2);
}
.p-about-history__img {
  aspect-ratio: 4/5;
}
.p-about-history__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-about-history__txt {
  line-height: 3;
  justify-self: flex-end;
}

.p-about-room {
  margin-top: var(--space-section);
}
.p-about-room__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--space-lg-2);
}
.p-about-room__content.reverse {
  margin-top: var(--space-xl-1);
}
.p-about-room__desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.p-about-room__img {
  aspect-ratio: 3/2;
}
.p-about-room__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/*-- menu --*/
.p-menu .c-title01 {
  line-height: 1.6;
  padding-bottom: 40px;
}
.p-menu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--space-xl-1);
}
.p-menu__desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.p-menu__price {
  color: var(--color-navy);
  font-size: var(--fs-lg-1);
  margin-bottom: var(--space-lg-2);
}
.p-menu__sub-txt {
  color: var(--color-gray-dark);
  margin-top: var(--space-md-2);
  padding: var(--space-md-1);
  background: #fff;
}
.p-menu__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-menu__gallery {
  margin-top: var(--space-xl-3);
}
.p-menu__gallery-img {
  aspect-ratio: 3/2;
}
.p-menu__gallery-img:nth-child(1) {
  width: 35%;
  margin-left: 2rem;
}
.p-menu__gallery-img:nth-child(2) {
  width: 50%;
  margin-top: -4rem;
  margin-left: auto;
}
.p-menu__gallery-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-menu.c-deco-under {
  margin-top: var(--space-xl-3);
  margin-bottom: var(--space-xl-3);
}

.p-menu-dinner {
  margin-top: 0;
}
.p-menu-dinner .p-menu__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-menu-dinner .p-menu__gallery-img:nth-child(1) {
  margin-right: 2rem;
  margin-left: auto;
}
.p-menu-dinner .p-menu__gallery-img:nth-child(2) {
  margin-left: 0;
  margin-right: auto;
}

/*-- concept --*/
.p-concept__catch {
  font-size: clamp(1.625rem, 1.401rem + 0.97vw, 2.563rem);
  color: var(--color-navy);
  line-height: 1.6;
  margin-bottom: var(--space-md-2);
}
.p-concept__message {
  margin-bottom: var(--space-xl-3);
}
.p-concept__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-concept__desc {
  width: 50%;
  position: relative;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--space-lg-2) var(--space-xl-1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-concept__desc::before {
  content: "";
  background: url(./img/bg-washi.jpg) no-repeat center/cover;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: -1;
}
.p-concept__txt {
  line-height: 2.8;
}
.p-concept__img {
  width: 50%;
  aspect-ratio: 1;
}
.p-concept__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/*--------------------------------------------------------------
## post
--------------------------------------------------------------*/
.post_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--space-lg-1);
  padding-block: var(--space-lg-1);
  border-bottom: 1px solid var(--color-gray-light);
}

.post_thumbnail {
  aspect-ratio: 4/3;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(100px, 15%, 200px);
          flex: 0 0 clamp(100px, 15%, 200px);
}
.post_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.post_title {
  font-size: var(--fs-md-2);
  margin-top: var(--space-md-1);
}

.post_txt {
  margin-top: var(--space-md-1);
}

.post-archive_link {
  text-align: center;
  margin-top: var(--space-lg-1);
}
.post-archive_link a {
  display: inline-block;
  padding: 0.5em 1.5em;
  border: 1px solid;
}

.single-post .post_container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.post-type-archive-gallery .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.post-type-archive-gallery article {
  width: 31.3333333333%;
  padding: 0;
  margin-right: 2%;
  margin-bottom: 2rem;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: var(--space-lg-2);
}

.nav-links a {
  color: #333;
  padding: 0.5rem 2rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}

.nav-previous a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 10.5px solid #333;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-next a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10.5px solid #333;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
## footer
--------------------------------------------------------------*/
.footer_inner {
  position: relative;
  width: calc(100% - 70px);
  background: url(./img/footer_bg.jpg) no-repeat center/cover;
  z-index: 0;
}
.footer_inner > * {
  position: relative;
  color: #fff;
  z-index: 2;
}
.footer_inner a {
  color: #fff;
}
.footer_inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(3, 3, 3, 0.65);
  pointer-events: none;
  z-index: 1;
}

.footer_columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: var(--space-xl-1);
}

.footer_inner .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  color: #fff;
}

.footer_inner address {
  font-size: 1.1rem;
}

.footer_inner dl {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--space-sm-1) var(--space-md-2);
  margin-top: var(--space-lg-1);
}

.footer_inner dl dt {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
}

.footer_inner dl dd {
  font-size: 1.1rem;
  color: #fff;
}

.footer_inner dl a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2em;
  margin-top: 0.2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer_btn-list {
  margin-top: var(--space-md-2);
}
.footer_btn-list li {
  display: inline-block;
  margin-bottom: 1rem;
}
.footer_btn-list li:not(:last-child) {
  margin-right: 0.5em;
}
.footer_btn-list a {
  display: block;
  width: 160px;
  text-align: center;
  font-size: var(--fs-md-1);
  padding: 0.5em 1.5em;
  letter-spacing: 0.05em;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-nav_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-md-1);
}
.footer-nav_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
}
.footer-nav_list a::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

body.lower .footer_inner .branding_site-logo,
.footer_inner .branding_site-logo {
  width: clamp(8.75rem, 7.668rem + 4.81vw, 13.438rem);
  display: block;
}

.footer_inner .corpname {
  font-size: 2.5rem;
  letter-spacing: 0.5rem;
  margin-bottom: 2rem;
  color: var(--color-navy);
  /* font-weight: */
}

.footer_inner .tel {
  font-size: 1.28rem;
}

.footer_inner .corpname span {
  font-size: 1.28rem;
  letter-spacing: 0;
  margin-right: 1rem;
}

.copyright {
  position: relative;
  height: 70px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 0.8rem;
}
.copyright::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

/*--------------------------------------------------------------
## media
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  /* 共通 */
  .b-view {
    display: none;
  }
  .btn {
    padding: 1rem 2rem;
  }
  /* header */
  .header_img .page-title {
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(-25%);
    -webkit-transform: translateY(-50%) translateX(-25%);
  }
  .contents {
    padding: 0 2rem;
  }
  .p-about-history {
    padding: var(--space-xl-3) 2rem;
  }
  /* contents01 */
  .contents01 .btn {
    padding: 1.5rem 0;
  }
  /* contents03 */
  .contents03 .col1 {
    width: calc(48% - 2rem);
    margin-left: 2rem;
  }
  .contents03 .contents_title {
    top: -2rem;
  }
  .contents03 .btn {
    padding: 1.5rem 0;
  }
  /* contents04 */
  .contents04 .col1 {
    width: calc(48% - 2rem);
    margin-left: 2rem;
  }
  .contents04 .btn {
    padding: 1.5rem 0;
  }
  /* contents05 */
  .contents05 .btn {
    padding: 0 1.5rem;
  }
  .contents05 .col1 {
    width: 36%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 768px) {
  /* 共通 */
  p {
    font-size: 1rem;
  }
  h1 {
    font-size: 2.57rem;
  }
  h2 {
    font-size: 2.29rem;
  }
  .wrapper {
    width: calc(100% - 2rem);
    padding: 50px 0 100px;
  }
  .btn::before {
    width: 100px;
  }
  .btn:hover::before {
    width: calc(100px + 1rem);
  }
  .c-deco-under {
    height: 110px;
  }
  /* header */
  .header_img .mv-video--sp {
    display: block;
  }
  .header_img .mv-video--pc {
    display: none;
  }
  .header_img .page-title {
    font-size: 64px;
  }
  body.lower .header-branding {
    padding-top: 4rem;
  }
  .global-nav_list.vertical-rl {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
  .global-nav_item a {
    font-size: 1.1rem;
    margin: 1rem 0;
  }
  .global-nav_item a::before {
    width: 20px;
    height: 1px;
  }
  .sub-nav_list .list_item {
    height: 130px;
  }
  /* footer */
  .footer_columns {
    grid-template-columns: 1fr;
    gap: var(--space-lg-2);
    padding: var(--space-xl-1) var(--space-lg-2);
  }
  .footer_inner .col2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  /* contents */
  .title_en {
    font-size: 1.3rem;
  }
  /* index-concept */
  .index-concept__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .index-concept__content::before {
    top: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: 95%;
    height: 100%;
  }
  .index-concept__txt {
    margin-top: 0;
    white-space: nowrap;
  }
  .index-concept__img {
    width: 80vw;
  }
  .index-concept__img::before {
    top: 2rem;
    left: 2rem;
  }
  /* index-message */
  .index-message .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--space-xl-1);
  }
  .index-message__txt {
    width: 90%;
  }
  .index-message__img {
    width: 60%;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  /* contents01 */
  .contents01 {
    margin-top: calc(var(--space-section) - 6rem);
  }
  .contents01::before {
    height: 900px;
  }
  .update-list {
    margin-bottom: 0;
  }
  .update-list .list_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
            flex: 0 1 49%;
    margin-bottom: 1.5rem;
  }
  .update-list .list_item:nth-child(n) {
    margin-right: 0;
  }
  .update-list .list_item:nth-child(2n) {
    margin-right: 2%;
  }
  .update-list .list_item:last-child {
    margin-left: 0;
  }
  /* contents02 */
  .contents02 .col2 {
    left: 2rem;
  }
  /* contents03 */
  .contents03::before {
    width: 80%;
    height: 90%;
    top: 80px;
  }
  .contents03 .col1 {
    width: 100%;
    margin-left: 0;
  }
  .contents03 .contents_title {
    top: 0;
  }
  .contents03 .col1 p {
    bottom: 60px;
  }
  .contents03 .contents_btn {
    bottom: 15px;
  }
  .contents03 .col2 {
    width: 75%;
    min-height: 280px;
    height: 60%;
    min-height: 180px;
  }
  /* contents04 */
  .contents04::before {
    width: 80%;
    height: 80%;
    top: 80px;
  }
  .contents04 .col1 {
    width: 100%;
    margin-left: 0;
  }
  .contents04 .works-list {
    bottom: 110px;
  }
  .works-list .list_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 23%;
            flex: 0 1 23%;
    margin-right: 2%;
  }
  .works-list .list_item:nth-child(2n) {
    margin-right: 2%;
  }
  .works-list .list_item:last-child {
    margin-right: 0;
  }
  .contents04 .contents_btn {
    bottom: 70px;
  }
  .contents04 .col2 {
    width: 73%;
    min-height: 280px;
    height: 60%;
    min-height: 180px;
  }
  /* contents05 */
  .contents05 {
    margin-top: calc(var(--space-section) - 8rem);
  }
  .contents05 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contents05 .col1 {
    width: 100%;
    margin: 0;
  }
  .contents05 .col2 {
    width: 100%;
    position: static;
  }
  .contents05 .col1 p {
    -webkit-transform: none;
            transform: none;
    position: static;
    margin: 0 auto 2rem;
    font-size: 16px;
  }
  .contents05 .contents_btn {
    top: 0;
    left: 1rem;
  }
  .contents05 .btn::before {
    height: 100px;
    margin-bottom: 1rem;
    margin-left: 5px;
  }
  .contents05 .btn:hover::before {
    height: calc(100px + 2rem);
  }
  /* page-menu */
  .p-menu__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-menu-dinner .p-menu__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* page-about */
  .p-about-message__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-about-message__img {
    width: 85%;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: 0;
  }
  .p-about-message__img::before {
    top: 1.5rem;
    left: -2rem;
  }
  .p-about-message__desc {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .p-about-history__content {
    grid-template-columns: 1fr;
  }
  .p-about-history__img {
    width: 60%;
  }
  .p-about-room__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-about-room__img {
    width: 90%;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .p-about-room__content.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-about-room__content.reverse .p-about-room__img {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  /* page-concept */
  .p-concept__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-concept__content.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-concept__desc {
    width: 100%;
    padding: var(--space-lg-2) 2rem;
  }
  .p-concept__img {
    width: 100%;
  }
  /* archive-gallery */
  .post-type-archive-gallery article {
    width: calc(50% - 1rem);
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 500px) {
  /* 共通 */
  h2 {
    font-size: 1.43rem;
  }
  h3 {
    font-size: 16px;
  }
  .m-view,
  .b-view.m-view {
    display: block;
  }
  .br_500 {
    display: none;
  }
  .wrapper {
    width: 100%;
  }
  .lower .wrapper {
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .blog .wrapper,
  .archive .wrapper,
  .single .wrapper {
    margin-top: 80px;
    padding-inline: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .btn::before {
    margin-right: 1rem;
  }
  /* header */
  .header-branding,
  .header_img .inner {
    width: 100%;
    height: calc(100svh - 130px);
    min-height: 550px;
  }
  .branding_site-logo {
    width: 140px;
    margin-top: 130px;
  }
  .header-bar {
    width: 100%;
    height: 65px;
    background: #fbfbfb;
    position: fixed;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1000;
  }
  .header-bar a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-bar_site-logo {
    width: 100px;
    margin-left: 1rem;
  }
  .header_img .inner {
    margin-top: 65px;
  }
  .header_img .inner::after {
    background: rgba(3, 3, 3, 0.45);
  }
  .header_img .page-title {
    font-size: 42px;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
  }
  /* header(下層ページ) */
  body.lower .header {
    min-height: 200px;
  }
  body.lower .header-branding {
    display: block;
    padding-top: 0;
  }
  body.lower .footer_inner .branding_site-logo {
    display: block;
  }
  body.lower .branding_site-logo {
    display: none;
  }
  .header_img.lower-page .inner {
    padding: 0;
    top: 0;
  }
  body.lower .header-branding,
  body.lower .header_img .inner {
    height: 200px;
    min-height: 200px;
  }
  .header_img.lower-page .page-title {
    top: 140px;
    font-size: 26px;
  }
  .header_img.lower-page span {
    font-size: 12px;
  }
  /* sns-nav */
  .sns-nav_item {
    width: 40px;
    height: 40px;
    margin: 1rem 5px 0 auto;
  }
  /* sub-nav */
  .sub-nav {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 999;
  }
  .sub-nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .sub-nav_list .list_item {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    width: 50%;
    height: 65px;
    line-height: 65px;
  }
  /* global-navi */
  .open.nav-tgl_icon {
    width: 65px;
    height: 65px;
    top: 0;
    bottom: auto;
    background: #fbfbfb;
  }
  .open.nav-tgl_icon span {
    background: var(--color-navy);
    top: 50%;
    width: 20px;
  }
  .open.nav-tgl_icon span::before,
  .open.nav-tgl_icon span::after {
    background: var(--color-navy);
  }
  .global-nav {
    padding: 65px 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .global-nav .branding_site-title img {
    display: none;
  }
  .global-nav_list {
    margin: 2rem 0 3rem;
  }
  .global-nav_item a {
    font-size: 1rem;
  }
  .footer_inner address {
    font-size: 1rem;
  }
  .footer_inner dl dt,
  .footer_inner dl dd {
    font-size: 1rem;
  }
  .footer-nav_list a {
    font-size: 1rem;
  }
  .nav-ft {
    width: 100%;
    position: static;
    -webkit-transform: none;
            transform: none;
    text-align: left;
  }
  .nav-ft .company {
    font-size: 1.8rem;
  }
  /* main */
  .contents .inner {
    width: 100%;
  }
  /* index-concept */
  .index-concept__catch {
    width: 180px;
  }
  /* contents01 */
  .contents01::before {
    top: 3rem;
    height: 100%;
  }
  .update-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .update-list p {
    margin-top: 0;
  }
  /* contents02 */
  .contents02 {
    margin-top: 200px;
  }
  .contents02 .inner {
    height: 550px;
    background-position: bottom;
  }
  .contents02 .col2 {
    bottom: 1rem;
    left: 1rem;
    padding: 1rem 0.5rem 0;
  }
  .contents02 .col2 p {
    font-size: 16px;
  }
  /* contents03 */
  .contents03 .inner {
    height: 570px;
  }
  .contents03::before {
    height: 75%;
  }
  .contents03 .col2 {
    width: 62%;
    height: 30%;
    min-height: 180px;
  }
  .contents03 .col1 p {
    bottom: 130px;
  }
  .contents03 .contents_btn {
    bottom: 100px;
    right: 0;
  }
  /* contents04 */
  .contents04::before {
    height: 65%;
  }
  .contents04 .works-list {
    bottom: 185px;
  }
  .contents04 .col2 {
    width: 68%;
    height: 30%;
  }
  .works-list .list_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
            flex: 0 1 49%;
    margin: 0;
  }
  .works-list .list_item:nth-child(2n) {
    margin-left: 2%;
    margin-right: 0;
  }
  .contents04 .contents_btn {
    bottom: 145px;
    right: 0;
  }
  /* page-menu */
  .p-menu__gallery-img:nth-child(1) {
    width: 65%;
  }
  .p-menu__gallery-img:nth-child(2) {
    width: 80%;
    margin-top: 4rem;
  }
  /* footer */
  .footer_inner {
    width: 100%;
    padding-bottom: 65px;
  }
  .footer_columns {
    padding: var(--space-xl-1) 2rem;
  }
  .footer_inner .branding_site-logo {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}