@charset "UTF-8";

/*
Theme Name: underscore
Theme URI: 
Text Domain: underscore
*/

/* :::::リセットCSS:::::: */
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
ol,
ul {
  list-style: none;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}



/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
  font-weight: normal;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}
th,
td {
  font-weight: normal;
}
/* buttonタグをリセット */
button {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}
summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコン削除 */
  display: none;
}
/* acodion */
/* Chrome、Safari以外 */

summary {
  display: block;
}
main {
  overflow: hidden;
}
/* Chrome、Safari */
summary::-webkit-details-marker {
  display: none;
}

/* =============================================================
ベース設定
============================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400&display=swap");

:root {
  --font-family: "Noto Sans JP", sans-serif;
  --color--primary: #291a13;
  --color--secondry: #d9d3c5;
  --color--tertiary: #93ab23;
  --color--btn: #291a13;
  --color--text: #2a1c11;
  /* マスク */
  /* --color--mask: rgba(17, 55, 107, 0.7); */
}
html,
body {
  width: 100%;
  margin: 0 auto;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family);
  font-weight: 400;
  color: var(--color--text);
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0em;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  interpolate-size: allow-keywords;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  transition: all 0.6s ease-out;
}

a:hover {
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.6s ease-out;
}

::before,
::after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
iframe {
  width: 100%;
  height: 100%;
  border: none;
}

section {
  width: 100%;
  padding-block: clamp(80px, 10vw, 105px);
}
.contents-wrapper {
  width: calc(100% - 30px);
  max-width: 1790px;
  margin-inline: auto;
}
.contents-wrapper._min {
  max-width: 1200px;
}
/* drawerメニュー表示中のbody固定（スクロール位置を維持） */
body.is-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
  left: 0;
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 16px;
  }

  .contents-wrapper {
    width: calc(100% - 80px);
  }
}



/* ===================
トグル
====================== */
@media (min-width: 769px) {
  .pc-toggle {
    display: block;
  }
  .sp-toggle {
    display: none;
  }
	
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}	
	
}


@media (max-width: 768px) {
  .pc-toggle {
    display: none;
  }
  .sp-toggle {
    display: block;
  }
}


/* ===================
改行
====================== */
@media (min-width: 1025px) { 
.pc-br {
  display: block;
}
.tab-br{
  display: none;  
}
.sp-br {
  display: none;
}
}
 @media (min-width:769px) and (max-width:1024px) {
.pc-br {
 display: none;
}
.tab-br{
  display: block;  
}
.sp-br {
  display: none;
}
}
@media (max-width: 768px) { 
.pc-br {
  display: none;
}
.tab-br{
  display: none;    
}
.sp-br {
  display: block;  
}
}


.sp1em {
  height: 1em;
}
.sp2em {
  height: 2em;
}
.sp3em {
  height: 3em;
}
.pc_sp1em {
  height: 1em;
}
.pc_sp2em {
  height: 2em;
}
.pc_sp3em {
  height: 3em;
}
.sp_sp1em {
  display: none;
}
.sp_sp2em {
  display: none;
}
.sp_sp3em {
  display: none;
}


/* =============================================================
header
============================================================= */
.header {
  position: sticky;
  top: 0;
  z-index: 500;
  /* height: 70px; */
  background-color: var(--color--primary);
  color: #ffffff;
  padding-block: 15px;
}
.header-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-inline: 1.4vw;
}
.header-title {
  width: clamp(180px, 50vw, 340px);
}
.header-title-link {
  display: block;
}
.header-tel span {
  display: block;
}
.header-nav {
  display: none;
}

.header-other {
  display: flex;
  justify-content: flex-end;
  column-gap: 30px;
}

.header-other-link {
  display: block;
  width: 35px;
  height: 35px;
}

.header-nav-list {
  display: flex;
  justify-content: flex-end;
  column-gap: 30px;
}

/* responsive */
@media screen and (min-width: 1024px) {
  .header {
    height: auto;
  }
  .header-nav {
    display: flex;
    flex-direction: column;
  }
}
/* =============================================================
drawer menu
============================================================= */
.drawer {
  position: fixed;
  top: 0;
  right: -120%;
  transition: right 0.5s ease-in-out;
  z-index: 500;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-color: #769627;
  padding-block: 80px 30px;
}
.drawer.is-open {
  right: 0;
}
.drawer-inner {
  width: 85%;
  height: 100%;
  overflow-y: scroll;
  margin-inline: auto;
}
.drawer-logo {
  width: clamp(200px, 50vw, 340px);
  margin-inline: auto;
  margin-bottom: 30px;
}
.drawer-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.drawer-link {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 1px solid #f2e804;
  padding-block: 0.5rem;
  padding-inline: 1rem;
}
.drawer-link:hover {
  background-color: #a0b24c;
}
.drawer-sublink {
  display: block;
  font-size: 0.875rem;
  border-bottom: 1px solid #fdf5557f;
  padding-block: 0.3rem;
  padding-left: 2rem;
}
.drawer-sublink:hover {
  background-color: #a0b24c;
}
.sp-tel {
  max-width: 50%;
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--color--text);
  margin-inline: auto;
}
.sp-tel span {
  display: block;
}
.sp-sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 140px;
  margin-inline: auto;
  margin-top: 20px;
}
.sp-sns a {
  max-width: 50px;
}
@media screen and (min-width: 600px) {
  .drawer {
    width: 70vw;
  }
}
@media screen and (min-width: 1024px) {
  .drawer {
    display: none;
  }
}
.hambarger-btn {
  display: flex;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 9999;
  height: 55px;
  width: 55px;
  align-items: center;
  background-color: var(--color--tertiary);
  border-radius: 50%;
  padding: 20px 13px;
}
.hambarger-btn .bar,
.hambarger-btn .bar:before,
.hambarger-btn .bar:after {
  content: "";
  display: block;
  height: 3px;
  width: 28px;
  background-color: var(--color--primary);
  position: absolute;

  transition: 0.5s;
}
.hambarger-btn .bar {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hambarger-btn .bar:before {
  bottom: 9px;
}
.hambarger-btn .bar:after {
  top: 9px;
}
.hambarger-btn.is-active {
  background-color: transparent;
}
.hambarger-btn.is-active .bar {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
}

.hambarger-btn.is-active .bar::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hambarger-btn.is-active .bar::after {
  top: 0;
  transform: rotate(-45deg);
}
.drawer-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.drawer-overlay.is-active {
  display: block;
}
@media screen and (min-width: 1024px) {
  .hambarger-btn {
    display: none;
  }
}

/* =============================================================
footer
============================================================= */
.footer {
  background-color: #FFF;
  color: #222;
  padding-block: min(18vw, 65px) 20px;
}
.footer p {
  font-size: clamp(0.75rem, 2vw, 1rem);
}
.footer-inner {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  width: 90%;
  max-width: 870px;
  margin-inline: auto;
}
.footer-title {
  display: block;
  width: clamp(250px, 60vw, 340px);
  margin-bottom: 1rem;
}
.footer-info {
  width: 80%;
  margin-inline: auto;
}
.footer address {
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0.75rem, 2vw, 1rem);
}
.footer-nav {
  font-size: clamp(0.75rem, 2vw, 1rem);
  width: 70%;
  margin-inline: auto;
}
.footer-nav-list {
  display: flex;
  flex-direction: column;
}

.footer-nav-link {
  display: block;
  padding-block: 0.3rem;
}

.footer-nav-sublink {
  display: block;
  padding-block: 0.3rem;
  padding-inline: 1rem;
}

.footer-copyright {
  text-align: center;
  font-size: 0.625rem;
  margin-top: 2.5rem;
}

.page-top-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(30px, 10vw, 50px);
  height: clamp(30px, 10vw, 50px);
  border-radius: 50%;
  background-color: #b10b1e;
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 100;
  text-decoration: none;
}
.page-top-link .arrow {
  width: clamp(10px, 2vw, 15px);
  height: clamp(10px, 2vw, 15px);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  transform: rotate(-45deg);
  margin-bottom: -8px;
}
.footer-link {
  display: block;
  width: clamp(200px, 80%, 250px);
  margin-top: 40px;
}
/* responsive */
@media screen and (min-width: 1024px) {
  .footer {
    padding-block: 65px 40px;
  }
  .footer-inner {
    flex-direction: row;
    justify-content: space-between;
  }
  .page-top-link {
    right: 30px;
    bottom: 30px;
  }
}
/* =============================================================
common
============================================================= */
.section-title {
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.02em;
  color: var(--color--primary);
  padding-bottom: max(1.56vw, 30px);
  margin-bottom: max(1.2vw, 10px);
}
.section-title span {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(32px, 5vw, 48px);
  letter-spacing: 0.06em;
  margin-bottom: min(30px, max(15px, 1.56vw));
}
.section-title._white {
  color: #fff;
}

.section-title02 span {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(18px, 3vw, 28px);
  letter-spacing: 0.06em;
  margin-bottom: min(30px, max(15px, 1.56vw));
}


@media screen and (max-width: 768px) {

}



/* =============================================================
btn
============================================================= */
.more-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color--primary);
  width: clamp(280px, 80%, 340px);
  color: #fff;
  border-radius: 8px;
  /*text-transform: capitalize;*/
  letter-spacing: 0.08em;
  margin-inline: auto;
  padding-block: 0.5rem;
}
.more-btn._color {
  background-color: #b30c20;
}
.more-btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("/wp/img/common/icon-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-out;
}
.more-btn:hover::after {
  right: 7px;
  transition: all 0.3s ease-out;
}




.p-header__list {
display: flex;
  justify-content: flex-end;
  column-gap: 30px;
}

.p-header__item {
height: inherit;
padding: 0.5em 0rem;
position: relative;
}

.p-header__link {
display: block;
font-size: 1rem;
color: #fff;
height: inherit;
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;
position: relative;
}
.p-header__link span {
display: block;
position: relative;
}
.p-header__link span::after {
position: absolute;
content: "";
width: 100%;
height: 3px;
left: 50%;
transform: translateX(-50%);
bottom: -0.5rem;
background-color: #ff0000;
opacity: 0;
transition: 0.3s all;
}

@media (any-hover: hover) {
.p-header__link:hover span:after {
opacity: 1;
-webkit-transition: 0.3s all;
transition: 0.3s all;
}
.p-header__link:hover {
-webkit-transition: 0.3s;
transition: 0.3s;
opacity: 0.8;
}
}

@media (min-width: 768px){
.js-dropDown{position:relative;}
.p-dropDown__body{
position:absolute;
top:100%;left:0;z-index:10;
background:#a0b24c;
min-width:300px;
margin:0px 0 0 0; 
padding:5px 10px 10px 10px;
box-shadow:0 4px 10px rgba(0,0,0,.15);
/* 非表示状態 */
visibility:hidden;
opacity:0;
transform:translateY(10px);
pointer-events:none;

/* アニメ */
transition:opacity .25s ease, transform .25s ease;
}
/* hover で表示 */
.js-dropDown:hover > .p-dropDown__body{
visibility:visible;
opacity:1;
transform:translateY(0);
pointer-events:auto;
}

/* サブメニュー内リンク */
.p-dropDown__body li a{
display:block;padding:10px 16px;
white-space:nowrap;font-size:14px;color:#222;
transition:background .2s;
}
.p-dropDown__body li a:hover{background:#f5f5f5;color:#e60033;}
}



.lay-block-sub{
width: 100%;
position: relative;
text-align: center;
margin-left: 0 auto;
margin-right: 0 auto;
padding-top: 0em;
z-index: 0;
}

.filtercolor{
/*background-color:#22ac38;*/	
}

.lay-block-sub img{
/*mix-blend-mode: multiply;
filter: contrast(150%);*/
}

.colorfilter-image{
    /*opacity: 0.8;*/    /* カラーフィルタ効果の度合いを指定 */
    display: block;
}
  

.page-ttl-cnt {
  position: absolute;
  top: 35%;
  left: 8%;
	display: inline-block;     /* 文字幅＝背景幅 */
  width: fit-content;        /* 任意（より確実に内容幅） */
  background: rgba(0,0,0,.5);/* 背景色 */
  padding: 1.5em 1.5em;        /* 余白 */
  border-radius: .2em;       
}
.page-ttl-cnt h2 {
  color: #fff;
  text-align: left;
  font-size: calc(1.2vw + 1rem);
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
	font-weight:bold;
}
.page-ttl-cnt p {
  color: #fff;
  text-align: left;
  font-size: 16px;
  margin-bottom: 5px;
  letter-spacing: 2px;
}





@media screen and (max-width: 768px) {
.lay-block-sub{
  padding-top: 0rem;
  z-index: 0;
}

.page-ttl-cnt {
  position: absolute;
top:12%;
  left: 8%;
	display: inline-block;     /* 文字幅＝背景幅 */
  width: fit-content;        /* 任意（より確実に内容幅） */
  background: rgba(0,0,0,.5);/* 背景色 */
  padding: 0.5em 0.5em;        /* 余白 */
  border-radius: .2em; 
}
		
.page-ttl-cnt h2 {
  color: #fff;
  text-align: left;
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
	font-weight: bold;
	line-height: 1;
}
.page-ttl-cnt p {
  color: #fff;
  text-align: left;
  font-size: 0.7rem;
  letter-spacing: 2px;
}
}

.floor__item { scroll-margin-top: 200px; }

.floor{
  --accent:#8fc31f;
  --text:#222;
  --muted:#555;
  padding:50px 0;
  color:var(--text);
}
.floor__inner{
  width:min(1000px, 95vw);
  margin:0 auto;
  display:grid;
  gap:50px;
}
.floor__item{
  position:relative;
  padding-left:25px;
}
.floor__item::before{
  content:"";
  position:absolute;
  left:0;
  top:-0.5em;
  width:5px;
  height:2.8em;
  background:var(--accent);
  border-radius:0px;
}
.floor__title{
  margin:0 0 20px;
  font-size:clamp(20px, 2vw, 24px);
  font-weight:500;
  letter-spacing:0em;
	color:#222;
}
.floor__text{
  margin:0;
  color:var(--muted);
  font-size:clamp(14px, 1.6vw, 16px);
  line-height:2.0;
}
@media (max-width:640px){
  .floor{ padding:28px 0; }
  .floor__inner{ gap:35px; }
  .floor__item{ padding-left:18px; }
  .floor__item::before{ height:2.7em; }
}
