*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  font-style: normal;
  min-width: 320px;
  height: 100%;
}

body {
  background-color: rgb(245, 245, 245);
  color: #323232;
  min-width: 350px;
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  letter-spacing: 1px;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  background: #1A1A1A;
  color: white;
}

a {
  text-decoration: none;
  color: white;
}

.en-font {
  font-family: "Roboto", sans-serif;
}

.top-wrap {
  height: 100svh;
  width: 100%;
  position: relative;
  border-bottom: white 2px solid;
}

.top-video {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.top-video video {
  position: relative;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
}

.top-img {
  width: 260px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
@media screen and (min-width: 768px) {
  .top-img {
    width: 30vw;
    max-width: 500px;
  }
}

img {
  width: 100%;
}

.top-video::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.3;
  position: absolute;
  top: 0;
}

.header{
  display: none;
}
.show{
  display: block;
}
.menu_bar_fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
}

.sp-nav {
  height: 100px;
  display: flex;
}

.sp-nav-logo {
  width: 160px;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .sp-nav-logo {
    width: 220px;
    left: 44px;
  }
}
.sp-nav-instagram {
  width: 60px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .sp-nav-instagram {
    width: 80px;
    right: 24px;
  }
}

.sp-nav-reserve {
  position: absolute;
  top: 50%;
  right: 68px;
  transform: translateY(-50%);
  border: white 1px solid;
  padding: 4px 16px;
  transition: .3s;
  cursor: pointer;
}
.sp-nav-reserve:hover{
  background: white;
  color: #323232;
}
@media screen and (min-width: 768px) {
  .sp-nav-reserve {
    font-size: 24px;
    letter-spacing: 2.4px;
    padding: 12px 40px;
    right: 100px;
  }
}

.menu_bar_fixed img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .menu_bar_fixed {
    top: 0;
    right: 0;
  }
}
.menu_bar{
  position: relative;
  height: 100px;
}
@media screen and (min-width:768px) {
  .menu_bar{
    background: none;
    height: 140px;
  }
}

a {
  text-decoration: none;
}

li{
  list-style: none;
}
.p_margin{
  margin: 0 0 12px 0;
}
@media screen and (min-width:768px) {
  .p_margin{
    margin: 0 0 20px 0;
  }
}

/*menu*/
.menu {
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);  width: 30px;
  z-index: 99;
}
@media screen and (min-width:768px) {
  .menu{
    right: 40px;
  }
}

.menu__line {
  background: white;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform .3s;
  width: 100%;
}

.menu__line--center {
  top: 9px;
}

.menu__line--bottom {
  bottom: 0;
}

.menu__line--top.active {
  top: 8px;
  transform: rotate(45deg);
  background: white;
}

.menu__line--center.active {
  transform: scaleX(0);
  background: white;
}

.menu__line--bottom.active {
  bottom: 10px;
  transform: rotate(135deg);
  background: white;
}

/*gnav*/
.gnav {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98;
}

.gnav__wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  overflow: hidden;

}

.gnav__menu__item {
  margin: 40px 0;
}

.gnav__menu__item a {
  color: #fff;
  font-size: 22px;
  letter-spacing: 2px;
  padding: 40px;
  text-decoration: none;
  transition: .5s;
}

.gnav__menu__item a:hover {
  color: #666;
}

.gnav ul {
  list-style: none;
}

.gnav ul li {
  list-style: none;
  display: block;
}

.gnav li.gnav__menu__item::marker {
  display: list-item;
  list-style: none;
  display: block;
}

/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  bottom: 10px;
  /*全体の高さ*/
  height: 50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: -16px;
  top: -16px;
  color: #eee;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (min-width:768px) {
  .scrolldown1 span {
    left: -18px;
    top: -28px;
    font-size: 16px;
  }
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }

  30% {
    height: 30px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

/*========= レイアウトのためのCSS ===============*/

h1 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #eee;
  text-shadow: 0 0 15px #666;
  text-align: center;
}


.sp_hidden{
  display: none;
}
@media screen and (min-width:768px) {
  .sp_hidden{
    display: block;
  }
}
.pc_hidden{
  display: block;
}
@media screen and (min-width:768px) {
  .pc_hidden{
    display: none;
  }
}
@media screen and (min-width:768px) {
  .contents-inner{
    max-width: 800px;
    margin: 0 auto;
    position: relative;
  }
}

/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  bottom: 10px;
  /*全体の高さ*/
  height: 50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: -16px;
  top: -16px;
  color: #eee;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (min-width:768px) {
  .scrolldown1 span {
    left: -18px;
    top: -28px;
    font-size: 16px;
  }
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }

  30% {
    height: 30px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}


/*==================================================
スライダーのためのcss
===================================*/
#main_slider {
  width: 100%;
  height: 100dvh;
}
@media screen and (min-width:768px) {
  #main_slider {
    height: 100dvh;
    width: 100%;
    margin: 0 0 0 auto;
  }
}

.vegas-wrapper{
  background: rgba(0, 0, 0, 0.4);
}

.pc_top{
  width: 100%;
  height: 10dvh;
  background: rgba(218, 208, 194, 1);

}

@media screen and (min-width:768px) {
  #header,
  #header:before {
    height: 95vh;
  }
}



.concept-wrap {
  width: 100%;
  padding: 80px 0 60px 0;
}
@media screen and (min-width:768px) {
  .concept-wrap {
    padding: 120px 0;
  }
}

.contents-inner {
  width: 88%;
  margin: 0 auto;
}

.concept-wrap h2 {
  font-size: 40px;
  letter-spacing: 4px;
  margin: 0 0 60px 0;
}
@media screen and (min-width:768px) {
  .concept-wrap h2 {
    font-size: 60px;
    letter-spacing: 6px;
    margin: 0 0 100px 0;
  }
}


.title-svg{
  width: 100%;
  height: 52px;
  display:block;
}
.title-svg-text{
  font-size: 48px;
  letter-spacing: 2px;
  stroke-width: 0.5px;
  stroke: transparent;
  fill: transparent;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
}
.text-anime{
  animation: text_animation ease 2.5s forwards;
}

@keyframes text_animation {
  0% {
    stroke-dashoffset: 600;
    fill:transparent;
  }
  50% {
    fill:transparent;
    stroke: #FFF;  
  }
  70% {
    fill:#FFF;  
  }
  100% {
    stroke-dashoffset: 0;
    stroke: transparent;
    fill:#FFF;  
  }
}
@media screen and (min-width:768px) {
  .title-svg-text{
    font-size: 60px;
    letter-spacing: 6px;
  }
}


.wrap-text {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1.2px;
  font-weight: lighter;
}
@media screen and (min-width:768px) {
  .wrap-text {
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 1.4px;
  }
}
.wrap-more {
  position: relative;
  font-size: 14px;
  letter-spacing: 1.4px;
  margin: 40px 0 0 0;
}
@media screen and (min-width:768px) {
  .wrap-more {
    font-size: 28px;
    letter-spacing: 4px;
    margin: 60px 0 0 0;
  }
}

.more-under-bar {
  width: 100px;
  height: 2px;
  background-color: white;
  position: relative;
  top: 6px;
  transition: 0.3s;
}
@media screen and (min-width:768px) {
  .more-under-bar {
    width: 200px;
  }
}
.wrap-more a:hover + .more-under-bar {
  width: 125px;
}
@media screen and (min-width:768px) {
  .wrap-more a:hover + .more-under-bar {
    width: 250px;
  }
}

.concept-img {
  position: absolute;
  height: auto;
  width: 340px;
  right: 0;
  margin: 48px 0 0 0;
}

.concept-img img {
  position: absolute;
}
@media screen and (min-width:768px) {
  .concept-img {
    position: relative;
    width: 80%;
    margin: 120px auto 0 auto;
  }
  
  .concept-img img {
    position: relative;
  }
}

.concept-img:before {
  content: "";
  display: block;
}

.menu-wrap {
  background-image: url(../img/tex1.jpg);
  padding: 80px 0 100px 0;
  background-color: rgba(10, 10, 10, 0.5);
  background-blend-mode:darken;
}
@media screen and (min-width:768px) {
  .menu-wrap {
    padding: 80px 0 200px 0;
  }
}
.menu-wrap h2{
  font-size: 28px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .menu-wrap h2{
    font-size: 40px;
    letter-spacing: 4px;
    margin: 40px 0 80px 0;
  }
}

.menu-wrap h3 {
  margin: 40px 0 0 0;
  text-align: center;
}
@media screen and (min-width:768px) {
  .menu-wrap h3 {
    margin: 120px 0 0 0;
    font-size: 32px;
    letter-spacing: 3.2px;
  }
}

.menu-area{
  margin: 28px 0 0 0;
}

.menu-accordion {
  margin: 3em auto;
  width: 90%;
}

.menu-toggle {
  display: none;
}

.menu-block {
  position: relative;
  margin: 20px 0 0 0;
}
.menu-block::after{
  position: relative;
  content: "";
  width: 100%;
  height: 1px;
  background: white;
  display: block;
}


.menu-title,
.menu-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;

}

.menu-title {
  font-size: 14px;
  padding: 1em 0 1em 28px;
  display: block;
  text-align: left;
}
@media screen and (min-width:768px) {
  .menu-title {
    font-size: 20px;
    letter-spacing: 2px;
    padding: 1em 0 1em 60px;
  }
}
.menu-title span{
  float: right;
  letter-spacing: 0;
}
@media screen and (min-width:768px) {
  .menu-title span{
    letter-spacing: 2px;
  }
}

.menu-title::after,
.menu-title::before {
  content: "";
  position: absolute;
  left: 1.25em;
  top: 1.25em;
  width: 1px;
  height: 0.75em;
  background-color: white;
  transition: all 0.3s;
}
@media screen and (min-width:768px) {
  .menu-title::after,
  .menu-title::before {
    width: 2px;
  }
}
.menu-title::after {
  transform: rotate(90deg);
}

.menu-content {
  max-height: 0;
  overflow: hidden;
}

.menu-content img{
  display: block;
  width: 80%;
  margin: 0 auto 8px auto;
}
@media screen and (min-width:768px) {
  .menu-content img{
    width: 60%;
    margin: 16px auto;
  }
}
#loading{
  width: 100vw;
  height: 100vh;
  background: #000;
}

.menu-content p {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  text-align: justify;
  font-style: normal;
  line-height: 24px;
  padding: 8px 0;
  border: 0;
}
@media screen and (min-width:768px) {
  .menu-content p {
    line-height: 40px;
    font-size: 18px;
  }
}
.menu-margin{
  margin-bottom: 8px !important;
}
@media screen and (min-width:768px) {
  .menu-margin{
    margin-bottom: 24px !important;
  }
}
.menu-toggle:checked+.menu-title+.menu-content {
  max-height: 1000px;
  transition: all 1s;
}

.menu-toggle:checked+.menu-title::before {
  transform: rotate(90deg) !important;
}

.fc_flow_open {
  color: white;
  background: #323232;
}

.menu-title_open::after,
.menu-title_open::before {
  background: white;
}

.menu-tax-text{
  text-align: right;
  display: block;
  font-size: 14px;
  margin: 24px 0 0 0;
}
@media screen and (min-width:768px) {
  .menu-tax-text{
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
.menu-img-area{
  position: relative;
  margin: 40px 0 0 0;
}
@media screen and (min-width:768px) {
  .menu-img-area{
    margin: 140px 0 0 0;
  }
}
.menu-img3{
  width: 70%;
}
@media screen and (min-width: 768px) {
  .menu-img3{
    width: 50%;
  }
}
.menu-img4{
  position: absolute;
  width: 30%;
  top: 50px;
  right: 48px;
}
@media screen and (min-width: 768px) {
  .menu-img4{
    width: 20%;
    top: 120px;
    left: 600px;
  }
}
.instagram-wrap{
  background: white;
  padding: 40px 0;
}
@media screen and (min-width:768px) {
  .instagram-wrap{
    padding: 140px 0;
  }
}
.instagram-wrap h2 {
  font-size: 40px;
  letter-spacing: 4px;
  margin: 0;
}

@media screen and (min-width:768px) {
  .instagram-wrap h2 {
    font-size: 60px;
    letter-spacing: 6px;
  }
}
.instagram-area{
  margin: 28px 0;
}
.salon-wrap{
  padding: 60px 0 80px 0;
}
@media screen and (min-width:768px) {
  .salon-wrap{
    padding: 100px 0;
  }
}
.salon-wrap h2 {
  font-size: 28px;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}
@media screen and (min-width:768px) {
  .salon-wrap h2 {
    font-size: 40px;
    letter-spacing: 4px;
  }
}
.contents-inner2{
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .contents-inner2{
    width: 100%;
    text-align: center;
  }
}
.salon-detail-cont{
  margin: 20px 0 0 0;
}
@media screen and (min-width:768px) {
  .salon-detail-cont{
    margin: 40px 0 0 0;
  }
}
.salon-detail-cont span{
  display: block;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (min-width:768px) {
  .salon-detail-cont span{
    display: block;
    font-size: 18px;
    line-height: 36px;
  }
}
.salon_map{
  width: 100vw;
  margin: 40px 0 0 0;
  filter: grayscale(100%);
}
@media screen and (min-width:768px) {
  .salon_map{
    width: 100%;
  }
}
.salon_map iframe{
  width: 100%;
  height: 240px;
}
@media screen and (min-width:768px) {
  .salon_map iframe{
    width: 100%;
    height: 600px;
    max-height: 60vh;
  }
}
.font-bold{
  font-weight: bold;
}
.recruit-wrap{
  background-image: url(../img/recruit.png);
  background-size: cover;
  padding: 60px 0 28px 0;
}
@media screen and (min-width:768px) {
  .recruit-wrap{
    background-position: 0px -600px;
    padding: 100px 0 100px 0;
  }
}
.recruit-wrap h2{
  margin: 0 0 24px 0;
  text-align: center;
  font-size: 28px;
}
@media screen and (min-width:768px) {
  .recruit-wrap{
    background-position: 0px -600px;
    padding: 100px 0 100px 0;
  }
}
@media screen and (min-width:768px) {
  .recruit-wrap h2 {
    font-size: 40px;
    letter-spacing: 4px;
  }
}
.recruit-inner{
  background-color: rgba(255, 255, 255, 0.75);
  width: 85%;
  margin: 0 auto;
  padding: 28px 20px 32px 20px;
  color: #323232;
}
@media screen and (min-width:768px) {
  .recruit-inner{
    width: 60%;
    padding: 80px 40px;
    margin: 60px auto 0 auto;
  }
}
.recruit-inner h3{
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 28px;
  margin: 0 0 16px 0;
}
@media screen and (min-width:768px) {
  .recruit-inner h3{
    font-size: 22px;
    letter-spacing: 2px;
    margin: 0 0 28px 0;
    line-height: 40px;
  }
}
.recruit-inner p{
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 28px;
  margin: 8px;
}
@media screen and (min-width:768px) {
  .recruit-inner p{
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 36px;
    margin: 12px 0;
  }
}
.recruit-inner span{
  display: block;
}
.recruit-inner a{
  background-color: #1A1A1A;
  border: 1px solid #1A1A1A;
  text-align: center;
  margin: 24px auto 0 auto;
  display: block;
  width: 180px;
  padding: 12px 0;
  transition: .3s;
}
.recruit-inner a:hover{
  background: white;
  color: #323232;
  border: 1px solid #323232;
}
@media screen and (min-width:768px) {
  .recruit-inner a{
    margin: 60px auto 20px auto;
    width: 300px;
    font-size: 20px;
    padding: 20px 0;
    letter-spacing: 2px;
  }
}
footer{
  padding: 40px 0 20px 0;
  text-align: center;
}
@media screen and (min-width:768px) {
  footer{
    padding: 60px 0 40px 0;
  }
}
.footer-link a{
  padding: 12px 20px;
  border: 1px solid white;
  margin: 20px 0 40px 0;
  display: inline-block;
  transition: .3s;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.footer-link a:hover{
  background: white;
  color: #323232;
}
@media screen and (min-width:768px) {
  .footer-link a {
    padding: 20px 40px;
    margin: 28px 0 60px 0;
    font-size: 20px;
    letter-spacing: 2px;
  }
}
footer img{
  width: 200px;
  margin: 40px 0;
}
@media screen and (min-width:768px) {
  footer img{
    width: 300px;
    margin: 80px 0;
  }
}
footer span{
  display: block;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width:768px) {
  footer span{
    font-size: 20px;
  }
}
.footer-last-cont{
  border-top: 2px solid white;
}


.scroll_up {
  transition: 0.5s ease-in-out;
  transform: translateY(20px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

.scroll_deray{
  transition-delay: 1.2s;
}

.gallery-wrap h2{
  font-size: 28px;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .gallery-wrap h2 {
      font-size: 40px;
      letter-spacing: 4px;
  }
}
.gallery-list{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.gallery-list li{
  flex-basis: 50%;
  padding: 2px 4px;
}
@media screen and (min-width: 768px) {
  .gallery-list li{
    flex-basis: 33%;
    padding: 4px 8px;
  }
}

/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* 半透明の背景 */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* 最前面に表示 */
  opacity: 0; /* 初期状態は透明 */
  animation: fadeIn 0.5s ease forwards; /* ふわっと表示するアニメーション */
}
.modal_inner{
  position: relative;
  text-align: center;
}

.modal_inner::after{
  position: absolute;
  content: "×";
  top: -60px;
  right: 6px;
  font-size: 40px;
  color: white;
}
@media screen and (min-width:768px) {
  .modal_inner::after{
    top: -80px;
    right: -40px;
   }
}

/* モーダル内の画像 */
.modal img {
  max-width: 90%; /* 画像の最大幅を指定 */
  max-height: 90%; /* 画像の最大高さを指定 */
  border-radius: 5px; /* 画像の角を丸くする */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7); /* 画像に影をつける */
  cursor: pointer; /* ポインターを表示する */
  position: relative;
}

@media screen and (min-width:768px) {
  .modal img {
    width: auto;
    height: 600px; 
    max-height: 60%;
   }
}
@keyframes fadeIn {
  from {
      opacity: 0; /* 透明からスタート */
  }
  to {
      opacity: 1; /* 完全に表示 */
  }
}

.fadeOut {
  animation: fadeOut 0.5s ease forwards;
}
@keyframes fadeOut {
  from {
      opacity: 1; /* 透明からスタート */
  }
  to {
      opacity: 0; /* 完全に表示 */
  }
}

.concept-text a{
  padding: 12px 20px;
  border: 1px solid white;
  margin: 20px auto 40px auto;
  display: block;
  width: 200px;
  transition: .3s;
  position: relative;
  z-index: 2;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width:768px) {
  .concept-text a{
    padding: 20px 40px;
    width: 400px;
    margin: 28px auto 60px auto;
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.concept-text a:hover{
  background: white;
  color: #323232;
}

.gallery-cont span{
  font-size: 14px;
}
.case_list{
  width: 100%;
  margin: 14px auto;
}
@media screen and (min-width:768px) {
  .case_list{
    margin: 40px auto 24px auto;
   }
}
.case_list ul{
  flex-wrap: wrap;
  padding: 0;
  gap: 12px;
}
.case_list li{
  flex-basis: calc(50% - 6px);
  border: 1px solid rgb(50, 50, 50);
  box-shadow: 5px 5px 10px -10px;
  background: white;
}
.case_list img{
  display: block;
}
.case_property_type {
  display: none;
}
.case_property_type2 {
  display: none;
}
#house {
  display: flex;
}
#reform {
  display: block;
}
.case_button button{
  background-color: transparent;
  cursor: pointer;
  outline: none;
  padding: 8px 16px;
  appearance: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  border: 1px solid white;
  color: white;
  font-size: 16px;
  margin: 0 4px 0 0;
}
@media screen and (min-width:768px) {
  .case_button button{
    font-size: 18px;
    padding: 12px 24px;
    margin: 0 8px 0 0 ;
   }
}
.active-button {
  /* アクティブなボタンに適用するスタイル */
  background: white !important;
  color: #323232 !important;
  font-weight: 600;
}

.text_center{
  text-align: center;
}
.case_list span {
  font-size: 14px;
}

.renovation-wrap h2{
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .renovation-wrap h2{
      font-size: 40px;
      letter-spacing: 4px;
  }
}

.renovation-wrap h3{
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .renovation-wrap h3{
      font-size: 32px;
      letter-spacing: 4px;
  }
}


/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
  box-sizing: border-box;
  z-index: 501;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	display: flex;
  align-items: center;
  justify-content: center;
  top: -60px;
  right: 0px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
	text-align: left;
	padding: 30px;
  color: #323232;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .modal-content{
    font-size: 18px;
  }
}
.modal-content a{
  color: #323232;
  display: block;
  border: #000 1px solid;
  padding: 12px 0;
  text-align: center;
  margin: 28px auto;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .modal-content a{
    padding: 24px 0;
    margin: 40px auto;
  }
}
.modal-content a:hover{
  background: #323232;
  color: white;
  border: white 1px solid;
}
.contact-link{
  padding: 12px 20px;
  border: 1px solid white;
  margin: 20px auto 60px auto;
  display: block;
  width: 200px;
  transition: .3s;
  position: relative;
  z-index: 2;
  cursor: pointer;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact-link{
      padding: 20px 40px;
      width: 400px;
      margin: 28px auto 80px auto;
      font-size: 20px;
      letter-spacing: 2px;
  }
}