@charset"utf-8";

/*-- RESET
--------------------------------------------------------------------------------------------*/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
}

center {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 14px;
  vertical-align: baseline;
  background: transparent;
  white-space: normal;
  word-break: normal;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #333;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

span {
  display: inline;
}

strong {
  font-size: inherit;
}

label {
  font-weight: normal;
}

a {
  margin: 0;
  padding: 0;
  color: #333;
  vertical-align: baseline;
  background: transparent;
  text-decoration: underline;
}

a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

a:hover img {
  opacity: 0.85;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

pre {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  color: #333333;
  display: block;
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 10px;
  padding: 9.5px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
}

input, select {
  vertical-align: middle;
  display: inherit;
}

button {
  display: inline-block;
  background: none;
  border: 0;
}

img, a img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  line-height: 0;
  font-size: 0;
  border: 0;
  border-image-width: 0;
  background: transparent;
}

object, embed {
  vertical-align: top;
}

h1, h2 {
  margin: 0 auto;
  padding: 0;
  font-size: 1em;
  font-weight: normal;
}

h1 a {
  text-decoration: none;
}

p {
  margin: 0;
}

.row {
  margin: 0 auto;
  padding: 0;
}


/*--[ LAYOUT ]
-----------------------------------------------------------------*/

.wrapper {
  position: relative;
}

.wrapper.open:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(153, 153, 153, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}


/*--[ HEADER ]--*/

.site-header {
  width: 100%;
  text-align: center;
  position: fixed;
  z-index: 99;
  background-color: #ffffff;
  border-bottom: 1px solid #2f84ad;
}


/*----*/

.h_left {
  float: left;
  padding: 10px 2%;
  width: 270px;
  text-align: left;
}

.h_left img, .h_left span {
  vertical-align: middle;
}

.h_left img {
  width: 45%;
}

.h_left span {
  padding-left: 3%;
}


/*----*/

.h_right {
  float: right;
}

.menu_btn {
  display: block;
  width: 47px;
  height: 43px;
  background: url(../images/header/btn_off.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.open .menu_btn {
  background: url(../images/header/btn_on.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.h_nav {
  clear: both;
  display: none;
  width: 100%;
  text-align: left;
  background-color: #000000;
  position: absolute;
  top: 43px;
  right: 0;
}

.h_nav ul {
  margin: 0;
  padding: 0;
  border-bottom: 10px solid #67c7e9;
}

.h_nav ul li {
  margin: 0;
  padding: 0 4%;
}

.h_nav a {
  position: relative;
  display: block;
  padding: 1em 1em 1em 2em;
  width: 100%;
  color: #ffffff;
  font-size: 1.2em;
  text-decoration: none;
  border-bottom: 2px solid #454545;
}

.h_nav a:before {
  content: "\3e";
  display: block;
  color: #67c7e9;
  position: absolute;
  top: 30%;
  left: 2%;
}

.h_nav.active {
  display: block;
}


/*--[ MAIN ]--*/

.site-main {
  padding-top: 43px;
  width: 100%;
}

.breadcrumbs {
  height: 7px;
  background-color: #eeeeee;
  position: relative;
}

.breadcrumbs nav {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  height: 26px;
  background-color: #eeeeee;
  position: relative;
}

.breadcrumbs nav ol {
  margin: 0;
  padding: 0;
}

.breadcrumbs nav ol li {
  float: left;
}


/*----*/

.inner {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}


/*--[ FOOTER ]--*/

.site-footer {
  padding: 2em 0;
  width: 100%;
}

.footer_navigation, .copyright {
  margin: 0 auto 0.5em;
  padding: 0 4%;
  width: 100%;
  max-width: 960px;
}

.f_nav_list {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
}

.f_nav_list li {
  display: inline-block;
  font-size: 0.9em;
}

.f_nav_list li a {
  display: inline-block;
  margin-right: 0.1em;
  padding-right: 0.5em;
  text-decoration: none;
  line-height: 1;
  border-right: 1px solid #a3a3a3;
}

.f_nav_list li:last-child a {
  border-right: 0;
}

.f_nav_list li a:hover {
  text-decoration: underline;
}

.copyright {
  padding: 0 4%;
  color: #999999;
  font-size: 0.8em;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .wrapper.open:after {
    content: none;
  }
  /*--[ HEADER ]--*/
  .h_left {
    padding: 15px 2%;
    width: auto;
  }
  .h_left img {
    padding-right: 26px;
    width: auto;
  }
  .h_left span {
    padding: 0;
  }
  .menu_btn {
    width: 76px;
    height: 68px;
  }
  .h_nav {
    width: 400px;
    top: 68px;
    right: 0;
  }
  /*--[ MAIN ]--*/
  .site-main {
    padding-top: 68px;
  }
  .breadcrumbs {
    height: 26px;
  }
  .breadcrumbs:before {
    content: "";
    display: block;
    width: 50%;
    height: 26px;
    background-color: #101010;
    position: absolute;
    left: 0;
    top: 0;
  }
  .breadcrumbs nav {
    height: 26px;
    overflow: hidden;
    line-height: 1;
  }
  .breadcrumbs nav li:first-child {
    display: inline-block;
    padding: 6px 10px 6px 0;
    background-color: #101010;
    position: relative;
  }
  .breadcrumbs nav li:first-child:after {
    content: "";
    box-sizing: border-box;
    width: 26px;
    height: 26px;
    border: 26px solid transparent;
    border-left: 26px solid #101010;
    position: absolute;
    top: -26px;
    right: -52px;
    z-index: 3;
  }
  .breadcrumbs nav li:first-child a {
    color: #3399cc;
    text-decoration: none;
  }
  .breadcrumbs nav li:first-child a:hover {
    color: #3399cc;
    text-decoration: underline;
  }
  .now-place {
    display: inline-block;
    padding: 6px 0 6px 18px;
    color: #ffffff;
    background-color: #a6a6a6;
    position: relative;
  }
  .now-place:after {
    content: "";
    box-sizing: border-box;
    width: 26px;
    height: 26px;
    border: 26px solid transparent;
    border-left: 26px solid #a6a6a6;
    position: absolute;
    top: -26px;
    right: -52px;
  }
  /*--[ FOOTER ]--*/
  .f_nav_list {
    padding: 0;
  }
}