@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================
  base  PC
========================================= */
body { /* fontはcmn-txtに合わせる */
  width: 100%;
  min-width: 1180px;
  margin: auto;
  color: #664422;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
body {
  letter-spacing: 0.04em;
  line-height: 2.125;
}

.disable-auto-tel a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

a[href^=fax] {
  -webkit-tap-highlight-color: transparent !important;
  pointer-events: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  text-decoration: none !important;
}

.com-inner,
.bread-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

.com-inner-lg {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

.sec-inner-md {
  width: 1080px;
}

.sp-only, .xs-only {
  display: none !important;
}

/*==================================================
お問い合わせフォーム
================================================== */
.contact-form-table {
  width: 100%;
  max-width: 1080px;
  margin: 50px auto 0 !important;
  background: none;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table th, .contact-form-table td {
  padding: 15px 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .contact-form-table th, .contact-form-table td {
    font-size: 1.5rem;
  }
}
.contact-form-table th, .contact-form-table td {
  letter-spacing: 0.05em;
  vertical-align: top;
  line-height: 1.6;
}
.contact-form-table th {
  width: 370px;
}
.contact-form-table a {
  color: #664422;
  text-decoration: underline;
}
.contact-form-table textarea {
  resize: none;
}
.contact-form-table select, .contact-form-table textarea, .contact-form-table input[type=tel], .contact-form-table input[type=text], .contact-form-table input[type=email], .contact-form-table input[type=url] {
  background: #fff;
  border-radius: 0;
}
.contact-form-table .required-mark {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  height: 30px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .contact-form-table {
    margin-top: 25px !important;
  }
  .contact-form-table th, .contact-form-table td {
    padding: 9px;
    font-size: 1.6rem;
  }
  .contact-form-table th {
    border: none;
  }
  .contact-form-table td {
    border-color: #da8021;
  }
  .contact-form-table label[for=agree] {
    margin: auto;
    font-size: 1.6rem;
  }
}
.contact-form-table .date-list {
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .contact-form-check-page .contact-form-table tr:nth-of-type(n+2) {
    border-top: 1px solid rgba(102, 68, 34, 0.2);
  }
  .contact-form-check-page .contact-form-table th {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    color: #da8021;
  }
  .contact-form-check-page .contact-form-table td {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
  }
}
.error-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .error-text {
    font-size: 1.5rem;
  }
}

.privacy-wrap {
  display: flex;
  max-width: 334px;
  margin: auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.privacy-wrap .error-text {
  font-size: 14px;
  font-size: 1.4rem;
}
.privacy-wrap a {
  color: #664422;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .privacy-wrap .inline-privacy-policy-txt, .privacy-wrap a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

input[type=radio] + label, input[type=checkbox] + label {
  color: #664422;
}

/* =========================================
  タグテンプレート
========================================= */
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 20px 0 20px auto;
  max-width: 230px;
}
.tag-select-box::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #664422;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  border: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #664422;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #664422;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  cursor: pointer;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #006;
}

/*	parts  PC
------------------------------------ */
a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  a {
    transition: all 0.3s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}

.br {
  display: inline-block;
}

.over {
  overflow: hidden;
}

.com-txt,
#privacy .txt-box {
  color: #664422;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .com-txt,
  #privacy .txt-box {
    font-size: 1.5rem;
  }
}
.com-txt,
#privacy .txt-box {
  letter-spacing: 0.04em;
  line-height: 2.125;
}

.fit {
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}

/*	com-btn  PC
------------------------------------ */
.com-btn {
  display: block;
  height: 60px;
  background: url(../img/top/blog-arw.png) no-repeat calc(100% - 10px) #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 999px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-btn {
    font-size: 1.5rem;
  }
}
.com-btn {
  letter-spacing: 0.04em;
  color: #664422;
  line-height: 58px;
}
@media screen and (min-width: 768px) {
  .com-btn:hover {
    background-position-x: calc(100% - 5px);
    opacity: 1;
  }
}

#contact .contact-submits-wrap {
  text-align: center;
}
#contact .contact-submits-btn {
  /*必須*/
  margin: auto;
  padding: 0;
  border: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  /*追加*/
  display: block;
  width: 100%;
  max-width: 300px;
  height: 60px;
  background: url(../img/top/blog-arw.png) no-repeat calc(100% - 10px) #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 999px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #contact .contact-submits-btn {
    font-size: 1.5rem;
  }
}
#contact .contact-submits-btn {
  letter-spacing: 0.04em;
  color: #664422;
  line-height: 58px;
}
@media screen and (min-width: 768px) {
  #contact .contact-submits-btn:hover {
    background-position-x: calc(100% - 5px);
    opacity: 1;
  }
}

/*	com-table  PC
------------------------------------ */
.com-table {
  width: 100%;
}
.com-table tr:nth-of-type(n+2) {
  border-top: 1px solid #d9d9d9;
}
.com-table th, .com-table td {
  padding: 13px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .com-table th, .com-table td {
    font-size: 1.5rem;
  }
}
.com-table th, .com-table td {
  letter-spacing: 0.04em;
  line-height: 1.5;
  vertical-align: top;
}
.com-table th {
  width: 223px;
  padding-left: 18px;
  position: relative;
}
.com-table th::before {
  content: "";
  display: block;
  width: 4px;
  height: 24px;
  background: #da8021;
  border-radius: 2px;
  position: absolute;
  top: 15px;
  left: 0;
}
.com-table td {
  white-space: pre-line;
}
.com-table-note {
  display: block;
  line-height: 1;
}
.com-table-note img {
  vertical-align: middle;
}

/*	heading  PC
------------------------------------ */
.com-ttl01 {
  text-align: center;
}
.com-ttl01-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.com-ttl01-wrap::before, .com-ttl01-wrap::after {
  content: "";
  display: block;
  width: 129px;
  height: 95px;
}
.com-ttl01-wrap::before {
  margin-right: 16px;
  background: url(../img/top/our-l.png) no-repeat left top/contain;
}
.com-ttl01-wrap::after {
  margin-left: 16px;
  background: url(../img/top/our-r.png) no-repeat right top/contain;
}
.com-ttl01 .en {
  font-family: "Cookie", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .en {
    font-size: 2.1rem;
  }
}
.com-ttl01 .en {
  letter-spacing: 0;
  color: #0aa699;
  line-height: 1;
}
.com-ttl01 .ja {
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .ja {
    font-size: 2.1rem;
  }
}
.com-ttl01 .ja {
  letter-spacing: 0.04em;
  color: #664422;
  line-height: 1.5;
}
.com-ttl01 .ja .ac {
  color: #da8021;
  font-size: 5.2rem;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .ja .ac {
    font-size: 2.6rem;
  }
}
.com-ttl01 .ja .ac {
  letter-spacing: 0.04em;
}
.com-ttl01 .ja .border {
  position: relative;
  z-index: 0;
}
.com-ttl01 .ja .border::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background: url(../img/ptn.png);
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: -1;
}
.com-ttl02 {
  padding-bottom: 16px;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .com-ttl02 {
    font-size: 1.5rem;
  }
}
.com-ttl02 {
  letter-spacing: 0.04em;
  color: #664422;
  line-height: 1.5;
  position: relative;
}
.com-ttl02::before, .com-ttl02::after {
  display: block;
  position: absolute;
  content: "";
}
.com-ttl02::before {
  width: 40px;
  height: 43px;
  background: url(../img/top/our-ttl01-l.png) no-repeat left top/contain;
  top: -20px;
  left: -30px;
}
.com-ttl02::after {
  width: 100%;
  height: 5px;
  background: url(../img/top/border01.png) repeat-x left bottom;
  right: 0;
  bottom: 0;
}
.com-ttl02 .lg {
  letter-spacing: 0.04em;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .com-ttl02 .lg {
    font-size: 1.7rem;
  }
}
.com-ttl02 .lg {
  line-height: 1;
}
.com-ttl02-blue {
  background: url(../img/top/our-ttl01-r.png) no-repeat right calc(100% - 16px);
}
.com-ttl02-orrange {
  background: url(../img/top/our-ttl02-r.png) no-repeat right calc(100% - 16px);
}
.com-ttl02-orrange::before {
  background-image: url(../img/top/our-ttl02-l.png);
}
.com-ttl02-orrange::after {
  background-image: url(../img/top/border02.png);
  background-repeat: repeat-x;
}
.com-ttl02-light {
  background: url(../img/top/our-ttl03-r.png) no-repeat right calc(100% - 16px);
}
.com-ttl02-light::before {
  background-image: url(../img/top/our-ttl03-l.png);
}
.com-ttl02-light::after {
  background-image: url(../img/top/border03.png);
  background-repeat: repeat-x;
}
.com-ttl02-yellow {
  background: url(../img/top/our-ttl04-r.png) no-repeat right calc(100% - 16px);
}
.com-ttl02-yellow::before {
  background-image: url(../img/top/our-ttl04-l.png);
}
.com-ttl02-yellow::after {
  background-image: url(../img/top/border04.png);
  background-repeat: repeat-x;
}
.com-ttl03 {
  text-align: center;
}
.com-ttl03 .ja {
  margin: 15px auto 0;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .com-ttl03 .ja {
    font-size: 2.1rem;
  }
}
.com-ttl03 .ja {
  letter-spacing: 0.04em;
  color: #664422;
  line-height: 1.2;
}
.com-ttl04 {
  padding-bottom: 17px;
  background: url(../img/top/border02.png) repeat-x left bottom;
  text-align: center;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .com-ttl04 {
    font-size: 1.6rem;
  }
}
.com-ttl04 {
  letter-spacing: 0;
  line-height: 1.5;
}

/*	sidebar  PC
------------------------------------ */
#sidebar {
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 500;
}
#sidebar .sidebar-list li:nth-of-type(n+2) {
  margin: 15px 15px 0 0;
}
#sidebar .sidebar-btn {
  display: block;
  width: 70px;
  height: 240px;
  padding-top: 50px;
  background: url(../img/top/side-mail.png) no-repeat center 24px #664422;
  border-radius: 15px 0 0 15px;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #sidebar .sidebar-btn {
    font-size: 1.5rem;
  }
}
#sidebar .sidebar-btn {
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 70px;
  writing-mode: vertical-rl;
}

.animate_float {
  animation: floatY 3s ease-in-out infinite;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
/*	breadcrumb  PC
------------------------------------ */
.breadcrumb {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
.breadcrumb .bread-inner {
  width: 100%;
  max-width: 1080px;
  padding: 0 20px 0 0;
  margin: auto;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  z-index: 1;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li:nth-of-type(3) {
  display: inline;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb li, .breadcrumb a {
  color: #664422;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
.breadcrumb li::after {
  content: "|";
  display: inline-block;
  margin: 0 5px;
}
.breadcrumb a {
  color: #664422;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 40px;
  height: 40px;
  outline: 1px solid #f6f4f1;
  background-color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .pagenation li {
    font-size: 1.5rem;
  }
}
.pagenation li {
  letter-spacing: 0.05em;
  color: #f6f4f1;
  line-height: 40px;
}
.pagenation li:nth-of-type(n+2) {
  margin-left: 10px;
}
.pagenation a, .pagenation span {
  display: block;
}
.pagenation a {
  color: #664422;
}
.pagenation .current {
  background: #da8021;
  color: #fff;
  pointer-events: none;
}
.pagenation .next-li, .pagenation .back-li {
  background: none;
  border: none;
}
.pagenation .back-arrow, .pagenation .next-arrow {
  display: block;
  height: 100%;
}
.pagenation-arrow {
  width: 100%;
  height: 100%;
}
.pagenation-arrow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.arrow-left {
  width: 100%;
  height: 100%;
  margin: auto;
  border: none;
  background: none;
  position: relative;
  display: inline-block;
}

.arrow-left::before {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 9px solid #664422;
  border-left: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.arrow-right {
  width: 100%;
  height: 100%;
  margin: auto;
  border: none;
  background: none;
  position: relative;
  display: inline-block;
}

.arrow-right::before {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #664422;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

/*	detail pagenation  PC
------------------------------------ */
.pagenation-inner {
  width: 100%;
  margin: 28px auto 0;
  height: 25px;
  text-align: center;
}

.data-nav {
  position: relative;
  text-align: center;
}
.data-nav a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .data-nav a {
    font-size: 1.5rem;
  }
}
.data-nav a {
  letter-spacing: 0.04em;
  color: #664422;
  line-height: 1;
  transition: all 0.3s ease;
}
.data-nav a:hover {
  opacity: 0.7;
}
.data-nav .next a, .data-nav .back a {
  background: none !important;
}

.to-works-btn {
  display: inline-block;
  padding: 0 9px;
  border-left: 1px solid #664422;
  border-right: 1px solid #664422;
}

.back-btn {
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.back-btn::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-right: 14px;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 8.25px solid #664422;
  border-left: 0;
  transform: translateY(-50%);
}

.next-btn {
  display: flex;
  align-items: flex-end;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.next-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 14px;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8.25px solid #664422;
  border-right: 0;
  transform: translateY(-50%);
}

/*	ggmap  PC
------------------------------------ */
.ggmap {
  width: 100%;
  height: 0;
  padding-top: 400px;
  position: relative;
}

.ggmap iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

/* =========================================
  header  PC
========================================= */
/*	headline  PC
------------------------------------ */
.headline {
  width: 100%;
  height: 120px;
  padding: 0 25px 0;
}
.headline .com-info {
  margin-left: 30px;
}

.logo {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .logo {
    margin-top: 20px;
  }
}
.logo a, .logo img {
  display: block;
}
.logo img {
  width: 100%;
}

/*	gnav  PC
------------------------------------ */
.gnav {
  margin-top: 20px;
  line-height: 1;
}
.gnav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.gnav-list-item:nth-of-type(n+2) {
  margin-left: 45px;
}
.gnav-list-link {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .gnav-list-link {
    font-size: 1.5rem;
  }
}
.gnav-list-link {
  letter-spacing: 0.04em;
  color: #664422;
}
.gnav-list-link.current {
  color: #da8021;
}

/* mv  PC
------------------------------------ */
#mv {
  overflow: hidden;
}

.mv {
  height: 0;
  padding-top: 41.66%;
  background: url(../img/top/mv-deco-rb.png) no-repeat 94.6% 100%/9.3%, url(../img/top/mv-deco.png) no-repeat 4% 30%/39.125%, url(../img/top/mv-lt.png) no-repeat left -5%/9.9%, url(../img/top/mv-lb.png) no-repeat left bottom/10.4%, url(../img/top/mv-rt.png) no-repeat right 12%/31.5%;
  position: relative;
}
.mv-img {
  position: absolute;
}
.mv-img img {
  width: 100%;
}
.mv-img01 {
  width: 57.3%;
  top: 0;
  right: 2.2%;
}
.mv-img02 {
  width: 23.2%;
  bottom: 1%;
  right: 43.9%;
}
.mv-catch {
  width: 32.65%;
  position: absolute;
  top: 31.125%;
  left: 4.6875%;
}
.mv-catch img {
  width: 100%;
}
.mv-hata {
  width: 14.5%;
  position: absolute;
  left: 0;
  top: 0;
}
.mv-hata img {
  width: 100%;
}
.mv-fuki {
  position: absolute;
}
.mv-fuki img {
  width: 100%;
}
.mv-fuki01 {
  width: 13.1%;
  top: 25%;
  left: 3.9%;
  z-index: 1;
}
.mv-fuki02 {
  width: 12%;
  top: 26.375%;
  left: 15.625%;
}
.mv-fuki02-deco {
  width: 37.6%;
  position: absolute;
  right: 5px;
  top: -78.7%;
}

/* dropdown  PC
------------------------------------ */
/* =========================================
  footer  PC
========================================= */
#footer .foo-inner {
  padding: 63px 0 54px;
}
#footer .foo-address {
  margin-top: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #footer .foo-address {
    font-size: 1.5rem;
  }
}
#footer .foo-address {
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  #footer .foo-flx {
    width: 96%;
    margin: auto;
  }
}
#footer .com-info li:nth-of-type(n+2) {
  margin-left: 25px;
}
#footer .com-info-mail {
  border-radius: 15px;
}

.fnav {
  padding: 30px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  line-height: 1;
}
.fnav-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .fnav-list > li {
    padding: 0 24px;
    border-left: 1px solid #664422;
  }
  .fnav-list > li:last-of-type {
    border-right: 1px solid #664422;
  }
}
.fnav-list-link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .fnav-list-link {
    font-size: 1.5rem;
  }
}
.fnav-list-link {
  letter-spacing: 0;
  color: #664422;
}
.fnav-list-link.current {
  color: #da8021;
}
.fnav .dropdown-menu__list {
  margin-top: 10px;
}
.fnav .dropdown-menu__list > li:nth-of-type(n+2) {
  margin-top: 5px;
}
.fnav .dropdown-menu__link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .fnav .dropdown-menu__link {
    font-size: 1.5rem;
  }
}
.fnav .dropdown-menu__link {
  letter-spacing: 0.08em;
}
.fnav .dropdown-menu__link.current {
  color: #da8021;
}

.copy {
  padding: 30px 0 55px;
  text-align: center;
}
.copy-txt, .copy-link {
  color: #664422;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0;
}

/* =========================================

  sub layout  PC

========================================= */
/*	sub mv  PC
------------------------------------ */
.sv {
  padding: 120px 0;
}
.sv-box {
  width: 100%;
  max-width: 720px;
  margin: auto;
  height: 125px;
  padding-top: 9px;
  border-radius: 999px;
  background: url(../img/guide/catch-bg.png) no-repeat right center #fff;
  text-align: center;
  position: relative;
}
.sv-box::before {
  content: "";
  display: block;
  width: 88px;
  height: 57px;
  background: url(../img/guide/catch-deco-l.png) no-repeat left top/contain;
  position: absolute;
  left: 3px;
  top: 0;
}
@media screen and (min-width: 768px) {
  .sv-catch {
    display: inline-block;
    min-width: 370px;
  }
}
.sv-catch {
  margin: auto;
  padding-top: 30px;
  background: url(../img/guide/catch-deco-r.png) no-repeat right top;
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .sv-catch {
    font-size: 2.4rem;
  }
}
.sv-catch {
  letter-spacing: 0.04em;
  color: #664422;
  line-height: 1;
}
.sv-guide {
  background: url(../img/sub/guide.jpg) no-repeat center/cover;
}
.sv-menu {
  background: url(../img/sub/menu.jpg) no-repeat center/cover;
}
.sv-gallery {
  background: url(../img/sub/gallery.jpg) no-repeat center/cover;
}
.sv-salon {
  background: url(../img/sub/salon.jpg) no-repeat center/cover;
}
.sv-blog {
  background: url(../img/sub/news.jpg) no-repeat center/cover;
}
.sv-privacy {
  background: url(../img/sub/privacy.jpg) no-repeat center/cover;
}
.sv-contact {
  background: url(../img/sub/contact.jpg) no-repeat center/cover;
}
.sv-complete {
  background: url(../img/sub/complete.jpg) no-repeat center/cover;
}
.sv-site {
  background: url(../img/sub/site.jpg) no-repeat center/cover;
}
.sv-notfound {
  background: url(../img/sub/notfound.jpg) no-repeat center/cover;
}

/*	news  PCSP
------------------------------------ */
#news .com-box {
  padding: 50px;
}
@media screen and (max-width: 767px) {
  #news .com-box {
    padding: 20px;
  }
}
#news .com-news {
  margin: 60px auto 0;
}
#news .com-news-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #news .com-news-item:nth-of-type(n+2) {
    margin-top: 80px;
  }
}
#news .com-news-link {
  display: block;
  width: 100%;
}
#news .com-news-img {
  width: 250px;
  height: 200px;
  margin-right: 30px;
  position: relative;
  flex-shrink: 0;
}
#news .com-news-con {
  width: 100%;
}
#news .com-news-ttl {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #news .com-news-ttl {
    font-size: 1.5rem;
  }
}
#news .com-news-txt {
  margin-top: 10px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #news .com-news-txt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #news .com-news {
    margin-top: 30px;
  }
  #news .com-news-item:nth-of-type(n+2) {
    margin: 40px auto 0;
  }
  #news .com-news-box {
    display: block;
  }
  #news .com-news-img {
    margin: 0 auto 15px;
  }
  #news .com-news-ttl {
    font-size: 1.8rem;
  }
  #news .com-news-txt {
    line-height: 1.8;
  }
}
#news .detail-tag {
  margin: 20px auto 0;
}
#news .detail-txt {
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  #news .detail-txt {
    margin-top: 10px;
  }
}

/*	contact  PC
------------------------------------ */
#contact .contact-note {
  margin: 50px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact .contact-note {
    margin-top: 25px;
  }
}
#contact .complete-box {
  text-align: center;
}
#contact .complete-link {
  margin: 30px auto 0;
  color: inherit;
  text-decoration: underline;
}

/*	privacy  PC
------------------------------------ */
#privacy .privacy-box {
  margin: 50px auto 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #privacy .privacy-box {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #privacy .privacy-box {
    margin-top: 20px;
  }
}
#privacy .privacy-box-mt-none {
  margin-top: 0;
}
#privacy .privacy-box p {
  margin: 10px auto 0;
  line-height: 2;
}
#privacy .privacy-box ul {
  margin-top: 15px;
  padding-left: 20px;
}
#privacy .privacy-box li {
  list-style: disc;
}
#privacy .privacy-box-ttl_default {
  background-color: #f6f4f1;
  color: #664422;
  padding: 10px 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #privacy .privacy-box p {
    line-height: 1.7;
  }
}

/*	site  PCSP
------------------------------------ */
#site .site-box {
  max-width: 960px;
  margin: 50px auto 0;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  #site .site-box {
    margin-top: 20px;
    padding: 10px 25px;
  }
}
#site .site-ul {
  width: 100%;
  max-width: 880px;
  margin: auto;
}
#site .site-li:nth-of-type(n+2) {
  border-top: 1px solid rgba(102, 68, 34, 0.2);
}
#site a.site-link::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #664422;
  border-right: 1px solid #664422;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  transition: all 0.3s ease;
}
#site .site-link {
  display: block;
  padding: 15px 30px;
  color: #664422;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #site .site-link {
    padding: 12px 25px;
  }
}
@media screen and (min-width: 768px) {
  #site .site-link:hover::before {
    left: 10px;
  }
}
#site .dropdown-menu__list {
  margin-left: 30px;
  padding-bottom: 20px;
}
#site .dropdown-menu__list li:nth-of-type(n+2) {
  margin-top: 15px;
}
#site .dropdown-menu__link {
  padding-left: 30px;
  color: #664422;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  box-sizing: border-box;
  position: relative;
}
#site .dropdown-menu__link::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #664422;
  border-right: 1px solid #664422;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  transition: all 0.3s ease;
}

/*	e404  PCSP
------------------------------------ */
@media screen and (min-width: 768px) {
  #e404 .sec-inner {
    padding: 100px 0;
  }
}
#e404 .sec-inner {
  box-sizing: border-box;
  color: #664422;
}
#e404 .top {
  display: inline-block;
  color: #664422;
  text-decoration: underline;
  transition: all 0.3s ease;
}
#e404 .top:hover {
  opacity: 0.7;
}
#e404 .section-content {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #e404 .section-content {
    margin-top: 0;
  }
}

/* =========================================

  sub layout  SP

========================================= */
@media screen and (max-width: 767px) {
  /* =========================================
    base  SP
  ========================================= */
  body {
    width: 100%;
    margin: auto;
    min-width: 350px;
    line-height: 2;
  }
  body.active { /* スクロール禁止 */
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .xs-only {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
  .ib {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  /*	parts  SP
  ------------------------------------ */
  .com-inner,
  .bread-inner,
  .middle-inner,
  .lg-inner .com-inner.md {
    width: 100% !important;
  }
  .com-txt, #privacy .txt-box {
    line-height: 1.8;
  }
  /*	com-btn  SP
  ------------------------------------ */
  .com-btn {
    margin: auto;
  }
  /*	com-table  SP
  ------------------------------------ */
  .com-table th, .com-table td {
    display: block;
    padding: 10px;
    font-size: 1.4rem;
  }
  .com-table th {
    width: auto;
    padding-bottom: 0;
  }
  .com-table th::before {
    width: 2px;
    height: 18px;
  }
  .com-table td {
    padding-top: 0;
  }
  .com-table-note {
    display: block;
  }
  /*	heading  SP
  ------------------------------------ */
  .com-ttl01-wrap::before, .com-ttl01-wrap::after {
    width: 65px;
    height: 29px;
  }
  .com-ttl01-wrap::before {
    margin-right: 5px;
  }
  .com-ttl01-wrap::after {
    margin-left: 5px;
  }
  .com-ttl01 .ja {
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .com-ttl01 .ja .ac {
    font-size: 2.9rem;
  }
  .com-ttl01 .ja .border::before {
    height: 9px;
  }
  .com-ttl02 {
    background-size: 30px;
    font-size: 1.8rem;
  }
  .com-ttl02::before {
    width: 28px;
    left: -20px;
  }
  .com-ttl02 .lg {
    font-size: 2rem;
  }
  .com-ttl04 {
    padding-bottom: 10px;
    font-size: 2rem;
  }
  /*	sidebar  SP
  ------------------------------------ */
  #sidebar .sidebar-list li:nth-of-type(n+2) {
    margin: 15px 0 0;
  }
  #sidebar .sidebar-btn {
    width: 50px;
    height: 170px;
    padding-top: 32px;
    line-height: 50px;
    background-position: center 15px;
  }
  /*	pagenation  SP
  ------------------------------------ */
  .pagenation-inner {
    margin-top: 30px;
  }
  .pagenation li {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .pagenation li:nth-of-type(n+2) {
    margin-left: 15px;
  }
  /* =========================================
  header  SP
  ========================================= */
  /*	headline  SP
  ------------------------------------ */
  .headline {
    height: auto;
    padding: 15px;
  }
  .logo, .drawer-logo, .foo-logo {
    width: 92px !important;
  }
  .logo {
    z-index: 10;
  }
  /*	mv  SP
  ------------------------------------ */
  .mv {
    padding-top: 120%;
    background-size: 25%, 60%, 20%, 20%, 60%;
    background-position: 94.6% 100%, 40% 92%, left -5%, left 48%, right 12%;
  }
  .mv-img01 {
    width: 82.3%;
    top: 6%;
    right: 2.2%;
  }
  .mv-img02 {
    width: 37.2%;
    bottom: auto;
    right: 3.9%;
    top: 36%;
  }
  .mv-catch {
    width: 67%;
    top: auto;
    bottom: 2%;
  }
  .mv-hata {
    width: 25%;
  }
  .mv-fuki01 {
    width: 37%;
    top: 63%;
  }
  .mv-fuki02 {
    width: 35%;
    left: 37.625%;
    top: 64%;
  }
  /*	gnav  SP
  ------------------------------------ */
  .sp-menu-btn-wrp {
    background: #da8021;
    border-radius: 5px;
    background: none;
    top: 11px;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt {
    display: block;
    font-size: 1rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #664422;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    height: 2px;
    background: #664422;
  }
  .sp-menu-btn-wrp .sp-menu-btn .bottom {
    top: 29px;
  }
  .sp-menu-btn.active .bottom {
    top: 30px;
  }
  /*	gnav-add  SP
  ------------------------------------ */
  #drawer-nav {
    padding: 20px 15px 30px;
    background: #f6f4f1;
  }
  #drawer-nav.active {
    z-index: 1000;
  }
  #drawer-nav .drawer-logo {
    margin-bottom: 0;
  }
  #drawer-nav .drawer-logo-wrap {
    margin-bottom: 15px;
  }
  #drawer-nav .drawer-logo img {
    vertical-align: middle;
  }
  #drawer-nav #nav {
    padding: 0 15px;
  }
  #drawer-nav #nav .drawer-link {
    display: block;
    padding: 12px 0 12px;
    border-color: #d9d9d9;
    color: #664422;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    font-size: 1.7rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
  #drawer-nav #nav .drawer-link.current {
    color: #da8021;
  }
  #drawer-nav #nav .drawer-dropdown span::before, #drawer-nav #nav .drawer-dropdown span::after {
    background-color: #da8021;
  }
  #drawer-nav .drawer-nav__link {
    display: block;
    padding: 12px 12px 12px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #664422;
    text-align: left;
    border-color: #d9d9d9;
    font-size: 1.7rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
  #drawer-nav .drawer-nav__link.current {
    color: #da8021;
  }
  .drawer-info {
    margin: 30px auto 0;
    text-align: center;
  }
  .drawer-info > li:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .drawer-info .com-info {
    justify-content: center;
  }
  .drawer-info .com-info-mail {
    width: 218px;
    height: 50px;
    border-radius: 15px;
  }
  .drawer-info .com-info-mail::before {
    margin-right: 11px;
  }
  /*	ggmap  SP
  ------------------------------------ */
  .ggmap {
    margin-top: 20px;
    padding-top: 250px;
  }
  /* =========================================
  footer  SP
  ========================================= */
  #footer .foo-left {
    text-align: center;
  }
  #footer .foo-right {
    margin: 30px auto 0;
  }
  #footer .com-info li:nth-of-type(n+2) {
    margin: 25px auto 0;
  }
  .fnav {
    padding: 15px;
  }
  .fnav-list {
    display: block;
  }
  .fnav-list > li {
    text-align: left;
  }
  .fnav-list > li:nth-of-type(n+2) {
    margin: 25px 0 0;
    padding: 0;
    border: none;
  }
  .fnav .dropdown-menu__list {
    margin-top: 15px;
    margin-left: 5px;
  }
  .fnav .dropdown-menu__list > li:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .copy {
    margin-top: 25px;
    padding-top: 20px;
    text-align: center;
  }
  .copy-inner {
    display: block;
  }
  .copy-txt {
    display: block;
    margin: 25px auto 0;
    text-align: center;
  }
  .copy-txt, .copy-link {
    font-size: 1rem;
  }
  /* =========================================

    sub  SP

  ========================================= */
  /*	sub headline  SP
  ------------------------------------ */
  /* sub mv  SP
  ------------------------------------ */
  .sv {
    padding: 0;
    background: none;
  }
  .sv::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 55%;
    border-radius: 0 0 20px 20px;
  }
  .sv-box {
    height: 95px;
    background-size: cover;
  }
  .sv-box::before {
    width: 57px;
  }
  .sv-catch {
    display: inline-block;
    padding: 20px 30px 0;
    background-size: 35px;
  }
  .sv-guide::before {
    background: url(../img/sub/guide.jpg) no-repeat left top/cover;
  }
  .sv-menu::before {
    background: url(../img/sub/menu.jpg) no-repeat center/cover;
  }
  .sv-gallery::before {
    background: url(../img/sub/gallery.jpg) no-repeat center/cover;
  }
  .sv-salon::before {
    background: url(../img/sub/salon.jpg) no-repeat center/cover;
  }
  .sv-blog::before {
    background: url(../img/sub/news.jpg) no-repeat 85%/cover;
  }
  .sv-privacy::before {
    background: url(../img/sub/privacy.jpg) no-repeat center/cover;
  }
  .sv-contact::before {
    background: url(../img/sub/contact.jpg) no-repeat center/cover;
  }
  .sv-complete::before {
    background: url(../img/sub/complete.jpg) no-repeat center/cover;
  }
  .sv-site::before {
    background: url(../img/sub/site.jpg) no-repeat center/cover;
  }
  .sv-notfound::before {
    background: url(../img/sub/notfound.jpg) no-repeat center/cover;
  }
  /*	------- */
}
/*	------- */
/* =========================================
  breakpoint
========================================= *//*# sourceMappingURL=common.css.map */