@charset "UTF-8"; /* Table Of Contents
----------------------------------------------------------------------------
General Elements
header
gNav
visual
topicPath
footer
---------------------------------------------------------------------------- */
/*General Elements
---------------------------------------------------------------------------- */
html {
    font-size: 62.5%;
}

body {
  font-family: 'Shippori Mincho', "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
	font-size: 14px;
	font-size: 1.4rem;
  letter-spacing: 0.1em;
	line-height: 2;
	-webkit-text-size-adjust: 100%;
	color: #000;
}



@media screen and (max-width: 767px){


  body {
  	font-size: 1rem;
  }


}

#wrpper {
  overflow: hidden;
}


a {
    text-decoration: none;
    color: #000;
    outline: none;
}

a:hover {
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Shippori Mincho', "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
  max-width: 100%;
}


/*l-header
---------------------------------------------------------------------------- */
.l-header {
  background: url("../img/bg_note_pc.png")no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 30px;
  height: 100vh;
  position: relative;
}


.l-header__note {
    background: #fff;
    width: auto;
    height: 100%;
    aspect-ratio: 650 / 919;
    position: relative;
    margin: 0 auto;
    padding: 6vh 6vh 6vh 9vh;
}

.l-header__note::before {
  position: absolute;
  content: "";
  z-index: 1;
  width: 3vh;
  background: #44536A;
  left: 0;
  top: 0;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
}

.l-header__note::after {
  position: absolute;
  content: "";
  z-index: 1;
  width: 100%;
  right: 0;
  top: 0;
  height: 100%;
  pointer-events: none;
  border: solid 1px #44536A;
  box-sizing: border-box;
}

.l-header__note .illust img {
    width: 100%;
}


.l-header__note .jp {
  color: #44536A;
  font-size: 1.3vh;
}

.l-header__note .en {
  color: #44536A;
  font-size: 1.92vh;
  font-family: 'Cormorant Garamond', serif;
}


.l-header__note .logo {
  width: 8vh;
}

.l-header__note .illust {
  margin: 7.2vh 0 13vh;
}

.l-header .fix {
    position: fixed;
    z-index: 5;
    background: #D1C7AD;
    top: 0;
    right: 30px;
    font-size: 1.4rem;
    writing-mode: vertical-rl;
}

.l-header .fix a {
    display: block;
    letter-spacing: 0.7em;
    font-weight: 700;
    padding: 30px 13px;
}

.l-header__scroll {
  display: block;
  position: absolute;
  writing-mode: vertical-rl;
  font-size: 1.3vh;
  font-family: 'Cormorant Garamond', serif;
  right: 3vh;
  bottom: 6vh;
  height: 10vh;
text-align: right;
overflow: hidden;
}

.l-header__scroll::before{
  position: absolute;
  pointer-events: none;
  content: "";
  width: 2px;
  height: 20vh;
  left: 0;
  bottom: 5vh;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(68,83,106,1) 25%, rgba(68,83,106,1) 78%, rgba(255,255,255,1) 100%);
    animation: gradation 2.0s ease-in-out infinite;

}

@keyframes gradation{
    0%{
      bottom: 5vh;
      opacity: 0;
    }
    50%{
      bottom: -10vh;
      opacity: 1;
    }
    100%{
      bottom: -20vh;
      opacity: 1;
    }
}

@media screen and (max-width: 767px){


    .l-header {
      background: url("../img/bg_note_sp.png")no-repeat;
      background-size: cover;
      background-position: center;
      padding: 0;
    }


    .l-header__note {
        max-width: 290px;
        height: 433px;
        width: 100%;
        position: absolute;
        aspect-ratio: inherit;
        padding: 30px 20px 30px 40px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


    .l-header__note::before{
      width: 20px;
    }


    .l-header .fix a {
        font-size: 1rem;
        padding: 20px 5px;
        letter-spacing: 0.5em;
    }


    .l-header__note .logo {
        width: 40px;
    }

    .l-header__note .illust {
        margin: 30px auto 80px;
    }

    .l-header__note .en {
        font-size: 1.2rem;
    }

    .l-header__note .jp {
        font-size: 1rem;
    }

    .l-header .fix {
      right: 10px;
    }


    .l-header__scroll {
      display: block;
      position: absolute;
      writing-mode: vertical-rl;
      font-size: 1rem;
      font-family: 'Cormorant Garamond', serif;
      right: 0;
      bottom: 20px;
    }

    .l-header__scroll::before{
      width: 1px;
    }

}



/* l-footer
---------------------------------------------------------------------------- */
.l-footer {
  background: url("../img/bg_note_pc.png")no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 30px;
  height: 100vh;
}

.l-footer__note {
    background: #fff;
    height: 100%;
    margin: 0 auto;
    max-width: 650px;
    position: relative;
    aspect-ratio: 650 / 919;;
    padding: 6vh 9vh 6vh 6vh;
}

.l-footer__note::before {
  position: absolute;
  content: "";
  z-index: 1;
  width: 3vh;
  background: #44536A;
  right: 0;
  top: 0;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
}

.l-footer__note::after {
  position: absolute;
  content: "";
  z-index: 1;
  width: 100%;
  right: 0;
  top: 0;
  height: 100%;
  pointer-events: none;
  border: solid 1px #44536A;
  box-sizing: border-box;
}

.l-footer__note p {
  color: #44536A;
  font-size: 1.3vh;
  left: 6vh;
  bottom: 6vh;
  position: absolute;
  font-family: 'Cormorant Garamond', serif;
}

@media screen and (max-width: 767px){

  .l-footer {
    background: url("../img/bg_note_sp.png")no-repeat;
    background-size: cover;
    background-position: center;
    padding: 200px 50px;
  }


  .l-footer__note {
      min-width: 230px;
      min-height: 384px;
      width: 100%;
      height: 100%;
      aspect-ratio: 115 / 192;
  }

  .l-footer__note p {
    font-size: 1.2rem;
    left: 20px;
    bottom: 20px;
  }

  .l-footer__note::before{
    width: 20px;
  }

}


/* common
---------------------------------------------------------------------------- */

.c-content {
  max-width: 1444px;
  margin: 0 auto;
  padding: 0 30px;
}


.c-section {
  padding: 180px 0 120px;
}



.c-en {
    color: #f6f4ee;
    font-size: 30rem;
    line-height: 1;
    position: absolute;
    top: -50px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    pointer-events: none;
    z-index: -1;
    letter-spacing: -0.1em;
}

.c-block__box {
    position: relative;
    padding: 120px 0 0;
    margin-bottom: 50px;
}

.c-block__box p {
  font-size: 1.4rem;
  padding-bottom: 25px;
  line-height: 1;
}

.c-block__en {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  color: #44536A;
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  padding-bottom: 15px;
}

.c-block__heading {
  font-size: 3.6rem;
  line-height: 1;
}

.c-sub + .c-sub {
  padding-top: 20px;
}

.c-sub__heading {
    font-size: 2rem;
    margin-bottom: 10px;
}

.c-content__small {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 30px;
}

.c-heading-02 {
    color: #D1C7AD;
    font-size: 2.8rem;
    margin-bottom: 50px;
    letter-spacing: 0.1em;
}

.c-input-txt {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #D1C7AD;
  background: rgba(217, 217, 217, 0.10);
  font-size: 1.4rem;
  padding: 0 20px;
  color: #fff;
}

.c-textarea {
  width: 100%;
  height: 130px;
  border-bottom: 1px solid #D1C7AD;
  background: rgba(217, 217, 217, 0.10);
  font-size: 1.4rem;
  padding: 20px;
  color: #fff;
  resize: none;
}

.c-submit {
  max-width: 270px;
  margin: 0 auto;
  text-align: center;
}

.c-submit input[type="submit"] {
    background: #D1C7AD;
    width: 100%;
    height: 50px;
    font-size: 1.6rem;
    transition: .3s;
    cursor: pointer;
}

@media screen and (min-width: 768px){

  .c-block {
    max-width: 500px;
    width: 40%;
    font-size: 1.2rem;
  }

  .c-section + .c-section {
    padding: 0 0 180px;
  }

  .c-submit input[type="submit"]:hover {
    background: #fff;
  }
}



@media screen and (max-width: 767px){

  .c-content {
    padding: 0 30px;
  }

  .c-content__small {
    padding: 0 30px;
  }

  .c-section {
    overflow: hidden;
    padding: 80px 0 120px;
  }

  .c-en {
      font-size: 22rem;
      left: 50%;
      top: 0;
      margin-left: -375px;
      width: 750px;
      text-align: center;
      text-indent: -0.1em;

  }

  .c-block {
      margin-bottom: 50px;
      padding-right: 20px;
  }

  .c-block__box p {
    font-size: 1.2rem;
  }

  .c-block__heading {
      font-size: 2.2rem;
  }

  .c-block__en {
      font-size: 1.2rem;
  }

  .c-sub__heading {
      font-size: 1.6rem;
  }

  .c-heading-02 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }

  .c-submit input[type="submit"] {
    font-size: 1.2rem;
  }




}



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


/* .p-about
---------------------------------------------------------------------------- */
.p-about {
  padding: 120px 0;
    background: #44536A;
    color: #fff;
}

.p-about__heading {
  color: #D1C7AD;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}

.p-about__lead p:nth-child(3),
.p-about__lead p:nth-child(5),
.p-about__lead p:nth-child(7) {
  padding-bottom: 20px;
}


@media screen and (min-width: 768px){

  .p-about__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }


  .p-about__block {
    width: 45%;
    max-width: 580px;
  }
  .p-about__illust {
    max-width: 730px;
    width: 50%;
  }


}

@media screen and (max-width: 767px){

  .p-about {
    padding: 80px 0;
  }

  .p-about__heading {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }

  .p-about__lead {
    padding-right: 20px;
  }


  .p-about__illust {
      max-width: 350px;
      margin: 20px auto 0;
  }


}


/* .p-map
---------------------------------------------------------------------------- */
.p-map {

}




@media screen and (min-width: 768px){

  .p-map {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .p-map__illust {
    width: 40%;
    max-width: 530px;
  }

  .p-map__en {
      left: -116px;
  }


}

@media screen and (max-width: 767px){


}

/* .p-trip
---------------------------------------------------------------------------- */
.p-trip {

}


@media screen and (min-width: 768px){

  .p-trip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row-reverse;
    flex-wrap: wrap;
  }

  .p-trip__illust {
    max-width: 750px;
    width: 55%;
  }


  .p-trip__en {
      right: -130px;
  }


}

@media screen and (max-width: 767px){


}

/* .p-work
---------------------------------------------------------------------------- */
.p-work {

}

.p-work__link a {
  color: #44536A;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 270px;
  height: 50px;
  border: solid 1px #44536a;
  font-size: 14px;
}

@media screen and (min-width: 768px){

  .p-work {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .p-work__img {
    width: 60%;
    max-width: 700px;
  }

  .p-work__en {
    left: -116px;
  }

  .p-work__link {
    margin-top: 50px;
  }

  .p-work__br {
    display: none;
  }

}

@media screen and (max-width: 767px){
  .p-work__title {
    width: 178px;
  }
  
  .p-work__en {
    font-size: 15rem;
    top: 28%;
    text-indent: 0em;
  }

  .p-work__link {
    width: fit-content;
    margin: 60px auto 0;
  }

  .p-work__link a {
    font-size: 12px;
  }

  .p-work__br {
    display: block;
  }

}


/* .p-
---------------------------------------------------------------------------- */
.p-blog {
  padding: 0 0 180px;
}

.p-blog__heading {
    text-align: center;
    font-size: 3.2rem;
}

.p-blog__archive {
    margin: 90px auto 80px;
}

.p-blog__post {
  margin-bottom: 50px;
}

.p-blog__post:last-child {
  margin: 0;
}

.p-blog__ttl {
    font-size: 1.4rem;
    padding-bottom: 10px;
    line-height: 1.5;
}

.p-blog__date {
    line-height: 1;
    font-size: 2rem;
    color: #D1C7AD;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
}

.p-blog__button {
    width: 270px;
    margin: 0 auto;
    text-align: center;
}

.p-blog__button a {
    display: block;
    min-height: 50px;
    font-size: 1.4rem;
    color: #44536A;
    position: relative;
    padding: 10px 0;
}

.p-blog__button a span {
    padding-right: 20px;
    background: url("../img/ico_link.svg")no-repeat;
    background-size: 10px;
    background-position: right center;
}

.p-blog__button a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: solid 1px #44536A;
    content: "";
    box-sizing: border-box;
    transition: .3s;
    pointer-events: none;
}




@media screen and (min-width: 768px){

  .p-blog__ttl a:hover {
    text-decoration: underline;
  }

  .p-blog__button a:hover:before {
    border: solid 3px #44536A;
  }
}


@media screen and (max-width: 767px){

  .p-blog {
      padding: 0 0 120px;
  }

  .p-blog__heading {
    font-size: 2.2rem;
  }

  .p-blog__archive {
      margin: 60px auto 50px;
      padding-right: 20px;
  }

  .p-blog__ttl {
      font-size: 1.2rem;
      padding-bottom: 5px;
  }

  .p-blog__date {
      font-size: 1.4rem;
  }

  .p-blog__post {
      margin-bottom: 40px;
  }



}


/* .p-company
---------------------------------------------------------------------------- */
.p-company {
    background: #44536A;
    color: #fff;
    padding: 180px 0 0;
}

.p-company__map {
  height: 450px;
}

.p-company__map iframe {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.p-company__table {
  width: 100%;
  margin: 0 auto 80px;
}

.p-company__table th {
  text-align: left;
  width: 125px;
  font-size: 1.4rem;
  vertical-align: top;
}

.p-company__table td {
  font-size: 1.4rem;
  padding-bottom: 20px;
}

.p-company__table tr:last-child td {
  padding-bottom: 0;
}

@media screen and (max-width: 767px){

  .p-company {
    padding: 80px 0 0;
  }

  .p-company__map {
    height: 185px;
  }

  .p-company__table {
    margin: 0 0 40px;
  }

  .p-company__table th {
    width: 80px;
    font-size: 1rem;
  }

  .p-company__table td {
    font-size: 1rem;
  }

}


/* .p-contact
---------------------------------------------------------------------------- */
.p-contact {
    background: #44536A;
    color: #fff;
    padding: 150px 0 180px;
}

.p-contact__form {
  width: 100%;
  margin: 50px auto;
}

.p-contact__form th {
  text-align: left;
  font-size: 1.4rem;
}

.p-contact__form td {
  padding-bottom: 40px;
}

.p-contact__form tr:last-child td {
  padding-bottom: 0;
}



@media screen and (min-width: 768px){
  .p-contact__form th {
    width: 200px;
    vertical-align: top;
  }

}

@media screen and (max-width: 767px){

  .p-contact {
    padding: 80px 0 150px;
  }

  .p-contact__form {
    width: calc(100% - 20px);
    margin: 50px 0;
  }

  .p-contact__form th {
    font-size: 1.2rem;
    display: block;
    padding-bottom: 5px;
  }


  .p-contact__form td {
    display: block;
    padding-bottom: 15px;
  }

}


#send_message_success {
    font-size: 20px;
    letter-spacing: 0.1em;
    padding-bottom: 20px;
}
@media screen and (max-width:530px){
#send_message_success {
    width: 90%;
    font-size: calc(10px + (20 - 10) * ((100vw - 320px) / (530 - 320)));
    padding-bottom: 0;
  }
}
