@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

#header_bottom, .image_left, .image_right, .image_box {
  zoom: 1;
}
#header_bottom:after, .image_left:after, .image_right:after, .image_box:after {
  display: block;
  content: "";
  clear: both;
}

/*–––––––––––––––––––––*
*		共通
*––––––––––––––––––––––*/
* {
  -webkit-appearance: none;
}

body {
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

.bold {
  font-weight: bold;
}

.red {
  color: #900;
}

body {
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

a {
  color: #384d96;
}
a:hover {
  text-decoration: none;
}

.bb_none {
  border-bottom: none !important;
}

a img {
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
a img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.bold {
  font-weight: bold;
}

.bg_gray {
  background: #f0f0f0;
  padding: 40px 0;
}

.ul {
  list-style: disc inside;
  margin: 15px 0;
}
.ul li {
  margin-bottom: 5px;
}
.ul li:last-child {
  margin-bottom: 0;
}

.dl {
  margin: 15px 0;
}
.dl dt {
  font-weight: bold;
}
.dl dd {
  margin: 0 0 10px 10px;
}
.dl dd:last-child {
  margin-bottom: 0;
}

p {
  margin: 15px 0;
}

/*–––––––––––––––––––––*
*		ヘッダ
*––––––––––––––––––––––*/
#header_top {
  background: #384d96;
  color: #fff;
  text-align: right;
  font-size: 12px;
  padding: 8px 0;
}

#logo {
  width: 30%;
  float: left;
}

#g_nav {
  float: right;
  width: 65%;
}
#g_nav ul {
  font-size: 0;
}
#g_nav ul li {
  font-size: 14px;
  display: inline-block;
  width: 20%;
}
#g_nav ul li:last-child a:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -30px;
  content: '';
  display: block;
  width: 1px;
  height: 60px;
  background: #e8e8e8;
}
#g_nav ul a {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 95px;
  display: block;
  color: #333;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.4;
  padding-top: 30px;
}
#g_nav ul a:hover {
  border-bottom: solid 3px #384d96;
}
#g_nav ul a:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
  content: '';
  display: block;
  width: 1px;
  height: 60px;
  background: #e8e8e8;
}
#g_nav ul span {
  display: block;
  font-size: 12px;
}

/*–––––––––––––––––––––*
*	メイン画像
*––––––––––––––––––––––*/
#main_area {
  padding: 50px 0;
  margin-bottom: 60px;
  background: url(../img/bg_main.jpg) no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

/*–––––––––––––––––––––*
*	フッタ
*––––––––––––––––––––––*/
footer {
  background: #323232;
  color: #fff;
  margin-top: 80px;
}
footer small {
  display: block;
  padding: 15px 0;
  font-size: 12px;
  border-top: solid 1px #434343;
  text-align: center;
}

#footer_nav {
  padding: 25px 0;
  border-bottom: solid 1px #232323;
}
#footer_nav ul {
  text-align: center;
}
#footer_nav li {
  display: inline-block;
  margin: 0 20px;
}
#footer_nav li:before {
  font-size: 11px;
  content: '\f0da';
  font-family: FontAwesome;
  margin-right: 8px;
  color: #777;
}
#footer_nav a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}
#footer_nav a:hover {
  text-decoration: underline;
}

/*–––––––––––––––––––––*
*	メインパーツ
*––––––––––––––––––––––*/
.section {
  margin-bottom: 40px;
}

h2, .ttl01 {
  border-bottom: solid 1px #e6e6e6;
  margin-bottom: 20px;
  font-weight: bold;
  padding: 0 0 10px;
  font-size: 18px;
}
h2 span, .ttl01 span {
  margin-left: 10px;
  font-size: 13px;
  color: #999;
}

h3, .ttl02 {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
  border: solid 1px #e5e5e5;
  background: #f3f3f3;
  margin: 25px 0;
}
h3:before, .ttl02:before {
  position: absolute;
  left: 0;
  top: 20%;
  bottom: 20%;
  content: '';
  display: block;
  width: 4px;
  background: #384d96;
}

.under_ttl {
  font-size: 25px;
  padding: 20px 0;
  margin-bottom: 35px;
}
.under_ttl span {
  font-size: 18px;
}

.photo {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  background: #fff;
  border: solid 1px #ccc;
}

.image_left, .image_right {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dotted 1px #bdbdbd;
}
.image_left img, .image_right img {
  width: 30%;
}
.image_left .ttl, .image_right .ttl {
  font-weight: bold;
  color: #384d96;
  font-size: 15px;
  line-height: 1;
}
.image_left .text_area, .image_right .text_area {
  position: relative;
}

.image_left img {
  float: left;
}
.image_left .text_area {
  margin-left: 34%;
}

.image_right img {
  float: right;
}
.image_right .text_area {
  margin-right: 34%;
}

.image_box.column2 li {
  width: 48%;
  margin-right: 4%;
}
.image_box.column2 li:nth-child(3n) {
  margin-right: 4%;
}
.image_box.column2 li:nth-child(even) {
  margin-right: 0;
}
.image_box img {
  max-width: 100%;
  height: auto;
}
.image_box li {
  width: 31%;
  float: left;
  margin: 0 3.5% 20px 0;
  min-height: 310px;
}
.image_box li:nth-child(3n) {
  margin-right: 0;
}
.image_box .ttl {
  font-weight: bold;
  color: #384d96;
  font-size: 15px;
}
.image_box p {
  font-size: 13px;
  margin: 5px 0 !important;
}
.image_box.gallery li {
  min-height: 0;
}

table {
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
table th, table td {
  border: solid 1px #bdbdbd;
  padding: 15px;
}
table th {
  background: #f8f8f8;
  font-weight: bold;
  width: 30%;
  border-left: none;
}
table td {
  border-right: none;
}

.news_list {
  max-height: 300px;
  overflow: auto;
}
.news_list li {
  border-bottom: dotted 1px #bdbdbd;
  padding: 0 10px 10px 10px;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_list li:before {
  content: '\f0da';
  font-family: FontAwesome;
  margin-right: 8px;
  color: #384d96;
}
.news_list a {
  text-decoration: none;
}
.news_list a:hover {
  text-decoration: underline;
}

/*–––––––––––––––––––––*
*	グーグルマップ
*––––––––––––––––––––––*/
#gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 35px;
}

#gmap iframe,
#gmap object,
#gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*–––––––––––––––––––––*
*	フォームパーツ
*––––––––––––––––––––––*/
input, textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: solid 1px #aaa;
  -moz-box-shadow: 1px 1px 1px #aaa inset;
  -webkit-box-shadow: 1px 1px 1px #aaa inset;
  box-shadow: 1px 1px 1px #aaa inset;
  padding: 8px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.w_btn {
  text-align: center;
}

input[type='submit'] {
  cursor: pointer;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #384d96;
  color: #fff;
  width: auto;
  padding: 15px 30px;
  border: none;
  border-bottom: solid 5px #2a3a71;
}
input[type='submit']:hover {
  border-bottom-width: 3px;
  border-top: solid 2px #384d96;
}

textarea {
  min-height: 300px;
}

#error_list {
  color: #900;
  font-weight: bold;
  border: solid 2px #900;
  padding: 15px;
  background: #FFE8E8;
  margin-bottom: 20px;
}
#error_list li {
  margin-bottom: 8px;
}
#error_list li:before {
  content: '・';
}
#error_list li:last-child {
  margin-bottom: 0;
}

/*–––––––––––––––––––––*
*	bxslider
*––––––––––––––––––––––*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #384d96;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 0;
  background: url(../img/prev.png) no-repeat center center rgba(56, 77, 150, 0.8);
}

.bx-wrapper .bx-next {
  right: 0;
  background: url(../img/next.png) no-repeat center center rgba(56, 77, 150, 0.8);
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*–––––––––––––––––––––*
*	モバイル
*––––––––––––––––––––––*/
@media only screen and (max-width: 1000px) {
  img {
    max-width: 100%;
    height: auto;
  }

  .inner {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 5%;
  }
}
@media only screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
  }

  #header_top h1 {
    display: none;
  }

  #header_bottom {
    padding: 0;
  }

  #logo, #g_nav {
    float: none;
    width: auto;
  }

  #logo {
    width: 60%;
    margin: 0 auto;
    padding: 15px 0;
  }

  #g_nav {
    display: none;
    background: #384d96;
  }
  #g_nav .inner {
    padding: 0;
  }
  #g_nav ul li {
    float: none;
    width: 100%;
    border: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.4);
    text-align: left;
  }
  #g_nav ul li:first-child {
    border-left: none;
  }
  #g_nav ul a {
    display: block;
    border-bottom: solid 1px #2d3e78;
    padding: 8px 5%;
    color: #fff;
    height: auto;
  }
  #g_nav ul a:hover {
    border-bottom: solid 1px #2d3e78;
  }
  #g_nav ul span {
    display: inline;
    margin-left: 5px;
    font-weight: normal;
  }

  #sp_btn {
    background: #2a3a71;
    color: #fff;
    padding: 8px 5%;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
  }
  #sp_btn i {
    margin-right: 8px;
  }

  #main_area {
    padding: 35px 0;
    margin-bottom: 30px;
  }

  footer .inner {
    padding: 0;
  }

  #footer_nav {
    padding: 0;
  }
  #footer_nav ul {
    text-align: left;
  }
  #footer_nav li {
    position: relative;
    display: block;
    margin: 0;
    border-bottom: solid 1px #232323;
  }
  #footer_nav li:before {
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -8px;
  }
  #footer_nav a {
    display: block;
    padding: 12px 5%;
    border-bottom: solid 1px #434343;
  }
  #footer_nav a:hover {
    text-decoration: none;
  }

  .image_box li {
    width: 100%;
    float: none;
    margin: 0 0 20px;
    min-height: 0;
  }
  .image_box li:nth-child(3n) {
    margin-right: 0;
  }
  .image_box li:nth-child(even) {
    margin-left: 0;
  }
  .image_box.column2 li {
    width: 48%;
    margin-right: 4%;
  }
  .image_box.column2 li:nth-child(even) {
    margin-left: 0;
  }

  table {
    border-top: solid 1px #ccc;
  }
  table th, table td {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  table th {
    border-bottom: none;
    border-top: none;
    border-left: solid 1px #bdbdbd;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f8f8f8));
    background: -moz-linear-gradient(#ffffff, #f8f8f8);
    background: -webkit-linear-gradient(#ffffff, #f8f8f8);
    background: linear-gradient(#ffffff, #f8f8f8);
  }
  table td {
    border-right: solid 1px #bdbdbd;
    background: #fff;
  }

  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -30px;
  }

  .side_box01, .side_box02, .side_box03 {
    background: #fff;
  }
}
