@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:14px;
	color:#333;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6;
	background:#fff;
}

.inner {
	position:relative;
	width:980px;
	margin:0 auto;
}

header {
	box-sizing:border-box;
	position:relative;
	width:100%;
	background:#fff;
	border-top:8px solid #1983d5;
}

nav {
	width:100%;
	background:#fff;
	⁄zoom:1;
}
nav:after {
   content:'';
   display:block;
   clear:both;
}

#contents {
	overflow:hidden;
	width:980px;
	margin:20px auto 30px;
	background:#fff;
}

#main {
	box-sizing:border-box;
	overflow:hidden;
	float:right;
	width:68%;
}

#sub {
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:28%;
}

footer {
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
}

a {
	color:#1983d5;
	text-decoration:underline;
}
a:hover {
	color:#1983d5;
	text-decoration:none;
}

h2{
	margin-bottom:1em;
	padding:10px 0;
	font-size:24px;
	color:#333;
	border-top:3px solid #1983d5;
	border-bottom:1px dotted #1983d5;
	font-weight:bold;
}

h3{
font-weight:bold;
font-size:20px;
border-bottom: solid 6px #ccc;
position: relative;
margin-bottom:10px;}

h3 span{
display:inline-block;
border-bottom: solid 6px #1983d5;
margin-bottom:-6px;
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
	color:#333;
	border-bottom:1px dotted #333;
}
h5 {
	position:relative;
	margin-bottom:0.25em;
	padding-left:10px;
	color:#710000;
	font-size:14px;
	font-weight:bold;
}
h5:before {
    content:"";
    margin-top:-7px;
    position:absolute;
    top:50%;
    left:0;
    width:5px;
    height:14px;
    background:#8c0e0e;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
	background:#fff;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#eee;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}
table.kaigoprice td{
	text-align:right;}
.clear{
	clear:both;}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.mabo10{
	margin-bottom:10px;}
.mabo20{
	margin-bottom:20px;}
.mabo30{
	margin-bottom:30px;}	
.pabo10{
	padding-bottom:10px;}	
.mato10{
	margin-top:10px;}	
/*================================================
 *  ヘッダー
 ================================================*/
header {
	padding:20px 10px;
}
.headerlogo{
	width:40%;
	padding-top:10px;
	float:left;}
.headerlogo h1 img{
	width:100%;}	
.summary {
	width:60%;
	float:right;
}
ul.headtel{
	padding-bottom:10px;}
ul.headtel li{
	padding-bottom:10px;
	float:right;}
ul.headtel li:last-child{
	margin-right:10px;}
	
ul.headtel li.teltime{
	width:78%;
	}	
ul.headtel li.fax{
	width:48%;
	}		
ul.headtel li.tel{
	width:48%;
	}
ul.headtel li.teltime img,ul.headtel li.tel img,ul.headtel li.fax img{
	width:100%;}
ul.headcon li{
	float:right;}
ul.headcon{
	float:right;
	width:70%;}	
ul.headcon li.con1{
	float:right;}

ul.headcon li.con1 img,ul.headcon li.con2 img{
	width:100%;}		


/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:768px) {
	nav {
		background:url(../images/bg_gnav.gif);
		z-index:3;
		height:60px;
		margin-bottom:10px;
	}
	nav ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	nav li {
		float:left;
		margin:0;
		padding:0;
		text-align:center;
		list-style:none;
		overflow: hidden;
text-indent: 100%;
white-space: nowrap;
	}

	nav li a {
		display:block;
		width:163px;
		height:60px;
	}
	nav li#navi06 a {
		width:165px;

	}
	nav li#navi07{
		display:none;

	}	
li#navi01 a{
background: url(../images/gnav.jpg) 0 0 no-repeat;
}

li#navi02 a{
	background: url(../images/gnav.jpg) -163px 0 no-repeat;
}

li#navi03 a{
	background: url(../images/gnav.jpg) -326px 0 no-repeat;
}

li#navi04 a{
	background: url(../images/gnav.jpg) -489px 0 no-repeat;
}

li#navi05 a{
	background: url(../images/gnav.jpg) -652px 0 no-repeat;
}	
	
li#navi06 a{
	background: url(../images/gnav.jpg) -815px 0 no-repeat;
}	
	
li#navi01 a:hover{
background: url(../images/gnav.jpg) 0 -60px no-repeat;
}

li#navi02 a:hover{
	background: url(../images/gnav.jpg) -163px -60px no-repeat;
}

li#navi03 a:hover{
	background: url(../images/gnav.jpg) -326px -60px no-repeat;
}

li#navi04 a:hover{
	background: url(../images/gnav.jpg) -489px -60px no-repeat;
}

li#navi05 a:hover{
	background: url(../images/gnav.jpg) -652px -60px no-repeat;
}	
	
li#navi06 a:hover{
	background: url(../images/gnav.jpg) -815px -60px no-repeat;
}	
	

	.gnav {
		display:block !important;
	}

	#spMenu {
		display:none;
	}

	.showNav {
		background:#7c0c0c !important;
	}

	.showSub {
		overflow:visible;
		min-height:42px;
		border-bottom:1px solid #fff;
	}
	.showSub:last-child {
		border-bottom:0;
	}
	.showSub:last-child a {
		border-radius:0 0 3px 3px;
	}

	.fixed {
		position:fixed;
		top:0;
		left:0;
	}
}

/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	font-size:12px;
	margin-bottom:20px;
	padding:10px;
	background:#f1f1f1;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
 
#subcontact{
	border:2px solid #bbb;}
	
	
	
	
.submenu{
	margin-bottom:15px;
	border:2px solid #ccc;} 
.submenu dt{
	font-size:16px;
	padding:10px;
	color:#FFF;
	background:#8BC900;}	
.submenu dd {
	margin:0;
	list-style:none;
}

.submenu dd a {
	display:block;
	padding:10px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu dd:last-of-type a{
	border-bottom:none;}

.submenu dd a:hover {
	background:#eee;
}



/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	background:#1983d5;
}
.footlogo{
	color:#FFF;
	font-size:16px;
	width:40%;
	float:left;
	padding:20px 0 20px 0;
	}
.footlogo dl dt{
	font-weight:bold;
	font-size:20px;}
.footlogo dl dd span{
	font-size:18px;}
	
.footmenu {
	width:50%;
	float:right;
	padding:20px 0 20px;
	overflow:hidden;
}
.footmenu ul {
	padding:0 0 40px 0;
}
.footmenu li {
	position:relative;
	float:left;
	list-style:none;
	margin:0;
	padding:0 15px;
	font-size:16px;
	border-right:1px dotted #FFF;
}
.footmenu li:last-child {
	padding-right:0;
	border:none;
}

.footmenu a {
	color:#fff;
	text-decoration:none;
}
.footmenu a:hover {
	color:#fff;
	text-decoration:underline;
}

.copy {
	text-align:center;
	font-size:12px;
	color:#fff;
	padding:10px;
	background-color:#444;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#1983d5;
}
.totop img:hover {
	background:#006abc;
}
/****リンク画像半透明
*******************************************************/
a img.linkimg{
background:none!important;
}
a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}
/******************************************************/


/*================================================
 *  トップページ
 ================================================*/
.catch{
	font-weight:bold;
	font-size:20px;
	color:#1983d5;
	}
.photo-box {
  display: table;
}
.photo-box-img,
.photo-box-text {
  display: table-cell;
  vertical-align: top;
}
.photo-box-text{
	padding-left:10px;}


/*================================================
 *  mainimg
 ================================================*/
/* mainimg */
.mainimg img {
	z-index:5;
	width:100%;	
}

.flowyajirusi{
	line-height:1em;
	text-align:center;
	font-size:60px;}
	
/*================================================
 *  流れ
 ================================================*/
dl.flow{padding: 10px;
  border: 2px solid #1983D5;
  border-radius: 3px;}
dl.flow dt {
	padding-bottom:5px;
	margin-bottom:5px;
	font-size:16px;
	border-bottom:1px dotted #999;}
dl.flow dd {
	
}
.flowcontactlink li{
	float:left;
	width:50%;
}
.flowcontactlink li a{
	text-align:center;
	display:block;
	vertical-align: middle;
	color: #fff;
	background-color:#ff6161;
	padding:10px;
	margin:0 10px 0 0;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}
.flowcontactlink li a:hover{
	background-color:#fe9a9a;
}

.flowcontactlink li.no a{
	margin:0 0 0 0;
}
.flowcontactlink li i{
	margin-right:5px;}
/*================================================
 *  会社案内
 ================================================*/

.annai{
	border:2px solid #ccc;
	padding:10px;
	border-radius: 3px;
	background:#eff5fa;}

.google-map {
    position: relative;
    width: 100%;    /* 左右に余白が必要なら値を変更してもOK */
    height: 0;
    padding-bottom: 56.25%;    /* padding-topでもOK */
    overflow: hidden;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    /* 必要であれば!importantを付けてください */
    height: 100%;    /* 必要であれば!importantを付けてください */
}


/*================================================
 *  設備紹介
 ================================================*/

.setubi-box {
  display: table;
}
.setubi-box-img,
.setubi-box-text {
	font-size:12px;
  display: table-cell;
  vertical-align: top;
}
.setubi-box-text{
	width:38%;
	padding-left:10px;}




/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	



}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	
.inner {
		width:100%;
	}
	
#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}
	.lock {
		overflow:hidden;
	}
	header {
		z-index:2;
		box-sizing:border-box;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		padding:0px 10px 10px;
		border-top:0;
	}
	

.headerlogo{
width:100%;
padding-bottom:5px;
}
.headerlogo h1 img{
	width:50%;}	
.summary {
	width:100%;
	float:right;
}
ul.headtel{
	padding-bottom:10px;}
ul.headtel li{
	padding-bottom:5px;}
ul.headtel li:last-child{
	margin-right:0px;}
	
ul.headtel li.teltime{
	width:100%;
	}	
ul.headtel li.fax{
	float:right;
	width:48%;
	}		
ul.headtel li.tel{
	float:left;
	width:48%;
	}
ul.headtel li.teltime img,ul.headtel li.tel img,ul.headtel li.fax img{
	width:100%;}
ul.headcon{
	width:100%;}
	
ul.headcon li{
	text-align:center;}
ul.headcon li.con1{
	
	text-align:center;
	float:none;
	margin-left:20%;
	width:60%;}

ul.headcon li.con1 img,ul.headcon li.con2 img{
	width:100%;}		
ul.headcon li:last-child{
	margin-right:0;
	}
		
	#main {
		float:none;
		width:100%;
	}
	#sub {
		float:none;
		margin-top:20px;
		width:100%;
	}
	nav ul {
		margin:0;
		padding:0;
		}
	nav .inner > ul {
		z-index:2;
		overflow:auto;
		position:fixed;
		top:58px;
		right:0;
		width:100%;
		height:88%;
		height:-webkit-calc(100% - 53px);
		height:calc(100% - 53px);
	}
	nav li {
		position:relative;
		width:100%;
		float:none;
		margin:0;
		text-align:left;
		list-style:none;
		border-bottom:1px solid #fff;
background:#1983d5;
	}
	nav li span{
		padding-left:15px;
		font-size:0.9em;}

	nav li:first-child {
		border-top:0;
	}
	nav li:last-child {
		border-bottom:0;
	}

	nav li a {
		display:block;
		padding:10px 30px;
		color:#fff;
		text-decoration:none;
	}
	nav li a:hover {
		color:#fff;
		background-color: rgba(255,255,255,0.3);
	}
	nav ul ul {
		display:none;
		position:relative;
	}
	nav li li a {
		box-sizing:border-box;
		width:100%;
		padding:10px 30px 10px 50px;
		text-align:left;
	}



	.active > a:before {
		margin-top:0;
	}
	.active > a:after {
		margin-top:5px;
	}

	.gnav {
		display:none;
	}

	#spMenu {
		display:block;
		z-index:2;
		position:fixed;
		top:10px;
		right:10px;
	}
	#spMenu:hover {
		cursor:pointer;
	}

	#navBtn {
		display:inline-block;
		position:relative;
		width:30px;
		height:30px;
		border-radius:5%;
background:#1983d5;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:2px;
		margin:-1px 0 0 -7px;
		background:#f1f1f1;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#f1f1f1;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}
	
footer {
		width:100%;
	}
	
.footlogo{
	display:none;
	}
.footmenu {
	display:none;
}
.copy {
	clear:both;
	text-align:center;
	font-size:12px;
	color:#fff;
	padding-right:30px;
}
.maincontact{
	display:none;}


.setubi-box {
  display:table;
}
.setubi-box-img,
.setubi-box-text {
	font-size:12px;
  display:block;
  vertical-align: top;
}
.setubi-box-text{
	width:100%;
	padding-left:0;
	margin-top:5px;}
	
	
}
/* ########### 599px以下 ########### */
@media (max-width: 599px) {
.headerlogo{
padding-bottom:0px;
	}
.headerlogo h1 img{
	width:60%;}	

ul.headtel li{
	padding-bottom:0px;}


}