@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&display=swap");
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?e4vfqk");
  src: url("../fonts/icomoon.eot?e4vfqk#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?e4vfqk") format("truetype"),
    url("../fonts/icomoon.woff?e4vfqk") format("woff"),
    url("../fonts/icomoon.svg?e4vfqk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
}

.icon-slash:before {
  content: "\e901";
}

.icon-fb:before {
  content: "\e902";
}

.icon-ig:before {
  content: "\e903";
}

.icon-tw:before {
  content: "\e904";
}

.icon-book:before {
  content: "\e905";
}

.icon-mail:before {
  content: "\e906";
}

.icon-phone:before {
  content: "\e907";
}

.icon-close:before {
  content: "\e908";
}

.icon-down:before {
  content: "\e909";
}

.icon-camera:before {
  content: "\e90a";
}

.icon-pen:before {
  content: "\e90b";
}

.icon-star:before {
  content: "\e90c";
}

.icon_line::before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url("../images/line.svg") no-repeat;
  background-size: contain;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .icon_line::before {
    width: 2.3rem;
    height: 2.3rem;
  }
}

/* ==================================================
	header
================================================== */
.header {
  position: relative;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  background: #fff;
  color: #000000;
  height: 100px;
  padding: 0 20px;
}
.header a {
  color: inherit;
}
.header-logo {
  width: 150px;
  z-index: 999;
}
.header-sns {
  display: flex;
  align-items: center;
  margin: 0 100px 0 30px;
  z-index: 999;
}
.header-sns a {
  display: flex;
  align-content: center;
  padding: 0 10px;
  font-size: 1.2rem;
}
.header-sns a span {
  font-size: 2rem;
  margin-right: 5px;
}
.header-sns a:nth-child(2) {
  padding-right: 20px;
}
.header-sns .line {
  padding-top: 5px;
  background: #06c755;
  border-radius: 5px;
}
.header-sns .line:hover {
  background: #05b34d;
}
.header-sns .icon_line::before {
  width: 20px;
  height: 20px;
}
.header-sns .line p {
  font-weight: bold;
  color: #fff;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .header {
    width: 60px;
    height: 60px;
    padding: 0;
  }
}
/* ========== end △ */
.hamburger {
  display: block;
  position: absolute;
  z-index: 999;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  right: 20px;
  background: #000000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  width: 60px;
  top: 29px;
}
.hamburger span:nth-child(2) {
  width: 50px;
  top: 42px;
}
.hamburger span:nth-child(3) {
  width: 40px;
  top: 55px;
}
.hamburger-on span:nth-child(1) {
  top: 42px;
  width: 50px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger-on span:nth-child(2),
.hamburger-on span:nth-child(3) {
  top: 42px;
  width: 50px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* ▽ TAB layout ========== */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .hamburger {
    width: 100px;
    height: 100px;
    background: #fff;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .hamburger {
    width: 60px;
    height: 60px;
  }
  .hamburger span {
    right: 10px;
  }
  .hamburger span:nth-child(1) {
    width: 40px;
    top: 20px;
  }
  .hamburger span:nth-child(2) {
    width: 30px;
    top: 30px;
  }
  .hamburger span:nth-child(3) {
    width: 20px;
    top: 40px;
  }
  .hamburger-on span:nth-child(1) {
    top: 30px;
    width: 40px;
  }
  .hamburger-on span:nth-child(2),
  .hamburger-on span:nth-child(3) {
    top: 30px;
    width: 40px;
  }
}
/* ========== end △ */
/* ==================================================
	gnav
================================================== */
.gnav {
  position: fixed;
  z-index: 3;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  transition: all 0.5s ease;
}
.gnav-on {
  right: 0;
  overflow-y: scroll;
}
.gnav-inner {
  transition: all 0.6s;
  width: 90%;
  max-width: 400px;
  margin: 100px auto;
}
.gnav-btnwrap {
  margin-top: 50px;
}
.gnav-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  border: 1px solid;
  width: 100%;
  font-size: 2rem;
  padding: 20px;
}
.gnav-btn span {
  font-size: 3rem;
}
.gnav-btn:nth-child(n + 2) {
  margin-top: 20px;
}
.gnav .btnmail {
  border-color: #e35959;
  color: #e35959;
}
.gnav .btnmail:hover {
  background: #e35959;
  color: #fff;
}
.gnav .btnbook {
  border-color: #4f90e4;
  color: #4f90e4;
}
.gnav .btnbook:hover {
  background: #4f90e4;
  color: #fff;
}
.gnav .btnphone {
  border-color: #000000;
  color: #000000;
}
.gnav .btnphone:hover {
  background: #000000;
  color: #fff;
}
.gnav .btnphone .icon-phone {
  font-size: 5rem;
}
.gnav .btnphone-inner span {
  display: block;
  font-size: 3.5rem;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .gnav {
    width: 100%;
  }
  .gnav-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 200px;
  }
  .gnav-inner {
    max-width: inherit;
    width: 100%;
  }
  .gnav-menu {
    width: 90%;
    margin: 0 auto;
  }
  .gnav-sns {
    background: #f5f5f5;
    padding: 30px 0;
  }
  .gnav-sns .ttl_wrap {
    display: flex !important;
    justify-content: center;
    padding: 0;
  }
  .gnav-sns .en_ttl {
    font-size: 3.5rem !important;
    justify-content: center;
  }
  .gnav-sns .header-sns {
    justify-content: center;
    margin: 20px 0 0;
  }
  .gnav-sns .header-sns a {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
  }
  .gnav-sns .header-sns span {
    font-size: 3rem;
  }
  .gnav-btnwrap {
    max-width: 400px;
    margin: 50px auto 0;
  }
  .gnav .btnmail {
    background: #ff8585;
    color: #fff;
    border: none;
  }
  .gnav .btnbook {
    background: #67bcff;
    color: #fff;
    border: none;
  }

  .tnav {
    width: 100%;
    margin-top: 60px;
    min-height: 100vh;
    background: #fff;
    padding: 40px 20px;
  }
  .tnav_inner {
    max-width: 300px;
    margin: 0 auto;
  }
  .tnav_logo {
    width: 60%;
    margin: 0 auto 20px auto;
  }
  .js-tnav {
    display: none;
  }
  .js-tnav .-active {
    display: block;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .gnav-logo {
    top: 10px;
    left: 10px;
    width: 150px;
  }
  .gnav-sns {
    padding: 20px 0;
  }
  .gnav-sns .en_ttl {
    font-size: 2rem !important;
  }
  .gnav-sns .header-sns a {
    padding: 0 7px;
  }
  .gnav-btnwrap {
    max-width: 280px;
    margin: 30px auto 0;
  }
  .gnav-btn {
    font-size: 1.4rem;
    padding: 15px;
    border-radius: 7px;
  }
  .gnav-btn span {
    font-size: 3rem;
  }
  .gnav-btn:nth-child(n + 2) {
    margin-top: 10px;
  }
  .gnav .btnphone .icon-phone {
    font-size: 4rem;
  }
  .gnav .btnphone-inner span {
    font-size: 2.5rem;
  }
}
/* ========== end △ */
.gnav-menu .gnav-item {
  color: #959595;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.gnav-menu .gnav-item span {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 3.5rem;
  color: #000000;
  margin-right: 20px;
}
.gnav-menu .gnav-subitem {
  margin: 20px 0 20px 50px;
  display: flex;
}
.gnav-menu .gnav-subitem a {
  display: block;
  padding: 5px 0;
}
.gnav-menu .gnav-subitem ul:nth-child(2) {
  margin-left: 20px;
}
.gnav-menu li a:hover {
  opacity: 0.7;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .gnav-menu .gnav-item a {
    padding: 10px 0;
    display: block;
  }
  .gnav-menu .gnav-item span {
    font-size: 2rem;
    margin-right: 10px;
  }
  .gnav-menu .gnav-subitem {
    display: block;
  }
  .gnav-menu .gnav-subitem ul:nth-child(2) {
    margin-left: 0;
  }
}
/* ========== end △ */
.overlay {
  transition: all 0.5s ease;
  right: -100%;
}
.overlay-on {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 50%;
  background: linear-gradient(45deg, #ff8585, #85bafe);
  opacity: 0.5;
}

.achead_btn {
  position: relative;
  cursor: pointer;
}
.achead_btn .plus {
  font-size: 1.6rem !important;
}
.achead_btn .plus:before,
.achead_btn .plus:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #000000;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.achead_btn .plus:after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.achead_btn.active .plus:after {
  transform: rotate(0);
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .achead_btn {
    padding: 10px 0;
  }
}
/* ========== end △ */
.body-fixed {
  position: fixed;
  width: 100%;
}

/* ==================================================
	side
================================================== */
.sidemenu {
  position: fixed;
  top: 350px;
  right: 0;
  z-index: 200;
}
.sidemenu a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 140px;
  text-align: center;
}
.sidemenu .reserve {
  background: #ff8585;
  border-radius: 10px 0 0 0;
}
.sidemenu .reserve:hover {
  background: #e35959;
}
.sidemenu .catalog {
  background: #67bcff;
  border-radius: 0 0 0 0;
}
.sidemenu .catalog:hover {
  background: #4f90e4;
}
.sidemenu .line {
  background: #06c755;
  border-radius: 0 0 0 10px;
}
.sidemenu .line:hover {
  background: #05b34d;
}
.sidemenu .phone {
  background: #959595;
}
.sidemenu .phone:hover {
  background: #4f90e4;
}
.sidemenu .icon-mail,
.sidemenu .icon-book {
  font-size: 4rem;
}
.sidemenu p {
  line-height: 1.2;
  margin: 10px 0 3px;
}
.sidemenu-en {
  font-size: 1rem;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .sidemenu {
    top: 0;
    right: 100px;
    display: flex;
  }
  .sidemenu a {
    width: 100px;
    height: 100px;
    border-radius: 0 !important;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .sidemenu {
    right: 60px;
  }
  .sidemenu a {
    width: 60px;
    height: 60px;
  }
  .sidemenu .icon-mail,
  .sidemenu .icon-book,
  .sidemenu .icon-phone {
    font-size: 2.5rem;
  }
  .sidemenu p {
    margin: 5px 0 0;
    font-size: 1rem;
  }
}
/* ========== end △ */
/* ==================================================
footer
================================================== */
#pagetop_btn_f {
  width: 60px;
  opacity: 0.8;
  position: fixed;
  z-index: 20;
  right: 1rem;
  bottom: -100%;
  transition: all 0.5s ease;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #pagetop_btn_f {
    display: none;
  }
}
/* ========== end △ */
#pagetop_btn_f.visible {
  bottom: 1rem;
}
#pagetop_btn_f a {
  display: block;
  text-decoration: none;
}

.footer {
  position: relative;
  padding: 50px 0 45vw;
  background-color: #02146e;
  background-image: url(../images/bg_footer.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  color: #fff;
}
.footer .footer_nav {
  display: flex;
  justify-content: space-evenly;
  font-size: 1.4rem;
  line-height: 2;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .footer .footer_nav {
    display: none;
  }
}
/* ========== end △ */
.footer .footer_nav h4 {
  margin: 0 auto 0.5rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.footer .footer_nav a {
  color: #fff;
  text-decoration: none;
  padding: 3px 0;
  display: block;
}
.footer .footer_nav a:hover {
  opacity: 0.6;
  text-decoration: underline;
}
.footer .footer_nav .footer_nav__list ul {
  margin-bottom: 2rem;
}
.footer .foot_bnr {
  display: flex;
  flex-wrap: wrap;
  align-items: inherit;
  margin-top: 2rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .footer .foot_bnr {
    margin: 0 auto;
    width: 90%;
  }
}
/* ========== end △ */
.footer .foot_bnr a {
  display: block;
}
.footer .foot_bnr a:hover {
  opacity: 0.6;
}
.footer .foot_bnr__col {
  width: 25%;
  box-sizing: border-box;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .footer .foot_bnr__col {
    width: 100%;
    margin-bottom: 2rem;
  }
}
/* ========== end △ */
.footer .foot_bnr__row {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  align-content: space-between;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .footer .foot_bnr__row {
    width: 100%;
  }
}
/* ========== end △ */
.footer .foot_bnr__row > .foot_bnr__cel {
  width: 33.3%;
}
/* ▽ TAB layout ========== */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .footer .foot_bnr__row > .foot_bnr__cel {
    width: 50%;
    margin-bottom: 2rem;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .footer .foot_bnr__row > .foot_bnr__cel {
    margin-bottom: 2rem;
    width: 100%;
  }
}
/* ========== end △ */
.footer .foot_bnr__row > .foot_bnr__cel img {
  border-radius: 3px;
}
.footer .foot_bnr__cel {
  box-sizing: border-box;
  padding: 0 1.5rem;
}
.footer .copyright {
  font-size: 12px;
  width: 100%;
  position: absolute;
  bottom: 2rem;
  text-align: center;
}

.sns {
  width: 100%;
  padding: 50px 0;
}
.sns ul {
  display: flex;
  justify-content: center;
}
.sns li {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  font-size: 3rem;
  border: 2px solid;
  text-align: center;
  transition: all 0.3s ease;
}
.sns li:nth-child(n + 2) {
  margin-left: 20px;
}
.sns li:hover {
  background: #234872;
}
.sns li:hover a {
  color: #fff;
}
.sns a {
  display: block;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .sns {
    padding: 30px 0;
  }
  .sns li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 2.2rem;
  }
  .sns li:nth-child(n + 2) {
    margin-left: 10px;
  }
}
/* ========== end △ */
.footer_contact {
  background: #e6f0fc;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_contact-left {
  font-size: 3rem;
  margin-right: 50px;
}
.footer_contact-right {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 440px;
  align-items: flex-end;
}
.footer_contact-tel {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
}
.footer_contact-tel .icon-phone {
  font-size: 24px;
  margin-right: 5px;
  display: inline-block;
  color: #67bcff;
}
.footer_contact-resv {
  display: inline-flex;
  align-items: flex-end;
  font-size: 24px;
  font-weight: bold;
  margin-right: 1rem;
}
.footer_contact-resv .icon-resv {
  font-size: 30px;
  margin-right: 5px;
  display: inline-block;
  color: #67bcff;
}
.footer_contact-info {
  width: 280px;
  margin: 50px auto 0;
  margin: 0;
  width: 100%;
  max-width: 420px;
  text-align: center;
  margin-top: 20px;
}
.footer_contact-info a {
  display: block;
  padding: 20px 0;
  border-radius: 50px;
  border: 2px solid #234872;
  color: #234872;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease;
}
.footer_contact-info a:hover {
  background: #234872;
  color: #fff;
}
.footer_contact-info a span {
  margin-left: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .footer_contact-info {
    width: 230px;
    margin: 30px auto 0;
  }
  .footer_contact-info a {
    font-size: 1.4rem;
  }
}
/* ========== end △ */
.footer_contact-info a {
  padding: 10px 0;
  border: none;
  background: #108d3c;
  color: #fff;
}
.footer_contact-info a:hover {
  background: #15bb4f;
}
.footer_contact-info a .icon-list-alt {
  margin-right: 20px;
  margin-left: 0;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .footer_contact {
    display: block;
  }
  .footer_contact-left {
    margin-right: 0;
    text-align: center;
  }
  .footer_contact-right {
    margin: 20px auto 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .footer_contact {
    padding: 30px 0;
  }
  .footer_contact-left {
    font-size: 2rem;
  }
  .footer_contact-right {
    justify-content: center;
  }
  .footer_contact-tel,
  .footer_contact-resv {
    width: auto;
    font-size: 1.6rem;
  }
  .footer_contact-tel .icon-phone,
  .footer_contact-tel .icon-resv,
  .footer_contact-resv .icon-phone,
  .footer_contact-resv .icon-resv {
    font-size: 20px;
  }
  .footer_contact-resv {
    margin-right: 0;
  }
  .footer_contact-info {
    width: 90%;
    max-width: 290px;
    margin: 20px auto 0;
  }
}
/* ========== end △ */
.footer_info {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
.footer_info-logo {
  width: 500px;
  margin: 0 auto;
}
.footer_info-fl {
  display: flex;
  margin-top: 30px;
}
.footer_info-time {
  width: 350px;
  max-height: 220px;
  padding: 20px;
  background: #234872;
  color: #fff;
  font-size: 1.4rem;
}
.footer_info-time table td,
.footer_info-time table th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 5px 0;
  font-weight: normal;
  text-align: center;
}
.footer_info-time table th {
  width: 100px;
  text-align: right;
  padding-right: 10px;
}
.footer_info-time table td.txt {
  border: none;
  font-size: 1.2rem;
  text-align: left;
}
.footer_info-time table td.txtright {
  text-align: right;
}
.footer_info-adress {
  margin-left: 30px;
}
.footer_info-adress-txt01 {
  font-weight: bold;
  margin-bottom: 10px;
}
.footer_info-adress-txt02 {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
}
.footer_info-adress .btn {
  width: 250px;
  margin: 20px 0 0;
}
.footer_info-adress .btn a {
  font-size: 1.4rem;
  padding: 15px 0;
}
.footer_info-map {
  margin-left: 30px;
  max-width: 300px;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .footer_info {
    width: 90%;
    max-width: 500px;
  }
  .footer_info-logo {
    width: 80%;
    max-width: 500px;
  }
  .footer_info-fl {
    display: block;
  }
  .footer_info-time {
    width: 100%;
    margin: 0 auto;
    max-height: none;
  }
  .footer_info-time th {
    width: 120px;
  }
  .footer_info-adress {
    margin: 0;
    margin-top: 20px;
  }
  .footer_info-map {
    margin: 0;
    margin-top: 20px;
    max-width: none;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .footer_info {
    padding: 30px 0;
  }
  .footer_info-fl {
    margin-top: 20px;
  }
  .footer_info-time {
    padding: 10px;
  }
  .footer_info-time table th {
    width: 120px;
  }
  .footer_info-adress .btn {
    margin: 20px auto 0;
  }
}
/* ========== end △ */
/* ==================================================
	basic layout
================================================== */
#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000000;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic,
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    sans-serif;
  font-weight: 400;
  overflow: hidden;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {
  #wrapper {
    min-width: 1000px;
    max-width: 1920px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #wrapper {
    font-size: 1.2rem;
  }
}
/* ========== end △ */
input[type="text"],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  outline: none;
  padding: 0;
}

/* ==================================================
	共通 追加
================================================== */
img {
  width: 100%;
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

a {
  transition: all 0.3s ease;
}

.btn_arrow {
  width: 250px;
  height: 60px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  border-radius: 10px;
  border: 1px solid #000000;
  color: #000000;
  position: relative;
  transition: ease 0.2s;
  overflow: hidden;
  cursor: pointer;
}

.btn_arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #000000;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.btn_arrow * {
  z-index: 10;
}
.btn_arrow .icon-arrow {
  font-size: 3rem;
  position: relative;
  padding-right: 10px;
}
.btn_arrow .icon-arrow:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 23px;
  height: 23px;
  border: 1px solid #000000;
  border-radius: 50%;
  display: block;
}
.btn_arrow:hover {
  color: #fff;
}
.btn_arrow:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.btn_arrow:hover .icon-arrow:after {
  content: none;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .btn_arrow {
    height: 50px;
    border-radius: 7px;
  }
}
/* ========== end △ */

.btn_arrow_jp {
  width: 475px;
  height: 100px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  border-radius: 10px;
  border: 1px solid #000000;
  color: #000000;
  position: relative;
  transition: ease 0.2s;
  overflow: hidden;
}
.w390 {
  width: 390px !important;
}
.btn_arrow_jp:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #000000;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.btn_arrow_jp * {
  z-index: 10;
}
.btn_arrow_jp .icon-arrow {
  font-size: 3rem;
  position: relative;
  padding-right: 10px;
}
.btn_arrow_jp .icon-arrow:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 23px;
  height: 23px;
  border: 1px solid #000000;
  border-radius: 50%;
  display: block;
}
.btn_arrow_jp:hover {
  color: #fff;
}
.btn_arrow_jp:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.btn_arrow_jp:hover .icon-arrow:after {
  content: none;
}
.btn_arrow_jp .sans_b {
  font-size: 2rem;
}
.btn_arrow_jp span {
  font-weight: normal;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .btn_arrow_jp {
    height: 80px;
  }
  .btn_arrow_jp .sans_b {
    font-size: 1.6rem;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .btn_arrow_jp {
    height: 70px;
    border-radius: 7px;
  }
  .btn_arrow_jp .sans_b {
    font-size: 1.4rem;
  }
  .btn_arrow_jp span {
    font-size: 1rem;
  }
}
/* ========== end △ */
.icon-arrow {
  font-size: 3rem;
}

.scroll_line {
  position: absolute;
  z-index: 10;
  width: 60px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .scroll_line {
    text-align: center;
  }
}
/* ========== end △ */
.scroll_line .scrollTxt01 {
  padding: 10px 0;
  color: #000000;
  font-size: 1.4rem;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  transform: rotate(90deg);
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .scroll_line .scrollTxt01 {
    font-size: 1rem;
  }
}
/* ========== end △ */
.scroll_line .scrollLine01 {
  position: relative;
  width: 1px;
  height: 200px;
  overflow: hidden;
  z-index: 4;
  margin: 0 auto;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .scroll_line .scrollLine01 {
    height: 100px;
  }
}
/* ========== end △ */
.scroll_line .scrollLine01:after,
.scroll_line .scrollLine01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
}
.scroll_line .scrollLine01:before {
  background: #000000;
  z-index: 10;
  -webkit-animation: scroll 2.4s infinite normal;
  animation: scroll 2.4s infinite normal;
}
.scroll_line .scrollLine01:after {
  background: transparent;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
  15% {
    -webkit-transform: translate3d(0, -98%, 0);
  }
  85% {
    -webkit-transform: translate3d(0, 98%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
  }
}
@keyframes scroll {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  15% {
    transform: translate3d(0, -98%, 0);
  }
  85% {
    transform: translate3d(0, 98%, 0);
  }
  100% {
    transform: translate3d(0, 100%, 0);
  }
}
/* ==================================================
	フォント
================================================== */
.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.serif_b {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

.roboto {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}

.roboto_b {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

.sans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.sans_b {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.line10 {
  line-height: 1;
}

.line14 {
  line-height: 1.4;
}

.line20 {
  line-height: 2;
}

.font40 {
  font-size: 4rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .font40 {
    font-size: 2rem;
  }
}
/* ========== end △ */
.font30 {
  font-size: 3rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .font30 {
    font-size: 2.2rem;
  }
}
/* ========== end △ */
.font24 {
  font-size: 2.4rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .font24 {
    font-size: 2rem;
  }
}
/* ========== end △ */
.font20 {
  font-size: 2rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .font20 {
    font-size: 1.4rem;
  }
}
/* ========== end △ */
.font12 {
  font-size: 1.2rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .font12 {
    font-size: 1rem;
  }
}
/* ========== end △ */
/* ==================================================
	ページ共通
================================================== */
.ttl_wrap {
  display: flex;
  align-items: flex-end;
}
.ttl_wrap .en_ttl {
  font-size: 6rem;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  color: #000000;
  margin-right: 20px;
}
.ttl_wrap .en_ttl p {
  margin: 0 20px;
  line-height: 1;
}
.ttl_wrap .en_ttl .icon-slash {
  font-size: 3rem;
}
.ttl_wrap .jp_ttl {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .ttl_wrap {
    display: inline-block;
    width: auto !important;
    text-align: center;
    padding-left: 5%;
  }
  .ttl_wrap .en_ttl {
    margin-right: 0;
  }
  .ttl_wrap .jp_ttl {
    margin-top: 10px;
  }
}
/* ========== end △ */
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .ttl_wrap .en_ttl {
    font-size: 4rem;
  }
  .ttl_wrap .en_ttl .icon-slash {
    font-size: 2.5rem;
  }
  .ttl_wrap .en_ttl p {
    margin: 0 10px;
  }
  .ttl_wrap .jp_ttl {
    font-size: 1.4rem;
  }
}
/* ========== end △ */
.ttl_wrap_center {
  justify-content: center;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .ttl_wrap_center {
    padding: 0;
    display: block;
  }
  .ttl_wrap_center .en_ttl {
    justify-content: center;
  }
}
/* ========== end △ */
.jp_slash {
  font-size: 2rem;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.jp_slash p {
  margin: 0 20px;
  line-height: 1;
}
.jp_slash .icon-slash {
  font-size: 2rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .jp_slash {
    font-size: 1.4rem;
  }
  .jp_slash p {
    margin: 0 10px;
  }
  .jp_slash .icon-slash {
    font-size: 1.6rem;
  }
}
/* ========== end △ */
/* サイズ
-------------------------------------------------- */
.w90 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .mt30 {
    margin-top: 20px !important;
  }
}
/* ========== end △ */
.mt50 {
  margin-top: 50px !important;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .mt50 {
    margin-top: 30px !important;
  }
}
/* ========== end △ */
.mt80 {
  margin-top: 80px !important;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .mt80 {
    margin-top: 50px !important;
  }
}
/* ========== end △ */
.mt100 {
  margin-top: 100px !important;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .mt100 {
    margin-top: 70px !important;
  }
}
/* ========== end △ */
.mt150 {
  margin-top: 150px !important;
}

.p80 {
  padding: 80px 0;
}
/* ▽ TAB layout ========== */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .p80 {
    padding: 60px 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .p80 {
    padding: 40px 0;
  }
}
/* ========== end △ */
.w1000 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.cont_wrap {
  padding: 80px 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .cont_wrap {
    padding: 40px 0;
  }
}
/* ========== end △ */
/* カラー
-------------------------------------------------- */
.bg_lightgray {
  background: #f5f5f5;
  padding: 80px 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .bg_lightgray {
    padding: 40px 0;
  }
}
/* ========== end △ */
.bg_lightpink {
  background: #ffebeb;
  padding: 80px 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .bg_lightpink {
    padding: 40px 0;
  }
}
/* ========== end △ */
.bg_lightblue {
  background: #e6f0fc;
  padding: 80px 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .bg_lightblue {
    padding: 40px 0;
  }
}
/* ========== end △ */
.gray {
  color: #959595;
}

.red {
  color: #e35959;
}

.pink {
  color: #ff8585;
}

.blue {
  color: #67bcff;
}

/* レイアウト
-------------------------------------------------- */
.jus_end {
  display: flex;
  justify-content: flex-end;
}

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

.jus_between {
  display: flex;
  justify-content: space-between;
}

.align_center {
  display: flex;
  align-items: center;
}

.align_base {
  display: flex;
  align-items: baseline;
}

.flex {
  display: flex;
}

.radius {
  border-radius: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .radius {
    border-radius: 7px;
  }
}
/* ========== end △ */
.indent_wrap p {
  padding-left: 1em;
  text-indent: -1em;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.scroll {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .scroll {
    padding-top: 30px;
    margin-top: -30px;
  }
}
/* ========== end △ */
/* 見出し
-------------------------------------------------- */
h3.midashi {
  display: block;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  background: #234872;
  color: #fff;
  font-size: 2rem;
}
h3.midashi:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 5px;
  background: #67bcff;
  margin-right: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  h3.midashi {
    font-size: 1.4rem;
    padding: 10px;
  }
  h3.midashi:before {
    width: 15px;
    height: 3px;
    margin-right: 10px;
  }
}
/* ========== end △ */
h4.blue2 {
  font-size: 3rem;
  color: #21aced;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  display: flex;
  align-items: end;
  line-height: 1.2;
}
h4.blue2 span {
  display: inline-block;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 2rem;
  background: #21aced;
  color: #fff;
  margin-right: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  h4.blue2 {
    font-size: 1.6rem;
    padding-bottom: 10px;
    align-items: baseline;
  }
  h4.blue2 span {
    font-size: 1.4rem;
    width: 60px;
    text-align: center;
  }
}
/* ========== end △ */
.arrowbtn a {
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 10px 0;
}
.arrowbtn a:before {
  content: "▶";
  color: #67bcff;
  font-size: 1.2rem;
  margin-right: 10px;
}
.arrowbtn a:hover {
  opacity: 0.7;
}

/* ==================================================
	ページフッター
================================================== */
.footimg {
  background: url(../images/img_foot01.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 500px;
}
/* ▽ TAB layout ========== */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .footimg {
    height: 400px;
    background-attachment: inherit;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .footimg {
    height: 200px;
    background-attachment: inherit;
  }
}
/* ========== end △ */
.foot {
  padding: 100px 0;
  text-align: center;
}
.foot-logo {
  width: 300px;
  margin: 0 auto;
  display: block;
}
.foot-sns {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot-sns a {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.foot-sns a:nth-child(2) {
  padding-right: 20px;
}
.foot-sns span {
  font-size: 2rem;
  margin-right: 5px;
}
.foot-sns .line {
  background: #06c755;
  border-radius: 5px;
}
.foot-sns .line:hover {
  background: #05b34d;
}
.foot-sns .icon_line {
  padding: 5px 0 0;
}
.foot-sns .icon_line::before {
  width: 20px;
  height: 20px;
}
.foot-sns .line p {
  font-weight: bold;
  color: #fff;
}
.foot-sns p {
  font-size: 1.2rem;
}
.foot-copy {
  margin-top: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .foot {
    padding: 60px 0;
  }
  .foot-logo {
    width: 200px;
  }
  .foot-copy {
    font-size: 1rem;
  }
}
/* ========== end △ */
#pagetop {
  position: fixed;
  z-index: 20;
  right: 20px;
  bottom: 20px;
  width: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #pagetop {
    width: 40px;
    right: 10px;
    bottom: 10px;
  }
}
/* ========== end △ */
/* ==================================================
	お知らせ共通
================================================== */
.news-post {
  display: block;
}
.news-post .term {
  color: #fff;
  text-align: center;
  padding: 5px 15px;
  border-radius: 30px;
  display: inline-block;
}
.news-post .info {
  background: #ff8585;
}
.news-post .event {
  background: #67bcff;
}
.news-post .category3 {
  background: #4f90e4;
}
.news-post .category4 {
  background: #e35959;
}
.news-post .time {
  color: #959595;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  margin-left: 10px;
}
.news-post img {
  transition: 1s all;
}
.news-post:hover {
  opacity: 0.7;
}
.news-post:hover img {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
.news-sub .news-post {
  display: flex;
}
.news-sub .news-post:nth-child(n + 2) {
  margin-top: 30px;
}
.news-sub .news-eyecathch {
  width: 30%;
  margin-right: 20px;
}
.news-sub .news-top {
  width: 70%;
}
.news-sub img {
  width: 100%;
  height: 110px;
  object-fit: cover;
}
.news-eyecathch {
  overflow: hidden;
}
.news-top {
  font-size: 1.2rem;
}
.news .cont {
  width: 100%;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .news-sub {
    display: flex;
    flex-wrap: wrap;
  }
  .news-sub .news-post {
    display: block;
    width: 48.5%;
    margin-top: 0 !important;
  }
  .news-sub .news-post:nth-child(2n) {
    margin-left: 3%;
  }
  .news-sub .news-post:nth-child(n + 3) {
    margin-top: 5% !important;
  }
  .news-sub .news-eyecathch {
    width: 100%;
    margin-bottom: 10px;
  }
  .news-sub .news-top {
    width: 100%;
  }
  .news-sub img {
    height: 200px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .news-sub img {
    height: 120px;
  }
  .news-top {
    font-size: 1rem;
  }
  .news-post .term {
    padding: 3px 10px;
    font-size: 1rem;
  }
  .news-post .time {
    margin-left: 5px;
  }
  .news-kazari {
    top: 120px;
    right: -10px;
    font-size: 1rem;
  }
}
/* ========== end △ */
.footparts .news-sub {
  display: flex;
  flex-wrap: wrap;
}
.footparts .news-sub .news-post {
  width: 48.5%;
  margin: 0;
}
.footparts .news-sub .news-post:nth-child(2n) {
  margin-left: 3%;
}
.footparts .news-sub .news-post:nth-child(n + 3) {
  margin-top: 3%;
}

.footcontact {
  background: linear-gradient(
    45deg,
    rgba(255, 133, 133, 0.6),
    rgba(103, 188, 255, 0.6)
  );
}
.footcontact-fl {
  display: flex;
  justify-content: space-between;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .footcontact-fl {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
.footcontact-fl_2 {
  display: flex;
  justify-content: space-between;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 1096px) {
  .footcontact-fl_2 {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
/* ========== end △ */
.footcontact-inner {
  width: 47.5%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .footcontact-inner {
    width: 100%;
  }
}
/* ========== end △ */
.footcontact-btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border: 1px solid #000000;
}
.footcontact-btn a:hover {
  background: #fff;
  color: #000000;
}
.footcontact-btn .free {
  background: #000000;
  color: #fff;
}
.footcontact-btn .tel {
  font-size: 3rem;
  letter-spacing: 0;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}
.footcontact-btn .mail {
  font-size: 2rem;
  letter-spacing: 0;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  padding: 1rem 0;
}
.btn_webform {
  font-size: 2.5rem;
  letter-spacing: 0;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  margin: 0.5rem 0;
}
.footcontact-btn .icon-phone {
  font-size: 2.5rem;
  margin-right: 5px;
}
.footcontact-btn p.center {
  margin: 0 auto;
}
/* ▽ TAB layout ========== */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .footcontact-btn .tel {
    font-size: 2.5rem;
  }
}
/* ========== end △ */
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .footcontact-btn a {
    display: block;
    text-align: center;
  }
  .footcontact-btn .tel {
    line-height: 1.4;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .footcontact-btn a {
    padding: 10px 10px 7px;
    display: block;
    text-align: center;
  }
  .footcontact-btn .tel {
    font-size: 2rem;
  }
  .footcontact-btn .mail {
    font-size: 1.5rem;
    padding: 0;
  }
  .footcontact-btn .icon-phone {
    font-size: 1.8rem;
  }
}
/* ========== end △ */

/* ==================================================
	スタジオ案内
================================================== */
.studio {
  background: linear-gradient(
    90deg,
    #e6f0fc 0%,
    #e6f0fc 50%,
    #ffebeb 50%,
    #ffebeb 100%
  );
  position: relative;
}
.studio .ttl_wrap {
  justify-content: center;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .studio .ttl_wrap {
    display: block !important;
    padding: 0;
  }
  .studio .ttl_wrap .en_ttl {
    justify-content: center;
  }
}
/* ========== end △ */
.studio-kazari {
  margin-top: 50px;
  text-align: center;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .studio-kazari {
    margin: 0;
    text-align: left;
    width: auto;
    position: absolute;
    top: 200px;
    right: -40px;
    transform: rotate(90deg);
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .studio-kazari {
    font-size: 1rem;
    top: 150px;
    right: -30px;
  }
}
/* ========== end △ */
.studio-fl {
  display: flex;
  justify-content: center;
}
.studio-inner {
  width: 45%;
  max-width: 580px;
  background: #fff;
  border-radius: 10px;
  padding: 20px 20px 50px;
}
.studio-inner:nth-child(2) {
  margin-left: 5%;
}
.studio-inner iframe {
  width: 100%;
  height: 350px;
}
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1023px) {
  .studio-fl {
    display: block;
  }
  .studio-inner {
    width: 90%;
    margin: 0 auto;
  }
  .studio-inner:nth-child(2) {
    margin-left: auto;
    margin-top: 5%;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .studio-inner {
    padding: 10px 10px 30px;
  }
  .studio-inner iframe {
    height: 170px;
  }
}
/* ========== end △ */
.studio table th,
.studio table td {
  margin-top: 10px;
  vertical-align: baseline;
}
.studio table th {
  width: 80px;
  display: inline-block;
  padding: 3px 0;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 1.2rem;
}
.studio table td {
  padding-left: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .studio table th,
  .studio table td {
    margin-top: 7px;
  }
  .studio table th {
    font-size: 1rem;
    width: 60px;
    padding: 0;
  }
}
/* ========== end △ */
.studio-btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border: 1px solid;
}
.studio-btn a:hover {
  color: #fff !important;
}
.studio-btn .tel {
  font-size: 3rem;
  letter-spacing: 0;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}
.studio-btn .icon-phone {
  font-size: 2.5rem;
  margin-right: 5px;
}
/* ▽ TAB layout ========== */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .studio-btn .tel {
    font-size: 2.5rem;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .studio-btn a {
    padding: 10px 10px 7px;
    display: block;
    text-align: center;
  }
  .studio-btn .tel {
    font-size: 2rem;
  }
  .studio-btn .icon-phone {
    font-size: 1.8rem;
  }
}
/* ========== end △ */
.studio .yokohama th {
  background: #67bcff;
}
.studio .yokohama .studio-btn a {
  border-color: #4f90e4;
  color: #4f90e4;
}
.studio .yokohama .studio-btn a:hover {
  background: #4f90e4;
}
.studio .kawasaki th {
  background: #ff8585;
}
.studio .kawasaki .studio-btn a {
  border-color: #e35959;
  color: #e35959;
}
.studio .kawasaki .studio-btn a:hover {
  background: #e35959;
}
