@charset "UTF-8";

html {
	font-size: 18px;
	font-family: serif;
	color: #ffcbb3;
}

@media (max-width: 1000px){
	html {
		font-size: 14px;
	}
}

body {
	background-color: #332823;
	margin: 0;
}

footer {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	height: 5rem;
	width: 100%;
	background-color: #87736A;
}

footer p{
	text-align: center;
	font-size: 0.8rem;
	margin: 0;
	color: white;
}

h1,h2,h3 {
	font-weight: normal;
}

a {
	color: #cca28f;
}

.mainHead {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	width: 100%;
	height: 100vh;
	animation: appear 2s ease-in-out forwards;
}

.mainHead img {
	width: 100vw;
	height: 100vh !important;
	padding: 0 !important;
	object-fit: cover;
	position: absolute;
	background: linear-gradient(to top, #332823, #331e2380);
	opacity: 0.4;
	top: 0;
	left: 0;
	z-index: 1;
}

@keyframes appear {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.mainHead h1,
.mainHead h3 {
	mix-blend-mode: overlay;
	color: #ffcbb3;
	display: inline;
	text-align: center;
	letter-spacing: 1rem;
	z-index: 2;
}

.r_container {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	width: 100%;
	min-height: 30vh;
	margin: 2rem 0;
}

.r_container p {
	padding: 0 10%;
	text-indent: 1rem;
}

@media (max-width: 1000px){
	.r_container p {
		padding: 0 1rem ;
	}
}

.r_container h1,
.r_container h2,
.r_container h3 {
	width: 100%;
	text-align: center;
	color: #ffcbb3;
}

.quote {
	margin: 1rem 10%;
	color: #ffcbb3;
}

.quote:before {
	content: '“';
}
.quote:after {
	content: '”';
}

.image {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
}

.image picture {
	text-align: center;
	display: block;
}

.image picture img {
	max-height: 50vh;
	max-width: 90vw;
}

.image p.img_description {
	margin: 0 auto;
	padding: 1rem 0;
	text-align: center;
	max-width: 50%;
	font-size: 0.8rem;
}

@media (max-width: 1000px){
	.image p.img_description {
		max-width: 80%;
	}	
}

.index {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-content: space-around;
	padding: 0 1rem 1rem 5rem;
}

.index h2 {
	color: #ffcbb3;
}


@media (max-width: 1000px){
	.index {
		padding: 0 1rem 1rem 1rem;
	}
}

.index p {
	padding-left: 2rem;
}

.index_title {
	font-size: 1.2rem;
	padding-left: 1rem !important;
}

/* SNS Share */
.share {
	width: 100%;
	margin: 1rem 0;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
}

.share p{
	color: white;
	width: 5rem;
	margin: 0 3rem;
	padding: 0.5rem;
	text-align: center;
	border: 1px solid white;
	border-radius: 0 1rem 1rem 0;
}


/* SNS Share */
.fab {
	font-family: "Font Awesome 5 Brands";
}

.fab:before {
	content: "";
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	background-size: contain;
}

.SS {
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.SS .btn,
.SS .btn-f{
	display: flex;
	padding: 0.5rem 2rem;
	margin: 0 0.5rem;
	min-width: 110px;
	text-decoration: none;
	border: 1px solid white;
}

.SS .btn { 
	color: #1DA1F2; 
}
.SS .btn-f { 
	color: #4267B2; 
}

.btn:hover,
.btn-f:hover {
	background-color: white;
	transition: .5s;
}

.btn i,
.btn-f i {
  font-size: 1.5rem;
  padding-right: 1rem;
}

.btn span,
.btn-f span {
	font-family: "Roboto", sans-serif;
	align-self: center;
	transform: translateX(0px);
	opacity: 1;
}

.btn i { 
	color: #1DA1F2; 
}
.btn-f i { 
	color: #4267B2; 
}

.fa-twitter:before{
	background-image: url("https://cdn.usbrandcolors.com/images/logos/twitter-logo.svg");
}

.fa-facebook:before{
	background-image: url("https://cdn.usbrandcolors.com/images/logos/facebook-logo.svg");
}