@charset "UTF-8";
/*
--------------------------------------------
// リセットCSS
--------------------------------------------
*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.row20 {
  margin-right: -20px;
  margin-left: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row20 > div {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}
.row20 > div:last-child {
  margin-bottom: 0;
}

.row10 {
  margin-right: -10px;
  margin-left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row10 > div {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.row10 > div:last-child {
  margin-bottom: 0;
}

.row-pc-12,
.row-pc-11,
.row-pc-10,
.row-pc-9,
.row-pc-8,
.row-pc-7,
.row-pc-6,
.row-pc-5,
.row-pc-4,
.row-pc-3,
.row-pc-2,
.row-pc-1 {
  margin-bottom: 20px;
}
@media screen and (min-width: 1064px) {
  .row-pc-12,
  .row-pc-11,
  .row-pc-10,
  .row-pc-9,
  .row-pc-8,
  .row-pc-7,
  .row-pc-6,
  .row-pc-5,
  .row-pc-4,
  .row-pc-3,
  .row-pc-2,
  .row-pc-1 {
    margin-bottom: 0;
  }
}
.row-pc-12:last-child,
.row-pc-11:last-child,
.row-pc-10:last-child,
.row-pc-9:last-child,
.row-pc-8:last-child,
.row-pc-7:last-child,
.row-pc-6:last-child,
.row-pc-5:last-child,
.row-pc-4:last-child,
.row-pc-3:last-child,
.row-pc-2:last-child,
.row-pc-1:last-child {
  margin-bottom: 0;
}

.row-pc-12 {
  width: 100%;
}
@media screen and (min-width: 1064px) {
  .row-pc-12 {
    width: 100%;
  }
}

.row-pc-11 {
  width: 100%;
}
@media screen and (min-width: 1064px) {
  .row-pc-11 {
    width: 91.66666667%;
  }
}

.row-pc-10 {
  width: 100%;
}
@media screen and (min-width: 1064px) {
  .row-pc-10 {
    width: 83.33333333%;
  }
}

.row-pc-9 {
  width: 100%;
}
@media screen and (min-width: 1064px) {
  .row-pc-9 {
    width: 75%;
  }
}

.row-pc-8 {
  width: 100%;
}
@media screen and (min-width: 1064px) {
  .row-pc-8 {
    width: 66.66666667%;
  }
}

.row-pc-7 {
  width: 100%;
}
@media screen and (min-width: 1064px) {
  .row-pc-7 {
    width: 58.33333333%;
  }
}

.row-pc-6 {
  width: 100%;
}
@media screen and (min-width: 1064px) {
  .row-pc-6 {
    width: 50%;
  }
}

.row-pc-5 {
  width: 100%;
}
@media screen and (min-width: 1064px) {
  .row-pc-5 {
    width: 41.66666667%;
  }
}

.row-pc-4 {
  width: 100%;
}
@media screen and (min-width: 1064px) {
  .row-pc-4 {
    width: 33.33333333%;
  }
}

.row-pc-3 {
  width: 100%;
}
@media screen and (min-width: 1064px) {
  .row-pc-3 {
    width: 25%;
  }
}

.row-pc-2 {
  width: 100%;
}
@media screen and (min-width: 1064px) {
  .row-pc-2 {
    width: 16.66666667%;
  }
}

.row-pc-1 {
  width: 100%;
}
@media screen and (min-width: 1064px) {
  .row-pc-1 {
    width: 8.33333333%;
  }
}

.row-tb-12,
.row-tb-11,
.row-tb-10,
.row-tb-9,
.row-tb-8,
.row-tb-7,
.row-tb-6,
.row-tb-5,
.row-tb-4,
.row-tb-3,
.row-tb-2,
.row-tb-1 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .row-tb-12,
  .row-tb-11,
  .row-tb-10,
  .row-tb-9,
  .row-tb-8,
  .row-tb-7,
  .row-tb-6,
  .row-tb-5,
  .row-tb-4,
  .row-tb-3,
  .row-tb-2,
  .row-tb-1 {
    margin-bottom: 0;
  }
}
.row-tb-12:last-child,
.row-tb-11:last-child,
.row-tb-10:last-child,
.row-tb-9:last-child,
.row-tb-8:last-child,
.row-tb-7:last-child,
.row-tb-6:last-child,
.row-tb-5:last-child,
.row-tb-4:last-child,
.row-tb-3:last-child,
.row-tb-2:last-child,
.row-tb-1:last-child {
  margin-bottom: 0;
}

.row-tb-12 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row-tb-12 {
    width: 100%;
  }
}

.row-tb-11 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row-tb-11 {
    width: 91.66666667%;
  }
}

.row-tb-10 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row-tb-10 {
    width: 83.33333333%;
  }
}

.row-tb-9 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row-tb-9 {
    width: 75%;
  }
}

.row-tb-8 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row-tb-8 {
    width: 66.66666667%;
  }
}

.row-tb-7 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row-tb-7 {
    width: 58.33333333%;
  }
}

.row-tb-6 {
  width: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row-tb-6 {
    width: 50%;
  }
}

.row-tb-5 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row-tb-5 {
    width: 41.66666667%;
  }
}

.row-tb-4 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row-tb-4 {
    width: 33.33333333%;
  }
}

.row-tb-3 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row-tb-3 {
    width: 25%;
  }
}

.row-tb-2 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row-tb-2 {
    width: 16.66666667%;
  }
}

.row-tb-1 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row-tb-1 {
    width: 8.33333333%;
  }
}

@media screen and (min-width: 768px) {
  .row-tb-offset-8 {
    margin-left: 66.66666667%;
  }
}

@media screen and (min-width: 768px) {
  .row-tb-offset-6 {
    margin-left: 50%;
  }
}

@media screen and (min-width: 768px) {
  .row-tb-offset-4 {
    margin-left: 33.33333333%;
  }
}

@media screen and (min-width: 768px) {
  .row-tb-offset-3 {
    margin-left: 25%;
  }
}

@media screen and (min-width: 768px) {
  .row-tb-offset-2 {
    margin-left: 16.66666667%;
  }
}

@media screen and (min-width: 768px) {
  .row-tb-offset-1 {
    margin-left: 8.33333333%;
  }
}

.row-sp-12,
.row-sp-11,
.row-sp-10,
.row-sp-9,
.row-sp-8,
.row-sp-7,
.row-sp-6,
.row-sp-5,
.row-sp-4,
.row-sp-3,
.row-sp-2,
.row-sp-1 {
  margin-bottom: 20px;
}
.row-sp-12:last-child,
.row-sp-11:last-child,
.row-sp-10:last-child,
.row-sp-9:last-child,
.row-sp-8:last-child,
.row-sp-7:last-child,
.row-sp-6:last-child,
.row-sp-5:last-child,
.row-sp-4:last-child,
.row-sp-3:last-child,
.row-sp-2:last-child,
.row-sp-1:last-child {
  margin-bottom: 0;
}

.row-sp-12 {
  width: 100%;
}

.row-sp-11 {
  width: 91.66666667%;
}

.row-sp-10 {
  width: 83.33333333%;
}

.row-sp-9 {
  width: 75%;
}

.row-sp-8 {
  width: 66.66666667%;
}

.row-sp-7 {
  width: 58.33333333%;
}

.row-sp-6 {
  width: 50%;
}

.row-sp-5 {
  width: 41.66666667%;
}

.row-sp-4 {
  width: 33.33333333%;
}

.row-sp-3 {
  width: 25%;
}

.row-sp-2 {
  width: 16.66666667%;
}

.row-sp-1 {
  width: 8.33333333%;
}

.row-tb-4.row-sp-6 {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .row-tb-4.row-sp-6 {
    width: 33.33333333%;
  }
}

.row-tb-3.row-sp-6 {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .row-tb-3.row-sp-6 {
    width: 25%;
  }
}

.row-tb-12.row-sp-6 {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .row-tb-12.row-sp-6 {
    width: 100%;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #111;
  line-height: 1.8;
  font-size: 14px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  min-width: 320px;
  position: relative;
}
@media screen and (min-width: 1064px) {
  body {
    font-size: 16px;
  }
}

.wrapper {
  padding-top: 60px;
  overflow-x: hidden;
}
@media screen and (min-width: 1064px) {
  .wrapper {
    padding-top: 134px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a,
a:link {
  cursor: pointer;
  outline: none;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

a.noactive {
  pointer-events: none;
  opacity: 0.25;
}

a:hover {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

a:hover img {
  opacity: 0.5;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.img-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .pc-hide {
    display: none;
  }
}

.sp-hide {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp-hide {
    display: block;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.25;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.align-left {
  text-align: left !important;
}

.ankerlink {
  padding-top: 60px;
  padding-top: -60px;
}
@media screen and (min-width: 1064px) {
  .ankerlink {
    padding-top: 123px;
    margin-top: -123px;
  }
}

.container {
  max-width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 1064px) {
  .container {
    max-width: 1024px;
    margin: auto;
    padding: 0;
  }
}

.contents {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .contents {
    margin-bottom: 120px;
  }
}

.page-title {
  padding: 40px 20px;
  text-align: center;
}

.page-title h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: 0.25em;
}
@media screen and (min-width: 768px) {
  .page-title h2 {
    font-size: 30px;
  }
}

.page-title h2 span {
  display: block;
  color: #948144;
  font-size: 11px;
}

.page-title2 {
  background: #111;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-title2 {
    padding: 120px 20px;
  }
}

.page-title2::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.2);
}

.page-title2 h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: 0.25em;
  text-shadow: 0 0 10px #111, 0 0 10px #111;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-title2 h2 {
    font-size: 30px;
  }
}

.page-title2 h2 span {
  display: block;
  font-size: 11px;
}

.page-mainimage {
  position: relative;
}

.page-mainimage img {
  width: 100%;
}

.page-heading {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-heading {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

.page-heading small {
  font-size: 11px;
}

.page-heading2 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 20px;
  color: #948144;
}
@media screen and (min-width: 768px) {
  .page-heading2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

.page-heading small {
  font-size: 11px;
}

.page-catch {
  text-align: center;
  color: #948144;
  line-height: 1.25;
}

.page-copy {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page-copy {
    font-size: 16px;
    text-align: center;
  }
}

.sectionbox {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .sectionbox {
    margin-top: 120px;
  }
}

.sectionbox-half {
  margin-top: 40px;
}

.sectionbox-quarter {
  margin-top: 20px;
}

.sectionbox-inner {
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .sectionbox-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.sectionbox-inner2 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .sectionbox-inner2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.sectionbox-inner3 {
  padding: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (min-width: 768px) {
  .sectionbox-inner3 {
    padding: 40px;
    margin-left: -40px;
    margin-right: -40px;
  }
}

.caption {
  margin-top: 5px;
  font-size: 11px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.25;
}

.page-caption {
  margin-top: 40px;
  font-size: 11px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .page-caption {
    margin-top: 80px;
  }
}

.caption-photo {
  position: relative;
}

.caption-photo .caption-wh {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 11px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 10px #111;
  z-index: 1;
  text-align: right;
}

.caption-photo .caption {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 11px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
  text-shadow: 0 0 10px #fff;
  z-index: 1;
  text-align: right;
}

.box-title {
  text-align: center;
  color: #948144;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 30px;
}

.box-title::after {
  display: block;
  content: "";
  position: absolute;
  left: calc(50% - 20px);
  bottom: -15px;
  width: 40px;
  height: 1px;
  background: #948144;
}

.section-title {
  font-size: 24px;
  line-height: 1.25;
  color: #948144;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.section-title::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(148, 129, 68, 0.4);
}

.section-title::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #948144;
}

.btn-list {
  margin: 60px auto;
}

.btn-list {
  letter-spacing: -0.5em;
  text-align: center;
  font-size: 14px;
}

.btn-list li {
  width: calc(50% - 40px);
  letter-spacing: normal;
  display: inline-block;
  margin: auto 20px;
}
@media screen and (min-width: 768px) {
  .btn-list li {
    width: calc(25% - 40px);
  }
}

.btn-list li a {
  display: block;
  width: 100%;
  background: #111;
  color: #fff;
  padding: 10px;
}

.btn-list li a:hover {
  background: rgba(17, 17, 17, 0.5);
}

.btn-list li a img {
  width: 16px;
  margin-right: 5px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .btn-list li a img {
    width: 24px;
  }
}

.btn-list li a:hover img {
  opacity: 1;
}

.btn-list li a.btn-detail,
.btn-detail {
  display: block;
  text-align: center;
  padding: 10px 30px 10px 10px;
  background: #111 url(../img/icon-arrow.png) center right 10px/12px auto no-repeat;
  color: #fff;
}

.btn-list li a.btn-detail:hover,
.btn-detail:hover {
  background-color: rgba(17, 17, 17, 0.5);
}

.btn-list li a.btn-back,
.btn-back {
  display: block;
  text-align: center;
  padding: 10px 10px 10px 30px;
  background: #666059 url(../img/icon-back.png) center left 10px/12px auto no-repeat;
  color: #fff;
}

.btn-list li a.btn-detail:hover,
.btn-detail:hover {
  background-color: rgba(17, 17, 17, 0.4);
}

.section-title2 {
  font-size: 16px;
  line-height: 1.25;
  color: #948144;
  padding-left: 10px;
  margin-bottom: 10px;
  border-left: 2px solid #948144;
}
@media screen and (min-width: 1064px) {
  .section-title2 {
    font-size: 18px;
  }
}

.section-title2 small {
  font-size: 11px;
}

.map-img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.btn-zoom {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .btn-zoom {
    display: none;
  }
}

.btn-zoom button {
  width: 50%;
  margin: 10px auto;
  outline: none;
  border: none;
  background: rgba(17, 17, 17, 0.6);
  color: #fff;
  padding: 10px;
}

.map-img.zoom {
  overflow: scroll;
  height: 75vw;
}

.map-img.zoom figure {
  width: 1024px;
}

.areaguide {
  background: #c7b783;
  padding: 20px;
  outline-offset: -5px;
  outline: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 768px) {
  .areaguide {
    padding: 40px;
    outline-offset: -10px;
  }
}

.areaguide .row10 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.areaguide .row10 > div {
  margin-bottom: 0;
}

.areaguide-banner {
  display: block;
  background: #fff;
  color: #111;
  padding: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) {
  .areaguide-banner {
    background-size: 40px auto;
  }
}
.areaguide-banner::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/areaguide-point@2x.png") top left/20px auto no-repeat;
}
@media screen and (min-width: 768px) {
  .areaguide-banner::after {
    width: 40px;
    height: 40px;
    background-size: 40px auto;
  }
}

.areaguide-banner:hover {
  background-color: #fff;
}

.areaguide-banner h4 {
  font-size: 11px;
  margin-bottom: 10px;
  text-align: center;
  color: #c7b783;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
}

.areaguide-banner p {
  font-size: 14px;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .areaguide-banner p {
    font-size: 18px;
  }
}

.areaguide-banner p span {
  display: inline-block;
}

.areaguide-click {
  margin-top: 5px;
}

.info-banner a {
  -webkit-box-shadow: 0 0 10px rgba(17, 17, 17, 0.2);
          box-shadow: 0 0 10px rgba(17, 17, 17, 0.2);
  border: 5px solid #fff;
  display: block;
}

.info-banner a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

header {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  z-index: 10;
}

h1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  font-size: 10px;
  text-align: center;
  margin: auto;
}

.gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-logo {
  padding: 10px;
}

.hnav-pc {
  display: none;
}
@media screen and (min-width: 1064px) {
  .hnav-pc {
    display: block;
    margin-left: auto;
  }
}

.hnav-pc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hnav-pc li {
  position: relative;
  font-size: 13px;
  color: rgba(17, 17, 17, 0.6);
  padding-left: 8px;
  margin-left: 20px;
  letter-spacing: 1.2px;
}

.hnav-pc li::before {
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 4px solid rgba(17, 17, 17, 0.6);
  content: "";
}

.hnav-pc li a {
  color: rgba(17, 17, 17, 0.6);
}

.hnav-pc li.request::before {
  display: none;
}

.hnav-pc li.request a {
  display: block;
  font-size: 15px;
  background: #b33636;
  background: -webkit-gradient(linear, left top, right top, from(#8c2a2a), color-stop(50%, #b33636), to(#8c2a2a));
  background: linear-gradient(90deg, #8c2a2a 0%, #b33636 50%, #8c2a2a 100%);
  color: #fff;
  text-align: center;
  padding: 15px 30px;
}

.hnav-pc li.request a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#8c2a2a), color-stop(50%, #8c2a2a), to(#8c2a2a));
  background: linear-gradient(90deg, #8c2a2a 0%, #8c2a2a 50%, #8c2a2a 100%);
}

.hnav-pc li.request a small {
  font-size: 11px;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hnav-pc li.reserved {
  margin-left: 5px;
  padding-left: 0;
}

.hnav-pc li.reserved::before {
  display: none;
}

.hnav-pc li.reserved a {
  display: block;
  font-size: 15px;
  background: #a08048;
  background: -webkit-gradient(linear, left top, right top, from(#7d6438), color-stop(50%, #a08048), to(#7d6438));
  background: linear-gradient(90deg, #7d6438 0%, #a08048 50%, #7d6438 100%);
  color: #fff;
  text-align: center;
  padding: 15px 30px;
}

.hnav-pc li.reserved a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#7d6438), color-stop(50%, #7d6438), to(#7d6438));
  background: linear-gradient(90deg, #7d6438 0%, #7d6438 50%, #7d6438 100%);
}

.hnav-pc li.reserved a small {
  font-size: 11px;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hnav-sp {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #edebe6;
  z-index: 10;
}
@media screen and (min-width: 1064px) {
  .hnav-sp {
    display: none;
  }
}

.hnav-sp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hnav-sp li {
  width: 20%;
  text-align: center;
  border-right: 1px solid rgba(17, 17, 17, 0.2);
}

.hnav-sp li:last-child {
  border-right: none;
}

.hnav-sp li a {
  display: block;
  padding: 10px;
}

.hnav-sp img {
  height: 60px;
}

.hnav-sp a:hover img {
  opacity: 1;
}

.mainnav {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: calc(100% - 80px);
  background: #fff;
  z-index: 11;
}
@media screen and (min-width: 1064px) {
  .mainnav {
    display: block;
    position: static;
    margin-top: 10px;
  }
}

.mainnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  border-top: 1px solid rgba(17, 17, 17, 0.2);
}
@media screen and (min-width: 1064px) {
  .mainnav ul {
    height: auto;
    border-top: none;
  }
}

.mainnav li {
  width: 50%;
  font-size: 14px;
  line-height: 1;
  border-right: 1px solid rgba(17, 17, 17, 0.2);
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
  position: relative;
}
@media screen and (min-width: 1064px) {
  .mainnav li {
    width: 9.0909090909%;
    border-right: none;
    border-bottom: none;
    font-size: 11px;
  }
}

.mainnav li.w100 {
  width: 100%;
}
@media screen and (min-width: 1064px) {
  .mainnav li.w100 {
    width: 9.0909090909%;
  }
}

.mainnav li a {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #111;
}
@media screen and (min-width: 1064px) {
  .mainnav li a {
    padding: 10px 5px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (min-width: 1064px) {
  .mainnav li a.is-active::after,
  .mainnav li a:hover::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background: rgba(152, 144, 133, 0.6);
  }
}

.mainnav li span {
  margin-top: 5px;
  display: block;
  color: #948144;
  font-size: 10px;
  text-transform: uppercase;
}
@media screen and (min-width: 1064px) {
  .mainnav li span {
    width: 100%;
    padding-top: 5px;
    border-top: 1px solid #948144;
  }
}

.mainnav .new {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  color: #fff;
  background: #8c2a2a;
  padding: 2px 4px;
  text-align: center;
  font-size: 8px;
  border-top: none;
  width: 30px;
  line-height: 1;
}
@media screen and (min-width: 1064px) {
  .mainnav .new {
    top: -5px;
  }
}

.mainnav .sponly {
  display: block;
}
@media screen and (min-width: 1064px) {
  .mainnav .sponly {
    display: none;
  }
}

.mainnav li.request {
  background: #b33636;
  background: -webkit-gradient(linear, left top, right top, from(#8c2a2a), color-stop(50%, #b33636), to(#8c2a2a));
  background: linear-gradient(90deg, #8c2a2a 0%, #b33636 50%, #8c2a2a 100%);
  color: #fff;
}

.mainnav li.request a {
  color: #fff;
}

.mainnav li.request a span {
  color: #fff;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.mainnav li.reserved {
  background: #b33636;
  background: -webkit-gradient(linear, left top, right top, from(#7d6438), color-stop(50%, #a08048), to(#7d6438));
  background: linear-gradient(90deg, #7d6438 0%, #a08048 50%, #7d6438 100%);
  color: #fff;
}

.mainnav li.reserved a {
  color: #fff;
}

.mainnav li.reserved a span {
  color: #fff;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.sp {
  display: none;
}

@media screen and (max-width: 1064px) {
  .sp {
    display: block;
  }
}
.pc {
  display: block;
}

@media screen and (max-width: 1064px) {
  .pc {
    display: none;
  }
}
.inner {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}

@media screen and (max-width: 1064px) {
  .inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.inner-l {
  margin: 0 auto;
  width: 1024px;
}

@media screen and (max-width: 1064px) {
  .inner-l {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
  }
}
#l-footer {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#l-footer .m-box-fixed {
  width: 1024px;
}

#l-footer .footer-cnav {
  background: #828C97;
}

#l-footer {
  position: relative;
}

#l-footer .footer-cnav .m-box-fixed ul {
  position: relative;
  overflow: hidden;
}

#l-footer .footer-cnav .m-box-fixed ul li {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  text-align: center;
}

#l-footer .footer-cnav .m-box-fixed ul li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1px;
  margin: 5px 0;
  width: 1px;
  height: 54px;
  background: #6E7780;
  content: "";
}

#l-footer .footer-cnav .m-box-fixed ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 5px 0;
  width: 1px;
  height: 54px;
  background: #a8afb6;
  content: "";
}

#l-footer .footer-cnav .m-box-fixed ul li a {
  display: block;
  padding: 5px 0;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 54px;
}

#l-footer .footer-cnav .m-box-fixed ul li a span.cnav-office {
  display: inline-block;
  padding-left: 60px;
  background: url("/images/i_office.png") no-repeat left center;
  line-height: 40px;
}

#l-footer .footer-cnav .m-box-fixed ul li a span.cnav-contact {
  display: inline-block;
  padding-left: 60px;
  background: url("/images/i_contact2.png") no-repeat left center;
  line-height: 40px;
}

#l-footer .footer-cnav .m-box-fixed ul li a:hover {
  background: #68727e;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#l-footer .footer-cnav .m-box-fixed ul:before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  margin: 5px 0;
  width: 1px;
  height: 54px;
  background: #a8afb6;
  content: "";
}

#l-footer .footer-cnav .m-box-fixed ul:after {
  position: absolute;
  top: 0;
  right: 1px;
  z-index: 10;
  margin: 5px 0;
  width: 1px;
  height: 54px;
  background: #6E7780;
  content: "";
}

#l-footer .footer-sitemap .m-box-fixed {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /**zoom: 1;*/
  padding: 30px 0;
}

#l-footer .footer-sitemap .m-box-fixed:after {
  display: table;
  clear: both;
  content: " ";
}

#l-footer .footer-sitemap .m-box-fixed .sitemap-home {
  margin-bottom: 10px;
  margin-left: 20px;
  font-weight: bold;
  font-size: 15px;
}

#l-footer .footer-sitemap .sitemap-grid {
  /**zoom: 1;*/
  border-right: 1px solid #ccc;
}

#l-footer .footer-sitemap .sitemap-grid:after {
  display: table;
  clear: both;
  content: " ";
}

#l-footer .footer-sitemap .sitemap-grid .grid-col {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 20px;
  height: 305px;
  border-left: 1px solid #ccc;
}

#l-footer .footer-sitemap .sitemap-grid .grid-col.col-1 {
  width: 210px;
}

#l-footer .footer-sitemap .sitemap-grid .grid-col.col-2 {
  width: 375px;
}

#l-footer .footer-sitemap .sitemap-grid .grid-col.col-3 {
  width: 200px;
  border-left: 0;
}

#l-footer .footer-sitemap .sitemap-grid .grid-col.col-3 ul {
  margin-top: 30px;
}

#l-footer .footer-sitemap .sitemap-grid .grid-col.col-4 {
  width: 185px;
}

#l-footer .footer-sitemap .sitemap-grid .sitemap-link1 {
  display: inline-block;
  margin-bottom: 15px;
  color: inherit;
  font-weight: bold;
  font-size: 15px;
}

#l-footer .footer-sitemap .sitemap-grid .sitemap-link2 {
  display: inline-block;
  margin-bottom: 15px;
  color: inherit;
}

#l-footer .footer-sitemap .sitemap-grid .sitemap-link3 {
  margin-top: -5px;
}

#l-footer .footer-sitemap .sitemap-grid .sitemap-link3 li {
  line-height: 1.7;
}

#l-footer .footer-sitemap .sitemap-grid .sitemap-link3 li a {
  padding-left: 15px;
  background: url("/images/i_ar_gray2.png") no-repeat left center;
  color: #666;
  font-size: 11px;
}

#l-footer .footer-sitemap .sitemap-grid .sitemap-link4 {
  display: inline-block;
  margin-bottom: 10px;
  color: inherit;
}

#l-footer .footer-other {
  padding: 20px 0 40px;
  border-top: 0;
}

#l-footer .footer-other .m-box-fixed {
  position: relative;
}

#l-footer .footer-other .other-copy dt {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

#l-footer .footer-other .other-copy dd {
  display: inline-block;
  color: #999;
  vertical-align: middle;
  font-size: 11px;
}

#l-footer .footer-other .other-copy dd span {
  display: inline-block;
}

#l-footer .footer-other .other-nav {
  position: absolute;
  top: -8px;
  right: 0;
}

#l-footer .footer-other .other-nav li {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #ccc;
  vertical-align: middle;
  font-size: 11px;
}

#l-footer .footer-other .other-nav li.firstChild {
  border-left: 1px solid #ccc;
}

#l-footer .footer-other .other-nav li.lastChild {
  border-right: 0;
}

#l-footer .footer-other .other-nav li a {
  color: #666;
}

#l-footer .footer-other .other-nav li a img {
  vertical-align: bottom;
}

#l-footer .footer-other .other-nav li.nav-miekotsu img {
  width: 71px;
  height: auto;
}

#l-footer .pageTop {
  position: absolute;
  right: 15px;
  bottom: 0;
  z-index: 100;
  border-radius: 5px 5px 0 0;
  background: #828c97;
}

#l-footer .pageTop a {
  display: block;
  padding: 15px 20px;
}

#l-footer .footer-spMenu {
  display: none;
  padding: 15px;
}

#l-footer .footer-spMenu p {
  position: relative;
  margin-top: 0;
  padding-left: 20px;
  height: 50px;
  border-radius: 5px;
  background: #828c97;
  color: #fff;
  vertical-align: middle;
  line-height: 50px;
  cursor: pointer;
}

#l-footer .footer-spMenu p:hover {
  background: #68727e;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media screen and (max-width: 1100px) {
  #l-footer .m-box-fixed {
    width: 100%;
  }
  #l-footer .footer-other .other-nav li {
    padding: 0 10px;
  }
  #l-footer .footer-other .other-copy dd {
    font-size: 9px;
  }
}
@media screen and (max-width: 1064px) {
  #l-footer {
    width: 100%;
  }
  #l-footer .m-box-fixed {
    width: 100%;
  }
  #l-footer {
    padding-bottom: calc(60px + 1em);
  }
  #l-footer .footer-cnav .m-box-fixed ul {
    padding: 0 15px;
  }
  #l-footer .m-box-fixed {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  #l-footer .footer-cnav .m-box-fixed ul li {
    display: block;
    float: inherit;
    clear: both;
    margin: 0 auto;
    width: 100%;
    text-align: left;
  }
  #l-footer .footer-cnav .m-box-fixed ul li:after {
    display: none;
  }
  #l-footer .footer-cnav .m-box-fixed ul li:before {
    top: auto;
    left: 0px;
    margin: 0;
    width: 100%;
    height: 1px;
  }
  #l-footer .footer-cnav .m-box-fixed ul li a {
    padding: 15px 10px;
  }
  #l-footer .footer-cnav .m-box-fixed ul li.lastChild:after {
    display: none;
  }
  #l-footer .footer-cnav .m-box-fixed ul li.lastChild:before {
    display: none;
  }
  #l-footer .footer-cnav .m-box-fixed ul:after {
    display: none;
  }
  #l-footer .footer-cnav .m-box-fixed ul:before {
    display: none;
  }
  #l-footer .footer-sitemap {
    display: none;
  }
  #l-footer .footer-other {
    padding-bottom: 20px;
  }
  #l-footer .footer-other .other-copy {
    margin-top: 20px;
    text-align: center;
  }
  #l-footer .footer-other .other-copy dt {
    display: block;
    margin-right: 0px;
    margin-bottom: 1.5em;
  }
  #l-footer .footer-other .other-copy dt a {
    display: block;
    margin: 0 auto;
    max-width: 167px;
    width: 60%;
  }
  #l-footer .footer-other .other-copy dd {
    font-size: 75%;
  }
  #l-footer .footer-other .other-nav {
    position: relative;
    top: auto;
    right: auto;
  }
  #l-footer .footer-other .other-nav li {
    display: block;
    margin-bottom: 0.7em;
    border: none;
    text-align: center;
    font-size: 100%;
  }
  #l-footer .footer-other .other-nav li.firstChild {
    border-left: none;
  }
  #l-footer .footer-other .other-nav li.lastChild {
    margin-bottom: 0px;
  }
  #l-footer .footer-other .other-nav li.nav-miekotsu {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
    max-width: 122px;
    width: 40%;
  }
  #l-footer .footer-other .other-nav li.nav-miekotsu img {
    width: 100%;
    height: auto;
  }
  #l-footer .footer-spMenu {
    display: block;
  }
}
@media screen and (max-width: 414px) {
  #l-footer {
    font-size: 3.4vw;
  }
}
footer {
  background: #fff;
}

.footer-btn {
  background: #edebe6;
  padding: 40px 0;
}

.footer-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-btn ul li {
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer-btn ul li {
    margin: 0 20px;
    width: auto;
    min-width: 325px;
  }
}

.footer-btn li.request a {
  display: block;
  max-width: 360px;
  margin: auto;
  font-size: 24px;
  background: #b33636;
  background: -webkit-gradient(linear, left top, right top, from(#8c2a2a), color-stop(50%, #b33636), to(#8c2a2a));
  background: linear-gradient(90deg, #8c2a2a 0%, #b33636 50%, #8c2a2a 100%);
  color: #fff;
  text-align: center;
  padding: 20px;
  line-height: 1;
  letter-spacing: 0.25em;
  -webkit-box-shadow: 0 0 10px rgba(17, 17, 17, 0.2);
          box-shadow: 0 0 10px rgba(17, 17, 17, 0.2);
}
@media screen and (min-width: 768px) {
  .footer-btn li.request a {
    padding: 40px;
  }
}

.footer-btn li.request a small {
  font-size: 14px;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px;
  margin-top: 10px;
  letter-spacing: normal;
}

.footer-btn li.request a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#8c2a2a), color-stop(50%, #8c2a2a), to(#8c2a2a));
  background: linear-gradient(90deg, #8c2a2a 0%, #8c2a2a 50%, #8c2a2a 100%);
}

.footer-btn li.reserved a {
  display: block;
  max-width: 360px;
  margin: auto;
  font-size: 24px;
  background: #b33636;
  background: -webkit-gradient(linear, left top, right top, from(#7d6438), color-stop(50%, #a08048), to(#7d6438));
  background: linear-gradient(90deg, #7d6438 0%, #a08048 50%, #7d6438 100%);
  color: #fff;
  text-align: center;
  padding: 20px;
  line-height: 1;
  letter-spacing: 0.25em;
  -webkit-box-shadow: 0 0 10px rgba(17, 17, 17, 0.2);
          box-shadow: 0 0 10px rgba(17, 17, 17, 0.2);
}
@media screen and (min-width: 768px) {
  .footer-btn li.reserved a {
    padding: 40px;
  }
}

.footer-btn li.reserved a small {
  font-size: 14px;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px;
  margin-top: 10px;
  letter-spacing: normal;
}

.footer-btn li.reserved a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#7d6438), color-stop(50%, #7d6438), to(#7d6438));
  background: linear-gradient(90deg, #7d6438 0%, #7d6438 50%, #7d6438 100%);
}

.footer-btn li.request a,
.footer-btn li.reserved a {
  position: relative;
  overflow: hidden;
}

.footer-btn li.request a::after,
.footer-btn li.reserved a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-animation: shine 4s linear infinite;
          animation: shine 4s linear infinite;
}

@-webkit-keyframes shine {
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}

@keyframes shine {
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
.footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  border-top: 1px solid rgba(17, 17, 17, 0.2);
}
@media screen and (min-width: 768px) {
  .footer-link {
    display: block;
    padding: 20px;
    border-top: none;
    border-bottom: 1px solid rgba(17, 17, 17, 0.2);
  }
}

.footer-link li {
  width: 50%;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .footer-link li {
    display: inline-block;
    margin: 0 10px;
    width: auto;
    font-size: 14px;
  }
}

.footer-link a {
  color: #111;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}
@media screen and (min-width: 768px) {
  .footer-link a {
    padding: 0;
    border-bottom: none;
  }
}

.footer-link li:nth-of-type(odd) a {
  border-right: 1px solid rgba(17, 17, 17, 0.2);
}
@media screen and (min-width: 768px) {
  .footer-link li:nth-of-type(odd) a {
    border-right: none;
  }
}

.footer-link span {
  display: none;
}

.pagetop {
  text-align: right;
}

.pagetop a {
  color: rgba(17, 17, 17, 0.6);
  display: block;
  padding: 10px 0;
  font-size: 11px;
}

.contact {
  text-align: center;
  color: rgba(17, 17, 17, 0.8);
}

.contact-title {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .contact-sub {
    font-size: 18px;
  }
}

.contact-tel {
  font-size: 30px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .contact-tel {
    font-size: 42px;
  }
}

.contact-tel .freedial {
  display: inline-block;
  margin-right: 5px;
  width: auto;
  height: 24px;
  vertical-align: baseline;
}
@media screen and (min-width: 768px) {
  .contact-tel .freedial {
    height: 30px;
  }
}

.contact-time {
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .contact-time {
    font-size: 14px;
  }
}

.contact-notes {
  background: rgba(255, 255, 255, 0.2);
  margin-top: 10px;
  padding: 10px 0;
  white-space: nowrap;
  font-size: 75%;
  font-size: 10px;
  line-height: 1.25;
}

.footer-bnr {
  padding: 20px;
  text-align: center;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .footer-bnr {
    border-bottom: none;
  }
}

.footer-bnr a {
  margin: 10px 0;
}

.logo-area {
  padding: 20px;
  text-align: center;
}

.logo-area li {
  margin: 0 auto 20px;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .logo-area li {
    display: inline-block;
    max-width: 212px;
    width: 55%;
    margin: 0 20px;
  }
}

.logo-area li:last-child {
  margin-bottom: 0;
}

.logo-area li span {
  display: block;
  text-align: center;
  font-size: 11px;
}

@media print {
  #header-cv,
  #global,
  #nav-btn-sp,
  #nav-btn-tel,
  #global-sp {
    display: none;
  }
  header {
    position: static;
  }
  #footer-btn,
  #pagetop,
  #logo-area,
  #footer-bnr,
  #footer-bnr,
  #footer,
  #float-nav,
  #l-footer,
  .hnav-sp {
    display: none;
  }
}
/*# sourceMappingURL=import-soldout.css.map */