@charset "UTF-8";
* {
  text-decoration: none;
  list-style: none;
}

/* 横（x軸）スクロールバーを消す */
body {
  overflow-x: hidden;
  background-color: #000000;
}

main {
  background-color: #000000;
  padding-top: 20px;
}

/* /横（x軸）スクロールバーを消す */
.main-span {
  color: firebrick;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(85%, #c1e0ff));
  background: linear-gradient(transparent 85%, #c1e0ff 85%);
  font-weight: bold;
}

.main-font-1 {
  color: white;
  background-color: #000000;
  padding-top: 20px;
  margin-bottom: 10px;
}

.main-font {
  color: white;
  background-color: #000000;
  padding-top: 80px;
  margin-bottom: 10px;
  margin-top: 80px;
}

.sub-font {
  font-family: "Shippori Mincho B1", serif;
}

.main-border {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #fd0000));
  background: linear-gradient(transparent 80%, #fd0000 0%);
}

.sub-border {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #469adf));
  background: linear-gradient(transparent 70%, #469adf 0%);
}

header {
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
  width: 100%;
  height: 100px;
}

header .general_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

header .general_header img {
  width: auto;
  height: 100px;
}

header .general_header .main-logo {
  margin-right: auto;
}

header .general_header .main-logo img {
  padding: 15px;
  margin-left: 30px;
}

header .shop-phone {
  padding-right: 20px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 縦方向中央揃え（Safari用） */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 縦方向中央揃え */
  /* 横方向中央揃え（Safari用） */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 横方向中央揃え */
}

header .shop-phone p {
  margin-bottom: 0;
}

header .main-sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
}

header .main-sns_list img {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 20px;
}

header .main-sns_list li a:hover {
  background: none;
}

header .contact {
  width: 170px;
  height: 100px;
  text-align: center;
  display: inline-block;
  line-height: 100px;
}

header .contact p {
  width: 100%;
  height: 100%;
  background-color: darkgrey;
  margin-bottom: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

header .contact p:hover {
  color: darkgrey;
  background-color: #469adf;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header .sp-menu_drawer {
  display: none;
}

.dropdwn {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

ul {
  text-align: center;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  color: #fff;
}

li {
  max-width: calc(1200px / 5);
  position: relative;
  padding: 5px;
  display: block;
  cursor: pointer;
}

.dropdwn > li {
  width: 1200px;
  margin: 1px;
  background: #5a5959;
  display: inline;
}

.dropdwn_menu {
  width: 100%;
  display: none;
  position: absolute;
  margin-left: -5px;
  margin-top: 5px;
  padding: 0;
  background: #8e91a1;
  background-color: #3f3f3f !important;
}

.dropdwn_menu li {
  width: 100%;
  background-color: #4d4d4d !important;
}

.dropdwn_menu li a {
  padding: 5px 0;
  margin: -5px 5px -5px -5px;
  display: block;
  color: #fff;
  margin: 0 auto;
}

li a:hover {
  background: #c46676;
  color: #9e5a5a;
}

.video-wrap {
  margin-top: 200px;
  text-align: center;
  margin-bottom: -20px;
}

.video-wrap .video_messeg p {
  padding: 20px;
  margin: 50px 30px 0;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
}

.video-wrap .precautionary-statement p {
  font-size: 2rem;
  margin-bottom: 30px;
}

.container {
  margin-top: 80px;
  text-align: left;
}

.container h2 {
  display: inline-block;
  margin-bottom: 0;
}

.first-section_comment_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.first-section_comment_wrap p {
  display: inline;
  font-weight: bold;
}

.first-section_comment {
  position: relative;
  top: 15px;
}

.c-basic_section_introduction_text {
  padding: 50px;
}

.see-more {
  text-align: center;
  margin-bottom: 100px;
}

.see-more a {
  display: block;
  color: #acabab;
  line-height: 50px;
}

.see-more a:hover {
  color: #e66d6d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
}

.see-more p {
  margin: 0 auto;
  width: 150px;
  height: 50px;
  background-color: lightcyan;
  border: lightgray 3px solid;
  border-radius: 10px;
}

.see-more p:hover {
  background-color: #48ebeb;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#news_wrap {
  text-align: center;
  margin: 150px auto 70px;
}

.news_wrap-deteles {
  width: 960px;
  height: auto;
  margin: 50px auto 100px;
}

.news_wrap-deteles .news_wrap-deteles-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #484849 1px solid;
  margin: 40px 0;
}

.news_wrap-deteles .news_wrap-deteles-item p {
  padding-left: 200px;
  margin-bottom: 0;
  position: relative;
  top: 5px;
}

footer {
  text-align: center;
  width: 100%;
  height: auto;
  background-color: black;
}

footer #footerID {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer-main-wrap {
  padding: 50px 50px 10px;
}

footer .footer-address img {
  padding: 15px 0;
}

footer .footer-address p {
  margin-bottom: 5px;
  padding-left: 15px;
  color: white;
}

footer .footer-address a {
  padding-left: 15px;
}

footer .footer-sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  margin-top: 10px;
}

footer .footer-sns_list li a:hover {
  background: none;
}

footer .footer-sitemap-list {
  width: 100%;
  padding: 100px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

footer .footer-sitemap-list h3 {
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-family: "Shippori Mincho B1", serif;
  color: white;
}

footer .footer-sitemap-list .footer-home {
  padding: 0 20px;
}

footer .footer-sitemap-list .footer-whatis {
  padding: 0 20px;
}

footer .footer-sitemap-list .footer-menu {
  padding: 0 20px;
}

footer .footer-sitemap-list .footer-news {
  padding: 0 20px;
}

footer .footer-sitemap-list .footer-reservation {
  padding: 0 20px;
}

.profili-name-1 {
  font-size: 60px;
  margin-bottom: -10px;
  text-decoration: underline;
  -webkit-text-decoration-color: white;
          text-decoration-color: white;
  color: white;
}

.end-font {
  margin-bottom: 100px;
}

.profili-name-2 {
  font-size: 30px;
  margin-bottom: 20px;
  color: white;
}

.mb-0 {
  text-align: left;
  font-size: 24px;
  margin: auto;
  color: white;
}

.background-syacyoynokoe {
  background-color: #484849;
  width: 100%;
  padding: 9.9%;
}

.background-syacyoynokoe-1 {
  background-color: #484849;
  width: 100%;
  padding: 15.5%;
}

.background-syacyoynokoe-2 {
  background-color: #484849;
  width: 100%;
  padding: 22%;
}

.bottan-margin {
  padding-bottom: 100px;
}

.h2-heading {
  color: #ffffff;
}

.font-color {
  color: #ffffff;
}
/*# sourceMappingURL=style.css.map */