@charset "utf-8";
@import url("subcontents.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* font-family: 'M PLUS Rounded 1c', sans-serif;*/

/* ------骨組み--------　*/

#container {
	border-top: 5px solid #D31E17;
	width: 100%;
	margin: 0;
}
#page {
	margin: 0px auto;
	width: 940px;
	padding: 0 0px;
	display: flex;
	flex-wrap: nowrap;
	align-content: stretch;
	align-items: stretch;
	justify-content: space-between;
}

.main {
	width: 670px;
	padding-top: 20px;
}

/* ------アクセス--------　*/
p.yoyaku{background: #B50003;
color: #fff;
text-align: center;
padding: 5px 10px;
font-weight: bold;
}

.about .left {
	clear: left;
	float: left;
	width: 300px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.about .left .aligncenter{
	display: block;
	margin: 0 auto 20px auto;
}
.about p{
	margin: 0 0 10px;
	line-height: 1.5;
}

.about address{font-weight: bold;}

.about h3{color: #238700;}

.about .left table{
	border-collapse: collapse;
	margin: 20px 0 10px 0;
	border: 1px solid #333;
	width: 100%;
}
.about .left table td{
	font-size: 14px;
	line-height: 1.3;
	padding: 3px 5px;
	text-align: center;
	border: 1px solid #333;
}
.about .left table th{
	text-align: center;
	padding: 3px 0 3px 0;
	line-height: 1.3;
	font-size: 14px;
	border: 1px solid #333;
	background-color:#F6EED9;
}
.about .left table th.jikan{width: 120px;
}


.about dl.kyushin {
	font-weight: bold;
	font-size: 17px;
	color:#D80000;
	margin: 0 0 15px;
	line-height: 1.2;
}
.about dl.kyushin dt{
	float: left;
}
.about dl.kyushin dd{
	padding: 0 0 0 4em;
	
}

.about dl.kyushin dd strong{font-size: 14px;}

.about .left p.telnum {font-family:Arial, Helvetica, "sans-serif"; 
	font-size: 36px;
	font-weight: bold;
	line-height: 27px;
	padding-left:35px;
	color: #333;
	margin-bottom:20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../image/common/tel.png);
	background-size:auto 27px;
	-webkit-background-size:auto 27px;
}
.about .left p.telnum a {
	color: #333;
	text-decoration: none;
}

.about .right {
	clear: right;
	float: right;
	width: 310px;
	padding-top: 5px;
}
.about .right p {

}



.about p.add {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0 5px;
}
.about .right .map {
	margin-bottom: 0px;
}
.about .right .map iframe {
	width: 100%;
	height: 290px;
}
.about .right .small p {
	font-size: 12px;
	line-height: 15px;
	text-align: right;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-bottom: 0px;
}




/* ------フッター--------　*/
.footer {
	margin: 0px;
	padding: 0;
	background-color:#D31E17;
	display: block;
	color: #fff;
}
.footer .footer_box {
	margin: 0px auto;
	width: 940px;
	display: flex;
	flex-wrap: nowrap;
	align-content: stretch;
	align-items: stretch;
	justify-content: space-between;
}
.footer .footer_box .left-footer {
	background-color:#D5625D;
	width: 260px;
	padding: 20px 10px;
	margin-bottom: 0px;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer .footer_box .left-footer .inmei {
	font-size: 26px;
	line-height: 30px;
	padding: 0 0 0 10px;
	text-align: left;
  font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	 transform: rotate(0.05deg);
}
.footer .footer_box .left-footer .inmei span{font-size: 14px;
display: block;}

.footer .footer_box .left-footer p.telnum {font-family: Arial, Helvetica, "sans-serif";
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 27px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../image/common/tel_white.png);
	background-size: 18px auto;
	-webkit-background-size: 18px auto;
	margin: 0 0 0 5px;
	color: #fff;
}
.footer .footer_box .left-footer p.telnum a {
	text-decoration: none;
	color: #fff;
}
.footer .footer_box .right-footer {
	width: 670px;
}
.footer .footer_box .right-footer ul {
	font-size: 15px;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	align-items: stretch;
	padding: 20px 0;
	justify-content: flex-end;
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
	
}
.footer .footer_box .right-footer ul li{
	display: inline;
	list-style: none;
	margin-left: 8px;
	position: relative;
}
.footer .footer_box .right-footer ul li:after{content:"｜";
margin-left: 8px;
color: #fff;}

.footer .footer_box .right-footer 
ul li:first-child:before{content:"｜";
	position: absolute;
	left: -20px;
	top:0;
	color: #fff;
	
}

.footer .footer_box .right-footer ul li a {
	text-decoration: none;
	color: #fff;
}
.footer .footer_box .right-footer ul li a:hover {
	text-decoration: underline;
	color:#FFF56D;
}
.footer .footer_box .right-footer p {
	font-size: 11px;
	margin-top: 0px;
	text-align: right;
	margin-bottom: 0px;
}
.footer .footer_box .right-footer p small {
	font-size: 14px;color: #fff;
}
.footer .footer_box .right-footer p a,
.footer .footer_box .right-footer p a:hover,
.footer .footer_box .right-footer p a:visited {
	color: #fff;
	text-decoration: none;
}
