@charset "utf-8";
/* CSS Document */

.align_left{
	text-align:left;
	font-size:80%;
}

/*------------
トップページ
------------*/

/* カレンダー */
.schedule{
	text-align:center;
	}
.schedule_txt{
	padding-left:6.3em;
		}
/*googleカレンダーレスポンシブ対応*/
/*https://webjps.com/webservice/489.html*/
embed,
iframe,
object{
	max-width: 100%;
}


/* スライダー */
.slider_box {
	margin: 0 auto 0;
}

.bx-wrapper img {
	width:100%;
}
.bx-wrapper{

}
.main_img_wrap{
	width:100%;
	background-color:#fbf4f1;
	margin:auto;
}
.main_img{
	width:100%;
	/*max-width:1800px;*/
	margin:auto;
}
.main_img img{
	width:100%;
}
.dl-horizontal dt{
	text-align:left;
	}

@media screen and (max-width: 480px) {
.slider_box {
	margin: 42px auto 0;
}
}


/*カウンター*/
.counter p{
	text-align:right;
	margin:10px 0 0 0;
}
.counter img{
	width:25%;
}

/*自賠責えリンク*/
.btn_jibai{
	padding:1em 3em;
	border:3px solid #07ae8d;
	text-align:center;
	}



/*お知らせ*/


.news dt, .news dd{
	font-weight:normal;
	font-size:90%;
	}

.news dd{
	margin-left:0;
	}
/*.news_date{
	width:100px;
	}*/
.news_dl dt ,.news_dl dd{
	line-height:2em;
	vertical-align:middle;
	}
.news_dl dt{
	margin-right:;
	}
.news_dl dd{
	margin-left:100px;
	margin-top:-2em;
	}
.news a{
 	color:#337ab7;
/*text-decoration: underline*/
	}
.news_event, .news_information{
	width:5em;
	color:#fff;
	padding:0.2em 2em 0.1em 2em;
	}
.news_event{
	background-color:#00b4c9;
	text-align:center;
	}
.news_school, .news_information{
	width:5em;
	color:#fff;
	padding:0.2em 1em 0.1em 1em;
	}
.news_school{
	background-color:#ffb4c9;
	text-align:center;
	}
.sns_wrap{
	display:flex;
}
.fb-share-button{
margin-left:1rem;
}
@media screen and (max-width: 768px) {
.news_school{
	padding:0.2em 0.1em 0.1em 0.1em;
	}
}

.news_information{
	background-color:#ce2c3c;
	text-align:center;
	}
.news li{
	margin-bottom:1em;
	}
.mrgT{
	margin-top:1em;
	}

.news_topics_wrap{
	max-width:800px;
	width:100%;
}
.news_topics_link_wrap{
	text-align:right;
}
.news_topics_link_wrap a{
	/*font-weight:bold;*/
	color:#FFFFFF;
}
.news_topics_link{
	background-color:#BFA588;
	text-align: center;
	width:200px;
	border:1px solid #BFA588;
	padding-right:2px;
}
.icon_point_topics{
	background-image: url(../img/common/iconpoint.png);
	background-repeat: no-repeat;
	background-position:right center;
	padding:0.5em 2em 0.5em 1em;
	}
/*Facebook*/
.fb-page_wrap{
	margin:0 auto;
	width:100%;
	max-width:500px;
}
/*点検・整備*/
.table_service{
	width:80%;
	}
.table_service th{
	border:1px solid #ddd;
	padding:5px;
	background:#eee;
	text-align: center;
	}
.table_service td{
	border:1px solid #ddd;
	padding:5px;
	}

/*店舗紹介*/
.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: 80%;
	height: 80%;
}
.shop_txt{
	padding: 0;
	width:80%;
	}
.alignR{
	text-align:right;
	}
.event a{
	text-decoration: underline;
	color:#337ab7;
	}
@media screen and (max-width: 992px) {
.shop_txt{
	padding-right:9em;
	width:100%;
	}
.container {
	width: 100%;
}
	}


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


/* カレンダー */
.schedule_txt{
	padding-left:1em;
		}
/*点検・整備*/
.table_service{
	width:100%;
	}
.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%;
	padding: 0;
}

/*店舗紹介*/
.shop_txt{
	padding: 0;
	width:100%;
	}
.alignR{
	text-align:right;
	padding: 0;
	}

/*お知らせ*/

.news_topics_link_wrap{
margin-bottom:1em;
}
.news_topics_link_wrap a{
	font-weight:normal;
}
.news_topics_link{
	/*background-color:#eef0f0;*/
	text-align: center;
	width:20%;

}
.icon_point_topics{
	background-image: url(../img/common/iconpoint.png);
	background-repeat: no-repeat;
	background-position:130 center;
	padding:0.5em 2em 0.5em 1em;
	}

}


/*お知らせアコーディオン*/
.contenedor {
  display: table;
  position: relative;
}

.expand {
	/*width: 300px;
	padding:15px 10px;*/
	max-height: 80px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #F4F3F3;
	transition: .5s;
}

.expand::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0;
	background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
	pointer-events: none;
	transition: 1s;
}

.contenedor input {
	visibility: hidden;
	display: none;
}

.contenedor label {
	position: absolute;
	bottom: -.8em;
	display: block;
	font-size: .9em;
	padding: .20em 10px;
	right: 0;
	background: #aaa;
	box-shadow:-5px 0 white;
	color: white;
	z-index:999;
	cursor: pointer;
	text-transform: uppercase;
}

.contenedor label:before {
	content: "続きを読む";
	font-weight:normal;
}

.contenedor input:checked + label:before {
	content: "閉じる";
	font-weight:normal;
}

input[type=checkbox]:checked ~ .expand {
 max-height: 2000px;/*500*/
}

input[type=checkbox]:checked ~ .expand:before {
	opacity: 0
}
.flexbox{
	display:flex;
	margin-bottom:15px;
}
.flexbox.flexjustifybetween{
	justify-content:space-between;
}
.flexbox.flexjustifycenter{
	justify-content:center;
}
.flexbox .flexbox_inner1{
	width:49%;
}
.border_oil{
	border:1px solid #ccc;
	border-radius:10px;
	padding:10px;
}
.shelltext{
	font-weight:bold;
	color:darkblue;
}
.textalignC{
	text-align:center;
}

.table_center td{
	text-align: center;
}

.no_news_index{
	display:none;
}



.f-box-01{
width: 900px;
margin: 0px auto 60px;
display: flex;
flex-wrap: wrap;
justify-content: space-between
}

.f-box-01 a{
margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
.f-box-01{
width: 96%;
margin: 0px auto 20px;
display: flex;
flex-wrap: wrap;
justify-content: space-between
}
	
.f-box-01 a{
width: 49%;
}	

	
}





