@charset "UTF-8";

/* 初期設定 */

html {
  font-size: 62.5%;
}

body {
  text-align: center;
  font-size: 1.4rem;
  color: #FFFFFF;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.hidden {
  display: none;
}

/* ベース */

.wrapper {
  background: #000000 url("../images/sales1-background.png") no-repeat center/cover;
}

.section-title {
  font-size: 3vw;
  letter-spacing: 0.5vw;
  line-height: 1;
}

.sp-br {
  display: none;
}

/* デバイス縦向き */

@media screen and (orientation:portrait) {

  .section-title {
    font-size: 6vw;
  }

  .sp-br {
    display: block;
  }

  .sp-hide {
    display: none;
  }

}

/* ヘッダー　*/

header {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  z-index: 1000000000;
}

.header-inner {
  width: 95%;
  max-width: 2000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.site-logo-wrapper {
  flex: auto;
  width: 30%;
}

.site-logo {
  width: 55%;
  margin: 0 auto;
}

.site-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header-nav-wrapper {
  flex: auto;
  width: 70%;
}

.header-nav-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header-nav-list li {
  flex: auto;
  width: 25%;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.header-nav-list li a {
  display: block;
  line-height: 100px;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.8);
}

.header-nav-btn {
  display: none;
}

/* (767px以下) */

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

  header {
    height: 60px;
  }

  .header-inner {
    width: 100%;
    display: block;
    position: relative;
  }

  .site-logo-wrapper {
    width: auto;
    flex: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -11.135px 0 0 -62.5px;
  }

  .site-logo {
    width: auto;
  }

  .site-logo img {
    width: 125px;
  }

  .header-nav-wrapper {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 25vh 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .header-nav-list {
    flex-direction: column;
  }

  .header-nav-list li {
    width: 100%;
    height: calc(calc(100vh - 50vh) / 4);
    line-height: calc(calc(100vh - 50vh) / 4);
    border-left: none;
  }

  .header-nav-list li a {
    display: inline;
    font-size: 5vw;
    letter-spacing: 0.5vw;
    line-height: normal;
  }

  .header-nav-btn {
    display: block;
    float: right;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: relative;
  }

  .header-nav-btn::before,
  .header-nav-btn::after {
    content: "";
    display: block;
    width: 34px;
    height: 1px;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    background-color: rgba(255, 255, 255, 0.8);
    transition: transform 0.3s;
  }

  .header-nav-btn::before {
    top: 21px;
  }

  .header-nav-btn.open::before {
    transform: translateY(8px) rotate(-45deg);
  }

  .header-nav-btn::after {
    top: 38px;
  }

  .header-nav-btn.open::after {
    transform: translateY(-8px) rotate(45deg);
  }

}

/* 固定背景 */

.fixed-background {
  background: no-repeat center/cover;
  background-attachment: fixed;
  height: 100vh;
}

.fixed-background-1 {
  background-image: url("../images/fixed-background-1.jpeg");
  background-position: center bottom;
}

.fixed-background-2 {
  background-image: url("../images/fixed-background-2.jpeg");
}

.fixed-background-3 {
  background-image: url("../images/fixed-background-3.jpeg");
}

.fixed-background-4 {
  background-image: url("../images/fixed-background-4.jpeg");
}

/* (デバイス縦向き) */

@media screen and (orientation:portrait) {

  .fixed-background {
    background-attachment: scroll;
  }

}

/* セールス */

.sales {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.sales-text-wrapper {
  flex: auto;
  width: 40%;
  padding: 0 0.5vw;
  position: relative;
}

.sales1-text-wrapper {
  order: 2;
}

.sales-text-wrapper h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2vw;
  letter-spacing: 0.1vw;
  line-height: 1.5;
}

.sales1-text-wrapper h2 {
  position: absolute;
  z-index: 10;
  top: -6vw;
  left: -3vw;
}

.sales2-text-wrapper h2 {
  text-align: left;
  margin-left: 2vw;
}

.sales-text-wrapper h2 span {
  font-size: 4vw;
  letter-spacing: 0.4vw;
}

.sales-text-wrapper .catch-text {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.9vw;
  letter-spacing: 0.1vw;
}

.sales-text-wrapper .catch-text span {
  font-size: 2.2vw;
  letter-spacing: 0.1vw;
}

.sales-text-wrapper p {
  margin: 3vw 0;
  font-size: 1.2vw;
  line-height: 1.5;
  letter-spacing: 0.1vw;
}

.sales-img-wrapper {
  flex: auto;
  width: 50%;
}

.sales1-img-wrapper {
  order: 1;
}

.sales-img {
  width: 95%;
  padding-top: 60%;
  margin: 0 auto;
  background: url("../images/sales1-img.jpeg") no-repeat center/cover;
}

.sales1-img {
  background: url("../images/sales1-img.jpeg") no-repeat center/cover;
}

.sales2-img {
  background: url("../images/sales2-img.jpeg") no-repeat center/cover;
}

/* (デバイス縦向き) */

@media screen and (orientation:portrait) {

  .sales {
    height: auto;
    flex-direction: column;
    padding: 10vh 0;
  }

  .sales-text-wrapper {
    width: 80%;
    height: calc(80vh - 30vh);
    padding: 0;
    position: static;
  }

  .sales1-text-wrapper {
    order: 1;
  }

  .sales-text-wrapper h2 {
    font-size: 5vw;
  }

  .sales1-text-wrapper h2 {
    position: static;
  }

  .sales-text-wrapper h2 span {
    font-size: 6vw;
  }

  .sales-text-wrapper .catch-text {
    font-size: 4vw;
    margin-top: 5vw;
  }

  .sales-text-wrapper .catch-text span {
    font-size: 5vw;
  }

  .sales-text-wrapper .desc {
    display: flex;
    height: calc(80vh - 30vh - 6vw * 1.5);
    flex-wrap: wrap;
    align-content: space-evenly;
  }

  .sales2-text-wrapper .desc {
    height: calc(80vh - 30vh - 6vw * 1.5 - 5vw * 1.5 - 5vw);
  }

  .sales-text-wrapper p {
    margin: 0;
    font-size: 3vw;
    line-height: 1.6;
    flex: auto;
    width: 100%;
  }

  .sales2-text-wrapper p {
    font-size: 3.3vw;
  }

  .sales-img-wrapper {
    width: 95%;
    height: auto;
  }

  .sales1-img-wrapper {
    order: 2;
  }

  .sales-img {
    width: 100%;
    padding: 0;
    height: 30vh;
  }

}

/* お知らせ */

.info {
  height: 100vh;
  padding: 6vw 0;
}

.info-list {
  display: flex;
  flex-wrap: wrap;
  align-content: space-evenly;
  width: 100%;
  height: calc(100vh - calc(3vw + 15vw));
}

.info-list-item {
  flex: auto;
  width: calc(100% / 3);
}

.info-list-item a {
  display: block;
  width: 30vw;
  height: 12vw;
  margin: 0 auto;
  padding: 3vw 2vw;
  border: 1px solid;
  text-align: left;
  box-shadow: 0 0 1vw 0.1vw #FFFFFF;
  transition: all 1s;
}

.info-list-item a:hover {
  box-shadow: 0 0.3vw 2vw 0.2vw #FFFFFF;
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-0.5vw);
}

.info-list-item a time {
  font-size: 1vw;
  margin-left: 1vw;
}

.info-list-item a p {
  font-size: 1.2vw;
  text-align: center;
}

.info .view-more-btn {
  float: right;
  line-height: 3vw;
  margin-right: 1vw;
}

.info .view-more-btn a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.3vw;
  letter-spacing: 0.1vw;
  padding-right: 0.5vw;
  vertical-align: middle;
  transition: color 0.5s ease-in-out;
}

.info .view-more-btn a:hover {
  color: rgba(255, 255, 255, 1);
}

.info .view-more-btn .fa-caret-right {
  font-size: 1.5vw;
  padding-left: 0.5vw;
  vertical-align: -0.1vw;
  transition: transform 0.5s ease-in-out;
}

.info .view-more-btn a:hover .fa-caret-right {
  transform: translateX(0.5vw);
}

/* (デバイス縦向き) */

@media screen and (orientation:portrait) {

  .info {
    padding: 10vw 0;
    overflow-y: hidden;
  }

  .info-list {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10vw 0;
    height: auto;
  }

  .info-list-item {
    width: 80%;
    height: calc(calc(100vh - calc(3vw + 46vw)) / 6);
    overflow-y: auto;
  }

  .info-list-item a {
    display: flex;
    width: 100%;
    height: auto;
    padding: 0;
    border: none;
    box-shadow: none;
    transition: unset;
  }

  .info-list-item a:hover {
    box-shadow: none;
    background-color: inherit;
    transform: none;
  }

  .info-list-item a time {
    flex: auto;
    font-size: 3vw;
    margin-left: 0;
    min-width: 25%;
  }

  .info-list-item a p {
    flex: auto;
    font-size: 3vw;
    text-align: left;
  }

  .info .view-more-btn {
    margin-right: 2vw;
  }

  .info .view-more-btn a {
    font-size: 3vw;
    padding-right: 0;
    vertical-align: unset;
  }

  .info .view-more-btn a:hover {
    color: rgba(255, 255, 255, 0.7);
  }

  .info .view-more-btn .fa-caret-right {
    font-size: 3vw;
    vertical-align: unset;
  }

  .info .view-more-btn a:hover .fa-caret-right {
    transform: none;
  }

}

/* 店舗情報 */

.access {
  height: 100vh;
  padding: 6vw 0;
}

.access-content {
  display: flex;
  width: 95%;
  margin: 0 auto;
  padding-top: 4vw;
  align-items: center;
  height: calc(100vh - 15vw);
}

.access-content .text-wrapper {
  flex: auto;
  width: 50%;
}

.access-site-logo {
  margin-bottom: 1.5vw;
}

.access-site-logo img {
  width: 12vw;
  height: auto;
}

.access-content .text-wrapper address,
.business-hours {
  font-size: 1.3vw;
  letter-spacing: 0.1vw;
  line-height: 1.5;
  font-style: normal;
}

.access-content .text-wrapper address .map-jmp {
  display: inline-block;
  width: 3vw;
  font-size: 1vw;
  letter-spacing: normal;
  border: 1px solid;
  border-radius: 1vw;
  vertical-align: 0.1vw;
}

.access-content .text-wrapper .mail {
  width: 50%;
  height: 3vw;
  margin: 2vw auto;
  background-color: #9a180a;
}

.access-content .text-wrapper .mail a {
  display: block;
  font-size: 1.2vw;
  line-height: 3vw;
}

.access-content .map-wrapper {
  flex: auto;
  width: 50%;
  height: 100%;
}

.access-content .map {
  width: 100%;
  height: 100%;
}

/* (デバイス縦向き) */

@media screen and (orientation:portrait) {

  .access {
    padding: 10vw 0;
  }

  .access-content {
    flex-wrap: wrap;
    padding-top: 0;
    height: calc(100vh - 26vw);
    align-items: stretch;
    align-content: space-evenly;
  }

  .access-content .text-wrapper {
    width: 100%;
    height: auto;
  }

  .access-site-logo {
    margin-bottom: 1.5vw;
  }

  .access-site-logo img {
    width: 22vw;
  }

  .access-content .text-wrapper address,
  .business-hours {
    font-size: 3vw;
    line-height: 2;
  }

  .access-content .text-wrapper address .map-jmp {
    width: 9vw;
    border-radius: 3vw;
  }

  .access-content .text-wrapper .mail {
    width: 70%;
    height: 10vw;
  }

  .access-content .text-wrapper .mail a {
    font-size: 3vw;
    line-height: 10vw;
  }

  .access-content .map-wrapper {
    width: 100%;
    height: 40vh;
  }

  .access-content .map {
    width: 100%;
    height: 100%;
  }

}

/* フッター */
