@charset "UTF-8";
/*
Theme Name: THE STEEL HOTEL
*/
@import url("//fonts.googleapis.com/css2?family=Abril+Fatface&family=Jost:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap");
/*--- all ---*/
html {
	font-size: 100%;
}

@media (max-width: 899px) {
	html {
		font-size: 90%;
	}
}

body {
	font-family: "Jost", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", sans-serif;
	line-height: 1.8;
	color: #231815;
	position: relative;
	font-size: 0.875rem;
	letter-spacing: 0.22em;
}

@media (max-width: 899px) {
	body::-webkit-scrollbar {
		display: none;
	}
}

@media (min-width: 520px) {
	br.sm {
		display: none;
	}
}

@media (max-width: 899px) {
	br.pc {
		display: none;
	}
}

@media (max-width: 519px) {
	br.md {
		display: none;
	}
}

@media (max-width: 899px) {
	.pconly {
		display: none !important;
	}
}

@media (min-width: 900px) {
	.smonly {
		display: none !important;
	}
}

.inner {
	margin: 0 auto;
	width: 92%;
}

@media (min-width: 900px) {
	.inner {
		width: 90%;
		max-width: 1000px;
	}

	.inner.wide {
		max-width: 1400px;
	}
}

/*---- ベース ----*/
blockquote {
	padding: 1rem 1rem;
	margin: 1rem auto;
	background-color: #f0f0f0;
	border-radius: 1rem;
}

blockquote *:first-child {
	margin-top: 0;
}

blockquote *:last-child {
	margin-bottom: 0;
}

iframe {
	width: 100%;
	display: block;
	margin: 0 auto 1rem;
}

.table_wrap {
	overflow-x: auto;
	margin: 1.5em auto;
}

table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1rem;
	text-align: left;
	margin: 1.5em auto;
}

table th,
  table td {
	border: 1px solid #000027;
	padding: 1rem 1rem;
}

table th {
	background-color: #f0f0f0;
}

input,
textarea,
button,
select {
	font-family: "Jost", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", sans-serif;
}

label {
	cursor: pointer;
}

select,
textarea,
[type="url"],
[type="text"],
[type="date"],
[type="tel"],
[type="email"],
[type="number"] {
	padding: 0.5em;
	margin: 10px 0;
	border: 1px solid #4b4b4b;
	background-color: #f0f0f0;
}

select::placeholder,
  textarea::placeholder,
  [type="url"]::placeholder,
  [type="text"]::placeholder,
  [type="date"]::placeholder,
  [type="tel"]::placeholder,
  [type="email"]::placeholder,
  [type="number"]::placeholder {
	color: #777;
}

textarea,
[type="url"],
[type="text"],
[type="tel"],
[type="email"] {
	width: 100%;
}

[type="submit"] {
	text-align: center;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-family: inherit;
	padding: 0.5rem 1rem;
	margin: 2rem auto;
	font-size: 0.875rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-family: "Jost", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", sans-serif;
	color: #fff;
	border: 1px solid #000027;
	background-color: #000027;
	width: 100%;
	max-width: 280px;
	position: relative;
	cursor: pointer;
	transition: all 0.5s;
	min-height: 50px;
}

[type="submit"]::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 10px;
	transform: translateY(-50%) rotate(45deg);
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	width: 7px;
	height: 7px;
	font-weight: bold;
	transition: all 0.5s;
}

[type="submit"]:hover {
	opacity: 1;
	color: #000027;
	background-color: #fff;
}

.c_language {
	position: relative;
	margin-right: 25px;
}

@media (max-width: 899px) {
	.c_language {
		margin-right: 0;
	}
}

.c_language_head {
	display: flex;
	align-items: center;
	gap: 6px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}

@media (max-width: 899px) {
	.c_language_head .icon {
		max-width: 15px;
	}
}

.c_language_head span {
	font-size: 0.875rem;
	letter-spacing: 0.22rem;
	font-weight: 700;
}

@media (max-width: 899px) {
	.c_language_head span {
		font-size: 0.734rem;
	}
}

.c_language_nav {
	position: absolute;
	width: 100%;
	min-width: 120px;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 100%);
	background-color: #000027;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s all ease-in-out;
}

.c_language_nav a {
	display: block;
	font-size: 0.875rem;
	padding: 12px 6px;
	transition: 0.3s all ease-in-out;
}

.c_language_nav a:not(:last-child) {
	border-bottom: 1px solid #fff;
}

.c_language_nav a:hover {
	background-color: #fff;
	color: #000027;
}

@media (max-width: 899px) {
	.c_language_nav a {
		font-size: 0.734rem;
	}
}

.c_language:hover .c_language_nav {
	opacity: 1;
	visibility: visible;
}

.c_formlist {
	display: grid;
	margin: 1rem auto 2rem;
	font-size: 1rem;
	max-width: 800px;
}

@media (min-width: 900px) {
	.c_formlist {
		grid-template-columns: 280px 1fr;
		gap: 20px 0;
		width: 90%;
	}
}

@media (max-width: 899px) {
	.c_formlist {
		grid-template-columns: 1fr;
		max-width: 520px;
	}
}

.c_formlist dt,
  .c_formlist dd {
	margin: 0;
	padding: 0.5em 0.5em;
}

.c_formlist dt {
	font-weight: bold;
}

@media (max-width: 899px) {
	.c_formlist dt {
		font-size: 1.125rem;
		padding: 0.2em 0em;
	}
}

@media (max-width: 899px) {
	.c_formlist dd {
		margin-bottom: 1rem;
	}
}

.c_formlist .flex {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.c_formlist .flex > * {
	flex: 1 1 200px;
	margin: 0;
}

.c_formlist .must {
	display: inline-block;
	padding: 2px 5px;
	vertical-align: text-top;
	margin: 0 5px;
	line-height: 1.4;
	border-radius: 5px;
	font-size: 0.8em;
	background-color: #bc1b1b;
	color: #fff;
}

/*---- 見出し系 ----*/
.t_ac {
	text-align: center;
}

.t_ar {
	text-align: right;
}

.t_al {
	text-align: left;
}

.t_center {
	color: #000027;
	font-size: 1.25rem;
	text-align: center;
	margin: 2.5rem 0;
}

.t_logotitle {
	text-align: center;
	margin-bottom: 90px;
}

@media (max-width: 899px) {
	.t_logotitle {
		margin-bottom: 50px;
	}
}

.t_lead {
	font-size: 1rem;
	max-width: 660px;
	margin: 70px auto 90px;
	font-weight: normal;
}

@media (max-width: 899px) {
	.t_lead {
		width: 90%;
		margin: 30px auto 50px;
	}
}

.t_copy {
	text-align: center;
	font-size: 1.4rem;
	margin: 70px 0 90px;
	font-family: "Jost", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: normal;
}

@media (max-width: 899px) {
	.t_copy {
		margin: 30px 0 50px;
	}
}

.t_seriftitle {
	text-align: center;
	font-size: 1.75rem;
	margin: 30px 0 50px;
	line-height: 1.4;
	font-family: "Jost", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: normal;
}

@media (max-width: 899px) {
	.t_seriftitle {
		margin: 20px 0 30px;
	}
}

.t_sectitle {
	font-size: 2.875rem;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: 600;
	line-height: 1.4;
	margin: 60px 0;
	border: none;
}

.t_sectitle small {
	font-size: 0.875rem;
	display: block;
}

@media (max-width: 899px) {
	.t_sectitle {
		margin: 30px 0;
		font-size: 2.5rem;
	}
}

.t_h2 {
	text-align: center;
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 1.7;
	margin: 80px 0;
}

.t_h2 strong {
	font-size: 1.25em;
	font-weight: normal;
}

@media (max-width: 899px) {
	.t_h2 {
		margin: 40px 0;
		font-size: 1.3rem;
	}
}

.t_page_title {
	text-align: center;
	font-size: 3.5rem;
	line-height: 1.4;
}

@media (min-width: 520px) and (max-width: 899px) {
	.t_page_title {
		font-size: 2.75rem;
	}
}

@media (max-width: 519px) {
	.t_page_title {
		font-size: 2.5rem;
	}
}

.t_page_title small {
	display: block;
	font-size: 1.25rem;
}

/*---- セクション ----*/
.l_main {
	overflow-x: hidden;
}

.l_main *:first-child {
	margin-top: 0;
}

.l_main *:last-child {
	margin-bottom: 0;
}

.l_section {
	padding: 100px 0;
}

@media (max-width: 899px) {
	.l_section {
		padding: 50px 0;
	}
}

header {
	padding-top: 110px;
}

@media (max-width: 899px) {
	header {
		padding-top: 60px;
	}
}

.l_header {
	position: relative;
	background-color: #000027;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
	transition: background 0.8s;
}

@media (max-width: 899px) {
	.l_header.is_scroll {
		background-color: rgba(0, 0, 39, 0.9);
	}
}

.l_header .inner {
	max-width: unset;
	padding: 10px 40px;
	min-height: 110px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 899px) {
	.l_header .inner {
		padding: 4px 0;
		min-height: 60px;
	}
}

.l_header .logo {
	margin: 0;
}

@media (max-width: 899px) {
	.l_header .logo {
		max-width: 45%;
	}
}

.l_header .menu_col {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 60px;
	position: relative;
}

@media (max-width: 899px) {
	.l_header .menu_col {
		padding-right: 40px;
	}
}

.l_header .h_btnlist {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0;
}

.l_header .h_btnlist > li:not(:first-of-type) {
	margin-left: 30px;
}

.l_header .h_btnlist .btn {
	border-color: #fff;
	min-width: 145px;
	font-size: 1rem;
	font-weight: bold;
	min-height: 35px;
}

.l_header .h_btnlist .btn::after {
	display: none;
}

@media (max-width: 899px) {
	.l_header .h_btnlist {
		display: none;
	}
}

.l_header .c_nav_btn {
	transform: translateY(-50%);
	top: 50%;
	right: 0;
}

.l_header .c_nav_btn::before, .l_header .c_nav_btn::after,
    .l_header .c_nav_btn span {
	background-color: #fff;
}

.c_nav_btn {
	z-index: 150;
	display: inline-block;
	width: 35px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	top: 40px;
	right: 20px;
	z-index: 100;
}

.c_nav_btn::before, .c_nav_btn::after,
  .c_nav_btn span {
	display: inline-block;
	position: absolute;
	content: "";
	left: 50%;
	width: 100%;
	height: 2px;
	background-color: #000027;
	transition: all 0.5s;
	transform: translate(-50%, -50%);
}

.c_nav_btn span {
	top: 35%;
}

.c_nav_btn::before {
	top: 12%;
}

.c_nav_btn::after {
	top: 58%;
}

@media (max-width: 899px) {
	.c_nav_btn {
		width: 26px;
		height: 32px;
	}
}

.c_nav_btn.open span {
	transform: translate(-50%, -50%) scale(0);
	opacity: 0;
}

.c_nav_btn.open::before {
	transform: translate(-50%, -50%) rotate(135deg);
	top: 35%;
}

.c_nav_btn.open::after {
	transform: translate(-50%, -50%) rotate(-135deg);
	top: 35%;
}

.c_nav_btn small {
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	white-space: nowrap;
	line-height: 1;
	font-weight: normal;
	letter-spacing: normal;
	font-weight: 600;
	font-size: 10px;
}

@media (max-width: 899px) {
	.c_nav_btn small {
		transform: translateX(-50%) scale(0.8);
	}
}

.l_footer {
	padding: 60px 0 100px;
}

@media (max-width: 899px) {
	.l_footer {
		padding: 30px 0 60px;
	}
}

.l_footer .btn_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
	margin-bottom: 50px;
}

@media (max-width: 899px) {
	.l_footer .btn_list {
		grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
		margin-bottom: 30px;
	}
}

.l_footer .btn_list .btn {
	font-size: 1rem;
	max-width: 400px;
	font-weight: bold;
}

.l_footer .f_logo {
	text-align: center;
	margin-bottom: 50px;
}

@media (max-width: 899px) {
	.l_footer .f_logo {
		margin-bottom: 30px;
	}
}

.l_footer .blc_info {
	margin-bottom: 60px;
}

@media (max-width: 899px) {
	.l_footer .blc_info {
		margin-bottom: 40px;
	}
}

.l_footer .blc_info p {
	text-align: center;
}

.l_footer .blc_sns {
	text-align: center;
	margin-bottom: 20px;
}

.l_footer .blc_sns li {
	display: inline-block;
	margin: 5px 5px;
}

.l_footer .blc_menu {
	text-align: center;
	margin-bottom: 30px;
}

.l_footer .blc_menu li {
	display: inline-block;
	margin: 5px 10px;
}

.l_footer .blc_menu a {
	padding: 5px;
}

.l_footer .copyright {
	text-align: center;
	font-size: 12.5px;
	margin-top: 30px;
}

.l_footer--en .blc_info p {
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
}

.l_footer--en .blc_sns {
	margin-bottom: 60px;
}

@media (max-width: 899px) {
	.l_footer--en .blc_sns {
		margin-bottom: 20px;
	}
}
/* z-indexを0から1へ変更,topを0から10へ変更 24.7.4 emi */
.l_nav {
	z-index: 1;
	position: fixed;
	top: 10;
	left: 0;
	width: 100%;
	max-height: 100vh;
	padding: 90px 20px 60px;
	overflow-y: auto;
	transition: all 0.5s;
	background-color: #fff;
	color: #231815;
	transform: translateY(-100%);
	opacity: 0;
}

@media (max-width: 899px) {
	.l_nav {
		padding: 60px 0 60px;
	}
}

.l_nav.open {
	transform: translateY(0);
	opacity: 1;
}

.l_nav .inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

@media (min-width: 900px) {
	.l_nav .inner {
		padding: 0 0px;
		display: grid;
		gap: 25px 5%;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: auto auto 1fr;
		align-items: flex-start;
		grid-template-areas: "menu1 menu2 menu3 btn" "menu1 menu2 cta cta" "menu1 menu2 sns sns";
	}

	.l_nav .inner .blc_logo {
		display: none;
	}

	.l_nav .inner .blc_cta {
		grid-area: cta;
	}

	.l_nav .inner .blc_btn {
		grid-area: btn;
	}

	.l_nav .inner .blc_menu.first {
		grid-area: menu1;
	}

	.l_nav .inner .blc_menu.second {
		grid-area: menu2;
	}

	.l_nav .inner .blc_menu.third {
		grid-area: menu3;
	}

	.l_nav .inner .blc_sns {
		grid-area: sns;
	}
}

.l_nav .c_nav_btn {
	z-index: 100;
	top: 40px;
	right: 40px;
}

@media (max-width: 899px) {
	.l_nav .c_nav_btn {
		top: 20px;
		right: 20px;
	}
}

.l_nav .blc_logo {
	text-align: center;
	margin-bottom: 50px;
}

.l_nav .blc_cta {
	background-color: #000027;
	color: #fff;
	padding: 10px;
	letter-spacing: 0.1em;
}

.l_nav .blc_cta strong {
	font-weight: normal;
}

.l_nav .blc_cta .tel a {
	font-weight: 600;
	display: inline-block;
}

@media (min-width: 900px) {
	.l_nav .blc_cta {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 8px 5%;
		line-height: 1.4;
	}

	.l_nav .blc_cta .tel p {
		margin: 0;
		font-size: 10px;
	}

	.l_nav .blc_cta .tel a {
		font-size: 14px;
		letter-spacing: 0.16em;
		white-space: nowrap;
	}

	.l_nav .blc_cta .customer {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
	}

	.l_nav .blc_cta .customer p {
		margin: 0;
		line-height: 1.4;
	}

	.l_nav .blc_cta .customer strong {
		font-size: 10px;
	}

	.l_nav .blc_cta .customer span {
		font-size: 11px;
		margin-left: 5px;
		margin-right: 5px;
	}
}

@media (min-width: 1200px) {
	.l_nav .blc_cta .tel a {
		font-size: 18px;
	}

	.l_nav .blc_cta .customer strong {
		font-size: 10px;
	}

	.l_nav .blc_cta .customer span {
		margin-left: 20px;
		font-size: 10px;
	}
}

@media (max-width: 899px) {
	.l_nav .blc_cta {
		max-width: 480px;
		text-align: center;
		margin: 0 auto 1rem;
	}

	.l_nav .blc_cta .tel p {
		margin: 0;
		font-size: 15px;
	}

	.l_nav .blc_cta .tel a {
		font-size: 1.6rem;
	}

	.l_nav .blc_cta .customer p {
		margin: 0;
		line-height: 1.4;
	}

	.l_nav .blc_cta .customer strong {
		font-size: 13px;
	}

	.l_nav .blc_cta .customer span {
		display: block;
		font-size: 11px;
	}
}

@media (max-width: 899px) {
	.l_nav .blc_btn {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
		max-width: 480px;
		margin: 0 auto 40px;
	}
}

@media (min-width: 900px) {
	.l_nav .blc_btn > li:not(:last-of-type) {
		margin-bottom: 25px;
	}
}

.l_nav .blc_btn .btn {
	font-weight: bold;
	font-size: 1rem;
}

.l_nav .blc_menu > li {
	margin-bottom: 20px;
}

@media (min-width: 900px) {
	.l_nav .blc_menu > li:last-of-type {
		margin-bottom: 0;
	}
}

.l_nav .blc_menu > li > a {
	font-size: 0.95rem;
	font-weight: 600;
	display: block;
	letter-spacing: 0.12em;
	border-bottom: 1px solid #4b4b4b;
	padding-bottom: 10px;
	letter-spacing: 0.12em;
}

.l_nav .blc_menu > li > a small {
	display: block;
	font-size: 11px;
	line-height: 1.6;
	letter-spacing: 0.04em;
	font-weight: 500;
	color: #4b4b4b;
}

.l_nav .blc_menu .submenu {
	font-size: 11px;
	letter-spacing: 0.04em;
	font-weight: 500;
	color: #4b4b4b;
	padding: 10px 0;
}

.l_nav .blc_menu .submenu > li {
	margin-bottom: 10px;
}

.l_nav .blc_menu .submenu > li a {
	display: block;
}

.l_nav .blc_menu a[target="_blank"] {
	position: relative;
	padding-right: 20px;
}

.l_nav .blc_menu a[target="_blank"]::after {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 5px;
	content: url("images/common/icon_link.svg");
}

@media (max-width: 899px) {
	.l_nav .blc_menu {
		width: 80%;
		min-width: 280px;
		max-width: 480px;
		margin: 0 auto 0px;
	}
}

.l_nav .blc_sns {
	display: flex;
	align-items: center;
	justify-content: center;
}

.l_nav .blc_sns > li:not(:first-of-type) {
	margin-left: 20px;
}

@media (min-width: 900px) {
	.l_nav .blc_sns {
		justify-content: flex-end;
		padding-top: 5px;
	}
}

@media (max-width: 899px) {
	.l_nav .blc_sns {
		padding: 20px 0;
	}
}

.l_tricol {
	display: grid;
	justify-items: center;
}

@media (min-width: 900px) {
	.l_tricol {
		margin: 80px auto;
		grid-template-columns: repeat(3, 1fr);
		gap: 50px 5%;
	}
}

@media (max-width: 899px) {
	.l_tricol {
		margin: 40px auto;
		grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
		gap: 30px 3%;
	}
}

.l_twocol {
	display: grid;
	justify-items: center;
}

@media (min-width: 900px) {
	.l_twocol {
		margin: 80px auto;
		grid-template-columns: repeat(2, 1fr);
		gap: 50px 5%;
	}
}

@media (max-width: 899px) {
	.l_twocol {
		margin: 40px auto;
		grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
		gap: 30px 5%;
	}
}
/* z-indexを99から120へ変更変更 24.7/4.emi */
.modal_bg {
	position: fixed;
	z-index: auto;
	width: 100%;
	height: 0;
	background-color: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.5s;
}

.modal_bg.open {
	height: 100vh;
	/* opacity: 1; */
}

.l_flex_center {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

/*---- コンポーネント----*/
.btn {
	text-align: center;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0.5rem 1rem;
	margin: 0 auto;
	font-size: 0.875rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-family: "Jost", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", sans-serif;
	color: #fff;
	border: 1px solid #000027;
	background-color: #000027;
	width: 100%;
	max-width: 280px;
	position: relative;
	cursor: pointer;
	transition: all 0.5s;
	min-height: 50px;
}

.btn::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 10px;
	transform: translateY(-50%) rotate(45deg);
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	width: 7px;
	height: 7px;
	font-weight: bold;
}

.btn strong {
	display: inline-block;
	line-height: 1.2;
	font-size: 1.2em;
	font-weight: bold;
}

.btn small {
	display: inline-block;
	line-height: 1;
	font-size: 10px;
	font-weight: normal;
}

.btn.white {
	color: #000027;
	background-color: #fff;
}

.btn.white:hover {
	color: #fff;
	background-color: #000027;
}

.btn.pink {
	background-color: #ad7e7b;
	border-color: #ad7e7b;
}

.btn.pink:hover {
	color: #ad7e7b;
}

.btn:hover {
	opacity: 1;
	color: #000027;
	background-color: #fff;
}

.btn_line {
	text-align: center;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0.5rem 1rem;
	margin: 0 auto;
	font-size: 1.125rem;
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-weight: bold;
	width: 100%;
	max-width: 280px;
	font-family: "Jost", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", sans-serif;
	position: relative;
	cursor: pointer;
	transition: all 0.5s;
	min-height: 50px;
	color: #1a1a1a;
	border: 1px solid #1a1a1a;
	background-color: transparent;
}

.btn_line::before, .btn_line::after {
	position: absolute;
	content: "";
	top: 50%;
	transition: all 0.5s;
	pointer-events: none;
}

.btn_line::after {
	right: 10px;
	transform: translateY(-50%) rotate(45deg);
	border-top: 1px solid #1a1a1a;
	border-right: 1px solid transparent;
	width: 15px;
	height: 15px;
	opacity: 0;
}

.btn_line::before {
	width: 100px;
	height: 1px;
	right: 0%;
	transform: translate(50%, -50%);
	background-color: #1a1a1a;
}

.btn_line strong {
	display: inline-block;
	line-height: 1.2;
	font-size: 1.2em;
	font-weight: bold;
}

.btn_line small {
	display: inline-block;
	line-height: 1;
	font-size: 10px;
	font-weight: normal;
}

.btn_line:hover {
	opacity: 1;
	background-color: #f0f0f0;
}

.btn_line:hover::after {
	transform: translateY(-50%) rotate(45deg);
	opacity: 1;
	right: -49px;
}

.bg_gray {
	background-color: #f0f0f0;
}

.c_tag {
	display: inline-block;
	padding: 5px 1rem;
	border: 1px solid #1a1a1a;
	border-radius: 5px;
	text-align: center;
	font-size: 0.8rem;
	transition: all 0.3s;
}

.c_tag:hover {
	background-color: #1a1a1a;
	color: #fff;
}

.c_tag_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 2rem auto 3rem;
}

.c_tag_list > * {
	margin: 5px;
}

.c_tag_list > *:first-child, .c_tag_list > *:last-child {
	margin: 5px;
}

.c_tag_list.link .c_tag {
	background-color: #333;
	color: #fff;
}

@media (min-width: 900px) {
	.c_tag_list.link .c_tag {
		min-width: 180px;
	}
}

@media (max-width: 899px) {
	.c_tag_list.link .c_tag {
		min-width: 120px;
	}
}

.c_pagecatch {
	position: relative;
}

.c_pagecatch .catch_title {
	font-size: 3.4rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
}

.c_pagecatch .catch_title small {
	font-size: 1.25rem;
	font-weight: normal;
	letter-spacing: 0.22em;
	display: block;
}

@media (max-width: 899px) {
	.c_pagecatch {
		margin-bottom: 60px;
	}

	.c_pagecatch .catch_text .script {
		text-align: right;
	}

	.c_pagecatch .catch_title {
		font-size: 2.5rem;
	}

	.c_pagecatch .catch_img {
		margin-bottom: 10px;
	}

	.c_pagecatch .catch_img img {
		width: 100%;
	}
}

@media (min-width: 900px) {
	.c_pagecatch {
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-start;
		position: relative;
		margin-bottom: 100px;
	}

	.c_pagecatch .catch_text {
		position: absolute;
		flex: 0 0 auto;
		left: 5%;
		top: 50%;
		transform: translateY(-40%);
		z-index: 2;
	}

	.c_pagecatch .catch_text .script {
		text-align: right;
		width: 40vw;
	}

	.c_pagecatch .catch_title {
		position: relative;
		z-index: 2;
	}

	.c_pagecatch .catch_img {
		flex: 0 1 70%;
		position: relative;
	}

	.c_pagecatch .catch_img img {
		position: relative;
		z-index: 1;
		width: 100%;
		display: block;
	}
}

@media (min-width: 1200px) {
	.c_pagecatch .catch_text {
		left: 12%;
		top: 60%;
		transform: translateY(-30%);
	}

	.c_pagecatch .catch_text .script {
		text-align: right;
		margin-top: -30px;
		margin-bottom: 20px;
		width: 27vw;
		max-width: 370px;
	}

	.c_pagecatch .catch_img {
		flex: 0 1 56%;
	}
}

.c_newslist {
	margin: 40px auto 60px;
	max-width: 830px;
}

.c_newslist > li {
	display: flex;
	padding: 15px 0;
	border-bottom: 1px solid #231815;
	line-height: 1.6;
}

.c_newslist > li time {
	flex: 0 0 auto;
	display: inline-block;
	padding: 0 10px;
}

.c_newslist > li .blc_cat {
	flex: 0 0 22%;
	display: inline-block;
	padding: 0 10px;
}

.c_newslist > li .cat {
	display: inline-block;
	border: 1px solid #231815;
	border-radius: 5px;
	font-size: 12px;
	padding: 2px 5px;
	line-height: 1.2;
}

.c_newslist > li .cat a {
	display: inline-block;
}

.c_newslist > li .cat a:not(:last-of-type) {
	margin-right: 0.6em;
}

.c_newslist > li .title {
	flex: 1 1 auto;
	padding: 0 10px;
	margin: 0;
	font-size: 1em;
	line-height: 1.6;
	font-weight: normal;
}

@media (max-width: 899px) {
	.c_newslist > li {
		display: block;
		padding: 1rem 10px;
	}

	.c_newslist > li time {
		padding: 0;
		margin-right: 20px;
	}

	.c_newslist > li .blc_cat {
		padding: 0;
	}

	.c_newslist > li .title {
		padding: 0;
		margin-top: 10px;
		display: block;
	}
}

.c_bread_list li {
	display: inline-block;
}

.c_bread_list li:not(:last-of-type)::after {
	content: ">";
	margin: 0 3px;
	pointer-events: none;
}

@media (max-width: 899px) {
	.c_bread_list li:not(:last-of-type)::after {
		margin: 0;
	}
}

.c_catch {
	background: #1a1a1a no-repeat center/cover;
	width: 100%;
	padding: 30px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	min-height: 220px;
}

.c_catch .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.c_hrimg img {
	min-height: 40px;
	width: 100%;
	object-fit: contain;
	height: 100%;
}

.c_plancard {
	max-width: 480px;
	width: 100%;
}

.c_plancard .thumb {
	width: 100%;
	margin-bottom: 1.5rem;
	position: relative;
}

.c_plancard .thumb::before {
	content: "";
	display: block;
	padding-top: 70%;
}

.c_plancard .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c_plancard .title {
	margin: 0 0 1rem;
	font-size: 1rem;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.06em;
}

.c_plancard .info {
	font-size: 0.825rem;
	text-align: center;
}

.c_plancard .info span {
	margin: 0 10px;
}

.c_plancard P {
	font-size: 11px;
}

.c_micecard {
	width: 100%;
	max-width: 480px;
	padding-bottom: 20px;
}

.c_micecard .thumb {
	width: 100%;
	margin-bottom: 1rem;
	position: relative;
}

.c_micecard .thumb::before {
	content: "";
	display: block;
	padding-top: 62.5%;
}

.c_micecard .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c_micecard .title {
	margin: 0 0 1rem;
	font-size: 1.5rem;
	line-height: 1.4;
	letter-spacing: 0.06em;
}

.c_micecard .title small {
	font-size: 0.875rem;
	font-weight: normal;
	letter-spacing: 0.22em;
	display: block;
	margin-top: 10px;
}

.c_micecard .info {
	margin-top: 1.75rem;
	font-size: 0.75rem;
}

.c_newscard {
	width: 100%;
	max-width: 760px;
}

.c_newscard .thumb {
	width: 100%;
	margin-bottom: 1rem;
	position: relative;
}

.c_newscard .thumb::before {
	content: "";
	display: block;
	padding-top: 62.5%;
}

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

.c_newscard .title {
	margin: 1rem 0 2rem;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
}

@media (max-width: 519px) {
	.c_newscard .title {
		margin-bottom: 1rem;
	}
}

.c_newscard .cat {
	margin: 0px 0 10px;
}

.c_newscard .cat a {
	margin: 3px 2px;
	padding: 3px 5px;
}

@media (min-width: 900px) {
	.c_newscard .content {
		padding: 1rem;
		display: flex;
		flex-direction: column;
		min-height: 220px;
	}
}

.c_newscard time {
	font-style: italic;
	margin-top: auto;
}

.p_sec_bread {
	background-color: #bebebe;
	padding: 10px 0;
}

.p_sec_bread .inner {
	max-width: 1140px;
}

@media (max-width: 899px) {
	.p_pagecatch {
		padding: 50px 0 50px;
	}
}

@media (min-width: 900px) {
	.p_pagecatch {
		padding: 80px 0 50px;
	}

	.p_pagecatch .inner {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.p_pagecatch {
		padding: 130px 0 50px;
	}
}

.c_pagination {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 2rem auto;
}

.c_pagination a,
  .c_pagination span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 34px;
	height: 34px;
	border: 1px solid #1a1a1a;
	transition: all 0.3s;
}

.c_pagination a:hover,
  .c_pagination span {
	background-color: #1a1a1a;
	color: #fff;
	opacity: 1;
}

.c_youtube_wrap iframe {
	aspect-ratio: 16/9;
	display: block;
	margin: 0 auto;
	height: auto;
}

.c_pointlist {
	margin: 2rem auto 4rem;
	letter-spacing: 0.02em;
	counter-reset: item;
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem 5%;
}

.c_pointlist > li {
	counter-increment: item;
	position: relative;
}

.c_pointlist > li:before {
	content: "0" counter(item);
	font-size: 2.25rem;
	font-weight: 600;
}

.c_pointlist > li::after {
	content: "";
	position: absolute;
	width: 120px;
	height: 1px;
	background-color: #1a1a1a;
	transform: translate(-50%, -50%) rotate(-45deg);
	top: 60px;
	left: 50px;
}

.c_pointlist .img {
	text-align: center;
}

@media (min-width: 900px) {
	.c_pointlist {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 2rem 5%;
	}

	.c_pointlist .img {
		margin-bottom: 2rem;
	}

	.c_pointlist .img img {
		width: 100%;
	}
}

@media (min-width: 520px) and (max-width: 899px) {
	.c_pointlist > li {
		display: flex;
		padding-top: 3.5rem;
	}

	.c_pointlist > li:before {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 2rem;
	}

	.c_pointlist .img {
		flex: 0 1 40%;
	}

	.c_pointlist .text {
		flex: 0 1 60%;
		padding-left: 20px;
	}
}

@media (max-width: 519px) {
	.c_pointlist > li {
		max-width: 400px;
		margin: 0 auto 10px;
	}
}

.c_infolist {
	max-width: 900px;
	margin: 2rem auto 5rem;
	font-size: 0.9375rem;
}

.c_infolist strong {
	font-size: 1.25rem;
	font-weight: 500;
	display: block;
}

.c_infolist span {
	font-size: 1.1em;
	display: inline-block;
	padding-bottom: 10px;
}

@media (min-width: 900px) {
	.c_infolist {
		display: grid;
		grid-template-columns: 25% 75%;
		gap: 100px 5%;
	}

	.c_infolist dt,
      .c_infolist dd {
		margin: 0;
	}
}

@media (max-width: 899px) {
	.c_infolist dt {
		margin: 0 0 1.5em;
		text-align: center;
	}

	.c_infolist dd {
		margin: 0 0 2.5em;
	}
}

.c_fullimg {
	max-height: 100px;
	width: 100%;
	max-height: 100vh;
	object-fit: cover;
}

@media (min-width: 900px) {
	.c_fullimg {
		max-height: 900px;
	}
}

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

.c_full_bnr {
	position: relative;
	color: #fff;
	background-color: #1a1a1a;
	margin: 3rem auto;
}

.c_full_bnr .bg_img {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 45%;
	object-fit: cover;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
}

.c_full_bnr .title {
	font-size: 3.6rem;
	line-height: 1.4;
	letter-spacing: 0.14em;
}

.c_full_bnr .title small {
	display: block;
	font-size: 1.25rem;
	font-weight: normal;
}

@media (max-width: 899px) {
	.c_full_bnr .title {
		font-size: 3rem;
	}

	.c_full_bnr .title small {
		font-size: 1rem;
	}
}

.c_full_bnr .inner {
	min-height: 460px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1;
}

@media (max-width: 899px) {
	.c_full_bnr .inner {
		min-height: 300px;
	}
}

.c_full_bnr_btn {
	display: block;
	width: 100px;
	height: 30px;
	position: absolute;
	right: 45%;
	bottom: 15%;
	transition: all 0.5s;
}

.c_full_bnr_btn:hover {
	transform: translateX(30px);
}

.c_full_bnr_btn::before, .c_full_bnr_btn::after {
	position: absolute;
	content: "";
	display: block;
	pointer-events: none;
}

.c_full_bnr_btn::after {
	z-index: 1;
	top: 60%;
	right: 0px;
	transform-origin: top right;
	transform: rotate(30deg);
	border-top: 1px solid #fff;
	border-right: 1px solid transparent;
	width: 30px;
	height: 30px;
}

.c_full_bnr_btn::before {
	width: 100%;
	height: 1px;
	top: 60%;
	right: 0%;
	transform: translateY(-50%);
	background-color: #fff;
}

.c_qa_list {
	margin: 2rem auto 4rem;
}

.c_qa_list dt,
  .c_qa_list dd {
	background-color: #f0f0f0;
	padding: 1.25rem 0;
	display: flex;
}

.c_qa_list dt::before,
    .c_qa_list dd::before {
	flex: 0 0 15%;
	font-size: 1.875rem;
	line-height: 0.8;
	text-align: center;
}

.c_qa_list dt::after,
    .c_qa_list dd::after {
	flex: 0 0 10%;
	font-size: 1.875rem;
	line-height: 0.8;
	text-align: center;
	flex: 0 0 15%;
	margin-left: auto;
	font-weight: normal;
}

.c_qa_list dt {
	margin: 20px 0 0;
	cursor: pointer;
	transition: all 0.3s;
}

.c_qa_list dt::before {
	content: "Q";
	transition: all 0.3s;
}

.c_qa_list dt::after {
	content: "＋";
	transition: all 0.3s;
}

.c_qa_list dt.is_open {
	color: #737373;
}

.c_qa_list dt.is_open::before {
	color: #737373;
}

.c_qa_list dt.is_open::after {
	content: "―";
	color: #737373;
}

.c_qa_list dd {
	margin: 0 0 20px;
}

.c_qa_list dd::before {
	content: "A";
}

.c_qa_list dd::after {
	content: "";
	font-size: 1.7em;
}

/*---- 固定ページ ----*/
.p_page_content h1:not([class]) {
	font-size: 2em;
	margin: 0.8em 0;
}

.p_page_content h2:not([class]) {
	font-size: 1.8em;
	margin: 0.8em 0;
	border-bottom: 1px solid #000027;
}

.p_page_content h3:not([class]) {
	font-size: 1.6em;
	margin: 0.8em 0;
	padding: 0 10px;
	border-left: 1px solid #000027;
	border-bottom: 1px solid #000027;
}

.p_page_content h4:not([class]) {
	font-size: 1.4em;
	margin: 0.8em 0;
}

.p_page_content h5:not([class]) {
	font-size: 1.2em;
	margin: 0.8em 0;
}

.p_page_content h6:not([class]) {
	font-size: 1.2em;
	margin: 0.8em 0;
}

.p_page_content a {
	text-decoration: underline;
}

.p_page_content ol:not([class]),
.p_page_content ul:not([class]) {
	margin: 1em 0;
	padding: 0;
}

.p_page_content ol ol,
.p_page_content ol ul,
.p_page_content ul ol,
.p_page_content ul ul {
	margin-left: 1em;
}

.p_page_content ul:not([class]) {
	list-style: disc inside;
	padding-left: 1.4em;
	text-indent: -1.4em;
}

.p_page_content ol:not([class]) {
	list-style: decimal inside;
	padding-left: 1.9em;
	text-indent: -1.9em;
}

.p_page_content strong {
	font-size: 1.2em;
}

/*---- post ---*/
.p_post h1:not([class]) {
	color: #000027;
	font-size: 1.5rem;
	margin: 0rem 0 2rem;
	display: flex;
	align-items: center;
	position: relative;
}

.p_post h1:not([class])::before {
	content: "";
	flex: 0 0 auto;
	width: 36px;
	height: 40px;
	margin-right: 10px;
	background: transparent url(https://thesteelhouse.jp/web/wp-content/themes/images/head/icon_head.svg) no-repeat center/contain;
}

.p_post h2:not([class]) {
	color: #000027;
	padding: 0.5rem 1rem;
	border-radius: 10px;
}

.p_post h3:not([class]) {
	color: #000027;
	padding: 0.5rem 1rem;
}

.p_post h4:not([class]) {
	color: #000027;
	padding: 0.5rem 0.5rem 0.5rem 2rem;
	position: relative;
}

.p_post h4:not([class])::before {
	position: absolute;
	content: "";
	width: 1rem;
	height: 3px;
	border-radius: 10px;
	background-color: #000027;
	transform: translateY(-50%);
	top: 50%;
	left: 0;
}

.p_post h5:not([class]) {
	padding: 0.5rem;
}

.p_single_title {
	margin: 1rem 0 2rem;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	margin: 1rem 0;
}

.p_single_content {
	max-width: 820px;
	margin: 40px auto 80px;
	padding-bottom: 100px;
	position: relative;
	font-family: "Jost", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", sans-serif;
}

.p_single_content::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 80%;
	z-index: -1;
	background-color: #f0f0f0;
}

@media (min-width: 900px) {
	.p_single_content::before {
		height: calc(100% - 160px);
	}
}

@media (max-width: 899px) {
	.p_single_content::before {
		height: calc(100% - 20vw);
	}
}

.p_single_content .thumb {
	max-width: 760px;
	margin: 0 auto 1rem;
	text-align: center;
}

.p_single_content .cat {
	text-align: center;
	margin: 0px 0 10px;
}

.p_single_content .cat a {
	margin: 5px 3px;
}

.p_single_content time {
	font-size: 1.25rem;
	font-style: italic;
	text-align: center;
	display: block;
}

.p_single_content h1 {
	font-size: 1.4rem;
}

.p_single_content h2 {
	font-size: 1.3rem;
}

.p_single_content h3 {
	font-size: 1.2rem;
}

.p_single_content h4 {
	font-size: 1.2rem;
}

.p_single_content h5 {
	font-size: 1.1rem;
}

.p_single_content p {
	font-size: 1rem;
}

.p_single_postlink {
	margin: 2rem auto;
}

.p_single .c_youtube_wrap {
	margin: 100px auto;
}

.p_archive_list {
	display: grid;
	justify-items: center;
}

@media (min-width: 900px) {
	.p_archive_list {
		margin: 80px auto;
		grid-template-columns: repeat(3, 1fr);
		gap: 50px 5%;
	}

	.p_archive_list > li:first-of-type {
		grid-column: 1 / 4;
		text-align: center;
		position: relative;
		margin-bottom: 40px;
	}

	.p_archive_list > li:first-of-type::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100vw;
		height: 80%;
		z-index: -1;
		background-color: #f0f0f0;
	}

	.p_archive_list > li:first-of-type .title {
		margin: 1rem 0;
		font-size: 1.25rem;
		order: 3;
	}

	.p_archive_list > li:first-of-type .cat {
		margin: 0px 0 10px;
		order: 1;
	}

	.p_archive_list > li:first-of-type .content {
		min-height: unset;
	}

	.p_archive_list > li:first-of-type time {
		order: 2;
		font-size: 1.25rem;
	}
}

@media (max-width: 899px) {
	.p_archive_list {
		margin: 40px auto;
		grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
		gap: 30px 3%;
	}
}

.p_journal_list {
	display: grid;
	justify-items: center;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.p_journal_list > li {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	width: 100%;
	margin: 0 auto;
}

.p_journal_list > li .thumb {
	position: relative;
}

.p_journal_list > li .thumb::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.p_journal_list > li .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p_journal_list > li .content {
	padding: 30px 0% 40px;
}

.p_journal_list > li .link_btn {
	display: block;
	position: relative;
}

.p_journal_list > li .link_btn::after {
	position: absolute;
	content: "";
	display: inline-block;
	background: transparent url(images/common/icon_arrow_bk.svg) no-repeat center/contain;
	width: 15%;
	height: 13px;
	bottom: 10px;
	right: 10%;
}

.p_journal_list > li .cat {
	margin: 0px 0 10px;
}

.p_journal_list > li .cat a {
	margin: 3px 2px;
	padding: 3px 5px;
}

.p_journal_list > li time {
	font-style: italic;
	margin: 0 0 10px;
}

.p_journal_list > li .title {
	font-size: 1rem;
	margin: 10px 0 0;
	font-weight: 500;
	line-height: 1.4;
}

.p_journal_list > li .exerpt {
	font-size: 0.875rem;
	letter-spacing: normal;
	margin: 10px 0;
}

@media (min-width: 900px) {
	.p_journal_list {
		margin: 80px auto;
		grid-template-columns: repeat(2, 1fr);
	}

	.p_journal_list > li .thumb {
		margin: 50px 38% 0px 10%;
	}

	.p_journal_list > li .link_btn {
		padding: 0 38% 0 10%;
	}

	.p_journal_list > li .cat {
		padding: 0 38% 0 10%;
	}

	.p_journal_list > li time {
		padding: 0 38% 0 10%;
	}

	.p_journal_list > li .title {
		padding: 0 38% 0 10%;
	}

	.p_journal_list > li:first-of-type {
		grid-column: 1 / 3;
		position: relative;
	}

	.p_journal_list > li:first-of-type .thumb {
		margin: 0px 0% 0px;
		width: 100%;
	}

	.p_journal_list > li:first-of-type .thumb::before {
		padding-top: 62.5%;
	}

	.p_journal_list > li:first-of-type .content {
		padding: 30px 0% 40px;
	}

	.p_journal_list > li:first-of-type time {
		font-size: 1.125rem;
	}

	.p_journal_list > li:first-of-type .title {
		font-size: 1.5rem;
	}

	.p_journal_list > li:first-of-type .exerpt {
		font-size: 0.875rem;
		margin: 10px 0 0;
	}
}

@media (max-width: 899px) {
	.p_journal_list {
		margin: 40px auto;
	}

	.p_journal_list > li {
		padding: 30px 8%;
	}

	.p_journal_list > li .thumb {
		margin: 0 0 30px;
	}

	.p_journal_list > li .thumb::before {
		padding-top: 62.5%;
	}

	.p_journal_list > li .content {
		padding: 0% 0px;
	}

	.p_journal_list > li .link_btn {
		padding: 0 0 20px;
	}

	.p_journal_list > li .link_btn::after {
		width: 80px;
		height: 13px;
		bottom: 0px;
		right: 5%;
	}
}

/*---- page ---*/
.p_top_catch .collage {
	position: relative;
}

.p_top_catch .collage::before {
	display: block;
	content: "";
	padding-top: 106%;
}

.p_top_catch .collage img {
	position: absolute;
	visibility: hidden;
}

.p_top_catch .collage .title {
	width: 5%;
	top: 0%;
	left: 0%;
}
/* z-indexを-1から-2へ変更　24.7.4 Emi */
.p_top_catch .collage .imgs {
	z-index: -2;
	width: 88%;
	top: 1%;
	right: 0%;
}

.p_top_catch .collage .txt {
	width: 30%;
	top: 76%;
	left: 15%;
}

.p_top_catch .collage .script {
	width: 28%;
	bottom: 0%;
	right: 5%;
}

.p_top_wedding {
	background: #fff url(images/top/bg_wedding-2x.png) no-repeat center/cover;
}

.p_top_about .blc_parent {
	position: relative;
}

.p_top_about .blc_txt {
	padding-top: 20px;
}

.p_top_about .blc_txt p {
	line-height: 2.2;
}

@media (min-width: 900px) {
	.p_top_about .blc_txt {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
	}

	.p_top_about .blc_txt .btn_line {
		margin: 40px 0 0;
	}
}

.p_top_about .blc_title {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.p_top_about .maintitle {
	display: block;
	font-size: 3.4rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-align: right;
	margin-bottom: 25px;
}

.p_top_about .maintitle img {
	display: block;
	margin-top: 20px;
	margin-left: 50px;
}

.p_top_about .swipe {
	flex: 0 0 auto;
	display: inline-block;
	margin-left: auto;
	padding: 10px 200px 10px 30px;
	position: relative;
	font-size: 1rem;
	letter-spacing: 0.26em;
}

.p_top_about .swipe::before, .p_top_about .swipe::after {
	content: "";
	position: absolute;
	height: 1px;
	background-color: #1a1a1a;
	width: 180px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.p_top_about .swipe::before {
	width: 180px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.p_top_about .swipe::after {
	width: 20px;
	top: 50%;
	right: 0;
	transform-origin: right center;
	transform: translateY(-50%) rotate(30deg);
}

.p_top_news .t_sectitle {
	font-size: 2.375rem;
}

.p_top_slider {
	max-width: 760px;
	margin: 0 auto;
}

.p_top_slider .swiper-slide img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
}

.p_top_concept {
	background-color: #f0f0f0;
	padding: 70px 0;
}

.p_top_concept .blc_concept {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 30px 10%;
	font-size: 0.8125rem;
	text-align: justify;
}

.p_top_concept .blc_concept .left {
	letter-spacing: 0em;
	line-height: 2;
	font-size: 13.2px;
}

.p_top_concept .blc_concept .right {
	font-weight: 300;
	letter-spacing: -0em;
	line-height: 1.8;
	font-size: 12.6px;
}

.p_mice_cuisine .point_list .title {
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 20px;
}

@media (max-width: 519px) {
	.p_mice_cuisine .point_list .title {
		font-size: 1.25rem;
	}
}

.p_mice_cuisine .point_list .title span {
	font-family: "Abril Fatface", "Jost", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	line-height: 1.4;
	font-size: 3.4rem;
	display: block;
}

@media (max-width: 899px) {
	.p_mice_cuisine .point_list .title span {
		display: inline;
		margin-right: 0.2em;
	}
}

@media (max-width: 519px) {
	.p_mice_cuisine .point_list .title span {
		font-size: 2.6rem;
	}
}

.p_mice_cuisine .point_list p {
	font-size: 0.875rem;
}

@media (min-width: 900px) {
	.p_mice_cuisine .blc_cuisine {
		position: relative;
		padding: 93px 0;
		height: 1330px;
		max-width: 740px;
		margin: 0 auto;
	}

	.p_mice_cuisine .blc_cuisine .img_sp_top,
    .p_mice_cuisine .blc_cuisine .img_sp_bottom {
		display: none;
	}

	.p_mice_cuisine .blc_cuisine .img_pc {
		display: block;
		margin: 0 auto;
	}

	.p_mice_cuisine .point_list > li {
		position: absolute;
		width: 300px;
	}

	.p_mice_cuisine .point_list > li:nth-of-type(1) {
		top: 0;
		right: 0%;
	}

	.p_mice_cuisine .point_list > li:nth-of-type(2) {
		top: 240px;
		right: 0%;
	}

	.p_mice_cuisine .point_list > li:nth-of-type(3) {
		top: 560px;
		left: 2%;
	}

	.p_mice_cuisine .point_list > li:nth-of-type(4) {
		top: 1000px;
		left: 2%;
	}

	.p_mice_cuisine .point_list > li:nth-of-type(5) {
		top: 1000px;
		right: 0%;
	}
}

@media (min-width: 1200px) {
	.p_mice_cuisine .blc_cuisine {
		height: 1500px;
		max-width: 1000px;
	}

	.p_mice_cuisine .point_list > li {
		width: 360px;
	}

	.p_mice_cuisine .point_list > li:nth-of-type(1) {
		top: 0;
		right: 4%;
	}

	.p_mice_cuisine .point_list > li:nth-of-type(2) {
		top: 240px;
		right: 4%;
	}

	.p_mice_cuisine .point_list > li:nth-of-type(3) {
		top: 690px;
		left: 9%;
		padding-right: 2px;
	}

	.p_mice_cuisine .point_list > li:nth-of-type(4) {
		top: 1200px;
		left: 9%;
		padding-right: 3px;
	}

	.p_mice_cuisine .point_list > li:nth-of-type(5) {
		top: 1200px;
		right: 7%;
	}

	.p_mice_cuisine .point_list > li:nth-of-type(5) p {
		padding-right: 3px;
	}
}

@media (max-width: 899px) {
	.p_mice_cuisine .blc_cuisine .img_sp_top,
  .p_mice_cuisine .blc_cuisine .img_sp_bottom {
		display: block;
		margin: 0 auto;
		width: 60%;
	}

	.p_mice_cuisine .blc_cuisine .img_pc {
		display: none;
	}

	.p_mice_cuisine .point_list {
		margin: 30px auto;
		max-width: 600px;
	}

	.p_mice_cuisine .point_list > li:not(:last-of-type) {
		margin-bottom: 30px;
	}
}

.p_plan_list {
	margin: 40px auto 100px;
}

.p_plan_list > li {
	border-bottom: 1px solid #1a1a1a;
}

.p_plan_list > li:first-of-type {
	padding-top: 0;
}

@media (max-width: 899px) {
	.p_plan_list > li {
		padding: 60px 0;
	}
}

@media (min-width: 900px) {
	.p_plan_list > li {
		padding: 100px 0;
	}
}

@media (min-width: 900px) {
	.p_plan_list .blc_excerpt {
		display: flex;
		align-items: flex-end;
	}
}

.p_plan_list .blc_excerpt .thumb {
	flex: 0 1 42%;
	width: 100%;
	position: relative;
}

@media (max-width: 899px) {
	.p_plan_list .blc_excerpt .thumb {
		max-width: 480px;
		margin: 0 auto 20px;
	}
}

.p_plan_list .blc_excerpt .thumb::before {
	content: "";
	display: block;
	padding-top: 70%;
}

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

.p_plan_list .blc_excerpt .content {
	flex: 0 1 58%;
}

.p_plan_list .blc_excerpt .content .title {
	font-size: 1.25rem;
	margin-bottom: 10px;
}

.p_plan_list .blc_excerpt .content .info {
	font-size: 0.875rem;
	margin-bottom: 1rem;
}

.p_plan_list .blc_excerpt .content .info .num {
	margin-right: 1.5em;
}

.p_plan_list .blc_excerpt .content .text {
	font-size: 11px;
	margin-bottom: 1.5rem;
}

.p_plan_list .blc_excerpt .content .btn {
	margin: 1rem auto 0;
}

.p_plan_list .blc_excerpt .content .btn.white {
	font-size: 1.125rem;
	font-weight: bold;
}

@media (min-width: 900px) {
	.p_plan_list .blc_excerpt .content {
		padding: 0 7%;
	}

	.p_plan_list .blc_excerpt .content .btn {
		margin: 1rem 0 0;
	}
}

@media (min-width: 900px) {
	.p_plan_list .blc_detail {
		margin-top: 80px;
	}
}

@media (max-width: 899px) {
	.p_plan_list .blc_detail {
		margin-top: 50px;
	}
}

.p_plan_list .detail_list dt,
  .p_plan_list .detail_list dd {
	margin: 0;
}

.p_plan_list .detail_list dt {
	font-weight: bold;
	font-size: 1.125rem;
}

@media (min-width: 900px) {
	.p_plan_list .detail_list {
		display: grid;
		max-width: 860px;
		margin: 0 0 0 auto;
		grid-template-columns: 25% 75%;
		gap: 2rem;
	}
}

@media (max-width: 899px) {
	.p_plan_list .detail_list dt {
		margin-bottom: 10px;
	}

	.p_plan_list .detail_list dd {
		padding: 0 1rem;
		margin-bottom: 20px;
	}
}

.p_news_archive {
	padding: 50px 0 100px;
}

@media (max-width: 899px) {
	.p_news_archive {
		padding: 50px 0;
	}
}

.p_journal_archive {
	padding: 50px 0 100px;
}

@media (max-width: 899px) {
	.p_journal_archive {
		padding: 50px 0;
	}
}

.p_pbl_slide {
	margin-bottom: 160px;
}

@media (max-width: 899px) {
	.p_pbl_slide {
		margin-bottom: 80px;
	}
}

.p_full_slider .swiper-slide {
	height: auto;
}

.p_full_slider .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p_retreat_slide {
	padding: 2rem 0;
}

.p_retreat_slide .p_full_slider {
	position: relative;
	z-index: -1;
}

@media (min-width: 900px) {
	.p_retreat_slide .p_full_slider {
		margin-top: -3rem;
	}
}

.p_retreat_list {
	padding: 2rem 0;
	overflow: hidden;
}

.p_retreat_item {
	position: relative;
}

.p_retreat_item .blc_excerpt .thumb {
	width: 100%;
	position: relative;
}

.p_retreat_item .blc_excerpt .thumb::before {
	content: "";
	display: block;
	padding-top: 62.5%;
}

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

.p_retreat_item .blc_excerpt .title {
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.4;
	margin: 5px 0;
}

.p_retreat_item .blc_excerpt .copy {
	font-size: 1.375rem;
	line-height: 1.4;
	margin: 0.5em 0;
}

@media (min-width: 900px) {
	.p_retreat_item .blc_excerpt {
		display: flex;
		align-items: center;
		gap: 2rem 5%;
	}

	.p_retreat_item .blc_excerpt .thumb {
		flex: 0 0 45%;
	}

	.p_retreat_item .blc_excerpt .content {
		flex: 0 1 460px;
	}

	.p_retreat_item .blc_excerpt .btn {
		margin: 1rem 0;
	}
}

@media (max-width: 899px) {
	.p_retreat_item .blc_excerpt .thumb {
		max-width: 480px;
		margin: 0 auto 20px;
	}

	.p_retreat_item .blc_excerpt .title {
		font-size: 2rem;
	}

	.p_retreat_item .blc_excerpt .content {
		margin: 0 auto;
		width: 92%;
	}

	.p_retreat_item .blc_excerpt .btn {
		margin: 1rem auto;
	}
}

@media (min-width: 900px) {
	.p_retreat_item {
		padding: 3rem 0;
	}

	.p_retreat_item:nth-of-type(odd) .blc_excerpt {
		flex-direction: row-reverse;
	}

	.p_retreat_item:nth-of-type(odd)::after {
		position: absolute;
		z-index: -1;
		content: "";
		width: 200%;
		height: 1px;
		background-color: #231815;
		bottom: 3rem;
		left: 50%;
		transform-origin: center;
		transform: translateX(-50%) rotate(135deg);
	}

	.p_retreat_item:nth-of-type(even) .blc_excerpt {
		flex-direction: row;
	}
}

@media (max-width: 899px) {
	.p_retreat_item {
		padding: 1rem 0;
	}

	.p_retreat_item:nth-of-type(odd)::after {
		position: absolute;
		z-index: -1;
		content: "";
		width: 200%;
		height: 1px;
		background-color: #231815;
		left: 50%;
		bottom: 0rem;
		transform-origin: center;
		transform: translateX(-50%) rotate(135deg);
	}
}

.p_retreat_item .blc_detail {
	margin-top: 3rem;
}

.c_retreat_card {
	margin: 2.5rem auto;
	position: relative;
	padding: 3rem 10%;
	background-color: #fff;
	border: 1px solid #231815;
}

.c_retreat_card::before, .c_retreat_card::after {
	position: absolute;
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background-color: #231815;
	pointer-events: none;
}

.c_retreat_card::before {
	transform: translate(-50%, -50%) rotate(135deg);
	top: 30px;
	left: 30px;
}

.c_retreat_card::after {
	transform: translate(50%, -50%) rotate(135deg);
	bottom: 30px;
	right: 30px;
}

@media (max-width: 899px) {
	.c_retreat_card {
		padding: 50px 1rem;
	}
}

.c_retreat_card .info_list {
	margin-bottom: 20px;
}

.c_retreat_card .info_list .title {
	margin: 0;
	font-size: 1rem;
	font-weight: normal;
}

.c_retreat_card .info_list dt,
    .c_retreat_card .info_list dd {
	margin: 0;
	padding: 0.5em;
	font-size: 1rem;
}

@media (min-width: 900px) {
	.c_retreat_card .info_list {
		display: flex;
		flex-wrap: wrap;
	}

	.c_retreat_card .info_list dt,
        .c_retreat_card .info_list dd {
		border-bottom: 1px solid #231815;
	}

	.c_retreat_card .info_list dt {
		flex: 0 0 20%;
	}

	.c_retreat_card .info_list dd {
		flex: 0 0 80%;
	}
}

@media (max-width: 899px) {
	.c_retreat_card .info_list dt,
      .c_retreat_card .info_list dd {
		border-bottom: 1px solid #231815;
	}
}

.c_retreat_card .content {
	margin: 20px 0;
	display: grid;
	gap: 1rem;
}

@media (min-width: 900px) {
	.c_retreat_card .content {
		grid-template-columns: 50% 1fr;
		gap: 2rem 5%;
	}
}

.p_restaurant_item {
	overflow: hidden;
	background: linear-gradient(transparent 25%, #bebebe 25%);
	margin-bottom: 60px;
	position: relative;
}

@media (min-width: 900px) {
	.p_restaurant_item {
		padding-top: 80px;
	}
}

.p_restaurant_item .inner {
	max-width: 1400px;
	width: 100%;
}

.p_restaurant_item .blc_img {
	width: 60%;
	aspect-ratio: 3/2;
}

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

@media (min-width: 900px) {
	.p_restaurant_item .blc_img {
		width: 60%;
	}
}

@media (max-width: 899px) {
	.p_restaurant_item .blc_img {
		width: 85%;
		margin-top: -40px;
	}
}

@media (max-width: 519px) {
	.p_restaurant_item .blc_img {
		width: 90%;
	}
}

.p_restaurant_item .blc_link {
	background-color: #1a1a1a;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all 0.5s;
	position: relative;
	z-index: 1;
	max-width: 500px;
}

.p_restaurant_item .blc_link:hover {
	opacity: 0.9;
	transform: translateX(20px);
}

.p_restaurant_item .blc_link img {
	max-width: 80%;
	max-height: 120px;
	margin-top: auto;
	object-fit: contain;
}

.p_restaurant_item .blc_link .title {
	font-size: 1.25rem;
	font-weight: normal;
	margin: 1rem 0;
}

.p_restaurant_item .blc_link::after {
	content: "";
	display: inline-block;
	pointer-events: none;
	width: 100px;
	height: 30px;
	background: transparent url(images/common/arrow_r.svg) no-repeat center/contain;
}

@media (max-width: 899px) {
	.p_restaurant_item .blc_link {
		padding: 30px 10px 40px;
		width: 85%;
	}

	.p_restaurant_item .blc_link .title {
		font-size: 1rem;
	}
}

@media (max-width: 519px) {
	.p_restaurant_item .blc_link {
		width: 90%;
	}
}

@media (min-width: 900px) {
	.p_restaurant_item .blc_link {
		padding: 30px 60px 40px;
		width: 50%;
		position: absolute;
		top: 0;
	}
}

@media (min-width: 1200px) {
	.p_restaurant_item .blc_link {
		height: 300px;
	}
}

@media (min-width: 900px) {
	.p_restaurant_item:nth-of-type(odd) .blc_img {
		margin: 0 auto 0 0;
	}

	.p_restaurant_item:nth-of-type(odd) .blc_link {
		left: 50%;
	}
}

@media (max-width: 899px) {
	.p_restaurant_item:nth-of-type(odd) .blc_img {
		margin: -60px auto 0 0;
	}

	.p_restaurant_item:nth-of-type(odd) .blc_link {
		margin: 0 0 0 auto;
	}
}

@media (min-width: 900px) {
	.p_restaurant_item:nth-of-type(even) .blc_img {
		margin: 0 0 0 auto;
	}

	.p_restaurant_item:nth-of-type(even) .blc_link {
		right: 50%;
	}
}

@media (max-width: 899px) {
	.p_restaurant_item:nth-of-type(even) .blc_img {
		margin: -60px 0 0 auto;
	}

	.p_restaurant_item:nth-of-type(even) .blc_link {
		margin: 0 auto 0 0;
	}
}

.p_restaurant_chef {
	max-width: 900px;
	margin: 2rem auto;
	display: grid;
}

@media (min-width: 900px) {
	.p_restaurant_chef {
		gap: 2rem 6%;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		grid-template-areas: "img head" "img content";
	}
}

@media (max-width: 899px) {
	.p_restaurant_chef {
		gap: 2rem 5%;
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "img head" "content content";
	}
}

@media (max-width: 519px) {
	.p_restaurant_chef {
		grid-template-columns: 1fr;
		grid-template-areas: "head" "img" "content";
	}
}

.p_restaurant_chef .blc_img {
	text-align: center;
	grid-area: img;
}

@media (min-width: 900px) {
	.p_restaurant_chef .blc_img img {
		max-width: 390px;
	}
}

.p_restaurant_chef .blc_heading {
	grid-area: head;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p_restaurant_chef .blc_content {
	grid-area: content;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 1rem;
	letter-spacing: 0.1em;
}

.p_restaurant_chef .heading {
	font-size: 1.825rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.4;
	margin-bottom: 1rem;
}

.p_restaurant_chef .heading strong {
	font-size: 1.2em;
	display: block;
}

@media (max-width: 899px) {
	.p_restaurant_chef .heading {
		font-size: 1.3rem;
	}
}

.p_restaurant_chef .name {
	font-size: 1.5rem;
	font-weight: 500;
}

@media (max-width: 899px) {
	.p_restaurant_chef .name {
		font-size: 1.3rem;
	}
}

.p_restaurant_title {
	padding: 50px 0;
}

.p_restaurant_title .title {
	text-align: center;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.4;
}

.p_restaurant_title .title span {
	display: block;
}

.p_restaurant_title .title img {
	max-width: 80%;
	max-height: 120px;
	margin-top: auto;
	object-fit: contain;
	margin-bottom: 2rem;
}

.p_restaurant_lead {
	text-align: center;
	font-size: 1.125rem;
}

.p_restaurant_lead .heading {
	font-size: 1.5rem;
	line-height: 1.4;
	margin-bottom: 4rem;
	font-weight: 500;
}

.p_access_lead {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	align-items: center;
	margin: 100px auto;
}

.p_access_lead .heading {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 2em;
}

@media (max-width: 899px) {
	.p_access_lead {
		margin: 60px auto;
		gap: 2rem;
	}
}

.p_access_map {
	align-items: center;
	margin: 100px auto;
}

.p_access_map .map_wrap {
	max-width: 850px;
	margin: 2rem auto 3rem;
	filter: grayscale(1);
}

.p_access_map iframe {
	margin: 2rem auto 3rem;
	max-width: 850px;
}

@media (max-width: 899px) {
	.p_access_map {
		margin: 60px auto;
	}
}

@media (min-width: 900px) {
	.p_access_root {
		margin: 100px auto;
		text-align: center;
	}

	.p_access_root .heading {
		font-size: 1em;
		font-weight: normal;
		margin: 0;
	}

	.p_access_root p {
		margin-top: 0;
		margin-bottom: 2em;
	}
}

@media (max-width: 899px) {
	.p_access_root {
		margin: 60px auto;
	}

	.p_access_root .heading {
		font-size: 1.2em;
		font-weight: normal;
	}

	.p_access_root p {
		margin-bottom: 2em;
	}
}

.p_access_map_en {
	margin: 100px auto;
	text-align: center;
}

@media (max-width: 899px) {
	.p_access_map_en {
		margin: 60px auto;
	}
}

.p_about_catch {
	background: #1a1a1a no-repeat center/cover;
	width: 100%;
	position: relative;
	z-index: -1;
}

.p_about_catch .inner {
	position: relative;
	padding: 60px 0;
}

@media (min-width: 900px) {
	.p_about_catch .inner {
		min-height: 470px;
	}
}

.p_about_point {
	position: relative;
}

@media (min-width: 900px) {
	.p_about_point .inner {
		position: relative;
		max-width: 1360px;
		width: 100%;
	}
}

@media (min-width: 520px) and (max-width: 899px) {
	.p_about_point .inner {
		padding: 0 4rem;
		width: 100%;
	}
}

.p_about_point .abs_text {
	z-index: 1;
}

@media (min-width: 900px) {
	.p_about_point .abs_text {
		position: absolute;
		writing-mode: vertical-rl;
		margin: 0;
		line-height: 1.2;
		white-space: nowrap;
		transform: translateX(-50%);
		font-size: 92px;
		left: 12%;
		top: -250px;
	}
}

@media (min-width: 520px) and (max-width: 899px) {
	.p_about_point .abs_text {
		position: absolute;
		writing-mode: vertical-rl;
		z-index: 1;
		margin: 0;
		line-height: 1.2;
		white-space: nowrap;
		font-size: 3rem;
		left: 0%;
		top: -40px;
	}
}

@media (max-width: 519px) {
	.p_about_point .abs_text {
		text-align: center;
		font-size: 2rem;
		left: 0%;
		top: -40px;
	}
}

.p_about_point .about_blc {
	position: relative;
	max-width: 1360px;
	margin: 0 auto;
	font-size: 1.125rem;
}

.p_about_point .about_blc .text {
	position: relative;
	z-index: 1;
}

.p_about_point .about_blc .text .en {
	font-size: 0.9375rem;
	letter-spacing: normal;
}

@media (min-width: 900px) {
	.p_about_point .about_01 {
		margin-bottom: 100px;
	}

	.p_about_point .about_01 .text {
		margin-left: 25%;
	}

	.p_about_point .about_01 .img img {
		position: absolute;
		max-width: 70%;
		right: 0%;
		top: -250px;
	}

	.p_about_point .about_02 {
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
		margin-bottom: 100px;
	}

	.p_about_point .about_02 .img {
		flex: 0 1 60%;
	}

	.p_about_point .about_02 .img img {
		width: 100%;
	}

	.p_about_point .about_02 .text {
		flex: 0 1 40%;
		padding-left: 40px;
	}

	.p_about_point .about_03 .text {
		margin-left: 25%;
		max-width: 320px;
		padding: 20px 0;
	}

	.p_about_point .about_03 .img img {
		position: absolute;
	}

	.p_about_point .about_03 .img img:nth-child(1) {
		right: 20%;
		width: 25%;
		top: 0;
	}

	.p_about_point .about_03 .img img:nth-child(2) {
		z-index: -2;
		right: 0;
		width: 28.5%;
		top: 300px;
	}

	.p_about_point .about_04 {
		margin-bottom: 100px;
	}

	.p_about_point .about_04 .text {
		margin-left: 25%;
		max-width: 320px;
		padding: 20px 0;
		margin-bottom: 40px;
	}

	.p_about_point .about_04 .img img {
		display: block;
	}

	.p_about_point .about_04 .img img:nth-child(1) {
		width: 35.2%;
	}

	.p_about_point .about_04 .img img:nth-child(2) {
		width: 43.9%;
		position: relative;
		z-index: -2;
		margin-top: -100px;
		margin: -100px auto 0;
	}

	.p_about_point .about_05 {
		margin-bottom: 100px;
		display: flex;
	}

	.p_about_point .about_05 .text {
		margin-left: 25%;
		padding-top: 40px;
	}

	.p_about_point .about_05 .img {
		flex: 0 1 50%;
	}

	.p_about_point .about_05 .img img {
		width: 100%;
	}

	.p_about_point .about_06 {
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
		margin-bottom: 100px;
		padding-bottom: 160px;
	}

	.p_about_point .about_06 .img img {
		position: absolute;
	}

	.p_about_point .about_06 .img img:nth-child(1) {
		top: -300px;
		width: 27.8%;
		left: 11%;
	}

	.p_about_point .about_06 .img img:nth-child(2) {
		z-index: -2;
		width: 32.5%;
		top: -200px;
		left: 23%;
	}

	.p_about_point .about_06 .text {
		flex: 0 1 40%;
		padding-left: 40px;
	}
}

@media (max-width: 899px) {
	.p_about_point .about_blc {
		margin-bottom: 2rem;
	}

	.p_about_point .about_blc .img {
		margin-top: -60px;
		opacity: 0.8;
	}

	.p_about_point .about_blc:nth-of-type(even) .text {
		text-align: right;
	}

	.p_about_point .about_01 .img {
		text-align: right;
	}

	.p_about_point .about_01 .img img {
		width: 70%;
	}

	.p_about_point .about_02 .img img {
		width: 70%;
		margin-left: -30px;
	}

	.p_about_point .about_03 .img {
		text-align: right;
	}

	.p_about_point .about_03 .img img {
		display: block;
		position: relative;
	}

	.p_about_point .about_03 .img img:nth-child(1) {
		width: 35%;
		margin-right: 20%;
		margin-left: auto;
	}

	.p_about_point .about_03 .img img:nth-child(2) {
		z-index: -1;
		width: 35%;
		margin-top: -50px;
		margin-left: auto;
	}

	.p_about_point .about_04 .img {
		margin-top: -20px;
	}

	.p_about_point .about_04 .img img {
		display: block;
		position: relative;
	}

	.p_about_point .about_04 .img img:nth-child(1) {
		width: 40%;
		margin-left: -40px;
		margin-right: auto;
	}

	.p_about_point .about_04 .img img:nth-child(2) {
		z-index: -1;
		width: 60%;
		margin-top: -50px;
		margin-right: auto;
		margin-left: 10%;
	}

	.p_about_point .about_05 .img {
		margin-top: -20px;
		text-align: right;
	}

	.p_about_point .about_05 .img img {
		width: 70%;
	}

	.p_about_point .about_06 .img {
		margin-top: -20px;
	}

	.p_about_point .about_06 .img img {
		display: block;
		position: relative;
	}

	.p_about_point .about_06 .img img:nth-child(1) {
		width: 40%;
		margin-right: auto;
	}

	.p_about_point .about_06 .img img:nth-child(2) {
		position: absolute;
		z-index: -1;
		width: 60%;
		top: 40%;
		left: 20%;
	}
}

.p_about_point .sec_foot {
	text-align: center;
	font-size: 1.125rem;
}

.p_about_point .sec_foot .en {
	font-size: 0.9375rem;
	letter-spacing: normal;
}

.p_about_point .sec_foot .foot {
	margin-top: 3rem;
	font-size: 2rem;
	letter-spacing: 0.04em;
}

@media (max-width: 899px) {
	.p_about_point .sec_foot .foot {
		font-size: 1.6rem;
	}
}

.p_en section {
	overflow-x: hidden;
}

.p_en .t_sectitle {
	margin-top: 0;
}

.p_en_catch {
	padding: 56px 0 102px;
}

@media (max-width: 899px) {
	.p_en_catch {
		padding: 55px 0 90px;
	}
}

.p_en_catch .inner {
	max-width: 1175px;
}

.p_en_catch .collage {
	position: relative;
	max-height: 949px;
}

.p_en_catch .collage::before {
	display: block;
	content: "";
	padding-top: 80.7%;
}

.p_en_catch .collage img {
	position: absolute;
	visibility: hidden;
}

.p_en_catch .collage .title {
	width: 5%;
	top: 0%;
	left: 0%;
	max-width: 42px;
}

@media (max-width: 899px) {
	.p_en_catch .collage .title {
		max-height: 75.1%;
		top: 4%;
	}
}

.p_en_catch .collage .imgs {
	z-index: -1;
	width: 92%;
	top: 1%;
	right: 0%;
}

.p_en_catch .collage .txt {
	width: 45.6%;
	max-width: 536px;
	top: 76%;
	left: 15%;
}

@media (max-width: 899px) {
	.p_en_catch .collage .txt {
		top: unset;
		bottom: 0;
	}
}

.p_en_catch .collage .script {
	width: 23.27%;
	top: 12%;
	right: 0%;
}

.p_en_about {
	color: #fff;
	background: url(images/en/about_bg.png) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 113px 0 109px;
	position: relative;
	z-index: 2;
}

@media (max-width: 899px) {
	.p_en_about {
		padding: 60px 0;
	}
}

.p_en_about::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #000;
	opacity: 0.76;
}

.p_en_about h3 {
	font-weight: 600;
	font-size: 3.438rem;
	text-transform: uppercase;
	margin: 0 0 8px;
}

@media (max-width: 899px) {
	.p_en_about h3 {
		font-size: 2.303rem;
		line-height: 1;
		margin-bottom: 0;
	}
}

.p_en_about h4 {
	font-weight: 600;
	font-size: 2.375rem;
	text-transform: uppercase;
	margin: 0 0 43px;
}

@media (max-width: 899px) {
	.p_en_about h4 {
		font-size: 1.45rem;
		margin: 0 0 30px;
	}
}

.p_en_about p {
	font-size: 1.418rem;
	letter-spacing: 0.06em;
	line-height: 1.5;
}

@media (max-width: 899px) {
	.p_en_about p {
		font-size: 0.974rem;
		line-height: 1.7;
	}
}

.p_en_service {
	padding: 142px 0 227px;
}

@media (max-width: 899px) {
	.p_en_service {
		padding: 80px 0 220px;
	}
}

.p_en_service .t_sectitle {
	margin-bottom: 117px;
}

@media (max-width: 899px) {
	.p_en_service .t_sectitle {
		margin-bottom: 25px;
		font-size: 2.303rem;
	}
}

.p_en_service .content {
	position: relative;
	padding: 110px 0 62px;
}

@media (max-width: 899px) {
	.p_en_service .content {
		padding: 0;
	}
}

.p_en_service .txt {
	width: 35.5%;
}

@media (max-width: 899px) {
	.p_en_service .txt {
		width: 100%;
		margin-top: 46px;
	}
}

.p_en_service .txt h3 {
	font-size: 3.438rem;
	font-weight: 600;
	letter-spacing: 0.14rem;
	margin: 0 0 37px;
}

@media (max-width: 899px) {
	.p_en_service .txt h3 {
		font-size: 2.303rem;
		text-align: center;
		margin-bottom: 36px;
	}
}

.p_en_service .txt p {
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.08em;
	font-size: 0.875rem;
}

@media (max-width: 899px) {
	.p_en_service .txt p {
		width: 83.16%;
		margin: 0 auto;
	}
}

.p_en_service .btn_line {
	margin-top: 73px;
}

@media (max-width: 899px) {
	.p_en_service .btn_line {
		margin-top: 44px;
		width: 46.66%;
		min-width: 200px;
	}
}

.p_en_service .img {
	position: absolute;
	top: 0;
	right: 0;
	width: 55.58%;
	max-height: 100%;
}

@media (max-width: 899px) {
	.p_en_service .img {
		position: relative;
		top: unset;
		right: unset;
		margin: 25px auto 0;
		width: 100%;
		max-height: 348px;
	}
}

.p_en_service .img::before {
	content: "";
	display: block;
	padding-bottom: 58.09%;
}

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

.p_en_amenities {
	background: url(images/en/amenities_bg.png) no-repeat center;
	background-attachment: fixed;
	padding: 45px 0 52px;
	margin-bottom: 145px;
	color: #fff;
	overflow: unset !important;
}

@media (max-width: 899px) {
	.p_en_amenities {
		padding: 0 0 71px;
		margin-bottom: 0;
	}
}

.p_en_amenities .inner {
	position: relative;
}

.p_en_amenities .content {
	width: 31.2%;
	margin-left: auto;
	margin-right: 0;
	overflow: hidden;
}

@media (max-width: 899px) {
	.p_en_amenities .content {
		width: 100%;
		max-width: 485px;
		margin-right: auto;
	}
}

.p_en_amenities .content h3 {
	font-size: 2.375rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin: 0 0 50px;
}

@media (max-width: 899px) {
	.p_en_amenities .content h3 {
		font-size: 2.004rem;
		margin: 0 0 36px;
	}
}

@media (max-width: 899px) {
	.p_en_amenities .content .list {
		display: flex;
		justify-content: space-between;
	}
}

.p_en_amenities .content ul {
	margin-top: 20px;
	line-height: 1;
}

@media (max-width: 899px) {
	.p_en_amenities .content ul {
		width: calc(50% - 20px);
		margin: 0;
		line-height: 1.3;
	}
}

.p_en_amenities .content li {
	font-size: 1.24rem;
	font-weight: 600;
	letter-spacing: 0.1em;
}

@media (max-width: 899px) {
	.p_en_amenities .content li {
		font-size: 1.047rem;
		line-height: 1;
	}
}

.p_en_amenities .content li:not(:last-child) {
	margin-bottom: 20px;
}

@media (max-width: 899px) {
	.p_en_amenities .content li:not(:last-child) {
		margin-bottom: 10px;
	}
}

.p_en_amenities .content li::before {
	content: "・";
	display: inline-block;
}

.p_en_amenities .img {
	width: 58.5%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -60%);
}

@media (max-width: 899px) {
	.p_en_amenities .img {
		width: 100%;
		max-width: 496px;
		position: static;
		transform: unset;
		margin: 0 auto -20%;
		transform: translate(0, -26%);
	}
}

.p_en_signature {
	padding: 97px 0;
}

@media (max-width: 899px) {
	.p_en_signature {
		padding: 110px 0 104px;
	}
}

.p_en_signature .head {
	position: relative;
	padding: 135px 0;
	z-index: 2;
}

@media (max-width: 899px) {
	.p_en_signature .head {
		padding: 0 0 85px;
	}
}

.p_en_signature .head .img {
	position: absolute;
	z-index: -1;
	width: 55.54%;
	top: 0;
	left: 0;
	max-height: 100%;
}

@media (max-width: 899px) {
	.p_en_signature .head .img {
		position: relative;
		width: 100%;
		min-height: 80px;
		max-height: 348.45px;
		margin-bottom: 42px;
	}
}

.p_en_signature .head .img::before {
	content: "";
	display: block;
	padding-bottom: 66.09%;
}

@media (max-width: 899px) {
	.p_en_signature .head .img::before {
		padding-bottom: 58.075%;
	}
}

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

.p_en_signature .head .title {
	width: 35.5%;
	margin-left: auto;
	margin-right: 0;
}

@media (max-width: 899px) {
	.p_en_signature .head .title {
		text-shadow: 1px 1px 2px #fff, 1px 1px 5px #fff;
		width: 100%;
	}
}

.p_en_signature .head .title h3 {
	font-size: 3.438rem;
	letter-spacing: 0.14em;
	margin: 0 0 28px;
}

@media (max-width: 899px) {
	.p_en_signature .head .title h3 {
		font-size: 2.303rem;
		text-align: center;
		margin-bottom: 34px;
	}
}

.p_en_signature .head .title p {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2;
}

@media (max-width: 899px) {
	.p_en_signature .head .title p {
		width: 90%;
		margin: 0 auto;
	}
}

.p_en_signature .head .title .btn_line {
	margin-top: 56px;
	margin-left: 0;
}

@media (max-width: 899px) {
	.p_en_signature .head .title .btn_line {
		margin: 44px auto 0;
		width: 46.66%;
		min-width: 200px;
	}
}

.p_en_signature .head-2 .img {
	left: unset;
	right: 0;
}

.p_en_signature .head-2 .title {
	width: 52.8%;
	margin-left: 0;
	margin-right: auto;
}

@media (max-width: 899px) {
	.p_en_signature .head-2 .title {
		width: 100%;
	}
}

.p_en_signature .head-2 .title p {
	width: 67.12%;
}

@media (max-width: 899px) {
	.p_en_signature .head-2 .title p {
		width: 100%;
	}
}

@media (max-width: 899px) {
	.p_en_signature .list {
		width: 90%;
		margin: 0 auto;
	}
}

.p_en_signature .list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 899px) {
	.p_en_signature .list li {
		flex-wrap: wrap;
	}
}

.p_en_signature .list li:not(:last-child) {
	margin-bottom: 56px;
}

@media (max-width: 899px) {
	.p_en_signature .list li:not(:last-child) {
		margin-bottom: 67px;
	}
}

.p_en_signature .list .image {
	width: 52.88%;
	position: relative;
}

@media (max-width: 899px) {
	.p_en_signature .list .image {
		width: 100%;
		order: 1;
		margin: 0 auto 40px;
	}
}

.p_en_signature .list .image::before {
	content: "";
	display: block;
	padding-bottom: 66.9%;
}

@media (max-width: 899px) {
	.p_en_signature .list .image::before {
		padding-bottom: 57.37%;
	}
}

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

.p_en_signature .list .txt {
	width: 44.4%;
}

@media (max-width: 899px) {
	.p_en_signature .list .txt {
		width: 100%;
		order: 2;
	}
}

.p_en_signature .list .txt h4 {
	font-size: 2.375rem;
	letter-spacing: 0.1em;
	font-weight: 600;
	margin: 0 0 32px;
}

@media (max-width: 899px) {
	.p_en_signature .list .txt h4 {
		text-align: center;
		font-size: 1.993rem;
		margin-bottom: 32px;
	}
}

.p_en_signature .list .txt p {
	font-size: 0.875rem;
	line-height: 2;
	letter-spacing: 0.08em;
}

@media (max-width: 899px) {
	.p_en_signature .list .txt p {
		font-size: 0.974rem;
		letter-spacing: 0.08em;
		line-height: 1.7;
	}
}

.p_en_signature .list-2 .txt {
	order: 1;
}

@media (max-width: 899px) {
	.p_en_signature .list-2 .txt {
		order: 2;
	}
}

.p_en_signature .list-2 .image {
	order: 2;
}

@media (max-width: 899px) {
	.p_en_signature .list-2 .image {
		order: 1;
	}
}

.p_en_access {
	padding-bottom: 100px;
}

.p_en_access .bg {
	position: relative;
}

.p_en_access .bg::before {
	content: "";
	display: block;
	padding-bottom: 37.08%;
}

@media (max-width: 899px) {
	.p_en_access .bg::before {
		padding-bottom: 64.77%;
	}
}

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

.p_en_access .content {
	margin-top: 115px;
}

@media (max-width: 899px) {
	.p_en_access .content {
		margin-top: 60px;
	}
}

.p_en_access .head {
	text-align: center;
}

.p_en_access .head .t_sectitle {
	margin: 0;
}

@media (max-width: 899px) {
	.p_en_access .head .t_sectitle {
		font-size: 2.303rem;
	}
}

.p_en_access .head h3 {
	font-size: 1.493rem;
	letter-spacing: 0.1em;
	margin: 0;
	margin-top: 30px;
}

@media (max-width: 899px) {
	.p_en_access .head h3 {
		font-size: 1.493rem;
		margin-top: 56px;
	}
}

.p_en_access .head p {
	font-size: 1.24rem;
	margin: 30px 0 0;
}

@media (max-width: 899px) {
	.p_en_access .head p {
		font-size: 1.152rem;
		margin-top: 23px;
		line-height: 1.7;
	}
}

@media (max-width: 899px) {
	.p_en_access .map, .p_en_access .desc {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}

.p_en_access .map {
	filter: grayscale(100%);
	transition: 0.3s all ease-in-out;
	margin: 42px 0 63px;
}

@media (max-width: 899px) {
	.p_en_access .map {
		margin: 42px auto;
		height: 48.34vw;
		max-height: 289px;
	}
}

.p_en_access .map:hover {
	filter: grayscale(0);
}

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

@media (max-width: 899px) {
	.p_en_access .map iframe {
		height: 100%;
	}
}

.p_en_access .desc {
	font-weight: 700;
	letter-spacing: 0.1em;
}

.p_en_access .desc:not(:last-child) {
	margin-bottom: 30px;
}

.p_en_access .desc h4 {
	font-size: 0.974rem;
	margin-top: 0;
	margin-bottom: 12px;
}

@media (max-width: 899px) {
	.p_en_access .desc h4 {
		font-size: 1.108rem;
		letter-spacing: 0.1em;
	}
}

.p_en_access .desc ul {
	font-size: 0.875rem;
	list-style: disc;
	padding-left: 40px;
}

@media (max-width: 899px) {
	.p_en_access .desc ul {
		font-size: 0.974rem;
		letter-spacing: 0.1em;
		padding-left: 20px;
	}
}

.p_en_access .desc ul li:not(:last-child) {
	margin-bottom: 4px;
}

/*---- utility ---*/
.u_my1 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.u_mx1 {
	margin-left: 1rem;
	margin-right: 1rem;
}

.u_mb1 {
	margin-bottom: 1rem;
}

.u_mt1 {
	margin-top: 1rem;
}

.u_ml1 {
	margin-left: 1rem;
}

.u_mr1 {
	margin-right: 1rem;
}

.u_my2 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.u_mx2 {
	margin-left: 2rem;
	margin-right: 2rem;
}

.u_mb2 {
	margin-bottom: 2rem;
}

.u_mt2 {
	margin-top: 2rem;
}

.u_ml2 {
	margin-left: 2rem;
}

.u_mr2 {
	margin-right: 2rem;
}

.u_my3 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.u_mx3 {
	margin-left: 3rem;
	margin-right: 3rem;
}

.u_mb3 {
	margin-bottom: 3rem;
}

.u_mt3 {
	margin-top: 3rem;
}

.u_ml3 {
	margin-left: 3rem;
}

.u_mr3 {
	margin-right: 3rem;
}

.u_my4 {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.u_mx4 {
	margin-left: 4rem;
	margin-right: 4rem;
}

.u_mb4 {
	margin-bottom: 4rem;
}

.u_mt4 {
	margin-top: 4rem;
}

.u_ml4 {
	margin-left: 4rem;
}

.u_mr4 {
	margin-right: 4rem;
}

.u_my5 {
	margin-top: 5rem;
	margin-bottom: 5rem;
}

.u_mx5 {
	margin-left: 5rem;
	margin-right: 5rem;
}

.u_mb5 {
	margin-bottom: 5rem;
}

.u_mt5 {
	margin-top: 5rem;
}

.u_ml5 {
	margin-left: 5rem;
}

.u_mr5 {
	margin-right: 5rem;
}

.u_shadow {
	text-shadow: 1px 1px 2px #fff, 1px 1px 5px #fff;
}

/*---- other ---*/
.wpcf7-form-control-wrap .wpcf7-list-item {
	display: block;
}

form .wpcf7-spinner {
	display: none;
}

form.submitting .wpcf7-spinner {
	display: inline-block;
}