@charset "utf-8";
/* CSS Document */

#lower-image {
	background: url(../images/main_image.jpg) center -35% !important;
	background-size: cover;
}

#lower-contents .PageHeader__ttl {
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}

.PageBody {
	margin-top: 60px;
}

#main-contents section > *:last-child {
	margin-bottom: 0;
}

#main-contents section figure {
	margin-bottom: 20px;
}

#main-contents section figure img {
	border-radius: 4px;
}

/* --- 20190611 --- */

figcaption {
	color: rgba(0,0,0,0.55);
}

small {
	color: rgba(0,0,0,0.6);
}

.weak {
	color: rgba(0,0,0,0.5);
}

/* svg */
.defaults {
	display: none;
}

/**/

.txt--serif {
	font-family: "FOT-マティス Pro M", MatissePro-M, serif;
}

/* .box--flex.box2 .box.txt {
	width: calc(50% - 30px);
} */

.section-title {
	color: rgb(202,32,29) !important;
	padding-top: 30px;
	background-image: url(../svg/fill2.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 4px;
}

.section-title:before {
	top: 30px !important;
}

section.about .section-title {
	background: none !important;
}

#lower-image:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(202,32,29,0.3);
}

/*section.intro {
	background-image: url(../svg/heart.svg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}*/

/* main visual */
section.intro {
	margin-bottom: 0 !important;
	padding-bottom: 10px !important;
	position: relative;
	overflow: visible !important;
}

.intro .mv {
	position: relative;
}

.intro .mv .img--max {
	height: 520px;
	position: relative;
	display: flex !important;
	align-items: flex-end;
	overflow: hidden;
}

.intro .mv .img--max img {
	width: auto;
	height: 100%;
	object-fit: cover;
}

.intro .mv-txt {
	position: absolute;
	top: 50%;
	margin: auto;
	padding: 0 20px;
	/* padding: 0 0 0 100px; */
	transform: translateY(-50%);
}

.intro .mv-txt .txt {
	margin-bottom: 0 !important;
}

.intro .mv-txt .txt p {
	color: rgba(0,0,0,0.9) !important;
	font-size: 1.35rem !important;
}

.intro .mv-txt .txt .name {
	font-size: 1.4rem !important;
} 

#lower-contents #main-contents #caption {
	color: #ca201d;
	margin-bottom: 10px;
	font-size: 2rem;
}


/* fil */
.fil {
	width: 100%;
	height: auto;
	display: block;
}

.fil img {
	vertical-align: bottom;
}

.fil svg {
	width: 100%;
	height: auto;
}

#main-contents h2 {
	margin-bottom: 25px !important;
}

#lower-contents #main-contents h2:before {
	border-color: #ca201d;
}

#lower-contents #main-contents .txt--serif.sub-title {
	font-size: 1.6rem;
	color: #ca201d;
	text-align: left;
	margin-bottom: 10px;
}

#contents-area .txt {
	margin-bottom: 20px;
}

#contents-area section p a {
	text-decoration: underline;
	transition: .2s ease;
	cursor: pointer;
}

#contents-area section p a:hover {
	color: #ca201d;
	text-decoration: none;
}

/* cafe hour */
.cafe .hour {
	background-color: rgba(202,32,29, 0.06);
	padding: 10px 20px !important;
	box-sizing: border-box;
	border-radius: 4px;
	display: inline-block;
	color: rgba(0,0,0,0.7);
}

.cafe .hour dl {
	display: inline-flex;
	/* justify-content: flex-start; */
	font-size: 95% !important;
	text-align: justify;
	margin-right: 15px;
}

.cafe .hour dl:last-child {
	margin-right: 0;
}

.cafe .hour dt {
	color: rgba(0,0,0,0.75);
	font-size: inherit !important;
	margin-right: 10px;
	margin-bottom: 0 !important;
}

/* cafe supply */

.supply-title {
	/* display: inline-block;
	color: rgba(0,0,0,0.75) !important; */
}

/* .about .section_main-box .box.txt,
.shareroom .section_main-box .box.txt {
	width: calc(60% - 15px);
}

.shareroom .section_main-box .box.fig {
	width: calc(40% - 15px);
} */

/* header sns */

.contents-sns {
	line-height: 0;
}

.sns-list {
	overflow: hidden;
	display: inline-block;
	text-align: right;
}

.sns-list .sns-item {
	display: inline-block;
	margin: 0 10px 0 0;
}

.sns-list .sns-item:last-child {
	margin-right: 0;
}

.sns-list .sns-item svg {
	width: 26px;
	height: 26px;
	/*fill:  rgba(0,0,0,0.6);*/
	fill: rgba(202,32,29,0.8);
	line-height: 0;
	transition: .3s ease;
}

.sns-list .sns-item a:hover svg {
	fill: rgba(202,32,29, 1);
}

/* footer sns */
.footer-share {
	border: none !important;
	margin-top: 60px !important;
	padding: 0 !important;
}

#main-contents .footer-share h2.supply-title {
	color: #ca201d !important;
	font-size: 1.8rem !important;
	display: block;
}

.footer-share .supply-title:before {
	display: none;
}

#main-contents .footer-share .share-intro {
	margin: 0 auto 40px !important;
}

.footer-share .contents-sns,
.footer-share .p {
	text-align: center
}

.footer-share .sns-list {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	max-width: 850px;
	text-align: left;
}

.footer-share .sns-item {
	margin: 0 0 20px 0 !important;
	width: 100%;
	box-sizing: border-box;
}

.footer-share .sns-item svg {
	width: 50px;
	height: 50px;
}

/* facebook */
.fb-container {
	width: 100%;
	max-width: 500px;
	margin: auto;
}

.fb_iframe_widget iframe {
	border-radius: 5px !important;
	overflow: hidden !important;
}

.fb_iframe_widget_fluid span {
	width: 100% !important;
}

/* instagram */
.footer-share .sns-list .item-instagram {
	border: 1px solid rgba(202,32,29, 0.3) !important;
	border-radius: 5px;
}

.insta-anchor {
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	padding: 30px 20px;
	box-sizing: border-box;
	transition: .3s ease;
}

.insta-anchor:hover {
	background-color: rgba(202,32,29,0.09);
}

.insta-title {
	margin: 0 auto 5px !important;
	max-width: 150px;
}

.footer-share .item-instagram svg {
	width: 70px;
	height: 70px;
	margin: 0 auto;
}

.insta-title img,
.insta-account img {
	width: 100%;
	vertical-align: bottom;
}

.footer-share .sns-list .item-instagram .insta-account-wrap {
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
}

#main-contents .footer-share .sns-list .item-instagram .insta-account {
	width: 50%;
	line-height: 1 !important;
	margin: 0 auto 10px !important;
}

.footer-share .item-instagram .supply-text {
	font-size: 0.9em !important;
}

.footer-share .item-instagram .more {
	color: #ca201d;
	text-align: center;
	font-size: 0.8em !important;
	position: relative;
	padding-left: 20px;
	display: inline-block;
}

.footer-share .item-instagram .more:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background-image: url(../../../common/images/arrow_round.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 14px;
	height: 14px;
	background-color: rgba(202,32,29,0.6);
	border-radius: 50%;
	overflow: hidden;
	transition: .3s ease;
}

.footer-share .item-instagram .insta-anchor:hover .more:before {
	background-color: rgba(202,32,29,1);
}


@media screen and (min-width: 768px) {
	.sns-list .sns-item {
		margin: 0 18px 0 0;
	}

	.intro .mv .img--max {
		height: auto;
		max-height: 520px;
	}
	
	.intro .mv .img--max img {
		width: 100%;
		height: auto;
	}

	.intro .mv-txt {
		padding: 0 30px 0 60px;
	}

	.box--flex {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	
	.box--flex.box2 .box {
		width: calc(50% - 10px);
	}

	.box--flex.box3 .box {
		width: calc(33.3333% - 15px);
	}

	.box--flex.box4 .box {
		width: calc(25% - 15px);
	}

	.footer-share .sns-list {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	.footer-share .sns-item {
		width: 500px;
	}

	.insta-title {
		max-width: 200px;
	}
}

@media screen and (min-width: 1280px) {
	figcaption {
		font-size: 1.4rem !important;
	}

	#lower-contents #main-contents section {
		margin-bottom: 80px;
	}

	#lower-contents #main-contents #caption {
		font-size: 4rem;
		margin-bottom: 20px;
	}

	.intro .mv-txt {
		padding: 0 0 0 100px;
	}

	.intro .mv-txt .txt p {
		font-size: 1.45rem !important;
	}

	#lower-contents #main-contents .txt--serif.sub-title {
		font-size: 2rem;
	}

	.footer-share {
		margin-top: 120px !important;
	}

	#main-contents .footer-share h2.supply-title {
		font-size: 2.5rem !important;
	}

	.footer-share .sns-list {
		align-items: inherit;
		justify-content: space-between;
		flex-direction: row;
	}

	.footer-share .sns-item {
		width: 500px;
		margin: 0 !important;
	}
	
	.footer-share .sns-list .item-instagram {
		width: calc(100% - 530px) !important;
	}

	.insta-title {
		max-width: 250px;
	}
}