
/* Reset */

	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;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		color: #5b5b5b;
		line-height: 1.8;
		font-weight: 400;
		font-family:'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",Arial , sans-serif;
		color: #221815;
		font-size:18px;
		font-feature-settings: "palt";
		letter-spacing:1px;
	}

	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;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box !important;
		-webkit-box-sizing: border-box !important;
		box-sizing: border-box !important;
	}









/* Basic */





		a:hover {
			color: #ef8376;
		}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	blockquote {
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p, ul, ol, dl, table {
		margin-bottom: 1em;
	}

	p {
		text-align: justify;
	}

	br.clear {
		clear: both;
	}

	hr {
		position: relative;
		display: block;
		border: 0;
		top: 4.5em;
		margin-bottom: 9em;
		height: 7px;
		border-bottom: solid 1px rgba(128, 128, 128, 0.2);
	}

		hr:before {
			left: -1px;
		}

		hr:after {
			right: -1px;
		}



/* Image */

	.image {
		position: relative;
		display: inline-block;
		border: 0;
		outline: 0;
	}

		.image img {
			display: block;
			width: 100%;
		}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.featured {
			display: block;
			width: 90%;
			margin: 0 0 4em 0;
		}

		.image.featured2 {
			display: block;
			width: 95%;
			margin:0 0 3em 0;
		}

		.image.featured2 img {
			display: block;
			width: 78%;
			margin: 0 auto 3em auto;
		}

		.image.featured3 {
			display: block;

			width: 98%;
			margin: 0 auto 3em auto;
		}

		.image.featured3 img {
			display: block;
			width: 100%;
			margin-top: -10px;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

/* List */

	ul.default {
		list-style: disc;
		padding-left: 1em;
	}

		ul.default li {
			padding-left: 0.5em;
		}

	ul.actions {
		margin: 3em 0 0 0;
	}

		form ul.actions {
			margin-top: 0;
		}

		ul.actions li {
			display: inline-block;
			margin: 0 0.75em 0 0.75em;
		}

			ul.actions li:first-child {
				margin-left: 0;
			}

			ul.actions li:last-child {
				margin-right: 0;
			}

	ul.divided li {
		border-top: solid 1px rgba(128, 128, 128, 0.2);
		padding-top: 1.5em;
		margin-top: 1.5em;
	}

		ul.divided li:first-child {
			border-top: 0;
			padding-top: 0;
			margin-top: 0;
		}

	ul.menu {
		height: 1em;
		line-height: 1em;
	}

		ul.menu li {
			display: inline-block;
			border-left: solid 1px rgba(128, 128, 128, 0.2);
			padding-left: 1.25em;
			margin-left: 1.25em;
		}

			ul.menu li:first-child {
				border-left: 0;
				padding-left: 0;
				margin-left: 0;
			}

	ul.icons {
		position: relative;
		background: rgba(128, 128, 128, 0.05);
		border-radius: 4em;
		display: inline-block;
		padding: 0.35em 0.75em 0.35em 0.75em;
		font-size: 1.25em;
		cursor: default;
	}

		ul.icons li {
			display: inline-block;
		}

			ul.icons li a {
				display: inline-block;
				background: none;
				width: 2.5em;
				height: 2.5em;
				line-height: 2.5em;
				text-align: center;
				border-radius: 100%;
				border: 0;
				color: inherit;
			}

				ul.icons li a:hover {
					color: #ef8376;
				}

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}


/* Table */

	table {
		width: 90%;
		text-align: left;
		margin: 0 auto;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr {
				border-top: solid 1px #e5e5e5;
			}

				table.default tbody tr:first-child {
					border-top: 0;
				}

				table.default tbody tr:nth-child(2n+1) {
					background: #fafafa;
				}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				text-align: left;
				font-weight: 400;
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default thead {
				border-bottom: solid 2px #e5e5e5;
			}

			table.default tfoot {
				border-top: solid 2px #e5e5e5;
			}

			td:nth-of-type(1){
				width: 15%;
			}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		position: relative;
		display: inline-block;
		background: #999;
		color: #fff;
		text-align: center;
		border-radius: 0.5em;
		text-decoration: none;
		padding: 0.65em 3em 0.65em 3em;
		border: 0;
		cursor: pointer;
		outline: 0;
		font-weight: 300;
		-moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		-webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		-ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover {
			color: #fff;
			background: #ef8376;
		}

		input[type="button"].alt,
		input[type="submit"].alt,
		input[type="reset"].alt,
		button.alt,
		.button.alt {
			background: #2B252C;
		}

			input[type="button"].alt:hover,
			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			button.alt:hover,
			.button.alt:hover {
				background: #3B353C;
			}




/* Header */



h1 {
			color: #333;
			font-size: 2.7em;
			line-height: 1em;
			margin: 10% auto;
		}



/* Content */

	#content > hr {
		top: 3em;
		margin-bottom: 6em;
	}

	#content > section {
		margin-bottom: 0;
	}


/* Main */



a:hover img{
filter: alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
}





h4{
	font-size: 1.5em;
	color: #666;
	margin:50px 20px 30px 20px ;
	padding-bottom: 10px;
	border-bottom:1px solid #ccc;
	text-align: center;
	font-weight: bold;
}

h5{
margin-bottom:15px;
padding-bottom: 10px;
border-bottom: 1px solid #333;
}

h6{
	margin-bottom: 0.5em
}

#gmap{
	margin-top:0;
}

.box_title{
	height: 30px;
}

.box_title img{
	height: 30px;
}
p.brandname{
	font-size: 1.5em;
	padding-top: 20px;
}

a {outline:none;}

.content-box{
	display: none;
}



.center{
	text-align: center;
}

.content_area{
	width: 100%;
padding:3em 0;
}


.copyright p{
	font-size:0.7em;
	text-align:center;
	margin:0;
}


/* Mobile */



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

		/* Basic */

			html, body {
				overflow-x: hidden;
			}



			h2 {
				font-size:1.5em;
				padding: 10px 8px 8px 8px;
			}

			h3 {
				font-size: 1.1em;
			}


h4{
	font-size: 1.25em;
}


			hr {
				top: 3em;
				margin-bottom: 6em;
			}

		/* Section/Article */

/*			section, article {
				margin-bottom: 2em;
			}*/

				section:last-child, article:last-child {
					margin-bottom: 0;
				}

			.row > section, .row > article {
				margin-bottom: 2em;
			}

		/* Image */

			.image.featured {
				margin: 0 0 2em 0;
			}

			.image.left {
				margin: 0 1em 1em 0;
			}

			.image.centered {
				margin: 0 0 1em 0;
			}

		/* List */



			ul.actions li {
				display: block;
				margin: 0.75em 0 0 0;
			}

				ul.actions li:first-child {
					margin-top: 0;
				}

			ul.menu {
				height: auto;
				text-align: center;
			}

				ul.menu li {
					display: block;
					border: 0;
					padding: 0.75em 0 0 0;
					margin: 0;
				}

					ul.menu li:first-child {
						padding-top: 0;
					}

			ul.icons {
				font-size: 1em;
				padding: 0.35em 0.5em 0.35em 0.5em;
			}

				ul.icons li a {
					width: 2.25em;
				}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				display: block;
				padding: 0;
				line-height: 3em;
				width: 100%;
			}






		/* Wrapper */

			.wrapper {
				padding: 3em 1em 3em 1em;
			}

		/* Nav */

			#nav {
				display: none;
			}


		/* Main */

			#main > header {
				text-align: center;
			}

		/* Footer */

			#footer {
				padding-left: 1em;
				padding-right: 1em;
			}




		.image.featured2 {
			display: block;
			width: 95%;
			margin:0 0 1em 0;
		}

		.image.featured2 img {
			display: block;
			width: 78%;
			margin: 0 auto 1em auto;
		}

		.image.featured3 {
			display: block;
			width: 95%;
			margin:0 0 1em 0;
		}

		.image.featured3 img {
			display: block;
			width: 78%;
			margin: 0 auto 1em auto;
		}
}





.box101{
	margin: 10px;
}

.box101{
	margin: 10px !important;
}


ul.box101 {
padding-left: 30px !important;
list-style-type: disc !important;
}

ul.box101 li{
list-style-type: disc !important;
}

.box_img{
	height: 100px;
	padding: 20px 20px 0 10px;
}

.box_name{
	font-size: 1.5em;
	line-height:2;
}

span.box_name{
	position: relative;
	bottom:30px;
}

.col-4{
	width: 33.333333333%;
	float: left;
}

.col-4 p{
	text-align: center;
	margin:10px;
}

.col-4 p a{
	display: block;
	background: #ddd;
	margin-top: 0;
	padding: 10px;

}

.col-4 p img{
	width: 100%;
	margin: 0;
	padding: 0;
}



.col-4 p a:hover{
	background: #eee;

}

.col-md-9{
	width: 75%;
	float: left;
}
.col-md-3{
	width: 25%;
	float: left;
}

.lubi{
	font-size: 8px;
	margin-left:65px;
}







.top_box2 .box_in1{
padding:15px 20px;
}


.top_content .box_in2 p{
text-align: center;
font-weight: bold;

}


.top_content a .top_box:hover,.top_content a .top_box2:hover{
opacity:0.5;
overflow: hidden;
}


.col-md-4{
	width: 33.333333%;
	float: left;
	margin: 0;
overflow: hidden;
}
.col-md-8{
	width: 66.666666%;
	float: left;
	margin: 0;
}

.fb-page{
	width: 100%;
overflow: hidden;
}

.sitelogo{
	width:250px;
}


    .sitelogo a{
        border:none;
    }



.top_content h6{
	font-size: 18px;
	margin-top:20px;
	text-align: center;
}
.top_content .top_box .box_in1 img{
width: 100%;
}


.drawer{
display:none;
}
.menu{
display:none;
}








.table_content{
	width: 100%;
	margin: 30px 0 20px 0;
}

.table_content table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
}

.table_content table td{
	background: #eee;
	margin: 20px;
	padding: 10px;
}

.table_content table td:nth-of-type(1){
	width: 40%;
}






.clear{
	clear: both;
}




ul.bottom_list li{
	padding:0 20px 0 0;
	display:inline-block;
	font-size:0.85em;
}



ul.bottom_list{
	padding-bottom: 20px;
	margin: 0 10px;
}






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




}

