@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
/* CSS Document */
body {
	font-family: "Quicksand", "Hiragino maru Gothic ProN W4", "Hiragino Kaku Gothic Pro", "Hiragino Sans", arial, Meiryo, "MS PGothic", sans-serif;
	color: #1a1a1a;
}
a {
	color: #ae4471;
	text-decoration: none;
}
a:hover {
	color: #ea6981;
	text-decoration: none;
}
/* font */
h6 {line-height: 1.8em}
p {
	font-size: 18px;
	color:#4d4746;
	line-height: 1.7em;}
td {
	font-size: 18px;}

.sm14 {font-size: 14px;}
.sm15 {font-size: 15px;}
.sm16{font-size: 16px;line-height: 1.8em;}
.em20{font-size: 20px;line-height: 1.8em;}
.font-gr {color: #869735;}
.font-pink {color: #b32e47;}
.font-snow {color: #c0c0c0;}
hr {
	display: block;
	border: 0; 
	margin:30px 20px 40px 20px; 
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(204,204,204,0), rgba(204,204,204,0.75), rgba(204,204,204,0)); 
	background-image: -moz-linear-gradient(left, rgba(204,204,204,0), rgba(204,204,204,0.75), rgba(204,204,204,0)); 
	background-image: -ms-linear-gradient(left, rgba(204,204,204,0), rgba(204,204,204,0.75), rgba(204,204,204,0)); 
	background-image: -o-linear-gradient(left, rgba(204,204,204,0), rgba(204,204,204,0.75), rgba(204,204,204,0)); 
}
/* --badge-- */
.bg-danger {background-color: #ae4471!important;font-weight: 400;}
.bg-success {background-color: #869735!important;font-weight: 400;}
.bg-primary {background-color: #6C9EA3!important;font-weight: 400;}
.bg-info {background-color: #84776E!important;font-weight: 400;}
.bg-dark {background-color: #84776E!important; padding: 2px 7px; border-radius: 5px;font-weight: 400;font-size: 14px;}
.bg-pink {background-color: #ae4471!important; padding: 2px 7px; border-radius: 5px;font-weight: 400;font-size: 14px;}
table .bg-light{background-color: #e6d8dc!important;}
table .bg-white{background-color: #f4e8eb!important;}
.btn-learn-more {
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	padding: 8px 32px;
	border-radius: 50px;
	transition: 0.3s;
	line-height: 1;
	color: #ae4471;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	margin-top: 6px;
	border: 2px solid #ae4471;
}
.btn-learn-more:hover {
	background: #ae4471;
	color: #fff;
	text-decoration: none;
}
.read-more a {
	display: inline-block;
	background: #e43c5c;
	color: #fff;
	padding: 10px 28px;
	transition: 0.4s;
	font-size: 15px;
	border-radius: 50px;
}
.read-more a:hover {
	opacity: 0.6;
}
.btn-login a {
	display: inline-block;
	background: #a14758;
	color: #fff;
	padding: 5px 10px!important;
	transition: 0.4s;
	border-radius: 30px;
}
.btn-login a:hover {
	opacity: 0.6;
}

/* img */
img{
	max-width: 100%;
}
.img_left { float:left; margin:0 30px 30px 0; border:none;}
.img_right { float:right; margin:0 0 30px 30px; border:none;}
.img_trans:hover {opacity: 0.6;}

@media (max-width: 428px) {
	.sm14 {font-size: 15px;}
}
/* Back to top button */
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: #ae4471;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	transition: all 0.4s;
}
.back-to-top i {
	font-size: 24px;
	color: #fff;
	line-height: 0;
}
.back-to-top:hover {
	background: rgba(73, 4, 61, 0.9);
	color: #fff;
}
.back-to-top.active {
	visibility: visible;
	opacity: 1;
}
/* header */
#header {
	transition: all 0.5s;
	z-index: 997;
	padding: 20px 0;
}
#header .logo {
	font-size: 20px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#header .logo a {
	color: #fff;
}
#header .logo img {
	max-height: 40px;
}
#header.header-scrolled, #header.header-inner-pages {
	background: rgba(0, 0, 0, 0.9);
	padding: 12px 0;
}
/*** Desktop Navigation */
.navbar {
	padding: 0;
}
.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}
.navbar li {
	position: relative;
}
.navbar > ul > li {
	white-space: nowrap;
	padding: 10px 0 10px 24px;
}
.navbar a, .navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	font-size: 14px;
	padding: 0 4px;
	white-space: nowrap;
	transition: 0.3s;
	letter-spacing: 0.4px;
	position: relative;
}
.navbar a i, .navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}
.navbar > ul > li > a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -6px;
	left: 0;
	background-color: #e43c5c;
	visibility: hidden;
	transform: scaleX(0);
	transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
	visibility: visible;
	transform: scaleX(1);
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
	color: #fff;
}
.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 24px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
}
.navbar .dropdown ul li {
	min-width: 200px;
}
.navbar .dropdown ul a {
	padding: 10px 20px;
	font-size: 14px;
	text-transform: none;
	color: #493c3e;
}
.navbar .dropdown ul a i {
	font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
	color: #e43c5c;
}
.navbar .dropdown:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}
.dropdown-divider {border-top: solid 1px #e43c5c;
	clear: both;
	margin: 0 auto;
	height: 1px;
	width: 90%;}
@media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}
	.navbar .dropdown .dropdown:hover > ul {
		left: -100%;
	}
}
/*** Mobile Navigation */
.mobile-nav-toggle {
	color: #fff;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}
@media (max-width: 991px) {
	.mobile-nav-toggle {
		display: block;
	}
	.navbar ul {
		display: none;
	}
	.btn-login a {
	margin: 10px 0 20px 20px;
	display: inline-block;
	background: #a14758;
	color: #fff!important;
	padding: 8px 20px 5px 10px!important;
	transition: 0.4s;
	border-radius: 30px;
	}
	.btn-login a:hover {
	opacity: 0.6;
	}
}
.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(45, 37, 38, 0.9);
	transition: 0.3s;
	z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}
.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
}
.navbar-mobile > ul > li {
	padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
	visibility: hidden;
}
.navbar-mobile a, .navbar-mobile a:focus {
	padding: 10px 20px;
	font-size: 15px;
	color: #493c3e;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
	color: #e43c5c;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
	margin: 15px;
}
.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
	min-width: 200px;
}
.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
	color: #e43c5c;
}
.navbar-mobile .dropdown > .dropdown-active {
	display: block;
}
/* section */
.section-header {
	margin: 50px 0 80px 0;
}
.section-header .section-title {
	position: relative;
	padding-bottom: 20px;
	text-transform: capitalize;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 34px;
	color: #493c3e;
	word-spacing: 5px;
	text-align: center;
}
.section-header .section-title:before {
	content: "";
	position: absolute;
	width: 140px;
	bottom: 0;
	left: 50%;
	margin-left: -70px;
	height: 1px;
	background: #d3d3d3;
}
.section-header .section-title:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: -11px;
	left: 50%;
	margin-left: -12px;
	border: 5px solid rgba(255, 255, 255, 0.5);
	border-radius: 20px;
	background: #e43c5c;
}
@media (max-width: 991px) {
.section-header .section-title {
	font-size: 28px;
	color: #493c3e;
}
}
/* footer */
.social-links {
	text-align: center;
}
.social-links a{
	margin: 10px;
	text-decoration: none;
}
.social-links span{
	position:relative;
	z-index:2;
	height: 45px;
	width: 45px;
	margin: 0 15px;
	display:inline-block;
	background-color: rgba(228, 60, 92,0.5);
	border: 3px double #4d4746;
	border-radius:50%;
	text-align:center;
}
.social-links a i{
	color: #fff;
	font-size:23px;
	line-height:40px;
}
.social-links a:hover i {
	color: rgba(255, 255, 255, 0.3);
}
.highlights,
.footer{
	background-color: rgba(0,0,0,0.89);
}
.highlights-wrapper,
.footer-wrapper{
	padding: 20px 0px;
}
.copy-right{
	color: #b3b3b3;
	font-size: 14px;
}
.copy-right a {
	color: #b3b3b3;
	border-bottom:dotted;/*下線を点線にする*/
	border-color:#b3b3b3;
	border-width: 2px;
}
.copy-right a:hover {
	color: #ffffff;
	border-bottom: none;
}
.cc-revoke,
.cc-window {
	font-size: 14px!important;
}
.form-control:focus,
.form-select:focus,
.form-check-input:focus{
	box-shadow: inherit ;
	border: 1px solid #e43c5c;
}
