@charset "UTF-8";
/* CSS Document */
/*==    
font-family: 'Playfair Display', serif;
font-family: 'Tangerine', cursive; =
=*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&family=Tangerine:wght@400;700&display=swap');
.yumin {
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
/* IE11にのみ適用 */
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .btn {
		padding: 環境に合わせ調整
	}
}
@media screen and (max-width: 599px) {
.sp_inline{
	display: none
}
}
.container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 0 50px;
}
.container.top_contents{
	padding: 50px 0 0px;
}
.first_contents {
	margin-top: 50px
}
.last_contents {
	margin-bottom: 100px!important
}
@media screen and (max-width: 1024px) {
	.container {
		padding-left: 5%;
		padding-right: 5%
	}
	.side_spacer {
		padding-left: 5%;
		padding-right: 5%
	}
}
@media screen and (max-width: 767px) {
	.container {
		padding: 50px 5% 50px
	}
	.container.top_contents{
		padding: 50px 5% 0px
	}
}
.md_only {
	display: none;
}
@media screen and (max-width: 767px) {
	.md_only {
		display: block;
	}
	.pc_only, .md_no {
		display: none
	}
}
.br_md {
	display: none;
}
.br_sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.br_md {
		display: block
	}
}
@media screen and (max-width: 599px) {
	.br_sp {
		display: block
	}
}
.footer_logo_block img {
	max-width: 93px;
	height: auto;
}
/*フッターナビ======*/
.footer_nav {
	display: flex;
}
.footer_nav li {
	margin-right: 30px;
	max-width: 144px;
}
.footer_nav li:last-child {
	margin-right: 0px;
}
.footer_nav li a {
	transition: all .3s;
	text-decoration: none
}
.footer_nav li a:hover {
	opacity: 0.8
}
@media screen and (max-width: 767px) {
	.footer_nav {
		display: flex;
		flex-direction: column;
	}
	.footer_nav li {
		margin-right: 0px;
		margin-bottom: 15px
	}
}
/*フッターコンテンツ======*/
.footer_bg {
	/*background: url("../img/common/lady.png")no-repeat right bottom / 207px auto;*/
	background-color: #3D071C;
}
@media screen and (max-width: 767px) {
	.footer_bg {
		background-size: 180px auto;
		background-position-y: 50%
	}
}
@media screen and (max-width: 480px) {
	.footer_bg {
		background-size: 120px auto;
		background-position-y: 50%
	}
}
.footer_container {
	padding-top: 50px;
	padding-bottom: 50px;
	max-width: 1000px;
	margin: 0 auto
}
.footer_logo_block img {
	max-width: 93px;
	height: auto;
}
.footer_col {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 1300px) {}
@media screen and (max-width: 1024px) {
	.footer_container {
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 3%;
		padding-right: 3%
	}
}
@media screen and (max-width: 767px) {
	.footer_logo_block {
		margin-left: 0px;
	}
}
@media screen and (max-width: 599px) {
		.footer_logo_block {
		/*margin-bottom: 30px;*/
		margin-bottom: 0px;
		}
		.footer_logo_block img {
		max-width: 60px;
		height: auto;
		}
		.footer_container {/*20220825追加*/
		padding-top: 10px;
		padding-bottom: 10px;
		}
}
.heading_flower_mini {
	font-size: 16px;
	margin-bottom: 10px
}
.heading_flower_mini::before {
	background: url("../img/common/ico_flower.png")no-repeat left center /contain;
	display: inline-block;
	content: "";
	width: 16px;
	height: 17px;
	vertical-align: middle;
	margin-bottom: 5px
}
@media screen and (max-width: 767px) {
	.heading_flower_mini {
		font-size: 16px;
		margin-bottom: 10px;
		text-align: center;
	}
}
@media screen and (max-width: 480px) {
	.heading_flower_mini {
		font-size: 16px;
		margin-bottom: 10px;
		text-align: center;
		margin-left: -10px
	}
}
.eiji {
	font-family: 'Tangerine', cursive;
	font-weight: 700 !important;
}
.copyright_wrap {
	background-color: #fff;
	padding: 10px
}
.copyright {
	font-size: 14px;
	color: #555;
	text-align: center
}
@media screen and (max-width: 599px) {
	.copyright_wrap {
		background-color: #fff;
		padding: 4px
	}
	.copyright {
		font-size: 12px;
	}
}
/*footer ロゴとテキスト======*/
.footer_logo_col_r {
	margin-left: 25px
}
.footer_logo_col {
	display: flex;
}
.footer_logo {
	color: #fff;
}
.footer_logo_kana {
	font-size: 14px;
	display: block;
}
.footer_logo_eiji {
	display: block;
	font-size: 23px;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	margin-bottom: 15px
}
@media screen and (max-width: 599px) {
	.footer_logo_col_r {
		margin-left: 15px
	}
	.footer_logo {
		/*margin-top: 13px;*/
		margin-top: 0px;
		margin-bottom: 15px
	}
	.footer_logo_kana {
		font-size: 10px;
	}
	.footer_logo_eiji {
		font-size: 15px;
	}
}
/*footer メニューリンク======*/
.footer_logo_nav {
	margin-top: 40px
}
.footer_logo_nav li {
	margin-bottom: 7px
}
.footer_logo_nav li a {
	color: #fff;
	font-size: 16px;
}
.footer_logo_nav li a:hover {
	text-decoration: underline
}
@media screen and (max-width: 599px) {
	.footer_logo_nav li a {
		color: #fff;
		font-size: 14px;
	}
}
/*＝＝　黒いボタン ＝＝*/
.btn_bk {
	position: relative;
	background-color: #2B2B2B;
	text-align: center;
	max-width: 340px;
	margin: auto;
	padding: 15px 5px;
	border-radius: 30px;
	box-shadow: 0px 0px 14px -5px rgba(89, 67, 67, 0.6);
	transition: 0.3s
}
.btn_bk a {
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	font-family: 'Playfair Display', serif;
}
.btn_bk::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 17px;
	content: '';
	width: 80px;
	height: 5px;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: skew(45deg);
	margin-left: 100px;
	margin-bottom: 1px;
}
.btn_bk:hover {
	background: #555555;
}
/*＝＝　白いボタン ＝＝*/
.btn_w {
	position: relative;
	background-color: #fff;
	text-align: center;
	max-width: 340px;
	margin: auto;
	padding: 15px 5px;
	border-radius: 30px;
	box-shadow: 0px 0px 14px -5px rgba(89, 67, 67, 0.6);
	transition: 0.3s;
	border: 1px solid #bbb;
}
.btn_w a {
	text-align: center;
	color: #555;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
.btn_w::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 17px;
	content: '';
	width: 80px;
	height: 5px;
	border-bottom: solid 1px #555;
	border-right: solid 1px #555;
	transform: skew(45deg);
	margin-left: 100px;
	margin-bottom: 1px;
}
.btn_w:hover {
	background: #EDEDED;
}
/*＝＝　ボタンMAILアイコン ＝＝*/
.icon_mail {
	position: relative;
}
.icon_mail a::before {
	background: url("../img/common/icon_insta.png")no-repeat left center /cover;
	display: inline-block;
	content: "";
	width: 35px;
	height: 35px;
	vertical-align: middle;
	position: absolute;
	left: 20%;
	top: 20%;
}
.icon_line {
	position: relative;
	padding-left: 15px
}
.icon_line a::before {
	background: url("../img/common/ico_line.png")no-repeat left center /cover;
	display: inline-block;
	content: "";
	width: 35px;
	height: 35px;
	vertical-align: middle;
	position: absolute;
	left: 25%;
	top: 20%;
}
.btn_container {
	display: flex;
	justify-content: space-around
}
.btn_container li {
	width: 100%
}
@media screen and (max-width: 767px) {
	.btn_container {
		display: flex;
		justify-content: center;
		flex-direction: column
	}
	.btn_container li {
		width: 100%;
		margin-bottom: 30px
	}
}
/*＝＝　下層MV ＝＝*/
@media screen and (max-width: 767px) {
	.mv_lower_container {
		padding-top: 80px
	}
}
/*下層MV　タイトル======*/
.mv_lower_container_bg {
	position: relative;
	background: url("../img/common/mv_lower.jpg")no-repeat center top / cover;
	height: 453px;
}
.mv_lower_container_bg_wrap {
	padding-top: 170px
}
@media screen and (max-width: 767px) {
	.mv_lower_container_bg_wrap {
		padding-top: 80px
	}
	.mv_lower_container_bg {
		position: relative;
		background: url("../img/common/mv_lower_sp.jpg")no-repeat center top / cover;
		max-height: 453px
	}
}
@media screen and (max-width: 480px) {
	.mv_lower_container_bg {
		position: relative;
		background: url("../img/common/mv_lower_sp.jpg")no-repeat center top / cover;
		max-height: 250px
	}
}
.mv_lower_ttl {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.mv_lower_ttl_eiji {
	font-size: 70px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
	display: block;
	line-height: 0.9;
	margin-bottom: 15px;
	font-family: 'Tangerine', cursive;
}
.mv_lower_ttl_jp {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
	display: block;
}
@media screen and (max-width: 767px) {
	.mv_lower_ttl {
		top: 57%;
	}
	.mv_lower_ttl_eiji {
		/*font-size: 70px;*/
		font-size: 50px;
	}
	.mv_lower_ttl_jp {
		/*font-size: 21px;*/
		font-size: 15px;
	}
}
@media screen and (max-width: 480px) {
	.mv_lower_ttl {
		top: 62%;
	}
	.mv_lower_ttl_eiji {
		/*font-size: 55px;*/
		font-size: 50px;
	}
	.mv_lower_ttl_jp {
		/*font-size: 17px;*/
		font-size: 15px;
	}
}
/*＝＝　MAILとお友達登録ボタン ＝＝*/
.inquiry_container {
	max-width: 1000px;
}
.line_add{
	border-top: 1px solid #420017
}
.inquiry_container_inner{
	padding-top: 50px;
	padding-bottom: 50px
	
}
.inquiry_container_line {
	max-width: 1000px;
	border-top:1px solid #420017;
}
.inquiry_container_heading {
	text-align: center;
	font-size: 18px;
	margin-bottom:30px;
}
.inquiry_container_txt {
	text-align: center;
	margin-bottom:30px;
}
.inquiry_container_note {
	text-align: center;
	margin-bottom:30px;
}
@media screen and (max-width: 767px) {
.inquiry_container,
.inquiry_container_line{
}


}
@media screen and (max-width: 599px) {
.inquiry_container,
.inquiry_container_line{
}
.inquiry_container_txt,
.inquiry_container_note
	{
font-size: 14px;
text-align: left;
}
}
/*インスタアイコン設置*/
.pict_insta img{
	max-width: 35px;
	height: auto
}