<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: DETAIL BASE
Description: DETAIL BASE Theme
Author: cunelwork
Version: 2.0
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap");

/* ============================
	section
============================ */
.sec-inner {
	padding: 0 0 30px;
}

.sec-title {
	margin: 0;
	text-align: center;
}

.content-inner {
	width: 100%;
	margin: 50px 0 0;
}

/* ============================
	Pagenavi
============================ */
.wp-pagenavi {
	clear: both;
	margin: 60px 0 0;
	font-size: 1.6rem;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	width: 3em;
	height: 3em;
	margin: 0 0.5em;
	color: #999;
	font-weight: 700;
	line-height: 3;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #ccc;
	transition: all 0.5s ease;
	background-color: #fff;
}

.wp-pagenavi a:hover,
.wp-pagenavi span {
	color: #fff;
	text-decoration: none;
	background: #1ba9bc;
	border-color: #1ba9bc;
	opacity: 1;
}

.wp-pagenavi a:hover {
	transition: all 0.5s ease;
}

.wp-pagenavi .extend {
	width: 1em;
	color: #1ba9bc;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
}

.wp-pagenavi .extend::after {
	content: "…";
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	position: relative;
	width: 3em;
	height: 3em;
	text-indent: -999999px;
	vertical-align: middle;
}

.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	content: "";
}

.wp-pagenavi .previouspostslink::after {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.wp-pagenavi .nextpostslink::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.wp-pagenavi .previouspostslink:hover::after,
.wp-pagenavi .nextpostslink:hover::after {
	border-color: #fff;
}

.result_count {
	margin-bottom: 15px;
	color: #999;
	font-size: 1.4rem;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.wp-pagenavi {
		margin-top: 30px;
	}
}

/* ============================
	post parts
============================ */
/* ============================
	card list
============================ */
.card-list.flex-d {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.card-item {
	width: 280px;
}

.card-item+.card-item {
	margin-left: 60px;
}

.card-item:nth-child(n + 4) {
	margin-top: 30px;
}

.card-item:nth-child(3n-2) {
	margin-left: 0;
}

.card-item .card-thumb img {
	width: 280px;
	height: 200px;
}

.card-item .card-meta {
	margin: 20px 0 0;
}

.card-item .card-meta.flex-f {
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.card-item .card-title {
	margin: 20px 0 0;
	font-size: 1.5rem;
}

/* ============================
	404
============================ */
#error-404 .content-inner p {
	text-align: center;
}

html {
	scroll-behavior: smooth;
}

body {
	color: #323232;
	font-weight: 400;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium",
		"Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3",
		"Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 2;
	background: #fff;
}

.bold {
	font-weight: 700;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック",
		"Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",
		Meiryo, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

p {
	margin: 0;
}

p+p {
	margin-top: 1em;
}

a {
	color: #323232;
	text-decoration: none;
}

small {
	font-size: 100%;
}

.wf-din {
	font-weight: 400;
	font-family: din-2014, sans-serif;
	font-style: 400;
}

.pre-wrap {
	display: block;
	white-space: pre-wrap;
}

.ofi {
	object-fit: cover;
	object-position: center;
	font-family: "object-fit: cover; object-position: center;";
}

.ofi-contain {
	object-fit: cover;
	object-position: center;
	font-family: "object-fit: cover; object-position: center;";
}

.archive-item {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #dbdbdb;
}

.archive-item:last-child {
	border-bottom: 1px solid #dbdbdb;
}

.archive-link {
	display: -webkit-flex;
	display: flex;
}

.archive-link:hover .archive-title,
.archive-link:active .archive-title,
.archive-link:focus .archive-title {
	text-decoration: underline;
}

.archive-link-event {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.archive-link-event:hover .archive-title,
.archive-link-event:active .archive-title,
.archive-link-event:focus .archive-title {
	text-decoration: underline;
}

.archive-thumb img {
	-webkit-align-self: flex-start;
	align-self: flex-start;
}

.archive-thumb-event {
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #f9f9f9;
}

.archive-detail {
	margin-left: 20px;
}

.archive-detail-event {
	margin-top: 20px;
}

.archive-date {
	margin-bottom: 8px;
	color: #adadad;
	font-size: 1.4rem;
}

.company-branches-columns {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: auto 60px auto 60px auto 60px auto;
	grid-template-rows: repeat(4, auto);
	-ms-grid-columns: 1fr 30px 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px 30px;
	padding-top: 60px;
	padding-bottom: 60px;
}

.company-branches-columns&gt;*:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.company-branches-columns&gt;*:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.company-branches-columns&gt;*:nth-child(3) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

.company-branches-columns&gt;*:nth-child(4) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}

.company-branches-columns&gt;*:nth-child(5) {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
}

.company-branches-columns&gt;*:nth-child(6) {
	-ms-grid-row: 5;
	-ms-grid-column: 3;
}

.company-branches-columns&gt;*:nth-child(7) {
	-ms-grid-row: 7;
	-ms-grid-column: 1;
}

.company-branches-columns&gt;*:nth-child(8) {
	-ms-grid-row: 7;
	-ms-grid-column: 3;
}

.company-branches-column {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.company-branches-title {
	position: relative;
	padding-bottom: 0;
	font-size: 1.6rem;
	border: none;
}

.company-branches-address {
	margin-bottom: 10px;
	font-size: 1.4rem;
}

.company-branches-map {
	position: relative;
	margin-top: auto;
}

.company-branches-map::before {
	display: block;
	padding-top: 100%;
	content: "";
}

.company-branches-map iframe {
	position: absolute;
	top: 0;
	left: 0;
}

.section-header+.company-branches-columns {
	padding-top: 18px;
}

#company .section-wrapper:first-child {
	padding-top: 0;
}

#company .section-area {
	padding-bottom: 0;
	padding-top: 0;
}

#company .section-area .txt {
	margin-top: 20px;
}

#company .section-area .img-box {
	margin-top: 20px;
}


#company .section-buildings .txt {
	margin-top: 20px;
}

#company .seminarhouse-reason-item-table-wrap {
	margin: 40px 0 30px;
	overflow-x: scroll;
}

#company .seminarhouse-reason-item-table {
	width: 100%;
	margin: 0;
	text-align: center;
	white-space: nowrap;
	border-top: 1px solid #a7a49d;
	border-left: none;
}

#company .seminarhouse-reason-item-table td,
#company .seminarhouse-reason-item-table th {
	padding: 20px;
	border-right: 1px solid #a7a49d;
	border-bottom: 1px solid #a7a49d;
}

#company .seminarhouse-reason-item-table td:last-child,
#company .seminarhouse-reason-item-table th:last-child {
	border-right: none;
}

#company .seminarhouse-reason-item-table th {
	background-color: #e5ddca;
}

#company .seminarhouse-reason-item-img {
	margin-top: 20px;
	text-align: center;
}

@media screen and (min-width: 960px) {
	#company .seminarhouse-reason-item-img {
		margin-top: 40px;
	}
}

.company-message {
	margin-top: 18px;
}

.company-message.section-wrapper {
	padding-top: 0;
	padding-bottom: 0;
}

.company-message-columns {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding-top: 18px;
}

.company-message-image {
	-webkit-order: 2;
	order: 2;
	margin-top: 30px;
}

.company-message-text {
	-webkit-order: 1;
	order: 1;
}

.company-message-text .ttl {
	margin-bottom: 15px;
}

.company-table-list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin: 0;
	border-bottom: 1px solid #dbdbdb;
}

.company-table-list dt {
	width: 100%;
	padding: 16px;
	font-weight: 700;
}

.company-table-list dd {
	width: 100%;
	margin-left: 0;
	padding: 0 16px 16px;
}

.company-table-list dd a {
	color: #1ba9bc;
}

.company-table-list dd a:hover,
.company-table-list dd a:active,
.company-table-list dd a:focus {
	color: #4fb8c6;
}

.contact-header {
	padding-top: 24px;
	padding-bottom: 20px;
}

.contact-header .breadcrumbs {
	display: none;
}

.contact-label {
	color: #84b846;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}

.contact-title {
	margin-top: 10px;
	line-height: 1.4;
	text-align: center;
}

.contact-mv a {
	display: block;
	text-align: center;
}

.contact-mv img {
	width: 100vw;
	max-width: initial;
	margin: 0 calc(50% - 50vw);
}

.contact-section {
	padding-top: 60px;
	padding-bottom: 60px;
}

.contact-section:nth-child(even) {
	background-color: #f9f9f9;
}

@media screen and (max-width: 767px) {
	.contact-section img.d-sp {
		width: 100%;
	}
}

.contact-section-title {
	font-weight: 700;
	font-size: 2.4rem;
	text-align: center;
}

.contact-section-content {
	margin-top: 36px;
}

.contact-intro {
	text-align: center;
}

.contact-intro-text {
	margin-top: 36px;
}

.contact-catalog {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
}

.contact-catalog+.contact-catalog {
	margin-top: 48px;
}

.contact-catalog-text {
	margin-top: 24px;
}

.contact-catalog-text p {
	margin-top: 16px;
}

.contact-catalog-head {
	font-size: 2.2rem;
}

.contact-benefits-title {
	font-weight: 700;
	font-size: 3.6rem;
	line-height: 1.44;
	text-align: center;
}

.contact-benefits-image {
	text-align: center;
}

.contact-benefits-image small {
	font-size: 1.2rem;
}

.contact-benefits-image+.contact-benefits-image {
	margin-top: 54px;
}

.contact-benefits-caption {
	margin-top: 30px;
	font-weight: 700;
	font-size: 2.4rem;
}

.contact-request-image {
	text-align: center;
}

.contact-request-title {
	margin-top: 32px;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.6;
}

.event-category-block-sp {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

.event-category-block-pc {
	display: none;
	margin-bottom: 30px;
}

.event-category-list-sp {
	display: none;
	text-align: center;
}

.event-category-list-pc {
	display: -webkit-flex;
	display: flex;
	text-align: center;
}

.event-category-toggle {
	padding: 10px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	background-color: #1ba9bc;
}

.event-category-item {
	width: 100%;
	font-weight: 700;
	background-color: #f9f9f9;
}

.event-category-item.is-active {
	background-color: rgba(27, 169, 188, 0.2);
	pointer-events: none;
}

.event-category-item.is-active a {
	color: #1ba9bc;
}

.event-category-item a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
}

.event-block {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 60px;
}

.event-detail {
	margin-top: 40px;
	border-bottom: 1px solid #dbdbdb;
}

.event-detail-list {
	display: -webkit-flex;
	display: flex;
	margin: 0;
	border-top: 1px solid #dbdbdb;
}

.event-detail-list dt {
	width: 23%;
	padding: 10px 0;
	text-align: center;
	background-color: #f9f9f9;
}

.event-detail-list dd {
	width: 77%;
	padding: 10px 0;
}

.event-detail-list dd a {
	text-decoration: underline;
}

.event-site {
	margin-top: 4rem;
	border-top: 1px solid #dbdbdb;
}

.event-site-text {
	margin: 4rem 0;
	font-weight: 700;
	font-size: 2rem;
}

.event-map iframe {
	width: 100%;
	height: 520px;
}

.section-wrapper.event-slider {
	padding-top: 30px;
}

.eventlist-slider {
	position: relative;
	margin-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
}

.eventlist-slider-prev.slider-prev,
.eventlist-slider-next.slider-next {
	width: 42px;
	height: 42px;
}

.eventlist-slider-prev.slider-prev {
	position: absolute;
	top: 50%;
	left: -20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.eventlist-slider-next.slider-next {
	position: absolute;
	top: 50%;
	right: -20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.eventlist-slider p+p {
	margin-top: 0;
}

.reserve-banner_sp {
	display: block;
}

.reserve-banner_pc {
	display: none;
}

.footer-contact {
	position: relative;
	background-image: url(./assets/images/common/contact_bg_sp.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.footer-contact-header {
	padding-top: 60px;
	padding-bottom: 60px;
	color: #1ba9bc;
	text-align: center;
}

.footer-contact-link {
	display: block;
	width: 100%;
	height: 100%;
}

.footer-contact-label {
	font-weight: 700;
	font-size: 4.2rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.footer-contact-title {
	margin-top: 18px;
	font-size: 1.3rem;
}

.footer-contact-totop {
	display: none;
}

.footer-contact-totop:hover,
.footer-contact-totop:active,
.footer-contact-totop:focus {
	opacity: 0.6;
}

.footer-content {
	padding-top: 60px;
	padding-bottom: 100px;
	color: #fff;
	text-align: center;
	background-color: #000;
}

.footer-main {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-order: 1;
	order: 1;
}

.footer-info,
.footer-map {
	width: 100%;
}

.footer-info {
	-webkit-order: 2;
	order: 2;
	margin-top: 40px;
	padding-right: 20px;
}

.footer-operated {
	margin-top: 20px;
	font-size: 1.3rem;
}

.footer-operated a,
.footer-operated a:hover,
.footer-operated:active,
.footer-operated:focus {
	color: #fff;
	text-decoration: underline;
}

.footer-operated p+p {
	margin-top: 0;
}

.footer-map {
	-webkit-order: 1;
	order: 1;
}

.footer-logo-pc {
	display: none;
}

.footer-logo-sp {
	display: inline-block;
}

.footer-address {
	margin-top: 30px;
	font-size: 1.4rem;
}

.footer-tel {
	font-size: 3rem;
	line-height: 1.4;
}

.footer-tel a {
	color: #fff;
}

.footer-tel-label {
	display: none;
	margin-right: 10px;
	font-size: 1.6rem;
	text-transform: uppercase;
}

.footer-links {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-order: 2;
	order: 2;
	width: 100%;
	margin-top: 20px;
}

.footer-nav {
	font-size: 1.3rem;
	text-transform: uppercase;
}

@media screen and (max-width: 960px) {
	.footer-nav {
		margin-bottom: 20px;
	}
}

.footer-nav a {
	color: #fff;
}

.footer-nav a:hover,
.footer-nav a:active,
.footer-nav a:focus {
	text-decoration: underline;
}

.footer-nav .menu {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.footer-nav .menu+.menu {
	margin-left: 30px;
}

@media screen and (max-width: 960px) {
	.footer-nav .menu+.menu {
		margin-left: 0;
	}
}

.footer-nav .menu-item-has-children+.menu-item {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.footer-nav .menu-item-has-children+.menu-item {
		margin-top: 18px;
	}
}

.footer-nav .sub-menu li {
	position: relative;
	margin-top: 12px;
	padding-left: 10px;
	font-size: 1.2rem;
}

.footer-nav .sub-menu li::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 4px;
	height: 4px;
	background-color: #1ba9bc;
	border-radius: 4px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
}

.footer-nav .sub-menu a {
	color: #adadad;
}

.footer-nav #menu-footer-nav03 li:last-child a {
	color: #adadad;
	font-size: 1.2rem;
}

.footer-sns {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.footer-sns li svg {
	width: 24px;
	height: 24px;
}

.footer-sns li:nth-child(2) svg {
	width: 31px;
}

.footer-sns li a {
	display: block;
}

.footer-sns li a:hover,
.footer-sns li a:active,
.footer-sns li a:focus {
	opacity: 0.5;
}

.footer-sns li+li {
	margin-left: 24px;
}

.footer-copyright {
	-webkit-order: 3;
	order: 3;
	color: #5f5f5f;
	font-size: 1rem;
}

.footer-main+.footer-copyright {
	margin-top: 30px;
}

.footer-menu {
	position: fixed;
	left: 0;
	z-index: 9000;
	width: 100vw;
	padding: 0;
	border-top: 1px solid #fff;
	box-shadow: 0 -15px 20px 0 rgba(0, 0, 0, 0.03);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all ease-out 0.5s;
}

.footer-menu.footer-fixed-init {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: none;
}

.footer-menu-list {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 0;
	font-size: 1.2rem;
}

.footer-menu-item {
	width: 25%;
	height: 70px;
	padding-top: 11px;
	padding-bottom: 12px;
	text-align: center;
	background-color: #000;
}

.footer-menu-item a {
	display: block;
	width: 100%;
	height: 100%;
}

.footer-menu-item a::before {
	position: relative;
	top: 0;
	left: 50%;
	display: block;
	width: 24px;
	height: 27px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
}

.footer-menu-item+.footer-menu-item {
	border-left: 1px solid #fff;
}

.footer-menu-document a::before {
	background-image: url(./assets/images/common/icon_document.svg);
}

.footer-menu-estimation a::before {
	background-image: url(./assets/images/common/icon_estimation.svg);
}

.footer-menu-event a::before {
	background-image: url(./assets/images/common/icon_event.svg);
}

.footer-menu-tel a::before {
	background-image: url(./assets/images/common/icon_tel.svg);
}

.footer-menu-label {
	display: inline-block;
	margin-top: 8px;
	color: #fff;
	line-height: 1.2;
}

.lp-template .footer-content {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.lp-template .footer-menu {
	display: none;
}

.l-wrapper {
	overflow: hidden;
}

.l-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

.l-column {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin-top: 50px;
}

.l-column-full {
	margin-top: 50px;
}

.l-article {
	box-sizing: border-box;
	width: 100%;
	padding: 0;
}

.l-sidebar {
	box-sizing: border-box;
	width: 100%;
	margin-top: 30px;
	padding: 0;
}

.l-article-full {
	width: 100%;
}

.l-footer-container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 31.5px;
	padding-left: 31.5px;
}

.single-post .entry-inner {
	padding-top: 0;
}

.section-wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}

.section-label {
	color: #1ba9bc;
	font-weight: 700;
	font-size: 2.4rem;
	letter-spacing: 0.04em;
	text-align: center;
	text-transform: uppercase;
}

.section-label-sp {
	display: block;
	padding-top: 26px;
	padding-bottom: 26px;
	background-color: #fff;
}

.section-label-pc {
	display: none;
}

.section-title {
	font-size: 2.4rem;
	letter-spacing: 0.04em;
	text-align: center;
}

.section-text {
	margin-top: 18px;
}

.lineup-title {
	color: #1ba9bc;
	font-weight: 700;
	font-size: 3.6rem;
	text-transform: uppercase;
}

.lineup-header {
	padding: 30px 0;
}

.lineup-mv-box {
	margin-top: -60px;
	width: 100%;
	height: 61.06vw;
	text-align: center;
}

.lineup-mv {
	display: inline-block;
	height: 100%;
}

@media screen and (min-width: 1060px) {
	.lineup-mv-box {
		height: 620px;
	}
}

@media screen and (max-width: 767px) {
	.lineup-mv {
		width: 100%;
		height: unset;
	}
}

@media screen and (max-width: 480px) {
	.lineup-mv-box {
		margin-top: 0;
	}
}

.lineup-kv {
	width: 100%;
	height: 121.06vw;
}

.lineup-kv-pc,
.lineup-kv-sp {
	height: 100%;
	background-repeat: no-repeat;
}

.lineup-kv-pc {
	display: none;
	width: 100%;
	margin-top: -60px;
	background-position: top right;
	background-size: contain;
}

.lineup-kv-sp {
	display: block;
	width: 100%;
	background-position: center;
	background-size: cover;
}

.lineup-plan-feature {
	font-weight: 700;
	font-size: 2.4rem;
	text-align: center;
}

.lineup-detail ul li {
	position: relative;
	padding-left: 35px;
}

.lineup-detail ul li::before {
	position: absolute;
	top: 0.8em;
	left: 8px;
	display: block;
	width: 6px;
	height: 6px;
	background-color: #1ba9bc;
	border-radius: 6px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
}

.lineup-detail-subhead {
	position: relative;
	padding: 15px 0;
	font-weight: 700;
	font-size: 1.6rem;
	text-align: center;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}

.lineup-detail-subhead .toggle-icon {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	width: 15px;
	height: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.lineup-detail-subhead .toggle-icon::before {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 15px;
	height: 2px;
	background-color: #1ba9bc;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
}

.lineup-detail-subhead .toggle-icon::after {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 2px;
	height: 15px;
	background-color: #1ba9bc;
	-webkit-transform: translateX(-50%) scaleY(1);
	transform: translateX(-50%) scaleY(1);
	transition: all ease-out 0.3s;
	content: "";
}

.lineup-detail-subhead.is-active .toggle-icon::after {
	-webkit-transform: translateX(-50%) scaleY(0);
	transform: translateX(-50%) scaleY(0);
}

.lineup-detail-inner {
	margin-top: 18px;
}

.lineup-detail-box-inner {
	padding: 18px 0 42px;
}

.lineup-floor-box {
	width: calc(100vw - 6px);
	margin: 0 calc(50% - 50vw);
}

.lineup-specifications-label {
	position: relative;
	margin-bottom: 15px;
	padding-left: 36px;
	font-size: 1.6rem;
}

.lineup-specifications-label::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 30px;
	height: 1px;
	background-color: #1ba9bc;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
}

.lineup-specifications-panel {
	display: none;
}

.lineup-specifications-detail {
	white-space: pre-wrap;
}

.lineup-specification+.lineup-specification {
	margin-top: 30px;
}

.lineup-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: auto 30px auto 30px auto;
	grid-template-rows: repeat(3, auto);
	-ms-grid-columns: auto 10px auto;
	grid-template-columns: repeat(2, auto);
	gap: 30px 10px;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 36px;
}

.lineup-list&gt;*:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.lineup-list&gt;*:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.lineup-list&gt;*:nth-child(3) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

.lineup-list&gt;*:nth-child(4) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}

.lineup-list&gt;*:nth-child(5) {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
}

.lineup-list&gt;*:nth-child(6) {
	-ms-grid-row: 5;
	-ms-grid-column: 3;
}

.lineup-list-single {
	padding-right: 0;
	padding-left: 0;
	overflow: hidden;
}

.lineup-list-text {
	display: none;
	text-align: center;
}

.lineup-list-box {
	position: relative;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}

.lineup-list-box::before {
	position: absolute;
	top: 20px;
	left: 50%;
	z-index: 10;
	width: 1px;
	height: 50px;
	background-color: #adadad;
	content: "";
}

.lineup-item:hover .lineup-item-exterior,
.lineup-item:active .lineup-item-exterior,
.lineup-item:focus .lineup-item-exterior {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.floor-slider-container {
	position: relative;
}

.floor-slider-container .lineup-floor-image {
	text-align: center;
}

.floor-slider-container .lineup-floor-image img {
	width: 100%;
	height: auto;
}

.floor-slider-container .lineup-floor-label {
	margin-top: 10px;
	text-align: center;
}

.floor-slider-container .floor-prev,
.floor-slider-container .floor-next {
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 11px;
	height: 22px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.floor-slider-container .floor-prev svg,
.floor-slider-container .floor-next svg {
	width: 100%;
	height: 100%;
}

.floor-slider-container .floor-prev.swiper-button-disabled,
.floor-slider-container .floor-next.swiper-button-disabled {
	border-color: #dbdbdb;
}

.floor-slider-container .floor-prev.swiper-button-disabled svg,
.floor-slider-container .floor-next.swiper-button-disabled svg {
	fill: #dbdbdb;
}

.floor-slider-container .floor-prev {
	left: 11px;
}

.floor-slider-container .floor-next {
	right: 11px;
}

.lineup-slider-container .swiper-wrapper {
	gap: 0;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-top: 60px;
}

.lineup-slider-container .swiper-slide {
	width: initial;
}

.lp-header {
	position: relative;
	text-align: center;
}

.lp-header-text {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}

.slider-item-sp {
	display: inline-block !important;
}

.slider-item-pc {
	display: none !important;
}

.shared-slider {
	position: relative;
}

.shared-section {
	overflow: hidden;
}

.shared-section .l-container {
	position: relative;
}

.shared-section .section-text {
	text-align: center;
}

.shared-section .shared-slider-container {
	margin-top: 36px;
	overflow: visible;
}

.shared-section .swiper-slide {
	text-align: center;
}

.shared-section .swiper-slide a {
	display: block;
}

.shared-label {
	text-align: center;
}

.shared-btns {
	position: absolute;
	top: 0;
	z-index: 900;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.shared-prev.slider-prev,
.shared-next.slider-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.shared-prev.slider-prev {
	left: -20px;
}

.shared-next.slider-next {
	right: -20px;
}

.shared-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: auto 10px auto 10px auto;
	grid-template-rows: repeat(3, auto);
	-ms-grid-columns: auto 10px auto;
	grid-template-columns: repeat(2, auto);
	gap: 10px;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 36px;
}

.shared-list&gt;*:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.shared-list&gt;*:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.shared-list&gt;*:nth-child(3) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

.shared-list&gt;*:nth-child(4) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}

.shared-list&gt;*:nth-child(5) {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
}

.shared-list&gt;*:nth-child(6) {
	-ms-grid-row: 5;
	-ms-grid-column: 3;
}

.shared-list li {
	overflow: hidden;
}

.shared-item img {
	transition: all ease-out 0.3s;
}

.shared-item:hover img,
.shared-item:active img,
.shared-item:focus img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.shared-result-list-block {
	display: -ms-grid;
	display: grid;
	grid-template-areas: "shared-result-list-image shared-result-list-name" "shared-result-list-image shared-result-list-price";
	-ms-grid-rows: max-content 0 1fr;
	grid-template-rows: -webkit-max-content 1fr;
	grid-template-rows: max-content 1fr;
	-ms-grid-columns: 150px 0 1fr;
	grid-template-columns: 150px 1fr;
	gap: 0 0;
	-ms-grid-row-align: center;
	align-self: center;
	vertical-align: middle;
}

.shared-result-list-image {
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	-ms-grid-column: 1;
	grid-area: shared-result-list-image;
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	-ms-grid-column-align: center;
	justify-self: center;
	padding-right: 24px;
	-ms-grid-row-span: 2;
	-ms-grid-column-span: 1;
}

.shared-result-options-item&gt;.shared-result-list-image {
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	-ms-grid-column: 1;
}

.shared-result-list-name {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: shared-result-list-name;
	-ms-grid-row: 1;
	-ms-grid-column: 2;
	-ms-grid-row-align: center;
	align-self: center;
	font-weight: 700;
	-ms-grid-row-span: 1;
	-ms-grid-column-span: 3;
}

.shared-result-options-item&gt;.shared-result-list-name {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.shared-result-list-price {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
	grid-area: shared-result-list-price;
	-ms-grid-row: 2;
	-ms-grid-column: 2;
	color: #adadad;
	-ms-grid-row-span: 1;
	-ms-grid-column-span: 2;
}

.shared-result-options-item&gt;.shared-result-list-price {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}

.shared-result-layout-image {
	text-align: center;
}

.shared-result-layout-label {
	font-size: 1.4rem;
	line-height: 1.1;
}

.shared-result-options-list {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.shared-result-options-list+.shared-result-options-list {
	margin-top: 24px;
}

.shared-result-options-item {
	display: -ms-grid;
	display: grid;
	grid-template-areas: "shared-result-list-image shared-result-list-name" "shared-result-list-image shared-result-list-price";
	-ms-grid-rows: 1fr 0 1fr;
	grid-template-rows: 1fr 1fr;
	-ms-grid-columns: 150px 0 1fr;
	grid-template-columns: 150px 1fr;
	gap: 0 0;
}

.shared-result-options-item+.shared-result-options-item {
	margin-top: 24px;
}

.shared-fastcode-title {
	margin: 0;
	font-weight: 700;
	font-size: 1.6rem;
	text-align: center;
}

.shared-fastcode-block {
	margin-bottom: 60px;
}

.shared-fastcode-item {
	padding: 26px;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: line-height(24, 31);
	text-align: center;
	border: 2px solid #000;
}

.shared-fastcode-link {
	margin-top: 23.3px;
	font-size: 1.4rem;
	line-height: 1.1;
}

.sidebar-head {
	color: #1ba9bc;
	font-size: 1.6rem;
	text-transform: uppercase;
}

.sidebar-news-item {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	box-sizing: border-box;
}

.sidebar-news-head {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.sidebar-news-item+.sidebar-news-item {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #dbdbdb;
}

.sidebar-date {
	color: #adadad;
	font-size: 1.4rem;
}

.sidebar-title {
	margin-top: 10px;
	font-size: 1.6rem;
}

.sidebar-cat-item:not(:first-child) {
	margin-top: 0.75em;
}

#entry-sidebar .sidebar-head {
	margin: 0;
}

#sidebar-cat-list {
	margin: 20px 0 0;
}

#sidebar-news-box {
	margin: 50px 0 0;
}

#sidebar-news-list {
	margin: 20px 0 0;
}

.top-concept {
	padding-top: 72px;
	padding-bottom: 0;
}

.top-concept-header {
	margin-right: -5px;
	margin-left: -5px;
}

.top-concept-column {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.top-concept-img {
	width: 100%;
	margin-top: 36px;
	text-align: center;
}

.top-concept-text {
	width: 100%;
	margin-top: 36px;
}

.top-concept-text p+p {
	margin-top: 1.6em;
}

.top-reason {
	padding-top: 72px;
}

.top-event {
	background: #f9f9f9;
}

.top-event-header {
	margin-bottom: 30px;
}

.top-lineup {
	padding-bottom: 60px;
}

.top-lineup-kv {
	position: relative;
	height: 50vw;
	background-image: url(assets/images/top/lineup_kv_sp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.top-lineup-kv::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	content: "";
}

.top-lineup-kv-inner {
	position: relative;
	height: 100%;
}

.top-lineup-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.top-lineup-title {
	text-transform: uppercase;
}

.top-lineup-text {
	margin-top: 36px;
}

.top-lineup-content {
	padding-top: 36px;
}

.top-simulation-bnrs {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 36px;
}

.top-simulation-bnr+.top-simulation-bnr {
	margin-top: 36px;
}

.top-simulation-bnr.simulation-bnr-particular {
	box-shadow: 0 0 30px rgba(132, 184, 70, 0.15);
}

.top-simulation-bnr.simulation-bnr-lifestyle {
	box-shadow: 0 0 30px rgba(248, 210, 71, 0.15);
}

.lineup-header .breadcrumbs {
	background: url(./assets/images/hale/brown-texture.jpg) center / cover no-repeat;
}

.breadcrumbs {
	padding: 10px 0;
	overflow: hidden;
	font-size: 1.2rem;
	font-weight: 500;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.breadcrumbs [property="itemListElement"]:last-child&gt;span {
	color: #1ba9bc;
}

.breadcrumbs a {
	color: #222222;
}

.breadcrumbs .content-width&gt;span&gt;*:first-child {
	position: relative;
	display: inline-block;
	margin-right: 24px;
}

.breadcrumbs .content-width&gt;span&gt;*:first-child::after {
	content: "";
	background: #000;
	position: absolute;
	width: 1px;
	height: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -12px;
	transform: rotate(15deg);
}

.breadcrumbs .content-width&gt;span:last-child&gt;*:first-child {
	margin-right: 0;
}

.breadcrumbs .content-width&gt;span:last-child&gt;*:first-child::after {
	display: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:active,
.breadcrumbs a:focus {
	opacity: 0.8;
}

.breadcrumbs+.archive-list {
	margin-top: 20px;
}

.btn,
.transmission-btn {
	cursor: pointer;
	display: inline-block;
	padding: 16.5px;
	font-weight: 700;
	text-align: center;
	transition: all 0.3s ease;
}

.btn:hover {
	opacity: 0.8;
	transition: all 0.3s ease;
}

.btn-box {
	margin-top: 42px;
	text-align: center;
}

.btn-box-shift {
	max-width: calc(100% - 63px);
	margin-top: 36px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.btn-shift {
	position: relative;
	width: 100%;
	padding: 0;
	color: #fff;
	border: none;
}

.btn-shift-inner {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
	padding: 16px;
	line-height: 1.6;
	background-color: #1ba9bc;
}

.btn-shift-inner:hover,
.btn-shift-inner:active,
.btn-shift-inner:focus {
	color: #fff;
	background-color: #4fb8c6;
}

.btn-shift::after {
	position: absolute;
	right: -10px;
	bottom: -10px;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	content: "";
}

.btn-submit,
.transmission-btn {
	width: 100%;
	color: #fff;
	background-color: #1ba9bc;
	border-color: #1ba9bc;
}

.btn-submit:hover,
.btn-submit:active,
.btn-submit:focus,
.transmission-btn:hover,
.transmission-btn:active,
.transmission-btn:focus {
	color: #fff;
	background-color: #4fb8c6;
}

.btn-submit:disabled,
.transmission-btn:disabled {
	color: #adadad;
	background-color: #fff;
	border-color: #adadad;
}

.btn-slide {
	position: relative;
	z-index: 1;
	width: 100%;
	min-height: 60px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	color: #fff;
	text-transform: uppercase;
	background-color: #fff;
}

.btn-slide::before {
	position: absolute;
	top: 50%;
	right: 27px;
	display: block;
	width: 16px;
	height: 14px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2216%22%20viewBox%3D%220%200%2018%2016%22%3E%3Cpath%20d%3D%22M5.125%2C14.142H18.468l-4.084%2C4.982a1.157%2C1.157%2C0%2C0%2C0%2C.146%2C1.611%2C1.114%2C1.114%2C0%2C0%2C0%2C1.586-.149l5.625-6.857a1.364%2C1.364%2C0%2C0%2C0%2C.1-.171c0-.057.056-.091.079-.149a1.114%2C1.114%2C0%2C0%2C0%2C0-.823c0-.057-.056-.091-.079-.149a1.364%2C1.364%2C0%2C0%2C0-.1-.171L16.116%2C5.411a1.118%2C1.118%2C0%2C0%2C0-1.586-.149%2C1.155%2C1.155%2C0%2C0%2C0-.146%2C1.611l4.084%2C4.982H5.125a1.143%2C1.143%2C0%2C0%2C0%2C0%2C2.286Z%22%20transform%3D%22translate%28-4%20-5%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
}

.btn-slide::after {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #1ba9bc;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transform-origin: top right;
	transform-origin: top right;
	transition: -webkit-transform ease-out 0.3s;
	transition: transform ease-out 0.3s;
	transition: transform ease-out 0.3s, -webkit-transform ease-out 0.3s;
	content: "";
}

.btn-slide:hover,
.btn-slide:active,
.btn-slide:focus {
	color: #000;
}

.btn-slide:hover::before,
.btn-slide:active::before,
.btn-slide:focus::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2216%22%20viewBox%3D%220%200%2018%2016%22%3E%3Cpath%20d%3D%22M5.125%2C14.142H18.468l-4.084%2C4.982a1.157%2C1.157%2C0%2C0%2C0%2C.146%2C1.611%2C1.114%2C1.114%2C0%2C0%2C0%2C1.586-.149l5.625-6.857a1.364%2C1.364%2C0%2C0%2C0%2C.1-.171c0-.057.056-.091.079-.149a1.114%2C1.114%2C0%2C0%2C0%2C0-.823c0-.057-.056-.091-.079-.149a1.364%2C1.364%2C0%2C0%2C0-.1-.171L16.116%2C5.411a1.118%2C1.118%2C0%2C0%2C0-1.586-.149%2C1.155%2C1.155%2C0%2C0%2C0-.146%2C1.611l4.084%2C4.982H5.125a1.143%2C1.143%2C0%2C0%2C0%2C0%2C2.286Z%22%20transform%3D%22translate%28-4%20-5%29%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition-duration: 0.25s;
}

.btn-slide:hover::after,
.btn-slide:active::after,
.btn-slide:focus::after {
	-webkit-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
}

.btn-mv-simulation {
	width: 100%;
	background: #f8d247;
}

.btn-mv-simulation:hover,
.btn-mv-simulation:active,
.btn-mv-simulation:focus {
	background-color: #d1a608;
}

.btn-simulation {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 105px;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	font-weight: 400;
	font-size: 1.8rem;
	text-transform: uppercase;
	background-color: #fff;
}

.btn-simulation::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: top right;
	transform-origin: top right;
	transition: -webkit-transform ease-out 0.3s;
	transition: transform ease-out 0.3s;
	transition: transform ease-out 0.3s, -webkit-transform ease-out 0.3s;
	content: "";
}

.btn-simulation-text {
	position: relative;
	top: 50%;
	display: inline-block;
	padding-left: 67px;
	text-align: left;
	vertical-align: middle;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn-simulation-text::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 43px;
	height: 35px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2288%22%20height%3D%2272%22%20viewBox%3D%220%200%2088%2072%22%3E%3Cg%3E%3Cpath%20d%3D%22M74.71%2066.88H87V18.5a3.09%203.09%200%2000-3.07-3.09H70.62L64.48%201H31.71l-6.14%2014.41H4.07A3.09%203.09%200%20001%2018.5v48.38h20.48m26.61-45.29a24.71%2024.71%200%2011-24.57%2024.7%2024.64%2024.64%200%200124.57-24.7zm0%208.23a16.48%2016.48%200%2011-16.38%2016.47%2016.44%2016.44%200%200116.38-16.47zM39.9%209.24h16.39M9.19%2023.65h6.14%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
}

.btn-simulation:hover,
.btn-simulation:active,
.btn-simulation:focus {
	color: #000;
}

.btn-simulation:hover::before,
.btn-simulation:active::before,
.btn-simulation:focus::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2216%22%20viewBox%3D%220%200%2018%2016%22%3E%3Cpath%20d%3D%22M5.125%2C14.142H18.468l-4.084%2C4.982a1.157%2C1.157%2C0%2C0%2C0%2C.146%2C1.611%2C1.114%2C1.114%2C0%2C0%2C0%2C1.586-.149l5.625-6.857a1.364%2C1.364%2C0%2C0%2C0%2C.1-.171c0-.057.056-.091.079-.149a1.114%2C1.114%2C0%2C0%2C0%2C0-.823c0-.057-.056-.091-.079-.149a1.364%2C1.364%2C0%2C0%2C0-.1-.171L16.116%2C5.411a1.118%2C1.118%2C0%2C0%2C0-1.586-.149%2C1.155%2C1.155%2C0%2C0%2C0-.146%2C1.611l4.084%2C4.982H5.125a1.143%2C1.143%2C0%2C0%2C0%2C0%2C2.286Z%22%20transform%3D%22translate%28-4%20-5%29%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition-duration: 0.25s;
}

.btn-simulation:hover::after,
.btn-simulation:active::after,
.btn-simulation:focus::after {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.btn-simulation:hover .btn-simulation-text::before,
.btn-simulation:active .btn-simulation-text::before,
.btn-simulation:focus .btn-simulation-text::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2288%22%20height%3D%2272%22%20viewBox%3D%220%200%2088%2072%22%3E%3Cg%3E%3Cpath%20d%3D%22M74.71%2066.88H87V18.5a3.09%203.09%200%2000-3.07-3.09H70.62L64.48%201H31.71l-6.14%2014.41H4.07A3.09%203.09%200%20001%2018.5v48.38h20.48m26.61-45.29a24.71%2024.71%200%2011-24.57%2024.7%2024.64%2024.64%200%200124.57-24.7zm0%208.23a16.48%2016.48%200%2011-16.38%2016.47%2016.44%2016.44%200%200116.38-16.47zM39.9%209.24h16.39M9.19%2023.65h6.14%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.btn-itemize {
	position: relative;
	padding: 13px 33px 13px 19px;
	color: #adadad;
	font-weight: 400;
	font-size: 1.8rem;
	background-color: #fff;
	border: 1px solid #adadad;
}

.btn-footer-link {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 60px;
	padding: 31.5px;
	color: #323232;
	font-size: 1.5rem;
	background-color: #dbdbdb;
}

.btn-footer-link::after {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(./assets/images/common/icon_external.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	content: "";
}

.btn-footer-link:hover,
.btn-footer-link:active,
.btn-footer-link:focus {
	opacity: 0.5;
}

.btn-footer-simulation {
	min-width: 150px;
	padding: 14px;
	font-size: 1.4rem;
}

.btn-footer-simulation.btn-particular {
	background-color: #1ba9bc;
}

.btn-footer-simulation.btn-lifestyle {
	background-color: #f8d247;
}

.btn-footer-simulation+.btn-footer-simulation {
	margin-left: 10px;
}

.btn-action {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	background-color: transparent;
	border: none;
	outline: none;
}

.btn-action-icon {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0;
	background-color: #f9f9f9;
	border: 1px solid #dbdbdb;
	border-radius: 50%;
}

.btn-action-icon:hover,
.btn-action-icon:active,
.btn-action-icon:focus {
	background-color: #e0e0e0;
}

.btn-action svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.btn-menu-sp {
	width: 100%;
	color: #1ba9bc;
	background-color: #fff;
	border-color: #fff;
}

.btn-menu-sp:active,
.btn-menu-sp:focus {
	color: #fff;
	background-color: #4fb8c6;
}

.contact-comments {
	margin-top: 0.5em;
	font-size: 1.2rem;
}

.contact-required {
	color: #e60012;
}

.reservation-box {
	position: relative;
	z-index: 2;
	margin-top: 40px;
	padding: 1em;
	overflow: hidden;
	border: 2px solid #ddd;
	background-color: #fff;
}

.reservation-box .reservation-title {
	margin-bottom: 25px;
	font-size: 2.4rem;
	text-align: center;
}

.reservation-box .item-wrap {
	margin: 0;
	padding: 1em 0.5em 1em;
	border-bottom: 1px solid #dbdbdb;
}

.reservation-box .item-wrap:first-child {
	border-top: 1px solid #dbdbdb;
}

.reservation-box .item-ttl {
	font-weight: 700;
}

.reservation-box .item-txt {
	margin: 0.5em 0 0;
}

.reservation-box .item-txt textarea {
	height: 150px;
}

.reservation-box .item-txt .date-month .option,
.reservation-box .item-txt .date-moon .option,
.reservation-box .item-txt .date-day .option,
.reservation-box .item-txt .date-time .option {
	margin-right: 0.5em;
}

.reservation-box .notes-box {
	height: 200px;
	margin: 40px 0.5em 0;
	padding: 20px;
	overflow-y: scroll;
	font-size: 1.4rem;
	border: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
}

.reservation-box .notes-box a {
	text-decoration: underline;
}

.reservation-box .notes-ttl {
	margin-bottom: 25px;
	font-size: 2rem;
	text-align: center;
}

.reservation-box .notes-txt {
	margin-bottom: 30px;
	font-size: 1.5rem;
}

.reservation-box .consent-btn {
	margin-top: 40px;
	text-align: center;
}

.reservation-box .transmission-inner {
	position: relative;
	margin-top: 40px;
	text-align: center;
}

.reservation-box .transmission-inner .ajax-loader {
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* ============================
	single post
============================ */
.entry-inner {
	padding: 100px 0;
}

.entry-cats {
	display: -webkit-flex;
	display: flex;
	margin: 8px 0;
}

.entry-cat {
	min-width: 70px;
	padding: 4px 16px;
	color: #1ba9bc;
	border-radius: 30px;
	text-align: center;
	background-color: #fff;
}

.entry-cat+.entry-cat {
	margin-left: 10px;
}

.entry-date {
	color: #adadad;
}

#adjacent-news-box {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-top: 50px;
}

#adjacent-news-box .adjacent-news {
	box-sizing: border-box;
	width: 50%;
}

#adjacent-news-box .adjacent-news#prev-news {
	padding: 10px 10px 10px 0;
}

#adjacent-news-box .adjacent-news#next-news {
	padding: 10px 0 10px 10px;
	border-left: 1px solid #ddd;
}

#adjacent-news-box .adjacent-news#prev-news:empty+#adjacent-news-box .adjacent-news#next-news:empty {
	border-left: none;
}

#adjacent-news-box .link-archive {
	width: 20%;
	flex: 0 0 auto;
	text-align: center;
}

#adjacent-news-box .adjacent-head {
	margin: 0;
	font-size: 1.4rem;
}

#adjacent-news-box #prev-news .title {
	padding: 0 0 0 10px;
}

#adjacent-news-box #next-news .adjacent-head {
	text-align: right;
}

#adjacent-news-box #next-news .title {
	padding: 0 10px 0 0;
	text-align: right;
}

#adjacent-news-box .adjacent-news-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

#next-news .adjacent-news-inner {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

#adjacent-news-box .adjacent-news-inner .img-box {
	width: 80px;
}

#adjacent-news-box .adjacent-news-inner .img-box img {
	width: 80px;
}

#adjacent-news-box .adjacent-news-inner .title {
	margin: 0;
	font-weight: 400;
	font-size: 1.2rem;
}

.single-works #adjacent-news-box .adjacent-news {
	width: 40%;
	flex: 1 1 auto;
}

.single-works #adjacent-news-box .adjacent-news#next-news {
	border-left: none;
}

/* ============================
	entry-content
============================ */
.entry-title {
	font-size: 2rem;
}

.entry-content {
	font-size: 1.6rem;
	line-height: 1.8;
}

.entry-content a {
	color: #1ba9bc;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active {
	color: #4fb8c6;
}

.entry-content p {
	margin: 1.4em 0;
}

.entry-content p.mb35rem {
	margin-bottom: 3.5rem;
}

.entry-content hr {
	height: 0;
	margin: 4rem 0;
	padding: 0;
	color: #fff;
	line-height: 0;
	background: none;
	border: none;
	border-top: 1px solid #dbdbdb;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
	font-weight: 700;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.entry-content h1 {
	margin: 30px 0;
	font-size: 2.8rem;
}

.entry-content h2 {
	margin: 50px 0 30px;
	padding: 15px;
	font-size: 2.6rem;
	letter-spacing: 0.05em;
	border-bottom: 2px solid #1ba9bc;
}

.entry-content h3 {
	box-sizing: border-box;
	margin: 50px 0 30px;
	padding: 10px 16px;
	font-size: 1.8rem;
	background-color: rgba(27, 169, 188, 0.2);
}

.entry-content h4 {
	margin: 50px 0 30px;
	padding: 5px 0 5px 14px;
	font-size: 1.5rem;
	border-left: 4px solid rgba(27, 169, 188, 0.2);
}

.entry-content h4.noborder {
	padding-bottom: 0;
	border: none;
	content: none;
}

.entry-content h4.noborder::after,
.entry-content .infobox h4::after {
	content: none;
}

.entry-content span.red {
	color: #df0101;
}

.entry-content span.bold {
	color: #310b00;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.entry-content span.underline {
	color: #310b00;
	font-weight: 700;
	text-decoration: underline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.entry-content span.marker {
	padding: 3px 0 4px;
	color: #310b00;
	font-weight: 700;
	background: linear-gradient(transparent 60%, rgba(255, 167, 0, 0.7) 60%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.entry-content blockquote {
	position: relative;
	margin: 4rem 0;
	padding: 0.5rem 2.5rem;
	color: #555;
	font-weight: 700;
	font-size: 1.7rem;
	line-height: 1.65;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.entry-content blockquote::before,
.entry-content blockquote::after {
	position: absolute;
	display: inline-block;
	width: 3.5rem;
	height: 2.5rem;
	content: "";
}

.entry-content blockquote::before {
	top: -1.2rem;
	left: 0;
	background: url("./assets/images/c_blockquate_before.png") no-repeat scroll left top #fff;
	background-size: contain;
}

.entry-content blockquote::after {
	right: 0;
	bottom: -1.2rem;
	background: url("./assets/images/c_blockquate_after.png") no-repeat scroll right bottom #fff;
	background-size: contain;
}

.entry-content blockquote p {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 2rem 0;
}

.entry-content blockquote small,
.entry-content blockquote small a {
	color: #888;
	font-weight: 400;
	font-size: 11px;
}

.entry-content blockquote cite {
	font-size: 1.2rem;
}

.instagram-media {
	max-width: 520px !important;
}

.twitter-tweet {
	width: 520px !important;
}

.entry-content blockquote.wp-embedded-content,
.entry-content blockquote.instagram-media,
.entry-content blockquote.twitter-tweet {
	box-sizing: border-box;
	border: 1px solid #eee;
}

.entry-content blockquote.wp-embedded-content::after,
.entry-content blockquote.wp-embedded-content::before,
.entry-content blockquote.instagram-media::after,
.entry-content blockquote.instagram-media::before,
.entry-content blockquote.instagram-media-registered::after,
.entry-content blockquote.instagram-media-registered::before,
.entry-content blockquote.twitter-tweet::after,
.entry-content blockquote.twitter-tweet::before {
	display: none !important;
}

.entry-content iframe.wp-embedded-content {
	width: 100% !important;
}

.entry-content .instagram-media {
	margin: 3.5rem 0 !important;
}

.entry-content .infobox {
	margin: 2.5rem 0;
	padding: 1rem 2.5rem;
	line-height: 1.65;
	background: #fdf9f5;
}

.entry-content .infobox h4 {
	margin: 1.5rem 0;
	padding: 0;
	font-size: 1.6rem;
	border: none;
}

.entry-content .infobox p {
	margin: 1.5rem 0;
	font-size: 1.5rem;
}

.entry-content .ytsl-wrapper {
	margin: 4rem 0;
}

.entry-content .ytsl-wrapper img {
	display: none !important;
}

.entry-content img {
	height: auto !important;
}

.entry-content .imagebox br {
	display: none;
}

.entry-content .imagebox small,
.entry-content .imagebox small a {
	color: #888;
	font-weight: 400;
	font-size: 11px;
}

.entry-content ul,
.entry-content ol {
	text-align: left;
}

.entry-content li {
	position: relative;
	padding-left: 20px;
}

.entry-content li::before {
	position: absolute;
	top: 11px;
	left: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	background: #ddd;
	border-radius: 50%;
	content: "";
}

.entry-content a {
	text-decoration: underline;
}

.entry-content pre {
	box-sizing: border-box;
	padding: 20px;
	color: #23282d;
	font-size: 1.4rem;
	background-color: #eee;
}

.entry-thumb {
	margin-top: 50px;
}

.entry-thumb img {
	width: 100%;
	height: auto;
}

.wp-block-file a {
	vertical-align: middle;
}

/* = .wp-caption
-------------------------------------------------------------- */
.wp-caption {
	box-sizing: border-box;
	max-width: 100% !important;
	margin-bottom: 20px;
	padding: 10px;
	line-height: 18px;
	text-align: center;
	background: #f1f1f1;
}

.wp-caption img {
	max-width: 100%;
	margin: 0;
}

.wp-caption p.wp-caption-text {
	margin: 10px 0 0 0;
	color: #777;
	font-size: 14px;
}

/* = other
-------------------------------------------------------------- */
.entry-container {
	padding: 120px 0;
}

.entry-container .content-width.flexbox {
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.entry-container article {
	box-sizing: border-box;
	width: 70%;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid gray;
}

.entry-container aside {
	width: 30%;
}

.entry-meta.flexbox {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.side-titles-item.flexbox {
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.side-titles-item+.side-titles-item {
	margin-top: 16px;
}

.side-thumb {
	width: 100px;
}

.side-body {
	box-sizing: border-box;
	width: calc(100% - 100px);
	padding-left: 10px;
}

.side-title {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.3;
}

.side-meta {
	margin-top: 4px;
}

.side-meta.flexbox {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.side-meta .date {
	font-size: 1.2rem;
}

.side-meta .cats {
	margin-left: 4px;
}

.side-meta .cat {
	padding: 0 8px;
	font-size: 1.2rem;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
	box-sizing: border-box;
	height: 38px;
	margin: 0 8px 0 0;
	padding: 6px 10px;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 4px;
	box-shadow: none;
}

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

select {
	max-width: 100%;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus {
	border: 1px solid #c1dca2;
	outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
	display: inline;
}

textarea {
	height: 160px;
	min-height: 65px;
	padding-top: 6px;
	padding-bottom: 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
}

textarea:focus,
select:focus {
	border: 1px solid #c1dca2;
	outline: 0;
}

fieldset {
	padding: 0;
	border-width: 0;
}

label,
legend {
	font-weight: 400;
}

label&gt;.label-body {
	display: inline-block;
	margin-left: 0.5rem;
	font-weight: 400;
}

/* wpcf7 customize */
.wpcf7-form .required {
	color: #e60012;
}

.wpcf7-form .readonly {
	border: none;
}

.wpcf7-checkbox input[type="checkbox"] {
	display: none;
}

.wpcf7-checkbox input[type="checkbox"]+.wpcf7-list-item-label {
	position: relative;
	display: none;
	display: inline-block;
	box-sizing: border-box;
	width: auto;
	padding: 5px 12px 5px 28px;
	cursor: pointer;
}

.wpcf7-checkbox input[type="checkbox"]+.wpcf7-list-item-label::before {
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 4px;
	content: "";
}

.wpcf7-checkbox input[type="checkbox"]+.wpcf7-list-item-label::after {
	position: absolute;
	top: 15px;
	left: 3.5px;
	display: block;
	width: 14px;
	height: 10px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2210%22%20viewBox%3D%220%200%2014%2010%22%3E%3Cpath%20d%3D%22M9.114%2C15.956a.894.894%2C0%2C0%2C1-.637-.266L4.236%2C11.4a.8.8%2C0%2C0%2C1%2C.039-1.175.906.906%2C0%2C0%2C1%2C1.235.037l3.6%2C3.645%2C7.34-7.639a.9.9%2C0%2C0%2C1%2C.847-.3.858.858%2C0%2C0%2C1%2C.669.576.8.8%2C0%2C0%2C1-.225.831l-7.977%2C8.3a.893.893%2C0%2C0%2C1-.637.274Z%22%20transform%3D%22translate%28-3.999%20-5.956%29%22%20fill%3D%22%2384b846%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0;
	content: "";
}

.wpcf7-checkbox input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
	opacity: 1;
}

.wpcf7-radio input[type="radio"] {
	display: none;
}

.wpcf7-radio input[type="radio"]+.wpcf7-list-item-label {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: auto;
	padding: 5px 12px 5px 28px;
	cursor: pointer;
}

.wpcf7-radio input[type="radio"]+.wpcf7-list-item-label::before {
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 16px;
	height: 16px;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 50%;
	content: "";
}

.wpcf7-radio input[type="radio"]+.wpcf7-list-item-label::after {
	position: absolute;
	top: 14px;
	left: 4px;
	display: block;
	width: 8px;
	height: 8px;
	background: #1ba9bc;
	border-radius: 50%;
	opacity: 0;
	content: "";
}

.wpcf7-radio input[type="radio"]:checked+.wpcf7-list-item-label::after {
	opacity: 1;
}

.wpcf7-form-control.wpcf7-checkbox {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.wpcf7-form-control.wpcf7-radio {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.radio-full .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
	display: block;
	width: 100%;
}

.wpcf7-form-control-wrap {
	margin: 0;
}

span.wpcf7-list-item {
	margin: 0;
}

.radio_block .wpcf7-list-item {
	width: 100%;
}

.document-request .wpcf7-form-control.wpcf7-checkbox {
	display: inline-block;
}

.document-request .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
	width: 100%;
}

.document-request .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
	padding-right: 0;
}

.lineup-item {
	display: block;
	color: #323232;
	text-align: center;
}

.lineup-item-img {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.lineup-item-img .lineup-sp {
	display: block;
}

.lineup-item-img .lineup-pc {
	display: none;
}

.lineup-item-exterior {
	transition: -webkit-transform ease-out 0.5s;
	transition: transform ease-out 0.5s;
	transition: transform ease-out 0.5s, -webkit-transform ease-out 0.5s;
}

.lineup-item-exterior img {
	width: 100%;
	height: auto;
}

.lineup-item-name {
	margin-top: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
}

.lineup-item-explain {
	margin-top: 16px;
}

.lineup-item-badge {
	position: absolute;
	top: 6px;
	left: 6px;
}

#js-show-popup {
	color: #1ba9bc;
	text-decoration: underline;
	cursor: pointer;
}

#js-show-popup:hover,
#js-show-popup:active,
#js-show-popup:focus {
	color: #4fb8c6;
}

.popup {
	position: relative;
	visibility: hidden;
	opacity: 0;
}

.popup.is-popup-open {
	visibility: visible;
	opacity: 1;
}

.popup .close-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	padding: 15px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	cursor: pointer;
}

.popup .close-btn i {
	display: block;
	width: 30px;
	height: 30px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.popup .close-btn i::before,
.popup .close-btn i::after {
	position: absolute;
	display: block;
	background-color: #000;
	content: "";
}

.popup .close-btn i::before {
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.popup .close-btn i::after {
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.popup-inner {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9900;
	width: 100%;
	max-width: calc(100vw - 40px);
	background-color: #fff;
	border-radius: 5px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.popup-inner a {
	color: #1ba9bc;
}

.popup-inner a:hover,
.popup-inner a:active,
.popup-inner a:focus {
	color: #4fb8c6;
}

.popup-inner .online_consultation {
	max-height: calc(100vh - 240px);
	padding: 60px 20px 42px;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.popup-inner .online_consultation::-webkit-scrollbar {
	display: none;
}

.black-background {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9000;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
}

body.is-popup-open {
	height: 100vh;
	overflow: hidden;
}

.slider-prev,
.slider-next {
	position: relative;
	z-index: 900;
	display: block;
	width: 42px;
	height: 42px;
	border: 1px solid #000;
	border-radius: 42px;
	pointer-events: visible;
}

.slider-prev svg,
.slider-next svg {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	fill: #000;
}

.slider-prev.swiper-button-disabled,
.slider-next.swiper-button-disabled {
	border-color: #dbdbdb;
}

.slider-prev.swiper-button-disabled svg,
.slider-next.swiper-button-disabled svg {
	fill: #dbdbdb;
}

.slider-prev {
	margin-right: 20px;
}

.slider-prev svg {
	-webkit-transform: translate(-50%, -50%) scale(-1, 1);
	transform: translate(-50%, -50%) scale(-1, 1);
}

.d-sp {
	display: inline-block;
}

.d-pc {
	display: none;
}

.d-shared-sp {
	display: block;
}

@media screen and (min-width: 480px) {
	.company-branches-title {
		font-size: 1.8rem;
	}

	.company-branches-address {
		font-size: 1.6rem;
	}

	.section-header+.company-branches-columns {
		padding-top: 36px;
	}

	.company-message {
		margin-top: 36px;
	}

	.company-message-columns {
		-webkit-flex-direction: row;
		flex-direction: row;
		padding-top: 36px;
	}

	.company-message-image {
		-webkit-flex-basis: 300px;
		flex-basis: 300px;
		-webkit-order: 1;
		order: 1;
		margin-top: 0;
	}

	.company-message-text {
		-webkit-flex-basis: calc(100% - 300px);
		flex-basis: calc(100% - 300px);
		-webkit-order: 2;
		order: 2;
		padding-left: 48px;
	}

	.company-message-text .ttl {
		margin-bottom: 30px;
	}

	.company-table {
		margin-top: 20px;
	}

	.company-table-list {
		-webkit-flex-direction: row;
		flex-direction: row;
	}

	.company-table-list dt {
		width: 25%;
		padding: 28px 36px;
	}

	.company-table-list dd {
		width: 75%;
		padding: 28px 36px;
	}

	.contact-header {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.contact-header .breadcrumbs {
		display: block;
		margin-top: 24px;
	}

	.contact-label {
		text-align: left;
	}

	.contact-title {
		display: none;
	}

	.contact-mv img {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}

	.contact-section {
		padding-top: 84px;
		padding-bottom: 84px;
	}

	.contact-section-title {
		font-size: 3.6rem;
	}

	.contact-section-content {
		margin-top: 60px;
	}

	.contact-intro-text {
		margin-top: 48px;
	}

	.contact-catalog {
		-webkit-flex-direction: row;
		flex-direction: row;
	}

	.contact-catalog+.contact-catalog {
		margin-top: 60px;
	}

	.contact-catalog-image {
		width: 60%;
	}

	.contact-catalog-text {
		width: 40%;
		margin-top: 0;
	}

	.contact-catalog-text p {
		margin-top: 24px;
	}

	.contact-catalog-head {
		font-size: 2.4rem;
	}

	.contact-catalog:nth-child(odd) .contact-catalog-image {
		-webkit-order: 1;
		order: 1;
	}

	.contact-catalog:nth-child(odd) .contact-catalog-text {
		-webkit-order: 2;
		order: 2;
		margin-left: 48px;
	}

	.contact-catalog:nth-child(even) .contact-catalog-image {
		-webkit-order: 2;
		order: 2;
	}

	.contact-catalog:nth-child(even) .contact-catalog-text {
		-webkit-order: 1;
		order: 1;
		margin-right: 48px;
	}

	.contact-benefits-images {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}

	.contact-benefits-image+.contact-benefits-image {
		margin-top: 0;
		margin-left: 60px;
	}

	.contact-request-title {
		text-align: center;
	}

	.contact-request-text {
		text-align: center;
	}

	.footer-sns li+li {
		margin-left: 18px;
	}

	.lineup-title+.breadcrumbs {
		margin-top: 60px;
	}

	.lineup-header {
		padding-top: 60px;
		padding-bottom: 120px;
	}

	.lineup-kv {
		height: 47.64vw;
	}

	.lineup-kv-pc {
		display: block;
	}

	.lineup-kv-sp {
		display: none;
	}

	.lineup-plan-feature {
		font-size: 3.6rem;
	}

	.lineup-plan-text {
		text-align: center;
	}

	.lineup-detail-label {
		font-size: 4.8rem;
	}

	.lineup-list-text {
		display: block;
	}

	.lineup-list-box {
		width: 100%;
		margin: 0 auto;
	}

	.top-mv {
		margin-top: 0;
	}

	.top-mv-inner {
		height: 696px;
	}

	.top-mv-text {
		padding-top: 80px;
		padding-left: 10px;
	}

	.top-mv-text img {
		width: 316px;
	}

	.top-mv-catch {
		position: relative;
		bottom: initial;
		margin-top: 43px;
		margin-left: -6px;
	}

	.top-mv-catch .text-line+.text-line {
		margin-top: 12px;
	}

	.top-mv-catch .text-line-inner {
		padding: 9px 20px;
	}

	.top-mv-image,
	.top-mv-slider {
		padding-left: 25.71vw;
	}

	.top-concept-header {
		margin-right: 0;
		margin-left: 0;
	}

	.top-simulation-bnrs {
		-webkit-flex-direction: row;
		flex-direction: row;
		margin-top: 72px;
	}

	.top-simulation-bnr+.top-simulation-bnr {
		margin-top: 0;
	}

	.top-simulation-bnr {
		margin-right: 20px;
		margin-left: 20px;
	}

	.btn-slide::before {
		width: 22px;
		height: 19px;
	}

	.btn-slide {
		width: 400px;
	}

	.btn-simulation {
		width: 624px;
		max-width: 100%;
		height: 140px;
		font-size: 2.4rem;
	}

	.btn-simulation-text {
		padding-left: 80px;
		line-height: 44px;
	}

	.btn-simulation-text::before {
		width: 52px;
		height: 44px;
	}

	.btn-footer-link::after {
		width: 12px;
		height: 12px;
	}

	.lineup-item-img .lineup-sp {
		display: none;
	}

	.lineup-item-img .lineup-pc {
		display: block;
	}

	.lineup-item-badge {
		top: 14px;
		left: 14px;
	}
}

@media screen and (min-width: 960px) {
	.sec-inner {
		padding: 0 0 100px;
	}

	.archive-item {
		-webkit-flex-direction: row;
		flex-direction: row;
	}

	.archive-link-event {
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-align-items: center;
		align-items: center;
	}

	.archive-thumb {
		-webkit-flex: 0 0 120px;
		flex: 0 0 120px;
		width: 120px;
	}

	.archive-thumb-event {
		-webkit-flex: 0 0 200px;
		flex: 0 0 200px;
		width: 200px;
	}

	.archive-detail-event {
		margin-top: 0;
		margin-left: 30px;
	}

	.company-branches-columns {
		display: -ms-grid;
		display: grid;
		-ms-grid-rows: auto 84px auto 84px auto;
		grid-template-rows: repeat(3, auto);
		-ms-grid-columns: 1fr 60px 1fr 60px 1fr;
		grid-template-columns: repeat(3, 1fr);
		gap: 84px 60px;
		padding-top: 84px;
		padding-bottom: 84px;
	}

	.company-branches-columns&gt;*:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}

	.company-branches-columns&gt;*:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}

	.company-branches-columns&gt;*:nth-child(3) {
		-ms-grid-row: 1;
		-ms-grid-column: 5;
	}

	.company-branches-columns&gt;*:nth-child(4) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}

	.company-branches-columns&gt;*:nth-child(5) {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}

	.company-branches-columns&gt;*:nth-child(6) {
		-ms-grid-row: 3;
		-ms-grid-column: 5;
	}

	.company-branches-columns&gt;*:nth-child(7) {
		-ms-grid-row: 5;
		-ms-grid-column: 1;
	}

	.company-branches-columns&gt;*:nth-child(8) {
		-ms-grid-row: 5;
		-ms-grid-column: 3;
	}

	.company-branches-columns&gt;*:nth-child(9) {
		-ms-grid-row: 5;
		-ms-grid-column: 5;
	}

	.entry-title {
		font-size: 2.6rem;
	}

	.event-category-block-sp {
		display: none;
	}

	.event-category-block-pc {
		display: block;
	}

	.event-category-toggle {
		display: none;
	}

	.event-category-item {
		width: 25%;
	}

	.event-block {
		max-width: 780px;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 0;
	}

	.event-text {
		text-align: center;
	}

	.common-slider-container-item.swiper-slide {
		height: 520px;
	}
	
	.common-slider-container-item.swiper-slide {
		height: 570px;
	}

	.common-slider-container-prev,
	.common-slider-container-next {
		width: 60px;
		height: 80px;
	}

	/* .common-slider-container-prev svg,
  .common-slider-container-next svg {
    width: 22px;
    height: 44px;
  } */

	.section-wrapper.event-slider {
		padding-top: 0;
	}

	.reserve-banner_sp {
		display: none;
	}

	.reserve-banner_pc {
		display: block;
	}

	.footer-contact {
		background-image: url(./assets/images/common/contact_bg.jpg);
	}

	.footer-contact-header {
		padding-top: 124px;
		padding-bottom: 147px;
	}

	.footer-contact-label {
		font-size: 8.4rem;
	}

	.footer-contact-title {
		margin-top: 40px;
		font-size: 2.4rem;
	}

	.footer-contact-totop {
		position: absolute;
		bottom: 0;
		left: 50%;
		display: block;
		-webkit-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%);
	}

	.footer-content {
		padding-top: 120px;
		padding-bottom: 120px;
		text-align: left;
	}

	.footer-main {
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-order: 2;
		order: 2;
		margin-top: 60px;
	}

	.footer-info,
	.footer-map {
		width: 50%;
	}

	.footer-info {
		-webkit-order: 1;
		order: 1;
		margin-top: 0;
	}

	.footer-map {
		-webkit-order: 2;
		order: 2;
	}

	.footer-logo-pc {
		display: inline-block;
		width: 240px;
	}

	.footer-logo-sp {
		display: none;
	}

	.footer-address {
		margin-top: 20px;
	}

	.footer-tel {
		font-size: 3.2rem;
		pointer-events: none;
	}

	.footer-tel-label {
		display: inline-block;
	}

	.footer-links {
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-order: 1;
		order: 1;
		width: auto;
		margin-top: 30px;
	}

	.footer-nav {
		display: -webkit-flex;
		display: flex;
	}

	.footer-sns {
		margin-left: auto;
	}

	.footer-sns li svg {
		width: 22px;
		height: 22px;
	}

	.footer-sns li:nth-child(2) svg {
		width: 28px;
	}

	.footer-copyright {
		font-size: 1.1rem;
	}

	.footer-menu-tel {
		pointer-events: none;
	}

	.footer-menu {
		display: none;
	}

	.l-container {
		width: 960px;
		padding-right: 30px;
		padding-left: 30px;
	}

	.l-column {
		-webkit-flex-direction: row;
		flex-direction: row;
	}

	.l-article {
		width: 78%;
		padding-right: 24px;
		border-right: 1px solid #ddd;
	}

	.l-container .l-article {
		width: 74%;
	}

	.l-container.l-column-full .l-article {
		width: 100%;
		padding-right: 0;
		border-right: none;
	}

	.l-sidebar {
		width: 22%;
		margin-top: 0;
		padding-left: 24px;
	}

	.l-footer-container {
		width: 823px;
	}

	.section-wrapper {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.section-label-sp {
		display: none;
	}

	.section-label-pc {
		display: block;
	}

	.section-title {
		font-size: 3.6rem;
	}

	.section-text {
		margin-top: 36px;
	}

	.section-wrapper.common-news-section {
		padding-top: 0;
	}

	.lineup-detail ul li {
		padding-left: 30px;
	}

	.lineup-detail ul li::before {
		left: 0;
	}

	.lineup-detail-subhead {
		font-size: 2.4rem;
	}

	.lineup-detail-subhead .toggle-icon {
		right: 35px;
		width: 40px;
		height: 40px;
	}

	.lineup-detail-subhead .toggle-icon::before {
		right: 0;
		width: 40px;
		height: 4px;
	}

	.lineup-detail-subhead .toggle-icon::after {
		width: 4px;
		height: 40px;
	}

	.lineup-detail-inner {
		margin-top: 36px;
	}

	.lineup-detail-box-inner {
		padding-top: 60px;
		padding-bottom: 84px;
	}

	.lineup-specifications-label {
		margin-bottom: 36px;
		padding-left: 0;
		font-size: 2.4rem;
		text-align: center;
	}

	.lineup-specifications-label::before {
		display: none;
	}

	.lineup-specifications-detail {
		text-align: center;
	}

	.lineup-specification+.lineup-specification {
		padding-top: 60px;
	}

	.lineup-list {
		-ms-grid-rows: auto 84px auto;
		grid-template-rows: repeat(2, auto);
		-ms-grid-columns: auto 15px auto 15px auto;
		grid-template-columns: repeat(3, auto);
		gap: 84px 15px;
		margin-top: 72px;
	}

	.lineup-list&gt;*:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}

	.lineup-list&gt;*:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}

	.lineup-list&gt;*:nth-child(3) {
		-ms-grid-row: 1;
		-ms-grid-column: 5;
	}

	.lineup-list&gt;*:nth-child(4) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}

	.lineup-list&gt;*:nth-child(5) {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}

	.lineup-list&gt;*:nth-child(6) {
		-ms-grid-row: 3;
		-ms-grid-column: 5;
	}

	.lineup-list-single {
		overflow: initial;
	}

	.lineup-list-box::before {
		display: none;
	}

	.floor-slider-container .lineup-floor-image img {
		max-width: 416px;
	}

	.floor-slider-container .floor-prev,
	.floor-slider-container .floor-next {
		width: 22px;
		height: 44px;
	}

	.floor-slider-container .floor-prev {
		left: 116px;
	}

	.floor-slider-container .floor-next {
		right: 116px;
	}

	.lineup-slider-container .swiper-wrapper {
		display: -ms-grid;
		display: grid;
		-ms-grid-rows: auto 84px auto;
		grid-template-rows: repeat(2, auto);
		-ms-grid-columns: auto 15px auto 15px auto;
		grid-template-columns: repeat(3, auto);
		gap: 84px 15px;
		-webkit-justify-content: center;
		justify-content: center;
		margin-top: 72px;
	}

	.lineup-slider-container .swiper-wrapper&gt;*:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}

	.lineup-slider-container .swiper-wrapper&gt;*:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}

	.lineup-slider-container .swiper-wrapper&gt;*:nth-child(3) {
		-ms-grid-row: 1;
		-ms-grid-column: 5;
	}

	.lineup-slider-container .swiper-wrapper&gt;*:nth-child(4) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}

	.lineup-slider-container .swiper-wrapper&gt;*:nth-child(5) {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}

	.lineup-slider-container .swiper-wrapper&gt;*:nth-child(6) {
		-ms-grid-row: 3;
		-ms-grid-column: 5;
	}

	.top-mv-simulation {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 460px;
		text-align: left;
	}

	.top-mv-simulation-inner {
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}

	.top-mv-simulation-btn {
		width: auto;
		margin-top: 0;
		margin-left: auto;
	}

	.slider-item-sp {
		display: none !important;
	}

	.slider-item-pc {
		display: inline-block !important;
	}

	.shared-section .section-text {
		text-align: left;
	}

	.shared-section .shared-slider-container {
		height: 100%;
		margin-top: 65px;
	}

	.shared-label {
		text-align: left;
	}

	.shared-text p {
		width: 70%;
	}

	.shared-btns {
		top: -130px;
		right: 30px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		width: auto;
	}

	.shared-prev.slider-prev,
	.shared-next.slider-next {
		position: relative;
		top: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.shared-prev.slider-prev {
		left: 0;
	}

	.shared-next.slider-next {
		right: 0;
	}

	.shared-list {
		-ms-grid-rows: auto 15px auto;
		grid-template-rows: repeat(2, auto);
		-ms-grid-columns: auto 15px auto 15px auto;
		grid-template-columns: repeat(3, auto);
		gap: 15px;
		margin-top: 72px;
	}

	.shared-list&gt;*:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}

	.shared-list&gt;*:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}

	.shared-list&gt;*:nth-child(3) {
		-ms-grid-row: 1;
		-ms-grid-column: 5;
	}

	.shared-list&gt;*:nth-child(4) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}

	.shared-list&gt;*:nth-child(5) {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}

	.shared-list&gt;*:nth-child(6) {
		-ms-grid-row: 3;
		-ms-grid-column: 5;
	}

	.shared-result-list-block {
		grid-template-areas: "shared-result-list-image shared-result-list-name shared-result-list-price";
		-ms-grid-rows: 1fr;
		grid-template-rows: 1fr;
		-ms-grid-columns: 240px 1fr 1fr;
		grid-template-columns: 240px 1fr 1fr;
	}

	.shared-result-list-image {
		-ms-grid-column-span: 1;
	}

	.shared-result-list-name {
		-ms-grid-column-span: 2;
	}

	.shared-result-list-image {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
	}

	.shared-result-list-name {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
	}

	.shared-result-list-price {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}

	.shared-result-list-price {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
		-webkit-align-self: center;
		-ms-grid-row-align: center;
		align-self: center;
		-ms-grid-column-align: end;
		justify-self: end;
		padding-right: 20px;
		padding-left: 20px;
		-ms-grid-column-span: 3;
	}

	.shared-result-options-item {
		grid-template-areas: "shared-result-list-image shared-result-list-name shared-result-list-price";
		-ms-grid-rows: 1fr;
		grid-template-rows: 1fr;
		-ms-grid-columns: 240px 1fr 1fr;
		grid-template-columns: 240px 1fr 1fr;
	}

	.shared-result-options-item&gt;.shared-result-list-image {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
	}

	.shared-result-options-item&gt;.shared-result-list-name {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
	}

	.shared-result-options-item&gt;.shared-result-list-price {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}

	.shared-fastcode-title {
		text-align: left;
	}

	.top-concept {
		padding-bottom: 0;
	}

	.top-concept-column {
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-top: 40px;
	}

	.top-concept-img {
		-webkit-flex: 1 0 430px;
		flex: 1 0 430px;
		width: 430px;
		margin-top: 0;
	}

	.top-concept-text {
		margin-top: 0;
		padding-left: 48px;
	}

	.top-lineup {
		padding-bottom: 120px;
	}

	.top-lineup-kv {
		height: 700px;
		background-image: url(assets/images/top/lineup_kv.jpg);
	}

	.top-lineup-kv::before {
		display: none;
	}

	.top-lineup-logo {
		left: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.top-lineup-text {
		margin-top: 72px;
		text-align: center;
	}

	.top-lineup-content {
		padding-top: 72px;
	}

	.top-simulation {
		background-image: url(assets/images/top/simulation_head_bg.png);
		background-repeat: no-repeat;
		background-position: top 40px center;
	}

	.top-simulation-text {
		text-align: center;
	}

	.top-simulation-bnr.simulation-bnr-particular {
		box-shadow: none;
	}

	.top-simulation-bnr.simulation-bnr-particular:hover,
	.top-simulation-bnr.simulation-bnr-particular:active,
	.top-simulation-bnr.simulation-bnr-particular:focus {
		box-shadow: 0 0 30px rgba(132, 184, 70, 0.5);
	}

	.top-simulation-bnr.simulation-bnr-lifestyle {
		box-shadow: none;
	}

	.top-simulation-bnr.simulation-bnr-lifestyle:hover,
	.top-simulation-bnr.simulation-bnr-lifestyle:active,
	.top-simulation-bnr.simulation-bnr-lifestyle:focus {
		box-shadow: 0 0 30px rgba(248, 210, 71, 0.5);
	}

	.breadcrumbs+.archive-list {
		margin-top: 30px;
	}

	.btn-box {
		margin-top: 84px;
	}

	.btn-box-shift {
		margin-top: 60px;
	}

	.btn-shift {
		width: auto;
	}

	.btn-shift-inner {
		width: auto;
		padding: 30px 48px;
	}

	.btn-submit,
	.transmission-btn {
		width: 400px;
	}

	.btn-footer-link {
		width: 320px;
		margin-top: 0;
		padding: 28px;
		font-size: 1.4rem;
	}

	.btn-menu-sp {
		width: 400px;
	}

	.contact-block {
		width: 80%;
		margin: 0 auto;
	}

	.reservation-box {
		padding: 2em;
	}

	.reservation-box .item-wrap {
		padding-right: 1em;
		padding-left: 1em;
	}

	.reservation-box .notes-box {
		margin-right: 1em;
		margin-left: 1em;
	}

	.wpcf7-form-control.wpcf7-checkbox {
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
		width: 50%;
	}

	.wpcf7-form-control.wpcf7-radio {
		-webkit-flex-direction: row;
		flex-direction: row;
	}

	.lineup-item-name {
		margin-top: 36px;
		font-size: 2rem;
	}

	.popup-inner {
		max-width: 852px;
	}

	.popup-inner .online_consultation {
		max-height: calc(100vh - 230px);
		padding: 84px;
	}

	.slider-prev,
	.slider-next {
		width: 60px;
		height: 60px;
	}

	.d-sp {
		display: none;
	}

	.d-pc {
		display: inline-block;
	}

	.d-shared-sp {
		display: none;
	}
}

@media screen and (min-width: 1100px) {
	#sp-menu {
		display: none;
	}

	#btn-hamburger {
		display: none;
	}
}

@media screen and (min-width: 1060px) {
	.eventlist-slider {
		padding-right: 0;
		padding-left: 0;
	}

	.eventlist-slider-prev.slider-prev {
		left: -70px;
	}

	.eventlist-slider-next.slider-next {
		right: -70px;
	}

	.l-footer-container {
		width: 843px;
	}

	.lineup-kv {
		height: 486px;
	}
}

@media screen and (min-width: 1400px) {
	.footer-logo-pc {
		width: 279px;
	}

	.footer-tel {
		font-size: 3.8rem;
	}

	.footer-tel-label {
		font-size: 2rem;
	}

	.footer-nav {
		font-size: 1.6rem;
	}

	.footer-nav .menu+.menu {
		margin-left: 60px;
	}

	.footer-nav .sub-menu li {
		font-size: 1.4rem;
	}

	.footer-sns li svg {
		width: 30px;
		height: 30px;
	}

	.footer-sns li:nth-child(2) svg {
		width: 38px;
	}

	.footer-sns li+li {
		margin-left: 24px;
	}

	.l-container {
		width: 1060px;
	}

	.l-footer-container {
		width: 1137px;
	}

	.top-mv-inner {
		width: 1080px;
	}

	.top-mv-image,
	.top-mv-slider {
		max-width: 1020px;
		padding-left: 0;
	}

	.top-mv-video {
		height: 696px !important;
	}
}

@media screen and (max-width: 767px) {
	#entry-article {
		width: 100%;
		padding: 0;
		border-right: none;
	}

	#entry-sidebar {
		width: 100%;
		margin: 50px 0 0;
		padding: 0;
	}

	#adjacent-news-box .adjacent-news {
		width: 100%;
	}

	#adjacent-news-box .adjacent-news#prev-news {
		padding: 0;
	}

	#adjacent-news-box .adjacent-news#next-news {
		padding: 0;
		border-left: none;
	}

	#adjacent-news-box #next-news {
		margin: 30px 0 0;
	}

	#adjacent-news-box #next-news .adjacent-news-inner.flex-f {
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}

	#adjacent-news-box #next-news .adjacent-head {
		text-align: left;
	}

	#adjacent-news-box #next-news .title {
		padding: 0 10px 0 0;
	}

	.single-works #adjacent-news-box {
		display: flex;
		flex-direction: column;
	}

	.single-works #adjacent-news-box .adjacent-news,
	.single-works #adjacent-news-box .link-archive {
		width: 100%;
		flex: 1 1 auto;
	}

	.single-works #adjacent-news-box .adjacent-news#prev-news {
		order: 1;
	}

	.single-works #adjacent-news-box .adjacent-news#next-news {
		order: 2;
	}

	.single-works #adjacent-news-box .link-archive {
		order: 3;
		margin-top: 30px;
	}

	.lineup-item-name {
		margin-top: 10px;
	}

	.lineup-item-explain {
		margin-top: 4px;
		font-size: 1.4rem;
		line-height: 1.6;
	}
}

/* 建築事例のカスタム投稿追加に伴う（cssの追記） */
.footer-nav .menu .menu-item+.menu-item {
	margin-top: 10px;
}

@media screen and (max-width: 959px) {
	.footer-nav .menu .menu-item+.menu-item {
		margin-top: 0;
	}
}

.pc-only {
	display: block;
}

.sp-only {
	display: none;
}

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

	.sp-only {
		display: block;
	}
}

.single-works .entry-inner {
	padding-top: 0;
}

.post-thumb {
	transition: all 0.3s ease;
}

.post-thumb:hover {
	opacity: 0.7;
	transition: all 0.3s ease;
}

/* --------------
  archive
-----------------*/
/* cat btn */
.works-category-block {
	margin-bottom: 40px;
}

.works-category-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.works-category-list .search-tax {
	position: relative;
	font-weight: 700;
	width: 50%;
	text-align: center;
}

.works-category-list .search-tax::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 18px;
	right: 20px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	width: 10px;
	height: 10px;
	transform: rotate(135deg);
}

.works-category-list .search-tax.is-active&gt;a,
.works-category-list .search-tax.is-active&gt;span {
	pointer-events: none;
	color: #1ba9bc;
	background-color: rgba(27, 169, 188, 0.2);
}

.works-category-list .search-tax.all::before {
	content: none;
}

.works-category-list .search-tax.is-active {
	background-color: rgba(27, 169, 188, 0.2);
}

.works-category-list .search-tax.all::before {
	content: none;
}

.works-category-list .search-tax.all:hover a {
	color: #1ba9bc;
	background-color: rgba(27, 169, 188, 0.2);
}

.works-category-list .search-tax a,
.works-category-list .search-tax span {
	background-color: #f9f9f9;
	display: inline-block;
	width: 100%;
	padding: 10px 0;
}

@media screen and (min-width: 768px) {
	.works-category-list .search-tax:hover .search-sub-list {
		display: inline-block;
	}
}

.works-category-list .search-sub-list {
	position: absolute;
	display: none;
	width: 100%;
	top: 45px;
	left: 0;
	padding-bottom: 0;
	box-sizing: border-box;
	z-index: 10;
}

.works-category-list .search-sub-list .search-term {
	background-color: #f9f9f9;
}

.works-category-list .search-sub-list .search-term:hover a {
	color: #1ba9bc;
	background-color: rgba(27, 169, 188, 0.2);
}

.works-category-list .search-sub-list .search-term a {
	position: relative;
}

.works-category-list .search-sub-list .search-term a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
}

.works-category-list .search-sub-list .search-term.doors {
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	.works-category-list .search-tax {
		position: relative;
		width: 100%;
	}

	.works-category-list .search-sub-list {
		display: none;
		position: relative;
		top: 0;
	}

	.works-category-list .search-tax.is-active&gt;a,
	.works-category-list .search-tax.is-active&gt;span {
		pointer-events: painted;
	}
}

/* single */
.wp-pagenavi a.page,
.wp-pagenavi span.page,
.wp-pagenavi span.current {
	line-height: 2.6;
}

.wp-pagenavi span.current {
	background-color: #1ba9bc;
	border: solid 1px #1ba9bc;
}

@media screen and (max-width: 767px) {
	#adjacent-news-box {
		display: block;
	}

	#adjacent-news-box #next-news .adjacent-head {
		text-align: right;
	}
}

/* -------------------------------------------------------------

2021 11 コンセプト変更によるリニューアルの際にへんこうしたのCSS

---------------------------------------------------------------- */
body {
	color: #222222;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.6;
}

p {
	line-height: 2;
	letter-spacing: 00.05em;
}

a {
	transition: all 0.3s ease;
}

a:hover {
	opacity: 0.8;
	transition: all 0.3s ease;
}

.l-main {
	padding-top: 72.5px;
}

#simulation .l-main {
	padding-top: 79px;
}

.single-lp .l-main {
	padding-top: 0;
}

.section-inner {
	padding: 100px 0;
}

.archive .section-inner {
	padding: 60px 0 100px;
}

.content-width {
	width: 1060px;
	padding-right: 30px;
	padding-left: 30px;
	margin: auto;
}

.cont-wrap+.cont-wrap {
	margin-top: 80px;
}

@media screen and (max-width: 1100px) {
	.l-main {
		padding-top: 67px;
	}

	#simulation .l-main {
		padding-top: 72px;
	}
}

@media screen and (max-width: 1000px) {
	.content-width {
		width: 100%;
	}
}

@media screen and (max-width: 960px) {
	.section-inner {
		padding: 60px 0;
	}

	.content-width {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media screen and (max-width: 767px) {
	.cont-wrap+.cont-wrap {
		margin-top: 60px;
	}
}

/* fonts */
.futura {
	font-family: futura-pt, sans-serif;
}

.mincho {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3",
		"Hiragino Mincho ProN", "source-han-serif-japanese",
		source-han-serif-japanese, serif;
}

.roboto {
	font-family: "Roboto", sans-serif;
}

/* bg */
.bg-brown-texture {
	background: url(./assets/images/hale/brown-texture.jpg) center / cover no-repeat;
}

.bg-dark-brown-texture {
	background: url(./assets/images/hale/dark-brown-texture.jpg) center / cover no-repeat;
}

.bg-turquoise {
	background-color: #1ba9bc;
}

.bg-white {
	background-color: #fff;
}

.bg-txt-white {
	background-color: #fff;
	font-weight: 700;
	padding: 0px 12px;
}

.bg-counter {
	background: url(./assets/images/jpg/contact_bg.jpg) center / cover no-repeat;
}

/* tips */
.strong-mark {
	position: relative;
}

.strong-mark::before {
	content: "";
	background: #fff;
	position: absolute;
	bottom: 22px;
	left: -135px;
	width: 45px;
	height: 2px;
	transform: rotate(70deg);
}

.strong-mark::after {
	content: "";
	background: #fff;
	position: absolute;
	bottom: 22px;
	right: -40px;
	width: 45px;
	height: 2px;
	transform: rotate(-70deg);
}

@media screen and (max-width: 767px) {
	.strong-mark::before {
		left: -28px;
	}
}

/* flex */
.flex-between {
	display: flex;
	justify-content: space-between;
}

.flex-start {
	display: flex;
	justify-content: flex-start;
}

.flex-reverse {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

/* sec-ttl */
.sec-ttl-box {
	margin-bottom: 60px;
}

.sec-ttl-box-center {
	margin-bottom: 60px;
	text-align: center;
}

.sec-ttl-box-center .lead-txt {
	margin-top: 20px;
	font-size: 1.8rem;
}

.sec-ttl {
	position: relative;
	z-index: 10;
}

.cont-ttl-box-center {
	margin-bottom: 40px;
	text-align: center;
}

.cont-ttl-box-center .lead-txt {
	margin-top: 15px;
	font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
	.sec-ttl-box {
		margin-bottom: 30px;
	}

	.sec-ttl-box-center {
		margin-bottom: 30px;
	}

	.sec-ttl-box-center .lead-txt,
	.cont-ttl-box-center .lead-txt {
		text-align: left;
	}
}

.underline-txt {
	background: linear-gradient(to bottom,
			rgba(0, 0, 0, 0) 70%,
			rgba(255, 248, 206, 100) 70%);
	background: -moz-linear-gradient(to bottom,
			rgba(0, 0, 0, 0) 70%,
			rgba(255, 248, 206, 100) 70%);
	background: -webkit-linear-gradient(to bottom,
			rgba(0, 0, 0, 0) 70%,
			rgba(255, 248, 206, 100) 70%);
	background: -ms-linear-gradient(to bottom,
			rgba(0, 0, 0, 0) 70%,
			rgba(255, 248, 206, 100) 70%);
}

.bold-name {
	font-weight: 700;
	font-size: 1.8rem;
}

.ttl-type-a {
	font-size: 4.6rem;
	line-height: 1.4;
	letter-spacing: 0.2em;
	color: #1ba9bc;
	font-weight: 700;
}

.ttl-type-b {
	font-size: 2.9rem;
	line-height: 1.4;
	letter-spacing: 0.2em;
	color: #1ba9bc;
	font-weight: 700;
}

.ttl-type-c {
	position: relative;
	text-align: center;
	line-height: 1.2;
}

.ttl-type-c span {
	display: inline-block;
	position: relative;
	font-size: 3.4rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	padding: 0 25px;
	background-color: #fff;
	z-index: 10;
}

.ttl-type-c::before,
.ttl-type-c::after {
	content: "";
	background: #a7a49d;
	position: absolute;
	width: 100%;
	height: 1px;
	transform: translateX(-50%);
}

.ttl-type-c::before {
	top: calc(50% - 3px);
	left: 50%;
}

.ttl-type-c::after {
	top: calc(50% + 3px);
	left: 50%;
}

.ttl-type-d {
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.2em;
}

.ttl-type-e {
	font-size: 3.6rem;
	line-height: 1.5;
	letter-spacing: 0.16em;
	color: #1ba9bc;
	font-weight: 700;
}

.ttl-type-f {
	text-align: center;
	padding: 10px 0;
	font-size: 2.4rem;
	font-weight: 700;
	border-top: 2px solid #918e84;
	border-bottom: 2px solid #918e84;
}

@media screen and (max-width: 767px) {
	.ttl-type-a {
		font-size: 2.6rem;
	}

	.ttl-type-b {
		font-size: 2.4rem;
	}

	.ttl-type-c span {
		font-size: 2.4rem;
		padding: 0 10px;
	}

	.ttl-type-c::before,
	.ttl-type-c::after {
		width: 100%;
	}

	.ttl-type-c::before {
		top: calc(50% - 2px);
	}

	.ttl-type-c::after {
		top: calc(50% + 2px);
	}

	.ttl-type-d {
		font-size: 2.6rem;
	}

	.ttl-type-e {
		font-size: 2.6rem;
	}
}

/* btn */
.btn-box {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.btn-box {
		margin-top: 30px;
	}
}

.btn-type-a {
	position: relative;
	display: inline-block;
	padding: 10px 0;
	color: #1ba9bc;
	background-color: #fff;
	border-radius: 100px;
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
	font-weight: 700;
}

.btn-type-a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
	border-top: 2px solid #1ba9bc;
	border-right: 2px solid #1ba9bc;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
}

.btn-type-b {
	position: relative;
	display: inline-block;
	padding: 16px 0;
	border: none;
	color: #fff;
	background-color: #1ba9bc;
	border-radius: 100px;
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
	font-weight: 700;
}

.btn-type-b::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
}

.btn-type-b:hover {
	color: #fff;
}

.btn-size-348 {
	width: 348px;
}

.btn-size-566 {
	width: 566px;
}

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

	.btn-size-348,
	.btn-size-566 {
		width: 100%;
	}
}

/* table */
.table-type-a table {
	border-top: 1px solid #a7a49d;
	border-left: none;
}

.table-type-a th {
	background: #e5ddca;
}

.table-type-a td,
.table-type-a th {
	border-right: 1px solid #a7a49d;
	border-bottom: 1px solid #a7a49d;
	text-align: center;
	font-weight: 400;
	padding: 18px 0;
}

.table-type-a td:last-child,
.table-type-a th:last-child {
	border-right: none;
}

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

	.table-type-a thead,
	.table-type-a tbody {
		width: 100%;
	}
}

.table-type-b table {
	margin: 0;
	border-top: 1px solid #a8a59c;
	border-left: none;
	font-weight: 500;
}

.table-type-b th {
	background: #ddd6c6;
}

.table-type-b td,
.table-type-b th {
	border-bottom: 1px solid #a8a59c;
	text-align: center;
	font-weight: 400;
	padding: 18px 0;
	letter-spacing: 0.05em;
}

.table-type-b td:last-child,
.table-type-b th:last-child {
	border-right: none;
}

.table-type-b td {
	text-align: left;
	padding-left: 30px;
}

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

	.table-type-b thead,
	.table-type-b tbody {
		width: 100%;
	}
}

/* -------------------------

header

---------------------------- */
.page-header {
	position: relative;
	width: 100vw;
	height: 373px;
	padding-top: 140px;
	/* margin: 0 calc(50% - 50vw); */
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.page-header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(59, 30, 12, 0.14);
}

.page-header-event {
	background-image: url(./assets/images/common/mv_event_sp.jpg);
}

.page-header-news {
	background-image: url(./assets/images/common/mv_news_sp.jpg);
}

.page-header-company {
	background-image: url(./assets/images/common/mv_company_sp.jpg);
}

#hale .page-header {
	background-image: url(./assets/images/jpg/mv_hale.jpg);
}

#company .page-header {
	background-image: url(./assets/images/common/mv_company.jpg);
}

.category .page-header,
.single-post .page-header {
	background-image: url(./assets/images/common/mv_news.jpg);
}

.post-type-archive-shared .page-header {
	background-image: url(./assets/images/common/mv_shared.jpg);
}

.event.page-header {
	background-image: url(./assets/images/common/mv_event.jpg);
}

.works.page-header {
	background-image: url(./assets/images/common/mv_work.jpg);
}

.modelhouse.page-header {
	background-image: url(./assets/images/common/mv_modelhouse.jpg);
}

.post-type-archive-lineup .page-header {
	background-image: url(./assets/images/common/mv_lineup.jpg);
}

.page-header .section-title {
	position: relative;
	color: #fff;
	font-size: 6rem;
	z-index: 10;
	text-transform: capitalize;
}

.section-title::before {
	content: "";
	position: absolute;
	top: -55px;
	left: 0px;
	right: 0px;
	margin: auto;
	display: inline-block;
	width: 200px;
	height: 100px;
	opacity: 0.44;
	z-index: -1;
}

#hale .section-title::before,
.lineup .section-title::before {
	background: url(./assets/images/svg/lineup.svg) center / contain no-repeat;
	width: 230px;
	height: 124px;
}

#company .section-title::before {
	background: url(./assets/images/hale/company.svg) center / contain no-repeat;
	width: 320px;
	height: 130px;
}

.works .section-title::before {
	background: url(./assets/images/hale/works.svg) center / contain no-repeat;
	width: 240px;
	height: 120px;
	top: -65px;
}

.event .section-title::before {
	background: url(./assets/images/svg/event.svg) center / contain no-repeat;
	width: 210px;
	height: 110px;
	top: -65px;
}

.news .section-title::before {
	background: url(./assets/images/svg/news.svg) center / contain no-repeat;
	width: 210px;
	height: 110px;
	top: -65px;
}

.modelhouse .section-title::before {
	background: url(./assets/images/hale/modelhouse.svg) center / contain no-repeat;
	width: auto;
	height: 120px;
	top: -65px;
}

@media screen and (max-width: 960px) {
	.page-header {
		height: 140px;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.page-header .section-title {
		font-size: 4.4rem;
	}

	.page-header .section-title::before {
		transform: scale(0.6);
	}
}

@media screen and (max-width: 767px) {
	.page-header .section-title {
		font-size: 3.6rem;
	}

	.page-header .section-title::before {
		transform: scale(0.4);
	}
}

/* -------------------------

swiper

---------------------------- */

.swiper-parent {
	position: relative;
}

.hale-color .swiper-button-prev,
.hale-color .swiper-button-next, 
.modelhouse-prev, 
.modelhouse-next {
	width: 40px;
	height: 50px;
	background-image: none;
	background-color: rgb(27 169 188 / 66%);
	width: 32px;
	height: 32px;
	transform: translateY(-50%);
}

.hale-color .swiper-button-prev, 
.modelhouse-prev {
	left: -18px;
}

.hale-color .swiper-button-next, 
.modelhouse-next {
	right: -18px;
}

.hale-color .swiper-button-prev::before, 
.hale-color .swiper-button-next::before, 
.modelhouse-prev::before, 
.modelhouse-next::before {
	content: "";
	display: inline-block;
	position: absolute;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 12px;
	height: 12px;
	transform: rotate(225deg);
	position: absolute;
	top: 12px;
}

.hale-color .swiper-button-prev::before, 
.modelhouse-prev::before {
	left: 13px;
}

.hale-color .swiper-button-next::before, 
.modelhouse-next::before {
	transform: rotate(45deg);
	right: 13px;
}

.hale-color .swiper-pagination .swiper-pagination-bullet {
	margin: 0 10px;
	background-color: #e5ddca;
	opacity: 1;
}

.hale-color .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #1ba9bc;
}

.hale-color .swiper-pagination {
	position: relative;
	margin-top: 8px;
}

/* -------------------------

form

---------------------------- */

.hale-color .reservation-box {
	padding: 0;
	border: none;
	border-top: 1px solid #a7a49d;
}

.hale-color input[type="email"],
.hale-color input[type="number"],
.hale-color input[type="search"],
.hale-color input[type="text"],
.hale-color input[type="tel"],
.hale-color input[type="url"],
.hale-color input[type="password"],
.hale-color textarea,
.hale-color select {
	border: 1px solid #a7a49d;
}

.hale-color .reservation-box .item-wrap {
	border-bottom: 1px solid #a7a49d;
}

.hale-color .item-wrap p {
	font-size: 1.3rem;
}

.hale-color .wpcf7-radio input[type="radio"]+.wpcf7-list-item-label::after {
	background: #1ba9bc;
}

.hale-color .reservation-box .consent-btn {
	margin-top: 25px;
}

.hale-color .reservation-box .transmission-inner {
	margin-top: 25px;
}

.hale-color .btn-submit,
.hale-color .transmission-btn {
	width: 424px;
	color: #fff;
	background-color: #1ba9bc;
	border-color: #1ba9bc;
	cursor: pointer;
	border-radius: 100px;
}

.hale-color .btn-submit:disabled,
.hale-color .transmission-btn:disabled {
	background-color: #d8d8d8;
	border-color: #d8d8d8;
}

.hale-color .btn-submit:hover,
.hale-color .transmission-btn:hover {
	opacity: 0.8;
}

.wpcf7-spinner {
	position: absolute;
}

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

	.hale-color .btn-submit,
	.hale-color .transmission-btn {
		width: 100%;
	}
}

/* -------------------------

header

---------------------------- */
.header {
	position: relative;
	position: fixed;
	z-index: 1000;
	width: 100%;
	padding: 0;
	background-color: #fff;
}

.header-inner {
	align-items: center;
	padding-left: 30px;
}

.header-logo {
	z-index: 100;
	display: inline-block;
	padding: 10px 15px 10px 15px;
	background-color: #fff;
}

.header-logo-text {
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	pointer-events: none;
}

.header-logo a {
	display: block;
	line-height: 1;
}

.header-logo img {
	vertical-align: top;
}

.header-nav-list {
	padding: 23.5px 0;
	margin-right: 15px;
}

.header-nav-list .menu-item {
	font-weight: 700;
}

.header-nav-list&gt;.menu-item {
	padding: 0 15px;
	cursor: pointer;
}

.header-nav-list&gt;.menu-item+.menu-item {
	border-left: 2px dotted #707070;
}

.header-nav-list .menu-item-has-children&gt;a {
	padding-right: 20px;
	position: relative;
}

.header-nav-list .menu-item-has-children&gt;a::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 0px;
	border-top: 2px solid #1ba9bc;
	border-right: 2px solid #1ba9bc;
	width: 10px;
	height: 10px;
	transform: rotate(135deg);
}

.header-nav-list .has-nav-child&gt;a,
.header-nav-list .has-nav-child&gt;span {
	position: relative;
	display: inline-block;
	padding-right: 26px;
	color: #fff;
	cursor: pointer;
}

.header-nav-list .has-nav-child&gt;a::after,
.header-nav-list .has-nav-child&gt;span::after {
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	width: 14px;
	height: 8px;
	vertical-align: middle;
	background-image: url(./assets/images/common/icon_menu_child.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
}

.header-nav-list .sub-menu-container {
	display: none;
	position: absolute;
	top: 72px;
	left: 50%;
	transform: translateX(-50%);
	margin: auto;
	background-color: #fff;
	width: 100%;
}

.header-nav-list .sub-menu-container .sub-menu {
	width: 1060px;
	padding: 40px 0px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.header-nav-list .sub-menu-container .sub-menu&gt;.menu-item {
	width: 200px;
	text-align: center;
	margin: 0 20px;
}

.header-nav-list .sub-menu-container .sub-menu .menu-item a {
	display: block;
	padding-top: 180px;
	font-size: 2rem;
}

.header-nav-list .sub-menu-container .sub-menu .hale a {
	background: url(./assets/images/png/lineup_01.png) top center / 200px no-repeat;
}

.header-nav-list .sub-menu-container .sub-menu .doors a {
	background: url(./assets/images/png/lineup_02.png) top center / 200px no-repeat;
}

.header-nav-list .sub-menu-container .sub-menu .konoie a {
	background: url(./assets/images/png/lineup_03.png) top center / 200px no-repeat;
}

.header-nav-list .sub-menu-container .sub-menu .paco a {
	background: url(./assets/images/png/lineup_04.png) top center / 200px no-repeat;
}

.header-nav-list .header-nav-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header-nav-list .header-nav-box {
	width: 35.2%;
	margin-right: 20px;
}

.header-nav-list .header-nav-box p {
	margin-top: 24px;
	color: #fff;
	line-height: 2;
}

.header-nav-list .header-nav-child-title {
	color: #1ba9bc;
	font-weight: 700;
	font-size: 2.4rem;
	text-transform: uppercase;
}

.header-nav-list .header-nav-child-bnrs {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 56.8%;
	margin-left: auto;
}

.header-nav-list .header-nav-child-bnr a {
	display: block;
	opacity: 1;
}

.header-nav-list .header-nav-child-bnr.simulation-bnr-particular {
	box-shadow: none;
}

.header-nav-list .header-nav-child-bnr.simulation-bnr-particular:hover,
.header-nav-list .header-nav-child-bnr.simulation-bnr-particular:active,
.header-nav-list .header-nav-child-bnr.simulation-bnr-particular:focus {
	box-shadow: 0 0 30px rgba(132, 184, 70, 0.15);
}

.header-nav-list .header-nav-child-bnr.simulation-bnr-lifestyle {
	box-shadow: none;
}

.header-nav-list .header-nav-child-bnr.simulation-bnr-lifestyle:hover,
.header-nav-list .header-nav-child-bnr.simulation-bnr-lifestyle:active,
.header-nav-list .header-nav-child-bnr.simulation-bnr-lifestyle:focus {
	box-shadow: 0 0 30px rgba(248, 210, 71, 0.15);
}

.header-nav-list .header-nav-child-bnr+.header-nav-child-bnr {
	margin-left: 10px;
}

.h-contact {
	width: 191px;
}

.btn-contact-pc {
	width: 100%;
	padding: 13px 0;
	text-align: center;
	color: #fff;
	background-color: #1ba9bc;
	border: 1px solid #1ba9bc;
}

.btn-contact-pc span {
	align-items: center;
	column-gap: 12px;
	display: flex;
	justify-content: center;
	line-height: 1.4;
	position: relative;
}

.btn-contact-pc span::before {
	background-image: url("./assets/images/common/icon_mail.svg");
	content: "";
	display: block;
	height: 18px;
	width: 22px;
}

.btn-contact-pc:hover,
.btn-contact-pc:active,
.btn-contact-pc:focus {
	color: #fff;
	background-color: #4fb8c6;
	border-color: #4fb8c6;
}

.btn-hamburger-open,
.btn-hamburger-close {
	display: none;
}

@media screen and (max-width: 1100px) {
	.header-inner {
		padding: 8.5px 20px;
	}

	.h-gnav-box {
		display: none;
	}

	.btn-hamburger-open,
	.btn-hamburger-close {
		display: inline-block;
	}
}

@media screen and (max-width: 767px) {
	.btn-contact-pc {
		display: none;
	}
}

/* -------------------------

header (sp)

---------------------------- */
.btn-hamburger-open {
	position: relative;
	z-index: 99999;
	width: 36px;
	height: 36px;
	background-color: #1ba9bc;
	border-radius: 9999px;
	cursor: pointer;
}

.btn-hamburger-open .border {
	position: absolute;
	left: 13px;
	z-index: 1;
	width: 10px;
	height: 0.5px;
	background: #fff no-repeat left top;
	transition: opacity, -webkit-transform 0.2s ease;
	transition: opacity, transform 0.2s ease;
	transition: opacity, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.btn-hamburger-open .border:first-child {
	top: calc(50% - 4px);
}

.btn-hamburger-open .border:nth-child(2) {
	top: 50%;
	width: 6px;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.btn-hamburger-open .border:nth-child(3) {
	top: calc(50% + 4px);
}

.btn-hamburger-close {
	position: fixed;
	top: 18px;
	right: 18px;
	z-index: 99999;
	display: none;
	width: 36px;
	height: 36px;
	background-color: #fff;
	border-radius: 9999px;
	cursor: pointer;
}

.btn-hamburger-close .border {
	position: absolute;
	left: 13px;
	z-index: 1;
	width: 10px;
	height: 0.5px;
	background: #000 no-repeat left top;
	transition: opacity, -webkit-transform 0.2s ease;
	transition: opacity, transform 0.2s ease;
	transition: opacity, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.btn-hamburger-close .border:first-child {
	top: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn-hamburger-close .border:nth-child(2) {
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.is-open .btn-hamburger-close {
	display: block;
}

#sp-menu {
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 99999;
	box-sizing: border-box;
	width: calc(100% - 63px / 2);
	height: 100%;
	padding: 42px 30px;
	overflow-y: scroll;
	background-color: #1ba9bc;
	transition: all 0.35s ease;
	pointer-events: none;
}

#sp-menu.is-open {
	right: 0;
	transition: all 0.35s ease;
	pointer-events: auto;
}

#sp-menu .menu-item a {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 0;
	color: #fff;
	font-weight: 700;
	font-size: 2.4rem;
	font-family: din-2014, sans-serif;
	line-height: 1;
	text-transform: uppercase;
}

#sp-menu .menu-item a span {
	display: inline-block;
	color: #1ba9bc;
	font-size: 1.3rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3",
		"Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	text-transform: initial;
}

#sp-menu .menu-item-has-children {
	position: relative;
}

#sp-menu .btn-open {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 20px;
	height: 60px;
	cursor: pointer;
}

#sp-menu .btn-open::before {
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
	display: block;
	width: 16px;
	height: 2px;
	background-color: #fff;
	content: "";
}

#sp-menu .btn-open::after {
	position: absolute;
	top: calc(50% - 8px);
	left: calc(50% - 1px);
	display: block;
	width: 2px;
	height: 16px;
	background-color: #fff;
	transition: -webkit-transform ease 0.5s;
	transition: transform ease 0.5s;
	transition: transform ease 0.5s, -webkit-transform ease 0.5s;
	content: "";
}

#sp-menu .btn-open.is-open::after {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: center;
	transform-origin: center;
}

#sp-menu .sub-menu {
	display: none;
}

#sp-menu .sub-menu li {
	position: relative;
}

#sp-menu .sub-menu li::before {
	content: "";
	display: block;
	position: absolute;
	top: 25px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 5px;
}

#sp-menu .sub-menu li a {
	line-height: 1.2;
}

#sp-menu .sub-menu a {
	padding: 20px 0 20px 20px;
	font-size: 1.8rem;
}

#sp-menu .sub-menu a span {
	margin-top: 8px;
	color: #5f5f5f;
	font-size: 1.1rem;
}

#sp-menu .sp-contact-box {
	margin: 60px 0 0;
}

#sp-menu .sp-contact-box a {
	display: block;
	box-sizing: border-box;
	padding: 13px 0;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	background-color: #111;
}

.sp-menu-logo {
	width: 230px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.sp-menu-sns {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	margin-top: 30px;
}

.sp-menu-sns li+li {
	margin-left: 18px;
}

.sp-menu-sns svg {
	width: 20px;
	height: 20px;
}

/* -------------------------

footer

---------------------------- */
#contact-sec {
	color: #fff;
}

#contact-sec .section-inner {
	padding: 180px 0;
}

#contact-sec .ttl-btn-box {
	align-items: center;
}

#contact-sec .sec-ttl {
	font-size: 5rem;
	line-height: 1.24;
}

#contact-sec .sec-ttl::before {
	content: "";
	background: url(./assets/images/svg/contact.svg) center / contain no-repeat;
	position: absolute;
	top: -50px;
	left: -40px;
	right: unset;
	margin: auto;
	display: inline-block;
	width: 276px;
	height: 90px;
	z-index: -1;
}

#contact-sec .btn-area {
	text-align: center;
}

#contact-sec .btn-area .btn-box-center {
	margin-top: 15px;
}

#contact-sec .btn-area .btn {
	font-size: 2.4rem;
	font-weight: 700;
	padding: 25px 60px;
	width: fit-content;
}

@media screen and (max-width: 960px) {
	#contact-sec .sec-ttl {
		font-size: 3.8rem;
	}
}

@media screen and (max-width: 767px) {
	#contact-sec .section-inner {
		padding: 120px 0;
	}

	#contact-sec .ttl-btn-box {
		flex-wrap: wrap;
	}

	#contact-sec .ttl-area,
	#contact-sec .btn-area {
		width: 100%;
	}

	#contact-sec .sec-ttl::before {
		transform: scale(0.7);
	}

	#contact-sec .sec-ttl {
		font-size: 3.6rem;
		text-align: center;
	}

	#contact-sec .btn-area {
		margin-top: 30px;
	}

	#contact-sec .btn-area .btn {
		font-size: 2rem;
		padding: 20px 0;
		width: 100%;
	}
}

#to-top {
	position: fixed;
	bottom: 25px;
	right: 25px;
	width: 58px;
	height: 58px;
	opacity: 0;
	z-index: 999;
	transition: all 0.5s ease;
}

#to-top.show-up {
	opacity: 1;
	transition: all 0.5s ease;
}

@media screen and (max-width: 767px) {
	#to-top {
		width: 38px;
		height: 38px;
		right: 15px;
		bottom: 15px;
	}
}

#footer {
	position: relative;
	color: #fff;
}

#footer::before {
	content: "";
	position: absolute;
	top: -88px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 88px 100vw;
	border-color: transparent transparent #fedc00 transparent;
}

#footer::after {
	content: "";
	position: absolute;
	top: -66px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 66px 100vw;
	border-color: transparent transparent #1ba9bc transparent;
}

#footer .f-inner {
	padding: 70px 0;
}

#footer a {
	color: #fff;
}

#footer .menu-area .f-nav:nth-child(2) {
	margin-left: 60px;
}

#footer .menu-area .f-nav:nth-child(3) {
	margin-left: 40px;
}

#footer .sns-list li+li {
	margin-left: 20px;
}

#footer .info-area {
	margin-top: 80px;
}

#footer .info-area .company-info {
	margin-top: 15px;
}

#footer .info-area .company-info .txt {
	font-size: 1.4rem;
	line-height: 1.6;
}

#footer .info-area .company-info .txt .tel {
	display: block;
	margin-top: 20px;
	font-size: 2.2rem;
	line-height: 1.2;
	letter-spacing: 0;
}

#footer .info-area .company-info .txt .tel-num {
	font-size: 4.3rem;
	font-weight: 700;
}

#footer .f-copyright {
	border-top: 1px solid #4fb8c6;
}

#footer .f-copyright-inner {
	padding: 20px 0;
	color: #80d5e0;
	font-size: 1.3rem;
}

#footer .f-copyright-inner a {
	color: #80d5e0;
}

.f-nav .menu-item {
	font-size: 1.6rem;
	font-weight: 500;
}

.f-nav .menu-item+.menu-item {
	margin-top: 6px;
}

.f-nav .sub-menu {
	margin-top: 6px;
}

.f-nav .sub-menu .menu-item {
	position: relative;
	padding-left: 18px;
}

.f-nav .sub-menu .menu-item::before {
	content: "";
	background: #fff;
	position: absolute;
	width: 12px;
	height: 2px;
	top: 0;
	bottom: 0;
	left: 0px;
	margin: auto;
}

@media screen and (max-width: 767px) {
	#footer::before {
		top: -66px;
		border-width: 0 0 66px 100vw;
	}

	#footer::after {
		top: -44px;
		border-width: 0 0 44px 100vw;
	}

	#footer .f-inner {
		padding: 40px 0 60px;
	}

	#footer .content-width {
		flex-wrap: wrap;
	}

	#footer .menu-area {
		flex-wrap: wrap;
	}

	#footer .menu-area .f-menu-box {
		flex-wrap: wrap;
		width: 100%;
	}

	#footer .menu-area .f-nav {
		width: 100%;
	}

	#footer .menu-area .f-nav:nth-child(2) {
		margin-left: 0;
		margin-top: 12px;
	}

	#footer .menu-area .f-nav:nth-child(3) {
		margin-left: 0;
		margin-top: 12px;
	}

	#footer .menu-area .f-sns-box {
		margin-top: 30px;
	}

	#footer .info-area {
		margin-top: 60px;
		flex-wrap: wrap;
	}

	#footer .info-area .company-box {
		text-align: center;
		width: 100%;
	}

	#footer .info-area .map-box {
		width: 100%;
		margin-top: 30px;
	}

	#footer .f-copyright {
		text-align: center;
	}

	#footer .f-copyright&gt;p {
		width: 100%;
	}

	.f-nav .menu-item+.menu-item {
		margin-top: 12px;
	}
}

.single-lp #contact-sec,
.single-lp #footer {
	display: none;
}

/* -------------------------

list

---------------------------- */
.post-place {
	color: #1ba9bc;
	font-size: 1.5rem;
	border-left: 2px solid #1ba9bc;
	padding-left: 10px;
	font-weight: 700;
	line-height: 1.2;
}

.post-ttl {
	font-size: 1.8rem;
	font-weight: 700;
}

.post-date {
	font-size: 1.5rem;
	font-weight: 700;
	color: #1ba9bc;
}

.post-meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.post-cat {
	display: inline-block;
	min-width: 70px;
	margin-left: 15px;
	padding: 3px 14px;
	color: #1ba9bc;
	border-radius: 30px;
	text-align: center;
	background-color: #fff;
}

.news-item {
	align-items: center;
	padding: 20px 0;
	border-top: 2px dotted #707070;
	font-weight: 700;
	font-size: 1.5rem;
}

.news-item:last-child {
	border-bottom: 2px dotted #707070;
}

.news-item .post-cat {
	display: block;
}

.news-item .post-cat+.post-cat {
	margin-top: 5px;
}

.news-item .post-ttl {
	overflow: hidden;
	font-size: 1.5rem;
	margin-left: 20px;
}

.news-item .post-ttl:hover,
.news-item .post-ttl:active,
.news-item .post-ttl:focus {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.news-item {
		flex-wrap: wrap;
	}

	.news-item .post-meta {
		width: 100%;
	}

	.news-item .post-ttl {
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
	}
}

/* works-list */
.works-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: -5%;
	margin-left: -3.3%;
}

.works-item {
	width: 30%;
	margin-top: 5%;
	margin-left: 3.3%;
}

.works-item .post-thumb .post-link {
	position: relative;
	display: inline-block;
}

.works-item .post-thumb .post-link::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 34px;
	height: 34px;
	z-index: 1;
}

.works-item.doors .post-thumb .post-link::before {
	background: url(./assets/images/common/icon_6doors_logo.png) center / contain no-repeat;
}

.works-item.konoie .post-thumb .post-link::before {
	background: url(./assets/images/common/icon_konoie_logo.png) center / contain no-repeat;
}

.works-item.viola .post-thumb .post-link::before {
	background: url(./assets/images/common/icon_viola_logo.svg) center / contain no-repeat;
	opacity: 0.5;
}

.works-item.hale .post-thumb .post-link::before {
	background: url(./assets/images/common/icon_hale_logo.svg) center / contain no-repeat;
	opacity: 0.5;
}

.works-item .post-thumb img {
	width: 100%;
	height: 240px;
}

.works-item .post-detail {
	margin-top: 20px;
	font-size: 1.8rem;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.works-list {
		margin-top: -8%;
		margin-left: -4%;
	}

	.works-item {
		width: 46%;
		margin-top: 8%;
		margin-left: 4%;
	}

	.works-item .post-thumb .post-link::before {
		top: 6px;
		left: 6px;
		width: 24px;
		height: 24px;
	}

	.works-item .post-thumb img {
		width: 100%;
		height: 120px;
	}

	.works-item .post-detail {
		font-size: 1.4rem;
		margin-top: 10px;
		line-height: 1.4;
	}
}

/* reason */
.reason-list {
	flex-wrap: wrap;
}

.reason-list-item {
	width: 29.2%;
}

.reason-list-item .img-area .img-box {
	position: relative;
	text-align: center;
	z-index: 10;
}

.reason-list-item .img-area .img-box::before {
	content: "";
	background-size: contain;
	position: absolute;
	top: 0px;
	left: 0px;
	display: inline-block;
	width: 60px;
	height: 60px;
}

.reason-list-item:nth-child(1) .img-area .img-box::before {
	background: url(./assets/images/hale/num_01.png) center / contain no-repeat;
	top: 0px;
	left: 0px;
	width: 58px;
	height: 60px;
}

.reason-list-item:nth-child(2) .img-area .img-box::before {
	background: url(./assets/images/hale/num_02.png) center / contain no-repeat;
	top: 0px;
	left: 0px;
	width: 67px;
	height: 61px;
}

.reason-list-item:nth-child(3) .img-area .img-box::before {
	background: url(./assets/images/hale/num_03.png) center / contain no-repeat;
	top: 0px;
	left: 0px;
	width: 72px;
	height: 62px;
}

.reason-list-item .img-area .img-box::after {
	content: "";
	background-color: #fff8ce;
	position: absolute;
	bottom: -14px;
	right: -14px;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: -1;
}

.reason-list-item .txt-area {
	margin-top: 20px;
}

.reason-list-item .txt-area .ttl {
	text-align: center;
	line-height: 1.3;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.reason-list-item {
		width: 100%;
	}

	.reason-list-item+.reason-list-item {
		margin-top: 50px;
	}

	.reason-list-item .img-area {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.reason-list-item .img-area .img-box {
		width: 35%;
	}

	.reason-list-item:nth-child(1) .img-area .img-box::before {
		width: 38px;
		height: 40px;
	}

	.reason-list-item:nth-child(2) .img-area .img-box::before {
		width: 47px;
		height: 41px;
	}

	.reason-list-item:nth-child(3) .img-area .img-box::before {
		width: 52px;
		height: 42px;
	}

	.reason-list-item .img-area .img-box::after {
		bottom: -7px;
		right: -7px;
	}

	.reason-list-item .img-area .ttl {
		width: 58%;
	}
}

/* event */
.event-list-item {
	border-top: 2px dotted #707070;
	padding: 35px 0;
}

.event-list-item:last-child {
	border-bottom: 2px dotted #707070;
}

.event-list-item-inner {
	align-items: center;
}

.event-list-item .post-thumb {
	width: 25%;
}

.event-list-item .post-info {
	width: 72%;
	margin-left: 3%;
}

.event-list-item .post-ttl {
	margin-top: 5px;
	line-height: 1.8;
}

.event-list-item .post-schedule {
	margin-top: 5px;
	font-size: 1.5rem;
	font-weight: 700;
	color: #1ba9bc;
}

@media screen and (max-width: 767px) {
	.event-list-item-inner {
		flex-wrap: wrap;
	}

	.event-list-item .post-thumb {
		width: 100%;
	}

	.event-list-item .post-info {
		margin-top: 20px;
		width: 100%;
		margin-left: 0%;
	}
}

/* faq-list */
.faq-item {
	margin: 0;
	padding: 20px 0 20px;
	border-top: 2px dotted #707070;
}

.faq-item:last-child {
	border-bottom: 2px dotted #707070;
}

.faq-item .faq-q,
.faq-item .faq-a {
	position: relative;
	margin: 0;
}

.faq-item .faq-q {
	font-weight: 700;
	font-size: 1.8rem;
	color: #1ba9bc;
}

.faq-item .faq-a {
	margin-top: 14px;
	font-size: 1.6rem;
}

.faq-item .faq-q .img-box,
.faq-item .faq-a .img-box {
	min-width: 36px;
}

.faq-item .faq-a a {
	text-decoration: underline;
}

.faq-item .faq-a a:hover,
.faq-item .faq-a a:active,
.faq-item .faq-a a:focus {
	color: #1ba9bc;
}

/* cont-list */
.cont-list {
	margin-top: -15px;
	margin-left: -15px;
	flex-wrap: wrap;
}

.cont-list-item {
	position: relative;
	margin-top: 15px;
	margin-left: 15px;
	padding: 10px 0;
	width: 323px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 100px;
	background-color: #ddd6c6;
}

.cont-list-item::before {
	content: "";
	background: url(./assets/images/svg/icon_check.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0px;
	bottom: 0;
	margin: auto;
	left: 13px;
	display: inline-block;
	width: 18px;
	height: 18px;
}

@media screen and (max-width: 767px) {
	.cont-list {
		margin: 0;
	}

	.cont-list-item {
		margin-left: 0;
		width: 100%;
	}
}

@media screen and (max-width: 960px) {
	.archive-item .archive-detail {
		margin-top: 10px;
		margin-left: 0;
	}
}

/* -------------------------

hale

---------------------------- */
/* mv */
#hale-mv {
	margin-bottom: 120px;
}

#hale-mv .mv-inner {
	position: relative;
	background: url(./assets/images/hale/mv_bg_01.png) center / cover no-repeat;
	width: 100%;
	height: 100vh;
	min-height: 840px;
	max-height: 930px;
}

#hale-mv .cont-area {
	position: absolute;
	top: 54px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 60%;
}

#hale-mv .txt-area {
	text-align: center;
	font-size: 4.2rem;
}

#hale-mv .txt-area span {
	background-color: #fff;
	font-size: 3.5rem;
	font-weight: 700;
	padding: 4px 10px;
}

#hale-mv .cta-area {
	position: absolute;
	bottom: -80px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1000px;
}

#hale-mv .cta-area .cta-box {
	background-color: #1baabc;
	padding: 50px;
	position: relative;
}

#hale-mv .cta-area .cta-box::before {
	content: "";
	background: url(./assets/images/hale/cta_material_01@2x.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -120px;
	left: -115px;
	display: inline-block;
	width: 350px;
	height: 290px;
}

#hale-mv .cta-area .cta-box .text-box {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 40px;
	margin-left: 190px;
}

#hale-mv .cta-area .cta-box .text-box p {
	color: #fff;
	font-size: 1.7rem;
	font-weight: 700;
	position: relative;
}

#hale-mv .cta-area .cta-box .text-box p::before {
	content: "";
	display: block;
	width: 14px;
	height: 7px;
	border-left: 2px solid #fedb01;
	border-bottom: 2px solid #fedb01;
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	translate: 0 -70%;
	left: -20px;
}

#hale-mv .cta-area .cta-box .text-box p + p {
	margin-top: 0;
}

#hale-mv .cta-area .cta-box .text-box p em {
	background-color: #fedb01;
	color: #1baabc;
	font-style: normal;
	margin: 0 4px;
	padding: 1px 4px;
}

#hale-mv .cta-area .cta-btn {
	margin-top: 30px;
	width: 100%;
	margin-inline: auto;
	text-align: center;
	color: #fff;
}

#hale-mv .cta-area .cta-btn a {
	width: 100%;
	padding: 11px 0;
}

#hale-mv .cta-area .cta-btn .notice {
	margin-top: 8px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.6;
}

@media screen and (min-width: 1600px) {
	#hale-mv .mv-inner {
		height: 120vh;
	}

	#hale-mv .txt-area {
		font-size: 5rem;
	}

	#hale-mv .txt-area span {
		font-size: 4.5rem;
	}
}

@media screen and (max-width: 1100px) {
	#hale-mv .cta-area {
		width: 90%;
	}

	#hale-mv .cta-area .cta-btn {
		bottom: 15%;
	}
}

@media screen and (max-width: 1000px) {
	#hale-mv .cta-area .cta-btn {
		bottom: 5%;
	}
}

@media screen and (max-width: 820px) {
	#hale-mv .cta-area .cta-box::before {
		top: -60px;
		left: -25px;
		width: 220px;
		height: 190px;
	}
}

@media screen and (max-width: 767px) {
	#hale-mv {
		margin-bottom: 280px;
	}

	#hale-mv .mv-inner {
		min-height: 580px;
		height: 580px;
	}

	#hale-mv .cont-area {
		margin-inline: auto;
		padding-top: 55px;
		position: static;
		transform: translateX(0);
		width: 90%;
	}

	#hale-mv .cont-area .logo-area {
		width: 180px;
		margin: auto;
	}

	#hale-mv .txt-area {
		font-size: 3rem;
	}

	#hale-mv .txt-area span {
		font-size: 2.4rem;
	}

	#hale-mv .cta-area {
		position: relative;
		margin-top: 100px;
		bottom: unset;
		width: 100%;
		max-width: 400px;
		padding: 0 20px;
	}
	
	#hale-mv .cta-area .cta-box {
		padding: 100px 20px 40px;
		position: relative;
	}

	#hale-mv .cta-area .cta-box .text-box {
		display: flex;
		flex-wrap: wrap;
		margin-left: 20px;
	}
	
	#hale-mv .cta-area .cta-box .text-box p {
		font-size: 1.5rem;
		letter-spacing: 0;
	}

	#hale-mv .cta-area .cta-box .text-box p::before {
		left: -19px;
		top: 12px;
		translate: 0 0;
	}

	#hale-mv .cta-area .cta-btn {
		margin-top: 20px;
	}

	#hale-mv .cta-area .cta-box::before {
		top: -100px;
		left: 0;
		right: 0;
		margin: auto;
		width: 215px;
		height: 190px;
	}

	#hale-mv .cta-area .cta-btn a {
		font-size: 1.8rem;
		padding: 12px 0;
	}
}

@media screen and (max-width: 480px) {
	#hale-mv .cta-area .cta-box .text-box p {
		font-size: 1.6rem;
		letter-spacing: 1px;
	}
}

@media screen and (max-width: 360px) {
	#hale-mv .cont-area .logo-area {
		width: 60%;
	}

	#hale-mv .txt-area span {
		font-size: 2.2rem;
	}

	#hale-mv .cta-area .cta-box::before {
		width: 250px;
	}

	#hale-mv .cta-area .cta-btn {
		bottom: 1rem;
	}

	#hale-mv .cta-area .cta-btn a {
		font-size: 1.2rem;
	}
}

/* works */
#hale-works .sec-ttl {
	position: relative;
	z-index: 10;
}

#hale-works .sec-ttl::before {
	content: "";
	background: url(./assets/images/hale/works.svg) center / contain no-repeat;
	background-size: contain;
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 180px;
	height: 106px;
	z-index: -1;
}

#hale-works .hale-works-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#hale-works .hale-works-item:nth-child(even) {
	flex-direction: row-reverse;
}

#hale-works .hale-works-item+.hale-works-item {
	margin-top: 50px;
}

#hale-works .slider-area {
	width: 49.2%;
}

#hale-works .slider-area .swiper-slide {
	text-align: center;
}

#hale-works .slider-area img {
	height: 377px;
}

#hale-works .txt-area {
	width: 46.6%;
}

#hale-works .txt-area .ttl {
	margin-bottom: 5px;
}

#hale-works .txt-area .area-name {
	font-weight: 600;
	margin-top: 5px;
}

#hale-works .txt-area .txt {
	margin-top: 10px;
}

#hale-works .txt-area .detail-box {
	margin-top: 20px;
	padding: 10px 0;
	border-top: 2px dotted #707070;
	border-bottom: 2px dotted #707070;
	font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
	#hale-works .hale-works-item+.hale-works-item {
		margin-top: 60px;
	}

	#hale-works .slider-area {
		width: 100%;
	}

	#hale-works .slider-area img {
		height: 230px;
	}

	#hale-works .txt-area {
		width: 100%;
		margin-top: 10px;
		padding-left: 0px;
	}
}

/* concept */
#hale-concept .section-inner {
	padding: 140px 0;
}

#hale-concept .sec-ttl {
	position: relative;
	z-index: 10;
}

#hale-concept .sec-ttl::before {
	content: "";
	background: url(./assets/images/hale/concept.svg) center / contain no-repeat;
	background-size: contain;
	position: absolute;
	top: -68px;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 268px;
	height: 116px;
	z-index: -1;
}

#hale-concept .sec-ttl .logo {
	width: 180px;
	margin: 10px auto;
}

#hale-concept .hale-example-item .head {
	position: relative;
	top: -10px;
}

#hale-concept .hale-example-item+.hale-example-item {
	margin-top: 60px;
}

#hale-concept .hale-example-item:nth-child(3) {
	align-items: center;
}

#hale-concept .cont-wrap+.cont-wrap {
	margin-top: 70px;
}

@media screen and (max-width: 767px) {
	#hale-concept .section-inner {
		padding-top: 110px;
		padding-bottom: 60px;
	}

	#hale-concept .sec-ttl::before {
		transform: scale(0.8);
	}

	#hale-concept .hale-example-item {
		flex-wrap: wrap;
	}

	#hale-concept .hale-example-item .img-box.head {
		width: 60%;
		margin: auto;
		top: 0;
	}

	#hale-concept .hale-example-item .img-box,
	#hale-concept .hale-example-item .img-box img {
		width: 100%;
	}

	#hale-concept .hale-example-item .img-box+.img-box {
		margin-top: 30px;
	}
}

#hale-concept .hale-merit-item {
	align-items: center;
}

#hale-concept .hale-merit-item+.hale-merit-item {
	margin-top: 50px;
}

#hale-concept .hale-merit-item:nth-child(even) {
	flex-direction: row-reverse;
}

#hale-concept .hale-merit-item .img-area {
	width: 29.2%;
}

#hale-concept .hale-merit-item .img-area {
	position: relative;
	z-index: 10;
}

#hale-concept .hale-merit-item .img-area::before {
	content: "";
	background-color: #fff8ce;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: -1;
}

#hale-concept .hale-merit-item:nth-child(odd) .img-area::before {
	bottom: -14px;
	left: -14px;
}

#hale-concept .hale-merit-item:nth-child(even) .img-area::before {
	bottom: -14px;
	right: -14px;
}

#hale-concept .hale-merit-item .txt-area {
	width: 66.5%;
}

#hale-concept .hale-merit-item .txt-area .ttl {
	margin-bottom: 30px;
	padding-left: 60px;
	letter-spacing: 0.2em;
	line-height: 1.4;
}

#hale-concept .hale-merit-item:nth-child(1) .txt-area .ttl {
	background: url(./assets/images/hale/num_01.png) top left / 38px no-repeat;
	padding-left: 60px;
}

#hale-concept .hale-merit-item:nth-child(2) .txt-area .ttl {
	background: url(./assets/images/hale/num_02.png) top left / 38px no-repeat;
	padding-left: 60px;
}

#hale-concept .hale-merit-item:nth-child(3) .txt-area .ttl {
	background: url(./assets/images/hale/num_03.png) top 5px left / 38px no-repeat;
	padding-left: 50px;
}

#hale-concept .hale-merit-item:nth-child(4) .txt-area .ttl {
	background: url(./assets/images/hale/num_04.png) top left / 38px no-repeat;
	padding-left: 50px;
}

@media screen and (max-width: 767px) {
	#hale-concept .hale-merit-item {
		flex-wrap: wrap;
	}

	#hale-concept .hale-merit-item+.hale-merit-item {
		margin-top: 70px;
	}

	#hale-concept .hale-merit-item .img-area {
		margin: auto;
		min-width: 282px;
	}

	#hale-concept .hale-merit-item .txt-area {
		width: 100%;
		margin-top: 40px;
	}
}

/* voice */
#hale-voice .section-inner {
	padding-top: 180px;
	padding-bottom: 140px;
}

#hale-voice .sec-ttl {
	position: relative;
	z-index: 10;
}

#hale-voice .sec-ttl::before {
	content: "";
	background: url(./assets/images/hale/voice.svg) center / contain no-repeat;
	background-size: contain;
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 164px;
	height: 90px;
	z-index: -1;
}

#hale-voice .img-txt-box+.img-txt-box {
	margin-top: 30px;
}

#hale-voice .img-txt-box .txt-area {
	width: 47%;
}

#hale-voice .img-txt-box .txt-area .ttl {
	margin-bottom: 5px;
}

#hale-voice .img-txt-box .txt-area .bold-name {
	display: inline-block;
	margin-bottom: 10px;
}

#hale-voice .img-txt-box .img-area {
	width: 49.2%;
}

#hale-voice .img-txt-box .img-area img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	#hale-voice .section-inner {
		padding-top: 140px;
		padding-bottom: 90px;
	}

	#hale-voice .img-txt-box {
		flex-wrap: wrap;
	}

	#hale-voice .img-txt-box .txt-area {
		width: 100%;
	}

	#hale-voice .img-txt-box .img-area {
		width: 100%;
		margin-top: 30px;
	}
}

/* company */
#hale-company .section-inner {
	padding-top: 160px;
	padding-bottom: 120px;
}

#hale-company .sec-ttl-box-center {
	margin-bottom: 30px;
}

#hale-company .sec-ttl {
	position: relative;
	z-index: 10;
}

#hale-company .sec-ttl::before {
	content: "";
	background: url(./assets/images/hale/company.svg) center / contain no-repeat;
	background-size: contain;
	position: absolute;
	top: -65px;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 290px;
	height: 138px;
	z-index: -1;
}

#hale-company .message-wrap .img-area {
	width: 39.4%;
}

#hale-company .message-wrap .img-area img {
	width: 100%;
}

#hale-company .message-wrap .txt-area {
	width: 57%;
}

#hale-company .message-wrap .txt-area .ttl {
	margin-bottom: 30px;
}

#hale-company .message-wrap .txt-box {
	margin-top: 30px;
}

#hale-company .message-wrap .name {
	text-align: right;
	font-size: 1.5rem;
	font-weight: 700;
}

@media screen and (max-width: 1400px) {
	#hale-company .message-wrap .txt-area .ttl {
		font-size: 2.8rem;
	}
}

@media screen and (max-width: 767px) {
	#hale-company .section-inner {
		padding-top: 140px;
		padding-bottom: 60px;
	}

	#hale-company .sec-ttl::before {
		transform: scale(0.8);
		top: -80px;
	}

	#hale-company .message-wrap .txt-area .ttl {
		font-size: 2.6rem;
	}

	#hale-company .message-wrap .img-txt-box {
		flex-wrap: wrap;
	}

	#hale-company .message-wrap .img-area {
		width: 100%;
	}

	#hale-company .message-wrap .txt-area {
		width: 100%;
		margin-top: 30px;
	}
}

#hale-company .area-wrap .cont-ttl-box-center {
	margin-bottom: 0;
}

#hale-company .area-wrap .map-box {
	text-align: center;
}

#hale-company .area-wrap .lead-txt {
	margin-top: 30px;
}

#hale-company .housing-wrap {
	margin-top: 40px;
}

#hale-company .housing-wrap .graph-box {
	margin-top: 30px;
	text-align: center;
}

#hale-company .housing-wrap .lead-txt {
	margin-top: 20px;
}

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

	#hale-company .housing-wrap th,
	#hale-company .housing-wrap td {
		width: 50%;
		padding: 8px 0;
	}
}

#hale-price .section-inner {
	padding-top: 170px;
}

#hale-price .sec-ttl-box-center {
	margin-bottom: 50px;
}

#hale-price .sec-ttl::before {
	content: "";
	background: url(./assets/images/svg/price.svg) center / contain no-repeat;
	background-size: contain;
	position: absolute;
	top: -68px;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 174px;
	height: 86px;
	z-index: -1;
}

#hale-price .table-box {
	width: 465px;
}

#hale-price .price-cont-area {
	margin-top: 50px;
}

#hale-price .cont-list-wrap {
	margin-top: 35px;
}

@media screen and (max-width: 767px) {
	#hale-price .price-area {
		flex-wrap: wrap;
	}

	#hale-price .table-box {
		width: 100%;
	}

	#hale-price .table-type-b+.table-type-b table {
		border-top: none;
	}
}

/* form */
#hale-form {
	overflow: hidden;
}

#hale-form .section-inner {
	padding-top: 160px;
}

#hale-form .sec-ttl-box-center {
	margin-bottom: 40px;
}

#hale-form .sec-ttl {
	position: relative;
}

#hale-form .sec-ttl::before {
	content: "";
	background: url(./assets/images/hale/contact.svg) center / contain no-repeat;
	background-size: contain;
	position: absolute;
	top: -65px;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 275px;
	height: 90px;
	z-index: -1;
}

@media screen and (max-width: 767px) {
	#hale-form .section-inner {
		padding-top: 120px;
	}
}

/* -------------------------

Front-page

---------------------------- */
.home .section-inner {
	padding: 140px 0 90px;
}

@media screen and (max-width: 767px) {
	.home .section-inner {
		padding: 110px 0 60px;
	}
}

/* mv */
#home-mv .vegas-slide,
#home-mv .vegas-slide-inner {
	background-position: center right -20vw !important;
}

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

	#home-mv .vegas-slide,
	#home-mv .vegas-slide-inner {
		background-position: center right -160px !important;
	}
}

#home-mv {
	position: relative;
	min-height: 716px;
	overflow: hidden;
	z-index: 10;
}

#home-mv::before,
#home-mv::after {
	content: "";
	position: absolute;
	z-index: 1;
}

#home-mv::before {
	background: #fedc00;
	top: -500px;
	left: 50%;
	width: 1100px;
	height: 200%;
	transform: translateX(-109%) rotate(22deg);
}

#home-mv::after {
	background: url(./assets/images/hale/dark-brown-texture.jpg) center / cover no-repeat;
	top: -500px;
	left: 50%;
	width: 1000px;
	height: 200%;
	transform: translateX(-111%) rotate(20deg);
}

#home-mv .home-mv-inner {
	position: relative;
	padding-top: 150px;
	z-index: 10;
}

#home-mv .mv-ttl-box .ttl {
	position: relative;
	font-size: 9.7rem;
	line-height: 1;
	letter-spacing: 0.02em;
	color: #1ba9bc;
	font-weight: 700;
	z-index: 10;
}

#home-mv .mv-ttl-box .ttl::before {
	content: "";
	background: url(./assets/images/svg/conpacthouse.svg) center / contain no-repeat;
	position: absolute;
	top: -60px;
	left: -100px;
	display: inline-block;
	width: 413px;
	height: 104px;
	z-index: -1;
}

#home-mv .mv-ttl-box .tagline-box {
	margin-top: 26px;
}

#home-mv .mv-ttl-box .tagline {
	margin-top: 7px;
}

#home-mv .mv-ttl-box .tagline span {
	display: inline-block;
	font-size: 2.5rem;
	letter-spacing: 0.17em;
}

@media screen and (max-width: 767px) {
	#home-mv {
		min-height: 420px;
	}

	#home-mv::before {
		top: -250px;
		left: -60px;
		width: 200px;
		height: 200%;
		transform: rotate(22deg);
	}

	#home-mv::after {
		top: -250px;
		left: -70px;
		width: 200px;
		height: 200%;
		transform: rotate(20deg);
	}

	#home-mv .home-mv-inner {
		padding-top: 90px;
	}

	#home-mv .mv-ttl-box .ttl {
		font-size: 4.8rem;
	}

	#home-mv .mv-ttl-box .ttl::before {
		transform: scale(0.6);
		top: -65px;
		left: -80px;
	}

	#home-mv .mv-ttl-box .tagline-box {
		margin-top: 13px;
	}

	#home-mv .mv-ttl-box .tagline span {
		font-size: 2rem;
		letter-spacing: 0;
		padding: 0 5px;
	}
}

/* concept */
#home-concept .sec-ttl-box {
	margin-bottom: 25px;
}

#home-concept .sec-ttl::before {
	content: "";
	background: url(./assets/images/svg/concept.svg) center / contain no-repeat;
	position: absolute;
	top: -70px;
	left: -10px;
	display: inline-block;
	width: 268px;
	height: 116px;
	z-index: -1;
}

#home-concept .concept-area .img-area {
	width: 44.9%;
}

#home-concept .concept-area .txt-area {
	width: 51.1%;
}

#home-concept .concept-area .txt-area .txt {
	line-height: 2.25;
}

#home-concept .reason-area {
	margin-top: 60px;
}

@media screen and (max-width: 767px) {
	#home-concept .sec-ttl::before {
		transform: scale(0.8);
		left: -7%;
	}

	#home-concept .concept-area .img-area,
	#home-concept .concept-area .txt-area {
		width: 100%;
	}

	#home-concept .concept-area .txt-area .txt {
		margin-top: 20px;
	}
}

/* works */
#top #home-works .section-inner {
	padding-top: 60px;
}

@media screen and (max-width: 767px) {
	#top #home-works .section-inner {
		padding-top: 30px;
	}
}

#home-works .sec-ttl::before {
	content: "";
	background: url(./assets/images/hale/works.svg) center / contain no-repeat;
	position: absolute;
	top: -55px;
	left: 0px;
	right: 10px;
	margin: auto;
	display: inline-block;
	width: 184px;
	height: 90px;
	z-index: -1;
}

#home-works .post-title {
	font-size: 1.6rem;
	margin-top: 20px;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
	#home-works .sec-ttl::before {
		transform: scale(0.8);
	}
}

/* event */
#home-event .sec-ttl::before {
	content: "";
	background: url(./assets/images/svg/event.svg) center / contain no-repeat;
	position: absolute;
	top: -55px;
	left: 0px;
	right: 10px;
	margin: auto;
	display: inline-block;
	width: 184px;
	height: 90px;
	z-index: -1;
}

@media screen and (max-width: 767px) {
	#home-event .sec-ttl::before {
		transform: scale(0.8);
	}
}

/* lineup */
#home-lineup .sec-ttl::before {
	content: "";
	background: url(./assets/images/svg/lineup.svg) center / contain no-repeat;
	position: absolute;
	top: -62px;
	left: 0px;
	right: 10px;
	margin: auto;
	display: inline-block;
	width: 216px;
	height: 116px;
	z-index: -1;
}

#home-lineup .lineups-list {
	flex-wrap: wrap;
}

#home-lineup .lineup-list-item {
	width: 47%;
}

#home-lineup .lineup-list-item .txt-area {
	margin-top: 30px;
}

#home-lineup .lineup-list-item .txt-area .logo {
	text-align: center;
}

#home-lineup .lineup-list-item .txt-area .ttl {
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: 0.2em;
	margin: 20px 0 10px;
}

#home-lineup .lineup-list-item .txt-area .txt {
	line-height: 2.25;
}

#home-lineup .lineup-list-item:first-child,
#home-lineup .lineup-list-item--wide {
	width: 100%;
	margin-top: 70px;
}

#home-lineup .lineup-list-item:first-child .img-area,
#home-lineup .lineup-list-item--wide .img-area {
	width: 54%;
}

#home-lineup .lineup-list-item:first-child .img-area img,
#home-lineup .lineup-list-item--wide .img-area img {
	width: 540px;
	height: 456px;
	object-fit: contain;
}

#home-lineup .lineup-list-item:first-child .txt-area,
#home-lineup .lineup-list-item--wide .txt-area {
	margin-top: 15px;
	width: 43%;
}

#home-lineup .lineup-list-item:first-child .txt-area .ttl,
#home-lineup .lineup-list-item--wide .txt-area .ttl {
	margin: 10px 0;
}

#home-lineup .lineup-list-item:nth-child(n+2):nth-child(-n+3) .lineup-list-item-inner {
	display: inline-block;
}

#home-lineup .lineup-list-item--wide .lineup-list-item-inner {
	display: flex !important;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	#home-lineup .sec-ttl::before {
		transform: scale(0.8);
	}

	#home-lineup .lineup-list-item {
		width: 100%;
	}

	#home-lineup .lineup-list-item+.lineup-list-item {
		margin-top: 60px;
	}

	#home-lineup .lineup-list-item .img-area {
		text-align: center;
	}

	#home-lineup .lineup-list-item .txt-area .ttl {
		text-align: left;
	}

	#home-lineup .lineup-list-item:first-child,
	#home-lineup .lineup-list-item--wide {
		margin-bottom: 0;
	}

	#home-lineup .lineup-list-item-inner:first-child {
		flex-wrap: wrap;
	}

	#home-lineup .lineup-list-item:first-child .img-area,
	#home-lineup .lineup-list-item--wide .img-area {
		width: 100%;
	}

	#home-lineup .lineup-list-item:first-child .img-area img,
	#home-lineup .lineup-list-item--wide .img-area img {
		height: auto;
	}

	#home-lineup .lineup-list-item:first-child .txt-area,
	#home-lineup .lineup-list-item--wide .txt-area {
		margin-top: 15px;
		width: 100%;
	}

	#home-lineup .lineup-list-item:first-child .txt-area .logo,
	#home-lineup .lineup-list-item--wide .txt-area .logo {
		width: 45%;
		margin: auto;
	}
}

/* news */
#home-news .sec-ttl::before {
	content: "";
	background: url(./assets/images/svg/news.svg) center / contain no-repeat;
	position: absolute;
	top: -55px;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 170px;
	height: 100px;
	z-index: -1;
}

/* q&amp;a */
#home-faq .sec-ttl-box-center {
	margin-bottom: 40px;
}

#home-faq .sec-ttl::before {
	content: "";
	background: url(./assets/images/svg/q&amp;a.svg) center / contain no-repeat;
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 268px;
	height: 116px;
	z-index: -1;
}

/* cta */
.hale-cta {
	position: relative;
}

.hale-cta::before {
	content: "";
	background: #fedc00;
	position: absolute;
	width: 100vw;
	height: 330px;
	top: 10px;
}

.hale-cta::after {
	content: "";
	background: #1ba9bc;
	position: absolute;
	width: 110vw;
	height: 330px;
	top: 10px;
	left: -5%;
	transform: rotate(-2deg);
}

.hale-cta .sec-inner {
	position: relative;
	padding: 50px 0;
	z-index: 10;
}

.hale-cta .txt-area {
	position: relative;
	text-align: center;
	color: #fff;
	padding-left: 360px;
}

.hale-cta .img-area {
	position: absolute;
	width: 490px;
	left: -115px;
	top: -90px;
	z-index: 10;
}

.hale-cta .txt-area .ttl {
	position: relative;
	font-size: 3.4rem;
	padding-bottom: 20px;
	border-bottom: 1px dotted #fff;
	line-height: 1.4;
}

.hale-cta .txt-area .cta-btn-box {
	margin-top: 30px;
}

.hale-cta .btn-type-a {
	width: 520px;
	font-size: 2.2rem;
}

.hale-cta .notice {
	margin-top: 5px;
	font-weight: 700;
	line-height: 1.6;
}

@media screen and (max-width: 1390px) {
	.hale-cta::before {
		width: 100vw;
		height: 100%;
	}

	.hale-cta::after {
		width: 110vw;
		height: 100%;
	}

	.hale-cta .txt-area .ttl {
		font-size: 3rem;
	}

	.hale-cta .btn-type-a {
		width: 100%;
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 960px) {
	.hale-cta .txt-area .ttl {
		font-size: 2.4rem;
	}
}

@media screen and (max-width: 767px) {
	.hale-cta::before {
		content: "";
		background: #fedc00;
		position: absolute;
		width: 100vw;
		height: 100%;
		top: 10px;
	}

	.hale-cta::after {
		content: "";
		background: #1ba9bc;
		position: absolute;
		width: 110vw;
		height: 100%;
		top: 10px;
		left: -5%;
		transform: rotate(-2deg);
	}

	.hale-cta .txt-area {
		padding-left: 0;
	}

	.hale-cta .txt-area .ttl {
		padding-left: 0;
		font-size: 2.5rem;
	}

	.hale-cta .img-area {
		position: relative;
		width: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin-top: 10px;
	}

	.hale-cta .txt-area .cta-btn-box {
		margin-top: 15px;
		padding-left: 0;
	}

	.hale-cta .btn-type-a {
		width: 100%;
		border-radius: 60px;
	}
}

/* -------------------------

lineup

---------------------------- */
.post-type-archive-lineup .leading-box .logo {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.post-type-archive-lineup .leading-box {
		text-align: left;
	}
}

/* -------------------------

contact page

---------------------------- */
#contact #hale-concept .section-inner {
	padding-top: 90px;
}

@media screen and (max-width: 767px) {
	#contact #hale-concept .section-inner {
		padding-top: 60px;
	}
}

/* -------------------------

simulation

---------------------------- */
.simulation-header .simulation-title {
	margin-top: 22px;
}

#simulation #contact-sec,
#simulation #footer {
	display: none;
}

/* -------------------------

fixed footer

---------------------------- */
.f-fixed {
	display: none;
}

@media screen and (max-width: 767px) {
	#footer .f-copyright {
		padding-bottom: 80px;
	}
	
	#footer .f-copyright {
		padding-bottom: 160px;
	}
	
	#contact .f-fixed,
	.post-type-archive-event .f-fixed,
	.single-event .f-fixed {
		display: none;
	}
	
	.f-fixed {
		background-color: #fedc02;
		border-radius: 0;
		bottom: 0;
		display: inline-block;
		left: 0;
		padding: 0;
		position: fixed;
		width: 100%;
		z-index: 9999;
	}
	
	.f-fixed {
		visibility: hidden;
		opacity: 0;
		transition: 1s;
	}
	
	.f-fixed.visible {
		visibility: visible;
		opacity: 1;
	}

	.f-fixed .f-fixed-list .f-fixed-list-item {
		align-items: center;
		display: flex;
		justify-content: center;
		padding-bottom: 10px;
		padding-top: 10px;
		width: 25%;
	}
	
	.f-fixed .f-fixed-list .f-fixed-list-item.link-consultation {
		align-items: flex-start;
	}
	
	.f-fixed .f-fixed-list .f-fixed-list-item.link-consultation a {
		justify-content: flex-start;
		position: relative;
	}
	
	.f-fixed .f-fixed-list .f-fixed-list-item.link-consultation a img {
		flex-basis: 100%;
		height: auto;
		object-fit: cover;
		padding-bottom: 0;
		padding-top: 0;
		width: 100%;
	}
	
	.f-fixed .f-fixed-list .f-fixed-list-item.link-consultation a span {
		background-color: #9f232e;
		bottom: 13px;
		color: #fff;
		display: block;
		left: 0;
		line-height: 1.4;
		position: absolute;
		text-align: center;
		width: 100%;
		z-index: 1;
	}

	.f-fixed .f-fixed-list .f-fixed-list-item + .f-fixed-list-item {
		border-left: 1px solid #fff;
	}

	.f-fixed .f-fixed-list .f-fixed-list-item a {
		background-image: none !important;
		align-items: center;
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
		padding-top: 0;
		text-decoration: none;
		width: 100%;
	}

	.f-fixed .f-fixed-list .f-fixed-list-item a span {
		align-items: center;
		color: #323232;
		display: flex;
		flex-basis: 30%;
		font-size: 3vw;
		letter-spacing: 0;
	}
	
	.f-fixed .f-fixed-list .f-fixed-list-item a img {
		flex-basis: 55%;
		height: auto;
		width: 9vw;
	}
	
	#footer .f-fixed .f-fixed-list-item a {
		color: #222222;
	}

	.f-fixed-list-item {
		width: 25%;
		text-align: center;
	}

	.f-fixed-list-item+.f-fixed-list-item {
		border-left: 1px solid #fff;
	}

	.f-fixed-list-item a {
		display: inline-block;
		padding-top: 28px;
		font-size: 1.2rem;
	}

	.f-fixed-list-item.catalog a {
		background: url(./assets/images/svg/icon_catalog.svg) top center / 24px no-repeat;
	}

	.f-fixed-list-item.consult a {
		background: url(./assets/images/svg/icon_person.svg) top center / 22px no-repeat;
	}

	.f-fixed-list-item.event a {
		background: url(./assets/images/svg/icon_event.svg) top center / 24px no-repeat;
	}

	.f-fixed-list-item.tel a {
		background: url(./assets/images/svg/icon_tel.svg) top center / 24px no-repeat;
	}
}

/* 来店予約調整 */
#reservation .section-inner {
	padding-bottom: 188px;
}

@media screen and (max-width: 960px) {
	#reservation .section-inner {
		padding-bottom: 126px;
	}
}

/**
Common Slider
*/
.common-slider-container {
	margin-top: 30px;
}

.common-slider-container .swiper-slide {
	background-color: #fff;
}

.has-comment .common-slider-container .swiper-slide {
	padding-bottom: 50px;
}

.common-slider-container .swiper-slide .img-area img {
	object-fit: contain;
	width: 100% !important;
	height: 520px !important;
}

.common-slider-container .swiper-slide .text-area {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	padding: 10px;
	width: 100%;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.6;
}

.common-slider-container .swiper-button-prev,
.common-slider-container .swiper-button-next {
	width: 40px;
	height: 50px;
	background-image: none;
	background-color: rgb(27 169 188 / 66%);
}

.common-slider-container .swiper-button-prev {
	left: 0;
}

.common-slider-container .swiper-button-next {
	right: 0;
}

.common-slider-container .swiper-button-prev::before,
.common-slider-container .swiper-button-next::before {
	content: "";
	display: inline-block;
	position: absolute;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 15px;
	height: 15px;
	transform: rotate(225deg);
	position: absolute;
	top: 18px;
}

.common-slider-container .swiper-button-prev::before {
	left: 15px;
}

.common-slider-container .swiper-button-next::before {
	transform: rotate(45deg);
	right: 15px;
}

.common-thumbs-container {
	margin-top: 10px;
}

.common-thumbs-container .swiper-slide.swiper-slide-thumb-active {
	outline: 4px solid rgba(0, 0, 0, 0.3);
	outline-offset: -4px;
}

.common-thumbs-container .swiper-slide {
	text-align: center;
}

.common-thumbs-container .swiper-slide img {
	width: 100%;
	height: auto !important;
	aspect-ratio: 1 / 1;
}

@media screen and (max-width: 767px) {
	.common-slider-container .swiper-slide {
		height: 358px;
	}

	.common-slider-container:not(.is-comment-empty) .swiper-slide {
		padding-bottom: 40px;
	}

	.common-slider-container .swiper-slide .img-area {
		height: 100% !important;
	}

	.common-slider-container .swiper-slide .img-area img {
		height: 260px !important;
		height: 100% !important;
	}

	.common-slider-container .swiper-slide .text-area {
		font-size: 1.2rem;
		height: auto;
		min-height: 40px;
	}
}

.single .entry-content iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 560 / 315;
}

@media screen and (min-width: 768px) {
	#footer .content-row {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: start;
	}
	#footer .right-col {
		width: 48%;
	}
	#footer .left-col {
		width: 50%;
	}
	#footer .menu-area .f-nav:nth-child(2) {
		margin-left: 20px;
	}
}
#footer .right-col {
	overflow: hidden;
}
#footer .f-sns-box {
	margin-top: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
}
#footer .sns-list li+li {
	margin-left: 10px;
}
.f-nav .sub-menu,
.f-nav .menu-item+.menu-item {
	margin-top: 10px;
}
#footer .f-nav .sub-menu .menu-item.f-smaller {
	font-size: 1.4rem;
}
#footer .f-nav .sub-menu .menu-item.is-disabled a:hover {
	cursor: default;
	opacity: 1;
}
#footer .info-area {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	#footer .left-col {
		margin-top: 50px;
	}
	#footer .f-sns-box {
		padding-right: 0;
	}
	#footer .sns-list li+li {
		margin-left: 8px;
	}
	#footer .info-area .company-info .txt .tel-num {
		font-size: 3.8rem;
	}
}

/* modelhouse-list */
.model-house-archive {
	padding-top: 60px;
	padding-bottom: 60px;
}
.modelhouse-none {
	text-align: center;
}
.modelhouse-list {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}
.modelhouse-list .modelhouse-item {
	width: 470px;
}
.modelhouse-item .title {
	margin: 20px auto;
	font-size: 2rem;
}
.modelhouse-info {
	border-left: none;
}
.modelhouse-info th {
	width: 33%;
	background: #f9f9f9 no-repeat left top;
	font-weight: normal;
	text-align: center;
}
.modelhouse-info td {
	width: 67%;
}
.modelhouse-info td:last-child {
	border-right: none;
}
.modelhouse-item .button {
	display: block;
	margin: 30px auto 0;
	text-align: center;
}
@media screen and (max-width: 1000px) {
	.modelhouse-list {
		gap: 30px;
	}
	.modelhouse-list .modelhouse-item {
		width: calc( 50% - 15px );
	}
}
@media screen and (max-width: 767px) {
	.modelhouse-list {
		justify-content: center;
		gap: 60px;
	}
	.modelhouse-list .modelhouse-item {
		width: auto;
		max-width: 470px;
	}
}
#home-modelhouse .sec-ttl::before {
	content: "";
	background: url(./assets/images/hale/modelhouse.svg) center / contain no-repeat;
	position: absolute;
	top: -70px;
	left: 0px;
	right: 10px;
	margin: auto;
	display: inline-block;
	width: auto;
	height: 120px;
	z-index: -1;
}
.transition-link {
	display: flex;
	margin: 60px auto;
}
.transition-btn {
	width: 33.3%;
	text-align: center;
}
.transition-btn .anchor {
	display: block;
	padding: 13px 0;
}
</pre></body></html>