@import url(//fonts.googleapis.com/css?family=Roboto:400,500,700,900);
@import url(//fonts.googleapis.com/css?family=Rokkitt:400,700);
.webfont1{font-family: 'Roboto', sans-serif;}
/*============================
　CSSリセット
=============================*/
* {
  margin: 0;
  padding: 0;
}
/* 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;
}
/* -----------------------------------------
		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*/

}
/*============================
　共通チップス
=============================*/
.clear {
  clear: both;
}
/*clearfix*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
.hide {
  display: none;
}
a {
  color: #333;
  text-decoration: underline;
}
a:hover {
color:#30aaf8;
  text-decoration: none;
}
a:active {
  background: none;
}
/*============================
	レイアウト・背景色・基本文字色
=============================	*/
body {
font-size: 87.5%;/*font-sizeリセット*/	
line-height:1.7;
background:#30aaf8;
color: #333333;/*このテンプレの基本色*/
font-family: 'Roboto', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
}
#container{
	margin:0;
	margin-bottom:50px;
	position:relative;
}
#content {
  width: 960px;
  margin: 0 auto;
}
#sidebar {
  width: 190px;
  float: left;
}
#main {
  width: 750px;
  background:#fff;
  float: right;
}
/*============================
	ヘッダー
=============================*/
#header {
	border-bottom:5px solid #30aaf8;padding:15px 0 15px 550px;
	}
/*　ヘッドメニュー */
#head_nav a{
	display:block;
	background:#30aaf8;
	padding:8px 0;
	width:180px;
	text-align:center;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
#head_nav a:hover{
	filter: alpha(opacity=70);
	-webkit-opacity:0.7;
	-moz-opacity:0.7;
	opacity:0.7;
}

/*============================
  タイトル 
=============================*/
h1#site_title {
  font-size: 1.84em;
  padding:15px 0 20px 0;
  border-bottom:1px solid #62cbff;
  line-height:1.25;
  text-align: justify;
text-justify: inter-ideograph;
}
#site_title a {
  color: #fff;
    line-height:1.2;
  font-weight:500;
  text-decoration: none;
}
#site_title a:hover {
  text-decoration: none;
   color:#ebf7fe;
}
#site_title a img {
	width:100%;
	height:auto;
}
#site_description {
  color: #ffffff;
  text-align: justify;
text-justify: inter-ideograph;
 border-bottom:1px solid #62cbff;
 padding:15px 0 15px 0;

}

/*============================
	コピーライト
=============================*/
address {
	font-size:12px;
  font-style: normal;
  font-weight:normal;
  color:#ffffff;
}
/*============================
	ページトップ
=============================*/
#pagetop {

}
#pagetop a {
	position:fixed;
	bottom:25px;
	right:25px;
	padding:13px;
	border-radius:2px;
	background:#fff;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.33);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.33);
	box-shadow: 0 1px 3px rgba(0,0,0,.33);

}
#pagetop a:hover {
filter: alpha(opacity=90);
-webkit-opacity:0.9;
-moz-opacity:0.9;
opacity:0.9;
}
/*============================
	サイドバー
=============================*/
#sidebar {color:#fff;text-transform:uppercase;}
#sidebar h2{
font-size:14px;	
padding:20px 0 5px 30px;
text-transform:uppercase;
}


/*　グローバルナビ
-----------------------------------------*/
#global_nav {
	padding-bottom:18px;
	 border-bottom:1px solid #62cbff;
}
#global_nav h2{background:url(../../images/126/ico_menu_001.png ) left 20px no-repeat;}
#global_nav dl {}
#global_nav dl a{
	display:block;
	color:#fff;
	text-decoration:none;
	padding:0 0 0 30px;
}
#global_nav dl a:hover{
	text-decoration:underline;
	color:#fff;
}
#global_nav dl dt {/* 親メニュー */
padding:5px 0;
}
#global_nav dl dt a {
	line-height:1.2;
	background :url(../../images/126/ico_arrow_001.png ) 3px 5px no-repeat;
}
#global_nav dl dd {/* 子メニュー */
}
#global_nav dl dd a {
}

/*　プロフィール
-----------------------------------------*/
#about {
	padding-bottom:18px;
	 border-bottom:1px solid #62cbff;
	 }
#about h2{background:url(../../images/126/ico_about_001.png ) left 20px no-repeat;} 
#about ul {list-style: none;}

#about ul li {
padding:5px 0;
}
#about ul li a {
display:block;
color:#fff;
text-decoration:none;
padding:0 0 0 30px;	
background :url(../../images/126/ico_arrow_001.png ) 3px 5px no-repeat;
}


#about a:hover {
text-decoration:underline;
	color:#fff;
}
/*　ブログ
-----------------------------------------*/
#blog {
padding-bottom:18px;
border-bottom:1px solid #62cbff;
}
#blog h2{background:url(../../images/126/ico_blog_001.png ) left 20px no-repeat;} 
#blog_link {
  padding-top:10px;
}
#blog_link a {
}
#blog_link:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
#blog dl {
}
#blog dl dt {/* 日付 */
letter-spacing:0.1em;
  font-size: 14px;
  padding-left:30px;
  font-family:'Rokkitt', Helvetica, Arial, sans-serif;
}
#blog dl dd {/* ブログタイトル */
  margin-bottom: 12px;
  width: 100%;
}
#blog dl dd a {
	display:block;
	color:#fff;
	text-decoration:none;
	padding:0 0 0 30px;	
	line-height:1.2;
background :url(../../images/126/ico_arrow_001.png ) 3px 5px no-repeat;
}
#blog dl dd a:hover {
	text-decoration:underline;
}
#blog #blog_link a{
	display:block;
	margin:0 auto;
	background:#fff;
	width:134px;
	text-align:center;
	padding:4px 0 5px 0;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.33);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.33);
	box-shadow: 0 1px 3px rgba(0,0,0,.33);
	}
/*　QRコード
-----------------------------------------*/
#qrcode {
padding-bottom:18px;
border-bottom:1px solid #62cbff;
}
#qrcode h2{background:url(../../images/126/ico_qrcode_001.png ) left 20px no-repeat;} 
#qrcode p {
  font-size:0.857em;
  line-height:1.4;
}
#qrcode .qrImage {
	margin:10px 0;
	text-align:center;
	background:#fff;
}
/*============================
	メイン
=============================*/
#lead_area { /* リードエリア */
background :url(../../images/126/bgi_coverarea_001.jpg ) center bottom #f3f9fc no-repeat;
border:1px solid #fff;
padding:19px;
margin-bottom:40px;
height:auto!important;
}
/*　メイン写真
------------------------------------------------*/
#cover {
  float: left;
  width: 365px;
}
#cover img{
  width: 365px;
}
/*　トピックス 
------------------------------------------------*/
#lead_area .title h2 {
	font-size:16px;
	color:#30aaf8;
	text-transform: uppercase;
	background :url(../../images/126/ico_topics_001.png ) left 6px no-repeat;
	padding-left:22px;
}
#topics {
  float: right;
  width: 315px;
}
#topics dl {
  overflow-y: auto;
  max-height: 187px;
}
#topics dl dt {/* 日付 */
  color:#6d6d6d;
  letter-spacing:0.1em;
  width: 80%;
  font-size: 14px;
  padding:10px 0 0;
  font-family:'Rokkitt', Helvetica, Arial, sans-serif;
}
#topics dl dd {
  /* トピックス本文 */
  width: 95%;
  padding:0 0 10px ;
  font-size:13px;
  border-bottom:1px solid #c6c6c6;
}
/*　画像なしの場合（メイン写真・トピックス）
------------------------------------------------*/
.no-img #cover {
  display: none;
}
.no-img #topics {
  float: right;
  width: 315px;

}
.no-img #topics dl {
  overflow-y: auto;
  max-height: 187px;
}
.no-img #topics dl dd {
  /* トピックス本文 */
  width: 95%;
  padding:0 0 10px ;
  font-size:13px;
  border-bottom:1px solid #c6c6c6;
}
/*　スライド表示の場合（メイン写真・トピックス）
------------------------------------------------*/
#lead_area.slide{
	background: none;
}
.slide #cover {
}
.slide #cover {
  display: none;
}
.slide #topics {
  float: none;
  width: auto;
}
.no-img #topics dl {
  overflow-y: auto;
  height: 187px;
}
.no-img #topics dl dd {
  /* トピックス本文 */
  width: 98%;
  padding:0 0 10px ;
  font-size:13px;
  border-bottom:1px solid #c6c6c6;
}

/* スライド
------------------------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:750px;
}
.bx-wrapper {
    margin-bottom:40px !important;
	height:313px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:313px !important;
	width:750px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:750px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ccc;
	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: rgb(48, 170, 248);
	opacity:1;
}
/* ページャーの位置を調整したい場合
.bx-wrapper .bx-pager {
    bottom: -33px!important;
}
*/
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:9px;
	height:14px;
	margin:0;
	bottom:-20px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
	background:url(../../images/126/btn-slider_001.png) 0 0 no-repeat;
	left:300px;
}
.bx-wrapper .bx-prev:hover {
	opacity:0.8;
}
.bx-wrapper .bx-next {
	background:url(../../images/126/btn-slider_002.png) 0 0 no-repeat;
	right:300px;
}
.bx-wrapper .bx-next:hover {
	opacity:0.8;
}
/*　お問い合わせ
-----------------------------------------*/
#inquiry {
	background:#30aaf8;
	text-align:center;
	padding-top:40px;
}
#inquiry a {
	display:block;
	width:380px;
	padding:20px 0;
	background :#fff;
	text-align:center;
	margin:0 auto;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.33);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.33);
	box-shadow: 0 1px 3px rgba(0,0,0,.33);
}
#inquiry a:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
/*============================
	記事ボックス
=============================*/
.article_box {
  font-size: 14px;
  padding: 0px 20px 40px 20px;
  margin:0 0 40px;
  background :url(../../images/126/lin_article_001.gif ) 20px bottom no-repeat;
}
.article_box .article_title {
}
.article_box .article_title h2 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom:30px;
  padding-left:25px;
  font-weight:500;
  color:#30aaf8;
  background :url(../../images/126/ico_square_001.gif ) left 7px no-repeat;
}
/* 記事画像なし */
.article_box .entry {
  line-height: 1.7;
}
.article_box .entry img{max-width:100%;}
.inside_images.article_box .entry {
	width:470px;
	float:left;
  line-height: 1.7;
}
.article_box .entry b,
.article_box .entry em,
.article_box .entry span {
  line-height: 150%;
}
/* 記事画像あり */
.article_box .article_figure {
  float: right;
  width: 200px;
  padding: 0 20px 0 0;
}
.article_box .article_figure div{
  width: 200px;
  padding: 10px;
  margin-bottom:20px;
  background:#ebebed;
}
.article_box .article_figure img {
  width: 200px;
}
.article_box .article_figure span {
  font-size: 12px;
  color:#6d6d6d;
  line-height:1.4;
  display: block;
  padding:4px 3px 0;
  text-align: left;
   max-width: 200px;
}
.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:#d5d5d5 1px solid;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#d5d5d5 1px solid;
	padding:10px;
}


/*============================
	下層ページ共通
=============================*/
/*ページタイトル*/
#page_title {
  margin-bottom: 8px;
  background:#30aaf8;
  color:#fff;
  text-transform: uppercase;
}
#page_title h2 {
  font-size: 30px;
  padding:40px 0 40px 30px;
  font-weight: normal;
  line-height: 1.1;
}
/*パン屑リスト*/
#pnkz {
  padding-bottom:10px;
  text-align: right;
  border-bottom:1px solid #d5d5d5;
  margin:0 20px 40px 20px;
}
#pnkz ul {
  list-style: none;
  text-transform: uppercase;
}
#pnkz ul li {
	line-height:1;
  font-size: 10px;
  padding:1px 0 1px 3px;
  /padding:1px 0 1px 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#pnkz ul li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
	line-height:1;
	padding:0 8px 0 0;
	
}
#pnkz ul li a:hover {
	text-decoration:none;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
/*============================
	フリーエリア
=============================*/
#side-area {
	margin:20px 0;
	padding-bottom:20px;
	border-bottom: 1px solid #62cbff;
}
#foot-area {
	margin:40px 20px;
}
/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/

/* お問い合わせフォーム、プロフィール、地図　共通
-----------------------------------------*/
#map,#profile,#form {margin:0 20px;}

#map table,#profile table,#form table{
  border-collapse: collapse;
  width: 100%;
	border:none;
}
#map table th,#profile table th,#form table th,
#map table td,#profile table td,#form table td{
	padding:15px 0;
	text-align:left;
	border-bottom:1px dotted #d5d5d5;
}
#map table th,#profile table th,#form table th{
	width:170px;
	font-weight:bold;
	padding:15px 0 15px 20px;
	color:#30aaf8;
}
#map img , #profile img , #form img{width:100%;}
/*リード文
-----------------------------------------*/
#lead_s {
  margin-bottom: 1px;
  line-height: 150%;
  padding:0 0 15px 20px;
  border-bottom:1px dotted #d5d5d5;
  margin-top:-20px;
}

/*お問い合わせ
-----------------------------------------*/
.validation_span,
.warning span {
  color: #f84c30;
  font-size:18px;
  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-radius: 3px;
  border: solid 1px #d5d5d5;
}
#form input[type=text]:focus,
#form textarea:focus {
  outline: none;
  background: #f4efe0;
  border-radius: 0;
}
#contact_submit th,
#contact_submit td {
  text-align: center;
}
#form #contact_submit td{
	text-align:center;
}
#form input[type=submit],
#form input[type=reset] {
  padding: 10px;
  border-radius:3px;
  border:none;
  background: #30aaf8;
  cursor:pointer;
  color:#fff;
	letter-spacing:0.1em;
	margin:0 3px;
}
#form input[type=reset]{background:#c1c1c1;}
#form input[type=submit]:hover,
#form input[type=reset]:hover {
	filter: alpha(opacity=80);
	-webkit-opacity:0.8;
	-moz-opacity:0.8;
	opacity:0.8;
}
/*地図
-----------------------------------------*/
#map #frame {
  text-align: center;
  margin-top:-20px;
}
#map #frame iframe{
	border:none;
	width: 710px;
	height: 470px;
}
/*プロフィール
-----------------------------------------*/
#profile{}


/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
  margin-top: 3px;
  padding-left: 5px;
  color: #cc0000;
}
.warning {
  line-height: 150%;
  margin: 5px 0 0;
}
.w_mark {
  color: #f84c30;
}
.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;
}

