@charset "UTF-8";
/* CSS Document */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5% !important;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: normal;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, main, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  word-break: break-all;
}

table td {
  word-break: break-all;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=text] {
  border-radius: 0;
}

input[type=text], input[type=email], button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ==========================================================================
   BASE
   ========================================================================== */
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #37312c;
  background: url(/assets/img/index/main-bg.jpg) repeat;
}

p {
  line-height: 1.6;
}

img {
  display: block;
  height: auto;
}

a {
  color: #37312c;
  line-height: 1;
  text-decoration: none;
}
/* ==========================================================================
   LAYOUT 下層ページ共通パーツ
   ========================================================================== */
/* ==========================================================================
   INDEX--HEADER
========================================================================== */
header {
  position: relative;
  z-index: 10;
}
header .Header__Wrapper {
  height: 170px;
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  header .Header__Wrapper {
    height: 130px;
    width: 96%;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  header .Header__Wrapper {
    height: 80px;
  }
}
header .Header__Wrapper .Header__Logo {
  margin-top: 50px;
  height: 86px;
  width: 244px;
  background: url("/assets/img/common/heder-logo.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1300px) {
  header .Header__Wrapper .Header__Logo {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  header .Header__Wrapper .Header__Logo {
    width: 180px;
    height: 63px;
    margin-top: 10px;
  }
}
header .Header__Wrapper .Header__Logo h1, header .Header__Wrapper .Header__Logo p {
  text-indent: -9999999px;
  width: 100%;
  height: 100%;
}
header .Header__Wrapper .Header__Logo h1 a, header .Header__Wrapper .Header__Logo p a {
  display: block;
  width: 100%;
  height: 100%;
}
header .Header__Wrapper #Nav__Toggle {
  display: none;
}
@media only screen and (max-width: 1130px) {
  header .Header__Wrapper #Nav__Toggle {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 20px;
    border: 1px solid #7f6b56;
    background: #f6ea6f;
    z-index: 30;
  }
  header .Header__Wrapper #Nav__Toggle > div {
    position: relative;
  }
  header .Header__Wrapper #Nav__Toggle > div span {
    position: absolute;
    width: 30px;
    height: 2px;
    background: #7f6b56;
    left: 15px;
    transition: 0.4s;
  }
  header .Header__Wrapper #Nav__Toggle > div span:first-child {
    top: 15px;
  }
  header .Header__Wrapper #Nav__Toggle > div span:nth-child(2) {
    top: 27px;
  }
  header .Header__Wrapper #Nav__Toggle > div span:last-child {
    top: 39px;
  }
}
@media only screen and (max-width: 768px) {
  header .Header__Wrapper #Nav__Toggle {
    top: 10px;
  }
}
header .Sp__Menu {
  position: absolute;
  right: 0;
  top: 40px;
}
@media only screen and (max-width: 1300px) {
  header .Sp__Menu {
    top: 30px;
  }
}
@media only screen and (max-width: 1130px) {
  header .Sp__Menu {
    width: 100%;
  }
}
@media only screen and (max-width: 1130px) {
  header .Sp__Menu {
    top: 60px;
  }
}
header .Sp__Menu .Header__Right nav > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
}
@media only screen and (max-width: 1130px) {
  header .Sp__Menu .Header__Right nav > ul {
    display: block;
    width: 100%;
    border-top: 1px solid #f1f1f1;
    background: #fff;
  }
}
header .Sp__Menu .Header__Right nav > ul li a {
  padding: 30px 1.8em; /* メニューの追加に伴い編集 */
  font-weight: 700;
  font-feature-settings: "palt";
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1500px) {
  header .Sp__Menu .Header__Right nav > ul li a {
    padding: 30px 1em; /* メニューの追加に伴い編集 */
  }
}
@media only screen and (max-width: 1300px) {
  header .Sp__Menu .Header__Right nav > ul li a {
    padding: 26px 1em; /* メニューの追加に伴い編集 */
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1130px) {
  header .Sp__Menu .Header__Right nav > ul li a {
    padding: 20px;
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #f1f1f1;
  }
}
header .Sp__Menu .Header__Right nav > ul > li {
  border-right: 1px solid #37312c;
}
@media only screen and (max-width: 1130px) {
  header .Sp__Menu .Header__Right nav > ul > li {
    border-right: none;
  }
}
header .Sp__Menu .Header__Right nav > ul > li:nth-last-child(2) {
  border-right: none;
}
header .Sp__Menu .Header__Right nav > ul > li:last-child {
  padding: 5px 0;
  background: #f6ea6f;
  border: none;
}
header .Sp__Menu .Header__Right nav > ul > li:last-child span {
  display: block;
  border-top: 1px solid #7f6b56;
  border-bottom: 1px solid #7f6b56;
  width: 100%;
  height: 100%;
}
header .Sp__Menu .Header__Right nav > ul > li:last-child span a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 120px;
  padding-right: 64px;
  margin-top: 5px;
  color: #7f6b56;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 1500px) {
  header .Sp__Menu .Header__Right nav > ul > li:last-child span a {
    padding-left: 100px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1300px) {
  header .Sp__Menu .Header__Right nav > ul > li:last-child span a {
    padding-left: 50px;
    padding-right: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
header .Sp__Menu .Header__Right nav > ul > li:last-child span a:before {
  content: "";
  display: block;
  width: 39px;
  height: 35px;
  position: absolute;
  left: 60px;
  top: 20px;
  background: url("/assets/img/common/header-contact.png") no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 1400px) {
  header .Sp__Menu .Header__Right nav > ul > li:last-child span a:before {
    left: 40px;
  }
}
@media only screen and (max-width: 1300px) {
  header .Sp__Menu .Header__Right nav > ul > li:last-child span a:before {
    left: 10px;
    width: 30px;
    height: 26px;
  }
}
@media only screen and (max-width: 1130px) {
  header .Sp__Menu .Header__Right nav {
    display: none;
  }
}
header .Sp__Menu .Header__Right nav .Parent {
  position: relative;
  border: none;
  cursor: pointer;
}
header .Sp__Menu .Header__Right nav .Parent span {
  padding: 30px 1.8em; /* メニューの追加に伴い編集 */
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1500px) {
  header .Sp__Menu .Header__Right nav .Parent span {
    padding: 30px 1em; /* メニューの追加に伴い編集 */
  }
}
@media only screen and (max-width: 1300px) {
  header .Sp__Menu .Header__Right nav .Parent span {
    padding: 26px 1em; /* メニューの追加に伴い編集 */
    font-size: 16px;
    font-size: 1.6rem;
  }
}
header .Sp__Menu .Header__Right nav .Parent:hover ul.Second-Level {
  opacity: 1;
  top: 24px;
}
header .Sp__Menu .Header__Right nav .Parent ul.Second-Level {
  width: 100%;
  position: absolute;
  left: 0;
  background: #fff;
  top: -10px;
  opacity: 0;
  transition: top 0.7s, opacity 0.7s;
  border-top: 10px solid #f6ea6f;
}
header .Sp__Menu .Header__Right nav .Parent ul.Second-Level li {
  width: 100%;
  text-align: center;
}
header .Sp__Menu .Header__Right nav .Parent ul.Second-Level li a {
  display: block;
  padding: 16px 0;
}
header .Sp__Menu .Header__Right nav .Parent + li {
  border-left: 1px solid #37312c;
}
@media only screen and (max-width: 1130px) {
  header .Sp__Menu .Header__Right nav .Parent + li {
    border-left: none;
  }
}
@media only screen and (max-width: 1130px) {
  header .Sp__Menu .Header__Right nav .Parent:hover ul.Second-Level {
    display: block;
    top: 0;
  }
  header .Sp__Menu .Header__Right nav .Parent span {
    display: none;
  }
  header .Sp__Menu .Header__Right nav .Parent ul.Second-Level {
    border-top: none;
    position: relative;
    display: block;
    top: 0;
    width: 100%;
    transform: none;
    opacity: 1;
  }
  header .Sp__Menu .Header__Right nav .Parent ul.Second-Level li {
    width: 100%;
    text-align: left;
  }
  header .Sp__Menu .Header__Right nav .Parent ul.Second-Level li a {
    padding: 20px;
  }
}
header #Sp__MenuBg {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  display: none;
}
@media only screen and (max-width: 1130px) {
  header.open #Nav__Toggle div span:nth-child(2) {
    display: none;
  }
  header.open #Nav__Toggle div span:first-child {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 27px;
  }
  header.open #Nav__Toggle div span:last-child {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 27px;
  }
  header.open .Sp__Menu .Header__Right nav {
    top: 20px;
    left: 0;
    position: relative;
    z-index: 99;
    display: block;
    width: 100%;
  }
  header.open .Sp__Menu .Header__Right nav ul {
    width: 100%;
  }
  header.open #Sp__MenuBg {
    display: block;
  }
}

/**
 * Footer
 */
footer .Footer__Link {
  padding: 16px 20px 16px 0;
  background: #fff;
}
footer .Footer__Link ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
footer .Footer__Link ul li {
  margin-left: 16px;
}
footer .Footer__Link ul li:before {
  content: ">";
  margin: 0 6px;
}
footer .Footer__Link ul li a {
  color: #239c76;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
}
footer .Footer__Wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  footer .Footer__Wrapper {
    display: block;
    padding: 20px 0;
  }
}
footer .Footer__Wrapper .Footer__Logo {
  width: 88px;
  height: 95px;
}
@media only screen and (max-width: 768px) {
  footer .Footer__Wrapper .Footer__Logo {
    margin: 0 auto 10px;
    width: 66px;
    height: auto;
  }
}
footer .Footer__Wrapper .Footer__Logo img {
  width: 100%;
}
footer .Footer__Wrapper .Footer__Text {
  width: calc(100% - 120px);
}
@media only screen and (max-width: 768px) {
  footer .Footer__Wrapper .Footer__Text {
    width: 100%;
    text-align: center;
  }
}
footer .Footer__Wrapper .Footer__Text h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}
footer .Footer__Wrapper .Footer__Text p {
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  footer .Footer__Wrapper .Footer__Text p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
footer .Footer__Copy {
  background: #fff;
  padding: 18px 0;
}
@media only screen and (max-width: 768px) {
  footer .Footer__Copy {
    padding: 10px 0;
  }
}
footer .Footer__Copy p {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  footer .Footer__Copy p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*# sourceMappingURL=common-260113.css.map */
