@charset "utf-8";

section {
	padding: 0;
	margin: 0;
}

.leasing-hero {
	width: 100%;
	position: relative;
	z-index: 99;
}


.leasing-hero-h1 {
	width: 45%;
	position: absolute;
	top: 0%;
	left: 0%;
	transform: translate(13%, 105%);
	z-index: 100;
}

.p-concept {
	position: relative;
	padding: 0 20px;
	background: url("../../images/shop/bg-img.webp") center bottom no-repeat;
	background-size: cover;
}

.p-concept__inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 0;
}

.p-concept-text {
	font-family: "Shimanami";
	font-size: 1.2rem;
	line-height: 2;
	text-align: center;
	color: #BF9060;
	letter-spacing: 0.1em;
}


.p-about {
	width: 100%;
	position: relative;
	z-index: 99;
}

.p-about-img {
	position: relative;
	z-index: 99;
}

/* .p-about-pin {
	font-family: "Role Serif Display Pro Regular";
	position: absolute;
	z-index: 100;
	color: #fff;
	letter-spacing: 0.08em;
}

.arena {
	top: 0%;
	left: 0%;
	transform: translate(0%,0%);
} */

.p-about__inner {
	position: absolute;
	bottom: 10%;
	left: 13%;
	z-index: 100;
	transform: translate(0%, 0%);
	width: 58%;
}

.p-about-text {
	font-family: "Shimanami";
	font-size: 1.1rem;
	line-height: 2;
	color: #fff;
	letter-spacing: 0.08em;
}


.p-bg-lattice {
	background-image: linear-gradient(#ececec 1px, transparent 0), linear-gradient(90deg, #ececec 1px, transparent 0);
	background-size: 58px 58px;
}

.p-style {
	width: 100%;
	position: relative;
	padding: 0 20px;
}

.p-style__inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 0;
}

.c-title-h2 {
	font-family: "Shimanami";
	color: #231815;
	font-size: 2.2rem;
	line-height: 1.4;
	margin: 0;
}

.c-title-h2.white {
	color: #fff;
}

.p-style-main {
	margin-top: 30px;
	width: 100%;
}

.p-style-select {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	padding: 0;
}

.p-style-select__trigger {
	text-align: center;
	padding: 20px 20px 10px 20px;
}


.p-style-select__trigger:hover {
	cursor: pointer;
}

.p-style-select__trigger span {
	position: relative;
	padding-bottom: 20px;
}

.p-style-select__trigger:first-child span::before {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%) rotate(135deg);
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.p-style-select__trigger:nth-child(2) span::before {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%) rotate(135deg);
	width: 12px;
	height: 12px;
	border-top: 2px solid #BF9060;
	border-right: 2px solid #BF9060;
}

.p-style-select__trigger:nth-child(3) span::before {
	/* content: none; */
	content: "";
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%) rotate(135deg);
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.p-style-select__trigger:first-child {
	background: #BF9060;
	color: #fff;
}

.p-style-select__trigger:nth-child(2) {
	background: #F2E9DE;
	color: #231815;
}

.p-style-select__trigger:nth-child(3) {
	background: #BF9060;
	color: #fff;
}

.p-style-select__trigger .gray {
	padding-bottom: 0;
	line-height: 1.7;
}

.p-style-select__trigger .small {
	display: block;
	font-size: 1rem;
	padding-bottom: 0;
	line-height: 1;
}

.js-tab {
	background: #fff;
	padding: 30px 30px;
}

.c-title-h3 {
	color: #231815;
	line-height: 1.4;
	font-size: 1.3rem;
	margin: 20px 0;
}

.p-style-img-list {
	padding: 0;
	list-style: none;
}

.p-style-img-list__item-text {
	margin: 0;
	font-size: 1rem;
	padding: 10px 15px;
	color: #231815;
	line-height: 1.4;
	background: #DFDEDD;
	font-family: "Gothic MB101 Regular JIS2004 AP";
}

.p-style-img-list__item {
	margin-top: 40px;
}

.c-title-h3__sub {
	max-width: 870px;
	margin: 0 auto;
	text-align: left;
	font-size: 1rem;
	line-height: 1.8;
	color: #231815;
}

.p-style-select__coming {
	padding: 50px;
	font-size: 1.4rem;
	color: #9F9F9F;
	text-align: center;
}

.p-institution {
	width: 100%;
	position: relative;
	padding: 0 20px;
}

.p-institution__inner {
	max-width: 1000px;
	margin: 0 auto;
}

.p-col2__wrap {
	margin-top: 30px;
}

.p-col2 {
	position: relative;
	list-style: none;
	padding: 0;
	display: grid;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	column-gap: 30px;
	/* row-gap: 30px; */
}

.c-title-h3-thin {
	font-size: 1.2rem;
	line-height: 1.4;
	color: #231815;
	margin: 0;
	margin-bottom: 20px;
}

.p-col2__text {
	margin-top: 40px;
	font-size: 1rem;
	line-height: 2;
	color: #231815;
	font-family: "Gothic MB101 Regular JIS2004 AP";
}


.p-surroundings {
	width: 100%;
	padding: 0 20px;
	position: relative;
}

.p-surroundings__inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}

.p-surroundings__text {
	max-width: 940px;
	margin: 40px auto;
	font-size: 1rem;
	line-height: 2;
	color: #231815;
	font-family: "Gothic MB101 Regular JIS2004 AP";
}

.p-surroundings-col2 {
	position: relative;
	list-style: none;
	padding: 0;
	display: grid;
	grid-template-rows: auto auto auto;
	/* grid-template-columns: 1fr 1fr; */
	grid-template-columns: 60% 40%;
	column-gap: 30px;
	row-gap: 30px;
}

.p-surroundings-col2 li:first-child {
	grid-row: 1 / 3;
	grid-column: 1 / 2;
}

.p-surroundings-col2 li:nth-child(2) {
	grid-row: 1 / 2;
	grid-column: 2 / 3;
}

.p-surroundings-col2 li:nth-child(3) {
	grid-row: 3 / 6;
	grid-column: 2 / 1;
}

.p-surroundings-col2 li:nth-child(4) {
	grid-row: 2 / 6;
	grid-column: 2 / 2;
}

.p-surroundings__img-text {
	font-size: 1rem;
	line-height: 2;
	color: #231815;
	font-family: "Gothic MB101 Regular JIS2004 AP";
	background: #DEDDDC;
	padding: 8px 15px;
}

.p-interview {
	width: 100%;
	padding: 0 20px;
	position: relative;
}

.p-interview__inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}

.p-interview__text {
	max-width: 750px;
	margin: 40px auto;
	font-size: 1rem;
	line-height: 2;
	color: #231815;
	font-family: "Gothic MB101 Regular JIS2004 AP";
}

.p-interview__youtube {
	max-width: 600px;
	margin: 30px auto 0 auto;
}

.p-bg-blue {
	background: #1B3571;
	width: 100%;
}

.p-floor {
	width: 100%;
	padding: 100px 20px;
	position: relative;
}

.p-floor__inner {
	max-width: 1000px;
	margin: 0 auto;
}

.p-floor__text {
	max-width: 750px;
	margin: 40px auto;
	font-size: 1rem;
	line-height: 2;
	color: #fff;
	text-align: center;
	font-family: "Gothic MB101 Regular JIS2004 AP";
}

.p-floor-table {
	margin-top: 50px;
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	column-gap: 30px;
	/* row-gap: 30px; */
}

.p-floor-table table {
	width: 100%;
	border-top: 1px solid #fff;
	border-collapse: collapse;
}

.p-floor-table table td {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-family: "Gothic MB101 Regular JIS2004 AP";
	font-size: 0.9rem;
	line-height: 1.3;
	text-align: center;
	padding: 12px 20px;
}

.p-floor-table .br-n {
	border-right: none;
}

.white .p-col2__text {
	color: #fff;
}

.mt-m.p-col2__text {
	margin-top: 85px;
}


.p-button-white {
	margin-top: 30px;
}

.p-button-white__link {
	width: 350px;
	display: block;
	background: #fff;
	border-radius: 30px;
	text-align: center;
	padding: 15px;
	color: #000;
	font-size: 1rem;
	position: relative;
	overflow: hidden;
	border: 1px solid #fff;
}

@media (min-width: 769px) {
	.p-button-white__link::after {
		content: "";
		display: block;
		position: absolute;
		z-index: -1;
		top: 50%;
		left: 50%;
		width: 100%;
		height: 100%;
		background-color: #000;
		/* border-radius: 40px; */
		-webkit-transform: translate(-50%, -50%) scale(0, 0);
		-ms-transform: translate(-50%, -50%) scale(0, 0);
		transform: translate(-50%, -50%) scale(0, 0);
		-webkit-transition: -webkit-transform ease 0.4s;
		transition: -webkit-transform ease 0.4s;
		-o-transition: transform ease 0.4s;
		transition: transform ease 0.4s;
		transition: transform ease 0.4s, -webkit-transform ease 0.4s;
	}

	.p-button-white__link:hover {
		color: #fff;
	}

	.p-button-white__link:hover::after {
		color: #fff;
		-webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
		-ms-transform: translate(-50%, -50%) scale(1.1, 1.1);
		transform: translate(-50%, -50%) scale(1.1, 1.1);
	}
}

.p-spec {
	width: 100%;
	padding: 100px 20px 0 20px;
	position: relative;
}

.p-spec__inner {
	max-width: 1000px;
	margin: 0 auto;
}

.p-spec__text {
	margin-top: 30px;
	font-size: 1rem;
	line-height: 2;
	color: #231815;
	font-family: "Gothic MB101 Regular JIS2004 AP";
}

.p-col2-list__wrap {
	margin-top: 30px;
}

.p-col2-list {
	position: relative;
	list-style: none;
	padding: 0;
	display: grid;
	grid-template-rows: auto auto auto auto;
	grid-template-columns: 1fr 1fr;
	column-gap: 50px;
	row-gap: 50px;
}

.p-col2-list__h3 {
	font-size: 1.3rem;
	line-height: 1.4;
	color: #231815;
	margin: 0;
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-weight: normal;
	border-bottom: 1px solid #A0A0A0;
}

.p-col2-list__item__inner {
	display: flex;
	margin-top: 35px;
}

.p-col2-list__item__left {
	width: 30%;
	margin-right: 3%;
}

.p-col2-list__item__right {
	width: calc(100% - 33%);
}

.p-col2-list__item-img {
	text-align: center;
}

.p-col2-list__item:nth-child(1) .p-col2-list__item-img img {
	width: 100px;
}

.p-col2-list__item:nth-child(2) .p-col2-list__item-img img {
	width: 90px;
}

.p-col2-list__item:nth-child(3) .p-col2-list__item-img img {
	width: 100px;
}

.p-col2-list__item:nth-child(4) .p-col2-list__item-img img {
	width: 110px;
}

.c-title-h4 {
	font-size: 1.2rem;
	line-height: 1.4;
	color: #231815;
	margin-bottom: 10px;
	margin-top: 0;
}

.p-col2-list__item:nth-child(1) .c-title-h4 {
	margin-top: 20px;
}

.p-col2-list__text {
	font-size: 1rem;
	line-height: 1.8;
	color: #231815;
	font-family: "Gothic MB101 Regular JIS2004 AP";
}



.p-info {
	width: 100%;
	position: relative;
	padding: 100px 20px;
}

.p-info__inner {
	max-width: 1000px;
	margin: 0 auto;
}

.p-table-grid__wrap {
	margin-top: 30px;
}

.p-table-grid {
	padding: 0;
	list-style: none;
}

.p-table-grid__h3 {
	display: flex;
	align-items: center;
	color: #fff;
	margin: 20px 0;
}

.p-table-grid__h3-main {
	font-family: "Role Serif Display Pro Regular";
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.08em;
	display: block;
}

.p-table-grid__h3-sub {
	font-size: 0.8rem;
	line-height: 1.4;
	display: block;
	padding-left: 15px;
	padding-bottom: 3px;
	letter-spacing: 2px;
	font-family: "Gothic MB101 Regular JIS2004 AP";
}

.p-table-grid__wrap {
	margin-top: 20px;
}

.p-table-grid {
	position: relative;
	list-style: none;
	padding: 0;
	display: grid;
	grid-template-rows: auto auto auto auto;
	grid-template-columns: 1fr 1fr;
	column-gap: 30px;
	row-gap: 30px;
}

.c-table {
	padding: 0;
	border-top: 1px solid #fff;
}

.c-table__item {
	position: relative;
	list-style: none;
	padding: 0;
	display: flex;
	border-bottom: 1px solid #fff;
}

.c-table__item-title {
	width: 25%;
	border-right: 1px solid #fff;
	padding: 10px 15px;
	font-size: 0.8rem;
	line-height: 1.8;
	color: #fff;
	font-family: "Gothic MB101 Regular JIS2004 AP";
	text-align: justify;
	text-align-last: justify;
}


.c-table__item-text {
	width: 75%;
	padding: 10px 15px;
	font-size: 0.8rem;
	line-height: 1.8;
	color: #fff;
	letter-spacing: 0.05em;
	font-family: "Gothic MB101 Regular JIS2004 AP";
}

.c-table__item-text div {
	color: #fff;
	padding-left: 37px;
	font-size: 1.2rem;
	line-height: 1.1;
}

.lh-m {
	line-height: 2.5;
}

.fs-s {
	font-size: 0.6rem;
	line-height: 2.2;
}

.row2.c-table {
	margin-top: 81px;
}


.p-access {
	width: 100%;
	position: relative;
	padding: 0 20px;
}

.p-access__inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 0;
}

.p-access__text {
	font-family: "Shimanami";
	font-size: 1.2rem;
	line-height: 2;
	color: #BF9060;
	letter-spacing: 0.1em;
	margin-top: 10px;
}

.p-access__map__wrap {
	width: 100%;
	margin-top: 30px;
	position: relative;
}

.p-access__map iframe {
	width: 100%;
	position: relative;
	height: 600px;
	z-index: 100;
}

.p-access__detaile {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 101;
	background: #1B3571;
	width: 400px;
	box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.3);
	padding: 20px 20px;
}

.p-access__h3 {
	font-size: 1.4rem;
	line-height: 1.3;
	color: #fff;
	margin: 0;
}

.p-access__detaile-text {
	font-size: 0.8rem;
	line-height: 1.7;
	color: #fff;
	letter-spacing: 0.05em;
	font-family: "Gothic MB101 Regular JIS2004 AP";
	margin-top: 20px;
}

.p-access__detaile-text .small {
	font-size: 0.6rem;
}


.p-contact {
	width: 100%;
	position: relative;
	padding: 0 20px;
}

.p-contact__inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 100px 0;
}

.p-contact__wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1B3571;
	padding: 50px 0;
}

.p-contact-h2 {
	margin: 0;
	font-size: 1.7rem;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	color: #fff;
	letter-spacing: 0.1em;
	font-family: "Gothic MB101 Regular JIS2004 AP";
}

.p-contact__left,
.p-contact__right {
	padding: 0 80px;
}

.p-contact-text {
	margin-top: 30px;
	color: #fff;
	font-size: 1rem;
	line-height: 2;
	font-weight: normal;
	font-family: "Gothic MB101 Regular JIS2004 AP";
}

.p-contact-button {
	max-width: 250px;
	margin: 30px auto 0 auto;
}

.p-contact-button__link {
	display: block;
	background: #fff;
	padding: 10px 5px;
	border-radius: 30px;
	width: 100%;
	text-align: center;
	font-size: 0.9rem;
	position: relative;
	overflow: hidden;
	border: 1px solid #fff;
}


































.visitors-table {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #333;
	margin-bottom: 40px;
}

.visitors-table th,
.visitors-table td {
	border: 1px solid #333;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
}

.visitors-table th {
	/* background-color: #f8f8f8; */
	font-weight: bold;
	font-size: 1rem;
}

.row-header {
	/* background-color: #f8f8f8; */
	font-weight: bold;
	font-size: 1rem;
}

/* .event-day {
    background-color: #fff8f0;
}

.no-event-day {
    background-color: #fdf2f8;
} */

.number {
	font-size: 3rem;
	font-weight: bold;
	display: inline-block;
	margin-right: 8px;
}

.stat-number .number2 {
	font-size: 4rem;
	font-weight: bold;
	display: inline-block;
	margin-right: 8px;
}

.stat-number .number3 {
	font-size: 3rem;
	font-weight: bold;
	display: inline-block;
	margin-right: 8px;
}

.number.orange {
	color: #ff9500;
}

.number.pink {
	color: #e91e63;
}

.number2.blue {
	color: #1e88e5;
}

.number2.gray {
	color: #666;
}

.number3.deepblue {
	color: #0665b7;
}

.unit {
	font-size: 1.1rem;
	font-weight: bold;
	color: #333;
	vertical-align: baseline;
}

.stats-section {
	margin-top: 40px;
}

.stats-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 20px;
}

.stat-card {
	border: 2px solid #000000;
	padding: 30px 20px;
	text-align: center;
}

.stat-card h3 {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 20px;
	color: #333;
}

.stat-number {
	margin-bottom: 15px;
}

.stat-number.large {
	margin-bottom: 20px;
}

.stat-note {
	font-size: 0.9rem;
	color: #666;
}

.large-stat-card {
	border: 2px solid #000000;
	padding: 40px 30px;
	text-align: center;
}

.large-stat-card h3 {
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 30px;
	color: #333;
}

.description {
	font-size: 0.9rem;
	color: #666;
	text-align: left;
	line-height: 1.6;
	margin-top: 20px;
}

@media (min-width: 769px) {
	.p-contact-button__link::after {
		content: "";
		display: block;
		position: absolute;
		z-index: -1;
		top: 50%;
		left: 50%;
		width: 100%;
		height: 100%;
		background-color: #000;
		/* border-radius: 40px; */
		-webkit-transform: translate(-50%, -50%) scale(0, 0);
		-ms-transform: translate(-50%, -50%) scale(0, 0);
		transform: translate(-50%, -50%) scale(0, 0);
		-webkit-transition: -webkit-transform ease 0.4s;
		transition: -webkit-transform ease 0.4s;
		-o-transition: transform ease 0.4s;
		transition: transform ease 0.4s;
		transition: transform ease 0.4s, -webkit-transform ease 0.4s;
	}

	.p-contact-button__link:hover {
		color: #fff;
	}

	.p-contact-button__link:hover::after {
		color: #fff;
		-webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
		-ms-transform: translate(-50%, -50%) scale(1.1, 1.1);
		transform: translate(-50%, -50%) scale(1.1, 1.1);
	}
}

#leasing-access .p-col2-list__item:nth-child(1) .p-col2-list__item-img img {
	width: 80px;
}

#leasing-access .p-col2-list__item:nth-child(2) .p-col2-list__item-img img {
	width: 85px;
	padding-top: 0;
}

#leasing-access .p-col2-list__item:nth-child(3) .p-col2-list__item-img img {
	width: 90px;
}

#leasing-access .p-col2-list__item:nth-child(4) .p-col2-list__item-img img {
	width: 80px;
	margin-top: -15px;
}

#leasing-access .p-col2-list__item:nth-child(5) .p-col2-list__item-img img {
	width: 63px;
}

#leasing-access .p-col2-list__item:nth-child(6) .p-col2-list__item-img img {
	width: 70px;
}

/*--------------------------------
タブレット以下ここから
----------------------------------*/
.pc-only {
	display: block;
}

.sp-only {
	display: none;
}

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

	.sp-only {
		display: block;
	}
}

@media (max-width: 820px) {
	.leasing-hero-h1__img {
		background: rgba(256, 256, 256, 0.6);
	}

	.p-about {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.p-about__inner {
		position: static;
		bottom: auto;
		left: auto;
		width: calc(100% - 40px);
		margin: 50px 20px;
	}

	.p-about-text {
		font-size: 0.8rem;
		line-height: 1.8;
		letter-spacing: 0.04em;
		color: #000;
	}

	.p-table-grid {
		grid-template-rows: auto;
		grid-template-columns: auto;
	}

	.p-table-grid__h3-main {
		font-size: 1.2rem;
	}

	.p-table-grid__h3 {
		margin: 0 0 10px 0;
	}

	.c-table__item-title {
		width: 18%;
		padding: 10px 8px;
		font-size: 0.7rem;
	}

	.c-table__item-text {
		width: 88%;
		padding: 10px 8px;
		font-size: 0.7rem;
	}

	.row2.c-table {
		margin-top: -31px;
	}

	.p-floor-table {
		margin-top: 30px;
		grid-template-rows: auto auto;
		grid-template-columns: 1fr;
		column-gap: 0;
		row-gap: 0;
	}

	.p-floor-table table td {
		font-size: 0.8rem;
		padding: 12px 10px;
	}

	.p-floor-table table.spb-n {
		border-top: none;
	}

	.p-floor__text {
		margin: 20px auto 20px auto;
		font-size: 0.9rem;
		text-align: left;
	}
}

@media (max-width: 768px) {
	.leasing-hero-h1 {
		width: 80%;
		top: 50%;
		left: 0%;
		transform: translate(8%, -50%);
	}

	.p-concept__inner {
		padding: 50px 0;
	}

	.p-concept-text {
		font-size: 0.9rem;
	}

	#leasing-access .p-col2-list__wrap {
		margin-top: 10px;
	}

	#leasing-access .p-col2-list__item__inner {
		margin-top: 20px;
	}

	#leasing-access .p-col2-list__item:nth-child(1) .p-col2-list__item-img img {
		width: 58px;
	}

	#leasing-access .p-col2-list__item:nth-child(2) .p-col2-list__item-img img {
		width: 60px;
		padding-top: 0;
	}

	#leasing-access .p-col2-list__item:nth-child(3) .p-col2-list__item-img img {
		width: 60px;
	}

	#leasing-access .p-col2-list__item:nth-child(4) .p-col2-list__item-img img {
		width: 60px;
		margin-top: -5px;
	}

	#leasing-access .p-col2-list__item:nth-child(5) .p-col2-list__item-img img {
		width: 45px;
	}

	#leasing-access .p-col2-list__item:nth-child(6) .p-col2-list__item-img img {
		width: 54px;
	}

	.p-style__inner {
		padding: 50px 0;
	}

	.c-title-h2 {
		font-size: 1.3rem;
	}

	.p-style-main {
		margin-top: 20px;
	}

	.p-style-select {
		align-items: inherit;
	}

	.p-style-select__trigger {
		font-size: 0.7rem;
		padding: 10px 10px 10px 10px;
	}

	.p-style-select__trigger span {
		padding-bottom: 15px;
	}

	.p-style-select__trigger span::before {
		width: 8px;
		height: 8px;
	}

	.p-style-select__trigger:first-child span::before {
		width: 8px;
		height: 8px;
	}

	.p-style-select__trigger:nth-child(2) span::before {
		width: 8px;
		height: 8px;
	}

	.p-style-select__trigger:nth-child(3) span::before {
		width: 8px;
		height: 8px;
	}

	.p-style-select__trigger .small {
		font-size: 0.7rem;
	}

	.p-style-select__trigger:first-child {
		padding: 15px 10px 10px 10px;
		font-size: 0.9rem;
	}

	.p-style-select__trigger:first-child span {
		padding-bottom: 25px;
	}

	.js-tab {
		padding: 20px 10px;
	}

	.c-title-h3 {
		line-height: 1.3;
		font-size: 1.1rem;
		margin: 0 0 15px 0;
	}

	.p-style-img-list__item {
		margin-top: 20px;
	}

	.p-style-img-list__item-text {
		font-size: 0.8rem;
		padding: 5px 15px;
	}

	.c-title-h3__sub {
		font-size: 0.9rem;
	}

	.p-col2__wrap {
		margin-top: 20px;
	}

	.p-col2 {
		grid-template-rows: auto;
		grid-template-columns: auto;
		row-gap: 30px;
	}

	.c-title-h3-thin {
		font-size: 1.1rem;
		margin-bottom: 15px;
	}

	.p-col2__text {
		margin-top: 15px;
		font-size: 0.9rem;
		line-height: 1.8;
	}

	.p-surroundings__inner {
		padding: 60px 0 0 0;
	}

	.p-surroundings__text {
		margin: 20px auto;
		font-size: 0.9rem;
		line-height: 1.8;
	}

	.p-floor {
		padding: 50px 20px;
	}

	.mt-m.p-col2__text {
		margin-top: 20px;
	}

	.p-button-white__link {
		width: 230px;
		padding: 10px;
		margin: 0 auto;
	}

	.p-spec {
		padding: 50px 20px;
	}

	.p-col2-list__h3 {
		font-size: 1.1rem;
		line-height: 1.2;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.p-col2-list {
		grid-template-rows: auto;
		grid-template-columns: auto;
	}

	.p-col2-list__item:nth-child(1) .c-title-h4 {
		margin-top: 0;
	}

	.p-col2-list__text {
		font-size: 0.8rem;
		line-height: 1.8;
		margin-bottom: 15px;
	}

	.p-col2-list__item__left {
		width: 25%;
		margin-right: 3%;
	}

	.p-col2-list__item__right {
		width: calc(100% - 28%);
	}

	.p-col2-list__item:nth-child(1) .p-col2-list__item-img img {
		width: 80px;
	}

	.p-col2-list__item:nth-child(2) .p-col2-list__item-img img {
		width: 80px;
	}

	.p-col2-list__item:nth-child(3) .p-col2-list__item-img img {
		width: 80px;
	}

	.p-col2-list__item:nth-child(4) .p-col2-list__item-img img {
		width: 80px;
	}

	.c-title-h4 {
		font-size: 1rem;
	}

	.p-info {
		padding: 50px 20px;
	}

	.c-table__item-title {
		width: 33%;
		padding: 10px 8px;
		font-size: 0.7rem;
	}

	.c-table__item-text {
		width: 67%;
		padding: 10px 8px;
		font-size: 0.7rem;
	}

	.p-access__inner {
		padding: 50px 0;
	}

	.p-access__text {
		font-size: 0.9rem;
	}

	.p-access__map__wrap {
		width: 100%;
		margin-top: 20px;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.p-access__detaile {
		position: static;
		top: auto;
		right: auto;
		width: 100%;
	}

	.p-access__map {
		margin-top: 20px;
	}

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

	.p-contact__wrap {
		flex-wrap: wrap;
	}

	.p-contact__left,
	.p-contact__right {
		padding: 0 30px;
	}

	.p-contact-h2 {
		font-size: 1.3rem;
	}

	.p-contact-text {
		margin-top: 15px;
		font-size: 0.9rem;
	}

	.p-contact__right {
		margin-top: 50px;
	}

	.p-contact__right.mt0 {
		margin-top: 0;
	}

	.fs-s {
		font-size: 0.4rem;
		line-height: 2.2;
	}

	.p-interview__inner {
		padding: 50px 0 0 0;
	}

	.p-interview__youtube {
		margin: 20px auto 0 auto;
	}

	.p-spec__text {
		margin: 20px auto;
		font-size: 0.9rem;
		line-height: 1.8;
	}

	.p-surroundings-col2 {
		column-gap: 10px;
		row-gap: 10px;
	}

	.p-surroundings__img-text {
		font-size: 0.6rem;
		line-height: 2;
		padding: 4px 10px;
	}
}