@charset "utf-8";
@import url('library.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');


body {
	width: 100%;
	margin: 0;
	float: left;
	font-size: 62.5%;
	color: #555;
	border-top: 7px solid #45051e;
	font-family: 'Meiryo', sans-serif;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}

#bg-header,
#bg-content,
#bg-footer {
	width: 100%;
	float: left;
}

#header,
#content,
#footer {
	width: 100%;
	float: left;
}

.rows {
	width: 100%;
	float: left;
}

.rows-mini {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

.txt-head {
	padding: 7px 0px 23px 0px;
	box-sizing: border-box;
	font-size: 1.2em;
}

.logo-tel {
	width: 100%;
	float: left;
}

.logo,
.tel {
	width: 50%;
	float: left;
}

.tel {
	font-size: 2.5em;
	text-align: right;
/*	margin-top: 25px;*/
}

.show-sp {
	display: none;
}

.show-tb {
	display: none;
}

.menu-slide {
	width: 100%;
	float: left;
	margin-top: 15px;
}

.menu {
	width: 34%;
	float: left;
}

a.menu-item {
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	background: #45051e;
	line-height: 33px;
	float: left;
	text-decoration: none;
	font-size: 1.8em;
	color: #FFF;
	padding: 20px 20px 0px 30px;
}

a.acitve,
a.menu-item:hover {
	background: #000;
	color: #FFF;
}

.ico-menu {
	cursor: pointer;
}

span.block {
	display: inline-block;
}

.slide {
	width: 66%;
	float: left;
	position: relative;
	text-align: center;
}

.slide img {
	width: 100%;
	height: 419px;
}

.txt-slide {
	width: 100%;
	position: absolute;
	float: left;
	z-index: 999;
	-webkit-text-shadow: 2px 0 0 #FE9A2E, -2px 0 0 #FE9A2E, 0 2px 0 #FE9A2E, 0 -2px 0 #FE9A2E, 1px 1px #FE9A2E, -1px -1px 0 #FE9A2E, 1px -1px 0 #FE9A2E, -1px 1px 0 #FE9A2E;
	-moz-text-shadow: 2px 0 0 #FE9A2E, -2px 0 0 #FE9A2E, 0 2px 0 #FE9A2E, 0 -2px 0 #FE9A2E, 1px 1px #FE9A2E, -1px -1px 0 #FE9A2E, 1px -1px 0 #FE9A2E, -1px 1px 0 #FE9A2E;
	-o-text-shadow: 2px 0 0 #FE9A2E, -2px 0 0 #FE9A2E, 0 2px 0 #FE9A2E, 0 -2px 0 #FE9A2E, 1px 1px #FE9A2E, -1px -1px 0 #FE9A2E, 1px -1px 0 #FE9A2E, -1px 1px 0 #FE9A2E;
	-ms-text-shadow: 2px 0 0 #FE9A2E, -2px 0 0 #FE9A2E, 0 2px 0 #FE9A2E, 0 -2px 0 #FE9A2E, 1px 1px #FE9A2E, -1px -1px 0 #FE9A2E, 1px -1px 0 #FE9A2E, -1px 1px 0 #FE9A2E;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}


.txt-slide1 {
	font-size: 3em;
	color: #000;
	width: 100%;
	float: left;
	text-align: center;
	line-height: 120%;
	margin-top: 20%;
}

.txt-slide2 {
	font-size: 2.2em;
	width: 100%;
	float: left;
	text-align: center;
	line-height: 140%;
	margin-top: 4%;
	font-style: italic;
}

.content {
	margin-top: 30px;
}

.title-h2 {
	width: 100%;
	float: left;
	font-size: 2.5em;
font-weight: 600;
	border-bottom: 1px solid #45051e;
padding: 0px 0px 7px 0px;
	box-sizing: border-box;
}

.md1 {
	width: 100%;
	float: left;
	font-size: 1.6em;
font-weight: 600;
color: #45051e;
font-family: 'Noto Serif JP', serif;
}

.md2 {
color: #45051e;
font-family: 'Noto Serif JP', serif;
}


.title-h3 {
	width: 100%;
	float: left;
	font-size: 2em;
	background: #FE9A2E;
/*	color: #FFF;*/
	padding: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	padding-left: 10px;
}

.col-left {
	width: 76%;
	float: left;
	padding-right: 30px;
	box-sizing: border-box;
}

.col-right {
	width: 24%;
	float: left;
}

.col-right a:hover img {
	opacity: 0.8;
}

.col-right img {
	width: 100%;
	margin-top: 10px;
}

.right1 {
	width: 100%;
	float: left;
}

.right2 {
	width: 100%;
	float: left;
	margin-top: 10px;
}

iframe {
	width: 100% !important;
	height: 420px;
}

.img-link {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.img-item {
	width: 20%;
	float: left;
	padding: 0.5%;
	box-sizing: border-box;
	position: relative;
}

.img-item img {
	width: 100%;
	border: 1px solid #999;
}

a.bxbx {
	width: 100%;
	float: left;
	position: relative;
}

.txt-img {
	position: absolute;
	bottom: 0;
	padding: 2% 2% 7% 2%;
	box-sizing: border-box;
	font-size: 1.4em;
	width: 100%;
	float: left;
	text-align: center;
	color: #333;
	font-weight: bold;
	text-shadow: 1px 1px 3px #FFF;
	color: #fff;
    text-shadow: 1px 1px 1px #555, -1px 1px 1px #555, 1px -1px 1px #555, -1px -1px 1px #555;
}
.txt-img2 {
	padding: 5% 2% 2% 2%;
}
.hvi {
	width: 94%;
	height: 93%;
	border: 1px solid #999;
	position: absolute;
	opacity: 0;
	margin: 3%;
	z-index: 99;
	box-sizing: border-box;
}

.hvi:hover {
	opacity: 1;
}

#bg-footer {
	width: 100%;
	height: auto;
	min-height: 50px;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 80px;
	background: #45051e;
	position: relative;
}

.footer {
	width: 100%;
	float: left;
	font-size: 1.2em;
	color: #FFF;
}

.pagetop {
	position: absolute;
	right: 0;
	bottom: 0;
}

/* add style */

.show_sp {
	display: none;
}

.hide_sp {
	display: inline-block;
}

.wbs-features {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.wbs-feature {
    border: 1px solid #dedede;
    margin: 10px 20px 10px 0;
    padding: 5px;
    width: calc(100% / 2 - 40px);
    height: 100px;
    text-align: center;
}

.wbs-feature span {
    font-weight: bold;
}

.continous-img-design {
    display: flex;
    margin: 20px 0;
}

.continous-img-block {
    width: fit-content;
    margin: 0 30px 0 0;
}

.continous-img-block img {
    width: auto;
    height: 400px;
}

.continous-img-text {
    border: 1px solid #eee;
    padding: 0 10px;
    flex: 100%;
}

.continous-img-design .continous-img-block:last-child {
    margin: 0 0 0 30px;
}

.desc-flow {
    background-color: #FFF;
    border: 1px solid #fe9a2e;
    margin: 0 0 60px;
    position: relative;
}

.desc-flow-content {
    padding: 15px;
}

.desc-flow::after {
    content: "\f0ab";
    font-family: 'FontAwesome';
    position: absolute;
    bottom: -42px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    color: #fe9a2e;
}
.desc-flows .desc-flow:last-child {
    margin: 0;
}
.desc-flows .desc-flow:last-child::after {
    content: unset;
}


/* End add style */

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 980px) {
	.slide img {
		width: 100%;
	}
}

@media screen and (max-width: 890px) {
	a.menu-item {
		font-size: 1.3em;
	}
}

@media screen and (max-width: 768px) {

	.show_sp {
		display: inline-block;
	}

	.hide_sp {
		display: none;
	}

	#bg-header,
	#bg-content {
		padding: 0% 2% 0% 2%;
		box-sizing: border-box;
	}

	a.menu-item {
		padding: 20px 5px 0px 20px;
	}

	.txt-slide1 {
	/*	font-size: 1.9em;*/
		margin-top: 30%;
	}

	.txt-slide2 {
		font-size: 1.8em;
		margin-top: 6%;
	}

	.col-left {
		width: 100%;
		padding-right: 0;
	}

	.col-right {
		width: 100%;
	}

	.right1 {
		width: 50%;
		margin-top: 0;
		padding: 4% 4% 4% 12%;
		box-sizing: border-box;
	}

	.right2 {
		width: 50%;
		margin-top: 0;
		padding: 4% 12% 4% 4%;
		box-sizing: border-box;
	}

	.hide-tb {
		display: none;
	}

	.show-tb {
		display: inline-block;
		width: 50%;
	}
}

@media screen and (max-width: 767px) {

	.wbs-feature {
	    width: 100%;
	    margin: 10px 0;
	}

	.continous-img-design {
	    display: unset; 
	}

	.continous-img-block {
	    width: auto;
	    margin: unset;
	    order: 1;
	}

	.continous-img-block img {
	    width: 100%;
	    height: auto;
	}

	.continous-img-text {
	    order: 2;
	}
	.continous-img-design .continous-img-block:last-child {
	   margin: unset;
	}

	.title-h2 {
	    margin: 30px 0 0;
	}

	.continous-img-design {
	    display: flex;
	    flex-wrap: wrap;
	}
	.menu-sp {
	    width: 100%;
	    float: left;
	    max-height: 0;
	    overflow: hidden;
	    transition: max-height 0.5s;
	    margin: 0 0 20px;
	}
	.menu-sp.active {
	    max-height: 100vh;
	}

}

@media screen and (max-width: 670px) {

.wbs-feature {
    width: 100%;
    margin: 10px 0;
}

a.menu-item .mgr-20 {
    margin-right: 10px;
    }
}

@media screen and (max-width: 640px) {
	.menu-slide .bxslider .data-wrap{
		height: auto !important;
	}
	/* .logo_sp{
		 width: 80%;
		 float: left;
	 }
	 .menu_sp{
		 width: 20px;
		 float: left;
	 } */
	.logo_sp {
		width: 100%;
		float: left;
	}

	.logo_sp .logo-tel {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
	}

	.logo_sp .logo-tel .logo {
		width: 70%;
		float: left;
	}
	.logo_sp .logo-tel .logo img{
		width: 100%;
		height: auto;
	}
	.ico-menu{
		display: none !important;
	}
	/*.menu-sp{
		display: none;
	}*/
	.logo_sp .logo-tel .tel {
		width: 15%;
		float: left;
		margin-top: 0;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.logo_sp .logo-tel .tel a{
		font-size: 50px;
		color: #000;
	}

	.logo_sp .logo-tel .tel .menu_bar {
		background: #45051e;
		padding: 15px 10px;
	}

	.logo_sp .logo-tel .tel .menu_bar .mgt-5{
		margin-top: 0;
	}

	.logo_sp .logo-tel .tel .mgt-24 {
		margin-top: 0;
	}

	.logo_sp .logo-tel .tel .fml-rt {
		display: none;
	}


	.pagetop img {
		margin-top: -50px;
	}

	.slide img {
		width: 100%;
		height: auto;
	}

	a.menu-item {
		font-size: 1.8em;
	}

	#bg-header,
	#bg-content {
		padding: 0% 2% 0% 2%;
		box-sizing: border-box;
	}

	.txt-head {
		font-size: 1.1em;
		text-align: left;
		/*	padding: 20px 30px 30px 52px;*/
	}

	.logo,
	.tel {
		text-align: center !important;
		width: 100%;
	}

	.show-sp {
		display: inline-block;
	}

	.show-sp2 {
		display: inline-block;
		width: 100%;
	}
	.show-sp3 {
		display: none;
	}

	.hide-sp {
		display: none;
	}

	.menu-slide {
		height: auto;
	}

	.menu {
		width: 100%;
	}

	.slide {
		width: 100%;
		overflow: hidden;
	}

	.title-h2 {
		font-size: 1.5em;
		text-align: left;
		border-bottom: 1px solid #45051e;
		    letter-spacing: -1px;
	}

.md1{
font-size: 1em;
}

	.title-h3 {
		text-align: center;
	}

	.right1 {
		padding: 4%;
	}

	.right2 {
		padding: 4%;
	}

	.footer {
		font-size: 1.6em;
		line-height: 160%;
	}

	.pagetop {
		width: 92%;
		float: left;
		text-align: center;
		padding: 0% 0% 2% 0%;
		box-sizing: border-box;
		border-bottom: 1px solid #fff;
		background: #FE9A2E;
		margin: 0% 4% 4% 4%;
		position: relative;
	}

	/* add for raku */
	.imgmaxfull {
		width: 100%;
		float: left;
		text-align: center !important;
	}

	.imgmaxfull div div img {
		width: 100% !important;
		display: inline-block !important;
		max-width: none !important;
		height: auto !important;
		left: 0 !important;
	}

	.imgmaxfull div img {
		width: 100% !important;
		display: inline-block !important;
		max-width: none !important;
		height: auto !important;
		left: 0 !important;
	}

	.imgmaxfull img {
		width: 100% !important;
		display: inline-block !important;
		max-width: none !important;
		height: auto !important;
	}

	.imgmaxfull div div {
		width: 100% !important;
		display: inline-block !important;
		height: auto !important;
	}

	.imgmaxfull div {
		width: 100% !important;
		display: inline-block !important;
		height: auto !important;
	}

	.tel .fml-rt div {
		float: right;
	}
}


@media screen and (max-width: 480px) {
	.logo_sp .logo-tel .tel a {
		font-size: 30px;
	}
	.logo_sp .logo-tel .tel .menu_bar {
		padding: 10px 5px;
	}
	.logo-tel .logo img {
		width: 100%;
	}

	.txt-slide1 {
		margin-top: 35%;
	}

	.tel {
		margin-top: 0;
	}

	.txt-slide1 {
		font-size: 2em;
   		margin-top: 17%;
	}

	.footer {
		font-size: 1.4em;
	}
}
.img-logo{
    width: 370px;
}
.auto-link{
	color: #45051e;
	word-break: break-all;
}
.auto-link:hover{
	opacity: 0.7;
}
.p3-imgp{
	padding-top: 30px;
	float: left;
	width: 100%;
}
.p3-imgp img{
	width: 100%;
}
.table-page{
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}
.table-page tr td:first-child{
	width: 150px;
	color: #fff;
	background-color: #45051e;
	border-color: #fff;
}
.table-page tr td:last-child{
	width: calc(100% - 150px);
}
.table-page tr td{
	border: 1px solid #45051e;
	padding: 10px 15px;
	vertical-align: middle;
}
.table-page tr td .auto-link{
	text-decoration: none;
}
.google-map iframe{
	width: 100%;
	height: 300px;
}
.box-tell-contact{
	background-color: #F1F4FB;
	border-left: 10px solid #45051e;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	margin-top: 20px;
}
.box-tell-contact-link{
	font-size: 30px;
	font-weight: 700;
	color: #000;
	text-decoration: none;
}
.box-tell-contact-link:before{
	content: '';
	background-image: url(../../img/pic5.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: contain;
	background-position: center center;
	margin-right: 15px;
	transform: translateY(3px);
}
.box-tell-contact-link:hover{
	opacity: 0.7;
}
.box-time-contact{
	padding-top: 5px;
	font-size: 16px;
}
.erro-form:after{
	content: '【必須】';
	color: #FF0000;
}
@media screen and (min-width:641px){
	.erro-form:after{
		float: right;
	}
}
.erro-form{
	width: 100%;
}
.form-contact-tlt{
	font-size: 18px;
	padding-top: 10px;
}
.form-no-input{
	padding-top: 10px;
}
.form-control,.form-select{
	width: 100%;
	height: 40px;
	border: 1px solid #000;
	outline: none;
	padding: 0 15px;
}
.form-area{
	width: 100%;
	border: 1px solid #000;
	outline: none;
	padding: 15px;
	resize: none;
	height: 150px;
}
.form-contact{
	display: grid;
	grid-template-columns: 250px 1fr;
	width: calc(100% - 30px) !important;
	float: left;
	row-gap: 20px;
	margin-top: 30px !important;
	margin-left: 15px;
}
.form-contact-tlt{
	padding-right: 20px;
	font-size: 18px;
}
.gr-radio .lb-form-radio{
	margin-right: 20px;
	transform: translateY(9px);
	display: inline-block;
}
.lb-form-radio input{
	width: 20px;
	height: 20px;
	margin-right: 15px;
	transform: translateY(-3px);
}
.form-contact li{
	display: flex;
}
.form-submit{
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 30px;
}
.btn-submit{
	width: 150px;
	height: 45px;
	border-radius: 25px;
	background-color: #45051e;
	color: #FFF;
	font-weight: 700;
	font-size: 18px;
	border: 0;
	outline: none;
	cursor: pointer;
	margin-left: 240px;
}
.btn-submit:hover{
	opacity: 0.7;
}
@media screen and (max-width:767px){
	.form-contact-tlt{
		font-size: 16px;
	}
	.form-contact {
    	grid-template-columns: 220px 1fr;
	}
	.btn-submit{
		margin-left: 220px;
	}
}
@media screen and (max-width:640px){
	.table-page tr td:first-child{
		width: 100%;
	}
	.table-page tr td:last-child{
		width: 100%;
	}
	.table-page tr td{
		float: left;
		border: 0;
	}
	.table-page{
		float: left;
	}
	.box-tell-contact-link{
		font-size: 25px;
	}
	.box-tell-contact-link:before{
		width: 25px;
		height: 25px;
	}
	.form-contact{
		width: 100% !important;
		display: block;
		margin-left: 0;
	}
	.form-contact-tlt{
		padding-bottom: 10px;
	}
	.gr-radio .lb-form-radio{
		transform: none;
	}
	.lb-form-radio input{
		margin-left: 0;
	}
	.form-no-input{
		padding-top: 0;
	}
	.btn-submit{
		margin-left: 0;
	}
	.form-contact-tlt--noinput{
		padding-bottom: 0;
	}
}
.icon-phone-cs{
	display: inline-block;
	transform: translateX(5px);
}
.col-right-txt-shop{
	font-size: 20px;
	font-weight: 700;
	margin-top: 10px;
}
.list-car-new{
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
	row-gap: 20px;
}
.box-green-head{
	width: 100%;
	display: grid;
	grid-template-columns: 50% 1fr;
	column-gap: 4%;
	align-items: flex-start;
	padding-top: 30px;
}
.box-green-head-right{
	font-size: 1.6em;
	line-height: 180%;
}
.box-green-head-left img{
	width: 100%;
}
@media screen and (max-width:640px) {
	.col-right-txt-shop{
		float: left;
		margin-top: 20px;
	}
	.list-car-new{
		display: flex;
		flex-direction: column;
		row-gap: 20px;
	}
	.box-green-head{
		display: block;
	}
	.box-green-head-right{
		padding-top: 30px;
	}
}
.auto-link-btn{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background-color: #45051e;
	text-decoration: none;
	padding: 10px 25px;
	border-radius: 10px;
	display: inline-block;
	margin-bottom: 20px;
}
.auto-link-btn:hover{
	opacity: 0.8;
}