@charset "UTF-8";

.pc{
	display:none !important;
}
.tb{
	display: none !important;
}
.sp{
	display:block !important;
}

body{
    margin: 0;
    padding: 0;
    color: #333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 160%;
    -webkit-text-size-adjust: 100%;
}
/*
img, table{
	margin:0;
	padding:0;
}
*/
img{
	margin:0;
	padding:0;
	
}
/*
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
*/
a{
	text-decoration:none;
    color: #333;
}
a:hover{
	text-decoration:underline;
}

p {
width : 100% ;
line-height : 1.7 ; 
}

/*------------- ヘッダー -------------*/
header2{
	display:block;
	width:100%;
	height: 70px;
    position: fixed;
	top:0;
	left:0;
background-color: #FFF;
	z-index: 9999;
}


/* メニューボタン */
#btn-menu {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 78px;
  height: 70px;
  padding: 0 20px;
  color: #fff;
  background: #004da0;
  z-index: 999;
  transition: all .2s ease-in;
}
 
#btn-menu span {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
}
 
#btn-menu span:nth-of-type(1) {
  margin: 8px 0 0;
}
 
#btn-menu span:nth-of-type(2) {
  margin: 11px 0 0;
}
 
#btn-menu span:nth-of-type(3) {
  margin: 11px 0 5px;
}
 
/* メニュー */
#sp-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.80);
    overflow: scroll;
    z-index: 998;
    transition: all .3s ease-in;
    visibility: hidden;
    opacity: 0;
}
 
.open-menu #sp-menu {
  visibility: visible;
  opacity: 1;
}
 
#sp-menu-position {
	width: 100%;
	text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
 
.sp-menu-list {
  list-style: none;
}

.spmenu{
    padding: 10px;
    border-bottom: 1px solid #FFFFFF;
}
 
.sp-menu-list a {
  font-size: 22px;
  font-weight: bold;
  color: #FFF;
}




/*------------- 本文 -------------*/
#wrapper{
	width:100%;
	position:relative;
	margin:0 auto;
	overflow: hidden;
}
.container{
	position:relative;
	margin:0 10px;
	line-height: 200%;
}

.container2{
	position:relative;
	margin:0 10px;
	line-height: 200%;
}

.row{
	margin-top: 0;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 0;
}

.cover01{
    width: 100%;
    height: 400px;
    background-image: url(../images/index/cover01SPNEW.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.info{
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #a0a0a0;
	font-size: 90%;
}



.body01{
	width: 100%;
	position: relative;
	margin: 0 auto;
	background-color: #FFF;
	/*
	background-image: url(../images/common/back01.jpg);
	background-position: center top;
	background-repeat: repeat;
	background-size: 60% auto;
	*/
}

.body02{
	width: 100%;
	position: relative;
	margin: 0 auto;
	background-image: url(../images/common/back02.jpg);
	background-position: center top;
	background-repeat: repeat;
	background-size: cover;
}

.body03{
	width: 100%;
	position: relative;
	margin: 0 auto;
	background-image: url(../images/common/back03.jpg);
	background-position: center top;
	background-repeat: repeat;
	background-size: cover;
	color: #FFFFFF;
}

.body04{
	width: 100%;
	position: relative;
	margin: 0 auto;
	background-color: #FFFFFF;
}

.m00{
	margin: 0px;
}

.p00{
	padding: 0px;
}


.m100{
	margin-top: 50px;
	margin-bottom: 50px;
}

.p100{
	padding-top: 50px;
	padding-bottom: 50px;
}

/* インデックス */
.calender{
    position: fixed;
    bottom: 0;
    background-color: rgba(0,0,0,0.70);
    width: 100%;
    padding: 5px;
	text-align: center;
	color: #FFF;
	font-size: 80%;
}

/*------------- calender -------------*/

#calenderD {
	display: none:
}

.wake01{
	position: relative;
	margin: 0px;
	padding: 0px;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}

.wake01 .wake_text{
	position: absolute;
    bottom: 0;
    width: 100%;
	padding: 10px;
    background-color: rgba(0,0,0,0.50);	
	color: #FFF;
	font-size: 90%;
}

.wake_no01{
	display: inline-block;
	position: relative;
	top:10px;
	color: #fff;
	font-size: 120%;
	font-weight: 600;
	width: 100%;
	height: 66px;
	padding-top:25px;
	padding-left: 80px;
	padding-right: 20px;
	margin-left: 15px;
    background-repeat: no-repeat;
    background-position: left top;
	text-shadow:0px 2px 2px #000;
	float: left;
	text-align: left;
}


.circle {	
  position: relative;
  display: inline-block;
	/*
  width: 100%;
	*/
  height: 40px;
  border-radius: 20px;
	padding-top: 4px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 15px;
	color: #FFF;
	font-size: 110%;
  background: #004da0;
	clear: both;
}


.title{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
	padding-top: 190px;
	height: 400px;
	text-align: center;
	color: #FFF;
	font-size: 200%;
	font-weight: 700;
	letter-spacing: 20px;
	text-shadow:0px 2px 2px #000;
	line-height: 120%;
}

.title .middleline3{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
    width: 100%;
    height: 100px;
    background-image: url(../images/common/back03.png);
    background-repeat: repeat-x;
	text-align: center;
}

.title .middleline6{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
    width: 100%;
    height: 100px;
    background-image: url(../images/common/back06.png);
    background-repeat: repeat-x;
	text-align: center;
}

	/*about*/

.about01{
    position: relative;
	background-image: url(../images/about/img01SP.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 300px;
    color: #FFF;
}

.about01 .message{
	position: absolute;
	top:50px;
	left:20px;
	display: inline-block;
    color: #FFF;
    font-size: 150%;
	line-height: 120%;
	letter-spacing: 10px;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	}
.about02{
	padding: 15px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	overflow: hidden;
	font-size: 90%;
}
.messageline{
	border-top: 1px solid #FFFFFF;margin-top: 20px;width: 100%;
}
	/*medical*/

.medical00{
	padding: 30px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	overflow: hidden;
}

.medical01{
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
}

.medical02{
	display: inline-block;
	color: #004da0;
	border: 1px solid #004da0;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 90%;
}


.medical_c01{
	background-image: url("../images/medical/t01.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 86px;
}

.medical_c02{
	background-image: url("../images/medical/t02.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 86px;
}

.medical_c03{
	background-image: url("../images/medical/t03.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 86px;
}


.medical_c04{
	background-image: url("../images/medical/t04.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 86px;
}


.medical_c05{
	background-image: url("../images/medical/t05.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 86px;
}

.medical_c06{
	background-image: url("../images/medical/t06.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 86px;
}

.medical_c07{
	background-image: url("../images/medical/t07.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 86px;
}

.medical_title{
	width: 100%;
	padding: 10px;
	text-align: center;
	color: #FFF;
	font-size: 110%;
	border-top: 1px solid #FFFFFF;
	margin-bottom: 20px;
}

/*hajimete*/

.monshin{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    background-color: #FFFFFF;
    overflow: hidden;
    margin-top: 100px;
    border-top: 1px solid #505050;
    border-bottom: 1px solid #505050;
}

.monshipdf{
	position: relative;
	display: inline-block;
	padding: 30px;
	background-color: #004da0;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 110%;
	border-radius: 8px;
}

.monshipdf a {
	position: absolute;
	width:100%;
	height:100%;
	color: #FFF;
}

.monshinmark{
    background-image: url(../images/hajimete/mark.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
    display: inline-block;
    background-size: 30px auto;
	margin-bottom: 20px;
}


.monshinmark2{
    background-image: url(../images/hajimete/mark.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 30px;
    display: inline-block;
    background-size: 20px auto;
	margin-bottom: 20px;
	font-size: 90%;
}

/*info*/
.infotitle{
	background-color: #004da0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 20px;
	display: inline-block;
	color: #FFF;
	font-size: 120%;
	margin-bottom: 20px;
}

.infowaku{
	padding: 15px;
	background-color: #fafafa;
}

.infowaku2{
	padding: 15px;
}







#pageTop{
	padding:40px;
}
	#pageTop #btPagetop{
		display:block;
		width:103px;
		height:87px;
		margin:0 auto;
	}
	#pagetop #btPagetop a img:hover{
		opacity:0.7;
	}


#menu{
	display:none;
}

/*------------- リンクボタン -------------*/


/*------------- リンクボタン -------------*/

/*------------- フッター -------------*/
footer{
	display:block;
	width:100%;
	background: #004da0;
	padding: 30px 0;
	color: #FFF;
	font-size: 90%;
	padding-bottom: 100px;
}
/*
	footer div{
		margin:10px 3vw;
	}
*/
	
footer #footerLogo{
		width:140px;
		height:143px;
	}
	
	footer .fbox{
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../images/common/maru.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
	float: left;
	height: 25px;
	}

/*------------- calender -------------*/

#calenderD {
    position: fixed;
    top: 90px;
    right: 0px;
    font-size: 77%;
	z-index: 9999;
	text-align: right;
	display: inline-block;
}

#calenderD img{
	width: 90%;
}

/*------------- ソトマチ -------------*/

#sotomachiBt {
    display: none;
}

/*------------- ソトマチ -------------*/

#sotomachiBtSp {
    position: fixed;
    bottom: 0px;
    font-size: 77%;
	z-index: 9999; 
	display: table;
  width: 100%;
	/*
	height: 50px;
	*/
	background-color: #06c755;
	padding: 10px;
}
.sotomachiBtSpinner{
  display: table-cell;
  vertical-align: middle;
}

/*------------- pagetop -------------*/

#page-top {
    position: fixed;
    bottom: 50px;
    right: 10px;
    font-size: 77%;
	z-index: 10000;
}

#page-top img{
	width: 70px;
}
/*
#page-top a {
    text-decoration: none;
    color: #fff;
    width: 168px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
}
*/
	
/*------------- 見出しほか -------------*/


h1{
	font-size: 150%;
	padding: 0px;
	margin: 0px;
}
h2{
	font-size: 90%;
	line-height: 180%;
}
/*

h2{
	padding-bottom:15px;
	padding-top:25px;
}

h2 div{
	font-size: 70%;
	font-weight: 700;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
	color: #482F13;
	line-height: 100%;
}
*/

h3{
	font-weight: 600;
	font-size: 130%;
	color: #004da0;
}
h4{
	display: block;
	border-bottom: 1px dotted #333333;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #EFEFEF;
}
h5{
	font-size: 16px;
	font-weight: 700;
	display: inline;
}
h6{
	font-size: 20px;
	font-weight: 600;
	display: inline;
	letter-spacing: 3px;
}
h7{
	font-size: 20px;
	font-weight: 700;
	display: inline;
}

.midashi01{
	font-weight: 600;
	font-size: 150%;
	color: #004da0;
}

.midashi02{
	font-weight: 600;
	font-size: 200%;
	color: #004da0;
}

.line{
    margin-top: 50px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #505050;
    margin-bottom: 50px;
}

.ph{
	width: 100%;  
}


.ph div{
	width: 100%; 
    margin: 0 auto;  
}






/*-------- スライドメニュー --------*/
#slide_menu{
	top: 0;
	position: fixed;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #007130;
	color: #fff;
}
#slide_menu .slide_head{
	padding:10px 0;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Verdana","ＭＳ Ｐゴシック","sans-serif";
	font-weight:700;
	font-size:130%;
	border-bottom:1px solid #fff;
}

#slide_menu ul{
	list-style:none;
	margin:0;
	padding:0;
}
#slide_menu ul li{
	list-style:none;
	margin:0;
	padding:0;
}
#slide_menu ul li:first-child{
	border-top:1px solid #fff;
}
#slide_menu ul li a{
	font-size:130%;
	display:block;
	color:#fff;
	padding:12px 10px;
	border-bottom:1px solid #fff;
}
#slide_menu ul li a:hover{
	text-decoration:none;
	background:#006e28;
}
#slide_menu .gld{
	background-color:#B1A668;
}
#sl_button{
	display: block;
	position: absolute;
	top: 25px;
	right: 10px;
	width: 60px;
	height: 50px;
	color: #bfbfbf;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.more{
	width: 100%; 
    text-align: center;  
}

.more div{
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	display: inline-block;
	border: 3px solid #00A63C;
	border-radius: 35px;
}

pagetop{
	display: block;
	width: 100%;
	background-color: #F1F1F1;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 12px;
}

#footer-fixed
{
	background-color:#007130; 
	position: fixed;            /* フッターの固定 */
	bottom: 0px;                /* 位置(下0px) */
	left: 0px;                  /* 位置(左0px) */
	width: 100%;                /* 横幅100%　*/
	height: 70px;              /* 縦幅140px */
	z-index:9999;
	border-top: 1px solid #FFF;
}

#footer-fixed .footL
{
	width: 100%;
	height: 70px; 
	text-align: center;
	float: left;
}

#footer-fixed .footL a
{
	width: 100%;
	height: 40px; 
	margin-top: 30px;
	text-align: center;
	float: left;
	font-size: 14px;
	line-height: 130%;
	color: #FFFFFF
}

#footer-fixed .footR
{
	width: 50%;
	height: 70px; 
	text-align: center;
	float: right;
}

.infoMation{
	border-bottom: 1px solid #000000;
}

.textBox{
	margin-top: 20px;
	margin-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
    line-height: 200%;
}

	/*recruit*/
.recruit{
    background-image: url(../images/common/recruit03.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.recruitwaku{
	position: relative;
	width: 100%;
	text-align: center;
}

.recruitwaku a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.recruitwaku .recruit01{
	font-size: 130%;
	font-weight: 600;
	color: #FFF;
    display: inline-block;
    padding: 40px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid rgba(255,255,255,1.00);

}

.tel{
    position: relative;
	position: fixed;
	bottom: 50px;
	width:100%;
	padding: 10px;
	text-align: center;
	color:#FFF;
	background-color: #00b4ff;
	z-index:9999;
	color: #FFF;
}

.tel a{
	/*
	position: relative;
	*/
	display: block;
	width: 100%;
	height:100%;
	color:#fff;
}



.sc_esaki {
	display: inline-block;
	margin-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	/*
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	*/
	background-color: #7b9ad0;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 10px;
	overflow: hidden;
	border-radius: 5px;
}

.sc_ito {
	display: inline-block;
	margin-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	/*
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	*/
	background-color: #e5b135;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 10px;
	overflow: hidden;
	border-radius: 5px;
}

.sc_kome {	
	display: inline-block;
	margin-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	/*
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	*/
	background-color: #51a1a2;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 10px;
	overflow: hidden;
	border-radius: 5px;
}

.sc_nishi {	
	display: inline-block;
	margin-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	/*
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	*/
	background-color: #dca5e4;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 10px;
	overflow: hidden;
	border-radius: 5px;
}

.sc_satani {
	display: inline-block;
	margin-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	/*
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	*/
	background-color: #95b962;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 10px;
	overflow: hidden;
	border-radius: 5px;
}

.sc_takagi {
	display: inline-block;
	margin-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	/*
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	*/
	background-color: #e59f66;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 10px;
	overflow: hidden;
	border-radius: 5px;
	font-weight: 600;
}

.sc_taniguchi {
	display: inline-block;
	margin-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	/*
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	*/
	background-color: #d8c566;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 10px;
	overflow: hidden;
	border-radius: 5px;
	font-weight: 600;
}

.sc_yoshi {
	display: inline-block;
	margin-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	/*
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	*/
	background-color: #a596da;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 10px;
	overflow: hidden;
	border-radius: 5px;
	font-weight: 600;
}




.sc_off {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	/*
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	*/
	background-color: #FFFFFF;
	color: #333;
	font-weight: 400;
	font-size: 10px;
	overflow: hidden;
	border-radius: 5px;
	font-weight: 600;
}

.sc_kuni {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	/*
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	*/
	background-color: #ff97b4;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 10px;
	overflow: hidden;
	border-radius: 5px;
	font-weight: 600;
}

.newsWaku{
	padding: 15px;
	margin-top: 50px;
	margin-bottom: 50px;
	border-radius: 12px;
	background-color: #efefef;
}


.topNews{
	width: 100%;
	border: solid 2px #004da0;
	text-align: center;
	margin-bottom: 15px;
}

.topNews a{
	display: block;
	width: 100%;
	height: 100%;
	color: #004da0;
}

.topNews a:hover{
	color: #FFF;
	background-color: #004da0;
	text-decoration: none;
	border: solid 2px #004da0;
	transition : 1s;
}

/*------------- スタッフ紹介 -------------*/

.staffName{
	font-size: 130%;
	font-weight: 800;
}


.staffName2{
	font-weight: 800;
}


.staffGray{
	color: #B8B8B8;
}

.koumoku{
	background-color: #004da0;
	color: #FFF;
	text-align: center;
	width: 90px;
	padding: 5px 10px;
	margin-right: 10px;
	font-size: 90%;
	border-bottom: 1px solid #FFF;
}

.staffWaku{
	border-bottom: 1px solid #505050;
	padding: 0px 0px 30px 0px;
	margin-bottom: 30px;
}

.staffWaku3{
	border-bottom: 1px solid #505050;
	padding: 10px 0px;
	margin-bottom: 20px;
}


.staffComent{
	width: 100%;
	margin: 15px 0px;
	padding: 15px 15px;
	border-radius: 6px;
	background-color: #efefef;
	line-height: 140%;
}
