@charset "utf-8";



/* MV area
------------------------------------------------------------------ */
.Mv{
	background-color:#f4f1eb;
	background:-moz-linear-gradient(top,#b20000 25%,#f4f1eb 25%, #FFFFFF 100%);
	background:-webkit-linear-gradient(top,#b20000 25%,#f4f1eb 25%, #FFFFFF 100%);
	background:-o-linear-gradient(top,#b20000 25%,#f4f1eb 25%, #FFFFFF 100%);
	background:-ms-linear-gradient(top,#b20000 25%,#f4f1eb 25%, #FFFFFF 100%);
	background:linear-gradient(top,#b20000 25%,#f4f1eb 25%, #FFFFFF 100%);
}
.Mv img{
	margin:auto;
	max-width:100%;
}
.slider {
	max-width:1260px;
	margin:auto;
}
.slider img {
	width: 100%;
	height: auto;
}
.slick-prev::before, .slick-next::before {
	font-size: 24px;
}
.lazy-item .slick-next,
.thumb-item-nav .slick-next,
.multiple-item .slick-next,
.center-item .slick-next {
	right: 20px;
	z-index: 99;
}
.lazy-item .slick-prev,
.thumb-item-nav .slick-prev,
.multiple-item .slick-prev,
.center-item .slick-prev {
	left: 15px;
	z-index: 100;
}
.single-item .slick-prev::before,
.single-item .slick-next::before {
	color: #666;
}
.thumb-item {
	max-width: 1300px;
	margin: 0 auto 5px;
	padding: 0 5px;
}
.thumb-item-nav {
	max-width: 1300px;
	margin: 0 auto;
}
.thumb-item-nav li{
	margin: 5px;
	height:80px;
	overflow:hidden;
}
.center-item .slick-next {
    position: absolute;
    display: block;
    width: 80px;
    height: 55px;
    background: rgba(255,255,255,0.95);
    top: auto;
    bottom: 33px;
    right: 0px;
	transition:all 0.5s;
}
.slick-next:before {
    background:url(../_img/slide_r.jpg) no-repeat center center;
	opacity:1;
	width:20px;
	height:20px;
}
.center-item .slick-prev {
    position: absolute;
    display: block;
    width: 80px;
    height: 55px;
    background: rgba(255,255,255,0.95);
    top: auto;
	left:auto;
    bottom: 33px;
    right: 80px;
	transition:all 0.5s;
}
.slick-prev:before {
    background:url(../_img/slide_l.jpg) no-repeat center center;
	opacity:1;
	width:20px;
	height:20px;
}
.center-item .slick-next:hover,
.center-item .slick-prev:hover {
	opacity:0.78;
}
@media screen and (max-width: 1100px) {
	.center-item .slick-next {
		width: 60px;
		height: 45px;
		bottom: -23px;
	}
	.center-item .slick-prev {
		width: 60px;
		height: 45px;
		bottom: -23px;
		right: 60px;
	}
}
@media screen and (max-width: 640px) {
	.center-item .slick-next {
		width: 40px;
		height: 30px;
		bottom: -15px;
	}
	.center-item .slick-prev {
		width: 40px;
		height: 30px;
		bottom: -15px;
		right: 40px;
	}
	.slick-next:before {
		background:url(../_img/slide_r.jpg) no-repeat center center;
		background-size:15px;
		opacity:1;
		width:15px;
		height:15px;
	}
	.slick-prev:before {
		background:url(../_img/slide_l.jpg) no-repeat center center;
		background-size:15px;
		opacity:1;
		width:15px;
		height:15px;
	}
}


#Navtx{
	position: absolute;
    bottom: 360px;
    transform: rotate(-90deg);
    right: 25px;
    z-index: 3;
    letter-spacing: 3px;
    font-size: 13px;
}
@media screen and (min-width: 1600px) {
	#Navtx{
		right: 110px;
	}
}
@media screen and (min-width: 1700px) {
	#Navtx{
		right: 155px;
	}
}
@media screen and (min-width: 1800px) {
	#Navtx{
		right: 200px;
	}
}
@media screen and (max-width: 1240px) {
	#Navtx{
		position: absolute;
		bottom: auto;
		top:125px;
		transform: rotate(0deg);
		right: 10px;
		z-index: 3;
		letter-spacing: 3px;
		font-size: 13px;
	}
}
@media screen and (max-width: 640px) {
	#Navtx{
		top: 105px;
		letter-spacing: 2px;
		font-size: 10px;
	}
}

/* Scroll */
#Scroll{
	position: absolute;
	bottom:200px;
	left:50%;
	margin-left:-600px;
	width:1200px;
}
#Scroll .Scwrap{
	position:relative;
	width:40px;
}
#Scroll .Scwrap p{
	transform: rotate(-90deg);
	text-align:center;
	width:120px;
	position:absolute;
	top: -85px;
    left: -30px;
    font-size: 16px;
    letter-spacing: 1px;
	color:#FFF;
	text-shadow:0 0 2px rgba(0,0,0,1);
}
.arrowWrap {
	border:solid 2px #FFF;
	padding:30px 0;
	width:60px;
	border-radius:100px;
}
.arrow {
	width: 15px;
	margin: 0 auto;
	-webkit-animation: arrow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
	animation: arrow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
}
.arrow span {
	position: relative;
	display: block;
	left: 50%;
}
.arrow span:before {
	content: '';
	width: 15px;
	height: 15px;
	border: 0;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	box-sizing: border-box;
}

@keyframes arrow {
	0% {
	  opacity: 1;
	  -webkit-transform: translate3d(-50%, 0, 0);
	  transform: translate3d(-50%, 0, 0);
	}
  
	100% {
	  opacity: 0.5;
	  -webkit-transform: translate3d(-50%, -8px, 0);
	  transform: translate3d(-50%, -8px, 0);
	}
}
@media screen and (max-width: 1240px) {
	#Scroll{
		display:none;
	}
}



/* Mv info */
.Info{
	width:88%;
	margin:auto 0 auto auto;
	background:#b20000;
	display:flex;
	color:#FFF;
	font-family: "Noto Serif Japanese", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	position:relative;
	z-index:1;
	margin-top:-60px;
}
.Info .contact{
	width:70%;
	display:block;
	overflow:hidden;
	display:flex;
	padding:25px 0;
}

/* TEL */
.Info .contact div.l{
	width:55%;
}
.Info .contact div.l p{
	font-size:17px;
	text-align:center;
	margin:10px auto;
	letter-spacing:1px;
}
.Info .contact div.l p.tel{
	margin:18px auto;
}
.Info .contact div.l p.tel span{
	font-size:175%;
	margin:0 2px ;
}
.Info .contact div.l p.tel i{
	font-size:140%;
	font-style:normal;
}

/* CONTACT */
.Info .contact div.r{
	width:50%;
}
.Info .contact div.r a{
	display:block;
	border-left:1px #FFF solid ;
}
.Info .contact div.r p.tx{
	max-width:160px;
}

/* INFORMATION */
.Info .information{
	width:25%;
	background:url(../_img/info_bg1.jpg) no-repeat center center;
	background-size:cover;
	padding:25px 0;
}
.Info .information p.tx{
	max-width:200px;
}

/* REPAIR */
.Info .repair{
	width:30%;
	background:url(../_img/info_bg2.jpg) no-repeat center center;
	background-size:cover;
	padding:25px 0;
}
.Info .repair p.tx{
	max-width:225px;
}


/* COMMON */
.Info a{
	text-decoration:none;
	color:#FFF;
}
.Info p.Itit{
	font-size:26px;
	text-align:center;
	line-height:105%;
}
.Info p.Itit span{
	font-size:12px;
	display:block;
	color:rgba(255,255,255,0.68);
}
.Info p.tx{
	font-size:16px;
	margin:20px auto;
}
.Info img.b_allow{
	display:inline;
	width:40px;
	margin-left:10px;
	transition:all 0.5s;
}
.Info a:hover img.b_allow{
	margin-left:20px;
}
@media screen and (max-width: 1100px) {
	.Info{
		width:100%;
		margin:auto;
		margin-top:0;
		flex-wrap:wrap;
	}
	.Info .contact{
		width:100%;
	}
	
	/* INFORMATION */
	.Info .information{
		width:50%;
	}
	
	/* REPAIR */
	.Info .repair{
		width:100%;
	}
	
	.Info a:hover img.b_allow{
		margin-left:10px;
	}
}
@media screen and (max-width: 640px) {
	.Info{
		width:100%;
		margin:auto;
		margin-top:0;
		flex-wrap:wrap;
	}
	.Info .contact{
		width:100%;
		padding:20px 0;
		display:block;
	}
	
	/* TEL */
	.Info .contact div.l{
		width:100%;
	}
	.Info .contact div.l p{
		font-size:12px;
		margin:6px auto;
	}
	.Info .contact div.l p.tel{
		margin:10px auto;
	}
	
	/* CONTACT */
	.Info .contact div.r{
		width:100%;
	}
	.Info .contact div.r a{
		border-left:none;
	}
	.Info .contact div.r p.tx{
		max-width:140px;
	}
	
	/* INFORMATION */
	.Info .information{
		width:100%;
		background:url(../_img/info_bg1.jpg) no-repeat center center;
		background-size:cover;
		padding:30px 0;
	}
	.Info .information p.tx{
		max-width:165px;
	}
	
	/* REPAIR */
	.Info .repair{
		width:100%;
		background:url(../_img/info_bg2.jpg) no-repeat center center;
		background-size:cover;
		padding:30px 0;
	}
	.Info .repair p.tx{
		max-width:200px;
	}
	
	
	/* COMMON */
	.Info p.Itit{
		font-size:20px;
	}
	.Info p.Itit span{
		font-size:10px;
	}
	.Info p.tx{
		font-size:12px;
		margin:10px auto;
	}
	.Info img.b_allow{
		width:30px;
	}
}









/* Top 01
-------------------------------------------------------------------- */
.Tcont_01{
	width:96%;
	max-width:1100px;
	margin:30px auto 180px auto;
}
.Tcont_01 div{
	width:100%;
	display:flex;
	flex-wrap: wrap;
}
.Tcont_01 div.Acodion{
	display:none;
}
.Tcont_01 div a{
	width:30%;
	margin:15px 1.66666666%;
	padding:25px 0;
	background:#FFF;
	box-shadow:0 2px 3px rgba(0,0,0,0.15);
	border-radius:2px;
	display:block;
	text-align:center;
	color:#333;
	text-decoration:none;
	font-family: "Noto Serif Japanese", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	position:relative;
	transition:all 0.5s;
}
.Tcont_01 div a::before{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-color: #b20000 transparent transparent transparent;
	position:absolute;
	top:5px;
	left:5px;
}
.Tcont_01 div a::after{
	content:"";
	background:url(../_img/b_allow_r.png) no-repeat left top;
	background-size:40px;
	width:40px;
	height:10px;
	position:absolute;
	top:50%;
	margin-top:-5px;
	right:-20px;
}
.Tcont_01 div a p{
	font-size:18px;
	line-height:160%;
	font-weight:bold;
}
.Tcont_01 div a p.p14{
	padding:14px 0;
}
.Tcont_01 div a:hover{
	background:#b20000;
	color:#FFF;
}
.Tcont_01 div a:hover::before{
	border-color: #FFF transparent transparent transparent;
}
.Tcont_01 div a:hover::after{
	background:url(../_img/b_allow_wr.png) no-repeat left top;
	background-size:40px;
}
@media screen and (max-width: 1100px) {
	.Tcont_01 div a{
		width:45%;
		margin:15px 2.5%;
	}
	.Tcont_01 div a p{
		font-size:16px;
	}
	.Tcont_01 div a p.p14{
		padding:0;
	}
}
@media screen and (max-width: 640px) {
	.Tcont_01{
		margin:30px auto 110px auto;
	}
	.Tcont_01 div{
		display:block;
	}
	.Tcont_01 div a{
		width:92%;
		margin:15px 4%;
	}
	.Tcont_01 div a p{
		font-size:14px;
	}
	.Tcont_01 div a::after{
		right:8px;
	}
	.Tcont_01 div a:hover::after{
		background:url(../_img/b_allow_w.png) no-repeat left top;
		background-size:40px;
	}
}











/* Top 02
-------------------------------------------------------------- */
.Tcont_02{
	width:96%;
	max-width:1100px;
	overflow:hidden;
	margin:60px auto 120px auto;
}
.Tcont_02 img{
	max-width:100%;
	margin:auto;
}
.Tcont_02 p{
	font-size:16px;
	line-height:195%;
	margin:40px auto;
}
.Tcont_02 a{
	border:solid 1px #B20000;
	padding:20px;
	max-width:240px;
	text-align:center;
	display:block;
	color:#B20000;
	font-size:16px;
	text-decoration:none;
	font-family: "Noto Serif Japanese", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transition:all 0.5s;
	font-weight:bold;
	position:relative;
}
.Tcont_02 a::before,
.Tcont_02 a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.Tcont_02 a::before{
    right: 13px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #B20000;
    border-right: 1px solid #B20000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.Tcont_02 a:hover{
	border:solid 1px #B20000;
	background:#B20000;
	color:#FFF;
}
.Tcont_02 a:hover::before{
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.Tcont_02.fl div.l{
	width:60%;
	float:left;
}
.Tcont_02.fl div.r{
	width:35%;
	float:right;
}
.Tcont_02.fr div.l{
	width:35%;
	float:left;
}
.Tcont_02.fr div.r{
	width:60%;
	float:right;
}
@media screen and (max-width: 1100px) {
	.Tcont_02 p{
		font-size:14px;
		line-height:175%;
		margin:20px auto;
	}
	.Tcont_02 a{
		padding:10px;
	}
}
@media screen and (max-width: 640px) {
	.Tcont_02{
		margin:60px auto;
	}
	.Tcont_02 img{
		max-width:100%;
		margin:auto;
		margin-bottom:12px;
	}
	.Tcont_02 p{
		font-size:14px;
		line-height:175%;
		margin:20px auto;
	}
	.Tcont_02 a{
		padding:8px;
		font-size:14px;
		margin:auto;
	}
	.Tcont_02.fl div.l,
	.Tcont_02.fl div.r,
	.Tcont_02.fr div.l,
	.Tcont_02.fr div.r{
		width:100%;
		float:none;
	}
}









/* Top 03
------------------------------------------------------------- */
.Tcont_03{
	margin:180px auto;
	width:100%;
}
.Tcont_03 img{
	max-width:100%;
	margin:auto;
}
.Tcont_03 div.Wrap{
	width:96%;
	max-width:1000px;
	padding:50px;
	margin:auto;
	margin-top:-90px;
	box-shadow:0 2px 3px rgba(0,0,0,0.15);
	overflow:hidden;
	background:#FFF;
	position:relative;
	z-index:1;
}
.Tcont_03 div.Wrap div.l{
	width:48%;
	float:left;
}
.Tcont_03 div.Wrap div.r{
	width:48%;
	float:right;
}
.Tcont_03 p{
	font-size:16px;
	line-height:195%;
	margin:0 auto 40px auto;
}
.Tcont_03 a{
	border:solid 1px #B20000;
	padding:20px;
	max-width:240px;
	text-align:center;
	display:block;
	color:#B20000;
	font-size:16px;
	text-decoration:none;
	font-family: "Noto Serif Japanese", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transition:all 0.5s;
	font-weight:bold;
	position:relative;
}
.Tcont_03 a::before,
.Tcont_03 a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.Tcont_03 a::before{
    right: 13px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #B20000;
    border-right: 1px solid #B20000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.Tcont_03 a:hover{
	border:solid 1px #B20000;
	background:#B20000;
	color:#FFF;
}
.Tcont_03 a:hover::before{
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
.Tcont_03 span.titAside i{
	background:#FFFFFF;
}
.Tcont_03 span.titAside::after{
	width:70px;
}
@media screen and (max-width: 1100px) {
	.Tcont_03 div.Wrap{
		width:auto;
		padding:40px;
		margin-top:0;
	}
	.Tcont_03 p{
		font-size:14px;
		line-height:175%;
		margin:0 auto 20px auto;
	}
	
	.Tcont_03 a{
		padding:10px;
	}
}
@media screen and (max-width: 640px) {
	.Tcont_03{
		margin:110px auto;
	}
	.Tcont_03 div.Wrap div.l,
	.Tcont_03 div.Wrap div.r{
		width:100%;
		float:none;
	}
	
	.Tcont_03 div.Wrap{
		width:auto;
		padding:40px;
		margin-top:0;
	}
	.Tcont_03 p{
		font-size:14px;
		line-height:175%;
		margin:0 auto 20px auto;
	}
	
	.Tcont_03 a{
		padding:8px;
		font-size:14px;
	}
}









/* Top 04
--------------------------------------------------------------- */
.Tcont_04{
	background:#B20000;
	padding:120px 0;
	margin:40px auto 0 auto;
}
.Tcont_04 h2{
	font-size:38px;
	line-height:125%;
	text-align:center;
	color:#FFF;
	font-family: "Noto Serif Japanese", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.Tcont_04 span{
	display:block;
	font-size:16px;
	color:rgba(255,255,255,0.68);
	text-align:center;
	letter-spacing:1px;
	font-family: "Noto Serif Japanese", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 1100px) {
	.Tcont_04{
		padding:70px 0;
	}
	.Tcont_04 h2{
		font-size:32px;
	}
	.Tcont_04 span{
		font-size:14px;
	}
}
@media screen and (max-width: 640px) {
	.Tcont_04{
		padding:50px 0;
	}
	.Tcont_04 h2{
		font-size:24px;
	}
	.Tcont_04 span{
		font-size:10px;
	}
}

.Tcont_04_link{
	width:96%;
	max-width:1000px;
	margin:auto;
	margin-top:-100px;
}
.Tcont_04_link ul{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	padding:20px 0;
}
.Tcont_04_link li{
	width:18%;
	margin:10px 1%;
	border-radius:4px;
	box-shadow:0 2px 3px rgba(0,0,0,0.15);
}
.Tcont_04_link li img{
	max-width:100%;
	margin:10px auto;
}
.Tcont_04_link li a{
	display:block;
	max-width:100%;
	text-align:center;
	text-decoration:none;
	color:#333;
	padding:20px 0;
	background:#FFF;
	transition:all 0.5s;
}
.Tcont_04_link li a:hover{
	opacity:0.78;
}
@media screen and (max-width: 1100px) {
	.Tcont_04_link{
		margin-top:-60px;
	}
	.Tcont_04_link li img{
		max-width:auto;
		width:60px;
	}
	.Tcont_04_link li a{
		font-size:11px;
	}
}
@media screen and (max-width: 640px) {
	.Tcont_04_link{
		margin-top:-50px;
	}
	.Tcont_04_link li{
		width:44%;
		margin:10px 3%;
	}
}



/* 20220907 plus css */
.movie { max-width:1100px; width:96%; margin:50px auto 0; }
.movie .wrap { position:relative; width:100%; height:0; padding-top:56.25%; }
.movie iframe { position:absolute; top:0; left:0; width:100%; height:100%; }

@media screen and (max-width:600px){
  
  .movie { max-width:1100px; width:90%; margin:20px auto 0; }
  .Btit { margin-top:80px; }
  
}