@charset "UTF-8";

/* ----------
横浜ページ共通
---------- */

body.yokohama .pagemain,
body.yokohama > .breadcrumb-list {
	display: none;
}

body.yokohama .pagecontents {
	max-width: none;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: visible;
}

body.yokohama footer {
	margin-top: 0;
}

.yokohamaPage {
	--yokohama-green: #8dad59;
	--yokohama-brown: #6d6652;
	--yokohama-pink: #be817d;
	--yokohama-purple: #99779c;
	--yokohama-gold: #a8844b;
	--yokohama-blue: #395ca2;
	--yokohama-text: #333;
	width: 100%;
	color: var(--yokohama-text);
	font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	line-height: 1.9;
	letter-spacing: 0;
}

.yokohamaPage *,
.yokohamaPage *::before,
.yokohamaPage *::after {
	box-sizing: border-box;
}

.yokohamaPage img {
	max-width: 100%;
	height: auto;
	display: block;
}

.yokohamaPage a {
	color: inherit;
	text-decoration: none;
}

.yokohamaPage .inner {
	width: min(100% - 80px, 1400px);
	margin: 0 auto;
}

.yokohamaPage_secLbl {
	margin-bottom: 14px;
	color: var(--yokohama-green);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(17px, calc(0.47vw + 13.35px), 20px);
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.yokohamaPage_tit {
	color: var(--yokohama-brown);
	font-family: "Zen Old Mincho", serif;
	font-size: clamp(22px, calc(2.85vw + 0.13px), 40px);
	font-weight: 400;
	line-height: 1.65;
	letter-spacing: 0.08em;
}

.yokohamaPage_txt {
	color: var(--yokohama-text);
	font-size: clamp(16.00px, calc(0.32vw + 13.57px), 18.00px);
	line-height: 2.1;
}

.yokohamaPage_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	min-height: 46px;
	padding: 11px 24px;
	background: var(--yokohama-gold);
	color: #fff;
	font-size: clamp(16px, calc(0.32vw + 13.57px), 18px);
	line-height: 1.3;
	transition: opacity 0.2s ease;
}

.yokohamaPage a.yokohamaPage_btn {
	color: #fff;
}

.yokohamaPage_btn::after {
	content: ">";
	margin-left: 14px;
	font-size: 0.9em;
}

.yokohamaPage_btn:hover {
	opacity: 0.8;
}

@media screen and (max-width: 1100px) {
	.yokohamaPage .inner {
		width: min(100% - 40px, 1400px);
	}
}

@media screen and (max-width: 767px) {
	.yokohamaPage .inner {
		width: min(100% - 30px, 1400px);
	}

	.yokohamaPage_tit {
		line-height: 1.5;
	}
}

/* ----------
メインビジュアル
---------- */

.yokohamaMv {
	min-height: 500px;
	background: url("../img/yokohama/page-main.png") no-repeat center center / cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.yokohamaMv_tit {
	min-width: min(560px, calc(100% - 40px));
	padding: 28px 36px;
	border: 1px solid rgba(255, 255, 255, 0.88);
	background: rgba(255, 255, 255, 0.38);
	color: #8a805f;
	font-family: "Zen Old Mincho", serif;
	font-size: clamp(34px, calc(3.17vw + 9.67px), 54px);
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.12em;
}

@media screen and (max-width: 1100px) {
	.yokohamaMv {
		min-height: 360px;
	}
}

@media screen and (max-width: 767px) {
	.yokohamaMv {
		min-height: 230px;
		background-position: center top;
	}

	.yokohamaMv_tit {
		min-width: min(300px, calc(100% - 30px));
		padding: 18px 20px;
		font-size: 28px;
	}
}

/* ----------
パンくず
---------- */

.yokohamaPage_breadcrumb {
	padding: 28px 0 0;
	background: #fff;
}

.yokohamaPage_breadcrumb ol {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	color: #9b9b9b;
	font-size: 13px;
	line-height: 1.5;
}

.yokohamaPage_breadcrumb li + li::before {
	content: "/";
	margin-right: 8px;
	color: #c7c7c7;
}

.yokohamaPage_breadcrumb a {
	color: #9b9b9b;
}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 767px) {
	.yokohamaPage_breadcrumb {
		padding-top: 18px;
	}
}

/* ----------
導入
---------- */

.yokohamaAbout {
	position: relative;
	padding: 120px 0 125px;
	background: #fff url("../img/yokohama/bk_img01.png") no-repeat left bottom / min(54vw, 720px) auto;
}

.yokohamaAbout .inner {
	display: flex;
	justify-content: space-between;
	gap: 80px;
}

.yokohamaAbout_head {
	width: 45%;
	padding-left: 70px;
	position: relative;
}

.yokohamaAbout_head::before {
	content: "";
	position: absolute;
	top: 68px;
	left: -120px;
	width: 170px;
	height: 1px;
	background: #cfcfcf;
}

.yokohamaAbout_cnt {
	width: 54%;
	max-width: 720px;
}

.yokohamaAbout_txt + .yokohamaAbout_txt {
	margin-top: 28px;
}

@media screen and (max-width: 1100px) {
	.yokohamaAbout {
		padding: 90px 0;
		background-size: 58vw auto;
	}

	.yokohamaAbout .inner {
		gap: 45px;
	}

	.yokohamaAbout_head {
		padding-left: 0;
	}

	.yokohamaAbout_head::before {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.yokohamaAbout {
		padding: 58px 0 210px;
		background-size: 92vw auto;
	}

	.yokohamaAbout .inner {
		display: block;
	}

	.yokohamaAbout_head,
	.yokohamaAbout_cnt {
		width: 100%;
		max-width: none;
	}

	.yokohamaAbout_cnt {
		margin-top: 28px;
	}
}

/* ----------
店舗案内
---------- */

.yokohamaStores {
	padding: 100px 0 115px;
	background: #eff0e0;
}

.yokohamaStores_intro {
	margin-top: 18px;
}

.yokohamaStores_lst {
	display: flex;
	gap: 44px;
	margin-top: 52px;
}

.yokohamaStores_item {
	width: calc((100% - 44px) / 2);
	padding: 26px 26px 30px;
	background: #fff;
}

.yokohamaStores_pic {
	margin-bottom: 26px;
}

.yokohamaStores_shopHead {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 20px;
}

.yokohamaStores_lbl {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 114px;
	padding: 6px 12px;
	background: var(--yokohama-pink);
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	font-size: clamp(14px, calc(0.32vw + 11.57px), 16px);
	line-height: 1.4;
}

.yokohamaStores_item.is-tsurumi .yokohamaStores_lbl {
	background: var(--yokohama-purple);
}

.yokohamaStores_shop {
	color: var(--yokohama-brown);
	font-family: "Zen Old Mincho", serif;
	font-size: clamp(26px, calc(1.27vw + 16.28px), 34px);
	font-weight: 400;
	line-height: 1.4;
}

.yokohamaStores_txt {
	min-height: 78px;
	margin-bottom: 20px;
	color: var(--yokohama-text);
	font-size: clamp(14px, calc(0.32vw + 11.57px), 16px);
	line-height: 1.9;
}

.yokohamaStores_data {
	margin-bottom: 24px;
	color: var(--yokohama-text);
	font-family: "Zen Old Mincho", serif;
	font-size: clamp(14px, calc(0.16vw + 12.78px), 15px);
	line-height: 1.8;
}

.yokohamaStores_btnArea {
	text-align: right;
}

@media screen and (max-width: 1100px) {
	.yokohamaStores_lst {
		gap: 28px;
	}

	.yokohamaStores_item {
		width: calc((100% - 28px) / 2);
		padding: 20px;
	}
}

@media screen and (max-width: 767px) {
	.yokohamaStores {
		padding: 60px 0;
	}

	.yokohamaStores_lst {
		display: block;
		margin-top: 34px;
	}

	.yokohamaStores_item {
		width: 100%;
	}

	.yokohamaStores_item + .yokohamaStores_item {
		margin-top: 24px;
	}

	.yokohamaStores_shopHead {
		display: block;
	}

	.yokohamaStores_shop {
		margin-top: 10px;
	}
}

/* ----------
アクセス
---------- */

.yokohamaAccess {
	padding: 100px 0 110px;
	background: #ececec;
}

.yokohamaAccess_intro {
	margin-top: 18px;
}

.yokohamaAccess_cnt {
	display: flex;
	align-items: center;
	gap: 58px;
	margin-top: 52px;
}

.yokohamaAccess_map {
	width: 58%;
}

.yokohamaAccess_lst {
	flex: 1;
}

.yokohamaAccess_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	padding: 14px 0;
}

.yokohamaAccess_area {
	color: var(--yokohama-brown);
	font-family: "Zen Old Mincho", serif;
	font-size: clamp(21px, calc(0.79vw + 14.92px), 26px);
	font-weight: 400;
	line-height: 1.4;
}

.yokohamaAccess_note {
	margin-top: 4px;
	color: var(--yokohama-pink);
	font-size: clamp(14px, calc(0.32vw + 11.57px), 16px);
	line-height: 1.5;
}

.yokohamaAccess_item.is-tsurumi .yokohamaAccess_note {
	color: var(--yokohama-purple);
}

.yokohamaAccess_shop {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 136px;
	min-height: 52px;
	padding: 8px 16px;
	background: var(--yokohama-pink);
	color: #fff;
	font-size: clamp(20px, calc(0.63vw + 15.14px), 24px);
	line-height: 1.2;
}

.yokohamaPage a.yokohamaAccess_shop {
	color: #fff;
}

.yokohamaAccess_item.is-tsurumi .yokohamaAccess_shop {
	background: var(--yokohama-purple);
}

@media screen and (max-width: 1100px) {
	.yokohamaAccess_cnt {
		gap: 34px;
	}
}

@media screen and (max-width: 767px) {
	.yokohamaAccess {
		padding: 60px 0;
	}

	.yokohamaAccess_cnt {
		display: block;
		margin-top: 32px;
	}

	.yokohamaAccess_map {
		width: 100%;
	}

	.yokohamaAccess_lst {
		margin-top: 24px;
	}

	.yokohamaAccess_item {
		display: block;
		padding: 16px 0;
	}

	.yokohamaAccess_shop {
		margin-top: 12px;
		min-height: 42px;
		padding: 5px 16px;
		font-size: 17px;
	}
}

/* ----------
相談内容
---------- */

.yokohamaConcerns {
	padding: 100px 0 110px;
	background: #fff;
}

.yokohamaConcerns_intro {
	margin-top: 18px;
}

.yokohamaConcerns_lst {
	display: flex;
	flex-wrap: wrap;
	gap: 34px;
	margin-top: 52px;
}

.yokohamaConcerns_item {
	position: relative;
	width: calc((100% - 68px) / 3);
	max-width: 440px;
	min-height: 230px;
	padding: 36px 36px 30px;
	background: #fbf7ef;
}

.yokohamaConcerns_no {
	position: absolute;
	top: -19px;
	right: 22px;
	width: 60px;
}

.yokohamaConcerns_name {
	padding-bottom: 18px;
	border-bottom: 1px dotted #333;
	color: var(--yokohama-pink);
	font-family: "Zen Old Mincho", serif;
	font-size: clamp(24px, calc(1.27vw + 14.28px), 32px);
	font-weight: 400;
	line-height: 1.45;
	text-align: center;
}

.yokohamaConcerns_txt {
	margin-top: 18px;
	color: var(--yokohama-text);
	font-size: clamp(14px, calc(0.32vw + 11.57px), 16px);
	line-height: 1.9;
}

.yokohamaConcerns_btnArea {
	margin-top: 22px;
	text-align: right;
}

.yokohamaConcerns_btn {
	min-width: 150px;
	min-height: 38px;
	padding: 8px 18px;
	font-size: clamp(14px, calc(0.32vw + 11.57px), 16px);
}

@media screen and (max-width: 1100px) {
	.yokohamaConcerns_lst {
		gap: 28px;
	}

	.yokohamaConcerns_item {
		width: calc((100% - 28px) / 2);
		max-width: none;
	}
}

@media screen and (max-width: 767px) {
	.yokohamaConcerns {
		padding: 60px 0;
	}

	.yokohamaConcerns_lst {
		gap: 28px 16px;
		margin-top: 36px;
	}

	.yokohamaConcerns_item {
		width: calc((100% - 16px) / 2);
		min-height: 0;
		padding: 26px 16px 20px;
	}

	.yokohamaConcerns_no {
		top: -16px;
		right: 12px;
		width: 46px;
	}

	.yokohamaConcerns_name {
		padding-bottom: 12px;
		font-size: 20px;
	}

	.yokohamaConcerns_btn {
		min-width: 120px;
	}
}

/* ----------
選ばれる理由
---------- */

.yokohamaReason {
	padding: 80px 0 88px;
	background: url("../img/yokohama/bk01.png") no-repeat center center / cover;
	text-align: center;
}

.yokohamaReason_tit {
	color: var(--yokohama-brown);
	font-family: "Zen Old Mincho", serif;
	font-size: clamp(24px, calc(2.85vw + 2.13px), 42px);
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.08em;
}

.yokohamaReason_tit .is-blue {
	color: #7da1be;
	font-size: clamp(28px, calc(3.16vw + 3.7px), 48px);
}

.yokohamaReason_tit .is-small {
	font-size: clamp(21px, calc(2.37vw + 2.78px), 36px);
}

.yokohamaReason_lead {
	margin-top: 16px;
}

.yokohamaReason_lst {
	display: flex;
	justify-content: center;
	gap: 64px;
	margin-top: 50px;
}

.yokohamaReason_item {
	width: calc((100% - 128px) / 3);
}

.yokohamaReason_icon {
	width: 120px;
	margin: 0 auto 20px;
}

.yokohamaReason_name {
	color: #000;
	font-family: "Zen Old Mincho", serif;
	font-size: clamp(21px, calc(1.11vw + 12.49px), 28px);
	font-weight: 400;
	line-height: 1.5;
}

.yokohamaReason_txt {
	margin-top: 14px;
	color: var(--yokohama-text);
	font-size: clamp(14px, calc(0.32vw + 11.57px), 16px);
	line-height: 1.9;
	text-align: left;
}

@media screen and (max-width: 1100px) {
	.yokohamaReason_lst {
		gap: 34px;
	}

	.yokohamaReason_item {
		width: calc((100% - 68px) / 3);
	}
}

@media screen and (max-width: 767px) {
	.yokohamaReason {
		padding: 55px 0 58px;
	}

	.yokohamaReason_lst {
		display: block;
		margin-top: 34px;
	}

	.yokohamaReason_item {
		width: 100%;
	}

	.yokohamaReason_item + .yokohamaReason_item {
		margin-top: 34px;
	}

	.yokohamaReason_txt {
		text-align: center;
	}
}

/* ----------
お客様の声
---------- */

.yokohamaVoice {
	padding: 100px 0 110px;
	background: #fff;
}

.yokohamaVoice_tit .is-small {
	font-size: clamp(19px, calc(2.06vw + 3.2px), 32px);
}

.yokohamaVoice_lst {
	margin-top: 42px;
}

.yokohamaVoice_item {
	display: flex;
	align-items: center;
	gap: 28px;
	padding: 24px 34px;
	background: #fbf7ef;
}

.yokohamaVoice_item + .yokohamaVoice_item {
	margin-top: 18px;
}

.yokohamaVoice_icon {
	flex: 0 0 86px;
}

.yokohamaVoice_name {
	margin-bottom: 8px;
	color: var(--yokohama-pink);
	font-size: clamp(20px, calc(0.63vw + 15.14px), 24px);
	font-weight: 700;
	line-height: 1.5;
}

.yokohamaVoice_txt {
	color: var(--yokohama-text);
	font-size: clamp(16px, calc(0.32vw + 13.57px), 18px);
	line-height: 1.85;
}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 767px) {
	.yokohamaVoice {
		padding: 60px 0;
	}

	.yokohamaVoice_item {
		align-items: flex-start;
		gap: 18px;
		padding: 20px;
	}

	.yokohamaVoice_icon {
		flex-basis: 58px;
	}
}

/* ----------
コラム
---------- */

.yokohamaColumn {
	padding: 100px 0 145px;
	background: #f9f9f9 url("../img/yokohama/bk_img02.png") no-repeat right top / min(46vw, 620px) auto;
}

.yokohamaColumn_box {
	display: flex;
	align-items: center;
	gap: 48px;
	margin:48px auto auto;
	padding: 36px;
	background: #fff;
}

.yokohamaColumn_pic {
	width: 36%;
}

.yokohamaColumn_cnt {
	flex: 1;
}

.yokohamaColumn_subTit {
	margin-bottom: 18px;
	color: var(--yokohama-pink);
	font-family: "Zen Old Mincho", serif;
	font-size: clamp(19px, calc(2.06vw + 3.2px), 32px);
	font-weight: 400;
	line-height: 1.55;
}

.yokohamaColumn_txt {
	margin-bottom: 26px;
	color: var(--yokohama-text);
	font-size: clamp(17px, calc(0.47vw + 13.35px), 20px);
	line-height: 2;
}

.yokohamaColumn_btn {
	background: var(--yokohama-blue);
}

@media screen and (max-width: 1100px) {
	.yokohamaColumn_box {
		gap: 32px;
	}
}

@media screen and (max-width: 767px) {
	.yokohamaColumn {
		padding: 60px 0 90px;
		background-size: 92vw auto;
	}

	.yokohamaColumn_box {
		display: block;
		margin-top: 32px;
		padding: 22px;
	}

	.yokohamaColumn_pic {
		width: 100%;
		margin-bottom: 24px;
	}
}
