@charset "utf-8";

/*-------------------------------------------------------
	common
-------------------------------------------------------*/
:root {
  --pallet-black: #270017;
  --pallet-rose: #AC0052;
  --pallet-light-gray: #DFDFDF;
  --pallet-white: #ffffff;
  --pallet-gold: #D8CAAE;
  --pallet-brown: #8A7771;

  /* 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-36px: 2.25rem;

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

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

  --font-family-ja-title: "yu-mincho-pr6n", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;;
  --font-style-ja-title: normal;
  --font-weight-ja-title: 400;

  --font-family-ja: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  --font-style-ja: normal;
  --font-weight-en: 400;

  --font-family-ja: "yu-mincho-pr6n", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  --font-style-ja: normal;
  --font-weight-ja-regular: 400;
  --font-weight-ja-demibold: 600;

  --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-regular);
  font-feature-settings: "palt";
	letter-spacing: .03rem;
  color: var(--pallet-black);
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.visibility_hidden {
  visibility: hidden;
}

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

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

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;
}

/* 画像 */
.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;
}

/* リスト */
.wp-block-list{
   padding-left: 20px;
  line-height: 1.6em;
  background: url(images/dot.png) left 0px top 3px no-repeat;
  background-size: 15px auto;
}


/* テキスト */
.news_body a {
  color: var(--pallet-black);
  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: 2 / 3;
  grid-row: 1 / 2;
}

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

.l-content-space.l-content__sidebar_wrapper {
  padding: 88px 5% 140px;
}

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

/* 共通タイトル */
.c-title {
  font-size: var(--font-size-30px);
  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;
}

.c-title-space {
  margin-bottom: 37px;
  text-align: center;
}

.c-title-space__left-space {
  padding-left: 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-regular);
}

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

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

.c-btn__wrapper-center {
    text-align: center;
}

.c-btn {
  width: 226px;
  height: auto;
  padding-block: 12px;
  position: relative;
  display: block;
  text-align: left;
  border-bottom: 1px solid var(--pallet-rose);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  font-size: var(--font-size-14px);
}

a.c-btn {
  min-width: 240px;
  height: auto;
  border: 1px solid var(--pallet-light-gold);
  padding-block: 13px;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
  font-size: var(--font-size-15px);
  position: relative;
  background-color: var(--pallet-rose);
  color: var(--pallet-white);
}


/*
.c-btn::after {
  content: "";
  position: absolute;
  right: 3px;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--pallet-black);
  border-right: 1px solid var(--pallet-black);
  transform: rotate(45deg);
  transition: all 0.3s ease;
}*/

.c-btn:hover {
  opacity: 1;
  letter-spacing: 0.15rem;
}

.c-btn:hover::after {
  right: -5px;
}

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

  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: block !important;
  }

  .c-title {
    font-size: var(--font-size-22px);
  }

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

  .c-title {
    text-align: center;
  }

  .c-btn {
    width: 180px;
  }

  .c-title-space {
    margin-bottom: 20px
  }
  
  .c-title-space__left-space {
    padding-right: 5%;
  }

  .c-title__txt_wrapper {
    flex-direction: column;
    gap: 20px 44px;
  }

  .c-title__txt {
    font-size: var(--font-size-14px);
    text-align: center;
  }

  /* side bar */

  .l-content__sidebar {
    grid-template-columns: 1fr;
  }

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

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

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

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

}

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

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

.header {
  width: 100%;
	height: 80px;
	position: sticky;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99;
  position: sticky;
  background: var(--pallet-white);
  border-bottom: 2px solid var(--pallet-rose);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.header_wrapper {
  display: grid;
  justify-content: space-between;
  grid-template-columns: auto 1fr;
  align-items: center;
  padding-inline: 2%;
  gap: 20px;
  height: 80px;
}

.header_logo_img {
  width: 148px;
  height: auto;
}

.header_nav_menu_wrapper {
  width: 100%;
  display: flex;
  gap: 2px 21px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

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

.header__nav-area.-active .nav_menu_en {
  font-family: var(--font-family-ja-title);
  font-style: var(--font-style-ja-title);
  font-weight: var(--font-weight-en-title);
  font-size: var(--font-size-15px);
  white-space: nowrap;
}

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

.nav_menu_link {
  font-size: var(--font-size-14px);
}

/* オンラインショップ */
a.c-btn__online-shop {
  min-width: 116px;
  height: 30px;
  /* border: 1px solid var(--pallet-light-gold); */
  padding-block: 5px 0;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
  font-size: var(--font-size-13px);
  position: relative;
  background-color: var(--pallet-rose);
  color: var(--pallet-white);
  border-radius: 2px;
}

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

.nav_btn_wrapper {
  display: contents;
}

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

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

/* ハンバーガーメニュー */
.hamburger {
	display: none;
}

.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: none;
}

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

  
  .header .nav_menu_wrapper {
    flex-direction: column;
  }

	.header {
		height: 60px;
	}

  .header_wrapper {
    display: block;
    text-align: center;
    align-content: center;
  }

	/* .header_wrapper {
		align-items: center;
	} */

  .header_wrapper {
    height: 60px;
  }

	/* nav */
	/* .header .nav_menu_area {
		display: none;
	} */

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

  a.sns_circle__link {
    padding: 10px;
    border-radius: 999px;
    border: 1px solid var(--pallet-rose);
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
    margin-bottom: 30px;
  }

  a.sns_circle__link picture {
    display: contents;
  }

  .sns_circle__icon {
    width: 21px;
    height: 21px;
  }

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

	.hamburger {
		order: 3;
	}

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

	.hamburger {
		display: block;
		height: 60px;
		/* margin-left: auto; */
		position: relative;
		z-index: 100;
		width: 60px;
		border: none;
		background-color: transparent;
    position: fixed;
    top: 0;
    right: 0;
	}

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

	.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: 24px;
		/* background-color: var(--pallet-black); */
    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-black);
		transition: inherit;
	}

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

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

	/* .hamburger__text {
		position: absolute;
		bottom: 8px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}

	.hamburger__text::before {
		content: "メニュー";
		text-align: center;
		color: var(--pallet-black);
		font-size: 10px;
		font-weight: 900;
	} */

	.header__nav-area {
		position: fixed;
		top: 0;
		right: -100%;
		z-index: 9;
		height: 100vh;
		width: 100%;
		/* display: none; */
		padding-top: 60px;
		background-color: var(--pallet-white);
		transition: 0.4s;
		visibility: hidden;
    opacity: 0;
	}

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

	.global-navigation {
		padding-top: 30px;
		padding-right: 25px;
		padding-bottom: 20px;
		padding-left: 25px;
	}

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

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

	/* .global-navigation__list > li + li {
		margin-top: 15px;
	} */

	/* .global-navigation__link {
		display: flex;
		align-items: center;
		justify-content: space-between;
		color: var(--pallet-brown);
		font-weight: 900;
		transition: color 0.4s;
		font-size: 0.875rem;
	} */
	
	/* .global-navigation__link.-accordion {
		position: relative;
		background: none;
		border: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: 100%;
		padding: 0;
	}

	.global-navigation__link.-accordion::after {
		content: '';
		display: block;
		height: 12px;
		position: absolute;
		top: 50%;
		right: 5px;
		width: 2px;
		background-color: #ed3242;
		transform: translateY(-50%);
		transition: transform 0.4s;
	}

	.global-navigation__link.-accordion::before {
		content: '';
		display: block;
		height: 2px;
		position: absolute;
		top: 50%;
		right: 0;
		width: 12px;
		background-color: #ed3242;
		transform: translateY(-50%);
		
	} */

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

	.ml_hamburger_btn {
		text-align: center;
	}

	a.ml_hamburger_btn {
		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-brown);
		background-color: var(--pallet-brown);
		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;
	}

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

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

  .nav_btn__sp_wrapper {
    display: block;
    position: fixed;
    top: 9px;
    left: 9px;
  }

  a.c-btn__online-shop {
    min-width: 60px;
    height: auto;
    padding-block: 4px 2px;
    transition: all 0.3s ease;
    font-size: var(--font-size-12px);
    line-height: 1.5;
  }

  .nav_btn_hamburger_wrapper { 
    text-align: center;
  }
	
}

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

.footer {
  padding: 20px 5%;
  max-height: 560px;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-image: url(../images/img_footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.copyright {
  text-align: center;
  font-size: var(--font-size-12px);
  color: var(--pallet-white);
}

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

  .footer {
    background-image: url(../images/img_footer_sp.jpg);
    max-height: none;
    height: 50vh;
    height: 50svh;
  }

}


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

/* .parallax {
  position: relative;
  margin-top: 100vh;
  margin-top: 100svh;
  background-color: var(--pallet-white);
} */

/* トップ画像 */
.main-image__content {
  position: relative;
}

#index_page .n2-ss-slide,
#index_page .n2-ss-slider-2.n2-ow,
#index_page .n2-ss-layers-container,
#index_page .n2-ss-slide-background-image {
  height: calc(100vh - 80px);
  height: calc(100svh - 80px) !important;
}

/* .main-image {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  width: 100svw;
  overflow: hidden;
} */

.main-image,
.main-image__content {
  overflow: hidden !important;
}

/* 画像の上にロゴを重ねる */
.main-image__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.main-image__logo_img {
  width: clamp(13.313rem, 10.615rem + 11.99vw, 25rem); /* 213px - 400px */
  height: auto;
}

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

  .main-image {
    width: 100%;
    height: calc(100vh - 60px) !important;
    height: calc(100svh - 60px) !important;
    position: relative;
  }

  #index_page .n2-ss-slide,
  #index_page .n2-ss-slider-2.n2-ow,
  #index_page .n2-ss-layers-container,
  #index_page .n2-ss-slide-background-image {
    height: calc(100vh - 60px) !important;
    height: calc(100svh - 60px) !important;
  }

  #index_page .main-image .pile_logo_wrapper .pile_logo {
    width: 50vw;
    min-width: 240px;
  }

  /* 画像の上にロゴを重ねる */
  /* #index_page .main-image .pile_logo_area .pile_logo {
    min-width: 230px;
    max-width: 300px;
  } */

  /* 画像 */
  #index_page .main-image .pc_top_slide_image img,
  #index_page .main-image .sp_top_slide_image img {
    height: calc(100vh - 60px) !important;
    height: calc(100svh - 60px) !important;
    object-fit: cover;
  } 
}

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

/* 画像なし */

/* .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__area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: 50px;
  gap: 50px 6%;
  margin-bottom: 50px;
  max-width: calc(1050px + 10%);
  margin-inline: auto;
}

.news__img.no-thumbnail {
  aspect-ratio: 320 / 218;
  object-fit: cover;
  border: 1px solid var(--pallet-light-gray);
  /* width: 100%;
  height: 100%; */
  /* padding: 30px; */
  width: 100%;
  height: 100%;
}

.news__date {
  font-family: var(--font-family-ja);
  color: var(--pallet-rose);
  font-size: var(--font-size-14px);
  letter-spacing: 0.1rem;
  padding-bottom: 4px;
  text-align: center;
  padding-bottom: 10px;
}

.news__title {
  font-size: var(--font-size-15px);
  font-weight: var(--font-weight-ja-bold);
  text-align: center;
  letter-spacing: 0.1em;
}

.news__content-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 68px 10%;
  max-width: 950px;
  margin-inline: auto;
  margin-bottom: 72px;
}

/* a.news-top__link.news__link {
  display: contents;
} */

.news__img-wrapper {
  width: 100%;
}

.news__img {
  aspect-ratio: 160 / 109;
  object-fit: cover;
  margin-bottom: 20px;
}

.news__wrapper {
  border: 1px solid var(--pallet-light-gold);
  background-color: var(--pallet-white);
}

.title__img-news {
  width: 115px;
  height: 28px;
  margin-inline: auto;
  display: block;
}

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

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

  .news__title {
    font-size: var(--font-size-14px);
    padding-bottom: 0;
  }

  .news__date {
    font-size: var(--font-size-13px);
    margin-top: auto;
  }
  
  .news__content-wrapper {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 32px;
  }

  .news__img-wrapper {
    margin-bottom: 0;
    padding-inline: 0;
  }

  .title__img-news {
    width: 90px;
    height: 22px;
  }

  .news__content-wrapper {
    max-width: 400px;
  }

  .news__area {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

}

/*-------------------------------------------------------
	お知らせ news - トップページ
-------------------------------------------------------*/

.news-top {
  padding: 125px 5% 150px;
}

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

  .news-top {
    padding: 67px 5%;
  }

  .news-top .news__area {
    max-width: 300px;
  }

}

/*-------------------------------------------------------
	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: 50px 50px;
}

/* .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-regular);
  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 {
  text-decoration: none;
  border: 1px solid var(--pallet-brown);
  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-brown);
  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;
}

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


  
}

/*-------------------------------------------------------
	NEWS 一覧・詳細
-------------------------------------------------------*/

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

.news-detail__title {
  font-family: var(--font-family-ja);
  font-style: var(--font-style-ja);
  font-weight: var(--font-weight-ja-regular);
  font-size: var(--font-size-24px);
  padding-bottom: 10px;
}

.news-detail__info_date {
  color: var(--pallet-rose);
  font-size: var(--font-size-15px);
  font-family: var(--font-family-ja);
  font-style: var(--font-style-ja);
  font-weight: var(--font-weight-en);
  letter-spacing: 0.1rem;
}

.news-detail__category_wrapper {
  color: var(--pallet-rose);
  font-size: var(--font-size-14px);
  border-left: 1px solid var(--pallet-rose);
}

a.news-detail__category {
  padding-left: 10px;
}

.news-detail__info {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.2;
  padding-bottom: 40px;
}

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

.news-detail__body {
  line-height: 2;
}

.news-detail {
  padding-bottom: 75px;
}

.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;
}

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

  .news-detail__title {
    font-size: var(--font-size-18px);
  }

  .news-detail__info {
    padding-bottom: 18px;
  }

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

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

  .news_list_wrapper {
    grid-template-columns: 1fr;
  }

}

/*-------------------------------------------------------
	カテゴリー
-------------------------------------------------------*/

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

.selected_tag {
  text-decoration: underline;
}

.tag_link,
.selected_tag {
  padding-bottom: 5px;
  display: block;
}

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

/*-------------------------------------------------------
	CONCEPT 受け継がれた老舗の味
-------------------------------------------------------*/

.concept__title {
  font-size: var(--font-size-34px);
  margin-bottom: 38px;
  font-weight: var(--font-weight-ja-regular);
}

.concept__txt {
  line-height: 2.5;
}

.concept__txt-space {
  padding-bottom: 40px;
}

.concept__content_wrapper {
  display: flex;
  gap: 100px 7%;
  flex-direction: row-reverse;
  align-items: center;
  padding-right: 5%;
  justify-content: flex-end;
}

.concept__content_img_wrapper {
  width: 50%;
}

.concept__content_txt_wrapper {
  width: 50%;
  max-width: 550px;
}

.concept__img_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 86px 8%;
  position: relative;
  padding: 50px 5%;
  margin-inline: auto;
}

.concept__img_01 {
  width: 100%;
  height: auto;
}

.concept__img_02 {
  width: 464px;
  height: auto;
  margin-inline: auto 0;
  padding-top: 150px;
}

.concept__img_03 {
  width: 452px;
  height: auto;
  position: relative;
  top: 0;
  margin-inline: 0 auto;
}

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

  .concept__content_wrapper {
    flex-direction: column;
    padding-right: 0;
    gap: 60px 7%;
  }

  .concept__content_txt_wrapper {
    width: 100%;
    padding-inline: 16%;
    max-width: none;
  }

  .concept__content_img_wrapper {
    width: 100%;
    padding-inline: 5% 0;
  }
  
  .concept__title {
    font-size: var(--font-size-22px);
    margin-bottom: 25px;
  }

  .concept__txt {
    font-size: var(--font-size-13px);
  }

  .concept__img_wrapper {
    grid-template-columns: 1fr;
    padding: 70px 0 30px;
  }

  .concept__img_02 {
    padding-top: 0;
    width: 78vw;
  }

  .concept__img_03 {
    top: 0;
    grid-row: 1 / 2;
    width: 78vw;
  }

}

/*-------------------------------------------------------
	PRODUCTS
-------------------------------------------------------*/

.product_category.l-content-space {
  padding: 95px 5% 150px;
}

.product-name {
  text-align: center;
  font-size: var(--font-size-17px);
}

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

  .product-name {
    text-align: center;
    font-size: var(--font-size-14px);
  }

  .product_category.l-content-space {
    padding: 50px 5% 87px;
  }

  .explanation p {
    line-height: 1.8;
    font-size: var(--font-size-15px);
  }

}


/*-------------------------------------------------------
	modal
-------------------------------------------------------*/

/* 一覧 */
.product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 6%;
  max-width: 900px;
  margin-inline: auto;
}

.product-block {
  transition: all 0.3s ease;
}

.product-block:hover {
  cursor: pointer;
  opacity: 0.8;
}

.c-product-thumbnail {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.c-product-thumbnail__img {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid var(--pallet-gold);
  width: 100%;
}

/* 画像なし */

.c-product-no-thumbnail {
  display: block;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pallet-light-gray);
  margin-bottom: 12px;
}

.c-product-no-thumbnail::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.c-product-thumbnail__no-img {
  position: absolute;
  width: 60%;
  height: auto;
  object-fit: cover;
}
 
.square_contents img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}

/* 商品登録なし */
.no-product {
  text-align: center;
  padding: 10vh 5%;
}

/* modal */

.modal-item-name {
  font-size: var(--font-size-22px);
}

.c-btn-modal__space {
  margin-bottom: 10px;
}

.modal-item-name__wrapper {
  padding-bottom: 13px;
}

.modal-item-price {
  font-size: var(--font-size-13px);
}

.modal-item-price__space {
  padding-bottom: 15px;
}

.product-list .thumbnail-wrapper {
  overflow: hidden;
}

.product-list .thumbnail-wrapper > img {
  cursor: pointer;
  transition: all .5s ease-in-out;
}

.product-list .thumbnail-wrapper > img:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  opacity: 0.8;
}

.product-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: var(--pallet-white);
  z-index: 200;
  color: var(--pallet-black);
  /* overflow-y: auto; */
}

.product-overlay .close-product-overlay {
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 99;
  width: 38px;
  height: 38px;
}

.next {
  position: fixed;
  top: 50%;
  right: 3%;
  transform: translate(0%, 0%);
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-out 0s;
  z-index: 2;
}

.prev {
  position: fixed;
  top: 50%;
  left: 3%;
  transform: translate(0%, 0%);
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-out 0s;
  z-index: 2;
}

.next:hover,
.prev:hover {
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s ease-out 0s;
}

.product-overlay .product {
  transition: opacity 0.3s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: 90%;
  margin: auto;
  /* max-width: 900px; */
  max-width: 1360px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5%;
  gap: 5%;
  align-items: center;
}

.product-overlay .product_detail {
  background-color: var(--pallet-light-pink);
  height: 100%;
  border: 10px solid var(--pallet-white);
}

.product-overlay .product.active {
  opacity: 1;
  height: auto;
  /* background-color: #2D5588; */
  /* overflow-y: auto;
  height: 100%; */
  position: fixed;
  z-index: 1;
}

.product-overlay .total {
  margin-top: 7rem;
  margin-bottom: 5rem;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  color: #2D5588;
}

.product-overlay .product .image-area {
  width: 50%;
  margin: auto;
  text-align: center;
}

.product-overlay .product .image-area > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-overlay .product .description-area {
  position: relative;
  width: 40%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 18px;
  max-height: 50vh;
  overflow-y: auto;
  min-height: 100px;
}

#item .item-body ul {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin: 0 auto;
}

#item .item-body ul li .thumbnail-wrapper img {
  width: 100%;
  cursor: pointer;
  transition: all .5s ease-in-out;
}

#item .item-body ul li .thumbnail-wrapper {
  overflow: hidden;
  margin-bottom: 10px;
}

#item .item-body ul li:hover .thumbnail-wrapper img {
  /* -webkit-transform: scale(1.02);
  transform: scale(1.02); */
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 1;
}

#item .item-body ul li:hover {
  cursor: pointer;
  opacity: 1;
}

.item-see-more {
  color: var(--pallet-very-deep-pink);
  text-align: center;
  font-family: var(--font-family-ja);
  font-style: var(--font-style-ja);
  font-weight: var(--font-weight-en);
}

#item .item-body ul li a img {
  width: 100%;
}

.product_detail .r-button-wrapper {
  margin: 0;
}

.product_detail a.r-button {
  margin: 0 0 15px 0;
}

.c-btn-modal__space {
  margin-bottom: 10px;
}

/*サブ画像*/
/* .about-area2 {
    position: absolute;
    top: 15%;
	right: 10%;
}
.swiper-slide img {
    max-width: 112px;
    margin: 0 2px 0 0;
}
ul.swiper-wrapper {
    list-style: none;
    display: flex;
} */

.product-overlay .next-prev {
  margin: 4rem 0;
  text-align: center;
}

.product-overlay .next-prev .next,
.product-overlay .next-prev .prev {
  user-select: none;
}

.product-overlay .close-product-overlay,
.product-overlay .next-prev .next,
.product-overlay .next-prev .prev {
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-out 0s;
}

.product-overlay .close-product-overlay:hover,
.product-overlay .next-prev .next:hover,
.product-overlay .next-prev .prev:hover {
  opacity: .6;
  transition: all 0.3s ease-out 0s;
}

/* 画像比率 1枚 */
.image-area {
  display: block;
  position: relative;
  width: 100%;
}
 
.image-area::before {
  content: "";
  display: block;
  padding-top: 100%;
}
 
.product_image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}

/* 画像比率 複数 */
.modal_slide_img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid var(--pallet-gold);
}

/* swiper */
.modal_slide {
  width: 50%;
}

.modal_slide_img {
  width: 100%;
}

.product .swiper {
  margin-left: 0;
  margin-right: 0;
}

/* pagination */
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--pallet-black);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .8);
}

span.swiper-pagination-bullet {
  background-color: var(--pallet-rose);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .7);
}

/*サブ画像*/
.image-area_thumbnail {
  display: block;
  position: relative;
  width: 100%;
  width: 50%;
  margin: auto;
  text-align: center;
}

/* 画像比率 */
.product_main_image_wrapper {
  display: block;
  position: relative;
  width: 100%;
}
 
.product_main_image_wrapper::before {
  content: "";
  display: block;
  padding-top: 100%;
}
 
.product_main_image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.product-box img {
  cursor: pointer;
}

img.product_ext_image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.product-box .swiper .swiper-product_detail {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
}

.product_ext_image_list.swiper-wrapper {
  list-style: none;
  display: flex;
  /* width: calc(100% / 4); */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.product-box .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  /* width: 100%; */
  max-width: 1290px;
  height: auto;
  position: relative;
  text-align: center;
}

.product-box .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.about-area2 {
  position: absolute;
  top: 15%;
	right: 10%;
}

.product_detail .swiper-slide img {
  /* max-width: 112px; */
  margin: 0 2px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_detail .swiper-slide {
  width: auto;
}


/* 画像なし */

.swiper-slide.swiper-slide-no-img {
  display: block;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pallet-light-gray);
}

.swiper-slide.swiper-slide-no-img::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.modal_slide_no_img {
    position: absolute;
    width: 45%;
    height: auto;
    object-fit: contain;
}

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

  .product-overlay .product {
    width: 80%;
    display: block;
    max-width: 500px;
    padding: 0;
  }

  .product-overlay .product.active {
    opacity: 1;
    height: 100%;
    overflow-y: auto;
    max-height: 85%;
    max-width: 400px;
    /* padding: 30px 5% 30px; */
  }

  .product-overlay .total {
    margin-bottom: 2rem;
  }

  .product-overlay .product .image-area > img {
    max-width: 400px;
  }
  
  .product-overlay .product .image-area {
    text-align: center;
    width: 100%;
    /* width: 95%; */
	  max-width: 400px;
  }

  .product-overlay .product .description-area {
    width: 100%;
    margin: 0 auto;
  }

  .product-overlay .product .description-area.scroll-bar {
    overflow-y: visible;
    max-height: none;
  }

  .product-overlay .total {
    margin-top: 3.25rem;
  }

  .product-overlay .close-product-overlay {
    bottom: unset;
    top: 2%;
	  right: 4%;
  }
  
  /* .swiper-slide img {
    max-width: 99px;
  } */

  #item .item-body ul {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

  .product_detail a.r-button {
    margin: 0 auto 15px;
  }

  .modal_slide {
    width: 100%;
  }

  .image-area_thumbnail {
    text-align: center;
    width: 100%;
    /* width: 95%; */
    max-width: 400px;
  }

  .product-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .product .swiper {
    margin-bottom: 25px;
  }
  
}

/*-------------------------------------------------------
	ONLINE SHOP
-------------------------------------------------------*/

.online_shop__img_wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  aspect-ratio: 1366 / 455;
  object-fit: contain;
}

a.online_shop__link {
  display: grid;
  place-items: center;
  font-size: clamp(1.375rem, 1.151rem + 0.99vw, 2rem);   /* 22 - 32px/360 - 1366px*/
  font-family: var(--font-family-ja);
  font-style: var(--font-style-ja);
  font-weight: var(--font-weight-ja-demibold);
  color: var(--pallet-white);
}

a.online_shop__link__reserve {
  background-image: url(../images/members.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
} 

a.online_shop__link__delivery {
  background-image: url(../images/online_shop_delivery.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
} 

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

  .online_shop__img_wrapper {
    grid-template-columns: 1fr;
    aspect-ratio: 683 / 455;
  }

  a.online_shop__link {
    aspect-ratio: 683 / 455;
  }

}

/*-------------------------------------------------------
	CHEF
-------------------------------------------------------*/

.chef.l-content-space {
  padding: 240px 5% 100px;
}

.chef {
  position: relative;
}

.c-title.c-title__chef {
  position: absolute;
  top: 130px;
  left: 5%;
}

.chef__content_wrapper {
  display: grid;
  grid-template-columns: 1fr clamp(15.625rem, 11.152rem + 19.88vw, 28.125rem); /* 250 - 450px */
  align-items: end;
  justify-content: center;
  gap: 30px 10%;
  max-width: 1166px;
  margin-inline: auto;
}

.chef__name {
  font-size: var(--font-size-30px);
  font-weight: var(--font-weight-ja-regular);
  letter-spacing: 0.2rem;
  padding-bottom: 28px;
}

.chef_history {
  display: grid;
  grid-template-columns: 65px 1fr;
  gap: 15px 5px;
  margin-bottom: 55px;
}

.chef__message {
  line-height: 2.5;
}

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

  .c-title.c-title__chef {
    position: static;
  }

  .chef__content_wrapper {
    grid-template-columns: 1fr;
  }

  .chef__content_img_wrapper {
    grid-row: 1 / 2;
    margin-inline: auto;
  }

  .chef__name {
    font-size: var(--font-size-18px);
    text-align: center;
  }

  .chef_history {
    font-size: var(--font-size-14px);
  }

  .chef__message {
    font-size: var(--font-size-14px);
  }

  .chef.l-content-space {
    padding: 95px 5% 40px;
  }
  
  .chef__img {
    max-width: 60vw;
  }

}

/*-------------------------------------------------------
	ACCESS
-------------------------------------------------------*/

.access {
  padding-top: 147px;
}

.access__content_wrapper {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 0 5%;
  align-items: center;
  width: 100%;
  padding-right: 5%;
  padding-top: 18px;
}

.access__open {
  font-size: clamp(1.625rem, 1.558rem + 0.3vw, 1.813rem); /* 26 - 29px 360 - 1366 */
  padding-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

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

.access__txt_wrapper {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  text-align: center;
}

.access__img {
  width: 100%;
  height: auto;
  min-height: 500px;
  max-height: 650px;
  object-fit: cover;
  object-position: 50% 50%;
} 

.access__logo_img {
  width: 280px;
  height: auto;
  padding-bottom: 30px;
}

.access__open_heading {
 font-size: var(--font-size-20px);
}

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

.access__txt-area {
  max-width: max-content;
  margin-inline: auto;
}

.access__txt-wrapper {
  text-align: left;
  max-width: max-content;
  line-height: 2.2;
}

.access__address_txt {
  text-align: left;
  max-width: max-content;
}

/* calendar and map */
.calendar_and_map.l-content-space {
  padding: 100px 5% 100px;
}

a.map__link {
  font-size: var(--font-size-13px);
  text-decoration: underline;
  display: block;
  text-align: right;
}

.calendar_and_map {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 35px 5%;
  max-width: 1366px;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

  .access {
    padding-top: 70px;
  }

  .access__img {
    min-height: 0;
    max-height: none;
  } 

  .access__content_wrapper {
    grid-template-columns: 1fr;
    padding-right: 0;
    padding-top: 0;
  }

  .access__txt_wrapper {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    padding: 50px 5% 35px;
  }

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

  .calendar_and_map {
    grid-template-columns: 1fr;
  }

  .map iframe {
    height: 300px !important;
  } 

  .access__logo_img {
    width: 220px;
    height: auto;
    padding-bottom: 20px;
  }

  .access__address_txt {
    font-size: var(--font-size-14px);
    line-height: 1.8;
  }

  .access__open {
    padding-bottom: 17px;
  }

  .calendar_and_map.l-content-space {
    padding: 0 5% 45px;
  }

  .access__open_heading {
    font-size: var(--font-size-16px);
    padding-top: 4px;
  }

  .access__txt-wrapper {
    font-size: var(--font-size-15px);
  }

}

/*-------------------------------------------------------
	RECRUIT
-------------------------------------------------------*/

.recruit.l-content-space {
  padding: 125px 5% 75px;
}

.reruit.l-content-space {
  padding: 50px 5% 120px;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
  border-color: var(--pallet-rose);
  border-right: none;
  border-left: none;
  font-weight: var(--font-weight-ja-regular);
}

.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 {
  border-top: none;
}

.no-recruit__txt {
  text-align: center;
  padding: 10vh 5%;
}

.recruit__content_wrapper {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 42px 5%;
  margin-inline: auto;
  max-width: 1166px;
  align-items: center;
}

.recruit__contact {
  text-align: center;
}

.recruit__contact_txt {
  font-size: var(--font-size-17px);
  padding-bottom: 25px;
}

a.recruit__contact_tel {
  font-family: var(--font-family-ja);
  font-style: var(--font-style-ja);
  font-weight: var(--font-weight-en);
  font-size: var(--font-size-33px);
}

.recruit__contact_tel::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../images/svg/icon_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-bottom: 5px;
}

.recruit tr th {
  width: 130px !important;
}

.recruit__job_description_content:not(:last-of-type) {
  padding-bottom: 110px;
}


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

  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    padding: 1.5em 3%;
  }

  .recruit__content_wrapper {
    grid-template-columns: 1fr;
  }

  .recruit.l-content-space {
    padding: 50px 5% 40px;
  }

  .recruit__job_description_content {
    font-size: var(--font-size-14px);
  }

  .recruit__contact_txt {
    font-size: var(--font-size-14px);
  }

  a.recruit__contact_tel {
    font-size: var(--font-size-26px);
  }

}

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

.instagram.l-content-space {
  padding: 80px 5% 48px;
}

.sbinstagram {
  padding-bottom: 22px !important;
}

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

/* #sb_instagram #sbi_images {
  width: 2200px;
} */

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

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

#sb_instagram #sbi_images {
  max-width: 900px !important;
  margin-inline: auto;
}

#sb_instagram #sbi_images .sbi_item {
  padding-top: 27px !important;
  padding-bottom: 50px !important;
  padding-inline: 2% !important; 
}

/* スクロールバー */
.instagram-feed::-webkit-scrollbar {
  overflow: hidden;
  height: 2px;
  background: var(--pallet-light-gray);
  border-radius: 0;
}

.instagram-feed::-webkit-scrollbar-thumb {
  overflow: hidden;
  background: var(--pallet-rose);
  border: 2px solid var(--pallet-);
  background-clip: padding-box;
  border-radius: 9999px;
}

.scroll_bar {
  background-color: var(--pallet-white);
  overflow-y: auto;
  width: 100%;
  height: auto;
}

.scroll_bar::-webkit-scrollbar {
  width: 2px;
}

.scroll_bar::-webkit-scrollbar-track {
  background-color: var(--pallet-light-gray);
}

.scroll_bar::-webkit-scrollbar-thumb {
  background-color: var(--pallet-brown);
}

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

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

  .instagram.l-content-space {
    padding: 40px 5% 48px;
  }

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

  #sbi_images {
    padding-inline: 0 !important;
  }

  #sb_instagram.sbi_mob_col_3 #sbi_images {
    gap: 10px !important
  }
    
}

/*-------------------------------------------------------
	CONTACT
-------------------------------------------------------*/

.contact.l-content-space {
  padding: 100px 5% 145px;
}

a.contact__tel {
  font-family: var(--font-family-ja);
  font-style: var(--font-style-ja);
  font-weight: var(--font-weight-en);
  font-size: var(--font-size-36px);
}

a.contact__tel::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(../images/svg/icon_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-bottom: 5px;
}

.contact__content_wrapper {
  display: flex;
  gap: 6px 25px;
  align-items: center;
  justify-content: center;
}

.contact__txt {
  font-size: var(--font-size-14px);
  line-height: 1.8;
}

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

  a.contact__tel {
    font-size: var(--font-size-30px);
  }

  .contact__content_wrapper {
    flex-direction: column;
  }

  .contact.l-content-space {
    padding: 30px 5% 70px;
  }

  a.contact__tel::before {
    width: 25px;
    height: 25px;
    background-image: url(../images/svg/icon_tel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-bottom: 5px;
  }
  
}

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

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

/* スクロールバー*/
.scroll-bar {
  overflow: auto;
  padding-right: 10px; /* ここでスペースを確保 */
  scrollbar-width: thin; /* auto | thin | none */
  scrollbar-color: var(--pallet-light-gray) var(--pallet-white);
  border-radius: 0;
}

/* スクロールバー全体のスタイル */
.scroll-bar::-webkit-scrollbar {
    width: 5px; /* 横スクロールバーの幅 */
    height: 5px; /* 縦スクロールバーの高さ */
    overflow: hidden;
    border-radius: 0;
    background-color: var(--pallet-white);
}
  
/* 角（スクロールバーの交差部分）のスタイル */
.scroll-bar::-webkit-scrollbar-corner {
  background: transparent;
  border-radius: 0;
}

/* トラック（背景）を角丸なしに */
.scroll-bar::-webkit-scrollbar-track {
  background: var(--pallet-white);
  border-radius: 0;
}
  
/* スクロールサム（つまみ）のスタイル */
.scroll-bar::-webkit-scrollbar-thumb {
    overflow: hidden;
    background: var(--pallet-light-gray);
    border: 0px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 0;
}