* {
	padding: 0;
	margin: 0;
}

html {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
}
.comment-respond {
    display: none;
}
body {
	font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
	
	font-size: 14px;
	font-weight: 100;
	line-height: 26px;
	overflow-x: hidden;
	background-color: #ffffff;
	color: #000;
}

html, body, .wrapper {
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #232323;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 0;
	margin: 0;
}

h1,h2,h3,h4 {
	margin-bottom: 15px;
}

h5,h5 {
	margin-bottom: 10px;
}

img {
	border: none;
	outline: none;
	max-width: 100%;
	height: auto;
}

label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	max-width: 100%;
}

a, .btn, button {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	outline: medium none;
}

a img, iframe {
	border: none;
}

p {
	color: #000;
	line-height: 26px;
	margin: 0 0 15px;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 1.5px;
}

hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #eee;
}

pre {
	display: block;
	margin: 0 0 30px;
	padding: 9.5px;
	word-wrap: break-word;
	word-break: break-all;
	color: #333;
	border: 1px solid #ededed;
	border-radius: inherit;
	background-color: #f9f9f9;
	font-size: 13px;
	line-height: 1.42857143;
}

input:focus, textarea:focus,
 select:focus {
	outline: none;
	box-shadow: inherit;
}

ul {
	margin: 0;
	list-style-type: none;
	padding-left: 0px!important;
}

a, a:active, a:focus, a:hover {
	outline: none;
	text-decoration: none!important;
	color: #232323!important;
}

a:hover {
	color: #232323!important;
}

a {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	text-decoration: none;
}

b, strong {
	font-weight: 900;
}
#home{
	z-index: 999999999999;
}
.center{
	text-align: center;
}
.padding-top {
	padding-top: 60px;
}

.padding-bottom {
	padding-bottom: 20px;
}

.btn.active, .btn:active {
	background-image: inherit !important;
}

.btn.focus,
 .btn:active:focus,
 .btn:active:hover,
 .btn:focus,
 .btn:hover {
	outline: 0;
}

.btn.circle {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.btn.active, .btn:active {
	outline: 0;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

input {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	box-shadow: inherit;
}
/* Default CSS */
.container-half {
	margin: 0 auto;
	width: 60%;
	padding: 0 15px;
}

.bg_gray {
	background: #F6F6F6;
}

.bg-cover {
	background-position: center center;
	background-size: cover;
}

.bg-contain {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.bg-fixed {
    background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.bg-gray {
	background-color: #f7f7f7;
}

.bg-theme-small {
	background-color: #edf5ff;
}

.bg-light {
	background-color: #ffffff;
}

.bg-theme {
	background-color: #005638;
}

.text-light h1,
 .text-light h2,
 .text-light h3,
 .text-light h4,
 .text-light h5,
 .text-light h6,
 .text-light p,
 .text-light a {
	color: #ffffff;
}

.shadow {
	position: relative;
	z-index: 1;
}

.shadow.dark::after {
	background: #1d2024 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.shadow.dark-hard::after {
	background: #1d2024 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.75;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.shadow.light::after {
	background: #ffffff none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.3;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.shadow.theme::after {
	background: #005638 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.shadow.theme-hard::after {
	background: #005638 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.default-padding {
	padding-top: 50px;
	padding-bottom: 80px;
}

.default-padding-top {
	padding-top: 80px;
}

.default-padding-bottom {
	padding-bottom: 80px;
}

.default-padding.bottom-less {
	padding-top: 80px;
	padding-bottom: 50px;
}

.default-padding.bottom-30 {
	padding-top: 80px;
	padding-bottom: 30px;
}

.default-padding.bottom-20 {
	padding-top: 80px;
	padding-bottom: 20px;
}

.padding-xl {
	padding-top: 180px;
	padding-bottom: 180px;
}
.margin-md {
margin: 0px auto;

}
.float-r {
float: right;
	margin-right: 80px;
}
.carousel-shadow {
	padding-bottom: 65px;
}

.btn0 {
	display: inline-block;
	font-family: "Poppins",sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 25px;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	letter-spacing: 1px;
	border-radius: inherit;
	overflow: hidden;
}
.btn0:hover{
color: #FFF!important;
}
.btn-md {
	padding: 10px 40px 10px;
}

.btn-sm {
	padding: 8px 35px;
	font-size: 12px;
}

.btn.btn-sm-pro {
	font-size: 10px;
	font-weight: 600;
	margin-top: 5px;
	padding: 4px 35px;
	display: inline-block;
}

.btn-border-light {
	border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover,
 .btn.btn-sm-pro.btn-border-light:focus {
	background-color: #ffffff;
	color: #232323;
	border: 2px solid #ffffff;
}

.btn-dark {
	background-color: #232323;
	color: #ffffff;
	border: 2px solid #232323;
}

.btn-dark.border {
	background-color: transparent;
	color: #232323;
	border: 2px solid #232323;
}

.btn-dark.border:hover {
	background-color: #232323;
	color: #ffffff !important;
	border: 2px solid #232323;
}

.btn.btn-light {
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid #ffffff;
	color: #232323;
}

.btn.btn-light:hover,
 .btn.btn-light:focus {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #ffffff;
	color: #ffffff;
}

.btn.btn-light.effect:hover,
 .btn.btn-light.effect:focus {
	background-color: #005638;
	color: #ffffff !important;
	border: 2px solid #005638;
}

.btn.btn-light.border {
	background: transparent;
	border: 2px solid #ffffff;
	color: #ffffff;
}

.btn.btn-light.border:hover {
	background: #ffffff none repeat scroll 0 0 !important;
	border: 2px solid #ffffff !important;
	color: #232323 !important;
}

.btn-dark:hover,
 .btn-dark:focus {
	color: #232323 !important;
	background: transparent;
}

.bg-dark {
	background: #1d2024 none repeat scroll 0 0;
}

.btn-theme {
	background-color: #F8B300;
	color: #ffffff !important;
	border: 2px solid #F8B300;
	border-radius: 30px;
}

.btn-theme.border {
	background-color: transparent;
	color: #00A29A !important;
	border: 2px solid #00A29A;
}

.btn-theme.border:hover {
	background-color: #00A29A;
	color: #ffffff !important;
	border: 2px solid #00A29A;
}

.btn-theme.effect:hover,
 .btn-theme.effect:focus {
	background: #00A29A none repeat scroll 0 0;
	border: 2px solid #00A29A;
	color: #ffffff;
}

.btn.btn-sm-lm {
	font-size: 12px;
	padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
	border: 2px solid #ffffff;
	color: #ffffff;
}

.bg-fixed {
	background-position: center center;
	background-size: cover;
}

.bg-cover {
	background-position: center center;
	background-size: cover;
}

.container-full {
	padding: 0 15px;
	width: 100%;
}

.oh {
	overflow: hidden;
}

.top_img {
	max-width: 1280px;
	margin: 0px auto;
	position: relative;
	width: 100%;
}
.top_img_title {
	position:absolute;
	width: 100%;
	top: 40%;
	text-align: center;
	color:#FFF;
}
.top_img img{
	width: 100%!important;
}
.top_img_title h3{
font-weight: 700;
	color: #fff;
	letter-spacing: 2px;
		font-size: 2.2rem;
	margin-bottom: 5px;
}
.top_img_title p{
	text-transform: uppercase;
	font-size: 1.8rem;
	letter-spacing: 2px;
font-weight: 600;
	color: #fff;
}
.top_img_title hr{
	width: 150px;
	margin: 5px auto;
height:3px;
}
.less-margin {
	margin: 0;
}

.content h1 img {
	max-width:300px;
	width: 100%;
}

.content h3 {
	font-size:3rem!important;
	line-height: 2;
	letter-spacing: 5px;
	font-weight: 600;
}

.content h3 span {
	font-size: 0.8em;
}

header {
	position: relative;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
	position: relative;
	z-index: 1;
	margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
	border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
	background: rgba(0,0,0,0.5)  none repeat scroll 0 0;
	bottom: -2px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
	width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
	width: 0;
}

.attr-nav .social.right li {
	margin-left: 20px;
}

.attr-nav .social li a {
	font-size: 16px;
}

.social .fab {
	color: #FFF;
	font-size: 3.5rem;
	padding: 0 15px 0 0
}
/* Navbar */
.navbar .container{
	padding-left: 0px;
	padding-right: 0px;
}
nav.bootsnav.navbar-default.info-topbar .navbar-header {
	display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
	margin-right: 30px;
	padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
	margin-right: 0;
	padding: 35px 20px;
}

.attr-nav > a.btn-theme.effect:hover,
.attr-nav > a.btn-theme.effect,
.attr-nav > a.btn-theme.effect:focus {
	background: #005638 none repeat scroll 0 0;
	border: 2px solid #005638;
	color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
	margin-right: 30px;
	padding: 35px 0;
}

.attr-nav.social li {
	display: inline-block;
	padding: 25px 0 !important;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
	border: 1px solid #f4f4f4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #005638;
	display: inline-block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	padding: 0 !important;
	text-align: center;
	width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
	display: inline-block;
	padding: 20px 0 !important;
}

.site-heading h3 {
	display: inline-block;
	font-weight: 600;
	padding-bottom: 20px;
	position: relative;
	text-transform: capitalize;
	font-size: 2rem !important;
	letter-spacing: 2px;
	line-height: 1;
	color: #000 !important;
	font-weight: 600 !important;
}

.site-heading_sm h3 {
	display: inline-block;
	font-weight: 600;
	padding-bottom: 20px;
	position: relative;
	text-transform: capitalize;
	font-size: 2rem !important;
	letter-spacing: 2px;
	line-height: 1;
	color: #000 !important;
	font-weight: 600 !important;
}

.site-heading h4 {
	text-transform: uppercase;
}

.site-heading.clean h3 {
	padding-bottom: 0;
}

.site-heading.clean h2 span {
	color: #005638;
}

.site-heading h3 span {
	color: #000;
}

.site-heading.barber h3 span {
	color: #bc9355;
}

.site-heading p {
	margin: 0;
}

.site-heading h3::before {
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	width: 40px;
}

.site-heading_sm h3::before {
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	width: 40px;
	margin-bottom: 0px;
}

.bg-theme .site-heading h3::before,
.shadow .site-heading h3::before,
.half-bg .site-heading h3::before {
	background: #ffffff none repeat scroll 0 0;
}

.site-heading h3 span {
	color: #000;
}

.site-heading {
	margin-bottom: 20px;
	overflow: hidden;
	margin-top: 0px;
}

.site-heading_sm {
	margin-bottom: 0px;
	overflow: hidden;
	margin-top: 0px;
}

.site-heading.single {
	margin-bottom: 35px;
}

.carousel-shadow .owl-stage-outer {
	margin: -15px -15px 0;
	padding: 15px;
}
.half-shadow .col-md-3{
	padding: 10px;
	margin-bottom: 30px;
}
.half-shadow.container {
	padding-left: 0px;
	padding-right: 0px;
	max-width: 1280px;
	width: 100%;
}
.half-shadow h2 {
	font-size: 2.5rem;
	line-height: 2.5;
	letter-spacing: 2px;
	font-weight: 700;
}

.half-shadow .thumb {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.half-shadow .item .thumb img {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.half-shadow .item:hover .thumb img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.half-shadow .col-md-3{
	padding: 20px 10px 0px 10px;
}
.mintgreen_btn{
	margin-top: 30px;
}
/* ==============================================================
     #document
=================================================================== */
.document_box{
border-bottom: 2px #00A29A dotted;
margin-bottom: 30px;
	padding-bottom: 30px;
}
.document_box h3{
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.5;
    margin: 0px 20px;
	color: #00A29A;
	text-align: center;
	background: #DEEDEB;
	padding:15px;
}
.document_box h4{
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom:20px;
	margin-top: 20px;
	padding-left: 20px;
}
.document_box p{
padding-left: 60px;
}
.document_box p span{
font-weight: 600;
}
.document_box h4 img{
padding-right: 20px;
}
.document_box .btn_box{
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: flex-start!important;
	padding-left: 20px;
}
.document_box2{
	padding-bottom: 30px;
}
.document_box2 h3{
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.5;
    margin: 0px 20px;
	color: #00A29A;
	text-align: center;
	background: #DEEDEB;
	padding:15px;
}
.document_box2 h4{
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom:20px;
	margin-top: 20px;
	padding-left: 20px;
}
.document_box2 p{
padding-left: 60px;
}
.document_box2 p span{
font-weight: 600;
}
.document_box2 h4 img{
padding-right: 20px;
}
.document_box2 .btn_box{
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: flex-start!important;
	padding-left: 20px;
}
.border_l{
	border-left: solid 1px #00A29A;
	padding-left: 0px;
	}
.mintg_box{
	background: #00A29A;
	color: #FFF;
	font-weight: 600;
	font-size: 1.7rem;
	margin: 0px;
	padding: 10px;
	width: 140px;
	text-align: center;
}
.document_title{
	border-bottom: solid 1px #00A29A;
	text-align: center;
	margin-bottom: 80px;
}
.document_title img{
	max-height: 80px;
	height: 100%;
	margin-bottom: -40px;
}
/* ==============================================================
     # privacy
=================================================================== */
.privacy{
	margin: 30px auto;
}
.privacy_title{
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 1.5px;
	border-left: 5px solid #00A29A;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.privacy p{
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	line-height: 1.5;
}
/* Topbar CSS */
.top-bar-area {
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 0;
	overflow: hidden;
}

.top-bar-area .row {
	align-items: center;
	display: flex;
	float: none;
	vertical-align: middle;
}

.top-bar-area .info.box li {
	display: inline-block;
	text-align: left;
	float: left;
}

.top-bar-area .info.box li .icon,
.top-bar-area .info.box li .info {
	display: table-cell;
	vertical-align: middle;
}

.top-bar-area .info.box li .info span {
	display: block;
	font-family: "Poppins",sans-serif;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
}

.top-bar-area .info.box li .icon i {
	color: #666666;
	font-size: 30px;
}

.top-bar-area.bg-light .info.box li .icon i {
	color: #005638;
}

.top-bar-area .info.box li .icon {
	padding-right: 15px;
}

.top-bar-area .address-info.text-right .info.box li {
	margin-left: 15px;
	padding-left: 15px;
	position: relative;
}

.top-bar-area .address-info.text-left .info.box li {
	margin-right: 15px;
	padding-right: 15px;
	position: relative;
}

.top-bar-area .address-info.text-right .info.box li::after {
	background: #e7e7e7 none repeat scroll 0 0;
	content: "";
	height: 200px;
	left: 0;
	position: absolute;
	top: -50%;
	width: 1px;
}

.top-bar-area .address-info.text-left .info.box li::after {
	background: #e7e7e7 none repeat scroll 0 0;
	content: "";
	height: 200px;
	right: 0;
	position: absolute;
	top: -50%;
	width: 1px;
}

.top-bar-area .address-info.text-right .info.box li:first-child::after {
	display: none;
}

.top-bar-area .address-info.text-left .info.box li:last-child::after {
	display: none;
}

.top-bar-area .address-info.text-right .info.box li:first-child {
	border: medium none;
	margin-left: 0;
	padding-left: 0;
}

.top-bar-area .address-info.text-left .info.box li:last-child {
	border: medium none;
	margin-right: 0;
	padding-right: 0;
}

.top-bar-area .address-info.text-right .info {
	display: inline-block;
}

.top-bar-area .link.text-right a {
	margin-left: 5px;
}

.top-bar-area .social li {
	display: inline-block;
}

.top-bar-area .social li a {
	color: #666666;
	display: inline-block;
	font-size: 20px;
}

.top-bar-area .social.text-right li {
	margin-left: 15px;
}

.top-bar-area.one-line li {
	margin-right: 15px;
	padding-right: 15px;
}

.top-bar-area.bg-dark li {
	color: #ffffff;
}

.top-bar-area.one-line.bg-dark li {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.top-bar-area.one-line li:last-child {
	border: medium none;
	margin-right: 0;
	padding-right: 0;
}

.top-bar-area.one-line li i {
	margin-right: 5px;
}

.top-bar-area.one-line li i {
	color: #005638;
}

.top-bar-area.one-line .link a {
	border-left: 1px solid #e7e7e7;
	font-weight: 500;
	margin-left: 13px;
	padding-left: 15px;
	text-transform: uppercase;
}

.top-bar-area.one-line.bg-dark .link a {
	border-left: 1px solid #ffffff;
}

.top-bar-area.one-line .link a:hover,
.top-bar-area.one-line .link a:last-child:hover {
	color: #005638;
}

.top-bar-area.one-line .link a:last-child {
	color: #232323;
}

.top-bar-area.one-line.bg-dark .link a:last-child {
	color: #ffffff;
}

.top-bar-area.one-line .link a:first-child {
	border: medium none;
	padding-left: 0;
}


/* ==============================================================
     # Banner
=================================================================== */
.cb-slideshow,
.cb-slideshow:after {
    /* position: fixed; */
	position: absolute;
	width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.cb-slideshow:after {
    content: '';
    background: transparent url(assets/img/pattern.png) repeat top left;
}
.banner-area,
.banner-area div {
  width: 100%;
  /*height:100vh;*/
  height:60vw;
}

.banner-area.auto-height,
.banner-area.auto-height div {
	height: auto;
	min-height: 400px;
}

.banner-area .box-cell {
	display: flex;
  align-items: center;
	width: 100%;
	padding-left: 0;
  box-sizing: border-box;
  height: 100%;
}

.banner-area .box-table {
	display: table;
	width: 100%;
}

 .banner-area .box-cell div {
	height: auto;
}

.banner-area {
	position: relative;
	overflow: hidden;
}

.banner-area .wavesshape {
	bottom: -2px;
	left: 0;
	position: absolute;
	right: 0;
	top: auto;
	width: 100%;
}

.banner-area .wavesshape.shape {
	bottom: -50px;
	height: auto;
}

.banner-area .content {
	position: relative;
	z-index: 9;
}

.banner-area.wavesshape {
	position: relative;
	z-index: 1;
}

.banner-area.triangle-shadow {
	position: relative;
	z-index: 1;
}

.banner-area.triangle-shadow::before {
	border-bottom: 0 solid transparent;
	border-right: 100vw solid #fff;
	border-top: 80px solid transparent;
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 101;
}
.vertical_line_box{
	max-width: 500px;
	width: 100%;
	float: right;
	padding: 0px;
	margin: 0px;
}
.vertical_line h3{
	font-size: 2rem!important;
	color: #000!important;
	font-weight:600;
	letter-spacing: 2px;
}
.vertical_line2{
	text-align: left;
	padding-left: 50px;
}
.vertical_line2 img{
	max-height: 20px;
	margin-bottom: 40px;
}
.vertical_line2 p{
	margin-bottom: 30px;
}
.vertical_line2 h3{
	font-size: 2rem!important;
	color: #000!important;
	font-weight:600;
	letter-spacing: 2px;
	margin-bottom: 0px;
}
.vertical_line .row .col-md-6{
border-right: 1px solid #00A29A;
	height: 80px;
	margin-bottom: 30px;
}
.banner-area.shadow-inner .content {
	padding: 30px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.banner-area.content-double .double-items {
	align-items: center;
	align-self: center;
	display: flex;
	justify-content: center;
	vertical-align: middle;
}

.banner-area .banner-carousel .owl-item.center img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.banner-area .banner-carousel .owl-item img {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
}

/* Animation delays */
.banner-area .item h1:first-child,
 .banner-area .item h2:first-child,
 .banner-area .item h3:first-child,
 .banner-area .item h4:first-child,
 .banner-area .item h5:first-child,
 .banner-area .item h6:first-child {
	animation-delay: .5s;
}

.banner-area .item h1:nth-child(2),
 .banner-area .item h2:nth-child(2),
 .banner-area .item h3:nth-child(2),
 .banner-area .item h4:nth-child(2),
 .banner-area .item h5:nth-child(2),
 .banner-area .item h6:nth-child(2) {
	animation-delay: .7s;
}

.carousel-caption h1:nth-child(3),
 .carousel-caption h2:nth-child(3),
 .carousel-caption h3:nth-child(3),
 .carousel-caption h4:nth-child(3),
 .carousel-caption h5:nth-child(3),
 .carousel-caption h6:nth-child(3) {
	animation-delay: .9s;
}

.banner-area .item p {
	animation-delay: .5s;
}
.banner-area .item ul {
	animation-delay: .6s;
}

.banner-area .item a,
 .banner-area .item button {
	animation-delay: .7s;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
 .carousel-fade .carousel-inner .active.left,
 .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .active,
 .carousel-fade .carousel-inner .next.left,
 .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next,
 .carousel-fade .carousel-inner .prev,
 .carousel-fade .carousel-inner .active.left,
 .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
	z-index: 2;
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
	}

	to {
		-webkit-transform: scale(1.2, 1.2);
	}
}

@-moz-keyframes zoom {
	from {
		-moz-transform: scale(1, 1);
	}

	to {
		-moz-transform: scale(1.2, 1.2);
	}
}

@-o-keyframes zoom {
	from {
		-o-transform: scale(1, 1);
	}

	to {
		-o-transform: scale(1.2, 1.2);
	}
}

@keyframes zoom {
	from {
		transform: scale(1, 1);
	}

	to {
		transform: scale(1.2, 1.2);
	}
}

.carousel-inner .item > .slider-thumb {
	-webkit-animation: zoom 20s;
	animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
	height: 100%;
	position: absolute;
	width: 100%;
}
#curtains span {
	background: #FFF;
	position: fixed;
	z-index: 99999
}
#curtains span.bottom {
	height:20px;
	left: 0;
	bottom: 0;
	width: 100%;
}
#curtains span.left {
	height: 100%;
	left: 0;
	top: 0;
	width: 20px
}
#curtains span.right {
	height: 100%;
	right: 0;
	top: 0;
	width: 20px
}

#particles-js,
#ripple {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.banner-area .carousel-control {
	background: transparent none repeat scroll 0 0;
	font-size: 40px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	opacity: 1;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 1;
}

.banner-area .carousel-control.shadow {
	background: transparent none repeat scroll 0 0;
	color: #ffffff;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	opacity: 1;
	padding: 0;
	position: absolute;
	text-shadow: inherit;
	top: 50%;
	width: 50px;
	z-index: 1;
}

.banner-area .carousel-control.shadow::after {
	background: #1e2726 none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.banner-area .carousel-control.left {
	left: -50px;
}

.banner-area:hover .carousel-control.left {
	left: 0;
}

.banner-area:hover .carousel-control.shadow.left {
	left: 20px;
}

.banner-area .carousel-control.right {
	right: -50px;
}

.banner-area:hover .carousel-control.right {
	right: 0;
}

.banner-area:hover .carousel-control.shadow.right {
	right: 20px;
}

/* Content */

.banner-area .transparent-nav .content {
	padding-top: 60px;
}

.banner-area .content {
	overflow: hidden;
}

.banner-area .content h1 {
	font-size: 60px;
	font-weight: 600;
	margin-bottom: 25px;
	text-transform: capitalize;
	line-height: 1.1;
    display:none;
}

.banner-area .heading-uppercase .content h1 {
	font-size: 50px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.2;
}

.banner-area .text-center .content h1 {
	line-height: 1.2;
}

.banner-area .content h1 span {
	color: #005638;
	font-weight: 700;
}

.banner-area .content p {
	font-size: 18px;
	line-height: 30px;
}

.banner-area .content a {
	margin-top: 15px;
	margin-right: 8px;
}

.banner-area .text-right .content a {
	margin-left: 8px;
}

.banner-area .text-center .content a {
	margin: 15px 4px 0;
}

.banner-area .text-center.inc-top-heading .content a {
	margin: 5px 4px 0;
}

.banner-area .inc-top-heading h3 {
	text-transform: uppercase;
}

.banner-area .inc-top-heading a {
	margin-top: 5px;
}

.banner-area .text-center p {
	padding: 0 15%;
}

.banner-area .text-dark p {
	color: #232323;
}

.banner-area .box-cell {
    padding-left: 0;
}
.banner-sp{
  margin: 0 20px;
}
.banner-sp h2{
padding-top:0vw;
font-weight:bold;
font-size:4vw;
margin-left:0.4vw;
margin-bottom:0;
}
.banner-sp .content  h3{
font-weight:bold;
font-size:2.5vw !important;
line-height:1.5;
margin-top:3vw;
margin-bottom:0;
margin-left:1vw;
}
.banner-sp .content  .catch{
width:60%;
}



/* ==============================================================
     # jumpout
=================================================================== */
 .jump_out_line{
 height:40px;
 width: 100%;
 margin: 0px;
padding-left: 0px;
 padding-right: 0px;

		 }
.leftline {
  margin: 10px 0 30px 0;
  display:inline-block;
  overflow:hidden;
  position:relative;
height: 3px;
}
.leftline:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  background-color:#00A29A;
  animation: secondaryImageOverlayIn 0.6s 0s cubic-bezier(.77,0,.175,1),secondaryImageOverlayOut 0.6s 0.6s cubic-bezier(.77,0,.175,1);
  animation-fill-mode: both;
}
.leftline p {
  margin: 0.05em;
  line-height:1;
  color: #00A29A;
  animation:fadeIn 0.1s 0.5s;
  animation-fill-mode: both;
font-size: 20rem;
}
@keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
@keyframes secondaryImageOverlayIn {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes secondaryImageOverlayOut {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(0);
    }
  }
.rightline {
  margin: 20px 0;
  display:inline-block;
  overflow:hidden;
  position:relative;
float: right;
	height: 3px;
}
.rightline:after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 2px;
  background-color:#00A29A;
  animation: secondaryImageOverlayIn2 0.6s 0s cubic-bezier(.77,0,.175,1),                    secondaryImageOverlayOut2 0.6s 0.6s cubic-bezier(.77,0,.175,1);
  animation-fill-mode: both;
}
.rightline p {
  margin: 0.05em;
  line-height:1;
  color: #00A29A;
  animation:fadeIn2 0.1s 0.5s;
  animation-fill-mode: both;
font-size: 20rem;
}
@keyframes fadeIn2 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
@keyframes secondaryImageOverlayIn2 {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes secondaryImageOverlayOut2 {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(0);
    }
  }

/* ==============================================================
     # About
=================================================================== */
.about_content_4 p.height{
	height: 216px;
}
 .mintgreen_span{
	color: #00A29A!important;}
.green_span{
	color: #005638!important;
}
hr.green_line{
	height: 2px;
	background: #005638;
}
hr.yellow_line{
	height: 2px;
	background: #F8B300;
}
hr.mintgreen_line{
	height: 2px;
	background: #00A29A;
}
.about_box .container .row{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.about_box {
	z-index: 1;
	margin-top: -20px;
	margin-bottom: 20px;
}
.about_box2 .container .row{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.about_box2 {
	z-index: 1;
	margin-top: -20px;
	margin-bottom: 20px;
}
.gray_line{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 70px;
	background: #F6F6F6;
}
.about_content{
padding-top: 50px;
	}
.about_content h3{
	border-left: #777676 solid 2px;
	padding-left: 30px;
	font-size: 1.7rem;
	letter-spacing: 2px;
	font-weight: 600;
	}
.about_content p{
	font-size: 1.3rem;
	letter-spacing: 2px;
	line-height: 2.2;
	padding: 30px 0px;
	}
.about_content_4{
padding: 10px 20px!important;
}
.about_content_4 img{
width: 100px;
}
.about_content_4 h4{
	text-align: center;
	font-size: 1.7rem;
	letter-spacing: 2px;
	line-height: 1.6;
	height: 45px;
	}
.about_content_4 p{
	font-size: 1.3rem;
	letter-spacing: 2px;
	line-height: 2.2;
	padding:10px 0px;
	}
.about-area .about-info {
	border-left: 1px solid #e7e7e7;
	padding-left: 30px;
}

.about-area.full-width .about-info {
	border: medium none;
	padding-left: 15px;
}

.about-area.inc-video .about-info {
	border: medium none;
}

.about-area.reverse.inc-video .about-info {
	padding-left: 15px;
	padding-right: 15px;
}

.about-area.reverse.inc-video .video-info {
	float: right;
}

.about-area .management-quote {
	padding-right: 30px;
}

.about-area .management-quote .management-items p {
	padding-top: 50px;
	position: relative;
}

.about-area .management-quote .management-items p::before {
	content: ",,";
	font-family: "Times New Roman";
	font-size: 120px;
	left: 5px;
	letter-spacing: -10px;
	opacity: 0.09;
	position: absolute;
	top: 55px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.about-area .about-info li {
	float: left;
	margin-top: 30px;
	width: 50%;
}

.about-area.full-width .single-item {
	margin-bottom: 30px;
}

.about-area .about-info li:first-child,
.about-area .about-info li:nth-child(2) {
	margin-top: 10px;
}

.about-area .about-items .item a {
	padding: 50px 30px;
	display: block;
}

.about-area .about-info li i,
.about-area .about-items .item i {
	color: #005638;
	display: inline-block;
	font-size: 50px;
	margin-bottom: 20px;
}

.about-area .about-info li h4,
.about-area .about-info li h5,
.about-area .about-items .item h4,
.about-area .about-items .item h5 {
	font-weight: 600;
	margin-bottom: 0;
	text-transform: uppercase;
}

.about-area h2 {
	font-weight: 600;
	margin-bottom: 25px;
	text-transform: capitalize;
}

.about-area .author {
	align-items: center;
	border-top: 1px dashed #e7e7e7;
	display: flex;
	padding-top: 20px;
}

.about-area .author .thumb {
	max-width: 100px;
}

.about-area .author .info {
	font-family: "Poppins",sans-serif;
	padding-left: 15px;
}

.about-area .author .info span {
	display: block;
	text-transform: uppercase;
}

.about-area .author .info b {
	color: #005638;
	display: block;
	font-weight: 500;
}

.about-area .management-quote .management-items .owl-dots {
	margin-top: 20px;
	text-align: center;
}

.about-area .management-quote .management-items .owl-dots .owl-dot span {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #cccccc;
	height: 20px;
	margin: 0 5px;
	width: 20px;
}

.about-area .management-quote .management-items .owl-dots .owl-dot.active span {
	background: #005638 none repeat scroll 0 0;
	border: 2px solid transparent;
}

.about-area .about-list {
	border-left: 1px solid #e7e7e7;
	padding-left: 30px;
}

.about-area .about-list ul {
	margin-bottom: -5px;
}

.about-area .about-list li .icon,
.about-area .about-list li .info {
	display: table-cell;
	vertical-align: top;
}

.about-area .about-list li .info {
	padding-top: 5px;
}

.about-area .about-list li .icon i {
	color: #005638;
	display: inline-block;
	font-size: 50px;
	min-width: 70px;
}

.about-area .about-list li .info h5 {
	font-weight: 600;
	text-transform: capitalize;
}

.about-area .about-list li {
	border-top: 1px solid #e7e7e7;
	margin-top: 20px;
	padding-top: 20px;
}

.about-area .about-list li p:last-child {
	margin-bottom: 0;
}

.about-area .about-list li:first-child {
	border: medium none;
	margin-top: 0;
	padding-top: 0;
}

.buy_flow .info {
	box-shadow: none !important
}
.into_img{
background: url("assets/img/about/1.jpg") no-repeat;
	background-size: cover;
	height: 350px;
}
.into_img img{
display: none;
}
.into_img2{
background: url("assets/img/about/2_0920.jpg") no-repeat;
	background-size: cover;
	height: 350px;
}
.into_img2 img{
display: none;
}
.buy-flow .about-content {
	text-align: center;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.about-content.info {
	padding: 0px !important;
	margin: 0px !important;
	box-shadow: none;
	display: flex;
	align-items: center;
}

.buy-area .about-content p {
	line-height: 2.5;
}

.buy-area .about-content h2 {
	font-size: 2.2rem
}

.buy-area .about-content h3 img {
	max-width: 150px;
}

.about-content_reverse.info {
	padding: 0px !important;
	margin: 0px !important;
	box-shadow: none;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.buy-area.about-content_reverse p {
	line-height: 2.5;
}

.buy-area .about-content_reverse h2 {
	font-size: 2.2rem
}

.buy-area .about-content_reverse h3 img {
	max-width: 150px;
}

.about-area.full-width.mt .about-items {
	margin-top: 50px;
}

.textbox h3 {
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
}

.textbox h3 img {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: -10px;
}
/* ==============================================================
     # transportation
=================================================================== */
.transportation_box h3{
	font-size: 2.2rem;
	text-align: center;
	padding-top: 20px;
}
.transportation_box .japanmap{
	text-align: center;
}
.japanmap h3{
	border-left:#595757 2px solid;
	text-indent:30px;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 2px;
	text-align: left;
	margin-top: 40px;
	display: flex;
	align-items: center;
	padding-top:10px!important;
	padding-bottom: 10px!important;
}
.transportation_box .japanmap img{
	text-align: center;
max-width: 800px;
	width: 100%;
	margin: 0px auto;
}
.transportation_box2{
	max-width: 900px;
	width: 100%;
	margin: 20px auto;
	border: #595757 0.5px dotted;
	padding: 50px 20px 20px 20px;
}
.cost{
	padding: 30px 15px!important;
}
.cost_list_area{
	border-bottom:#595757 0.5px solid;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}
.cost_list_area2{
	border-bottom:#595757 0.5px solid;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}
.cost_list-title p{
	margin: 0px;
	text-align: center;
	font-weight: 600;
}
.cost_list-title p.blue{
color: #376ab3;
}
.cost_list-title p.cyan{
color: #009486;
}
.cost_list-title p.green{
color: #00744f;
}
.cost_list-title p.yellowgreen{
color: #7bc278;
}
.cost_list-title p.yellow{
color: #fdd03b;
}
.cost_list-title p.orange{
color: #f3980c;
}
.cost_list-title p.pink{
color: #ec6d65;
}
.cost_list-title p.red{
color: #e94437;
}
.cost_list-title p.red2{
color: #e60012;
}
.cost_list_day{
	display: flex;
	flex-wrap: nowrap;
	border-bottom:#595757 0.5px dotted;
	align-items: center;
	height:50px;
}
.cost_list_day p{
	width: 33%;
	text-align: center;
	align-items: center;
	margin: 0px;
	line-height: 2;
}
@media (max-width:600px){
.cost_list_day p{
	font-size: 12px;
	}
}

.cost_list_day2{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	height: 50px;
}
.cost_list_day2 p{
	width: 33%;
	text-align: center;
	align-items: center;
	margin: 0px;
	line-height: 1.3;
}
@media (max-width:600px){
.cost_list_day2 p{
	font-size: 12px;
	}
}

.cost_list_day3{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	height: 60px;
}
.cost_list_day3 p{
	width: 33%;
	text-align: center;
	align-items: center;
	margin: 0px;
	line-height: 1.5;
}
@media (max-width:600px){
.cost_list_day3 p{
	font-size: 12px;
	}
}

/* ==============================================================
     # recommended
=================================================================== */
.recommended-items {
	padding-bottom: 20px;
	font-weight: 500;
}

.recommended-area .recommended-items .item {
	background: #ffffff none repeat scroll 0 0;
	padding: 30px 20px;
	border: #9C9C9C 0.5px solid;
}

.recommended-items .item .thumb img {
	padding: 0px 10px;
}

.recommended-items .item .thumb h5 {
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
}

.recommended-area .recommended-items .item h4 {
	font-weight: 600;
	text-transform: capitalize;
	display: block;
}

.recommended-area .recommended-items .item p {
	margin: 0;
}

.recommended-area .recommended-items .item a {
	color: #666666;
	display: inline-block;
	font-weight: 600;
	margin-top: 10px;
	text-transform: uppercase;
}

.recommended-area .recommended-items .item a:hover {
	color: #005638;
}

/* Thumbnail recommended */

.recommended-inc-area .recommended-items .item {
	border: #9E9E9E solid 0.5px;
  padding-top: 10px;
  min-height: 500px;
}

@media (max-width:600px){
  .recommended-inc-area .recommended-items .item {
  min-height: 350px;
}
}

@media (max-width:376px){
  .recommended-inc-area .recommended-items .item {
  min-height: 300px;
}
}

.recommended-inc-area .item .thumb {
	position: relative;
	z-index: 1;
}

.info h4 {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-top: -12px;
}

.info h4 span {
	font-size: 1.2rem;
}

.info h3 {
	font-size: 2.6rem;
	letter-spacing: 2px;
	line-height: 1.5;
	color: #D8953E;
	font-weight: 700;
}

.info h3 span {
	color: #595757;
	font-size: 2rem;
}
.info h3 span.hontaikakaku {
	color: #595757;
	font-size: 1.2rem;
}

.info ul li {
	font-size: 1.2rem;
	line-height: 1.8;
}

.recommended-inc-area .item .overlay > a {
	bottom: 0;
	display: flex;
	left: 0;
	width: 100%;
	padding: 15px 20px;
	position: absolute;
	z-index: 1;
	align-items: center;
}

.recommended-inc-area .recommended-items.overlay-gap .item .overlay > a {
	bottom: 10px;
	left: 10px;
	right: 10px;
	width: auto;
}

.recommended-inc-area .recommended-items.overlay-gap .item .overlay i {
	font-size: 40px;
}

.recommended-inc-area .item .thumb .overlay > a::after {
	background: #000000 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.recommended-inc-area .item .overlay i {
	color: #ffffff;
	display: inline-block;
	font-size: 50px;
}

.recommended-inc-area .item .overlay p {
	margin-left: 10px;
	padding-left: 10px;
	color: #ffffff;
	font-weight: 500;
	font-size: 12px;
	line-height: 2;
	margin-bottom: 0px;
}

.recommended-inc-area .item .overlay p span {
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 0;
	font-size: 18px;
}

.recommended-inc-area .item .overlay h4 a {
	color: #ffffff;
}

.recommended-inc-area .item .overlay > a {
	color: #005638;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 5px;
}

.recommended-inc-area .item .info {
	padding: 25px 25px 0px 25px;
}

.recommended-inc-area .item .info a {
	color: #666666;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.recommended-inc-area .item .info a:hover {
	color: #005638;
}

.recommended-inc-area .recommended-carousel .owl-nav {
	margin: 0;
}

.recommended-inc-area .recommended-carousel .owl-nav .owl-prev,
.recommended-inc-area .recommended-carousel .owl-nav .owl-next {
	background: transparent none repeat scroll 0 0;
	color: #005638;
	font-size: 30px;
	height: 40px;
	left: -50px;
	line-height: 40px;
	margin: -20px 0 0;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 40px;
}

.recommended-inc-area .recommended-carousel .owl-nav .owl-next {
	left: auto;
	right: -50px;
}

.recommended-inc-area .recommended-items.recommended-carousel .owl-dots {
	margin: -25px 0 0;
	position: absolute;
	right: -45px;
	top: 50%;
}

.recommended-inc-area .recommended-items.recommended-carousel .owl-dots .owl-dot {
	display: block;
}

.recommended-inc-area .recommended-items.recommended-carousel .owl-dots .owl-dot span {
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid #cccccc;
	height: 20px;
	margin: 10px 0;
	width: 20px;
}

.recommended-inc-area .recommended-items.recommended-carousel .owl-dots .owl-dot.active span {
	background: #005638 none repeat scroll 0 0;
	border-color: #005638;
}

/* ==============================================================
     # Services
=================================================================== */

.services-inc-area.half-bg {
	position: relative;
	z-index: 1;
}

.services-inc-area.half-bg::after {
	background: #1d2024 none repeat scroll 0 0;
	content: "";
	height: 50%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.services-area .services-items .equal-height {
	margin-bottom: 10px;
	right: -1px;
}

.services-inc-area.inc-colum .equal-height {
	margin-bottom: 10px;
}

.services-items.colum-items .single-item {
	margin-bottom: 10px;
}

.services-area .services-items .item {
	background: #40A29D;
	margin: 30px 15px 20px 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
	border-radius: 50px;
    /*目标元素四角都为4px的圆角*/
	border-top-right-radius: 50px;
    /*目标元素右上角为4px的圆角*/
	border-top-left-radius: 50px;
	padding-top: 25px;
	justify-content: center;
}

.services-area .services-items .item:hover {
	opacity: 0.8;
}

.services-area .services-items .item .icon {
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}

.services-area .services-items .item .icon img {
	width: 60px;
	padding: 5px
}

.services-area .services-items .item h4 {
	font-weight: 600;
	text-transform: capitalize;
	display: block;
	color: #FFF;
	margin-left: 15px;
	font-size: 1.3rem;
	letter-spacing: 1.3px;
	text-align: right;
	margin-right: 15px;
}

.services-area .services-items .item h4 span {
	font-size: 1rem;
}

.services-area .services-items .item p {
	margin: 0;
}

.services-area .services-items .item a {
	color: #666666;
	display: inline-block;
	font-weight: 600;
	margin-top: 10px;
	text-transform: uppercase;
}


/* ==============================================================
     # campen
=================================================================== */
.campen_img{
	max-width: 900px;
	width: 100%;
	margin: 20px auto;
}
.campen_img .col-md-6 img{
width: 100%;
	padding: 20px;
}
.menu_bar {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 10px;
}

.campen_title {
	border-left: #005638 solid 7px;
	margin-left: 30px;
	padding-left: 20px;
}

.campen_title h4 {
	font-size: 2rem;
	line-height: 35px;
	color: #005638;
	font-weight: 600;
}

.compen-area .container {
	padding: 0px !important;
}

.campen_box {
	border: #3E3A39 solid 1px;
	padding: 40px 50px;
	margin: 40px 30px;
}

.campen_box hr {
	border: 0;
	border-bottom: 1px solid #3E3A39;
}

.campen_box h4 {
	font-size: 1.7rem;
	line-height: 2;
	line-height: 35px;
	color: #3E3A39;
	font-weight: 600;
	margin-left: 20px;
}

.detailed {
	padding-top: 30px;
	line-height: 2.5;
}

.detailed li.title {
	font-size: 1.5rem;
	font-weight: 600;
}

.detailed li.content {
	padding-bottom: 40px;
	font-weight: 500;
}

.campen-area .campen-items .single-item {
	margin-bottom: 30px;
}

.campen-area .campen-items .item {
	-moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
	-o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.campen-area .campen-items .item .info {
	background: #ffffff none repeat scroll 0 0;
	padding: 30px;
}

.campen-area .campen-items .item .info h4 {
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.campen-area .campen-items .item .info p:last-child {
	margin-bottom: 0;
}

.campen-area .campen-items .item .info span {
	color: #005638;
	display: block;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.campen-area .campen-items.campen-standard .item .info span {
	display: inline-block;
	font-family: "Poppins",sans-serif;
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
	text-transform: uppercase;
}

.campen-area .campen-items.campen-standard .item .info span::after {
	background: #005638 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	width: 40px;
}

.campen-area .campen-items .item .thumb {
	position: relative;
	z-index: 1;
}

.campen-area .info .social li {
	display: inline-block;
}

.campen-area .info .social li a {
	color: #666666;
	display: inline-block;
	font-size: 20px;
	margin: 0 10px;
}

.campen-area .info .social {
	border-top: 1px dashed #dbdbdb;
	padding-top: 20px;
}

.campen-area .campen-items .item .thumb .icon {
	background: #ffffff none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	bottom: 0;
	content: "";
	height: 50px;
	left: 50%;
	margin-bottom: -25px;
	margin-left: -25px;
	position: absolute;
	width: 50px;
}

.campen-area .campen-items .item .thumb .icon::after {
	color: #005638;
	content: "\f508";
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	font-weight: 900;
	height: 100%;
	left: 0;
	letter-spacing: -2px;
	position: absolute;
	top: 5px;
	width: 100%;
}

.campen-area .campen-items.campen-standard .thumb {
	overflow: hidden;
}

.campen-area .campen-items.campen-standard .item:hover .thumb::after {
	opacity: 1;
}

.campen-area .campen-items.campen-standard .thumb .social ul {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 30px;
	display: inline-block;
	padding: 10px 30px;
}

.campen-area .campen-items.campen-standard .thumb .social li {
	display: inline-block;
}

.campen-area .campen-items.campen-standard .thumb .social li a {
	color: #fff;
	display: inline-block;
	font-size: 20px;
	margin: 5px 10px 0;
}

.campen-area .campen-items.campen-standard .thumb .social {
	bottom: -55px;
	left: 0;
	padding: 15px 25px;
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	z-index: 1;
	width: 100%;
	text-align: center;
}

.campen-area .campen-items.campen-standard .item:hover .thumb .social {
	bottom: 0;
}

.campen-area .campen-items.campen-carousel .owl-nav {
	margin: 0;
}

.campen-area .campen-items.campen-carousel .owl-nav .owl-prev,
.campen-area .campen-items.campen-carousel .owl-nav .owl-next {
	background: transparent none repeat scroll 0 0;
	color: #005638;
	font-size: 30px;
	height: 40px;
	left: -50px;
	line-height: 40px;
	margin: -20px 0 0;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 60px;
}

.campen-area .campen-items.campen-carousel .owl-nav .owl-next {
	left: auto;
	right: -50px;
}

.campen-area .campen-items.campen-carousel .owl-dots {
	margin: 0;
	position: absolute;
	right: 43%;
	top: 100%;
}

.campen-area .campen-items.campen-carousel .owl-dots .owl-dot {
	margin: 20px 5px;
	text-align: center;
}

.campen-area .campen-items.campen-carousel .owl-dots .owl-dot span {
	background: #DCDDDD none repeat scroll 0 0;
	border: 2px solid #DCDDDD;
	height: 10px;
	margin: 10px 0;
	width: 60px;
}

.campen-area .campen-items.campen-carousel .owl-dots .owl-dot.active span {
	background: #00A29A none repeat scroll 0 0;
	border-color: #00A29A;
}


/* campen Single */

.campen-items.single .bio h4 {
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.campen-items.single .bio {
	-moz-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
	-webkit-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
	-o-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
	box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
	padding: 30px;
	text-align: center;
}

.campen-items.single .bio span {
	color: #005638;
	font-family: "Poppins",sans-serif;
	font-weight: 500;
}

.campen-items.single .bio li {
	display: inline-block;
}

.campen-items.single .bio li a {
	color: #666666;
	display: inline-block;
	font-size: 20px;
	margin: 0 10px;
}

.campen-items.single .bio ul {
	margin-top: 10px;
}

.campen-items.single .content h2 {
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.campen-items.single .content h4 {
	font-weight: 600;
	text-transform: capitalize;
}

.campen-items.single .content h3 {
	font-weight: 600;
	margin-bottom: 25px;
	margin-top: 20px;
	text-transform: capitalize;
}

.campen-items.single .profile {
	padding-right: 30px;
}

.campen-items.single .content .progress {
	height: 5px;
}

.campen-items.single .content .progress .progress-bar {
	background: #005638 none repeat scroll 0 0;
}

.campen-items.single .progress-box h5 {
	color: #666666;
	font-weight: 600;
	text-transform: capitalize;
}

.campen-items.single .progress-box .progress {
	margin-bottom: 30px;
}

.campen-items.single .progress-box:last-child .progress {
	margin-bottom: 0;
}

.campen-area .campen-items.single .content ul li {
	border-top: 1px solid #e7e7e7;
	padding: 15px 0;
}

.campen-area .campen-items.single .content ul li:first-child {
	border-top: medium none navy;
	padding-top: 0;
}

.campen-area .campen-items.single ul li:last-child {
	padding-bottom: 0;
}

.campen-area .campen-items.single .content ul li i {
	color: #005638;
	font-size: 20px;
	min-width: 25px;
}

.single-item .item .overlay > a {
	bottom: 0;
	display: flex;
	left: 0;
	width: 100%;
	padding: 15px 30px;
	position: absolute;
	z-index: 1;
	align-items: center;
}

.single-item.overlay-gap .item .overlay > a {
	bottom: 10px;
	left: 10px;
	right: 10px;
	width: auto;
}

.single-items.overlay-gap .item .overlay i {
	font-size: 40px;
}

.single-item .item .thumb .overlay > a::after {
	background: #000000 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.single-item .item .overlay i {
	color: #ffffff;
	display: inline-block;
	font-size: 50px;
}

.single-item .item .overlay p {
	color: #ffffff;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 2;
	text-align: left;
	margin-bottom: 0px;
}

.single-item.item .overlay p span {
	color: #ffffff;
	font-weight: 500;
	font-size: 1.8rem;
}

.single-item .item .overlay h4 a {
	color: #ffffff;
}

.single-item .item .overlay > a {
	color: #005638;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 5px;
}

.menu-item .item .overlay > a {
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	width: 100%;
	padding: auto;
	position: absolute;
	z-index: 1;
	align-items: center;
	height: 100%;
}

.menu-item .item .overlay > a  img {
	width: 100%;
}

.menu-item .item .thumb .overlay > a::after {
	background: #000000;
	bottom: 0;
	content: "";
	height: 100%;
	opacity: 0.6;
	position: absolute;
	width: 100%;
	z-index: -1;
	left: 0;
}

.menu-item .item .thumb .overlay > a:hover {
  opacity: 0;
}

.menu-item .item .overlay p {
	color: #ffffff;
	font-weight: 500;
	font-size: 1.5rem;
	text-align: center !important;
}

.menu-item .item .overlay {
	text-align: center !important;
}

/* ==============================================================
     # Buy
=================================================================== */
.buy_flow {
	margin-bottom: 50px;
}

.buy_flow.container {
	margin-bottom: 50px;
}

.buybox {
	width: 100%;
	margin: 40px auto;
	padding-top: 50px;
	padding-bottom: 250px;
}

.buybox img {
	max-width: 200px;
}

.buybox h2 {
	font-size: 2rem;
}

.buy-area {
	background: url("assets/img/bg_0920.jpg") no-repeat;
	background-size: cover;
}

.buy-area h2 {
	font-size: 2.5rem;
	line-height: 2.5;
	letter-spacing: 2px;
	font-weight: 700;
}

.buy-area .single-item {
	margin-bottom: 30px;
	padding: 0 15px;
}

.buy-area.full-blog .single-item {
	margin-bottom: 50px;
}

.buy-area .thumb {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.buy-area .item .thumb img {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.buy-area .item:hover .thumb img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.buy-area .info {
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
	overflow: hidden;
	padding: 30px;
	background: #ffffff none repeat scroll 0 0;
}

.buy-area .info  a:hover {
	color: #005638;
}

.buy-area .info h4 {
	margin-bottom: 20px;
}

.buy-area .info h2,
.buy-area .info h3,
.buy-area .info h4 {
	font-weight: 500;
	text-transform: capitalize;
}

.buy-area.single .item {
	margin-bottom: 0;
}

.buy-area .item blockquote {
	background: #f6f6f6 none repeat scroll 0 0;
	border-color: #005638;
	color: #414141;
	font-size: 15px;
	padding: 30px;
	position: relative;
	z-index: 1;
}

.buy-area .item blockquote p {
	margin: 0;
	position: relative;
	z-index: 1;
	font-style: italic;
}

/* ==============================================================
     # menu
=================================================================== */
.menu-area .container {
	padding-left: 0px;
	padding-right: 0px;
	max-width: 1280px;
	width: 100%;
	margin-top: -220px
}

.menu-area h2 {
	font-size: 2.5rem;
	line-height: 2.5;
	letter-spacing: 2px;
	font-weight: 700;
}

.menu-area .thumb {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.menu-area .item .thumb img {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.menu-area .item:hover .thumb img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.menu-area .col-md-3{
	padding: 20px 10px 0px 10px;
}
.col-md-3,.col-xs-6,.col-md-6 {
	padding-left: 0px;
	padding-right: 0px;
}

/* Google Maps */
#map {
	height: 400px;
	width: 100%
}
#maps {
	height: 400px;
	width: 100%
}
.map-area {
	padding-top: 30px;
}
/* ========= contact==================================== */
.thanks_srea h6{
	color: #00A29A;
	font-size: 1.1rem;
	border-bottom: 1px #00A29A solid;
	float: right;
	line-height: 1;
	padding-bottom: 0px;
	width: 80px;
}
#examination p{
	font-size: 1.2rem;
	margin-top: 0px;
	margin-bottom:0px;
	line-height: 2;
}
.wild-width{
	text-align: left;
	line-height:0;
}
.contact_date p{
	padding-left: 20px;
	font-weight: 600;
	color: #3E3A39;
	padding-top: 15px;
	padding-bottom: 0px;
}
.contact_time li{
	display:inline;
	line-height: 2;
	margin-bottom: 20px;
}

.contact{
	padding-top: 50px;
}
.contact-area {
	padding-top: 50px;
}

.contact_item {
	display: flex;
	align-items: flex-end;
	flex-direction: row;
	justify-content: center;
}

.contact_item h3 {
	font-size: 2rem!important;
	margin-left: -25px;
	padding-bottom: 5px;
}

.contact_item img {
	width: 200px;
}

.contact_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 50px;
}

.contact_icon h1 {
	font-weight: 900;
	color: #005638;
	margin-top: 20px;
	margin-left: 20px;
}

.phone_box {
	text-align: center;
}

.phone_number {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}





.contact_list-information{
   padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	line-height: 3;
}
.wpcf7-textarea{
	height: 200px;
}




.contact_list-item {
	border-bottom: solid 0.5px #00A29A!important;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	color: #3E3A39;
}

.contact_list-title {
	background: #ECF5F4;
	max-width: 230px!important;
	width: 100%!important;
	text-align: left;
	padding-left: 20px;
	display: flex;
	flex-wrap: nowrap;
	align-items:center;
	margin-left: 1px;
}

.contact_list-input {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
    padding-bottom: 5px;
	width:100%;
	text-align:left;
}

.essential{
	background: #F39800;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	width:35px;
	height: 20px;
	line-height: 20px;
	margin-left: 15px;
	text-indent: 0px;
}
input{
	border: 0.5px solid #A8A8A8;
    margin-bottom:12px;
	line-height: 35px;
	text-indent: 10px;
}
input:focus {
    border:solid 1px #00A29A;
	background: rgba(0,162,154,0.2)
}
.hoge{
	width:350px;
	height: 35px;
}
  input[type="radio"] {
			opacity:1;
	}
  input[type="file"] {
    font-size: 1.2rem;
display: flex;
	  justify-content: center;
	  flex-direction: row;
	  border: 0px;
	  padding-left: 20px;
        }
.hoge_big{
	width:550px;
	height:200px;
	text-indent: 10px;
	border: 0.5px solid #A8A8A8;
	margin-bottom: 20px;
	margin-top:10px;
}
.hoge_big:focus {
    border:solid 1px #00A29A;
	background: rgba(0,162,154,0.2)
}
.hoge_sm{
	width:100px;
	height:200px;
	text-indent: 10px;
	border: 0.5px solid #A8A8A8;
	margin-bottom: 20px;
	margin-top:10px;
	margin-right: 10px;
}
.sentakushi_form{
	padding-left:0px;
	height: 35px;
	width: 350px;
	line-height: 35px;
    border: 0.5px solid #A8A8A8;
	-webkit-appearance: none;
	border-radius: 0;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   -khtml-border-radius: 0;
	margin-top: 12px;
	margin-bottom: 12px;
	text-indent: 10px;
	background: url("assets/img/select.png") no-repeat right;
	background-size: 25px;
}
.sentakushi_form:focus {
    border: 0px;
    border:solid 1px #00A29A;
	background: rgba(0,162,154,0.2);
}
.sentakushi_form2:focus {
    border:solid 1px #00A29A;
	background: rgba(0,162,154,0.2)
}
.sentakushi_form2{
	height: 35px;
	width: 100px;
	line-height:25px;
     border: 0.5px solid #A8A8A8;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
	-webkit-appearance: none;
	margin-bottom:12px;
	margin-left: 20px;
	text-indent: 10px;
	background: url("assets/img/select.png") no-repeat right;
	background-size: 25px;
}
.sentakushi_form3{
	padding-left:0px;
	height: 35px;
	width: 100px;
	line-height: 35px;
    border: 0.5px solid #A8A8A8;
	-webkit-appearance: none;
	border-radius: 0;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   -khtml-border-radius: 0;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-right: 10px;
	text-indent: 10px;
	background: url("assets/img/select.png") no-repeat right;
	background-size: 25px;
}
.sentakushi_form3:focus {
    border: 0px;
    border:solid 1px #00A29A;
	background: rgba(0,162,154,0.2);
}
.sentakushi_form4{
	padding-left:0px;
	height: 35px;
	width: 200px;
	line-height: 35px;
    border: 0.5px solid #A8A8A8;
	-webkit-appearance: none;
	border-radius: 0;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   -khtml-border-radius: 0;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-right: 10px;
	text-indent: 10px;
	background: url("assets/img/select.png") no-repeat right;
	background-size: 25px;
}
.sentakushi_form4:focus {
    border: 0px;
    border:solid 1px #00A29A;
	background: rgba(0,162,154,0.2);
}
.sentakushi_form5{
	padding-left:0px;
	height: 35px;
	width: 70px;
	line-height: 35px;
    border: 0.5px solid #A8A8A8;
	-webkit-appearance: none;
	border-radius: 0;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   -khtml-border-radius: 0;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-right: 10px;
	text-indent: 10px;
	background: url("assets/img/select.png") no-repeat right;
	background-size: 25px;
}
.sentakushi_form5:focus {
    border: 0px;
    border:solid 1px #00A29A;
	background: rgba(0,162,154,0.2);
}
#datepicker{
	width: 220px;
	height: 35px;
	margin-right: 20px;
}
#datepicker2{
	width: 220px;
	height: 35px;
	margin-right: 20px;
}
.postal{
	height: 35px;
	line-height: 35px;
	margin-right: 20px;
}


.contact_list-flex{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	text-align: center;
}

.contact_list-flex2{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	text-align: center;
}
.li_last{
	border-bottom: 0px!important;
}
.btn_box{
	text-align: center;
}
.btn_box2{
	text-align: center;
}

.contact_list-item > p{
	display:none !important;
}

.wpcf7-mail-sent-ok{
	max-width: 900px;
	width: 100%;
	margin: 0 auto 30px auto!important;
	border: 2px solid #00A29A!important;
	text-align: center;
}

.wpcf7-select:focus {
    border:solid 1px #00A29A;
	background: rgba(0,162,154,0.2)
}
.wpcf7-select{
	height: 35px;
	width: 100px;
	line-height:25px;
     border: 0.5px solid #A8A8A8;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
	-webkit-appearance: none;
	margin-right: 0px;
	text-indent: 10px;
	background: url("assets/img/select.png") no-repeat right;
	background-size: 25px;
}
	.wpcf7-date{
		width: 200px;
		margin-right: 20px;
		line-height: 35px;
		height: 35px;
	}

.contact_list{
	margin-bottom:0;
}

.contact_list-item:last-child{
	border-bottom:none !important;
}


.contact_list-input textarea{
	width:95%!important;
	padding:0 5px;
}
p.mintgreen a{
	color:#00A29A !important;
}
.cautions h3{
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
}
.cautions ul li{
  font-size: 1.2rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 5px;
}
.cautions small{
  display: block;
  margin-top: 30px;
  line-height: 1.35;
}

.wpcf7-response-output{
	margin-left: auto !important;
	margin-right: auto !important;
}

.wpcf7-validation-errors{
	/* width: 60%; */
	width: 86%;
	margin: 0 auto;
	text-align: center;
	margin-bottom:1rem;
}
/* .wpcf7-not-valid-tip{
	display:inline !important;
	margin-left:5px;
} */
span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block !important;
	margin-left:5px;
	clear: both;
}


/* ==============================================================
     staff-area
=================================================================== */
	.previouspage{
		max-width: 555px;
		width: 100%;
	}
	.afterpage{
		max-width: 555px;
		width: 100%;
		float: right;
	}
#prev_next{
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	}
	.clearfix{
		width: 100%;
	}
.staff-area .thumb {
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 100%;
  height: 230px;
}
.staff-area .thumb img{
	width: 100% !important;
	object-fit: cover;
	height: 100%;
}
.staff-area .item {
padding: 0px!important;
}
.staff-area .item .thumb img {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.staff-area .item:hover .thumb img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.staff_introduction{
	padding: 10px;
	text-align: left;
}
.staff_introduction p{
	padding-top:0px;
	padding-left: 10px;
}
.staff_introduction2{
/*	padding: 10px;*/
	text-align: left;
/*	height:90px;*/
}
.staff_introduction2 hr{
	margin-top: 0;
  margin-bottom: 0;
}
.staff_introduction2 p{
	padding-top:0px;
	padding-left: 10px;
	margin-top: 10px;
}
.name{
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
	line-height: 1.6;
	padding: 0px 20px 0 10px;
}
h3.name{
	margin-top: 0px;
	}
h4.name span{
	font-size: 1.3rem!important;
	font-weight: 100;
	color: #686868;
}
h3.name span{
	font-size: 1.3rem!important;
	font-weight:100;
	color: #686868;
}
.group1{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.staff_img img{
margin-bottom:40px;
margin-top: 10px;
padding-right: 30px;
width: 100%;}
.staff_profile{
	text-align: left;
	padding-left:30px;
	text-transform: uppercase;
	line-height:3;
}
.staff_profile ul li{
border-bottom:  #6F6F6F solid 0.5px;
line-height: 4;}
.staff_profile ul li h4{
font-size: 3rem;
font-weight: 600;
margin-right: 20px;}
.staff_profile ul li h4 span{
font-size: 1.6rem;
font-weight: 100;
margin-left: 30px;}
.staff_profile ul li p{
line-height: 2.5;
margin-top: 20px;
margin-bottom: 30px;}
.illustration{
display: flex;
justify-content: space-between;
	align-items: flex-end;
}
.illustration img{
width:75px;
height:82px;
margin-bottom: 10px;}
.bloglink{
	color: #00A29A;
	font-weight: 600;
	text-align: right;
	margin-top: 30px;
}
.staff_page{
border-bottom:  #6F6F6F solid 0.5px;
border-top:  #6F6F6F solid 0.5px;
padding-top:20px;
padding-bottom:20px;
margin-bottom: 30px;
overflow: hidden;
padding-left: 0px;
padding-right: 0px;
}
.previouspage{
border-right: #6F6F6F solid 0.5px;
display: flex;
align-items: center;
justify-content: space-between;
	padding-right:20px}

.afterpage{
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row-reverse;
padding-left:20px;
}

.afterpage .thumb.col-md-4{
padding-left: 0px!important;
	padding-right: 0px!important;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
height: 135px;
}
.previouspage .thumb.col-md-4{
padding-left: 0px!important;
	padding-right: 0px!important;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 135px;
}

#prev_next .thumb img {
    object-fit: cover;
}

.staff_pagination{
	margin: 40px auto;
}

/* ==============================================================
     trade
=================================================================== */
#trade .tltle{
	background: #00A29A;
	width: 100%;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
}

#trade .tltle h3{
	text-align: center;
	color: #FFF;
	font-weight: 600;
	font-size: 2rem;
	letter-spacing: 2px;
	margin-bottom: 0px;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	margin-top: 0px;
}
#trade .item{
padding: 0px;
	height: auto;
}
#trade .item img{
width: 100%;
}
.three_square{
	margin: 20px auto;
	overflow: hidden;
}
.three_square .col-md-4{
margin-top: 20px;
	margin-bottom: 20px;
}
#trade .three_arrow{
text-align: center;
	margin:30px auto;
}
#trade .three_arrow h4{
	color:#00A29A;
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 1.5px;
	text-align: center;
	margin-bottom: 0px;
	padding: 0px;
}
.trade_p{
	font-size: 1.1rem;
	color: #000000;
	padding-top: 30px;
	padding-bottom: 30px;
}
.trade_notes_box {
	font-size: 1.1rem;
	color: #000000;
	padding: 30px 50px;
	display: flex;
	justify-content: space-between;
}
@media (max-width: 992px){
	.trade_notes_box {
		padding: 30px 0;
		flex-direction: column-reverse;
	}
}
.trade_notes span {
	color: #e60012;
	font-weight: bold;
}
.triangle-down1 {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #D4EBF1;
	position: absolute;
	left: 48%;
}
.triangle-down2 {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #FFF;
	position: absolute;
	left: 48%;
}
.arrow_square{
	background: #D4EBF1;
	width: 100%;
}
.in-arrow{
	max-width:850px;
	text-align: center;
	width: 100%;
	margin: 0px auto;
}
.in-arrow p{
	color: #00A29A;
	margin-bottom: 0px;
	padding: 50px;
	font-weight: 600!important;
	font-size: 1.6rem;
	letter-spacing: 1.5px;
}
.in-arrow2{
	max-width: 850px;
	text-align: center;
	width: 100%;
	margin: 0px auto;
}
.in-arrow2 p{
	color: #00A29A;
	font-size: 1.6rem;
	margin-bottom: 0px;
	padding:70px 50px 50px 50px;
	font-weight: 600!important;
}
.in-arrow2 p .yellow{
	color: #F8B300;
}
.in-arrow2 p .small{
	font-size: 1.1rem;
}
/* ==============================================================
     description
=================================================================== */
.description_box{
	max-width: 1280px;
	width: 100%;
	margin: 30px auto;
	padding:30px 20px;
	text-align: center;
	background: url("assets/img/description/bg.jpg") no-repeat 100%;
	background-size:cover;
}
.description_box h3{
	text-align: center;
	letter-spacing: 3px;
	font-size: 1.6rem;
	font-weight: 700;
	margin: 0px;
}
.description_box h3 span{
	text-align: center;
	letter-spacing: 3px;
	font-size: 1.1rem;
	font-weight: 700;
	margin: 0px;
}
.description_box p{
	text-align: center;
	letter-spacing:2px;
	font-size: 1.2rem;
	line-height: 2;
	margin-top: 20px;
}
.description_box #horizon1{
	margin-top: 50px;
	margin-bottom: 50px;
}


/* ==============================================================
     parking
=================================================================== */
.parking_box{
	max-width: 1280px;
	width: 100%;
	margin: 30px auto;
	padding:30px 20px;
	text-align: center;
}
.parking_box h3{
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	font-size: 32px;
	color: #00A29A;
	margin: 0px;
}
.parking_box p{
	text-align: center;
	letter-spacing:2px;
	font-size: 1.4rem;
	line-height: 2;
	margin-top: 20px;
	margin-bottom: 40px;
}

.parking_map{
	width: 1000px;
	margin: 0 auto 120px auto;
}

.attention_raiten{
	width: 860px;
	margin: 0 auto 60px auto;
	border: #F8B300 1px solid;
	padding: 70px 0 0px 0;
	box-sizing: border-box;
}

.attention_raiten h3{
	margin-top: -130px;
	margin-bottom: 40px;
}

.attention_raiten ol{
	width: 600px;
	margin: 0 auto 0 auto;
	text-align: left;
	counter-reset: my-counter;
  list-style: none;
  padding: 0 0 20px 0;
}

.attention_raiten li{
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.5;
  padding-left: 30px;
  position: relative;
}

.attention_raiten li span{
	font-size: 1.4rem;
	line-height: 1.7;
	display: block;
	font-weight: normal;
	padding-top: 12px;
}

.attention_raiten li:before {
	content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #F8B300;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
	margin-top: 8px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
	font-size: 13px;
}

.parking_box .park_info{
	font-size: 21px;
	font-weight: bold;
	color: #00A29A;
	margin-bottom: 30px;
	border-bottom: #00A29A 2px solid;
	padding-bottom: 5px;
	display: inline-block;
}

.parking_box .phone_number{
	margin-bottom: 60px;
}

.parking_box .phone_number .green{
	background: #00A29A;
	border: #00A29A 5px solid;
	margin-right: 10px;
	font-size: 4rem;
}

.parking_box .phone_number h1{
	font-size: 66px;
}


@media (max-width:1280px) {
	
	.parking_box{
	max-width: auto;
	width: 100%;
	margin: 30px auto;
	padding:30px 20px;
	text-align: center;
}
.parking_box h3{
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	color: #00A29A;
	margin: 0px;
}
.parking_box p{
	text-align: center;
	letter-spacing:2px;
	font-size: 1.4rem;
	line-height: 2;
	margin-top: 20px;
	margin-bottom: 40px;
}

.parking_map{
	width: 750px;
	margin: 0 auto 120px auto;
}

.attention_raiten{
	width: 750px;
	margin: 0 auto 60px auto;
	border: #F8B300 1px solid;
	padding: 70px 0 0px 0;
	box-sizing: border-box;
}

.attention_raiten h3{
	margin-top: -130px;
	margin-bottom: 40px;
}

.attention_raiten ol{
	width: 600px;
	margin: 0 auto 0 auto;
	text-align: left;
	counter-reset: my-counter;
  list-style: none;
  padding: 0 0 20px 0;
}

.attention_raiten li{
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.5;
  padding-left: 30px;
  position: relative;
}

.attention_raiten li span{
	font-size: 1.4rem;
	line-height: 1.7;
	display: block;
	font-weight: normal;
	padding-top: 12px;
}

.attention_raiten li:before {
	content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #F8B300;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
	margin-top: 8px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
	font-size: 13px;
}

.parking_box .park_info{
	font-size: 21px;
	font-weight: bold;
	color: #00A29A;
	margin-bottom: 30px;
	border-bottom: #00A29A 2px solid;
	padding-bottom: 5px;
	display: inline-block;
}

.parking_box .phone_number{
	margin-bottom: 60px;
}

.parking_box .phone_number .green{
	background: #00A29A;
	border: #00A29A 5px solid;
	margin-right: 10px;
	font-size: 4rem;
}

.parking_box .phone_number h1{
	font-size: 66px;
}
	
	
	
}


@media (max-width:768px) {
	.parking_box{
	max-width: auto;
	width: 100%;
	margin: 0px auto;
	padding:10px 20px;
	text-align: center;
}
.parking_box h3{
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	color: #00A29A;
	margin: 0px;
}
.parking_box p{
	text-align: center;
	letter-spacing:2px;
	font-size: 1.2rem;
	line-height: 2;
	margin-top: 20px;
	margin-bottom: 40px;
}

.parking_map{
	width: auto;
	margin: 0 0 12vw 0;
}

.attention_raiten{
	width: auto;
	margin: 0 0 60px 0;
	border: #F8B300 1px solid;
	padding: 8vw 15px 0px 15px;
	box-sizing: border-box;
}

.attention_raiten h3{
	margin-top: -15vw;
	margin-bottom: 5vw;
}

.attention_raiten ol{
	width: auto;
	margin: 0 auto 0 auto;
	text-align: left;
	counter-reset: my-counter;
  list-style: none;
  padding: 0 0 10px 0;
}

.attention_raiten li{
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.5;
  padding-left: 30px;
  position: relative;
}

.attention_raiten li span{
	font-size: 1.3rem;
	line-height: 1.5;
	display: block;
	font-weight: normal;
	padding-top: 12px;
}

.attention_raiten li:before {
	content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #F8B300;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
	margin-top: 0.5vw;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
	font-size: 13px;
}

.parking_box .park_info{
	font-size: 1.6rem;
	font-weight: bold;
	color: #00A29A;
	margin-bottom: 15px;
	border-bottom: #00A29A 2px solid;
	padding-bottom: 5px;
	display: inline-block;
}

.parking_box .phone_number{
	margin-bottom: 40px;
}

.parking_box .phone_number .green{
	background: #00A29A;
	border: #00A29A 5px solid;
	margin-right: 10px;
	font-size: 2.5rem;
}

.parking_box .phone_number h1{
	font-size: 30px;
}
}


/* ==============================================================
     insurance
=================================================================== */
/*マーカーアニメーション*/

.marker-animation.active{
    background-position: -100% .5em;
}

.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
}
.insurance_box{
	max-width:660px;
	width: 100%;
	margin: 30px auto;
	padding-left: 20px;
	padding-right: 20px;
}
.insurance_box h3{
	text-align: center;
	letter-spacing: 3px;
	font-size: 1.6rem;
	font-weight: 700;
	margin: 0px;
}
.insurance_box p{
	text-align: left;
	letter-spacing:2px;
	font-size: 1.2rem;
	line-height: 2;
	margin-top: 20px;
}
.insurance_box1{
	max-width:660px;
	width: 100%;
	margin: 30px auto;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
.insurance_box1 h2{
	border: 3px dotted #F8B300;
	text-align: center;
	letter-spacing: 3px;
	font-size: 1.8rem;
	font-weight: 700;
	margin: 20px auto;
	padding: 10px;
	line-height: 2;
}
.insurance_box1 h3{
	text-align: center;
	letter-spacing: 3px;
	font-size: 1.6rem;
	font-weight: 600;
	margin: 0px;
}
.insurance_box1 h5{
	border-bottom: 1px solid #00A29A;
	color: #00A29A;
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
	width: 240px;
	margin: 30px auto;
	padding-bottom:5px;
}
.insurance_box1 p{
	text-align: center;
	letter-spacing:2px;
	font-size: 1.2rem;
	line-height: 2;
	margin-top: 20px;
}

.mintgreen_box{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	flex-direction: row;
}
.box1{
	width: 200px;
	border: 2px solid #00A29A;
	margin: 20px;
}
.box1 .title{
	background: #00A29A!important;
	text-align: center;
	margin: 0px;
	padding-top: 15px;
	padding-bottom:3px;
}
.box1 .title h4{
	color: #FFF;
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 1.7rem;
	line-height:1.5;
}
.box1 .title h4 span{
	font-size: 1.3rem;
}
.box1 .content{
	text-align: center;
	height: 135px;
}
.box1 .content h5{
	color: #000000;
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 1.4rem;
}
.box1 .content h5 span{
	font-size:2rem;
}
.box1 .content h4{
	color: #00A29A;
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 1.4rem;
	line-height: 2;
	margin-top: 30px;
}
.box1 .content h4 span{
	font-size:3rem;
}
.waku{
	border: #00A29A solid 2px;
	border-radius: 10px;
	padding: 2px 10px;
	color: #00A29A;
	width: 150px;
	margin: 10px auto;
}
.mintgreen{
	margin-top: 30px;
	font-size: 1.8rem;
	text-align: center;
	font-weight: 600;
	color: #00A29A;
}
p.mintgreen{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.2rem;
	text-align: center;
	font-weight: 600;
	color: #00A29A;
}
.choice_reason{
	text-align: center;
}
.choice_reason h3{
	color: #00A29A;
	font-weight: 600;
	font-size: 2rem;
	border-bottom: #00A29A dotted 2px;
	padding-bottom: 10px;
	text-align: center;
	width: 260px;
	margin: 10px auto;
}
.choice_reason .tltle{
	background: #00A29A;
	width: 100%;
	height: 130px;
	margin: 0px;
	display: flex;
	align-items: center;
}
.choice_reason .tltle h3{
	color: #FFF;
	font-weight: 600;
	font-size: 2rem;
	text-align: center;
	letter-spacing: 2px;
	line-height: 2;
	padding: 0px;
}

.choice_reason .col-md-4{
	text-align: left;
}
.choice_reason .col-md-4 img{
	width: 100%;
}
.choice_reason h4{
	text-align: center;
	color: #00A29A;
	font-weight: 600;
	font-size: 1.5rem;
	text-align: center;
	line-height: 2;
	margin-top: 30px;
}
.choice_reason .item h4{
	text-align: left!important;
	color: #00A29A;
	font-weight: 600;
	font-size: 1.5rem;
	text-align: center;
	line-height: 2;
	margin-top: 0px!important;
}
.choice_reason .item p{
	text-align: left;
	line-height: 2;
	font-size: 1.3rem;
	letter-spacing: 2px;
}
.col-md-4 .item{
	width: 100%;
	text-align: left;
	background: #FFF;
	padding:30px;
	height: 320px;
}
#insurance .container{
	position: relative;
}
.foaml{position: absolute;
	width: 120px;
left: 0;}
.foamr{position: absolute;
	width:180px;
right:0;}
/* ==============================================================
     loan
=================================================================== */

.loan_tab_tltle{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.loan_tab_tltle h4{
	width: 140px;
	padding-bottom: 10px;
	font-size: 1.8rem;
	letter-spacing: 2px;
	border-bottom: #00a29a solid 1px;
	margin: 20px auto;
	font-weight: 600;
}
.loan_tab{
	max-width: 1000px;
	width: 100%;
	margin: 20px auto;
}
.loan_tab ul{
	margin-left:83px;
}
.loan_tab ul li{
	margin-right:10px;
}
.nav-link{
	background:#B8DAD6;
	height:55px;
	width:120px;
	margin-right:15px;
}
.nav-link img{
	width: 100%;
}
#loan p{
	text-align: center;
	line-height: 1.6;
	letter-spacing: 2px;
	margin-top: 40px;
	margin-bottom:40px;
}
.mintgreen_area{
	margin: 0px;
	background: #B8DAD6;
	padding-top: 50px;
	padding-bottom: 50px;
}
.loan_4{
	text-align: center;
}
.loan_4 p{
	font-size: 1.2rem;
	line-height: 2;
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
}
.loan_4 h1{
	font-size: 3rem;
	font-weight:700;
	letter-spacing: 3px
}
.loan_4 h1 span{
	font-size: 12rem;
	font-weight:600;
	letter-spacing:2px;
}
.loan_4 h2{
	font-size: 2.5rem;
	font-weight:700;
	line-height: 3;
	display: flex;
	align-items: center;
	justify-content: center;
}
.loan_4 h2 span{
	font-size: 8rem;
	font-weight:800;
	letter-spacing:3px;
	margin-left: 10px;
}
.loan_title{
	height: 100px;
}
.loan_4 h4{
font-size: 1.2rem;
	line-height: 1;
}


.loan_4 span.big{
font-size:4rem;
font-weight: 700;
line-height: 1;
}
.loan_4 span.mid{
font-size: 2.6rem;
font-weight:700;
line-height: 1;
}
.loan_content{
	height: 50px;
	line-height: 1.6;
}

.loan_btn {
  padding: 100px 0 50px 0;
}

.loan_btn_ttl {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  margin: 0 0 25px 0;
}

.loan_btn_wrap {
  display: flex;
  justify-content: space-between;
  width: 500px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.loan_btn_wrap a {
  width: 48%;
  color: #fff !important;
  background-color: #00A29A;
  border: 1px solid #00A29A;
  padding: 15px 0;
  text-align: center;
  border-radius: 5px;
  transition: 0.3s;
}

.loan_btn_wrap a:hover {
  background-color: #fff;
  color: #00A29A !important;
}

@media (max-width: 767px){

  .loan_btn {
    padding: 14% 0 5% 0;
  }
  
  .loan_btn_ttl {
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    margin: 0 0 25px 0;
  }
  
  .loan_btn_wrap {
    display: flex;
    justify-content: space-between;
    width: 80%;
  }
  
  .loan_btn_wrap a {
    width: 100%;
    padding: 4% 0;
    margin: 0 0 4% 0;
  }
  .loan_btn_wrap a:last-child {
    margin: 0;
  }

  .loan_content {
    height: auto;
  }

  .loan_4 {
    margin: 0 0 10% 0;
  }

  .loan_4:last-child {
    margin: 0;
  }

  .loan_4 h1 {
    margin: 0 0 3% 0;
  }

  .loan_4 h1 br {
    display: none;
  }

  .loan_4 h2 {
    margin: 0;
    line-height: 1;
  }

  .loan_4 p {
    margin: 0 !important;
  }

  .loan_title {
    height: auto;
  }

  .loan_4:nth-child(2) .loan_title {
    margin: 0 0 5% 0;
  }

}

/* =
.=============================================================
     blog-area
=================================================================== */
.blog_text{
padding-left:100px;
}

.blog_article{
outline: #6F6F6F solid 0.5px;
margin: 25px 25px 25px 0px;
	height: 428px;
}

.blog_article-img-outer {
    position: relative;
    width: 100%;
}

.blog_article-img-outer:before {
    content: "";
    display: block;
    padding-top: 69%;
}

.blog_article-img-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.blog_article-img-outer img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}


.blog_article img{
padding: 10px;
width: 100%;
}
.blog_article h3{
font-size:1.3rem;
margin-bottom: 0px;
padding: 0px 15px;
margin-top: 0px;
}
.blog_article p{
font-size:1.2rem;
	line-height: 1.5;
	padding:0 15px;
	height: 30px;
}
.blog_staff{
	background: #EFEFEF;
	padding: 0px;
	margin: 0px;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}
.blog_staffimg img{
/*
	height: 60px;
	width: 60px;
	border-radius: 50%;
*/
}



.roundimg_and_roundname {
    display: flex;
    align-items: center;
}
.round_img {
    position: relative;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 10px;
}
.round_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    width: 142%;
    padding: 0;
}





.blog_staffname{
	text-align: left;
	padding: 10px 15px;
}
.blog_staffname p{
	padding: 0px;
	margin: 0px;
	line-height: 1.7;
}
.blog_staffname p.name{
	font-weight: 800;
	font-size: 1.5rem;
}
.blog_staffname p.date{
	font-size: 1.1rem;
	letter-spacing: 1.5px;
}
.sidebar-item .title{
	 margin-left:10px;
	margin-top: 10px;
	border-bottom:2px solid #B8DAD6;
	text-align: left;
}
h4.widgettitle{
	font-size: 1.6rem;
	letter-spacing: 1.3px;
	height: 26px;
	padding-left:0px;
	background: url("assets/img/blog/borderline.jpg") no-repeat;
	background-size: contain;
	margin-bottom:0px;
	margin-top: 0px;
	line-height: 10px;
	width:100%;
}
.sidebar-info{
	margin: 30px 15px;
}
.cat-item{
	line-height: 3;
	font-size: 1.3rem;
}
.sidebar{
	padding-left: 0px!important;
	padding-right: 0px!important;
   margin-top: 30px;
}
.blog-content{
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 30px;
}
/* ==============================================================
     car-area
=================================================================== */
.car_img img{
	width: 100%;
}
.car_btn{
	margin:30px 0px 0px 0px;
}
.car_btn2{
	margin:30px 0px;
	display: none;
}
.about_price{
	background: #FFF;
	padding: 10px;
	margin: 10px 40px 0px 0px;
	font-size: 1.1rem;
	line-height: 2;
}

.about_price .guarantee {
  margin: 6px 0 ;
	padding: 0 0 6px;
	border-bottom: 1px solid #333;
}
.about_price .guarantee > p {
  display: initial;
  white-space: break-spaces;
  line-height: 1.3;
	font-size: 1.1rem;
	color: #333;
	font-weight: 700;
}
.about_price .guarantee > p:after {
  content: "/";
  padding: 0 0 0 5px;
}
.about_price .guarantee p:last-child:after {
  content: "";
  padding: 0;
}

.car_price{
	display: flex;
	flex-wrap: nowrap;
	margin-top: 20px;
}
.car_price h3{
	font-size: 3.5rem;
	color: #D8953E;
	font-weight: 700;
	letter-spacing: 2px;
	padding-left: 20px;
}
.car_price h3 span{
	font-size:1.3rem;
	color: #595757;
	font-weight: 600;
	padding-left: 10px;
}
.car_information{
	margin: 30px 0px;
	padding: 30px;
}
.car_title {
	border-left: #005638 solid 5px;
}

.car_title h4 {
	font-size: 1.8rem;
	line-height:27px;
	color: #005638;
	font-weight: 600;
	margin: 20px;
	letter-spacing: 2px;
}
.list{
	text-align: left;
	margin-bottom:30px;
}
.list p{
	font-size: 1.2rem;
}
.car_information .list ul li{
	border-bottom: 0.5px solid #3E3A39;
	display: flex;
	flex-wrap: nowrap;
	height: 50px;
}
.car_information .list ul li .title{
width: 100px;
	line-height: 50px;
	text-align: left;
	font-weight: 600;
}
.car_information .list ul li p{
	line-height: 50px
}
.writepeople{
	width: 600px;
	border: 0.5px solid #3E3A39;
	display: flex;
	justify-content: space-between;
	padding: 0px 10px;
	align-items: center;
	margin: 30px auto;
}
.writepeople .img{
	width:150px;
}
.writepeople .content{
	text-align: left;
	width:450px;
	padding: 15px;
}
.writepeople .content h4{
   color: #005638;
	font-weight: 600;
	padding: 0px;
	margin: 0px;
}
.writepeople .content p{
font-size: 1.2rem;
	padding: 5px;
	margin: 0px;
}
.car_photo{
padding: 40px;
}
.carimg_3{
max-width: 992px;
width: 100%;
margin: 0 auto;
height: 200px;
}

.car_introduction{
	text-align: left;
	padding:0px 30px;
}
.car_photo p{
	text-align: left;
	font-size: 1.3rem;
	padding: 30px;
}

.car_box{
	position:  relative;
}
.car_profile{
position:absolute;
right: 0px;
top:0px;}

.wh-box{
	background: rgba(255,255,255,0.8);
	width: 100%;
	margin:20px;
	padding:50px 50px 20px 50px;
	text-align: left;
}
.wh-box h4{
color: #005638;
font-weight: 600;
	display: flex;
	justify-content: space-between;
letter-spacing: 2px;}
.wh-box h4 span{
color: #3E3A39;
font-weight: 100;
font-size: 1.2rem;
}
.wh-box p{
line-height: 2.5;
font-size: 1.3rem;
}
/* ==============================================================
     # security
=================================================================== */
.period_area{
	text-align: center;
}
.period_area h3{
	color: #3E3A39!important;
}
.security_box2{
	max-width:550px;
	width: 100%;
	margin: 30px auto;
}
.security_box2 .row p{
	margin: 30px auto;
	max-width:500px;
	width: 100%;
    font-size: 1.4rem;
}
.security_box5{
	max-width:500px;
	width: 100%;
	margin: 0px auto;
}
.security_box5 p{
 font-size: 1.25rem;
}
.security_box4{
	width: 100%;
}
.security_box4 h3{
	text-align: center!important;
	overflow: hidden;
}
.carimg{
	width: 180px;
	position: absolute;
right:70%;
}
.rightstart{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 20px 0px;
}
#security h3{
	color: #00A29A;
	font-weight: 700;
	text-align: center;
	line-height:1;
	margin-top: 50px;
}
#horizon1 {
	top: 100px;
	left: 0;
	width: 0;
	height: 1px;
    background: #00A29A;
}
#horizon2 {
    top: 100px;
    right: 0;
    width: 0;
    height: 1px;
    background: #00A29A;
	display: block;
}
.security_box .container{
	max-width: 1280px;
	width: 100%!important;
	background: url("assets/img/security/bg.jpg") 100%;
background-size: cover;
text-align: center;
padding-left: 0px!important;
padding-right: 0px!important;}
.security_box3 .container{
max-width: 1280px;
width: 100%!important;
background: url("assets/img/security/bg2.jpg") 100%;
background-size: cover;
text-align: center;
padding-left: 0px!important;
padding-right: 0px!important;}
.security_text2{
	width:400px;
	height: 401px;
	padding:1px 60px 30px 20px;
	margin: 100px auto;
	background: url("assets/img/security/bg.png") no-repeat;
background-size:cover;
}
.security_text2 h3{
	font-size: 1.7rem;
	font-weight: 700;
	color: #FFF!important;
	line-height: 2!important;
	text-align: left;
}
.security_text2 p{
	color: #FFF;
	font-size: 1.2rem;
	text-align: left;
}
.security_text{
	max-width:700px;
	width: 100%;
	margin: 30px auto;
}
.security_text h3{
color: #00A29A;
	font-weight: 700;
	line-height: 2.5;
	margin-top: 30px;
}
.security_text h4{
	font-weight: 700;
	margin: 30px auto;
	line-height: 2.5;
}
.security_text p{
	margin: 30px auto;
	line-height: 2.5;
}
/* ==============================================================
     # delivery
=================================================================== */

.delivery-area{
	text-align: left!important;
	max-width: 600px;
	width: 100%;
	margin: 20px auto;
	padding-left: 15px;
	padding-right: 15px;
}
.delivery-area img{
	width: 100%!important;
}
.delivery-area h3{
font-weight: 600;
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 2px;
	margin-bottom: -10px;
}
.delivery-area h5{
	line-height: 2;
	letter-spacing: 2px;
	margin-top: 20px;
}
.delivery-area p{
	line-height: 2;
	letter-spacing: 2px;
}
.delivery-area hr{
	margin-top: 20px;
	margin-bottom: 20px;
}
.delivery{
	display: flex;
	justify-content: space-between;
	height: 10px;
}
.delivery p{
	margin-bottom: 0px;
}
.delivery_article{
outline: #6F6F6F solid 0.5px;
margin: 10px 0px 20px 0px;
padding-bottom:5px;
height: auto;
min-height: 280px
}

.delivery_article img{
padding: 10px;
max-height:200px;
width: 100%!important;
}
@media(max-width:767px){
	.delivery_article img{
		max-height:none;
		}
}

.delivery_article h3{
font-size:1.5rem;
margin-bottom: 0px;
	margin-top: 0px;
padding: 0px 15px 10px 15px;
}
.delivery_article p{
font-size:1rem;
	line-height: 1.5;
	padding:0 15px;
}

.row-height-flex{
	display: flex;
    flex-wrap: wrap;
}


/* ==============================================================
     #transportation
=================================================================== */
.btn_mouseover{
	width: 200px;
}
/* ==============================================================
     #relief
=================================================================== */
.please{
	background: url("assets/img/relief/bg.jpg") no-repeat;
	background-size: cover;
	padding: 50px;

}
.please h3{
color: #FFF;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 20px;
}
.please_box{
border: #FFF 1px solid;
	max-width: 900px;
	width: 100%;
	margin:40px auto;
	padding:30px
}
.please_box h4{
color: #FFF;
font-weight: 600;
text-align: left;
margin-top:50px;
}
.please_box h4 span{
font-size: 1.3rem;
}
.please_box h4 img{
padding-right: 20px;
}
.please_box p{
	font-size: 1.2rem;
color: #FFF;
text-align: left;
	padding-left: 50px;
}
.yellow_n {
	font-size:3.5rem;
	color: #FFF;
	font-weight:bold;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	background:#f8b300;
	z-index:1;
	margin-top:-50px;
	margin-right: auto;
	margin-left: auto;
}
#relief{
text-align: center;
}
#relief .col-md-6{
padding-left: 20px;
	padding-right: 20px;
}
.relief_area h3{
	margin-bottom:0px!important;
}
#relief h3{
	font-size:2.5rem;
	margin-top: 30px;
	margin-bottom:45px;
	font-weight: 700;
	color: #00A29A;
	letter-spacing: 2px;
}
#relief h6{
	margin-top: 30px;
	margin-bottom: 30px;
	letter-spacing: 2px;
}
#relief p{
line-height: 2;
	letter-spacing: 2px;
}
.relief_box{
	background: #00A29A;
	padding-top: 20px;
margin-bottom: 30px;}
.relief_box img{
	width: 100%;
}
.relief_item{
	padding: 30px;
}
.relief_item h4{
	color: #FFF!important;
	letter-spacing: 2px;
	line-height: 2;
	height: 60px;
}
.relief_item hr{
	margin-top: 10px;
	margin-bottom: 20px;
	color: #FFF;
}
.relief_item p{
	color: #FFF!important;
	letter-spacing: 2px;
	line-height: 2;
	height: 200px;
}
.relief_area{
	padding-left: 15px;
	padding-right: 15px;
}
/* ==============================================================
     # flow
=================================================================== */
.arrow_menu1{
	display: block;
	margin-top: 30px;
}
.arrow_menu1 .col-md-2{
	padding-left: 0px;
	padding-right: 0px;
}
.arrow_menu2{
	display: none;
}
.attention_square{
	border: #00A29A solid 2px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 50px;
	height: 50px;
	width: 100px;
text-align: center;
	margin: 10px;
color: #00A29A;
}
.circle{
	width: 13px;
	height:13px;
    margin-left:20px;
	margin-right:10px;
	margin-top: 5px;
	background-color:  #00A29A;
	border-radius: 50%;
	padding:8px;
}
.attention_circle{
	display: flex;
	flex-wrap: nowrap;
	align-items:flex-start;
}
.attention_circle p{
line-height: 30px;
}
.description_bg{
	background: url("assets/img/description/bg2.jpg") no-repeat;
	background-size: cover;
	max-width: 1280px;
	width: 100%;
	padding: 30px 20px;
	margin: 10px auto;
	height:900px;
}
.description_bg h2{
	text-transform: uppercase;
}
.description_bg .col-md-8{
	float: right;
display: flex;
justify-content: flex-end;
	margin-bottom: 30px;
	padding-right: 0px;
}
.transparent_bg{
	background: rgba(112,197,191,0.4);
	width: 100%;
	text-align: center;
	padding:30px 20px;
	margin-top: -250px
}
.transparent_bg h3{
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 2;
	margin: 0px;
}
.transparent_bg p{
	color: #FFF;
	font-size: 1.3rem;
	letter-spacing: 2px;
	line-height: 2;
	padding: 0px;
	margin: 0px;
}
.description_i{
	max-width: 1280px;
	width: 100%;
	padding-right: 10px;
	padding-top: 30px;
	text-align: right;
	color: #FFF;
	font-size: 1.3rem;
}
.description3 h3{
	color: #00A29A;
	font-weight: 600;
	text-align: left;
	border-bottom: #00A29A solid 3px;
	padding: 10px 0px;
}
.description3 {
	padding: 0px;
	text-align: left;
}
.circle_img{
	padding: 0px;
}
.flow_box{
	display: flex;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.flow_box2{
	display: flex;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.description3 p{
	padding-right: 30px;
	text-align: left;
}
.description2 h3{
	color: #F8B300;
	font-weight: 600;
	text-align: left;
	border-bottom: #F8B300 solid 3px;
	padding: 10px 0px;
	text-indent:80px;

}
.cricle_number{
	color: #FFF;
	background: #F8B300;
	border-radius:50%;
    text-align: center;
	width: 100px!important;
	height: 100px;
	font-weight: 900;
	margin-right:15px;
		padding: 0px 10px;
}
.cricle_number2{
	width: 100px;
	height: 100px;
	padding: 0px 10px;
	color: #FFF;
	background: #00A29A;
	border-radius:50%;
    text-align: center;
	font-weight: 900;
	margin-right:15px;
}
.explanation{
	color: #000000;
	font-size: 1.2rem;
	font-weight: 100;
	padding-left: 15px;
}
.description2 {
	padding: 0px;
}
.description2 a{
	color: #F8B300;
	padding-left:80px;
}
.circle_img{
	padding: 0px;
}
.flow_box .row{
	display: flex;
	align-items: center;
}
.flow_box2 .row{
	display: flex;
	align-items: center;
}
.description2 p{
	padding-left:80px;
	text-align: left;
}
.description1{
	color: #000;
}
/* ==============================================================
     # Footer
=================================================================== */
	footer .link li a {
		font-size: 1.1rem!important;
		color: #FFF!important;
		font-weight: 500;
	}
.footer_menu .link li a {
		color: #FFF;
		font-weight: 500;
	}
.footer-top .content li {
	display: inline-block;
	margin-left: 100px;
	text-align: left;
}

.footer-top {
	border-bottom: 1px solid #e7e7e7;
	display: block;
	overflow: hidden;
	padding: 30px 0;
}

.footer-top .row {
	align-items: center;
	display: flex;
}

.footer-top .form form {
	float: right;
	width: 70%;
}

.footer-top .form form input {
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 30px !important;
	-moz-border-radius: 30px !important;
	border-radius: 30px !important;
	box-shadow: inherit;
	min-height: 60px;
	padding-left: 30px;
	width: 100%;
}

.footer-top .form form .input-group-addon {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	box-shadow: inherit;
	padding: 0;
}

.footer-top .form form .input-group-addon button {
	background: #005638 none repeat scroll 0 0;
	border: medium none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #ffffff;
	font-family: "Poppins",sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	min-height: 60px;
	padding: 0 30px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 0;
	z-index: 9;
}

.footer-top form .input-group.stylish-input-group {
	position: relative;
	width: 100%;
}

footer .f-items {
	overflow: hidden;
}

footer .f-items p a {
	overflow: hidden;
	color: #cccccc !important;
	text-decoration: none !important;
}

footer.bg-dark p {
	color: #cccccc;
}

.footer-top .logo a {
	display: inline-block;
	margin-top: 10px;
}

footer .footer-top img {
	height: 50px;
}

footer .f-item h4 {
	font-weight: 500;
	margin-bottom: 30px;
	text-transform: uppercase;
}

footer.bg-dark .f-item h4 {
	color: #ffffff;
}

footer.link li {
	float: left;
	margin-bottom: 15px;
	width: 50%;
	padding-right: 15px;
}

footer .link li a {
	display: inline-block;
	font-size: 1.3rem;
	padding-left: 15px;
	position: relative;
	color: #686868;
	line-height: 2.4;
}

footer .link li a:hover {
	color: rgba(255,255,255,0.6)
}

footer .link li a::before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	left: 0;
	opacity: 0.4;
	position: absolute;
	top: 0;
	width: 6px;
}

footer .link li:last-child {
	margin: 0;
}

footer .f-item .social li {
	display: inline-block;
	margin-right: 10px;
}

footer .f-item .social li a {
	border: 1px solid #e7e7e7;
	color: #FFF;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}

footer.bg-dark .f-item .social li a {
	border: 1px solid rgba(255, 255, 255, 0.1);
}

footer .f-item .social {
	border-top: 1px solid #e7e7e7;
	padding-top: 20px;
}

footer.bg-dark li a {
	color: #cccccc;
}

footer.bg-dark .f-item .social {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .f-item.recent-post li a:last-child {
	display: inline-block;
	font-weight: 400;
}

footer .f-item.recent-post .meta-title,
footer .f-item.recent-post .meta-title a {
	color: #666666;
	font-family: "Poppins",sans-serif;
	font-size: 12px;
	text-transform: uppercase !important;
}

footer .f-item .thumb img {
	width: 100%;
	margin-top: 5px;
}

/* Footer Bottom */

.footer-bottom {
	border-top: 1px solid #e7e7e7;
	padding: 20px 0;
}

footer.bg-dark .footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom.bg-theme-small {
	border-top: medium none;
}

.footer-bottom li {
	display: inline-block;
}

.footer-bottom li a {
	display: inline-block;
	margin-left: 15px;
}

.footer-bottom li a:hover {
	color: #005638;
}

.footer-bottom p {
	margin: 0;
}

/* ==============================================================
     # Demo
=================================================================== */

.demo-area.demo-conten.default-padding {
	padding-bottom: 30px;
}

.demo-area .single-item {
	box-shadow: 0 0 10px #cccccc;
	position: relative;
	z-index: 1;
}

.demo-area .item {
	margin-bottom: 50px
}

.demo-area .single-item .info {
	background: #f3f6f8 none repeat scroll 0 0;
	padding: 15px 10px;
	text-align: center;
}

.demo-area .single-item .info h4 {
	color: #232323;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
}

.banner-area .demo-banner h1 {
	font-weight: 700;
	margin-bottom: 30px;
}

.banner-area .demo-banner img {
	height: auto;
	margin-bottom: 20px;
	max-height: 80px;
}

.demo-area .def-heading h2 {
	font-weight: 900;
	margin: 30px 0;
	text-transform: uppercase;
	color: #333333;
}

.demo-footer {
	padding-bottom: 80px;
}

.introduction-area h2 span {
	color: #fd0060;
}

.introduction-area h4 {
	font-weight: 300;
	line-height: 30px;
}

.introduction-area h2 {
	color: #ffffff;
	display: inline-block;
	font-weight: 700;
	padding-bottom: 20px;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.introduction-area h2::before {
	background: #fd0060 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	width: 50px;
}

.introduction-area h2::after {
	background: #ffffff none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -40px;
	position: absolute;
	width: 25px;
}

footer.demo .copyright {
	margin-top: 15px;
}

.demo-area .comming-soon.item img {
	opacity: 0.3;
}

.banner-area.demo-banner {
	padding: 50px 0;
}

.widthfull {
	padding-top: 30px;
	background: #F6F6F6;
}

.widthfull .container {
	background: #FFF;
	padding: 0;
}

.content-center {
	width: 500px;
	margin: 20px auto;
	text-align: center;
}

.content-left {
	display: flex;
	flex-direction: row;
}

.content-right {
	display: flex;
	flex-direction: row-reverse;
}

.newsline {
	padding-top: 80px;
}
.carsensor {
	position: relative;
	padding: 0 15px;
}
.carsensor-btn {
	text-align: center;
	color: #FFF;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 31%;
}

.carsensor h4 {
	color: #FFF;
	font-weight: 500;
	padding-top: 20px;
	letter-spacing: 2px;
	font-size: 1.5rem;
}
.newsbox{
	height: 265px;
	overflow: hidden;
}

.newsbox.home-newsbox{
	
		height: 318.5px;
}
@media (max-width: 992px){
	.newsbox.home-newsbox{
		height: auto;
	}
}
.news_title {
	background: #00A29A;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: start;
}

.news_title img {
	max-width: 55px;
	padding: 15px 15px;
}

.news_title h4 {
	color: #FFF;
	font-weight: 600;
	letter-spacing: 1.5px;
}

.btn1 {
	width: 60px;
	color: #FFFFFF;
	font-size: 2rem;
	line-height: 1.3;
	background: #005638;
	padding: 20px 5px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 20px;
}

.btn1 img {
	width: 40px;
}

.btn2 {
	width: 60px;
	color: #FFFFFF;
	font-size: 2rem;
	line-height: 1.3;
	background: #F8B300;
	padding: 20px 5px;
	text-align: center;
	font-weight: 500;
}

.btn2 img {
	width: 40px;
}

.btn3 {
	width: 140px;
	height: 40px;
	color: #FFFFFF;
	font-size: 1.5rem;
	line-height: 1.3;
	background: #005638;
	text-align: center;
	font-weight: 500;
	border-radius: 8px;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px;
}

.btn3 img {
	width: 30px;
	margin-right: 5px;
}

.btn5 {
	width: 140px;
	height: 40px;
	color: #FFFFFF;
	font-size: 1.5rem;
	line-height: 1.3;
	background: #F8B300;
	text-align: center;
	font-weight: 500;
	border-radius: 8px;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px;
}

.btn5 img {
	width: 30px;
	margin-right: 5px;
}
.kurisu{
	width: 600px!important;
	height: 200px;
	background: url("assets/img/car/kurisu.png") no-repeat 0 0;
	background: url("assets/img/car/kurisu.png.html") no-repeat 0 0;
	background-size: cover;
	margin: 5px 10px;
	padding: 3px;
}
.btn-news {
	width: 45px!important;
	height: 20px;
	color: #FFF!important;
	font-weight: 400;
	background: url("assets/img/icon/icon-news.png") no-repeat 0 0;
	background-size: cover;
	text-align: center;
	margin: 5px 10px;
	padding: 3px;
	font-size: 1.2rem;
}

.btn-blog {
	width: 45px!important;
	height: 20px;
	background: url("assets/img/icon/icon-blog.png") no-repeat 0 0;
	background-size: cover;
	text-align: center;
	margin: 5px 10px;
	padding: 3px;
	font-size: 1.2rem;
}

.btn-pickup {
	width: 45px!important;
	height: 20px;
	color: #FFF!important;
	font-weight: 400;
	background: url("assets/img/icon/icon-pickup.png") no-repeat 0 0;
	background-size: cover;
	text-align: center;
	margin: 5px 10px;
	padding: 3px;
	font-size: 1.2rem;
}

/* Buton 3 Bitti */

.btn-4 {
	width: 400px;
	text-align: center;
	display: inline-block;
	padding: 20px 100px 20px 100px;
	cursor: pointer;
	letter-spacing: 2px;
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	background: #00A29A;
	border: 2px solid #00A29A;
	color: #FFF;
}

.btn-4:hover {
	background: #FFF;
	border: 2px solid #00A29A;
	color: #00A29A!important;
}

.btn-4 p {
	text-align: center;
	font-weight: 400;
	line-height: 1.4;
	font-size: 1.8rem;
	color: #FFF;
}
.btn-4 p span {
	font-size: 1.2rem;
	letter-spacing: 1.2px;
}


.btn6 {
	width: 300px;
	height: 40px;
	color: #FFF!important;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.3;
	background: #005638;
	text-align: center;
	font-weight: 500;
	border-radius: 8px;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px auto 0px auto;
}

:hover.btn6 {
	color: #fff!important;
	background: rgba(0,86,56,0.8);
}
.btn-aquare{
	background: #00A29A;
	color: #FFF;
	font-weight: 600;
	width: 43px;
	height: 43px;
	line-height:1.1;
	font-size: 12px;
	display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.btn_shadow{
	width: 180px;
	height: 50px;
	margin: 0px auto 50px auto;
}
.btn_img{
	width: 140px;
	height: 50px;
	margin: 10px;
}
.btn-mintgreen {
	display: inline-block;
	cursor: pointer;
	letter-spacing: 1.5px;
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	background: #00A29A;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	padding-top: 10px;
	align-items: center;
	width: 230px;
	height:40px;
	font-color: #FFF!important;
	text-align: center;
}
.btn-mintgreen:before {
	content: "";
	position: absolute;
	height: 150px;
	width: 50px;
	background: #F8B300;
	right: -55px;
	top: -45px;
	transform: rotate(37deg);
	transition: all .3s;
	opacity: 1;
}
.btn-mintgreen p{
	color: #FFF;
	padding-left:20px;
}
.btn-logo {
	display: inline-block;
	cursor: pointer;
	letter-spacing: 2px;
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	background: #FFF;
	border: 1px solid #20A1DA;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	align-items: center;
	width: 500px;
}

.btn-logo img {
	width: 150px;
	height: 100%;
}

.btn-logo p {
	text-align: center;
	font-weight: 400;
	font-size: 1.2rem;
	padding-left: 20px;
	padding-top: 10px;
}

.btn-logo p span {
	font-size: 1.2rem;
	letter-spacing: 1.2px;
}

.btn-logo:before {
	content: "";
	position: absolute;
	height: 150px;
	width: 50px;
	background: #F8B300;
	right: -55px;
	top: -25px;
	transform: rotate(37deg);
	transition: all .3s;
	opacity: 1;
}

.mid_width {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}

.greenline {
	background: #005638;
	padding: 0px;
	height: 40px;
	font-size: 1.5rem;
	color: #FFF;
	font-weight: 600;
	line-height: 2.5;
}

footer img {
	max-width: 300px;
}

.f-item p {
	font-size: 1.2rem;
}

.f-item p span {
	line-height: 4;
	font-size: 1.2rem;
}

.iconbox {
	display: none;
}
.yellow_arrow{
	width: 50px;
	margin: 1px auto -25px auto;
}
.title_img{
	text-align: center!important;
	margin-top: 40px;
}
.material-icons {
	color: #005638;
	border: #005638 solid 4px;
	border-radius: 50%;
	font-size: 2.5rem;
	padding: 3px;
}

.material-icons.green {
	color: #FFF;
	border: #005638 solid 4px;
	border-radius: 50%;
	font-size: 3rem;
	padding: 3px;
	background: #005638;
}
.material-icons.yellow {
	color: #FFF;
	border-radius: 50%;
	font-size: 3rem;
	padding: 10px;
	background: #F8B300;
	border: 0px;
}
.material-icons.gray {
	border: 0px;
	font-size: 2rem;
	padding: 2px;
	color: #626262;
}
.material-icons.arrow {
	display: block;
	border: 0px;
	font-size: 2rem;
	padding: 2px;
	color: #626262;
	height:120px;
	width: 20px;
	background: #F6F6F6;
	border-radius: 4px;
	display: flex;
	align-items: center;
	margin: 5px;
}
.material-icons.mintgreen {
	color: #FFF;
	border-radius: 50%;
	font-size: 3rem;
	padding: 3px;
	background: #00A29A;
	border: 0px;
	margin-bottom: 25px;
}
.material-icons.smgreen{
	color: #FFF;
	border-radius: 50%;
	font-size:1rem;
	padding: 3px;
	background: #00A29A;
	border: 0px;
	margin-right: 10px;
}
.section_top {
	padding: 0px;
	margin: 0px;
}

.news_list-item {
	border-bottom: solid 0.5px #B0B0B0;
	line-height: 3.6;
	width: 100%;
	color: #000 !important;
	display: flex!important;
	flex-direction: row!important;
	flex-wrap: nowrap;
	align-items: center;
}

.news_list-date {
	margin-left: 15px;
	color: #000;
	font-weight: 200;
}
.news_list{
/*border-bottom: solid 0.5px #B0B0B0;*/
	padding-left: 0px!important;
	
}	
.news {
	background: #FFF;
	margin-top: -12px
}

.news.homenews{
	margin-top: 0;
}



.news-btnbox{
    display: flex;
    height: 56px;
    align-items: flex-end;
}
@media (max-width: 767px){
	.news-btnbox{
			height: auto;
	}
}
.news-btnbox a{
	margin: 0 20px;
}
@media (max-width: 767px){
	.news-btnbox a{
		margin: 0 3%;
	}
}

.sidebtn {
	display: block;
	position: fixed;
	top: 25%;
	width: 60px;
	right: 0;
	z-index: 999999999;
}
/* ==============================================================
     #option
=================================================================== */
.option_title{
	display: flex;
	align-items: center;
}
.option_title h3{
	font-size: 2.1rem;
	color: #00A29A;
	font-weight: 700;
	letter-spacing: 1.5px;
	margin: 0px;
}
.option_title p{
	margin: 0px;
}
.option_title h4{
	font-size: 2.1rem;
	color: #595757;
	font-weight: 700;
	letter-spacing: 1.5px;
	padding-right: 50px;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 1.6;
}
.option_title h4 span{
	font-size: 1.4rem;
}

.option_title h4 span.note{
	font-size: 1.6rem;
}

.option_title .col-md-8{
	display: flex;
flex-direction:row;
flex-wrap: nowrap;
align-items: flex-end; }
#option{
	max-width: 1280px;
	width: 100%;
	margin: 20px auto;
	padding: 20px;
}
.faq-item__answer .col-md-4{
	text-align: center;
}
.faq-item__answer .col-md-4 img{
	max-width: 300px;
	width: 100%;
}
/* ==============================================================
     # faq
=================================================================== */
#faq{
	max-width: 1280px;
	width: 100%;
	margin: 20px auto;
	padding: 20px;
}
.faq{
	margin-bottom: 0px;
}
.faqCats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.faqCats .faqCats-item {
  height: 50px;
  font-size: 1.3rem;
  border: 2px solid #00a29a;
  border-right: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 10px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
 color: #00a29a;
	font-weight: 500;
}
.faqCats .faqCats-item:last-child {
  border-right: 2px solid #00a29a;
}

.faqCats .faqCats-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  height: 100%;
  background-color: #00a29a;
	z-index: -1;
}

.faqCats .faqCats-item:hover {
  color: #fff;
}

.faqCats .faqCats-item:hover span {
  z-index: 10;
}

.faqCats .faqCats-item:hover:before {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.faqCats .faqCats-item.isActive {
  background-color: #00a29a;
  color: #fff;
}

.faq-item {
  padding:20px 40px;
  border-bottom: 2px solid #00a29a;
  cursor: pointer;
  color: #808080!important;
  letter-spacing: 0.008rem;
  line-height: 1.875;
  position: relative;
  display: none;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.faq-item.-car {
  display: block;
}

.faq-item:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  width: 18px;
  height: 36px;
  background: url("assets/img/faq/arrow-right.png") center center no-repeat;
  background-size: cover;
  -webkit-transform: scaleY(1) rotate(90deg);
  transform: scaleY(1) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.faq-item.isActive:after {
  background-image: url("assets/img/faq/arrow-right_white.png");
  -webkit-transform: scaleY(-1) rotate(90deg);
  transform: scaleY(-1) rotate(90deg);
}
.faq-item .faq-item__question {
  font-size: 2rem;
  font-weight:550;
	letter-spacing: 1px;
	padding-top:10px;
}
.faq-item .faq-item__question:before {
  content: 'Q.';
  font-weight: bold;
}
.faq-item .faq-item_question {
  font-size: 2rem;
  font-weight:550;
	letter-spacing: 1px;
	padding-top:10px;
}
.faq-item .faq-item__answer {
  display: none;
  padding-top: 10px;
  font-size: 1.3rem;
	padding-right: 30px;
}

.faq-item .faq-item__answer img {
  max-width: 300px;
  height: auto;
}
.faq-item.isActive a {
  text-decoration: none;
}
.faq-item__answer p span{
    color: #f8b300!important;
	border-bottom: 1px #f8b300 solid;
	font-weight: 600;
  }
.faq-item__answer .col-md-8 p{
	padding-bottom:20px;
}
.faq-item__answer .col-md-8 h6{
	line-height: 1.5;
}
/* ==============================================================
     # recruit
=================================================================== */
.entry_form{
	max-width: 800px;
	width:100%;
	padding-left: 20px;
	padding-right: 20px;
	margin:40px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.entry_form .btn8{
text-align: center;
	margin-bottom: 0px;
	margin-top: 20px;
}
.entry_form .phone_number{
text-align: center;
	display: flex;
	align-items: center!important;
	flex-wrap: wrap;
	flex-direction: column;
}
.entry_form .phone_number .tel{
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;
	height: 30px;
}
.entry_form .phone_number p{
color: #000;
	font-size: 1.2rem;
	letter-spacing: 1px;
	margin-bottom: 0px;
}
.entry_form .phone_number h1{
font-size: 3rem;
	font-weight: 900;
	color: #00A29A;
	margin-bottom: 0px;

}
.entry_form .material-icons.mintgreen {
	color: #FFF;
	border-radius: 50%;
	font-size: 1.8rem;
	padding:5px;
	background: #00A29A;
	border: 0px;
	margin-right: 10px;
}
#recruit p{
	text-align: center;
	padding-top: 30px;
}

.contact_list2{
	margin: 0px!important;
}
.recruit_tab h3{
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 2px;
	padding-top: 30px;
	padding-bottom:30px;
	margin-bottom: 0px;
}
.recruit_tab .contact{
padding-top:0px;
}



.nav-tabs2 {
	border-bottom: 1px solid #ddd;
	margin:0px!important;
}

.nav-tabs2>li {
	float: left;
	margin:0px;
	width: 25%;
}

.nav-tabs2>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 2px solid transparent;
	border-radius: 4px;
	color: #FFF;
	text-align: center;
}

.nav-tabs2>li>a:hover {
	background-color: #00A29A;
	color: #FFF!important;
}
.nav-tabs2 .nav-item2.show .nav-link2,.nav-tabs2 .nav-link2.active{color:#FFF!important;background-color: #00A29A;}
.nav-tabs2>li.active>a,.nav-tabs2>li.active>a:focus,.nav-tabs2>li.active>a:hover{
	color: #FFF!important;
	cursor: default;
	background-color: #00A29A!important;
	border: 0px ;
	border-bottom-color: transparent;
}
.nav-item2{
	padding:10px;
	margin: 0px!important;
}
.nav-link2:hover{
	background:#00A29A;
	color: #FFF!important;
}
.nav-link2{
	background:#FFF;
	height:40px;
	width:100%;
	border: 2px solid #00A29A!important;
	color: #00A29A!important;

}
.nav-tabs2.nav-justified {
	width: 100%;
	border-bottom: 0
}

.nav-tabs2.nav-justified>li {
	float: none
}

.nav-tabs.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}

.nav-tabs2.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}
.dropdown-menu li{
	width: 100%;
	color: #FFF!important;
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

/* ==============================================================
     # company
=================================================================== */
.title_box {
	margin-bottom: 20px;
}

.title_box h2 {
	color: #005638;
	text-align: center;
	font-size: 2.1rem;
	letter-spacing: 2px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 20px;
}

.demo {
	padding: 2em 0;
}

a:hover,a:focus {
	outline: none;
	text-decoration: none;
}

.demo.container {
	width: 100%!important;
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.tab .nav-tabs li {
	margin: 0;
	width: 50%;
	text-align: center;
}

.tab .nav-tabs li a {
	font-size: 14px;
	color: #00A29A;
	background: #DEEDEB;
	margin: 0;
	padding: 20px 0px;
	border-radius: 0;
	border: none;
	text-transform: uppercase;
	position: relative;
}

.tab .nav-tabs li a:hover {
	border-top: none;
	border-bottom: none;
}

.tab .nav-tabs li.active a,
	.tab .nav-tabs li.active a:hover {
	color: #fff;
	border: none;
	background: #00A29A;
}

.tab .nav-tabs li.active a:after {
	content: "";
	border-top: 10px solid #00A29A;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	bottom: -10px;
	left: 43%;
}

.tab .tab-content {
	font-size: 13px;
	color: #999898;
	line-height: 25px;
	background: #fff;
	border-top: none;
}

.tab .tab-content h3 {
	font-size: 24px;
	color: #999898;
	margin-top: 0;
}


.loan_tab-link{
	background-color: #B8DAD6;
	cursor: pointer;
}

.loan_tab-link.active{
	background-color: #00A29A;
	cursor: pointer;
}

a.loan_tab-link{
	color: #fff !important;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

a.loan_tab-link > span{
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 0 5px;
}

@media screen and (max-width: 750px) {
	.nav>li>a.loan_tab-link{
		padding: 5px;
	}
	
	a.loan_tab-link{
		font-size: 10px;
	}
	a.loan_tab-link > span{
		font-size: 12px;
		margin: 0 0 0 2px;
	}
}



.aboutpacars {
	margin: 30px 0px;
}

.access_area {
	padding-top: 60px;
	position: relative;
}

.pa_information {
	padding-right: 15px;
}

.pa_pic {
	padding: 15px;
}

.pa_pic2 {
	width: 100%;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	display: flex;
	flex-wrap: nowrap;
	padding-top: 30px;
}

.img1 {
	height: 100%;
	padding-right: 10px;
}

.img2 {
	height: 100%;
	padding-left: 10px;
}

.li_top {
	border-top: solid 0.5px #00A29A;
	margin-top: 1px;
}

.pacars_list-item {
	border-bottom: solid 0.5px #00A29A!important;
	line-height: 3.7;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	color: #3E3A39;
	padding-bottom: 1px;
}

.pacars_list-title {
	background: #ECF5F4;
	width: 110px!important;
	text-align: left;
	text-indent: 20px;
}

.pacars_list-information {
	padding-left: 20px;
	padding-top: 13px;
}

.access_circle {
	color: #00A29A;
	width: 130px;
	height: 130px;
	margin: 30px auto;
	border: 2px solid #00A29A;
	text-align: center;
	line-height: 130px;
	font-weight: bold;
	font-size: 2.4rem;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	left: 44%;
	background: #FFF;
	top: 0px;
}

.yellow_circle {
	color: #FFF;
	width: 100px;
	height: 100px;
	margin: 30px auto;
	text-align: center;
	line-height: 25px;
	font-size: 1.8rem;
	font-weight: 900;
	border-radius: 50%;
	background: #F8B300;
	padding-top: 25px;
	position: absolute;
	z-index: 1;
	top: 80px;
	right: 100px;
}

.border_box {
	width: 100%;
	border-right: #00A29A solid 1px;
	padding-right: 20px;
}

.bycar {
	text-align: center;
}

.bycar img {
	padding: 10px;
}

.bycar h4 {
	color: #00A29A;
	font-weight: 600;
	font-size: 2.3rem;
	margin-bottom: 20px;
}

.bytrain {
	text-align: center;
	padding-right: 30px;
}

.bytrain h4 {
	color: #00A29A;
	font-weight: 600;
	font-size: 2.3rem;
}

.green_box1 {
	color: #00A29A;
	font-weight: 600;
	font-size: 2rem;
	text-align: center;
	border: solid 1px #00A29A;
	width: 350px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 2;
	margin: 15px auto;
}

.green_box2 {
	color: #00A29A;
	font-weight: 600;
	font-size: 2rem;
	text-align: left;
	border: solid 1px #00A29A;
	width: 400px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 2;
	margin: 15px auto;
}

.green_box3 {
	text-align: left;
	border: solid 1px #00A29A;
	width: 400px;
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	line-height: 2;
	margin: 15px auto 30px auto;
}

.green_box3 h3 {
	color: #00A29A!important;
	font-weight: 600;
	font-size: 2rem;
}

.green_box3 p {
	color: #3E3A39
}

.sherpa_map {
	padding: 20px 40px;
}

.sherpa_map p {
	color: #3E3A39;
}

.btn_map {
	display: inline-block;
	width: 100px;
	text-align: center;
	border: 1px solid #00A29A;
	color: #00A29A;
	text-decoration: none;
	font-weight: 400;
	padding: 5px 20px;
	border-radius: 10px;
	position: relative;
	font-size: 1.2rem;
	margin-bottom: 25px;
	margin-top: 15px;
}

.btn_map:hover {
	background-color: #00A29A;
	color: #FFF;
}
.btn7 {
	display: inline-block;
	width:90%;
	text-align: center;
	border: 2px solid #00A29A;
	font-size: 1.5rem;
	color: #00A29A;
	text-decoration: none;
	font-weight: 500;
	padding: 5px 10px;
	border-radius: 10px;
	position: relative;
	margin: 25px auto!important;
	letter-spacing:1.6px;
}

.btn7:hover {
	background-color: #00A29A;
	color: #FFF;
}

.btn8 {
	display: inline-block;
	width: 250px;
	text-align: center;
	font-size: 1.2rem;
	text-decoration: none;
	font-weight: 500;
	padding: 5px 20px;
	border-radius: 10px;
	margin:0px auto;
	background-color: #00A29A;
	border: 2px solid #00A29A;
	color: #FFF;}

.btn8:hover {
	border: 2px solid #00A29A;
	color: #00A29A;
	background: #FFF;
	font-weight: 500;

}
.btn9 {
	display: inline-block;
	width: 250px;
	text-align: center;
	font-size: 1.2rem;
	text-decoration: none;
	font-weight: 500;
	padding: 5px 20px;
	border-radius: 10px;
	margin:0px auto 25px auto;
	background-color: #ECF5F4;
	border: 2px solid #ECF5F4;
	color: #3E3A39;}

.btn9:hover {
	border: 2px solid #00A29A;
	color: #00A29A;
	background: #ECF5F4;
	font-weight: 500;

}
.btn10{
	display: inline-block;
	width:210px;
	text-align: center;
	border: 2px solid #00A29A;
	font-size: 1.5rem;
	color: #00A29A;
	text-decoration: none;
	font-weight: 500;
	padding: 5px 20px;
	border-radius: 10px;
	position: relative;
	margin: 10px auto!important;
	letter-spacing:1.6px;
}

.btn10:hover {
	background-color: #00A29A;
	color: #FFF;
}
.btn-area{
	margin-bottom: 30px;
}

.btn11 {
	display: inline-block;
	width: 160px;
	text-align: center;
	font-size: 1.2rem;
	text-decoration: none;
	font-weight: 500;
	padding: 5px 20px;
	border-radius: 30px;
	margin:0px auto 25px auto;
	background-color: #00A29A;
	border: 2px solid #00A29A;
	color: #FFF;}

.btn11:hover {
	border: 2px solid #00A29A;
	color: #00A29A;
	background: #FFF;
	font-weight: 500;

}
.btn_box2 .btn12{
	margin-left: 15px;
}
.btn_box2 .btn13{
	margin-right: 15px;
}
.btn12 {
	display: inline-block;
	width: 160px;
	text-align: center;
	font-size: 1.2rem;
	text-decoration: none;
	font-weight: 500;
	padding: 5px 20px;
	border-radius: 30px;
	margin:0px auto 25px auto;
	background-color: #F8B300;
	border: 2px solid #F8B300;
	color: #FFF;}

.btn12:hover {
	border: 2px solid #F8B300;
	color: #F8B300;
	background: #FFF;
	font-weight: 500;
}
.btn13 {
	display: inline-block;
	width: 160px;
	text-align: center;
	font-size: 1.2rem;
	text-decoration: none;
	font-weight: 500;
	padding: 5px 20px;
	border-radius: 30px;
	margin:0px auto 25px auto;
	background-color: #005638;
	border: 2px solid #005638;
	color: #FFF;}

.btn13:hover {
	border: 2px solid #005638;
	color: #005638;
	background: #FFF;
	font-weight: 500;
}
.btn14 {
	display: inline-block;
	width: 330px;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 700;
	text-decoration: none;
	font-weight: 500;
	padding: 5px 20px;
	border-radius: 10px;
	margin:0px auto 25px auto;
	background-color: #FFF;
	border: 2px solid #FFF;
	color: #f8b300;}

.btn14:hover {
	border: 2px solid #f8b300;
	color: #f8b300;
	background: #FFF;
	font-weight: 500;
}
/* thanks-area */
.thanks_srea{
	max-width: 530px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.thanks_srea h1{
font-size:2rem;
	padding-top:0px;
	padding-bottom: 20px;
	margin-top: 0px;
}
.thanks_srea p{
	padding-top:10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	line-height: 2;
}
.thanks_srea h3{
font-size:2rem;
	color: #F39800;
	line-height: 2;
	font-weight: 700;
}
.block{
	display: block;
}
.none{
	display: none;
}
.brnone{
	display:block;
}
/* sns-area */
.sns-area {
	padding: 20px 0;
	margin: 0px;
}

.ins-item {
	text-align: center;
}

.ins-item img {
	max-width: 100px;
	width: 100%;
	margin: 0px auto 10px auto;
}

.tw-item {
	text-align: center;
}

.ins_logo {
	width: 100%;
	text-align: center;
}

.face_logo {
	width: 100%;
	text-align: center;
}
.tw_logo {
	width: 100%;
	text-align: center;
}

#contact {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 50px;
	background: rgba(0,0,0,0.5);
	z-index: 99999;
	align-items: center;
	justify-content: center;
	display: flex !important;
}

.sidebtn_sp {
	display: none;
}

.wpp-post-title{
	font-size:1.2rem;
	font-weight: 600;
}
.widget_categories{
	margin-bottom: 20px;
}
	.wpp-list li {
		overflow: hidden;
		float: none;
		clear: both;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		margin-top: 20px;
		font-size: 1.2rem;
		font-weight: 600;
	}
		.wpp-list li img{
		margin-bottom: 13px;
	}
p.car_3{
padding:10px 0px 0px 0px!important;
margin: 0px!important;
	text-align: center;
	}

/* ==============================================================
    pagenavi
=================================================================== */

.wp-pagenavi {
clear: both;
text-align:center;
	height: 40px;
	margin-bottom: 30px;
}
.wp-pagenavi a, .wp-pagenavi span {
color: #FFF!important;
background-color: #00A29A;
padding: 8px 15px;
margin: 0 2px 10px 2px;
white-space: nowrap;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
text-align: center;
text-decoration: none;
border:0px solid #00A29A;
border-radius: 5px;
}
.wp-pagenavi a:hover{
color: #00A29A!important;
background-color: #DEEDEB;
border: 1px solid #00A29A;
}
.wp-pagenavi span.current{
color: #00A29A!important;
background-color: #DEEDEB;
border: 1px solid #00A29A;
}
/* wp-pagenaviスマホ対応 */
.wp-pagenavi {
width: 100%;
}
.wp-pagenavi a, .wp-pagenavi span {
display: inline-block;
}
/* div.wpcf7 input[type="file"] {
	cursor: pointer;
	display: flex;
	margin-bottom: 0px;
} */

/* ==============================================================
    dealer
=================================================================== */
.dealer-box{
	max-width: 700px;
	width: 100%;
	margin: 20px auto;
}
.dealer-box h2{
text-align: center;
	font-weight:bold;
	font-size: 3.5rem;
	letter-spacing: 3px;
	color: #00A29A;
	margin: 50px auto 30px auto;
}
.cirle-y{
	width: 180px;
	height: 180px;
	background: #F8B300;
	border-radius: 50%;
    margin: 20px auto;
}
.cirle-y h3{
	line-height: 2;
	font-size: 2rem;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	padding-top: 50px;
}
.cirle-y h4{
	line-height: 2;
	font-size: 2rem;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	padding-top: 70px;
}

.dealer-box2{
	max-width: 800px;
	width: 100%;
	margin: 20px auto;
}
.dealer-box2 p{
text-align: center;
	letter-spacing: 2px;
	line-height: 2.5;
}
.inbox{
	width: 230px;
	margin: 20px auto;
}
.dealer-box2 h3{
	color: #00A29A;
	font-weight: 900;
	letter-spacing: 2px;
	text-align: left;
	line-height: 1.5;
}
.dealer-box2 h2{
text-align: center;
	font-weight:bold;
	font-size: 3.5rem;
	letter-spacing: 3px;
	color: #00A29A;
	margin: 50px auto 30px auto;
}
.green-box{
	max-width: 600px;
	margin: 20px auto;
	border: 1px solid #00A29A;
	padding:20px 40px;
}
.green-box h3{
font-size: 2rem;
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 2;
}
.green-box h3 span{
font-size: 1.5rem;
}
.dealer-box3{
	margin: 40px auto;
	width: 100%;
	padding: 30px;
	border-bottom: 1px solid #00A29A;
	border-top: 1px solid #00A29A;
	overflow: hidden;
}
.dealer-box3 h3{
	color: #00A29A;
	font-weight: 900;
	letter-spacing: 2px;
	text-align:center;
	line-height: 1.5;
	margin-bottom: 0px;
	font-size: 2rem;
	
}
.dealer-box3 h4{
	color: #00A29A;
	letter-spacing: 2px;
	text-align:center;
	line-height: 1.5;
	margin-bottom: 0px;
	font-size: 2rem;
}
.dealer-box3 h4 span{
border: 1px solid #00A29A;
	padding: 5px;
	margin-right: 20px;
	font-size: 1.8rem;
}
.dealer-box3 .tel{
display: flex;
	flex-direction: row;
	align-items: center;
	width: 330px;
	margin: 0px auto;
}
.dealer-box3 .tel h1{
	color: #00A29A;
	font-weight: 900;
	letter-spacing: 2px;
	text-align:center;
	line-height: 1.5;
	margin-bottom: 0px;
	margin-left: 20px;
}
.dealer-box3 .l-box{
	border-right: 1px solid #00A29A;
	padding: 30px;
}
.dealer-box3 .r-box{
	padding: 30px 30px 0px 30px;
}

.dealer-box3 .r-box .btn8{
	text-align: center;
width: 200px;
margin: 20px auto 0 auto;
}

/* ==============================================================
    video
=================================================================== */
.banner-sp{
	display: none;
}
.banner-pc{
	display: block;
}
#video-background,
#video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
 
#video-background {
  z-index: -2;
}
 
#video-overlay {
  z-index: -1;
}
.soldout{
	position: absolute;
	top: 40px;
	width: 90px;
	left: 3px;
}
.instock{
	display:none;
}
.soldout-a{
	position: absolute;
	top: 14px;
	width: 90px;
	left: 18px;
}
.instock-a{
	display:none;
}
.soldout-s{
	position: absolute;
	top:15px;
	width: 120px;
	left: 30px;
	z-index: 999999999999;
}
.instock-s{
	display:none;
}
.soldout-h{
font-size: 1.6rem;
	font-weight: 900;
	color: #FF0004;
}
.instock-h{
	display:none;
}
.soldout-h{
	font-size: 1.3rem;
	font-weight: 900;
	color: #FF0004;
	padding-left: 20px;
	line-height: 65px;
}
.instock-d{
	display:block;
}
.soldout-d{
	display:none;
}
.block{
	display:block;
}
.none{
	display:none;
}


.top-recommend-ico-flexbox{
	display: flex;
	flex-direction: column;
	position: absolute;
	left: 5%;
  width: 90%;
  height: 100%;
}
.top-recommend-ico-flexbox .ico-sold{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 26px;
	background-color: #E50011;
	border-radius: 3px;
	color: white;
	font-size: 81%;
	margin-top: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-15deg) scale(2.5);
  transform-origin: center center;
}
.top-recommend-ico-flexbox .ico-syaken{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 26px;
	background-color: #EEB63E;
	border-radius: 3px;
	color: white;
	font-size: 81%;
	margin-top: 2px;
}

/*anchor jump offset*/
@media (max-width: 767px){
  .top-recommend-ico-flexbox .ico-sold{
    transform: translate(-50%,-50%) rotate(-15deg) scale(1.5);
  }
}

@media (max-width: 992px){
	a.anchor{
	display: block;
	padding-top: 60px;
	margin-top: -60px;
	}
}
@media (max-width: 1023px){
	a.anchor{
	display: block;
	padding-top: 60px;
	margin-top: -60px;
	}
}
@media (min-width: 1024px){
	a.anchor{
	display: block;
	padding-top: 110px;
	margin-top: -110px;
	}
}






/* contact form and spread */

* {
	padding: 0;
	margin: 0;
}
.wpcf7-list-item-label{
	padding: 0px;
	margin: 0px;
	float: left;
}
.wpcf7-list-item {
	display: flex!important;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	float: left;
	/* height: 35px; */
	height: 45px;
}

input[type="file"]{
	padding: 0px;
	margin: 0px;
}

div.wpcf7 input[type="file"]{
	display: flex;
}




.wpcf7-form-control{
	max-width: 100%;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
input[type="file"].wpcf7-form-control{
	margin-top: 10px;
    margin-bottom: 10px;
}
.wpcf7-form-control.wpcf7-radio {
    margin-top: 10px;
    margin-bottom: 10px;
}
.wpcf7-form-control.w75 {
	width: 75px;
}
.wpcf7-form-control.w100 {
	width: 100px;
}
.wpcf7-form-control.w140 {
	width: 140px;
}
.wpcf7-form-control.w150 {
	width: 150px;
}
.wpcf7-form-control.w200 {
	width: 200px;
}

.wpcf7-form-control.w100p {
	width: 100%;
}



.wpcf7-text{
	height: 35px;
}

.wpcf7-number{
	height: 35px;
}


.contact_box {
	border: 0.5px solid #A8A8A8;
	width: 100%;
	padding: 50px 50px 30px 50px;
	margin: 0px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: 400;
}
.contact_box p{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.contact_box h6{
	padding-bottom: 10px;
	text-align:left;
}

.contact_box h5{
	padding-bottom: 10px;
	text-align:left;
}

.input_box{
	border: solid 0.5px #00A29A!important;
}

@media(max-width:992px){
	.contact_box{
		padding: 30px;
	}
	.contact_box h6{
		font-size: 1.2rem;
	}
	.contact_box h5{
		font-size: 1.2rem;
	}

}
@media(max-width:414px){
.contact_box{
	padding: 10px 5px;
	}
	.contact_box h6{
	font-size: 1.1rem;
		letter-spacing:1.3px;
		line-height: 1.5;
		padding-left: 15px;
	}
	.input_box{
		margin:0px 10px 20px 10px;
	}
}




.contact_list-item.subtitle {
	padding-left: 20px;
	height: 50px;
	display: flex;
	align-items: center;
	font-weight: bold;
	text-align: left;
}



.contact_list-title2 {
	background: #ecf5f4;
	width: 200px!important;
	height: 45px;
	text-align: left;
	padding-left: 20px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	color: #000;
	font-size: 1.3rem;
	margin-top: 1px;
	margin-bottom: 1px;
}

.contact_list-information2{
	text-align: left;
	line-height: 1.6;
	min-height:50px;
	height: auto;
	padding: 10px 20px;
}

.flexwrap{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.recaptcha_policy {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 11px !important;
	color: #444 !important;
  }
  .recaptcha_policy a {
	font-size: 11px !important;
	color: #111 !important;
  }
  .grecaptcha-badge { visibility: hidden; }

  /* お問い合わせ */
  .page-id-263  .grecaptcha-badge { visibility: visible; }

  /* エントリーフォーム */
  .page-id-73920  .grecaptcha-badge { visibility: visible; }

  /* 法人ローンフォーム */
  .page-id-75721  .grecaptcha-badge { visibility: visible; }

  /* 個人ローンフォーム */
  .page-id-75723  .grecaptcha-badge { visibility: visible; }

  /* 旧ローンフォーム */
  .page-id-73913  .grecaptcha-badge { visibility: visible; }


  


 .thanks_srea .confirmation_yellowmsg {
    padding-top: 55px;
    padding-bottom: 50px;
}


.thanks_srea .confirmation_yellowmsg p {
    color: #F39800;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 600;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

@media (max-width: 414px){
	.thanks_srea .confirmation_yellowmsg p {
		font-size: 1.5rem;
	}
}


.thanks_srea .confirmation_keepmsg {
    max-width: max-content;
    margin: 0 auto;
    padding: 0 0 50px;
}

.thanks_srea .confirmation_keepmsg:after {
    clear: both;
    content: "";
    display: table;
}

.thanks_srea .confirmation_keepmsg p {
    padding-top: 0;
    padding-bottom: 10px;
}

.thanks_srea .confirmation_keepmsg .greenlink {
    font-size: 11px;
    letter-spacing: 0.55px;
    color: #00A29A !important;
    color: rgb(0, 162, 154) !important;
    padding-bottom: 5px;
    border-bottom: 1px solid #00A29A;
    float: right;
}

@media (max-width: 600px){
	.thanks_srea .confirmation_keepmsg .greenlink {
		font-size: 1rem;
	}
}

/***************************/
/* social-area */
/* Youtubeカルーセル */
/***************************/
.social-area{
	overflow: hidden;
}
.social-area .youtube-carousel {
	margin-bottom: 30px;
}
@media (max-width: 992px){
	.social-area .youtube-carousel {
			padding-top: 20px;
	}
}

.social-area .youtube-carousel.owl-theme .owl-nav .owl-prev,
.social-area .youtube-carousel.owl-theme .owl-nav .owl-next {
	background: transparent none repeat scroll 0 0;
	color: #005638;
	font-size: 30px;
	height: 40px;
	left: -50px;
	line-height: 40px;
	margin: -20px 0 0;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 60px;
}

.social-area .youtube-carousel.owl-theme .owl-nav .owl-next {
	left: auto;
	right: -50px;
}

.fixed_link{
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 100px;
	z-index: 100000;
}
@media (max-width: 992px){
	.fixed_link{
		position: fixed;
		bottom: 2px;
		right: 2px;
		width: 90px;
	}
}

@media screen and (max-width: 992px) {
  .youtube-block {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .youtube-block {
    display:flex;
    overflow-x:scroll;
  }
}

ul.youtube-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  ul.youtube-list {
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
}

ul.youtube-list li {
  width: 32%;
  margin-left: 2%;
}
@media screen and (max-width: 768px) {
  ul.youtube-list li {
    width: 85%;
    min-width: 85%;
    margin-left: 0;
    margin-right: 15px;
  }
}

ul.youtube-list li:nth-child(3n-2) {
  margin-left: 0;
}

ul.youtube-list li:nth-child(n+4) {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  ul.youtube-list li:nth-child(n+4) {
    margin-top: 0;
  }
}

ul.youtube-list li iframe {
  width: 100%;
}


@media screen and (max-width: 100vw) {
.car_pagination {
    text-align: center;
    margin: auto ;
}
}

h2.screen-reader-text {
    display: none;
}

.nav-links{
   display:flex;
}

.pagination .page-numbers{
   display:inline-block;
   margin:5px;
   padding:20px 25px;
   color:#000;
   border-radius:3px;
   background:#fff;
}

.pagination .current{
   padding:20px 25px;
   background:#00A29A;
   color:#fff;
}

.pagination .prev,
.pagination .next{
   background:transparent;
   box-shadow:none;
   color:#000;
}

.pagination .dots{
   background:transparent;
   box-shadow:none;
}
@media screen and (max-width: 768px) {
.pagination .page-numbers{
   padding:10px 5px;
}
.pagination .current{
   padding:10px 15px;
}
}