@charset "UTF-8";

/*--------------------------------------------------------------------------
  main-img
--------------------------------------------------------------------------*/
#main-img {
  width: 100%;
  height: 30vh;
  margin: 0 auto;
  position: relative;
  background: #ECA0B0;
}

#main-img img {
  width: 34px;
  height: auto;
}

#main-img h2 {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  font-size: 3rem;
  color: #fff;
  line-height: 1.2;
  font-family: 'Cinzel', serif;
  font-weight: normal;
  text-align: center;
}

#main-img h2>span {
  font-size: 1.4rem;
}

/*--------------------------------------------------------------------------
#banner
--------------------------------------------------------------------------*/
#banner {
  width: 100%;
  height: auto;
  padding: 100px 0;
  position: relative;
}

.banner-container {
  width: 90%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.banner-title {
  width: 20%;
  height: auto;
}

.banner-title h2 {
  font-size: 2.2rem;
  position: relative;
}

.banner-title img {
  width: 60%;
  height: auto;
}

.head-border {
  display: flex;
  align-items: center;
}

.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #999;
}

.head-border:after {
  margin-left: 1rem;
}

.banner-container {
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.banner-title {
  width: 20%;
  height: auto;
}

.banner-title h2 {
  font-size: 2.2rem;
  position: relative;
}

.banner-title img {
  width: 60%;
  height: auto;
}

.head-border {
  display: flex;
  align-items: center;
}

.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #999;
}

.head-border:after {
  margin-left: 1rem;
}

.banner-slider {
  width: 80%;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.swiper-wrapper,
.swiper-slide {
  width: 100%;
}

.swiper-slide>a,
.swiper-slide>a>img {
  display: block;
  width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  width: 80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  left: 10px;
}

.swiper-button-next {
  right: 10px;
}

.banner-link {
  display: none;
}

/*--------------------------------------------------------------------------
#contact
--------------------------------------------------------------------------*/
#contact {
  width: 100%;
  height: auto;
  background: #FBECEF;
  padding: 100px 0;
}

.contact-container {
  width: 100%;
  max-width: 1024px;
  height: auto;
  padding: 50px 80px 50px 50px;
  box-sizing: border-box;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  display: flex;
  background: #fff;
}

.contact-main {
  width: 100%;
  padding: 20px 50px 20px 0;
  box-sizing: border-box;
  border-right: 1px solid #eee;
}

.contact-main>img {
  width: auto;
  height: 48px;
  display: block;
  margin: 0 auto;
}

.contact-main h2 {
  text-align: center;
  font-family: 'Cinzel', serif;
  font-size: 3rem;
}

.contact-main p {
  font-weight: bold;
}

.contact-container ul {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0 20px 50px;
}

.contact-container li {
  width: 100%;
  height: 100px;
  font-weight: bold;
  color: #e57a91;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e57a91;
}

.contact-container li:first-child {
  height: auto;
  font-size: 2.6rem;
  border: none;
}

.triangle {
  display: block;
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #e57a91 transparent;
}

.contact-container li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-container li p {
  line-height: 1.2;
  display: block;
  width: 60%;
  min-width: 240px;
}

.contact-tel {
  text-align: center;
  margin-bottom: 20px;
}

.contact-tel p {
  font-size: 1.2rem;
  color: #999;
  font-weight: normal;
}

.contact-tel a {
  display: block;
  width: 100%;
  height: auto;
  color: #c4972f;
  font-size: 3.0rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-tel a img {
  display: block;
}

.contact-container li img {
  display: block;
  width: 20%;
  max-width: 36px;
  min-width: 36px;
  height: auto;
  margin-right: 10px;
  box-sizing: border-box;
}

.contact-container li i {
  font-weight: normal;
}

.contact-small {
  font-size: 1rem;
  color: #505050;
  font-weight: normal;
}


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

  /*---banner---*/
  .banner-container {
    flex-direction: column;
  }

  .banner-title {
    width: 30%;
    max-width: 300px;
    margin-bottom: 20px;
  }

  .banner-title img {
    width: 100%;
  }

  .head-border:after {
    display: none;
  }

  .banner-slider {
    width: 100%;
    height: auto;
  }
}

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


  /*---contact---*/
  .contact-container {
    width: 70%;
    max-width: 70%;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
  }

  .contact-main {
    padding: 20px 50px;
    border-right: none;
  }

  .contact-container ul {
    padding: 20px 50px;
  }

  .contact-container li:first-child {
    display: none;
  }
}

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

@media screen and (max-width: 480px) {
  h1 {
    position: absolute;
    top: 10px;
    right: 5%;
    z-index: 1;
  }

  #tel-pc:hover {
    transform: translate(0, 0);
  }

  #line-pc:hover {
    transform: translate(0, 0);
  }

  /*---main-img---*/

  #main-img h2 {
    font-size: 2.6rem;
  }

  #main-img h2>span {
    font-size: 1.2rem;
    letter-spacing: 0;
    padding-top: 10px;
  }

  .gold-s {
    letter-spacing: .05rem !important;
    line-height: 1.2 !important;
  }

  /*---banner---*/
  #banner {
    padding: 20px 0;
  }

  .banner-title {
    width: 35%;
  }

  .banner-container {
    width: 100%;
    flex-direction: column;
  }

  .banner-slider {
    width: 100%;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  .banner-link {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #ECA0B0;
    text-align: center;
    padding: 10px 0;
  }

  .banner-link a {
    color: #fff;
  }

  .banner-link i {
    color: #fff;
  }

  #mainSlide {
    width: 100%;
  }

  /*---contact---*/

  .contact-container {
    width: 95%;
    max-width: 95%;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
  }

  .contact-main {
    padding: 20px 25px;
  }

  .contact-container ul {
    padding: 20px;
  }

  .contact-tel a {
    font-size: 2.6rem;
  }

  .pink {
    border-bottom: 1px solid #e57a91;
  }
}