@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

/*------骨組み-----*/

body{
	background-image: url("../image/common/bg.jpg");
}

.header{
	background-color: #fff;
	margin: 0 0 0px;
	padding: 0px 40px;
	overflow: hidden;
    box-sizing: border-box;
	
}

.header h1{
	margin: 0 0 5px 0;
	font-size: 14px;
}

.header_box{
	
	margin: 0 auto;
	display: block;
}
.header_box::after{
display: block;
content: "";
clear: both;
}

.header_box .logo{
	width: 260px;
	margin: 5px 0 20px 0px;
	float: left;
}

.header_box .right_box{
	 width: 285px;
	float: right;
	margin: 20px 0px 0px 0;
	padding: 0;
	overflow: hidden;

}
.header_box .right_box .left{float: left;
   }

.about p.tel {text-align: left;}

 p.tel a{
	
	font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
	color:#333;
	text-decoration: none;
	font-size: 36px;
	
	line-height: 27px;
	padding: 0 0 0 35px;
background-image: url(../image/common/tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 27px;
     
}
.header_box .right_box p.tel a{font-size: 36px;}




.header_box .right_box .right{
	float: right;
	padding: 0 0 0 55px;
    box-sizing: border-box;
	width: 200px;
	background-image: url(../image/common/clock.png);
background-size: auto 45px;
    background-repeat: no-repeat;
	background-position: left center;
}
.header_box .right_box .right dl{
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
.header_box .right_box .right dl dt{
	float: left;
	clear: both;
}
.header_box .right_box .right dl dd{
	text-align: right;
}

.header_box .right_box ul.icon{display: flex;
width: 120px;
float: right;
justify-content: space-around;
margin: 25px 0 0 0;}

.header_box .right_box ul.icon li{width: 28%;}

/*--------------------*/

.page{width: 920px;
background-color: #FFFFFF;
    box-sizing: border-box;
margin: 0 auto;
box-shadow: 0 0 6px #7B7B7B;}
.contents{
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px 40px 0;
	border-radius: 0;
	display: block;
	
}


nav.menu{background:#706B5D}
nav.menu ul{width:100%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	margin: 0 auto;
	justify-content:space-around;
}
nav.menu ul li{width: 20%;
margin: 0 0 0 0;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	text-align: center;
	line-height: 40px;
}
nav.menu ul li:last-child{
margin: 0 0px 0 0;
	border: none;
}

nav.menu ul li a{ font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
color: #fff;
text-align: center;
font-size: 18px;

text-decoration: none;
line-height: 40px;
text-shadow: 0 0 6px #2A1807;
display: block;}
nav.menu ul li img{}


/*--------------------*/

.main{
	width: 540px;
	float: left;
}

/*--------------------*/

.sidebar{
	width: 270px;
	float: right;
}

/*-------------------*/


.about{box-sizing: border-box;
	padding: 10px;
	margin: 0 0 30px;
}


.about p{
	margin: 0 0 15px;
}

.about p.tel{}
.about p.tel a{
	font-size: 36px;

}
.about p.tel a:hover{}
.about p.add{
	font-weight: bold;
	margin: 0 0 10px;

}
.about p.maplink{
	margin: 0 0 10px;
	text-align: right;
}



.about h3{font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
	margin: 0 0 10px;
	padding: 0;
	background-image: none;
	background-color: transparent;
	font-size: 16px;
	border-radius: 0;
	border-bottom: 1px dashed #000000;
	color:#090909;
}

.about h3:after{content:none;}

.about table{
	border: 1px solid #968353;
	margin: 0 0 10px;
	width: 100%;
}
.about table th,
.about table td{
	padding: 5px;
	border: 1px solid #968353;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
}
.about table th{
	font-weight: normal;
}

.about .map{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.about iframe{
	width: 100%;
	height: 310px;
}

.about dl.kyushin{
	color: #D80000;
	font-weight: bold;
	font-size: 16px;
}
.about dl.kyushin dt{
	float: left;
}
.about dl.kyushin dd{
	padding: 0 0 10px 4em;
}

.about .kome,
.about .add{margin: 0 0 0 0;}

.about .left{width: 48%;
float: left;}

.about .right{width: 48%;
float: right;}

.about .name{font-weight: bold;
text-align: center;
font-size: 26px;
color: #10298D;}

/*-------------------*/

.sidebar .bn{}
.sidebar .bn ul{
	padding: 0 0 15px;
}
.sidebar .bn ul li{
	margin: 0 0 15px;
}
.sidebar .bn ul li img{
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px #AAAAAA;
	box-shadow: 0px 0px 5px #AAAAAA;
	display: block;
}

/*--------------------*/

.footer{
	padding: 10px 0;
	background-color:#706B5D;
	display: block;
	margin: 0 auto;
}
.footer p{
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
}
.footer p small{}
.footer p small a{
	color: #FFFFFF;
	text-decoration: none;
}
