@charset "utf-8";

/* CSS Document */
body {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
}

header {
  background-image: url("../img/studio.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 35% 50%;
  height: 100vh;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

h1 {
  font-size: clamp(1rem, 4vw + 1rem, 4rem);
  font-weight: 600;
}

.header_container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.header_box {
  width: 35vw;
  text-align: center;
  font-family: acumin-pro, sans-serif;
  font-weight: 600;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  padding: 3% 0 5%;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.5);
}

.h1_logo {
  display: block;
  width: 45%;
  margin: 5% auto 5% auto;
}

.h1_logo_line {
  width: 70%;
}

.h1_logo_text {
  display: block;
  margin-top: 6%;
  font-size: 1.2em;
  font-family: ryo-gothic-plusn, sans-serif;
}

span.fri {
  font-size: 0.6em;
}

span.renew {
  display: block;
  font-size: 0.6em;
  font-weight: 400;
  letter-spacing: 0.16em;
}

.header_box strong {
  display: block;
  font-size: 1.6em;
  line-height: 0.5em;
}

section {
  background-color: #EEEEEE;
  overflow: hidden;
}

.contents_wrap {
  width: 80%;
  margin: 0 auto;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px #BBBBBB;
}

.renew_box1 {
  width: 70%;
  margin: 0 auto;
  padding: 10% 0;
  text-align: center;
}

.renew_box1 h2 {
  font-size: 2.2em;
  font-weight: 400;
  margin: 0 0 5% 0;
}

.renew_box1 p {
  font-weight: 300;
  font-size: 1em;
  line-height: 3em;
  margin: 0 0 10% 0;
}
.pricelist_txt{
	font-size: 0.9em;
	text-align: center;
	margin-bottom: 50px;
}
.txt_red{
	color: red;

}

.btnReserve {
  height: 100px;
  background-color: #000;
  font-weight: 500;
  font-size: 24px;
  margin: 30px auto;
  position: relative;
  line-height: 100px;
  text-align: center;
  color: #fff;
}

.btnReserve a {
  transition: 0.5s;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

.btnReserve a:hover {
  background-color: #DDD;
  color: #000;
  transition: 0.5s;
  text-decoration: underline !important;
}

.reserveLink {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.yazirusi {
  display: inline-block;
  margin-left: 10px;
  width: 40px;
  height: 8px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: skew(45deg);
}

.renew_box2 {
  background-image: url("../img/shop.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.renew_box2 address {
  width: 60%;
  margin: 0 auto;
  padding: 20% 0;
  color: #FFF;
  text-align: center;
  line-height: 3em;
}

.renew_box2 span {
  display: block;
  font-size: 0.7em;
  line-height: 2em;
}

.renew_box2 p {
  padding: 10% 0;
  font-style: normal;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.renew_box3 {
  width: 80%;
  margin: 10% auto;
}

.map_info {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  margin: 0 0 15% 0;
}

.renew_box3 img {
  width: 40%;
}

.renew_box3 p {
  font-size: 0.8em;
  line-height: 2.5em;
}

.w80 {
  width: 80%;
  margin: 0 auto;
}

.renew_box4 {
  width: 80%;
  margin: 10% auto 0 auto;
  padding-bottom: 10%;
}

.renew_box4 p {
  font-weight: 300;
  text-align: center;
  line-height: 2.5em;
  letter-spacing: 0.04em;
  padding: 0 0 10% 0;
}

/*---------------------------料金表-----------*/
.box_pnotomenu {
  width: 64%;
  margin: 0 auto;
}

.td_plan {
  background: #222222;
  color: white;
  font-weight: 500;
  text-align: center;
}

.photomenu {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9em;
  margin-bottom: 6%;

}

.photomenu td {
  padding: 10px;
  border-bottom: solid #fff 2px;
}

.td_menu {
  width: 28%;
  text-align: center;
  background: #ccc;
  font-weight: 600;
}

.td_contents {
  width: 28%;
  text-align: center;
  background: #eee;

}

.td_price {
  width: 28%;
  text-align: center;
  background: #eee;
  font-weight: 600;
}

footer {
  background-color: #000;
  color: #fff;
}

footer ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 0;
  padding: 5%;
  list-style: none;
}

footer li {
  width: 16%
}

footer li:nth-child(2) {
  width: 60%;
}

footer address {
  font-style: normal;
  margin: 0 0 1em 0;
}

.instaicon {
  width: 16%;
  margin-top: 10%;
}

.sp_only {
  display: none;
}

@-moz-document url-prefix() {
  .header_box {
    background-color: #ECECEC;
    opacity: 0.8;
  }

  .renew_box2 p {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@media screen and (max-width:768px) {
  header {
    background-image: url("../img/studio_sp.jpg");
  }

  h1 {
    font-size: 2em;
  }

  .header_box {
    width: 90vw;
    padding:10% 0;
    margin: 0 auto;
  }

  @-moz-document url-prefix() {
    .header_box {
      background-color: none;
    }
  }


  .h1_logo {
    display: block;
    width: 50%;
    margin: 2% auto;
  }

  .header_box strong {
    font-size: 1.4em;
  }

  .contents_wrap {
    width: 90%;
  }

  .renew_box1 {
    width: 90%;
  }

  .renew_box1 h2 {
    font-size: 1.2em;
    margin: 0 0 10% 0;
  }

  .renew_box1 p {
    font-size: 80%;
    line-height: 2em;
    text-align: left;
  }
	
	.pricelist_txt{
		width: 90%;
		margin: 5%;
	  font-size: 0.8em;
  }
	

  .btnReserve {
    height: 60px;
    line-height: 60px;
    font-size: 100%;
  }

  .renew_box2 {
    width: 90%;
    margin: 0 auto;
  }

  .renew_box2 address {
    width: 80%;
    margin: 0 auto;
    padding: 5% 0;
    font-size: 60%;
  }

  .renew_box2 p {
    padding: 5% 0;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .renew_box2 span {
    font-size: 60%;
    line-height: 2em;
  }

  .renew_box3,
  .renew_box4 {
    width: 90%;
  }

  .map_info {
    display: block;
  }

  .renew_box3 img {
    width: 80%;
    margin: 0 auto;
  }

  .renew_box3 p {
    font-size: 50%;
  }

  .w80 {
    width: 100%;
  }

  .renew_box4 p {
    font-size: 80%;
    text-align: left;
  }

  /*-----------------料金表---------------*/
  .box_pnotomenu {
    width: 90%;
    font-size: 0.9em;
  }

  footer li:nth-child(2) {
    width: 70%;
    font-size: 60%;
  }

  footer li:nth-child(3) {
    /*display: none;*/
  }

  .instaicon {
    width: 36%;
    margin-top: 0;
  }

  .sp_only {
    display: block;
  }

  .pc_only {
    display: none;
  }
}

/*---------スクロールボタン-----------*/
.scroll_btn_sp a {
  padding-top: 30px;
  display: inline-block;
  text-decoration: none;
  color: #000;
  opacity: 0.5;
  font-size: 0.8em;
  font-weight: 600;
  text-shadow: 1px 1px 2px #FFF;
}

.scroll_btn_sp span {
  position: relative;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  display: block;
}

.scroll_btn_pc {
  position: relative;
  top: 25vh;
}

.scroll_btn_pc a {
  padding-top: 45px;
  display: inline-block;
  text-decoration: none;
  color: #333;
}

.scroll_btn_pc span {
  position: relative;
  top: -12px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  display: block;
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}