@charset "UTF-8";
/*====================================================

	common-layout

====================================================*/
/* .l-header
----------------------------------------------------*/
.l-header {
  position: fixed;
  width: 100%;
  height: 70px;
  background: #fef4f2;
  border-bottom: 1px solid #fff;
  z-index: 1000;
  /* .line-resv */
}

.l-header .line-resv {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  background: #bebebe;
  z-index: 2000;
}

.l-header .line-resv .btn {
  border: none;
  width: 85vw;
  font-size: 1.4rem;
}

.header-logo {
  padding-top: 10px;
  text-align: center;
}

.header-logo .logo-img {
  height: 50px;
  width: auto;
}

.header-nav-btn {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  z-index: 200;
}

.header-nav-btn span {
  position: absolute;
  left: 8px;
  width: 22px;
  height: 1px;
  background-color: #231815;
}

.header-nav-btn span:nth-of-type(1) {
  top: 12px;
}

.header-nav-btn span:nth-of-type(2) {
  top: 20px;
}

.header-nav-btn span:nth-of-type(3) {
  top: 28px;
}

.header-wrap {
  position: fixed;
  top: 0;
  left: -120%;
  padding: 80px 50px 40px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  overflow: auto;
  z-index: 3000;
}

.header-wrap.is-open {
  left: 0;
}

.header-close-btn {
  display: none;
  position: fixed;
  top: 35px;
  left: 15px;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.header-close-btn span {
  position: absolute;
  left: 8px;
  width: 22px;
  height: 1px;
  background-color: #FFF;
}

.header-close-btn span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-close-btn span:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header-close-btn.is-open {
  display: block;
}

.header-nav {
  margin-bottom: 10px;
}

.header-nav .global-link {
  padding-bottom: 10px;
  border-bottom: 1px solid #b5b5b6;
}

.header-nav .global-link, .header-nav .other-link {
  margin-bottom: 25px;
}

.header-nav .global-link li, .header-nav .other-link li {
  margin-bottom: 25px;
  line-height: 1.35;
}

.header-nav .global-link a, .header-nav .other-link a {
  color: #fff;
  text-decoration: none;
}

.header-nav .global-link .el-jp, .header-nav .other-link .el-jp {
  font-size: 1.8rem;
}

.header-nav .global-link .el-en, .header-nav .other-link .el-en {
  color: #7f8080;
}

.header-nav .sns-link li {
  display: inline-block;
  margin-right: 10px;
}

.header-nav .sns-link li img {
  width: 25px;
}

.header-copy {
  color: #fff;
  font-size: 1rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

@media print, screen and (min-width: 1068px) {
  /* .l-header
	----------------------------------------------------*/
  .l-header {
    height: 80px;
    /* .line-resv */
  }
  .l-header .line-resv {
    position: absolute;
    bottom: auto;
    top: 50%;
    right: 30px;
    padding: 0;
    width: auto;
    background: none;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-header .line-resv .btn {
    padding: 7px 35px 7px 30px;
    width: auto;
  }
  .header-logo {
    padding-left: 100px;
    text-align: left;
  }
  .header-logo .logo-img {
    height: 60px;
  }
  .header-nav-btn {
    top: 20px;
    left: 30px;
  }
  .header-nav-btn:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .header-wrap {
    padding: 90px 90px 40px;
  }
  .header-close-btn {
    top: 40px;
    left: 30px;
  }
  .header-close-btn:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .header-nav {
    display: inline-block;
  }
  .header-nav a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-nav a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

/* .l-main
----------------------------------------------------*/
.l-main {
  padding-top: 130px;
}

@media print, screen and (min-width: 1068px) {
  .l-main {
    padding-top: 200px;
  }
}

/* .l-footer
----------------------------------------------------*/
.l-footer {
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #7f8080;
}

.l-footer .l-outer {
  margin: 0 auto;
  width: 85vw;
}

.footer-wrap {
  margin-bottom: 30px;
}

.footer-content {
  margin-bottom: 50px;
}

.footer-logo {
  margin-bottom: 10px;
}

.footer-logo .logo-img {
  height: 50px;
  width: auto;
}

.footer-management .management-info {
  margin-bottom: 10px;
}

.footer-management .name {
  font-size: 1.2rem;
}

.footer-management .address {
  font-size: 1rem;
}

.footer-management .sns-link li {
  margin-right: 10px;
  display: inline-block;
}

.footer-management .sns-link a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-management .sns-link a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.footer-link {
  font-size: 1.2rem;
}

.footer-link a {
  color: #7f8080;
  text-decoration: none;
}

.footer-copy .copyright {
  font-size: 1rem;
}

@media print, screen and (min-width: 1068px) {
  .l-footer {
    margin-top: 120px;
    margin-bottom: 20px;
  }
  .l-footer .l-outer {
    width: 80vw;
  }
  .footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin-bottom: 20px;
  }
  .footer-content {
    margin-bottom: 0;
  }
  .footer-logo .logo-img {
    height: 60px;
  }
  .footer-management {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .footer-management .management-info {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .footer-management .name {
    font-size: 1.4rem;
  }
  .footer-management .address {
    font-size: 1.2rem;
  }
  .footer-link {
    font-size: 1.4rem;
  }
  .footer-link a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer-link a:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
}

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

	common parts

====================================================*/
section {
  margin-bottom: 60px;
}

section.bd-top {
  position: relative;
  padding-top: 120px;
}

section.bd-top:after {
  position: absolute;
  top: 30px;
  content: '';
  display: inline-block;
  margin-left: 50%;
  width: 140px;
  height: 1px;
  background: #7f8080;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-outer {
  margin-left: auto;
  margin-right: auto;
  width: 93vw;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  width: 93vw;
}

@media print, screen and (min-width: 1068px) {
  section {
    margin-bottom: 120px;
  }
  section.bd-top {
    padding-top: 160px;
  }
  section.bd-top:after {
    top: 20px;
    width: 200px;
  }
  .l-outer {
    width: 80vw;
  }
  .l-inner {
    width: 70vw;
  }
}

/* head
--------------------------------------*/
.page-head {
  margin: 0 auto 60px;
  text-align: center;
}

.page-head.bd-btm {
  position: relative;
  padding-bottom: 60px;
}

.page-head.bd-btm:after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  content: '';
  display: inline-block;
  width: 140px;
  height: 1px;
  background: #7f8080;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.page-head .page-ttl {
  margin-bottom: 50px;
  color: #7f8080;
}

.page-head .page-ttl .el-en {
  font-size: 2.8rem;
}

.page-head .page-ttl .el-jp {
  font-size: 1.2rem;
}

.page-head .lead-block {
  margin-bottom: 0;
}

.section-head {
  margin-bottom: 30px;
}

.section-head .two-lang {
  color: #7f8080;
  text-align: center;
}

.section-head .two-lang .el-en {
  font-size: 1.6rem;
}

.section-head .two-lang .el-jp {
  font-size: 2.6rem;
}

.section-head .rounded {
  color: #fff;
  font-size: 2rem;
  line-height: 32px;
  text-align: center;
  background: #978175;
  border-radius: 16px;
}

.section-head .kana {
  margin-top: 5px;
  text-align: center;
  font-weight: bold;
}

@media print, screen and (min-width: 1068px) {
  .page-head {
    margin-bottom: 120px;
  }
  .page-head.bd-btm {
    padding-bottom: 120px;
  }
  .page-head.bd-btm:after {
    width: 200px;
  }
  .page-head .page-ttl {
    margin-bottom: 80px;
  }
  .page-head .page-ttl .el-en {
    font-size: 5.4rem;
  }
  .page-head .page-ttl .el-jp {
    font-size: 1.8rem;
  }
  .page-head .img-pic + .lead-block {
    margin-top: 80px;
  }
  .section-head {
    margin-bottom: 50px;
  }
  .section-head .two-lang .el-en {
    font-size: 2.4rem;
  }
  .section-head .two-lang .el-jp {
    font-size: 4rem;
  }
  .section-head .two-lang .mdl-line {
    position: relative;
    display: inline-block;
  }
  .section-head .two-lang .mdl-line:before, .section-head .two-lang .mdl-line:after {
    position: absolute;
    top: 50%;
    content: '';
    display: block;
    width: 160px;
    height: 1px;
    background: #bebebe;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .section-head .two-lang .mdl-line:before {
    left: -190px;
  }
  .section-head .two-lang .mdl-line:after {
    right: -190px;
  }
  .section-head .rounded {
    font-size: 2.4rem;
    line-height: 40px;
    border-radius: 20px;
  }
}

/* list
--------------------------------------*/
.tag-list {
  text-align: center;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.tag-list li {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #7f8080;
}

.tag-list li.end {
  padding: 0 10px;
  line-height: 1;
  vertical-align: bottom;
  background: none;
}

.tag-list .rounded {
  display: inline-block;
  padding: 0 20px;
  line-height: 46px;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 23px;
}

.disc-list li {
  position: relative;
  padding-left: 15px;
}

.disc-list li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #323333;
  border-radius: 50%;
}

.img-pic {
  margin-bottom: 20px;
}

.img-pic.col2 li {
  margin-bottom: 10px;
}

.img-pic + .lead-block {
  margin-top: 30px;
}

@media print, screen and (min-width: 1068px) {
  .tag-list li {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  .tag-list .rounded {
    padding: 0 30px;
  }
  .disc-list li:before {
    top: 10px;
  }
  .img-pic.col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .img-pic.col2 li {
    width: 49.8%;
  }
}

/* block
--------------------------------------*/
.lead-block {
  margin-bottom: 50px;
  text-align: center;
}

.lead-block p {
  line-height: 2.2;
  margin-bottom: 1.6em;
}

.lead-block p:last-child {
  margin-bottom: 0;
}

.media-img, .media-body {
  margin-bottom: 20px;
}

.related-block {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
}

.related-block .related-head {
  margin: 0 10px 30px;
  font-size: 1.8rem;
  border-bottom: 1px solid #7f8080;
}

@media print, screen and (min-width: 1068px) {
  .lead-block {
    margin-bottom: 70px;
  }
  .lead-block p {
    line-height: 2.4;
  }
  .media-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
  .media-block.revs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .media-img {
    margin-right: 3.5%;
    margin-bottom: 0;
  }
  .media-img.img-lrg {
    width: 60%;
  }
  .media-img.img-sml {
    width: 46%;
  }
  .media-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
  }
  .related-block {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .related-block .related-head {
    margin-bottom: 60px;
    font-size: 2.4rem;
  }
}

/* .btn
----------------------------------------------------*/
.btn-center {
  margin-top: 40px;
  margin-bottom: 80px;
  text-align: center;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 7px 40px;
  color: #7f8080;
  font-size: 1.4rem;
  text-decoration: none;
  text-align: center;
  background: #fff;
  border: 1px solid #bebebe;
}

.btn:before {
  content: "";
  margin: auto 10px 0 0;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
  -webkit-transform: rotate(45deg) translateY(-80%);
          transform: rotate(45deg) translateY(-80%);
}

.btn.more {
  padding: 3px 60px;
  font-family: "EB Garamond", serif;
}

.btn.gry {
  padding-left: 15px;
  padding-right: 25px;
  color: #fff;
  background: #bebebe;
}

.btn.gry:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.btn .line {
  display: inline-block;
  padding-left: 32px;
  letter-spacing: 0.05em;
  line-height: 25px;
  background-image: url(../images/common/icon-line.svg);
  background-repeat: no-repeat;
  background-size: 26px auto;
}

@media print, screen and (min-width: 1068px) {
  .btn-center {
    margin-top: 100px;
  }
  .btn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btn:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .btn.txt-lrg {
    padding: 10px 60px;
    font-size: 1.8rem;
  }
  .btn.txt-lrg .line {
    line-height: 28px;
    background-size: 28px auto;
  }
  .btn.gry {
    padding-left: 25px;
    padding-right: 35px;
  }
  .btn .line {
    line-height: 22px;
    background-size: 22px auto;
  }
}

/* bg
--------------------------------------*/
.bg-drk {
  background: #f7e5df;
}

.bg-wht {
  background: #fff;
}

/* element
--------------------------------------*/
.el-en {
  display: block;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.6;
}

.br-sp, .bl-sp {
  display: block;
}

.br-pc, .bl-pc {
  display: none;
}

.tel-link a {
  color: #323333;
}

@media print, screen and (min-width: 1068px) {
  .br-sp, .bl-sp {
    display: none;
  }
  .br-pc, .bl-pc {
    display: block;
  }
}

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

	animation

====================================================*/
.fadein {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 0;
  visibility: visible !important;
}

.headdown {
  -webkit-animation-name: headDown;
          animation-name: headDown;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 0;
  visibility: visible !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes headDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes headDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

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