/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

article, aside, dialog, figure, footer, header,
hgroup, 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;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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 #000;
  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;
}

input, select {
  vertical-align: middle;
}

/*==============================================
 Base
================================================*/
html {
  font-size: 62.5%;
  overflow-x: hidden !important;
  margin: 0 !important;
}

body {
  font-family: source-han-serif-japanese, serif;
  font-size: 1.6rem;
  overflow-x: hidden;
  width: 100%;
  min-width: 1300px;
  line-height: 1.8;
  display: block;
}

@media (max-width: 765px) {
  body {
    min-width: initial;
    min-width: auto;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  width: 100%;
  height: 100%;
}

a:hover {
  opacity: 0.5;
}

a[href^="tel:"]:hover {
  opacity: 1;
}

@media (max-width: 765px) {
  a[href^="tel:"]:hover {
    opacity: 0.5;
  }
}

.hover_off a {
  pointer-events: none;
}

.hover_off a:hover {
  opacity: 1;
}

ul {
  list-style: none;
}

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

.far {
  padding-right: 0.3rem;
}

/*==============================================
 Header
================================================*/
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  color: #FFF;
}

header .is-show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header-inner {
  background: rgba(0, 0, 0, 0.7);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 765px) {
  .header-inner {
    display: none;
  }
}

.header-menu {
  width: 1270px;
  height: 80px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.header-menu .header-menu__item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-menu .header-menu__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hm__item--contact a {
  border: 1px solid #FFF;
  height: 60%;
  border-radius: 0.5rem;
  padding: 0 2rem;
}

.hm__item--contact--sp {
  width: 48%;
}

.hm__item--contact--sp p {
  font-size: 1.2rem;
  text-align: center;
  padding-bottom: 0.5rem;
}

.hm__item--contact--sp a {
  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;
  text-align: center;
  background-color: #B4AC9D;
  padding: 0;
  width: 100%;
  height: 5rem;
}

.sp-header {
  display: none;
  position: relative;
  z-index: 998;
}

.sp-header .sp-header__icon {
  position: fixed;
  z-index: 999;
  right: 1.5rem;
  top: 1rem;
  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;
  width: 4rem;
  height: 4rem;
  background-color: #000;
  border-radius: 50%;
}

.sp-header .sp-menu__list {
  height: 150vh;
}

.sp-header .fa-bars__size {
  font-size: 2rem;
}

.sp-header .sp-menu {
  position: relative;
  z-index: 998;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  padding: 6rem 1.5rem;
  height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.sp-header .sp-menu__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 2rem;
}

.sp-header .sp-menu__item {
  border-top: solid 1px #FFF;
  padding: 1rem;
}

.sp-header .sp-menu__item:last-of-type {
  border-bottom: 1px solid #FFF;
}

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

/*==============================================
 Footer
================================================*/
footer {
  background: url(../images/background-paper.jpg) no-repeat;
  background-size: cover;
}

footer .inner-box {
  padding: 2rem 0;
}

footer .footer__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 765px) {
  footer .footer__company {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
}

footer .footer__com-info {
  width: 33%;
  padding-left: 2rem;
}

footer .footer__com-info .f-com-info__name {
  font-size: 2rem;
}

footer .footer__com-info .f-com-info__address {
  padding-top: 1rem;
  line-height: 1.8;
}

footer .footer__com-info .f-com-info__address span {
  display: block;
}

@media screen and (max-width: 765px) {
  footer .footer__com-info {
    width: 100%;
    padding-left: 0;
  }
}

footer .footer__logo {
  width: 15%;
}

@media screen and (max-width: 765px) {
  footer .footer__logo {
    padding-top: 2rem;
    width: 30%;
    margin: auto;
  }
}

footer .footer-siteMap {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (max-width: 765px) {
  footer .footer-siteMap {
    display: none;
  }
}

footer .footer-siteMap__link-box ul {
  margin-top: 1rem;
  border-left: 1px solid #000;
  line-height: 1.8;
}

footer .footer-siteMap__link-box ul li {
  padding-left: 1rem;
}

footer .footer__line {
  color: #FFF;
  background-color: #443B2C;
  text-align: center;
  padding: 1.5rem;
}

/*==============================================
 Tools
================================================*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}
