@charset "UTF-8";
.pc-none {
  display: none !important;
}

.pc-md-none {
  display: none !important;
}

@media screen and (max-width: 992px) {
  .sp-none {
    display: none !important;
  }
  .pc-none {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-md-none {
    display: none !important;
  }
  .pc-md-none {
    display: block !important;
  }
}
.pc-sm-none {
  display: none !important;
}

@media screen and (max-width: 576px) {
  .sp-sm-none {
    display: none !important;
  }
  .pc-sm-none {
    display: block !important;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

a {
  display: inline-block;
}

a,
a:hover,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}
a.underline,
a:hover.underline,
a:visited.underline,
a:active.underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}
a[href*="tel:"] {
  text-decoration: underline;
}
@media screen and (min-width: 993px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
a[href*="tel:"].under-none {
  text-decoration: none;
}

a.round {
  color: white;
  text-align: center;
  background: #ae975e;
  padding: 2px 10px;
  margin-left: 6px;
  line-height: 1.2;
  transition: 0.6s all;
  border: 1px solid #ae975e;
}
a.round:hover {
  color: #ae975e;
  background: white;
}

.wrap {
  overflow: hidden;
}

.outer-vl {
  margin-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .outer-vl {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
.outer-vl--mt0 {
  margin-top: 0;
}
.outer-vl--pb0 {
  padding-bottom: 0;
}
.outer-vl--mt50 {
  margin-top: 50px;
}

.outer-p-vl {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .outer-p-vl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.outer-p-vl--pb0 {
  padding-bottom: 0;
}

.outer-ly {
  max-width: 1206px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 992px) {
  .outer-ly {
    padding-left: 0;
    padding-right: 0;
  }
}
.outer-ly--0 {
  padding: 0;
}
.outer-ly--wide {
  max-width: 1406px;
}

@media screen and (max-width: 992px) {
  .outer-ly_sp {
    padding-left: 20px;
    padding-right: 20px;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 2px;
}
@media screen and (max-width: 992px) {
  body {
    font-size: 1.2rem;
  }
}

.h2 {
  text-align: center;
}
.h2__ja {
  line-height: 1.4;
}
.h2__en {
  line-height: 1;
}

.en {
  font-family: "Cormorant Infant", serif;
}

.header {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  height: 80px;
  position: fixed;
  top: 0;
  transition: 0.3s all;
  font-weight: 500;
  font-size: 1.8rem;
  color: #3f4046;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .header {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 992px) {
  .header {
    height: 70px;
    padding-top: 18px;
  }
}
.header__inner {
  padding: 0 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo-wrap {
  display: flex;
  line-height: 1.2;
}
@media screen and (max-width: 576px) {
  .header__logo {
    max-width: 260px;
  }
}
.header__contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .header__contact {
    display: block;
    text-align: center;
  }
}
.header__access {
  font-size: 1.5rem;
}
.header__contact-inr {
  margin-left: 12px;
  margin-right: 12px;
  line-height: 1.5;
}
.header__number {
  margin-left: 10px;
  font-size: 2.4rem;
}
.header__ul {
  display: flex;
  align-items: center;
  font-size: 2rem;
}
@media screen and (max-width: 992px) {
  .header__ul {
    flex-flow: wrap;
  }
}
.header__li {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 992px) {
  .header__li {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header__nav {
  display: flex;
}
.header .header__link {
  transition: 0.6s all;
}
.header .header__link:hover {
  color: #7a7a7a;
}
@media screen and (max-width: 992px) {
  .header .header__link {
    text-align: center;
  }
}
.header__link {
  padding: 0 20px;
  line-height: 1.2;
  width: 100%;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .header__link {
    padding: 0 7px;
  }
}
@media screen and (max-width: 992px) {
  .header__link a.header__link--contact {
    background: #ae975e;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .header__link a.header__link--contact {
    color: white;
  }
}
.header__items {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .header__items {
    height: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header__hamburger {
  display: none;
}
@media screen and (max-width: 992px) {
  .header__hamburger {
    display: block;
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
    margin-left: auto;
    width: 70px;
    height: 100%;
  }
}
.header__img {
  display: grid;
  place-items: center;
}
.header__ttl {
  font-size: 2.2rem;
  margin-left: 10px;
}
@media screen and (max-width: 992px) {
  .header__ttl {
    font-size: 1.6rem;
  }
}
.header__ttl-en {
  font-size: 2.2rem;
}
@media screen and (max-width: 992px) {
  .header__ttl-en {
    font-size: 1.6rem;
  }
}

.header .table-time__img--slash path,
.home .sec7 .table-time__img--slash path {
  fill: #3f4046;
}
.header .table-time__tr,
.home .sec7 .table-time__tr {
  border-bottom: 1px solid #3f4046;
}
.header .table-time__comment,
.home .sec7 .table-time__comment {
  color: #3f4046;
}

#menu__toggle {
  opacity: 0;
  display: none;
}

@media screen and (max-width: 992px) {
  #menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
  }
  #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .header__nav {
    right: 0 !important;
  }
  .menu__btn {
    display: none;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .menu__btn {
    display: block;
    position: fixed;
    top: 34px;
    right: 20px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 1;
  }
}
@media screen and (max-width: 992px) {
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #3f4046;
    transition-duration: 0.25s;
  }
  .menu__btn > span::before {
    content: "";
    top: -8px;
  }
  .menu__btn > span::after {
    content: "";
    top: 8px;
  }
  .header__nav {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100dvh;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    transition-duration: 0.25s;
  }
  .menu__item {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.25s;
  }
  .menu__item:hover {
    background-color: #cfd8dc;
  }
}
.grecaptcha-badge {
  display: none;
}

.sec__tx--center {
  text-align: center;
}
.sec__tx--main {
  color: #ae975e;
}
.sec__tx--white {
  color: white;
}
.sec__tx10 {
  font-size: 1rem;
}
@media screen and (max-width: 992px) {
  .sec__tx10 {
    font-size: 0.8rem;
  }
}
.sec__tx12 {
  font-size: 1.2rem;
}
@media screen and (max-width: 992px) {
  .sec__tx12 {
    font-size: 1rem;
  }
}
.sec__tx14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 992px) {
  .sec__tx14 {
    font-size: 1.2rem;
  }
}
.sec__tx16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
  .sec__tx16 {
    font-size: 1.4rem;
  }
}
.sec__tx18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  .sec__tx18 {
    font-size: 1.6rem;
  }
}
.sec__tx20 {
  font-size: 2rem;
}
@media screen and (max-width: 992px) {
  .sec__tx20 {
    font-size: 1.6rem;
  }
}
.sec__tx22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 992px) {
  .sec__tx22 {
    font-size: 1.8rem;
  }
}
.sec__tx24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 992px) {
  .sec__tx24 {
    font-size: 2rem;
  }
}
.sec__tx26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 992px) {
  .sec__tx26 {
    font-size: 2.2rem;
  }
}
.sec__tx28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 992px) {
  .sec__tx28 {
    font-size: 2.4rem;
  }
}
.sec__tx32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 992px) {
  .sec__tx32 {
    font-size: 2.8rem;
  }
}
.sec__tx60 {
  font-size: 6rem;
}
@media screen and (max-width: 992px) {
  .sec__tx60 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 576px) {
  .sec__tx60 {
    font-size: 3rem;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal__content {
  background-color: #fefefe; /* モーダルウィンドウの背景色 */
  padding: 20px;
  border: 1px solid #888888;
  max-width: 540px; /* モーダルウィンドウの横幅 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
}
.modal__title {
  font-size: 18px; /* モーダルウィンドウの文字の大きさ */
  line-height: 200%;
  text-align: center;
}
.modal__close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  line-height: 1;
}
.modal__close:hover, .modal__close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal__btn {
  margin-top: 20px;
  text-align: center;
}

.footer {
  background: #3f4046;
  color: white;
  padding-top: 50px;
  padding-bottom: 20px;
  position: relative;
  z-index: 200;
}
.footer__otr {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .footer__otr {
    display: block;
  }
}
.footer__logo {
  width: 22%;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .footer__logo {
    width: 100%;
    text-align: center;
  }
}
.footer__info {
  width: 33%;
}
@media screen and (max-width: 992px) {
  .footer__info {
    width: 100%;
    margin-top: 40px;
  }
}
.footer__table {
  width: 45%;
}
@media screen and (max-width: 992px) {
  .footer__table {
    width: 100%;
  }
}
.footer__sns {
  text-align: center;
  margin-top: 10px;
  padding-bottom: 20px;
}
.footer__sns-img {
  margin: 0 10px;
}
.footer__ul {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  padding-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .footer__ul {
    display: block;
    margin-top: 30px;
  }
}
@media screen and (max-width: 992px) {
  .footer__li {
    text-align: center;
  }
}
.footer__li:nth-child(n+2) {
  margin-left: 5%;
}
@media screen and (max-width: 992px) {
  .footer__li:nth-child(n+2) {
    margin-left: 0;
    margin-top: 10px;
  }
}

.dl {
  display: flex;
  padding-bottom: 10px;
  align-items: end;
}
.dl--1 {
  align-items: center;
}
.dl--2 {
  align-items: start;
}
.dl:nth-child(n+2) {
  margin-top: 20px;
}
.dl__dt {
  width: 30%;
  line-height: 1;
}
.dl__dd {
  width: 70%;
  line-height: 1;
}
.dl__dd--tel {
  font-size: 3rem;
}
.dl__dd--fax {
  font-size: 2rem;
}
.dl__dd-content:nth-child(n+2) {
  margin-top: 20px;
}

.table-time {
  width: 100%;
}
.table-time__th {
  padding: 0 16px 8px;
  font-size: 1.5rem;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .table-time__th {
    padding: 0 8px 4px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 576px) {
  .table-time__th {
    font-size: 1.2rem;
  }
}
.table-time__td {
  text-align: center;
}
.table-time__tr {
  border-bottom: 1px solid white;
}
.table-time__tr--white {
  border-color: white;
}
.table-time__tr--none {
  border: none;
}
.table-time__number {
  font-size: 1.5rem;
  padding: 10px 0;
  text-align: right;
}
@media screen and (max-width: 992px) {
  .table-time__number {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 576px) {
  .table-time__number {
    font-size: 1.2rem;
    text-align: center;
  }
}
@media screen and (max-width: 376px) {
  .table-time__number {
    font-size: 1rem;
  }
}
.table-time__en2 {
  white-space: nowrap;
  display: inline-block;
  padding-bottom: 5px;
}
@media screen and (max-width: 376px) {
  .table-time__en2 {
    font-size: 1rem;
  }
}
.table-time__img {
  vertical-align: sub;
}
@media screen and (max-width: 576px) {
  .table-time__img {
    width: 12px;
  }
}
.table-time__comment {
  text-align: right;
  color: white;
}
@media screen and (max-width: 992px) {
  .table-time__comment {
    font-size: 1.2rem;
  }
}

.h2 {
  text-align: center;
}
.h2__en {
  color: #e1d89d;
  font-size: 5rem;
}
@media screen and (max-width: 992px) {
  .h2__en {
    font-size: 3.4rem;
  }
}
.h2__ja {
  font-size: 2rem;
}
@media screen and (max-width: 992px) {
  .h2__ja {
    font-size: 1.8rem;
  }
}

a.sub-btn {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #3f4046;
  display: grid;
  place-items: center;
  transition: all 0.6s;
}
a.sub-btn::before {
  content: "More";
  font-size: 2rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -60px;
  padding-right: 50px;
}
@media screen and (max-width: 992px) {
  a.sub-btn {
    margin-left: auto;
  }
}
a.sub-btn line {
  transition: all 0.6s;
}
a.sub-btn:hover {
  background: #3f4046;
}
a.sub-btn:hover line {
  stroke: white;
}

.home .article__item,
.news .article__item,
.archive .article__item {
  position: relative;
}
.home .article__item:not(:nth-child(3n-2)),
.news .article__item:not(:nth-child(3n-2)),
.archive .article__item:not(:nth-child(3n-2)) {
  margin-left: 40px;
}
@media screen and (max-width: 992px) {
  .home .article__item:not(:nth-child(3n-2)),
  .news .article__item:not(:nth-child(3n-2)),
  .archive .article__item:not(:nth-child(3n-2)) {
    margin-left: 0;
  }
}
.home .article__img-wrap,
.news .article__img-wrap,
.archive .article__img-wrap {
  overflow: hidden;
}
.home .article__img,
.news .article__img,
.archive .article__img {
  width: 100%;
  aspect-ratio: 1.6/1;
  transition: 0.6s all;
}
.home .article__category,
.news .article__category,
.archive .article__category {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  padding: 1px 10px;
}
.home .article__category--info,
.news .article__category--info,
.archive .article__category--info {
  background: #ae975e;
}
.home .article__category--media,
.news .article__category--media,
.archive .article__category--media {
  background: #d6ca8f;
}
.home .article__category--phonation,
.news .article__category--phonation,
.archive .article__category--phonation {
  background: #3f4046;
}
.home .article__item,
.news .article__item,
.archive .article__item {
  display: flex;
  flex-flow: column;
  width: calc((100% - 80px) / 3);
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .home .article__item,
  .news .article__item,
  .archive .article__item {
    width: 100%;
  }
}
.home .article__link:hover img,
.news .article__link:hover img,
.archive .article__link:hover img {
  transform: scale(1.1);
}

.fix-btn {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 100;
  transition: 0.6s all;
}
@media screen and (max-width: 992px) {
  .fix-btn {
    opacity: 0;
    pointer-events: none;
    bottom: 10px;
    right: 10px;
  }
}
.fix-btn.visible {
  opacity: 1;
  pointer-events: auto;
}
.fix-btn__tx {
  text-align: center;
  text-shadow: 2px 2px 2px white;
  font-size: 2rem;
}
@media screen and (max-width: 992px) {
  .fix-btn__tx {
    font-size: 1.4rem;
  }
}
.fix-btn__tx2 {
  font-size: 1rem;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: 20px;
}
@media screen and (max-width: 992px) {
  .fix-btn__tx2 {
    right: 8px;
  }
}
.fix-btn__wrap {
  display: flex;
  color: white;
}
.fix-btn__item {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  place-content: center;
  text-align: center;
  border: 1px solid white;
  position: relative;
  transition: 0.6s all;
}
@media screen and (max-width: 992px) {
  .fix-btn__item {
    width: 80px;
    height: 80px;
  }
}
.fix-btn__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 105px;
  height: 105px;
  border: 1px solid white;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 992px) {
  .fix-btn__item::before {
    width: 75px;
    height: 75px;
  }
}
.fix-btn__item--line {
  opacity: 1;
  background-image: linear-gradient(-20deg, rgb(153, 232, 236), #4fb0ff);
}
.fix-btn__item--line:hover {
  opacity: 0.9;
}
.fix-btn__item--web {
  opacity: 1;
  background-image: linear-gradient(-20deg, #e1d89d, #ae975e);
  margin-left: 20px;
}
@media screen and (max-width: 992px) {
  .fix-btn__item--web {
    margin-left: 10px;
  }
}
.fix-btn__item--web:hover {
  opacity: 0.9;
}

a.main-btn {
  width: 150px;
  text-align: center;
  border: 1px solid #3f4046;
  padding: 5px 10px;
  position: relative;
  transition: color 0.6s, transform 0.6s, background-color 0.6s;
  outline: none;
  background-color: transparent;
  color: #3f4046;
  overflow: hidden;
  box-shadow: none;
  display: inline-block;
  font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
  a.main-btn {
    font-size: 1.4rem;
  }
}

a.main-btn:active {
  transform: translateY(3px);
}

.main-btn:hover {
  color: white;
}

.main-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s, border 0.3s;
}

.main-btn:hover::before {
  opacity: 0;
}

.main-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background-color: #3f4046;
  border-color: transparent;
  border-radius: 50%;
  transform: translate(-28px, -70px) scale(0.1);
  opacity: 0;
  z-index: -1;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}

.main-btn:hover::after {
  opacity: 1;
  transform-origin: 100px 100px;
  transform: scale(1) translate(-28px, -70px);
}/*# sourceMappingURL=common.css.map */