@charset "UTF-8";
/*$bg:#f0f3f3;*/
/*---------------------------
  MV
-----------------------------*/
.info-mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.info-mv .img-1 img,
.info-mv .img-2 img {
  width: 100%;
  height: auto;
}
.info-mv .img-1 {
  width: 64%;
}
.info-mv .img-2 {
  width: 26.6%;
  margin-top: 10%;
}

/*---------------------------
  info
-----------------------------*/
.sec-info {
  padding-top: 7%;
}

.info-tbl {
  width: 100%;
}
.info-tbl th,
.info-tbl td {
  border-bottom: 1px solid #d4d4d4;
  font-weight: 400;
  vertical-align: top;
  padding: 18px 10px;
  text-align: left;
  line-height: 1.5;
}
.info-tbl th small,
.info-tbl td small {
  font-size: 90%;
}
@media (max-width: 600px) {
  .info-tbl th,
  .info-tbl td {
    padding: 15px 0;
  }
}
.info-tbl th {
  width: 120px;
}
@media (max-width: 600px) {
  .info-tbl th {
    width: 80px;
  }
}

/*-- SNS --*/
.sns-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sns-btn li {
  width: 45%;
  text-align: center;
}
@media (max-width: 600px) {
  .sns-btn li {
    width: 48%;
  }
}
.sns-btn li:first-child a {
  color: #ff6926;
}
.sns-btn li:last-child a {
  color: #0dc755;
}
.sns-btn li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f0f0f0;
  border: 1px solid #d4d4d4;
  height: 240px;
}
@media (max-width: 600px) {
  .sns-btn li a {
    height: 150px;
  }
}
.sns-btn li a img {
  width: 48px;
  height: auto;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .sns-btn li a img {
    width: 34px;
  }
}

/*---------------------------
  MAP
-----------------------------*/
.gmap-wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.gmap-wrap iframe,
.gmap-wrap object,
.gmap-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*---------------------------
  gallery
-----------------------------*/
.info-gallery img {
  height: auto;
}
.info-gallery .info-img-1 {
  width: 32.6%;
  margin-left: 0;
  margin-top: 11%;
  float: left;
}
@media (max-width: 1024px) {
  .info-gallery .info-img-1 {
    width: 36%;
  }
}
.info-gallery .info-img-2 {
  width: 25.5%;
  float: right;
  margin-right: 30%;
  margin-bottom: 13%;
}
.info-gallery .info-img-3 {
  display: block;
  width: 47.4%;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .info-gallery .info-img-3 {
    width: 55%;
  }
}

/*---------------------------
  profile
-----------------------------*/
.profile-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.profile-img img {
  height: auto;
}
.profile-img img:first-child {
  width: 55%;
}
.profile-img img:last-child {
  width: 36%;
}

.profile-head .p-name .en {
  padding-left: 1.5rem;
}
.profile-head .profile-ex {
  width: auto;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .profile-head .profile-ex {
    width: 100%;
  }
}
.profile-head .profile-ex th,
.profile-head .profile-ex td {
  border-bottom: 1px solid #d4d4d4;
  font-weight: 400;
  vertical-align: top;
  text-align: left;
  line-height: 1.4;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 3px;
  padding-right: 3px;
}
.profile-head .profile-ex th {
  width: 60px;
}
@media (max-width: 600px) {
  .profile-head .profile-ex th {
    width: 40px;
  }
}

/*---------------------------
  License
-----------------------------*/
.license-list li:before {
  content: "・";
  margin-right: 5px;
}
.license-list li:not(:last-of-type) {
  margin-bottom: 3px;
}

/*---------------------------
  Media
-----------------------------*/
.media-list li:not(:last-of-type) {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .media-list li:not(:last-of-type) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.media-list li img {
  max-width: 100%;
  height: auto;
}