@charset "UTF-8";
body {
  font-family: "Acumin Pro","中ゴシックBBB","Gothic Medium BBB";
  margin: 0;
  padding: 0;
  font-size: 13px;
  position: relative;
  background: #fbfbfc;
}

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li,
blockquote, pre, table, caption, th, td, address,
form, fieldset, legend, object {
  margin: 0;
  padding: 0;
}

header, section, navi, footer {
  display: block;
}

a, ins {
  text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

input, textarea {
  font-family: "Acumin Pro","中ゴシックBBB","Gothic Medium BBB";
  font-weight: normal;
  letter-spacing: 0.15em;
}

img {
  vertical-align: baseline;
  max-width: 100%;
  height: auto;
}

a img {
  border: none;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li,
blockquote, pre, table, caption, th, td, address {
  line-height: 1.8;
  letter-spacing: 0.15em;
  color: #231815;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

h1, h2, h3, h4 {
  font-weight: normal;
  letter-spacing: 0.15em;
}

a {
  color: #231815;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.5;
}

li {
  list-style: none;
}

a[href^="tel:"] {
  cursor: default;
  opacity: 1 !important;
}

br.pcn {
  display: none;
}

@media screen and (max-width: 480px) {
  br.pcn {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  br.spn {
    display: none;
  }
}

.table {
  display: table;
}

.table .t-tr {
  display: table-row;
}

.table .t-tr .t-th, .table .t-tr .t-td {
  display: table-cell;
}

@media screen and (max-width: 480px) {
  .onlyPC {
    display: none;
  }
}

.onlySP {
  display: none;
}

@media screen and (max-width: 480px) {
  .onlySP {
    display: initial;
  }
}

.anime {
  opacity: 0;
  -webkit-transform: translateY(-10px) scale(0.99, 0.99);
  transform: translateY(-10px) scale(0.99, 0.99);
  -webkit-transition: 1s;
  transition: 1s;
}

.move {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}

.anime-r {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.move-r {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.anime-l {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.move-l {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.anime-d {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.move-d {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.anime-b {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 1s;
  transition: 1s;
}

.move-b {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.delay1 {
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
}

@media screen and (max-width: 480px) {
  .delay1 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay2 {
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
}

@media screen and (max-width: 480px) {
  .delay2 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay3 {
  -webkit-transition-delay: .35s;
  transition-delay: .35s;
}

@media screen and (max-width: 480px) {
  .delay3 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay4 {
  -webkit-transition-delay: .45s;
  transition-delay: .45s;
}

@media screen and (max-width: 480px) {
  .delay4 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay5 {
  -webkit-transition-delay: .55s;
  transition-delay: .55s;
}

@media screen and (max-width: 480px) {
  .delay5 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 1000;
  display: none;
}

@media screen and (max-width: 767px) {
  .hnavi_btn {
    display: block;
  }
}

.menu-button {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100000;
}

.menu-button i {
  display: block;
  width: 30px;
  height: 1px;
  border-radius: 2px;
  background: #231815;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  position: absolute;
  right: 10px;
  top: 20px;
}

.menu-button i:before, .menu-button i:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  border-radius: 3px;
  background: #231815;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}

.menu-button i:before {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

.menu-button i:after {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.hnavi_btn.active .menu-button i {
  background: none;
}

.hnavi_btn.active .menu-button i:after {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}

.hnavi_btn.active .menu-button i:before {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}

.header {
  max-width: 840px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 20px 0;
  margin-bottom: 80px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
  }
}

@media screen and (max-width: 540px) {
  .header {
    margin-bottom: 72px;
  }
}

.header .hlogo {
  font-size: 0;
}

@media screen and (max-width: 540px) {
  .header .hlogo {
    width: 140px;
  }
}

@media screen and (max-width: 767px) {
  .header nav {
    width: 0;
  }
}

.top_header {
  max-width: 840px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 50px;
  padding-right: 50px;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 540px) {
  .top_header {
    padding-top: 60px;
  }
}

.top_header .gnavi .menu {
  padding-top: 7px;
}

@media screen and (max-width: 767px) {
  .top_header .gnavi .menu {
    padding-top: 16px;
  }
}

.gnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 485px;
}

.gnavi .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .gnavi .menu {
    position: fixed;
    top: 50px;
    right: 10px;
    z-index: 1000;
    background: #FFF;
    border: 1px solid #231815;
    padding: 16px;
    width: 148px;
    display: none;
  }
}

.gnavi .menu li {
  margin-right: 18px;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .gnavi .menu li {
    font-size: 14px;
    margin: 0 0 8px;
  }
}

.gnavi .sns {
  position: relative;
  width: 54px;
  height: 48px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .gnavi .sns {
    position: absolute;
    top: 16px;
    left: 16px;
  }
}

.gnavi .sns li {
  position: absolute;
  font-size: 0;
}

.gnavi .sns li.tw {
  top: 0;
  right: 11%;
}

.gnavi .sns li.ig {
  left: 0;
  top: 41%;
  margin: 0;
}

.gnavi .sns li.fb {
  bottom: 0;
  right: 0;
}

.footer {
  background: #dedfdf;
  padding: 50px 24px 32px;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 10px 32px;
  }
}

.footer .fnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}

.footer .fnavi li {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .footer .fnavi li {
    font-size: 12px;
    margin: 0 10px 16px;
  }
}

@media screen and (max-width: 540px) {
  .footer .fnavi li {
    font-size: 11px;
  }
}

.footer .fnavi li:last-of-type {
  margin-right: 0;
}

.footer .copyright {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 10px;
  }
}

/*/// Common /////////////////////////////////////*/
.page_wrap {
  padding: 0 20px;
}

.entry-loading {
  text-align: center;
  display: none;
}

.entry-loading.is-show {
  display: block;
}

.op0 {
  opacity: 0;
}

.entry-more {
  text-align: center;
  color: #009ea1;
  cursor: pointer;
}

.entry-more.is-hide {
  display: none;
}

/*/// Top /////////////////////////////////////*/
.top_cnt {
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 540px) {
  .top_cnt {
    display: block;
    padding: 10px 30px 0;
  }
}

.top_cnt .top_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 10px 0 40px;
}

@media screen and (max-width: 767px) {
  .top_cnt .top_head {
    display: block;
    text-align: center;
    padding: 0;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 540px) {
  .top_cnt .top_head .hlogo {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 540px) {
  .top_cnt .top_head .hlogo img {
    width: 240px;
  }
}

.top_cnt .top_head .top_mv {
  padding-top: 40px;
  max-width: 470px;
  margin: 0 auto;
}

@media screen and (max-width: 540px) {
  .top_cnt .top_head .top_mv {
    padding-top: 10px;
  }
}

.top_cnt .top_news {
  background: url("../img/top/news_bg.svg") no-repeat;
  background-size: 100%;
  max-width: 600px;
  width: 100%;
  height: 292px;
  padding-top: 58px;
  padding-left: 50px;
  padding-right: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .top_cnt .top_news {
    margin: 0 auto;
  }
}

@media screen and (max-width: 540px) {
  .top_cnt .top_news {
    margin: 0 auto;
    padding: 24px 40px 0 30px;
    background: url("../img/top/sp_news_bg.svg") no-repeat;
    height: 55vw;
  }
}

.top_cnt .top_news .news_ttl {
  color: #e60012;
  margin-bottom: 8px;
  font-size: 13px;
}

.top_cnt .top_news ul {
  height: 94px;
  overflow: auto;
  padding-right: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 12px;
}

.top_cnt .top_news ul::-webkit-scrollbar {
  width: 8px;
}

.top_cnt .top_news ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.top_cnt .top_news ul::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, 0.1);
}

.top_cnt .top_news ul li {
  margin-bottom: 10px;
}

.top_cnt .top_news ul li .date {
  font-size: 13px;
  line-height: 1.4;
}

.top_cnt .top_news ul li .ttl {
  line-height: 1.6;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .top_cnt .top_news ul li .ttl {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
  }
}

.top_cnt .top_news .btn {
  text-align: center;
}

.top_cnt .top_contents {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-right: 58px;
  padding-left: 50px;
  margin-top: -80px;
  margin-bottom: -50px;
}

@media screen and (max-width: 1000px) {
  .top_cnt .top_contents {
    padding: 0;
    max-width: 740px;
    margin: -80px auto -50px;
  }
}

@media screen and (max-width: 770px) {
  .top_cnt .top_contents {
    margin-left: -2px;
    margin-right: -2px;
  }
}

@media screen and (max-width: 767px) {
  .top_cnt .top_contents {
    margin: 0 0 60px;
    padding: 0 20px;
    display: block;
    text-align: center;
  }
}

.top_cnt .top_contents li {
  font-size: 17px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .top_cnt .top_contents li {
    padding: 0;
    text-align: center;
  }
}

.top_cnt .top_contents li a {
  position: relative;
  display: block;
  opacity: 1 !important;
}

@media screen and (max-width: 767px) {
  .top_cnt .top_contents li a {
    display: inline-block;
  }
}

.top_cnt .top_contents li a .on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top_cnt .top_contents li a .off {
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top_cnt .top_contents li a .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .top_cnt .top_contents li a .sp {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .top_cnt .top_contents li a .pc {
    display: none;
  }
}

.top_cnt .top_contents li a:hover .on {
  opacity: 1;
}

.top_cnt .top_contents li a:hover .off {
  opacity: 0;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.top_cnt .top_contents li.top_shop {
  padding-left: 13px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 767px) {
  .top_cnt .top_contents li.top_shop {
    margin: 0 0 16px;
  }
}

.top_cnt .top_contents li.top_about {
  margin-top: 111px;
  margin-right: 8px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 767px) {
  .top_cnt .top_contents li.top_about {
    margin: 0;
  }
}

.top_cnt .top_contents li.top_studio {
  margin-right: -40px;
  margin-top: -42px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

@media screen and (max-width: 767px) {
  .top_cnt .top_contents li.top_studio {
    margin: 0;
  }
}

.top_cnt .top_contents li.top_atelier {
  margin-top: 50px;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

@media screen and (max-width: 767px) {
  .top_cnt .top_contents li.top_atelier {
    margin: 0;
  }
}

/*/// News /////////////////////////////////////*/
.news {
  max-width: 780px;
  margin: 0 auto;
}

.news .news_ttl {
  font-size: 20px;
  margin-bottom: 130px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .news .news_ttl {
    font-size: 18px;
    margin-bottom: 60px;
  }
}

.news .news_list {
  border-bottom: 2px solid #231815;
  padding-bottom: 80px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .news .news_list {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

.news .news_list ul {
  max-width: 580px;
  margin: 0 auto;
}

.news .news_list ul li {
  margin-bottom: 60px;
}

.news .news_list ul li:last-of-type {
  margin-bottom: 0;
}

.news .news_list ul li .img {
  font-size: 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .news .news_list ul li .img {
    margin-bottom: 30px;
  }
}

.news .news_list ul li .img img {
  width: 100%;
}

.news .news_list ul li .ttl {
  font-size: 22px;
  margin-bottom: 8px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .news .news_list ul li .ttl {
    font-size: 18px;
  }
}

.news .news_list ul li .txt {
  margin-bottom: 12px;
  line-height: 1.8;
}

.news .news_list ul li .date {
  color: #009ea1;
  font-size: 13px;
}

.news .news_list2 {
  max-width: 700px;
  margin: 0 auto 100px;
}

.news .news_list2 .ttl {
  font-size: 20px;
  margin-bottom: 32px;
}

.news .news_list2 ul {
  width: 100%;
  margin-bottom: 60px;
}

.news .news_list2 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .news .news_list2 ul li {
    margin-bottom: 16px;
    display: block;
  }
}

.news .news_list2 ul li .date {
  width: 100px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .news .news_list2 ul li .date {
    width: 100%;
  }
}

.news .news_list2 ul li .ttl2 {
  width: calc(100% - 100px);
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .news .news_list2 ul li .ttl2 {
    width: 100%;
  }
}

/*/// Aboutus /////////////////////////////////////*/
.aboutus {
  max-width: 780px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.aboutus .main_copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.8;
  margin-bottom: 100px;
  padding: 0 20px;
  font-size: 24px;
}

@media screen and (max-width: 540px) {
  .aboutus .main_copy {
    font-size: 18px;
    margin-bottom: 60px;
  }
}

.aboutus .about_cnt {
  max-width: 540px;
  margin: 0 auto 100px;
  padding: 0 20px;
}

@media screen and (max-width: 540px) {
  .aboutus .about_cnt {
    margin-bottom: 60px;
  }
}

.aboutus .about_cnt.cnt3 {
  margin-bottom: 80px;
}

.aboutus .about_cnt .ttl {
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 1.6;
}

@media screen and (max-width: 540px) {
  .aboutus .about_cnt .ttl {
    font-size: 16px;
  }
}

.aboutus .about_cnt .ttl span {
  margin-right: 20px;
}

.aboutus .about_cnt .txt {
  margin-bottom: 16px;
}

.aboutus .about_cnt .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.aboutus .about_cnt .btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.aboutus .about_cnt .btn a::after {
  content: '';
  display: block;
  background: url("../img/common/btn_arrow.svg") no-repeat right bottom;
  background-size: 52px;
  width: 52px;
  height: 8px;
  margin-left: 8px;
  margin-top: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.aboutus .about_cnt .btn a:hover::after {
  width: 68px;
}

.aboutus .prof {
  border-top: 2px solid #231815;
  border-bottom: 2px solid #231815;
  padding-top: 100px;
  padding-bottom: 80px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .aboutus .prof {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

.aboutus .prof.yamazaki {
  border-top: none;
  padding-top: 0;
}

.aboutus .prof .img {
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 540px) {
  .aboutus .prof .img {
    margin-bottom: 60px;
  }
}

.aboutus .prof .prof1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 25px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .aboutus .prof .prof1 {
    display: block;
  }
}

@media screen and (max-width: 540px) {
  .aboutus .prof .prof1 {
    padding: 0;
  }
}

.aboutus .prof .prof1 > div {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .aboutus .prof .prof1 > div {
    width: 100%;
    margin: 0 0 60px;
  }
}

.aboutus .prof .prof1 > div .name {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .aboutus .prof .prof1 > div .name {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 540px) {
  .aboutus .prof .prof1 > div .name {
    font-size: 18px;
  }
}

.aboutus .prof .prof1 > div .name span {
  display: block;
}

.aboutus .prof .prof1 > div ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.aboutus .prof .prof1 > div ul li .year {
  width: 100px;
  font-size: 13px;
}

@media screen and (max-width: 540px) {
  .aboutus .prof .prof1 > div ul li .year {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

.aboutus .prof .prof1 > div ul li .ttl {
  width: calc(100% - 100px);
  font-size: 13px;
}

@media screen and (max-width: 540px) {
  .aboutus .prof .prof1 > div ul li .ttl {
    width: calc(100% - 100px);
  }
}

.aboutus .prof .prof_2 {
  width: 100%;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .aboutus .prof .prof_2 {
    margin: 0 0 60px;
  }
}

@media screen and (max-width: 540px) {
  .aboutus .prof .prof_2 {
    padding: 0;
  }
}

.aboutus .prof .prof_2 .name {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .aboutus .prof .prof_2 .name {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 540px) {
  .aboutus .prof .prof_2 .name {
    font-size: 18px;
  }
}

.aboutus .prof .prof_2 .name span {
  display: block;
}

.aboutus .prof .prof_2 .name .class {
  font-size: 15px;
}

@media screen and (max-width: 540px) {
  .aboutus .prof .prof_2 .name .class {
    font-size: 13px;
  }
}

.aboutus .prof .prof_2 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.aboutus .prof .prof_2 ul li .year {
  width: 100px;
  font-size: 13px;
}

@media screen and (max-width: 540px) {
  .aboutus .prof .prof_2 ul li .year {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

.aboutus .prof .prof_2 ul li .ttl {
  width: calc(100% - 100px);
  font-size: 13px;
}

@media screen and (max-width: 540px) {
  .aboutus .prof .prof_2 ul li .ttl {
    width: calc(100% - 100px);
  }
}

.aboutus .prof .career_list {
  padding: 0 25px;
  margin-bottom: 60px;
}

@media screen and (max-width: 540px) {
  .aboutus .prof .career_list {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .aboutus .prof .career_list:last-of-type {
    margin-bottom: 0;
  }
}

.aboutus .prof .career_list .ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

.aboutus .prof .career_list ul {
  margin-bottom: 16px;
}

.aboutus .prof .career_list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 540px) {
  .aboutus .prof .career_list ul li {
    margin-bottom: 8px;
  }
}

.aboutus .prof .career_list ul li .year {
  width: 100px;
  font-size: 13px;
}

@media screen and (max-width: 540px) {
  .aboutus .prof .career_list ul li .year {
    width: 60px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

.aboutus .prof .career_list ul li .ttl {
  width: calc(100% - 100px);
}

@media screen and (max-width: 540px) {
  .aboutus .prof .career_list ul li .ttl {
    width: calc(100% - 70px);
  }
}

.aboutus .media {
  border-bottom: 2px solid #231815;
  margin-bottom: 80px;
  padding: 0 25px 80px;
}

@media screen and (max-width: 767px) {
  .aboutus .media {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 540px) {
  .aboutus .media {
    padding: 0 0 50px;
  }
}

.aboutus .media:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.aboutus .media .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

.aboutus .media ul {
  margin-bottom: 30px;
}

.aboutus .media ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 540px) {
  .aboutus .media ul li {
    margin-bottom: 8px;
  }
}

.aboutus .media ul li .year {
  width: 100px;
  font-size: 13px;
}

@media screen and (max-width: 540px) {
  .aboutus .media ul li .year {
    width: 60px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

.aboutus .media ul li .ttl2 {
  width: calc(100% - 100px);
}

@media screen and (max-width: 540px) {
  .aboutus .media ul li .ttl2 {
    width: calc(100% - 70px);
  }
}

.aboutus .overview {
  padding: 0 25px;
}

@media screen and (max-width: 767px) {
  .aboutus .overview {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 540px) {
  .aboutus .overview {
    padding: 0;
  }
}

.aboutus .overview .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}

.aboutus .overview ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.aboutus .overview ul li .ttl2 {
  width: 80px;
}

.aboutus .overview ul li .txt {
  width: calc(100% - 80px);
}

/*/// Shop /////////////////////////////////////*/
.shop {
  max-width: 780px;
  margin: 0 auto;
  margin-top: 100px;
}

@media screen and (max-width: 540px) {
  .shop {
    margin-top: 0;
  }
}

.shop .shop_head {
  width: 880px;
  margin-left: -50px;
  position: relative;
}

@media screen and (max-width: 940px) {
  .shop .shop_head {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
}

@media screen and (max-width: 540px) {
  .shop .shop_head {
    width: 100%;
    margin: 0 0 50px;
  }
}

.shop .shop_ttl {
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -90px;
  padding-left: 30px;
}

@media screen and (max-width: 900px) {
  .shop .shop_ttl {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .shop .shop_ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 540px) {
  .shop .shop_ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    margin-bottom: -60px;
    margin-bottom: 40px;
    text-align: center;
  }
}

.shop .shop_ttl b {
  font-weight: normal;
  margin-right: 24px;
}

@media screen and (max-width: 900px) {
  .shop .shop_ttl b {
    margin-right: 20px;
  }
}

@media screen and (max-width: 540px) {
  .shop .shop_ttl b {
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 540px) {
  .shop .shop_ttl span {
    text-align: left;
    font-size: 14px;
    display: block;
  }
}

.shop .sp_txt {
  display: none;
}

@media screen and (max-width: 540px) {
  .shop .sp_txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
    font-size: 14px;
  }
}

.shop .wrap_shop_mv {
  position: relative;
  padding-top: 168px;
  max-width: 880px;
}

@media screen and (max-width: 540px) {
  .shop .wrap_shop_mv {
    padding-top: 0;
    padding-bottom: 25vw;
    margin-bottom: 8px;
  }
}

.shop .wrap_shop_mv .shop_mv {
  position: absolute;
  top: 0;
  right: 0;
  width: 496px;
  background: url("../img/shop/shop_mv_base.png") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 860px) {
  .shop .wrap_shop_mv .shop_mv {
    width: 56%;
  }
}

@media screen and (max-width: 540px) {
  .shop .wrap_shop_mv .shop_mv {
    position: absolute;
    top: auto;
    right: auto;
    left: -5px;
    bottom: 0;
  }
}

@media screen and (max-width: 540px) {
  .shop .wrap_shop_mv .bg {
    text-align: right;
  }
}

@media screen and (max-width: 860px) {
  .shop .wrap_shop_mv .bg img {
    width: 68%;
  }
}

@media screen and (max-width: 540px) {
  .shop .wrap_shop_mv .bg img {
    width: 92%;
  }
}

.shop .member_btn {
  padding-right: 45px;
  margin-top: -123px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 80px;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 940px) {
  .shop .member_btn {
    padding-right: 30px;
    margin-top: -100px;
  }
}

@media screen and (max-width: 640px) {
  .shop .member_btn {
    padding: 0;
    margin-top: -60px;
  }
}

@media screen and (max-width: 540px) {
  .shop .member_btn {
    margin-bottom: 0;
  }
}

.shop .member_btn a {
  background: url("../img/shop/shutten_bg.svg") no-repeat;
  background-size: 100%;
  width: 260px;
  height: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  color: #FFF;
}

@media screen and (max-width: 900px) {
  .shop .member_btn a {
    width: 220px;
    height: 120px;
    font-size: 17px;
  }
}

@media screen and (max-width: 540px) {
  .shop .member_btn a {
    width: 164px;
    height: 95px;
    font-size: 13px;
  }
}

.shop .member_btn a span {
  border-bottom: 2px solid #FFF;
  padding-bottom: 3px;
}

@media screen and (max-width: 940px) {
  .shop .member_btn a span {
    padding-bottom: 1px;
    margin-bottom: 8px;
  }
}

.shop .today {
  margin-bottom: 80px;
  padding: 0 20px;
}

@media screen and (max-width: 540px) {
  .shop .today {
    margin-bottom: 60px;
  }
}

.shop .today .today_ttl {
  text-align: center;
  margin-bottom: 30px;
}

.shop .today .today_shop {
  width: 500px;
  margin: 0 auto;
  padding-top: 68px;
  background: url("../img/shop/today_icon.svg") no-repeat top center;
  background-size: 420px;
}

@media screen and (max-width: 540px) {
  .shop .today .today_shop {
    width: 100%;
    background-size: 240px;
    padding-top: 38px;
  }
}

.shop .today .today_shop.noevent .img {
  display: none;
}

.shop .today .today_shop.noevent .ttl {
  border-top: 2px solid #231815;
}

.shop .today .today_shop .img {
  border: 2px solid #231815;
  background: #FFF;
  font-size: 0;
  text-align: center;
}

.shop .today .today_shop .img img {
  width: 100%;
}

.shop .today .today_shop .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  min-height: 70px;
  border: 2px solid #231815;
  border-top: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
  padding: 10px 3px 6px;
}

@media screen and (max-width: 540px) {
  .shop .today .today_shop .ttl {
    font-size: 14px;
    padding: 6px 5px 4px;
    min-height: 50px;
  }
}

.shop .today .today_shop .ttl ul.simcal-events {
  display: block !important;
}

.shop .today .today_shop .ttl ul.simcal-events li {
  text-align: center;
  letter-spacing: 0.05em;
}

.shop .today .today_shop .ttl ul.simcal-events li > span.simcal-event-title {
  display: inline !important;
}

.shop .today .today_shop .ttl ul.simcal-events li .simcal-event-details {
  display: none;
}

.shop .shop_calendar {
  border-bottom: 2px solid #231815;
  margin-bottom: 80px;
  padding-bottom: 80px;
}

.shop .shop_calendar .inner {
  max-width: 740px;
  margin: 0 auto;
}

.shop .shop_calendar .calendar_ttl {
  font-size: 18px;
  margin-bottom: 16px;
}

@media screen and (max-width: 540px) {
  .shop .shop_calendar .calendar_ttl {
    font-size: 17px;
  }
}

.shop .shop_calendar .calendar {
  margin-bottom: 32px;
}

.shop .shop_calendar .calendar .simcal-event-title {
  word-break: break-all;
}

.shop .shop_calendar .calendar .simcal-events-dots img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (max-width: 640px) {
  .shop .shop_calendar .calendar .simcal-today > div {
    min-height: 78px !important;
  }
}

.shop .shop_calendar .calendar .simcal-today .simcal-events-dots img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}

.shop .shop_calendar .memo {
  font-size: 13px;
  line-height: 1.6;
}

.shop .shop_list {
  border-bottom: 2px solid #231815;
  margin-bottom: 80px;
  padding-bottom: 60px;
}

.shop .shop_list .shop_list_ttl {
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;
}

.shop .shop_list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 840px;
  margin-left: -30px;
}

@media screen and (max-width: 900px) {
  .shop .shop_list ul {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .shop .shop_list ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.shop .shop_list ul li {
  width: 256px;
  margin-right: 36px;
  margin-bottom: 50px;
}

@media screen and (max-width: 900px) {
  .shop .shop_list ul li {
    width: 31%;
    margin-right: 3.5%;
  }
}

@media screen and (max-width: 640px) {
  .shop .shop_list ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 20px;
    border: 2px solid #231815;
    padding: 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.shop .shop_list ul li:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  .shop .shop_list ul li .pc {
    display: none;
  }
}

.shop .shop_list ul li .sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .shop .shop_list ul li .sp {
    display: block;
  }
}

.shop .shop_list ul li .sp a {
  display: block;
}

.shop .shop_list ul li .sp .wrap_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}

.shop .shop_list ul li .sp .wrap_modal .modal {
  border: 2px solid #231815;
  padding: 5px 5px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
  position: relative;
}

.shop .shop_list ul li .sp .wrap_modal .modal .img {
  margin-bottom: 10px;
}

.shop .shop_list ul li .sp .wrap_modal .modal .ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.shop .shop_list ul li .sp .wrap_modal .modal .link {
  font-size: 13px;
  padding-left: 6px;
}

.shop .shop_list ul li .sp .wrap_modal .modal .link a {
  color: #009ea1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop .shop_list ul li .sp .wrap_modal .modal .link a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  margin-right: 2px;
  border-color: transparent transparent transparent #009ea1;
}

.shop .shop_list ul li .sp .wrap_modal .modal .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  cursor: pointer;
  font-size: 20px;
}

.shop .shop_list ul li .img {
  font-size: 0;
  border: 2px solid #231815;
  text-align: center;
  margin-bottom: 8px;
}

@media screen and (max-width: 640px) {
  .shop .shop_list ul li .img {
    border: none;
  }
}

.shop .shop_list ul li .ttl {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 540px) {
  .shop .shop_list ul li .ttl {
    font-size: 14px;
    line-height: 1.6;
    padding: 0 5px;
  }
}

.shop .shop_list ul li .txt {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 8px;
}

@media screen and (max-width: 540px) {
  .shop .shop_list ul li .txt {
    padding: 0 5px;
  }
}

.shop .shop_list ul li .schedule {
  font-size: 13px;
  margin-bottom: 8px;
}

@media screen and (max-width: 540px) {
  .shop .shop_list ul li .schedule {
    padding: 0 5px;
  }
}

.shop .access {
  border-bottom: 2px solid #231815;
  margin-bottom: 80px;
  padding-bottom: 80px;
}

.shop .access .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 840px;
  margin-left: -30px;
}

@media screen and (max-width: 900px) {
  .shop .access .wrap {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .shop .access .wrap {
    display: block;
  }
}

.shop .access .wrap .cnt {
  width: 370px;
}

@media screen and (max-width: 767px) {
  .shop .access .wrap .cnt {
    width: 100%;
    margin-bottom: 40px;
  }
}

.shop .access .wrap .cnt .access_ttl {
  font-size: 20px;
  margin-bottom: 24px;
}

.shop .access .wrap .cnt p {
  line-height: 1.8;
  margin-bottom: 10px;
  font-size: 13px;
}

.shop .access .wrap .cnt .df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.shop .access .wrap .cnt .df span:first-of-type {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.shop .access .wrap .gmap {
  width: 440px;
}

@media screen and (max-width: 900px) {
  .shop .access .wrap .gmap {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .shop .access .wrap .gmap {
    width: 100%;
    margin-left: 0;
  }
}

.shop .access .wrap .gmap .map {
  border: 2px solid #231815;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 280px;
}

.shop .access .wrap .gmap .map iframe {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  width: 100%;
  height: 100%;
}

.shop .shutten .shutten_ttl {
  background: url("../img/shop/shutten_bg.svg") no-repeat;
  background-size: 100%;
  width: 260px;
  height: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  color: #FFF;
  margin: 0 auto 40px;
}

.shop .shutten .shutten_ttl span {
  border-bottom: 2px solid #FFF;
  padding-bottom: 3px;
}

.shop .shutten .shutten_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 680px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
  .shop .shutten .shutten_head {
    display: block;
    margin-bottom: 40px;
  }
}

.shop .shutten .shutten_head .ttl {
  font-size: 18px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .shop .shutten .shutten_head .ttl {
    text-align: center;
    margin-bottom: 30px;
  }
}

.shop .shutten .shutten_head .txt {
  width: 360px;
  line-height: 1.8;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .shop .shutten .shutten_head .txt {
    width: 100%;
  }
}

.shop .shutten .shutten_mv {
  text-align: center;
  margin-bottom: 60px;
}

.shop .shutten .wrap_shutten_cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .shop .shutten .wrap_shutten_cnt {
    margin-bottom: 40px;
  }
}

.shop .shutten .wrap_shutten_cnt .shutten_cnt {
  max-width: 400px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .shop .shutten .wrap_shutten_cnt .shutten_cnt {
    margin-bottom: 40px;
  }
}

.shop .shutten .wrap_shutten_cnt .shutten_cnt .ttl {
  font-size: 18px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .shop .shutten .wrap_shutten_cnt .shutten_cnt .ttl {
    font-size: 17px;
  }
}

.shop .shutten .wrap_shutten_cnt .col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 840px;
  margin-left: -30px;
}

@media screen and (max-width: 900px) {
  .shop .shutten .wrap_shutten_cnt .col2 {
    width: 100%;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.shop .shutten .wrap_shutten_cnt .col2 .shutten_cnt {
  max-width: 380px;
}

@media screen and (max-width: 900px) {
  .shop .shutten .wrap_shutten_cnt .col2 .shutten_cnt {
    max-width: 400px;
  }
}

.shop .shutten .fee {
  width: 800px;
  margin: 0 auto 100px;
}

@media screen and (max-width: 900px) {
  .shop .shutten .fee {
    width: 100%;
  }
}

.shop .shutten .fee .fee_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 720px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
  .shop .shutten .fee .fee_head {
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }
}

.shop .shutten .fee .fee_head .ttl {
  font-size: 18px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .shop .shutten .fee .fee_head .ttl {
    text-align: center;
    margin-bottom: 30px;
  }
}

.shop .shutten .fee .fee_head .txt {
  width: 380px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .shop .shutten .fee .fee_head .txt {
    width: 100%;
  }
}

.shop .shutten .fee .wrap_table {
  margin-bottom: 40px;
}

@media screen and (max-width: 540px) {
  .shop .shutten .fee .wrap_table {
    overflow: auto;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .shop .shutten .fee .wrap_table::-webkit-scrollbar {
    height: 6px;
  }
  .shop .shutten .fee .wrap_table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  }
  .shop .shutten .fee .wrap_table::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 50, 0.1);
  }
}

.shop .shutten .fee .wrap_table .fee_table {
  display: table;
  border-collapse: collapse;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 540px) {
  .shop .shutten .fee .wrap_table .fee_table {
    width: 640px;
  }
}

.shop .shutten .fee .wrap_table .fee_table li {
  display: table-row;
}

.shop .shutten .fee .wrap_table .fee_table li p {
  display: table-cell;
  border: 2px solid #231815;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  height: 100px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .shop .shutten .fee .wrap_table .fee_table li p {
    font-size: 16px;
  }
}

@media screen and (max-width: 540px) {
  .shop .shutten .fee .wrap_table .fee_table li p {
    font-size: 15px;
    height: 70px;
  }
}

.shop .shutten .fee .wrap_table .fee_table li p:first-of-type, .shop .shutten .fee .wrap_table .fee_table li p:nth-of-type(2) {
  white-space: nowrap;
}

.shop .shutten .fee .memo {
  font-size: 13px;
  line-height: 1.6;
}

.shop .shutten .garden_map {
  width: 800px;
  margin: 0 auto 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 900px) {
  .shop .shutten .garden_map {
    width: 100%;
    margin-bottom: 80px;
  }
}

.shop .shutten .garden_map .garden_map_ttl {
  font-size: 18px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: center;
  margin: 0 0 50px;
}

@media screen and (max-width: 767px) {
  .shop .shutten .garden_map .garden_map_ttl {
    text-align: center;
    margin-bottom: 40px;
  }
}

.shop .shutten .garden_map .map {
  text-align: center;
  margin-bottom: 40px;
}

.shop .shutten .garden_map .spec .ttl {
  font-size: 13px;
}

.shop .shutten .garden_map .spec .txt {
  font-size: 13px;
  margin-bottom: 20px;
}

.ig {
  margin-top: 140px;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .ig {
    margin-bottom: 80px;
    margin-top: 80px;
  }
}

.ig .link {
  margin-top: 16px;
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  .ig .link {
    font-size: 16px;
  }
}

.ig .link a {
  color: #009ea1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.ig .link a img {
  margin-left: 16px;
}

@media screen and (max-width: 640px) {
  .ig .link a img {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 640px) {
  .ig #sb_instagram #sbi_images .sbi_item {
    padding: 2px !important;
  }
}

.contact_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.contact_btn a {
  width: 540px;
  height: 120px;
  border: 2px solid #231815;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}

@media screen and (max-width: 540px) {
  .contact_btn a {
    height: 90px;
    font-size: 18px;
  }
}

.member_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  margin-bottom: 80px;
}

.member_link a {
  width: 540px;
  height: 120px;
  border: 2px solid #231815;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}

@media screen and (max-width: 540px) {
  .member_link a {
    height: 90px;
    font-size: 16px;
  }
}

/*/// Attelier /////////////////////////////////////*/
.atelier {
  max-width: 840px;
  margin: 0 auto;
}

.atelier .atelier_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .atelier .atelier_head {
    display: block;
  }
}

.atelier .atelier_head .cnt {
  width: 340px;
}

@media screen and (max-width: 767px) {
  .atelier .atelier_head .cnt {
    width: auto;
    margin-bottom: 30px;
  }
}

.atelier .atelier_head .cnt .atelier_ttl {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .atelier .atelier_head .cnt .atelier_ttl {
    text-align: center;
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.atelier .atelier_head .cnt .txt {
  font-size: 13px;
}

.atelier .atelier_head .img {
  width: 480px;
}

@media screen and (max-width: 767px) {
  .atelier .atelier_head .img {
    width: auto;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .atelier .atelier_head .img img {
    width: 100%;
  }
}

.atelier .sec_ttl {
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .atelier .sec_ttl {
    font-size: 18px;
    margin-bottom: 32px;
  }
}

.atelier .facilities {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .atelier .facilities {
    margin-bottom: 60px;
  }
}

.atelier .facilities ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .atelier .facilities ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.atelier .facilities ul li {
  width: 24%;
  margin-right: 1.33%;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .atelier .facilities ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 20px;
    border: 2px solid #231815;
    padding: 2px 2px 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.atelier .facilities ul li:nth-of-type(4n) {
  margin-right: 0;
}

.atelier .facilities ul li .img {
  font-size: 0;
  margin-bottom: 8px;
}

.atelier .facilities ul li .txt {
  font-size: 13px;
  line-height: 1.8;
}

@media screen and (max-width: 540px) {
  .atelier .facilities ul li .txt {
    padding: 0 5px;
  }
}

.atelier .howto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .atelier .howto {
    margin-bottom: 60px;
  }
}

.atelier .howto .howto_box {
  max-width: 480px;
  width: 100%;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .atelier .howto .howto_box {
    margin-bottom: 40px;
  }
}

.atelier .howto .howto_box:last-of-type {
  margin-bottom: 0;
}

.atelier .howto .howto_box .ttl {
  font-size: 20px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .atelier .howto .howto_box .ttl {
    font-size: 17px;
  }
}

.atelier .fee {
  max-width: 800px;
  margin: 0 auto 100px;
}

.atelier .fee .fee_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 720px;
  margin: 0 auto 60px;
}

.atelier .fee .fee_head .ttl {
  font-size: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.atelier .fee .fee_head .txt {
  max-width: 380px;
  line-height: 1.8;
}

.atelier .fee .wrap_table {
  margin-bottom: 40px;
}

@media screen and (max-width: 540px) {
  .atelier .fee .wrap_table {
    overflow: auto;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .atelier .fee .wrap_table::-webkit-scrollbar {
    height: 6px;
  }
  .atelier .fee .wrap_table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  }
  .atelier .fee .wrap_table::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 50, 0.1);
  }
}

.atelier .fee .wrap_table .fee_table {
  display: table;
  border-collapse: collapse;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 540px) {
  .atelier .fee .wrap_table .fee_table {
    width: 640px;
  }
}

.atelier .fee .wrap_table .fee_table li {
  display: table-row;
}

.atelier .fee .wrap_table .fee_table li p {
  display: table-cell;
  border: 2px solid #231815;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  height: 100px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .atelier .fee .wrap_table .fee_table li p {
    font-size: 16px;
  }
}

@media screen and (max-width: 540px) {
  .atelier .fee .wrap_table .fee_table li p {
    font-size: 15px;
    height: 70px;
  }
}

.atelier .fee .wrap_table .fee_table li p:first-of-type, .atelier .fee .wrap_table .fee_table li p:nth-of-type(2) {
  white-space: nowrap;
}

.atelier .fee .memo {
  font-size: 13px;
  line-height: 1.6;
}

.atelier .atelier_calendar {
  max-width: 800px;
  margin: 0 auto 100px;
}

.atelier .atelier_calendar .calendar_ttl {
  font-size: 18px;
  margin-bottom: 16px;
}

.atelier .atelier_calendar .calendar {
  margin-bottom: 80px;
}

.atelier .atelier_calendar .calendar .simcal-event-title {
  word-break: break-all;
}

.atelier .atelier_calendar .calendar table tr td .simcal-no-events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 94px;
  position: relative;
}

@media screen and (max-width: 840px) {
  .atelier .atelier_calendar .calendar table tr td .simcal-no-events {
    height: 11vw;
  }
}

.atelier .atelier_calendar .calendar table tr td .simcal-no-events::before {
  content: '○';
  font-size: 32px;
  font-weight: bold;
  color: #999;
}

@media screen and (max-width: 640px) {
  .atelier .atelier_calendar .calendar table tr td .simcal-no-events::before {
    font-size: 22px;
  }
}

.atelier .atelier_calendar .calendar table tr td .simcal-events {
  display: none !important;
}

.atelier .atelier_calendar .link {
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 80px;
}

.atelier .atelier_calendar .link a {
  color: #009ea1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.atelier .atelier_calendar .link a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  margin-right: 2px;
  border-color: transparent transparent transparent #009ea1;
}

/*/// studio /////////////////////////////////////*/
.studio {
  max-width: 840px;
  margin: 0 auto 100px;
}

.studio .studio_ttl {
  font-size: 20px;
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .studio .studio_ttl {
    margin-bottom: 50px;
    font-size: 18px;
  }
}

.studio .works_cat_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 900px) {
  .studio .works_cat_list {
    margin-bottom: 40px;
  }
}

.studio .works_cat_list li {
  margin-right: 20px;
  font-size: 15px;
}

@media screen and (max-width: 900px) {
  .studio .works_cat_list li {
    margin: 0 15px;
  }
}

.studio .works_cat_list li:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 900px) {
  .studio .works_cat_list li:last-of-type {
    margin: 0 15px;
  }
}

.studio .works_cat_list li.active a {
  color: #009ea1;
  text-decoration: underline;
}

.studio .works_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 100px;
}

.studio .works_list > li {
  width: 400px;
  margin-bottom: 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 900px) {
  .studio .works_list > li {
    width: 48%;
  }
}

@media screen and (max-width: 540px) {
  .studio .works_list > li {
    width: 100%;
  }
}

.studio .works_list > li a {
  display: block;
}

.studio .works_list > li .img {
  font-size: 0;
  margin-bottom: 8px;
}

.studio .works_list > li .cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.studio .works_list > li .cnt .ttl {
  font-size: 13px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px;
}

.studio .works_list > li .cnt .cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.studio .works_list > li .cnt .cat li {
  font-size: 11px;
}

.studio .works_list > li .cnt .cat li::after {
  content: '/';
  margin: 0 3px;
}

.studio .works_list > li .cnt .cat li:last-of-type::after {
  display: none;
}

/*/// studio /////////////////////////////////////*/
.studio_single {
  max-width: 840px;
  margin: 0 auto;
}

.studio_single .studio_single_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .studio_single .studio_single_head {
    display: block;
    margin-bottom: 30px;
  }
}

.studio_single .studio_single_head .studio_single_ttl {
  font-size: 20px;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .studio_single .studio_single_head .studio_single_ttl {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.studio_single .studio_single_head .studio_single_lead {
  width: 60%;
  padding-right: 8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .studio_single .studio_single_head .studio_single_lead {
    width: 100%;
    padding: 0;
  }
}

.studio_single .body {
  margin-bottom: 60px;
}

.studio_single .body .wp-block-embed-youtube {
  margin-bottom: 1em;
}

.studio_single .body .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.studio_single .body .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.studio_single .body a {
  text-decoration: underline;
}

.studio_single .body p {
  margin-bottom: 48px;
  margin-top: 48px;
}

@media screen and (max-width: 767px) {
  .studio_single .body p {
    margin-bottom: 32px;
    margin-top: 32px;
  }
}

.studio_single .body p.text2 {
  margin-left: 40%;
  margin-right: 10%;
}

@media screen and (max-width: 767px) {
  .studio_single .body p.text2 {
    margin-left: 0;
    margin-right: 0;
  }
}

.studio_single .wrap_data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .studio_single .wrap_data {
    margin-bottom: 40px;
  }
}

.studio_single .wrap_data .data {
  border-left: 1px solid #231815;
  padding-left: 20px;
  margin-right: 40px;
  margin-bottom: 40px;
  width: calc(33% - 50px);
}

@media screen and (max-width: 767px) {
  .studio_single .wrap_data .data {
    width: 100%;
    margin-right: 0;
  }
}

.studio_single .wrap_data .data:last-of-type {
  margin-right: 0;
}

.studio_single .wrap_data .data .ttl {
  margin-bottom: 32px;
}

.studio_single .wrap_data .data ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  word-break: break-all;
}

.studio_single .wrap_data .data ul li .ttl2 {
  width: 80px;
  word-break: break-all;
}

.studio_single .wrap_data .data ul li .cnt {
  width: calc(100% - 90px);
  word-break: break-all;
}

.studio_single .back {
  margin-bottom: 100px;
}

.studio_single .back a {
  color: #009ea1;
  text-decoration: underline;
}

/*/// Contact /////////////////////////////////////*/
.contact {
  max-width: 780px;
  margin: 0 auto;
}

.contact .contact_ttl {
  font-size: 20px;
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact .contact_ttl {
    margin-bottom: 60px;
  }
}

.contact .btn_area {
  max-width: 540px;
  margin: 0 auto 80px;
}

.contact .btn_area .btn {
  margin-bottom: 40px;
}

.contact .btn_area .btn:nth-of-type(2) {
  margin-bottom: 80px;
}

.contact .btn_area .btn a {
  width: 100%;
  height: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
}

@media screen and (max-width: 540px) {
  .contact .btn_area .btn a {
    font-size: 16px;
    height: 120px;
  }
}

.contact .btn_area .btn a span span {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 540px) {
  .contact .btn_area .btn a span span {
    font-size: 13px;
  }
}

.contact .btn_area .btn a span span::after {
  content: '';
  display: block;
  background: url("../img/common/btn_arrow.svg") no-repeat right bottom;
  background-size: 52px;
  width: 52px;
  height: 8px;
  margin-left: 8px;
  margin-top: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact .btn_area .btn a:hover span span::after {
  width: 68px;
}

.contact .btn_area .btn_v p {
  width: 100%;
  height: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  line-height: 1.8;
}

@media screen and (max-width: 540px) {
  .contact .btn_area .btn_v p {
    font-size: 15px;
    height: 120px;
  }
}

.contact .btn_area .btn_v p img {
  margin-right: 20px;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .contact .btn_area .btn_v p img {
    margin-right: 12px;
  }
}

.contact .form_head {
  max-width: 600px;
  margin: 0 auto 60px;
}

.contact .form {
  max-width: 540px;
  margin: 0 auto 100px;
}

.contact .form ul {
  margin-bottom: 80px;
}

.contact .form ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 48px;
}

@media screen and (max-width: 540px) {
  .contact .form ul li {
    display: block;
    margin-bottom: 30px;
  }
}

.contact .form ul li .ttl {
  width: 160px;
}

@media screen and (max-width: 540px) {
  .contact .form ul li .ttl {
    width: 100%;
    margin-bottom: 12px;
  }
}

.contact .form ul li .cnt {
  width: calc(100% - 180px);
}

@media screen and (max-width: 540px) {
  .contact .form ul li .cnt {
    width: 100%;
  }
}

.contact .form ul li .cnt .wpcf7-list-item {
  margin-left: 0;
  margin-right: 22px;
}

@media screen and (max-width: 540px) {
  .contact .form ul li .cnt .wpcf7-list-item {
    display: block;
    margin: 0 0 8px;
  }
}

.contact .form ul li .cnt .wpcf7-list-item input[type=checkbox] {
  margin: 0;
}

.contact .form ul li .cnt input[type=text],
.contact .form ul li .cnt input[type=email] {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background: none;
  border: 1px solid #231815;
  padding: 5px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact .form ul li .cnt textarea {
  width: 100%;
  height: 400px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background: none;
  border: 1px solid #231815;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
}

@media screen and (max-width: 540px) {
  .contact .form ul li .cnt textarea {
    height: 300px;
  }
}

.contact .form ul li .cnt .design2 textarea {
  width: 100%;
  height: 200px;
}

@media screen and (max-width: 540px) {
  .contact .form ul li .cnt .design2 textarea {
    height: 160px;
  }
}

.contact .form ul li .cnt p.df {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .form ul li .cnt p.df .design6 {
  width: 230px;
  position: relative;
}

.contact .form ul li .cnt p.df .design6 .wpcf7-list-item {
  margin-right: 18px;
}

.contact .form ul li .cnt p.df .design6 input {
  padding-right: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact .form ul li .cnt p.df .design6::after {
  content: '円';
  position: absolute;
  right: 10px;
  top: 3px;
}

.contact .form .submit input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #231815;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  font-size: 20px;
  padding-right: 20px;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/common/btn_arrow.svg") no-repeat right 40px center;
  background-size: 52px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 540px) {
  .contact .form .submit input {
    height: 70px;
    font-size: 18px;
  }
}

.contact .form .submit input:hover {
  background-position: right 30px center;
}

/*/// 404 /////////////////////////////////////*/
.not404 {
  max-width: 540px;
  margin: 0 auto 100px;
  padding: 0 20px;
}

.not404 .ttl {
  font-size: 20px;
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .not404 .ttl {
    margin-bottom: 60px;
  }
}
/*# sourceMappingURL=style.css.map */