@charset "UTF-8";
/*
	Filename: common
	Version: 1.0.1
*/
/*-----------------------------------------------------
	Utility
------------------------------------------------------*/
:root {
	--font-en: "Montserrat", sans-serif;
	--font-ja: "Zen Old Mincho",serif;
	--font-ttl: "El Messiri", sans-serif;
	--text-color: #0B0A00;
  --gold: #D4A85B;
  --usugold: #C2B190;
	--glay: #27272F;
}
/* --------------------------------
   Base Typography
-------------------------------- */
html {
  font-family: var(--font-en);
  font-size: 62.5%;
  font-weight: 400;
}
body {
  font-size: 1.6rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
  color: var(--text-color);
	overflow-wrap: break-word;
  word-wrap: break-word;
}

/*-----------------------------------------------------
	Elements
------------------------------------------------------*/
ul li {
	list-style-type: none;
}
ol li {
	list-style-type: decimal;
}
address {
	font-style: normal;
}
img {
	vertical-align: bottom;
}
iframe {
	width: 100%;
}
/*-----------------------------------------------------
	Link
------------------------------------------------------*/
a {
	text-decoration: none;
	color: var(--text-color);
  transition: all .25s;
}
a > img {
  transition: all .25s;
}
a:hover > img, a:hover{
	opacity: 0.6;
}
a[href^="tel:"] {
  pointer-events: none;
}
.no_link {
  pointer-events: none;
}
/*-----------------------------------------------------
	Layout
------------------------------------------------------*/
.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.wrap {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1160px) {
  .wrap {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 750px) {
  .wrap {
    width: calc(100% - 40px);
  }
}
.left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
/*-----------------------------------------------------
	haeder
------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 132px;
	padding: 30px 0;
	background: var(--glay);
	box-shadow: 0px 4px 10px 0 rgba(0,0,0,0.25);
}
.header_inner {
	justify-content: space-between;
	align-items: center;
  position: relative;
	width: 1140px;
	margin: 0 auto;
}
.header_logo {
	width: 291px;
}
.header_logo a {
  display: block;
  width: 325px;
  height: 16px;
  background-image: url("../img/common/w_logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.header_top ul {
	align-items: center;
  justify-content: flex-end;
	gap: 10px;
}
.bogo-language-switcher {
  display: flex;
  gap: 0 !important;
  list-style: none;
  margin: 0;
	padding-right: 20px;
}
.bogo-language-switcher li {
  position: relative;
  font-size: 14px !important;
  font-weight: 600;
	color: var(--gold);
}
.bogo-language-switcher li a {
	position: relative;
  font-size: 14px !important;
  font-weight: 600;
  text-decoration: none;
  color: var(--gold) !important;
}
.bogo-language-switcher li:first-of-type::after {
  content: "/";
	padding: 0 10px;
}
.bogo-language-switcher li a.current {
	pointer-events: none;
  color: #F5F5F5 !important;
}
.header_top ul li a {
	font-size: 14px;
  font-weight: 600;
	line-height: 1.6;
	color: var(--gold);
}
.header_top ul li.recruit a, .header_top ul li.contact a {
	display: block;
	width: 166px;
	padding: 8px;
	border: 1px solid var(--gold);
	border-radius: 9999px;
	text-align: center;
}
.header_top ul li.contact a {
	background: var(--gold);
	color: #fff;
}
.header_nav {
  width: 100%;
	padding-top: 10px;
}
.header_nav ul.flex {
	justify-content: flex-end;
  align-items: center;
	gap: 10px;
}
.header_nav ul.flex > li > a {
  display: block;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
	color: #fff;
}
@media screen and (max-width: 1220px) {
	.header_inner {
		width: calc(100% - 80px);
	}
}
@media screen and (min-width: 901px) {
	.hum-nav, .hum-nav ul, .hum-nav__wrapper .header_logo, .nav_cv {
		display: none;
	}
}
@media screen and (max-width: 900px) {
  header {
    height: 72px;
		padding: 23px 20px;
  }
	.header_inner {
		width: 100%;
	}
	.header_logo {
		width: 243px;
	}
	.header_logo a {
		width: 243px;
		height: auto;
	}
  .header_nav, .header_top ul li.recruit, .header_top ul li.contact {
    display: none;
  }
	.header_top {
		padding-right: 30px;
	}
	.bogo-language-switcher li {
		font-size: 12px !important;
	}
	.bogo-language-switcher li a {
		font-size: 12px !important;
	}
	.bogo-language-switcher li:first-of-type::after {
		padding: 0 10px;
	}
	/* SPメニュー */
  .hamburger {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10002;
    width: 72px;
    height: 72px;
    padding: 0;
    touch-action: manipulation;
  }
  .hamburger__icon {
    position: relative;
  }
  .hamburger__icon, .hamburger__icon::before, .hamburger__icon::after {
    width: 31px;
    height: 1px;
		position: absolute;
    top: 35.5px;
		right: 20px;
    display: block;
    background-color: #fff;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }
  .hamburger__icon::before, .hamburger__icon::after {
    content: "";
    right: 0;
  }
  .hamburger__icon::before {
		width: 31px;
    top: -10px;
  }
  .hamburger__icon::after {
		width: 31px;
    top: 10px;
  }
	.hamburger.active .hamburger__icon {
    background-color: transparent;
		border-radius: 400px;
  }
  .hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
		width: 31px;
    height: 1px;
  }
  .hamburger.active .hamburger__icon:before {
    transform: translateY(10px) rotate(30deg);
  }
  .hamburger.active .hamburger__icon:after {
    transform: translateY(-10px) rotate(-30deg);
  }
	.hum-nav {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.hum-nav__wrapper {
		position: absolute;
		top: 0;
		left: 0;
		display: table;
		table-layout: fixed;
		width: 100%;
		height: 100%;
	}
	.hum-nav_inner {
		width: 100%;
		height: 100%;
		padding: 77px 40px 30px;
		background: var(--glay);
	}
	.hum-nav_inner ul li a {
		display: block;
		padding: 10px 20px;
		border-bottom: 1px solid #fff;
		font-size: 16px;
		font-weight: 600;
		line-height: 1.6;
		color: #fff;
		text-align: center;
	}
	ul.nav_cv {
		flex-direction: column;
		justify-content: center;
		gap: 20px;
	}
	ul.nav_cv li.lang {
		margin-top: 20px;
	}
	.nav_cv .bogo-language-switcher {
		justify-content: center;
		padding-right: 0;
	}
	.nav_cv .bogo-language-switcher li {
		border-bottom: none;
		font-size: 16px !important;
	}
	.nav_cv .bogo-language-switcher li a {
		display: inline-block;
		padding: 0;
		border-bottom: none;
		font-size: 16px !important;
	}
	ul.nav_cv li a {
		border-bottom: none;
		font-size: 16px;
		font-weight: 600;
		line-height: 1.6;
		color: var(--gold);
	}
	ul.nav_cv li.recruit a, ul.nav_cv li.contact a {
		display: block;
		width: 190px;
		margin-right: auto;
		margin-left: auto;
		padding: 8.5px;
		border: 1px solid var(--gold);
		border-radius: 9999px;
		text-align: center;
	}
	ul.nav_cv li.contact a {
		background: var(--gold);
		color: #fff;
	}
}
@media screen and (max-width: 750px) {
	.hum-nav_inner {
		padding: 77px 20px 30px;
	}
}
@media screen and (max-width: 445px) {
	.header_logo {
		width: 195px;
	}
	.header_logo a {
		width: 195px;
	}
	.header_top {
		padding-right: 25px;
	}
	.bogo-language-switcher li {
		font-size: 11px !important;
	}
	.bogo-language-switcher li a {
		font-size: 11px !important;
	}
	.bogo-language-switcher li:first-of-type::after {
		padding: 0 7px;
	}
}
/*-----------------------------------------------------
	midasi
------------------------------------------------------*/
.midasi_01 {
	font-family: var(--font-ttl);
	font-size: 60px;
	font-weight: 500;
	line-height: 1.2;
}
.midasi_01.white {
	color: #fff;
}
@media screen and (max-width: 750px) {
	.midasi_01 {
		font-size: 32px;
	}
}
/*-----------------------------------------------------
	ボタン
------------------------------------------------------*/
.link_more_01 {
	display: inline-block;
	min-width: 128px;
	padding: 10px 20px;
	background: var(--gold);
	border-radius: 9999px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
	color: #fff;
}
.link_more_01.black {
	background: #27272F;
}
@media screen and (max-width: 750px) {
	.link_more_01 {
		padding: 9px 20px;
	}
}

/*-----------------------------------------------------
	#page_mv
------------------------------------------------------*/
.page_mv_mask_bg {
	background: #27272F;
}
#page_mv {
  position: relative;
	top: 0;
  z-index: 0;
  width: 100%;
  height: 604px;
	clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 80px),
    50% 100%,
    0 calc(100% - 80px)
  );
}
#page_mv::after {
  content: "";
  display: block;
  position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
}
#page_mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#page_mv .page_title {
  position: absolute;
	top: calc(50% + 55px);
	left: 0;
	transform: translateY(-50%);
  z-index: 2;
  width: 100%;
	padding-right: 40px;
	padding-left: 40px;
	text-align: center;
}
#page_mv .page_title h1, #page_mv .page_title div.h1_title {
	display: block;
	width: 100%;
	margin-bottom: 50px;
	font-family: var(--font-ttl);
	font-size: 100px;
	font-weight: 700;
	line-height: 1.1;
	color: #fff;
	text-align: center;
}
.page_mv_btn {
	justify-content: center;
	gap: 22px;
}
.page_mv_btn a {
	display: block;
	width: 264px;
	padding: 10px;
	background: #fff;
	border-radius: 9999px;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.6;
}
.page_mv_btn a:first-of-type {
	background: var(--gold);
	color: #fff;
}
.page_mv_btn a span {
	position: relative;
	padding-left: 18px;
}
.page_mv_btn a span::before {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("../img/common/link_arrow.svg") no-repeat center center;
  background-size: cover;
}
.page_mv_btn a:first-of-type span::before {
  background: url("../img/common/w_link_arrow.svg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
	#page_mv .page_title h1 {
		font-size: 60px;
	}
}
@media screen and (max-width: 750px) {
	#page_mv {
		height: 97.6vw;
		clip-path: polygon(
			0 0,
			100% 0,
			100% calc(100% - 10.667vw),
			50% 100%,
			0 calc(100% - 10.667vw)
		);
	}
	#page_mv .page_title {
		top: 100px;
		transform: none;
		padding-right: 20px;
		padding-left: 20px;
	}
	#page_mv .page_title h1, #page_mv .page_title div.h1_title {
		margin-bottom: 5.333vw;
		font-size: 	11.333vw;
	}
	.page_mv_btn {
		flex-direction: column;
		justify-content: center;
		gap: 2.667vw;
	}
	.page_mv_btn a {
		width: 70.4vw;
		margin-right: auto;
		margin-left: auto;
		font-size: 4.533vw;
	}
	.page_mv_btn a span {
		padding-left: 4.8vw;
	}
	.page_mv_btn a span::before {
		width: 3.2vw;
		height: 3.2vw;
	}
}
@media screen and (max-width: 414px) {
	#page_mv .page_title h1 {
		font-size: 	9.333vw;
	}
}
/*-----------------------------------------------------
	目次
------------------------------------------------------*/
#ez-toc-container {
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	flex-direction: column;
	width: 800px !important;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
  background: #F5F5F5 !important;
  border: none !important;
  box-shadow: none;
}
.ez-toc-title-container {
	display: block !important;
	width: 100%;
}
.ez-toc-title-container span {
	display: none !important;
}
#ez-toc-container nav {
	width: 100%;
	padding: 30px 24px 40px;
}
ul.ez-toc-list li a {
	display: block !important;
	padding: 10px 0;
	font-size: 16px !important;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-decoration: none !important;
	color: var(--gold) !important;
}
ul.ez-toc-list li a:visited {
  color: var(--gold) !important;
}
.ez-toc-counter nav ul li a::before {
	margin-right: 1.2em;
}
@media screen and (max-width: 750px) {
	#ez-toc-container {
		width: 100% !important;
		margin: 20px auto 60px;
	}
	#ez-toc-container nav {
		width: 100%;
		padding: 20px 25px 40px;
	}
	ul.ez-toc-list li a {
		font-size: 14px !important;
	}
}
/*-----------------------------------------------------
	.main
------------------------------------------------------*/
.main {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #27272F;
	color: #fff;
}
.main > .wp-block-group, .main_contents {
	padding-top: 100px;
	padding-bottom: 100px;
}
.main > .wp-block-group:first-of-type {
  padding-top: 0;
}
.main > .wp-block-group .wp-block-group__inner-container {
  width: 1080px;
  margin: 0 auto;
}
.bg_bk {
	background: var(--text-color);
}
.bg_wh {
	background: #fff;
	color: var(--text-color);
}
@media screen and (max-width: 1160px) {
  .main > .wp-block-group .wp-block-group__inner-container {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 750px) {
	.main {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.main > .wp-block-group, .main_contents {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.main > .wp-block-group:first-of-type {
		padding-top: 0;
	}
  .main > .wp-block-group .wp-block-group__inner-container {
    width: calc(100% - 40px);
  }
}
.contents_title {
	text-align: center;
}
.main h1 {
  margin-bottom: 20px;
	font-family: var(--font-ttl);
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
}
.main h1 span.date {
	display: block;
	margin-top: 10px;
	font-family: var(--font-en);
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	color: #C2B190;
}
.main .category {
	margin-bottom: 50px;
}
.main .category span {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px 20px;
	border: 1px solid var(--gold);
  border-radius: 999px;
	font-family: var(--font-en);
  font-size: 16px;
	font-weight: 400;
	line-height: 1;
  color: var(--gold);
}
.main .category span:last-of-type {
	margin-right: 0;
}
.blog_thumbnail {
	margin-top: -20px;
  margin-bottom: 80px;
}
.blog_thumbnail img {
  display: block;
  width: 80%;
  height: 432px;
  object-fit: cover;
	margin: 0 auto;
}
@media screen and (max-width: 750px) {
	.blog_thumbnail {
		margin-top: -40px;
		margin-bottom: 30px;
	}
  .blog_thumbnail img {
		width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
	.contents_title {
		text-align: left;
	}
	.main h1 {
		margin-bottom: 20px;
		font-size: 25px;
	}
	.main h1 span.date {
		font-size: 14px;
	}
	.main .category {
		margin-bottom: 50px;
	}
	.main .category span {
		font-size: 14px;
	}
}
/*-----------------------------------------------------
	case single
------------------------------------------------------*/

.main .case_img {
	width: 60%;
	margin: 0 auto 30px;
}
.main .before_after_img img {
  height: auto;
	object-fit: contain;
}
@media screen and (max-width: 750px) {
	.main .category span {
		font-size: 14px;
	}
	.main .case_img {
		width: 100%;
	}
}

/*-----------------------------------------------------
	リンク
------------------------------------------------------*/
.main a {
  color: var(--gold);
  text-decoration: underline;
}
.main p.link a {
	display: inline-block;
	min-width: 128px;
	padding: 10px 20px;
	background: var(--gold);
	border-radius: 9999px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 750px) {
	.main p.link a {
		padding: 9px 20px;
	}
}

.main hr {
  display: block;
  height: 1px;
  border: 0;   
  border-top: 1px solid #bcbcbc;
  margin: 3em 0;
  padding: 0;
}
.main h2 {
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.4;
}
.main h3 {
	margin-bottom: 30px;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.4;
}
.main h4 {
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.6;
}
.main h5 {
  margin-bottom: 30px;
  font-size: 15px;
	font-weight: 600;
	line-height: 1.6;
}
.main h6 {
  margin-bottom: 30px;
  font-size: 15px;
	font-weight: 600;
	line-height: 1.6;
}
.main p {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.main ul, .main ol {
  margin-bottom: 30px;
}
.main ul li {
  margin-bottom: 5px;
  margin-left: 20px;
  list-style-type: disc;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.main ol li {
  margin-bottom: 5px;
  margin-left: 20px;
  list-style-type: decimal;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.main figure {
  margin-bottom: 30px;
}
.main .wp-element-caption {
  font-size: 18px;
}
.main figure img {
  max-width: 100%;
  height: auto;
	border-radius: 20px;
}
.bk {
	color: var(--text-color);
}
.def table tr th {
	padding: 20px 10px;
	border: 1px solid #fff;
	font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
	vertical-align: middle;
	text-align: center;
}
.def table tr td {
	padding: 20px 10px;
	background: #fff;
	border: 1px solid var(--usugold);
	font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
	vertical-align: middle;
}
@media screen and (max-width: 1000px) {
	.wp-block-table.table-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
  .wp-block-table.table-scroll table {
    min-width: 450px;
    width: 100%;
    table-layout: fixed;
  }
	.wp-block-table.table-scroll th,
  .wp-block-table.table-scroll td {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .wp-block-table.table-scroll::-webkit-scrollbar {
    height: 8px;
  }
  .wp-block-table.table-scroll::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 999px;
  }
  .wp-block-table.table-scroll::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 999px;
  }
}
@media screen and (max-width: 781px) {
	.main h2 {
		margin-bottom: 10px;
		font-size: 26px;
		text-align: left !important;
	}
	.main h3 {
		margin-bottom: 10px;
		font-size: 18px;
		text-align: left !important;
	}
	.main h4 {
		margin-bottom: 10px;
	}
	.main h5 {
		margin-bottom: 10px;
	}
	.main h6 {
		margin-bottom: 10px;
	}
	.main p {
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 1.8;
		text-align: left !important;
	}
	.main ul, .main ol {
		margin-bottom: 10px;
	}
	.main ul li {
		font-size: 16px;
	}
	.main ol li {
		font-size: 16px;
	}
	.main .wp-block-column .wp-block-image .wp-element-caption {
		margin-bottom: 0;
	}
	.def table tr th {
		padding: 15px 10px;
		font-size: 14px;
	}
	.def table tr td {
		padding: 15px 10px;
		font-size: 14px;
	}
	.def.col2 table tr th {
		display: block;
		width: 100%;
		border: 1px solid var(--usugold);
	}
	.def.col2 table tr td {
		display: block;
		width: 100%;
		border-top: none;
	}
	.def.col2 table tr:first-of-type td:first-of-type {
		border-top: 1px solid var(--usugold);
	}
	:where(.wp-block-columns.is-layout-flex) {
		gap: 0 2em;
	}
	.order1 {
		order: 1;
	}
	.order2 {
		order: 2;
	}
}

/*-----------------------------------------------------
	.service_wrap
------------------------------------------------------*/
.service_wrap {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #F5F5F5;
}
.service_wrap > .flex {
	gap: 20px;
}
.service_wrap > .wrap.flex > .swiper-slide {
	width: calc((100% - 40px) / 3);
}
.service_wrap > .wrap.flex > .swiper-slide .treatment_card {
  display: block;
  overflow: hidden;
  border-radius: 15px;
	text-decoration: none;
}
.service_wrap > .wrap.flex > .swiper-slide .treatment_card figure {
  margin: 0;
  aspect-ratio: 348 / 216;
  overflow: hidden;
}
.service_wrap > .wrap.flex > .swiper-slide .treatment_card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
	border-radius: 15px 15px 0 0;
}
.service_wrap > .wrap.flex > .swiper-slide .treatment_card p {
	margin-bottom: 0 !important;
  padding: 20px 10px;
  background: var(--text-color);
	border-radius: 0 0 15px 15px;
  color: #fff;
}
@media screen and (max-width: 1160px) {
	.service_wrap > .wrap.flex > .swiper-slide {
		width: calc((100% - 20px) / 2);
	}
}
@media screen and (max-width: 750px) {
	.service_wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.service_wrap > .wrap.flex > .swiper-slide .treatment_card {
		border-radius: 12px;
	}
	.service_wrap > .wrap.flex > .swiper-slide .treatment_card img {
		border-radius: 12px 12px 0 0;
	}
	.service_wrap > .wrap.flex > .swiper-slide .treatment_card p {
		margin-bottom: 0 !important;
		padding: 14px 10px;
		border-radius: 0 0 12px 12px;
		font-size: 14px;
		line-height: 1.4;
	}
}
@media screen and (max-width: 500px) {
	.service_wrap > .wrap.flex > .swiper-slide {
		width: 100%;
	}
}
/*-----------------------------------------------------
	サムネ付きアーカイブリスト
------------------------------------------------------*/
.archive_wrap {
	padding-top: 96px;
	padding-bottom: 100px;
}
.archive_list {
  gap: 30px;
}
.archive_list_child {
	display: block;
  width: calc((100% - 60px) / 3);
}
.archive_list_child .thumb img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  margin-bottom: 20px;
}
.archive_list_child .date {
	margin-bottom: 15px;
	font-family: "Cormorant Garamond", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
}
.archive_list_child h2 {
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 950px) {
  .archive_list_child {
    width: calc((100% - 30px) / 2);
  }
  .archive_list_child .thumb img {
    height: 31.5vw;
  }
}
@media screen and (max-width: 750px) {
	.archive_wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
  .archive_list {
    gap: 30px;
  }
  .archive_list_child {
    width: 100%;
  }
  .archive_list_child .thumb img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
/* ========================================
共通
======================================== */
.archive_section {
  min-height: 700px;
  padding: 100px 0 120px;
  background: var(--glay);
	border-bottom: 1px solid #C2B190;
  color: #fff;
}
/* ========================================
NEWS
======================================== */
.news_archive_list {
  border-top: 1px solid #C2B190;
}
.news_archive_item {
  display: grid;
  grid-template-columns: 130px auto minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  min-height: 86px;
  padding: 20px 0;
  border-bottom: 1px solid #C2B190;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
.news_archive_item:hover {
  opacity: 0.65;
}
.news_archive_date {
  color: #C2B190;
  font-size: 16px;
  white-space: nowrap;
}
.news_archive_categories {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.news_archive_categories span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  padding: 3px 12px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}
.news_archive_title {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ========================================
BLOG
======================================== */
.blog_archive_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px 30px;
}
.blog_archive_item {
  min-width: 0;
}
.blog_archive_link {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
.blog_archive_link:hover {
  opacity: 0.7;
}
.blog_archive_thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 320 / 235;
  margin-bottom: 12px;
  border-radius: 10px;
}
.blog_archive_thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.blog_archive_link:hover .blog_archive_thumbnail img {
  transform: scale(1.04);
}
.blog_archive_date {
  display: block;
  margin-bottom: 7px;
  color: #C2B190;
  font-size: 18px;
}
.blog_archive_categories {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 8px;
}
.blog_archive_categories span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 12px;
  border: 1px solid var(--gold);
  border-radius: 100px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}
.blog_archive_title {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 900px) {
  .blog_archive_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  .archive_section {
    padding: 70px 0 90px;
  }
  /* NEWS */
  .news_archive_item {
    grid-template-columns: auto 1fr;
    gap: 8px 12px;
    padding: 18px 0;
  }
  .news_archive_date {
    font-size: 14px;
  }
  .news_archive_categories {
    align-items: center;
  }
  .news_archive_categories span {
    min-width: auto;
    padding: 3px 10px;
    font-size: 10px;
  }
  .news_archive_title {
    grid-column: 1 / -1;
    font-size: 16px;
    white-space: normal;
  }
  /* BLOG */
  .blog_archive_list {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .blog_archive_thumbnail {
    aspect-ratio: 345 / 230;
  }
  .blog_archive_title {
    font-size: 16px;
  }
}
/*-----------------------------------------------------
	ページネーション
------------------------------------------------------*/
.pagination {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
a.page-numbers, .pagination .current {
  display: block;
  margin: 0 3px;
	padding: 7px 9px;
	border: 1px solid var(--gold);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
	text-decoration: none;
  color: var(--gold);
}
span.page-numbers.dots {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 14px;
}
.pagination .current, a.page-numbers:hover {
	background: var(--gold);
	border: 1px solid var(--gold);
	color: #fff;
  opacity: 1;
}
a.page-numbers.next, a.page-numbers.prev {
  position: relative;
  width: 27.78px;
  height: 30px;
  margin: 0 10px;
  background: var(--gold);
  border: 1px solid var(--gold);
  color: #fff;
}
a.page-numbers.next {
  margin-right: 0;
}
a.page-numbers.prev {
  margin-left: 0;
}
a.page-numbers.next img, 
a.page-numbers.prev img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
a.page-numbers.prev img {
  transform: translate(-50%, -50%) scaleX(-1);
}
a.page-numbers.next:hover, a.page-numbers.prev:hover {
	background: var(--gold);
  opacity: .6;
}

/*-----------------------------------------------------
	footer
------------------------------------------------------*/
footer {
	padding-top: 100px;
  background: var(--glay);
}
footer h2 {
	margin-bottom: 80px;
	text-align: center;
}
.footer_inner {
	justify-content: space-between;
	padding-bottom: 100px;
}
.footer_l {
	width: 48%;
}
.footer_l dl dt {
	width: 117px;
	padding-bottom: 15px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.6;
	color: var(--gold);
}
.footer_l dl dd {
	width: calc(100% - 117px);
	padding-bottom: 15px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
}
.footer_l dl dd a {
	color: #fff;
}
.footer_l h3 {
	margin-top: 25px;
	padding: 10px 0;
	border-top: 1px solid var(--gold);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.6;
	color: var(--gold);
}
.footer_l table {
	width: 100%;
	margin-bottom: 10px;
  font-size: 15px;
	font-weight: 600;
	line-height: 1.6;
	color: var(--gold);
	text-align: center;
}
.footer_l table th {
	padding-top: 10px;
  padding-bottom: 10px;
	border-bottom: 1px solid #F5F5F5;
}
.footer_l table tbody tr th:first-of-type {
  width: 110px;
}
.footer_l table tbody tr td {
	padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #F5F5F5;
}
.footer_l p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
}
.footer_r {
	width: 48%;
}
.footer_r iframe {
	width: 100%;
	height: 290px;
	border-radius: 15px;
}
.footer_bottom {
	padding-top: 20px;
  padding-bottom: 20px;
	background: var(--text-color);
}
.footer_bottom .flex {
	align-items: flex-end;
}
.footer_bottom_l {
	width: 38%;
}
.footer_bottom_l h3 {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.6;
	color: var(--gold);
}
.footer_bottom_l p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
}
.footer_bottom_r {
	width: 62%;
	text-align: right;
}
.footer_bottom_r ul li {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
}
.footer_bottom_r ul li span {
	display: inline-block;
	padding: 0 10px;
}
.footer_bottom_r ul li a {
	color: #fff;
}
@media screen and (max-width: 1160px) {
	.footer_bottom_l {
		width: 100%;
		margin-bottom: 20px;
	}
	.footer_bottom_r {
		width: 100%;
		text-align: left;
	}
}
@media screen and (max-width: 900px) {
	.footer_inner {
		gap: 10px;
	}
	.footer_l {
		width: 100%;
	}
	.footer_r {
		width: 100%;
	}
}
@media screen and (max-width: 750px) {
	footer {
		padding-top: 30px;
	}
	footer h2 {
		margin-bottom: 20px;
	}
	.footer_inner {
		padding-bottom: 30px;
	}
	.footer_l dl dt {
		padding-bottom: 10px;
		font-size: 15px;
	}
	.footer_l dl dd {
		padding-bottom: 10px;
		font-size: 15px;
	}
	.footer_l h3 {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.footer_l table,
  .footer_l table tbody,
  .footer_l table tr {
    display: block;
    width: 100%;
  }
  .footer_l table tr:first-child {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .footer_l table tr:first-child th:first-child {
    display: none;
  }
  .footer_l table th {
    display: block;
		padding-top: 10px;
		padding-bottom: 10px;
  }
  .footer_l table tr:not(:first-child) {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .footer_l table td {
    display: block;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
  }
  .footer_l table td:first-child {
    grid-column: 1 / -1;
		padding-top: 5px !important;
		padding-bottom: 0 !important;
		border-bottom: none;
		text-align: left;
  }
	.footer_l p {
		font-size: 15px;
	}
	.footer_r iframe {
		height: 77.333vw;
	}
	.footer_bottom {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.footer_bottom_r ul li:first-of-type {
		width: 100%;
	}
	.footer_bottom_r ul li:first-of-type span {
		display: none;
	}
	.footer_bottom_r ul li span {
		padding: 0 5px;
	}
}
/*-----------------------------------------------------
	others
------------------------------------------------------*/
.ani {
  visibility: hidden;
}
.tb {
	display: none !important;
}
.sp {
	display: none !important;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	~750px SP
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
	/*-----------------------------------------------------
		Elements
	------------------------------------------------------*/	
  img {
    max-width: 100%;
    height: auto;
  }
	/*-----------------------------------------------------
		Elements
	------------------------------------------------------*/
	body {
		word-wrap: break-word;
	}
	a[href^="tel:"] {
		pointer-events: auto;
	}
	/*-----------------------------------------------------
		others
	------------------------------------------------------*/
	.tb {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
}

@media screen and (max-width: 414px) {
  .tb {
		display: none !important;
	}
  .sp {
		display: block !important;
	}
}
