@charset "UTF-8";
body {
  background: #000;
}

/*=============
slick
=============*/
.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
  position: relative;
}

.full div.img01 {
  background-image: url(/img/top01.jpg);
}

.full div.img02 {
  background-image: url(/img/top02.jpg);
}

.full div.img03 {
  background-image: url(/img/top03.jpg);
}

.full .slick-dots {
  bottom: 7%;
  z-index: +1;
}

.full div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-top: 15px solid rgba(0, 0, 0, 0.7);
  border-left: 15px solid rgba(0, 0, 0, 0.7);
  border-right: 15px solid rgba(0, 0, 0, 0.7);
  aspect-ratio: 16 / 7;
}

.slick-dots li.slick-active button:before {
  color: #fff !important;
}

.slick-dots li button:before {
  color: #fff !important;
}

/*=============
base
==============*/
.header {
  position: relative;
}

.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 1px;
  background-color: #fff;
  transition: all .4s;
}

.hamburger__line:nth-of-type(1) {
  top: 14px;
}

.hamburger__line:nth-of-type(2) {
  top: 23px;
}

.hamburger__line:nth-of-type(3) {
  top: 32px;
}

/* メニューオープン時 */
.hamburger.active .hamburger__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
  background-color: #000;
}

.hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active .hamburger__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
  background-color: #000;
}

.nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 500px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: transform .4s;
  z-index: 90;
}

.nav.active {
  transform: translateX(0);
}

.nav__list {
  margin: 0;
  padding: 60px 0 0;
  list-style: none;
}

.nav__item {
  padding: 0 20px;
}

.nav__link {
  display: block;
  padding: 15px 0;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #bbb;
}

main {
  width: 100%;
  position: relative;
  aspect-ratio: 16 / 7;
  height: max-content;
}

h1.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
  width: 40%;
}

div.main_bt {
  width: 402px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

_::-webkit-full-page-media, _:future, :root div.main_bt {
  bottom: 30px;
}

div.main_bt a {
  margin: 0 0 0 1px;
  display: inline-block;
  width: 200px;
  text-align: center;
  text-decoration: none;
  background: rgba(140, 20, 20, 0.8);
  padding: 7px;
  font-size: 14px;
  color: #fff;
}

div.main_bt a:hover {
  background: rgba(0, 0, 0, 0.5);
}

div.main_bt a:first-child {
  border-top-left-radius: 5px;
}

div.main_bt a:last-child {
  border-top-right-radius: 5px;
}

.greeting {
  width: 80%;
  margin: 100px auto 0;
  position: relative;
}
.greeting section {
  width: 100%;
  padding: 50px;
  border: 1px solid #18a589;
  overflow: hidden;
  color: #fff;
}
.greeting a {
  width: 250px;
  padding: 0 10px;
  background: #691316;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  float: right;
}
.greeting h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.greeting img.topitem01, .greeting img.topitem02 {
  position: absolute;
  width: 300px;
}
.greeting img.topitem01 {
  top: -30px;
  left: -50px;
}
.greeting img.topitem02 {
  width: 200px;
  bottom: -80px;
  right: -50px;
}

section {
  width: 80%;
  margin: 50px auto;
  overflow: hidden;
}
section h2 {
  text-align: center;
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
}
section h2 span {
  display: block;
  font-size: 12px;
}
section.sns .sns_feed {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
section.sns .sns_feed div.item {
  width: 32%;
  display: block;
  background: #fff;
  padding: 2%;
  border-radius: 5px;
}
section.tour {
  width: 80%;
  margin: 50px auto;
  color: #fff;
  min-width: 750px;
  overflow: visible;
}
section.tour table {
  color: #fff;
}
section.tour .box3 {
  display: flex;
  align-items: center;
  margin: 0 auto;
  float: left;
}
section.tour .box3 img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
section.tour a {
  text-decoration: none;
  background: #056567;
  color: #fff;
  font-size: 12px;
  padding: 10px;
  width: 250px;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative;
}
section.tour a:hover {
  opacity: 0.5;
}
section.tour a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
section.tour section {
  width: 100%;
  position: relative;
  overflow: visible;
}
section.tour section h3 {
  width: 90%;
  background: #3e3a39;
  margin: 0 auto;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: -25px;
  z-index: 2;
  position: relative;
}
section.tour section h3 span {
  color: #93c636;
}
section.tour section a {
  position: absolute;
  text-decoration: none;
  background: #056567;
  color: #fff;
  font-size: 12px;
  padding: 10px;
  width: 220px;
  text-align: center;
  right: -20px;
  bottom: 20px;
  display: block;
  z-index: 2;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.4);
}
section.tour section a:hover {
  opacity: 0.5;
}
section.tour section a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}
section.tour section div.info {
  height: 200px;
  background: #595857;
  border-radius: 5px;
}
section.tour section div p {
  padding: 25px 20px 0;
  margin: 10px 0 10px 200px;
  font-size: 12px;
}
section.tour section div table {
  border-top: 2px solid #fff;
  width: 70%;
  font-size: 10px;
  margin: 0 auto;
  padding: 5px 0 5px 0;
}
section.tour section div table th, section.tour section div table td {
  text-align: left;
  font-weight: normal;
  line-height: 200%;
}
section.tour section div table th span, section.tour section div table td span {
  font-weight: bold;
  color: #ebaa23;
}
section.tour section div table th {
  width: 30%;
}

#wrapper2 {
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

#footer {
  width: 100%;
  min-width: 750px;
  background: #1E1E1E;
  position: relative;
  text-align: left;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}

.f_shop {
  float: left;
  width: 40%;
  margin: 20px 0;
  color: #E2E2E2;
  font-size: 12px;
  padding: 0 0 0 20px;
}

.f_shop h5,
.f_shop dt {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.f_shop dd {
  margin: 0;
}

.f_shop p {
  padding-left: 2px;
  line-height: 2;
}

#footer a {
  color: #828282;
}

#footer a:hover {
  color: #95E020;
}

#footer ul {
  padding: 0px 20px 5px 8px;
  font-size: 10px;
  overflow: hidden;
}

#footer li {
  padding-top: 8px;
  padding-bottom: 3px;
  padding-left: 25px;
  background: url(../img/common/cate_arrow.gif) 6px 9px no-repeat;
  list-style: none;
}

.f_menu {
  float: left;
  width: 60%;
  margin-left: 0;
}

.f_category {
  float: left;
  width: 35%;
  margin: 10px 0 10px 0;
  padding-right: 5px;
}

.fm_list {
  float: left;
  width: 27%;
  margin: 10px 0 10px 0;
  padding-right: 5px;
}

.fm_list2 {
  float: left;
  width: 35%;
  margin: 10px 0 10px 0;
}

.copyright {
  padding-top: 5px;
  color: #E2E2E2;
  text-align: center;
  padding-bottom: 2px;
  display: block;
  font-size: 10px;
}

@media screen and (max-width: 800px) {
  .sns .sns_feed div.item {
    width: 33%;
    display: block;
    background: #fff;
    padding: 1%;
  }

  .sns {
    width: 100%;
    margin: 50px auto;
  }

  section.tour {
    width: 80%;
    margin: 50px auto;
    color: #fff;
    min-width: inherit;
    overflow: visible;
  }
  section.tour table {
    color: #fff;
  }
  section.tour .box3 {
    display: block;
    align-items: center;
    margin: 0 auto;
    float: none;
  }
  section.tour .box3 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }
  section.tour section h3 span {
    display: block;
    font-size: 12px;
  }
  section.tour section a {
    position: relative;
    text-decoration: none;
    background: #056567;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    width: 220px;
    text-align: center;
    right: 0;
    bottom: 20px;
    display: block;
    z-index: 2;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.4);
  }
  section.tour section a:hover {
    opacity: 0.5;
  }
  section.tour section a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
  }
  section.tour section div.info {
    height: auto;
    background: #595857;
    border-radius: 5px;
  }
  section.tour section div p {
    padding: 10px;
    margin: 10px;
    font-size: 14px;
  }
  section.tour section div table {
    border-top: 2px solid #fff;
    width: 90%;
    font-size: 14px;
    margin: 0 auto;
    padding: 5px 0 50px 0;
  }
  section.tour section div table th, section.tour section div table td {
    width: 100%;
    text-align: left;
    font-weight: normal;
    line-height: 198%;
    display: block;
  }
  section.tour section div table th span, section.tour section div table td span {
    font-weight: bold;
    color: #ebaa23;
  }
  section.tour section div table td {
    margin-bottom: 15px;
  }

  #footer {
    min-width: inherit;
  }

  .f_shop, .f_menu, .f_category, .fm_list, .fm_list2 {
    float: none;
    width: 100%;
  }

  .greeting img.topitem02 {
    right: -40px;
  }
}
@media screen and (max-width: 650px) {
  .sns_feed {
    display: block !important;
  }

  div.item {
    width: 80% !important;
    display: block !important;
    background: #fff;
    padding: 5% !important;
    margin: 0 auto 50px !important;
  }

  .full div {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    height: 100%;
    margin: 0;
    position: relative;
  }

  .full div.img01 {
    background-image: url(/img/top01.jpg);
  }

  .full div.img02 {
    background-image: url(/img/top02.jpg);
  }

  .full div.img03 {
    background-image: url(/img/top03.jpg);
  }

  .full .slick-dots {
    bottom: 7%;
    z-index: +1;
  }

  .full div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 15px solid rgba(0, 0, 0, 0.7);
    border-left: 15px solid rgba(0, 0, 0, 0.7);
    border-right: 15px solid rgba(0, 0, 0, 0.7);
  }

  .slick-dots li.slick-active button:before {
    color: #fff !important;
  }

  .slick-dots li button:before {
    color: #fff !important;
  }

  div.main_bt {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 1%;
    right: 0;
    margin: 0 auto;
  }

  div.main_bt a {
    width: 48%;
  }

  .greeting section {
    padding: 30px;
  }
  .greeting a {
    width: 100%;
  }
  .greeting img.topitem01, .greeting img.topitem02 {
    position: absolute;
    width: 200px;
  }
  .greeting img.topitem01 {
    top: -90px;
    left: -30px;
  }
  .greeting img.topitem02 {
    width: 150px;
    bottom: -50px;
    right: -30px;
  }

  main {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
.slick-dots {
  display: none !important;
}
