@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@300;400;500;600;700&display=swap');
a {
  transition: all 0.3s ease-in-out;
}
#kv {
  background: url("../img/kv.jpg")no-repeat center bottom;
  background-size: cover;
  position: relative;
  margin-top: 40px;
  height: 80vh;
}
#kv:after {
  background: url("../img/kv-overlay.png")no-repeat;
  background-position: bottom;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#kv #kv-text {
  position: absolute;
  top: 50%;
  right: 10vw;
  transform: translateY(-50%);
}
#kv #kv-text h1 {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 3px 3px 3px #333;
  letter-spacing: 0.1em;
  padding: 1em 0;
  position: relative;
}
#kv #kv-text h1:before {
  content: "";
  background: url("../img/kv-wave.svg")no-repeat;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0px;
}
#kv #kv-text h1:after {
  content: "";
  background: url("../img/kv-wave.svg")no-repeat;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0px;
}
@media only screen and (max-width:769px) {
  #kv {
    background-position: 40%;
    height: 80vh;
    margin-top: 0;
  }
  #kv:after {
    background-size: contain;
  }
  #kv #kv-text {
    top: 30%;
    right: 20px;
    width: 250px;
  }
  #kv #kv-text h1 {
    font-size: 20px;
    padding: 0;
  }
  #kv #kv-text h1:before {
    width: 30px;
    height: 30px;
    left: 0px;
  }
  #kv #kv-text h1:after {
    width: 30px;
    height: 30px;
    right: 0px;
  }
}
/*============================================================*/
section#lifestyle {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
section#lifestyle div {
  box-sizing: border-box;
  width: 50%;
  text-align: center;
}
section#lifestyle div:last-child {
  position: relative;
}
section#lifestyle div:last-child:after {
  background: #AA9188;
  content: "";
  display: block;
  width: 50%;
  height: 70%;
  position: absolute;
  bottom: 10%;
  left: 25%;
  z-index: -1;
}
section#lifestyle div p {
  padding-bottom: 1em;
}
section#lifestyle div p.btn-more {
  display: inline-block;
  margin-top: 80px;
  position: relative;
}
section#lifestyle div p.btn-more a {
  background: #A57B68;
  color: #FFF;
  font-family: Saol Display, serif !important;
  padding: 1.25em 4em;
}
section#lifestyle div p.btn-more:after {
  border: 1px solid #A57B68;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -10px;
  right: -15px;
}
@media only screen and (max-width:769px) {
  section#lifestyle {
    display: block;
  }
  section#lifestyle div {
    width: 100%;
  }
  section#lifestyle div p.btn-more {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  section#lifestyle div p.btn-more a {
    font-size: 15px;
  }
}
/*============================================================*/
section#works {
  position: relative;
}
section#works:before {
  background: rgba(253, 198, 202, 0.4);
  content: "";
  display: block;
  width: 60%;
  height: 50%;
  position: absolute;
  top: 10%;
  left: -15%;
  z-index: -1;
}
section#works .merit {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
section#works h2, section#works h2 + p {
  margin-left: 50%;
  text-align: center;
}
section#works .merit article {
  background: #FFF;
  box-sizing: border-box;
  box-shadow: 0 0 8px gray;
  width: 30%;
  position: relative;
}
section#works .merit article:before {
  background: url("../img/merit.png")no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 140px;
  height: 90px;
  position: absolute;
  top: -30px;
  left: -30px;
}
section#works .merit article:after {
  content: "Merit 1";
  color: #FFF;
  display: block;
  font-family: Saol Display, serif !important;
  font-size: 13px;
  position: absolute;
  top: 5px;
  left: 0;
  transform: rotate(-30deg);
}
section#works .merit article:nth-child(2):after {
  content: "Merit 2";
}
section#works .merit article:last-child:after {
  content: "Merit 3";
}
section#works .merit article:nth-last-child(2) {
  margin-top: 80px;
}
section#works .merit article:last-child {
  margin-top: 160px;
}
section#works .merit article h3 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  position: relative;
}
section#works .merit article h3:after {
  content: "";
  background: url("../img/merit-wave.svg")no-repeat;
  background-size: contain;
  display: block;
  width: 30px;
  height: 20px;
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
}
section#works .merit article p:last-child {
  padding: 30px 15px;
}
@media only screen and (max-width:769px) {
  section#works:before {
    width: 85%;
    height: 105%;
    top: -20px;
    left: 0;
  }
  section#works .merit {
    display: block;
  }
  section#works h2, section#works h2 + p {
    margin-left: 0;
    text-align: center;
  }
  section#works h2 + p {
    text-align: left;
    margin-bottom: 40px;
  }
  section#works .merit article {
    width: 100%;
  }
  section#works .merit article:before {
    width: 100px;
    height: 80px;
    left: -10px;
  }
  section#works .merit article:nth-last-child(2), section#works .merit article:last-child {
    margin-top: 50px;
  }
  section#works .merit article h3 {
    font-size: 16px;
	  margin-top: 15px;
  }
  section#works .merit article h3:after {
    width: 20px;
    height: 15px;
  }
  section#works .merit article p:last-child {
    padding: 20px 10px;
  }
}
/*============================================================*/
.place-bg {
  background: url("../img/place-bg.jpg");
  padding: 10px 0;
  margin-bottom: 100px;
}
section#place h2 {
  text-align: center;
}
section#place h3 img {
  /*font-family: epicursive, sans-serif !important;*/
  height: 80px;
}
section#place h4 {
  font-family: Saol Display, serif !important;
  font-size: 25px;
  letter-spacing: 0.05em;
  margin-bottom: 2em;
}
section#place p.ig {
  position: absolute;
  top: 15%;
  right: 15%;
}
section#place article {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
section#place article:last-child {
  flex-direction: row-reverse;
}
section#place article .place-text {
  padding: 0px 60px !important;
  position: relative;
}
section#place article .place-text p {
  color: #000;
}
section#place article .place-text, section#place article .place-pic {
  box-sizing: border-box;
  width: 50%;
  padding: 0 20px;
}
section#place article .place-text .logo {
  box-sizing: border-box;
  padding-bottom: 0;
  max-width: 60%;
  margin: 0 auto 30px 0;
  line-height: 0;
}
section#place article:first-of-type .place-text .logo {
	max-width: 50%;
}
section#place article .place-text .ttl_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
section#place article .place-text .ttl_box .icon_ig {
  box-sizing: border-box;
  width: 40px;
}
section#place article .place-text .ttl_box .area {
  line-height: 0;
  width: calc(100% - 40px);
}
section#place article .place-text .area img {
  height: 40px;
  width: auto;
}
.slider {
  width: 100%;
  margin: 0 auto 30px;
}
.slide-item img {
  width: 100%;
}
.thumbnail-list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.thumbnail-item {
  flex: 0 1 30%;
  margin-bottom: 10px;
  box-sizing: border-box;
  position: relative;
}
.thumbnail-item:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
  opacity: 1;
  transition: 0.3s opacity linear;
}
.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}
section#place p.btn-more {
  display: block;
  margin-top: 60px;
  text-align: center;
  position: relative;
}
section#place p.btn-more a {
  background: #A57B68;
  color: #FFF;
  font-weight: bold;
  padding: 1.25em 4em;
}
section#place p.btn-more:after {
  border: 2px solid #A57B68;
  content: "";
  display: block;
  width: 55%;
  height: 150%;
  position: absolute;
  bottom: -25px;
  right: 70px;
  z-index: -1;
}
@media only screen and (max-width:769px) {
  .place-bg {
    background-size: cover;
    padding: 10px 0;
    margin-bottom: 50px;
    margin-top: 150px;
  }
  section#place h3 img {
    height: 40px;
  }
  section#place h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  section#place p.ig {
    top: 8%;
    right: 8%;
  }
  section#place article {
    display: block;
    margin-bottom: 10px;
  }
  section#place article .place-text {
    padding: 0px !important;
  }
  section#place article .place-text, section#place article .place-pic {
    width: 100%;
    padding: 0;
  }
  section#place p.btn-more {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  section#place p.btn-more:after {
    width: 60%;
    bottom: -20px;
    right: 50px;
  }
}
/*============================================================*/
section#interview h2 {
  text-align: center;
}
section#interview article {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
section#interview article:first-of-type {
  flex-direction: row-reverse;
  margin-top: 20px;
}
section#interview article dl, section#interview article p {
  box-sizing: border-box;
  width: 50%;
}
section#interview article p {
  z-index: -2;
}
section#interview article:first-of-type p:after {
  background: #AA9188;
  content: "";
  display: block;
  width: 30%;
  height: 60%;
  position: absolute;
  bottom: 8%;
  left: 63%;
  z-index: -1;
}
section#interview article:last-child p:after {
  background: #AA9188;
  content: "";
  display: block;
  width: 35%;
  height: 60%;
  position: absolute;
  bottom: 20%;
  left: 3%;
  z-index: -1;
}
section#interview article dl {
  box-sizing: border-box;
  color: #58595B;
  font-size: 16px;
  line-height: 2em;
  padding: 80px 20px 20px 20px;
  position: relative;
}
section#interview article:first-of-type dl:after {
  background: #FFF;
  content: "";
  display: block;
  width: 100%;
  height: 70%;
  position: absolute;
  top: 35%;
  right: -15%;
  z-index: -1;
}
section#interview article:last-of-type dl:after {
  background: #FFF;
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 45%;
  left: -15%;
  z-index: -1;
}
section#interview article dl dt {
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 1em;
  text-indent: -1em;
}
section#interview article dl dt span {
  color: #1FC0FF;
}
section#interview article dl dd {
  margin-bottom: 80px;
  padding-left: 1em;
  text-indent: -1em;
}
section#interview article dl dd:last-of-type {
  margin-bottom: 0;
}
section#interview article dl dd span {
  color: #FDC6CA;
  font-weight: bold;
}
section#interview article dl dt:nth-of-type(2), section#interview article dl dd:nth-of-type(2) {
  margin-left: 30%;
  white-space: nowrap;
}
ul.slider2 {
  overflow: hidden;
  clear: both;
}
@media only screen and (max-width:769px) {
  section#interview article {
    display: block;
    margin-top: 50px;
  }
  section#interview article:first-of-type {
    margin-top: 0px;
  }
  section#interview article dl, section#interview article p {
    width: 100%;
  }
  section#interview article:first-of-type p:after {
    width: 250px;
    height: 280px;
    top: 100px;
    left: 60px;
  }
  section#interview article:last-child p:after {
    width: 250px;
    height: 280px;
    top: 80px;
    left: 20px;
  }
  section#interview article dl {
    font-size: 14px;
    padding: 40px 0;
  }
  section#interview article:first-of-type dl:after {
    display: none;
  }
  section#interview article:last-of-type dl:after {
    display: none;
  }
  section#interview article dl dt {
    margin-bottom: 10px;
  }
  section#interview article dl dd {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  section#interview article dl dt:nth-of-type(2), section#interview article dl dd:nth-of-type(2) {
    margin-left: 0;
    white-space: normal;
  }
  section#place article .place-text .logo {
    max-width: 65%;
	  margin: 0 auto 20px;
  }
  section#place article:first-of-type .place-text .logo {
    max-width: 55%;
	  margin: 0 auto 20px;
  }
}
/*============================================================*/
.contact-bg {
  background: url("../img/contact-bg.jpg")no-repeat;
  background-size: cover;
  padding: 80px 0;
  margin-top: 100px;
}
section#contact {
  background: rgba(255, 255, 255, 0.7);
  padding: 50px 10%;
  max-width: 1000px;
}
section#contact h2 {
  text-align: center;
}
section#contact div {
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
}
section#contact div p.btn-more {
  display: inline-block;
  margin-top: 50px;
  position: relative;
}
section#contact div p.btn-more a {
  background: #A57B68;
  color: #FFF;
  padding: 1.25em 4em;
}
section#contact div p.btn-more:after {
  border: 1px solid #A57B68;
  content: "";
  display: block;
  width: 100%;
  height: 140%;
  position: absolute;
  bottom: -20px;
  right: -15px;
}
section#contact div.contact-text {
  display: flex;
  justify-content: space-between;
}
section#contact div.contact-text p:last-child {
  width: 20%;
}
@media only screen and (max-width:769px) {
  .contact-bg {
    background-position: left 80% top;
    padding: 50px 0;
    margin-top: 40px;
  }
  section#contact {
    padding: 40px 15px 60px;
    max-width: 90%;
  }
  section#contact div {
    display: block;
    margin-bottom: 0px;
    text-align: center;
  }
  section#contact div p.btn-more a {
    font-weight: bold;
  }
  section#contact div p.btn-more:after {
    height: 160%;
  }
  section#contact div.contact-text {
    display: block;
  }
  section#contact div.contact-text p:last-child {
    width: 40%;
    margin: 20px auto 0;
  }
}