@charset "UTF-8";
/*--------------- ▽ 変数設定 ▽ ---------------*/

/*--------------- △ 変数設定 △ ---------------*/
/*--------------- ▽ header ▽ ---------------*/
.header h1 span {
	display: block;
}
.header-logo {
	display: block;
	width: fit-content;
}
.header-logo:hover {
	opacity: 0.7;
}
.header-inner {
	box-sizing: border-box;
	padding: 15px 20px;
}
.header-info {
	margin: 0 0 20px auto;
	width: fit-content;
}

/*-------------------
header-nav
--------------------*/
.header-nav-list {
	gap: 30px;
}
.header-nav-link {
	display: block;
	font-weight: 600;
}
.header-nav-link:hover {
	color: var(--col-main);
}

/*-------------------
現在の表示ページ
--------------------*/
.header-nav-link.current {
	color: var(--col-main);
}

.header-nav-link.current .nav-wrap::before {
	background: var(--col-main);
	border: 1px solid --col-main;
}

.drawer-link.current {
	color: var(--col-main);
}

/*--------------- △ header △ ---------------*/
/*--------------- ▽ footer ▽ ---------------*/
#pagetop {
	position: fixed;
	right: 2.5%;
	bottom: 5%;
	z-index: 100;
}

.footer {
	position: relative;
	background: var(--col-bk);
	color: var(--col-wh);
	box-sizing: border-box;
	padding: 0 0 50px;
}
.footer-logo {
	display: block;
	text-align: center;
	margin: 0 auto 30px;
	box-sizing: border-box;
	padding: 0 0 70px;
	border-bottom: 1px solid #5c5c5c;
}
.footer-logo:hover {
	opacity: 0.7;
}
.footer-nav-list {
	gap: 50px;
	margin: 0 auto 30px;
}
.footer-nav-link {
	position: relative;
	display: block;
	font-size: 1.4rem;
}
.footer-nav-link:hover {
	opacity: 0.7;
}
.footer #copyright {
	text-align: center;
	padding: 5px 0;
}
.footer #copyright small {
	color: var(--col-wh);
	font-size: 12px;
}
.footer #copyright small a {
	color: var(--col-wh);
}
.footer #copyright small a:hover {
	opacity: 0.7;
}

/*--------------- △ footer △ ---------------*/
/*--------------- ▽ 共通 ▽ ---------------*/
/*--------------- △ 共通 △ ---------------*/
/*--------------- ▽ top-page ▽ ---------------*/
.top-section {
	padding: 100px 0;
	box-sizing: border-box;
}

/*--------------- ▼ main-visual ▼ ---------------*/
#mv {
	z-index: 0;
	height: clamp(600px, 50vw, 900px);
	position: relative;
}
#mv .bx-wrapper,
#mv ul {
	height: 100%;
}
#mv .catch {
	text-align: center;
}
#mv .catch img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 999;
	margin: auto;
}
#mv li {
	height: clamp(600px, 50vw, 900px);
}
#mv li:nth-child(1) {
	background: url(../img/mv/mv_slide01.jpg) no-repeat center/cover;
}
#mv li:nth-child(2) {
	background: url(../img/mv/mv_slide02.jpg) no-repeat center/cover;
}
#mv li:nth-child(3) {
	background: url(../img/mv/mv_slide03.jpg) no-repeat center/cover;
}

.mv {
	position: relative;
	width: calc(100% - 60px);
	margin: 0 auto;
}
.mv li {
	border-radius: 30px;
}
.mv-catch {
	display: block;
	position: absolute;
	z-index: 100;
	left: 0;
	bottom: 0;
	background: url(../img/mv/mv-deco.png) no-repeat top right, url(../img/common/pat-base.png);
	box-sizing: border-box;
	padding: 30px;
	border-radius: 0 25px 0 0;
}
.mv-catch .ttl-main {
	font-size: 3.5rem;
	display: block;
	font-weight: 800;
	margin: 0 auto 20px;
}
.mv-catch .ttl-main .large {
	font-size: 4rem;
}
.mv-catch .ttl-main .large02 {
	font-size: 4.5rem;
}
.mv-catch .ttl-sub {
	background: var(--col-main);
	color: var(--col-wh);
	font-weight: 600;
	box-sizing: border-box;
	padding: 8px 20px;
	text-align: center;
	display: block;
	border-radius: 30px;
}

/*--------------- ▲ main-visual ▲ ---------------*/
/*--------------- ▼ top ▼ ---------------*/
/*--------------------
top-about
---------------------*/
.top-about-text {
	margin: 0 auto 60px;
}
.top-about-ttl .ttl-en {
	font-size: 10rem;
}
.top-about-btn {
	width: 100%;
}
.top-about-text-wrap {
	width: 560px;
}
.top-about .inbox {
	position: relative;
}
.top-about .inbox::before {
	position: absolute;
	content: '';
	background: url(../img/common/pat01.png);
	width: 380px;
	height: 80px;
	left: -430px;
	margin: auto;
	top: 40px;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-about .inbox::after {
	position: absolute;
	content: '';
	background: url(../img/common/pat02.png) repeat, #f5f0ed;
	width: 380px;
	height: 870px;
	left: -430px;
	margin: auto;
	bottom: 0;
	transition: all 0.3s ease;
}
.top-about-img-wrap {
	position: absolute;
	top: 0;
}
.top-about-img {
	position: relative;
	border-radius: 30px;
}
.top-about-img:nth-of-type(1) {
	aspect-ratio: 880/660;
	width: 880px;
	height: 660px;
	margin-bottom: 30px;
	right: -560px;
}
.top-about-img:nth-of-type(2) {
	aspect-ratio: 800/200;
	width: 800px;
	height: 200px;
	right: -640px;
}

/*--------------------
top-service
---------------------*/
.top-service .inbox {
	position: relative;
}
.top-service-ttl {
	background: url(../img/top/service-ttl-bg.jpg) no-repeat center center/cover;
	box-sizing: border-box;
	padding: 30px 0 50px;
	margin: 0 auto 70px;
}
.top-service-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco-line02-wh.png) repeat-x;
	width: 100%;
	height: 8px;
	left: 0;
	margin: auto;
	right: 0;
	top: 10px;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-service-ttl::after {
	position: absolute;
	content: '';
	background: url(../img/common/deco-line02-wh.png) repeat-x;
	width: 100%;
	height: 8px;
	left: 0;
	margin: auto;
	right: 0;
	bottom: 10px;
	background-size: contain;
	transition: all 0.3s ease;
	transform: scale(-1, -1);
}
.top-service-item {
	position: relative;
	min-height: 540px;
	margin-bottom: 100px;
}
.top-service-item .item-text-wrap {
	width: 590px;
}
.top-service-item .item-img {
	aspect-ratio: 780/540;
	width: 780px;
	height: 540px;
	border-radius: 15px;
	position: absolute;
}
.top-service-item .item-text {
	margin-bottom: 50px;
}
.top-service-item .item-btn {
	width: 100%;
}
.top-service-item .item-illust {
	position: absolute;
	bottom: 0;
	z-index: -1;
}
.top-service-item:nth-child(odd) .item-img {
	right: -360px;
}
.top-service-item:nth-child(odd) .item-illust {
	left: -20vw;
	width: clamp(250px, 18vw, 373px);
}
.top-service-item:nth-child(even) .item-text-wrap {
	margin: 0 0 0 auto;
}
.top-service-item:nth-child(even) .item-img {
	left: -360px;
}
.top-service-item:nth-child(even) .item-illust {
	width: clamp(280px, 22vw, 429px);
	right: -20vw;
}

@media screen and (max-width: 1400px) {
	.top-service-item:nth-child(odd) .item-illust {
		width: 120px;
		left: -100px;
		bottom: -100px;
	}
}

/*--------------------
top-info
---------------------*/
.top-info {
	background: url(../img/top/info-bg.jpg) no-repeat center center/cover;
	position: relative;
	padding: 20px 0 100px;
}
.top-info::after {
	position: absolute;
	content: '';
	background: url(../img/common/deco-line03.png) repeat-x;
	width: 100%;
	height: 8px;
	bottom: 50px;
	left: 0;
	margin: auto;
	right: 0;
	background-size: contain;
	transition: all 0.3s ease;
	transform: scale(-1, -1);
}
.top-info .inbox {
	position: relative;
}
.top-info::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco-icon03.png) no-repeat;
	width: 188px;
	height: 91px;
	left: 0;
	margin: auto;
	right: 0;
	top: -85px;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-info-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco-line03.png) repeat-x;
	width: 800px;
	height: 8px;
	left: -420px;
	margin: auto;
	top: 40px;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-info-ttl::after {
	position: absolute;
	content: '';
	background: url(../img/common/deco-line03.png) repeat-x;
	width: 800px;
	height: 8px;
	right: -420px;
	margin: auto;
	top: 40px;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-info-ttl .ttl-en {
	font-size: 5.2rem;
}
.top-info-img-list {
	gap: 30px;
	margin: 0 auto 50px;
}
.top-info-img-item .item-img {
	aspect-ratio: 340/280;
	width: 340px;
	height: 280px;
	border-radius: 15px;
}
.top-info-map-ttl {
	font-size: 2.4rem;
	width: fit-content;
	box-sizing: border-box;
	padding: 0 0 0 30px;
	margin: 0 auto 30px;
}
.top-info-map-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/icon-map.png) no-repeat;
	width: 16px;
	height: 20px;
	bottom: 0;
	left: 0;
	margin: auto;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-info-map-wrap {
	margin: 0 auto 50px;
}
.top-info-map-btn {
	margin: 0 auto;
	width: 590px;
}

/*--------------------
top-news
---------------------*/
.top-news {
	position: relative;
}
.top-news .inbox {
	position: relative;
}
.top-news .inbox::before {
	position: absolute;
	content: '';
	background: url(../img/common/pat03.png);
	width: 380px;
	height: 320px;
	left: -420px;
	margin: auto;
	top: -20px;
	background-size: contain;
	transition: all 0.3s ease;
}
.top-news-right,
.top-news .no-post {
	width: 790px;
}

/*--------------------

---------------------*/
/*--------------------

---------------------*/
/*--------------- ▲ top ▲ ---------------*/
/*--------------- ▽ sub-page ▽ ---------------*/
.sub-section {
	position: relative;
	padding: 120px 0;
	box-sizing: border-box;
}

/*--------------- ▼ sub-visual ▼ ---------------*/
.sv {
	position: relative;
	width: 100%;
	height: 380px;
	max-width: 94%;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 30px;
}
.sv-ttl {
	z-index: 100;
	background: url(../img/mv/mv-deco.png) no-repeat top right, url(../img/common/pat-base.png);
	box-sizing: border-box;
	padding: 32px;
	font-size: 4.6rem;
	font-weight: 800;
	border-radius: 15px;
	min-width: 600px;
	text-align: center;
}

/*---------------------
各ページの画像設定
-----------------------*/
.sv-about {
	background: url(../img/sv/sv-about-bg.jpg) no-repeat center center/cover;
}

.sv-repair {
	background: url(../img/sv/sv-repair-bg.jpg) no-repeat center center/cover;
}

.sv-used_cars {
	background: url(../img/sv/sv-used_cars-bg.jpg) no-repeat center center/cover;
}

.sv-info {
	background: url(../img/sv/sv-info-bg.jpg) no-repeat center center/cover;
}

.sv-news {
	background: url(../img/sv/sv-news-bg.jpg) no-repeat center center/cover;
}

.sv-contact {
	background: url(../img/sv/sv-contact-bg.jpg) no-repeat center center/cover;
}

.sv-complete {
	background: url(../img/sv/sv-complete-bg.jpg) no-repeat center center/cover;
}

.sv-privacy {
	background: url(../img/sv/sv-privacy-bg.jpg) no-repeat center center/cover;
}

.sv-site {
	background: url(../img/sv/sv-site-bg.jpg) no-repeat center center/cover;
}

.sv-notfound {
	background: url(../img/sv/sv-notfound-bg.jpg) no-repeat center center/cover;
}

/*--------------- ▼ 下層共通タイトル ▼ ---------------*/
/*--------------- ▲ 下層共通タイトル ▲ ---------------*/
/*--------------- ▼ ぱんくず ▼ ---------------*/
#bread-clumb {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 10px 0;
	z-index: 1;
	min-width: 1280px;
}
#bread-clumb ul {
	display: flex;
	overflow: hidden;
	white-space: nowrap;
}
#bread-clumb li {
	position: relative;
	color: var(--col-text);
	font-size: 14px;
	float: left;
	margin-right: 20px;
}
#bread-clumb li:after {
	content: '>';
	position: absolute;
	display: block;
	right: -15px;
	top: 0;
}
#bread-clumb li:last-child {
	margin-right: 0;
}
#bread-clumb li:last-child:after {
	display: none;
}
#bread-clumb li a {
	color: var(--col-text);
	border-bottom: 1px solid;
	display: block;
}
#bread-clumb li a:hover {
	opacity: 0.7;
}

/*--------------- ▲ ぱんくず ▲ ---------------*/
/*--------------- ▼ sub02_about ▼ ---------------*/
/*-----------------------
about-concept
-------------------------*/
.about-concept-img {
	aspect-ratio: 1080/380;
	width: 100%;
	height: 380px;
	margin: 0 auto 60px;
}
.about-concept-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/pat02.png);
	width: 380px;
	height: 220px;
	bottom: -50px;
	left: 0;
	margin: auto;
	transition: all 0.3s ease;
}
.about-concept-text-wrap {
	position: relative;
	margin-top: 40px;
}
/*-----------------------
about-reason
-------------------------*/
.about-reason {
	padding: 0 0 120px;
}

/*-----------------------
layout-style01
-------------------------*/
.layout-style01-list .item {
	position: relative;
	margin: 0 auto 80px;
}
.layout-style01-list .item:last-child {
	margin: 0 auto;
}
.layout-style01-list .item-img {
	aspect-ratio: 360/280;
	width: 360px;
	height: 280px;
	border-radius: 15px;
}
.layout-style01-list .item-text-wrap {
	width: 690px;
}
.layout-style01-list .item-ttl {
	font-size: 3.6rem;
	font-weight: 700;
	box-sizing: border-box;
	padding: 0 0 15px 120px;
	margin-bottom: 25px;
}
.layout-style01-list .item-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/deco-line03.png) repeat-x;
	width: 100%;
	height: 8px;
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	transition: all 0.3s ease;
}
.layout-style01-list .item-ttl .small {
	display: block;
	font-size: 2.6rem;
}
.layout-style01-list .item-ttl .num {
	font-size: 7.2rem;
	line-height: 1;
}
.layout-style01-list .item:nth-child(even) .item-img {
	order: 2;
}

/*-----------------------
about-flow 
-------------------------*/
.about-flow {
	background: var(--col-sub-light);
}
.about-flow-list {
	gap: 60px 140px;
	counter-reset: number 0;
}
.about-flow-item {
	position: relative;
	width: 220px;
}
.about-flow-item .item-ttl {
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
	display: block;
}
.about-flow-item .item-img {
	aspect-ratio: 1/1;
	width: 100%;
	height: 100%;
	background: var(--col-wh);
	box-sizing: border-box;
	padding: 20px;
	border-radius: 15px;
	margin-bottom: 50px;
	position: relative;
}
.about-flow-item .item-img::before {
	position: absolute;
	content: 'STEP0' counter(number) '.';
	counter-increment: number 1;
	font-family: var(--font-ttl-en);
	font-size: 2.6rem;
	background: url(../img/common/pat01.png) repeat;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	bottom: -50px;
	left: 0;
	margin: auto;
	right: 0;
	background-size: contain;
	transition: all 0.3s ease;
	text-align: center;
}
.about-flow-item .item-img::after {
	position: absolute;
	content: '';
	background: url(../img/common/icon-arw02.png) no-repeat;
	width: 34px;
	height: 24px;
	bottom: 0;
	margin: auto;
	right: -80px;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.about-flow-item:last-child .item-img::after,
.about-flow-item:nth-child(3) .item-img::after {
	content: none;
}

/*-----------------------
about-faq
-------------------------*/
.about-faq-item {
	position: relative;
	margin: 0 auto 50px;
}
.about-faq-item .item-q {
	position: relative;
	padding: 15px 50px 15px 70px;
}
.about-faq-item .item-q::before {
	position: absolute;
	content: 'Q.';
	font-family: var(--font-ttl-en);
	font-size: 4.2rem;
	font-weight: 700;
	bottom: 0;
	left: 20px;
	margin: auto;
	top: 6px;
	background-size: contain;
	transition: all 0.3s ease;
	color: var(--col-wh);
}
.about-faq-item .item-a {
	position: relative;
	padding: 30px 50px 15px 70px;
	min-height: 100px;
}
.about-faq-item .item-a::before {
	position: absolute;
	content: 'A.';
	font-family: var(--font-ttl-en);
	font-size: 4.2rem;
	font-weight: 700;
	bottom: 0;
	left: 20px;
	margin: auto;
	top: 6px;
	background-size: contain;
	transition: all 0.3s ease;
	color: var(--col-main);
}

/*--------------- ▲ sub02_about ▲ ---------------*/
/*--------------- ▼ sub03_repair ▼ ---------------*/
/*-----------------------
repair-service
-------------------------*/
.repair-service {
	padding: 120px 0 30px;
}
.repair-service-list {
	gap: 0px 30px;
	margin: 0 auto 40px;
}
.repair-service-list .item {
	width: calc((100% - 60px) / 3);
	font-size: 1.7rem;
	letter-spacing: 0;
}

/*-----------------------
repair-works
-------------------------*/
.repair-works {
	margin-bottom: 80px;
}
.repair-works-list {
	gap: 50px 30px;
}
.repair-works-item {
	width: 340px;
}
.repair-works-item .item-img {
	aspect-ratio: 340/280;
	width: 340px;
	height: 280px;
	border-radius: 15px;
	margin-bottom: 15px;
}
.repair-works-item .item-link {
	display: block;
	position: relative;
	transition: all 0.3s ease;
	bottom: 0;
}
.repair-works-item .item-link:hover {
	opacity: 0.7;
	bottom: 10px;
}

/*-----------------------
repair-post
-------------------------*/
.repair-post-ttl {
	margin-bottom: 30px;
}
.repair-post-img-wrap {
	margin-bottom: 30px;
}
.repair-post-img-item {
	position: relative;
}
.repair-post-img-item .item-ttl {
	font-size: 2.4rem;
	text-align: center;
	color: var(--col-wh);
	border-radius: 30px;
	box-sizing: border-box;
	padding: 5px;
	margin-bottom: 10px;
	font-family: var(--font-ttl-en);
}
.repair-post-img-item.before::before {
	position: absolute;
	content: '';
	background: url(../img/common/icon-arw02.png) no-repeat;
	width: 34px;
	height: 24px;
	bottom: 0;
	right: -60px;
	margin: auto;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}
.repair-post-img {
	aspect-ratio: 500/400;
	width: 500px;
	height: 400px;
	border-radius: 15px;
	margin-bottom: 15px;
}
/*--------------- ▲ sub03_repair ▲ ---------------*/
/*--------------- ▼ sub04_cars ▼ ---------------*/
/*-----------------------
cars-reason
-------------------------*/
.cars-reason-text {
	margin: 0 auto 70px;
}
.cars-reason-container .box-ttl {
	font-size: 3.2rem;
}
.cars-reason-container .box-inner {
	padding: 30px 20px 40px 20px;
}
.cars-reason-container .container-item {
	width: 500px;
}
.cars-reason-container .container-item-note {
	margin: 0 auto;
	width: fit-content;
}

/*-----------------------
com-features
-------------------------*/
.com-features-img {
	width: 100%;
	height: 380px;
}
.com-features-ttl {
	position: absolute;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	top: 0;
}
.com-features-list {
	counter-reset: number 0;
}
.com-features-item {
	position: relative;
	margin: 0 auto 80px;
}
.com-features-item:last-child {
	margin: 0 auto;
}
.com-features-item .item-ttl {
	font-size: 3.6rem;
	font-weight: 700;
	box-sizing: border-box;
	padding: 0 0 20px 70px;
	margin-bottom: 30px;
}
.com-features-item .item-ttl::before {
	position: absolute;
	content: '0' counter(number) '.';
	counter-increment: number 1;
	left: 0;
	margin: auto;
	right: 0;
	top: -15px;
	background-size: contain;
	transition: all 0.3s ease;
	background: url(../img/common/pat01.png) repeat;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-size: 5rem;
}
.com-features-item .item-ttl::after {
	position: absolute;
	content: '';
	background: url(../img/common/deco-line03.png) repeat-x;
	width: 100%;
	height: 8px;
	bottom: 0;
	left: 0;
	margin: auto;
	right: 0;
	transition: all 0.3s ease;
}

/*-----------------------
cars-selling
-------------------------*/
.cars-selling .com-features-item .item-ttl::before {
	position: absolute;
	content: '0' counter(number) '.';
	counter-increment: number 1;
	left: 0;
	margin: auto;
	right: 0;
	top: -15px;
	background-size: contain;
	transition: all 0.3s ease;
	background: url(../img/common/pat05.png) repeat;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-size: 5rem;
}

/*-----------------------
cars-works
-------------------------*/
.cars-works {
	margin: 0 auto 80px;
}
.cars-works-container {
	margin: 0 auto 100px;
}
.cars-works-container:last-of-type {
	margin: 0 auto;
}
.cars-works-container-list {
	gap: 60px 30px;
}
.cars-works-container-item {
	width: 340px;
}
.cars-works-container-item .item-img {
	aspect-ratio: 340/280;
	width: 100%;
	height: fit-content;
	border-radius: 15px;
	margin-bottom: 15px;
}
.cars-works-container-item .item-ttl {
	font-weight: 600;
	font-size: 2.2rem;
}
.cars-works-container-item .item-price {
	margin-top: 10px;
	font-size: 2.2rem;
	font-weight: 800;
	text-align: right;
}

/*-----------------------
cars-post
-------------------------*/

.cars-post-img-wrap {
	gap: 50px 40px;
	margin: 0 auto 50px;
	overflow: auto;
}
.cars-post-img {
	position: relative;
	aspect-ratio: 480/400;
	width: 480px;
	height: 400px;
	border-radius: 15px;
	flex: 0 0 auto;
}
.cars-post-ttl {
	margin-bottom: 12px;
}
.cars-post-price {
	font-size: 2.2rem;
	font-weight: 800;
}
.cars-post-table {
	margin-top: 30px;
}

/* スクロールバーを細くする（WebKit系） */
.cars-post-img-wrap::-webkit-scrollbar {
	height: 8px;
}
.cars-post-img-wrap::-webkit-scrollbar-track {
	background: transparent;
}
.cars-post-img-wrap::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 999px;
}

/* キーボードで横スクロールしやすくする（任意） */
.cars-post-img-wrap:focus {
	outline: 2px solid rgba(0, 123, 255, 0.25);
}

/*--------------- ▲ sub04_cars ▲ ---------------*/
/*--------------- ▼ sub05_info ▼ ---------------*/
/*-----------------------
info-greeting
-------------------------*/
.info-greeting {
	padding: 120px 0 0;
}
.info-greeting-img {
	border-radius: 15px;
	aspect-ratio: 420/500;
	width: 420px;
	height: 500px;
}
.info-greeting-text-wrap {
	position: relative;
	width: 605px;
}
.info-greeting-ttl {
	margin-bottom: 20px;
}
.info-greeting-ttl .ttl-ja {
	width: 100%;
}

/*-----------------------
info-outline
-------------------------*/
.info-outline-box {
	padding: 60px 30px;
	margin: 0 auto 100px;
}
.info-outline-map-ttl {
	font-size: 2.4rem;
	width: fit-content;
	box-sizing: border-box;
	padding: 0 0 0 30px;
	margin: 0 auto 30px;
}
.info-outline-map-ttl::before {
	position: absolute;
	content: '';
	background: url(../img/common/icon-map02.png) no-repeat;
	width: 16px;
	height: 20px;
	bottom: 0;
	left: 0;
	margin: auto;
	top: 0;
	background-size: contain;
	transition: all 0.3s ease;
}

/*--------------- ▲ sub05_info ▲ ---------------*/
/*--------------- ▼ お知らせ ▼ ---------------*/
.post-wrp .tag-change {
	margin-bottom: 50px;
}
.post-wrp .tag-change li {
	text-align: center;
	width: 19%;
	margin: 2% 1% 0 0;
}
.post-wrp .tag-change li a {
	border: solid 1px --col-main;
	padding: 10px 0;
	display: block;
	color: var(--col-main);
	background: var(--col-base);
}
.post-wrp .tag-change .current a {
	background: var(--col-main);
}
.post-wrp .tag-change .current a span {
	color: var(--col-base);
}

/*タグ一覧
-------------------------------*/
.tag-select-box {
	position: relative;
	width: 40%;
	margin: 0 0 20px auto;
	max-width: 230px;
}
.tag-select-box:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid var(--col-text);
	pointer-events: none;
}
.tag-select-box #tag-select {
	width: 100%;
	padding: 5% 20% 5% 5%;
	box-sizing: border-box;
	font-size: 1.2rem;
	margin-left: auto;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	border: none;
	border-bottom: 2px solid var(--col-text);
	cursor: pointer;
	border-radius: 0;
	background: none;
	color: var(--col-text);
	font-weight: 700;
	-webkit-appearance: none;
	appearance: none;
}
.tag-select-box #tag-select option {
	padding: 10px;
	box-sizing: border-box;
	cursor: pointer;
	box-sizing: border-box;
}

.post-wrp .tag-change {
	margin-bottom: 50px;
}
.post-wrp .tag-change li {
	text-align: center;
	margin: 10px 10px 0 0;
	min-width: 190px;
	display: inline-block;
	vertical-align: middle;
}
.post-wrp .tag-change li a {
	border: solid 1px var(--col-main);
	color: var(--col-main);
	background: var(--col-base);
	padding: 10px 15px;
	display: block;
}
.post-wrp .tag-change .current a {
	background: var(--col-main);
}
.post-wrp .tag-change .current a span {
	color: var(--col-base);
}

/*詳細
-------------------------------*/
.s-post .news-tag {
	margin-bottom: 20px;
}

.s-post time {
	margin-bottom: 10px;
}

.s-time-tag {
	margin-bottom: 20px;
}

.sb-post-body {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid;
	line-height: 2;
}

/*--------------- ▲ お知らせ ▲ ---------------*/ /*# sourceMappingURL=style.css.map */
