@charset "UTF-8";

/*--------------------------------------
  リセット
--------------------------------------*/
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form,label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	background:transparent;
}*/

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
	display: block;
}

nav ul {
    list-style:none;
}

a {
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

img {
	vertical-align: top;
	border: 0;
}

button {
	font-size: 100%;
}

.clear {
	clear: both;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

input,
textarea {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

table{
	border-collapse: collapse; 
	border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

pre {
	overflow: auto;
}

i.fa {
	margin: 0 0.5em 0 0;
}
/*--------------------------------------
幅
 --------------------------------------*/
.haba600 {
 max-width:600px;
 margin:auto;
 }

.haba800 {
 max-width:800px;
 margin:auto;
}
.haba1060 {
 max-width:1060px;
 margin:auto;
 }
  
/* ------------------------------------------------ */
/* 1.共通
/* ------------------------------------------------ */

/* ボックスサイズの計算方法を指定 */
* {
	box-sizing: border-box;
}

/*--------------------------------------
  リンク
--------------------------------------*/
a {
	color: #4682b4;/*steelblue*/
}

a:hover {
	color: #665a1a;/*olive*/
}

/*--------------------------------------
 段落の基本スタイル
 --------------------------------------*/
/* 2等分で横並び */
.col-2-title {
	width: 95%;/*798以上で50%float:leftにする*/
	padding:10px;
	margin:2%
}
.col-2 {
	width: 95%;/*798以上で50%float:leftにする*/
}

/* 3等分で横並び */
.col-3 {
	/*width: 33.33%;
	float:left;*/
	padding:10px auto;
}

.col-3 img{
	margin:0 !important;
	max-width:240px;
}



/*--------------------------------------
  クラス定義
--------------------------------------*/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}

.ss {
	font-size: 50%;
}

.s {
	font-size: 70% !import;
}

.m {
	font-size: 130%;
	line-height: 150%;
}

.l {
	font-size: 150%;
	line-height: 130%;
}
.ll {
	font-size: 200%;
	line-height: 120%;
}
.b {
	font-weight: bold;
}

.tuyoi {
font-size: 48px;
font-weight: bold;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.aligncenter {
	clear: both !important;
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.bold {font-weight: bold !important;}

.red {color: #ff0000 !important}
.orange {color:#ffa500 !important}
.green {color: #149b14 !important}
.gold2 {color: #b8860b !important}
.gold {color: #c0b283 !important}
.silk {color: #dcd0c0 !important}
.paperwhite {#f4f4f4 !important}
.chacore{color: #373737 !important}/*チャコール*/　

.lightblue {color:#99d3df !important}/*薄い水色*/
.lightblue2 {color:#88bbd6 !important}/*少し濃い水色*/
.gray{color:#cdcdcd !important}
.lightgray {color:#e9e9e9 !important}
.olive {color:#665a1a !important}
.teal {color:#008080 !important}/*ティファニーブルー*/
.linkcolor {color:#0033cc}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 80%;
}
 
sup {
	bottom: 1ex;
}
 
sub {
	top: .5ex;
}



.clear {
	clear: both;
}

/*--------------------------------------
  クリアフィックス
---------------------------------------*/
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}



body	{margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;}

 /* 游明朝体 */
.mincho {font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
	font-size : 18px;
	line-height : 1.6;
	background: #fff;
	color: #111;
	}
.wrrap {overflow: hidden;
}
/* サイト名 */
.site h1 a	{color: #000000;
	text-decoration: none;
	text-shadow: 0.5px 0.5px 0 rgba(0, 0, 0, 0.3);}

.site h1	{margin: 0;
	font-size: 30px}

.site img	{border: none}


/* ヘッダー画像    SlideShowクラスに以下含める*/
/*.topimg	{max-width: 100%;
	height: auto;
	vertical-align: bottom;
	 -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
  background: #333;}*/

/* キャッチコピー */

.catch	{
	position:absolute;
	margin: 0;
	padding: 15px;
	background-color: #001e43;/*rgba(0, 0, 0, 0.4);*/
	z-index:999;
}


/* ヘッダー画像にキャッチコピーを重ねる */
/*slidShoをpositionrelativeにしてそのタグで以下を挟む*/

.catch	{position: absolute;
	bottom: 0;
	/*left: 3%:
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);*/
	color: #FFF;
	}


.catch h2 {
  position:absolute;
  color: #f90;
  font-size: 38px;
  text-transform: uppercase;
  top: -60px;
  left: 80px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
}

/* ------------------------------
   SlideShow
------------------------------ */
.slideShow {
	/*margin: 20px auto 30px auto;*/
	width: 100%;
	text-align: left;
	position: relative;
 -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);/*画像を斜めにカット*/
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
  background: #333;
}

.slideShow ul {
	width: 100%;
}

.slideShow ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}

.slideShow ul li img {
	width: 100%;
}


/* 概要 */
/*.gaiyou a	{display: block;
	background-color: #222222;
	color: #ffffff;
	text-align: center;
	text-decoration: none}
.gaiyou a:hover	{opacity: 0.8}*/

.gaiyou i	{display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #ffffff;
	text-align: center;
	font-size: 38px}

.gaiyou .fa-building	{background-color: #00ced1}

.gaiyou .fa-user-friends	{background-color: #00bfff}

.gaiyou .fa-map-marker-alt	{background-color: #5f9ea0}


.gaiyou h1	{margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 20px;
	color: #ffffff;
	background-color: #333;
	text-align: center;
	font-weight: normal}

.gaiyou p	{margin-top: 0;
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #444;
	background-color: #f5f5f5;
	font-size: 12px}


/* お知らせ */

.news	{padding: 20px;
	border: solid 5px #dddddd}

.news h1	{margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
	color: #666666}

.news ul	{margin: 0;
	padding: 0;
	list-style: none}

.news li a	{display: block;
	padding: 5px;
	border-bottom: dotted 2px #dddddd;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.news li a:hover	{background-color: #eeeeee}

.news time	{color: #888888;
	font-weight: bold}

.news a:after	{content: "";
	display: block;
	clear: both}

.news time	{float: left;
	width: 60px}

.news .text	{float: none;
	width: auto;
	margin-left: 100px}


/* SNSメニュー */
.follow ul	{margin: 0;
	padding: 0;
	list-style: none}

.follow li a	{display: block;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none}

.follow li a:hover	{opacity: 0.8}

.follow-tw	{background-color: #63bafb}
.follow-fb	{background-color: #5288f7}
.follow-gp	{background-color: #f65d4a}

.follow i	{margin-right: 10px;
	font-size: 24px;
	vertical-align: middle}
	
/*----------------------
　　　テーブル
-----------------------*/
/*##########テーブル 600以上##########*/
@media (min-width: 600px) {
th,td {padding:5px;}
.table{
	border-collapse:collapse;
	width:100%;
	margin:10px 0;
	}


.table th{
	padding:10px;
	border:1px solid #CCC;
	margin-top: -1px;
	font-weight: normal;
	text-align:left;
	background:#f7f6f5;
	width:30%;
	}
.table td{
	padding:10px;
	border:1px solid #CCC;
	margin-top: -1px;
	}
	}
/*##########テーブル 599以下##########*/
@media (max-width: 599px) {
.table{
	width:95%;
	margin:10px auto;
	}
.table th{
	width:100%;
	display:block;
	padding:5px;
	background:#efefef;
	margin-top:5px;
	border-bottom:0;
	font-weight: normal;
	}
.table td{
	width:100%;
	display:block;
	padding:5px;
	}
}

/*--------------------------------------
  wordpress標準テーブル（レスポンシブでも表組変わらない）
--------------------------------------*/
.wp-block-table {
	width:95%;
	margin:5px auto;
	table-layout:auto;
	}
/*--------------------------------------
  フォーム
--------------------------------------*/
p.table {
	margin-bottom:0 !important;}
	
.table input[type="text"],
.table input[type="email"],
.table input[type="url"] {
	color: #333;
	width:90%;
	margin-bottom: 0;
	padding: 8px;
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 0;
	}

.table textarea {
	color: #333;
	width:90%;
	margin-bottom: 0;
	padding: 8px;
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 0;
	}
	
span.require {
color:#ff0000;
}

input[type="submit"],input[type="reset"],input[type="button"]{
	font-size: 100%;
	color: #fff;
	margin: 3px 20px;
	padding: 4px 8px;
	outline: none;
	border: 1px solid rgba(0, 0, 0, 0.4);
	background-color: #222;/*#caebf2;*/
	/*border-radius: 5px;*/
	cursor: pointer;
}
input[type="submit"]:hover,input[type="reset"]:hover {
	color: #888;
}
.table input:focus,
.table textarea:focus {
	box-shadow: 0 0 7px #3498db;
	border: 1px solid #3498db;
}
.table input[type="text"].span2 {
width:50px;
}
.table input[type="text"].span3 {
width: 160px;
}	

/* recruteテ―ブル
---------------------------------------------------------- */	
.recrute{
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}

.recrute tr{
  border-bottom: solid 2px white;
}

/*.recrute tr:last-child{
  border-bottom: none;
}*/

.recrute th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  text-align: center;
  padding: 10px 0;
  color:#444;
  font-weight: normal !important;
}

.recrute th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.recrute td{
  text-align: left;
  width: 70%;
  background-color: #eee;
  padding: 10px 20px;
}	

/*breadcrumb
---------------------------- */
.breadcrumb {
	width: 100%;
	min-width: 1100px;
	font-size: 93%;
	background: #ececec;
}

.breadcrumb ul {
	width: 1100px;
	margin: 0 auto;
	padding: 15px 0;
}

.breadcrumb li {
	display:inline-block;
	color: #333;
}

.breadcrumb li a {
	color: #333;
	text-decoration: underline;
	margin-right: 8px;
}

.breadcrumb li a:hover {
	text-decoration: none;
}

.breadcrumb li:after {
	content:">";
	color: #333;
	padding-right: 4px;
}

.breadcrumb li:last-child:after {
	content:"";
	padding: 0;
}



@media screen and (max-width: 798px) {

	.breadcrumb {
		min-width: 100%;
	}

	.breadcrumb ul {
		width: 94%;
		margin: 0 auto;
		padding: 10px 0;
	}

}



/* 補足説明 */
.follow-info	{margin-top: 0;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #dddddd;
	font-size: 14px;
	text-align: center}

.follow-info {
	position: relative;
	background: #dddddd;
}
.follow-info:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #dddddd;
	border-width: 15px;
	margin-left: -15px;
}


/* コピーライト */
.copyright p	{margin: 0;
	color: #666666;
	font-size: 14px;
	text-align:right}
	
/* Google Map */	
#ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
margin:15px;
height: 0;
overflow: hidden;
}
 
#ggmap iframe,
#ggmap object,
#ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* BOX5をバーの形にする */
.box5	{padding-top: 15px;
	padding-bottom: 15px;
	background-color: #dddddd}


/* ボックスの左右 */
.boxA, .box4, .box5, .box6
	{padding-left: 15px;
	padding-right: 15px}
.box3	{
	padding-left: 0;
	padding-right: 0;
	margin-bottom:20px;
	background:#fffaf0;/*#f5f5f5*/}

.box3 img{width: 100%; height:auto}


/* ボックスの上下 */
.boxA	{padding-top: 20px;
	padding-bottom: 10px}

.box7 {padding: 20px 15px 50px}

.box4	{padding-top: 20px;
	padding-bottom: 20px}

.box4-1	{padding-bottom: 20px}

.box6	{padding-top: 20px}

.box6-1, .box6-2, .box6-3
	{padding-bottom: 10px}

.box6 p {text-align:left;
	font-size:14px;
	padding:8px;}


/* ########### 359px以下 ########### */
@media (max-width: 359px) {

/* サイト名 */
.site h1 {font-size:20px;}
.site img	{width: 225px;
	height: auto}
.catch	{position:relative;
        bottom: none;
	}
.catch h2 {font-size: 12px !important;
	  top: -45px;}
}


/* ########### 599px以下 ########### */
@media (max-width: 599px) {
.site h1 {font-size:20px;}
/* ナビゲーション */
.menu li a	{padding: 10px 7px;
	font-size: 11px}

/* キャッチコピー */
.catch	{padding: 5px 10px;
	font-size: 12px}

.catch	{position:relative;
        bottom: none;}
.catch h2 {font-size: 18px;
	top: -45px;}
}



/* ########### 767px以下 ########### */
@media (max-width: 767px) {

img {
	width:100%;
	height: auto;
}
.site h1 {font-size:20px;}
/* トグルボタン */
#menubtn	{padding: 6px 12px;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 20px;
	right: 15px;
	cursor: pointer}

#menubtn:hover	{background-color: #dddddd}

#menubtn:focus	{outline: none}

#menubtn i	{color: #888888;
	font-size: 18px}

#menubtn span	{display: inline-block;
	text-indent: -9999px}

/* ナビゲーションメニュー（縦並び） */
.menu	{display: none}

.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{display: block;
	padding:10px 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.menu li a:hover	{background-color: #eeeeee}

.catch	{position:relative;
        bottom: none;
	}
.catch h2 {font-size: 30px;
	  top: -45px;}
	  
.box3 {	margin-bottom:0;}

}

/* ########### 768px以上 ########### */
@media (min-width: 768px) {

/* トグルボタン */
#menubtn	{display: none}

/* ナビゲーション */
#menu	{display: block !important;
background:#f0f8ff}

.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{display: block;
	padding: 10px 15px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.menu li a:hover	{background-color: #f0ffff}

.menu ul:after	{content: "";
	display: block;
	clear: both}

.menu li	{float: left;
	width: auto}

/* BOX1とBOX2を横に並べる設定 */
.boxA:after	{content: "";
	display: block;
	clear: both}

.box1	{float: left;
	width: auto}

.box2	{float: right;
	width: auto}

/* BOX4-1とBOX4-2を横に並べる設定 */
.box4:after	{content: "";
	display: block;
	clear: both}

.box4-1	{float: left;
	width: 70%;
	padding-right: 35px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

.box4-2	{float: left;
	width: 30%}
	
/* catchクラスの親要素で固定 */
.box3	{position:relative;}

/* BOX6-1、BOX6-2、BOX6-3を横に並べる設定 */
.box6:after	{content: "";
	display: block;
	clear: both}

.box6-1	{float: left;
	width: 32%;
	margin-right: 2%}

.box6-2	{float: left;
	width: 32%;
	margin-right: 2%}

.box6-3	{float: left;
	width: 32%}

}


/* ########### 1190px以上 ########### */
@media (min-width: 1190px) {

/* 全体の横幅を固定 */
.box4, .boxA-inner, .box5-inner, .box6, .box7
	{width: 1140px;
	margin-left: auto;
	margin-right: auto}

/* BOX Aの下に罫線を挿入 */
.boxA	{margin-bottom: 0;
	border-bottom: solid 1px #dddddd}

}

