@charset "UTF-8";
/* CSS Document */
/*********/
/* reset */
/*********/
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;
  vertical-align: baseline;
}

* {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

div {
  vertical-align: bottom;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.w10p {
  width: 10%;
}

.w20p {
  width: 20%;
}

.w30p {
  width: 30%;
}

.w40p {
  width: 40%;
}

.w50p {
  width: 50%;
}

.w60p {
  width: 60%;
}

.w70p {
  width: 70%;
}

.w80p {
  width: 80%;
}

.w90p {
  width: 90%;
}

.w100p {
  width: 100%;
}

/***********************************************/
/* HTML5 display-role reset for older browsers */
/***********************************************/
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.06em;
  color: #333;
  background-color: #f3f3f3;
}
@media print, screen and (min-width:768px) {
  body {
    -webkit-print-color-adjust: exact;
    font-size: 16px;
    line-height: 1.6;
  }
}
@media only screen and (max-width:767px) {
  body {
    font-size: 15px;
    line-height: 1.6em;
  }
}
body a {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media print, screen and (min-width:768px) {
  body a[href^="tel:"] {
    pointer-events: none;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
header .topCopy {
  background-color: #522d01;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  padding: 2px 30px;
  color: #fff;
}
header .headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 60px);
  padding: 0 30px;
  background: rgba(255, 255, 255, 0.85);
}
@media only screen and (max-width:767px) {
  header .headerInner {
    width: 100%;
    padding: 0;
    background: none;
  }
}
@media print, screen and (min-width:768px) {
  header .headerInner #logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width:767px) {
  header .headerInner #logo {
    position: fixed;
  }
}
header .headerInner h1 {
  font-family: "Kiwi Maru", serif;
  font-size: 30px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .headerInner h1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .headerInner h1 .title {
  display: block;
}
@media only screen and (max-width:767px) {
  header .headerInner h1 .title {
    margin: 10px 0 0 15px;
  }
}
header .headerInner h1 .title img {
  height: 40px;
}
@media only screen and (max-width:767px) {
  header .headerInner h1 .title img {
    height: 30px;
  }
}
@media print, screen and (min-width:768px) {
  header .headerInner .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width:767px) {
  header .headerInner .menu {
    width: 100%;
    background-color: #fff;
  }
}
@media print, screen and (min-width:768px) {
  header .headerInner .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .headerInner .menu li {
  font-size: 13px;
  font-weight: bold;
  padding: 27px 0;
}
@media only screen and (max-width:767px) {
  header .headerInner .menu li {
    padding: 0;
    border-bottom: 1px solid #ccc;
  }
}
@media print, screen and (min-width:768px) {
  header .headerInner .menu li:not(:first-child) {
    margin-left: 30px;
  }
}
header .headerInner .menu li a {
  position: relative;
  display: inline-block;
  padding: 5px 0;
  color: #000;
}
@media only screen and (max-width:767px) {
  header .headerInner .menu li a {
    display: block;
    padding: 10px 0;
  }
}
@media print, screen and (min-width:768px) {
  header .headerInner .menu li a:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #522d01;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media print, screen and (min-width:768px) {
  header .headerInner .menu li a:hover:after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
header .headerInner .menu .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width:768px) {
  header .headerInner .menu .contact {
    margin-left: 30px;
  }
}
header .headerInner .menu .contact a {
  border: 2px solid #522d01;
  border-radius: 30px;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 20px;
  background-color: #fff;
}
@media only screen and (max-width:767px) {
  header .headerInner .menu .contact a {
    margin: 20px auto;
  }
}
header .headerInner .menu .contact a .inner {
  position: relative;
}
header .headerInner .menu .contact a .inner:before {
  content: "";
  background: url("../img/icon_tel.png") center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  padding-left: 25px;
}
header .headerInner .menu .contact a .free {
  color: #d70d0d;
}
header .headerInner .menu .contact a:hover {
  background-color: #522d01;
}
header .headerInner .menu .contact a:hover .inner {
  color: #fff;
}
header .headerInner .menu .contact a:hover .inner:before {
  content: "";
  background: url("../img/icon_tel_on.png") center no-repeat;
  background-size: contain;
}
header .headerInner .menu .contact a:hover .free {
  color: #fff;
}

.indexArea01 {
  width: 94%;
  max-width: 1100px;
  margin: auto;
  margin-top: 80px;
}
@media only screen and (max-width:767px) {
  .indexArea01 {
    margin-top: 60px;
  }
}
.indexArea01 .titleArea .title_en {
  font-size: 40px;
  font-family: Montserrat, "Hiragino Sans", "Yu Gothic Medium", YuGothic, Meiryo, sans-serif;
  color: #522d01;
}
@media only screen and (max-width:767px) {
  .indexArea01 .titleArea .title_en {
    font-size: 30px;
    line-height: 1.5em;
  }
}
.indexArea01 .titleArea .title_jp {
  font-size: 14px;
  font-weight: bold;
  color: #666;
  background-color: #fff;
  display: inline-block;
  padding: 10px 20px;
}
@media only screen and (max-width:767px) {
  .indexArea01 .titleArea .title_jp {
    padding: 5px 20px;
  }
}
.indexArea01 .bodyArea {
  width: 100%;
  max-width: 960px;
  margin: auto;
  margin-top: 30px;
  font-weight: bold;
}

table.layout01 {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
table.layout01 th, table.layout01 td {
  border: 1px solid #ccc;
  padding: 10px 20px;
  vertical-align: middle;
}
table.layout01 th small, table.layout01 td small {
  font-size: 85%;
}
table.layout01 th {
  background-color: #522d01;
  color: #fff;
  width: 20%;
  white-space: nowrap;
}
table.layout01 td {
  background-color: #fff;
  width: 80%;
}

footer {
  background-color: #522d01;
  padding: 2px 0;
  margin-top: 80px;
}
footer .copyright {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  max-width: 94%;
  width: 100%;
  margin: auto;
  text-align: center;
}

nav {
  position: relative;
}

.drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 70px;
  padding: 0 1em;
}

.menu {
  text-align: center;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
}

.menu.open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.Toggle {
  display: block;
  position: fixed;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 3;
  right: 20px;
}

.Toggle span {
  display: block;
  position: absolute;
  width: 50px;
  border-bottom: solid 4px #333;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.Toggle span:nth-child(1) {
  top: 10px;
}

.Toggle span:nth-child(2) {
  top: 23px;
}

.Toggle span:nth-child(3) {
  top: 37px;
}

.Toggle.active span:nth-child(1) {
  top: 23px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
  top: 23px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media print, screen and (min-width: 1000px) {
  header:after {
    display: none;
  }
  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .Toggle {
    display: none;
  }

  .menu {
    background-color: transparent;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}