@charset "utf-8";
/* トップページ */
main {
  padding-bottom: 160px;
  margin-top: 120px;
}
.mv__wrap {
  text-align: center;
  background: url("../images/mv.jpg") no-repeat center center;
  background-size: cover;
  padding: 30px 0;
}
.campaign__wrap {
  margin-top: -60px;
}
.campaign__items {
  background: #fff;
  box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.05);
  position: relative;
  padding: 60px;
  font-size: 1.6rem;
}
.campaign__items .img_r {
  max-width: 35%;
  margin-left: 35px;
  margin-bottom: 15px;
  float: right;
  overflow: hidden;
  border-left: 20px solid #fff;
}
.campaign__items .icon {
  position: absolute;
  top: -45px;
  left: 15px;
}
.campaign__item__img {
  text-align: center;
  width: 220px;
}
.campaign__item__txt {
  width: calc(100% - 270px);
}
.campaign__items .ttl {
  color: #d10845;
  font-size: 2.2rem;
  font-weight: 400;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.educational__wrap {
  padding-top: 90px;
}
.educational__items {
  width: 100%;
  display: flex;
}
.educational__items img {
  width: 100%;
}
.educational__item {
  width: 50%;
}
.educational__item:first-child {
  margin-top: -50px;
}
.top__sec01__bg {
  background: url("../images/bk_index01.png") no-repeat right top;
  padding: 60px 0 130px 0;
}
.ttl__02__sub {
  color: #e1e1e1;
  font-size: 1.8rem;
  font-weight: 600;
}
.ttl__02 {
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 50px;
}
.educational__wrap .ttl__02 {
  margin-bottom: 40px;
}
.txt__red {
  color: #d10845;
}
.educational__wrap .copy {
  font-size: 3.6rem;
  line-height: 1.6;
  margin: 24px 0;
}
.txt30 {
  font-size: 3.0rem;
}
.txt24 {
  font-size: 2.4rem;
}
.instructor__items {
  margin-top: 60px;
  width: 100%;
  background: url("../images/pic_terada.png") no-repeat right #f5f2ec;
  background-size: auto 100%;
  padding: 60px 30% 20px 0;
}
.instructor__ttl {
  border-bottom: 1px solid #000;
  padding-left: 7%;
  margin-bottom: 30px;
  font-size: 2.1rem;
}
.instructor__ttl span {
  font-size: 3.8rem;
}
.instructor__items th {
  padding: 0 0 5px 7%;
  font-weight: normal;
  width: 170px;
}
.instructor__items td {
  padding: 0 0 5px 0;
}
.instructor__name {
  color: #e1e1e1;
  font-size: 3.2rem;
  font-weight: 600;
  text-align: right;
  margin-right: -80px;
}
.power-to-live__wrap {
  background: url("../images/bk_index02.jpg") no-repeat left bottom;
  background-size: cover;
  padding: 60px 1% 40px 30%;
}
.power-to-live__wrap .subttl {
  font-size: 1.8rem;
  text-decoration: underline;
  display: inline-block;
}
.power-to-live__wrap .ttl {
  font-size: 3.2rem;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.2;
}
.power-to-live__wrap .ttl span {
  font-size: 5.0rem;
  font-weight: 400;
}
.power-to-live__wrap li {
  font-size: 1.8rem;
  background: url("../images/icon_check02.png") no-repeat left top 12px;
  padding: 0 0 10px 40px;
  font-weight: 400;
}
.free-trial__wrap {
  padding: 60px 0;
  background: url("../images/bk_index03.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
}
.free-trial__wrap .ttl__02__sub, .free-trial__wrap .ttl__02 {
  text-align: center;
}
.free-trial__wrap .ttl__02 {
  margin-bottom: 50px;
}
.free-trial__wrap a {
  text-decoration: underline;
}
.free-trial__wrap .ttl {
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 50px;
}
.class-schedule__wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}
.tab01 {
  width: 100%;
  margin: 0 auto;
}
.tab_menu {
  width: 31%;
  height: 65px;
  line-height: 1.2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  transition: all 0.2s ease;
  margin: 10px 1% 0 1%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-weight: 400;
}
.tab_menu:hover {
  opacity: 0.75;
}
input[name="tab_menu"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_contents {
  display: none;
  padding: 50px 45px 0px 45px;
  clear: both;
  overflow: hidden;
  transition: .5s opacity;
}
#menu01:checked ~ #menu01, #menu02:checked ~ #menu02, #menu03:checked ~ #menu03 {
  display: block;
}
.tab01 input:checked + .tab_menu {
  background-color: #fdf9fa;
  color: #d10845;
  height: 75px;
  margin-top: 0;
}
.class-img__items {
  width: 100%;
  display: flex;
  grid-row-gap: 25px;
  grid-column-gap: 3%;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.class-img__item {
  width: 31%;
}
.ttl__03 {
  font-size: 2.2rem;
  font-weight: 400;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.pink__box {
  background: #f5f2ec;
  padding: 35px 40px;
}
.class-schedule__wrap .pink__box {
  margin-top: 60px;
}
.membership__wrap {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f4f4f4;
}
.space {
  padding: 0 45px;
}
.list__asta li {
  padding-left: 30px;
}
.list__asta li:before {
  content: '※';
  margin-left: -30px;
  margin-right: 13px;
}
.tbl_a__style {
  width: calc(100% - 60px);
  margin: 30px 0px 30px 30px;
}
.tbl_a__style th, .tbl_a__style td {
  border-bottom: 1px solid #E3E3E3;
  padding: 20px 0;
}
.tbl_a__style th {
  width: 230px;
  font-weight: 400;
}
.tbl_a__style.th__wid th {
  width: 50%;
}
.information__wrap {
  padding-top: 60px;
}
.list__disc {
  margin-left: 20px;
}
.list__disc li {
  list-style: disc;
}
@media screen and (max-width: 968px) {
  main {
    padding-bottom: 60px;
    margin-top: 60px;
  }
  .campaign__wrap {
    margin-top: -30px;
  }
  .campaign__items {
    padding: 30px;
    flex-wrap: wrap;
    grid-row-gap: 20px;
  }
  .campaign__items .icon {
    width: 50px;
    top: -22px;
    left: 15px;
  }
  .campaign__item__img {
    width: 100%;
  }
  .campaign__item__txt {
    width: 100%;
  }
  .campaign__items .img_r {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    float: none;
    text-align: center;
    border: none;
  }
  .campaign__items .ttl {
    font-size: 1.8rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .educational__wrap {
    padding-top: 80px;
  }
  .educational__item:first-child {
    margin-top: -20px;
  }
  .top__sec01__bg {
    background: url("../images/bk_index01.png") no-repeat right top;
    background-size: 80% auto;
    padding: 60px 0 40px 0;
  }
  .ttl__02__sub {
    font-size: 1.6rem;
  }
  .ttl__02 {
    line-height: 1.4;
    font-size: 2.6rem;
  }
  .educational__wrap .ttl__02 {
    margin-bottom: 40px;
  }
  .educational__wrap .copy {
    font-size: 2.0rem;
    margin: 15px 0;
    font-weight: bold;
  }
  .txt30 {
    font-size: 2.0rem;
    font-weight: 500;
  }
.txt24 {
  font-size: 1.8rem;
}
  .instructor__items {
    margin-top: 30px;
    background: #f5f2ec;
    padding: 30px 5% 0px 0;
  }
  .instructor__ttl {
    padding-left: 5%;
    margin-bottom: 15px;
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
  .instructor__ttl span {
    font-size: 2.0rem;
    line-height: 1;
  }
  .instructor__items th {
    padding: 0 10px 5px 5%;
    white-space: nowrap;
    width: 80px;
  }
  .instructor__items td {}
  .instructor__name {
    font-size: 2.0rem;
    margin-right: 0px;
  }
  .instructor__items .img {
    width: 100%;
  }
  .instructor__items .img {
    width: 100%;
	          margin: 0;
  }
  .power-to-live__wrap {
    background: url("../images/bk_index02.jpg") no-repeat left bottom #e0f0f4;
    background-size: auto 240px;
    padding: 30px 7% 180px 7%;
  }
  .power-to-live__wrap .subttl {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .power-to-live__wrap .ttl {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .power-to-live__wrap .ttl span {
    font-size: 2.6rem;
  }
  .power-to-live__wrap li {
    font-size: 1.6rem;
    background: url("../images/icon_check02.png") no-repeat left top 12px;
    background-size: 12px auto;
    padding: 0 0 10px 25px;
  }
  .free-trial__wrap {
    padding: 60px 0;
  }
  .free-trial__wrap .ttl__02 {
    margin-bottom: 30px;
  }
  .free-trial__wrap .ttl {
    font-size: 1.8rem;
    margin-top: 30px;
  }
  .class-schedule__wrap {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .tab01 {
    margin: 0 auto;
  }
  .tab_menu {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-size: 1.2rem;
  }
  /*タブ切り替えの中身のスタイル*/
  .tab_contents {
    padding: 30px 0px 0px 0px;
  }
  .class-img__items {
    grid-row-gap: 15px;
    grid-column-gap: 4%;
  }
  .class-img__item {
    width: 48%;
  }
  .ttl__03 {
    font-size: 1.8rem;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .pink__box {
    padding: 30px 20px;
  }
  .class-schedule__wrap .pink__box {
    margin-top: 30px;
  }
  .membership__wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .space {
    padding: 0 20px;
  }
  .list__asta li {
    padding-left: 25px;
  }
  .list__asta li:before {
    margin-left: -25px;
    margin-right: 10px;
  }
  .tbl_a__style {
    width: 100%;
    margin: 20px 0px;
  }
  .tbl_a__style th, .tbl_a__style td {
    padding: 5px 0 15px 0;
    display: block;
  }
  .tbl_a__style th {
    padding: 15px 0 0px 0;
    border: none;
    width: 100%;
    font-weight: 500;
  }
  .tbl_a__style.th__wid th {
    width: 100%;
  }
  .information__wrap {
    padding-top: 60px;
  }
}
/* フッター */
.pagetop {
  position: fixed;
  right: 0;
  bottom: 0px;
  z-index: 10000;
}
footer {
  background: #f4f4f4;
  padding: 40px 0;
}
.footer__items {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 1.6rem;
}
.footer__item__logo {}
.footer__item__txt {
  display: flex;
  align-items: center;
  max-width: 400px;
  width: 100%;
  justify-content: space-between;
}
.footer__item__txt figure {
  width: 35px;
}
.footer__item__txt p {
  width: calc(100% - 50px);
  line-height: 1.4;
}
address {
  text-align: right;
  margin-top: 30px;
  color: #706f6f;
  font-size: 1.6rem;
}
@media screen and (max-width: 968px) {
  .pagetop {
    width: 40px;
  }
  .footer__items {
    justify-content: center;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    text-align: center
  }
  .footer__item__logo {}
  .footer__item__txt {
    width: 100%;
    text-align: left;
    line-height: 1.4;
  }
  .footer__item__txt figure {
    width: 34px;
  }
  .footer__item__txt p {
    width: calc(100% - 50px);
  }
  address {
    text-align: center;
  }
}
/* ヘッダー */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  z-index: 10000;
}
.header_inner {
  position: relative;
  padding: 20px 7%;
}
.header__item__contact .tel {
  line-height: 1;
}
.header__item__contact .tel a {
  background: url(../images/icon_tel.png) no-repeat left center;
  padding-left: 24px;
  color: #d10845;
  font-size: 3.3rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  white-space: nowrap;
}
.btn__red {
  display: block;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  background: url("../images/icon_mail.jpg") no-repeat left 20px center #af0539;
  padding: 2px 15px 2px 40px;
  font-size: 1.6rem;
  margin-top: 5px;
}
@media only screen and (max-width: 1088px) {
  main {
    margin-top: 60px;
  }
  .logo {
        position: absolute;
        top: 9px;
        left: 16px;
        width: 93px;
  }
  .nav {
    position: fixed;
    right: -320px;
    top: 0;
    width: 300px;
    height: 100vh;
    padding-top: 60px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
  }
  .hamburger {
    position: absolute;
    right: 5px;
    top: 8px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    text-align: center;
    padding: 0 14px;
    width: 100%;
  }
  .nav_item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
  }
  .nav_item a:hover {
    background-color: #eee;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #333;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 20px;
  }
  .hamburger_border_bottom {
    top: 26px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
  .header__item__contact {
    display: none;
  }
}
@media only screen and (min-width: 1089px) {
  .header {
    height: 120px;
  }
  .header_inner {
    width: 94%;
    padding: 20px 0px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    align-items: center;
  }
  .nav_list {
    display: flex;
    grid-column-gap: 15px;
    width: 100%;
    justify-content: flex-end;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 2px;
    flex-wrap: wrap;
  }
  .nav_list a:hover {
    text-decoration: underline;
  }
  .header__item__contact {
    text-align: center;
  }
}
@media screen and (max-width: 968px) {}
/* ボディメイクケア */
.mv__body-make-care__wrap {
  position: relative;
    width: 100%;
    /*height: 580px;
    overflow: hidden;*/
}
.mv__body-make__ttl__sub {
  color: rgba(0, 0, 0, 0.40);
  font-size: 1.8rem;
  font-weight: 600;
}
.mv__body-make__ttl {
  font-size: 5.5rem;
  line-height: 1.4;
  font-weight: 500;
}
.mv__txt {
  position: absolute;
  top: calc(50% - 60px);
	left: 7%;
}
.mv__box {
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  right: 7%;
  bottom: 30px;
  padding: 15px 35px;
}
.mv__box__items {
  display: flex;
  column-gap: 10px;
  align-items: center;
  margin: 20px 0;
  font-size: 1.6rem;
  font-weight: 500;
}
.mv__box__items .price {
  font-size: 1.8rem;
  letter-spacing: 2px;
}
.mv__box__items .price span {
  font-size: 3.0rem;
  line-height: 1;
}
.chapter__wrap {
  padding: 80px 0;
}
.chapter__items {
  width: 100%;
  display: flex;
}
.chapter__item {
  width: 25%;
}
.chapter__item a {
  width: 100%;
  text-align: center;
  display: block;
  font-weight: 500;
  padding: 14px;
  border-right: 1px solid #fff;
  background: #f0e5cf;
  font-size: 1.6rem;
}
.chapter__item a:hover {
  background: #a38d59;
  color: #fff;
}
.campaign__wrap.body {
  margin-top: 0;
}
.txt__brw {
  color: #a38d59 !important;
}
.body-make-care__wrap {
  padding: 60px 0;
  background: url("../images/bk_body-makeup-care.png") no-repeat right bottom;
}
.brw__box__items {
  width: 100%;
  max-width: 760px;
  padding: 50px;
  margin: 0 auto;
  background: #f7f4ed;
  font-size: 2.0rem;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-row-gap: 20px;
}
.brw__box__item {
  width: 47%;
  display: flex;
  grid-column-gap: 15px;
  align-items: center;
}
.ttl__04 {
  font-size: 2.4rem;
  font-weight: 500;
}
.body-make-care__wrap .ttl__04 {
  margin-top: 80px;
  margin-bottom: 30px;
}
.list__check li {
  background: url("../images/icon_check.png") no-repeat left top 7px;
  padding-left: 35px;
  margin-bottom: 15px;
}
.menu__wrap {
  padding: 60px 0;
  background: #f4f4f4;
}
.menu__wrap .ttl__04 {
  margin: 40px 0;
}
.beg__box {
  width: 100%;
  margin-top: 65px;
  background: #f0e5cf;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.beg__box__item__img {
  width: 30%;
}
.beg__box__item__txt {
  width: 65%;
}
.menu__num {
  position: absolute;
  right: 40px;
  top: -50px;
  font-size: 4.8rem;
  color: #a38d59;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 5px;
}
.menu__ttl {
  font-size: 2.2rem;
  font-weight: 400;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: #a38d59;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.beg__box.reverse .menu__num {
  right: inherit;
  left: 40px;
}
.tab__red {
  width: 80px;
  border-radius: 80px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  padding: 2px;
  background: #d10845;
}
.beg__box__item__txt a {
  color: #003cff;
}
.schedule__wrap {
  padding: 60px 0;
}
.schedule__wrap .ttl__03 {
  margin-top: 70px;
}
.instructor__items .txt {
  padding-left: 7%;
}
.instructor__items.terada {
  background: url("../images/pic_terada2.png") no-repeat right #f5f2ec;
  background-size: auto 100%;
}
.instructor__items.kosaka {
  background: url("../images/pic_kosaka.png") no-repeat right #f5f2ec;
  background-size: auto 100%;
}
@media screen and (max-width: 968px) {
	.metaslider {
    width: 116% !important;
    margin-left: -8% !important;
}
  .mv__body-make-care__wrap {
    /*background: url(../images/mv_body-makeup-care.jpg) no-repeat left -60px center;
    background-size: cover;*/
    height: auto;
    padding: 0px 7%;
  }
  .mv__body-make__ttl__sub {
    font-size: 1.6rem;
  }
  .mv__body-make__ttl {
    font-size: 2.4rem;
    padding-bottom: 20px;
  }
  .mv__txt {
    position: inherit;
    top: inherit;
    padding-top: 20px;
  }
  .mv__box {
    position: inherit;
    right: inherit;
    bottom: inherit;
    padding: 0px;
    width: 100%;
  }
  .mv__box__items {
    margin: 10px 0;
    font-size: 1.2rem;
  }
  .mv__box__items .price {
    font-size: 1.6rem;
    letter-spacing: inherit;
  }
  .mv__box__items .price span {
    font-size: 1.8rem;
  }
  .mv__box__item__icon {
    width: 60px;
  }
  .chapter__wrap {
    padding: 40px 0;
  }
  .chapter__items {
    flex-wrap: wrap;
    grid-row-gap: 1px;
  }
  .chapter__item {
    width: 50%;
  }
  .chapter__item a {
    padding: 10px;
    font-size: 1.2rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .body-make-care__wrap {
    padding: 60px 0 200px 0;
    background: url("../images/bk_body-makeup-care.png") no-repeat right bottom;
    background-size: 90% auto;
  }
  .brw__box__items {
    padding: 20px;
    font-size: 1.6rem;
    grid-row-gap: 10px;
  }
  .brw__box__item {
    width: 100%;
  }
  .ttl__04 {
    font-size: 1.8rem;
  }
  .body-make-care__wrap .ttl__04 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .list__check li {
    background: url("../images/icon_check.png") no-repeat left top 7px;
    background-size: 15px auto;
    padding-left: 25px;
    margin-bottom: 7px;
  }
  .menu__wrap {
    padding: 60px 0;
  }
  .menu__wrap .ttl__04 {
    margin: 30px 0;
  }
  .beg__box {
    margin-top: 40px;
    padding: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .beg__box__item__img {
    width: 100%;
    text-align: center;
  }
  .beg__box__item__txt {
    width: 100%;
  }
  .menu__num {
    right: 5px;
    top: -40px;
    font-size: 3.6rem;
    letter-spacing: 3px;
  }
  .menu__ttl {
    font-size: 1.8rem;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .beg__box.reverse .menu__num {
    right: 5px;
    left: inherit;
  }
  .beg__box.reverse {
    flex-direction: column-reverse;
  }
  .tab__red {
    width: auto;
    font-size: 1.6rem;
    padding: 1px 10px;
  }
  .schedule__wrap {
    padding: 60px 0;
  }
  .schedule__wrap .ttl__03 {
    margin-top: 40px;
  }
  .instructor__items.terada,
	.instructor__items.kosaka{
    background: #f5f2ec;
  }
}
/* お問い合わせ */
.mv__contact__wrap {
  background: url("../images/mv_contact.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 80px 7%;
}
.mv__contact__ttl__sub {
  font-size: 1.6rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.40)
}
.mv__contact__ttl {
  font-size: 3.6rem;
  font-weight: 500;
}
.contact__wrap {
  padding-top: 60px;
}
.hissu {
  font-size: 1.6rem;
  color: #fff;
  padding: 1px 10px;
  background: #d10845;
  display: block;
  text-align: center;
  width: 60px;
  margin-right: 20px;
}
input[type=text], textarea, select, input[type=date], input[type=email] {
  border: 1px solid #ccc;
  padding: 5px 15px;
  width: 100%;
  max-height: 150px;
}
input[type=submit], input[type=button] {
  color: #fff;
  padding: 5px 30px;
  background: #af0539;
}
.short {
  width: 135px !important;
  margin-right: 15px !important;
}
.copy {
  color: #fff;
  display: none;
}
.wpcf7-checkbox .wpcf7-list-item {
  display: block;
}
@media screen and (max-width: 968px) {
  .mv__contact__wrap {
    padding: 40px 7%;
  }
  .mv__contact__ttl__sub {}
  .mv__contact__ttl {
    font-size: 2.2rem;
  }
  .contact__wrap {
    padding-top: 60px;
  }
  input[type=submit], input[type=button] {
    padding: 5px 20px;
  }
  .tbl_a__style.contact td:nth-child(2) {
    border: none;
    padding-bottom: 0;
  }
}
/*  */
.line {
  text-decoration: underline;
}
@media screen and (max-width: 968px) {
  _::-webkit-full-page-media, _:future, :root .wpcf7-date {
    width: 80% !important;
    background: #fff !important;
    border-radius: 0 !important;
    font-size: 1.6rem;
    height: 35px !important;
  }
  _::-webkit-full-page-media, _:future, :root .wpcf7-date::before {
    content: '年/月/日';
    color: #000 !important;
    width: 135px !important;
    height: 35px !important;
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    align-items: center;
    padding-left: 15px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 968px) {}