@charset "UTF-8";
/*============================
	レイアウト・背景色・基本文字色
=============================	*/
body {
  background: url(../../images/249/bgi-body_001.jpg) center top no-repeat #c6e7f4;
  color: #4d4d4d;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif !important;
  letter-spacing: 0.1em;
}
a {
  color: #41aedb;
  text-decoration: underline;
}

a:hover {
  color: #41aedb;
  opacity: 0.7;
  text-decoration: none;
}

#content {
  margin: 0 auto;
  width: 1120px;
}

#main {
  float: right;
  width: 800px;
}

#side {
  float: left;
  width: 270px;
}

/*============================
	ヘッダー
=============================*/
header {
  background: url(../../images/249/bgi-head_002.png) center 0 no-repeat;
  border-top: solid 5px #9ed6ed;
  box-sizing: content-box;
  min-height: 175px;
  position: relative;
  width: 100%;
}

header:before {
  background: #fff;
  content: "";
  display: block;
  height: 80px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

header .inner {
  margin: 0 auto;
  position: relative;
  width: 1120px;
  z-index: 100;
}

header .headNav {
  background: url(../../images/249/lin-dash_001.png) left top repeat-y;
  height: 38px;
  position: absolute;
  right: 0;
  top: 16px;
}

header .headNav li {
  background: url(../../images/249/lin-dash_001.png) right top repeat-y;
  display: inline-block;
  height: 38px;
  letter-spacing: 0;
  line-height: 1;
  max-width: 170px;
}

header .headNav li a {
  align-items: center;
  display: block;
  display: flex;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  letter-spacing: 0.15em;
  line-height: 1.2;
  padding: 0 18px 0 38px;
  position: relative;
  text-decoration: none;
}

header .headNav li.profileNav a::before {
  background-image: url(../../images/249/btn-profile_002.png);
  background-repeat: no-repeat;
  content: "";
  height: 25px;
  left: 12px;
  position: absolute;
  top: 5px;
  width: 22px;
}

header .headNav li.accessNav a::before {
  background-image: url(../../images/249/btn-access_002.png);
  background-repeat: no-repeat;
  content: "";
  height: 25px;
  left: 12px;
  position: absolute;
  top: 5px;
  width: 22px;
}

header .headNav li.contactNav a::before {
  background-image: url(../../images/249/btn-form_002.png);
  background-repeat: no-repeat;
  content: "";
  height: 25px;
  left: 12px;
  position: absolute;
  top: 5px;
  width: 22px;
}

/*　タイトル
-----------------------------------------*/
header #siteTtl {
  display: table-cell;
  font-size: 28px;
  font-weight: normal;
  height: auto;
  padding: 34px 0 40px 5px;
  vertical-align: middle;
  width: 630px;
}

header #siteTtl a {
  color: #2c93be;
  text-decoration: none;
}

header #siteTtl a img {
  height: auto;
  max-width: 300px;
  padding-top: 5px;
}

/*============================
	リードエリア
=============================*/
.leadArea {
  display: table;
  margin: 0 auto 30px;
  width: 1120px;
}

.leadArea #leadTxt {
  color: #fff;
  display: table-cell;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 2;
  padding: 40px 0 60px;
  text-align: right;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  vertical-align: middle;
}

/*  メイン画像表示  */
.leadArea.mainImg figure {
  float: right;
}

.leadArea.mainImg figure img {
  border: solid 5px #fff;
  border-radius: 14px;
  width: 365px;
}

.leadArea.mainImg #leadTxt {
  float: left;
  padding: 30px 0;
  text-align: left;
  width: 725px;
}

/*============================
	グロナビ
=============================*/
nav {
  background: #fff;
  border-radius: 14px;
  margin-bottom: 30px;
  padding: 5px 5px 20px;
  position: relative;
}

nav:before {
  background-color: #eef8fc;
  border-radius: 12px 12px 0 0;
  content: url(../../images/249/ttl-menu_001.png);
  display: block;
  height: 56px;
  margin-bottom: 13px;
  padding: 19px 2px 0 0;
  text-align: center;
  width: 100%;
}

nav ul {
  letter-spacing: -0.4em;
  text-align: initial;
}

nav ul li.parent {
  display: block;
  letter-spacing: 0.1em;
  position: relative;
}

nav ul li.parent > a {
  color: #41aedb;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 14px 7px 15px;
  text-decoration: none;
}

nav ul li.parent > a:hover {
  opacity: 0.9;
}

/* 子メニュー */
nav .child {
  letter-spacing: 0;
  min-width: 100%;
  padding: 0;
  text-align: left;
  width: 254px;
  z-index: 10;
}

nav .child li a {
  color: #666666;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 20px 7px 30px;
  position: relative;
  text-decoration: none;
}

nav .child li a:before {
  content: url(../../images/249/ico-menu_001.png);
  display: block;
  left: 15px;
  position: absolute;
  top: 7px;
}

nav .child li a:hover {
  opacity: 0.9;
}

/*============================
	サイドエリア
=============================*/
#side div:last-child,
#side h2:last-child {
  margin-bottom: 0;
}

#side .sideTtl {
  border-bottom: 1px solid #ddd;
  height: 60px;
  text-indent: -9999em;
}

/* blog */
#side #blog {
  background: #fff;
  border-radius: 14px;
  margin-bottom: 30px;
  padding-bottom: 24px;
}

#side #blog .sideTtl {
  background: url(../../images/249/ttl-blog_001.png) 54px 22px no-repeat;
}

#side #blog dl {
  padding: 0 15px;
}

#side #blog dl dt {
  color: #41aedb;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 3px;
  padding: 16px 0px 0 5px;
}

#side #blog dl dd {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  line-height: 1.5;
  padding: 2px 5px 15px 5px;
}

#side #blog dl dd a {
  color: #000;
  text-decoration: none;
}

#side #blog .btn {
  margin: 19px auto 0;
  width: 130px;
}

#side #blog .btn a {
  background: #fff;
  border: solid 2px #41aedb;
  border-radius: 10px;
  color: #41aedb;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 0 9px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

#side #blog .btn a:after {
  content: url(../../images/249/ico-blog_001.png);
  margin-left: 6px;
}

/* mobile */
#side #mobile {
  background: #fff;
  border-radius: 14px;
  margin-bottom: 30px;
  padding-bottom: 24px;
}

#side #mobile .sideTtl {
  background: url(../../images/249/ttl-qr_001.png) 57px 23px no-repeat;
}

#side #mobile figure {
  padding: 18px 0 0;
  text-align: center;
}

#side #mobile figure img {
  height: 100px;
  width: 100px;
}

#side #mobile figure figcaption {
  font-size: 12px;
  line-height: 2;
  padding: 15px 30px 0;
  text-align: left;
}

/*============================
	スライド
=============================*/
.mainSlideIn {
  box-sizing: content-box;
  margin: 0 auto 30px;
  width: 800px;
}

.bx-wrapper {
  border: solid 5px #fff;
  border-radius: 18px;
  box-sizing: content-box;
  height: 339px !important;
  overflow: hidden;
}

#mainSlide li {
  background: rgba(0, 0, 0, 0.2);
  height: 339px !important;
  overflow: hidden;
  position: relative;
  width: 800px;
}

#mainSlide li img {
  height: auto;
  left: 0;
  position: absolute;
  width: 800px;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager {
  bottom: 12px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc;
  display: block;
  height: 10px;
  margin: 0 7.5px;
  outline: 0;
  text-indent: -9999px;
  width: 10px;
  border-radius: 6px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #41aedb;
  opacity: 1;
}

/* controlBtn */
.bx-wrapper .bx-controls-direction a {
  display: none !important;
}

/*============================
	メインエリア
=============================*/
#main .contTtl {
  font-size: 2em;
  line-height: 1.3;
  padding-bottom: 20px;
}

#main div:last-child {
  margin-bottom: 0;
}

/* article */
.articleBox {
  background: #fff;
  border-radius: 18px;
  margin-bottom: 30px;
  padding: 30px 28px;
  position: relative;
}

.articleBox:before {
  content: url(../../images/249/ico-ribbon_001.png);
  left: 21px;
  position: absolute;
  top: -7px;
}

.articleBox .contTtl {
  color: #2c93be;
  float: left;
  font-size: 24px !important;
  font-weight: normal;
  margin-bottom: 26px;
  padding: 5px 0 0 !important;
  width: auto;
  width: 408px;
}

.articleBox .contTtl:after {
  background: #e5e5e5;
  border-radius: 10px;
  content: "";
  display: block;
  height: 5px;
  left: -4px;
  margin-top: 18px;
  position: relative;
  width: 416px;
}

.articleBox.noImg .contTtl,
.articleBox.noImg .contTtl:after,
.articleBox.noImg .txtArea {
  float: none;
  width: auto;
}

.articleBox .txtArea {
  float: left;
  float: left;
  font-size: 16px;
  line-height: 2;
  width: 416px;
}

.articleBox.noImg .txtArea {
  float: none;
  width: auto;
}

.articleBox .txtArea strong {
  font-weight: bold;
}

.articleBox .imgArea {
  float: right;
  width: 300px;
}

.articleBox .imgArea figure {
  margin-bottom: 24px;
}

.articleBox .imgArea figure:last-child {
  margin-bottom: 0;
}

.articleBox .imgArea figure img {
  border-radius: 10px;
  max-width: 300px;
}

.articleBox .imgArea figure figcaption {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  padding: 10px 5px 0;
}

#main .articleBox table {
  font-size: 1em;
  width: auto;
}

.articleBox table,
.articleBox table td,
.articleBox table th {
  border: 1px solid #ddd;
}

.articleBox table td,
.articleBox table th {
  padding: 10px 15px;
  text-align: left;
}

/*============================
	ページトップ
=============================*/
#pageTop {
  bottom: 30px;
  display: none;
  height: 40px;
  position: fixed;
  right: 30px;
  width: 164px;
  z-index: 1000;
}

#pageTop a {
  background: url(../../images/249/btn-pagetop_001.png) 0 0 no-repeat;
  border-radius: 10px;
  display: block;
  height: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 164px;
}

#pageTop a:hover {
  opacity: 0.8;
}

/*============================
	フッター
=============================*/
footer {
  background: #fff;
}

footer .inner {
  margin: 0 auto;
  padding: 40px 0 30px;
  width: 1120px;
}

/* contactBtn */
.contactBtn {
  background: url(../../images/249/bgi-footer_001.png) center 0 no-repeat;
  box-sizing: content-box;
  margin: 0 auto;
  padding-bottom: 50px;
  padding-top: 90px;
  text-align: center;
  width: 100%;
}
.contactBtn p {
  background: url(../../images/249/txt-inquiry_001.png) center 90px no-repeat;
  height: 27px;
  margin: 0 auto 15px;
  padding-top: 90px;
  text-indent: -9999em;
  width: 384px;
}

.contactBtn a {
  border: 2px solid #FFF;
  border-radius: 10px;
  color: #FFF;
  display: block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin: 0 auto;
  padding: 16px 0;
  text-decoration: none;
  width: 318px;
}

/* news */
#news {
  border: solid 1px #41aedb;
  border-radius: 12px;
  box-sizing: border-box;
  height: 222px;
  margin: 20px auto 30px;
  overflow: hidden;
  padding-left: 170px;
  position: relative;
  width: 800px;
}

#news .contTtl {
  background: url(../../images/249/ttl-topics_001.png) 34px 19px no-repeat #eef8fc;
  height: 222px;
  left: 0;
  position: absolute;
  text-indent: -9999em;
  top: 0;
  width: 170px;
}

#news ul {
  height: 222px;
  line-height: 1.3;
  overflow: scroll;
  overflow-x: hidden;
  padding: 0 20px;
}

#news ul li {
  border-bottom: 1px solid #ddd;
  padding: 18px 15px 15px 15px;
}

#news ul .day {
  color: #2c93be;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  width: 108px;
}

#news ul a {
  color: #000;
}

/* footNav */
footer #footNav {
  margin: 0 auto;
  padding: 0 0 0;
  position: relative;
  width: 800px;
}

footer #footNav .footNavTtl {
  color: #2c93be;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
}

footer #footNav ul {
  background: url(../../images/249/lin-dash_001.png) left top repeat-y;
  display: inline-block;
  height: 38px;
}

footer #footNav li {
  background: url(../../images/249/lin-dash_001.png) right top repeat-y;
  display: inline-block;
  height: 38px;
  letter-spacing: 0;
  line-height: 1;
  max-width: 170px;
}

footer #footNav li a {
  align-items: center;
  display: block;
  display: flex;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  letter-spacing: 0.15em;
  line-height: 1.2;
  padding: 0 18px 0 38px;
  position: relative;
  text-decoration: none;
}

footer #footNav li.profileNav a::before {
  background-image: url(../../images/249/btn-profile_002.png);
  background-repeat: no-repeat;
  content: "";
  height: 25px;
  left: 12px;
  position: absolute;
  top: 5px;
  width: 22px;
}

footer #footNav li.accessNav a::before {
  background-image: url(../../images/249/btn-access_002.png);
  background-repeat: no-repeat;
  content: "";
  height: 25px;
  left: 12px;
  position: absolute;
  top: 5px;
  width: 22px;
}

footer #footNav li.contactNav a::before {
  background-image: url(../../images/249/btn-form_002.png);
  background-repeat: no-repeat;
  content: "";
  height: 25px;
  left: 12px;
  position: absolute;
  top: 5px;
  width: 22px;
}

footer .copy {
  display: inline-block;
  float: left;
  font-size: 12px;
  line-height: 1.5;
  padding: 4px 0 0 24px;
  position: absolute;
  text-align: left;
  width: auto;
}

/*============================
	下層ページ共通
=============================*/
/* pageTtl */
.pageTtl {
  margin: 0 auto;
  text-align: right;
  width: 1120px;
}

.pageTtl h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.6;
  padding: 30px 0 70px;
  text-align: right;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* pnkz */
#pnkz {
  color: #fff;
  font-size: 14px;
  letter-spacing: -0.4em;
  margin: 0 auto 24px;
  text-align: right;
  width: 1120px;
}

#pnkz li {
  display: inline-block;
  letter-spacing: 0;
}

#pnkz li:after {
  content: url(../../images/249/ico-pnkz_001.png);
  margin: 0 5px 0 7px;
}

#pnkz li:last-child:after {
  display: none;
}

#pnkz a {
  color: #fff;
}

/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#main.form,
#main.profile,
#main.map {
  background: #fff;
  border-radius: 18px;
  padding: 30px 30px;
}

#main.form .txtBox,
#main.profile .txtBox,
#main.map .txtBox {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}

#main.form table,
#main.profile table,
#main.map table {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
}

#main.form table th,
#main.form table td,
#main.profile table th,
#main.profile table td,
#main.map table th,
#main.map table td {
  border-top: 1px solid #ddd;
  padding: 20px 15px;
  text-align: left;
  vertical-align: middle;
}

#main.form table th,
#main.profile table th,
#main.map table th {
  font-weight: bold;
  padding-right: 0;
}

/* form */
#main.form .requiredMark {
  color: #ff5408;
}

#main.form table th {
  width: 270px;
}

#main.form table td {
  height: 80px;
}

#main.form .inputArea {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 2px;
  line-height: 1;
  padding: 8px 15px;
  width: 500px;
}

#main.form .inputArea.short {
  display: inline-block;
  width: 200px;
}

#main.form .inputArea input {
  width: 100%;
}

#main.form .inputArea input:focus,
#main.form .inputArea textarea:focus,
#main.form .inputArea button:focus {
  outline: none;
}

#main.form .inputArea textarea {
  height: 190px;
  line-height: 1.5;
  padding: 10px 0;
  width: 100%;
}

#main.form table {
  border-bottom: none;
}

#main.form #submit td {
  letter-spacing: -0.4em;
  padding-top: 50px;
  text-align: center;
}

#main.form #submit input {
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 10px;
  padding: 18px 0;
  text-align: center;
  width: 240px;
}

#main.form #submit input.submitBtn {
  background: #41aedb;
}

#main.form #submit input.resetBtn {
  background: #ccc;
}

#main.form #submit input:hover {
  opacity: 0.7;
}

/* map */
#main.map #frame {
  margin-bottom: 30px;
}

#main.map #frame iframe {
  border-radius: 10px;
  height: 500px;
  width: 740px;
}

/*============================
	フリースペース
=============================*/
#side-area {
  background: #fff;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
  padding: 32px 25px;
}

#foot-area {
  border-bottom: solid 1px #ddd;
  box-sizing: content-box !important;
  margin: 0 auto 30px;
  padding: 0 160px 40px;
  width: 800px;
}

/* 20170703 ADD */
#side-area img {
  max-width: 100%;
}

#foot-area img {
  max-width: 100%;
}

@media (min-width: 1400px) {
  body {
    background-size: contain;
  }
  .contactBtn {
    background-size: cover;
  }
}
