/* ----------------------------------------------------------------

初期設定項目

---------------------------------------------------------------- */
* {
	margin:0;
	padding:0;
	font-size: 14px;
}

html,body {
	height:100%;
}

body {
	margin: 0 auto;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	color: #555;
}
a {
	text-decoration:none;
	/* color:#4169e1; */
	color: #496996;
}
img, table,th,td {
	border:none;
}
strong {
	color:red;
}
ul {
	list-style:none;
}

/* ----------------------------------------------------------------

container

---------------------------------------------------------------- */
#container {
    width: 100%;
    position: relative;
    height: auto !important;    
    height: 100%;
    min-height: 100%;
}

/* ----------------------------------------------------------------

header

---------------------------------------------------------------- */
#header {
    padding: 10px 0px;
	width: 1000px;
    margin: auto;
    overflow: hidden;
}
#header #logo {
	float:left;
	margin-top: 5px;
}

#header #tpoint {
	float:right;
	margin-left: 20px;
}

#header #navi {
	float:right;
	margin-top: 10px;
	text-align: center;
}
#header #navi #title{
	color: red;
	font-size: 12px;
	font-weight: bold;
}
#header #navi #tel {
	font-size: 26px;
}
#header #navi p{
	width:100%;
	font-size: 13px;
}
#header .button-toggle {
	display: none;
}

#header #icon {
	float:right;
	margin-right: 20px;
	margin-top: 40px;
}
#header #icon img {
	margin-right: 10px;
}

/* ----------------------------------------------------------------

main

---------------------------------------------------------------- */
#main {
	position:relative;
	border-top: 1px solid #ddd;
	/* height: 430px; */
	margin-bottom: -60px;
}
#main .image01 {
	z-index:0;
}
#main .image01 img {
	margin :auto;
	min-width: 1300px;
	width: 100%;
}

#submain {
	border-bottom: 1px solid #ddd;
	height: 150px;
	background:#e8f1f4;
}
#submain .subimage {
	height: 150px;
}
#submain .subimage1 {
	height: 150px;
	background: url(img/backsub1.png) center center no-repeat;
}
#submain .subimage2 {
	height: 150px;
	background: url(img/backsub2.png) center center no-repeat;
}
#submain .subimage3 {
	height: 150px;
	background: url(img/backsub3.png) center center no-repeat;
}

/* ----------------------------------------------------------------

menu

---------------------------------------------------------------- */

 
#menu {
	text-align: center;
	margin: auto;
    /* border-top:1px solid #dddddd;
    border-bottom:1px solid #dddddd; */
    border-bottom: 5px solid #333;
    height: 60px;
    clear: both;
	background: #333;
	z-index:9999;
}
#menu #button {
	margin: auto;
	height: 100%;
	width: 837px;
	/* border-left:1px solid #666; */
}
#menu #button ul {
	display: block;
}
#menu #button ul li:first-child {
	border-left:1px solid #666;
}
#menu #button ul li{
	position: relative;
	float:left;
	border-right:1px solid #666;
	border-bottom: 5px solid #3891ca;
}
#menu #button ul li.active {
	border-bottom: 5px solid orange;
}
#menu #button ul li a {
	display: inline-block;
	height: 60px;
	line-height:60px;
	/* width :141px; */
	width : 164px;
	color: #fff;
}
#menu #button ul li a.double {
	line-height:30px;
}
#menu #button li:hover {
	cursor: pointer;
	background-color: #444;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.8;
}


/* ----------------------------------------------------------------

contents

---------------------------------------------------------------- */
#contents {
	position: relative;
    margin: 20px auto 0 auto;
    padding-bottom: 60px;
	height: 100%;
	width: 1000px;
	overflow: hidden;
}


#contents a {
	text-decoration:none;
}
#contents a:hover{
	text-decoration:underline;
}
h1 {
	display: none;
	width:0;
	height:0;
}

#contents h2 {
	padding : 15px;
	font-size: 20px;
	font-weight: normal;
	background: #fafafa;
	border: 1px solid #ddd;
	border-top: 2px solid #4169e1;
}


#contents h3 {
	margin-top: 10px;
	padding: 10px 0 10px 15px;
	font-size: 18px;
	font-weight: normal;
	border-top: 1px solid #4169e1;
	border-bottom:1px solid #ddd;
	position: relative;
	background: #fafafa;
}
#contents h3:before {
	content:"";
	display:block;
	width:30%;
	border-bottom:2px solid #eb6100;
	position:absolute;
	bottom:0;
	margin-bottom:-2px;
	margin-left:-15px;
}
#contents h3:after {
	content:"";
	display:block;
	width:70%;
	border-bottom:1px solid #ddd;
	position:absolute;
	top:0;
	margin-top:-1px;
	margin-left:-15px;
}

#contents h3 .sub {
	float:right;
	font-size: 12px;
	line-height: 24px;
}
#contents h4{
	font-weight: normal;
	font-size: 16px;
	padding: 10px 10px 30px 10px;
	
	color: #fff;	
	background: url(img/back_h4.png) center center no-repeat;
	
	/* border: 1px solid #496996;
	border-radius:8px;
	background: #fafafa; */
}

#contents h4 .sub {
	font-size: 12px;
	position: absolute;
	bottom: 10px;
}

#contents h6 {
	font-weight: normal;
	font-size: 16px;
	border-bottom: 1px solid #496996;
	margin: 10px 0;
}
#contents h5 {
	font-size: 12px;
	font-weight: normal;
}

#contents p {
	padding: 10px 0;
	color: #444;
	clear: both;
}
#contents p.name {
	width: 100%;
	text-align:right;
}
#contents #message strong {
	font-weight: normal;
	color: #4169e1;
}
#contents #img_left {
	float:left;
	margin: 0 10px 0 0;
	border: 1px solid #ddd;
}
#contents #img_right {
	float:right;
	margin: 0 0 0 10px;
	border: 1px solid #ddd;
}
#contents #image-list{
	margin: 10px 0;
}
#contents table{
	width: 100%;
	margin: 15px 0;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	color: #444;
}
#contents th, #contents td{
	padding: 10px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#contents th{
	font-weight:normal;
	/* background:#e8f1f4; */
}
#contents #jigyo h3 {
	margin-top: 10px;
}
#contents #recruit th{
	width: 80px;
	background:#e8f1f4;
}
#contents #perform th{
	width: 100px;
}
#contents #customer ul {
	display: block;
	margin-bottom: 20px;
}
#contents #customer ul li{
	border-bottom: 1px dashed #ddd;
}
#contents #customer ul li a {
	display: inline-block;
	padding: 10px 0;
	width: 100%;
}
#contents #customer ul li a:hover {
	display: inline-block;
	padding: 10px 0;
	width: 100%;
	background-color: #fafafa;
}

#contents #gmap {
	margin: 10px 0;
	height: 370px;
	border: 1px solid #ddd;
}
#contents #gmap #infowindow{
	text-align: center;
	color: #333;
}

#pagemap {
	margin: 10px 0;
}

#yajirusi_x {
	margin: 0 16px 70px 16px;
}
#yajirusi_y {
	margin: 0 16px 100px 16px;
}

#contents ul.topics {
	border: 1px solid #ddd;
}

#contents ul.topics li {
	margin:10px;
	padding: 0 10px 10px 5px;
	border-bottom:1px solid #ddd;
	overflow: hidden;
}
#contents ul.topics li div.text {
	color: #555;
}
#contents ul.topics li div.text:hover {
	text-decoration:underline;
}
#contents ul.topics li div.date {
	color: #555;
	margin: 0 0 5px 0;
	font-size: 12px;
}

#contents ul.topics li div.title {
	color: #555;
	font-size: 20px;
}


#contents ul.topics li a:hover{
	text-decoration:none;
}

#contents ul.topics li div.topimg {
	float:left;
	margin: 0 10px 0 0;
}
#contents ul.topics li div.topimg img {
	border: 1px solid #ddd;
}
#contents ul.topics .screen-reader-text {
	display: none;
	width:0;
	height:0;
}
#contents ul.topics .nav-links {
	font-size: 14px;
}

#contents .box-image {
	border: 1px solid #ddd;
	border-radius:5px;
}
#contents #cneter {
	margin: 0 15px ;
}
#contents #allzone {
	width : 1000px;
}

#contents #leftzone {
	width : 700px;
	float: left;
}

#contents #rightzone {
	width : 270px;
	float: right;
	padding-left: 30px;
}

#contents #submenu {
	border: 1px solid #ddd;
	margin-top : 10px;
	margin-bottom : 10px;
	border-radius:8px;
	background: #fafafa;
}
#contents #submenu li{
	border-top:1px solid #ddd;
}
#contents #submenu li:first-child{
	border:none;
}
#contents #submenu li a{
	display: inline-block;
	width: 250px;
	padding: 20px 10px;
}
#contents #banner {
	margin-top: 10px;
	text-align: center;
}
#contents #banner li img{
	/* border: 1px solid #ddd; */
	margin-bottom: 5px;
}
#contents #rightzone #point{
	margin-top: 20px;
}


/* submenu開閉 */
.nav-open{
	position: relative;
	cursor: pointer;
	
	margin-bottom: 8px;
}
/* 閉じている時 */
.nav-open::before{
	content: "＋";
	position: absolute;
	right: 50px;
}
/* 開いている時 */
.nav-open.active::before{
	content: "－";
}
nav{ display: none; }
.sns-icon { display: none; }



/* ----------------------------------------------------------------

footer

---------------------------------------------------------------- */
#footer {
    position: absolute;
    text-align: center;
    margin: auto;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #ddd;
}
#footer #copy {
	padding: 10px;
	font-size: 11px;
	background:#eee;
}

/* ----------------------------------------------------------------

pageTop

---------------------------------------------------------------- */
.pageTop {
	position:relative;
	width:100%;
}
.pageTop p {
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: block;
	width: 100px;
	z-index:9999;
	cursor: pointer;
}

/* ----------------------------------------------------------------

google_map

---------------------------------------------------------------- */

.google_map{
    position:relative;
    width:100%;
    height:0;
    padding-top:50%;
}
.google_map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


/* ----------------------------------------------------------------

google_map

---------------------------------------------------------------- */
.image {
  margin: 0 auto;
  min-width: 100%;
  max-width: 100%;
  min-height: 388px;
  position: relative;
  background-color: #fafafa;
}

.image__main__photo {
  width: 100%;
  vertical-align: bottom;
}
.image__sub {
  line-height: 0;
  width: 700px;
  height: 240px;
}
.image__sub__thumb {
  display: block;
  float: left;
  width: 142px;
  height: 80px;
  cursor: pointer;
}
.image__sub__thumb__photo {
  width: 142px;
  padding: 0;
  margin: 0；
}
.image__sub__thumb:not(.active) {
  opacity: 0.4;
}

.blocks-gallery-grid {
	width : 700px;
}
.blocks-gallery-grid li{
	float: left;
}
.blocks-gallery-item img{
	width: 220px;
	margin : 0 10px 0 0;
}
.wp-block-image img {
	max-width : 700px;
}