@charset "UTF-8";
@media only screen and (max-width: 768px) {
  .c-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #37281E;
    height: 56px;
    display: block !important;
    float: none !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-header__inner {
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    float: none !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px 0 0 8px;
  }
  .c-header__logo {
    margin: 0;
    padding: 0;
  }
  .c-header__logo a {
    display: block;
    width: 120px;
  }
}

@media only screen and (max-width: 959px) {
  .l-header {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    padding: 56px 0 0;
  }
  #top.header {
    padding: 56px 0 5px;
    background: transparent url(../images/common/bg_header.png) 0 bottom repeat-x;
  }
}

@media only screen and (max-width: 768px) {
  #home #container {
    padding: 25px 0 0;
  }
}
#navi {
  background: url(../images/common/bg_nav_repeat.jpg) repeat-y;
}
#navi li:first-child {
  display: none;
}
@media only screen and (max-width: 768px) {
  #navi li:first-child {
    display: block;
  }
}
#navi li:nth-child(2) {
  padding-top: 25px !important;
  background: url(../images/common/bg_nav_top.jpg) 0 0 no-repeat;
}
@media only screen and (max-width: 768px) {
  #navi li:nth-child(2) {
    padding-top: 8px !important;
    background: transparent;
  }
}
#navi li:last-child {
  padding-bottom: 25px !important;
  background: url(../images/common/bg_nav_bottom.jpg) 0 bottom no-repeat;
}
@media only screen and (max-width: 768px) {
  #navi li:last-child {
    padding-bottom: 8px !important;
    background: transparent;
  }
}

.c-nav-global li {
  position: relative;
  padding: 5px 20px !important;
  margin: 0 !important;
}
@media only screen and (max-width: 768px) {
  .c-nav-global li {
    padding: 8px 20px !important;
  }
}
.c-nav-global li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #513743;
  font-size: 16px;
  position: relative;
  padding: 3px 10px 12px;
  line-height: 1.2;
  letter-spacing: 2px;
  background-image: linear-gradient(to right, #696658, #696658 2px, transparent 2px, transparent 8px);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  text-shadow: 0px 0px 5px rgba(194, 83, 29, 0.15);
}
@media only screen and (max-width: 768px) {
  .c-nav-global li a {
    padding: 3px 10px 12px;
    background-image: none;
  }
  .c-nav-global li a br {
    content: "";
    padding: 3px;
  }
}
.c-nav-global li a:hover i, .c-nav-global li a.current i {
  background: #4e3a3c;
}
@media only screen and (max-width: 768px) {
  .c-nav-global li a:hover i, .c-nav-global li a.current i {
    background: #f0f0f0;
  }
}
.c-nav-global li i {
  position: relative;
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 2px;
  background: #947e73;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-shadow: 0px 0px 5px rgba(194, 83, 29, 0.35);
          box-shadow: 0px 0px 5px rgba(194, 83, 29, 0.35);
}
@media only screen and (max-width: 768px) {
  .c-nav-global li i {
    -webkit-transition: all 0.65s ease;
    transition: all 0.65s ease;
    opacity: 0;
    left: 25%;
  }
}
.c-nav-global li span {
  display: block;
  padding: 0 0 0 8px;
}
@media only screen and (max-width: 768px) {
  .c-nav-global li {
    padding: 6px 10px !important;
    border-bottom: 1px solid #483635;
  }
  .c-nav-global li a {
    padding: 4px;
  }
  .c-nav-global li img {
    display: none;
  }
  .c-nav-global li span {
    display: block;
    color: #fff;
    font-size: 18px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: relative;
    left: 10%;
    opacity: 0;
    -webkit-transition: all 0.375s ease-in;
    transition: all 0.375s ease-in;
  }
}
.c-nav-global-sp {
  position: absolute;
  top: -56px;
  right: 0;
}
.c-nav-global-sp__trigger {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .c-nav-global {
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
  }
  .c-nav-global.js-global-nav.active #navi {
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
  }
  .c-nav-global.js-global-nav.active #navi li i {
    opacity: 1;
    left: 0;
  }
  .c-nav-global.js-global-nav.active #navi li span {
    opacity: 1;
    left: 0;
  }
  .c-nav-global #navi {
    position: relative;
    top: 0;
    left: 50%;
    opacity: 0;
    background: #26100F;
    z-index: -1;
  }
  .c-nav-global .side {
    display: none;
  }
}

.c-button__trigger {
  display: inline-block;
  position: relative;
  width: 56px;
  height: 56px;
  background: #26100F;
}
.c-button__trigger-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 26px;
  width: 28px;
  height: 2px;
  margin: -1px 0 0 -11px;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-button__trigger-icon:before, .c-button__trigger-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button__trigger-icon:before {
  margin-top: -9px;
}
.c-button__trigger-icon:after {
  margin-top: 7px;
}
.c-button__trigger .js-close {
  background: transparent;
}
.c-button__trigger .js-close:before, .c-button__trigger .js-close:after {
  margin-top: 0;
  background: #fff;
}
.c-button__trigger .js-close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.c-button__trigger .js-close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.ttl-local span {
  display: none;
}
@media only screen and (max-width: 768px) {
  .ttl-local span {
    color: #fff;
    font-size: 18px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    display: block;
    font-weight: normal;
    background: #5C362E;
    padding: 5px 8px;
    border-radius: 4px;
  }
  .ttl-local img {
    display: none;
  }
}

.ttl-sub span {
  display: none;
}
@media only screen and (max-width: 768px) {
  .ttl-sub span {
    color: #fff;
    font-size: 18px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    display: block;
    font-weight: normal;
    background: #e28167;
    padding: 5px 8px;
    border-radius: 4px;
  }
  .ttl-sub img {
    display: none;
  }
}

.photo {
  margin: 0 0 25px;
}
.photo img {
  line-height: 1;
  font-size: 1px;
}
.photo-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 25px;
}
@media only screen and (max-width: 768px) {
  .photo-row {
    padding: 0 12px;
  }
}
.photo-col {
  width: 49%;
}
.photo-col img {
  width: 100%;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.col {
  width: 46%;
}
@media only screen and (max-width: 768px) {
  .col {
    width: auto;
  }
  .col .photo {
    text-align: center;
  }
}

.row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .row2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.col2:first-child {
  width: 57%;
}
@media only screen and (max-width: 768px) {
  .col2:first-child {
    width: auto;
  }
}
.col2:last-child {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .col2:last-child {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .col2 .photo {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
  img {
    font-size: 0;
    line-height: 0;
    max-width: 100%;
    height: auto;
  }
  .header_line {
    display: none;
  }
  #navi {
    margin: 0;
  }
  #gotop_text {
    display: none;
  }
  #container {
    padding: 75px 0 0;
  }
  #container,
  .container_12 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  #container {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  #container .grid_3,
  #container .grid_9 {
    float: none;
    width: 100%;
    display: block;
  }

  #container .grid_9 h2 {
    margin: 0 8px 15px;
  }
  #container .grid_9 h4 {
    margin: 0 12px 10px;
  }
  #container .grid_9 h5 {
    margin: 0 12px 5px;
    font-size: 15px;
  }
  #container .grid_9 p {
    margin: 0 12px 15px;
  }
  #container .grid_9 ul {
    margin: 0 12px 15px;
  }
  #container .grid_9 .photo {
    padding: 0 12px;
    margin: 0 0 25px;
  }
  .inside {
    padding: 5px 10px 10px 10px;
  }
  .gotop {
    display: none;
  }
  #gotop_text {
    display: none;
  }
  .topm {
    margin-top: 15px;
  }
  .topm_30 {
    margin-top: 30px;
  }
  .topm_50 {
    margin-top: 50px;
  }
  .side {
    margin-bottom: 15px;
  }
  .photoex {
    margin: 0 auto;
    width: 960px;
    text-align: right;
  }
  .list {
    display: block;
    width: auto;
  }
  .list tbody,
  .list tr,
  .list th,
  .list td {
    display: block;
    width: auto;
    text-align: left;
    padding: 0;
    background: none;
  }
  .list tr {
    padding: 0 12px;
  }
  .list th {
    padding: 12px 4px 0;
    font-weight: bold;
  }
  .list td {
    border-bottom: 1px solid #aaa;
    padding: 0 4px 12px;
    line-height: 1.4;
  }
}
.l-content-overlay {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.l-content-overlay.js-active {
  visibility: visible;
  opacity: 0.45;
  z-index: 10;
}