@charset "UTF-8";
/*serviceカスタマイズ*/
/* 源ノ明朝 */
@font-face {
  font-family: "notoserif_l";
  src: url("../../common/fonts/NotoSerifJP-Light.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "notoserif_r";
  src: url("../../common/fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "notoserif_m";
  src: url("../../common/fonts/NotoSerifJP-Medium.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "notoserif_s";
  src: url("../../common/fonts/NotoSerifJP-SemiBold.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-SemiBold.woff") format("woff");
}
/* Garamond */
@font-face {
  font-family: "Garamond";
  src: url("../../common/fonts/Garamond.woff2") format("woff2"), url("../../common/fonts/Garamond.woff") format("woff");
}
/* futura */
@font-face {
  font-family: "futura";
  src: url("../../common/fonts/futura.woff2") format("woff2"), url("../../common/fonts/futura.woff") format("woff");
}
/* futura-medium-italic */
@font-face {
  font-family: "futura-medium-italic";
  src: url("../../common/fonts/futura-medium-italic.woff2") format("woff2"), url("../../common/fonts/futura-medium-italic.woff") format("woff");
}
/* 游ゴシック体 */
/* font-family: "Yu Gothic", "游ゴシック体", sans-serif; */
/* 游ゴシック体 */
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/Yu-Gothic.woff2") format("woff2"), url("../../common/fonts/Yu-Gothic.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/Yu-Gothic-bold.woff2") format("woff2"), url("../../common/fonts/Yu-Gothic-bold.woff") format("woff");
  font-weight: bold;
}
main.studio .studio_section_wrap {
  padding-bottom: 190px;
}
@media screen and (max-width: 900px) {
  main.studio .studio_section_wrap {
    padding-bottom: 95px;
  }
}
main.studio .studio_section_wrap .studio_section {
  margin-bottom: 190px;
}
@media screen and (max-width: 900px) {
  main.studio .studio_section_wrap .studio_section {
    margin-bottom: 48px;
  }
}
main.studio .studio_section_wrap .studio_section:last-child {
  margin-bottom: 0;
}
main.studio .studio_section_wrap .studio_section .studio_wrap {
  max-width: 900px;
  margin: 0 auto;
  border: 3px solid #e4dbcc;
  margin-top: 150px;
  padding-bottom: 70px;
}
@media screen and (max-width: 900px) {
  main.studio .studio_section_wrap .studio_section .studio_wrap {
    margin-top: 0;
    width: 96%;
    padding: 20px 0 51px;
  }
}
main.studio .studio_section_wrap .studio_section .studio_wrap:last-child {
  margin-bottom: 0;
}
main.studio .studio_section_wrap .studio_section .studio_wrap .studio_head_wrap {
  display: flex;
  gap: 37px;
  align-items: flex-end;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  main.studio .studio_section_wrap .studio_section .studio_wrap .studio_head_wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto;
    gap: 20px;
  }
}
main.studio .studio_section_wrap .studio_section .studio_wrap .studio_head_wrap .studio_img_wrap {
  width: 65%;
  margin-left: -48px;
  margin-top: -90px;
}
@media screen and (max-width: 900px) {
  main.studio .studio_section_wrap .studio_section .studio_wrap .studio_head_wrap .studio_img_wrap {
    margin: 0;
    width: 100%;
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 900px) {
  main.studio .studio_section_wrap .studio_section .studio_wrap .studio_head_wrap .studio_img_wrap img {
    aspect-ratio: 650/384;
  }
}
main.studio .studio_section_wrap .studio_section .studio_wrap .studio_head_wrap .studio_ttl_wrap {
  flex: 1;
}
@media screen and (max-width: 900px) {
  main.studio .studio_section_wrap .studio_section .studio_wrap .studio_head_wrap .studio_ttl_wrap {
    padding-left: 5px;
  }
}
main.studio .studio_section_wrap .studio_section .studio_wrap .studio_head_wrap .studio_ttl_wrap .sub_ttl {
  font-size: 17px;
  color: #8c7450;
  font-family: "Garamond";
  margin: 0;
  margin-bottom: 13px;
}
@media screen and (max-width: 900px) {
  main.studio .studio_section_wrap .studio_section .studio_wrap .studio_head_wrap .studio_ttl_wrap .sub_ttl {
    font-size: calc(16px - 4px + 1.06vw);
    margin-bottom: 7px;
  }
}
main.studio .studio_section_wrap .studio_section .studio_wrap .studio_head_wrap .studio_ttl_wrap .ttl {
  font-size: 25px;
  font-family: "notoserif_r";
  font-weight: normal;
  margin: 0;
  margin-bottom: 42px;
}
@media screen and (max-width: 900px) {
  main.studio .studio_section_wrap .studio_section .studio_wrap .studio_head_wrap .studio_ttl_wrap .ttl {
    font-size: calc(20px - 4px + 1.06vw);
    letter-spacing: 0;
    margin-bottom: 0;
  }
}
main.studio .studio_section_wrap .studio_section .studio_wrap .sns_wrap {
  display: flex;
  gap: 28px;
  margin-bottom: 5px;
}
@media screen and (max-width: 900px) {
  main.studio .studio_section_wrap .studio_section .studio_wrap .sns_wrap {
    gap: 66px;
    margin-bottom: 38px;
    justify-content: center;
  }
}
main.studio .studio_section_wrap .studio_section .studio_wrap .sns_wrap a.instagram {
  width: 44px;
}
@media screen and (max-width: 900px) {
  main.studio .studio_section_wrap .studio_section .studio_wrap .sns_wrap a.instagram {
    width: 41px;
  }
}
main.studio .studio_section_wrap .studio_section .studio_wrap .sns_wrap a.line {
  width: 44px;
}
@media screen and (max-width: 900px) {
  main.studio .studio_section_wrap .studio_section .studio_wrap .sns_wrap a.line {
    width: 41px;
  }
}
main.studio .studio_section_wrap .studio_section .studio_wrap .studio_content_wrap {
  width: 81%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  main.studio .studio_section_wrap .studio_section .studio_wrap .studio_content_wrap {
    width: 93%;
  }
}
main.studio .studio_section_wrap .studio_section .studio_wrap .studio_content_wrap table {
  width: 100%;
  margin-bottom: 65px;
}
@media screen and (max-width: 900px) {
  main.studio .studio_section_wrap .studio_section .studio_wrap .studio_content_wrap table {
    margin-bottom: 18px;
  }
}
main.studio .studio_section_wrap .studio_section .studio_wrap .studio_content_wrap table tr {
  border-bottom: 1px solid #eae4da;
}
main.studio .studio_section_wrap .studio_section .studio_wrap .studio_content_wrap table tr:last-child {
  border-bottom: none;
}
main.studio .studio_section_wrap .studio_section .studio_wrap .studio_content_wrap table tr th {
  width: 16px;
  font-size: 18px;
  font-weight: normal;
  color: #8c7450;
  text-align: left;
  padding: 17px 0;
  vertical-align: baseline;
}
main.studio .studio_section_wrap .studio_section .studio_wrap .studio_content_wrap table tr td {
  width: 84%;
  font-size: 17px;
  padding: 17px 0;
}
@media screen and (max-width: 900px) {
  main.studio .studio_section_wrap .studio_section .studio_wrap .studio_content_wrap table tr td {
    font-size: calc(16px - 4px + 1.06vw);
    line-height: 1.6;
    letter-spacing: 0;
    padding: 17px 10px;
  }
}
@media screen and (max-width: 900px) {
  main.studio .studio_section_wrap .studio_section .studio_wrap .studio_content_wrap table tr td .postal_code {
    font-size: calc(15px - 4px + 1.06vw);
  }
}
main.studio .studio_section_wrap .studio_section .studio_wrap .studio_content_wrap .studio_map_wrap {
  position: relative;
  width: 100%;
  padding-bottom: 62.57%;
}
main.studio .studio_section_wrap .studio_section .studio_wrap .studio_content_wrap .studio_map_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
main.studio .studio_section_wrap .studio_section .studio_wrap .studio_content_wrap .studio_map_link_wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
  margin-bottom: 61px;
}
@media screen and (max-width: 900px) {
  main.studio .studio_section_wrap .studio_section .studio_wrap .studio_content_wrap .studio_map_link_wrap {
    margin-bottom: 39px;
  }
}
main.studio .studio_section_wrap .studio_section .studio_wrap .studio_content_wrap .studio_map_link_wrap a {
  font-size: 14px;
  color: #333333;
  position: relative;
  padding-right: 10px;
  margin-right: 14px;
}
@media screen and (max-width: 900px) {
  main.studio .studio_section_wrap .studio_section .studio_wrap .studio_content_wrap .studio_map_link_wrap a {
    font-size: calc(13px - 4px + 1.06vw);
    margin-right: 8px;
  }
}
main.studio .studio_section_wrap .studio_section .studio_wrap .studio_content_wrap .studio_map_link_wrap a::after {
  content: "";
  position: absolute;
  right: 3%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 900px) {
  main.studio .studio_section_wrap .studio_section .studio_wrap .studio_content_wrap .studio_map_link_wrap a::after {
    width: 6px;
    height: 6px;
  }
}
main.studio .studio_section_wrap .studio_section .studio_wrap .studio_content_wrap .el_btn_002 {
  max-width: 390px;
}
@media screen and (max-width: 900px) {
  main.studio .studio_section_wrap .studio_section .studio_wrap .studio_content_wrap .el_btn_002 {
    width: 90%;
  }
}
main.studio .studio_section_wrap .studio_section .studio_wrap .studio_content_wrap .el_btn_002 a {
  padding: 23px 0;
  font-size: 17px;
}
@media screen and (max-width: 900px) {
  main.studio .studio_section_wrap .studio_section .studio_wrap .studio_content_wrap .el_btn_002 a {
    padding: 17px 0;
    font-size: calc(16px - 4px + 1.06vw);
  }
}

/*# sourceMappingURL=studio.css.map */
