/*****************************
 front-main
******************************/
#front-main .bg {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 10;
  background: url("../../images/top/mainbg.jpg");
  background-size: cover;
  background-position: center;
}
#front-main .bg:before {
  position: absolute;
  max-width: 100%;
  width: calc(50% + 300px);
  height: 100%;
  display: block;
  content: "";
  background: rgb(222, 217, 209, 0.8);
  z-index: 1;
  top: 0;
  right: 0;
}
#front-main .upper_logo {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 12;
}
#front-main .upper_logo img {
  width: 273px;
}
#front-main .center_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
}
#front-main .center_logo img {
  width: 160px;
}
#front-main .bottom_logo {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 12;
}
#front-main .bottom_logo img {
  width: 320px;
}
@media (max-width: 600px) {
  #front-main .upper_logo img {
    width: 200px;
  }
  #front-main .center_logo img {
    width: 100px;
  }
  #front-main .bottom_logo img {
    width: 300px;
  }
}
/************************
 front-about
************************/
#front-about {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
}
#front-about .catch {
  text-align: center;
}
#front-about img {
  max-width: 800px;
  width: 90%;
}
#front-about h2 {
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.2em;
}
#front-about .catch-img {
  text-align: center;
}
#front-about .catch-img img {
  max-width: 800px;
  width: 100%;
}
#front-about .link {
  text-align: center;
}
#front-about .link a {
  color: #000;
  background: #cdc4b6;
  display: block;
  max-width: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 15px;
  margin: 80px auto 30px;
  text-decoration: none;
}
/************************
 front-opening
*************************/
#front-opening {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #faeb00;
}
#front-opening h2 {
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
  font-weight: bold;
}
#front-opening .main-catch {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.2em;
}
/************************
 front-movie
************************/
#front-movie {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #ded9d1;
}
#front-movie .video {
  text-align: center;
}
#front-movie iframe {
  aspect-ratio: 16 / 9;
  max-width: 1000px;
}
#front-movie iframe {
  width: 100%;
  height: 100%;
}
#front-movie h2 {
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.2em;
}
/************************
 front-instagram
************************/
#front-instagram {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #ded9d1;
}
#front-instagram h2 {
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.2em;
}
#front-instagram .feed {
  text-align: center;
}
/************************
 front-line
*************************/
#front-line {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
}
#front-line h2 {
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.2em;
}
#front-line .pc_line {
  display: block;
}
#front-line .sp_line {
  display: none;
}
#front-line .pc_line img {
  width: 100%;
}
#front-line .sp_line {
  text-align: center;
}
#front-line .sp_line img {
  max-width: 300px;
}
#front-line .pc_btn {
  max-width: 300px;
}
#front-line .pc_btn .link a {
  width: 100%;
  display: block;
  background: #444241;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 20px;
  text-decoration: none;
  text-align: center;
}
#front-line .sp_btn {
  display: none;
}
#front-line .sp_btn {
  max-width: 300px;
  margin: 50px auto 0;
}
#front-line .sp_btn .link a {
  width: 100%;
  display: block;
  background: #444241;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 20px;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 767px) {
  #front-line .pc_line {
    display: none;
  }
  #front-line .sp_line {
    display: block;
  }
  #front-line .pc_btn {
    display: none;
  }
  #front-line .sp_btn {
    display: block;
  }
}
/************************
 front-news
*************************/
#front-news {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #ded9d1;
}
#front-news h2 {
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.2em;
}
#front-news .news-wrap {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
#front-news .news-wrap ul {
  list-style: none;
  padding: 0;
}
#front-news .news-wrap ul li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
#front-news .news-wrap ul li a {
  color: #000;
  text-decoration: none;
}
#front-news .news-wrap ul li {
  display: flex;
}
#front-news .news-wrap ul li span:nth-of-type(1) {
  width: 100px;
}
/**************************
 front-shop
**************************/
#front-shop {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
}
#front-shop h2 {
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.2em;
}
#front-shop th,
#front-shop td {
  padding: 30px;
}
#front-shop table {
  margin-bottom: 30px;
}
/**************************
 front-rental
**************************/
#front-rental {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
}
#front-rental h2 {
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
}
#front-rental .catch {
  text-align: center;
}
#front-rental .link {
  text-align: center;
}
#front-rental img {
  max-width: 600px;
  width: 100%;
}
#front-rental .link_btn {
  text-align: center;
}
#front-rental .link_btn a {
  color: #000;
  background: #cdc4b6;
  display: block;
  max-width: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 15px;
  margin: 50px auto 30px;
  text-decoration: none;
}
@media (max-width: 767px) {
  #front-rental .catch {
    font-size: 14px;
  }
}
