@charset "UTF-8";
body {
  font-family: "游明朝", "YuMincho", serif;
  font-weight: normal;
  color: black;
  overflow-x: hidden;
}
body .slick-prev {
  left: 0;
}
body .slick-prev:before {
  display: none;
}
body .slick-next {
  right: 0;
}
body .slick-next:before {
  display: none;
}
body h1 {
  font-size: 48px;
  text-align: center;
  margin-bottom: 34px;
}
body h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 34px;
  line-height: 1;
}
body h1,
body h2,
body h3,
body p,
body span,
body a,
body th,
body td {
  letter-spacing: 0.08em;
}
body .hamburger .active .hamburger__icon:after,
body .hamburger .active .hamburger__icon:before {
  background-color: #222;
}
@media all and (min-width: 481px) {
  body .hamburger {
    display: none;
  }
}
body a:hover {
  opacity: 0.5;
  transition: 0.8s;
}
body .more {
  text-align: center;
  margin: 60px auto 0;
  text-decoration: none;
  display: block;
  width: 160px;
  height: 40px;
  border: 1px solid black;
}
body .more:hover {
  opacity: 0.5;
  transition: 0.8s;
}
body .more span {
  font-size: 24px;
}
body .more span:after {
  content: url(/wp-content/themes/bar/images/triangle_2.png);
  position: absolute;
  display: inline-block;
  transform: scale(0.2);
  margin-left: 0;
  margin-top: -14px;
}
@media all and (max-width: 480px) {
  body .more span {
    font-size: 27px;
  }
}
body .box_01 {
  opacity: 0;
  transform: translateX(-20px);
  transition: 5s ease;
}
body .box_02 {
  opacity: 0;
  transform: translateX(20px);
  transition: 5s ease;
}
body .element {
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  transition: transform 3s, opacity 3s, visibility 3s;
}
body .is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
body .start {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}
body .start p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 280px;
}
@media all and (max-width: 480px) {
  body .start p {
    width: 150px;
  }
}

header {
  background: #fff;
  padding: 40px 0 50px;
}
header nav {
  margin-top: 15px;
}
header ul {
  display: flex;
  justify-content: center;
}
header .sp {
  display: none;
}
@media all and (min-width: 481px) {
  header ul li:not(:last-child) {
    margin-right: 40px;
  }
}
@media all and (max-width: 480px) {
  header {
    padding-bottom: 40px;
  }
  header h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
  }
  header .humburger {
    left: auto;
  }
  header .pc {
    display: none;
  }
}

#fv {
  background-image: url(/wp-content/themes/bar/redd2/images/symbol_mv.jpg);
  background-size: cover;
  width: 100%;
  height: 860px;
}
#fv .fv_box {
  position: relative;
}
#fv .fv_box img {
  vertical-align: top;
  width: 100%;
}
#fv .txt {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  line-height: 2.6;
}
@media all and (min-width: 481px) {
  #fv .sp {
    display: none;
  }
}
@media all and (max-width: 480px) {
  #fv {
    height: 500px;
  }
  #fv .fv_box img {
    height: 500px;
  }
  #fv .pc {
    display: none;
  }
  #fv .txt {
    width: 88%;
    line-height: 1.8;
  }
}

section {
  padding: 50px 0;
  overflow-x: hidden;
}
section .animation_box_03 {
  opacity: 0;
  transform: translateY(20px);
  transition: 5s ease;
}
section .animation_box_04 {
  opacity: 0;
  transform: translateY(35px);
  transition: 5s ease;
}
section .animation_box_05 {
  opacity: 0;
  transform: translateY(50px);
  transition: 5s ease;
}
section .animation_box_06 {
  opacity: 0;
  transform: translateY(65px);
  transition: 5s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media all and (max-width: 480px) {
  @keyframes fadeIn {
    from {
      transform: translateY(60px);
    }
  }
  section .element {
    transition: transform 5s, opacity 5s, visibility 5s;
  }
}

#about h1 {
  text-align: left;
}
#about p {
  font-size: 18px;
  line-height: 2.6;
}
#about .slide-items img {
  width: 100%;
  object-fit: cover;
}
#about .box_right {
  width: 50%;
}
#about .box_right img {
  vertical-align: top;
}
@media all and (min-width: 481px) {
  #about {
    padding-top: 100px;
  }
  #about .about_box {
    display: flex;
    align-items: center;
  }
  #about .box_left {
    width: 400px;
    margin-left: auto;
    margin-right: 100px;
  }
}
@media all and (max-width: 480px) {
  #about .about_box {
    width: 90%;
    margin: 0 auto;
  }
  #about .box_left {
    margin-bottom: 30px;
  }
  #about h1 {
    text-align: center;
  }
  #about .box_right {
    width: 100%;
  }
}

#menu {
  background-color: rgba(255, 255, 255, 0.3);
}
#menu img {
  width: 100%;
}
#menu .price {
  display: flex;
}
#menu .price p:first-child {
  margin-right: 30px;
}
@media all and (min-width: 481px) {
  #menu .menu_box {
    display: flex;
    width: 90%;
    margin: 0 auto;
  }
  #menu .menu_box div:not(:last-child) {
    margin-right: 40px;
  }
}
@media all and (max-width: 480px) {
  #menu .menu_box {
    width: 90%;
    margin: 0 auto;
  }
  #menu .menu_box div:not(:last-child) {
    margin-bottom: 15px;
  }
}

#photo {
  background-color: black;
}
#photo h2,
#photo p {
  color: white;
}
@media all and (min-width: 481px) {
  #photo .slide {
    display: flex;
  }
  #photo .slide div:nth-child(1),
#photo .slide div:nth-child(2),
#photo .slide div:nth-child(3) {
    margin-right: 20px;
  }
}
@media all and (max-width: 480px) {
  #photo .slide {
    width: 90%;
    margin: 0 auto;
  }
  #photo .slide div:not(:last-child) {
    margin-bottom: 15px;
  }
}

#news {
  background-color: rgba(255, 255, 255, 0.3);
}
#news:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(/wp-content/themes/bar/redd2/images/wagara.png) center no-repeat;
  background-size: cover;
}
#news .box {
  width: 1000px;
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  #news .box {
    width: 90%;
  }
}
#news h2 {
  margin-bottom: 46px;
}
#news .news_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#news .content .content_box:nth-child(1),
#news .content .content_box:nth-child(2) {
  margin-bottom: 30px;
}
#news .content img {
  width: 480px;
  height: 280px;
  object-fit: cover;
}
#news .content .caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#news .content .box_square {
  display: flex;
}
#news .content .box_square .redd_news {
  background: #980000;
  width: 76px;
  margin-right: 5px;
}
#news .content .box_square .redd2_news {
  background: darkblue;
  width: 76px;
  margin-right: 5px;
}
#news .content .box_square .symbol_news {
  background: #000;
  width: 76px;
}
#news .content .box_square p {
  color: #fff;
  text-align: center;
}
@media all and (min-width: 481px) {
  #news .content {
    width: 50%;
  }
  #news .content_box:nth-child(1),
#news .content_box:nth-child(3) {
    margin-right: 40px;
  }
}
@media all and (max-width: 480px) {
  #news .content {
    flex-direction: column;
  }
  #news .news_box {
    flex-direction: column;
  }
  #news .content_box:nth-child(1),
#news .content_box:nth-child(2) {
    margin-bottom: 10px;
  }
  #news .navigation {
    width: 100%;
  }
}

#instagram {
  background-color: #fafafa;
}
#instagram .insta_box {
  display: flex;
  justify-content: center;
}
#instagram .insta_box img {
  width: 100%;
}
@media all and (min-width: 481px) {
  #instagram .pic {
    width: 315px;
    height: 315px;
  }
  #instagram .pic_02 {
    margin: 0 30px;
  }
  #instagram .insta_02 {
    margin: 30px 0;
  }
}
@media all and (max-width: 480px) {
  #instagram .box {
    width: 90%;
    margin: 0 auto;
  }
  #instagram .insta_box {
    flex-direction: column;
  }
}

#information .information_box {
  display: flex;
}
#information .info_pic {
  width: 50%;
}
#information .info_pic img {
  width: 100%;
  height: 490px;
  vertical-align: top;
}
#information .detail h1 {
  text-align: start;
  line-height: 1;
}
#information .detail p:nth-child(1),
#information .detail :nth-child(2),
#information .detail :nth-child(3) {
  margin-bottom: 25px;
}
#information .detail p:nth-child(4),
#information .detail :nth-child(5),
#information .detail :nth-child(6),
#information .detail :nth-child(7),
#information .detail :nth-child(8),
#information .detail :nth-child(9),
#information .detail :nth-child(10) {
  margin-bottom: 15px;
}
#information p:nth-child(5) span {
  padding-right: 12px;
}
#information p:nth-child(6) span {
  padding-right: 5px;
}
#information p:nth-child(7) span {
  padding-right: 11px;
}
#information p:nth-child(8) span {
  padding-right: 6px;
}
#information p:nth-child(9) span {
  padding-right: 7px;
}
#information p:nth-child(10) span {
  padding-right: 18px;
}
#information p:nth-child(11) span {
  padding-right: 14px;
}
@media all and (min-width: 481px) {
  #information {
    padding-top: 100px;
  }
  #information .info_pic img {
    object-fit: cover;
  }
  #information .detail {
    margin-left: 30px;
  }
  #information .sp {
    display: none;
  }
}
@media all and (max-width: 480px) {
  #information .information_box {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
  #information .info_pic {
    width: 100%;
    order: 2;
  }
  #information .info_pic img {
    height: 320px;
  }
  #information .pc {
    display: none;
  }
}

#map iframe {
  vertical-align: top;
}
@media all and (max-width: 480px) {
  #map {
    height: 0;
    overflow: hidden;
    padding-bottom: 70%;
    position: relative;
  }
  #map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

footer {
  background-color: black;
  color: white;
}
footer .ft_left,
footer .ft_right {
  text-align: center;
}
footer .copyright {
  text-align: center;
}
@media all and (min-width: 481px) {
  footer {
    padding: 100px 0 30px;
  }
  footer .ft_box {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
  }
  footer .ft_left {
    margin-right: 75px;
  }
  footer .adress {
    margin: 25px 0;
  }
}
@media all and (max-width: 480px) {
  footer {
    padding: 50px 0 20px;
  }
  footer .ft_box {
    margin: 0 auto;
  }
  footer .ft_box .ft_left {
    margin-bottom: 30px;
  }
  footer .ft_box .ft_right {
    margin-bottom: 50px;
  }
  footer .ft_box .adress {
    margin: 15px 0;
  }
}/*# sourceMappingURL=style.css.map */