@charset "UTF-8";

/*
Theme Name: 東陽製作所
Theme URI: 
Description:  
Author: 
Author URI: 
Version: 1.0
*/
/* トップページ */
/* スライダー全体のサイズ指定 */
#top .swiper {
  width: 80vw;
  height: 90vh;
  margin: 0 0 0 auto;
}

#top .swiper-slide {
  overflow: hidden;
}

#top .swiper-slide img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
  object-position: left;
}


#top .home_fv {
  position: relative;
  height: 100vh;
}

#top .home_fv-bg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 65%;
  height: 100vh;
}

#top .home_fv-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
}

/* スクロールテキスト */
.scroll-wrap {
  overflow: hidden;
  width: 100%;
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: 1;
}

.scroll-track {
  display: flex;
  width: max-content;
  animation: scroll 60s linear infinite;
}

.scroll-track span {
  white-space: nowrap;
  padding-right: 2rem;
  /* 文字間の余白（任意） */
  color: #ddd;
  font-size: clamp(1.375rem, 1.308rem + 0.31vw, 1.5rem);
  font-family: var(--font-family-heading);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 1400px) {
  #top .swiper {
    width: 100vw;
  }

  #top .swiper-slide img {
    object-position: center;
  }
}

@media screen and (max-width: 767px) {
  .scroll_down a {
    bottom: 30%;
  }

  .scroll-wrap {
    bottom: 20px;
  }

  #top .home_fv-bg {
    width: 95%;
  }

  #top .swiper {
    width: 100vw;
  }

  #top .swiper-slide img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
    object-position: center;
  }

}

#top .home_fv .home_fv-catch {
  position: absolute;
  top: 30%;
  left: 10%;
  color: #fff;
  font-size: clamp(5rem, 1.231rem + 17.23vw, 12rem);
  line-height: 1;
  z-index: 3;
}

#top .home_fv .home_fv-catch .font-en {
  font-family: var(--font-family-heading);
}

@media screen and (max-width: 767px) {
  #top .home_fv .home_fv-catch {
    top: 20%;
    left: 5%;
  }
}

.scroll_down a {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll_down a {
  color: #fff;
  position: absolute;
  bottom: 15%;
  left: 20%;
  display: block;
  background-size: 14px auto;
  z-index: 2;
  text-decoration: none;
  transform: translate(-50%, -50%);
}

.scroll_down a:before {
  position: absolute;
  top: calc(50% + 24px);
  left: calc(50% - 8px);
  transform: rotate(-45deg);
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border: 2px solid #fff;
  border-width: 0px 0 2px 2px;
  animation: bounce 2s linear infinite;
}

.scroll_down a:after {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  content: "";
  border-radius: 50%;
  top: calc(50% + 16px);
  left: calc(50% - 19px);
}

@keyframes bounce {

  0%,
  100%,
  20%,
  50%,
  70%,
  80% {
    -webkit-transform: translateY(0)rotate(-45deg);
    -ms-transform: translateY(0)rotate(-45deg);
    transform: translateY(0)rotate(-45deg);
  }

  40% {
    -webkit-transform: translateY(-8px)rotate(-45deg);
    -ms-transform: translateY(-8px)rotate(-45deg);
    transform: translateY(-8px)rotate(-45deg);
  }

  60% {
    -webkit-transform: translateY(-4px)rotate(-45deg);
    -ms-transform: translateY(-4px)rotate(-45deg);
    transform: translateY(-4px)rotate(-45deg);
  }
}


#top section .flex {
  gap: 60px;
  align-items: center;
}

#top section .flex .imgarea {
  flex: 1;
}

@media screen and (max-width: 767px) {
  #top section .flex {
    gap: 20px;
  }
}

#top section .flex .textarea {
  width: 50%;
}

#top section .flex .textarea h3 {
  font-size: clamp(1.375rem, 1.308rem + 0.31vw, 1.5rem);
  margin-bottom: 20px;
}

#top section .flex .textarea p {
  line-height: 2.2;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #top section .flex .textarea {
    width: 100%;
  }

  #top section .flex .textarea p {
    margin-bottom: 20px;
  }
}

#top section .flex:has(+ .flex) {
  margin-bottom: 60px;
}

#top .aboutSec .flex .textarea h3 {
  margin-bottom: 5px;
}

#top .aboutSec .flex .textarea .font-en {
  color: var(--sub-color01);
  font-family: var(--font-family-en);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}

#top .businessSec {
  background-color: var(--bg-highlight);
}

#top .strengthSec .container {
  position: relative;
}

@media screen and (min-width: 768px) {
  #top .strengthSec .strength-title {
    position: absolute;
    top: 0;
    right: 0;
  }
}

#top .strengthSec .strength-list {
  display: flex;
  align-items: start;
  gap: 30px;
  margin-top: 60px;
  margin-bottom: 60px;
}

#top .strengthSec .strength-list li {
  width: calc((100% - 60px) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

#top .strengthSec .strength-list li .strength-list__title {
  text-align: center;
  color: var(--main-color);
  font-size: 1.2rem;
}

#top .strengthSec .strength-list li .strength-list__title small {
  display: block;
  font-family: var(--font-family-heading);
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 768px) {
  #top .strengthSec .strength-list li:nth-child(2) {
    margin-top: 60px;
  }

  #top .strengthSec .strength-list li:nth-child(3) {
    margin-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  #top .strengthSec .strength-list {
    flex-direction: column;
    gap: 20px;
  }

  #top .strengthSec .strength-list li {
    width: 100%;
  }
}

#top .newsSec {
  background: var(--bg-highlight);
}

#top .newsSec .container {
  display: flex;
  gap: 60px;
  align-items: start;
}

#top .newsSec .container article {
  display: flex;
  align-items: center;
  gap: 20px;
}

#top .newsSec .container article .post__date {
  color: var(--main-color);
  font-family: var(--font-family-heading);
}

@media screen and (max-width: 767px) {
  #top .newsSec .container {
    flex-direction: column;
    gap: 20px;
  }

  #top .newsSec .container article {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

@keyframes pulseMotion {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(170, 143, 123, 0.4);
  }

  100% {
    transform: translate(-50%, -50%) scale(6.5, 6.5);
    background-color: rgba(170, 143, 123, 0);
  }
}

.contactSec {
  background: var(--sub-color01);
  padding: 60px 0;
}

.contactSec .container {
  background: #fff;
  padding: 60px;
}

.contactSec .container h2 {
  text-align: center;
}

.contactSec .container .title-sub {
  text-align: center;
  width: 200px;
  margin: 0 auto 40px;
}

.contactSec .container h3 {
  text-align: center;
  font-size: clamp(1.125rem, 0.945rem + 0.82vw, 1.563rem);
  margin-bottom: 20px;
}

.contactSec .container .contact__wrapper {
  display: flex;
  gap: 60px;
  justify-content: center;
  margin-bottom: 20px;
}

.contactSec .container .contact__wrapper .contact__inner p {
  font-family: var(--font-family-heading);
  font-size: clamp(1.875rem, 1.515rem + 1.65vw, 2.75rem);
}

.contactSec .container .contact__wrapper .contact__inner p .small {
  color: var(--sub-color01);
  font-size: clamp(1.25rem, 0.993rem + 1.18vw, 1.875rem);
  margin-right: 10px;
}

#contact .wpcf7-spinner {
  display: none;
}

@media screen and (max-width: 767px) {
  .contactSec {
    padding: 40px 15px;
  }

  .contactSec .container {
    padding: 30px;
  }

  .contactSec .container h3 {
    font-size: 1rem;
  }

  .contactSec .container .contact__wrapper {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }
}

/* コンテンツページ */
.page-title {
  height: 400px;
  padding-top: 165px;
  background-size: 50% auto;
  background-position: center right;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
}

.page-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-left: 0 solid transparent;
  border-right: 238px solid transparent;
  border-top: 480px solid #004888;
  width: calc(50% + 224px);
}

.page-title .page-title__en {
  font-family: var(--font-family-heading);
  font-size: 6rem;
  line-height: 1;
}

.header-text {
  font-size: clamp(1.125rem, 0.971rem + 0.71vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .page-title {
    height: 250px;
    padding-top: 120px;
    background-size: auto 220px;
    background-position: top right;
  }

  .page-title::before {
    border-top: 250px solid #004888;
    border-right: 160px solid transparent;
    width: 80%;
  }

  .page-title .page-title__en {
    font-size: 3rem;
  }

  .header-text {
    margin-bottom: 40px;
  }
}

/* ギャラリー */
#gallery .page-title {
  background-image: url("img/business/business_title_bg.jpg");
}


/* お問い合わせ */
#contact .page-title {
  background-image: url("img/contact_title_bg.jpg");
}

#contact h2 {
  text-align: center;
  font-size: clamp(1.375rem, 1.308rem + 0.31vw, 1.5rem);
  margin-bottom: 20px;
}

#contact h2 .font-en {
  color: var(--sub-color01);
  display: block;
  font-size: 0.875rem;
}

#contact .contact-form table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
}

#contact .contact-form table .requiredIcon {
  background: var(--sub-color02);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  margin-left: 20px;
  padding: 3px 10px;
  border-radius: 5px;
}

#contact .contact-form table th {
  text-align: left;
  vertical-align: top;
  width: 30%;
  padding: 15px 0;
}

#contact .contact-form table td {
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  #contact .contact-form table th {
    width: 100%;
    display: block;
  }

  #contact .contact-form table td {
    display: block;
    width: 100%;
  }
}

#contact .contact-form table input[type=text],
#contact .contact-form table input[type=email],
#contact .contact-form table input[type=tel],
#contact .contact-form table textarea {
  background: #efefef;
  border: none;
  padding: 15px 20px;
  border-radius: 5px;
  width: 100%;
  font-size: 16px;
}

#contact .contact-form table select {
  padding: 15px 20px;
  border-radius: 5px;
  width: 100%;
  font-size: 16px;
}

#contact .contact-form .button-wrapper .btn01 {
  margin: 0 auto;
  width: 300px;
  position: relative;
}

#contact .contact-form .button-wrapper .btn01 input {
  background-color: var(--font-color-text);
  color: #fff;
  border: 1px solid var(--font-color-text);
  text-align: left;
  width: 100%;
  padding: 10px 20px;
  cursor: pointer;
}

#contact .contact-form .button-wrapper .btn01::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: top center;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: 0.2s;
}

#contact .contact-table {
  width: 100%;
  border-collapse: collapse;
  max-width: 800px;
  margin: 0 auto 40px;
}

#contact .contact-table th,
#contact .contact-table td {
  padding: 12px 16px;
  vertical-align: top;
}

#contact .contact-table th {
  width: 180px;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  font-weight: 700;
}

@media screen and (max-width: 767px) {

  #contact .contact-table th,
  #contact .contact-table td {
    padding: 0;
    width: 100%;
    display: block;
  }

  #contact .contact-table th {
    padding-top: 16px;
  }
}

#contact .contact-table .required {
  color: #cc0000;
}

#contact .contact-table input[type="text"],
#contact .contact-table input[type="email"],
#contact .contact-table input[type="tel"],
#contact .contact-table select,
#contact .contact-table textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 8px;
  box-sizing: border-box;
}

#contact .contact-table textarea {
  height: 120px;
  resize: vertical;
}

#contact .contact-table .file-note {
  font-size: 12px;
  color: #0000cc;
}

#contact .privacy-row {
  padding: 16px;
  line-height: 1.8;
}

#contact .submit-row {
  text-align: center;
  padding: 24px 0;
}

#contact .submit-row input[type="submit"],
#contact .submit-row input[type="reset"] {
  background: #1a1a1a;
  color: #fff;
  border: none;
  padding: 14px 40px;
  font-size: 16px;
  cursor: pointer;
  margin: 0 8px;
}

#contact .submit-row input[type="submit"]:hover,
#contact .submit-row input[type="reset"]:hover {
  background: #333;
}

h2.heading {
  font-family: var(--font-family-heading);
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 40px;
}

h2.heading:has(+ .title-sub) {
  margin-bottom: 0;
}

h2.heading+.title-sub {
  margin-bottom: 40px;
  font-size: 0.875rem;
  line-height: 1;
  position: relative;
  padding-left: 130px;
  font-weight: 600;
}

h2.heading+.title-sub::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 120px;
  height: 1px;
  background-color: var(--font-color-text);
}

@media screen and (max-width: 767px) {
  h2.heading {
    font-size: 4.0rem;
  }
}

#news .page-title {
  background-image: url("img/news_title_bg.jpg");
}

#news .news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: start;
}

#news .news-list li {
  width: calc((100% - 60px) / 3);
}

@media screen and (max-width: 767px) {
  #news .page-title {
    background-position: top right -100%;
  }

  #news .news-list li {
    width: 100%;
  }
}

#news .news-list li a {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#news .news-list li .news-list_img {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 6px;
  background-color: #f5f5f5;
}

#news .news-list li .news-list_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#news .news-list li .post-date {
  color: var(--border-color);
  font-size: 14px;
  font-family: var(--font-family-en);
}

#news .news-list li .post-title {
  font-weight: 700;
}

#company .page-title {
  background-image: url("img/company_title_bg.jpg");
}

#company .header-text .font-en {
  color: var(--sub-color01);
}

#company .num-list {
  list-style: decimal;
  margin-left: 20px;
}

#company .num-list li {
  font-size: 18px;
  font-weight: 700;
}

#company .num-list li:not(:last-child) {
  margin-bottom: 20px;
}

#company .secGreeting .greeting__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

#company .secGreeting .greeting__wrapper img {
  width: 45%;
}

#company .secGreeting .greeting__wrapper .greeting__inner {
  flex: 1;
}

#company .secGreeting .greeting__wrapper .greeting__inner h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

#company .secGreeting .greeting__wrapper .greeting__inner p {
  line-height: 1.8;
  margin-bottom: 20px;
}

#company .secGreeting .greeting__wrapper .greeting__inner .president-name {
  text-align: right;
  font-size: 22px;
}

#company .secGreeting .greeting__wrapper .greeting__inner .president-name span {
  font-size: 14px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  #company .secGreeting .greeting__wrapper {
    flex-direction: column;
    gap: 20px;
  }

  #company .secGreeting .greeting__wrapper img {
    width: 100%;
  }

  #company .secGreeting .greeting__wrapper .greeting__inner .president-name {
    font-size: 18px;
  }
}

#company .secAward {
  background: var(--main-color);
}

#company .secAward h2.heading {
  text-align: center;
  color: #fff;
}

#company .secAward h2.heading+.title-sub {
  width: 400px;
  text-align: center;
  margin: 0 auto 40px;
  color: #fff;
}

#company .secAward h2.heading+.title-sub::before {
  background-color: #fff;
}

#company .secAward .award__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px 2%;
}

#company .secAward .award__item {
  width: 49%;
  text-align: center;
}

#company .secAward .award__item img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

#company .secAward .award__item .award-mark {
  height: 130px;
  width: auto;
  margin-bottom: 20px;
}

#company .secProfile {
  background: #F6F6F6;
}

#company .secProfile h2.heading {
  text-align: center;
}

#company .secProfile h2.heading+.title-sub {
  width: 200px;
  text-align: center;
  margin: 0 auto 40px;
}

#company .secProfile .profile__wrapper {
  background: #fff;
  border-radius: 20px;
  width: 100%;
  padding: 60px 100px;
}

#company .secProfile .profile__wrapper table {
  width: 90%;
  margin: 0 auto;
}

#company .secProfile .profile__wrapper table th {
  color: var(--main-color);
  font-weight: 700;
  text-align: left;
  width: 30%;
  padding: 15px 0;
}

#company .secProfile .profile__wrapper table td {
  padding: 15px 0;
}

#company .secProfile .profile__wrapper hr {
  margin: 40px auto;
  width: 90%;
  color: var(--border-color);
}

@media screen and (max-width: 767px) {
  #company .secProfile .profile__wrapper {
    padding: 30px 15px;
  }

  #company .secProfile .profile__wrapper table {
    width: 100%;
  }

  #company .secProfile .profile__wrapper table th {
    display: block;
    width: 100%;
    padding: 0;
  }

  #company .secProfile .profile__wrapper table td {
    display: block;
    width: 100%;
    padding-top: 0;
  }
}

#company .secHistory .history__wrapper {
  display: flex;
}

#company .secHistory .history__wrapper .history__title {
  width: 38%;
}

@media screen and (max-width: 767px) {
  #company .secHistory .history__wrapper {
    flex-direction: column;
  }

  #company .secHistory .history__wrapper .history__title {
    width: 100%;
  }
}

#company .secHistory .history__flow {
  flex: 1;
}

#company .secHistory .detailArea {
  flex: 1;
}

#company .secHistory .detailArea dl {
  display: flex;
  flex-wrap: wrap;
}

#company .secHistory .detailArea dl dt {
  width: 120px;
  color: var(--sub-color01);
  font-size: 3.6rem;
  font-family: var(--font-family-heading);
  line-height: 1;
  padding-left: 32px;
  position: relative;
  width: 174px;
  font-size: 40px;
}

#company .secHistory .detailArea dl dt small {
  font-size: 80%;
}

#company .secHistory .detailArea dl dt::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-color: var(--sub-color01);
  border-radius: 50%;
  background-size: contain;
  top: 10px;
  left: 0;
  transform: translateX(-50%);
  top: 8px;
}

#company .secHistory .detailArea dl dt:not(:last-of-type)::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  top: 10px;
  left: 0;
  transform: translateX(-50%);
  background-color: var(--sub-color01);
  z-index: -1;
  top: 8px;
}

@media screen and (max-width: 767px) {
  #company .secHistory .detailArea dl dt {
    padding-left: 15px;
    width: 100px;
    font-size: 35px;
  }
}

#company .secHistory .detailArea dl dd {
  width: calc(100% - 174px);
  font-size: 16px;
}

#company .secHistory .detailArea dl dd:not(:last-of-type) {
  padding-bottom: 25px;
}

#company .secHistory .detailArea dl dd .ym {
  font-weight: 700;
  margin-bottom: 8px;
}

#company .secHistory .detailArea dl dd .text+.ym {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  #company .secHistory .detailArea dl dd {
    width: calc(100% - 100px);
    font-size: 14px;
  }
}

#business .page-title {
  background-image: url("img/strength/strength_title_bg.jpg");
}

#business .heading-wrapper {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-bottom: 40px;
}

#business .line {
  display: inline-block;
  min-height: 1.5em;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  #business .heading-wrapper {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}

#business .btn01.flex {
  gap: 20px;
  justify-content: center;
  margin: 40px auto 0;
}

#business .btn01.flex a {
  width: 350px;
  font-size: 1rem;

}

/* カーソルの演出 */
.line::after {
  content: "|";
  margin-left: 2px;
  color: #007bff;
  /* 青色にするとアクセントになります */
  animation: blink 0.7s infinite;
}

/* タイピングが終わった行のカーソルを消す用 */
.line.done::after {
  display: none;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

#business .heading-wrapper .title-sub {
  margin-bottom: 0;
}

#business .heading-wrapper>p {
  font-size: clamp(1.125rem, 0.971rem + 0.71vw, 1.5rem);
  font-weight: 600;
}

#business .strength__wrapper {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  flex-direction: row-reverse;
}

#business .strength__wrapper.reverse {
  flex-direction: row;
}

#business .strength__wrapper img {
  width: 40%;
}

@media screen and (max-width: 767px) {
  #business .strength__wrapper {
    flex-direction: column;
    gap: 20px;
  }

  #business .strength__wrapper img {
    width: 100%;
  }

  #business .strength__wrapper.reverse {
    flex-direction: column;
  }
}

#business .strength__content {
  flex: 1;
}

#business ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#business ul li {
  padding-left: 1em;
  font-weight: 600;
  position: relative;
}

#business ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: var(--sub-color01);
  border-radius: 50%;
}

#privacy .page-title {
  background-image: url("img/privacy_title_bg.jpg");
}

#privacy h2 {
  font-size: clamp(1rem, 0.949rem + 0.24vw, 1.125rem);
  margin-bottom: 20px;
}

#privacy ol {
  margin-left: 40px;
}

#privacy p+h2,
#privacy ol+h2 {
  margin-top: 40px;
}

#single .page-title {
  background-image: url("img/news_title_bg.jpg");
}

#single .post__title {
  font-size: clamp(1.125rem, 0.868rem + 1.18vw, 1.75rem);
  font-weight: 700;
  margin-bottom: 20px;
}

#single .post__info {
  margin-bottom: 60px;
}

#single .post__info .post__date {
  font-family: var(--font-family-heading);
  color: var(--main-color);
  font-size: 18px;
}

#single .post--img {
  margin-bottom: 60px;
}

#single .post__content {
  margin-bottom: 100px;
}

#single .btn01 a {
  font-size: 1rem;
}

/* 製品紹介 */
#product .page-title {
  background-image: url("img/product/product_title_bg.jpg");
}

#product .imagely-wrapper+.btn01 {
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  #product .imagely-wrapper+.btn01 {
    margin-top: 4rem;
  }
}

/* 設備一覧 */
#facility .page-title {
  background-image: url("img/facility/facility_title_bg.jpg");
}

.facility-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}

.facility-table th,
.facility-table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.facility-table th {
  background-color: #f5f5f5;
  font-weight: 600;
}

.facility-table td {
  font-size: 0.9rem;
}

#facility .btn01 a {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .facility-table {
    font-size: 0.875rem;
  }

  .facility-table th,
  .facility-table td {
    padding: 8px 6px;
  }
}

.flex {
  display: flex;
  gap: 2rem;
  align-items: start;
}

@media screen and (max-width: 767px) {
  .flex {
    flex-direction: column;
  }
}