@charset "UTF-8";
/*================================================
このCSSファイルはSassから生成されています。
編集しないようにご注意ください。
================================================*/
html {
  font-size: 62.5%;
  /* 10px */
  height: 100%;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
}

.fade_03 {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.fade_05 {
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

.fade_065 {
  -webkit-transition: 0.65s ease-out;
  transition: 0.65s ease-out;
}

.fade_1 {
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
}

.fade_2 {
  -webkit-transition: 2s ease-out;
  transition: 2s ease-out;
}

.fade-mv_in {
  opacity: 0;
}

.mv_in {
  opacity: 1.0;
}

.fade_delay01 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.fade_delay015 {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.fade_delay02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

/*フェードアップ*/
.fade-mv_up {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}

.mv_up {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*フェードスライド*/
.fade-mv_slide {
  opacity: 0;
  transform: translate(60px, 0);
  -webkit-transform: translate(60px, 0);
}

.mv_slide {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.noto {
  font-family: 'Noto Serif JP', serif;
}

.cont_wrap {
  margin: 0 5%;
}

.ttl_top {
  padding-top: 6.2rem;
}

.ttl_common {
  color: #5a623d;
  display: inline-block;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: .05em;
  position: relative;
  line-height: 2;
}

.ttl_common::before {
  position: absolute;
  content: '';
  border-top: solid 1px #5a623d;
  width: 80%;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ttl_common::after {
  position: absolute;
  content: '';
  border-top: solid 1px #5a623d;
  width: 80%;
  height: 1px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ttl_cont_sub {
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  letter-spacing: .05em;
  text-align: center;
  padding-top: 0.8rem;
  line-height: 1.6;
}

.bread_wrap {
  background-color: #f6f6f6;
  padding: 0.8rem 0;
  margin-top: 57px;
}

.bread {
  display: -webkit-box;
  display: flex;
  box-sizing: border-box;
}

.bread li {
  position: relative;
  font-size: 1.1rem;
  color: #333;
}

.bread li:first-child {
  padding-right: 1rem;
}

.bread li:not(:first-child) {
  padding: 0 1.5rem;
}

.bread li:not(:first-child)::after {
  position: absolute;
  content: '>';
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bread a {
  display: block;
  color: #333;
  font-size: 1.1rem;
}

.ttl_under-top {
  padding-top: 6.2rem;
}

.lead {
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  letter-spacing: .05em;
  font-size: 1.2rem;
  padding-top: 1.8em;
}

/*========================767px以下========================*/

/*========================768px以上========================*/

/*========================1023x以下========================*/

/*========================1024px以上========================*/

@media screen and (min-width: 768px) {
  .cont_wrap {
    margin: 0 auto;
    width: 90%;
    max-width: 1160px;
  }
  .lead {
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .ttl_top {
    padding-top: 80px;
  }
  .ttl_common {
    font-size: 32px;
  }
  .ttl_cont_sub {
    font-size: 18px;
    padding-top: 19px;
  }
  .bread_wrap {
    margin-top: 109px;
  }
  .bread li {
    font-size: 13px;
  }
  .bread a {
    font-size: 13px;
  }
  .lead {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bread_wrap {
    margin-top: 70px;
  }
  .lead {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .tb {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .pc {
    display: none;
  }
}

@media (min-width: 1024px) {
  .tb {
    display: none;
  }
}

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