@charset "UTF-8";
/*
    Template: swell
    Theme Name: iroha
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/************************************
** init
************************************/
.fw {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.sp {
  display: none;
}
.fz12 {
  font-size: 12px;
}
.ffm {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
}
.hidden {
  display: none;
  transition: all 0.7s ease;
}
@media screen and (max-width: 480px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

/************************************
** animation
************************************/
/* 共通部分 */
.fade {
  opacity: 0;
  transition: opacity 1.5s, transform 1s;
}

/* Y方向にフェードイン */
.fade-y {
  transform: translateY(30px);
}
.fade-y.active {
  opacity: 1;
  transform: translateY(0px);
}

/* フェードインのみ */
.fade.active {
  opacity: 1;
}
/************************************
** sw recet
************************************/
.l-content {
  margin: 0 auto;
}
.l-topTitleArea {
  min-height: 420px;
}

h2.wp-block-heading.is-style-section_ttl {
  font-size: 40px;
  margin: 0 auto 60px;
}

/* 各pageのタイトルを見やすくする */
.l-topTitleArea__body{
    display: block;
    margin: 0 auto;
    text-align: center;
}
.c-pageTitle {
    display: inline-block;
    padding: 60px 100px;
    background: rgba(255, 255, 255, 70%);
    text-align: center;
    font-size: 40px;
    color: #222;
    text-shadow: 3px 3px 6px #fdfdfd;
}
@media screen and (max-width: 480px) {
  h2.wp-block-heading.is-style-section_ttl {
    font-size: 32px;
    margin: 0 auto 40px;
  }
}

/************************************
** home
************************************/
.page-id-211 #breadcrumb {
  display: none;
}
.page-id-211 .l-content {
  margin-top: 0;
  padding-top: 0;
}
.page-id-211 h1.c-pageTitle {
  display: none;
}
.page-id-211 .post_content {
  margin-top: 0 !important;
}

/************************************
** key-visual
************************************/
.key-visual {
  position: relative;
}
.key-visual .item {
  position: relative;
}
.key-visual .item-image {
  background: transparent;
}
.key-visual .item-image img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
}
.key-visual .item .item-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 60px;
  padding: 10px;
  line-height: 1.1;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  z-index: 2;
}
.key-visual .item .item-message .iw {
  padding: 20px;
  width: 300px;
  margin: 0 auto;
}

.key-visual .item-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 30%);
  z-index: 1;
}
.key-visual .item .item-message p {
  text-align: center;
  text-shadow: 1px 1px 10px #ddd;
  font-size: 36px;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .key-visual .item .item-message {
    font-size: 24px;
    width: 100%;
    text-align: center;
    top: 42%;
  }
  .key-visual .item .item-message p {
    font-size: 28px;
    letter-spacing: 0.2em;
  }
}
/************************************
** HOME
************************************/
.link_bnr img {
  display: block;
  margin: 0 auto;
}

/* btn-wrap */
.btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-wrap .item {
  flex: 1;
  padding: 20px;
}
.btn-wrap .item a {
  display: block;
  text-align: center;
  background: #fff;
  color: #666;
  font-size: 24px;
  font-weight: 700;
  padding: 10px;
  border-radius: 60px;
  box-shadow: 0 4px 8px rgba(68, 68, 68, 0.3);
}
@media screen and (max-width: 767px) {
  .btn-wrap {
    flex-wrap: wrap;
  }
  .btn-wrap .item {
    flex: auto;
    padding: 10px;
    width: 100%;
  }
  .btn-wrap .item a {
    font-size: 18px;
  }
}

/* home-sp-navi */
@media screen and (max-width: 767px) {
  .home-sp-navi .items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .home-sp-navi .items .item {
    position: relative;
    flex: 1;
  }
  .home-sp-navi .items .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.2);
}
  .home-sp-navi .items .item a {
  display: block;
  height: 100px;
  }
  .home-sp-navi .items .item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  }
  .home-sp-navi .items .item a .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700;
    z-index:2;
  }
}

/* topics-wrap */
.topics-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.topics-wrap .item {
  flex: 1;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .topics-wrap {
    flex-wrap: wrap;
  }
  .topics-wrap .item {
    flex: auto;
    padding: 0;
    padding-bottom: 10px;
  }
}

/* news */
.news .items {
  margin: 0 auto;
  background: #fff;
  padding: 60px 100px;
}
.news .item {
  display: flex;
  align-items: start;
  border-top: 1px solid #e5e7eb;
  padding-top: 21px;
  padding-bottom: 23px;
}
.news .item:last-child {
  border-bottom: 1px solid #e5e7eb;
}
.news .item .post-meta {
  display: flex;
  align-items: center;
  width: 30%;
}
.news .item .post-date {
  margin-right: 32px;
  padding-top: 1px;
  letter-spacing: 0.48px;
  line-height: 1.33;
}
.news .item .category {
  width: 100px;
  height: 30px;
  margin-right: 20px;
  background: #fb97a1;
  text-align: center;
}
.news .item .category a {
  color: #fff;
}
.news .item .post-title {
  width: 70%;
  padding-top: 5px;
  font-size: 16px;
  letter-spacing: 0.52px;
  line-height: 1.31;
  margin: 0;
}
.news .item .post-title a {
  color: #222;
}
@media screen and (max-width: 480px) {
  .news .items {
    width: auto;
    padding: 30px 20px;
  }
  .news .item {
    flex-direction: column;
    padding-top: 4%;
    padding-bottom: 6%;
  }
  .news .item .post-meta {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .news .item .post-date {
    margin-right: 32px;
    padding-top: 1px;
    letter-spacing: 0.48px;
    line-height: 1.33;
  }
  .news .item .category {
    display: none;
    margin-right: 0;
  }
  .news .item .category a {
    color: #fff;
  }
  .news .item .post-title {
    width: 100%;
    font-size: 16px;
  }
}

/* to-program */
.to-program .item {
  position: relative;
}
.to-program .item .item-message {
  position: absolute;
  top: 20%;
  left: 40%;
  background: #6f6256;
  color: #fff;
  padding: 20px;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .to-program .item .item-message {
    position: unset;
    padding: 10px;
    font-size: 14px;
  }
}

/* price */
.price .initial {
  width: calc(50% - 10px);
  margin: 0 auto;
  margin-bottom: 30px;
}
.price .initial th {
  background: #bbbdba;
  text-align: center;
}
.price .initial td {
  background: #fff;
  text-align: center;
}
.price .initial td:nth-child(2) {
  font-weight: 700;
}
.price .items {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
.price .items .item {
  display: block;
  background: #fff;
  color: #222;
  width: 25%;
}
.price .items .item .title-area {
  background: #697f73;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 20px;
  text-align: center;
}
.price .items .item:nth-child(2) .title-area {
  background: #ae826d;
}
.price .items .item:nth-child(3) .title-area {
  background: #77698e;
}
.price .items .item:nth-child(4) .title-area {
  background: #b16b8d;
}
.price .items .item .price-area {
  padding: 30px 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.price .items .item .price-area span {
  font-size: 14px;
  display: block;
  line-height: 1.5;
  text-align: left;
}
.price .btn-wrap a {
  background: #6f6256;
  border: 1px solid #6f6256;
  color: #fff;
  width: 300px;
  text-align: center;
  padding: 10px 20px;
  position: relative;
  transition: all 0.7s ease;
}
.price .btn-wrap a:after {
  font-family: icomoon !important;
  content: "\e921" !important;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.price .btn-wrap a:hover {
  background: #fff;
  color: #61564b;
}
@media screen and (max-width: 480px) {
  .price .initial {
    width: 100%;
  }
  .price .initial th:nth-child(1),
  .price .initial td:nth-child(1) {
    width: 50%;
  }
  .price .items {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .price .items .item {
    width: 100%;
  }
  .price .btn-wrap a {
    width: 100%;
    padding: 20px 20px;
    position: relative;
    transition: all 0.7s ease;
  }
}

/* faq */
.faq .qa {
  margin-bottom: 40px;
}
.qa__block {
  display: flex;
  flex-direction: column;
  min-width: 200px;
}
.qa__item {
  display: inline-block;
  margin: 0 !important;
  border-bottom: 1px solid #eee;
}
.qa__head {
  position: relative;
  text-align: left;
  padding: 20px 40px 20px 20px;
  background: #fff;
  color: #666;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 700;
  border: none;
}
.qa__head:before {
  content: "Q";
  font-size: 1.5em;
  padding-right: 32px;
  color: #666;
}
.qa__head:after {
  content: "";
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(-135deg) translateY(9px);
  position: absolute;
  right: 20px;
  top: 50%;
  transition: transform 0.4s;
}
.qa__body {
  position: relative;
  background: #fff;
  color: #666;
  border: transparent;
  padding: 0 20px;
  line-height: 0;
  opacity: 0;
  transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
  display: flex;
}
.qa__body:before {
  content: "A";
  font-size: 1.5em;
  padding-right: 32px;
  color: #666;
}
.qa__body.is-open {
  padding: 20px;
  line-height: 1.5;
  opacity: 1;
  display: flex;
  font-weight: 700;
}
.qa__body p a {
  color: #666;
}
.qa__head.is-open::after {
  transform: rotate(45deg) translateY(-10px);
}
.qa__item:not(:first-child) {
  margin-top: 16px;
}

.qa__body .cont a {
  display: block;
  margin: 10px auto;
  background: #1f2020;
  border: 1px solid #6f6256;
  color: #fff;
  width: 300px;
  text-align: center;
  padding: 10px 20px;
  position: relative;
  transition: all 0.7s ease;
}
.qa__body .cont a:after {
  font-family: icomoon !important;
  content: "\e921" !important;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.qa__body .cont a:hover {
  background: #fff;
  color: #61564b;
}

.faq .btn-wrap a {
  background: #6f6256;
  border: 1px solid #6f6256;
  color: #fff;
  width: 300px;
  text-align: center;
  padding: 10px 20px;
  position: relative;
  transition: all 0.7s ease;
}
.faq .btn-wrap a:after {
  font-family: icomoon !important;
  content: "\e921" !important;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.faq .btn-wrap a:hover {
  background: #fff;
  color: #61564b;
}
@media screen and (max-width: 480px) {
  .faq .qa {
    margin-bottom: 40px;
  }
  .faq .btn-wrap a {
    width: 100%;
    padding: 20px 20px;
    position: relative;
    transition: all 0.7s ease;
  }
}
.about-us .item {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.about-us .item .iw {
  width: 40%;
}
.about-us .item .mw {
  width: 60%;
  padding: 20px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.about-us .item .mw .message {
  margin-bottom: 30px;
}
.about-us .btn-wrap a {
  background: #6f6256;
  border: 1px solid #6f6256;
  color: #fff;
  width: 300px;
  text-align: center;
  padding: 10px 20px;
  position: relative;
  transition: all 0.7s ease;
}
.about-us .btn-wrap a:after {
  font-family: icomoon !important;
  content: "\e921" !important;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.about-us .btn-wrap a:hover {
  background: #fff;
  color: #61564b;
}
@media screen and (max-width: 480px) {
  .about-us .item {
    flex-wrap: wrap;
  }
  .about-us .item .iw {
    width: 100%;
  }
  .about-us .item .mw {
    width: 100%;
    padding: 0;
  }
  .about-us .item .mw .message {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .about-us .mw .btn-wrap {
    width: 100%;
  }
  .about-us .btn-wrap a {
    width: 100%;
    padding: 20px 20px;
    position: relative;
    transition: all 0.7s ease;
  }
}

/************************************
** beforeFooter .trial
************************************/
.w-beforeFooter {
  margin: 0 auto;
}
.trial {
  background: url(https://pilates-musk.com/wp-content/uploads/2025/01/home_mv_002-scaled.jpg);
  background-position: center center;
  background-color: rgba(255,255,255,0.5);
  background-blend-mode: lighten;
  padding: 30px 60px;
}
.trial .col{
  display:flex;
  justify-content: center;
  align-items: center;
  background: #ffffff80;
  padding: 30px;
}
.trial .col .col-l{width: 30%;}
.trial .col .col-l .iw{display: block;width: 200px;margin: 0 auto;}
.trial .col .col-l .iw img{}
.trial .col .col-r{width: 70%;}
.trial .row h3 {
  text-align: center;
  font-size: 28px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.trial .row h3:after {
  position: absolute;
  top: auto;
  bottom: 0;
  left: calc(50% - 50px);
  right: auto;
  display: block;
  width: 100px;
  height: 1px;
  border-radius: 2px;
  pointer-events: none;
  background: currentColor;
  content: "";
  background: #ff5722;
}
.trial .row .box {
  text-align: center;
  margin-bottom: 20px;
}
.trial .row .box .a1 {
  font-size: 28px;
  font-weight: 600;
  margin-right: 20px;
}
.trial .row .box .a2 {
  font-size: 42px;
  font-weight: 600;
  color: #ff5722;
}

.ani-01 .a2 {
  display: inline-block;
  animation: ani_01 3s infinite;
}
@keyframes ani_01 {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}

.trial .row .bw {
  text-align: center;
}
.trial .row .bw .hd {
  font-size: 24px;
  margin-bottom: 30px;
}
.trial .row .bw .bw-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.bw-item a {
  background: #1f2020;
  border: 1px solid #6f6256;
  color: #fff;
  width: 300px;
  text-align: center;
  padding: 10px 20px;
  position: relative;
  transition: all 0.7s ease;
}
.bw-item a:after {
  font-family: icomoon !important;
  content: "\e921" !important;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.bw-item a:hover {
  background: #fff;
  color: #61564b;
}
@media screen and (max-width: 480px) {
.trial{
  padding: 30px 10px;
}
.trial .col{
  flex-wrap: wrap;
  gap:20px;
  background: #ffffff90;
}
.trial .col .col-l{width: 100%;}
.trial .col .col-l .iw{}
.trial .col .col-l .iw img{
    display: block;
    width: 150px;
    margin: 0 auto;
}
.trial .col .col-r{width: 100%;}

  
  .trial .row h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .trial .row h3:after {
    width: 200px;
    left: calc(50% - 100px);
  }
  .trial .row .bw .bw-item {
    flex-wrap: wrap;
  }
  .trial .row .bw .hd {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .bw-item a {
    width: 100%;
  }
}

/************************************
** beforeFooter .map
************************************/

.gmap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/************************************
** page program
************************************/
.red {
  color: red;
}
.id_215 .to-schedule {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.id_215 .to-schedule a {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 15px 30px;
  background: #34b7f3;
  border: 1px solid #34b7f3;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  transition: all 0.75s ease;
}
.id_215 .to-schedule a:hover {
  background: #fff;
  color: #34b7f3;
}
.id_215 .to-schedule a i {
  margin-right: 0.5em;
}
.id_215 .prog-a1 {
  font-size: 17px;
}
.id_215 .prog-a2 {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
.id_215 .prog-a2 .item {
  width: calc(50% - 15px);
  padding: 40px 40px;
  box-shadow: 0px 0px 15px #ddd;
}
.id_215 .prog-a2 .item img {
  height: 489px;
  background-size: cover;
}
.id_215 .prog-a2 .item .iw{
  height: 489px;
  position: relative;
  overflow: hidden;
}
.id_215 .prog-a2 .item .iw img.copyright{
  position: absolute;
  right: 5%;
  bottom: 5%;
  background: #fff;
  height: auto;
  width: auto;
}
.id_215 .prog-a2 .item .hd {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  /* margin-bottom: 10px; */
}
.id_215 .prog-a2 .item .m1 {
  text-align: left;
  font-size: 14px;
}
.id_215 .prog-a3 {
  text-align: center;
  font-size: 18px;
  padding-bottom: 60px;
}
.id_215 .prog-a3 .items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 40px;
}
.id_215 .prog-a3 .items .item {
  width: 260px;
  height: 260px;
  background: #ffffff;
  border-radius: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  box-shadow: 5px 5px 10px -5px;
}
.id_215 .prog-a3 .items .item p {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .id_215 .to-schedule {
  gap: 20px;
  }
  .id_215 .to-schedule a {
    width: 100%;
  }
  .id_215 .prog-a1 {
    font-size: 14px;
  }
  .id_215 .prog-a2 {
    gap: 10px;
    padding-bottom: 0;
  }
  .id_215 .prog-a2 .item {
    width: 100%;
    padding: 10px;
    box-shadow: 0px 0px 10px #ddd;
  }
  .id_215 .prog-a2 .item img {
    height: auto;
  }
  .id_215 .prog-a2 .item .iw{
    height: auto;
  }
  .id_215 .prog-a2 .item .iw img.copyright{
    width: 120px;
  }
  .id_215 .prog-a2 .item .hd {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    /* margin-bottom: 10px; */
  }
  .id_215 .prog-a2 .item .m1 {
    text-align: left;
    font-size: 12px;
  }
  .id_215 .prog-a2 .item .time i {
    margin-right: 0.25em;
  }
  .id_215 .prog-a3 {
    text-align: left;
    font-size: 16px;
  }
  .id_215 .prog-a3 .items {
    gap: 10px;
    padding: 20px 0;
  }
  .id_215 .prog-a3 .items .item {
    width: 120px;
    height: 120px;
    padding: 5px;
    text-align: center;
  }
  .id_215 .prog-a3 .items .item p {
    font-size: 12px;
  }
}

/************************************
** page price
************************************/
.id_217 .price-a1,
.id_217 .price-a2,
.id_217 .price-a3 {
  width: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.price-a1 h2,
.price-a2 h2 {
  font-size: 40px;
  margin: 0 auto 30px;
  text-align: center;
}
.id_217 th {
  background: #bbbdba;
  text-align: center;
}
.id_217 .initial th:nth-child(1) {
  width: 50%;
}
.id_217 th:nth-child(1) {
  width: 38%;
}
.id_217 th:nth-child(2) {
  width: 62%;
}
.id_217 td {
  background: #fff;
  text-align: center;
  font-size: 14px;
  padding: 16px 20px;
}
.id_217 .price-a1 td:nth-child(2) {
  font-weight: 700;
  font-size: 18px;
}
.id_217 td .t1 {
  font-size: 12px;
}
.id_217 td .p1 {
  font-size: 18px;
  font-weight: 700;
  display: block;
  line-height: 1;
  padding-bottom: 16px;
}
.id_217 td .m1 {
  text-align: center;
  font-size: 13px;
}
.id_217 td a {
  display: inline-block;
  padding: 5px 30px;
  background: #1f2020;
  color: #fff;
  margin: 10px auto;
}
.id_217 td a {
  display: block;
  background: #1f2020;
  border: 1px solid #1f2020;
  color: #fff;
  width: 300px;
  text-align: center;
  padding: 10px 20px;
  position: relative;
  transition: all 0.7s ease;
}
.id_217 td a:after {
  font-family: icomoon !important;
  content: "\e921" !important;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.id_217 td a:hover {
  background: #fff;
  color: #1f2020;
}

@media screen and (max-width: 480px) {
  .id_217 .price-a1,
  .id_217 .price-a2,
  .id_217 .price-a3 {
    width: auto;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .price-a1 h2,
  .price-a2 h2 {
    font-size: 32px;
    margin: 0 auto 30px;
    text-align: center;
  }
  .id_217 td {
    font-size: 12px;
    padding: 16px 10px;
  }
  .id_217 td .t1 {
    font-size: 10px;
  }
  .id_217 td .m1 {
    text-align: left;
  }
  .id_217 td a {
    width: auto;
    max-width: 220px;
    padding: 10px;
  }
  .id_217 td a:after {
    right: 10px;
  }
}
/************************************
** page studio
************************************/
.studio-gallary-01,
.studio-gallary-02 {
  overflow: hidden;
}
.studio-gallary-01 .item-image,
.studio-gallary-02 .item-image {
  width: 100%;
}
.studio-gallary-01 .item-image img,
.studio-gallary-02 .item-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  .studio-gallary-01 .item-image img,
  .studio-gallary-02 .item-image img {
    height: auto;
  }
}

/************************************
** page contact
************************************/
.contact-box {
  width: 900px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.inquiry-table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  line-height: 1.8;
  margin-bottom: 20px;
}
.inquiry-table th {
  background-color: #3c3c3c;
  color: #fff;
  border: 1px solid #e6e6e6;
  padding: 20px;
  font-size: 16px;
}
span.haveto {
  padding: 10px;
  color: #ffcc00;
}
.inquiry-table td {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 20px;
}
.inquiry-table td .caption {
  line-height: 1.2;
  font-size: 14px;
  margin-top: 10px;
}
.submit-box {
  text-align: center;
  border: 1px solid #e6e6e6;
  padding: 30px 0;
}
.box-inner-1 {
  padding: 30px 0;
}
.submit {
  width: 50%;
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 1em;
}
input[type="text"],
input[type="email"] {
  width: 100%;
  max-width: 100%;
}
input[type="submit"] {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  font-size: 20px;
  background-color: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #fff;
  transition: 0.5s all;
}
input[type="submit"]:hover {
  background-color: #fff;
  border: 1px solid #444;
  color: #444;
}

@media screen and (max-width: 767px) {
  .contact-box {
    width: auto;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .contact-box-tel {
    font-size: 1.5em;
  }
  .inquiry-table tr {
    display: flex;
    flex-wrap: wrap;
  }

  .inquiry-table th,
  .inquiry-table td {
    padding: 10px;
    width: 100%;
    max-width: 100%;
  }
  textarea {
    width: 100%;
}
  .submit {
    width: 100%;
  }
  .submit-box {
    padding: 30px 20px;
    text-align: left;
  }
}

/************************************
** footer-floating-wrap
************************************/
.p-fixBtnWrap {
  bottom: 5em !important;
  display: none;
}
.footer-floating-wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}
.footer-floating-wrap .web-nyukai {
  position: absolute;
  bottom: 5rem;
  right: 1rem;
  width: 120px;
}

.footer-floating-wrap .items {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.footer-floating-wrap .item {
  width: 360px;
}
.footer-floating-wrap .items a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 70px;
  font-size: 18px;
  font-weight: 600;
  background: #34b7f3;
  color: #fff;
  position: relative;
  transition: all 0.7s ease;
}
.footer-floating-wrap .item:nth-child(2) a {
  background: #707070;
  line-height: 1.2;
  justify-content: left;
  padding-left: 20px;
  text-align: center;
}
.footer-floating-wrap a:after {
  font-family: icomoon !important;
  content: "\e921" !important;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.7s ease;
}
.footer-floating-wrap a:hover {
  opacity: 0.8;
}
.footer-floating-wrap a:hover:after {
  right: 10px;
}
@media screen and (max-width: 480px) {
  .footer-floating-wrap {
    width: 100%;
  }
  .footer-floating-wrap .web-nyukai {
    width: 80px;
  }
  .footer-floating-wrap .item {
    width: 50%;
  }
  .footer-floating-wrap a {
    font-size: 16px;
  }
}

/************************************
** Page company
************************************/
.company {
  display: block;
  margin: 0 auto;
  padding-bottom: 100px;
}
.company tr th {
  width: 25%;
  padding: 20px;
}
.company tr td {
  width: 75%;
  padding: 20px;
}
.company td a {
  display: inline-block;
  margin-left: 1em;
  color: #333333;
}
.company tr td .items .row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.company tr td .items .row .col-1 {
  width: 30%;
}
.company tr td .items .row .col-2 {
  margin-left: 1em;
}
.company tr td .items .row .col-2 img {
  width: 240px;
}
.company tr td .items .row:nth-last-child(3) .col-2 img {
  width: 80px;
}
@media screen and (max-width: 480px) {
  .company tr th {
    padding: 10px;
  }
  .company tr td .items .row {
    flex-wrap: wrap;
  }
  .company tr td .items .row .col-1 {
    width: 100%;
    padding-bottom: 10px;
  }
  .company tr td .items .row .col-2 {
    margin-left: 0;
    padding-bottom: 10px;
  }
  .company tr td .items .row .col-2 img {
    width: 240px;
  }
  .company tr td .items .row:nth-last-child(3) .col-2 img {
    width: 80px;
  }
}
