@charset "UTF-8"; 
 
/* reset-fonts.css 
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0 + 03
*/
/*html{color:#000;background:#FFF;}*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}/*input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}*/legend{color:#000;}body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
 
/* Noto Font */ 
@font-face {
	font-family: 'Noto Sans R';
	src: url('./notoRegular.eot');
	src: url('./notoRegular.eot?iefix') format('eot'),
		 url('./notoRegular.woff') format('woff');
}
@font-face {
	font-family: 'Noto Sans B';
	src: url('./notoBold.eot');
	src: url('./notoBold.eot?iefix') format('eot'),
		 url('./notoBold.woff') format('woff');
}
 
/* IPA明朝 Font */ 
@font-face {
	font-family: 'IPAexm';
	src: url('./ipaexm.eot');
	src: url('./ipaexm.eot?iefix') format('eot'),
		 url('./ipaexm.woff') format('woff');
}
 
/* icon font */ 
@font-face {
	font-family: 'icons';
	src: url('./icons.eot');
	src: url('./icons.eot?iefix') format('eot'),
		 url('./icons.woff') format('woff');
}
	 
[class^="icon-"], [class*=" icon-"] { 
	font-family: 'icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-arrow-right-box:before {
	content: "\e900";
}
.icon-envelope:before {
	content: "\e901";
}
.icon-phone:before {
	content: "\e902";
}
.icon-arrow-up2:before {
	content: "\e903";
}
.icon-arrow-down2:before {
	content: "\e904";
}
  
/*--- ベース ---*/ 
html {
	overflow-y:scroll;
}

body {
	font-size: 100%;
	font-family: Verdana, 'Noto Sans R', "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	line-height: 1.5;
	color: #333;
	text-align: center;
	background-color: #fff;
}

#wrapper {
}

.container {
	width: 960px;
	margin: 0 auto;
}

a {
	color: #152b50;
}
a:link { color: #152b50; }
a:visited { color: #152b50; }
a:hover {
	color: #0068b6;
}
	 
/*--- 一般設定 ---*/ 
	
/* テーブル */ 
td, th {
	vertical-align: top;
}
 
/* float解除 */ 
.cl:after {
	content: "";
	clear: both;
	display: block;
}

.contentHr {
	clear:both;
	height:1px;
/*\*/
	overflow: hidden;
/**/
}
 
/* CSS無効時用 */ 
.nocsscomment,
.nocsshr {
	display: none;
	visibility: hidden;
}
 
.btn { 
	display: inline-block;
	margin-bottom: 0;
	font-weight: $btn-font-weight;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
}
  
/* ヘッダ */ 

header {
	padding-top: 15px;
	border-top: 6px solid #333;
}

header .container {
	position: relative;
	overflow: hidden;
}
	 
header .siteTitle { 
	float: left;
	width: 420px;
	margin: 5px 0;
	font-family: 'Noto Sans B';

	padding-left: 50px;
	background: url(../pub_img/sr_mark.jpg) no-repeat left;
	background-size: 44px 44px;
}
	 
header .siteTitle a { 
	color: #333;
	text-decoration: none;
}
 
.siteTitle { 
	text-align: left;
}
	 
.siteTitle .name { 
	display: block;
	font-size: 160%;
	line-height: 1;
}
 
.siteTitle .sub { 
	display: block;
	font-size: 80%;
}
   	
.siteInformation { 
	float: right;
	width: 400px;
	color: #666;
	font-family: 'IPAexm';
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	overflow: hidden;
}
	 
.siteInformation .contactTel { 
	position: relative;
	float: left;
	width: 240px;
	padding-left: 30px;
}
	 
.siteInformation .contactTel:before { 
	position: absolute;
	bottom: 5px;
	left: 0;

	font-family: 'icons' !important;
	font-size: 28px;

	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e902";
}
 
.siteInformation .contactTel .comment { 
	font-size: 70%;
}
 
.siteInformation .contactTel .telNumber { 
	font-size: 180%;
}
  
.siteInformation .openTimes { 
	float: left;
	width: 130px;
	font-size: 65%;
}
	
.siteInformation .openTimes dl { 
	overflow: hidden;
	background-color: #888;
}
.siteInformation .openTimes dt ,
.siteInformation .openTimes dd {
	padding: 2px 5px;
	border-bottom: 1px solid #fff;
}

.siteInformation .openTimes dt {
	clear: left;
	float: left;
	width: 50px;
	color: #fff;
}
.siteInformation .openTimes dd {
	margin-left: 50px;
	background-color: #fff;
}
  
.siteInformation .contactBtn { 
	clear: both;
	padding: 5px 0;
	text-align: right;
}
	 
.siteInformation .contactBtn a { 
	padding: 2px 5px;
	color: #fff;
	font-size: 75%;
	font-weight: normal;
	background-color: #6abde7;
}

.siteInformation .contactBtn a:hover {
	background-color: #89cbe5;
}
   
.headerMenu { 
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e5e3e3), color-stop(0.00, #fff));
background: -webkit-linear-gradient(#fff, #e5e3e3);
background: -moz-linear-gradient(#fff, #e5e3e3);
background: -o-linear-gradient(#fff, #e5e3e3);
background: -ms-linear-gradient(#fff, #e5e3e3);
background: linear-gradient(#fff, #e5e3e3);
}
	
.headerMenu ul { 
	overflow: hidden;
}
	 
.headerMenu li { 
	float: left;
	width: 25%;
	padding: 3px 0;
}
	 
.headerMenu li a { 
	display: block;
	padding: 7px;
	color: #333;
	font-family: 'IPAexm';
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #ccc;
}
.headerMenu li.home a {
	border-left: 1px solid #ccc;
}

.headerMenu li:hover {
	background-color: #6abde7;
}
.headerMenu li:hover a {
	color: #fff;
}
     
/* フッタ */ 

footer {
	width: 100%;
	padding: 15px 0 30px;
	color: #fff;
	text-align: left;
	background-color: #333;
}

footer .container {
	overflow: hidden;
}
	 
footer .address { 
	float: left;
	width: 400px;
	margin-left: 20px;
	font-size: 80%;
}
	
footer .siteTitle { 
	font-size: 110%;
	padding-bottom: 10px;
}
 
footer .address p { 
	font-size: 90%;
	line-height: 1.2;
}
  
footer .footerContent { 
	float: right;
	width: 500px;
	margin-right: 20px;
	font-size: 80%;
}
	 
footer .footerMenu { 
	text-align: right;
}

footer .footerMenu li {
	display: inline-block;
	padding: 0 10px;
}


footer .footerMenu a {
	color: #fff;
	text-decoration: none;
}
footer .footerMenu a:hover {
	color: #e6e6e6;
}
	 
footer .footerMenu a:before { 
	font-family: 'icons' !important;
	font-size: 12px;
	padding-right: 2px;

	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e900";
}
  
footer .copyright { 
	margin-top: 30px;
	font-size: 90%;
	text-align: right;
}
   
/* ナビゲーション */ 
	
/* ページの先頭へ戻る */ 

.goPagetop {
	width: 960px;
	margin: 10px auto 5px;
	text-align: right;
}

.goPagetop a {
	padding: 3px 10px;
	color: #fff;
	font-size: 70%;
	background-color: #888;
}

.goPagetop a:hover {
	background-color: #aaa;
}
  
/* コンテンツ */ 

.content {
	clear: both;
	box-sizing: border-box;
	width: 960px;
	margin: 0 auto;
	padding: 0px 50px 40px;
	text-align: left;
	word-break: break-all;
	overflow: hidden;
}
	
/* ページタイトル */ 

.pageTitle {
	margin-bottom: 40px;
}

.pageTitle img {
	box-shadow:0px 0px 6px 3px rgba(0,0,0, 0.1);
}
 
/* 見出し */ 
	 
.content section h1 { 
	margin: 40px 0 20px;
	padding: 20px 30px;
	font-family: 'IPAexm';
	font-size: 150%;
	font-weight: bold;
	background-color: #f7f4f0;
}
  
/* 本文 */ 
   
