@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('./_lib/font/notoRegular.eot');
	src: url('./_lib/font/notoRegular.eot?iefix') format('eot'),
		 url('./_lib/font/notoRegular.woff') format('woff');
}
@font-face {
	font-family: 'Noto Sans B';
	src: url('./_lib/font/notoBold.eot');
	src: url('./_lib/font/notoBold.eot?iefix') format('eot'),
		 url('./_lib/font/notoBold.woff') format('woff');
}

@font-face {
	font-family: 'Noto Serif R';
	src: url('./_lib/font/NotoSerifR.eot');
	src: url('./_lib/font/NotoSerifR.eot?iefix') format('eot'),
		 url('./_lib/font/NotoSerifR.woff') format('woff');
}
@font-face {
	font-family: 'Noto Serif B';
	src: url('./_lib/font/NotoSerifB.eot');
	src: url('./_lib/font/NotoSerifB.eot?iefix') format('eot'),
		 url('./_lib/font/NotoSerifB.woff') format('woff');
}
 
/* TELアイコン */ 
@font-face {
	font-family: 'icomoon';
	src:url('./_lib/font/telfax.eot?ncccux');
	src:url('./_lib/font/telfax.eot?ncccux#iefix') format('embedded-opentype'),
		url('./_lib/font/telfax.woff?ncccux') format('woff');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon' !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-mail::before {
  content: "\e900";
}
.icon-fax:before {
  content: "\e901";
}
.icon-tel::before {
  content: "\e902";
}
.icon-telm::before {
  content: "\e903";
}
.icon-link:before {
  content: "\e904";
}
 
/*--- ベース ---*/ 
html {
	overflow-y:scroll;
}

body {
	position: relative;
	color: #333;
	font-family:'Noto Sans R', 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 100%;
	line-height: 1.5;
	text-align: center;

	background: url(./pub_img/bg.jpg) center;
}

#wrapper {
	min-width: 1080px;
}

.container {
	position: relative;
	width: 1080px;
	margin: 0 auto;
}

a {
	color: #000;
}
a:link { color: #000; }
a:visited { color: #000; }
a:hover {
	color: #999;
}
	 
/*--- 一般設定 ---*/ 
	
/* テーブル */ 
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 */ 

header {
	position: relative;
	width: 100%;
	padding-top: 70px;
	color: #603813;

	background: url(./pub_img/header_bg.png) repeat-x center top;
}
	
header a { 
	color: #603813;
	text-decoration: none;
}
header a:link ,
header a:visited ,
header a:hover {
	color: #603813;
}
 
header .siteTitle { 
	float: left;
	padding: 0px 30px 15px;
	font-size: 190%;
	text-align: left;
}
	 
header .siteTitle a { 
	display: block;
	padding: 10px;
}
  
header .information { 
	float: right;
	text-align: left;
}
	 
.information .telNumber { 
	float: left;
	margin-right: 30px;
}
 
.telNumber { 
	font-size: 170%;
	font-weight: bold;
}
	 
.telNumber span { 
	padding-right: 5px;
	font-size: 90%;
}
  
.mailContact { 
	float: left;
}
	 
.mailContact a { 
	display: block;
	margin-top: 5px;
	padding: 3px 20px;
	font-size: 90%;
	border: 2px solid #603813;
	border-radius: 5px;
	transition: 0.3s;
}
	 
.mailContact a:hover { 
	color: #fff;
	background-color: #603813;
}
  
.mailContact span { 
	display: inline-block;
	float: left;
	padding-right: 10px;
	font-size: 150%;
}
  
header .workTimes { 
	clear: both;
	font-size: 70%;
}
  
.headerMenu { 
	clear: both;
	margin-bottom: 10px;
	background-color: #cfa950;
	overflow: hidden;
}
	 
.headerMenu .contentsMenu { 
	width: 1080px;
	margin: 0 auto;
	font-family: 'Noto Serif R', serif;
}
	 
.headerMenu .contentsMenu li { 
	position: relative;
	float: left;
	width: 20%;
}
	 
.headerMenu .contentsMenu a { 
	display: block;
	padding: 30px 0;
	color: #fff;

	text-decoration: none;
	transition: 0.3s;
}
	 
.headerMenu .contentsMenu a:hover { 
	background-color: rgba(255,255,255,0.2);
}
  
.headerMenu .contentsMenu li::after , 
.headerMenu .contentsMenu li.home::before {
	display: block;
	content: '';

	position:absolute;
	top:0;
	right:0;
	z-index:8;

	width: 1px;
	height: 50%;
	margin-top: 10%;
	border-left: 1px dotted #fff;
}
	 
.headerMenu .contentsMenu li.home::before { 
	left:0;
}
     
.spMenuBtn { 
	display: none;
}
  
/* フッタ footer */ 

footer {
	width: 100%;
	color: #603813;
	line-height: 1.5;
}
	
footer .information { 
	width: 100%;
	padding-top: 140px;
	padding-bottom: 60px;
	color: #fff;

	overflow: hidden;
	background: url(./pub_img/footer_bg.png) repeat-x center top;
}
	 
footer .information a { 
	color: #fff;
	text-decoration: none;
}
 
footer .companyData { 
	width: 980px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
	 
footer .siteTitle { 
	font-size: 190%;
}
 
footer .mailContact a { 
	border: 1px solid #fff;
}
	 
footer .mailContact a:hover { 
	color: #603813;
	background-color: #fff;
}
   
footer .contentsMenu { 
	width: 980px;
	margin: 40px auto 0;
	line-height: 1;
	text-align: left;
	border-left: 1px solid #fff;
}
	 
footer .contentsMenu li { 
	display: inline-block;
	border-right: 1px solid #fff;
}
	 
footer .contentsMenu li a { 
	display: block;
	padding: 5px 20px;
}
    
footer .copyright { 
	padding: 20px 0;
	font-size: 90%;
}
  
/* ナビゲーション */ 
	
/* パンくずナビ */ 

#topicPath {
	width: 1040px;
	margin: 0px auto;
	padding: 20px 0;
	line-height: 1;
	font-size: 90%;
	text-align: left;
}


#topicPath a {
	color: #333;
	text-decoration: none;
}
 
/* ページの先頭へ戻る */ 

.goPagetop {
	width: 1080px;
	margin: 10px auto 5px;
	line-height: 1;
	text-align: right;
}

.goPagetop a {
	display: inline-block;
	padding: 8px 10px 12px;
	color: #fff;
	font-size: 150%;
	text-decoration: none;
	background-color: #888;
}

.goPagetop a:hover {
	background-color: #aaa;
}
 
/* PCスマホ表示切り替え */ 

.viewSetting {
	padding: 30px 15px;
	text-align: center;
	font-size: 150%;
	color: #fff;
	background-color: #036eb7;
	border: 1px solid #fff;
}
.viewSetting span {
	display: inline-block;
	padding: 1px 10px;
	color: #036eb7;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #fff;
}

.viewSetting a {
	display: inline-block;
	padding: 1px 10px;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	border: 1px solid #fff;
}
  
/* コンテンツ */ 

#content {
	clear: both;
	word-break: break-all;
	overflow: hidden;
}
	 
.pageTitle { 
	height: 180px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
	
.pageTitle h1 { 
	padding-top: 50px;
	font-family: 'Noto Serif R',serif;
	font-size: 220%;
	text-align: center;
}
	 
.pageTitle h1 span { 
	border-bottom: 2px solid rgba(255,255,255, 0.7);
}
   
.pageImagePhoto { 
	padding-top: 14%;
	background: no-repeat center;
	background-size: cover;
}
 
/* 見出し */ 
	
#content h2 { 
	clear: both;
	margin-top: 60px;
	margin-bottom: 40px;
	color: #603813;
	font-size: 140%;
	font-weight: bold;
	line-height: 1;
}
	 
#content h2.firstheading { 
	margin-top: 0px;
}
 
#content h2 span { 
	padding: 2px 5px;
	background: url(./pub_img/hline.png) repeat-x bottom;
}
  
#content h3 { 
	margin-top: 1em;
	color: #603813;
	font-weight: bold;
}
  
/* 本文 */ 
	
/* 写真 */ 

.photo_left {
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}

.photo_right {
	float: right;
	margin-left: 25px;
	margin-bottom: 20px;
}
 
/* レイアウトボックス */ 

.layoutbox2-left,.layoutbox2-right,

.layoutbox3-left,.layoutbox3-right,
.layoutbox3-2-left,.layoutbox3-2-right,

.layoutbox4-left,.layoutbox4-right ,
.layoutbox4-2-left,.layoutbox4-2-right ,
.layoutbox4-3-left,.layoutbox4-3-right {
	box-sizing: border-box;
	padding: 0 0 0px;
}


.layoutbox2-left,
.layoutbox2-right {
	width: 50%;
}
.layoutbox2-left {
	float: left;
	padding-right: 5px;
}
.layoutbox2-right {
	float: right;
	padding-left: 5px;
}

.layoutbox3-left,
.layoutbox3-right {
	width: 33.3%;
}

.layoutbox3-2-left,
.layoutbox3-2-right {
	width: 66.6%;
}

.layoutbox3-left ,
.layoutbox3-2-left {
	float: left;
	padding-right: 5px;
}
.layoutbox3-right ,
.layoutbox3-2-right {
	float: right;
	padding-left: 5px;
}

.layoutbox4-left,
.layoutbox4-right {
	width: 25%;
}

.layoutbox4-2-left,
.layoutbox4-2-right {
	width: 50%;
}

.layoutbox4-3-left,
.layoutbox4-3-right {
	width: 75%;
}

.layoutbox4-left ,
.layoutbox4-2-left ,
.layoutbox4-3-left {
	float: left;
	padding-right: 5px;
}
.layoutbox4-right ,
.layoutbox4-2-right ,
.layoutbox4-3-right {
	float: right;
	padding-left: 5px;
}

.layoutbox2-left img,.layoutbox2-right img,

.layoutbox3-left img,.layoutbox3-right img,
.layoutbox3-2-left img,.layoutbox3-2-right img,

.layoutbox4-left img,.layoutbox4-right img ,
.layoutbox4-2-left img,.layoutbox4-2-right img ,
.layoutbox4-3-left img,.layoutbox4-3-right img {
	max-width: 100%;
	height: auto;
}

 
/* PDFリンク */ 

.pdflink {
	display: inline-block;
	margin: 10px 0;
	padding: 10px 15px;
	padding-left: 35px;
	text-decoration: none;
	line-height: 1;
	background: url(./img/icon_pdf.gif) no-repeat;
	background-position: left 10px center;
	background-color: #dee9f3;
	border: 1px solid #6e97d3;
}
  
.pageLink { 
	padding: 40px 0;
	text-align: center;
}
	
.pageLink a { 
	display: inline-block;
	padding: 15px 80px;
	padding-left: 60px;

	color: #603813;
	font-size: 90%;
	text-decoration: none;
	border: 1px solid #603813;
	transition: 0.3s;
}
	 
.pageLink a:hover { 
	color: #fff;
	background-color: #603813;
}
   
article { 
	box-sizing: border-box;
	padding: 60px 0 50px;
}
	
.articleContainer { 
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
  
.topics { 
	padding: 100px 0;
	overflow: hidden;
}
	 
.newsContent { 
	float: left;
	width: 500px;
	min-height: 520px;
	box-sizing: border-box;
	padding: 20px;
	background-color: #fff;
	border: 1px dashed #cfa950;
	border-radius: 10px;
}
	 
.newArticle { 
	text-align: left;
}
	 
.newArticle li { 
	padding: 25px 20px;
	border-top: 1px solid #603813;
	overflow: hidden;
}

.newArticle li.top {
	border-top-width: 0;
}
	 
.newArticle .title { 
	padding: 0.5em 0;
	font-weight: bold;
}
 
.newArticle .date { 
	font-size: 90%;
}
 
.newArticle .comment { 
	font-size: 80%;
}
 
.newArticle .photo { 
	float: left;
	padding: 5px;
}
 	  
.navi { 
	padding: 20px 30px;
	font-size: 90%;
	text-align: center;
	overflow: hidden;
}

.navi .prev {
	float: left;
}
.navi .next {
	float: right;
}
  
.facebookPagePlugin { 
	float: right;
	width: 500px;
}
    
@media screen and (max-width: 979px) { 
	
} 
  
@media screen and (max-width: 767px) { 
	 
img { 
	max-width: 100%;
	height: auto;
}
 
/*--- ベース ---*/ 

#wrapper {
	min-width: 1px;
}

.container {
	width: 100%;
}
	 
/* ヘッダ header */ 

header {
	padding-top: 0px;
	background-image: none;
	border-top: 4px solid #603813;
}
	
header .siteTitle { 
	width: 100%;
	padding: 0;
	font-size: 150%;
}
 
header .information { 
	display: none;
}
 
.headerMenu { 
	display: none;
	position: absolute;
	top: 60px;
	left: 0px;
	z-index: 999;

	width: 100%;
}
	 
.headerMenu .contentsMenu { 
	width: 100%;
	text-align: center;
}
	 
.headerMenu .contentsMenu li { 
	display: block;
	width: 100%;
	font-size: 100%;
	border-top: 1px solid #ccc;
}
	 
.headerMenu .contentsMenu a { 
	padding: 15px 0;
}
    
.spMenuBtn { 
	display: block;
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 999;

	width: 44px;
	height: 44px;
}

  
/* フッタ footer */ 
footer {
}
	
footer .information { 
	padding-top: 110px;
	padding-bottom: 0px;
}
	 
footer .companyData { 
	width: 100%;
	box-sizgin: border-box;
	padding: 0 15px;
	font-size: 80%;
}
 
footer .contentsMenu { 
	width: 100%;
	margin: 20px 0 0;
	border-left-width: 0;
}
	 
footer .contentsMenu li { 
	display: block;
	border-right-width: 0;
}
	 
footer .contentsMenu li a { 
	padding: 10px 0px;
	text-align: center;
	border-top: 1px solid #fff;
}
     
/* コンテンツ */ 

#content {
}
	 
.pageTitle { 
	height: auto;
}
	 
.pageTitle h1 { 
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 20px 20px;
	font-size: 200%;
}
	 
.pageTitle h1 span { 
	display: block;
	padding-left: 0px;
}
   
.pageImagePhoto { 
	display: none;
}
 
/* 見出し */ 
	
#content h2 { 
	margin-bottom: 15px;
}
  
.pageLink { 
	padding: 20px 0;
	text-align: center;
}
	
.pageLink a { 
	padding: 10px 20px;
	padding-left: 10px;
}
  
article { 
	padding: 30px 10px 20px;
}
	
.articleContainer { 
	width: 100%;
}
  
.topics { 
	padding: 30px 0;
}
	
.newsContent { 
	float: none;
	width: 100%;
	min-height: 1px;
	padding: 10px;
}
	
.newArticle { 
}
	
.newArticle li { 
	padding: 10px 5px;
}
   
.facebookPagePlugin { 
	float: none;
	width: 100%;
	margin-top: 30px;
}
    
} 
  
