@charset "utf-8";

/* # =================================================================
   # Base Style
   # ================================================================= */

/* 英字フォント */
@import url('https://fonts.googleapis.com/css?family=Hind:400,500,600,700&display=swap');


/* CSS Document */
html{
	/*10px*/
	font-size:62.5%;
	line-height: 1.5;
}

body{
	font-family: "メイリオ", Meiryo, sans-serif;
	margin:0;
	color:#000000;
	transform: none;
}

img {
  width: 100%;
  vertical-align: top;
}

a{
	color:#000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
}
a:visited{
	color:#000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/* a:hover {
    color: #F5A862;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
} */

h1 {
	font-size:3.2rem;
}

ul,ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

p {
	font-size: 1.8rem;
	line-height: 1.8em;
	margin-bottom: 2rem;
}

dt,dd {
	font-size: 1.6rem;
}

@media screen and (max-width : 768px) {
	p, dt, dd {
		font-size: 1.5rem;
	}
}


.mb1 {
	margin-bottom: 1.0rem;
}
.mb2 {
	margin-bottom: 2.0rem;
}
.mb3 {
	margin-bottom: 3.0rem;
}
.mb4 {
	margin-bottom: 4.0rem;
}
.mb5 {
	margin-bottom: 5.0rem;
}
.mb6 {
	margin-bottom: 6.0rem;
}
.mb7 {
	margin-bottom: 7.0rem;
}
.mb8 {
	margin-bottom: 8.0rem;
}
.mb9 {
	margin-bottom: 9.0rem;
}
.mb10 {
	margin-bottom: 10.0rem;
}



/* # =================================================================
   # 1.骨組み
   # =================================================================
*/


.w_max {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.w_large {
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
}

.w_medium {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.w_small {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.wrapper{
	background: url(../img/bg_beige.jpg) repeat;
	background-size: auto;
	transform: none;
	overflow: hidden;
}

.page_wrap, .archive_wrap, .single_wrap{
	margin-top: 60px;
}


@media screen and (max-width : 768px) {
	.w_large {
		width: 100%;
	}
	.w_medium {
		width: 100%;
	}
	.w_small_long {
		width: 100%;
	}
	.w_small {
		width: 100%;
	}
	.w90{
		width: 90%;
		margin: 0 auto;
	}
	p.w90{
		margin-bottom: 15px;
	}
	.page_wrap, .archive_wrap, .single_wrap{
		margin-top: 140px;
	}
}

@media screen and (min-width : 769px) {
	.sp {
		display: none!important;
	}
}
@media screen and (max-width : 768px) {
	.pc {
		display: none!important;
	}
}


/*パンくず*/
#breadcrumb {
	/*border-bottom: 1px solid #d2d2d2;*/
	padding: 0.5% 0%;
}
#breadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#breadcrumb ul li {
	display: inline-block;
	font-size: 1.3rem;
}
#breadcrumb ul li a {
	color: #333;
	text-decoration: none;
}

#breadcrumb ul li a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f105';
	padding-right: 5px;
	padding-left: 5px;
}


@media screen and (min-width: 769px){
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}




/* # =================================================================
   #  header
   # =================================================================
*/

.header{
	width: 100%;
	height: 100px;
	background: #9a1e1e;
	/* position: relative; */
}
.header_outer{
	width: 900px;
	margin: 0 auto;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header_logo{
	width: 219px;
	height: auto;
}
.header_contacts .sub{
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	position: relative;
	margin-bottom: 0;
}
.header_contacts .sub:after{
	position: absolute;
	content: '';
	border-top: 1px solid #fff;
	width: 54%;
	top: 50%;
	transform: translateY(-50%);
}
.header_contacts .sub span{
	font-size: 1.8rem;
	color: #fed34a;
}
.header_contents_text{
	display: flex;
}
.header_contents_text .title{
	font-size: 2.4rem;
	font-weight: bold;
	color: #fed34a;
	padding-right: 20px;
	margin-bottom: 0;
}
.header_contents_text .info{
	font-size: 1rem;
	color: #fff;
	margin-bottom: 0;
}
.header_contents_text .info a{
	color: #fff;
}
.header_contents_text .number{
	font-family: 'Hind', sans-serif;
	font-weight: 900;
	font-size: 2rem;
	letter-spacing: 0.1rem;
}
.header_contents_text .number a{
	color: #fff;
}
.header_hmbtn{
	display: block;
	background: #000000;
	width: 100px;
	height: 100px;
	padding: 25px;
	position: relative;
}
.header_hmbtn p{
	font-family: 'Hind', sans-serif;
	font-weight: 900;
	color: #ffd148;
	font-size: 1.3rem;
	text-align: center;
}
.header_hmbtn span{
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	width: 38px;
	height: 3px;
	background-color: #ffd148;
	border-radius: 4px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.header_hmbtn span:nth-of-type(1) {
	top: 50px;
}
.header_hmbtn span:nth-of-type(2) {
	top: 62px;
	transform: translateX(50%) translateY(-50%);
}
.header_hmbtn span:nth-of-type(3) {
 	top: 71px;
}
.header_hmbtn.isOpening span:nth-of-type(1) {
	-webkit-transform: translateX(50%) translateY(11px) rotate(-45deg);
	transform: translateX(50%) translateY(11px) rotate(-45deg);
}
.header_hmbtn.isOpening span:nth-of-type(2) { opacity: 0; }
.header_hmbtn.isOpening span:nth-of-type(3) {
	-webkit-transform: translateX(50%) translateY(-9px) rotate(45deg);
	transform: translateX(50%) translateY(-9px) rotate(45deg);
}
.header_nav{
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 2;
	width: 100%;
	background: rgba(0,0,0,0.85);
	border-top: 1px solid #ffd148;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.header_nav.isOpening{
	opacity: 1;
	visibility: visible;
}
.header_nav ul{
	padding: 30px 0;
	color: #fff;
	font-size: 1.5rem;
}
.header_nav li a{
	color: #fff;
	font-size: 1.5rem;
	font-weight: 900;
}
.header_nav li a.txt_yellow{
	color: #ffd148;
}

@media screen and (min-width : 769px) {
	.header_inner{
		width: 750px;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		align-items: center;
	}
	.header_nav ul{
		max-width: 1020px;
		width: 80%;
		min-width: 860px;
		margin: 0 auto;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.header_nav li a:hover{
		color: #ffd148;
	}
	.header_hmbtn{
		cursor: pointer;
	}
}

@media screen and (max-width : 768px) {
	.header{
		width: 100vw;
		height: 95px;
		position: fixed;
		z-index: 9;
	}
	.header_outer{
		width: 100%;
		padding-left: 3%;
	}
	.header_inner{
		width: 90%;
		padding-top: 6px;
	}
	.header_logo{
		width: 40%;
	}
	.header_contacts .sub{
		font-size: 1rem;
	}
	.header_contacts .sub span{
		font-size: 1.6rem;
	}
	.header_contents_text .title{
		font-size: 1.9rem;
		padding-right: 6px;
		letter-spacing: -0.1rem;
	}
	.header_contents_text .info{
		font-size: 0.9rem;
		letter-spacing: -0.05rem;
	}
	.header_hmbtn{
		width: 80px;
		height: 80px;
		padding: 15px;
	}
	.header_hmbtn span:nth-of-type(1){
		top: 40px;
	}
	.header_hmbtn span:nth-of-type(2){
		top: 51px;
	}
	.header_hmbtn span:nth-of-type(3){
		top: 60px;
	}
	.header_contacts .sub:after{
		width: 40%;
	}
	.header_nav{
		top: 95px;
		border: none;
		background: #000000;
		height: calc(100vh - 95px);
	}
	.header_nav ul{
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	.header_nav li a{
		font-size: 1.8rem;
		padding: 15px 0;
		display: block;
	}
}

@media screen and (max-width : 320px) {
	.header_contents_text .title{
		font-size: 1.6rem;
		padding-right: 3px;
		letter-spacing: -0.1rem;
	}
}




/* # =================================================================
   #  common-style
   # =================================================================
*/

.center{
	text-align: center;
}

.txt_yellow{
	color: #ffd148;
}
.txt_red{
	color: #9a1e1e;
}
.txt_green{
	color: #00B22D;
}
.txt_blue{
	color: #0000D9;
}
.txt_red2{
	color: #D90000;
}

.object_fit_img img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
	width: 100%;
	height: 100%;
}
.top_recommended_box .object_fit_img img,
.car_list .object_fit_img img {
	height: auto;
}

.btn_yellow{
	background: #ffd148;
	color: #000;
	text-align: center;
	font-weight: bold;
}
.btn_black{
	background: #333333;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-top: 40px;
}
.btn_line{
	margin: 40px auto;
	background: #00b900;
	text-align: center;
	font-weight: bold;
}

.arrow a, .page_contact .arrow{
	position: relative;
	text-decoration: none;
	text-align: center;
	font-size: 1.6rem;
	display: block;
	width: 100%;
	height: 100%;
}
.arrow a:before, .page_contact .arrow:before{
	content: '';
	width: 18px;
	height: 18px;
	background: #000;
	position: absolute;
	right: 20px;
	top: 50%;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.arrow a:after, .page_contact .arrow:after{
	content: '';
	box-sizing: border-box;
	width: 10px;
	position: absolute;
	top: 50%;
	right: 20px;
	border: 5px solid transparent;
  border-left: 7px solid #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.arrow_back a{
	position: relative;
	text-decoration: none;
	text-align: center;
	font-size: 1.6rem;
	display: block;
	width: 100%;
	height: 100%;
}
.arrow_back a:before{
	content: '';
	width: 18px;
	height: 18px;
	background: #000;
	position: absolute;
	left: 20px;
	top: 50%;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.arrow_back a:after{
	content: '';
	box-sizing: border-box;
	width: 10px;
	position: absolute;
	top: 50%;
	left: 20px;
	border: 5px solid transparent;
  border-right: 7px solid #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.btn_yellow.arrow a:after{
	border-left: 7px solid #ffd148;
}
.btn_black.arrow a, .btn_black.arrow_back a,
.btn_line.arrow a{
	color: #fff;
	padding: 20px 0;
	font-size: 1.8rem;
}
.btn_black.arrow a:before, .btn_black.arrow_back a:before,
.btn_line.arrow a:before{
	background: #fff;
}
.btn_black.arrow a:after{
	border-left: 7px solid #333333;
}
.btn_black.arrow_back a:after{
	border-right: 7px solid #333333;
}
.btn_line.arrow a:after{ border-left: 7px solid #00b900; }

.btn_hq{
	width: 680px;
	height: 80px;
	margin: 0 auto;
	transform: translateX(-20px);
	display: flex;
	justify-content: center;
  align-items: center;
	position: relative;
}
.btn_hq:before{
	content: '';
	background: url(../img/icon_recommend.png) no-repeat;
	background-size: contain;
	width: 106px;
	height: 91px;
	position: absolute;
	top: -30px;
	left: -50px;
	z-index: 3;
}
.btn_hq a{
	position: relative;
	padding: 10px 50px;
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	border-top: 4px solid #9a1e1e;
	border-bottom: 4px solid #9a1e1e;
	border-left: 4px solid #9a1e1e;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: -0.1rem;
}
.btn_hq a:before{
	content: '';
	border-top: 37px solid transparent;
  border-bottom: 37px solid transparent;
  border-left: 20px solid #fff;
	position: absolute;
  top: 50%;
	right: -19px;
	z-index: 0;
	transform: translateY(-50%);
}
.btn_hq a:after{

	content: '';
	border-top: 39px solid transparent;
  border-bottom: 39px solid transparent;
  border-left: 22px solid #9a1e1e;
	position: absolute;
  top: 50%;
	right: -23px;
	z-index: -1;
	transform: translateY(-50%);
}

.textlink{
	text-align: right;
	margin-top: 20px;
}
.textlink a{
	color: #9a1e1e;
	font-size: 2rem;
	font-weight: bold;
	padding-right: 25px;
	position: relative;
}
.textlink a:after{
	content: '\f101';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 0;
}

table.normal{
	border-collapse: collapse;
	width: 100%;
}
table.normal th, table.normal td{
	font-weight: normal;
	font-size: 1.6rem;
	text-align: left;
	border: 1px solid #c9c9c9;
	padding: 15px 25px;
	line-height: 2;
}
table.normal th{
	width: 25%;
	background: #dcdcdc;
}
table.normal td{
	width: 75%;
	background: #fff;
}

.ac_title{
	background: #333;
	position: relative;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.ac_title .titlein {
	position: absolute;
	top: 50%;
	right: 30px;
	width: 20px;
	height: 20px;
	background: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
}
.ac_title .titlein:before {
	position: absolute;
	content: "";
	top: 50%;
	right: 4px;
  width: 12px;
  height: 2px;
  background: #333;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
	transition: 0.6s;
}
.ac_title .titlein:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 4px;
  width: 12px;
  height: 2px;
  background: #333;
	transition: 0.6s;
}
.ac_title.isOpening .titlein:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.ac_title.isOpening .titlein:after {
	opacity: 0;
}
.ac_detail{
	display: none;
}

.clear{
	clear: both;
}

.h3_border{
	position: relative;
}
.h3_border h3{
	font-size: 2.6rem;
	color: #fff;
	margin-bottom: 25px;
	padding: 15px 0 15px 30px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}
.h3_border:not(:first-of-type) h3{
	margin-top: 60px;
}
.h3_border h3:after{
	content: '';
	border-top: 1px solid #ccc;
	flex-grow: 1;
	margin-left: 15px;
}
.h3_border:before{
	content: '';
	width: 750px;
	height: 100%;
	background: #333;
	position: absolute;
	z-index: 0;
}
.bnr_area{
	margin:40px auto;
	text-align: center;	
}
.bnr_area img{
	max-width:600px;
}

@media screen and (min-width: 769px){
    .btn_line.arrow{ width: 500px; }
}

@media screen and (max-width : 768px) {
	.textlink{
		margin-top: 15px;
	}
	.textlink a{
		font-size: 1.8rem;
	}
	.btn_black.arrow a, .btn_black.arrow_back a,
	.btn_line.arrow a{
		font-size: 1.5rem;
		padding: 15px 0;
	}
	.btn_line{ margin: 20px; }
	table.normal th, table.normal td{
		display: block;
		width: 100%;
	}
	table.normal th{
		padding: 5px 20px;
		text-align: center;
	}
	table.normal td{
		padding: 15px 5%;
	}
	.ac_title{
		font-size: 1.5rem;
		padding: 1.4rem 0;
	}
	.ac_title .titlein{
		right: 5%;
	}
	.h3_border h3{
		font-size: 1.5rem;
		margin-bottom: 20px;
		padding: 15px 0 15px 5%;
		font-weight: normal;
	}
	.h3_border:not(:first-of-type) h3{
		margin-top: 40px;
	}
	.h3_border:before{
		width: 100%;
	}
	.btn_hq{
		width: 88%;
		height: 75px;
	}
	.btn_hq a{
		font-size: 1.4rem;
		padding: 3px 3px 3px 60px;
	}
	.btn_hq:before{
		width: 75px;
		height: 60px;
		left: -5px;
		top: -15px;
	}
	.btn_hq:after{
		content: '\f101';
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		position: absolute;
		right: -12px;
		font-size: 2rem;
		color: #9a1e1e;
	}
}


/* # =================================================================
   #  index
   # =================================================================
*/
section{
	margin-bottom: 120px;
}
.content_normal .content_title{
	background: #333;
	width: 100vw;
	height: 90px;
	margin-bottom: 60px;
}
.content_title_inner{
	width: 1280px;
	height: 100%;
	margin: 0 auto;

}

.instabanner{
    width: 900px;
    margin: 0 auto 40px;
}

.content_normal h2{
	background: #8e1a17;
	width: 1130px;
	height: 100%;
	margin: 0 0 0 auto;
	padding: 15px 55px;
	font-size: 2rem;
	color: #fff;
	line-height: 1.3;
	position: relative;
}
.content_normal h2 span{
	color: #ffd148;
	font-size: 2.8rem;
	font-family: 'Hind', sans-serif;
	letter-spacing: 0.1rem;
}
.content_normal h2:before{
	content: '';
	background: url(../img/img_title_deco1.png) no-repeat;
	background-size: cover;
	width: 58px;
	height: 58px;
	position: absolute;
	left: -28px;
}
.content_normal h3{
	font-size: 2.8rem;
	margin-bottom: 20px;
}
.top_content_box{
	display: flex;
}
h3.icon_recommendation{
	position: relative;
	padding-left: 82px;
}
h3.icon_recommendation:before{
	content: '';
	background: url(../img/icon_recommend.png) no-repeat;
	width: 80px;
	height: 74px;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
}

@media screen and (min-width : 769px) {
	.top_content_box{
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.top_content_text{
		width: 420px;
		margin-right: 60px;
	}
	.top_content_box figure{
		width: 480px;
		margin-right: -60px;
	}
	.top_content_box .btn_black:not(:first-of-type){
		margin-top: 20px;
	}
	.instabanner{
		display: flex;
		justify-content: space-between;
	}
}

@media screen and (max-width : 768px) {
	section{
		margin-bottom: 80px;
		margin-top: -95px; /* アンカーリンク対策 */
		padding-top: 95px; /* アンカーリンク対策 */
	}
	.content_normal .content_title{
		height: auto;
		margin-bottom: 40px;
	}
	.content_title_inner{
		width: 100%;
	}
	.content_normal h2{
		width: 85%;
		height: 100%;
		min-height: 120px;
		margin: 0 0 0 auto;
		padding: 24px 10px 20px 50px;
		font-size: 1.8rem;
		color: #fff;
		line-height: 1.3;
		position: relative;
		display: flex;
		-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.content_normal h2 span{
		font-size: 3rem;
		letter-spacing: -0.1rem;
		line-height: 1;
	}
	.content_normal h2:before{
		width: 80px;
		height: 80px;
		left: -13%;
	}
	.content_normal h3{
		font-size: 2rem;
		margin-bottom: 18px;
	}
	.top_content_box{
		-webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
	}
	.top_content_box figure{
		margin-top: 0;
		margin-bottom: 30px;
	}
	.top_content_text .btn_black{
		margin-top: 20px;
	}
	h3.icon_recommendation{
		padding-left: 60px;
	}
	h3.icon_recommendation:before{
		width: 55px;
		height: 50px;
	}
    
    .instabanner{
    width: 100%;
    margin: 0 auto 40px;
}
}


/*** mv ***/
.top_mv_outer{
	background: #2f2c28;
	margin-bottom: 40px;
}

.top_mv_inner{
	height: calc(100vh - 100px);
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.top_mv_slider .slick-slide img{
	object-fit:cover;
	width: 100%;
	height: calc(100vh - 100px);
}
.top_mv_reserve{
	background: #fff;
	z-index: 1;
	display: flex;
}
.top_mv_reserve figure{
	padding: 0 10px;
}
.top_mv_reserve figure img{
	width: auto;
	height: 43px;
}
.top_mv_reserveweb, .top_mv_reservetel{
	display: flex;
	align-items: center;
	padding: 5px 5px 5px 0;
}
.top_mv_reserveweb{
	padding: 5px 0;
}
.top_mv_reserve .textin{
	height: 100%;
	padding: 10px 18px 6px;
	background: #9a1e1e;
	position: relative;
}
.top_mv_reserve .textin:before{
	content: '';
	border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.top_mv_reserve .textin p{
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0;
}
.top_mv_reserve .textin p.sub{
	display: inline-block;
	font-size: 1.4rem;
	color: #9a1e1e;
	background: #ffd34f;
	margin-bottom: 6px;
	padding: 4px 4px 2px;
}
.top_mv_reserve .textin p.number{
	font-family: 'Hind', sans-serif;
	font-size: 2.6rem;
	letter-spacing: 0.1rem;
}
.top_mv_slider .slick-prev, .top_mv_slider .slick-next{
	z-index: 1;
}
.top_mv_slider .slick-prev:before, .top_mv_slider .slick-next:before{
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	border-top: 6px solid #fff;
	border-right: 6px solid #fff;
}
.top_mv_slider .slick-prev:before{
	left: 80px;
	-webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.top_mv_slider .slick-next:before{
	right: 80px;
	-webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.top_mv_slider .slick-dots{
	bottom: 45px;
	left: 50%;
	width: 900px;
	transform: translateX(-50%);
	text-align: left;
}
.top_mv_slider .slick-dots li button:before{
	font-size: 14px;
	color: rgba(255,255,255,0.8);
	opacity: 1;
}
.top_mv_slider .slick-dots li.slick-active button:before{
	color: rgba(154,30,30,0.8);
	opacity: 1;
}

@media screen and (min-width: 1025px) {
	.top_mv_inner{
		min-height: 660px;
		max-width: 1280px;
	}
	.top_mv_slider .slick-slide img{
		min-height: 660px;
	}
}

@media screen and (max-width: 1024px) {
	.top_mv_inner{
		height: calc(60vh - 100px);
	}
	.top_mv_slider .slick-slide img{
		height: calc(60vh - 100px);
	}
}

@media screen and (min-width : 769px) {
	.top_mv_reserve{
		position: absolute;
		bottom: 40px;
		right: 12%;
	}
}

@media screen and (max-width : 768px) {
	.top_mv_outer{
		padding-top: 95px;
		margin-bottom: 50px;
	}
	.top_mv_inner{
		height: 485px;
		width: 100%;
	}
	.top_mv_slider .slick-slide img{
		height: 485px;
		width: 100vw;
	}
	.top_mv_slider .slick-dots{
		width: 100vw;
		text-align: center;
		bottom: 10px;
	}
	.top_mv_reserve{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100vw;
	}
	.top_mv_reserve p{
		text-align: center;
	}
	.top_mv_reserve figure img{
		height: 30px;
		width: auto;
	}
	.top_mv_reserve .textin{
		padding: 10px 8px 4px 14px;
		width: 80%;
		display: flex;
	}
	.top_mv_reserve .textin p{
		line-height: 0.8;
	}
	.top_mv_reserve .textin p .small{
		font-size: 0.8rem;
	}
	.top_mv_reserveweb{
		width: 58%;
	}
	.top_mv_reservetel{
		width: 42%;
	}
	.top_mv_reserveweb p{
		margin: 10px auto 0;
	}
	.top_mv_slider .slick-prev:before, .top_mv_slider .slick-next:before{
		width: 30px;
		height: 30px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
	}
	.top_mv_slider .slick-prev:before{
		left: 50px;
	}
	.top_mv_slider .slick-next:before{
		right: 50px;
	}
}


/*** top_info ***/
section.top_info{
	margin-bottom: 60px;
}
.top_info_box{
	padding: 15px 30px;
	background: #9a1e1e;
	color: #fff;
}
.top_info_box p{
	font-size: 1.6rem;
	margin-bottom: 0;
	line-height: 2;
}

@media screen and (max-width : 768px) {
	section.top_info{
		margin-bottom: 50px;
	}
	.top_info_box p{
		font-size: 1.5rem;
		line-height: 1.8;
	}
	.top_info_box{
		padding: 15px 20px;
	}
}


/*** top-attention ***/
section.top_attention{
	margin: 0 0 15px;
}
.top_attention h2{
	text-align: center;
	font-size: 2.2rem;
	margin-top: -20px;
	margin-bottom: 2rem;
	color: #9a1e1e;
}
.top_attention figure{
	margin-bottom: 75px;
}
.top_attention h2 a{
	position: relative;
	color: #9a1e1e;
}
.top_attention h2 a:after{
	content: '\f101';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #9a1e1e;
	position: absolute;
	top: 50%;
	right: -50px;
	transform: translateY(-50%);
}

@media screen and (max-width : 768px) {
	section.top_attention{
		margin: -95px 0 15px;
	}
	.top_attention h2{
		font-size: 1.8rem;
		text-align: left;
		width: 92%;
		margin-right: auto;
		margin-left: auto;
		line-height: 1.4;
	}
	.top_attention h2 span{
		font-size: 1.5rem;
		letter-spacing: -0.1rem;
	}
	.top_attention figure{
		width: 90%;
		margin-bottom: 50px;
	}
	.top_attention h2 a:after{
		right: -5%;
	}
}


/*** top_recommended ***/
.top_recommended_inner{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top_recommended_box{
	width: 270px;
	margin-bottom: 60px;
}
.top_recommended_box figure{
	width: 270px;
	height: 190px;
	object-fit: cover;
	margin: 0 0 20px;
	position: relative;
	overflow: hidden;
}
.top_recommended_box figure .label-sold-out {
	display: inline-block;
	padding: 12px 40px;
	background: #9a1e1e;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	bottom: 0;
	left: 0;
}
.top_recommended_box .title{
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 3px;
}
.top_recommended_box .title .new{
	background: #9a1e1e;
	font-size: 1.6rem;
	margin-right: 15px;
	padding: 0 5px;
	color: #fff;
}
.top_recommended_box .sub{
	font-size: 1.4rem;
	margin-bottom: 5px;
}
.top_recommended_box .price, .top_recommended_box .price_soldout{
	font-family: 'Hind', sans-serif;
	letter-spacing: 0.1rem;
	font-size: 3rem;
	font-weight: 900;
	color: #9a1e1e;
	margin: 0 0 10px;
}
.top_recommended_box .btn_yellow a{
	padding: 10px 0;
}

@media screen and (max-width : 768px) {
	.top_recommended_text{
		width: 90%;
		margin: 0 auto;
	}
	.top_recommended_box .btn_yellow a{
		padding: 15px 0;
		font-size: 1.8rem;
	}
	.top_recommended_outer .btn_black{
		margin-top: 0;
		margin-bottom: 40px;
	}
	.top_recommended_outer .btn_black:last-of-type{
		margin-bottom: 0;
	}
	.top_recommended_box{
		width: 100%;
		margin-bottom: 50px;
	}
	.top_recommended_box figure{
		width: 100%;
		height: 260px;
		margin: 0 0 20px;
	}
	.top_recommended_box .title{
		font-size: 1.8rem;
		line-height: 1.6;
		margin-bottom: 5px;
	}
	.top_recommended_box .title .new{
		margin-right: 10px;
	}
	.top_recommended_box .price, .top_recommended_box .price_soldout{
		line-height: 1;
		margin-bottom: 15px;
	}
	.top_recommended_box .sub{
		margin-bottom: 10px;
	}
}





/*** top_customers ***/
.top_customers ul{
	margin-bottom: 80px;
}
.top_customers li{
	margin-bottom: 50px;
	display: flex;
}
.top_customers li figure{
	width: 360px;
	height: 270px;
	margin: 0;
}
.top_customers_text{
	width: 540px;
	height: 270px;
	background: rgba(255,255,255,0.4);
	padding: 40px;
}
.top_customers_text .name{
	font-weight: bold;
	margin-bottom: 10px;
}

@media screen and (min-width : 769px) {
	.top_customers_text{
		display: flex;
		-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
 		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media screen and (max-width : 768px) {
	.top_customers ul{
		margin-bottom: 0;
	}
	.top_customers li{
		-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	}
	.top_customers li figure{
		width: 100%;
		height: auto;
	}
	.top_customers_text{
		width: 100%;
		height: auto;
		background: rgba(255,255,255,0.4);
		padding: 20px 5%;
	}
	.top_customers_text .name{
		font-size: 2rem;
		margin-bottom: 5px;
	}
	.top_customers_text .textlink{
		margin-bottom: 0;
	}
}


/*** top_calendar ***/
.top_calendar_main{
	margin: 40px 0;
}
.top_calendar .btn_black{
	margin-top: 50px;
}
.top_news_inner{
	margin-top: 80px;
}
.content_normal .top_news_inner h3{
	font-size: 2rem;
}
.top_news_inner a{
	display: inline-block;
	position: relative;
}
.top_news_inner a:after{
	content: '\f101';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.4rem;
	position: absolute;
	right: -20px;
}
.top_news_inner dt{
	color: #333;
	font-weight: normal;
}
.top_calendar_main .monthly-calendar{
	margin-bottom: 2.6rem;
}
.top_calendar_main img{
	width: auto;
}
.calendar-caption{
	font-size: 2rem!important;
	margin-bottom: 2rem!important;
}
caption.calendar-caption:after{
	font-size: 1.2rem!important;
}
.mix-calendar th, .timetable-calendar th, .multiple-calendar th, .monthly-calendar th{
	font-size: 1.6rem!important;
}
.day-number{
	font-size: 1.6rem;
	text-align: left;
	padding-left: 10px;
}
.top_calendar_main .monthly-calendar td{
	background-color: rgba(255,255,255,0.5)!important;
}
.top_calendar_main .monthly-calendar td.sat{
	background-color: rgba(187,215,236,0.5)!important;
}
.top_calendar_main .monthly-calendar td.sun{
	background-color: rgba(237,186,222,0.5)!important;
}
.monthly-prev-next{
	font-size: 1.6rem!important;
}
.mtssb-timetable-name{
	font-size: 1.6rem;
	margin: 20px 0 5px;
}
.mtssb-timetable-date{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
}
th.day-left, th.day-right, td.day-right{
	border: none!important;
	border-radius: 0!important;
}
.day-calendar th{
	width: 40%!important;
}
.day-calendar td{
	width: 60%!important;
}


@media screen and (min-width : 769px) {
	.top_news_inner dl{
		margin-bottom: 15px;
	}
	.top_news_inner dt{
		width: 150px;
		display: inline-block;
		float: left;
	}
	.top_news_inner dd{
		display: inline-block;
	}
	.day-calendar table.mtssb-timetable-link{
		width: 60%;
	}
}

@media screen and (max-width : 768px) {
	.top_calendar_main{
		margin: 30px auto;
		width: 90%;
	}
	.top_calendar_main .center:first-of-type {
	 letter-spacing: -0.1rem;
	}
	.top_calendar_main .center:not(:first-of-type) {
		text-align: left;
		line-height: 1.5;
	}
	.content_normal .top_news_inner h3{
		text-align: center;
	}
	.top_news_inner dl{
		margin-bottom: 15px;
	}
	.top_news_inner dt, .top_news_inner dd{
		display: block;
		padding-right: 30px;
	}
	.top_news_inner a:after{
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	.calendar-caption{
		font-size: 1.8rem!important;
		margin-bottom: 1.6rem!important;
	}
	caption.calendar-caption:after{
		width: 75%!important;
	}
	.mix-calendar th, .timetable-calendar th, .multiple-calendar th, .monthly-calendar th{
		font-size: 1.4rem!important;
	}
	.day-number{
		font-size: 1.4rem;
	}
	.monthly-prev-next{
		font-size: 1.5rem!important;
	}
	a.booking-timelink{
		padding: 2px 0;
	}
	a.booking-timelink img{
		width: 40px;
		height: auto;
	}
	.mtssb-timetable-name{
		font-size: 1.5rem;
	}
	.mtssb-timetable-date{
		font-size: 1.7rem;
	}
	.day-calendar th{
		width: 35%!important;
	}
	.day-calendar td{
		width: 65%!important;
	}
}


/*** top_calendar ***/
.top_footer_info {
	margin-top: 180px;
	margin-bottom: 200px;
}

.top_footer_info .set_sns{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 190px;
	margin: 60px auto;
}

.top_footer_info .set_sns li{
	width: 50px;
	height: 50px;
}
.top_footer_info .bnr_recruit{
	display: block;
	width: 420px;
	height: auto;
	margin: 0 auto 160px;
}
.top_footer_info .btn_blogbnr, .top_footer_info .btn_fbbnr{
	width: 100%;
	padding: 10px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	position: relative;
}
.top_footer_info .btn_blogbnr:before, .top_footer_info .btn_fbbnr:before{
	content: '';
	width: 18px;
	height: 18px;
	background: #000;
	position: absolute;
	right: 20px;
	top: 50%;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.top_footer_info .btn_blogbnr:after, .top_footer_info .btn_fbbnr:after{
	content: '';
	box-sizing: border-box;
	width: 10px;
	position: absolute;
	top: 50%;
	right: 20px;
	border: 5px solid transparent;
  border-left: 7px solid #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.top_footer_info .btn_blogbnr{
	background: #ffd148;
}
.top_footer_info .btn_fbbnr{
	background: #375595;
	color: #fff;
}
.top_footer_info .btn_fbbnr a{
	background: #375595;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}
.top_footer_info .btn_fbbnr:before{
	background: #fff;
}
.top_footer_info .btn_blogbnr:after{
  border-left: 7px solid #ffd148;
}
.top_footer_info .btn_fbbnr:after{
  border-left: 7px solid #375595;
}


@media screen and (min-width : 769px) {
	.top_footer_info .set_bnr{
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.top_footer_info .set_bnr li{
		width: 287px;
	}
}

@media screen and (max-width : 768px) {
	.top_footer_info{
		margin-top: 100px;
		margin-bottom: 80px;
		padding-top: 0;
	}
	.top_footer_info .set_bnr li:first-of-type{
		width: 90%;
		margin: 0 auto 50px;
	}
	.top_footer_info .set_bnr li:last-of-type iframe{
		width: 100%;
	}
	.top_footer_info .btn_fbbnr{
		margin: 25px auto 0;
		width: 90%;
		padding: 15px 0;
	}
	.top_footer_info .set_sns{
		margin: 25px auto 50px;
	}
	.top_footer_info .bnr_recruit{
		width: 90%;
		height: auto;
		margin: 0 auto 50px;
	}
	.top_footer_info .map iframe{
		height: 250px;
	}
	.top_footer_info .btn_black {
		margin-top: 30px;
	}
}


/* # =================================================================
   #  car
   # =================================================================
*/

/*** archive ***/
.archive_content_car .search_title{
	font-size: 2.2rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
.archive_content_car .search_icon{
	width: 710px;
	margin: 0 auto 100px;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.archive_content_car .search_icon li{
	width: 23%;
	height: 50px;
	line-height: 50px;
}
.archive_content_car .search_icon li a, .archive_content_car .search_icon li.sort_parent label{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: #fff;
	border: 2px solid #b5b5b5;
	font-size: 2rem;
	text-align: center;
}
.archive_content_car .search_icon li a:hover, .archive_content_car .search_icon li a.show,
.archive_content_car .search_icon li.sort_parent.show label{
	background: #9a1e1e;
	border: 2px solid #9a1e1e;
	color: #fff;
}
.archive_content_car form .search_icon{ justify-content: center; }
.archive_content_car .search_icon li.sort_parent{ margin: 0 5px; }
.archive_content_car .search_icon li.sort_parent label{
    position: relative;
    padding-right: 10px;
    cursor: pointer;
}
.archive_content_car .search_icon li.on label{
	border: 2px solid #9a1e1e;
	color: #9a1e1e;
}
.archive_content_car .search_icon li.sort_parent:nth-of-type(2) label:after{
	position: absolute;
	content: "▼";
	right:5px;
}
.archive_content_car .search_icon li.sort_parent label input{ display: none; }
.archive_content_car .search_icon li .color_child{
	position: relative;
	display: none;
	margin-top: -10px;
	padding: 0 10px 10px;
	background: #fff;
	border: 2px solid #9a1e1e;
	border-top: 0;
	border-radius: 0 0 10px 10px;
	z-index: 1;
}
.archive_content_car .search_icon li .color_child li{
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.archive_content_car .search_icon li .color_child li label,
.archive_content_car .search_icon li.on .color_child li label{
	width: 100%;
	padding: 0 10px;
	border: 0;
	border-bottom: 1px dashed #9a1e1e;
	border-radius: 0;
	text-align: left;
	font-size: 1.4rem;
	color: #000;
}
.archive_content_car .search_icon li.on .color_child li:last-child label{ border-bottom: 0; }
.archive_content_car .search_icon li:nth-of-type(2) .color_child li label:after{
	position: static;
	content: "";
	border: 0;
}
.archive_content_car .search_icon li.on .color_child li label:hover{
	background: #9a1e1e;
	color: #fff;
}
.archive_content_car .car_list{
	display: flex;
	/* -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; */
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.archive_content_car .car_list li{
	width: 270px;
	margin-top: 60px;
}
.archive_content_car .car_list li figure{
	width: 270px;
	height: 180px;
	margin: 0 0 20px;
	position: relative;
	overflow: hidden;
}
.archive_content_car .car_list li figure .label-sold-out {
	display: inline-block;
	padding: 12px 40px;
	background: #9a1e1e;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	bottom: 0;
	left: 0;
}
.archive_content_car .car_list li h3.title{
	font-size: 1.8rem;
	margin-bottom: 5px;
}
.archive_content_car .car_list li .sub{
	font-size: 1.4rem;
	margin-bottom: 5px;
}
.archive_content_car .car_list li .price, .archive_content_car .car_list li .price_soldout{
	font-family: 'Hind', sans-serif;
	font-size: 3rem;
	font-weight: 900;
	color: #9a1e1e;
	margin-bottom: 10px;
	line-height: 1.6;
}
.archive_content_car .btn_yellow a{
	padding: 10px 0;
}
.archive_content_car li .new, .single_content_car .new{
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background: #9a1e1e;
	margin-right: 10px;
	padding: 0 5px;
}
.archive_car .content_normal .content_title:not(:first-of-type){
	margin-top: 150px;
}
.archive_content_car_standby{
	margin-bottom: 60px;
}

/* もっと見る */
/* #list{
    width:100%;
    margin-bottom:30px;
}
#list .li{
    padding:10px;
    border:1px solid #dfdfdf;
    background:#efefef;
    margin-bottom:10px;
}
#list2{
    width:100%;
    margin-bottom:30px;
}
#list2 .li{
    padding:10px;
    border:1px solid #dfdfdf;
    background:#efefef;
    margin-bottom:10px;
} */
 
/* morelinkボタンのスタイル（お好みで） */
.morelink, .morelink2{
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	width: 100%;
	margin: 80px 0 0;
	padding: 20px 0;
	background: #333333;
	border: 1px solid #333333;
	color: #fff;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.morelink .linkin, .morelink2 .linkin{
	position: absolute;
	top: 50%;
	right: 30px;
	width: 20px;
	height: 20px;
	background: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
}
.morelink .linkin:before, .morelink .linkin:after,
.morelink2 .linkin:before, .morelink2 .linkin:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 4px;
  width: 12px;
  height: 2px;
  background: #333;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.morelink .linkin:before, .morelink2 .linkin:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


@media screen and (min-width : 769px) {
	.archive_content_car .search_icon li.sort_parent label:hover{
		background: #9a1e1e;
		border: 2px solid #9a1e1e;
		color: #fff;
		-webkit-transition: .3s;
	}
	.archive_content_car .search_icon li.sort_parent:nth-of-type(2) label:hover{
		background: #fff;
		border: 2px solid #9a1e1e;
		color: #9a1e1e;
	}
	.archive_content_car .car_list li:first-of-type, .archive_content_car .car_list li:nth-of-type(2),
	.archive_content_car .car_list li:nth-of-type(3){
		margin-top: 0;
	}
	.morelink:hover,.morelink2:hover{
		cursor: pointer;
		border: 1px solid #333333;
		background: #fff;
		color: #333333;
	}
	.morelink:hover .linkin, .morelink2:hover .linkin{
		background: #333;
	}
	.morelink:hover .linkin:before, .morelink:hover .linkin:after,
	.morelink2:hover .linkin:before, .morelink2:hover .linkin:after {
  	background: #fff;
	}
	.archive_content_car .car_list li{
		margin-right: 45px;
	}
	.archive_content_car .car_list li:nth-of-type(3n){
		margin-right: 0;
	}
}

@media screen and (max-width : 768px) {
	.archive_content_car{
		margin-bottom: 50px;
	}
	.archive_content_car .search_title{
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
	.archive_content_car .search_icon{
		width: 90%;
		margin: 0 auto 35px;
	}
	.archive_content_car .search_icon li{
		width: 24%;
	}
	.archive_content_car .search_icon li a, .archive_content_car .search_icon li.sort_parent label{
		font-size: 1.3rem;
		border-radius: 5px;
	}
	.archive_content_car .search_icon li.sort_parent{ width: 50%; }
	.archive_content_car .car_list li{
		width: 100%;
		margin-top: 50px;
	}
	.archive_content_car .car_list li:first-of-type{
		margin-top: 0;
	}
	.archive_content_car .car_list li figure{
		width: 100%;
		height: auto;
		margin: 0 0 15px;
	}
	.archive_content_car li .new, .single_content_car .new{
		font-size: 1.5rem;
	}
	.archive_content_car .car_list li .sub{
		font-size: 1.5rem;
		margin-bottom: 0;
	}
	.archive_content_car .car_list li .price, .archive_content_car .car_list li .price_soldout{
		margin-bottom: 5px;
	}
	.archive_content_car .btn_yellow a{
		padding: 14px 0;
	}
	.archive_car .content_normal .content_title:not(:first-of-type){
		margin-top: 100px;
	}
	.morelink, .morelink2{
		font-size: 1.5rem;
		margin: 50px 0 0;
		padding: 15px 0;
	}
}


/*** detail ***/
.single_content_car{
	margin-bottom: 90px;
}
.single_content_car h3{
	font-size: 2.6rem;
	margin-bottom: 10px;
}
.single_content_car .price, .single_content_car .price_soldout{
	font-family: 'Hind', sans-serif;
	font-size: 3.6rem;
	font-weight: 900;
	color: #9a1e1e;
}
.single_content_car .comment{
	margin-bottom: 60px;
}
.single_content_car .tabletitle{
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}
.single_content_car .tabletitle:not(:first-of-type){
	margin-top: 30px;
}
.single_content_car .tablebox{
	display: flex;
}
.single_content_car .tablebox table{
	width: 50%;
}
.single_content_car .tablebox table.normal th, .single_content_car .tablebox table.normal td{
	padding: 5px 15px;
}
.single_content_car .tablebox table.normal th{
	width: 45%;
}
.single_content_car_btnset .btn_black{
	margin-top: 120px;
}
.single_content_car_btnset .toform.btn_yellow{
	margin-top: 60px;
}
.single_content_car_btnset .toform.btn_yellow a{
	padding: 35px 0;
}
.single_content_car_btnset .btn_hq{
	margin-top: 140px;
}
.single_content_car_btnset .btn_hq .text{
	position: absolute;
	color: #9a1e1e;
	top: 50%;
	right: -8px;
	transform: translateY(-50%);
}
.single_content_car .new{
	display: inline-block;
	font-size: 1.5rem;
	padding: 0 10px;
	transform: translateY(-5px);
}

@media screen and (max-width : 768px) {
	.single_content_car{
		margin-bottom: 50px;
	}
	.single_content_car h3{
		font-size: 2rem;
		margin-top: 30px;
		margin-bottom: 0;
	}
	.content_car_topimg, .content_car_img{
		width: 100%;
		/* height: 210px; */
	}
	.single_content_car .price, .single_content_car .price_soldout{
		margin-bottom: 5px;
	}
	.single_content_car .comment{
		margin-bottom: 40px;
	}
	.single_content_car table{
		width: 90%;
		margin: 0 auto;
	}
	.single_content_car table.table_option{
		margin-bottom: 40px;
	}
	.single_content_car table.normal th, .single_content_car table.normal td{
		display: table-cell;
		padding: 5px 15px;
		text-align: left;
	}
	.single_content_car table.table_option th{
		width: 32%;
	}
	.single_content_car table.table_option td{
		width: 68%;
	}
	.single_content_car table.table_detail th{
		width: 60%;
	}
	.single_content_car table.table_detail td{
		width: 40%;
		text-align: center;
	}
	.single_content_car_btnset .toform.btn_yellow{
		margin-top: 0;
	}
	.single_content_car_btnset .toform.btn_yellow a{
		padding: 30px 4%;
	}
	.single_content_car_btnset .btn_black{
		margin-top: 40px;
	}
	.single_content_car_btnset .btn_hq{
		margin: 15px 2% 30px auto;
	}
	.single_content_car .new{
		padding: 0 8px;
		transform: translateY(-3px);
	}
}


/* # =================================================================
   #  blog
   # =================================================================
*/

/*** archive ***/
.archive_content_blog{
		margin-bottom: 80px;
	}
.archive_content_blog ul{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.archive_content_blog li{
	width: 270px;
	margin-bottom: 40px;
}
.archive_content_blog li figure{
	width: 270px;
	height: 190px;
	margin: 0 0 20px;
}
.archive_content_blog li .date{
	font-size: 1.4rem;
	margin-bottom: 8px;
}
.archive_content_blog li .new{
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background: #9a1e1e;
	margin-right: 10px;
	padding: 0 5px;
}
.archive_content_blog li h3{
	font-size: 1.8rem;
	margin-bottom: 0;
}

@media screen and (max-width : 768px) {
	.archive_content_blog{
		margin-bottom: 0;
	}
	.archive_content_blog li{
		width: 100%;
	}
	.archive_content_blog li figure{
		width: 100%;
		height: 210px;
		margin: 0 0 15px;
	}
	.archive_content_blog li .text{
		display: flex;
	}
	.archive_content_blog li .date{
		margin-right: 15px;
	}
	.archive_content_blog li .new{
		font-size: 1.5rem;
	}
}


/*** detail ***/
.single_content_blog .date{
	margin-bottom: 5px;
}
.single_content_blog h3{
	font-size: 2.6rem;
	margin-bottom: 50px;
}
.single_content_blog img{
	width: auto;
	height: auto;
}

@media screen and (min-width : 769px) {
	.single_content_blog img{
		display: inline-block;
		margin-right: 20px;
		margin-bottom: 20px;
		float: left;
	}
}

@media screen and (max-width : 768px) {
	.single_content_blog {
		padding-top: 0;
	}
	.single_content_blog .date{
		font-size: 1.4rem;
	}
	.single_content_blog h3{
		font-size: 1.8rem;
		margin-bottom: 30px;
	}
	.single_content_blog img{
		display: block;
		margin: 0 auto 15px;
		float: none;
	}
}


/* # =================================================================
   #  customers voice
   # =================================================================
*/

/*** archive ***/
.archive_content_voice ul{
	margin-bottom: 80px;
}
.archive_content_voice li{
	margin-bottom: 60px;
	display: flex;
}
.archive_content_voice li figure{
	width: 360px;
	height: 200px;
	margin: 0;
}
.content_voice_text{
	width: 540px;
	height: 200px;
	background: rgba(255,255,255,0.4);
	padding: 25px;
}
.content_voice_text p{
	margin-bottom: 0;
	letter-spacing: -0.1rem;
}
.content_voice_text .name{
	font-weight: bold;
	margin-bottom: 10px;
}

@media screen and (min-width : 769px) {
	.content_voice_text{
		display: flex;
		-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
 		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media screen and (max-width : 768px) {
	.archive_content_voice ul{
		margin-bottom: 0;
	}
	.archive_content_voice li{
		-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	}
	.archive_content_voice li figure{
		width: 100%;
		height: auto;
	}
	.content_voice_text{
		width: 100%;
		height: auto;
		background: rgba(255,255,255,0.4);
		padding: 20px 5%;
	}
	.content_voice_text .name{
		font-size: 2rem;
		margin-bottom: 5px;
	}
	.content_voice_text .textlink{
		margin-bottom: 0;
	}
}


/*** detail ***/
.content_voice_imgbox{
	background: #000;
	margin-bottom: 50px;
	padding: 30px 30px 20px;
}
.content_voice_imgbox figure{
	width: 100%;
	height: auto;
	margin: 0;
}
.content_voice_imgbox p{
	font-size: 2.6rem;
	color: #fff;
	font-weight: bold;
	margin: 20px 0 0;
}
.single_content_voice .h3_border h3{
	font-size: 2rem;
	font-weight: normal;
	padding: 12px 0 12px 30px;
	margin-top: 50px;
}
.single_content_voice .h3_border:before{
	width: 600px;
}
.content_voice_textarea .h3_border:nth-last-of-type(2):before{
	background: #ffd148;
}
.content_voice_textarea .h3_border:nth-last-of-type(2) h3{
	color: #000;
	font-weight: bold;
}
.single_content_voice p{
	line-height: 2;
}

@media screen and (max-width : 768px) {
	.single_content_voice{
		margin-bottom: 60px;
	}
	.content_voice_imgbox{
		margin-bottom: 25px;
		padding: 20px 20px 15px;
	}
	.content_voice_imgbox p{
		font-size: 1.6rem;
		line-height: 1.8;
		margin: 15px 0 0;
	}
	.single_content_voice .h3_border h3{
		font-size: 1.5rem;
		margin-top: 30px;
		margin-bottom: 12px;
		padding: 12px 0 12px 5%;
	}
	.single_content_voice p{
		line-height: 1.8;
	}
}


/* # =================================================================
   #  consultation
   # =================================================================
*/

/*** common ***/
.toform.btn_yellow{
	margin-top: 120px;
}
.toform.btn_yellow a{
	padding: 25px 0;
	font-size: 2.2rem;
}
.page_consultation p{
	font-size: 1.6rem;
	line-height: 2;
}

@media screen and (max-width : 768px) {
	.page_consultation p{
		font-size: 1.5rem;
	}
	.toform.btn_yellow{
		margin-top: 55px;
	}
	.toform.btn_yellow a{
		padding: 30px 4%;
		font-size: 1.6rem;
		text-align: left;
		letter-spacing: -0.05rem;
	}
}


/*** select ***/
.consultation_select_point h3, .consultation_select_check h3 {
	font-size: 2.6rem;
	background: #9a1e1e;
	color: #fff;
	margin-bottom: 30px;
	padding: 20px 25px;
	text-align: center;
	position: relative;
}
.consultation_select_point h3:before{
	content: '';
	background: url(../img/img_consultation_select1.png) no-repeat;
	background-size: cover;
	width: 173px;
	height: 122px;
	position: absolute;
	top: -42px;
	left: 110px;
}
.consultation_select_point .title, .consultation_select_check .title,
.consultation_question_main .title {
	width: 100%;
	margin-bottom: 20px;
	padding: 15px 30px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #000;
	background: #b5b5b5;
	box-sizing: border-box;
	position: relative;
}
.consultation_select_point .detail, .consultation_select_check .detail,
.consultation_question_main .detail{
	width: 100%;
	padding: 0 0 15px;
	box-sizing: border-box;
	display: none;
}
.consultation_select_point .title .titlein, .consultation_select_check .title .titlein,
.consultation_question_main .title .titlein {
	position: absolute;
	top: 50%;
	right: 30px;
	width: 20px;
	height: 20px;
	background: #000;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
}
.consultation_select_point .title .titlein:before, .consultation_select_check .title .titlein:before,
.consultation_question_main .title .titlein:before {
	position: absolute;
	content: "";
	top: 50%;
	right: 4px;
  width: 12px;
  height: 2px;
  background: #b5b5b5;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
	transition: 0.6s;
}
.consultation_select_point .title .titlein:after, .consultation_select_check .title .titlein:after,
.consultation_question_main .title .titlein:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 4px;
  width: 12px;
  height: 2px;
  background: #b5b5b5;
	transition: 0.6s;
}
.consultation_select_point .title.isOpening .titlein:before, .consultation_select_check .title.isOpening .titlein:before,
.consultation_question_main .title.isOpening .titlein:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.consultation_select_point .title.isOpening .titlein:after, .consultation_select_check .title.isOpening .titlein:after,
.consultation_question_main .title.isOpening .titlein:after {
	opacity: 0;
}
.consultation_select_point .detail p, .consultation_select_check .detail p,
.consultation_question_main .detail p {
	font-size: 1.6rem;
	line-height: 1.9;
}

@media screen and (min-width : 769px) {
	.page_consultation_select .content_normal h2:after{
		content: '';
		background: url(../img/img_consultation_select1.png) no-repeat;
		background-size: cover;
		width: 136px;
		height: 96px;
		position: absolute;
		top: -15px;
		right: 510px;
	}
	.consultation_select_point .detail figure{
		margin: 0 35px 20px 0;
		width: 236px;
		height: auto;
		float: left;
	}
	.consultation_select_point .title, .consultation_select_check .title, .consultation_question_main .title{
		cursor: pointer;
	}
}

@media screen and (max-width : 768px) {
	.consultation_select_point h3{
		text-align: right;
		padding-right: 60px;
	}
	.consultation_select_point h3, .consultation_select_check h3{
		font-size: 1.7rem;
	}
	.consultation_select_point h3:before{
		width: 100px;
		height: 70px;
		top: 0;
		left: 40px;
	}
	.consultation_select_point .title, .consultation_select_check .title,
	.consultation_question_main .title{
		font-size: 1.7rem;
		padding: 15px 5%;
	}
	.consultation_select_point .detail figure{
		margin-bottom: 15px;
	}
	.consultation_select_point .title .titlein, .consultation_select_check .title .titlein,
	.consultation_question_main .title .titlein{
		right: 5%;
	}
}


/*** purchase ***/
.page_consultation_purchase .h3_border:first-of-type h3{
	margin-top: 80px;
}

@media screen and (max-width : 768px) {
	.page_consultation_purchase .h3_border:first-of-type h3{
		margin-top: 40px;
	}
}


/*** flow ***/
.consultation_flow_main h3{
	background: #333;
	color: #fff;
	margin-left: 20px;
	margin-bottom: 30px;
	padding: 12px 20px 12px 100px;
	font-size: 2.4rem;
	position: relative;
}
.consultation_flow_main li:not(:first-of-type) h3{
	margin-top: 60px;
}
.consultation_flow_main h3 .step{
	width: 90px;
	height: 90px;
	padding-top: 15px;
	font-family: 'Hind', sans-serif;
	font-size: 2.6rem;
	text-align: center;
	font-weight: bold;
	line-height: .9;
	color: #000;
	background: #ffd148;
	border: 6px solid #000;
	border-radius: 50%;
	position: absolute;
	display: flex;
	-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
	left: -20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.consultation_flow_main h3 .number{
	font-size: 4.2rem;
}

@media screen and (min-width : 769px) {
	.consultation_flow_main p{
		margin-left: 120px;
	}
}

@media screen and (max-width : 768px) {
	.consultation_flow_main h3{
		font-size: 1.8rem;
		margin-bottom: 18px;
		padding: 8px 20px 8px 45px;
		text-align: center;
	}
	.consultation_flow_main li:not(:first-of-type) h3{
		margin-top: 50px;
	}
	.consultation_flow_main h3 .step{
		width: 55px;
		height: 55px;
		padding-top: 10px;
		font-size: 1.6rem;
		border: 3px solid #000;
	}
	.consultation_flow_main h3 .number{
		font-size: 2.6rem;
	}
	.consultation_flow_main .txt_s{
		font-size: 1.2rem;
	}
}


/*** question ***/
.consultation_question_main .title{
	display: flex;
	padding: 25px 120px 25px 30px;
}
.consultation_question_main .title span{
	display: inline-block;
	width: 70px;
	margin-right: 15px;
}

@media screen and (min-width : 769px) {
	.page_consultation_question section:first-of-type{
		margin-bottom: 60px;
	}
}

@media screen and (max-width : 768px) {
	.consultation_question_main .title{
		padding: 25px 20% 25px 5%;
	}
	.consultation_question_main .title span{
		width: auto;
	}
	.page_consultation_question section:first-of-type{
		padding-top: 0;
	}
}


/*** test-drive ***/
.consultation_testdrive_img{
	position: relative;
	margin-bottom: 35px;
}
.consultation_testdrive_img h3{
	font-size: 3.4rem;
	color: #fff;
	background: rgba(0,0,0,0.6);
	width: 600px;
	text-align: center;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
.consultation_testdrive_bnr img{
	width: 244px;
	height: 90px;
}

@media screen and (min-width : 769px) {
	.consultation_testdrive_bnr{
		width: 540px;
		margin: 80px auto;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media screen and (max-width : 768px) {
	.consultation_testdrive_img h3{
		font-size: 1.9rem;
		width: 100%;
		text-align: left;
		padding: 10px 5%;
	}
	.consultation_testdrive_img{
		margin-bottom: 25px;
	}
	.consultation_testdrive_bnr{
		margin: 50px auto 20px;
		text-align: center;
	}
	.consultation_testdrive_bnr li{
		display: inline-block;
		margin-bottom: 30px;
	}
	.page_consultation_testdrive tr:first-of-type td, .page_consultation_testdrive tr:nth-of-type(2) td{
		text-align: center;
	}
}


/* # =================================================================
   #  company
   # =================================================================
*/

/*** common ***/
.page_company p{
	font-size: 1.6rem;
}
.page_company h3{
	font-size: 2.6rem;
	background: #333;
	color: #fff;
	padding: 10px 50px;
	margin-bottom: 50px;
}

@media screen and (max-width : 768px) {
	.page_company p{
		font-size: 1.5rem;
	}
	.page_company h3{
		font-size: 1.7rem;
		margin-bottom: 35px;
		padding: 25px 20px;
		text-align: center;
	}
}


/*** index ***/
.company_index_box{
	margin-bottom: 5px;
}
.company_index_box figure{
	margin: 0 0 6px;
}
.company_index_box .name{
	font-size: 2.2rem;
	margin: 20px 0 15px;
}
.company_index_box p{
	font-size: 1.8rem;
	letter-spacing: -0.05rem;
}
.company_index_access p{
	margin: 40px 0 50px;
}
.company_index_movie iframe:first-of-type{
	margin-bottom: 50px;
}
.page_company_index table{
	margin-top: 50px;
}

@media screen and (min-width : 769px) {
	.company_index_boxouter{
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	}
	.company_index_box{
		width: 270px;
	}
}

@media screen and (max-width : 768px) {
	.page_company_index table{
		margin-top: 35px;
	}
	.page_company_index table th, .page_company_index table td{
		font-size: 1.5rem;
		line-height: 1.6;
	}
	.page_company_index table tr td{
		text-align: center;
	}
	.page_company_index table tr:last-of-type td{
		text-align: left;
	}
	.company_index_box:last-of-type{
		margin-top: 20px;
	}
	.company_index_box figure{
		width: 206px;
		height: auto;
		margin: 0 auto 8px;
	}
	.company_index_box p{
		font-size: 1.5rem;
		text-align: center;
	}
	.company_index_partner .company_index_box p{
		text-align: left;
	}
	.company_index_box .name{
		font-size: 1.7rem;
		margin: 15px 0 8px;
	}
	.company_index_partner .company_index_box{
		margin-bottom: 40px;
	}
	.company_index_access .map iframe{
		height: 250px;
	}
	.company_index_access p{
		margin: 15px auto 25px;
	}
	.company_index_movie iframe{
		height: 220px;
	}
	.company_index_movie iframe:first-of-type{
		margin-bottom: 20px;
	}
	.company_index_btn{
		padding-top: 0;
	}
}


/*** thought ***/
.page_company_thought figure{
	margin: 0 0 60px;
}
.page_company_thought p{
	line-height: 2.2;
	margin-bottom: 30px;
}
.page_company_thought ul{
	margin-top: 70px;
	padding-left: 70px;
	position: relative;
}
.page_company_thought ul:before{
	content: '';
	background: url(../img/img_pdf.png) no-repeat;
	width: 56px;
	height: 56px;
	position: absolute;
	top: 5px;
	left: 0;
}
.page_company_thought li.textlink{
	text-align: left;
	margin-top: 8px;
}

@media screen and (max-width : 768px) {
	.page_company_thought figure{
		margin: 0 0 40px;
	}
	.page_company_thought p{
		line-height: 1.8;
		margin-bottom: 20px;
	}
	.page_company_thought ul{
		width: 60%;
		margin: 40px auto 0;
		text-align: center;
	}
}


/* # =================================================================
   #  page
   # =================================================================
*/

/*** common ***/
.page_high p{
	font-size: 1.6rem;
	line-height: 2;
}

@media screen and (max-width : 768px) {
	.page_high p{
		font-size: 1.5rem;
		line-height: 1.8;
	}
}


/*** high ***/
.page_high .content_normal h2:after{
	content: '';
	background: url(../img/icon_recommend-w.png) no-repeat;
	width: 84px;
	height: 33px;
	position: absolute;
}
.page_high section:first-of-type{
	margin-bottom: 80px;
}
.page_high section:nth-of-type(2){
	margin-bottom: 60px;
}
.page_high_topimg{
	position: relative;
	margin-bottom: 35px;
}
.page_high_topimg h3{
	font-size: 3.4rem;
	color: #fff;
	background: rgba(0,0,0,0.6);
	width: 600px;
	margin: 0;
	padding: 10px 20px 10px 40px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.page_high_textbox{
	display: flex;
}
.page_high_boxpink{
	background: rgba(154,30,30,0.1);
	padding: 40px;
}
.page_high_boxpink h4{
	font-size: 2.6rem;
	background: #9a1e1e;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	padding: 10px 20px;
}
.page_high_boxpink p{
	font-size: 1.8rem;
	margin-bottom:0;
}
.page_high_table{
	position: relative;
}
.page_high_table p{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.8rem;
	letter-spacing: -0.1rem;
}
.page_high_table table{
	border-collapse: collapse;
	width: 100%;
}
.page_high_table table th, .page_high_table table td{
	font-weight: normal;
	font-size: 1.6rem;
	text-align: left;
	border: 1px solid #c9c9c9;
	padding: 5px 15px;
	line-height: 2;
	background: #fff;
}
.page_high_table table thead th{
	text-align: center;
}
.page_high_table table tbody th{
	width: 50%;
	padding: 5px 40px;
}
.page_high_table table tbody td{
	text-align: center;
}
.page_high_table table th{
	background: #dcdcdc;
}
.page_high_table table .bgnone{
	background: none;
	border: none;
}
.page_high_table table .bgred{
	background: #9a1e1e;
	color: #fff;
}
.page_high_table table .bgblack{
	background: #000;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.page_high_btnset .toform.btn_yellow{
	margin-top: 50px;
}

@media screen and (min-width : 769px) {
	.page_high .content_normal h2:after{
		bottom: 12px;
		left: 300px;
	}
	.page_high_textbox figure{
		width: 400px;
		margin: 0 0 0 40px;
	}
	.page_high_textbox p{
		width: 460px;
	}
}

@media screen and (max-width : 768px) {
	.page_high section:first-of-type{
		margin-bottom: 40px;
	}
	.page_high .content_normal h2:after{
		content: '';
		background: url(../img/sp/icon_recommend-w.png) no-repeat;
		background-size: cover;
		width: 57px;
		height: 52px;
		position: absolute;
		bottom: 18px;
		left: 202px;
	}
	.page_high_topimg h3{
		font-size: 1.9rem;
		width: 100%;
		text-align: left;
		padding: 10px 5%;
	}
	.page_high_topimg{
		margin-bottom: 25px;
	}
	.page_high_textbox{
		-webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
	}
	.page_high_textbox figure{
		margin: 5px 0 20px;
	}
	.page_high_boxpink{
		padding: 0 0 25px 0;
	}
	.page_high_boxpink h4{
		font-size: 2rem;
		padding: 15px 5%;
	}
	.page_high_boxpink p{
		font-size: 1.5rem;
	}
	.page_high_table p{
		font-size: 1.5rem;
		line-height: 1.8;
		top: 90px;
		left: 2%;
	}
	.page_high_table table th, .page_high_table table td{
		font-size: 1.4rem;
		padding: 5px 10px;
	}
	.page_high_table table tbody th{
		width: 44%;
		padding: 5px 10px;
	}
	.page_high_btnset .toform.btn_yellow{
		margin-top: 25px;
	}
}

/*** maintenance ***/
.page_maintenance_boxouter{
	display: flex;
	margin: 35px 0 20px;
}
.page_maintenance_box{
	background: #000;
	padding: 5px 5px 3px;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.page_maintenance_box p, .page_maintenance_box_detail p{
	margin: 0;
}
.page_maintenance_boxouter .page_maintenance_box:first-of-type{
	width: 39%;
	border-right: 1px solid #c9c9c9;
}
.page_maintenance_boxouter .page_maintenance_box:nth-of-type(2), .page_maintenance_boxouter .page_maintenance_box:nth-of-type(3){
	width: 23%;
	border-right: 1px solid #c9c9c9;
}
.page_maintenance_boxouter .page_maintenance_box:nth-of-type(4){
	width: 15%;
}
.page_maintenance_box_detailouter{
	display: flex;
	margin-bottom: 20px;
}
.page_maintenance_box_detail{
	background: #fff;
	padding: 30px 5px 28px;
	font-size: 1.8rem;
	text-align: center;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.page_maintenance_box_detail.name{
	width: 39%;
	background: #dcdcdc;
	border-right: 1px solid #c9c9c9;
}
.page_maintenance_box_detail.detail, .page_maintenance_box_detail.finishdate{
	width: 23%;
	border-right: 1px solid #c9c9c9;
}
.page_maintenance_box_detail.status{
	width: 15%;
	font-weight: bold;
}
.page_maintenance_box_detail.waiting{
	background: #fed34a;
}
.page_maintenance_box_detail.ongoing{
	background: #9a1e1e;
	color: #fff;
}
.page_maintenance_box_detail.finish{
	background: #333;
	color: #fff;
}

@media screen and (max-width : 768px) {
	.page_maintenance_boxouter{
		margin: 25px auto 10px;
	}
	.page_maintenance_boxouter .page_maintenance_box:first-of-type{
		width: 30%;
	}
	.page_maintenance_boxouter .page_maintenance_box:nth-of-type(2), .page_maintenance_boxouter .page_maintenance_box:nth-of-type(3){
		width: 25%;
		border-right: 1px solid #c9c9c9;
	}
	.page_maintenance_boxouter .page_maintenance_box:nth-of-type(4){
		width: 20%;
	}
	.page_maintenance_box_detailouter{
		margin-bottom: 10px;
	}
	.page_maintenance_box_detail{
		font-size: 1.5rem;
		padding: 15px 5px 13px;
	}
	.page_maintenance_box_detail.name{
		width: 30%;
	}
	.page_maintenance_box_detail.detail, .page_maintenance_box_detail.finishdate{
		width: 25%;
	}
	.page_maintenance_box_detail.status{
		width: 20%;
	}
}


/* # =================================================================
   #  case
   # =================================================================
*/

/*** archive ***/
.archive_content_case{
	margin-bottom: 0;
}
.archive_content_case li{
	width: 420px;
	margin-bottom: 80px;
}
.archive_content_case li figure{
	width: 420px;
	height: 300px;
	margin: 0;
}
.archive_content_case li h3.title{
	font-size: 1.8rem;
	margin: 20px 0 10px;
}
.archive_content_case li .ownername{
	font-size: 1.4rem;
	margin-bottom: 15px;
}
.archive_content_case li .btn_yellow a{
	padding: 10px 0;
}

@media screen and (min-width : 769px) {
	.archive_content_case ul{
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	}
}

@media screen and (max-width : 768px) {
	.archive_content_case li{
		width: 100%;
		margin-bottom: 60px;
	}
	.archive_content_case li figure{
		width: 100%;
		height: 210px;
	}
	.archive_content_case li h3.title{
		margin: 20px auto 10px;
	}
	.archive_content_case li .btn_yellow a{
		padding: 12px 0;
		font-size: 1.8rem;
	}
	.archive_content_case li:nth-of-type(5){
		margin-bottom: 40px;
	}
	.archive_content_case .ac_detail li:nth-of-type(5){
		margin-bottom: 60px;
	}
	.archive_content_case .ac_title{
		margin-bottom: 40px;
	}
	.archive_content_case .ac_title .titlein{
		right: 9%;
	}
}


/*** detail ***/
.case-img-wrap{
	display:none;
	width: 900px;
	margin-bottom: 60px;
	clear: both;
	float: left;
	position: relative;
}
.case-img-wrap.initialized{
	display:block;
}
.case-img-wrap .ss-controls{
	position: absolute;
	bottom: -50px;
	right: 0;
	font-size: 1.6rem;
}
.case-img-wrap #gallery img{
    width: 100%;
    height: 50vh;
    object-fit: contain;
}
.case-img-wrap #thumbs{
	/* width: 144px;
	height: 81px; */
	width: 100%;
    margin-top: 10px;
}
.case-img-wrap #thumbs img{
	object-fit: cover;
  font-family: 'object-fit: cover;';
	width: 100%;
	height: 7vh;
}
.single_content_case h3{
	font-size: 2.6rem;
}
.single_content_case .ownername{
	font-size: 1.4rem;
	margin-bottom: 80px;
}
.single_content_case .tabletitle{
	font-size: 1.4rem;
	margin-bottom: 5px;
}

@media screen and (max-width : 768px) {
	.content_case_topimg, .content_case_img{
		width: 100%;
		height: 210px;
	}
	.single_content_case h3{
		font-size: 1.9rem;
		margin-top: 30px;
	}
	.single_content_case .ownername{
		margin-bottom: 60px;
	}
	.single_content_case .tabletitle{
		font-size: 1.5rem;
	}
	.single_content_case table.normal{
		width: 90%;
		margin: 0 auto 40px;
	}
	.single_content_case table.normal th, .single_content_case table.normal td{
		display: table-cell;
		padding: 10px;
		font-size: 1.5rem;
		line-height: 1.8;
	}
	.single_content_case table.normal th{
		width: 25%;
	}
	.single_content_case table.normal td{
		width: 75%;
	}
	.single_content_case .btn_black.arrow_back a{
		font-size: 1.7rem;
	}
}


/* galleriffic */
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	/* float: left; */
	width: 900px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: none;
	color:#B90707;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 50vh; /* This should be set to be at least the height of the largest image in the slideshow */
	margin: 0 auto;
	background: #e3d7c5;
	width: 900px;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../img/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 900px;
	height: 630px; /* This should be set to be at least the height of the largest image in the slideshow */
}

#slideshow .previous{
	display: none!important;
}

div.slideshow {
	/* width: 900px;
	height: 630px; */
	width: 100%;
	clear: both;
	text-align: left!important;
}
div.slideshow span.image-wrapper {
	display: block;
	position: relative;
	padding:0px!important;
	margin: 0px 0%!important;
}
div.slideshow a.advance-link {
	display: block;
	/* width: 730px;
	height: 530px; */ /* This should be set to be at least the height of the largest image in the slideshow */
	width: 100%;
	line-height: 0; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: left!important;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	margin:0px!important;
	padding:0px!important;
	vertical-align: middle;
	float: unset;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 560px;
	top: 0;
	left: 0;
}
div.caption {
	width: 650px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
div.image-title {
	font-weight: bold;
	font-size: 12px;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	/* float: left; */
	width: 144px;
}
ul.thumbs {
	clear: both;
	margin: 0px;
	/* margin-left: 25px; */
	padding: 0px;
	/* float: left; */
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
ul.thumbs li {
	/* float: left; */
	padding: 0px;
	margin:  0px;
	margin-bottom: 8px;
	list-style: none;
	clear: both;
	/* width: 144px; */
	/* height: 81px; */
	width: calc(100% / 10);
	overflow: hidden;
}
a.thumb {
	padding: 0px;
	display: block;
	border: 1px solid #eeeeee;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 0px;
	height: 0px;
}
div.navigation div.bottom {
	margin-top: 0px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 0px;
	padding: 0px;
	border: 1px solid #eeeeee;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 0px;
}


/* # =================================================================
   #  form
   # =================================================================
*/

/*** index ***/
.page_contact{
	margin-bottom: 200px;
}
.contact_index_message{
	margin-bottom: 80px;
}
.contact_index_message p{
	font-size: 1.6rem;
	line-height: 2;
}
.contact_index_messagebox{
	display: flex;
}
.contact_index_message p.txt_s{
	font-size: 1.2rem;
}
.page_contact_index .contact{
	border-collapse: collapse;
	width: 100%;
}
.page_contact_index .contact th, .page_contact_index .contact td{
	display: block;
	width: 100%;
	font-weight: normal;
	text-align: left;
}
.page_contact_index .contact th{
	margin-bottom: 5px;
	font-size: 1.6rem;
}
.page_contact_index .contact td{
	margin-bottom: 30px;
	font-size: 1.5rem;
}
.contact .must{
	background: #9a1e1e;
	color: #fff;
	font-size: 1.1rem;
	padding: 0 5px;
	margin-left: 8px;
	display: inline-block;
	transform: translateY(-2px);
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], 
input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], 
input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], 
input[type="color"], textarea{
	background: #fff;
	width: 100%;
	padding: 1.6rem 2.4rem!important;
	color: #000!important;
	border: 1px solid #b1b1b1!important;
}
.btn_contact{
	position: relative;
	margin-top: 65px;
}
.page_contact .arrow{
	font-size: 2.2rem;
}
.page_contact .arrow:after{
	border-left: 7px solid #ffd148;
}
[type="submit"]{
	display: block;
	width: 100%;
	padding: 30px 0px;
}
div.wpcf7 img.ajax-loader{
	width: auto;
	height: auto;
	position: absolute;
	right: 42%;
	top: 35px;
}
div.wpcf7-validation-errors{
	background: #fff;
	font-size: 1.5rem;
}
.page_contact textarea{
	height: 300px;
}
.wpcf7 .wpcf7-response-output {
 font-size: 1.6rem;
}


@media screen and (min-width : 769px) {
	.contact_index_messagebox{
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin-top: 30px;
	}
	.contact_index_messagebox .text{
		width: 630px;
		margin-right: 44px;
	}
	.contact_index_messagebox figure{
		width: 226px;
	}
}

@media screen and (max-width : 768px) {
	.page_contact{
		margin-bottom: 70px;
	}
	.contact_index_message{
		margin-bottom: 30px;
	}
	.contact_index_messagebox{
		-webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
	}
	.contact_index_messagebox figure{
		margin: 5px 0 20px;
	}
	.page_contact_index .contact th{
		font-size: 1.5rem;
	}
	input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], 
	input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], 
	input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], 
	input[type="color"], textarea{
		padding: 1rem 4%!important;
	}
	.page_contact .arrow{
		font-size: 1.7rem;
	}
	.btn_contact{
		margin-top: 0;
	}
	[type="submit"]{
		padding: 25px 0;
	}
	.page_contact_index .contact{
		margin-bottom: 0;
	}
	.wpcf7 .wpcf7-response-output {
 		font-size: 1.5rem;
	}
}


/* index-thanks */
.page_contact_thanks p{
	font-size: 1.6rem;
}

@media screen and (max-width : 768px) {
	.page_contact_thanks p{
		font-size: 1.5rem;
	}
}


/* # =================================================================
   #  bookng booking-form
   # =================================================================
*/

/*** form ***/
.error-message.error-box{
	font-size: 1.6rem;
}
.content-form legend{
	font-size: 1.8rem!important;
	text-align: center;
	margin-bottom: 30px;
}
.content-form table{
	width: 100%!important;
}
.content-form tr{
	display: block;
	margin-bottom: 25px;
}
.content-form th, .content-form td{
	display: block;
	width: 100%!important;
	text-align: left!important;
	border: none!important;
}
.content-form th{
	font-size: 1.6rem!important;
	font-weight: normal;
	margin-bottom: 5px;
	padding: 0!important;
}
.content-form td{
	font-size: 1.5rem!important;
}
.content-form td label{
	font-size: 1.4rem!important;

}
.content-form fieldset{
	width: 100%!important;
	border: none!important;
	padding: 0!important;
	margin: 0 0 50px 0!important;
	font-size: 1.2rem;
}
.content-form fieldset:first-of-type table tr:first-of-type td{
	background: #fff;
	border: 1px solid #b1b1b1!important;
	padding: 1.6rem 2.4rem!important;
}
.content-form select{
	width: 100%!important;
	height: auto!important;
	font-size: 1.5rem!important;
	padding: 1.3rem 2.4rem!important;
	background: #fff;
	border: 1px solid #b1b1b1;
}
.content-form select#form_birthday_year, .content-form select#form_birthday_month,
.content-form select#form_birthday_day{
	width: 15%!important;
	margin-right: 5px;
}
.content-form select#form_birthday_month, .content-form select#form_birthday_day{
	margin-left: 10px;
}
.content-form .content-text.fat{
	width: 100%!important;
}
.content-form input, .content-form textarea{
	font-size: 1.5rem!important;
}
.mtssb-daily-action button{
	font-size: 1.6rem!important;
	background: #333;
	color: #fff!important;
	box-shadow: none!important;
	text-shadow: none!important;
	border-radius: 0!important;
	background-image: none!important;
	padding: 15px 60px!important;
}
.content-form #action-button button{
	font-size: 1.6rem;
	color: #000;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	background-image: none;
	padding: 0;
	text-decoration: underline;
	display: inline-block;
	font-weight: normal;
	width: 15%;
	margin: 0 auto;
}
.mtssb-daily-action, #action-button{
	margin-top: 30px!important;
}
#action-button{
	width: 100%!important;
	display: flex;
	-webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.content-form #action-button button[type="submit"]{
	margin-bottom: 30px;
	padding: 25px 0;
	background: #ffd148;
	color: #000;
	font-size: 2rem;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
}
.booking-timelink{
	position: relative;
}
.booking-timelink:after{
	content: '\f101';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.8rem;
	color: #333;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}
#booking-option-table td, .content-form .date-form{
	position: relative;
}
#booking-option-table td:after, .content-form .date-form:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 3%;
	border-top: 8px solid #666;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
	transform: translateY(-50%);
}
.content-form .date-form:after{
	right: 22%;
}
.option-confirm-header{
	display: none;
}

/* thanks */
.booking-completed{
	fonnt-size: 1.6rem;
}
.content_normal .booking-completed h2{
	background: none;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 30px;
	color: #000;
	font-size: 2rem;
}
.content_normal .booking-completed h2:before{
	display: none;
}


@media screen and (min-width : 769px) {
	.page_contact_thanks p{
		font-size: 1.5rem;
	}
	.content-form .booking-seimei:nth-of-type(2n){
		margin-left: 15px;
	}
}

@media screen and (max-width : 768px) {
	.page_calendar_index section{
		padding-top: 0;
	}
	.mtssb-daily-action button{
		padding: 10px 70px!important;
	}
	.content-form legend{
		font-size: 1.7rem!important;
		margin-bottom: 15px;
	}
	.content-form tr{
		margin-bottom: 15px;
	}
	.content-form th{
		font-size: 1.5rem!important;
		margin-bottom: 5px!important;
	}
	.content-form td{
		padding: 0!important;
	}
	.content-form #booking-reservation-fieldset tr, #booking-option-table tr{
		margin-bottom: 0;
	}
	.content-form fieldset{
		margin: 0 0 30px 0!important;
	}
	.content-text.small-medium, .content-text.medium{
		width: 100%!important;
	}
	.content-form .booking-seimei{
		width: 100%!important;
		margin-bottom: 5px;
	}
	.content-form .booking-seimei:nth-of-type(2n){
		margin-top: 8px;
	}
	.content-form select{
		padding: 0.7rem 1.8rem 0.7rem 0.8rem!important;
	}
	.content-form select#form_birthday_year{
		width: 25%!important;
	}
	.content-form select#form_birthday_month,
	.content-form select#form_birthday_day{
		width: 20%!important;
		margin-right: 5px;
	}
	.content-form select#form_birthday_month, .content-form select#form_birthday_day{
		margin-left: 5px;
	}
	.content-form .date-form:after{
		right: 30px;
	}
	input#client-address1{
		margin-bottom: 5px;
	}
	#booking_client-fieldset tr:last-of-type{
		margin-bottom: 0;
	}
	#booking-message-fieldset textarea{
		height: 180px;
	}
	.mtssb-daily-action button, #action-button button{
		font-size: 1.5rem!important;
	}
	.content-form #action-button button[type="submit"]{
		font-size: 1.7rem;
		padding: 15px 30px;
		margin-bottom: 15px;
	}
	.content-form fieldset:first-of-type table tr:first-of-type td{
		padding: 1rem 4%!important;
	}
	.content-form #action-button button{
		width: 200px;
	}
}



/* # =================================================================
   #  footer
   # =================================================================
*/

.footer_inner1{
	background: rgba(0,0,0,0.85);
	border-bottom: 1px solid #ffd148;
}
.footer_inner1 ul{
	width: 600px;
	margin: 0 auto;
	padding: 15px 0;
	display: flex;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
}
.footer_inner1 li a{
	color: #fff;
}
.footer_inner2{
	background: #9a1e1e;
	padding: 25px 0;
}
.footer_inner2_content{
	width: 900px;
	margin: 0 auto;
}
.footer_text p{
	color: #fff;
	font-size: 1.6rem;
}
.footer_text p a{
	color: #fff;
}
.footer_copyright{
	font-size: 1.2rem;
	text-align: center;
	background: #fff;
	margin: 0;
	padding: 15px 0;
}
#footer_plusone{
	font-size: 1.1rem;
	text-align: center;
	color: #888;
	padding-bottom: 15px;
	margin: 0;
	background: #fff;
}
#footer_plusone a{
	text-decoration: underline;
}

@media screen and (min-width : 769px) {
	.footer_inner1 ul{
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.footer_inner2_content{
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		align-items: center;
	}
	.footer_inner2_left{
		display: flex;
	}
	.footer_logo{
		margin-right: 35px;
	}
}

@media screen and (max-width : 768px) {
	.footer_wrap_top{
		margin-bottom: 64px;
	}
	.footer_inner1{
		background: #fff;
	}
	.footer_inner1 ul{
		width: 100%;
		-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
		padding: 0;
	}
	.footer_inner1 li{
		text-align: center;
		padding: 15px 0;
		font-size: 1.5rem;
		font-weight: normal;
		border-top: 1px solid #000;
	}
	.footer_inner1 li a{
		color: #000;
	}
	.footer_inner2_content{
		width: 100%;
	}
	.footer_copyright{
		font-size: 1rem;
		padding: 5px 0;
	}
	.footer_inner2{
		padding: 25px 5%;
	}
	.footer_logo{
		width: 45%;
		margin: 0 auto 10px;
	}
	.footer_text p{
		font-size: 1.2rem;
		margin-bottom: 0;
		text-align: center;
	}
	.footer_text p a{
		color: #fff;
	}
}


/*************************************************************************/
.pagerouter {
	margin-top: 3rem;
}

/* pagination */
.pageer {
  text-align: center;
  margin: 60px auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageer a,.pageer span {
  display: inline-block;
}
.pageer a,.pageer span {
	display: inline-block;
  text-decoration: none;
  font-size: 1.6rem;
	height: 30px;
	line-height: 30px;
  border: 1px solid #333;
  color: #333;
  background-color: #fff;
  text-align: center;
  margin: 0 0.5rem;
	padding: 0 8px;
}
.pageer a:hover,
.pageer span.current {
  background: #333;
  color: #fff;
  opacity: 1;
}
.pager-single {
	display: flex;
	justify-content: space-between;
}
.pager-single a {
	color: #fff;
	font-size: 1.3rem;
}
.pager-single .next {
	order: 2;
	position: relative;
}
.pager-single .prev {
	order: 1;
}
a.btn_disable {
    pointer-events: none !important;
}


@media screen and (max-width : 768px) {
	.pageer{
		margin: 20px auto 0;
	}
}


@media screen and (max-width : 768px) {
	#car-img-sp-slider {
    margin: 0 0 70px;
    display: none;
	}

    .object_fit_img img {
    object-fit: contain;
    width: 100%;
    height: 35vh;
    }
    
	#car-img-sp-slider.slick-initialized {
		display: block;	
	}
	#car-img-sp-slider .slick-track {
		background: #e3d7c5;
	}
	#car-img-sp-slider .slick-prev:before,
	#car-img-sp-slider .slick-next:before {
		content: none;
	}
	#car-img-sp-slider .slick-prev,
	#car-img-sp-slider .slick-next {
		width: 68px;
		height: 68px;
	}
	#car-img-sp-slider .slick-prev {
		left: 2%;
		z-index: 1;
	}
	#car-img-sp-slider .slick-next {
		right: 2%;
		z-index: 1;
	}
    #car-img-sp-slider .slick-arrow {
		background-color: rgba(0,0,0,0.5);
		width: 30px;
		height: 50px;
		border-radius: 4px;
	}
	#car-img-sp-slider .slick-prev:after {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 10px;
		margin: auto;
		content: "";
		vertical-align: middle;
		width: 20px;
		height: 20px;
		border-top: 2px solid white;
		border-right: 2px solid white;
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	#car-img-sp-slider .slick-next:after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
		content: "";
		vertical-align: middle;
		width: 20px;
		height: 20px;
		border-top: 2px solid white;
		border-right: 2px solid white;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

}