@charset "utf-8";
/* CSS Document */
#hero {
	width: 100%;
	height: 100vh;
	background: url("../../../ja/img/bg.jpg") top center no-repeat;
	background-size: cover;
	position: relative;
}
@media (min-width: 1200px) {
	#hero{background: url("../img/header.jpg") top center no-repeat;}
}
@media screen and (min-width: 430px) and (max-width: 768px) {
	#hero {background: url(../img/header-sm.jpg) top center no-repeat;}
}
@media screen and (max-width:429px) { 
	#hero {background: url(../img/header-xs.jpg) top center no-repeat;}
}
#hero:before {
	content: "";
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}
#hero .hero-container {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	padding: 0 15px;
}
#hero img {
	padding: 10px 30px;
	margin-top: 30px;
}
#hero h1 {
	margin: 0;
	font-family: "Ubuntu", sans-serif;
	font-size: 28px;
	font-weight: 500;
	line-height: 56px;
	color: #fff;
	margin-bottom: 20px;
	line-height: 1.3em;
}
#hero h2 {
	color: #eee;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0.08em;
	margin-top: 15px;
}
#hero h2 span {
	color: #eee;
	font-size: 20px;
}
#hero h3 a {
	font-size: 30px;
	color: #eee;
	border-bottom:dotted;/*下線を点線にする*/
	border-color:#eee;
	border-width: 2px;
	font-weight: normal;
}
#hero h3 a:hover {
	opacity: 0.8}

#hero p {
	color: #eee;
	font-size: 24px;
}
#hero .btn-get-started {
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 30px 9px 30px;
	border-radius: 50px;
	transition: 0.5s;
	border: 2px solid #fff;
	color: #fff;
}
#hero .btn-get-started:hover {
	background: #e43c5c;
	border: 2px solid #e43c5c;
}
@media (min-width: 1024px) {
	#hero {
		background-attachment: fixed;
	}
}
@media (max-width: 768px) {
	#hero h3 {
		font-size: 22px;
	}
	#hero h1 {
		font-size: 28px;
		line-height: 36px;
	}
	#hero h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 30px;
	}
}
@media (max-height: 500px) {
	#hero {
		height: 150vh;
	}
}
.intro,
.access,
.contact{
	background-color: #faf0ed;
	background-image: url("https://www.transparenttextures.com/patterns/light-gray.png");
}
.intro-wrapper{
	padding: 58px 0px;
}
.access a:link,
.contact a:link {
	color: #666666;
	border-bottom:dotted;/*下線を点線にする*/
	border-color:#666666;
	border-width: 2px;
}
.access a:hover, a:focus,
.contact a:hover, a:focus {
	color: #b3b3b3;
	border-bottom: none;
}
.intro h4{
	font-size: 24px;
	font-weight: normal;
}
.btn-pink{
	background: #e43c5c;
	border: 0!important;
	padding: 10px 28px;
	color: #fff!important;
	border-radius: 50px;
}
.btn-pink:hover {
	background: #d01d3f;
	color: #fff!important;
	text-decoration: none;
}
/* about */
.about-wrapper{
	padding: 58px 0px;
	background:url("../../../img/2022/bg1.jpg");
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.about p {
	color: #b3b3b3;
}
.access h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #493c3e;
}

/* highlights */
.swiper-wrapper {
	max-width: 100%;
	margin: 30px 0;
	padding-bottom: 30px;
}
.swiper-scrollbar {
	background: #4a3446!important;
}
:root {
	--swiper-navigation-color: #ffffff;
}
/* contact */
.contact .info {
	width: 100%;
}
.contact .info i {
	font-size: 20px;
	color: #e43c5c;
	float: left;
	width: 44px;
	height: 44px;
	background: #fdeff2;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}
.contact .info h4 {
	padding: 0 0 0 60px;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #493c3e;
}
.contact .info p {
	padding: 0 0 0 60px;
	margin-bottom: 0;
}
.contact .info .email, .contact .info .phone, .contact .info .hour {
	margin-top: 40px;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i, .contact .info .hour:hover i {
	background: #e43c5c;
	color: #fff;
}
.form-control{
	display: block;
	width: 100%;
	margin-bottom: 15px;
	background-color: rgba(73, 4, 61, 0.1);
	color: #333333;
}
/* for Webkit */
.form-control::-webkit-input-placeholder{color: #666666;}
/* for Firefox */
.form-control::-moz-placeholder{color: #666666;}
/* for Firefox 18以前 */
.form-control:-moz-placeholder{color: #666666;}
/* for Windows IE */
.form-control:-ms-input-placeholder{color: #666666;}
.contact .php-email-form button[type=submit] {
	background: #e43c5c;
	border: 0;
	padding: 10px 28px;
	color: #fff;
	transition: 0.4s;
	border-radius: 50px;
}
.contact .php-email-form button[type=submit]:hover {
	background: #d01d3f;
}
