@charset "utf-8";

/*-------------------------------------------------------
	common
-------------------------------------------------------*/

@font-face {
    font-family: 'HigureGothicMedium';
    src: url('../fonts/HigureGothic-Medium.woff2') format('woff2'),
         url('../fonts/HigureGothic-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HigureGothicRegular';
    src: url('../fonts/HigureGothic-Regular.woff2') format('woff2'),
         url('../fonts/HigureGothic-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

:root {
  --pallet-green: #336556;
  --pallet-beige: #FBF6EF;
  --pallet-dark-beige: #D6BFA2;
  --pallet-white: #ffffff;

  /* font size */
  --font-size-8px: 0.5rem;
  --font-size-9px: 0.5625rem;
  --font-size-10px: 0.625rem;
  --font-size-11px: 0.6875rem;
  --font-size-12px: 0.75rem;
  --font-size-13px: 0.8125rem;
  --font-size-14px: 0.875rem;
  --font-size-15px: 0.9375rem;
  --font-size-16px: 1rem;
  --font-size-17px: 1.0625rem;
  --font-size-18px: 1.125rem;
  --font-size-19px: 1.1875rem;
  --font-size-20px: 1.25rem;
  --font-size-21px: 1.3125rem;
  --font-size-22px: 1.375rem;
  --font-size-23px: 1.4375rem;
  --font-size-24px: 1.5rem;
  --font-size-25px: 1.5625rem;
  --font-size-26px: 1.625rem;
  --font-size-27px: 1.6875rem;
  --font-size-28px: 1.75rem;
  --font-size-29px: 1.8125rem;
  --font-size-30px: 1.875rem;
  --font-size-31px: 1.9375rem;
  --font-size-32px: 2rem;
  --font-size-33px: 2.0625rem;
  --font-size-34px: 2.125rem;

  --font-size-39px: 2.4375rem;

  --font-size-60px: 3.75rem;

  --font-family-ja-title: aw-conqueror-didot, serif;
  --font-style-ja-title: normal;
  --font-weight-ja-title: 400;

  --font-family-ja: 'HigureGothicRegular', sans-serif;
  --font-style-ja: normal;
  --font-weight-ja: 400;

  --font-family-ja-medium: 'HigureGothicMedium', sans-serif;
  --font-style-ja-medium: normal;
  --font-weight-ja-medium: 400;
  --font-weight-ja-bold: bold;

  --width-1920px: 1920px;
	--width-1366px: 1366px;
  --width-1166px: 1166px;
  --width-1166px-space: calc(1166px + 10%);
  --width-850px-space: calc(850px + 10%);
  --width-800px-space: calc(800px + 10%);
  --width-750px-space: calc(750px + 10%);
  --width-700px-space: calc(700px + 10%);
  --width-650px-space: calc(650px + 10%);
  --width-600px-space: calc(600px + 10%);

  --leading-trim: calc((1em - 1lh) / 2);
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-family: var(--font-family-ja);
  font-style: var(--font-style-ja);
  font-weight: var(--font-weight-ja);
  font-feature-settings: "palt";
	letter-spacing: .03rem;
  color: var(--pallet-green);
}

.pc_only {
  display: none !important;
}

.sp_only {
  display: block !important;
}

.visibility_hidden {
  visibility: hidden !important;
}

.display-none {
  display: none !important;
}

.font_ja {
  font-family: var(--font-family-ja);
  font-style: var(--font-style-ja);
  font-weight: var(--font-weight-ja);
}

.font_ja_medium {
  font-family: var(--font-family-ja-medium);
  font-style: var(--font-style-ja-medium);
  font-weight: var(--font-weight-ja-medium);
}

a {
	color: inherit;
	text-decoration: none;
}

a:link,
a:visited,
a:active {
	/* color: inherit; */
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	transition: 0.2s ease-in-out;
	opacity: 0.6;
}

.uppercase {
  text-transform: uppercase;
}

.word_part {
  display: inline-block;
}

/* ギャラリー */
.wp-block-gallery.has-nested-images {
  display: flex;
  flex-wrap: wrap;
}

.blocks-gallery-caption.wp-element-caption {
  padding-top: 15px;
}

/* ブロックのmarginを0 */
:root :where(.sp-contents .is-layout-constrained) > * {
    margin-block-start: 0;
    margin-block-end: 0;
}

:root :where(.sp-contents .is-layout-constrained) > p {
    margin-block-start: 0;
    margin-block-end: 10px;
}

/* 画像 */
.wp-block-image.aligncenter {
	display: block;
  text-align: center;
}

.wp-block-image.alignleft {
	display: block;
  text-align-last: left;
}

.wp-block-image.alignright {
	display: block;
  text-align: right;
}

/* テキスト */
.news_body a {
  color: var(--pallet-green);
  text-decoration: underline;
}

/* 共通レイアウト */
.l-content-space {
  padding: 50px 5%;
  margin-inline: auto;
}

.l-content-space__left-space {
  padding: 50px 0 50px 5%;
  margin-inline: auto 0;
}

/* 共通sidebar */

/* .l-content__sidebar {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 30px 5%;
  max-width: 1366px;
  margin-inline: auto;
} */

.l-content__sidebar_main {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.l-content__sidebar_side {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

.l-content-space.l-content__sidebar_wrapper {
  padding: 70px 5% 80px;
  max-width: 500px;
}

.l-content__sidebar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px 5%;
  max-width: calc(980px + 5%);
  margin-inline: auto;
}

.sidebar_nav {
  text-align: right;
  margin-top: 40px;
}

/* 共通タイトル */
/* .c-title {
  font-size: var(--font-size-39px);
  font-family: var(--font-family-ja-title);
  font-style: var(--font-style-ja-title);
  font-weight: var(--font-weight-ja-title);
  letter-spacing: 0.2rem;
  text-align: center;
} */

.c-title-space {
  margin-bottom: 20px
}

.c-title-space__left-space {
  padding-inline: 5%;
  margin-bottom: 37px;
  margin-inline: auto 0;
}

/* .c-title__txt {
  font-family: var(--font-family-ja);
  font-style: var(--font-style-ja);
  font-weight: var(--font-weight-ja);
  font-size: var(--font-size-14px);
  text-align: center;
}

.c-title__txt_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px 44px;
} */

.c-title {
  font-family: var(--font-family-ja-medium);
  font-style: var(--font-style-ja-medium);
  font-weight: var(--font-weight-ja-medium);
}

.c-title__futaba-txt {
  font-family: var(--font-family-ja-medium);
  font-style: var(--font-style-ja-medium);
  font-weight: var(--font-weight-ja-medium);
}

.c-title__menu {
  font-family: var(--font-family-ja-medium);
  font-style: var(--font-style-ja-medium);
  font-weight: var(--font-weight-ja-medium);
}

.c-title__txt-only {
  font-family: var(--font-family-ja-medium);
  font-style: var(--font-style-ja-medium);
  font-weight: var(--font-weight-ja-medium);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family-ja-medium);
  font-style: var(--font-style-ja-medium);
  font-weight: var(--font-weight-ja-medium);
}

/* 共通ボタン */
.c-btn_wrapper {
  text-align: right;
  margin-right: 5%;
  margin-left: auto;
  max-width: max-content;
}

.c-btn {
  min-width: 200px;
  max-width: max-content;
  height: auto;
  padding-block: 14px;
  position: relative;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  font-size: var(--font-size-14px);
  border-radius: 28px;
  margin-block: 20px;
  background-color: var(--pallet-green);
  border: 1px solid var(--pallet-green);
  color: var(--pallet-white);
  line-height: 1.5;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: var(--font-family-ja-medium);
  font-style: var(--font-style-ja-medium);
  font-weight: var(--font-weight-ja-medium);
}

.c-btn__wrapper-center {
  display: flex;
  justify-content: center;
}

:root :where(.wp-element-button, .wp-block-button__link) {
  position: relative;
  min-width: 220px;
  margin-block: 20px;
  font-family: var(--font-family-ja-medium);
  font-style: var(--font-style-ja-medium);
  font-weight: var(--font-weight-ja-medium);
}

:root :where(.wp-element-button, .wp-block-button__link)::after,
.c-btn::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 7px;
  background-image: url(../images/svg/btn_triangle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

/* 共通テキスト */
.c-txt {
  font-size: var(--font-size-14px);
  line-height: 2.15;
}

.c-txt.c-txt-border {
  max-width: max-content;
  margin-inline: auto;
  min-width: 240px;
}

/*-------------------------------------------------------
	header
-------------------------------------------------------*/

/* menu */
/* ヘッダーブロック */

.header {
	width: 100%;
	height: 70px;
	top: 0;
	right: 0;
	left: 0;
	/* z-index: 99; */
  z-index: 9;
  max-width: 414px;
  height: 60px;
  margin-left: auto;
  position: sticky;
}

.header_nav_menu_wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 5px 22px;
  max-width: max-content;
  width: 100%;
  position: fixed;
  right: 3%;
  top: 30px;
  align-items: center;
  flex-wrap: wrap;
  max-width: 70vw;
}

.header .nav_menu_wrapper {
  font-size: var(--font-size-16px);
}

.nav_menu_ja {
  font-family: var(--font-family-ja-medium);
  font-style: var(--font-style-ja-medium);
  font-weight: var(--font-weight-ja-bold);
  font-size: var(--font-size-15px);
  white-space: nowrap;
}

.header .header__nav-area.-active  .nav_menu_wrapper {
  padding-bottom: 22px;
}

a.nav_menu_link {
    text-align: left;
}

.nav_menu.global-navigation__list {
    display: grid;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid;
    height: 56px;
    justify-content: space-between;
    grid-template-columns: 1fr 25px 25px;
    padding-inline: 30px;
}

/* オンラインショップ */
a.c-btn__online-shop {
  padding: 4px 15px 3px;
  border: 1px solid;
  border-radius: 15px;
  font-size: var(--font-size-13px);
}

/* header .header_wrapper .header_menu li{
	margin-right: 30px;
}
header .header_wrapper .header_menu li:last-child{
	margin-right: 0;
} */

.nav_btn_wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* sns */
a.sns__link {
  display: flex;
  align-content: center;
  display: block;
}

.sns__icon {
  padding-inline: 5px;
  padding-top: 2px;
}

/* ハンバーガーメニュー */
.hamburger:hover {
	cursor: pointer;
}

.header__nav-area {
	/* display: none; */
	visibility: hidden;
}

/* 画像ver */
.hamburger .hamburger_open {
  opacity: 1;
}

.hamburger .hamburger_close {
  opacity: 0;
}

.hamburger.-active .hamburger_open {
  opacity: 0;
}

.hamburger.-active .hamburger_close {
  opacity: 1;
}

.overlay {
  background: black;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  min-height: -webkit-fill-available;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.overlay.-active {
  opacity: 0.5;
  z-index: 98;
  visibility: visible;
  transition: all 0.3s ease;
}

.nav_btn__sp_wrapper {
  display: flex;
  gap: 10px;
  top: 18px;
  left: 15px;
  position: absolute;
}

.header_wrapper {
  background-color: var(--pallet-white);
  display: grid;
  grid-template-columns: 90px 1fr 82px;
  align-items: center;
  justify-items: center;
}

.header_logo_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  background-color: var(--pallet-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 20px 0;
}

.header_logo_link:hover {
  opacity: 1;
}

.header_txt {
  font-family: var(--font-family-ja-medium);
  font-style: var(--font-style-ja-medium);
  font-weight: var(--font-weight-ja-medium);
  font-size: var(--font-size-17px);
  letter-spacing: 0.15rem;
}

.header_txt a {
  white-space: nowrap;
}


/* .header_wrapper {
  justify-content: center;
}

.header_wrapper .nav_menu_wrapper,
.header_wrapper .nav_btn_wrapper {
  display: none;
} */

	/* ハンバーガーメニュー active */

	.hamburger {
		display: block;
		height: 60px;
		/* margin-left: auto; */
		position: relative;
		width: 60px;
		border: none;
		background-color: transparent;
    margin-inline: auto 0;
	}

	.hamburger_logo_img {
		width: 50px;
		height: auto;
		margin: 0 auto;
		display: block;
	}

  .hamburger_logo {
    padding-bottom: 11px;
  }

  .hamburger__title {
    font-family: var(--font-family-ja-medium);
    font-style: var(--font-style-ja-medium);
    font-weight: var(--font-weight-ja-medium);
    font-size: var(--font-size-17px);
    text-align: center;
    letter-spacing: 0.15rem;
  }

  .hamburger.-active {
    z-index: 103;
  }

	.hamburger.-active .hamburger__line {
		background-color: transparent;
	}

	.hamburger.-active .hamburger__line::before {
		top: 0;
		transform: rotate(45deg);
	}

	.hamburger.-active .hamburger__line::after {
		top: 0;
		transform: rotate(-45deg);
	}

	.hamburger.-active .hamburger__text::before {
	content: '';
	}

	.hamburger__line {
		display: block;
		height: 1px;
		position: absolute;
		/* top: 23px; 文字が入るとき */
		/* transform: translateX(-50%); 文字が入るとき */
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 20px;
		background-color: var(--pallet-green);
    /* background-color: transparent; */
		transition: 0.4s;
	}

	.hamburger__line:before,
	.hamburger__line:after {
		content: "";
		display: block;
		height: 100%;
		position: absolute;
		width: 100%;
		background-color: var(--pallet-green);
		transition: inherit;
	}

	.hamburger__line:before {
		top: -8px;
    /* top: -4px; */
	}

	.hamburger__line:after {
		top: 8px;
    /* top: 4px; */
	}

	.header__nav-area {
		position: fixed;
		top: -100%;
		z-index: 102;
		width: 100%;
    max-width: 414px;
    max-height: max-content;
		/* display: none; */
		padding-top: 32px;
		background-color: var(--pallet-white);
		transition: 0.4s;
		visibility: hidden;
    opacity: 0;
    border-radius: 0 0 20px 20px;
	}

	.header__nav-area.-active {
		top: 0;
    opacity: 1;
		/* display: block; */
		visibility: visible;
    overflow-y: auto;
	}

	.global-navigation {
		padding-top: 12px;
		padding-right: 25px;
		padding-bottom: 35px;
		padding-left: 25px;
	}

  .global-navigation .menu_sns_wrapper {
    padding-right: 0;
  }

	.global-navigation__list > li {
		text-align: center;
		/* border-bottom: 2px solid #e7e9ee; */
	}

	.global-navigation__link.-active::after {
		transform: translateY(-50%) rotate(-90deg);
	}

	a.ml_hamburger_btn {
    text-align: center;
		font-size: var(--16px);
		padding: 15px 20px 15px;
		width: 250px;
		display: inline-block;
		text-align: center;
		letter-spacing: 0.15rem;
		position: relative;
		transition: all 0.8s ease;
		border: 1px solid var(--pallet-green);
		background-color: var(--pallet-green);
		color: var(--pallet-white);
	}

	a.ml_hamburger_btn::before {
		content: '';
		display: inline-block;
		width: 23px;
		height: 23px;
		background-image: url(../images/svg/cart-icon-white.svg);
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
		margin-right: 1px;
		margin-bottom: 2px;
	}

	.header .menu_sns_wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		margin-top: 30px;
	}

  .nav_btn_hamburger_wrapper {
    width: 180px;
    font-size: var(--font-size-13px);
    margin-inline: auto;
  }

  .c-btn__hamburger_space {
    margin-bottom: 6px;
  }

/*-------------------------------------------------------
	pc-background
-------------------------------------------------------*/

.pc-background {
  background-color: var(--pallet-white);
  position: fixed;
  width: 100%;
  height: 100vh;
}

.pc-background .n2-ss-slide,
.pc-background .n2-ss-slider-2.n2-ow,
.pc-background .n2-ss-layers-container,
.pc-background .n2-ss-slide-background-image {
  width: calc(100vw - 414px) !important;
  height: 100vh;
}

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

  .pc-background {
    display: none;
  }

}

/*-------------------------------------------------------
	layout sp-contents
-------------------------------------------------------*/

.sp-contents {
  position: relative;
  z-index: 8;
  width: 100%;
  max-width: 414px;
  min-height: 100vh;
  margin-right: 0;
  margin-left: auto;
  /* padding-top: 108px; */
  background-color: var(--pallet-white);
  box-shadow: 3px 0 10px 0 rgb(0 0 0 / 16%);
  font-size: var(--14px);
}

/* @media screen and (max-width: 5000px) {

  .sp-contents {
    margin: 0 auto;
  }
  
} */

/* @media screen and (max-width: 680px) { */
@media screen and (max-width: 414px) {

  .sp-contents {
    position: static;
    box-shadow: none;
  }
}

/*-------------------------------------------------------
	main images
-------------------------------------------------------*/

.main-image__content {
  max-width: 414px !important;
  width: 100%;
  height: 100vh;
  height: calc(100svh - 60px);
  margin-left: auto;
  position: relative;
}

.main_image__img {
  width: 100%;
  height: calc(100svh - 60px);
  object-fit: cover;
}

/* video */
.video-area {
	position: relative;
	width: 100%;
  height: calc(100svh - 60px);
  /* aspect-ratio: 388 / 733; */
}

.video-wrapper {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.video-wrapper video {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
}

/* logo */

.top-slide {
  position: relative;
 }

.main_image_logo_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: grid;
  /* justify-content: center; */
  justify-items: center;
  row-gap: 16px;
}

.main_image_url {
  position: absolute;
  width: 100%;
  height: calc(100svh - 60px);
  z-index: 3;
}

.slide__title {
  font-size: var(--font-size-20px);
  color: var(--pallet-white);
  white-space: nowrap;
}

/* pagination */

.main_image .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--pallet-green);
}

/* .main-image .n2-ss-slide,
.main-image .n2-ss-slider-2.n2-ow,
.main-image .n2-ss-layers-container,
.main-image .n2-ss-slide-background-image {
  max-width: 414px !important;
  width: 100%;
  height: 100vh;
  height: 100svh;
  margin-left: auto;
} */

/*-------------------------------------------------------
	news お知らせ 共通
-------------------------------------------------------*/

.news {
  padding: 28px 37px 50px;
}

.news__title {
  font-size: var(--font-size-20px);
  font-family: var(--font-family-ja-medium);
  font-style: var(--font-style-ja-medium);
  font-weight: var(--font-weight-ja-medium);
  letter-spacing: 0.18rem;
  text-align: center;
  padding-bottom: 20px;
}

a.news__link {
    border-bottom: 1px solid var(--pallet-dark-beige);
    padding-block: 17px;
}

.news__content-wrapper {
    padding-bottom: 12px;
}

/* 画像なし */

.news__link {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 70px 1fr;
    grid-template-areas:
        "date category"
        "title title";
    gap: 5px 0px;
    align-items: center;
}

.news_list_thumbnail_wrapper.no_thumnail {
  border: 1px solid;
}

.news_list_thumbnail.no-thumbnail {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 50%;
  object-fit: contain;
  object-position: 50% 50%;
  right: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news__date {
  grid-area: date;
  color: var(--pallet-dark-beige);
  font-size: var(--font-size-13px);
  font-family: var(--font-family-ja-medium);
  font-style: var(--font-style-ja-medium);
  font-weight: var(--font-weight-ja-medium);
  letter-spacing: 0;
}

.news__article-title {
  grid-area: title;
  font-size: var(--font-size-14px);
  font-family: var(--font-family-ja-medium);
  font-style: var(--font-style-ja-medium);
  font-weight: var(--font-weight-ja-medium);
}

.news__category_wrapper {
  grid-area: category;
  display: flex
  ;
}

.news__category {
  font-size: var(--font-size-11px);
  background-color: var(--pallet-beige);
  padding: 2px 5px;
  min-width: 70px;
  text-align: center;
  font-family: var(--font-family-ja-medium);
  font-style: var(--font-style-ja-medium);
  font-weight: var(--font-weight-ja-medium);
}

/* お知らせ記事なし */
.no-article {
  text-align: center;
  padding: 10vh 5%;
}

/*-------------------------------------------------------
	pagination
-------------------------------------------------------*/

/* ページ送りエリア */
.pagination {
  margin-top: 20px;
  margin-bottom: 90px;
  text-align: center;
  line-height: 1.5rem;
}

.page_move_block, .page-move-area {
  display: grid;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  grid-template-columns: 40px 40px;
}

/* .pagination .page_number {
  margin: 0.3rem;
  padding: 0.5rem;
  font-size: var(--12px);
  font-family: var(--font-family-body);
  font-style: var(--font-style-body);
  font-weight: bold;
  text-decoration: none;
  position: relative;
} */

/* .pagination .page_number:after {
  content: "";
  border: 1px solid var(--pallet-light-brown);
  border-radius: 100%;
  width: 42px;
  height: 42px;
  position: absolute;
  top: -2px;
  left: 6px;
  z-index: 1;
  background-color: transparent;
} */

/* ページ送りアイコン */
.pagination .prev_icon,
.pagination .next_icon {
  font-family: var(--font-family-ja);
  font-style: var(--font-style-ja);
  font-weight: var(--font-weight-ja);
  font-size: var(--14px);
  text-decoration: none;
  position: relative;
}

/* .pagination .prev_icon {
  margin-right: 3%;
} */

.pagination .prev_icon::after {
  /* content: "< Prev"; */
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../images/svg/arrow_left.svg);
  background-size: contain;
	background-repeat: no-repeat;
  vertical-align: middle;
}

/* .pagination .prev_icon::before {
  content: url(../images/svg/arrow-l-black.svg);
  display: inline-block;
  vertical-align: middle;
  transform: scale(1);
  position: absolute;
  top: -2px;
  left: -35px;
} */

/* .pagination .next_icon {
  margin-left: 4%;
} */

.pagination .next_icon::before {
  /* content: "Next >"; */
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../images/svg/arrow_right.svg);
  background-size: contain;
	background-repeat: no-repeat;
  vertical-align: middle;
}

/* .pagination .next_icon::after {
  content: url(../images/svg/arrow-r-black.svg);
    display: inline-block;
    vertical-align: middle;
    transform: scale(1);
    position: absolute;
    top: -2px;
    left: 40px;
} */

/* ページ送りアイコン非表示 */
.visibility-hidden {
  visibility: hidden;
}

/* 参照ページに印をつける */
.pagination .current_page {
  position: relative;
}

/* .pagination .current_page .page_number {
  position: relative;
  z-index: 2;
  color: var(--pallet-white);
  font-size: var(--12px);
  font-family: var(--font-family-body);
  font-style: var(--font-style-body);
  font-weight: bold;
}

.pagination .current_page::after {
  content: "";
  border-bottom: 1px solid var(--pallet-light-brown);
  border-radius: 100%;
  width: 42px;
  height: 42px;
  position: absolute;
  top: -2px;
  left: 6px;
  z-index: 1;
  background-color: var(--pallet-light-brown);
} */

.pagination .page_number {
  font-size: var(--12px);
  text-decoration: none;
  border: 1px solid var(--pallet-green);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.pagination .current_page .page_number {
  background-color: var(--pallet-green);
  color: var(--pallet-white);
}

/* .pagination .page_number:hover {
  border-radius: 0;
  opacity: 1;
} */

.pagination .current_page .page_number:hover {
  border-radius: 50%;
}

.page_dotted {
  display: inline-block;
  vertical-align: -4px;
}

a.page_number.other_page,
.current_page {
  display: none;
}

/*-------------------------------------------------------
	お知らせ 一覧・詳細
-------------------------------------------------------*/

.news-post {
  padding: 30px 34px 40px;
}

.news_list_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 6%;
}

.news-detail__title {
  font-family: var(--font-family-ja-medium);
  font-style: var(--font-style-ja-medium);
  font-weight: var(--font-weight-ja-medium);
  font-size: var(--font-size-18px);
  padding-bottom: 10px;
  margin-inline: auto;
  max-width: max-content;
}

.news-detail__info {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 70px 1fr;
  grid-template-areas:
      "date category"
      "title title";
  gap: 5px 0px;
  align-items: center;
  margin-bottom: 13px;
}

.news-detail__img_wrapper {
  margin-bottom: 45px;
  text-align: center;
}

.news-detail__img_wrapper img {
  border-radius: 20px;
}

.news-detail__body {
  line-height: 2;
  font-size: var(--font-size-14px);
}

.news-detail {
  padding-top: 10px;
  padding-bottom: 30px;
}

.page-move-area {
  padding-bottom: 35px;
}

.c-btn__news-post_wrapper {
  text-align: right;
  margin-left: auto;
  max-width: max-content;
}

.news-detail__body p a {
  text-decoration: underline;
}

.news__content-archive {
 padding-bottom: 20px;
}

.news-detail .news__date {
  padding-top: 5px;
}

/* footer */
.site-main:has(.news-archive) .footer,
.site-main:has(.news-post) .footer {
  background-color: transparent !important;
}

/* tag */

.category__wrapper {
  padding-top: 25px;
}

.tag_title {
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 1px solid;
  font-size: var(--font-size-14px);
  margin-bottom: 20px;
}

.tags {
  font-size: var(--font-size-13px);
  display: flex;
  gap: 10px 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/*-------------------------------------------------------
	INSTAGRAM
-------------------------------------------------------*/

.instagram {
  overflow: hidden;
}

#sb_instagram {
  padding-bottom: 0 !important;
}

#sb_instagram #sbi_images:first-child {
  padding-left: 0 !important;
}

#sb_instagram #sbi_images:first-child {
  width: calc(100% + 100px);
  margin: 0 auto;
  left: -50px;
  position: relative;
}

a.sbi_photo.sbi_imgLiquid_bgSize.sbi_imgLiquid_ready {
  height: 290px !important;
  width: 290px !important;
}

#sb_instagram #sbi_images {
  width: 100%;
}

.sbi_photo_wrap img {
  border-radius: 10px;
}

#sb_instagram #sbi_images .sbi_item {
  padding-top: 0 !important;
  padding-inline: 2% !important;
}

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

  #sb_instagram #sbi_images {
    width: 1200px;
  }

  #sb_instagram {
    padding-bottom: 0 !important;
  }

  .instagram-feed {
    overflow-x: scroll;
    margin-bottom: 30px;
  }
  
}

/*-------------------------------------------------------
	Gallery
-------------------------------------------------------*/

/* スライドの動き等速 */
.swiper-gallery .swiper-wrapper {
  transition-timing-function: linear;
}

/* 画像のサイズ調整 */
.swiper-gallery__img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

/*-------------------------------------------------------
	block 設定
-------------------------------------------------------*/

/* トップページ */

.top-concept {
  background-image: url(../images/illustration_tree_01.png),
  url(../images/illustration_tree_02.png),
  url(../images/illustration_tree_03.png),
  url(../images/illustration_tree_01.png);
  background-size: 11px auto, 17px auto,48px auto;
  background-repeat: no-repeat, no-repeat;
  background-position: 21px 62px, 46px 23px, 97% 146px;
}

.txt-border__access-map {
  font-family: var(--font-family-ja-medium);
  font-style: var(--font-style-ja-medium);
  font-weight: var(--font-weight-ja-medium);
  margin-bottom: 0 !important;
}

/* イラスト＋斜め背景 */

.backgrouond__slope {
  position: relative;
}

.illustration__tree-bird-01 {
  position: absolute;
  top: -12px;
  left: 58px;
}

.illustration__mountain {
  position: absolute;
  top: 15px;
  right: 50px;
}

.illustration__tree-03 {
    position: absolute;
    top: 0px;
    left: 50px;
}

.illustration__access-tree-01 {
    position: absolute;
    top: 33px;
    right: 106px;
}

.illustration__access-tree-02 {
    position: absolute;
    top: 0px;
    right: 50px;
}

.illustration__tree-bird-02 {
  position: absolute;
  top: -5px;
  left: 55px;
}

.illustration_tree-thoughts {
  position: absolute;
  top: 9px;
  right: 54px;
}

/* 憩いの場 */

.title__futaba-inline-txt {
 position: relative;
 padding-left: 25px;
}

.title__futaba-inline-txt::before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 14px;
  background-image: url(../images/svg/icon_futaba.svg);
  background-size: contain;
	background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 8px;
  left: 0;
}

 .relax__txt {
  margin-block-start: 0;
 }

 .btn__relax a {
  min-width: 140px;
  margin-block-start: 0;
 }

 .btn__relax-wrapper {
  margin-block-start: 0;
 }

/* ギャラリー */
.gallery-content__wrapper {
  overflow-y: scroll;
  padding-bottom: 20px;
}

.gallery-content {
  width: calc(100% + 100px);
  margin: 0 auto;
  /* left: -50px; */
  position: relative;
  padding-inline: 15px;
}

/* アクセス・マップ */

.map-content iframe {
  aspect-ratio: 335 / 200;
  width: 100%;
  height: auto;
}

.border__dark-beige {
  border: 1px solid var(--pallet-dark-beige);
}


.title__space {
  font-family: var(--font-family-ja-medium);
  font-style: var(--font-style-ja-medium);
  font-weight: var(--font-weight-ja-medium);
}

/* 各スペースの営業時間・ご予約はこちら */

.btn__space a {
 margin-block: 10px;
}

.qr-sns {
  max-width: 330px;
  margin-inline: auto;
}


.qr-sns__image {
  max-width: 130px;
  display: block;
  margin-inline: auto;
}

/* おすすめ　大 */
.recommendation__wrapper {
  position: relative;
}

.recommendation__icon {
  position: absolute;
  top: -37px;
  right: -22px;
  z-index: 2;
}

/* おすすめ　小 */
.recommendation-column__wrapper {
  position: relative;
}

.recommendation-column__wrapper .wp-block-image {
  margin-block-start: 0 !important;
}

.recommendation-column__icon {
  position: absolute;
  top: -27px;
  right: -18px;
  z-index: 2;
}

/* 価格 */
.price__yen {
  font-weight: var(--font-weight-ja-bold);
  font-size: var(--font-size-15px);
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.price__tax {
  font-size: var(--font-size-12px);
}

/* 会社概要 */

.main-title__company,
.title__company {
  font-family: var(--font-family-ja-medium);
  font-style: var(--font-style-ja-medium);
  font-weight: var(--font-weight-ja-medium);
}

.company__table table {
  /* max-width: max-content !important; */
  /* min-width: max-content; */
  margin-inline: auto;
}

.company__table table tbody {
  max-width: max-content;
  margin-inline: auto;
  display: block;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr:first-of-type th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr:first-of-type td {
  font-family: var(--font-family-ja-medium);
  font-style: var(--font-style-ja-medium);
  font-weight: var(--font-weight-ja-medium);
}

.company .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.company .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
  border-top: none;
  border-bottom: none;
  /* border-color: var(--pallet-green); */
  border-color: transparent !important;
  border-right: none;
  border-left: none;
  font-family: var(--font-family-ja-medium);
  font-style: var(--font-style-ja-medium);
  font-weight: var(--font-weight-ja-medium);
}

.company .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
  position: relative;
}

.company .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 13px;
  background-color: var(--pallet-green);
  position: absolute;
  top: 9px;
  right: 10px;
}

/* 営業時間 */

.opening-hours__title {
  font-size: var(--font-size-14px);
  font-family: var(--font-family-ja-medium);
  font-style: var(--font-style-ja-medium);
  font-weight: var(--font-weight-ja-medium);
}

.opening-hours__txt {
  font-size: var(--font-size-14px);
  font-family: var(--font-family-ja-medium);
  font-style: var(--font-style-ja-medium);
  font-weight: var(--font-weight-ja-medium);
}

/* table */
.opening-hours__table table {
  /* max-width: max-content !important; */
  /* min-width: max-content; */
  margin-inline: auto;
}

.opening-hours__table table tbody {
  max-width: max-content;
  margin-inline: auto;
  display: block;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr:first-of-type th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr:first-of-type td {
  font-family: var(--font-family-ja-medium);
  font-style: var(--font-style-ja-medium);
  font-weight: var(--font-weight-ja-medium);
}

.opening-hours .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.opening-hours .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
  border-top: none;
  border-bottom: none;
  /* border-color: var(--pallet-green); */
  border-color: transparent !important;
  border-right: none;
  border-left: none;
  font-family: var(--font-family-ja-medium);
  font-style: var(--font-style-ja-medium);
  font-weight: var(--font-weight-ja-medium);
}

.opening-hours .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
  position: relative;
}

.opening-hours .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 13px;
  background-color: var(--pallet-green);
  position: absolute;
  top: 9px;
  right: 10px;
}

.c-btn__opening-hours a {
  margin-top: 10px;
}

/* 掛川森林公園アトリエの想い */

.txt__thoughts {
  position: relative;
  padding-left: 27px;
}

.txt__thoughts::before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 14px;
  background-image: url(../images/svg/icon_futaba.svg);
  background-size: contain;
	background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 10px;
  left: 0;
}

/*-------------------------------------------------------
	footer
-------------------------------------------------------*/

.footer {
  margin-inline: auto;
}

.footer__top {
  position: relative;
  top: 5px;
  z-index: 2;
}

.footer__top:hover {
  cursor: pointer;
}

.footer__menu {
  column-gap: 10px;
  position: relative;
  padding-left: 15px;
  height: 40px;
  margin-block: 5px;
  max-width: 260px;
}

.footer__menu::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: var(--pallet-white);
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/*-------------------------------------------------------
	スクロールバー
-------------------------------------------------------*/

/* スクロールバー全体 */
.scroll-bar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* スクロールバーのトラック(背景) */
.scroll-bar::-webkit-scrollbar-track {
  background: var(--pallet-beige);      /* トラック背景色 */
  border-radius: 0;
}

/* スクロールバーのつまみ部分 */
.scroll-bar::-webkit-scrollbar-thumb {
  background: var(--pallet-dark-beige);         /* つまみの色 */
  border-radius: 3px;      /* 丸みを帯びた角 */
}

/* つまみ部分ホバー時 */
.scroll-bar::-webkit-scrollbar-thumb:hover {
  background: var(--pallet-dark-beige);          /* ホバー時の色 */
}


/*-------------------------------------------------------
	他
-------------------------------------------------------*/

.http_error_404__txt {
  padding: 20vh 5%;
  text-align: center;
}
