@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font: 14px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#252525;
-webkit-text-size-adjust: none;
letter-spacing: 1px;
background:#fff;
}

/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#777;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#c00;
}

/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post{zoom: 1;}

/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:99%;
line-height:30px;
height:30px;
padding:1px 5px;
margin:0 0 5px 0;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #56a8e7;
background: -moz-linear-gradient(top, #56a8e7 0%, #357dbd 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#56a8e7), color-stop(100%,#357dbd));
background: -webkit-linear-gradient(top, #56a8e7 0%,#357dbd 100%);
background: -o-linear-gradient(top, #56a8e7 0%,#357dbd 100%);
background: linear-gradient(to bottom, #56a8e7 0%,#357dbd 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56a8e7', endColorstr='#357dbd',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:120%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #56a8e7;
background: -moz-linear-gradient(top, #357dbd 0%, #56a8e7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#357dbd), color-stop(100%,#56a8e7));
background: -webkit-linear-gradient(top, #357dbd 0%,#56a8e7 100%);
background: -o-linear-gradient(top, #357dbd 0%,#56a8e7 100%);
background: linear-gradient(to bottom, #357dbd 0%,#56a8e7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#357dbd', endColorstr='#56a8e7',GradientType=0 );
cursor:pointer;
}

*:first-child+html input[type="submit"]{padding:3px;}

select {
	border:1px solid #d4d4d7;
	background:#fcfcfc;
	font-size: 14px;
	margin: 0px 0px  5px 0px ;
	padding: 5px 0px 5px 0px;
	height:40px;
}
textarea {
	width: 100%;
	font-size: 14px;
}
input {
	border:1px solid #d4d4d7;
	background:#fcfcfc;
	font-size: 14px;
}
input.kei {
	border:1px solid #d4d4d7;
	background:#fcfcfc;
	font-size: 14px;
	width: 100%;
}
form {
	font-size: 14px;
	line-height: 1.6;
}

/* ラジオボタン、チェックボックス
------------------------------------------------------------*/
input.radio {
	display:inline-block; width:20px; height:30px; vertical-align:top;
}
label.radiolabel {
	display:inline-block; height:35px; line-height:35px; background:#fcfcfc; border:1px solid #d4d4d7;
	margin: 0px 0px  6px 0px ;
}

/* Header Image Area img_1200x379px
------------------------------------------------------------ */
#header-image-area {
	width: 100%;
	border: 0;
	display: block;
	position: relative;
	overflow: hidden !important;
	padding: 0;
	border-bottom: solid 15px #f8ebd5;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#header-image-area:after {
	padding-top: 32%;
	display: block;
	content: "";
}
/* Header Image Area img_1200x280px
------------------------------------------------------------ */
#header-image-area2 {
	width: 100%;
	border: 0;
	display: block;
	position: relative;
	overflow: hidden !important;
	padding: 0;
	border-bottom: solid 10px #f8ebd5;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#header-image-area2:after {
	padding-top: 20%;
	display: block;
	content: "";
}


/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:1140px;
}

#header{
overflow:hidden;
background:#fff;
}

#content{
float:left;
width:1140px;
padding:15px 0;
}

#sidebar{
float:right;
width:0px;
padding:30px 0;
}

#footer{
clear:both;
padding-top:40px;
padding-bottom:10px;
background:#f6f6f6;
}

.contents, .contents2{
	clear:both;
	padding:0;
	margin:0;
	width:1140px;
	}

/* ヘッダー
*****************************************************/
#header .bg{background:#fff;}

/* サブナビゲーション
----------------------------------*/
#header ul{
padding-top:10px;
float:right;
}

#header ul li{
display:inline;
margin-left:0px;
font-size:90%;
}

#header ul li a{
padding-left:0px;
color:#000;
}

/* .post  img
----------------------------------*/
.post p{padding-bottom:15px;}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}

.post blockquote p{padding:5px 0;}

.post table{
border: 1px #357dbd solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:7px 10px 7px 5px;
border: #357dbd solid;
border-width: 0 0 1px 1px;
font-weight:bold;
color:#fff;
background:#56a8e7;
}

.post table td{
padding:7px 5px;
border: 1px #357dbd solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}

/* フッター
*****************************************************/
.footernav{
clear:both;
font-size: 14px;
line-height: 1;
width:1140px;
margin:0px auto 35px auto;
}
.footernav ul{
clear:both;
margin:0 40px 0px 40px;
}
.footernav li{
float:left;
margin:0 0px 20px 0;
padding:2px 25px 0px 25px;
text-align:center;
border-left: solid 1px #999;
background:none;
}
.footernav li.last{
float:left;
margin:0 0px 20px 0;
padding:2px 25px 0px 25px;
text-align:center;
border-left: solid 1px #999;
border-right: solid 1px #999;
background:none;
}

#copyright{
clear:both;
padding:10px;
text-align:center;
font-size:75%;
zoom:1;
color:#fff;
background:#000;
}

/* BOX_free
------------------------------------------------------------*/
ul.box_free3{
letter-spacing: -.4em;
margin:0px 0px 20px 0;
padding:0;
}
ul.box_free3 li{
display: inline-block;
width: 360px;
margin:0 10px 0 0;
padding:0;
letter-spacing: normal;
vertical-align: top;
}
ul.box_free6{
letter-spacing: -.4em;
margin:0px 0px 20px 0;
padding:0;
}
ul.box_free6 li{
display: inline-block;
width: 175px;
margin:0 8px 0 0;
padding:0;
letter-spacing: normal;
vertical-align: top;
}
ul.box_free6 li img{
width: 175px;
height: 175px;
border: none;
}
/* BOX_３
------------------------------------------------------------*/
.box3{
clear:both;
width:1140px;
margin:0px 0px 20px 0;
}

.box3 li{
float:left;
width: 360px;
margin:0 30px 0 0;
padding:2px 0 20px;
background:none;
}
.box3 li.last{
float:left;
width: 360px;
margin:0 0px 0 0;
padding:2px 0 20px;
background:none;
}

ul.thumb h3{
margin-bottom:5px;
padding:0 0 0 20px;
font-weight:bold;
font-size:16px;
line-height:1.6;
color:#666;
text-align:left;
background:url(images/bk_h3.gif) no-repeat 0 6px;
border-bottom: none;
}
ul.thumb h4{
margin-bottom:5px;
margin-top:0px;
padding:0px 0 0 0px;
font-weight:bold;
font-size:16px;
line-height:2.5;
color:#666;
text-align:center;
border: none;
}

/* BOX_4
------------------------------------------------------------*/
.box4{
clear:both;
width:1140px;
margin:0px 0px 20px 0;
}

.box4 li{
float:left;
width: 255px;
margin:0 40px 0 0;
padding:2px 0 40px 0px;
background:none;
}
.box4 li.last{
float:left;
width: 255px;
margin:0 0px 0 0;
padding:2px 0 40px 0px;
background:none;
}

/* NEW
------------------------------------------------------------*/
#header h1 {
padding:4px 0 4px 20px;
font-weight:normal;
font-size:12px;
line-height:1;
color:#ccc;
text-align:left;
background:#000;
}
h2 {
  position: relative;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: -1px;
  color: #333;
  display: inline-block;
  margin: 50px 0 30px 50px;
  text-shadow: 0 0 2px white;
}
h2:before {
  content: "";
  position: absolute;
  background: #eee;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 20%;
  left: 0%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}
.title{
clear:both;
margin:0px 0px 30px 0px;
padding:0px 0 0 0px;
text-align: center;
}
.title2{
clear:both;
margin:0px 0px 15px 0px;
padding:0px 0 0 0px;
text-align: center;
}
.hombun {
	font-size: 16px;
	line-height: 1.7;
	margin: 0px 50px 15px 50px;
	padding: 0px 0px 0px 0px;
}
.send {
	font-size: 16px;
	line-height: 1.7;
	margin: 0px 50px 15px 50px;
	padding: 280px 0px 0px 0px;
	background-image: url(images/bk_send01.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
dl.announce {
	font-size: 15px;
	line-height: 1.4;
	margin: 0px 50px 40px 50px;
	padding: 10px 0px 0px 0px;
	border-top: solid 2px #999;
	border-bottom: solid 1px #ccc;
}
dl.announce dt {
	float:left;
	font-weight: bold;
	color: #333;
	padding: 0px 0px 0px 25px;
	background-image: url(images/bk_news.gif);
	background-repeat: no-repeat;
}
dl.announce dd {
	margin-left:205px;
}

.post p.catch{
margin:0 10px 15px 30px;
padding:0 0 0 20px;
font-size:16px;
line-height:1.7;
color:#333;
background:url(images/bk_catch.jpg) no-repeat 0 2px;
}
strong {
font-weight: bold !important;
}
dl.recruit {
	font-size: 15px;
	line-height: 1.4;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	border-top: solid 2px #999;
	border-bottom: solid 1px #ccc;
	background-image: url(images/bk_recruit.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
dl.recruit dt {
	float:left;
	font-weight: bold;
	color: #333;
}
dl.recruit dd {
	margin-left:80px;
}
dl.copy {
	font-size: 15px;
	line-height: 1.8;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
}
dl.copy dt {
	font-weight: bold;
	color: #555;
}
dl.copy dd {
	color: #333;
}
dl.copy1 {
	font-size: 15px;
	line-height: 1.8;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
	background-image: url(images/koinu6_01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
dl.copy1 dt {
	font-weight: bold;
	color: #555;
}
dl.copy1 dd {
	color: #333;
}
dl.copy2 {
	font-size: 15px;
	line-height: 1.8;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
	background-image: url(images/koinu6_02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
dl.copy2 dt {
	font-weight: bold;
	color: #555;
}
dl.copy2 dd {
	color: #333;
}
ul.copy01 {
	padding: 0px 0px 0px 15px;
	margin: 0px 50px 15px 50px;
	list-style-type: disc;
	text-align: left;
	font-size: 15px;
	line-height: 1.8;
	font-weight: normal;
}
.osu1{
margin:0;
padding:4px 0 2px 4px;
font-weight:normal;
font-size:15px;
line-height:1.4;
color:#fff;
text-align:left;
background:#5e3526;
}
.osu2{
margin:0;
padding:4px 0 2px 4px;
font-weight:normal;
font-size:14px;
line-height:1.4;
color:#000;
text-align:right;
background:#f8ebd5;
}
.osu_n1{
font-weight:bold;
font-size:16px;
line-height:1.4;
}
.osu_n2{
font-weight:bold;
font-size:15px;
line-height:1.4;
}
dl.osu3 {
	font-size: 15px;
	line-height: 1.4;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
}
dl.osu3 dt {
	font-weight: bold;
	color: #444;
}
dl.osu3 dd {
	color: #333;
}
dl.musho {
	font-size: 15px;
	line-height: 1.4;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
}
dl.musho dt {
	padding:4px 0 2px 4px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	color: #444;
	background:#f8ebd5;
}
dl.musho dd {
	color: #333;
}
.koinu01 {
	font-size: 16px;
	line-height: 1.4;
	margin: 0px 0px 0px 0px;
	padding:4px 0 2px 0px;
	color: #fff;
	font-weight: bold;
	text-align:center;
	background:#5e3526;
}
.koinu02 {
	font-size: 14px;
	line-height: 1.4;
	margin: 0px 0px 5px 0px;
	padding:4px 4px 2px 0px;
	color: #333;
	font-weight:normal;
	text-align:right;
	background:#f8ebd5;
}
.koinu03 {
	font-size: 14px;
	line-height: 1.4;
	margin: 0px 0px 0px 0px;
	padding:4px 0 2px 0px;
	color: #000;
	font-weight: bold;
	text-align:center;
	background:#f8ebd5;
}
.koinu04 {
	font-size: 15px;
	line-height: 1.4;
	margin: 0px 0px 0px 0px;
	padding:4px 0 2px 0px;
	color: #c00;
	font-weight: bold;
	text-align:center;
}
.koinu05 {
	font-size: 15px;
	line-height: 1.4;
	margin: 0px 0px 0px 0px;
	padding:4px 0 2px 0px;
	color: #000;
	font-weight:normal;
	text-align:center;
	background:#f8ebd5;
}
.koinu06 {
	font-size: 14px;
	line-height: 1.4;
	margin: 0px 0px 0px 0px;
	padding:4px 0 2px 0px;
	color: #000;
	font-weight:normal;
	text-align:center;
}
.koinu07 {
	font-size: 15px;
	line-height: 1.4;
	margin: 0px 0px 20px 0px;
	padding:4px 0 2px 0px;
	color: #000;
	font-weight: bold;
	text-align:center;
	background:#f8ebd5;
}
.count {
	font-size: 77%;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #666666;
	padding: 0px;
	margin: 20px 4px 15px 0px;
	text-align: right;
}
.pankuzu {
	font-size: 11px;
	line-height: 1.1;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	text-align: right;
}
.keitai {
	font-size: 16px;
	line-height: 1;
	letter-spacing: 1px;
	padding: 0px 0px 3px 0px;
	border-bottom: dotted 2px #999;
}

/* BOX_２
------------------------------------------------------------*/
.box2{
clear:both;
width:1140px;
margin:0px 0px 20px 0;
}

.box2 li{
float:left;
width: 550px;
margin:0 0px 0 0;
padding:2px 0 20px;
background:none;
}
.box2 li.last{
float:right;
width: 550px;
margin:0 0px 0 0;
padding:2px 0 20px;
background:none;
}

/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1140px){
	nav#mainNav{
	clear:both;
	position:relative;
	z-index:200;
	background:url(images/mainnavBg.png) repeat-x;
	margin-bottom:35px;
	}
	
	nav#mainNav ul{
	content:""; display: table;clear: both;zoom:1;
	border-right:1px solid #999;
	border-left:1px solid #999;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	border-left:1px solid #666;
	border-right:1px solid #666;
	}
	
	nav#mainNav ul li:first-child{
	border-left:1px solid #999;
	}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	color:#fff;
	height:20px;
	line-height:20px;
	font-size:130%;
	padding:15px 24px 15px;
	}
	
	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	font-size:90%;
	line-height:1.4;
	white-space: nowrap;
	}
	
	nav#mainNav ul li a span{
	font-size:70%;
	color:#fff;
	}

	nav div.panel{
	display:block !important;
	float:left;
	}

	a#menu{display:none;}

	nav#mainNav ul li.current-menu-item, nav#mainNav ul li:hover, nav#mainNav ul li.current-menu-parent{
	background:url(images/mainnavBg.png) repeat-x 0 100%;
	}

	nav#mainNav ul ul{width:160px;}

	nav#mainNav ul li ul{display: none;}

	nav#mainNav ul li:hover ul{
	display: block;
	position: absolute;
	top:60px;
	left:0;
	z-index:500;
	border:0;
	}

	nav#mainNav ul li li,nav#mainNav ul li li:first-child{
	padding:0 0 0 10px;
	margin:0;
	float: none;
	height:40px;
	line-height:40px;
	width:160px;
	border:0;
	background:url(images/mainnavBg.png) repeat-x 0 -2px;
	}

	nav#mainNav ul li li a{
	width:100%;
	height:40px;
	padding:0 0 0 ;
	line-height:40px;
	font-size:95%;
	text-align:left;
	}

	nav#mainNav ul li li.current-menu-item a{font-weight:bold;}

	nav#mainNav ul li li:hover{background:url(images/mainnavBg.png) repeat-x 0 100%;}

	nav#mainNav ul li:hover ul li:last-child{border:0;}
	
	.see_p{
	display:block;
	}
	.see_m, #header_nav, #footer_sp{
	display:none;
	}
	nav.globalMenuSp{
	display:none;
	}
	div.navToggle{
	display:none;
	}
}

/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1139px){
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0px 0px 10px 0;
	}
	
	nav#mainNav .inner{width:100%;}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:30px;
	line-height:30px;
	font-size: 16px;
	line-height:2.2;
	font-weight: bold;
	text-align:left;
	color:#fff;
	background: #000 url(images/menuOpen.png) no-repeat 5px 10px;
	}
	
	nav#mainNav a#menu span{padding-left:35px;}
	
	nav#mainNav a.menuOpen{
	border-bottom:0;
	background: #666 url(images/menuOpen.png) no-repeat 5px -32px;
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul{margin:0;padding:0;}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px 15px 35px;
	text-align:left;
	border-bottom:1px solid #999;
	background:#fff url(images/before.gif) no-repeat left top;
	}

	nav#mainNav ul li a span{display:none;}
 
	nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active{
	color:#fff;
	background:#888 url(images/before_o.gif) no-repeat left top;
	}
	
	nav#mainNav ul li.current-menu-item li a{color:#666}

	nav#mainNav ul li li{
	float:left;
	border:0;
	}

	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
		padding-left:40px;
		background:#fff url(images/sub1.png) no-repeat 20px 18px;}

	nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover{
	background:#357dbd url(images/sub1.png) no-repeat 20px -61px;}
	
	nav#mainNav ul li li:last-child a{background:#fff url(images/subLast.png) no-repeat 20px 20px;}
	nav#mainNav ul li li:last-child.current-menu-item a,nav#mainNav ul li li:last-child a:hover,nav#mainNav ul li.current-menu-item li:last-child a:hover{background:#357dbd url(images/subLast.png) no-repeat 20px -65px;}
	
	nav div.panel{float:none;}
	
	#mainImg{margin-bottom:20px;}

	nav#mainNav ul li a::before {
	content: '';
	position: relative;
	float: right;
	width: 8px;
	height: 8px;
	margin-top: 5px;
	border-top: 1px solid #00c;
	border-right: 1px solid #00c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}
	
	.see_p, #header_nav, #footer_sp{
	display:none;
	}
	.see_m{
	display:block;
	}
	nav.globalMenuSp{
	display:none;
	}
	div.navToggle{
	display:none;
	}
}

/* 1139px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 1139px){
	#wrapper, #header, .inner{width:100%;}

	#header h2{
	clear:both;
	float:none;
	margin:0 auto;
	padding:10px 0 0px 0px;
	text-align:center;
	}
	#header h3{
	float:none;
	margin:0 auto;
	padding:0px 0 10px 0px;
	text-align:center;
	}

	nav#mainNav ul, .box3, .box2, .box4{margin:0 auto;}
	nav#mainNav ul ul{padding:0;}

	nav div.panel{float:none;}
	
	#mainImg img{width:98%;height:auto;}

	#content, #sidebar{
	clear:both;
	width:100%;
	float:none;
	margin:0 auto;
	padding:0px 0;
	}
	
	#banners{width:100%;margin:0 auto;text-align:center;}
	#banners p{display:inline;margin:0 10px;}
	#banners p img{width:100%;height:auto;}
	
	.swiper-container{width:100%;height:auto;margin:0 auto;text-align:center;}
	.swiper-slide img{width:100%;height:auto;}
	
	section.widget_search{text-align:center;}

	#footer{margin:0;border:0;text-align:center;}
	
	#footer ul{	text-align:center;	}
	#footer ul li{margin-right:20px;}
	
	nav.globalMenuSp{
	display:block;
	}
	div.navToggle{
	display:block;
	}
}

/* 幅1139px以下から  BOX_３の画像調節、ヘッダータイトルの非表示、contentsの追加、ナビメニューとメインイメージの間隔調整
------------------------------------------------------------*/
@media only screen and (max-width: 1139px){
	.box3{width:100%;margin:0 auto;text-align:left;}
	.box3 ul.thumb li{width:30%; float:left;margin:0 1% 0 2%;}
	.box3 img{width:100%;height:auto;}
	
	.box4{width:100%;margin:0 auto;text-align:left;}
	.box4 ul.thumb li{width:22%; float:left;margin:0 1% 0 2%;}
	.box4 img{width:100%;height:auto;}
	
	.box2{width:100%;margin:0 auto;text-align:left;}
	.box2 ul.thumb li{width:47%; float:left;margin:0 1% 0 2%;}
	.box2 img{width:100%;height:auto;}
	
	.box4 li{
	padding:2px 0 20px 0px;
	}
	.box4 li.last{
	padding:2px 0 20px 0px;
	}

	#header h1,#header p{
	display:none;
	}
	.footernav, #footer{
	display:none;
	}
	ul.thumb h4{
	display:none;
	}
	#header_nav ul img{width:90px;height:21px;}
	#header_nav, #footer_sp {
	display:block;
	}
	#header {
	padding: 40px 0px 0px 0px;
	}
	.contents{
	clear:both;
	padding:0 0 0px 0;
	margin:0 auto;
	width:95%;
	}
	.contents2{
	clear:both;
	padding:0 0 0px 0;
	margin:0 auto;
	width:98%;
	}

	nav#mainNav{
	padding:0;
	margin:0;
	}
	
	.post p.catch{
	font-size:15px;
	line-height:1.4;
	margin:15px 0px 10px 0px;
	}
	
	dl.recruit {
	background-image: none;
	}
	dl.recruit dt {
	float:none;
	font-weight: bold;
	color: #333;
	}
	dl.recruit dd {
	margin-left:0px;
	}
	dl.copy1 {
	background-image: none;
	}
	dl.copy2 {
	background-image: none;
	}
	
	form{
	padding:0 0 0px 0;
	margin:0 0 15px 0;
	}
	dl.announce {
	font-size: 15px;
	line-height: 1.4;
	margin: 0px 0px 40px 0px;
	padding: 10px 0px 0px 0px;
	border-top: solid 2px #999;
	border-bottom: solid 1px #ccc;
	}
	.hombun {
	font-size: 15px;
	line-height: 1.7;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
	}
	ul.copy01 {
	margin: 0px 0px 15px 0px;
	font-size: 15px;
	line-height: 1.6;
	}
}

/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	#header{text-align:center;}
	#headerInfo{width:250px;margin:0 auto;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
	#footer ul{text-align:left;padding:15px;}
	#footer ul ul{padding:0;}

	#header h2{
	clear:both;
	float:none;
	margin:0 auto;
	padding:10px 0 0px 0px;
	text-align:center;
	}
	#header h3{
	float:none;
	margin:0 auto;
	padding:0px 0 5px 0px;
	text-align:center;
	}

	#header h2 img{width:70%;height:auto;}
	#header h3 img{width:38%;height:auto;}
	.title img{width:45%;height:auto;}
	.title2 img{width:80%;height:auto;}
	
	#header_nav ul img{width:90px;height:21px;}
	#header_nav {
	display:block;
	}
	.pankuzu{
	display:none;
	}
	.send {
	font-size: 15px;
	line-height: 1.7;
	margin: 0px 0px 15px 0px;
	padding: 210px 0px 0px 0px;
	background-image: url(images/bk_send02.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
	.box4{width:100%;margin:0 auto;text-align:left;}
	.box4 ul.thumb li{width:47%; float:left;margin:0 1% 0 2%;}
	.box4 img{width:100%;height:auto;}
	.box4 li{
	padding:2px 0 10px 0px;
	}
	.box4 li.last{
	padding:2px 0 10px 0px;
	}
	dl.announce dt {
	float:none;
	font-weight: bold;
	color: #333;
	padding: 0px 0px 0px 25px;
	background-image: url(images/bk_news.gif);
	background-repeat: no-repeat;
	}
	dl.announce dd {
	margin-left:25px;
	}
	h2 {
  position: relative;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -1px;
  color: #333;
  display: inline-block;
  margin: 30px 0 30px 50px;
  text-shadow: 0 0 2px white;
}
h2:before {
  content: "";
  position: absolute;
  background: #eee;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 20%;
  left: 0%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
	}
}

/* スマートフォン */
@media only screen and (max-width:540px){
	.box3{width:98%;text-align:left;}
	.box3 ul.thumb li{width:98%;}
	.box3 img{width:98%;height:auto;}
	
	.box2{width:98%;text-align:left;}
	.box2 ul.thumb li{width:98%;}
	.box2 img{width:100%;height:auto;}

	#header h2 img{width:60%;height:auto;}
	#header h3 img{width:32s%;height:auto;}
	.title img{width:60%;height:auto;}
	.title2 img{width:100%;height:auto;}
	.send {
	font-size: 15px;
	line-height: 1.7;
	margin: 0px 0px 15px 0px;
	padding: 120px 0px 0px 0px;
	background-image: url(images/bk_send03.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
}

/* NEW
------------------------------------------------------------*/
.clear{clear:both;}
.post p {
	margin: 0;
	padding: 0;
}
.post p.m5 {
	margin: 0 0 5px;
	padding: 0;
}
.post p.m10 {
	margin: 0 0 10px;
	padding: 0;
}
.post p.m10w {
	margin: 10px 0;
	padding: 0;
}
.post p.m15 {
	margin: 0 0 15px;
	padding: 0;
}
.post p.m20 {
	margin: 0 0 20px;
	padding: 0;
}
.spotlight1 {
	color: #c00;
}
.spotlight2 {
	color: #c00;
	font-size: 85%;
	font-weight: bold;
}
.bold {
	color: #555;
	font-weight: bold;
}
.note {
	font-size: 12px;
}
span.sup {
	vertical-align: super;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: 1ex;
}
span.sub {
	vertical-align: sub;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	top: .5ex;
}
p.c_item {
	font-size: 16px;
	line-height: 1.8;
	padding: 0px 0px 0px 28px;
	margin: 0px 0px 7px 0px;
	background-image: url(images/bk_c_item.gif);
	background-repeat: no-repeat;
}
img.left_p {
	float: left;
	margin:0 5px 10px 0;
}
div.clear {
	clear: both;
	margin: 0 0 10px 0;	
}
.post h3.top {
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	color: #900;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: none;
	background:none;
}
.post h3.top2 {
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	color: #333;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: dotted 3px #999;
	background:none;
}
.post h3 {
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	color: #333;
	padding: 0px 0px 5px 20px;
	margin: 0px 0px 20px 0px;
	border-bottom: dotted 3px #999;
	background:url(images/bk_h3a.gif) no-repeat 0 1px;
}
.post p.kyowa {
	font-size: 14px;
	line-height: 1.5;
	padding: 0;
	margin: 0px 0px 10px 0px;
}
.post h4 {
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	color: #666;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 15px 0px;
	background-image: url(images/bk_h4.gif);
	background-repeat: no-repeat;
}
.aka {
	color: #c00;
	font-weight: bold;
}
.google-map {
    position: relative;
    width: 100%;    /* 左右に余白が必要なら値を変更してもOK */
    height: 0;
    padding-bottom: 65%;    /* padding-topでもOK */
    overflow: hidden;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    /* 必要であれば!importantを付けてください */
    height: 100%;    /* 必要であれば!importantを付けてください */
}
iframe {
	margin: 0 0 15px;
	padding: 0;
}
table.re {
	margin: 0px 0px 10px 0px;
	padding: 0;
	border: none;
}
table.re td {
	margin: 0px;
	padding: 2px 10px 6px 0px;
	border: none;
}
/* to_top パソコン・スマホ共通のCSS
--------------------------------------------------------------------------- */
#PageTopBtn {
    position: fixed; /*ボタンの配置場所を固定*/
    bottom: -10px; /*下からのボタンの配置場所を指定*/
    right: 10px; /*右からのボタンの配置場所を指定*/
}
#PageTopBtn a {
    display: block; /*配置の調整*/
    text-decoration: none; /*文字の下線を消す*/
    color: #fff; /*文字の色*/
    background: rgba(0,0,0,0.3); /*ボタンの背景色*/
    text-align: center; /*文字を中央に配置*/
    border-radius: 5%; /*ボタンの角を少し丸くする*/
    outline: none; /*クリックしたときの黒い枠を消す*/
}
#PageTopBtn a:hover {
    text-decoration: none; 
    background: rgba(0,0,0,0.6);; /*マウスオーバー時の背景色*/
}

/* パソコンで表示する場合のCSS */
@media (min-width: 768px) {
#PageTopBtn {
    font-size: 13px; /*文字のサイズ*/
}
#PageTopBtn a {
    width: 70px; /*ボタンの幅*/
    height: 50px; /*ボタンの高さ*/
    padding: 14px 0; /*文字の配置場所の調整*/
}
}

/* スマホで表示する場合のCSS */
@media (max-width: 767px) {
#PageTopBtn {
    font-size: 10px;
}
#PageTopBtn a {
    width: 50px;
    height: 30px;
    padding: 12px 0;
}
}
/* 上向き矢印 */
.arrow {
    display:  inline-block;
    color: #fff;
    text-decoration:  none;
    background: rgba(0,0,0,0.3);
    border-radius: 5px;
    position:  relative;
    height: 50px;
    width: 50px;
}

.arrow::before {
    content:  '';
    width: 20px;
    height: 20px;
    display:  block;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(-45deg);
    position:  absolute;
    top: 10px;
    bottom:  0;
    left:  0;
    right:  0;
    margin:  auto;
}
#header_nav{
	position:fixed;
	top:0px;
	width:100%;
	height: 40px;
	line-height: 2.0;
	background-color: #000;
	background-color: rgba(0,0,0,1);
	padding: 0px 0px 0px 0px;
	margin: 0;
	text-align: center;
	z-index: 200;
}

#header_nav ul {
	width:100%;
	margin: 0;
	padding: 0;
}
#header_nav ul, #header_nav ul li {
	display:block;
	list-style:none;
	margin: 0;
	padding:0;
}
#header_nav ul li {
	width:33%;
	float:left;
	margin: 5px 0px 5px 0px;
	border-right: 1px solid #ccc;
	position:relative;
}
#header_nav ul li.last {
	width:33%;
	float:left;
	margin: 5px 0px 5px 0px;
	border-right: none;
	position:relative;
}
#header_nav #nav-open {
  position: absolute;
  width: 100%;
  height: 0px;
  z-index: 200;
  margin: 0;
  background: #000;
}
#header_nav #nav-open a {
  position: absolute;
  top: 5px;
  right: 10px;
}
.navfooter{
	width:100%;
	height: 30px;
	line-height: 1.8;
	background-color: #666;
	padding: 0px 0px 0px 0px;
	margin: 0;
	border-bottom: 1px solid #fff;
	text-align: left;
}
.navfooter ul {
	width:100%;
	margin: 0;
	padding: 0;
}
.navfooter ul, .navfooter ul li {
	display:block;
	list-style:none;
	margin: 0;
	padding:0;
}
.navfooter ul li {
	width:45%;
	float:left;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	border-right: 1px solid #fff;
	position:relative;
}
.navfooter ul li.last {
	width:45%;
	float:left;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	border-right: none;
	position:relative;
}
.navfooter ul li a {
	display: block;
	font-size: 12px;
	letter-spacing: 0px;
	color: #fff;
}
.navfooter ul li a:hover {
	color: #ccc;
}
.navfooter li a:visited {
	color: #fff;
}
/* ハンバーガーメニュー
---------------------------------------------------------- */
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.7);
    color: #000;
    text-align: left;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
 
nav.globalMenuSp ul {
    background: rgba(248,235,213,0.7);
    margin: 0px 0 0px 70px;
    padding: 40px 0 0px 0px;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 8px 0 8px 20px;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 52px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 3;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 25px;
    border-bottom: solid 4px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 7px;
}
 
.navToggle span:nth-child(2) {
    top: 16px;
}
 
.navToggle span:nth-child(3) {
    top: 25px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}