@charset "utf-8";

@font-face {
    font-family: 'Cormorant';
    src: url(/fonts/Cormorant-SemiBold.ttf);
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-SemiBold.woff2);
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}
body {
	-webkit-text-size-adjust: 100%;
}
#contents {
    width: 100%;
    padding: 0;
    overflow: hidden;
}
html {	
	scroll-behavior: smooth;	
}
.top__contents {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.top__contents * {
	color: #291401;
	font-family: "Noto Sans JP";
}
.contents__bg {
	position: relative;
	z-index: 1;
}
.contents__bg::before {
	content: "";
	position: absolute;
	background: url(/images/kodawari/contents__bg.webp) no-repeat center / cover;
	width: 100%;
	height: 5628px;
	top: -2px;
	right: 0;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	z-index: 0;
}

.mv__wrap {
	position: relative;
	z-index: 1;
}
.mv__img {
	width: 100%;
	height: 459px;
}
.mv__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner__contents {
	padding-block: 60px;
	border-bottom: 1px solid #291401;
	background: #E8DCC8;
	position: relative;
	z-index: 1;
}
.banner__img {
	width: 800px;
	height: 150px;
	margin: 0 auto;
}
.reason__contents {
	padding-block: 119px 120px;
	background: #FAF3E8;
	border-bottom: 1px solid #291401;
}
.contents__inner {
	width: 1140px;
	margin: 0 auto;
}
.reason__title {
	display: flex;
	gap: 7px;
	width: 553px;
	margin: 0 auto 39px;
	align-items: flex-end;
	justify-content: center;
}
.reason__title-img {
	width: 449px;
	height: 61px;
}
.reason__text {
	color: #000;
	text-align: center;
	font-size: 26px;
	font-weight: 500;
	line-height: 140%;
}
.reason__list {
	display: flex;
	flex-direction: column;
	width: 1140px;
	position: relative;
}
.reason__item {
	width: 1140px;
	height: 194px;
	border: 1px solid #291401;
	background: #FFF;
	padding: 35px 40px;
	display: flex;
	gap: 20px;
	align-items: center;
}
.reason__item-bottom {
	height: 165px;
}
.reason__img {
	width: 90px;
	height: 90px;
	flex-shrink: 0;
}
.reason__text-box {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.reason__item-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 130%;
}
.reason__item-title span {
	color: #EC6D34;
}
.reason__item-text {
	font-size: 16px;
	line-height: 180%;
	font-weight: 400;
}
.reason__item-text span {
	font-weight: 700;
    font-size: 20px;
}

.search__contents {
	padding-block: 121px 91px;
	background: #FAF3E8;
	border-bottom: 1px solid var(--, #291401);
}
.search__title-box {
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
}
.search__title {
	font-family: Cormorant;
	font-size: 60px;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: 1.2px;
}
.search__title span {
	color: #EC6D34;
	font-family: Cormorant;
	line-height: 100%;
	letter-spacing: 1.2px;
}
.search__text {
	font-size: 14px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0.7px;
}
[class*="search__box--"] {
	position: relative;
	padding: 35px 38px 40px 40px;
	width: 1140px;
	border-radius: 10px;
	border: 1px solid rgba(41, 20, 1, 0.10);
	background: #F0E7DA;
	margin-bottom: 30px;
}
.search__box--top {
	height: 424px;
}
.search__box-title {
	font-size: 26px;
	font-weight: 500;
	line-height: 140%;
	position: relative;
	text-align: center;
	width: 394px;
	margin: 0 auto 20px;
	padding-left: 46px;
}
.search__box-title span {
	font-size: 32px;
	font-weight: 600;
	line-height: 140%;
}
.search__box-title::before {
	content: "";
	position: absolute;
	background: url(/images/kodawari/search__star.webp) no-repeat center / cover;
	width: 34px;
	height: 40px;
	top: 4px;
	left: 2px;
}
.search__box-list {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.search__item {
	width: 204px;
	height: 88px;
}
.search__item a {
	width: 100%;
	height: 100%;
	display: flex;
	gap: 8px;
	justify-content: center;
	align-items: center;
	background: #FFF;
}
.search__img {
	width: 60px;
	height: 60px;
	flex-shrink: 0;
}
.search__box-text {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 130%;
	width: 108px;
}

.search__box--middle {
	padding: 34px 40px 40px;
	height: 195px;
}
.search__box--middle .search__box-title {
    padding-left: 55px;
}
.search__box--middle .search__box-title::before {
	background: url(/images/kodawari/search__time.svg) no-repeat center / cover;
	width: 42px;
	height: 42px;
	left: 30px;
	top: 4px;
}
.search__time-list {
	display: flex;
	gap: 10px;
	justify-content: center;
}
.search__time-item {
	width: 204px;
	height: 55px;
}
.search__time-item a {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 100%;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 9999px;
	background: #FFF;
}
.search__time-item a:hover {
	color: #FFF;
	background: #EC6D34;
	opacity: 1;
}
.search__box--bottom .search__box-title {
    padding-left: 51px;
    margin-bottom: 23px;
}
.search__box--bottom {
	padding: 38px 40px 40px;
	height: 202px;
}
.search__box--bottom .search__box-title::before {
	background: url(/images/kodawari/search__money.svg) no-repeat center / cover;
	width: 42px;
	height: 50px;
	top: 0;
	left: 62px;
}

.contact__contents {
	padding-block: 80px 77px;
	border-bottom: 1px solid #291401;
	background: #E8DCC9;
}
.contact__box {
	display: flex;
	gap: 21px;
	justify-content: center;
	align-items: center;
}
.contact__tel-box {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 425px;
	align-items: center;
}
.contact__tel {
	font-size: 46px;
	font-weight: 500;
	line-height: 100%;
	position: relative;
	margin-left: 53px;
}
.contact__tel::before {
	content: "";
	position: absolute;
	background: url(/images/kodawari/contact__tel.svg) no-repeat center / cover;
	width: 45px;
	height: 45px;
	left: -50px;
	top: 3px;
}
.contact__time-box {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.contact__btn-box {
	display: flex;
	gap: 10px;
}
[class*="contact__btn--"] {
	width: 280px;
	height: 85px;
}
[class*="contact__btn--"] a {
	width: 100%;
	height: 100%;
	display: flex;
	border-radius: 2px;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 100%;
	position: relative;
	padding-top: 29px;
}
.contact__btn--reservation a {
	background: #EC6D34;
	padding-left: 124px;
}
.contact__btn--line a {
	background: #06C755;
	padding-left: 140px;
	padding-top: 31px;
}
[class*="contact__btn--"] a::before {
	content: "";
	position: absolute;
	width: 35px;
	height: 35px;
}
.contact__btn--reservation a::before {
	background: url(/images/kodawari/contact__reservation.svg) no-repeat center / cover;
	left: 79px;
	top: 22px;
}
.contact__btn--line a::before {
	background: url(/images/kodawari/contact__line.svg) no-repeat center / cover;
	left: 96px;
	top: 24px;
}

.kobe__bkn-link {
	scroll-margin-top: 152px;
}
