@charset "UTF-8";

/* micro clearfx 　これがないとconBが表示できない*/
.cf:before, .cf:after {
	content:"";
	display:table
}
.cf:after { clear:both }
.cf { zoom:1 } /* For IE 6/7 */

/* コンテンツA: タイトルイメージ */
.conA {
	background-image: url(../images/06_top.jpg);
	background-position: center top -50px;
	background-size: 100%;
}

/* contents */
.conB {
	background-color:black;
	padding-top:20px;
	padding-bottom:20px;
}
.t-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100%);
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	font-size:0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
}
.t-bar .lc1{
	width:16px;
	height:34px;
	background-image: url(../images/bar01-a.png);
	background-size:16px 34px;
	background-position:left center;
}
.t-bar .lc2{
	color: #3f3e48;
	font-size:18px;
	width: calc(100%);
	height:34px;
	padding-left:20px;
	line-height: 34px; /*textを上下中央に*/
	background-image: url(../images/bar01-b.png);
	background-size:3px 34px;
	background-position:left center;
	font-weight: bolder;
}
.t-bar .lc3{
	width:6px;
	height:34px;
	background-image: url(../images/bar01-c.png);
	background-size:6px 34px;
	background-position:left center;
}

.contents1 {
	color:white;
}
/*iPadで電話番号の自動リンク部分の表示を修正*/
.tsume1 a {
	color: white;
	text-decoration:none;
}

.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	margin-top: 20px;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.totop {
	clear:both;
	text-align:right;
	font-size:13px;
}
.totop a {
	text-decoration:none;
	color:white;
}
.totop a:hover {
	color:gold;
}

@media (min-width: 769px){
	.conB {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	.t-bar {
		width: calc(100% - 150px);
		margin-left: auto;
		margin-right: auto;
	}
	.contents1{
		margin-left: 75px;
		margin-right: 73px;
		line-height:2em;
	}
}

@media (min-width:708px) and (max-width: 768px){
	.conA {
		background-position: top -160px;
		background-size: 100%;
	}
	.t-bar {
		width: calc(100% - 140px);
		margin-left: auto;
		margin-right: auto;
	}
	.contents1{
		margin-left: 70px;
		margin-right: 70px;
		line-height:1.8em;
	}
	.contents1 .logo-p {
		margin-right: 60px;
	}
	.contents1 ul li {
		margin-left: 20px;
	}
	.footA {
		margin-left:30px;
	}
	.footB {
		margin-left: 27px;
	}
}

@media (min-width:376px) and (max-width: 707px){
	.conA {
		background-position: center;
		background-size: 100%;
	}
	.t-bar {
		width: calc(100% - 70px);
		margin-left: auto;
		margin-right: auto;
	}
	.t-bar .lc2{
		padding-left:10px;
	}
	.contents1{
		margin-left: 35px;
		margin-right: 35px;
		line-height:1.8em;
	}
	.contents1 .logo-p {
		font-size: 0.8em;
		line-height: 1.4em;
	}
	.contents1 .logo-60b {
		float:left;
		width: 96px;
		height: auto;
		margin-top: 30px;
		margin-right: 20px;
		margin-left: 0px;
	}
	.contents1 ul li {
		margin-left: 20px;
	}
}
@media (max-width: 375px){
	.conA {
		background-position: center;
		background-size: 150%;
	}
	.t-bar {
		width: calc(100% - 70px);
		margin-left: auto;
		margin-right: auto;
	}
	.t-bar .lc2{
		padding-left:10px;
	}
	.contents1{
		margin-left: 35px;
		margin-right: 35px;
		line-height:1.8em;
	}
	.contents1 .logo-p {
		font-size: 0.8em;
		line-height: 1.4em;
	}
	.contents1 .logo-60b {
		float:left;
		width: 96px;
		height: auto;
		margin-top: 30px;
		margin-right: 20px;
		margin-left: 0px;
	}
	.contents1 ul li {
		margin-left: 20px;
	}
}