/*============================
　CSSリセット
=============================*/
* {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック","Century Gothic","Hiragino Kaku Gothic Pro","Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, Verdana, sans-serif ,"メイリオ", Meiryo;
}
/* HTML5タグ用リセット */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: bold;
}
body {
  font-size: 81%;
  /*font-sizeリセット*/

}
/* -----------------------------------------
		10px	>>	0.83em
		11px	>>	0.91em
		12px	>>	1em
		13px	>>	1.08em
		14px	>>	1.17em
		15px	>>	1.25em
		16px	>>	1.33em
		18px	>>	1.50em
		20px	>>	1.67em
----------------------------------------- */
img {
  border: none;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  /*IE6 下の余白を消す*/

}
a {
  outline: none;
  /*for firefox*/

}
/*============================
　共通チップス
=============================*/
body {
  line-height: 150%;
  color: #000;  /*このテンプレの基本色*/
  font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック","Century Gothic","Hiragino Kaku Gothic Pro","Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, Verdana, sans-serif ,"メイリオ", Meiryo;
}
.clear {
  clear: both;
}
/*clearfix*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
.hide {
  display: none;
}
a {
	color:#fff;
	text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:active {
  background: none;
}
/*============================
	レイアウト・背景色・基本文字色
=============================	*/
body {
  background:#108cd2 url(../../images/127/bgi_body_001.jpg) center top repeat;   /*このテンプレの背景色*/
	-webkit-font-smoothing: antialiased;
}
#container{
  background: url(../../images/127/bgi_body_002.png) center top no-repeat;   
}
#content {
	width: 960px;
	margin: 30px auto 0;
}
#sidebar {
  width: 234px;
  float: left;
  padding:0 0 20px;
}
#sidebar.slide {
	padding-top: 73px;
}
#main {
  padding:0 0 20px;
  width: 690px;
  float: right;
}
/*============================
	ヘッダー
=============================*/
#header {
	width:100%;
	margin: 0 auto;
	padding:0 0 13px;
	text-align:center;
}
#header #hgroup {
	width: 760px;
	margin:0 auto;
	padding:0;
	text-align:center;
	position:relative;
}
/* タイトル */
#site_title {
	line-height: 150%;
	font-size: 2.2em;
	padding:60px 0 50px;
	font-weight:800;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #108cd2;
}
#site_title a {
	text-decoration:none;
	font-size: 1em;
	letter-spacing:0.1em;
	color: #108cd2;
	font-weight:800;
	text-shadow:0 0 3px #fff;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#site_title a:hover {
  text-decoration: none;
}
#site_title a img {
	max-width:760px!important;
}
/*　ヘッドメニュー */
#head_nav {
  position: absolute;
  top: -1px;
  right: -85px;
}
#head_nav ul {
  clear: both;
  height: 15px;
  width:408px;
}
#head_nav ul li {
  float: right;
  width:auto;
  height: 45px;
  list-style: none;
}
#head_nav ul li a {
  display: block;
  height: 45px;
  text-indent:-9999em;
  overflow:hidden;
}
#head_nav ul .nav_contact a {
	background:url(../../images/127/nav_header_001.png) -270px 0 no-repeat;
	width:135px;
}
#head_nav ul .nav_map a {
	background:url(../../images/127/nav_header_001.png) -136px 0 no-repeat;
	width:135px;
}
#head_nav ul .nav_profile a {
	background:url(../../images/127/nav_header_001.png) 0 0 no-repeat;
	width:135px;
}
#head_nav ul .nav_contact a:hover {
	background-position:-270px -46px;
}
#head_nav ul .nav_map a:hover {
	background-position:-136px -46px;
}
#head_nav ul .nav_profile a:hover {
	background-position:0 -46px;
}
/*============================
	スライド
=============================*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:960px;
	margin: 0 auto 0px;
}
.bx-wrapper {
    margin-bottom:40px !important;
	height:400px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:400px !important;
	width:960px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
	border-radius: 18px;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:960px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #015AAF;
	text-indent: -9999px;
	display: block;
	width: 7px;
	height: 7px;
	margin: 0 7.5px;
	outline: 0;
	cursor:pointer;
	border-radius:7px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover ,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
	opacity:1;
}
/* ページャーの位置を調整したい場合
.bx-wrapper .bx-pager {
    bottom: -33px!important;
}
*/
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:40px;
	height:40px;
	border-radius: 20px;
	margin:0;
	top:180px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
	background:url(../../images/127/btn-slider_001.png) 15px center no-repeat #015AAF;
	left:-26px;
}
.bx-wrapper .bx-prev:hover {
	background-color:#96D2F4;
	opacity:1;
}
.bx-wrapper .bx-next {
	background:url(../../images/127/btn-slider_002.png) 17px center no-repeat #015AAF;
	right:-26px;
}
.bx-wrapper .bx-next:hover {
	background-color:#96D2F4;
	opacity:1;
}

/*============================
	リードエリア
=============================*/
#lead_area {
	width:690px;
	margin-bottom:40px;
}
#site_description {
	float:right;
	width:300px;
	padding:20px 0 0;
	text-shadow:0 0 3px #0b76c1;
 	color: #fff;
	letter-spacing:0.04em;
	font-weight:bold;
	line-height:150%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
 	font-size: 1.5em;
}
/*　メイン写真	*/
#cover {
	float: left;
	width: 365px;
}
#cover img{
	 width: 365px;
	 box-shadow:0px 0px 6px #0b76c1;
	 border-radius:18px;
}
/*　画像なしの場合（メイン写真・ディスクリプション）
------------------------------------------------*/
.no-img #cover {
	display: none;
}
#lead_area.no-img #site_description {
	width: 690px;
	float:none;
}

/*============================
	フッター
=============================*/
#footer {
	width:100%;
	background:url(../../images/127/bgi_footer_001.png) center top repeat-x;
	clear:both;
}
#footer .inner{
	padding:200px 0 26px;
	background:url(../../images/127/bgi_footer_002.png) center bottom no-repeat;
	text-align:center;
}
/*　コピーライト */
address {
	display:block;
	width: 960px;
	margin: 0 auto;
	text-align:center;
	font-style: normal;
	font-weight:normal;
	font-size:0.9em;
	color:#fff;
	letter-spacing:0.03em;
}
/*============================
	ページトップ
=============================*/
#pagetop {
	width:42px;
	height:160px;
	position:fixed;
	right:30px;
	bottom:50px;
}
#pagetop a {
	display:block;
	width:42px;
	height:0;
	text-indent:-9999em;
	overflow:hidden;
	padding: 160px 0 0 0;
	background:url(../../images/127/btn_pagetop_001.png) left top no-repeat;
}
#pagetop a:hover {
	background-position:-43px 0;
}
/*============================
	サイドバー
=============================*/
/*　グローバルナビ
-----------------------------------------*/
#global_nav {
	width:234px;
	margin-bottom:20px;
	position:relative;
	padding-top:25px;
	background:url(../../images/127/bgi_gnav_001.png) left top no-repeat;
}
.global_navIn {
	width:234px;
	padding-bottom:25px;
	background:url(../../images/127/bgi_gnav_003.png) left bottom no-repeat;
}
.global_navIn2 {
	width:234px;
	background:url(../../images/127/bgi_gnav_002.png) left top repeat-y;
}
#global_nav h2{
	width:234px;
	height:0;
	overflow:hidden;
	text-indent:-9999em;
	padding:73px 0 0 0;
	background:url(../../images/127/ttl_gnav_001.png) left top no-repeat;
	position:absolute;
	left:0;
	top:-64px;
}
#global_nav dl {
	width:234px;
	font-size:1.1em;
}
#global_nav dl a{
	display:block;
	text-decoration:none;
	letter-spacing:0.1em;
	color:#fff;
	font-weight:normal;
}
#global_nav dl a:hover{
	color:#f67e2a;
}
#global_nav dl dt {  /* 親メニュー */
	padding:0 15px 15px 18px;
}
#global_nav dl dt:hover {  /* 親メニュー */
}
#global_nav dl dt a {
	padding:2px 0 2px 22px;
	background:url(../../images/127/ico_arrow_001.png) 0px 3px no-repeat;
}
#global_nav dl dt a:hover{
}
#global_nav dl dd {  /* 子メニュー */
	padding:0 10px 15px 24px;
}
#global_nav dl dd:hover {  /* 親メニュー */
}
#global_nav dl dd a {
	padding:2px 0 2px 15px;
	background:url(../../images/127/ico_arrow_002.png) 0px 7px no-repeat;
}
#global_nav dl dd a:hover{
}
/*　プロフィール
-----------------------------------------*/
#about {
	margin:5px 10px 0;
	background:url(../../images/127/lin_dot_001.png) left top repeat-x;
	letter-spacing:0.03em;
	padding:10px 16px 0;
}
#about ul {
	list-style: none;
}
#about ul li {
	margin-top:7px;
	font-size:0.9em;
}
#about ul li a {
	display:-block;
	padding:2px 0 2px 15px;
	background:url(../../images/127/ico_arrow_002.png) 0px 5px no-repeat;
	color:#fff;
	text-decoration:none;
}
#about ul li a:hover {
	color:#f67e2a;
}


/*　ブログ
-----------------------------------------*/
#blog {
	width:234px;
	position:relative;
	padding-bottom:53px;
	background:url(../../images/127/bgi_blog_002.png) left bottom no-repeat;
	margin-bottom:20px;
}
#blog h2 {
	text-indent:-9999em;
	overflow:hidden;
	height:0;
	width:234px;
	padding:42px 0 0 0;
	background:url(../../images/127/ttl_blog_001.png) left top no-repeat;
}
#blog dl {
	height: auto;
	padding:0 14px 2px;
	background:url(../../images/127/bgi_blog_001.png) left top repeat-y;
}
#blog dl dt {  /* 日付 */
	letter-spacing:0.1em;
	font-size: 0.86em;
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
	color:#108cd2;
	padding:5px 5px 1px 7px;
	font-weight:bold;
}
#blog dl dd {
	letter-spacing:0.1em;
	font-size:0.9em;
	padding:0 5px 8px;
	background:url(../../images/127/lin_dot_002.png) left bottom repeat-x;
}
#blog dl dd:last-child {
	background:none;
	padding-bottom:0;	
}
#blog dl dd a {
  color:#f16e11;
  text-decoration:none;
}
#blog dl dd a:hover{
	text-decoration:underline;
}
#blog_link {
	position:absolute;
	left:45px;
	bottom:13px;
}
#blog_link a {
	display:block;
	width:140px;
	height:0;
	text-indent:-9999em;
	overflow:hidden;
	padding:32px 0 0 0;
	background:url(../../images/127/btn_blog_001.png) left top no-repeat;
}
#blog_link a:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

/*　QRコード
-----------------------------------------*/
#qrcode {
	width:234px;
	position:relative;
	background:url(../../images/127/bgi_qr_001.png) left top no-repeat;
	margin-bottom:20px;
	margin-top:60px;
	text-align:center;
}
#qrcode h2 {
	height:0;
	text-indent:-9999em;
	overflow:hidden;
	width:234px;
	padding:49px 0 0 0;
	background:url(../../images/127/ttl_qr_001.png) left top no-repeat;
	position:absolute;
	top:-49px;
	left:0;
}
#qrcode p {
  font-size: 10px;
  line-height:140%;
  letter-spacing:0.1em;
  padding:15px 18px 20px;
  color:#025bb0;
  text-align:left;
}
#qrcode img {
	width: 100px;
}
/*============================
	メイン
=============================*/
/*　トピックス 
------------------------------------------------*/
#topics {
	width: 690px;
	margin:0 0 40px 0;
}
#topics h2 {
	height:0;
	text-indent:-9999em;
	overflow:hidden;
	width:690px;
	padding:46px 0 0 0;
	background:url(../../images/127/ttl_topics_001.png) left top no-repeat;
}
#topics dl {
	width:690px;
	height: auto;
}
#topics dl dt { /* 日付 */
	display:inline-block;
	letter-spacing:0.1em;
	font-size:0.9em;
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
	color:#151515;
	font-weight:bold;
	margin:0 0 8px;
	padding:13px 14px 13px 10px;
	position:absolute;
}
#topics dl dd { /* トピックス本文 */
	width:590px;
	display:block;
	letter-spacing:0.1em;
	font-size:1em;
	background:url(../../images/127/lin_dot_003.png) left bottom no-repeat;
	color:#151515;
	padding:13px 0 13px 100px;
}
#topics dl dd a {
	color:#fff;
}
/*　記事ボックス 
------------------------------------------------*/
.article_box {
	width:690px;
	margin:0 0 50px;
	text-shadow:0 0 3px #0b76c1;
}
.article_box .article_title {
	margin-bottom:12px;
}
.article_box .article_title h2 {
	font-size: 1.4em;
	line-height: 1.5;
	letter-spacing:0.03em;
	font-weight:bold;
	color:#fff;
}
/* 記事画像なし */
.article_box .entry {
  line-height: 1.7;
	font-size: 1.08em;
	color:#fff;
}
.article_box .entry b,
.article_box .entry em,
.article_box .entry span {
  line-height: 150%;
}
.article_box .entry img{
	max-width:690px;
}
/* 記事画像あり */
.inside_images.article_box .entry {
	width:464px;
	float:left;
	line-height: 1.7;
}
.inside_images.article_box .entry img{
	max-width:464px;
}
.article_box .article_figure {
	float: right;
	width: 206px;
	padding: 0;
}
.article_box .article_figure div{
	width: 206px;
	padding:5px 0;
}
.article_box .article_figure img {
	width: 200px;
	padding:3px;
	background:#fff;
	box-shadow:0px 0px 6px #0b76c1;
	border-radius:18px;
}
.article_box .article_figure span {
	font-size: 0.8em;
	line-height:140%;
	display: block;
	padding:5px 3px 5px;
	text-align:center;
	max-width: 200px;
	color:#eee;
}
.article_box .article_figure a:hover img {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
/*記事ボックス内のテーブル*/
.article_box .entry table {
 	border-collapse:collapse;
    border:#333 1px solid;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#333 1px solid;
	padding:10px;
}

/*　お問い合わせ
-----------------------------------------*/
#inquiry {
	width: 302px;
	height:72px;
	padding:24px 0 0;
	margin:50px auto 30px;
	background:url(../../images/127/txt_inquiry_001.png) center top no-repeat;
}
#inquiry a {
	display: block;
	text-indent:-9999em;
	overflow:hidden;
	width: 302px;
	height: 0;
	padding: 72px 0 0;
	background:url(../../images/127/btn_inquiry_001.png) left top no-repeat;
}
#inquiry a:hover {
	background:url(../../images/127/btn_inquiry_001.png) left -73px no-repeat;
}

/*============================
	下層ページ共通
=============================*/
/*ページタイトル*/
#page_title {
	padding:10px 0px 50px;
	background:url(../../images/127/lin_title_001.png) left bottom no-repeat;
	margin-bottom:50px;
}

#page_title h2 {
	font-size: 2.2em;
	font-weight:bold;
	color: #fff;
	line-height: 1.2;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-shadow:0 0 3px #0b76c1;
}
/*パン屑リスト*/
#pnkz {
	margin:5px auto 0;
	color: #f6b689;
	font-weight:bold;
}
#pnkz ul {
  list-style: none;
}
#pnkz ul li {
	line-height:1;
	font-size: 10px;
	padding:1px 0 1px 3px;
	/padding:1px 0 1px 3px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #f6b689;
	line-height:1;
	font-weight:bold;
}
#pnkz ul li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height:1;
	padding:0 8px 0 0;
	color: #f6b689;
	font-weight:bold;
}
/*============================
	フリーエリア
=============================*/
#side-area {
	width:234px;
	line-height:150%;
}
#foot-area {
	width: 690px;
	line-height:150%;
}
/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#map,
#profile,
#form {
	font-size: 1em;
}
/*お問い合わせ
-----------------------------------------*/
#form {
	width: 684px;
	margin:0 0 40px;
 	background:#fff;
	border:solid 3px #fff;
	box-shadow:0px 0px 6px #0b76c1;
	border-radius:18px;
}
#form #lead_s {
	line-height: 150%;
	padding:20px 15px 20px;
}
#form table{
  border-collapse: collapse;
  width: 100%;
  border:none;
}
#form table th,
#form table td{
	padding:15px 5px;
	text-align:left;
	background:url(../../images/127/lin_dot_003.png) left top repeat-x;
	vertical-align: middle;
}
#form table th{
	width: 150px;
	font-weight:normal;
	letter-spacing:0.1em;
	padding-right:1em;
	padding-left:15px
}
.warning {
  text-align: right;
}
.validation_span,
.warning span {
  color: #d20000;
  display:inline-block;
  margin:0 2px 0 0;
}
#form input,
#form textarea {
  font-size: 1.2em;
  padding: 5px;
}
#form input[type=text],
#form textarea {
  border: solid 1px #ccc;
  padding:6px 3px;
  border-radius: 2px;
}
#form input[type=text]:focus,
#form textarea:focus {
  outline: none;
  background: #fff5f5;
}
#contact_submit th,
#contact_submit td {
  text-align: center;
}
#form #contact_submit td{
	text-align:center;
}
#form input[type=submit]{
	border:solid 1px #f16e11;
	background:#f16e11;
	cursor:pointer;
	letter-spacing:0.1em;
	font-size:14px;
	padding:10px 20px;
	border-radius:10px;
	color:#fff;
}
#form input[type=reset] {
	border:solid 1px #ccc;
	background:#bdbdbd;
	cursor:pointer;
	letter-spacing:0.1em;
	border-radius:10px;
	font-size:12px;
	padding:10px 20px;
	margin:0 0 0 5px;
	color:#333;
}
#form input[type=submit]:hover,
#form input[type=reset]:hover {
	opacity:0.8;
}
/*リード文
-----------------------------------------*/
/*地図
-----------------------------------------*/
#map {
	width: 684px;
	height:auto;
	margin:0 0 40px;
	overflow:hidden;
 	background:#fff;
	border:solid 3px #fff;
	box-shadow:0px 0px 6px #0b76c1;
	border-radius:18px;
}
#frame {
	margin-bottom: 0px;
	line-height:0;
}
#frame iframe{
	border:none;
	width: 684px;
	height: 350px;
	margin-bottom:-2px;
}
#map table{
	border-collapse: collapse;
	width: 100%;
	border:none;
}
#map table th,
#map table td{
	padding:15px 5px;
	text-align:left;
	background:url(../../images/127/lin_dot_003.png) left top repeat-x;
}
#map table th{
	font-weight:bold;
	letter-spacing:0.1em;
	padding-right:1em;
	padding-left:15px;
	color: #108cd2;
}
/*プロフィール
-----------------------------------------*/
#profile{
	width: 684px;
 	background:#fff;
	border:solid 3px #fff;
	box-shadow:0px 0px 6px #0b76c1;
	border-radius:18px;
}
#profile #lead_s {
	line-height: 150%;
	padding:20px 15px 20px;
}
#profile table {
	border-collapse: collapse;
	width: 100%;
	border:none;
	margin-bottom:5px;
}
#profile table tr{
}
#profile table th,
#profile table td{
	padding:15px 5px;
	text-align:left;
	vertical-align: middle;
	background:url(../../images/127/lin_dot_003.png) left top repeat-x;
}
#profile table th{
	font-weight:bold;
	letter-spacing:0.1em;
	padding-right:1em;
	padding-left:15px;
	color: #108cd2;
}


/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
  margin-top: 3px;
  padding-left: 5px;
  color: #cc0000;
}
.warning {
  line-height: 150%;
  margin: 5px 0 0;
}
.w_mark {
  color: #ff8196;
}
.thaks {
  line-height: 150%;
  padding: 0 16px 40px 0;
}
.hidden {
  display: none;
}

/* 20170110 プロフィール、お問い合わせ、地図
-----------------------------------------*/
#map th, #profile th , .map th, .profile th {
width: 20%;
}

#map td, #profile td , .map td, .profile td {
word-break:break-all;
}




/* 20170703 ADD */
#side-area img{
	max-width: 100%;
}
#foot-area img{
	max-width: 100%;
}


/* 20190416 ADD */
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul{
    list-style-type: disc;
}
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    list-style-type: decimal;
}
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul,
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    margin-left: 18px;
}


/* 20211112 フリーエリアテーブル設定
-----------------------------------------*/
#side-area table,.side-area table,
#foot-area table,.foot-area table{
    border-collapse: collapse;
}
#side-area table th,.side-area table th, 
#side-area table td,.side-area table td,
#foot-area table th,.foot-area table th,
#foot-area table td,.foot-area table td
{
    border: #ccc 1px solid;
    padding: 5px;
}

