@charset "utf-8";

body {
	font-family: 'Noto Serif JP', serif;
}

/*============================
ヘッダー
============================*/
header {
	position: relative;
	width: 100%;
}

@media screen and (max-width: 640px) {
	header {
		z-index: 2;
		background-color: #FFF;
		border-top: 4px solid #DE9E9E;
	}
}

header .logo {
  width: 1.58rem;
  padding: 0.20rem 0;
  margin: auto;
}

@media screen and (max-width: 640px) {
  header .logo {
    width: 1.00rem;
    padding: 0.15rem 0;
  }
}

/*============================
MV
============================*/
.mv {
	position: relative;
	padding-bottom: 0.60rem;
}

@media screen and (max-width: 640px) {
	.mv {
		padding-bottom: 0.20rem;
	}
}

.mv::before {
	content: "";
	width: calc(100% - 0.40rem);
	height: calc(100% - 2.8rem);
	background-image: url(../img/mv_bg.jpg);
	background-position: center;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

@media screen and (max-width: 640px) {
	.mv::before {
		width: 100%;
		height: 0.30rem;
	}
}

.mv .ph_wrap {
	width: 100%;
	height: 80vh;
	min-height: 6.50rem;
	max-height: 8.50rem;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 640px) {
	.mv .ph_wrap {
		width: 100%;
		min-height: 3.00rem;
		max-height: 3.50rem;
		margin-left: auto;
		overflow: hidden;
		position: relative;
		z-index: 1;
	}
}

.mv .ph_wrap {
	background-size: cover;
}

.mv .ph_wrap::before {
	content: "";
	width: 100%;
	height: 3.00rem;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

@media screen and (max-width: 640px) {
	.mv .ph_wrap::before {
		height: 1.50rem;
	}
}

.mv .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mv .logo {
	width: 0.90rem;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.mv .logo img {
	width: 100%;
}

.mv .catch_wrap {
	position: absolute;
	width: 100%;
	left: 0.40rem;
	bottom: 1.10rem;
	z-index: 1;
	color: #FFF;
	text-shadow: 0 1px 0.08rem rgba(0,0,0,0.6);
}

@media screen and (max-width: 640px) {
	.mv .catch_wrap {
		left: 0;
		right: 0;
		bottom: 0.60rem;
		text-align: center;
	}
}

.mv .catch_wrap .sub {
	display: inline-block;
	border: 1px solid #FFF;
	padding: 0.15rem;
	font-size: 0.24rem;
	font-weight: 600;
}

@media screen and (max-width: 640px) {
	.mv .catch_wrap .sub {
		padding: 0.10rem;
		font-size: 0.13rem;
	}
}

.mv .catch_wrap .sub span {
	font-size: 0.15rem;
}

@media screen and (max-width: 640px) {
	.mv .catch_wrap .sub span {
		font-size: 0.10rem;
	}
}

.mv .catch_wrap .catch {
	font-size: 0.71rem;
	padding-top: 0.15rem;
}

@media screen and (max-width: 640px) {
	.mv .catch_wrap .catch {
		font-size: 0.31rem;
		margin: auto;
	}
}

/*============================
ABOUT
============================*/
.about {
	padding: 0.80rem 0;
	position: relative;
}

@media screen and (max-width: 640px) {
	.about {
		padding: 0.50rem 0;
	}
}

.about::before {
	content: "";
	width: 50%;
	max-width: 8.00rem;
	height: 4.67rem;
	background-image: url(../img/about_bg.jpg);
	background-position: center;
	background-size: cover;
	position: absolute;
	left: 50%;
	top: 1.30rem;
	z-index: 0;
}

@media screen and (max-width: 640px) {
	.about::before {
		content: "";
		width: calc(100% - 0.20rem);
		height: 70vw;
		left: 0;
		top: 3.25rem;
		bottom: 0.80rem;
		transform: translateY(0);
	}
}

.about .in {
	position: relative;
}

.about .in .textbox {
	width: 100%;
	max-width: 4.60rem;
	padding: 1.00rem 0;
}

@media screen and (max-width: 640px) {
	.about .in .textbox {
		max-width: 100%;
		padding: 0;
	}
}

.about .in .textbox .title {
	font-size: 0.34rem;
	font-weight: 600;
	padding-bottom: 0.30rem;
}

@media screen and (max-width: 640px) {
	.about .in .textbox .title {
		font-size: 0.24rem;
		padding-bottom: 0.20rem;
		text-align: center;
	}
}

.about .in .textbox .title span {
	display: block;
	padding-top: 0.20rem;
	font-size: 0.14rem;
	letter-spacing: 0.20em;
	color: #F21616;
}

@media screen and (max-width: 640px) {
	.about .in .textbox .title span {
		padding-top: 0.15rem;
		font-size: 0.12rem;
	}
}

.about .in .textbox .text {
	font-size: 0.20rem;
	line-height: 2.21;
}

@media screen and (max-width: 640px) {
	.about .in .textbox .text {
		font-size: 0.15rem;
		line-height: 2;
		text-align: center;
		padding-bottom: 0.30rem;
	}
}

.about .in .ph_wrap {
	width: 100%;
	max-width: 6.56rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

@media screen and (max-width: 640px) {
	.about .in .ph_wrap {
		width: 100%;
		max-width: 6.56rem;
		position: relative;
		top: auto;
		right: auto;
		left: -0.20rem;
		z-index: 1;
	}
}

.about .in .ph_wrap .main {
	width: 5.30rem;
	height: 4.55rem;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}

@media screen and (max-width: 640px) {
	.about .in .ph_wrap .main {
		width: 100%;
		height: 69.33vw;
		position: relative;
		top: 0;
		right: 0;
		z-index: 0;
		padding-bottom: 0.60rem;
	}
}

.about .in .ph_wrap .sub {
	width: 3.40rem;
	height: 2.40rem;
	overflow: hidden;
	position: absolute;
	top: 3.00rem;
	left: 0;
	z-index: 1;
}

@media screen and (max-width: 640px) {
	.about .in .ph_wrap .sub {
		width: 1.57rem;
		height: 29.33vw;
		top: auto;
		bottom: 0;
		left: auto;
		right: -0.40rem;
	}
}

.about .in .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about .in .gallery_list_wrap {
	padding-top: 0.90rem;
}

@media screen and (max-width: 640px) {
	.about .in .gallery_list_wrap {
		padding-top: 0.40rem;
	}
}

/*============================
エージェント様はこちら
============================*/
.agent_btn {
	width: 100%;
	max-width: 6.00rem;
	margin: auto;
	padding:0.30rem 0 1.00rem;
}

@media screen and (max-width: 640px) {
	.agent_btn {
		max-width: 3.15rem;
		padding:0 0 0.50rem;
	}
}

.agent_btn a {
	display: block;
	background-color: #000;
	color: #000;
	line-height: 0;
	padding: 0.40rem 0;
	color: #FFF;
	text-align: center;
	font-size: 0.20rem;
	position: relative;
}

@media screen and (max-width: 640px) {
	.agent_btn a {
		padding: 0.30rem 0.10rem 0.30rem 0;
		font-size: 0.16rem;
	}
}

.agent_btn a:hover {
	background-color: #F21616;
}

.agent_btn a::after {
	content: "";
	width: 0.40rem;
	height: 0.07rem;
	background-image: url(../img/icon_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0.20rem;
	transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
	.agent_btn a::after {
		width: 0.25rem;
		right: 0.15rem;
		background-size: auto 100%;
	}
}


/*============================
Google Map
============================*/
.gmap {
	width: 100%;
	height: 5.00rem;
}

@media screen and (max-width: 640px) {
	.gmap {
		height: 2.80rem;
	}
}

.gmap iframe {
	width: 100%;
	height: 100%;
}

/*============================
footer
============================*/
footer {
	padding: 0.60rem 0;
	background-image: url(../img/footer_bg.jpg);
	background-position: center;
	background-size: cover;
}

@media screen and (max-width: 640px) {
	footer {
		padding: 0.40rem 0;
	}
}

/* 店舗写真 */
footer .shop_ph {
	width: 4.20rem;
	height: 3.00rem;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: -1.10rem;
	z-index: 1;
	border: 0.06rem solid #FFF;
	box-shadow: 0 2px 0.08rem rgba(0,0,0,0.4);
}

footer .shop_ph img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ロゴ */
footer .logo {
	width: 1.56rem;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 640px) {
	footer .logo {
		width: 1.20rem;
		margin: auto;
	}
}

footer .text {
	font-size: 0.14rem;
	padding-bottom: 0.10rem;
}

@media screen and (max-width: 640px) {
	footer .text {
		font-size: 0.13rem;
		text-align: center;
		line-height: 1.875;
	}
}

footer .tel_num {
	padding-top: 0.10rem;
}

@media screen and (max-width: 640px) {
	footer .tel_num {
		text-align: center;
	}
}

footer .tel_num a {
	font-size: 0.30rem;
	letter-spacing: 0.10em;
	color: #000;
	pointer-events: none;
}

footer .tel_num a::before {
	content: "";
	display: inline-block;
	width: 0.36rem;
	height: 0.24rem;
	background-image: url(../img/icon_tel.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}

/*============================
copyright
============================*/
.copyright {
	padding: 0.30rem 0;
	text-align: center;
	border-bottom: 0.10rem solid #DE9E9E;
}

@media screen and (max-width: 640px) {
	.copyright {
		padding: 0.20rem 0;
		border-bottom: 0.05rem solid #DE9E9E;
	}
}

.copyright .text {
	font-size: 0.14rem;
}

@media screen and (max-width: 640px) {
	.copyright .text {
		font-size: 0.11rem;
	}
}