@charset "utf-8";
/* CSS Base Document */

body {
	font-size:1.4em; //14px
	line-height:1.5em;
	color: #000;
}
html {
	overflow-y: scroll; /* for mozilla: always display scrollbar */
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote, table, th,td,
tbody, tfoot, thead, object, iframe, code, fieldset, legend, caption,
article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

.title {
	margin-top:10px;
}

.txt {
	font-size: 12px;
	line-height:1.5em;
}

h2 img {
	width:100%;
}

h3 img {
	width:100%;
}
.clr {
	clear:both;
}

table {
	font-size:1.4rem;
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight:normal;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
	zoom:1;
}


a {
	color:#000;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a:visited {}
a:active,
a:focus { text-decoration: underline;}
br {
	letter-spacing:normal;
}

img {
	-ms-interpolation-mode: bicubic;
	vertical-align:bottom;
	width: 100%;
}

/*--- default */
html {
	font-size: 62.5%;
}
/*------------------------
	Clearfix
-------------------------- */
.clearfix,
#contents,
.sectionFirst,
.section,
.sectionSub,
.sectionAlt
{
	display: block;
	min-height: 1%;
}
.clearfix:after,
#contents:after,
.sectionFirst:after,
.section:after,
.sectionSub:after,
.sectionAlt:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix,
* html #contents,
* html .sectionFirst,
* html .section,
* html .sectionSub,
* html .sectionAlt
{
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/*------------------------
	Layout
-------------------------- */
html { overflow-y: scroll;}
body {
}
@media print {
	html,
	html body { *zoom: 0.65;}
}
#home{
	background: url(../images/bg.png) center center fixed;
	background-size: 100%;
}


.hdm{
	margin-bottom: 10px;
}
.hdm img{
	width: 100%;
}
.ui-header .ui-title, .ui-footer .ui-title{
	min-height: 1.1em;
	text-align: center;
	font-size: 16px;
	display: block;
	margin: .6em 10% .8em;
	padding: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	outline: 0!important;
	box-shadow: none;
}
.comtxt{
	color: #000;
	text-shadow: none!important;
}

.open-btn{
	background: #fff;
	padding: 5px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-link{
	border: 1px solid #666 !important;
	text-align: center !important;
}
.btn-link a{
	color: #000 !important;
	text-decoration: none !important;
	font-size: 16px !important;
	font-weight: normal !important;
}
.open-txt{
	padding-top: 5px;
	text-align: center;
}
#card{
	position: static;
	text-align: center;
	margin-bottom: 5px;
	max-width: 100%;
	max-height: 100%;
}
.ui-listview>.ui-li-static.ui-li-has-thumb{
	padding-left: 5px;
	font-size: 12px;
}
/*------------------------
	header
-------------------------- */
.menu-bar {
	padding:5px;
}

/*------------------------
	mainimg
-------------------------- */

.mainimg{
	margin-top: 5px;
}
.mainimg .img01{
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mainimg .img02{
	padding: 15px 15px 10px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mainimg .img02 img{
	width: 240px;
}
.maintxt img{
	width: 100%;
}
/*------------------------
	navToggle
-------------------------- */

.navToggle {
	display: block;
	position: fixed;    /* bodyに対しての絶対位置指定 */
	right: 10px;
	top: 6px;
	width: 40px;
	height: 38px;
	cursor: pointer;
	z-index: 3;
	background: #ffffff;
	text-align: center;
}

.navToggle span {
	display: block;
	position: absolute;    /* .navToggleに対して */
	width: 30px;
	border-bottom: solid 1px #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: 9px;
}

.navToggle span:nth-child(2) {
	top: 18px;
}

.navToggle span:nth-child(3) {
	top: 27px;
}

.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: 18px;
	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: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*------------------------
	footernav
-------------------------- */
.footernav li{
	margin-top: 10px;
}
.ui-btn-inner{
	background: -webkit-linear-gradient(top, #f4f6f8, #d6dae0);
	background: linear-gradient(top, #f4f6f8, #d6dae0);
	color: #000;
	text-shadow: none;
	border: 1px solid #666666;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*------------------------
	footer
-------------------------- */
.footerimg{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footertxt {
	font-size: 12px;
	font-weight:normal;
	background-color: #0ca8b8;
	padding:10px 10px;
	color:#fff;
	text-shadow: none;
	text-align:center;
}

/*-----Top Page----------------------------------------------------------------*/

.sidemenu{
	margin: 20px 0;
	padding: 10px;
	background: rgba(255,255,255,0.7);
}
.sidemenu ul{
	margin-left: -10px;
	margin-top: -10px;
}
.sidemenu li{
	float: left;
	width: 50%;
	padding-left: 10px;
	padding-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.topdisc {
	background: rgba(153,153,153,0.3);
	padding: 20px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.topdisc .topdischd {
	text-align: center;
	margin-bottom: 15px;
}
.topdisc .topdiscimg {
	padding: 0 15px;
	margin-bottom: 20px;
}
.topdisc .topdisccap {
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 5px;
}
.topdisc .topdisctit {
	text-align: center;
	font-size: 13px;
	color: #d4b578;
	font-weight: 700;
	margin-bottom: 5px;
}
.topdisc .topdisctit span {
	font-size: 16px;
	color: #ff0000;
}
.topdisc .topdisctxt {
	font-size: 10px;
	color: #fff;
	text-align: center;
}


/*-- Global Navigation --*/
#navbox{
	margin-top: 10px;
	padding: 0px 5px 0px 5px;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#navbox .navbox-in{
	background: rgba(133,219,224,0.2);
	padding: 5px 10px 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#navbox li a{
	border: 1px #ffffff solid;
}
.slick-slider{
	margin-bottom: 0;
}
.ui-btn-up-a{
	border: none;
	color: #000;
}
.ui-btn-up-a:hover{
	border: none!important;
}
#navbox-s {
	width:48%;
	text-align:center;
	float:left;
	margin:0 3px 5px;
}
.side-link ul{
	display: flex;
    align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -8px;
}
.side-link li{
	width: 49%;
	margin-bottom: 8px;
}
/*-- Global Navigation End --*/

.info .list02{
	color: #000;
	font-size: 14px;
}
.info .ui-btn-inner{
	background: #fff;
}
.link-recruit{
	margin: 30px 0 0;
}

/*--------------------system.html-----------------*/

.system .tit{
	margin: 10px 0 10px;
}
.righttxt{
	font-size: 12px;
	padding-top: 5px;
}
.bod-bom-img{
	background: rgba(255,255,255,0.7);
	padding: 6px 0;
	text-align: center;
}
.table01{
	margin-top: 5px;
	margin-bottom: 15px;
	background-size: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table01 .caption{
	font-size: 13px;
	padding-left: 10px;
	color: #000;
	margin-bottom: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table01 .caption span{
	color: #e7437d;
}
.table01 table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 3px;
}
.table01 table th{
	background: rgba(133,219,224,0.3);
	color: #000;
	font-weight: normal;
	padding: 10px 6px;
	text-align: center;
	width: 30%;
	vertical-align: middle;
	border: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table01 table td{
	vertical-align: middle;
	text-align: left;
	color: #000;
	padding: 10px 6px;
	background: rgba(255,255,255,0.3);
	border: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table01 table td span{
	font-size: 13px;
	color: #e7437d;
}
.table01 table td ul.list01{

}
.table01 table td ul.list01 li{
	float: none;
	width: 100%;
	text-align: left;
	padding-left: 22px;
	background: url("../images/ico_recruit01.gif") no-repeat left center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.table01 table td .tdtit{
	font-size: 13px;
	color: #000;
	margin-bottom: 10px;
}
.table01 table td ul li{
	padding-left: 0;
	line-height: 1.8;
	font-size: 12px;
	text-align: left;
}
.table01 table td ul li img{
	margin-right: 6px;
	vertical-align: middle;
}

/*--------------------access.html-----------------*/
.access .tit{
	margin: 10px 0 10px;
}
.access .list03{
	background: #fff;
	color: #000;
}
.access .list03 a{
	color: #000;
	background: transparent;
}
#mapbox {
	width: 100%;
	height: 300px;
	border: 7px solid #cccccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*--------------------event.html-----------------*/

.event .tit{
	margin: 10px 0 10px;
}

/*--------------------event.html-----------------*/
.photo .tit{
	margin: 10px 0 10px;
}

.recruit .tit{
	margin: 10px 0 10px;
}
.recruit .fcRed{
	color: #ff0001;
}

.ui-collapsible-content{
	padding: 10px 15px!important;
}


/*--------------------blog.html-----------------*/

.blog {
	margin:10px 0px 10px 0px;
	border-collapse: separate;
	border-spacing: 5px;
	width:100%;
}

.blog th {
	color:#000;
	padding: 15px 10px;
	text-align:left;
	background:#ccc;
	border: 1px solid #666;
}
.blog td {
	color:#000000;
	padding: 15px 10px;
	text-align: left;
	text-shadow: none;
	background:#fff;
	border: 1px solid #666;
}
.blog td img {
	max-width:100%;
}

/*--------------------recruit.html-----------------*/
/*求人女*/
.table02 {
	margin:10px 0px 10px 0px;
	border-collapse: separate;
	width: 100%;
}

.table02 th {
	padding: 10px 5px;
background-color:#f0037f;
	border: solid 2px #fff;
	text-align:center;
    color: #fff;
font-weight: normal;
}
.table02 td {
background-color:#efefef;
	padding: 10px 5px;
	border: solid 2px #fff;
	text-align: left;
    color: #333;
}
/* 文字の周りシカク*/
.benefit {
	margin:0 0 1rem 0;
}
.benefit span {
	font-size: 12px;
	display:inline-block;
	border:1px solid #f0037f;
	border-radius: 4px;
	color:#333;
	padding: 5px;
margin-top:3px;
margin-right:3px;
}
}
/*-----jquary mobile------------------------------------------------------------------*/
li.last a{
	background: #fff !important;
}
li.last+li.last{
	border-top: 1px solid #808080;
}
.ui-listview-inset>.ui-li-static, .ui-listview-inset>.ui-li-divider, .ui-listview-inset>li>a.ui-btn{
	border: none;
}
.ui-last-child a{
	border: none !important;
}
.ui-controlgroup-controls li{
	margin-bottom: 5px;
}
.ui-controlgroup-controls li a{
	border: none;
}
.ui-header .ui-title,
.ui-footer .ui-title,
.ui-btn-inner,
.ui-li-heading,
.ui-li .ui-btn-text a.ui-link-inherit,
.ui-li-desc
{ overflow: visible; white-space: normal;text-shadow: none }

.ui-header .ui-title {
	margin: 0!important;
	padding: 14px 0 !important;
}

.ui-header .ui-navbar {
  margin-left: 1px;
  margin-right: 1px;
}

.ui-header .ui-icon, .ui-icon-searchfield:after{
	border: none;
	background: rgba(0,0,0,1) !important;/*{global-icon-disc}*/;
	background-image: url(themes/images/icons-18-white.png) !important;/*{global-icon-set}*/;
}
.ui-icon-home {
	background-position: -575px 50% !important;
}

.ui-footer {
	background:none !important;
	border:none !important;
}

.ui-btn-text{
	color: #000!important;
	font-weight: bold;
}
.footernavbar .ui-btn-inner{
	padding: 15px 0!important;
	background: -webkit-linear-gradient(top, #dde1e6, #a3a3a4);
	background: linear-gradient(top, #dde1e6, #a3a3a4);
	border: none;
}
.ui-listview {
	border-radius: 0 !important;
}
.ui-bar-d{
	font-size: 12px;
	text-shadow: none;
	color: #000;
	border: none;
	background: -webkit-linear-gradient(top, #f4f6f8, #d6dae0);
	background: linear-gradient(top, #f4f6f8, #d6dae0);
}
.ui-li>.ui-btn-inner{
	/*background: -webkit-linear-gradient(top, #f4f6f8, #d6dae0);*/
	/*background: linear-gradient(top, #f4f6f8, #d6dae0);*/
	background: #fff;
	color: #333333;
	border: none;
}
.combtn .ui-li>.ui-btn-inner{
	background: -webkit-linear-gradient(top, #f4f6f8, #d6dae0);
	background: linear-gradient(top, #f4f6f8, #d6dae0);
	color: #333333!important;
	border: none !important;
 }
.combtn .ui-li>.ui-btn-inner .ui-link-inherit{
	color: #333;
}

.ui-li-static{
	color: #000000;
	border: none;
}
/*-----ハンバーガーメニュー--------------------------------------------------------------*/

nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #000;
    text-align: left;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;

	background: rgba(255,255,255,0.9);
}
nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
nav.globalMenuSp ul li {
	font-size: 1.3em;
	list-style-type: none;
	padding: 0;
	width: 100%;
}



nav.globalMenuSp ul li a {
    text-decoration: none;
    display: block;
    color: #000;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}



.link-home .ui-btn-inner{
	padding: 0 !important;
	background: none !important;
}
.menu .ui-btn-inner{
	padding: 0 !important;
}

.ui-btn-up-a{
	background: none !important;
}
.ui-btn-up-a+.ui-btn-up-a{
	border-top: 1px solid #999;
}
.bornone{
	border: none !important;
}
.link-home{
	position: absolute;
	top: 6px !important;
	width: 35px;
	left: 10px;
	z-index: 2;
}
.menu{
	position: absolute;
	top: 6px !important;
	width: 35px;
	right: 10px;
	z-index: 2;
}

.other-links dl{
	display: table;
	width: 100%;
	padding: 10px;
	border: 1px solid #808080;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.other-links dl+dl{
	margin-top: 10px;
}
.other-links dt{
	display: table-cell;
	width: 54px;
	vertical-align: middle;
}
.other-links dd{
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.other-links dd .ddtit{
	font-size: 13px;
	margin-bottom: 4px;
}
.other-links dd .ddtxt{
	font-size: 12px;
}
.info-link{
	margin-top: 10px;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.info-link .flex-box ul{
	overflow: hidden;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: -5px;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.info-link .flex-box ul li{
	width: 48%;
	margin-bottom: 5px;
}
.ui-navbar.ui-mini{
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
 .ui-li-static.ui-li{
	background: #fff !important;
}

.header-box{
	text-align: center;
	font-size: 12px;
	padding: 16px 0;
	background: #0ca8b8;
	color: #fff;
	position: relative;
}
.header-box .comtxt{
	color: #fff !important;
}


.globalMenuSp {
	background: #000;
}
.globalMenuSp .list01 {
	background: rgba(0,0,0,0.1);
}

.globalMenuSp .list01 li{
	border-bottom: 1px dotted #efefef;
}
.globalMenuSp .list01 li a {
	display: block;
	text-align: left;
	font-size: 12px !important;
	color: #000000 !important;
	text-decoration: none;
	padding: 10px 0 10px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.globalMenuSp .list01 li a .small{
	display: inline-block;
	vertical-align: middle;
	margin-left: 14px;
	font-size: 10px;
}
nav.globalMenuSp ul li.on a {
	color: #fff !important;
}
nav.globalMenuSp ul li.on a .small {
	color: #fff !important;
}
.menu-img{
	margin-top: 20px;
	padding: 0 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



.combtn{
	border: none !important;
	border-radius: 0px !important;
}

.ui-content .ui-listview-inset, .ui-panel-inner .ui-listview-inset{
	border: 1px solid #fff;
	background: rgba(255,255,255,0.5);
}

.ui-li +.ui-li{
	border-top: 1px solid #fff;
}
.ui-focus{
	outline: none;
	font-weight: inherit !important;
}
.ui-li{
	text-shadow: none !important;
}


.ui-bar-a {
	color: #000000;
}
.ui-bar-b {
	color: #fff !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
	background:#0ca8b8;
}

.ui-listview li+li {
	border-top: 1px #000 solid;
}
.gmap {
	border: 7px #ccc solid;
	overflow: hidden;
}
.gmap iframe {
	width: 100%;
	height: 300px;
	float: left;
}


.fcblack {
	color: #000;
}


.event-box {
	border: 1px #d4b578 solid;
	padding: 20px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.event-in {
	max-width: 622px;
	margin: 0 auto;
}
.event-tit {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
}
.event-det {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #d4b578;
	margin-bottom: 20px;
}
.event-det span {
	display: block;
	font-size: 24px;
	color: #ff0000;
}
.event-img {
	text-align: center;
	margin-bottom: 15px;
}
.event-note li {
	font-size: 12px;
}
.event-note li+li {
	margin-top: 5px;
}
.event-txt li {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 20px;
}

.titsml {
	background: url(../images/line_hd.png) 0 0 repeat;
	padding: 10px;
	font-size: 16px;
	font-weight: 700;
	color: #000000;
	text-align: left !important;
	margin: 20px 0 10px;
}
/*------------------------
	top横2枚画像
------------------------*/

.topbox01 {
	overflow:hidden;
	margin-left:-5px;
}
.topbox01 li {
	width:50%;
	float:left;
	padding-left:5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.topbox01 li img {
	width:100%;
}
/*------------------------
	pagetop
-------------------------- */

.page-top {
    color:#000!important;
    position: fixed;
    bottom: 30px;
    right: 20px;
    padding: 10px;
	background: rgba(182,245,2406,0.8);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 12px;
	text-decoration: none;
}

.page-top a { 	
	text-decoration: none!important;
}
.page-top a:hover { 
	text-decoration: none!important;
}

#topbox2 {
	padding:10px 0px 0px 0px;
	text-align:center;
}
/*-- top Space2 End --*/

.toptit {
    color:#0ca8b8!important;
	opacity: 0.8;
	padding: 5px;
	margin: 0 0 5px 0;
	background-color: #b6f5f1;
	text-align: center;
}
.custom-img {
  max-width: 300px;
  width: 100%;
}