@charset "UTF-8";

h1 {
  position: absolute;
  top: 65px;
  right: 5%;
  font-size: 1rem;
  line-height: 1.8;
  font-family: 'Noto Sans JP', sans-serif;
  color: #e57a91;
  z-index: 5;
}

h1 i {
  margin-right: 3px;
}

#page-top {
  position: fixed;
  z-index: 2;
  bottom: 5%;
  right: 10px;
  width: 30px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#page-top a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#page-top img {
  width: 8px;
  height: auto;
}

.vertical {
  writing-mode: vertical-rl;
  font-size: 1.0rem;
  color: #d4ab37;
  padding-top: 10px;
}

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

#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: 'Bebas Neue', cursive;
  text-align: center;
}

#main-img h2>span {
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
}


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

.banner-container {
  width: 100%;
  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-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: #fafafa;
  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 {
  color: #c4972f;
  font-size: 3.0rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}

.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-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;
  }

  #mainSlide {
    width: 90%;
    margin: 0 auto;
  }

  #arrows {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1024px) {
  #main-img {
    width: 100%;
    max-width: 100%;
    height: 10vh;
    max-height: initial;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
  }

  #main-img h2 {
    top: 60%;
  }

  .contact-container {
    width: 90%;
    max-width: 90%;
  }
}

@media screen and (max-width: 896px) {
  .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: 480px) {
  h1 {
    position: absolute;
    top: 0;
    right: 5%;
  }

  #banner {
    padding: 20px 0;
  }

  .banner-title {
    width: 35%;
  }

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

  .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-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;
  }
}