html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
a {
  background-color: transparent;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
img {
  border-style: none;
}
*,
::after,
::before {
  box-sizing: border-box;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
html {
  font-size: 64.5%;
}
body {
  font: 1.4rem/1.7 Georgia, 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #333;
  -webkit-text-size-adjust: 100%;
  font-family: "rem/1.7 Georgia", "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}
a {
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
a:hover {
  opacity: 0.7;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "rem/1.7 Georgia", "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

.windowHeight {
  position: relative;
  margin-bottom: 4rem;
}
#slideWrap {
  padding: 0;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
#slider {
  display: none;
}
#slider,
#slider > li {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#slider > li {
  background-size: cover;
  background-position: 50% 50%;
}
#slider > li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#slider > li.active {
  -webkit-animation: slideAnime 5s ease;
  animation: slideAnime 5s ease;
}
@-webkit-keyframes slideAnime {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes slideAnime {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.toptext {
  position: absolute;
  top: 50%;
  right: 8vw;
  z-index: 1;
  transform: translateY(-45%);
}
.toptext img {
  max-height: 75vh;
}
@media (min-width: 768px) {
  .toptext img {
    /* display: none; */
  }
}
.scroll {
  margin: auto;
  display: block;
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  width: 100px;
  height: 100px;
  background: #fff;
  z-index: 10;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.scroll > span {
  margin: auto;
  display: block;
  width: 100%;
  height: 20px;
  text-align: center;
  position: relative;
  top: 0;
  left: -40px;
  font-size: 5rem;
  color: #333;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.main {
  margin-bottom: 4rem;
  height: 0;
  /* 650 ÷ 1920 × 100 */
  padding-top: 33.85%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
article {
  margin-bottom: 6rem;
}
.section {
  padding: 3rem 0;
}
h2 {
  margin-bottom: 6rem;
  text-align: center;
  position: relative;
  font-family: "rem/1.7 Georgia", "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}
h2::before {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  display: inline-block;
  width: 14rem;
  height: 1px;
  left: 50%;
  background-color: #7d3248;
  margin-left: -7rem;
}
h3 {
  border-bottom: 1px solid #333;
  font-size: 2.2rem;
  font-family: "rem/1.7 Georgia", "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}
.content1 .col-md-5 h3 {
  margin-bottom: 1rem;
  border: none;
  display: inline-block;
}
.content2 .col-md-5 h3 {
  margin-bottom: 1rem;
  padding: 0.1rem 1rem;
  border: none;
  display: inline-block;
  background: #000;
  color: #fff;
}
h4 {
  font-size: 1.8rem;
}
.price {
  margin-top: -2rem;
  display: block;
  color: #d83500;
  font-size: 2.2rem;
  text-align: right;
}
.content2 .row {
  margin-bottom: 4rem;
}
.content2 .col-md-5 {
  position: relative;
}
.txt {
  background: #fff;
}
.flex-md-row-reverse .txt {
}

@media (min-width: 768px) {
  .content1 .col-md-7 img {
    margin-bottom: 5rem;
  }
  .txt2 {
    padding: 1rem 2rem;
    background: #f6f6f6;
  }
  .txt {
    padding: 3rem 4rem;
    position: absolute;
    left: -150px;
    z-index: 99;
  }
  .flex-md-row-reverse .txt {
    right: -150px;
    left: 0;
  }
  .txt2 {
    padding: 3rem 4rem;
    position: absolute;
    bottom: 0;
    left: -150px;
    z-index: 99;
  }
  .flex-md-row-reverse .txt2 {
    right: -150px;
    left: 0;
  }
}

@media (min-width: 992px) {
  .txt {
    left: -100px;
  }
  .flex-md-row-reverse .txt {
    right: -100px;
  }
}
/* Header */
header {
  padding: 0.5rem 1rem;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
h1 {
  margin: 0;
  width: 80px;
  line-height: 1;
}
h1 img {
  width: 100%;
  font-family: "rem/1.7 Georgia", "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}
@media (min-width: 768px) {
  header {
    padding: 1rem;
  }
  h1 {
    width: 100px;
    margin-left: 30px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  font-family: "rem/1.7 Georgia", "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}
.img-fluid {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: "rem/1.7 Georgia", "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
/* Navi */
.button_container {
  position: fixed;
  top: 1.5rem;
  right: 1rem;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;
}
.button_container.active .middle {
  opacity: 0;
  background: #fff;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #fff;
}
.button_container span {
  background: #fff;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
  font-family: "rem/1.7 Georgia", "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

@media (min-width: 768px) {
  .button_container {
    display: none;
  }
}
.overlay {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 0.9;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
  animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
.overlay.open li:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.overlay.open li:nth-of-type(7) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
.overlay nav {
  position: relative;
  height: 60%;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2rem;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  margin: 0;
  display: block;
  height: 25%;
  height: calc(100% / 7);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: inline-block;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}

@media (min-width: 768px) {
  .overlay {
    display: block;
    width: auto;
    height: auto;
    background: transparent;
    position: static;
    overflow: inherit;
    visibility: inherit;
    opacity: 1;
  }
  .overlay nav {
    position: static;
    height: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: inherit;
    text-align: left;
  }
  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    position: static;
    height: auto;
  }
  .overlay ul li {
    margin-left: 3rem;
    display: inline-block;
    height: auto;
    min-height: initial;
    position: relative;
    opacity: 1;
  }
  .overlay ul li a {
    color: #fff;
    overflow: inherit;
  }
}
/* loader */
#loadLayer,
#loadLayer > span {
  -webkit-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
}
#loadLayer {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 99999;
  visibility: visible;
  opacity: 1;
}
#loadLayer > span {
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  background-position: 50%;
  height: auto;
  display: block;
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: loadLayerAnime 0.5s ease-in-out;
  animation: loadLayerAnime 0.5s ease-in-out;
}
@-webkit-keyframes loadLayerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loadLayerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#loadLayer.loadComplete,
#loadLayer.loadComplete > span {
  visibility: hidden;
  opacity: 0;
}
.news-list dt {
  font-weight: 700;
}
.news-list dd {
  margin: 0 0 0.5rem;
  border-bottom: 1px dotted #000;
}
.shop-list li {
  margin-bottom: 0.5rem;
  border-bottom: 1px dotted #000;
}
/* Footer */
footer {
  padding: 5rem 0;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 30px;
}
footer a {
  color: #fff;
}
footer ul {
  margin: 0 0 2rem;
}
footer ul li {
  margin: 0 0 1rem;
}
.sns {
  margin-bottom: 2rem;
}
.sns a {
  margin: 0 0.8rem;
  font-size: 2.4rem;
}
.copy {
  font-size: 1.2rem;
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  footer ul li {
    margin: 0 1rem;
    display: inline-block;
  }
}
.phone {
  margin: 2rem 0;
  font: 700 1.8rem/1 "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM,
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
.btn {
  padding: 0.5rem 3rem;
  border: 1px solid #000;
  display: inline-block;
  color: #000;
}
.btn:hover {
  border: 1px solid #000;
  background: #000;
  color: #fff;
  opacity: 1;
}
.btn-black {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
.btn-black:hover {
  border: 1px solid #000;
  background: #fff;
  color: #000;
  opacity: 1;
}
.justify-content-end {
  display: flex;
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
  font-family: "rem/1.7 Georgia", "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}
/* Slider */
.slider-wrap {
  overflow: hidden;
}
.area-slider {
  width: 2310px;
  height: 240px;
  background-image: url("../img/slide.jpg");
  background-repeat: repeat-x;
  background-size: 2310px 240px;
  -webkit-animation-name: repeatBg;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 120s;
  -webkit-animation-fill-mode: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-name: repeatBg;
  animation-timing-function: linear;
  animation-duration: 120s;
  animation-fill-mode: alternate;
  animation-iteration-count: infinite;
}
@-webkit-keyframes repeatBg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3528px 0;
  }
}
@keyframes repeatBg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3528px 0;
  }
}
#map_canvas {
  width: 100%;
  height: 400px;
}
.kodawari-text {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
  padding-bottom: 3rem;
}
/* Fade */
.cover1 {
  height: 365px;
  width: 700px;
  background-position: center center;
  background-size: cover;
}
baseline-shift: .fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4%, 0, 0);
    transform: translate3d(4%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4%, 0, 0);
    transform: translate3d(4%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fa-caret-right {
  margin-left: 2rem;
  font-size: 1.8rem;
}
.kodawari-text2 {
  margin: 0 auto;
  max-width: 500px;
  text-align: center;
  padding-bottom: 3rem;
  font-family: "rem/1.7 Georgia", "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}
@media (min-width: 1020px) {
  .shape {
    background: url(../img/shape.png) no-repeat left center;
    background-size: auto 80%;
  }
  .shape2 {
    background: url(../img/shape2.png) no-repeat right center;
    background-size: auto 80%;
  }
}
.linkbox {
  max-width: 680px;
  margin: 0 auto;
  padding: 3rem 0 0 0;
}
.linkbox a {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
  background: #000;
}

.fb-wrapper {
  height: 400px;
  max-width: 480px;
  margin: 0 auto;
}
.fb-wrapper > .fb-page {
  width: 100%;
  height: 400px;
}
.fb-wrapper > .fb-page > span {
  width: 100% !important;
  height: 400px !important;
}
.fb-wrapper iframe {
  width: 100% !important;
  height: 100% !important;
}

/* footer nav for SP
-------------------------------------------------------------------*/

@media screen and (min-width: 769px) {
  #spFooterNav_wrap {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #spFooterNav_wrap {
    display: block;
  }
}
#spFooterNav {
  z-index: 2000;
  display: table;
  position: fixed;
  letter-spacing: -0.4em;
  background-color: rgb(255, 255, 255, 0.9);
  bottom: 0;
  width: 100%;
  height: 60px;
  transition: 0.3s;
}
#spFooterNav li {
  display: table-cell;
  letter-spacing: initial;
  vertical-align: middle;
  text-align: center;
  width: 33.3%;
}
#spFooterNav li a,
#spFooterNav li i {
  display: block;
  color: #333;
}
#spFooterNav li a {
  padding: 5px 0 0 0;
  font-family: "rem/1.7 Georgia", "游明朝", "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}
#spFooterNav li i {
  font-size: 1.4rem;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .fb-container {
    width: 100%;
  }
}
