@meta-charset='utf-8';
/*========================
1.共通全体
========================*/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	color: #666;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5em;
	box-sizing:border-box;
}

.body-wrap {
	margin-top: 50px;
}

/* キャッチコピー */
h1.header-title {
	position:relative;
	top:0;
	left:0;
	right:0;
	line-height:26px;
	text-align:center;
	font-size:10px;
	z-index:2;
	background:#fff;
	color:#000;
	margin:0;
	padding-top:3px;
}

.top1text{
    position: relative;
    font-weight: bold;
}

/*nav--------------------*/
.navbar {
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	left: 0;
}

.navbar-default {
	background-color: rgba(255,255,255,.9);
	border-radius:0;
}

.navbar-default .navbar-nav>li>a {
	color:#363636;
	border-radius:0;
}


.navbar-brand {
	padding: 0 15px;
	line-height: 50px;
}

.navbar-brand img {
	padding: 5px 0;
	height:100%;
}

.navbar-nav .dropdown {
	z-index:200;
}

/*sidebutton-------------------*/
.side {
	position: fixed;
	z-index: 10;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,.9);
}

.side ul {
	margin-bottom: 0;
	margin-left:0;
	text-align: center;
}
.side li {
	width: 50px;
	height: 50px;
	border-top: 1px solid #a0bbe4;
	border-left: 1px solid #a0bbe4;
	list-style: none;
}

.side li a {
	display: block;
	color: #a0bbe4;
	text-decoration:none;
}

/*========================
2.header
========================*/
/*TOPスライダー--------------------*/
.top-slider .swiper-container {
	height:200px;
}

.top01 {
	background: url(../img/topn.jpg) no-repeat center;
		background-blend-mode: multiply;
  background-size: auto, cover;
}


h2.slider-title {
	color:#fff;
	text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
	font-weight: bold;
	margin: 30px 50px;
	letter-spacing: .2em;
}

/*=========各コンテンツTOPバナー=============*/
.title-wrap {
	display:inline-block;
	padding:10px 15px;
}

.top-banner h1 {
  color:#fff;
  font-weight:800;
  letter-spacing: 5px;
  text-shadow: 1px 1px 3px #000;
  padding-top:20px;
  padding-left:20px;
  margin:0;
}

.top-banner {
	height:200px;
}

.top-banner01 {
	background: url(../img/dot.png), url(../img/pd-min.jpg) no-repeat center;
	background-blend-mode: multiply;
  background-size: auto, cover;
}

.top-banner02 {
	background: url(../img/dot.png), url(../img/sm-top04-min.jpg) no-repeat center;
	background-blend-mode: multiply;
  background-size: auto, cover;
}

.top-banner03 {
	background:  url(../img/companytop.jpg) no-repeat center;
	background-blend-mode: multiply;
  background-size: auto, cover;
}

.top-banner04 {
	background:url(../img/rectop.jpg) no-repeat center;
	background-blend-mode: multiply;
  background-size: auto, cover;
}

.top-banner05 {
	background: url(../img/dot.png), url(../img/contact-img-min.jpg) no-repeat center;
	background-blend-mode: multiply;
  background-size: auto, cover;
}

.top-banner06 {
	background: radial-gradient(transparent, rgba(0,0,0,.3)),
		url(../img/img08-min.jpg) no-repeat center;
  background-size: cover;
}

.top-banner07 {
	background: radial-gradient(transparent, rgba(0,0,0,.3)),
		url(../img/thanks.jpg) no-repeat center;
  background-size: cover;
}

/*=========TOPボタン=============*/
.topbtn-wrap ul {
	font-size: 0;
	text-align: center;
}

.header-btn {
	display: inline-block;
	height: 89px;
	border: 1px solid #c3510b;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: -moz-linear-gradient( center top, #00a49f 5%, #00635F 100% );
	background: -ms-linear-gradient( top, #fb9c00 5%, #fb5e00 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #fb9c00), color-stop(100%, #fb5e00) );
	background-color: ##fb9c00;
	box-shadow: inset 1px 1px 0 0 #fb5e00;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a49f', endColorstr='#00635F');
}

.header-btn a {
	display: block;
	padding-top: 23.5px;
	padding-bottom: 23.5px;
	line-height: 1.5em;
}
.header-btn:hover {
	background: -moz-linear-gradient( center top, #00635F 5%, #48BBB7 100% );
	background: -ms-linear-gradient( top, #749517 5%, #405012 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #749517), color-stop(100%, #405012) );
	background-color: #749517;

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00635F', endColorstr='#48BBB7');
}
.header-btn:active {
	position: relative;
	top: 1px;
}

.header-btn01 {
	width: 50%;
}

.header-btn02 {
	width: 33.33%;
}

.header-btn a {
	color: #fff;
}

/*パンくずリスト--------------------*/

ol.pan {
	margin:5px 10px;
	font-size:12px;
	border-bottom:1px solid #ccc;
	list-style:none;
}

ol.pan li {
	display:inline-block;
}

ol.pan li:after {
	content:" ≫";
}

ol.pan li:nth-last-of-type(1):after {
	content: "";
}

/*========================
3.コンテンツ共通
========================*/
section {
	margin:50px auto 0;
}

p {
	padding:10px 5px;
	margin:0;
}

/*見出し*/
.container-fluid h1 {
	color: #faa93e;
	border-bottom: 1px solid #faa93e;
	font-size: 25px;
    
}


h4 {
	font-size:16px;
	color:orange;
}

h4:before {
	content:"■ ";
}

/*リスト*/
.indent {
	padding-left:1.5em;
}

.non-list {
list-style:none;
padding-left:1em;
}

/*装飾*/
hr {
	border-top: 1px solid #ccc;
}

.dotted {
	border:0;
	border-bottom:1px dotted #ccc;
}

.lg {
	width:50%;
	margin:0 auto;
	padding:0;
	float:left;
}

.btn {
	display:inline-block;
	margin:0 5px;
	font-weight:700;
	font-size:16px;
}

span.next {
	color:#fff;
	font-size:16px;
	float:right;
	font-weight:bold;
}

.next:after {
	font-family: 'icomoon' !important;
	font-size: 18px;
	content: '\ea42';
	display:inline-block;
	vertical-align:middle;
}

.margin {
	margin:10px;
}

.padding {
	padding:10px 5px;
}

.toptext{
    font-size: 90%;
}

.box{
    width: 100%;
}

.top_img {
    width:100%;
}


/*========================
4.各パーツ別
========================*/
/*各コンテンツのbox*/
.content-box02 {
	padding:20px 1em;
}

.content-box h2 {
	font-size:20px;
	font-weight:500;
	color:#48BBB7;
	display:inline;
	padding-right:10px;
	border-right:5px solid #ccc;
}

.content-box h3 {
	font-size:18px;
	font-weight:500;
	color:#48BBB7;
	margin-left:1em;
}

.content-box h3 > span.day {
	color:#999;
	font-size:10px;
}

.content-box p {
	padding-top:10px;
	padding-bottom:10px;
}

/*遷移BOX*/
.thumbnail {
	border-radius:2px;
	padding:0;
	box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}

.caption {
	background:#00a49f;
}

.caption h2 {
	position: relative;
	margin: 0;
	padding-right: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.caption h2:after {
	position: absolute;
	right: 10px;
	font-family: 'icomoon' !important;
	font-size: 18px;
	content: '\ea42';
}

/*table form*/
.content-box table {
	border:1px solid #eee;
}


.content-box table th {
	width:130px;
	background:#eee;
	vertical-align:top;
}

.content-box table tr:nth-child(2n+1) {
    background: #f5f5f5;
}

.table-box {
	border:1px solid #ccc;
}

.table-box table {
	width:100%;
}

.table-box th {
	border:1px solid #fff;
}

.table-box th,.table-box td {
	padding:5px 10px;
}

.table-box tr+tr td {
	border-top:1px dotted #ccc;
}

.btn-wrap {
	width:100%;
	margin:10px auto;
	padding:0;
	overflow:hidden;
}

.top_img {
    width:100%;
}

/*ラベル*/
label {
	padding:3px;
	border: 1px solid #434343;
	border-radius: 5px;
	margin:3px 2px;
	line-height:32px;
	display:inline-block;
}

.label {
	color:#666;
}

.min-label {
	border: 1px solid #434343;
	border-radius: 3px;
	margin:3px 2px;
	display:inline-block;
	background:#00a1e9;
	line-height:1.2em;
	font-size:90%;
	font-weight:bold;
	color:#fff;
}



#cap input,#job input {
  display: none;
}
.check_box:checked + .label {
  background-color: #00a1e9;
  color:#fff;
}

/*送信ボタン*/
.submit-btn {
	border-radius: 4px;
	width:150px;
	height:36px;
	background:#00a1e9;
	color:#fff;
	border:none;
	box-shadow: 0 5px 0 rgba(0,117,168,1);
	text-align:center;
	margin:5px 0;
}
/*スマホでボタンのデザインが崩れるのを回避*/
input[type="submit"],input[type="button"] {
	-webkit-appearance: none;
	border-radius: 4px;
}

.back-btn {
	padding:5px 10px;
}

.back-btn a {
	text-decoration:none;
}

.formTable table th, td {
    width: 100%;
    line-height: 2em;
    display: block;
    padding: 3px;
}

.formTable th {
	background: #c1e2ff;
}

.slider-box {
	padding:3px;
}

.slider-box02 {
	height:200px;
}

.sub-slider .swiper-container {
	width:100%;
	height:300px;
}

.sub-slider .swiper-slide {
	width:300px;
	height:300px
}

.sub-slider .swiper-slide h4 {
	margin-bottom:0;
}

.sub-slider .swiper-slide p {
	margin-top:0;
	padding:0;
}

.thumbnail h3 {
	margin:10px;
}

.content-box table {
	width:100%;
	display:table;
}

.content-box table th,td {
	width:100%;
	line-height:2em;
	display:block;
	padding:3px;
}

/*INFORMATION--------------------*/
.login {
	background-color: #eee;
	text-align:center;
	height:100%;
}

.login_title {
	letter-spacing:.7em;
	border-bottom:1px solid #ccc;
}

.login_box {
	background:#fff;
	width:350px;
	margin:50px auto;
	padding:20px;
	text-align:left;
	border-radius:4px;
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
	-o-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
	-ms-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}


.info_admin_title {
	font-size:20px;
	font-weight:bold;
	border-left:5px solid #4169e1;
	padding-left:.5em;
}

#info input[type=text] {
   width: 80%;
   box-sizing: border-box;
}


/*map*/
iframe {
	height:200px;
	padding:5px;
	box-shadow:0 0 10px rgba(0,0,0,.3);
}

/*staff*/
.staff {
	padding:10px;
}
.staff-img {
	padding:10px;
	background:#00a49f;
	overflow:hidden;
}

.staff-img img {
	width:100%;
}

/*footer*/
.footer-address {
	background:#ccc;
}

.footer-address address {
	margin:0 auto;
}

footer {
	background: #ce3330;
	font-size: 12px;
	line-height: 40px;
}

footer p {
	padding-left: 10px;
	color: #fff;
	margin:0;
}

.col-sm-4.box1{
    border:none;
    box-shadow: none;
    padding: 20px;
}

.col-sm-4.box{
       padding: 20px;
}

.box1 .thumbnail{
    box-shadow: none;
    border:none;
    bottom: 0px;

}

.box .thumbnail{
    box-shadow: none;
    border:none;
}


.komi{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    
}

.thumbnail.inbox img{
   text-align: center;
}

.yasai img{
    text-align: center;
     max-width: 100%;
    height: auto;

}

.textbox{
    margin-bottom: 30px;
    text-align: left;
    width: 100%;
    height:120px;
}
.imgbox{
   margin-top: 20px;
    
}


img.box{
    width:100%;
}

.boximg{
    width: 100%;
}

.text{
    text-align: left;
    margin-bottom: 10px;
}

.groupLogoImg img {
	padding:5px;
	max-width:100%;
	margin-top:30px;
	margin-bottom:10px;
}

.groupLogoImg a {
	display:block;
	position: relative;
}
.groupLogoImg a:hover {
//	-webkit-filter: drop-shadow(0 5px 3px #666);

}

.groupLogoImg a::before,
.groupLogoImg a::after {
  border-bottom: solid 2px #f00;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
.groupLogoImg a::before {
  left: 50%;
}
.groupLogoImg a::after {
  right: 50%;
}
.groupLogoImg a:hover::before,
.groupLogoImg a:hover::after {
  width: 50%;
}

.borderBox {
padding: 5px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 3px #eee;
    margin-bottom: 10px;
 	line-height:1.5em;
}

.borderBox {
padding: 5px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 3px #eee;
    margin-bottom: 10px;
 	line-height:1.5em;
}

.borderLine03 {
		padding-top: 5px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    margin-bottom: 5px;
    overflow: hidden;
}

.borderLine03 span {
	padding-left:1em;
}
h3.des {
    color: #2e76c2;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5em;
}

span.label {
    margin: 5px;
}

.job_list {
    padding-top: 1em;
}











@media screen and (max-width: 910px){
    
    .toptext{
        text-align: left;
    }
}

@media screen and (max-width: 1435px){
    
    .komi{
        font-size: 16px;
    }

    .textbox{
        margin-bottom: 77px;
    }}


@media screen and (max-width: 1090px) and (min-width: 902px){
    
    .komi{
        font-size: 14px;
    }

    .textbox{
        margin-bottom: 87px;
        font-size:13px;
    }

    .col-sm-4.box1{
        padding: 4px;
    }


    }

@media screen and (max-width: 902px) and (min-width: 768px){
    
    .komi{
        font-size: 14px;
    }

    .textbox{
        margin-bottom: 120px;
        font-size:13px;
    }

    .col-sm-4.box1{
        padding: 4px;
    }}

@media screen and (max-width: 781px){
    
    .komi{
        font-size: 12px;
    }
  

   }

@media screen and (max-width: 767px){
    
    .komi{
        font-size: 14px;
    }
    
    .textbox{
        margin-bottom: 30px;
        font-size:13px;
    }
    
  

   }

@media screen and (max-width: 725px){
    
    .top01 {
	background: url(../img/topp.jpg) no-repeat center;
		background-blend-mode: multiply;
  background-size: auto, cover;
}
    
}



@media screen and  (min-width: 768px) and (max-width: 992px){
	.navbar-brand{
		width:100px;
		height:auto;
		opacity: .3;
		filter: blur(1px);
	}

	.navbar-nav li a {
		font-weight:bold;
	}
}

@media screen and  (max-width: 767px){
	.navbar-brand img{
		width:200px;
		height:auto;
	}
}


/*=========@media=============*/
@media screen and (min-width: 641px){
	h1.header-title {
		font-size:12px;
		line-height:26px;
	}

	ul.navbar-nav {
		float:right;
	}

	.top-slider .swiper-container,.top-banner {
	height:400px;
}


	.header-btn01,.header-btn02 {
		width:20%;
	}

	section,.footer-addrss address {
		padding-bottom:50px;
		width:80%;
	}

	.thumbnail p br.none {
		display:none;
	}

	iframe {
		height:400px;
	}

	.content-box table th {
		width:180px;
	}

	.content-box table th br {
		display:none;
	}

	.footer-address address {
		width:80%;
	}

	table {
		border-collapse: separate;
		border-spacing: 1px;
	}

	table tr {
		display:table-row;
	}


	.content-box table th {
		display:table-cell;
	}

	.content-box table td {
		width:auto;
	}
	.formTable input.max,
	.formTable textarea {
		width:100%;
	}
}

