@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Expletus+Sans');
/* font-family: 'Expletus Sans', cursive; */
@import url('https://fonts.googleapis.com/css?family=Yellowtail');
/* font-family: 'Yellowtail', cursive; */

.wrapper{

	padding-top: 0;

}

/* header-fixed スクロールすると出てくるヘッダー */
.header-fixed{
	
	width: 100%;

	top: 0;

	left: 0;
	
	padding: 5px 10px;

	text-align: center;

	position: fixed; /* ヘッダー固定 */

	z-index: 1;

	background: rgba(047,0,015,0.9);

	color: #fff;

	box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	
}

.header-fixed-inner:after{ /* Clear Fix */

    content:" ";

    display:block;

    clear:both;
    
}

.header-fixed-logo{

	width: 200px;

	margin: auto;

	text-align: center;

}

.header-fixed-gnav{

	width: 90%;

	text-align: center;

	margin: 5px auto;

}

.header-fixed-gnav-list li{
	
	font-size: 12px;
	
	font-weight: 700;

	letter-spacing: 0.05em;

	display: inline-block;

	margin: 3px;

}

.header-fixed-gnav-list a{
	
	color: #fff;

}

.header-fixed-gnav-list li a:hover{

	padding-bottom: 5px;
	
	border-bottom: solid 5px #fff;

	text-decoration: none;

	opacity: 0.8;
	
}

span.japanese{

	display: none;

}

/* headerメディアクエリ 480px以上*/

@media (min-width: 479px) {


	.header-fixed-gnav-list li{
	
		font-size: 14px;

		margin: 3px;

		padding-right: 0.6em;

		border-right: solid 1px #ddd;

	}

	.header-fixed-gnav-list li:last-child{

		border-right: none;

	}

}

/* header-fixedメディアクエリ 768px以上*/

@media (min-width: 767px) {

	.header-fixed-gnav-list li{

		letter-spacing: 0.1em;

		margin: 6px;

	}

	.header-fixed-logo{

		width: 20%;

		float: left;

	}

	.header-fixed-gnav{

		width: 70%;

		float: right;

		text-align: right;

		margin-top: 20px;

}

}

/* header-fixedメディアクエリ 1200px以上*/

@media (min-width: 1199px) {

	.header-fixed-inner{

		width: 1199px;

		margin: auto;

	}

}

/* 通常のgnav */
.header{
	
	margin: auto;
	
	padding: 30px;
	
	background: url(../images/header.jpg) no-repeat right #fff;
	
}

.header-inner h1{
	
	text-align: center;
	
	font-size: 32px;
	
	font-weight: bold;
	
	color: #fff;
	
	text-shadow: #000 2px 2px 2px;
	
	margin-top: 1rem;
}

.gnav{

	color: #aaa;

	text-align: center;

	margin: 20px auto;

}

.gnav-list li{
	
	font-size: 14px;
	
	font-weight: 700;

	letter-spacing: 0.05em;

	display: inline-block;

	margin: 3px;

	padding-right: 0.7em;

	border-right: solid 1px #ddd;

}

.gnav-list li:last-child{

	border-right: none;

}

.gnav-list a{
	
	color: #000;

}

.gnav-list li a:hover{

	padding-bottom: 5px;
	
	border-bottom: solid 5px #A59759;

	text-decoration: none;

	opacity: 0.8;
	
}

/* gnav メディアクエリ 480px以上*/

@media (min-width: 479px) {


	.gnav-list li{
	
		font-size: 16px;

		margin: 3px;

	}

}

/* gnav メディアクエリ 768px以上*/

@media (min-width: 767px) {


	.gnav-list li{
	
		font-size: 18px;

		letter-spacing: 0.1em;

		margin: 6px;

	}

}

/* gnav メディアクエリ 992px以上*/

@media (min-width: 991px) {

	.gnav-list li{
	
		font-size: 20px;

		margin: 12px;

	}

}

.shop-logo{
	
	display: block;
	
	width: 230px;

	margin-top: 10px;
	
}

.intro{
	
	margin-bottom: 24px;
	
}

.intro img{

	margin-bottom: 24px;
	
}


/*NEWS*/

.content-news{

	background-color: rgba(255,255,255,0.8);

}

.news{

	width: 80%;

	margin: auto;

	overflow: hidden;

	text-align: left;
	
	font-size: 14px;

}

.news-list li{

	border-bottom: 1px dotted #ccc;

	padding-bottom: 5px;

	margin-bottom: 1em;

	overflow: hidden;

}

.news-list li .news-date{

	width: 35%;

	float: left;

	color: #aaa;
	
}

.news-list li .news-headline{

	width: 65%;

	float: right;

}

.news-date:after{

	content: ">>";

	font-size: 70%;

	vertical-align: 2px;

	margin-left: 0.5em;

	color: #aaa;

}

.news-list li a:hover{

	background: #fff;

}

.news-category{

	background: #aaa;

	color: #fff;

	display: inline-block;

	text-align: center;

	width: 4em;

	padding: 3px 5px;

	margin-left: 1em;

	margin-right: 2em;

	box-sizing: border-box;

	font-size: 12px;

	border-radius: 2px;

	vertical-align: 1px;
}

.fair-box{
	
}

.shop{
	padding: 24px 0 32px 0;
	border-bottom: solid 1px #ccc;
}
.shop2{
	border-bottom: 0;
}

.summary1,.summary{
	margin-bottom: 24px;
}
.date{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.shop-name{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 16px;
}

.fair-title{
	font-size: 32px;
	background: linear-gradient(transparent 50%, #b8ff92 35%);
	display: inline-block;
}

.clinic-title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.inst{
	font-weight: bold;
	margin-bottom: 24px;
}

.inst-type{
	color: #fff;
	padding: 3px 5px;
	background: #2a6fbf;
	border-radius: 3px; 
}
.comment1,.comment{
	padding-left: 0.5rem;
	border-left: none;
}
.comment1 img{
	margin-bottom: 16px;
}
.attention{
	font-size: 0.85rem;
}
.fair_charge{
	border-left: solid 10px #6c9bd2;
	padding-left: 1em; 
	font-weight: bold;
}

@media (min-width: 767px) {
	.fair-box,.shop{
		display: flex;
	}
	.summary1,.shop-summary{
		width: 50%;
	}
	.comment1,.comment{
		width: 45%;
		margin-left: 5%;
	}
}


/* リペアマン一覧 */

.staff-box{

	padding-top: 24px;

	padding-bottom: 24px;

	overflow: hidden;

	border-bottom: solid #aaa 1px;

}

.staff-box:first-child{

	padding-top: 0;

}

.staff-box-left{

	width: 40%;

	float: left;

}

.staff-box-right{

	width: 55%;

	float: left;

	margin-left: 5%;

	box-sizing: border-box;


}

.staff-title{
	
	font-size: 14px;
	
	padding: 3px;

	margin-bottom: 6px;

	text-align: center;
	
	color: #fff;
	
}

.staff-title a{
	
	color: #fff;
	
	font-weight: bold;
	 
}

.staff-title-brown{
	
	background: #900;
	

}

.staff-headline{

	font-size: 14px;

	color: #3C9600;

	line-height: 1.3;
	
	text-align: left;
	
	font-weight: bold;

	margin-bottom: 0.5em;
	
}

.staff-text{
	
	text-align: left;
	
	font-size: 14px;
	
	margin-bottom: 24px;
	
}

/* FAQ */

.faq{
	
	 background: url(images/bg1.jpg) no-repeat bottom right;
	 
	 background-size: cover;
	
}

.question{
	
	font-weight: 700;
	
	line-height: 1.8;
	
}

.initial-q{
	
	font-weight: 700;
	
	font-size: 20px;
	
	margin-right: 1em;
	
}

/* インフォメーション */

.content-info{
	
	background: #fff;
	
}

.fair_title{

	margin-bottom: 24px;

}

.fair-ireko{

	margin: 48px auto;

}

.content-list{
	
	background: #000;
	
}

.container-list{
	
	max-width: 100%;
	
}

.col-list{
	
	padding: 0;
	
}

/*.list-bnr-col-4{
	
	width: 33.3%;
	
	margin: 0;
	
}*/


/*
.virtical-align{

	position: relative;

}

.virtical-align-bottom{

	position: absolute;

	bottom: 0;
	
}
*/

a:hover{
	
	opacity: 0.8;
	
}

a img{
	
	transition-property: opacity;
	
	transition-duration: 0.6s;

}

a img:hover{
	
	opacity: 0.6;
	
}

@media (min-width: 479px) {
	
	
	.title{

		width: 80%;

		margin: auto;

	}
	
	.staff-box{

		width: 50%;

		float: left;

		border-bottom: none;

	}

	.staff-box:first-child{

		padding-top: 24px;

	}

	.staff-box-left{

		width: 100%;

		float: none;

	}

	.staff-box-right{

		width: 100%;

		float: none;

		margin-left: 0;

	}


	.staff-headline{

		font-size: 16px;

	}
	
}


@media (min-width: 767px) {

	.title{

		width: 780px;

		margin: auto;

	}

	.news-list li .news-date{

		width: 20%;
	
	}

	.news-list li .news-headline{

		width: 80%;

	}
	
	.content-about-inner{

		font-size: 18px;

		width: 50%;
	
	}
	
	.content-benefit-inner{

		font-size: 18px;

		width: 50%;
	
	}
	
	.staff-box{

		width: 25%;

	}

	.staff-headline{

		font-size: 18px;

	}

}

/* 料金表 */

.bg-red{
	
	font-size: 18px;
	
	background: #900;
	
	text-align: center;
	
	color: #fff;
	
	padding: 5px;
	
}

.bg-blue{
	
	font-size: 18px;
	
	background: #006;
	
	text-align: center;
	
	color: #fff;
	
	padding: 5px;
	
}

table.repair{
	
	width: 100%;
	
	margin: auto;
	
	border: solid 1px #000;
	
	border-radius: 5px;
	
	font-size: 10px;
	
}

table.repair tr th.gray{
	
	background-color: #bbb;
	
	text-align: center;
	
	width: 8em;
	
	font-weight: bold;
	
	border: solid 1px #000;
	
}

table.repair tr td{
	
	/*width: 9em;*/
	
	padding: 10px 5px;
	
	border: dotted 1px #999;
	
} 


table.repair td.construction{
	
	width: 12em;
	
}

table.repair tr td.gray{
	
	background-color: #bbb;
	
	border: solid 1px #000;
	
}

table.repair tr:hover{
	
	background-color: #eee;
	
}  

.small{
	
	font-size: 10px;
	
	text-align: right;
	
}

/* 料金表 */

table.shop-info{
	
	width: 100%;
	
	margin: auto;
	
	border: solid 1px #000;
	
	border-radius: 5px;
	
	font-size: 10px;
	
}

table.shop-info tr th.gray{
	
	background-color: #bbb;
	
	text-align: center;
	
	width: 8em;
	
	font-weight: bold;
	
	border: solid 1px #000;
	
}

table.shop-info tr td{
	
	/*width: 9em;*/
	
	padding: 10px 5px;
	
	border: dotted 1px #999;
	
} 


table.shop-info td.construction{
	
	width: 12em;
	
}

table.shop-info tr td.gray{
	
	background-color: #bbb;
	
	border: solid 1px #000;
	
}

table.shop-info tr:hover{
	
	background-color: #eee;
	
}  

@media (min-width: 767px) {

	.block-repair-menu{
	
		width: 90%;

	}
	
	table.repair{
		
		font-size: 12px;

	}
	
	table.shop-info{
		
		font-size: 12px;

	}

}

@media (min-width: 991px) {

	.block-repair-menu{
	
		width: 50%;

	}

}
