@charset "UTF-8";


/* ************************************************************************************************

   index.php

   ************************************************************************************************ */

/***** ファーストビュー *****/

/* スライドショー */
.hero__wrap {
  position:relative;
  width: 100%;
  height: 100vh;
}

.hero__wrap img {
  width: 90%;
  height: 85vh;
  object-fit: cover;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.hero__wrap--sp {
  display: none;
}


/***** コンセプト *****/
#concept {
  padding: 25rem 0 0;
}

.concept__wrap {
  align-items: center;
  justify-content: space-between;
}

.concept__movie {
  background-image: url(../img/index_bg02.jpg);
  background-size: contain;
  background-attachment: scroll;
  padding: 0 5rem 5rem 0;
  width: 58%;
}

.concept__movie01 {
    margin-top: -10rem;
    width: 100%;
}

.concept__movie01--sp {display: none;}

.concept__txt {
  margin: 0 auto;
  padding: 0 4rem;
  font-size: 1.8rem;
  line-height: 2.7;
}


/***** メニュー *****/
#index-menu {
  padding: 15rem 0;
}

.index-menu__container {
  justify-content: space-around;
}

.index__bg {
  width: 100%;
  height: 600px;
  background-image: url(../img/index_bg01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
}


/*ホバーエフェクト*/
figure.snip1132 {
  position: relative;
  overflow: hidden;
  width: 400px;
  height: auto;
  background: #31315d;
  color: #ffffff;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.snip1132 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

figure.snip1132 img {
  max-width: 100%;
  position: relative;
  opacity: .4;
}

figure.snip1132 figcaption {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 2px solid white;
  padding-top: 5rem;
  padding-left: 3rem;
}

figure.snip1132 .heading {
  overflow: hidden;
}

figure.snip1132 .caption {
  overflow: hidden;
}

figure.snip1132 .heading p {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 2rem;
}

figure.snip1132 .caption p {
  font-size: 1.6rem;
  line-height: 1;
}

figure.snip1132 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.snip1132:hover img,
figure.snip1132.hover img {
  opacity: 1;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}


/***** 新着情報 *****/
#index-news {
  padding-bottom: 15rem;
}

.index-news__container {
  border: 4px double #31315D;
  padding: 4rem 5rem;
  justify-content: space-between;
}

.index-news__ttl h2 {
  line-height: 1;
  color: #31315D;
  margin-bottom: .5rem;
  font-size: 2.8rem;
}

.index-news__ttl p {
  color: #31315D;
}

.index-news__tbl {
  margin: 0 4rem 0 5rem;
  width: 58%;
}

.index-news__tbl th {
  color: #31315D;
  padding-right: 2rem;
}

.index-news__btn {
  align-self: flex-end;
}



/* ************************************************************************************************

   about.php

   ************************************************************************************************ */
#about {
  padding: 15rem 0;
}

.about__img {
  text-align: center;
  margin-top: 7rem;
}

#access {
  margin: 0 0 15rem;
}

.access__container {
  width: 100%;
  border: 4px double #31315D;
  align-items: center;
}

.access__info {
  padding: 0 5rem;
}

.access__info h3,
.about-owner__txt h3 {
  color: #31315D;
  font-size: 2.4rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid #31315D;
}

.access__images {
  width: 60%;
}

.access__tbl {
  width: 100%;
  margin-bottom: 3rem;
}

.access__tbl th, .access__tbl td {
  padding-bottom: 1.5rem;
}

.access__tbl th {
  color: #31315D;
  width: 20%;
}

.access__note {
  margin-bottom: 5rem;
  font-size: 1.3rem;
}

.access__btn {
  margin-top: 6rem;
  display: flex;
  justify-content: flex-start;
  gap: 4rem;
}

.about__bg {
  background-image: url(../img/about_bg-1.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 500px;
}

#about-owner {
  padding: 0 0 15rem;
}

.about-owner__container {
  justify-content: space-between;
  align-items: center;
}

.about-owner__txt {
  margin-right: 5rem;
  width: 50%;
}

.about-owner__img {
  width: 50%;
}

.about-owner__img p {
  font-size: 1.3rem;
  margin-top: 1rem;
  line-height: 1.8;
}


/* ************************************************************************************************

   微調整

   ************************************************************************************************ */
@media screen and (max-width: 1500px){
  /***** index.php @1500px *****/
  .concept__txt {font-size: 1.7rem;}
}

@media screen and (max-width: 1371px){
  /***** index.php @1371px *****/
  #concept {padding: 20rem 0 0;}
  .concept__movie {padding: 0 4rem 4rem 0; width: 56%}
  .concept__txt {font-size: 1.6rem;}
}

@media screen and (max-width: 1255px){
  /***** index.php @1211px *****/
  .concept__movie {width: 53%}
  .concept__txt {font-size: 1.5rem;}
}

@media screen and (max-width: 1200px){
  /***** about.php @1200px *****/
  .access__container {
    flex-direction: column-reverse;
    width: 90%;
    margin: 0 auto;
  }
  .access__info {padding: 5rem 6rem;}
  .access__images {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .access__images img {width: calc(100%/3);}
}

/* ************************************************************************************************

   1025px

   ************************************************************************************************ */
@media screen and (max-width: 1025px){

  /***** index.php @1025px *****/
  #concept {padding: 10rem 0 0;}
  .concept__wrap {flex-direction: column-reverse;;}
  .concept__movie {width: 75%;  padding: 0 0 4rem 0; margin-right: -5rem;}
  .concept__movie01 {margin-left: -5rem;}
  .concept__txt {font-size: 1.7rem; margin-bottom: 20rem;}

  figure.snip1132 {width: 330px;}
  figure.snip1132 .heading p {font-size: 3.6rem;}
  figure.snip1132 .caption p {font-size: 1.4rem;}

  .index__bg {background-attachment: scroll; height: 500px;}

  .index-news__tbl tr {margin-bottom: 1rem;}
  .index-news__tbl th, .index-news__tbl td {display: block;}
  .index-news__tbl th {font-size: 1.2rem;}
  .index-news__tbl td {padding-bottom: 1.5rem; line-height: 2;}


  /***** about.php @1025px *****/
  #about {padding: 10rem 0;}
  .about__bg {height: 400px;}
  #about-owner {padding: 0 0 10rem;}
  .about-owner__txt {margin-right: 3em;}

}


/* ************************************************************************************************

   960px

   ************************************************************************************************ */
@media screen and (max-width: 959px){

  /***** index.php @960px *****/
  #concept {padding: 5rem 0 0;}
  .concept__movie {width: 80%;}

  figure.snip1132 {width: 260px;}
  figure.snip1132 .heading p {font-size: 3.3rem;}
  figure.snip1132 .caption p {font-size: 1.3rem;}

  .index-news__container {display: block; padding: 4rem; width: 100%;}
  .index-news__tbl {margin: 4rem 0 2rem; width: 100%;}
  .index-news__btn {align-self: auto; text-align: right;}


  /***** about.php @960px *****/
  .access__images {flex-wrap: wrap;}
  .access__images img {width: calc(100%/2);}
  .access__images img:last-child {width: 100%;}

  #access {margin: 0 0 10rem;}
  .access__info {padding: 4rem;}

  .about-owner__container {flex-direction: column;}
  .about-owner__txt {margin-right: 0; width: 100%;}
  .about-owner__img {width: 80%; margin-top: 5rem;}

}


/* ************************************************************************************************

   560px

   ************************************************************************************************ */
@media screen and (max-width: 559px){

  /***** index.php @560px *****/
  .hero__wrap--sp {display: block;}
  .hero__wrap {display: none;}
  .hero__wrap--sp {
    position: relative;
    width: 100%;
    height: 100vh;
  }
  .hero__wrap--sp img {
    width: 85%;
    height: 80vh;
    object-fit: cover;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }

  .index__bg {height: 230px; background-size: cover;}

  #concept {padding: 2rem 0 0;}
  .concept__txt {font-size: 1.4rem; padding: 0 3rem; margin-bottom: 15rem;}
  .concept__movie {width: 100%; margin-right: -5rem;}
  .concept__movie01 {margin-left: -3rem;}
  .concept__movie01--pc {display: none;}
  .concept__movie01--sp {display: block; width: 90%;}

  #index-menu {padding: 10rem 0;}
  .index-menu__container {display: block;}
  figure.snip1132 {width: 230px;}
  figure.snip1132 figcaption {top:15px; bottom:15px; right:15px; left: 15px;}
  figure.snip1132 .heading p {font-size: 3.2rem; margin-bottom: 1.5rem;}
  figure.snip1132 .caption p {font-size: 1.2rem;}
  figure.snip1132:first-child {margin-left: -4rem; margin-bottom: 4rem;}
  figure.snip1132:last-child {margin-left: 5rem;}

  #index-news {padding-bottom: 10rem;}
  .index-news__container {padding: 4rem 2rem;}
  .index-news__tbl {margin: 3rem 0 2rem;}


  /***** about.php @560px *****/
  #about {padding: 8rem 0;}
  #about .wrap, #about-owner .wrap {padding: 0 3rem;}
  .about__img {margin-top: 5rem;}

  .access__container {width: 100%;}
  .access__info {padding: 4rem 2rem;}
  .access__info h3, .about-owner__txt h3 {line-height: 1.8; margin-bottom: 4rem; font-size: 2.2rem;}
  .access__tbl {margin-bottom: 0;}
  .access__tbl th, .access__tbl td {display: block; padding-bottom: .5rem;}
  .access__tbl th {width: 100%;}
  .access__tbl td {padding-bottom: 3rem;}
  .access__note {margin-bottom: 4rem;}
  .about__bg {
    background-image: url(../img/about_bg_sp-1.jpg);
    height: 25vh;
  }

  #about-owner {padding: 0 0 8rem;}
  .about-owner__img {width: 100%; margin-top: 4rem;}

  .access__btn {
    margin-top: 2rem;
    flex-direction: column;
    gap: 2rem;
  }

}


/* ************************************************************************************************

   320px

   ************************************************************************************************ */
@media screen and (max-width: 320px){
  /***** index.php @320px *****/
  #index-menu .wrap {padding: 0;}
  figure.snip1132:first-child,figure.snip1132:last-child {
    margin-left: auto;
    margin-right: auto;
  }
  .concept__txt {font-size: 1.3rem;}
}
