@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%;}
 
/* Rounded M */ 
@font-face {
	font-family: 'Rounded M M';
	src: url('./_lib/font/rounded_M_yuki.eot');
	src: url('./_lib/font/rounded_M_yuki.eot?iefix') format('eot'),
		 url('./_lib/font/rounded_M_yuki.woff') format('woff');
}
@font-face {
	font-family: 'Rounded M B';
	src: url('./_lib/font/rounded_B_yuki.eot');
	src: url('./_lib/font/rounded_B_yuki.eot?iefix') format('eot'),
		 url('./_lib/font/rounded_B_yuki.woff') format('woff');
}
 
/* FutuHv */ 
@font-face {
	font-family: 'FutuHv';
	src: url('./_lib/font/FutuHv.eot');
	src: url('./_lib/font/FutuHv.eot?iefix') format('eot'),
		 url('./_lib/font/FutuHv.woff') format('woff');
}
 
/* TEL&MAILアイコン */ 
@font-face {
	font-family: 'telmail';
	src:url('./_lib/font/telmail.eot?aa58sf');
	src:url('./_lib/font/telmail.eot?aa58sf#iefix') format('embedded-opentype'),
		url('./_lib/font/telmail.woff?aa58sf') format('woff');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'telmail' !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-tel:before {
	content: "\e901";
}
 
/*--- ベース ---*/ 
html {
	overflow-y:scroll;
}

body {
	position: relative;
	color: #333;
	font-family:'Rounded M M', 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 100%;
	line-height: 1.5;
	text-align: center;

	background: url(./img/bg.jpg) no-repeat center top #f7dee5;
}

#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 {
}
	 
header .siteTitle { 
	padding: 60px 0;
}
 
.spMenuBtn { 
	display: none;
}
  
/* フッタ footer */ 

footer {
}
	 
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 {
}
	 
.pageTitle { 
}
 
/* 見出し */ 
	 
#content h2 { 
}
  
/* 本文 */ 
	
/* 写真 */ 

.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;
}
  
article { 
}
   
@media screen and (max-width: 979px) { 
	
} 
  
@media screen and (max-width: 767px) { 
	 
img { 
	max-width: 100%;
	height: auto;
}
 
/*--- ベース ---*/ 

body {
	background-size: 870px 200px;
}

#wrapper {
	min-width: 1px;
}

.container {
	width: 100%;
}
	 
/* ヘッダ header */ 

header {
}
	 
header .siteTitle { 
	padding: 20px 10px 10px;
}
  
/* フッタ footer */ 
footer {
}
 
/* コンテンツ */ 

#content {
	padding: 0 10px;
}
 	 
} 
  
