/* ***********************************************************
*   調整
* *********************************************************** */

body {
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #1E1D1D;
  font-weight: 500;
  transition: .5s;
}

a:hover{
  opacity: .8;
}

img{
  vertical-align: top;
}

input, select, textarea{
  -webkit-appearance: none!important;
}

textarea{
  resize: none;
}

.slick-slide:focus {
  outline: none;
}

.slick-slide a:focus {
  outline: none;
}

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media all and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.nb500 {
  display: block!important;
}
.b500 {
  display: none!important;
}
@media all and (max-width: 500px) {
  .nb500 {
    display: none!important;
  }
  .b500 {
    display: block!important;
  }
}

figure{
  margin: 0;
}

.anckor{
  margin-top: -60px;
  padding-top: 60px;
}


@media all and (max-width: 768px) {
  .anckor{
    margin-top: -55px;
    padding-top: 55px;
  }
}




@media all and (max-width: 768px) {
}

.card{
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  transition: .3s;
}

.card:hover{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.32);
  transform: scale(1.01);
}



.contact_h6{
  font-size: 2.2rem;
  text-align: center;
  padding: 60px 0 30px;
}

@media all and (max-width: 500px) {
  .contact_h6{
    font-size: 1.8rem;
  }
}

/* ***********************************************************
*   スクロールボタン
* *********************************************************** */

.scroll_top_btn{
  position: fixed;
  z-index: 35;
  bottom: 50px;
  right: 50px;
  border-radius: 50%;
  cursor: pointer;
}

.scroll_top_btn_contents{
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #97AD00;
  box-shadow: 0px 0px 10px #00000029;
  transition: .5s;
}

.scroll_top_btn_contents:hover{
  background-color: #c8e219;
  box-shadow: 0px 0px 10px #00000052;
}

.scroll_top_btn_contents:after{
  content: "";
  position: absolute;
  width: 17px;
  height: 11px;
  background-image: url(../img/cmn/arw_t@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  transition: .5s;
}

@media all and (min-width: 1025px) {
  .scroll_top_btn_contents:hover:after{
    transform: translate(-50%,-80%);
  }
}

@media all and (max-width: 1023px) {
  .scroll_top_btn{
    bottom: 80px;
    right: 40px;
  }
  .scroll_top_btn_contents{
    width: 45px;
    height: 45px;
  }
}

@media all and (max-width: 500px) {
  .scroll_top_btn{
    bottom: 40px;
    right: 20px;
  }
}





/* ***********************************************************
*   パンクず
* *********************************************************** */

.breadcrumbs_wrap{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}

.breadcrumbs_1100{
  max-width: 1100px;
  margin: 0 auto;
}

.breadcrumbs{
  font-size: 1.2rem;
  padding: 15px 10px 0;
  color: #513216;
}

.breadcrumbs span:first-of-type{
  padding-left: 0!important;
}

.breadcrumbs span:first-of-type span{
  padding-left: 0!important;
}

.breadcrumbs_wrap a{
  color: #513216;
}

.breadcrumbs_wrap span{
  padding: 0 5px; 
  font-size: 1.2rem;
}


