@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700&display=swap');
/* font-family: 'Montserrat', sans-serif;
font-family: 'Noto Sans JP', sans-serif; */
html{
  font-size: 62.5%;
  background: #FAF4EA;
}
body{
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
  overflow-x: hidden;
  font-size: 14px;
  font-weight: 400;
  color: #9D7A67;
  letter-spacing: .05em;
		display: flex;
		flex-flow: column;
		min-height: 100vh;
}
main{
flex: 1;
}
.montserrat{
  font-family: 'Montserrat', sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  color: #9D7A67;
  transition: .5s;
  text-decoration: none;
}
/* a:hover {
  opacity: .6;
} */
ul{
  list-style-type: none;
}
.flexW{
  display: flex;
  flex-wrap: wrap;
}
.flexB{
  display: flex;
  justify-content: space-between;
}
.flexC{
  display: flex;
  justify-content: center;
}
/* delighters */
.dlt{
transition:.3s ease-out;
transform: translateY(20%);opacity: 0;
}
.dlt.started {
transform: none;opacity: 1
}


@media (max-width:767px){
  .flexW,.flexB,.flexC{
    flex-direction: column;
  }
}
header{
  padding: 2.8rem 3%;
}
header .logo{
  text-align: center;
}
@media (max-width:767px){
header{
padding: 1rem 3%;
}
header .logo{
  max-width: 160px;
}
}
/* Navigation */
.drawer-nav .flexC{
  max-width: 660px;
  margin: 0rem auto;
  height: 100%;
  align-items: center;
}
.nav-logo{
  width: 50%;
  padding: 0 4rem;
}
.nav-logo a{
  display: block;
}
.drawer-nav nav{
  width: 50%;
}
.drawer-nav .drawer-menu-item{
  font-size: 2.4rem;
  display: block;
  padding: 2rem 5rem;
}
.drawer-nav .drawer-menu-item span{
display: block;
font-size: 1.2rem;
margin-top: .5rem;
}
@media (max-width:767px){
  .drawer-nav .flexC {
    justify-content: flex-start;
    padding-top: 10rem;
  }
  .nav-logo{
    margin-bottom: 2rem;
  }
  .drawer-nav nav{
    width: 100%;
  }
  .drawer-nav .drawer-menu-item {
    padding: 1rem 4rem;
  }
  .drawer-nav .drawer-menu-item span {
    margin-top: 0;
}
}
/* title */
.ttl,.ttl2{
  font-size: 4rem;
  font-weight: 500;
}
.ttl span,.ttl2 span{
  font-size: 1.4rem;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
}
.ttl span::before,.ttl2 span::before{
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #FEBF9D;
  margin: 1.2rem 0 .6rem;
}
.ttl2{
  text-align: center;
  margin-bottom: 8rem;
}
.ttl2 span::before{
  margin: 1.2rem auto .6rem;
}
.subttl,.subttl2{
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 6rem;
}
.subttl span,.subttl2 span{
  font-size: 1.4rem;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
}
.subttl span::before,.subttl2 span::before{
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #FEBF9D;
  margin: .5rem 0 .6rem;
}
.subttl2{
  text-align: center;
  margin-bottom: 8rem;
}
.subttl2 span::before{
  margin: .5rem auto .6rem;
}
@media (max-width:767px){
  .ttl,.ttl2{
    font-size: 2.4rem;
  }
  .ttl span,.ttl2 span{
    font-size: 1.2rem;
  }
  .ttl span::before,.ttl2 span::before{
    margin: 0.5rem 0;
  }
  .ttl2 {
    margin-bottom: 4rem;
  }
  .ttl2 span::before{
    margin: 0.5rem auto;
  }
  .subttl, .subttl2 {
    font-size: 2.1rem;
    margin-bottom: 4rem;
  }
  .subttl span, .subttl2 span {
    font-size: 1.2rem;
  }
  .subttl span::before, .subttl2 span::before {
    margin: 0.5rem 0;
  }
  .subttl2 span::before {
    margin: 0.5rem auto 0;
  }
}

/* button */
.btn {
  display: block;
  width: 240px;
  height: 60px;
  border: 1px solid #9D7A67;
  border-radius: 30px;
  line-height: 60px;
  text-align: center;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
 }
 
 .btn:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
 }
 
 .btn:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #9D7A67;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
 }
 
 .btn:hover {
  color: #ffffff;
  border: 1px solid #9D7A67;
 }
 
 .btn:hover:before {
  top: -35%;
  background-color: #9D7A67;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
 }
 
 .btn:hover:after {
  top: -45%;
  background-color: #9D7A67;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
 }
 .btn2 {
  border: none;
  background: #febf9d;
 }
.blank_btn span{
  position: absolute;
  top: 50%;
  right: 15%;
  line-height: 0;
  transform: translate(-15%, -40%);
}
.blank_btn:hover span img{
  display: none;
}
.blank_btn:hover span::after{
  content: url(../images/blank_on.svg);
  display: block;
}
/*パンくずリスト*/
.breadcrumb__list{
		max-width: 1280px;
  margin: 5rem auto 0;
}
.breadcrumb__item{
margin-right: 2rem;
}
.breadcrumb__item::after{
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg) translateY(-50%);
  color: inherit;
}
.breadcrumb__item:last-child::after{
content: none;
}
@media (max-width:767px){
  .btn {
    height: 50px;
    line-height: 50px;
}
.breadcrumb__list.flexW{
flex-direction: row;
font-size: 1.2rem;
margin-top: 2rem;
flex-wrap: nowrap;
white-space: nowrap;
overflow-x: scroll;
padding-bottom: 1rem;
}
}
/* footer */
footer{
  background: #ECE7DE;
  padding: 8rem 10% 18rem;
  position: relative;
}
.f-inner{
  max-width: 1280px;
  margin: 0 auto;
  font-weight: 500;
}
.footer-logo{
  display: block;
  margin-bottom: 1.6rem;
}
.contact{
  display: block;
  width: 230px;
  height: 40px;
  color: #fff;
  background: #9D7A67;
  text-align: center;
  line-height: 40px;
  border-radius: 6px;
  font-weight: 500;
  border: 1px solid #9D7A67;
		position: relative;
}
.contact::before{
  content: url(../images/mail-icon.svg);
  display: inline-block;
  margin-right: 8px;
}
.contact span {
    position: absolute;
    top: 50%;
    right: 8%;
    line-height: 0;
    transform: translate(-8%, -40%);
}
.contact:hover span::after {
    content: url(../images/blank.svg);
    display: block;
}
.contact:hover span img {
    display: none;
}
.contact:hover{
  color: #9D7A67;
  background: #fff;
  border: 1px solid #9D7A67;
}
.contact:hover::before{
  content: url(../images/mail-icon_on.svg);
}
.f-inner ul{
  list-style: none;
}
.page-nav{
  margin-right: 8rem;
}
.page-nav li{
  margin-bottom: 2.4rem;
}
.sns-nav p{
  margin-bottom: 2.4rem;
}
.sns-nav ul{
  margin-bottom: 2.4rem;
}
.sns-nav li{
  margin-right: 1.6rem;
}
.sns-icon{
  display: block;
  background-color: #9D7A67;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  padding: 4px 0;
}
.copy{
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(50%,-50%) rotate(90deg);
  font-size: 1.2rem;
}
@media (max-width:767px){
  footer{
    padding: 4rem 2.8rem 1rem;
  }
  .footer-logo{
    max-width: 160px;
    margin: 0 auto 3rem;
  }
  .contact{
    margin: 0 auto 4rem;
  }
  .copy{
    position: inherit;
    transform: none;
    top: inherit;
    right: inherit;
    display: block;
    text-align: center;
  }
  footer .flexW{
    display: none;
  }
}