@charset "UTF-8";
/* Only output numerical values
/* 数値のみ出力する
====================================== */
/* font $size
====================================== */
/* font family
====================================== */
/* Break point ブレイクポイント
====================================== */
/* max site width コンテンツ最大幅
====================================== */
/* colors 色管理
====================================== */
/* media query
====================================== */
/* font-size フォントサイズのrem表示用
====================================== */
/* Margin class in 5px steps
/* 余白調整用のクラス　5px刻みで20回処理を繰り返し
====================================== */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.com-txt-color-text {
  color: #464646 !important;
}

.com-bg-text {
  background-color: #464646 !important;
}

.com-txt-color-main {
  color: #A67C52 !important;
}

.com-bg-main {
  background-color: #A67C52 !important;
}

.com-txt-color-danger {
  color: red !important;
}

.com-bg-danger {
  background-color: red !important;
}

.com-txt-color-white {
  color: #fff !important;
}

.com-bg-white {
  background-color: #fff !important;
}

.com-txt-color-facebook {
  color: #3b5999 !important;
}

.com-bg-facebook {
  background-color: #3b5999 !important;
}

.com-txt-color-twitter {
  color: #1da1f2 !important;
}

.com-bg-twitter {
  background-color: #1da1f2 !important;
}

.com-txt-color-youtube {
  color: #cd201f !important;
}

.com-bg-youtube {
  background-color: #cd201f !important;
}

.com-txt-color-line {
  color: #18ba07 !important;
}

.com-bg-line {
  background-color: #18ba07 !important;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  color: #464646;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", sans-serif;
  color: #464646;
  line-height: 1.2;
}

p {
  margin: 0;
}
p + p {
  margin-top: 1em;
}

ul, dl, figure {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

ul, li {
  list-style: none;
}

a {
  color: #464646;
  transition: 0.4s;
}
a:before, a:after {
  transition: 0.4s;
}
a:hover {
  color: #464646;
  text-decoration: none;
  opacity: 0.7;
}

em {
  font-style: normal;
  font-weight: normal;
  color: inherit;
}

input,
select,
textarea {
  outline: none;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.0666666667rem;
}

input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0.4em 1em;
  border: 1px solid #D1D1D1;
  box-sizing: border-box;
  height: 38px;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
  font-size: 15px;
  font-size: 1rem;
  line-height: 2;
}

address {
  margin-bottom: 0;
}

/* uk-container
====================================== */
.uk-container {
  max-width: 1060px;
}
.uk-container-small {
  max-width: 960px;
}
.uk-container-large {
  max-width: 1280px;
}
.uk-container-expand {
  max-width: none;
}

/* Contact Form 7
====================================== */
.wpcf7 .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

/* reCAPTCHA
====================================== */
.grecaptcha-badge {
  visibility: hidden;
}

/* #header
====================================== */
#header {
  background-image: url(../img/common/header.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  box-sizing: border-box;
  padding-top: 45px;
  background-size: cover;
  border-bottom: 3px solid #C69C6D;
  position: relative;
  z-index: 10001;
}
@media (max-width: 959px) {
  #header {
    background-image: url(../img/common/header_s.jpg) no-repeat center top;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#header .uk-container {
  max-width: 1180px;
}
@media (max-width: 959px) {
  #header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header .inner:before {
    content: "";
    display: block;
  }
}

/* parts
--------------------------------- */
/* #header-offcanvas-btn
--------------------------------- */
#header-offcanvas-btn {
  width: 50px;
  height: 50px;
  background-image: url(../img/common/bar.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#header-offcanvas-btn.active {
  background-image: url(../img/common/close.svg);
}

/* #header-logo　
--------------------------------- */
#header-logo {
  margin-bottom: 0;
}
@media (max-width: 959px) {
  #header-logo {
    margin-right: 30px;
    margin-left: 30px;
  }
  #header-logo img {
    height: 58px;
  }
}

/* #header-tel　
--------------------------------- */
/* gnav
====================================== */
#gnav {
  margin-top: 25px;
}
#gnav li {
  flex: auto;
  background: url(../img/common/nav.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
  border-radius: 9px 10px 0 0;
}
#gnav li + li a {
  margin-left: -2px;
}
#gnav a {
  position: relative;
  transition: 0s;
  border: 2px solid #C69C6D;
  border-bottom: 0;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  display: block;
}
#gnav a .en {
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-weight: 300;
  color: #8C6239;
}
@media (min-width: 1200px) {
  #gnav a .en {
    font-size: 15px;
    font-size: 1rem;
  }
}
#gnav a span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 69px;
  padding: 5px 10px;
  box-sizing: border-box;
  flex-direction: column;
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  position: relative;
}
@media (min-width: 1200px) {
  #gnav a span {
    height: 80px;
    font-size: 18px;
    font-size: 1.2rem;
  }
}
#gnav a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#gnav a:hover {
  opacity: 1;
  color: #fff;
}
#gnav a:hover .en {
  color: #fff;
}
#gnav a:hover:before {
  background: #D1AC8A;
  mix-blend-mode: multiply;
}
#gnav .active a {
  color: #fff;
}
#gnav .active a .en {
  color: #fff;
}
#gnav .active a:before {
  background: #D1AC8A;
  mix-blend-mode: multiply;
}

/* #lnav
====================================== */
/* #footer
====================================== */
#footer {
  background-image: url(../img/common/footer_s.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
@media (min-width: 960px) {
  #footer {
    background-image: url(../img/common/footer.jpg);
  }
}

.footer-text-01 {
  font-size: 19px;
  font-size: 1.2666666667rem;
}

.footer-text-02 {
  font-size: 17px;
  font-size: 1.1333333333rem;
}

.footer-text-03 {
  margin-left: 1.2em;
}
.footer-text-03::before {
  content: "■";
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
  color: #A67C52;
}
@media (min-width: 960px) {
  .footer-text-03 {
    float: right;
    margin-top: -30px;
  }
}

/* parts
====================================== */
/* pagetop
-------------------------------------- */
.pagetop {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 999;
}

/* footer-nav
-------------------------------------- */
/* .copyright
--------------------------------- */
#copyright {
  border-top: 1px solid #464646;
  padding-bottom: 25px;
  padding-top: 8px;
}

.uk-offcanvas-overlay::before {
  display: none;
}

.uk-offcanvas-bar {
  background: #fff;
  padding: 0;
  top: 100px;
  width: 100%;
  background: url(../img/common/menu.jpg) no-repeat center;
  background-size: cover;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 45px;
}

.uk-offcanvas-flip .uk-offcanvas-bar {
  right: -100%;
}

.uk-nav > li {
  border-bottom: 1px solid #8C6239;
}
.uk-nav > li a {
  padding: 1em;
  color: #333333;
  font-size: 15px;
  font-size: 1rem;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1.4;
  height: 58px;
  box-sizing: border-box;
}
.uk-nav > li a:hover {
  color: #333333;
}
.uk-nav > li:first-child {
  border-top: 1px solid #8C6239;
}
.uk-nav > li .en {
  font-size: 12px;
  font-size: 0.8rem;
  display: block;
  color: #8C6239;
}
.uk-nav .social {
  padding: 0.5em 0.8em;
}
.uk-nav .social a {
  display: inline-block;
  padding: 1px;
}
.uk-nav .social a:before {
  display: none;
}
.uk-nav .uk-parent a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
  height: 2em !important;
}
.uk-nav .uk-parent.uk-open a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
}
.uk-nav .uk-nav-sub {
  background: #F5F5F5;
  padding: 0;
}
.uk-nav .uk-nav-sub li a {
  padding: 0.5em 1em;
  padding-left: 2em;
}
.uk-nav .uk-nav-sub li + li {
  border-top: 1px solid #fff;
}

#fixed-nav {
  top: -80%;
  width: 100%;
  background: url(../img/common/menu.jpg) no-repeat center;
  background-size: cover;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 45px;
  position: absolute;
  z-index: 200;
  box-sizing: border-box;
  transition: all 0.6s ease;
}
#fixed-nav li {
  border-bottom: 1px solid #8C6239;
}
#fixed-nav li a {
  padding: 1em;
  color: #333333;
  font-size: 15px;
  font-size: 1rem;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1.4;
  height: 58px;
  box-sizing: border-box;
}
#fixed-nav li a:hover {
  color: #fff;
  background-color: rgba(187, 124, 66, 0.8);
}
#fixed-nav li a:hover .en {
  color: #fff;
}
#fixed-nav li:first-child {
  border-top: 1px solid #8C6239;
}
#fixed-nav li .en {
  font-size: 12px;
  font-size: 0.8rem;
  display: block;
  color: #8C6239;
}
#fixed-nav.active {
  top: 100px;
}

.home-panel-01 {
  padding: 60px 30px;
  background-color: #FFF8F4;
}

.home-panel-02 {
  border: 5px solid #C69C6D;
  padding: 20px 15px;
}
.home-panel-02 .tit {
  font-size: 22px;
  font-size: 1.4666666667rem;
  border-bottom: 2px solid #C69C6D;
  font-weight: 500;
  padding-bottom: 12px;
  color: #736357;
}
@media (min-width: 960px) {
  .home-panel-02 .tit {
    font-size: 26px;
    font-size: 1.7333333333rem;
  }
}
.home-panel-02 .catch {
  font-size: 19px;
  font-size: 1.2666666667rem;
  color: #006837;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .home-panel-02 .catch {
    font-size: 22px;
    font-size: 1.4666666667rem;
  }
}
.home-panel-02 .text {
  font-weight: 500;
}
.home-panel-02 .text span {
  font-size: 17px;
  font-size: 1.1333333333rem;
}
@media (min-width: 960px) {
  .home-panel-02 .text span {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.home-panel-03 {
  padding-top: 50px;
  background: url(../img/common/title_bg.jpg) no-repeat top center;
  background-size: 100% auto;
}
@media (min-width: 960px) {
  .home-panel-03 {
    padding-top: 100px;
  }
}

.home-tit-01 {
  letter-spacing: 0.1em;
  color: #8C6239;
  font-size: 29px;
  font-size: 1.9333333333rem;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 4px solid #C69C6D;
  position: relative;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 960px) {
  .home-tit-01 {
    font-size: 36px;
    font-size: 2.4rem;
    padding-bottom: 22px;
    border-bottom: 6px solid #C69C6D;
  }
}
.home-tit-01:before {
  content: "";
  position: absolute;
  width: 50%;
  left: 0;
  bottom: -4px;
  border-bottom: 4px solid #8C6239;
}
@media (min-width: 960px) {
  .home-tit-01:before {
    bottom: -6px;
    border-bottom: 6px solid #8C6239;
  }
}
.home-tit-01.small {
  max-width: 420px;
  padding-bottom: 10px;
}

.home-tit-02 {
  background-color: #A67C52;
  text-align: center;
  border-radius: 5px;
  padding: 0.6em 1em;
  font-size: 25px;
  font-size: 1.6666666667rem;
  color: #fff;
  font-weight: 500;
  position: relative;
  background-image: url(../img/home/title.png);
  background-position: center;
}

.home-text-01 {
  font-size: 19px;
  font-size: 1.2666666667rem;
}
@media (min-width: 960px) {
  .home-text-01 {
    font-size: 25px;
    font-size: 1.6666666667rem;
  }
}

.home-text-02 {
  font-size: 18px;
  font-size: 1.2rem;
}
@media (min-width: 960px) {
  .home-text-02 {
    font-size: 21px;
    font-size: 1.4rem;
  }
}

.home-map-01 {
  position: relative;
  height: 222px;
}
.home-map-01 iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* section
====================================== */
/* parts
--------------------------------- */
/* グリッド grid
----------------------------------------------- */
.com-grid-10 {
  margin-left: -10px;
}
.com-grid-10 > * {
  padding-left: 10px;
}
.com-grid-10 > .uk-grid-margin {
  margin-top: 10px;
}

.com-grid-15 {
  margin-left: -15px;
}
.com-grid-15 > * {
  padding-left: 15px;
}
.com-grid-15 > .uk-grid-margin {
  margin-top: 15px;
}

.com-grid-20 {
  margin-left: -20px;
}
.com-grid-20 > * {
  padding-left: 20px;
}
.com-grid-20 > .uk-grid-margin {
  margin-top: 20px;
}

.com-grid-25 {
  margin-left: -25px;
}
.com-grid-25 > * {
  padding-left: 25px;
}
.com-grid-25 > .uk-grid-margin {
  margin-top: 25px;
}

.com-grid-30 {
  margin-left: -30px;
}
.com-grid-30 > * {
  padding-left: 30px;
}
.com-grid-30 > .uk-grid-margin {
  margin-top: 30px;
}

.com-grid-01 {
  margin-left: -50px;
}
.com-grid-01 > * {
  padding-left: 50px;
}
.com-grid-01 > .uk-grid-margin {
  margin-top: 30px;
}

.com-grid-02 {
  margin-left: -50px;
}
.com-grid-02 > * {
  padding-left: 50px;
}
.com-grid-02 > .uk-grid-margin {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .com-grid-03 {
    margin-left: -150px;
  }
}
@media (min-width: 1200px) {
  .com-grid-03 > * {
    padding-left: 150px;
  }
}

/* title タイトル
--------------------------------- */
.page-tit-01 {
  position: relative;
  border-bottom: 3px solid #C69C6D;
  background: #FFF8F4;
}
@media (min-width: 960px) {
  .page-tit-01 .img {
    position: relative;
    min-height: 417px;
  }
  .page-tit-01 .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-tit-01 .img:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 190px;
    background: linear-gradient(to right, rgba(255, 248, 244, 0.01), rgba(255, 248, 244, 0.01), rgba(255, 248, 244, 0.3), rgba(255, 248, 244, 0.5), rgba(255, 248, 244, 0.8), rgba(255, 248, 244, 0.9), #FFF8F4, #FFF8F4, #FFF8F4);
    z-index: 1;
  }
}
.page-tit-01 .info {
  padding: 40px 15px;
  font-size: 14px;
  font-size: 0.9333333333rem;
}
@media (min-width: 640px) {
  .page-tit-01 .info {
    padding: 40px;
    font-size: 20px;
    font-size: 1.3333333333rem;
    align-self: center;
  }
}
@media (max-width: 959px) {
  .page-tit-01 .info {
    text-align: center;
  }
}
.page-tit-01 .tit {
  color: #B07A68;
  font-weight: 500;
  font-size: 23px;
  font-size: 1.5333333333rem;
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .page-tit-01 .tit {
    font-size: 36px;
    font-size: 2.4rem;
  }
}
.page-tit-01 .tit small {
  color: #fff;
  background-color: #C69C6D;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: 0 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-size: 0.8rem;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media (min-width: 640px) {
  .page-tit-01 .tit small {
    font-size: 21px;
    font-size: 1.4rem;
    margin: 0 10px;
    width: 31px;
    height: 31px;
  }
}

.com-tit-01 {
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: 500;
  margin-left: 1.2em;
}
@media (min-width: 960px) {
  .com-tit-01 {
    font-size: 26px;
    font-size: 1.7333333333rem;
  }
}
.com-tit-01::before {
  content: "■";
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
  color: #A67C52;
}

.com-tit-02 {
  font-size: 25px;
  font-size: 1.6666666667rem;
  font-weight: 500;
  color: #A67C52;
}
@media (min-width: 960px) {
  .com-tit-02 {
    font-size: 30px;
    font-size: 2rem;
  }
}

.com-tit-03 {
  font-size: 22px;
  font-size: 1.4666666667rem;
  font-weight: 500;
}
.com-tit-03::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #A67C52;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 4px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.com-tit-04 {
  color: #B07A68;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 31px;
  font-size: 2.0666666667rem;
  font-weight: 500;
}
@media (min-width: 960px) {
  .com-tit-04 {
    font-size: 41px;
    font-size: 2.7333333333rem;
  }
}

/* panel パネル
--------------------------------- */
.com-panel-01 {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #8C6239;
}

/* Gap between sections or blocks
/* セクションやブロック間の隙間
--------------------------------- */
.com-mt-s {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .com-mt-s {
    margin-top: 30px;
  }
}

.com-mt-m {
  margin-top: 40px;
}
@media (min-width: 640px) {
  .com-mt-m {
    margin-top: 60px;
  }
}

.com-mt-l {
  margin-top: 60px;
}
@media (min-width: 640px) {
  .com-mt-l {
    margin-top: 100px;
  }
}

.com-mt-xl {
  margin-top: 90px;
}
@media (min-width: 640px) {
  .com-mt-xl {
    margin-top: 120px;
  }
}

.com-mt-1em {
  margin-top: 1em;
}

/* list style リストスタイル
--------------------------------- */
.com-list-01 li {
  margin-left: 1.2em;
}
.com-list-01 li::before {
  content: "・";
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
.com-list-01.notice li::before {
  content: "※";
}
.com-list-01.circle li::before {
  content: "●";
}
.com-list-01.square li::before {
  content: "■";
}

.com-list-02 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.com-list-02 li {
  margin-left: 1.8em;
}
.com-list-02 li + li {
  margin-top: 0.4em;
}
.com-list-02 li::before {
  counter-increment: item;
  content: counter(item) ".";
  display: inline-block;
  width: 1.5em;
  padding-right: 0.3em;
  margin-left: -1.8em;
  text-align: right;
}

.com-list-03 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.com-list-03 li {
  margin-left: 2.3em;
}
.com-list-03 li + li {
  margin-top: 0.4em;
}
.com-list-03 li::before {
  counter-increment: item;
  content: "※" counter(item);
  display: inline-block;
  width: 2.3em;
  margin-left: -2.3em;
}

.com-dl-01 {
  max-width: 650px;
}
.com-dl-01 > div {
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 16px;
  font-size: 1.0666666667rem;
  position: relative;
}
@media (min-width: 960px) {
  .com-dl-01 > div {
    font-size: 26px;
    font-size: 1.7333333333rem;
  }
}
.com-dl-01 > div + div {
  margin-top: 25px;
}
.com-dl-01 > div:before {
  content: "";
  border-bottom: 2px dotted #000000;
  position: absolute;
  left: 0;
  top: 13px;
  width: 100%;
}
@media (min-width: 960px) {
  .com-dl-01 > div:before {
    top: 23px;
  }
}
.com-dl-01 dt {
  padding-left: 20px;
  background: #fff;
  position: relative;
  font-weight: 500;
}
@media (min-width: 960px) {
  .com-dl-01 dt {
    padding-left: 30px;
  }
}
.com-dl-01 dt::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #A67C52;
}
.com-dl-01 dt span {
  padding-right: 10px;
}
.com-dl-01 dd {
  text-align: right;
  font-weight: 500;
}
.com-dl-01 dd span {
  padding-left: 12px;
}
.com-dl-01 span {
  background: #fff;
  position: relative;
  display: inline-block;
}

.com-table-01 {
  border-left: 2px solid #464646;
  border-top: 2px solid #464646;
  border-collapse: collapse;
  width: 100%;
}
.com-table-01 th, .com-table-01 td {
  border-right: 2px solid #464646;
  border-bottom: 2px solid #464646;
  text-align: center;
  line-height: 1.5;
  background-color: #FFF8EF;
  font-size: 20px;
  font-size: 1.3333333333rem;
  padding: 1em;
  font-weight: 500;
}
.com-table-01 th span, .com-table-01 td span {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
.com-table-01 th:nth-child(1) {
  background-color: #E4AB8A;
}
.com-table-01 th:nth-child(2) {
  background-color: #E4C68F;
}
.com-table-01 th:nth-child(3) {
  background-color: #D0D0CB;
}

/* text テキスト
--------------------------------- */
.com-text-01 {
  font-size: 12px;
  font-size: 0.8rem;
}

.com-text-02 {
  font-size: 17px;
  font-size: 1.1333333333rem;
  font-weight: 500;
}
@media (min-width: 960px) {
  .com-text-02 {
    font-size: 25px;
    font-size: 1.6666666667rem;
  }
}

/* font-size フォントサイズ
--------------------------------- */
.com-fz-10 {
  font-size: 10px;
  font-size: 0.6666666667rem;
}

.com-fz-11 {
  font-size: 11px;
  font-size: 0.7333333333rem;
}

.com-fz-12 {
  font-size: 12px;
  font-size: 0.8rem;
}

.com-fz-13 {
  font-size: 13px;
  font-size: 0.8666666667rem;
}

.com-fz-14 {
  font-size: 14px;
  font-size: 0.9333333333rem;
}

.com-fz-15 {
  font-size: 15px;
  font-size: 1rem;
}

.com-fz-16 {
  font-size: 16px;
  font-size: 1.0666666667rem;
}

.com-fz-17 {
  font-size: 17px;
  font-size: 1.1333333333rem;
}

.com-fz-18 {
  font-size: 18px;
  font-size: 1.2rem;
}

.com-fz-19 {
  font-size: 19px;
  font-size: 1.2666666667rem;
}

.com-fz-20 {
  font-size: 20px;
  font-size: 1.3333333333rem;
}

.com-fz-21 {
  font-size: 21px;
  font-size: 1.4rem;
}

.com-fz-22 {
  font-size: 22px;
  font-size: 1.4666666667rem;
}

.com-fz-23 {
  font-size: 23px;
  font-size: 1.5333333333rem;
}

.com-fz-24 {
  font-size: 24px;
  font-size: 1.6rem;
}

.com-fz-25 {
  font-size: 25px;
  font-size: 1.6666666667rem;
}

.com-fz-26 {
  font-size: 26px;
  font-size: 1.7333333333rem;
}

.com-fz-27 {
  font-size: 27px;
  font-size: 1.8rem;
}

.com-fz-28 {
  font-size: 28px;
  font-size: 1.8666666667rem;
}

.com-fz-29 {
  font-size: 29px;
  font-size: 1.9333333333rem;
}

.com-fz-30 {
  font-size: 30px;
  font-size: 2rem;
}

/* アクセント色
--------------------------------- */
.com-accent-01 {
  display: inline-block;
  background-color: #B07A68;
  color: #fff;
  border-radius: 7px;
  text-align: center;
  padding: 0.3em 1em;
}
.com-accent-01:hover {
  color: #fff;
}

/* リンク
--------------------------------- */
.com-link-01 {
  text-decoration: underline;
}

/* list
--------------------------------- */
.recruitments-list-01 li + li {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .recruitments-list-01 li + li {
    margin-top: 30px;
  }
}

/* btn
--------------------------------- */
.recruitments-btn-01 {
  display: flex;
  align-items: center;
  background: #F5F5F5;
  padding: 20px;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.0666666667rem;
}
@media (min-width: 640px) {
  .recruitments-btn-01 {
    padding: 40px 28px;
    font-size: 21px;
    font-size: 1.4rem;
  }
}
.recruitments-btn-01 .tit {
  flex: 1;
}
.recruitments-btn-01::before {
  content: "";
  display: block;
  width: 6px;
  align-self: stretch;
  margin-right: 0.9em;
  background: #A67C52;
}
.recruitments-btn-01::after {
  content: "\f054";
  font-family: "FontAwesome", FontAwesome;
  margin-left: auto;
  padding-left: 0.9em;
}
.recruitments-btn-01:hover {
  background: #ece2d8;
}

/* dl table
--------------------------------- */
@media (max-width: 639px) {
  .job-table-01 {
    border-bottom: 1px solid #989898;
  }
}
@media (min-width: 640px) {
  .job-table-01 {
    display: grid;
    grid-template-columns: 292px 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
.job-table-01 dt {
  padding: 1.5em 0 1em;
  padding-left: 25px;
  font-weight: 500;
  position: relative;
  border-top: 1px solid #989898;
}
@media (min-width: 640px) {
  .job-table-01 dt {
    padding-bottom: 1.5em;
    border-top: 2px solid #989898;
  }
  .job-table-01 dt:last-of-type {
    border-bottom: 2px solid #989898;
  }
}
.job-table-01 dt::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #A67C52;
  position: absolute;
  margin-top: 0.5em;
  left: 0;
}
.job-table-01 dd {
  padding-bottom: 1.5em;
}
@media (min-width: 640px) {
  .job-table-01 dd {
    padding-top: 1.5em;
    border-top: 1px solid #989898;
  }
  .job-table-01 dd:last-of-type {
    border-bottom: 1px solid #989898;
  }
}

/* list
--------------------------------- */
.info-list-01 {
  border-top: 1px solid #D1D1D1;
}
.info-list-01 li {
  border-bottom: 1px solid #D1D1D1;
}

/* btn
--------------------------------- */
.info-btn-01 {
  display: block;
  padding: 1em 0;
  padding-right: 1.5em;
  position: relative;
}
@media (min-width: 640px) {
  .info-btn-01 {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: 3em;
  }
}
@media (min-width: 960px) {
  .info-btn-01 {
    display: flex;
    align-items: center;
  }
}
.info-btn-01::after {
  content: "\f054";
  font-family: "FontAwesome", FontAwesome;
  font-size: 20px;
  font-size: 1.3333333333rem;
  height: 1em;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
@media (min-width: 960px) {
  .info-btn-01::after {
    right: 0.5em;
  }
}
.info-btn-01 .tit {
  font-size: 17px;
  font-size: 1.1333333333rem;
  font-weight: 500;
  display: block;
  margin-top: 1em;
}
@media (min-width: 640px) {
  .info-btn-01 .tit {
    font-size: 17px;
    font-size: 1.1333333333rem;
  }
}
@media (min-width: 960px) {
  .info-btn-01 .tit {
    margin-top: 0;
    flex: 1;
    border-left: 1px solid #707070;
    padding-left: 1.7em;
  }
}
.info-btn-01 .data {
  margin-left: 0.5em;
}
@media (min-width: 960px) {
  .info-btn-01 .data {
    width: 7em;
  }
}

/* icon
--------------------------------- */
.cat-ico-01 {
  display: inline-block;
  min-width: 100px;
  padding: 0 1em;
  box-sizing: border-box;
  background: #A67C52;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 500;
}

/* pagination ページナビ
--------------------------------- */
.com-pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -8px;
  margin-top: -8px;
}
.com-pagination ul .page-numbers {
  display: block;
  margin-left: 8px;
  margin-top: 8px;
  box-sizing: border-box;
}
.com-pagination ul .page-numbers:not(.prev):not(.next) {
  display: grid;
  border: 1px solid #C0C0C0;
  width: 64px;
  height: 64px;
  place-items: center;
}
.com-pagination ul .page-numbers.prev, .com-pagination ul .page-numbers.next {
  padding: 1em;
}
.com-pagination ul .page-numbers.current {
  border-width: 2px !important;
  border-color: #686868 !important;
}
.com-pagination ul a:not(.prev):not(.next):hover {
  background: #cecece;
}

/* list
--------------------------------- */
/* btn
--------------------------------- */
.column-btn-01 {
  display: block;
  padding: 14px;
  border: 1px solid #D1D1D1;
}
.column-btn-01:hover {
  background: #ece2d8;
}
.column-btn-01 .img {
  background: #F0F0F0;
  padding-top: 100%;
  overflow: hidden;
  margin-bottom: 0.5em;
  position: relative;
}
.column-btn-01 .img::before {
  content: "NO IMAGE";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.column-btn-01 .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.column-btn-01 .tit {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  line-height: 1.8;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.column-btn-01 .data {
  margin-left: 0.5em;
  font-size: 13px;
  font-size: 0.8666666667rem;
}
.column-btn-01 .text {
  font-size: 12px;
  font-size: 0.8rem;
}

/* post navigation 記事前後ボタン
--------------------------------- */
.single-nav {
  border-top: 1px solid #D1D1D1;
  margin-top: 40px;
  padding-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (min-width: 640px) {
  .single-nav {
    grid-template-columns: 180px 180px 180px;
    margin-top: 60px;
    padding-top: 60px;
  }
}
.single-nav a {
  display: block;
  text-align: center;
  padding: 0.7em 0.5em;
  border: 1px solid #333333;
  position: relative;
}
.single-nav a::before {
  font-family: "FontAwesome", FontAwesome;
  height: 1em;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single-nav a[rel=prev] {
  padding-left: 2em;
}
.single-nav a[rel=prev]::before {
  content: "\f053";
  left: 1em;
}
.single-nav a[rel=next] {
  padding-right: 2em;
}
.single-nav a[rel=next]::before {
  content: "\f054";
  right: 1em;
}
.single-nav a.index {
  background: #333333;
  border-color: #333333;
  color: #fff;
  padding-right: 2em;
}
.single-nav a.index::before {
  content: "\f077";
  right: 1em;
}

/* panel
--------------------------------- */
/* dl table
--------------------------------- */
@media (max-width: 639px) {
  .form-table-01 {
    border-bottom: 1px solid #989898;
  }
}
@media (min-width: 640px) {
  .form-table-01 {
    display: grid;
    grid-template-columns: 292px 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
.form-table-01 > dt {
  padding: 1.5em 0 1em;
  font-weight: 500;
  position: relative;
  border-top: 1px solid #989898;
}
@media (min-width: 640px) {
  .form-table-01 > dt {
    padding-top: 2em;
    padding-bottom: 2em;
    border-top: 2px solid #989898;
  }
  .form-table-01 > dt:last-of-type {
    border-bottom: 2px solid #989898;
  }
}
.form-table-01 .required:before {
  content: "必須";
  float: right;
  font-size: 11px;
  font-size: 0.7333333333rem;
  background: #F06820;
  color: #fff;
  padding: 0.2em 0.8em;
  margin-left: 1em;
}
.form-table-01 > dd {
  padding-bottom: 2em;
}
@media (min-width: 640px) {
  .form-table-01 > dd {
    padding-top: 2em;
    border-top: 1px solid #989898;
  }
  .form-table-01 > dd:last-of-type {
    border-bottom: 1px solid #989898;
  }
}
.form-table-01 textarea {
  height: 180px;
  padding: 1em;
}
.form-table-01 ::-webkit-input-placeholder { /* Edge */
  color: #D1D1D1;
}
.form-table-01 ::-moz-placeholder {
  color: #D1D1D1;
}
.form-table-01 ::placeholder {
  color: #D1D1D1;
}

@media (min-width: 960px) {
  .form-table-02 {
    display: grid;
    grid-gap: 1em;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
  }
}
@media (max-width: 959px) {
  .form-table-02 dd + dt {
    margin-top: 1em;
  }
}

.form-icon-required {
  display: inline-block;
  font-size: 11px;
  font-size: 0.7333333333rem;
  background: #F06820;
  color: #fff;
  padding: 0.2em 0.8em;
  margin-right: 1em;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-radio,
.wpcf7-checkbox {
  margin-left: -1em;
}

input[type=radio] {
  position: relative;
  vertical-align: middle;
  -webkit-appearance: none;
  border: 1px solid #cccccc;
  background-position: 50% 50%;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  outline: none;
  margin: 0 5px 0 0;
}
input[type=radio]:checked {
  border-color: #A67C52;
  border-width: 2px;
}
input[type=radio]:checked:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  background-color: #A67C52;
  border-radius: 50%;
}
input[type=radio] label {
  display: inline-block;
}

input[type=checkbox] {
  margin: -1px 7px 0 0;
  width: 18px;
  height: 18px;
  border: 1px solid #cccccc;
  vertical-align: middle;
  -webkit-appearance: none;
  display: inline-block;
  outline: none;
  border-radius: 2px;
  background: #fff;
}
input[type=checkbox]:checked {
  position: relative;
  background-color: #686868;
  border-color: #686868;
}
input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  border: 2px solid #fff;
  box-sizing: border-box;
  border-top: none;
  border-left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: -1px;
  left: 4px;
}
input[type=checkbox] label {
  display: inline-block;
}

/* list
--------------------------------- */
.thanks-panel-01 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
}
