@charset "UTF-8";
/*
Theme Name: kamiyoshi
*/
@media screen and (max-width: 959px) {
  .pc_only {
    display: none; }

  .sp_only {
    display: block; } }
@media screen and (min-width: 480px) {
  .pc_only {
    display: block; }

  .sp_only {
    display: none; } }
body {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin: 0; }
  body img, body svg {
    width: 100%;
    height: auto; }
  body p {
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 2px; }
  body a:hover {
    color: inherit;
    opacity: 0.5; }
  @media screen and (max-width: 959px) {
    body {
      font-size: 14px; } }

h1, h2, h3 {
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 30px; }

.span__color {
  color: #ffc400;
  display: inline-block; }

.heading {
  text-align: center; }

.font__sm {
  font-size: 0.8rem; }
.font__md {
  font-size: 1.2rem; }

[type=button]:not(:disabled), [type=reset]:not(:disabled), button:not(:disabled) {
  cursor: text; }

.display__pc {
  display: block; }
  @media screen and (max-width: 959px) {
    .display__pc {
      display: none; } }
.display__sp {
  display: none; }
  @media screen and (max-width: 959px) {
    .display__sp {
      display: block; } }

.header {
  width: 300px; }
  @media screen and (max-width: 959px) {
    .header {
      display: none; } }
  .header__wrap {
    position: fixed;
    z-index: 2;
    background: #fff;
    height: 100vh;
    overflow: scroll; }
  .header__top {
    position: relative;
    width: 300px; }
  .header__pcMenu {
    position: absolute;
    z-index: 5;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px; }
  .header__logo {
    font-size: 30px; }
    .header__logo p {
      line-height: 1.0; }
  .header__logo-wrap {
    text-align: center; }
  .header__nav {
    text-align: center; }
  .header__menu {
    display: inline-block;
    text-align: left; }
    .header__menu li:not(:last-child) {
      margin-bottom: 24px; }
  .header__lead {
    padding: 34px 0; }
  .header .sns {
    text-align: center;
    font-size: 24px; }
    .header .sns span {
      padding: 0px 5px; }
  .header .center {
    text-align: center; }
    .header .center a:first-child {
      margin-bottom: 10px;
      display: block; }

.nav-menu {
  margin-left: 50px;
  position: relative; }
  .nav-menu__link:before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    top: 12px;
    left: -50px;
    background: #000;
    transition: all 0.5s ease 0s; }
  .nav-menu__link:hover:before {
    left: -40px; }

.content-dropdown {
  background-color: #eee;
  padding: 14px 10px !important;
  font: initial;
  border-radius: 5px; }

.page__itemTop {
  padding: 100px 0 0 0; }
  @media screen and (max-width: 959px) {
    .page__itemTop {
      padding: 40px 0px; } }
.page__item {
  padding: 100px 0; }
  @media screen and (max-width: 959px) {
    .page__item {
      padding: 40px 0px; } }
.page__wrap {
  width: 1000px;
  margin: auto; }
  @media screen and (max-width: 1200px) {
    .page__wrap {
      width: calc(100% - 180px);
      padding: 0 90px; } }
  @media screen and (max-width: 959px) {
    .page__wrap {
      width: calc(100% - 48px);
      padding: 0 24px; } }
  @media screen and (max-width: 479px) {
    .page__wrap {
      width: calc(100% - 36px);
      padding: 0 6px; } }
.page__wrap-none {
  margin: auto; }
.page__heading {
  margin-bottom: 60px; }
  @media screen and (max-width: 959px) {
    .page__heading {
      margin-bottom: 20px; } }
  @media screen and (max-width: 479px) {
    .page__heading {
      margin-bottom: 30px; } }

.formrun {
  width: 100%; }

.form {
  width: 100%; }
  @media screen and (max-width: 479px) {
    .form {
      margin-top: 40px; } }
  .form__wrap {
    margin-bottom: 50px; }
  .form__item {
    border-bottom: 1px solid #eee;
    padding-top: 24px;
    padding-bottom: 24px; }
    .form__item:nth-child(6) {
      border-bottom: none; }
    @media screen and (max-width: 479px) {
      .form__item {
        padding-right: 14px;
        padding-top: 16px;
        padding-bottom: 16px;
        flex-wrap: wrap; } }
  .form__itemLabel {
    letter-spacing: 0.05em;
    font-size: 18px; }
    @media screen and (max-width: 479px) {
      .form__itemLabel {
        display: flex;
        align-items: center;
        font-size: 15px; } }
  .form__itemLabel.isMsg {
    margin-top: 8px;
    margin-bottom: auto; }
    @media screen and (max-width: 479px) {
      .form__itemLabel.isMsg {
        margin-top: 0; } }
  .form__itemLabel-Required {
    border-radius: 2px;
    margin-right: 8px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    background: #D50915;
    color: #fff; }
    @media screen and (max-width: 479px) {
      .form__itemLabel-Required {
        border-radius: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 10px; } }
  .form__itemLabel-Any {
    border-radius: 2px;
    margin-right: 8px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    background: #eee;
    color: #fff; }
    @media screen and (max-width: 479px) {
      .form__itemLabel-Any {
        border-radius: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 10px; } }
  .form__itemLabel-Required-text {
    border-radius: 2px;
    margin-right: 8px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    background: #D50915;
    color: #fff;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: auto; }
    @media screen and (max-width: 479px) {
      .form__itemLabel-Required-text {
        border-radius: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 10px; } }
  .form__item-Input {
    border: 1px solid #eee;
    border-radius: 2px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    background: #eee;
    font-size: 18px;
    width: 100%; }
    @media screen and (max-width: 479px) {
      .form__item-Input {
        margin-left: 0;
        margin-top: 18px;
        height: 40px;
        flex: inherit;
        font-size: 15px; } }
  .form__itemTextarea {
    border: 1px solid #eee;
    border-radius: 2px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    background: #eee;
    font-size: 18px;
    padding: 10px; }
    @media screen and (max-width: 479px) {
      .form__itemTextarea {
        margin-top: 18px;
        margin-left: 0;
        height: 200px;
        flex: inherit;
        font-size: 15px; } }
  .form__btn {
    border-radius: 2px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    letter-spacing: 0.05em;
    background: #D50915;
    color: #fff;
    font-size: 20px; }
    @media screen and (max-width: 479px) {
      .form__btn {
        margin-top: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 16px; } }

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center; }
  @media screen and (min-width: 960px) {
    .hamburger {
      display: none; } }

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.hamburger span:nth-child(1) {
  top: 10px; }

.hamburger span:nth-child(2) {
  top: 20px; }

.hamburger span:nth-child(3) {
  top: 30px; }

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  height: 100vh;
  visibility: hidden; }

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  padding-top: 50px; }

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all; }

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0; }

nav.globalMenuSp ul li:hover {
  background: #ddd; }

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none; }

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100; }

.heading__ja {
  font-weight: 500;
  font-size: 20px;
  max-width: 220px;
  width: 100%;
  margin: auto;
  padding: 0 0 10px 0;
  color: #000;
  border-bottom: 1px solid #c8c8c8; }
.heading__en {
  font-size: 14px;
  margin: auto;
  padding: 10px 0 0 0;
  font-weight: 100; }

.footer {
  width: 100%;
  height: 500px;
  background: url(images/footer.png) no-repeat;
  background-size: cover;
  width: calc(100% - 300px);
  margin-left: auto; }
  @media screen and (max-width: 959px) {
    .footer {
      width: 100%; } }

.monthly-calendar caption {
  margin-bottom: 20px; }

.news-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px; }
  .news-list__wid {
    width: calc( 100% / 3 - 50px);
    text-align: center; }
    @media screen and (max-width: 479px) {
      .news-list__wid {
        width: calc( 100% / 2 ); } }

.news-block img {
  max-width: 200px; }

.draw {
  position: relative;
  color: transparent; }
  .draw:before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0%;
    right: 100%;
    background-color: #ffc400;
    content: ''; }
  .draw.-do {
    animation: show 2.5s forwards; }
    .draw.-do:before {
      animation: intro 2.5s ease-in-out; }
  .draw.-wave:nth-child(1), .draw.-wave:nth-child(1)::before {
    animation-delay: 0.75s; }
  .draw.-wave:nth-child(2), .draw.-wave:nth-child(2)::before {
    animation-delay: 1s; }
  .draw.-wave:nth-child(3), .draw.-wave:nth-child(3)::before {
    animation-delay: 1.25s; }
  .draw.-wave:nth-child(4), .draw.-wave:nth-child(4)::before {
    animation-delay: 1.5s; }
  .draw.-wave:nth-child(5), .draw.-wave:nth-child(5)::before {
    animation-delay: 1.75s; }
  .draw.-wave:nth-child(6), .draw.-wave:nth-child(6)::before {
    animation-delay: 2s; }
  .draw.-wave:nth-child(7), .draw.-wave:nth-child(7)::before {
    animation-delay: 2.25s; }
  .draw.-wave:nth-child(8), .draw.-wave:nth-child(8)::before {
    animation-delay: 2.5s; }
  .draw[delay="0.1"], .draw[delay="0.1"]::before {
    animation-delay: 0.6s; }
  .draw[delay="0.2"], .draw[delay="0.2"]::before {
    animation-delay: 0.7s; }
  .draw[delay="0.3"], .draw[delay="0.3"]::before {
    animation-delay: 0.8s; }
  .draw[delay="0.4"], .draw[delay="0.4"]::before {
    animation-delay: 0.9s; }
  .draw[delay="0.5"], .draw[delay="0.5"]::before {
    animation-delay: 1s; }
  .draw[delay="0.6"], .draw[delay="0.6"]::before {
    animation-delay: 1.1s; }
  .draw[delay="0.7"], .draw[delay="0.7"]::before {
    animation-delay: 1.2s; }
  .draw[delay="0.8"], .draw[delay="0.8"]::before {
    animation-delay: 1.3s; }
  .draw[delay="0.9"], .draw[delay="0.9"]::before {
    animation-delay: 1.4s; }
  .draw[delay="1"], .draw[delay="1"]::before {
    animation-delay: 1.5s; }
  .draw[delay="1.1"], .draw[delay="1.1"]::before {
    animation-delay: 1.6s; }
  .draw[delay="1.2"], .draw[delay="1.2"]::before {
    animation-delay: 1.7s; }
  .draw[delay="1.3"], .draw[delay="1.3"]::before {
    animation-delay: 1.8s; }
  .draw[delay="1.4"], .draw[delay="1.4"]::before {
    animation-delay: 1.9s; }
  .draw[delay="1.5"], .draw[delay="1.5"]::before {
    animation-delay: 2s; }
  .draw[delay="1.6"], .draw[delay="1.6"]::before {
    animation-delay: 2.1s; }
  .draw[delay="1.7"], .draw[delay="1.7"]::before {
    animation-delay: 2.2s; }
  .draw[delay="1.8"], .draw[delay="1.8"]::before {
    animation-delay: 2.3s; }
  .draw[delay="1.9"], .draw[delay="1.9"]::before {
    animation-delay: 2.4s; }
  .draw[delay="2"], .draw[delay="2"]::before {
    animation-delay: 2.5s; }
  .draw[delay="2.1"], .draw[delay="2.1"]::before {
    animation-delay: 2.6s; }
  .draw[delay="2.2"], .draw[delay="2.2"]::before {
    animation-delay: 2.7s; }
  .draw[delay="2.3"], .draw[delay="2.3"]::before {
    animation-delay: 2.8s; }
  .draw[delay="2.4"], .draw[delay="2.4"]::before {
    animation-delay: 2.9s; }
  .draw[delay="2.5"], .draw[delay="2.5"]::before {
    animation-delay: 3s; }
  .draw[delay="2.6"], .draw[delay="2.6"]::before {
    animation-delay: 3.1s; }
  .draw[delay="2.7"], .draw[delay="2.7"]::before {
    animation-delay: 3.2s; }
  .draw[delay="2.8"], .draw[delay="2.8"]::before {
    animation-delay: 3.3s; }
  .draw[delay="2.9"], .draw[delay="2.9"]::before {
    animation-delay: 3.4s; }
  .draw[delay="3"], .draw[delay="3"]::before {
    animation-delay: 3.5s; }
@keyframes intro {
  0% {
    left: 0%;
    right: 100%; }
  50% {
    left: 0%;
    right: 0%; }
  100% {
    left: 100%;
    right: 0%; } }
@keyframes show {
  0%, 50% {
    color: transparent; }
  50.00001%, 100% {
    color: black; } }
.js-scroll-fadein {
  transition: opacity 1s;
  visibility: hidden;
  opacity: 0; }
  .js-scroll-fadein.is-fadein {
    visibility: visible;
    opacity: 1; }

.arrow {
  position: fixed;
  right: 12px;
  bottom: 12px;
  color: #fff;
  cursor: pointer;
  background-color: black;
  border-radius: 10px;
  padding: 30px;
  transition: all 0.2s ease-in-out;
  z-index: 10; }
  .arrow:hover {
    opacity: .8;
    bottom: 15px; }
  .arrow:before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(-45deg);
    position: absolute;
    left: 14px; }
  .arrow:before {
    top: 26px;
    left: 23px; }

.contact-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 50px; }

.contact {
  position: relative;
  margin-bottom: 30px;
  padding: 30px 0 0 0;
  text-align: center; }
  .contact__tel {
    color: #a81212;
    font-size: 1.8em;
    font-weight: 800;
    margin-bottom: 10px; }
    @media screen and (max-width: 479px) {
      .contact__tel {
        text-align: center; } }
    .contact__tel:before {
      font-family: "Font Awesome 5 Free";
      content: "\f879";
      font-weight: 900;
      font-size: 100%;
      padding: 0 3px;
      display: inline-block; }
      @media screen and (max-width: 479px) {
        .contact__tel:before {
          font-size: 24px; } }
    .contact__tel a {
      color: #a81212; }
      @media screen and (max-width: 479px) {
        .contact__tel a {
          font-size: 24px; } }

.line {
  color: #00b900;
  display: flex;
  align-items: center; }
  .line-other {
    width: 50%;
    color: #00b900;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 479px) {
      .line-other {
        width: 100%;
        text-align: center;
        padding: 10px 0 0 0; } }
    .line-other h3 {
      text-align: left;
      font-size: 24px;
      font-weight: 500;
      margin: 5px 0 10px 0; }
    .line-other h3 + p {
      margin-bottom: 0px; }
  .line__img {
    width: 200px;
    margin: 10px 10px 10px 0px; }
  .line h3 {
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    margin: 5px 0 10px 0; }
  .line__text {
    text-align: left; }

.column__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 479px) {
    .column__group {
      display: block; } }
.column__box {
  width: calc( 100% / 3 - 50px);
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px; }
  .column__box .content__textBox {
    margin-bottom: 10px; }
  .column__box img {
    object-fit: contain;
    margin-bottom: 30px; }
  @media screen and (max-width: 479px) {
    .column__box {
      width: 100%; } }
.column__box-other {
  width: calc( 100% / 3 - 50px);
  background: #e2eeff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px; }
  .column__box-other .content__textBox {
    margin-bottom: 10px; }
  .column__box-other img {
    padding: 20px 0px;
    max-height: 180px;
    object-fit: contain; }
  @media screen and (max-width: 479px) {
    .column__box-other {
      width: 100%; } }
.column h3 + p {
  margin-bottom: 50px;
  min-height: 170px; }
  @media screen and (max-width: 479px) {
    .column h3 + p {
      min-height: auto; } }

.fadeRight {
  opacity: 0;
  transform: translateX(-150px);
  transition: all 2.0s; }

.fadeRight.scrollin {
  opacity: 1;
  transform: translate(0px); }

.fadeLeft {
  opacity: 0;
  transform: translateX(150px);
  transition: all 2.0s; }

.fadeLeft.scrollin {
  opacity: 1;
  transform: translate(0px); }

.qa {
  max-width: 800px;
  width: 100%; }
  .qa__box {
    margin-bottom: 50px;
    border-bottom: 1px solid #eee; }
  .qa__button {
    cursor: pointer;
    display: inline-block; }
  .qa__toggle {
    transform-origin: 40% 60%;
    transform: rotate(180deg); }

.fa-sort-down {
  display: inline-block; }

.gap-1 {
  gap: 1em; }
.gap-2 {
  gap: 2em; }

.containerBlock {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.main-column {
  width: calc(100% - 300px); }
  @media screen and (max-width: 959px) {
    .main-column {
      width: 100%; } }

.text__sm {
  font-size: 0.6rem; }
.text__md {
  font-size: 1.0rem;
  margin-bottom: 14px; }

.m-sm {
  margin-bottom: 20px; }
  @media screen and (max-width: 959px) {
    .m-sm {
      margin-bottom: 10px; } }

.m-md {
  margin-bottom: 100px; }
  @media screen and (max-width: 959px) {
    .m-md {
      margin-bottom: 30px; } }

.news {
  margin-bottom: 20px; }
  .news__heading {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    max-width: 800px;
    margin: auto;
    padding-bottom: 10px; }
    @media screen and (max-width: 959px) {
      .news__heading {
        display: block; } }
  .news__item {
    padding: 10px 0 20px 0;
    position: relative; }
    .news__item::after {
      content: "";
      display: block;
      position: relative;
      top: 10px;
      max-width: 1000px;
      height: 1px;
      background: #c8c8c8; }
  .news__list {
    margin: auto; }
  .news__time {
    width: 150px;
    background: #1e1e1e;
    color: #eee;
    padding: 10px;
    text-align: center;
    margin-right: 10px;
    border-radius: 5px; }
    @media screen and (max-width: 959px) {
      .news__time {
        margin-bottom: 20px; } }
  .news__title {
    flex: 1; }
  .news__text {
    margin: auto;
    margin-bottom: 20px;
    max-width: 800px; }

.content__wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 959px) {
    .content__wrap {
      display: block; } }
.content__wrap-direction {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: wrap; }
  @media screen and (max-width: 959px) {
    .content__wrap-direction {
      display: block; } }
.content__img {
  width: 50%; }
  @media screen and (max-width: 959px) {
    .content__img {
      width: 100%;
      margin-bottom: 30px; } }
.content__lead {
  width: 46%; }
  @media screen and (max-width: 959px) {
    .content__lead {
      width: 100%; } }
.content__group {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px; }
.content__text-group {
  width: 50%;
  padding: 0 100px; }
  @media screen and (max-width: 959px) {
    .content__text-group {
      width: 100%;
      padding: 0 20px; } }
.content__text {
  margin-bottom: 50px; }
.content__mainImgBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px; }
.content__floorBox {
  width: 20%;
  position: relative; }
.content__floor {
  position: absolute;
  top: 25%;
  right: 10%;
  text-align: center; }
  @media screen and (max-width: 959px) {
    .content__floor {
      top: 18%; } }
  .content__floor p {
    color: #c7c7c788;
    line-height: 1; }
  .content__floor p:nth-of-type(1) {
    font-size: 100px; }
    @media screen and (max-width: 959px) {
      .content__floor p:nth-of-type(1) {
        font-size: 50px; } }
  .content__floor p:nth-of-type(2) {
    font-size: 28px; }
    @media screen and (max-width: 959px) {
      .content__floor p:nth-of-type(2) {
        font-size: 14px; } }
  .content__floor:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -10px;
    width: 190px;
    height: 1px;
    background: #c7c7c788; }
.content__floor-other {
  position: absolute;
  top: 25%;
  left: 90px;
  text-align: center; }
  @media screen and (max-width: 959px) {
    .content__floor-other {
      top: 0;
      left: 5px;
      text-align: left;
      width: 300px;
      z-index: 1; } }
  .content__floor-other p {
    color: #c7c7c788;
    line-height: 1; }
  .content__floor-other p:nth-of-type(1) {
    font-size: 100px; }
    @media screen and (max-width: 959px) {
      .content__floor-other p:nth-of-type(1) {
        font-size: 50px; } }
  .content__floor-other p:nth-of-type(2) {
    font-size: 28px;
    margin-bottom: 30px; }
    @media screen and (max-width: 959px) {
      .content__floor-other p:nth-of-type(2) {
        font-size: 14px; } }
  .content__floor-other p:nth-of-type(3) {
    font-size: 16px;
    color: #000; }
  .content__floor-other:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 30px;
    width: 190px;
    height: 1px;
    background: #c7c7c788; }
.content__mainImg {
  width: 80%; }
  .content__mainImg img {
    margin-bottom: 30px; }
.content__subImgBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.content__subImg {
  width: 48%; }
  .content__subImg:nth-last-child(n+3) {
    margin-bottom: 40px; }

.swiper-containerBlock {
  position: relative; }
  .swiper-containerBlock img {
    width: 100%;
    height: 100vh;
    object-fit: cover; }
  .swiper-containerBlock .mv-text {
    text-shadow: 0px 0px 10px #808080;
    font-size: 2.0rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 10;
    color: #fff; }
    .swiper-containerBlock .mv-text p {
      line-height: 1.0; }

.button-reserve {
  background: #212121;
  text-align: center;
  transition: all 0.5s ease 0s;
  border: 1px solid #212121; }
  .button-reserve p {
    color: #fff;
    padding: 10px; }
  .button-reserve:hover {
    background-color: #fff;
    border: 1px solid #212121; }
    .button-reserve:hover p {
      color: #212121; }

.button {
  margin: auto;
  border: none;
  display: block;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  padding: 10px 30px;
  max-width: 200px;
  width: 100%;
  position: relative;
  text-align: center; }
  .button a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 40px;
    transition: all 0.5s ease 0s; }
  .button:after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 1px;
    background: #000;
    top: 24px;
    right: -30px;
    transition: all 0.5s ease 0s; }
  .button:hover {
    transition: all 0.5s ease 0s;
    background-color: #000;
    color: #eee; }
    .button:hover:after {
      right: -40px; }
  .button-m {
    margin-bottom: 100px; }

.button-submit {
  margin: auto;
  border: none;
  display: block;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  padding: 10px 30px;
  max-width: 200px;
  width: 100%;
  position: relative;
  text-align: center; }
  .button-submit a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 40px;
    transition: all 0.5s; }
  .button-submit:after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 1px;
    background: #000;
    top: 20px;
    right: -30px;
    transition: all 0.5s ease 0s; }
  .button-submit:hover {
    transition: all 0.5s ease 0s;
    background-color: #000;
    color: #eee; }
    .button-submit:hover:after {
      right: -40px; }
  .button-submit-m {
    margin-bottom: 100px; }

body {
  position: relative; }

.company__wrap p:not(:last-child) {
  margin-bottom: 20px; }

.top__wrap {
  width: 100%;
  height: 450px; }
  .top__wrap img {
    height: 100%;
    object-fit: cover; }

fieldset {
  border: none !important; }

#booking-form input {
  background-color: #eee;
  padding: 14px 10px;
  font: initial;
  border-radius: 5px; }
  @media screen and (max-width: 959px) {
    #booking-form input {
      width: 100%; } }
#booking-form button {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  padding: 10px 30px;
  max-width: 200px;
  width: 100%;
  position: relative;
  text-align: center; }
  #booking-form button a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 40px;
    transition: all 0.5s; }
  #booking-form button:after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 1px;
    background: #000;
    top: 20px;
    right: -30px;
    transition: all 0.5s ease 0s; }
  #booking-form button:hover {
    transition: all 0.5s ease 0s;
    background-color: #000;
    color: #eee; }
    #booking-form button:hover:after {
      right: -40px; }

#booking-note {
  background-color: #eee;
  padding: 14px 10px;
  font: initial;
  border-radius: 5px; }

.content-form th, .content-form td {
  border: none !important; }

.input-number {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.content-form th {
  padding-top: 10px !important; }

.room__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.room__box {
  width: 30%; }
  @media screen and (max-width: 959px) {
    .room__box {
      width: 100%;
      margin-bottom: 50px; } }

.fadeIn {
  transition: 3.0s;
  opacity: 0; }

.fadeIn.animated {
  opacity: 1; }

.price-table {
  width: 100%; }
  .price-table__gray {
    background-color: #eee;
    font-weight: 500; }
  .price-table td {
    width: 50%;
    padding: 10px 20px;
    border-bottom: 1px solid #eee; }

.studio-personal__heading {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500; }
.studio-personal__wrap {
  padding: 30px 20px;
  overflow: auto;
  height: 200px;
  background: #f3f3f3;
  font-size: 14px;
  margin-bottom: 80px; }

.day-calendar table {
  width: 100% !important; }

@media screen and (max-width: 959px) {
  .content-form th {
    text-align: left !important;
    width: 100% !important;
    display: block !important; } }

@media screen and (max-width: 959px) {
  .content-form td {
    width: 100%;
    display: block; } }

.gurajada {
  font-family: 'Gurajada', serif;
  font-size: 3.0rem; }

.logo__osaka {
  font-size: 1.2rem; }

.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.tab_item {
  width: calc(100% / 3);
  height: 50px;
  border-bottom: 1px solid #212121;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease; }

.tab_item:hover {
  opacity: 0.75; }

input[name="tab_item"] {
  display: none; }

.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden; }
  @media screen and (max-width: 959px) {
    .tab_content {
      padding: 20px 20px 0; } }

#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block; }

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #212121;
  color: #fff; }

.acceptance {
  margin: 2em;
  text-align: center; }

.googleMap {
  height: 0;
  overflow: hidden;
  padding-bottom: 40.00%;
  position: relative; }
  @media screen and (max-width: 959px) {
    .googleMap {
      padding-bottom: 50.00%; } }
  .googleMap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }

/*# sourceMappingURL=style.css.map */
