@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.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.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;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */
body {
color: #454545;
font-size:small;
font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
-webkit-text-size-adjust: none;
	background: url(images/body_back.png) repeat-x;
}
/* リンク設定
------------------------------------------------------------*/
a{color:#d1ad93;text-decoration:none;}
a:hover{color:#ad8a71;}
a:active, a:focus {outline:0;}
/* 全体
------------------------------------------------------------*/
#wrapper{
    clear: both;
margin:0 auto;
padding:0;
width:100%;
position:relative;
background:#fff;
}
.inner{
margin:0 auto;
width:100%;
}
/*************
/* ヘッダー
*************/
#header{
height: 130px;
}
#header h1{
padding:5px 0 10px;
font-size:12px;
font-weight:normal;
}
/*************
/* ロゴ
*************/
.logo{
	padding-top: 20px;
	float:left;
}
.logo span{display:block;}
/*************
/* 電話番号
*************/
.info{
	padding-top: 10px;
float:right;
text-align:right;
}
.info .open{font-size:11px;}
/*************
/* ロゴ+電話番号
*************/
.logo,
.info .tel{
margin-top: 0px;
font-size:20px;
	line-height: 1.0;
font-weight:bold;
}
.info .tel{
	letter-spacing: 8px;
}
.logo span,
.info span{
	color: #35b694;
}
/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
margin: 30px auto 0px;
padding:0;
position:relative;
line-height:0;
/*border-top:2px solid #ebebeb;
border-bottom:2px solid #ebebeb;*/
text-align:center;
}
#mainBanner img{
max-width:100%;
height:auto;
}
.slogan{
position:absolute;
max-width:100%;
height:auto;
bottom:10px;
left:0;
padding:5px 10px;
line-height:1.4;
text-align:left;
}
.slogan h2{
padding-bottom:5px;
font-size:20px;
}
#subpage #mainBanner{margin-top:0;}
/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}
* html .gridWrapper{height:1%;}
	
.grid{
float:left;
}
.box{
}
.box img{
max-width:100%;
height:auto;
}
.box h3{padding:10px 0 5px;}
.box p{
	text-align:left;
	font-size: 16px;
}
.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}
.box p.readmore a{
padding:3px 7px;
border-radius:3px;
color:#fff;
background:#d1ad93;
}
.box p.readmore a:hover{background:#ad8a71;}
/*************
メイン コンテンツ
*************/
section.content article{
padding: 0px;
margin-bottom:20px;
border:1px solid #ebebeb;
overflow:hidden;
clear: both;
}
section.content article p{
	padding: 9px 5px;
	font-size: 18px;
}
section.content article p.r{
	text-align: right;
}
section.content p span{
	color: #e64e98;
}
article.column{
    height: 305px;
    overflow-y: scroll !important;
}
* html section.content article{height:1%;}
section.content p{margin-bottom:5px;}
h3.heading{
	font-size: 18px;
	font-weight: bold;
	padding: 12px 0;
	margin-bottom: 5px;
	color: #ffffff;
	text-align: center;
	background: #f2accb;
}
.mar20{
	margin-top: 20px;
}
section.content img{
max-width: 100%;
height:auto;
}
.alignleft{
float:left;
clear:left;
margin: 0px 10px 0px 0;
}
.alignright{
float:right;
clear:right;
margin: 0px 0px 0px 10px;
}
.f_left{
	float: left;
}
#gallery .grid{background:transparent;}
#gallery .grid img,.border{box-shadow:0 0 3px #ccc;}
.contents4_back,
.blue_back{
	margin-bottom: 20px;
	padding: 9px 5px;
	font-size: 18px;
	word-spacing: 2px;
	text-align: center;
}
.blue_back{
	background: #ddf1fb;
	text-align: left;
}
iframe{
    width: 100%;
    min-height: 400px;
}
hr{
    background: #ffffff;
    border: none;
    clear: both;
}
/*************
テーブル
*************/
table.table{
border-collapse:collapse;
margin:5px auto 15px auto;
width: 100%;
}
table.table td{
border-collapse:collapse;
background-color: #ffffff;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
}
table.table th{
background-color: #f1a6c8;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}
/*************
/* サイドバー
*************/
#sidebar ul{padding:10px;}
#sidebar li{
	position: relative;
	margin-bottom: 10px;
	padding: 10px 0px;
	list-style:none;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	background: #f8d5e4;
}
#sidebar li span{
	position: absolute;
	top: 10px;
	left: 10px;
	border-left: solid 5px #f2accb;
}
#sidebar li:last-child{
border:0;
margin-bottom:0px;
}
#sidebar li a{
	color: #e64e98;
	display:block;
}
#sidebar ul.g li{
	margin-bottom: 10px;
	padding: 10px 0px;
	list-style:none;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	background: #86caae;
}
#sidebar ul.g li a{
	color: #ffffff;
	display:block;
}
#sidebar ul.g li span{
	border-left: solid 5px #ffffff;
}
#sidebar li a:hover{
	color:#ad8a71 !important;
}
#sidebar img{
	width: 100%;
}
#sidebar ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
border:0;
}
ul.list li{height:1%;}
ul.list li img{
float:left;
margin-right:10px;
}
ul.list li{
font-size:12px;
line-height:1.35;
}
/*************
/* フッター上のボタン
*************/
.linkbtn{
  clear: both;
  display: flex;
  -ms-flex-pack:distribute;
  justify-content:space-around;
}
@media only screen and (max-width:959px){
  .linkbtn{
    text-align: center;
    display:block;
    margin-bottom: 20px;
  }
}
/*************
/* フッター
*************/
#footer{
clear:both;
}
#footer .inner{
border-top: 2px solid #454545;
border-bottom:2px solid #ebebeb;
overflow:hidden;
}
* html #footer .inner{height:1%;}
#footer .grid{
margin: 10px 0px;
}
#footer #info .logo, #footer #info .info{float:none;}
#footer #info .info{
clear:both;
text-align:left;
}
#footer .logo{
	padding-top: 0px;
	font-size:18px;
	}
#footer .info .tel,#footer .info .tel span,#footer #info .open{
font-size:12px;
}
ul.footnav{
float:right;
width: 500px;
padding:10px 0;
}
ul.footnav li{
float:left;
margin-bottom:10px;
padding:0 7px 0 8px;
border-right:1px solid #ebebeb;
}
address{
clear:both;
padding:20px 0;
text-align:center;
font-style:normal;
font-size:12px;
color:#555;
}
/* bobhon added start */
.content{ position: relative; }
.contents4_image_str{ position: absolute; top: 0; left: 0; width: 100%; }
.contents4_image_str h1{
  position: absolute;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  top: 0.5em;
  width: 80%;
  background: #E50183;
  border-radius: 10px;
  color: #fff; 
  font-size: 2em;
}
.contents4_image_str p{
  color: #E50183;
  font-weight: 400;
  text-shadow: 0 1px #ddd, 0 2px #eee, 0 3px #fff; 
  position: absolute;
  margin: 0 auto;
  top: 3.5em;
  text-align: left;
  left: 0;
  right: 0;
  width: 80%;
  padding: 0 1em;
  font-size: 1.5em;
}
	.info.pc_only, #mainBanner.pc_only{
		display: block;
	}
	.info.sp_only, #mainBanner.sp_only{
		display: none;
	}
/* bobhon added end */
/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
	#wrapper,#header,.inner{
	width:960px;
	padding:0;
	margin:0 auto;
	}
	
	#wrapper{padding-bottom:20px;}
	
  nav#mainNav{
	clear:both;
	overflow:hidden;
	position:relative;
	}
	nav#mainNav ul li{
	float: left;
	position: relative;
	margin: 10px 10px 5px 0px;
	}
	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	font-size: 20px;
	width: 184px;
	padding: 5px 0;
	color: #e64e98;
  background: -moz-linear-gradient(top, #f6c7dc, #fff 50%, #f6c7dc);
  background: -webkit-linear-gradient(top, #f6c7dc, #fff 50%, #f6c7dc);
  background: linear-gradient(to bottom, #f6c7dc, #fff 50%, #f6c7dc);
	}
	nav#mainNav ul li a:hover{
		color:#ad8a71 !important;
	}
	nav#mainNav ul li.last{
		margin: 10px 0px 5px;
	}
	
	nav#mainNav ul li.last a{
		width:184px;
	}
	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	}
	nav#mainNav ul li a span{
	color:#bababa;
	font-size:10px;
	}
	nav div.panel{
	display:block !important;
	float:left;
	}
	a#menu{display:none;}
	nav#mainNav li.active a,nav#mainNav li a:hover{
	border-color:#d1ad93;
	}
	
	#main{
	float:right;
	width:680px;
	padding:15px 0 0 0;
	}
	
	#sidebar{
	float:left;
	width:250px;
	padding:15px 0 0 0;
	overflow:hidden;
	}
	
	#sidebar article{
	padding:7px;
	margin-bottom:20px;
	border:1px solid #ebebeb;
	overflow:hidden;
	}
	
	/* グリッド全体 */
	.gridWrapper{
	width:990px;
	margin:0 0 0 -30px;
	}
	
	#gallery article{padding:10px 0 10px 10px;}
	
	/* グリッド */
	.grid{
	float:left;
	width:300px;
	margin-left:30px;
	}
	
	#subpage .grid{width:auto;}
	
  #gallery .grid{
	width:auto;
	margin:10px 0 2px 10px;
	}
	
	#footer .inner{
	width:940px;
	padding:10px;
	}
}
@media only screen and (max-width:959px){
	*{
    -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{padding:0 10px;}
	
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0.5, #f0f0f0), color-stop(0.00, #f7f7f7));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
  border:1px solid #e4e4e4;
	}
  body{
    padding-top: 25px;
  }
  nav#mainNav{
    position: fixed;
    top: 0;
    z-index: 10;
  }
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:25px;
	line-height:25px;
	font-weight: bold;
  background:#e2007d;
    color: #fff;
    padding-right: 10px;
	text-align: right;
	}
	nav#mainNav a#menu span{padding-left:10px;}
	nav#mainNav a.menu span:before{content: "→ ";}
	nav#mainNav a.menuOpen span:before{content: "↓ ";}
	nav#mainNav a#menu:hover{cursor:pointer;}
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top: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;
	text-align:left;
	border-bottom:1px dashed #ccc;
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	
	nav#mainNav ul li:first-child a{
	border-top:1px solid #e4e4e4;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	
	nav#mainNav ul li.active a{color:#ad8a71;}
	nav div.panel{float:none;}
	
	#subpage #mainBanner{margin-top:20px;}
	
	#sidebar{padding-bottom:30px;}
	
	#sidebar article{padding:7px 0;}
	
	#footer .grid,#footer ul.footnav{
	float:none;
	width:100%;
	text-align:center;
	}
	ul.footnav li{float:none;display:inline-block;}
	
	.grid{
	width:32%;
	margin:10px 0 0 1%;
	}
	
	#gallery .grid{
	float:left;
	width:31%;
	margin:0 0 0 1%;
	}
	
	#footer .grid img, #footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}
	
	#footer.logo,#footer .info{
	width:100%;
	float:none;
	}
	img.w100{
		width: 100%;
	}
	table.table th,
	table.table td{
	text-align: left;
	display: block;
	width: 100%;
	float: left;
	}
/* bobhon added start */
  
  #header h1{
    display: none;
  }
	#c4img{
	  object-fit:cover;
	}
  .contents4_image_str h1{
    width: 340px;
  }
  .contents4_image_str p{
    display: none;
  }
  .contents4_back > p:nth-child(n){
    text-align: left;
  }
  .contents4_back > p:nth-child(n)  br{
    display: none;
  }
/* bobhon added end */
}
/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#header{
	height:auto;
	padding-bottom:20px;
	}
  body{
    padding-top: 25px;
  }
  nav#mainNav{
    position: fixed;
    top: 0;
    z-index: 10;
  }
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:25px;
	line-height:25px;
	font-weight: bold;
    background:#e2007d;
    color: #fff;
    padding-right: 10px;
	text-align: right;
	}
	#header h1,.logo,.info{text-align:center;}
	
	.logo,.info{
	clear:both;
	width:100%;
	float:none;
	margin:0;
	}
	.box img{
	float:left;
	margin-right:5px;
	}
	
	.box h3{padding-top:0;}
  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#gallery .grid{float:left;}
}
/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	.grid{width:100%;}
	.box img{max-width:100px;}
	.content{
		padding: 10px;
	}
	#wrapper{
		margin: 0;
	}
	#mainBanner{
		margin: 0;
		border-top: 0;
		border-bottom: 0;
	}
	#mainBanner h2,#mainBanner p{font-size:80%;}
	#sidebar p{text-align:center;}
	.info.pc_only, #mainBanner.pc_only{
		display: none;
	}
	.info.sp_only, #mainBanner.sp_only{
		display: block;
	}
}
}
/* qjin.css */
.qjinlist{
  padding: 1em;
}
.flex{
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.qjin{
	width: 48%;
  border:1px solid #F2ACCB;
  border-collapse: separate;
  margin-bottom: 2em;
}
.qjin th, .qjin td{
  padding: 0.5em;
  border:1px solid #F2ACCB;
}
.qjin th{
  background: #f2accb;
  border-right:1px solid #d28cab;
  border-bottom:1px solid #d28cab;
  color: white;
  white-space: nowrap;
}
.qjin.left{
}
.qjin.right{
}
.qjin caption{
  position: relative;
}
.qjin caption a{
  position: absolute;
  top: 0;
  right: 0;
  color: red;
  font-weight:bold;
  font-decoration: underline;
}
.qjinall{
  
  margin-bottom: 1em;
  display: block;
  font-size: 1.5em;
  background: #E64E98;
  font-weight:bold;
  color: #fff;
  padding: 1em;
  text-align: center;
  border-radius: 6px;
  border:1px solid #eee;
}
a.qjinall:hover{
  color: white;
}
.pdfall {
    margin: 1em 30px 2em;
    display: block;
    font-size: 1.5em;
    background: #E64E98;
    font-weight: bold;
    color: #fff;
    padding: 0.2em;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #eee;
}
a.pdfall:hover{
  color: white;
}

.kensaku{
  text-align: center;
  margin-top: 5px;
  padding: 1em;
  border:2px solid #F2ACCB;
  font-size: 1.3em;
  color: #444;
}
#kinmuchi{
  font-size: 1.3em;
}
.sectitle {
  border:double 5px;
  background: hotpink;
  color: white;
  text-align: center;
  font-size: 1.5em;
  padding: 0.2em;
  letter-spacing: 0.5em;
}
.topphoto1{
  box-sizing: border-box;
  width: 360px;
  display: block;
  margin: 0 auto;
  padding: 1em;
}
.topphoto1 img{
  box-sizing: border-box;
  width: 100%;
  border:1px solid #ccc;
}
.nagare{
  font-size: 1.2em;
  width: 90%;
  margin: 0 auto;
}
.nagare caption{
  text-align: center;
  font-size: 1.8em;
}
.nagare th{
  color: hotpink;
  font-weight: bold;
  font-size: 1.5em;
}
.center{
  text-align: center;
}
.katari{
  background: hotpink;
  color: white;
  font-weight:bold;
}
@media screen and (max-width: 480px) {
  .qjin{ width: 100%; }
	.nagare caption{
  	font-size: 1.1em;
	}
}
/*************
求人フォーム　個人情報穂ご方針
*************/
.form_privacy_scroll{
  height: 260px;
  overflow-y: scroll;
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #ccc;
}
.form_privacy_ttl{
  font-weight: 700;
  font-size: 1rem;
}
.form_privacy_text{
  padding: 0.5rem 1rem 1rem 0;
}
.form_privacy_text ul{
  list-style: disc;
  padding-left: 1rem;
  margin: 5px 0;
}