/*============================
　CSSリセット
=============================*/
* {
  margin: 0px;
  padding: 0px;
  font-family: "Lucida Grande", "Lucida Sans Unicode",
    "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: bold;
}
body {
  font-size: 81%; /*font-sizeリセット*/
}
html>/**/body {
  font-size: 13px; /*font-sizeリセット Except IE */
}
/* -----------------------------------------
10px	>>	0.77em
11px	>>	0.83em
13px	>>	1em
14px	>>	1.08em
15px	>>	1.17em
16px	>>	1.25em
17px	>>	1.33em
19px	>>	1.46em
20px	>>	1.54em
----------------------------------------- */
img {
  border: none;
  margin: 0px;
  padding: 0px;
  vertical-align: middle; /*IE6 下の余白を消す*/
}
a {
  outline: none; /*for firefox*/
}
/*============================
　共通チップス
=============================*/
body {
  line-height: 1.5;
  color: #333333; /*基本色*/
}
.clear {
  clear: both;
}

/*clearfix*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.hide {
  display: none;
}
a {
  color: #6eaec8;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/*============================
レイアウト
=============================	*/

body {
}

#container {
  width: 960px;
  margin: 40px auto 0;
}

#content {
  margin: 40px auto 0;
  text-align: left;
}

#main {
  width: 680px;
  float: right;
}

#sidebar {
  width: 240px;
  float: left;
}
#footer {
  clear: both;
}

/*============================
ヘッダー
=============================*/
#header {
}
#header h1 {
  float: left;
  margin: 30px 0;
  width: 600px;
}

#header h1 a {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px 0px 3px #2859c0;
}

#head_nav {
  float: right;
  width: 320px;
  margin-top: 42px;
}

#head_nav ul {
  text-align: right;
}

#header li {
  background: url(../../images/159/ico-arrow_001.png) no-repeat left center;
  list-style: none;
  display: inline;
  font-size: 12px;
  padding-left: 15px;
  margin-left: 20px;
}

#header li a {
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 0px 3px #2859c0;
}

#header li a:hover {
  text-decoration: underline;
}

/*===================================
  global_nav
=====================================*/
#global_nav {
  position: relative;
  z-index: 2;
  background: #fff;
  text-align: center;
  line-height: 1;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 5px solid #ededed;
}
#global_nav a {
  text-decoration: none;
  letter-spacing: 0.1em;
  background: none;
}

/*-------▼グローバルナビセッティング▼--------*/
/* 基本設定　変更しない */
#nav {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
#nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  /display: block;
  /float: left;
  position: relative;
}
#nav a {
  display: block;
}
#nav ul {
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  margin: 0;
  padding: 0;
}
* html #nav ul {
  line-height: 0;
} /* IE6 "fix" */
#nav ul a {
  zoom: 1;
} /* IE6/7 fix */
#nav ul li {
  float: none;
}
#nav ul ul {
  top: 0;
}

#nav {
  min-width: 960px;
  width: auto !important;
  padding: 0;
  line-height: 1;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 auto;
  text-align: left;
  /display: inline;
  /zoom: 1;
  letter-spacing: -0.4em;
}
/* メインメニュー */
#nav li.nav-top {
  width: auto !important;
  line-height: 55px;
  padding: 0 25px;
  /z-index: 1; /*IE6,7*/
  _width: 120px !important; /*IE6*/
  _float: left; /*IE6*/
  letter-spacing: normal;
  background: url(../../images/159/lin_nav_001.gif) no-repeat right center;
}
#nav li.nav-top:last-child {
  background: none;
}

#nav li.nav-top a {
  /* メインのa */
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-transform: uppercase;
  color: #043562;
  padding: 0 7px 0 8px;
  width: auto;
  line-height: 1;
  position: relative;
  /display: normal;
  /z-index: 1; /*IE6,7*/
}

#nav li.nav-top:hover {
  background: #ededed;
}

/* 子メニュー*/
#nav li.nav-top ul {
  width: 100%;
  /z-index: 1000; /*IE6,7*/
  background: #ededed;
  margin-bottom: -1px;
  border-top: #fff solid 1px;
}

#nav li.nav-top ul li {
  display: block;
  white-space: normal;
  font-size: 0.96em;
  position: relative;
  /z-index: 1000;
  border-bottom: #fff solid 1px;
}
#nav li.nav-top ul li a {
  display: block;
  height: auto;
  text-align: center;
  line-height: 1.5;
  color: #043562 !important;
  position: relative;
  /z-index: 1000 !important;
  padding: 10px;
  text-align: left;
  background-image: inherit;
}
#nav li.nav-top ul li a:hover {
  background: #c2c1c1;
  text-decoration: none;
}
#nav li.nav-top ul li:last-child {
  border-bottom: none;
}

/*============================
メイン
=============================*/

/*lead_area*/
#lead_area {
  background: url(../../images/159/bgi_main_001.jpg);
  width: auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.lead_inner {
  overflow: hidden;
  zoom: 1;
  width: 960px;
  margin: 0 auto;
  padding: 0 0 80px;
}

.lead_inner_sub {
  overflow: hidden;
  zoom: 1;
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
}

#lead_area #site_discription {
  width: 480px;
  float: left;
  margin: 40px 0 0;
  color: #fff;
  padding-top: 30px;
}

#site_discription h2 {
  font-size: 16px;
  font-weight: normal;
}

#lead_area #cover {
  width: 365px;
  float: right;
  background-color: #fff;
  padding: 5px;
  margin: 40px 0 0;
}
#lead_area #cover img {
}

/* メイン画像なし
------------------------------*/
#lead_area.no-img {
  padding-bottom: 0px;
}
#lead_area.no-img .lead_inner {
  padding: 20px 0 50px;
}

#lead_area.no-img #site_discription {
  width: 960px;
  margin: 0;
  padding: 0;
}

/* スライド
------------------------------*/
#lead_area.slide {
  padding-bottom: 30px;
}
#lead_area.slide .lead_inner {
  padding-bottom: 0px;
}
#lead_area.slide #site_discription {
  margin: 0;
  padding: 0;
  width: 960px;
}
.mainSlideIn {
  box-sizing: content-box;
  box-sizing: inherit;
  width: 960px;
  padding: 20px 0 0;
  margin: 0 auto;
}
.bx-wrapper {
  margin-bottom: 30px !important;
  height: 396px !important;
  border: solid 5px #fff;
  padding: 5px;
}
#mainSlide {
  margin: 0;
}
#mainSlide li {
  height: 396px !important;
  width: 950px;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
#mainSlide li img {
  position: absolute;
  left: 0;
  width: 960px;
  height: auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 7px;
  height: 7px;
  margin: 0 7px;
  outline: 0;
  cursor: pointer;
  border-radius: 8px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: none;
  border: solid 2px #fff;
  margin: 0 5px;
}
.bx-wrapper .bx-pager {
  bottom: -36px !important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
  width: 40px;
  height: 40px;
  margin: 0;
  top: 180px;
  cursor: pointer;
}
.bx-wrapper .bx-prev {
  background: url(../../images/159/btn-slider_001.png) center center no-repeat;
  left: -40px;
}
.bx-wrapper .bx-prev:hover {
  background: url(../../images/159/btn-slider_001.png) center center no-repeat;
  opacity: 0.7;
}
.bx-wrapper .bx-next {
  background: url(../../images/159/btn-slider_002.png) center center no-repeat;
  right: -40px;
}
.bx-wrapper .bx-next:hover {
  background: url(../../images/159/btn-slider_002.png) center center no-repeat;
  opacity: 0.7;
}

/*topics*/
#topics {
  margin-bottom: 40px;
}
h3.topics-title {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  background: url(../../images/159/lin_article_001.png) no-repeat bottom center;
}

#topics .topics-entry {
  max-height: 130px;
  height: auto;
  width: 680px;
  overflow-x: hidden;
  overflow-y: auto;
}

#topics dl {
  font-size: 12px;
  width: 680px;
}
#topics dt {
  float: left;
  color: #6eaec8;
}

#topics dd {
  border-bottom: 1px solid #ededed;
  padding: 0 0 10px 100px;
  margin: 0 0 10px 0;
}

#topics a {
  color: #333;
}

/*article_box*/
.article_box {
  width: 680px;
  margin: 0 auto 50px;
  clear: both;
}
.article_title h2 {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  background: url(../../images/159/lin_article_001.png) no-repeat bottom center;
}
.article_box .entry {
  font-size: 14px;
}

.article_box .article_figure {
  width: 200px;
  float: right;
  margin: 0 0 20px 30px;
}
.article_box .article_figure img {
  width: 200px;
}
.article_box .article_figure span {
  display: block;
  font-size: 11px;
  color: #666666;
  padding: 5px 0 0 0;
}
/*記事ボックス内のテーブル*/
.article_box .entry table {
  border-collapse: collapse;
  border: #ededed 1px solid;
}
.article_box .entry table th,
.article_box .entry table td {
  border: #ededed 1px solid;
  padding: 10px;
}

/*お問い合わせ*/
#inquiry {
  width: 100%;
  margin-top: 50px;
  padding: 85px 0 70px;
  text-align: center;
  background: url(../../images/159/bgi_inquiry_001.gif) repeat-x top center
    #ededed;
}

.inquiryIn {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

#pagetop {
  position: absolute;
  right: 0;
  bottom: -50px;
}

#inquiry a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/*============================
サイドバー
=============================*/

/*about*/

#about {
  width: 200px;
  margin-bottom: 30px;
  padding: 20px;
  background: #ededed;
}

h3.about_title {
  font-size: 16px;
  font-weight: normal;
  padding-left: 25px;
  margin-bottom: 10px;
  background: url(../../images/159/ico-wa_001.png) no-repeat left center;
}
#about ul {
  background: #fff;
  padding: 10px 20px;
}
#about li {
  list-style: none;
}

#about li:hover {
  text-decoration: underline;
}

#about li a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 10px 0 10px 15px;
  background: url(../../images/159/ico-arrow_002.png) no-repeat left center;
}

/*blog*/
#blog {
  width: 200px;
  margin-bottom: 30px;
  padding: 20px;
  background: #ededed;
}

h3.blog_title {
  font-size: 16px;
  font-weight: normal;
  padding-left: 25px;
  margin-bottom: 10px;
  background: url(../../images/159/ico-wa_001.png) no-repeat left center;
}

#blog dl {
  background: #fff;
  padding: 20px 10px 5px;
}
#blog dt {
  color: #6eaec8;
}
#blog dd {
  margin-bottom: 15px;
}

#blog dd a {
  color: #333;
}
.more-btn-area {
  margin-top: 20px;
  text-align: center;
}
.more-btn-area a:hover img {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

/*QRコード*/
#qrcode {
  width: 200px;
  margin-bottom: 30px;
  padding: 20px;
  background: #ededed;
}

.qrcodeIn {
  background: #fff;
  text-align: center;
  padding-top: 5px;
}

h3.qrcode_title {
  font-size: 16px;
  font-weight: normal;
  padding-left: 25px;
  margin-bottom: 10px;
  background: url(../../images/159/ico-wa_001.png) no-repeat left center;
}

#qrcode p {
  text-align: left;
  padding: 0 20px 20px;
  font-size: 11px;
  line-height: 1.4;
}

/*============================
フッター
=============================*/

#footer {
  background-color: #043562;
  padding: 40px 0;
  text-align: center;
  color: #fff;
}

#footer #copyright address {
  font-style: normal;
}

#pagetop a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/*============================
下層ページ共通
=============================*/

h3.page_title {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 5px solid #ededed;
}
/*パン屑リスト*/
#pnkz {
  margin-bottom: 40px;
}

#pnkz a {
}

/*============================
フリーエリア
=============================*/
#side-area {
  clear: both;
  width: 190px;
  margin: 0 auto 40px;
  border: 5px solid #ededed;
  padding: 20px;
}

#foot-area {
  clear: both;
  width: 630px;
  margin: 0 auto 40px;
  border: 5px solid #ededed;
  padding: 20px;
}

/*============================
お問い合わせフォーム、プロフィール、地図
=============================*/
#map,
#profile,
#form {
  width: 680px;
  margin: 0 auto;
}
#map iframe {
  width: 680px;
  height: 500px;
  margin-bottom: 30px;
}

#form {
  padding-bottom: 30px;
}

#form table,
#map table,
#profile table {
  width: 100%;
  border: 5px solid #ededed;
  text-align: left;
  border-collapse: collapse;
  margin: 0 auto 60px;
}

#form th,
#map th,
#profile th {
  width: 160px;
  border: 5px solid #ededed;
  background-color: #fff;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  padding: 1em;
  vertical-align: middle;
}
#form td,
#map td,
#profile td {
  border: 5px solid #ededed;
  background-color: #fff;
  padding: 1em;
}
.ptb {
  padding: 0.6em 0;
}

#contact_submit td {
  padding: 1.2em 0;
  text-align: center;
  border: none;
}
/*必須項目
-----------------------------------------*/
.warning span {
  color: #d00276;
}
.validation_span {
  color: #cc0000;
}
/*リード文
-----------------------------------------*/
#lead_s {
  text-align: left;
  margin: 0 0 30px;
}

/*プロフィール
-----------------------------------------*/
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
  margin-top: 3px;
  color: #cc0000;
}
.warning {
  line-height: 150%;
  padding: 0 0 5px 0;
}

.w_mark {
  color: #333333;
}

.thaks {
  line-height: 150%;
  padding: 0 16px 40px 0;
}

input,
textarea {
  color: #333;
  padding: 0.3em 0.2em;
}
input:focus,
textarea:focus {
  background: #fcf2ff;
  border-style: solid;
  border-color: #cecece;
  outline: none;
}

#cover {
  width: 365px;
}
#cover img {
  width: 100%;
}

/* 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;
}

/* 202201 記事BOXの画像幅修正
-----------------------------------------*/
.article_box img {
  max-width: 100%;
}

/* 202202 記事BOXの画像幅修正
-----------------------------------------*/
.box_entry1 img,
.box_entry2 img {
  max-width: 100%;
}

/* 202203 記事BOXの画像幅修正
-----------------------------------------*/
.entryText img,
.entryTextBox img,
.box-entry1 img,
.box-entry2 img,
.article-txt img,
.article-entry img,
.entry-box img {
  max-width: 100%;
}
