@charset "utf-8";


/*////////////////////////////////////////////////////////////////

	top.css   トップページのCSS

////////////////////////////////////////////////////////////////*/



/*---------------------------------------------------------
	タイトル
 ---------------------------------------------------------*/


 .l-page * {
	font-family: "Noto Sans JP", sans-serif;
	box-sizing: border-box;
  }
  
  #contents {
	width: 100%;
	padding-bottom: 0;
  }
  
  .l-page .message__container, .l-page .example__container, .l-page .voice__container, .l-page .column__container, .l-page .info__container, .l-page .new__container,
  .l-page .recommend__container, .l-page .search__container, .l-page .staff__container, .l-page .store__container, .l-page .content__container, .l-page .contact__container, .l-page .strength__container, .l-page .nav__container {
	width: 1080px;
	margin: 0 auto;
  }
  
  .l-page .voice__slide a:hover, .l-page .column__slide a:hover, .l-page .info__btn a:hover, .l-page .column__btn a:hover, .l-page .new__slide a:hover,
  .l-page .recommend__slide a:hover, .l-page .map__list a:hover, .l-page .search__list a:hover, .l-page .search__submit:hover, .l-page .search__link a:hover, .l-page .search__icon a:hover, .l-page .staff__slide a:hover, .l-page .store__btn a:hover, .l-page .store__link a:hover, .l-page .content__list a:hover, .l-page .contact__btn a:hover, .l-page .nav__item-link:hover, .l-page .nav__list-link:hover, .l-page .float__list a:hover {
	opacity: 0.7;
  }
  
  .l-page .example__main, .l-page .voice__main, .l-page .column__main, .l-page .info__main, .l-page .new__main,
  .l-page .recommend__main, .l-page .search__main, .l-page .staff__main, .l-page .store__main, .l-page .strength__main {
	font-size: 70px;
	font-weight: bold;
	color: #BEAF87;
	text-align: center;
	position: relative;
  }
  .l-page .example__main::before, .l-page .voice__main::before, .l-page .column__main::before, .l-page .info__main::before, .l-page .new__main::before,
  .l-page .recommend__main::before, .l-page .search__main::before, .l-page .staff__main::before, .l-page .store__main::before, .l-page .strength__main::before {
	content: "";
	background-color: #BEAF87;
	height: 2px;
	width: 150px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 43px;
  }
  .l-page .example__main span, .l-page .voice__main span, .l-page .column__main span, .l-page .info__main span, .l-page .new__main span,
  .l-page .recommend__main span, .l-page .search__main span, .l-page .staff__main span, .l-page .store__main span, .l-page .strength__main span {
	display: block;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #333333;
	padding-top: 6px;
  }
  
  .l-page {
	background-color: #fff;
	min-width: 1080px;
  }
  .l-page a:hover {
	text-decoration: none;
  }
  .mv__area {
	position: relative;
	height: 900px;
  }
  .mv__area #video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 900px;
	object-fit: cover;
	overflow: hidden;
	transform: translate(-50%, -50%);
  }
  .l-page .mv__main {
	position: absolute;
	top: 49%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	text-align: center;
  }
  .l-page .nav__area {
	padding: 11px 0;
	position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
  }
  .l-page .nav__lists {
	display: flex;
	justify-content: space-between;
  }
  .l-page .nav__list {
	font-size: 26px;
	text-align: center;
  }
  .l-page .nav__list-link {
	display: block;
	color: #333333;
  }
  .l-page .nav__list span {
	display: block;
	font-size: 14px;
	letter-spacing: 0.1em;
	padding-top: 4px;
  }
  .l-page .nav__items {
	display: none;
	position: absolute;
	top: 66px;
	left: 50%;
	transform: translateX(-50%);
	width: 140px;
	background-color: rgba(0, 0, 0, 0.6);
	border-top: 3px solid #BEAF87;
  }
  .l-page .nav__item:not(:last-of-type) {
	border-bottom: 1px solid #AAAAAA;
  }
  .l-page .nav__item-link {
	font-size: 15px;
	letter-spacing: 0.1em;
	text-align: center;
	display: block;
	color: #fff;
	padding: 9px 0;
  }
  .l-page .has-list {
	position: relative;
	padding-bottom: 8px;
  }
  .l-page .has-list:hover .nav__items {
	display: block;
  }
  .l-page .strength__area {
	background-image: url(../images/top/strength_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 620px;
	padding-top: 73px;
  }
  .l-page .strength__main {
	margin-bottom: 92px;
  }
  .l-page .strength__lists {
	display: flex;
  }
  .l-page .strength__list {
	position: relative;
  }
  .l-page .strength__list-1 {
	left: -12px;
  }
  .l-page .strength__list-1::before {
	content: "";
	background-image: url(../images/top/strength_4.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	width: 308px;
	height: 100px;
	position: absolute;
	top: -112px;
	left: 7px;
  }
  .l-page .strength__list-2 {
	left: -7px;
  }
  .l-page .strength__list-3 {
	left: -1px;
  }
  .l-page .contact__area {
	padding-top: 110px;
	overflow: hidden;
  }
  .l-page .contact__container {
	border-radius: 15px;
	border: 5px solid #BEAF87;
	padding-bottom: 50px;
  }
  .l-page .contact__top {
	background-color: #9E8D61;
	padding-top: 25px;
	padding-left: 185px;
	padding-bottom: 26px;
	position: relative;
	margin-bottom: 32px;
	border-radius: 10px 10px 0 0;
  }
  .l-page .contact__top::before {
	content: "";
	background-image: url(../images/top/contact_1.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	width: 150px;
	height: 150px;
	position: absolute;
	top: 9px;
	left: 14px;
  }
  .l-page .contact__top::after {
	content: "";
	background-image: url(../images/top/contact_2.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	width: 383px;
	height: 206px;
	position: absolute;
	top: -16px;
	right: -37px;
  }
  .l-page .contact__lists {
	display: flex;
  }
  .l-page .contact__list {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	background-color: #fff;
	border-radius: 4px;
	color: #4E3D12;
	width: 120px;
	padding: 3px 0;
  }
  .l-page .contact__list:not(:last-of-type) {
	margin-right: 5px;
  }
  /* バナー群全体（ul）の設定 */
  .top__banner {
    display: flex;
    flex-direction: column;    /* 上から下に縦並び */
    align-items: center;        /* 中央揃え（左寄せにしたい場合は flex-start） */
    gap: 15px;                  /* 上下のバナー間の隙間 */
    list-style: none;           /* リストの黒点を消去 */
    padding: 0;                 /* 内側余白のリセット */
    margin: 110px 0 0 0;         /* 外側余白（下の要素との間隔調整） */
  }

  /* 各バナー枠（li）の設定 */
  .top__banner-item {
    width: 100%;
    max-width: 1080px;           /* バナーの最大幅（設置場所に合わせて変更してください） */
  }

  /* バナー画像の設定 */
  .top__banner-item img {
    width: 100%;                /* 親要素の幅に合わせて可変 */
    height: auto;               /* アスペクト比を維持 */
    display: block;             /* 画像下の不要な隙間を排除 */
  }

  .top__banner a:hover {
	opacity: 0.7;
  }
  .l-page .contact__main {
	font-size: 28px;
	font-weight: normal;
	color: #fff;
	line-height: 1.3;
	padding-top: 8px;
  }
  .l-page .contact__main span {
	font-size: 35px;
	font-weight: bold;
  }
  .l-page .contact__text {
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
	color: #333333;
	margin-bottom: 10px;
  }
  .l-page .contact__wrapper {
	display: flex;
	justify-content: center;
	gap: 56px;
  }
  .l-page .contact__group {
	width: 386px;
  }
  .l-page .contact__title {
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.1em;
	background-color: #4E3D12;
	color: #fff;
	padding: 5px 0;
	text-align: center;
	margin-bottom: 10px;
  }
  .l-page .contact__tel {
	font-size: 50px;
	font-weight: bold;
	padding-left: 53px;
	position: relative;
	color: #333333;
	margin-bottom: 11px;
  }
  .l-page .contact__tel::before {
	content: "";
	background-image: url(../images/top/tel_icon_2.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	position: absolute;
	top: 10px;
	left: 0;
	width: 40px;
	height: 52px;
  }
  .l-page .contact__date {
	font-size: 18px;
	text-align: center;
	color: #333333;
	padding-left: 52px;
  }
  .l-page .contact__btn {
	margin-top: 22px;
  }
  .l-page .contact__btn a {
	display: block;
	font-size: 26px;
	letter-spacing: 0.1em;
	color: #fff;
	border-radius: 7px;
	background-color: #DC4E58;
	width: 480px;
	margin: 0 auto;
	padding: 21px 0;
	padding-left: 112px;
	position: relative;
  }
  .l-page .contact__btn a::before {
	content: "";
	background-image: url(../images/top/contact_icon.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	position: absolute;
	top: 20px;
	left: 40px;
	width: 40px;
	height: 40px;
  }
  .l-page .contact__btn a::after {
	content: "";
	background-image: url(../images/top/arrow_right_1.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	position: absolute;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 10px;
	height: 18px;
  }
  .l-page .content__area {
	padding-top: 100px;
  }
  .l-page .content__list:not(:last-of-type) {
	margin-bottom: 30px;
  }
  .l-page .content__list a {
	position: relative;
	height: 220px;
	display: flex;
	align-items: center;
  }
  .l-page .content__list a::before {
	content: "";
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	position: absolute;
	top: 0;
	right: 0;
	width: 1000px;
	height: 220px;
  }
  .l-page .content__list a span {
	display: block;
	width: 550px;
	background-color: #BEAF87;
	font-size: 30px;
	color: #fff;
	position: relative;
	padding: 44px 0;
	padding-left: 137px;
  }
  .l-page .content__list a span::before {
	content: "";
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	width: 107px;
	height: 98px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 16px;
  }
  .l-page .content__list a span::after {
	content: "";
	background-image: url(../images/top/arrow_right_1.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	width: 13px;
	height: 23px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
  }
  .l-page .content__list-1 a::before {
	background-image: url(../images/top/content_1.jpg);
  }
  .l-page .content__list-1 a span::before {
	background-image: url(../images/top/content_num_1.png);
  }
  .l-page .content__list-2 a::before {
	background-image: url(../images/top/content_2.jpg);
  }
  .l-page .content__list-2 a span::before {
	background-image: url(../images/top/content_num_2.png);
  }
  .l-page .content__list-3 a::before {
	background-image: url(../images/top/content_3.jpg);
  }
  .l-page .content__list-3 a span::before {
	background-image: url(../images/top/content_num_3.png);
  }
  .l-page .store__area {
	padding-top: 75px;
  }
  .l-page .store__main {
	margin-bottom: 52px;
  }
  .l-page .store__wrapper {
	display: flex;
	justify-content: space-between;
  }
  .l-page .store__box {
	display: flex;
  }
  .l-page .store__box:first-of-type {
	margin-bottom: 42px;
  }
  .l-page .store__img {
	width: 306px;
  }
  .l-page .store__img img {
	width: 306px;
	height: 221px;
	-o-object-fit: cover;
	   object-fit: cover;
  }
  .l-page .store__group {
	margin-left: 20px;
  }
  .l-page .store__title {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 12px;
  }
  .l-page .store__access {
	font-size: 16px;
	margin-bottom: 12px;
  }
  .l-page .store__description {
	font-size: 16px;
  }
  .l-page .store__link a {
	display: block;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	padding: 12px 0;
	position: relative;
	background-color: #BEAF87;
	border-radius: 6px;
	margin-top: 22px;
	width: 240px;
  }
  .l-page .store__link a::after {
	content: "";
	background-image: url(../images/top/arrow_right_1.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 8px;
	height: 13px;
  }
  .l-page .store__map {
	text-align: center;
	margin-bottom: 15px;
  }
  .l-page .store__btn a {
	display: block;
	width: 380px;
	background-color: #4E3D12;
	padding: 12px 0;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	border-radius: 6px;
	text-align: center;
	position: relative;
  }
  .l-page .store__btn a::after {
	content: "";
	background-image: url(../images/top/arrow_right_1.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 8px;
	height: 13px;
  }
  .l-page .staff__area {
	padding-top: 74px;
	overflow: hidden;
  }
  .l-page .staff__area .slick-list {
	overflow: visible;
	transform: translate(-320px);
  }
  .l-page .staff__main {
	margin-bottom: 22px;
  }
  .l-page .staff__description {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
  }
  .l-page .staff__description span {
	background-image: linear-gradient(to top, #FFEE00 11px, transparent 11px);
  }
  .l-page .staff__wrapper, .l-page .new__wrapper,
  .l-page .recommend__wrapper {
	position: relative;
  }
  .l-page .staff__wrapper::before, .l-page .new__wrapper::before,
  .l-page .recommend__wrapper::before {
	content: "";
	height: 443px;
	position: absolute;
	bottom: 0;
	width: calc(50vw - 540px);
  }
  .l-page .staff__wrapper-1, .l-page .new__wrapper-1,
  .l-page .recommend__wrapper-1 {
	margin-bottom: 50px;
	background-image: linear-gradient(to top, #F1EEE6 443px, transparent 443px);
	padding-top: 110px;
  }
  .l-page .staff__wrapper-1::before, .l-page .new__wrapper-1::before,
  .l-page .recommend__wrapper-1::before {
	background-color: #F1EEE6;
	left: calc(-50vw + 540px);
  }
  .l-page .staff__wrapper-2, .l-page .new__wrapper-2,
  .l-page .recommend__wrapper-2 {
	background-image: linear-gradient(to top, #EEEEEE 443px, transparent 443px);
  }
  .l-page .staff__wrapper-2::before, .l-page .new__wrapper-2::before,
  .l-page .recommend__wrapper-2::before {
	background-color: #EEEEEE;
	right: calc(-50vw + 540px);
  }
  .l-page .staff__title, .l-page .new__title,
  .l-page .recommend__title {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #fff;
	height: 80px;
	display: flex;
	align-items: center;
	width: 220px;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
  }
  .l-page .staff__title::before, .l-page .new__title::before,
  .l-page .recommend__title::before {
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	width: calc(50vw - 540px);
	height: 80px;
  }
  .l-page .staff__title-1, .l-page .new__title-1,
  .l-page .recommend__title-1 {
	background-color: #BEAF87;
	border-radius: 0 4px 4px 0;
  }
  .l-page .staff__title-1::before, .l-page .new__title-1::before,
  .l-page .recommend__title-1::before {
	background-color: #BEAF87;
	left: calc(-50vw + 540px);
  }
  .l-page .staff__title-2, .l-page .new__title-2,
  .l-page .recommend__title-2 {
	background-color: #4E3D12;
	margin-left: auto;
	justify-content: flex-end;
	border-radius: 4px 0 0 4px;
  }
  .l-page .staff__title-2::before, .l-page .new__title-2::before,
  .l-page .recommend__title-2::before {
	background-color: #4E3D12;
	right: calc(-50vw + 540px);
  }
  .l-page .staff__slide {
	width: 300px;
	margin: 0 10px;
  }
  .l-page .staff__img img {
	width: 300px;
	height: 225px;
	-o-object-fit: cover;
	   object-fit: cover;
  }
  .l-page .staff__name {
	font-size: 22px;
	font-weight: 500;
	background-color: #fff;
	padding: 10px 0;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
  }
  .l-page .staff__operation, .l-page .example__operation, .l-page .voice__operation, .l-page .new__operation,
  .l-page .recommend__operation {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 29px;
	padding-bottom: 50px;
  }
  .l-page .staff__option, .l-page .example__option, .l-page .voice__option, .l-page .new__option,
  .l-page .recommend__option {
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .l-page .staff__prev, .l-page .example__prev, .l-page .voice__prev, .l-page .new__prev,
  .l-page .recommend__prev, .l-page .staff__next, .l-page .example__next, .l-page .voice__next, .l-page .new__next,
  .l-page .recommend__next {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	width: 10px;
	height: 18px;
	cursor: pointer;
  }
  .l-page .staff__prev, .l-page .example__prev, .l-page .voice__prev, .l-page .new__prev,
  .l-page .recommend__prev {
	background-image: url(../images/top/slide_left.png);
  }
  .l-page .staff__next, .l-page .example__next, .l-page .voice__next, .l-page .new__next,
  .l-page .recommend__next {
	background-image: url(../images/top/slide_right.png);
  }
  .l-page .staff__dots, .l-page .example__dots, .l-page .voice__dots, .l-page .new__dots,
  .l-page .recommend__dots {
	margin: 0 20px;
  }
  .l-page .staff__dots ul, .l-page .example__dots ul, .l-page .voice__dots ul, .l-page .new__dots ul,
  .l-page .recommend__dots ul {
	display: flex;
	align-items: center;
  }
  .l-page .staff__dots li, .l-page .example__dots li, .l-page .voice__dots li, .l-page .new__dots li,
  .l-page .recommend__dots li {
	display: inline-block;
  }
  .l-page .staff__dots li:not(:last-of-type), .l-page .example__dots li:not(:last-of-type), .l-page .voice__dots li:not(:last-of-type), .l-page .new__dots li:not(:last-of-type),
  .l-page .recommend__dots li:not(:last-of-type) {
	margin-right: 16px;
  }
  .l-page .staff__dots li.slick-active button, .l-page .example__dots li.slick-active button, .l-page .voice__dots li.slick-active button, .l-page .new__dots li.slick-active button,
  .l-page .recommend__dots li.slick-active button {
	background-color: #9E8D61;
  }
  .l-page .staff__dots li button, .l-page .example__dots li button, .l-page .voice__dots li button, .l-page .new__dots li button,
  .l-page .recommend__dots li button {
	color: transparent;
	padding: 0;
	border: none;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #DDDDDD;
	cursor: pointer;
  }
  .l-page .search__area {
	background-image: linear-gradient(to bottom, transparent 125px, #ECEAE8 125px, #ECEAE8 575px, transparent 575px);
	padding-top: 74px;
	padding-bottom: 74px;
  }
  .l-page .search__main {
	margin-bottom: 31px;
  }
  .l-page .search__wrapper {
	display: flex;
	margin-bottom: 9px;
  }
  .l-page .search__left {
	width: 468px;
	position: relative;
  }
  .l-page .search__right {
	flex: 1;
	margin-left: 20px;
  }
  .l-page .search__box {
	margin-bottom: 22px;
  }
  .l-page .search__title {
	font-size: 20px;
	font-weight: 500;
	color: #4E3D12;
	margin-bottom: 6px;
  }
  .l-page .search__icons {
	display: flex;
	justify-content: space-between;
  }
  .l-page .search__icon a {
	display: block;
	width: 190px;
	background-color: #fff;
	border: 2px solid #BEAF87;
	border-radius: 4px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #BEAF87;
	padding: 98px 0 14px;
	position: relative;
  }
  .l-page .search__icon a::before {
	content: "";
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
  }
  .l-page .search__icon-1 a::before {
	background-image: url(../images/top/search_1.png);
	width: 82px;
	height: 72px;
	top: 17px;
  }
  .l-page .search__icon-2 a::before {
	background-image: url(../images/top/search_2.png);
	width: 55px;
	height: 69px;
	top: 19px;
  }
  .l-page .search__icon-3 a::before {
	background-image: url(../images/top/search_3.png);
	width: 85px;
	height: 58px;
	top: 29px;
  }
  .l-page .search__items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  }
  .l-page .search__item {
	display: block;
	width: 290px;
	border: 2px solid #BEAF87;
	background-color: #fff;
	padding: 15px 0;
	position: relative;
	color: #BEAF87;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.1em;
	position: relative;
	cursor: pointer;
  }
  .l-page .search__item::after {
	content: "";
	background-image: url(../images/top/arrow_bottom_1.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 18px;
	width: 13px;
	height: 7px;
  }
  .l-page .search__item.is-active::after {
	transform: translateY(-50%) rotate(180deg);
  }
  .l-page .search__item:nth-of-type(n + 3) {
	margin-top: 12px;
  }
  .l-page .search__links {
	position: absolute;
	top: 57px;
	left: -2px;
	width: 290px;
	z-index: 10;
	display: none;
  }
  .l-page .search__link:not(:last-of-type) a {
	border-bottom: 2px solid #fff;
  }
  .l-page .search__link a {
	display: block;
	background-color: #BEAF87;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 16px 0;
  }
  .l-page .search__group {
	display: flex;
	justify-content: space-between;
  }
  .l-page .search__input {
	font-size: 16px;
	letter-spacing: 0.05em;
	padding: 0px 17px;
	background-color: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	width: 430px;
	height: 50px;
  }
  .l-page .search__input::-moz-placeholder {
	color: #7D7D7D;
  }
  .l-page .search__input::placeholder {
	color: #7D7D7D;
  }
  .l-page .search__submit {
	padding: 0;
	border: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
	cursor: pointer;
	width: 150px;
	background-color: #9E8D61;
	border-radius: 5px;
	color: #fff;
	width: 150px;
	height: 50px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
  }
  .l-page .search__lists {
	display: flex;
	justify-content: space-between;
  }
  .l-page .search__list a {
	display: block;
	width: 208px;
	height: 208px;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
  }
  .l-page .search__list a span {
	display: block;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	background-color: #BEAF87;
	padding: 10px 0;
	position: relative;
  }
  .l-page .search__list a span::after {
	content: "";
	background-image: url(../images/top/arrow_right_1.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 13px;
	width: 5px;
	height: 10px;
  }
  .l-page .search__list-1 a {
	background-image: url(../images/top/search_list_1.jpg);
  }
  .l-page .search__list-2 a {
	background-image: url(../images/top/search_list_2.jpg);
  }
  .l-page .search__list-3 a {
	background-image: url(../images/top/search_list_3.jpg);
  }
  .l-page .search__list-4 a {
	background-image: url(../images/top/search_list_4.jpg);
  }
  .l-page .search__list-5 a {
	background-image: url(../images/top/search_list_5.jpg);
  }
  .l-page .map__area {
	position: absolute;
	z-index: 100;
	display: none;
  }
  .l-page .map__area-1 {
	top: 196px;
	left: 123px;
  }
  .l-page .map__area-2 {
	top: 294px;
	left: 79px;
  }
  .l-page .map__area-3 {
	top: 437px;
	left: 192px;
  }
  .l-page .map__area-4 {
	top: 346px;
	left: 181px;
  }
  .l-page .map__area-5 {
	top: 220px;
	left: 216px;
  }
  .l-page .map__area-6 {
	top: 301px;
	left: 249px;
  }
  .l-page .map__area-7 {
	top: 291px;
	left: 333px;
  }
  .l-page .map__lists {
	background-image: url(../images/top/map_shape.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	width: 142px;
	height: 134px;
	padding-top: 13px;
  }
  .l-page .map__list:not(:last-of-type) a::after {
	content: "";
	background-color: #9E8D61;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 1px;
	bottom: 0;
  }
  .l-page .map__list a {
	display: block;
	font-size: 15px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #9E8D61;
	position: relative;
	padding: 9px 0;
  }
  .l-page .new__area {
	overflow: hidden;
  }
  .l-page .recommend__area {
	padding-top: 72px;
	overflow: hidden;
  }
  .l-page .new__area .slick-list,
  .l-page .recommend__area .slick-list {
	overflow: visible;
	transform: translate(-420px);
  }
  .l-page .new__main,
  .l-page .recommend__main {
	margin-bottom: 20px;
  }
  .l-page .new__wrapper::before,
  .l-page .recommend__wrapper::before {
	height: 663px;
  }
  .l-page .new__wrapper-1,
  .l-page .recommend__wrapper-1 {
	background-image: linear-gradient(to top, #F1EEE6 663px, transparent 663px);
  }
  .l-page .new__wrapper-2,
  .l-page .recommend__wrapper-2 {
	background-image: linear-gradient(to top, #EEEEEE 663px, transparent 663px);
  }
  .l-page .new__title,
  .l-page .recommend__title {
	width: 260px;
	height: 70px;
	margin-bottom: 50px;
  }
  .l-page .new__title-1::before,
  .l-page .recommend__title-1::before {
	height: 70px;
  }
  .l-page .new__title-2::before,
  .l-page .recommend__title-2::before {
	height: 70px;
  }
  .l-page .new__slide,
  .l-page .recommend__slide {
	width: 400px;
	margin: 0 10px;
  }
  .l-page .new__img,
  .l-page .recommend__img {
	overflow: hidden;
	border-radius: 4px 4px 0 0;
	margin-bottom: 6px;
  }
  .l-page .new__img img,
  .l-page .recommend__img img {
	width: 400px;
	height: 300px;
	-o-object-fit: cover;
	   object-fit: cover;
  }
  .l-page .new__name,
  .l-page .recommend__name {
	font-size: 22px;
	font-weight: bold;
	color: #4B4B4B;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
  }
  .l-page .new__name a,
  .l-page .recommend__name a {
	color: #4B4B4B;
  }
  .l-page .new__price,
  .l-page .recommend__price {
	font-size: 24px;
	color: #BF3F3F;
	margin-bottom: 6px;
  }
  .l-page .new__price .price,
  .l-page .recommend__price .price {
	font-size: 34px;
	font-weight: bold;
  }
  .l-page .new__space,
  .l-page .recommend__space {
	font-size: 18px;
	margin-bottom: 5px;
  }
  .l-page .new__address,
  .l-page .recommend__address {
	font-size: 18px;
	letter-spacing: 0.05em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 5px;
  }
  .l-page .new__access,
  .l-page .recommend__access {
	font-size: 18px;
	letter-spacing: 0.05em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
  }
  .l-page .recommend__area {
	margin-bottom: 100px;
  }
  .l-page .info__area {
	background-color: #F1EEE6;
	padding-top: 78px;
	padding-bottom: 100px;
  }
  .l-page .info__main {
	margin-bottom: 30px;
  }
  .l-page .info__wrapper {
	margin-bottom: 40px;
  }
  .l-page .info__group {
	padding-bottom: 20px;
	border-bottom: 1px solid #707070;
  }
  .l-page .info__group:not(:last-of-type) {
	margin-bottom: 25px;
  }
  .l-page .info__title {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #262626;
	padding-left: 10px;
	margin-bottom: 5px;
  }
  .l-page .info__description {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.88;
	padding: 0 11px;
  }
  .l-page .info__btn a, .l-page .column__btn a {
	display: block;
	width: 340px;
	padding: 17px 0;
	color: #fff;
	background-color: #4E3D12;
	border-radius: 6px;
	position: relative;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0 auto;
  }
  .l-page .info__btn a::after, .l-page .column__btn a::after {
	content: "";
	background-image: url(../images/top/arrow_right_1.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 13px;
	height: 7px;
  }
  .l-page .column__area {
	padding-top: 74px;
	overflow: hidden;
  }
  .l-page .column__area .slick-list {
	overflow: visible;
	transform: translateX(-420px);
  }
  .l-page .column__main {
	margin-bottom: 30px;
  }
  .l-page .column__slides {
	margin-bottom: 40px;
  }
  .l-page .column__slide {
	width: 400px;
	margin: 0 10px;
  }
  .l-page .column__img {
	border-radius: 4px 4px 0 0;
	overflow: hidden;
	margin-bottom: 4px;
  }
  .l-page .column__img img {
	width: 400px;
	height: 300px;
	-o-object-fit: cover;
	   object-fit: cover;
  }
  .l-page .column__title {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 4px;
  }
  .l-page .column__date {
	font-size: 18px;
	letter-spacing: 0.016em;
	color: #9E8D61;
  }
  .l-page .voice__area {
	padding-top: 76px;
	overflow: hidden;
	margin-bottom: 100px;
  }
  .l-page .voice__area .slick-list {
	overflow: visible;
	transform: translateX(-420px);
  }
  .l-page .voice__container {
	position: relative;
  }
  .l-page .voice__container::before {
	content: "";
	background-image: url(../images/top/voice_img_1.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	background-color: transparent;
	position: absolute;
	top: -3px;
	left: -40px;
	width: 243px;
	height: 182px;
	z-index: 5;
  }
  .l-page .voice__container::after {
	content: "";
	background-image: url(../images/top/voice_img_2.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	position: absolute;
	top: 23px;
	right: 0;
	width: 170px;
	height: 95px;
	z-index: 5;
  }
  .l-page .voice__main {
	margin-bottom: 31px;
	z-index: 2;
  }
  .l-page .voice__wrapper {
	position: relative;
	z-index: 1;
  }
  .l-page .voice__wrapper::before {
	content: "";
	height: 591px;
	position: absolute;
	bottom: 0;
	left: calc(-50vw + 540px);
	width: calc(50vw + 580px);
	background-color: #F1EEE6;
	z-index: -1;
  }
  .l-page .voice__slide {
	width: 400px;
	margin: 0 10px;
	border-radius: 4px;
	overflow: hidden;
  }
  .l-page .voice__img img {
	width: 400px;
	height: 300px;
	-o-object-fit: cover;
	   object-fit: cover;
  }
  .l-page .voice__group {
	background-color: #BEAF87;
	height: 92px;
	padding: 12px 20px 20px 20px;
  }
  .l-page .voice__title {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #fff;
  }
  .l-page .voice__description {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #fff;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
  }
  .l-page .example__area {
	overflow: hidden;
	background-color: #F1EEE6;
	padding-top: 75px;
  }
  .l-page .example__area .slick-list {
	overflow: visible;
	transform: translateX(-420px);
  }
  .l-page .example__main {
	margin-bottom: 30px;
  }
  .l-page .example__slide {
	width: 400px;
	margin: 0 10px;
  }
  .l-page .example__img {
	border-radius: 8px;
	overflow: hidden;
  }
  .l-page .example__img img {
	width: 400px;
	height: 300px;
	-o-object-fit: cover;
	   object-fit: cover;
  }
  .l-page .message__area {
	background-image: url(../images/top/message_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 840px;
	padding-top: 554px;
	overflow: hidden;
  }
  .l-page .message__main {
	transform: translateX(-10px);
  }