@charset "UTF-8";
/* 文字コードの指定 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75;
  color: #333;
  background-color: #fff;
}

@media (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  color: #333;
  text-decoration: none;
  
}


img {
  max-width: 100%;
  vertical-align: bottom;
}

/*-----------------------------------hover-----------------------------------*/

.sp-nav a {
	text-decoration: none;
	padding-bottom: 3px;
	color: #333;
	display: block;
	position: relative;
}
.sp-nav li a::before {
	content: '';
	width: 0;
	left: 0%;
	bottom: 0;
	transition: all 0.5s ease;
	border-bottom: 2px solid #00000030;
	position: absolute;
	display: block;
}
.sp-nav li a:hover::before {
  width: 50%;
	border-bottom: 2px solid #00000030;
}
.sp-nav li a:after {
	content: '';
	width: 0;
	right: 0%;
	bottom: 0;
	transition: all 0.5s ease;
	border-bottom: 2px solid #00000030;
	position: absolute;
	display: block;
}
.sp-nav li a:hover:after {
	width: 50%;
	border-bottom: 2px solid #00000030;
}


/*-----------------------------------Header-----------------------------------*/

.header {
  position: absolute;
    top: 0;
    display: flex;
    align-items: right;
    justify-content: space-between;
    z-index: 100;
    width: 100%;
    height: 8rem;
    padding: 0 0 0 0rem;
    background-color: #200f0400;
    box-sizing: border-box;
}

@media (min-width: 769px) {
  .header {
    padding: 0 3rem 0 3rem;
  }
}

.nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  font-size: 3.1rem;
  color: #fff;
  cursor: pointer;
}
.nav-button-close{
  height: 5rem;
  font-size: 3.1rem;
  color: #333;
  cursor: pointer;
  padding-right: 3.9rem;
  padding-top: 0.5rem;
  text-align: right;
}

@media screen and (max-width:767px) {
  .nav-button-close{
    padding-right: 1rem;
  }
}


.sp-nav {
  position: fixed;
  top: 0rem;
  left: 0;
  display: none;
  z-index: 1000;
  width: 100%;
  height: 200rem;
  padding: 1rem;
  font-size: 3rem;
  text-align: right;
  background-color: #fff;
  box-sizing: border-box;
}

.sp-nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.sp-nav-list li {
  margin-bottom: 0rem;
  font-family: initial;
}
.logo{
  width: 76px;
}
/* 768pxまでの幅の場合に適応される */
@media (min-width: 767px) {
  .logo-pc img {
    height: 10rem;
    padding-top: 2rem;
  }
}

.header-fas-corlor{
  color:#ffffff;
}
/*-----------------------------------TOP img-----------------------------------*/

@media screen and (max-width:767px) {
  /* ここにSP向けのCSS指定 */
   .pc-top{
     display: none;
   }
   .pc{
    display: none;
  }
   .sp-top {
    margin-top:0rem;
   }
   .sp-top-img {
    width: 100%;
    object-fit: cover;
   }
   .carousel-top div{
     position: relative;
   }
  }
  
  @media screen and (min-width:768px) {
  /* ここにPC向けのCSS指定 */
   .sp-top{
     display: none;
   }
   .sp{
    display: none;
  }
   .pc-top {
    margin-top:0rem;
    margin-bottom:4rem;
   }
   .sp-top-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
   }
   .carousel-top div{
     position: relative;
   }
  }



  /*-----------------------------------PRICE-----------------------------------*/

  .price{
    padding-top: 6rem;
    padding-bottom: 0rem;
    overflow: hidden;
    font-family: sans-serif;
    color: #000000ab;
  }
  
  .price-text {
    padding: 0 20px;
    margin-top: 0.5rem;
  }
  .price-text-tow {
    padding: 0 20px;
    margin-top: 2.5rem;
  }
  .price-title-one{
    margin:0 auto;
    /* border-bottom: 1px solid #00000030; */
    padding-bottom: 1rem;
    width: 70%;
    text-align: center;
    margin-bottom:3rem;
  }
  .price-title-one img{
    height: 4rem;
  }
  .price-text-item{
    display: flex;
    border-bottom: 1px solid #47474717;
    width: 100%;
    height: 5.2rem;
    padding-bottom: 0rem;
    font-size: 1.5rem;
  }
  .price-sabu-text-pc {
    display: block;
    width: 50%;
    text-align: center;
  }
  .price-sabu-text-pc-right{
    text-align: right;
    margin-left: auto;
  }
  .price-included {
    font-size: 1.3rem;
    margin:0;
    text-align:right;
  }
  
  @media (min-width: 769px) {
    .price-sabu-text-pc {
      display:block;
    }
    .price-item{
      display: flex;
      flex-direction: row-reverse;
    }
    .price-img{
      width: 50%;
      padding-right: 1rem;
      margin-top: 7%;
    }
    .price-text{
      width: 50%;
      padding-left: 1rem;
      float: left;
    }
    .price-item-tow{
      display: flex;
    }
    .price-text-tow{
      width: 50%;
      padding-left: 1rem;
      margin-top: 9%;
    }
    .price-text-item{
      font-size: 1.8rem;
    }
  }
  
  .price-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 112rem;
    padding: 0 2rem;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
  
  }
  
  @media (min-width: 769px) {
    .price-container {
      flex-direction: row;
      display: flex;
      padding-left: 2rem;
    }
  }
  
  
  @media screen and (max-width:767px) {
    /* ここにSP向けのCSS指定 */
    .price-img-pc-none{
      display: none;
    }
    .price-text-pc{
      padding: 0 20px;
      margin-top: 0.5rem;
    }
    .price-item {
      width: 100%;
    }
    }
    
    @media screen and (min-width:768px) {
    /* ここにPC向けのCSS指定 */
    .price-img-pc-none{
      width: 50%;
      padding-right: 1rem;
      margin-top:2rem;
    }
    }
  
    .top-concept-buttom{
        margin: 0rem auto;
        margin-bottom:2rem;
    }
  .top-concept-buttom-p{
    background-color: #000000b8;
    margin: 0rem auto;
    margin-bottom: 0px;
    text-align: center;
    font-size: 2rem;
    border-radius: 50%;
    width:3.8rem;
    transition-duration: 0.5s;
    color:#fff;
    margin-top:3rem;
  }
  .top-concept-buttom-p:hover {
    background-color: #00000066;
    transition-duration: 0.5s;
  }
  .top-concept-buttom-p-text{
    text-align: center;
    font-size: 1.3rem;
  }
  .top-concept-buttom-p-text-sab{
    text-align: left;
    font-size: 1.3rem;
    color: #000000ab;
  }
  .text-bottom-price{
    height: auto;
  }
  .title-price-text{
    height: 29px;
    width: 50%;
    padding-top: 0.7rem;
    background-color: #e1e1e130;
    text-align: center;
  }
  @media screen and (min-width:768px) {
    .title-price-text{
      height: 33px;
      padding-top:0px;
    }
  }

/*-----------------------------------Footer-----------------------------------*/


.footer {
  padding-top: 0rem;
  padding-bottom: 0rem;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 1.4rem;
}

.footer-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
}

@media (min-width: 769px) {
  .footer-body {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0rem;
  }
}

.footer-info {
  flex-direction: column;
  align-items: center;
  margin:1rem auto;
  width: 80%;
}


@media (min-width: 769px) {
  .footer-info {
    display: flex;
    flex-direction: column;
    width: 40rem;
  }
}

.footer-address {
  margin-bottom: 2rem;
  font-style: normal;
  text-align: center;
  color: #0000009c;
  border-top: 1px solid rgba(0, 0, 0, 0.30);
  border-bottom: 1px solid rgba(0, 0, 0, 0.30);
  margin-top:3rem;
  margin-bottom: 30px;
  width: 100%;
}
.footer-address-text {
  display: flex;
}
.footer-address-text p{
   margin-left: auto;
   margin-right: auto;
   margin-top:0.5rem;
   margin-bottom: 0.5rem;
}

@media (min-width: 769px) {
  .footer-address {
    margin-bottom: 3rem;
    text-align: left;
  }
  .footer-address-text {
    display: flex;
    width: 100%;
  }
  .footer-address-text p{
    display: flex;
  }
}

.footer-sns {
  display: flex;
  padding: 0;
  margin: 3rem auto;
  list-style: none;
  justify-content: center;
}
.footer-map{
  padding-left: 2rem;
}
.footer-map p{
  margin:0;
}

@media (min-width: 769px) {
  .footer-map{
    padding-left: 0rem;
  }
  .footer-map p{
    margin-bottom:1rem;
  }
}

.footer-sns li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin: 0;
  font-size: 2.4rem;
  border-radius: 50%;
}

.footer-sns li:nth-of-type(2n) {
  margin-left: 2rem;
  margin-right: 2rem;
}

.footer-sns a {
  color: #0000009c;
}

.copyright {
  text-align: center;
  color: #0000009c;
  background-color:#ffffff;
  height: 7rem;
}
.copyright p {
  margin:0;
  padding-top: 2rem;
  font-size: 1.3rem;
}
.footer-map{
  color: #0000009c;
}
.instagram{
  height: 3.5rem;
}
.footer-bottom{
  margin:1rem auto;
}
@media (min-width: 769px) {
  .footer-bottom{
    display: contents;
  }
}
.footer-address-text-call{
  color: #0000009c;
}

/*-----------------------------------Animation-----------------------------------*/

.invisible {
  visibility: hidden;
}



/* トップに戻るボタン */
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  width: 40px;
  height: 40px;
  background-color: #f0f0f0;
  color: #333;
  opacity: 0.6;
  font-size: 1.6rem;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

/* マウスを乗せた時に透明度を変える */
.back-to-top:hover {
  opacity: 1;
}
