@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Roboto", sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fcfcfc;
  letter-spacing: 0.06em;
}
body h1, body h2, body h3, body h4 {
  line-height: 1;
  font-weight: 600;
}
body h1 {
  font-weight: 500;
}
body p {
  font-weight: 500;
}
body h2 {
  font-size: 26px;
  margin: 0 0 10px;
}
body h3 {
  font-size: 22px;
}
body h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}
body h5 {
  font-size: 18px;
  margin-bottom: 15px;
}
body .title_en {
  font-family: "Roboto";
  font-size: 18px;
  color: #969696;
  text-align: center;
  margin: 10px 0 60px;
}
body li {
  list-style: none;
}
body a, body a:visited {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
body a:hover, body a:visited:hover {
  cursor: pointer;
  opacity: 0.5;
}
body .font_red {
  color: #BE272D;
}
body .trial_btn {
  max-width: 350px;
  position: relative;
  color: white;
  padding: 20px 0;
  border-radius: 5px;
  background-image: radial-gradient(circle at 100% 0%, rgb(244, 144, 30) 15%, rgb(190, 39, 40));
  transition: 0.3s;
  text-align: center;
}
body .trial_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: translateX(-25%) rotate(45deg);
}
body .trial_btn:hover {
  opacity: 0.5;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

.link {
  text-decoration: underline;
  display: inline-block;
  position: relative;
}
.link_pdf::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  background: url(../img/icon_pdf.png) center/cover no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.link_gaibu::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -18px;
  background: url(../img/external_link.png) center/cover no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
}

header {
  width: 100%;
  padding: 0 2%;
  background-color: #fff;
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
}
header h1 {
  font-family: "Roboto";
  font-size: 25px;
  letter-spacing: 0.02em;
}
header .rubi {
  display: block;
  font-size: 12px;
}

.header_nav ul {
  display: flex;
  align-items: center;
}
.header_nav ul li {
  display: inline-block;
  max-width: 145px;
  padding: 0px 20px;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.header_nav ul li a {
  display: block;
  height: 100%;
  width: 100%;
}
.header_nav ul li span {
  display: block;
  align-items: center;
  font-size: 8px;
  text-align: center;
}
.header_nav ul li:nth-of-type(6), .header_nav ul li:nth-of-type(7) {
  margin-right: 0;
}
.header_nav ul li:hover a {
  color: #BE272D;
  opacity: 1;
}

.btn_nav_trial {
  position: relative;
  min-width: 145px;
  text-align: center;
  color: #FFF;
  padding: 20px 0 !important;
  transition: 0.3s;
  background-image: radial-gradient(circle at 100% 0%, rgb(244, 144, 30) 15%, rgb(190, 39, 40));
}
.btn_nav_trial:hover {
  opacity: 0.5;
}
.btn_nav_member {
  position: relative;
  min-width: 145px;
  height: 100%;
  text-align: center;
  color: #FFF;
  padding: 20px 0 !important;
  transition: 0.3s;
  background-color: #24ACC7;
}
.btn_nav_member:hover {
  opacity: 0.5;
}

.inner_en {
  font-size: 8px;
  padding-top: 5px;
}

section {
  padding: 80px 0 120px;
}

.section_gray {
  background-color: #EFEFEF;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 67px auto;
}
.container_s {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.container_ss {
  width: 90%;
  max-width: 760px;
  margin: 0 auto 160px;
}

.table {
  border-collapse: collapse;
  margin: 0 auto 70px;
  max-width: 980px;
  width: 90%;
}
.table tr:nth-child(odd) {
  background-color: #FCFCFC;
}
.table tr:nth-child(even) {
  background-color: #E6E6E6;
  border: 2px solid #fff;
}
.table th, .table td {
  font-weight: 500;
  padding: 22px 5px;
  line-height: 1;
}
.table td {
  border: 2px solid #f4f4f4;
  text-align: center;
  padding: 22px 10px;
  width: 280px;
}
.table_title {
  background-color: #808080;
  color: #fff;
  /* &:nth-child(1){
  border-radius: 10px 0 0 0;
  } */
}
.table_th_trial {
  background-image: radial-gradient(circle at 100% 0%, rgb(244, 144, 30) 15%, rgb(190, 39, 40));
  color: #FFF;
  border-radius: 5px 0 0 0;
}
.table_th_member {
  background-color: #24ACC7;
  color: #FFF;
  border-radius: 0 5px 0 0;
}
.table .price {
  font-size: 30px;
}
.table .times {
  font-size: 16px;
  padding-right: 5px;
}
.table .tax {
  font-size: 10px;
}
.table .remarks {
  text-align: left;
  line-height: 1.2;
}

.title_txt {
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  width: 90%;
  margin: 0 auto 60px;
}

.btn_black {
  position: relative;
  background-color: #000;
  color: #fff;
  width: 305px;
  font-size: 18px;
  padding: 15px 15px 15px 0;
  text-align: center;
  border-radius: 5px;
  margin: 0 auto;
}
.btn_black::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: translateX(-25%) rotate(45deg);
}
.btn_black:hover a {
  opacity: 0.5;
}

.campaign {
  color: red;
  font-size: 16px;
  line-height: 1.5;
}

.red {
  color: red;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  width: 716px;
  height: 100vh; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-size: contain;
}

.slick-slide {
  min-height: 100vh;
}

/*　背景画像設定　*/
.slider-item01 {
  background: url(../img/kv_img_summer.jpg);
}

.slider-item02 {
  background: url(../img/kv_img_02__.jpg);
}

.slider-item03 {
  background: url(../img/kv_img_03.jpg);
}

.slider-item04 {
  background: url(../img/kv_img_04_.jpg);
}

.slider-item05 {
  background: url(../img/kv_img_05.jpg);
}

/* .slider-item06 {
    background:url(../img/blog/240701_01.png);
} */
.slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 100vh; /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #fff; /*矢印の色*/
  border-right: 2px solid #fff; /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev { /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next { /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -50px 0 0 0; /*ドットの位置*/
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #fff; /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}

/*TOPページ*/
#top .container {
  margin: 77px auto;
  margin-bottom: 0;
  max-width: 1270px;
}
#top .kv {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#top .kv_copy {
  font-size: 23px;
  padding-bottom: 30px;
  line-height: 2;
}
#top .kv_img {
  /* margin: 67px 0 0; */
  width: 716px;
}
#top .kv_storename {
  font-family: "Roboto";
  font-size: 35px;
  margin-bottom: 70px;
  letter-spacing: 0.02em;
}
#top .news_inner {
  max-width: 810px;
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
  /* font-weight: 500; */
  margin: 0 auto;
  padding: 13px 0;
  border-bottom: solid 1px;
}
#top .news_inner .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  margin: 7px 0 0 5px;
  right: 0;
}
#top .news_inner .arrow::before {
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.18em 0.31177em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#top .news_inner a {
  display: flex;
}
#top .news_inner a:hover {
  opacity: 0.5;
}
#top .news .more-news {
  justify-content: right;
  padding-right: 20px;
  border-bottom: none;
}
#top .news_category {
  color: #fff;
  padding: 5px 10px;
  margin-right: 15px;
  background-color: #000;
  font-size: 12px;
  display: inline-block;
  max-width: 100px;
  min-width: 100px;
  text-align: center;
  white-space: nowrap;
}
#top .news_date {
  font-size: 18px;
  margin-right: 20px;
}
#top .news_title {
  font-size: 18px;
}
#top .news_all {
  display: block;
  max-width: 680px;
  width: 100%;
  margin: 13px auto 0;
  text-align: right;
  /* a{
      &:hover{
          opacity: 0.5;
      }
  } */
}
#top .firsttime .flex {
  justify-content: space-evenly;
}
#top .firsttime .flex div {
  text-align: center;
  max-width: 50%;
  min-width: 300px;
}
#top .firsttime_img {
  padding-bottom: 20px;
  max-height: 150px;
  max-width: 350px;
}
#top .firsttime p {
  font-size: 18px;
  font-weight: 600;
}
#top .firsttime p span {
  font-size: 14px;
}
#top .future_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 90%;
  max-width: 1096px;
  margin: 0 auto;
}
#top .future_li {
  position: relative;
  width: 320px;
}
#top .future_li:nth-of-type(4) {
  margin-left: 17.5%;
}
#top .future_li:nth-of-type(5) {
  margin-right: 17.5%;
}
#top .future_li:nth-of-type(n+4) {
  margin-top: 50px;
}
#top .future_li img {
  width: 100%;
  height: 214px;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .future_li span {
  font-size: 10px;
}
#top .future_number {
  position: absolute;
  top: -0.5em;
  left: -3px;
  font-family: "Roboto";
  font-size: 70px;
  color: #969696;
  letter-spacing: 0em;
}
#top .future_title {
  font-size: 20px;
  width: 320px;
  line-height: 1.5;
  margin: 10px 0 5px;
}
#top .future_txt {
  width: 320px;
  line-height: 1.5;
  /* margin-bottom: 25px; */
}
#top .belongings .flex {
  justify-content: space-evenly;
}
#top .belongings .flex div {
  text-align: center;
  max-width: 300px;
  min-width: 300px;
}
#top .belongings_img {
  width: 130px;
  padding-bottom: 20px;
}
#top .belongings p {
  font-size: 18px;
}
#top .belongings p span {
  font-size: 14px;
}
#top .price .table .th_color {
  background-color: #EFEFEF;
}
#top .map {
  width: 546px;
  max-width: 100%;
  height: 563px;
  margin-right: 50px;
}
#top .access_table {
  font-size: 16px;
  border-collapse: collapse;
}
#top .access_table th {
  text-align: left;
  padding-right: 40px;
}
#top .access_table tr {
  border-bottom: 1px #c9c9c9 solid;
}
#top .access_table a {
  text-decoration: underline;
}
#top .parking {
  margin: 100px auto 0;
  align-items: center;
  flex-wrap: wrap-reverse;
  width: 960px;
  max-width: 90%;
  justify-content: space-evenly;
}
#top .parking h3 {
  margin-bottom: 10px;
}
#top .parking p {
  max-width: 400px;
}
#top .parking_img {
  width: 300px;
}
#top .line {
  align-items: center;
  justify-content: space-evenly;
}
#top .line_txt {
  font-size: 26px;
  text-align: center;
  padding-bottom: 40px;
  line-height: 1.5;
}
#top .line_txt_s {
  font-size: 16px;
  line-height: 1.5;
  width: 364px;
  margin-bottom: 20px;
}
#top .line_img {
  width: 228px;
}
#top .line .line_tomodachi {
  margin: 0 auto;
  display: block;
}

.flex {
  display: flex;
  justify-content: center;
}

dl dt {
  font-size: 20px;
}
dl dd {
  padding-left: 20px;
}
dl dd:last-of-type {
  margin-bottom: 30px;
}

.list-detail {
  list-style: none;
}

.list-detail li:before {
  list-style: none;
}

h2 {
  text-align: center;
}

h3 {
  text-align: center;
}

.footer {
  background: #4D4D4D;
  color: #FFF;
  padding: 0 0 10px;
}
.footer .container {
  padding: 68px 0 0;
  margin: 0 auto;
}
.footer_inner {
  text-align: right;
}
.footer_storename {
  font-size: 36px;
  text-align: right;
  margin-bottom: 10px;
  display: inline-block;
}
.footer_storename_s {
  font-size: 24px;
  text-align: right;
  display: inline-block;
}
.footer_nav li {
  font-size: 16px;
  margin-bottom: 25px;
}
.footer_nav li:last-of-type {
  margin-bottom: 80px;
}
.footer .sns_btn {
  width: 30px;
  margin-right: 10px;
}
.footer .copyright {
  display: block;
  margin: 0 auto;
  font-size: 10px;
  text-align: center;
}

#future h2 {
  margin-top: 150px;
}
#future .future_kv {
  width: 100%;
  background-image: url(../img/future_kv_01.jpg);
  background-size: cover;
  height: 657px;
  display: flex;
  justify-content: left;
  align-items: center;
}
#future .future_kv p {
  color: #FFF;
}
#future .future_kv_inner {
  margin-left: 10%;
  width: 50%;
}
#future .future_kv_title {
  font-size: 26px;
  margin-bottom: 20px;
}
#future .future_kv_txt {
  font-size: 18px;
  line-height: 2;
}
#future .floor_img {
  width: 951px;
  max-width: 90%;
  display: block;
  margin: 0 auto;
}
#future .machine_inner {
  display: flex;
  align-items: center;
  max-width: 840px;
  margin: 0 auto 100px;
  width: 90%;
}
#future .machine_inner img {
  margin-right: 90px;
  max-width: 300px;
  height: 210px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
#future .machine_title {
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1.5;
}
#future .machine_txt {
  line-height: 1.5;
}
#future .machine_future {
  display: flex;
  flex-wrap: wrap;
  width: 960px;
  margin: 0 auto;
  justify-content: space-evenly;
  max-width: 90%;
}
#future .machine_future li {
  width: 260px;
  margin-bottom: 60px;
}
#future .machine_future li:nth-of-type(4) {
  margin-left: 17.5%;
}
#future .machine_future li:nth-of-type(5) {
  margin-right: 17.5%;
}
#future .machine_future li:nth-of-type(n+4) {
  margin-top: 30px;
}
#future .machine_future li img {
  height: 170px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#future .machine_future_title {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 15px;
}
#future .machine_future_txt {
  line-height: 1.2;
}
#future .floor_room {
  display: flex;
  flex-wrap: wrap;
  width: 960px;
  max-width: 90%;
  margin: 50px auto;
  justify-content: space-evenly;
}
#future .floor_room li {
  width: 250px;
}
#future .floor_room li img {
  width: 250px;
  background-color: #24ACC7;
}
#future .floor_room_title {
  font-size: 18px;
  margin: 5px auto 10px;
}
#future .floor_room_txt {
  font-weight: 400;
  margin-bottom: 30px;
}

#blog h2 {
  margin-top: 150px;
}
#blog .title_en {
  margin-bottom: 20px;
}
#blog .flex {
  justify-content: left;
}
#blog .blog_container {
  width: 70%;
  max-width: 630px;
  margin: 0 auto;
}
#blog .blog_container h3 {
  margin: 30px 0 30px;
  line-height: 1.5;
  text-align: left;
}
#blog .blog_category {
  color: #fff;
  padding: 5px 10px;
  margin-right: 15px;
  background-color: #000;
  font-size: 12px;
  display: inline-block;
  max-width: 100px;
  min-width: 100px;
  text-align: center;
  white-space: nowrap;
}
#blog .blog_txt {
  line-height: 2;
  margin-bottom: 100px;
}
#blog .archive {
  margin-bottom: 100px;
  max-width: 80%;
}
#blog .news-list li {
  margin-bottom: 20px;
}
#blog .news-list li p {
  display: inline-block;
}

#lesson h2 {
  margin-top: 150px;
}
#lesson .title_en {
  margin-bottom: 30px;
}
#lesson .profile_container {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
#lesson .profile_inner {
  width: 435px;
  margin-bottom: 130px;
}
#lesson .profile_inner img {
  width: 100%;
}
#lesson .profile_inner .line .flex {
  align-items: center;
  padding: 15px 0;
}
#lesson .profile_inner .line img {
  width: 150px;
}
#lesson .profile_inner .line p {
  padding: 10px;
}
#lesson .profile_table {
  border-collapse: collapse;
}
#lesson .profile_table tr {
  border-bottom: 1px solid #4D4D4D;
}
#lesson .profile_table th {
  width: 22%;
  padding: 15px 5px;
  text-align: start;
}
#lesson .profile_table td {
  padding: 15px 10px;
}
#lesson .profile_name {
  margin: 10px 0;
  font-size: 26px;
}
#lesson .profile_name_en {
  margin-left: 10px;
  font-size: 14px;
}

#price h2 {
  margin-top: 150px;
}
#price .title_en {
  margin-bottom: 30px;
}
#price .container_s {
  max-width: 680px;
  padding: 0 0 100px;
}
#price .container_s ul li {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1.2em;
}
#price .container_s ul li:last-child {
  margin-bottom: 100px;
}
#price .container_s ul li::before {
  content: "";
  display: inline-block;
  background: #000;
  width: 1em;
  height: 1em;
  margin-right: 5px;
  vertical-align: middle;
}

#flow h2 {
  margin-top: 150px;
}
#flow .tab-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  position: sticky;
  top: 76px;
  background-color: #fcfcfc;
  z-index: 99;
}
#flow .tab-list-item {
  text-align: center;
  flex: 0 0 33.33333%;
  background-color: #969696;
  padding: 10px 0;
  cursor: pointer;
  max-width: 360px;
  color: #fff;
  border-radius: 5px 5px 0 0;
  margin-right: 5px;
  transition: 0.3s;
}
#flow .tab-list-item:last-child {
  margin-right: 0;
}
#flow .tab-list-item:hover {
  opacity: 0.5;
}
#flow .tab-list .active {
  background-color: #BE272D;
}
#flow .tab-contents-item {
  display: none;
}
#flow .tab-contents-item.show {
  display: block;
  max-width: 817px;
  width: 90%;
  margin: 0 auto;
}
#flow .tab-contents-item .entry {
  display: flex;
  justify-content: space-around;
  padding: 60px 50px;
  background-color: #F7F7F7;
  border-radius: 15px;
}
#flow .tab-contents-item .entry div {
  max-width: 420px;
  width: 100%;
}
#flow .tab-contents-item .entry div h3 {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 22px;
}
#flow .tab-contents-item .entry div p {
  font-size: 16px;
  line-height: 1.5;
}
#flow .tab-contents-item .entry div .supplement {
  display: block;
  width: 50%;
}
#flow .tab-contents-item .entry div .flex {
  display: inline-block;
  justify-content: end;
}
#flow .tab-contents-item .entry div .pdf_link {
  display: block;
  border-bottom: solid 1px #000;
}
#flow .tab-contents-item .entry img {
  width: 170px;
  height: 100%;
}
#flow .tab-contents-item .entry .floor {
  display: block;
  width: 100%;
  max-width: 250px;
  height: 167px;
  -o-object-fit: cover;
     object-fit: cover;
}
#flow .icon {
  width: 25px !important;
}
#flow .icon_link {
  width: 14px !important;
}
#flow .dli-caret-down {
  display: block;
  margin: 15px auto;
  color: #333;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 1.5em 1.5em;
  border-top-color: currentColor;
  border-bottom: 0;
}
#flow .trial_btn {
  margin: 60px auto;
}
#flow .container_s {
  max-width: 680px;
  padding: 0 0 100px;
}
#flow .container_s ul li {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1.2em;
}
#flow .container_s ul li:last-child {
  margin-bottom: 100px;
}
#flow .container_s ul li::before {
  content: "";
  display: inline-block;
  background: #000;
  width: 1em;
  height: 1em;
  margin-right: 5px;
  vertical-align: middle;
}
#flow .container_s .flex a .btn_black {
  margin-right: 30px;
}

/* trems */
#terms.container {
  width: 90%;
  max-width: 760px;
  margin-top: 160px;
}
#terms.container dl dt {
  margin-bottom: 10px;
}
#terms.container dl dt::before {
  content: "";
  border-left: 10px solid #BE272D;
  margin-right: 3px;
}
#terms.container dl dd {
  line-height: 1.7;
  padding-left: 0;
}

#privacy.container {
  width: 90%;
  max-width: 760px;
  margin-top: 160px;
}
#privacy.container .privacy_txt {
  margin-bottom: 50px;
  line-height: 1.2;
  letter-spacing: 0.07em;
}
#privacy.container dl dt {
  margin-bottom: 10px;
}
#privacy.container dl dt::before {
  content: "";
  border-left: 10px solid #BE272D;
  margin-right: 3px;
}
#privacy.container dl dd {
  line-height: 1.2;
  padding: 0 0 20px 0;
  letter-spacing: 0.03em;
}

#commercial_transactions.container {
  width: 90%;
  max-width: 760px;
  margin-top: 160px;
}
#commercial_transactions.container dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}
#commercial_transactions.container dl dt::before {
  content: "";
  border-left: 10px solid #BE272D;
  margin-right: 3px;
}
#commercial_transactions.container dl dd {
  line-height: 1.2;
  padding: 0 0 20px 0;
  letter-spacing: 0.03em;
}

#faq {
  /* .tab-list {
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      position: sticky;
      top: 76px;
      background-color: #fcfcfc;
      z-index: 99;
      &-item {
          text-align: center;
          flex: 0 0 33.33333%;
          background-color: #969696;
          padding: 10px 0;
          cursor: pointer;
          max-width: 160px;
          color: #fff;
          border-radius: 5px 5px 0 0;
          margin-right: 5px;
          transition: 0.3s;
          &:last-child{
              margin-right: 0;
              }
          &:hover{
              opacity: .5;
          }
      }
      .active{
          background-color: #BE272D;
      }
  }
  .tab-contents{
      &-item {
          display: none;
              &.show{
                  display: block;
                  max-width: 817px;
                  width: 90%;
                  margin: 0 auto;
              }
      }

  } */
}
#faq h2 {
  margin-top: 150px;
}
#faq dl dt {
  display: flex;
  align-items: center;
  font-weight: bold;
}
#faq dl dt .faq_icon {
  width: 40px;
  height: 40px;
  background-color: #BE272D;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  line-height: 1;
  display: flex;
}
#faq dl dd {
  padding-left: 50px;
  border-style: none none dotted;
  border-width: 1px;
  border-color: #333;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
#faq dl dd a {
  text-decoration: underline;
}

@media screen and (max-width: 780px) {
  /* 780px以下に適用されるCSS（スマホ用） */
  body {
    font-size: 14px;
  }
  body h2 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  body p {
    font-size: 14px;
  }
  body .title_en {
    font-size: 18px;
    margin: 5px 0 30px;
  }
  h3 {
    font-size: 22px;
  }
  section {
    padding: 60px 0 90px;
  }
  .flex {
    display: block;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  header {
    height: 80px;
  }
  .header_nav {
    position: fixed;
    right: -870px; /* 右から出てくる */
    top: 0;
    width: 90%; /* スマホに収まるサイズ */
    height: 100vh;
    padding: 60px 0;
    background-color: #fff;
    transition: all 0.6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .header_nav ul {
    display: block;
  }
  .header_nav ul li {
    display: block;
    margin: 0 auto 20px;
    font-size: 18px;
    max-width: 200px;
  }
  .header_nav ul li:nth-of-type(7), .header_nav ul li:nth-of-type(8) {
    margin: 0 auto;
  }
  .hamburger {
    position: absolute;
    right: 25px;
    top: 18px;
    width: 50px; /* クリックしやすい幅 */
    height: 50px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    text-align: center;
  }
  .header_nav ul li:nth-of-type(6) {
    margin: 0 auto;
  }
  .nav_item a {
    display: block;
    padding: 8px 0;
    text-decoration: none;
    color: #333;
  }
  .nav_item a:nth-of-type(7), .nav_item a:nth-of-type(8) {
    border: none;
  }
  .nav_item a:hover {
    background-color: #eee;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 40px;
    height: 2px;
    background-color: #333;
    transition: all 0.6s;
  }
  .hamburger_border_top {
    top: 8px;
  }
  .hamburger_border_center {
    top: 17px;
  }
  .hamburger_border_bottom {
    top: 26px;
  }
  .slider {
    width: 100%;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
  }
  .nav-open .header_nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
  .btn_black {
    font-size: 14px;
    padding: 15px 10px 15px 0;
  }
  #top .container {
    margin: 80px 0 0;
    width: 100%;
  }
  #top .campaign {
    font-size: 14px;
  }
  #top .kv_copy {
    font-size: 16px;
    padding-bottom: 20px;
  }
  #top .kv_copy_container {
    position: absolute;
    margin-left: 10%;
    color: #FFF;
    z-index: 999;
  }
  #top .kv_storename {
    font-size: 20px;
  }
  #top .kv_img {
    margin: 0;
    max-width: 100%;
  }
  #top .news_container {
    width: 90%;
    margin: 0 auto;
  }
  #top .news_inner {
    display: block;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #top .news_category {
    margin: 0 10px 10px 0;
    padding: 5px 10px;
  }
  #top .news_date {
    display: inline-block;
    margin-right: 10px;
  }
  #top .news_title {
    display: flex;
    align-items: center;
    line-height: 1.2;
    margin-right: 10px;
  }
  #top .firsttime .flex {
    display: block;
  }
  #top .firsttime .flex div {
    max-width: 90%;
    margin: 0 auto;
  }
  #top .future_ul {
    justify-content: space-evenly;
  }
  #top .future_ul li {
    margin-bottom: 50px;
  }
  #top .future_ul li:nth-of-type(4) {
    margin-left: 0;
  }
  #top .future_ul li:nth-of-type(n+4) {
    margin-top: 0;
  }
  #top .future_ul li:nth-of-type(5) {
    margin: 0;
  }
  #top .future_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  #top .future_txt {
    font-size: 14px;
    margin-bottom: 0;
  }
  #top .belongings .flex div {
    margin: 0 auto 50px;
  }
  #top .map {
    margin: 0 auto;
    height: 300px;
  }
  #top .access_table {
    width: 90%;
    margin: 0 auto;
  }
  #top .access_table th {
    padding: 18px 5px 18px 0;
  }
  #top .access_table td {
    padding: 10px 0;
  }
  #top .parking.flex {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  #top .parking_img {
    display: block;
    margin: 20px auto 0;
  }
  #top .line {
    text-align: center;
  }
  #top .line .line_txt {
    padding-bottom: 20px;
  }
  #top .line .line_txt_s {
    margin: 0 auto 20px;
    text-align: left;
  }
  #flow .tab-list {
    top: 80px;
  }
  #flow .tab-list-item:hover {
    opacity: 1;
  }
  #flow .tab-contents-item .show {
    margin: 42px auto;
  }
  #flow .tab-contents-item .entry {
    padding: 40px 20px;
  }
  #flow .tab-contents-item .entry div {
    margin-bottom: 15px;
  }
  #flow .tab-contents-item .entry div h3 {
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  #flow .tab-contents-item .entry div p {
    font-size: 14px;
    max-width: 230px;
  }
  #flow .tab-contents-item .entry div .supplement {
    width: 80%;
  }
  #flow .tab-contents-item .entry img {
    width: 130px;
    margin-left: 10px;
  }
  #flow .tab-contents-item .entry .floor {
    height: 92px;
  }
  #flow .tab-contents-item .entry .link_pdf::after {
    width: 15px;
    height: 15px;
  }
  #flow .tab-contents-item .block {
    display: block;
  }
  #flow .tab-contents-item .block div {
    width: 100%;
  }
  #flow .tab-contents-item .block div p {
    max-width: 100%;
    width: 100%;
  }
  #flow .tab-contents-item .block .floor {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    height: 193px;
  }
  #flow .container_s .flex a .btn_black {
    margin: 0 auto 10px;
  }
  #top .campaign, #price .campaign {
    font-size: 10px;
  }
  #top .table, #price .table {
    width: 90%;
  }
  #top .table th, #price .table th {
    font-size: 12px;
    padding: 8px 5px;
  }
  #top .table td, #price .table td {
    font-size: 12px;
    padding: 8px 5px;
  }
  #top .table_title, #price .table_title {
    font-size: 12px;
  }
  #top .table .price, #top .table #price, #price .table .price, #price .table #price {
    font-size: 14px;
  }
  #top .table .tax, #price .table .tax {
    font-size: 8px;
  }
  #top .table .times, #price .table .times {
    font-size: 12px;
  }
  #top .table .remarks, #price .table .remarks {
    font-size: 10px;
  }
  .footer_storename {
    font-size: 26px;
  }
  .footer_storename_s {
    font-size: 14px;
  }
  dl dt {
    font-size: 16px;
  }
  .container {
    font-size: 14px;
  }
  #future .future_kv {
    background-position: 60%;
  }
  #future .future_kv_inner {
    max-width: 350px;
    width: 90%;
    margin: 0 auto;
  }
  #future .machine_inner {
    display: block;
    max-width: 250px;
    text-align: left;
    margin-bottom: 50px;
  }
  #future .machine_inner img {
    margin: 0 auto;
  }
  #future .machine_future li:nth-of-type(4) {
    margin-left: 0;
  }
  #future .machine_future li:nth-of-type(5) {
    margin-right: 0;
  }
  #future .machine_future li:nth-of-type(n+4) {
    margin-top: 0;
  }
  #future .machine_title {
    font-size: 18px;
    margin: 10px 0;
  }
  #lesson .line .flex {
    display: flex;
  }
  #faq dl dt {
    padding-bottom: 10px;
  }
  #faq dl dt .faq_icon {
    width: 25px;
    height: 25px;
  }
  #faq dl dd {
    padding-left: 0px;
  }
}/*# sourceMappingURL=style.css.map */