@charset "utf-8";
@import "ress.css";
body {
	-webkit-text-size-adjust: 100%;
	background-color:#fff;
	font-size:100%;
	color:#333;
	line-height:140%;
}
/*****全体******/
#wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
header, main {
	margin:0 auto;
	width:750px;
}
/*****ヘッダ*****/
header {
	background-image: url(../images/header-back.jpg);
	height: 105px;
}
#head-title {
	height: 100px;
}
#head-title:after {
    content: "";
    clear: both;
    display: block;
}
.head-left, .head-right {
	float:left;
	padding:2px 10px;
}
.head-left {
	width:20%;
}
.head-right {
	width:80%;
	color:#fff;
	font-size:80%;
	text-align:right;
	padding-top:12px;
}
/*****メニュー******/
nav {
	font-size:90%;
}
nav ul {
	list-style-type: none;
	background-color: #263314;
	text-align: center;
}
nav li {
	display: -moz-inline-box;
	display: inline-block;
 /display: inline;
 /zoom: 1;
	border-right: 1px solid #bbbbbb;
	margin-left:-5px;
}
nav li:last-child {
	border-right: none;
}
nav li a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 14px 32px;
	text-decoration: none;
}
nav li a:hover:not(.active), nav li.off a {
 background-color: #73993d;
}
nav .active {
	background-color: #da3c41;
}
/*****コンテンツ*****/
main {
	margin-top:10px;
	height:100%;
	padding:0 10px;
	flex: 1;
}
h1 {
	font-size:120%;
	color:#333;
	border-left:0.5em solid #73993d;
	border-bottom:1px solid #73993d;
	padding-top:0.2em;
	padding-left:0.5em;
	padding-bottom:0.2em;
	margin-top:15px;
	margin-bottom:15px;
}
h2 {
	font-size:110%;
}
.red {
	color: #F00;
}
/*****テーブル*****/	
table {
	border-spacing:2px;
}
th, td {
	padding:0.5em
}
/*****フッタ*****/
footer {
	background-color:#CCC;
	margin-top: 2em;
	padding:1em 0;
}
footer p, footer address {
	width:750px;
	padding:0 15px;
	margin:0 auto;
	text-align:right;
	font-size:x-small;
	line-height:120%;
}
/*-----------------------------

      Back to top button

-----------------------------*/
#page-top {
	position: fixed;
	bottom: 3%;
	right: 3%;
}
#page-top span {
	width: 60px;
	height: 60px;
	display: block;
}
/*-----------------------------

      tel-link

-----------------------------*/
a[href^="tel:"] {
text-decoration: none;
color: #333;
}
