/*
Theme Name : E-stamp オフィシャルテーマ
Theme URL :
Description :
Author:
Version :
*/

body {
	background-color: #e5e5e5;
	overflow-x: hidden;
}
a {
	text-decoration: none;
	color: #f5593d;
}

.logo {
	min-width: 250px;
}
.logo img {
	width: auto;
	max-height: 50px;
}
.home .navbar {
	background: transparent;
	box-shadow: none;
}
.navbar {
	background: #FFF;
	box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
}
.navbar .menu {
	list-style: none;
	padding: 0;
}
.navbar .menu li {
	display: inline-block;
}
.home .navbar .menu li a {
	color: #FFF;
}
.navbar .menu li a {
	padding: 15px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	color: rgb(85, 85, 85);
}
#menu-item-3679:hover .sub-menu {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
.navbar .sub-menu {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: auto;
    position: absolute;
    top: 60px;
    background-color: #FFF;
	box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	border-radius: 5px;
	padding: 0;
    transition: all .3s;
	z-index: 10;
}
.navbar .sub-menu:hover {
	color: #f5593d;
}
.navbar .sub-menu a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
	color: rgb(85, 85, 85) !important;
}

.change-color {
	background: #FFF !important;
}
.change-color a {
	color: rgb(85, 85, 85) !important;
}

.carousel #parallax_move {
	width: 100%;
	height: 100%;
	position: absolute;
}
.carousel #parallax_move .layer {
	background-size: cover;
	width: 100%;
	height: 100%;
	background-position: top center;
}
.carousel .page-header {
	display: flex;
	z-index: -2;
}
.page-header {
	will-change: transform;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	background-position: center center;
	background-size: cover;
}
.carousel .item .container {
	display: flex;
	position: relative;
	padding: 250px 0;
	color: #fff;
}
.carousel .page-header .row {
	display: flex;
	align-items: center;
	padding: 0 15px;
	margin: 0;
	flex: 1;
	max-width: 100%;
}
@media (min-width: 769px) {
#carousel-hestia-generic .hestia-title {
	font-size: 49px;
}
#carousel-hestia-generic span.sub-title {
	font-size: 16px;
}
#carousel-hestia-generic .btn {
	font-size: 13px;
}
}
@media (max-width: 768px) {
.carousel .item .container {
	padding: 100px 0;
}
}
.carousel .buttons {
	margin: 30px 0 0;
}
.carousel .hestia-big-title-content .buttons>a.btn.btn-primary, .carousel .hestia-big-title-content .buttons>a.btn.btn-right {
	border-radius: 30px !important;
	padding: 11px 30px !important;
}
.carousel .hestia-big-title-content .buttons .btn-right {
	background-color: transparent;
	border: 2px solid #fff;
	padding: 9px 28px;
}
.carousel .big-title-slider-content .buttons .btn, .carousel .big-title-slider-content .buttons .btn-right {
	display: inline-block;
	margin: 15px;
	margin-left: auto;
}
button, button:hover,  div.wpforms-container .wpforms-form button[type=submit].wpforms-submit, div.wpforms-container .wpforms-form button[type=submit].wpforms-submit:hover, input[type="button"], input[type="button"]:hover, input[type="submit"], input[type="submit"]:hover, input#searchsubmit, .pagination span.current, .pagination span.current:focus, .pagination span.current:hover, .btn.btn-primary, .btn.btn-primary:link, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary.active:focus, .btn.btn-primary.active:hover, .btn.btn-primary:active:hover, .btn.btn-primary:active:focus, .btn.btn-primary:active:hover, .hestia-sidebar-open.btn.btn-rose, .hestia-sidebar-close.btn.btn-rose, .hestia-sidebar-open.btn.btn-rose:hover, .hestia-sidebar-close.btn.btn-rose:hover, .hestia-sidebar-open.btn.btn-rose:focus, .hestia-sidebar-close.btn.btn-rose:focus, .label.label-primary, .hestia-work .portfolio-item:nth-child(6n+1) .label, .nav-cart .nav-cart-content .widget .buttons .button, .has-accent-background-color[class*="has-background"] {
	background-color: #f5593d;
}
button, input[type="submit"], input[type="button"], .btn {
	position: relative;
	margin: 10px 1px;
	padding: 12px 30px;
	border: none;
	border-radius: 3px;
	white-space: normal;
	letter-spacing: 0;
	text-transform: uppercase;
}
button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, .btn, .btn:hover, .btn:focus, .btn:active, .btn.active, .btn:active:focus, .btn:active:hover, .btn.active:focus, .btn.active:hover, .open > .btn.dropdown-toggle, .open > .btn.dropdown-toggle:focus, .open > .btn.dropdown-toggle:hover, .btn.btn-default, .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active, .btn.btn-default.active, .btn.btn-default:active:focus, .btn.btn-default:active:hover, .btn.btn-default.active:focus, .btn.btn-default.active:hover, .open > .btn.btn-default.dropdown-toggle, .open > .btn.btn-default.dropdown-toggle:focus, .open > .btn.btn-default.dropdown-toggle:hover {
	color: #fff;
	background-color: #999999;
	outline: none;
}

/*sub header*/
.page-header {
	will-change: transform;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	background-position: center center;
	background-size: cover;
}
.page-header.header-small .container {
	padding-top: 180px;
	padding-bottom: 110px;
}
.entry-title {
	color: #FFF !important;
}
.header-filter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background-position: center center;
	background-size: cover;
}
.header-filter::before {
	background-color: rgba(0, 0, 0, 0.5);
}
.header-filter:before, .header-filter:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

/*news*/
#block-news .card {
	border-radius: 12px;
	box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
}
.hestia-title {
	color: #444444;
	font-size: 39px;
	font-weight: 300;
	line-height: 41px;
}
h5.description {
	color: #9A9A9A;
	font-size: 19px;
	font-weight: 300;
	line-height: 26px;
	margin: 0;
}
.card .card-image,
.card-no-width .card-image {
	overflow: hidden;
	position: relative;
	height: 60%;
	border-radius: 6px;
	-webkit-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
	-moz-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
	-o-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
	-ms-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
	transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
a:not(.btn) {
	transition: .3s ease;
}
.card-image a:hover img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}
.card img,
.card-image img {
	width: 100%;
	height: auto;
	transition: 1s ease-out;
}

.txt-category {
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	padding: 10px 0 0;
	margin: 0;
}
.txt-%e3%82%bb%e3%83%9f%e3%83%8a%e3%83%bc {
	color: #51cbce;
}
.txt-news {
	color: #2ba9cd;
}
.txt-info {
	color: #00bcd4;
}
.card-title {
	color: #444;
	font-size: 19px;
	font-weight: 300;
	line-height: 26px;
	margin: 5px 0 0;
}
.hestia-title a, .hestia-title a:hover, .title, .title a, .title a:hover, .card-title, .card-title a, .card-title a:hover, .info-title, .info-title a, .info-title a:hover, .footer-brand, .footer-brand a, .footer-brand a:hover, .footer-big h4, .footer-big h4 a, .footer-big h4 a:hover, .footer-big h5, .footer-big h5 a, .footer-big h5 a:hover, .media .media-heading, .media .media-heading a, .media .media-heading a:hover {
	color: #3C4858;
	text-decoration: none;
	word-wrap: break-word;
}
.card-description {
	color: #9A9A9A;
	font-family: inherit;
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	margin: 15px 0 5px;
}

.news-list-link {
	font-size: 1em;
	color: #f5593d;
	text-decoration: none;
}

/*service*/
#block-service .col-lg-4 {
	padding: 30px 0	
}
.icon {
	transition: .3s ease;
}
.icon > i {
	font-size: 48px;
}
.info-title {
	color: #444444;
	font-size: 23px;
	font-weight: 300;
	line-height: 27px;
	margin: 15px 0;
}
#block-service p {
	color: #9A9A9A;
	font-family: inherit;
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	margin: 0 0 5px;
}

/*feature*/
.card-testimonial {
	background-color: #eee;
	border: none;
	margin-top: 30px;
	padding: 20px 20px 0;
	text-align: left;
	box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
	-webkit-transition: 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
	-moz-transition: 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
	-ms-transition: 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
	-o-transition: 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
	transition: 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
}
.card-testimonial .card-avatar + .content {
	margin-top: 15px;
}
.card .content,
.card-no-width .content {
	padding: 15px 30px;
}
.card-plain .content {
	padding-right: 5px;
	padding-left: 5px;
}
.card-title {
	font-weight: 600;
}
.card-avatar {
	margin: 0;
	max-width: 60px;
	max-height: 60px;
}
.card-avatar img {
	overflow: hidden;
	max-width: 130px;
	max-height: 130px;
	margin: -50px auto 0;
	border-radius: 0;
}
.card-avatar img {
	margin: 0 0 -20px;
}

/*youtube*/
.col-lg-6 iframe {
	width: 100%;
}

/*companylogo*/
#block-companylogo .col-md-2 {
	display: flex;
	min-height: 150px;
	align-items: center;
}

/*common*/
bg-white {
	background: #FFF;
}

/*footer*/
footer {
	background: #323437;
}
footer ul {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
footer ul li {
	display: inline-block;
}
footer ul li a {
	padding: 15px;
	opacity: 0.86;
	color: #fff;
	font-size: 12px;
}

/*archive*/
.card-blog {
	display: inline-block;
	margin: 30px 0;
}
.card-blog .card-image {
	border-radius: 3px;
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.pagination {
	width: 100%;
	text-align: center;
}
.pagination li {
	display: inline-block;
	list-style: none;
}
.pagination .page-numbers {
	font-size: 14px;
	font-weight: 600;
	line-height: 25px;
	text-transform: capitalize;
}
.pagination .current {
	color: #fff;
	border: 2px solid #f5593d;
}
.pagination a, .pagination span {
	min-width: 30px;
	height: 30px;
	margin: 0 3px;
	padding: 0 11px;
	border-radius: 30px !important;
	border: 2px solid #f5593d;
	color: #f5593d;
	background: transparent;
	text-transform: uppercase;
	display: inline-block;
}

/*sidebar*/
.widget {
	margin-bottom: 30px;
}
.veu_card_inner {
	position: relative;
	display: block;
	overflow: hidden;
	background: #EEE;
	border: 3px solid rgba(0, 0, 0, 0.07);
	border-radius: 4px;
	padding: 1.5rem;
}
.contact_bt {
	background-color: #f5593d;
	font-size: 15px;
	padding: 1rem;
	border-radius: 50px;
}

.widget_recent_entries ul {
	padding: 0;
	list-style: none;
}
.widget_recent_entries ul li {
	padding: 1rem 0;
	border-bottom: 1px solid #CCC;
}

/**/
.btn-block {
	display: block;
	width: 100%;
}
.table thead th {
	border: 0 !important;
	background: #d4dbe3;
	border-bottom: 1px solid #dee2e6 !important;
}
.section {
	padding: 70px 0;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button, input, select, textarea {
	font-family: inherit;
	padding: 7px;
}
table > thead > tr > th, .table > thead > tr > th {
	border-bottom-width: 1px;
	padding: 12px 8px;
	vertical-align: middle;
}
.table tr:first-child td {
	border-top: 0 !important;
}
table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 12px 8px;
	vertical-align: middle;
}
.btn.btn-primary:not(.colored-button):not(.btn-left):not(.btn-right):not(.btn-just-icon):not(.menu-item), input[type="submit"]:not(.search-submit), .btn.colored-button, .btn.btn-left, .btn.btn-right, .btn:not(.colored-button):not(.btn-left):not(.btn-right):not(.btn-just-icon):not(.menu-item):not(.hestia-sidebar-open):not(.hestia-sidebar-close) {
	border-radius: 50px;
}
.text-right {
	text-align: right;
}

/*contactus*/
@media (min-width: 769px) {
.single-post-wrap h4, .page-content-wrap h4, .page-template-template-fullwidth article h4 {
	font-size: 15px;
}
}
input[type="submit"].ninja-forms-field {
	border-radius: 50px !important;
	background-color: #f5593d !important;
	padding: 1rem 3rem;
}