@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');
@font-face {
  /*フォントの名前*/
  font-family: "Orgon Slab";
  /*フォントファイルへのパス*/
  src: url("../font/Orgon Slab.otf") format("otf"),
	   url("../font/Orgon Slab.woff") format("woff");
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.8em;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight:500;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align:top;
}

/* ===================================================== */
/* common */
/* ===================================================== */
a {
	color:#434343;
	text-decoration:none;
} 
a:hover{
	color:#434343;
	transition: .5s;
	opacity: .5;
	text-decoration:none;
	cursor: pointer;
}
p {
	color:#434343;
	font-size: 15px;
}
@media screen and (max-width:767px) {
	p {
		font-size: 14px;
	}
}
h1, h2, h3, h4, h5, h6,
table th {
	font-weight: normal;
}
button:focus {
	outline:none;
}
.title{
	font:
}
/* ヘッダー */

header {
	position: relative;
}
header .container {
	position: absolute;
	z-index: 99;
	max-width: 90%;
	top:0;
	left: 50%;
	transform: translateX(-50%);
}
header .header-logo {
	display: none;
}
header .pc-menu-link {
	justify-content: flex-end;
}
header .pc-menu-link li {
	padding: 15px 20px;
}
header .pc-menu-link li a {
	color:white;
}
/* 下層ページ */
.header-sub header {
	position: static;
}
.header-sub header .container {
	position: static;
	top:auto;
	left: auto;
	transform:none;
}
.header-sub header .header-logo {
	display: block;
}
@media(max-width:767px) {
	.header-sub header .header-logo {
		border-bottom: 5px double #545454
	}
}
.header-sub header .pc-menu-link {
	justify-content: center;
	border-top: 5px double #545454;
	border-bottom: 5px double #545454;	
}
.header-sub header .pc-menu-link li a {
	color:black;
}
/* スマホ用ハンバーガーメニュー */
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
	background-color: #AE0101;
}
.drawer-menu-item:hover {
	text-decoration: none;
}
.drawer-nav {
	z-index: 100;
}

/* ページTOPに戻るボタン */
#btn_pagetop {
	display: none;
	z-index: 99;
	background: rgba(174,1,1,1);
	min-width: 56px;
	min-height: 56px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	position: fixed;
	bottom: 2%;
	right: 2%;
	cursor: pointer;
	border:3px solid white;
}
#btn_pagetop:hover {
	opacity: .5;
}
/* 背景固定 */
body::after {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	background-size:cover;	
	background-position:center;	
	background-image:url(../img/bg.jpg);
	z-index: -2;
}
/* フッター */
footer p {
	font-size: 14px;
}
footer hr {
	max-width: 90%;
	margin: 0 auto;
}
/* フォントサイズ */
@media screen and (max-width:767px) {
	.container {
		font-size: 12px;
	}
}

/* ===================================================== */
/* TOPページ */
/* ===================================================== */
#home .main-visual {
	position: relative;
}
#home .main-visual ul li img {
	height: 95vh;
	object-fit: cover;
	object-position: center;
}
@media screen and (max-width:991px) {
	#home .main-visual ul li img {
		height: auto;
	}
}

#home .main-visual .in {
	position: absolute;
	bottom:10%;
	left: 5%;
}
#home .main-visual .layer {
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height: 100%;
	background-color: rgba(0,0,0,.1);
}

/* MAIN VISUAL */
#home .main-visual .in p {
	color: white;
}
@media screen and (max-width:767px) {
	#home .main-visual .in {
		bottom: 5%;
	}

	#home .main-visual .in img {
		width: 60%;
	}

	#home .main-visual .in p {
		line-height: 1.3em;
	}
}
/* ABOUT */
#home .about .wrapper {
	padding-top: 150px;
	padding-bottom: 150px;
	position: relative;
	overflow: hidden;
	background-image: url(../img/home-about-sp-2.png);
	background-size: 40%;
	background-repeat: no-repeat;
	background-position: bottom 4% left;
}

#home .about .service1{
	width: 260px;
	position: absolute;
	top: 5%;
	right: 6%;
}
#home .about .service2{
	width: 260px;
	position: absolute;
	top: 12%;
	left: 10%;
}
#home .about .service3{
	width: 260px;
	position: absolute;
	bottom: 10%;
	right: 6%;
}
@media screen and (max-width:1200px) {
	#home .about .service1{
		top: 6%;
		right: -1%;
	}
	#home .about .service2{
		top: 11%;
		left: 10%;
	}
	#home .about .service3{
		bottom: 4%;
		right: -5%;
	}	
}
@media screen and (max-width:991px) {
	#home .about .wrapper {
		padding-top: 230px;
		padding-bottom: 230px;
		background-image: url(../img/home-about-sp-2.png);
		background-size: 48%;
		background-repeat: no-repeat;
		background-position: bottom 15% left;
	}

	#home .about .service1 {
		top: 6%;
		right: 3%;
	}

	#home .about .service2 {
		top: 9%;
		left: 2%;
	}

	#home .about .service3 {
		bottom: 7%;
		right: -6%;
	}
}
@media screen and (max-width:767px) {
	#home .about p {
		font-size: 12px;
	}

	#home .about .service1 {
		width: 38%;
		top:8%;
		right: 1%;
	}

	#home .about .service2 {
		width: 38%;
		top:10%;
		left: 1%;
	}

	#home .about .service3 {
		width: 38%;
		right: 0%;
		bottom: 8%;
	}
}
@media screen and (max-width:500px) {
	#home .about .wrapper {
		background-position: bottom 20% left;
	}	
	#home .about .service1 {
		width: 41%;
	}

	#home .about .service2 {
		width: 48%;
	}

	#home .about .service3 {
		width: 41%;
	}
}

@media screen and (max-width:414px) {
	#home .about .service1 {
		width: 48%;
	}

	#home .about .service3 {
		width: 145px;
	}
}
@media screen and (max-width:390px) {

	#home .about .wrapper {
		padding-top: 200px;
		padding-bottom: 160px;
	}

	#home .about p {
		font-size: 12px;
	}

	#home .about .service1 {
		top: 7%;
	}

	#home .about .service2 {
		top: 10%;
	}

	#home .about .service3 {
		bottom: 2%;
		width: 145px;
	}

	#home .about .service1 a {
		margin-left: auto;
	}

	#home .about .service3 a {
		margin-left: auto;
	}
}
@media screen and (max-width:360px) { 
	#home .about p br {
		display: none;
	}	
	#home .about .wrapper {
		padding-top: 190px;
	}
}
@media screen and (max-width:350px) { 
	#home .about .service1{
		top: 3%;
	}
	#home .about .service2{
		top: 4%;
	}
	#home .about .wrapper {
		padding-bottom: 160px;
	}
}

/* SERVICE */
#home .service .container {
	font-size: 15px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
#home .service .container::before{
	position: absolute;
	content: url(../img/back-ink.png);
	z-index: -1;
	top: 24%;
}
#home .service .container::after{
	position: absolute;
	content: url(../img/back-ink.png);
	z-index: -1;
	bottom: 3%;
	right: 20%;
}
#home .service h2{
	color: #545454;
	line-height: 1em;
}

/* NEWS */
#home .news .container {
	font-size: 15px;
}
#home .news .wrap {
	max-width: 800px;
	margin: 0 auto;
}
#home .news .acd-check {
    display: none;
}
#home .news .acd-label {
    display: block;
    margin-bottom: 1px;
    padding: 10px 50px 10px 10px;
    position: relative;
	border-color: black!important;
}
#home .news .acd-label:hover {
	cursor: pointer;
}
#home .news .acd-label span {
	color:#AE0101;
}
#home .news .acd-label:nth-of-type(n + 2) {
	border-top: 1px solid black;
}
#home .news .acd-label:after {
    box-sizing: border-box;
    content:"\f078";
    display: block;
    font-family: FontAwesome;
    height: 52px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 50%;
	transform: translateY(-50%);
}
#home .news .acd-content {
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
#home .news .acd-check:checked + .acd-label:after {
    content:"\f077";
}
#home .news .acd-check:checked + .acd-label + .acd-content {
    min-height: 50px;
	height: 100%;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

/* ===================================================== */
/* MENUページ */
/* ===================================================== */
#menu .box{
	border: solid 2px #AE0101;
	background-color: #F8F0E3;
}
#menu .tag{
	border-radius: 16px;
	display: inline-block;
	width: 240px;
} 
#menu #corting .box .row{
	max-width: 800px;
}
#menu .price{
	font-size: 32px;
}
/*CAR WASH & CLEANING MENUの各ボックススタイル*/
#menu .wash .box{
	position: relative;
	width: 19%;
}
#menu .wash .box .tag-circle{
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -25px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
} 
@media screen and (max-width:991px) {
	#menu .wash .box {
		width: 32%;
		margin-right: 2%;
	}
	#menu .wash .box:nth-of-type(3){
		margin-right: 0;
	}
}
@media screen and (max-width:767px) {
	#menu .price {
		font-size: 20px;
	}

	#menu .wash .box {
		width: 49%;
		margin-right: auto;
	}

	#menu .wash .box:nth-of-type(3) {
		margin-right: auto;
	}
}
/* ===================================================== */
/* COMPANYページ */
/* ===================================================== */
#company .table-bordered,
.table-bordered th,
.table-bordered td {
	border: 1px solid #707070;
	background-color: #F8F0E3;
}
#company th{
	width: 30%;
	background-color: #545454;
	color: white;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width:767px) {
	#company th,
	#company td {
		width: 100%;
		display: block;
		border: none;
	}
	#company th {
		border-bottom: 1px solid #707070;
	}
	#company td {
		border-bottom: none;
	}
	#company tr:last-of-type td {
		border-bottom: none;
	}
	#company tr {
		border-bottom: 1px solid #707070;
	}
}
/* ===================================================== */
/* 汎用CSS */
/* ===================================================== */
/* ボタン */
.btn1{
	color: #AE0101;
	border: solid 1px #AE0101;
	border-radius: 5px;
	display: block;
	text-align: center;
	padding: 10px 0;
	max-width: 190px;
}
@media screen and (max-width:430px) {
	#about .btn1{
		padding: 5px 0;
		max-width: 120px;
	}	
}

.btn1 span{
	font-size: .8em;
	vertical-align: middle;
	padding-left: 8px;
}
.btn2{
	color: #FFFFFF;
	background-color: #AE0101;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	padding: 10px 35px;
}
/*フォント関連*/
.f-orgon{
	font-family: "Orgon Slab";
}
.txt-xs{
	font-size: 12px;
}
.txt-s{
	font-size: 15px;
}
.txt-m{
	font-size: 20px;
}
.txt-l{
	font-size:30px;
}
.txt-xl{
	font-size:42px;
}
@media screen and (max-width:767px) {
	.txt-s {
		font-size: 14px;
	}

	.txt-m {
		font-size: 16px;
	}

	.txt-xl {
		font-size: 32px;
	}
}
/* タイトル装飾 */
.title-border{
	color: #545454;
	border-bottom: solid 2px #545454;
	display: inline-block;
	text-align: center;
	padding-bottom: 8px;
	font-weight: bold;
	line-height: 1.2;
}
/*タイトルの左右線*/
.title-border2 {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.title-border2:before,
.title-border2:after {
	border-top: 2px solid #545454;
	content: "";
	display: block;
	width: 80px;
}
.title-border2:before {
	margin-right: 1rem;
}
.title-border2:after {
	margin-left: 1rem;
}
@media screen and (max-width:767px) {
	.title-border2:before,
	.title-border2:after {
		width: 45px;
	}
}
/* その他 */
.color-r{
	color:#AE0101;
}
.color-w{
	color: #ffffff;
}
.border-b-gray{
	border-bottom: solid 1px #707070;
}
.border-double{
	border-bottom: 4px double #545454;
	display: block;
	margin: 0 auto;
}
.bg-r{
	background-color: #AE0101;
}
.bg-gray{
	background-color: #545454;
}
.w-32{
	width:32%;
}
@media screen and (max-width:767px) {
 	.w-32 {
 		width: 100%;
 	}
}
