/*
Theme Name: arkhe_child
Template: arkhe
Version: 3.4.3
*/


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body,
p,
h1, h2, h3, h4, h5, h6,
div,
span {
  font-family: "Noto Sans JP", sans-serif !important;
}

a.c-gnav__a {
  font-family: "Noto Sans JP", sans-serif !important;
}

.google-map {
  width: 100%;
  /* height: 100%; */
}

.header-social-links{
  padding-left: 12px;
}

.header-social-links a {
color: #fff;
font-size: 25px;
transition: color 0.3s;
padding-right: 12px;
}

.header-social-links a:hover , .footer-social-links a:hover {
opacity: 0.7;
transition: opacity 0.3s;
}

.c-iconBtn__icon {
  color: #fff;
}

/* footer */
footer#footer {
  background: #161616;
  color: #fff;
}


.l-footer__inner {
  padding: 3rem 0 1rem;
}

.l-footer__foot {
padding: 0;
}

.footer-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.footer-logo a {
  display: flex;
  justify-content: center;
  transition: opacity 0.3s;
  width: 25%;

}

.footer-logo a:hover {
  opacity: 0.7;
}

.footer-logo img {
  width: 50%;
}

.footer-social-links{
  justify-content: center;
  margin-bottom: 1rem;
}

.footer-social-links a{
font-size: 30px;
}

/* end: footer */

/* 投稿一覧 */
.wp-block-latest-posts__featured-image {
  margin-bottom: 1rem;
  overflow: hidden;
}

.wp-block-latest-posts__featured-image a {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}

.wp-block-latest-posts__featured-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease, filter 0.3s ease;
  cursor: pointer;
}

.wp-block-latest-posts__featured-image img:hover {
  transform: scale(1.1);
  filter: brightness(0.8);
}

a.wp-block-latest-posts__post-title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
  text-decoration: none;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

a.wp-block-latest-posts__post-title:hover {
  opacity: 0.8;
}

/* 投稿リスト項目全体のホバー効果 */
.wp-block-latest-posts li {
  transition: opacity 0.3s ease;
}

.wp-block-latest-posts li:hover {
  opacity: 0.8;
}

/* 投稿リスト項目全体をホバーした時に画像を拡大 */
.wp-block-latest-posts li:hover .wp-block-latest-posts__featured-image img {
  transform: scale(1.1);
  filter: brightness(0.8);
}

/* 投稿画像（汎用） */
img.attachment-large.size-large.wp-post-image {
  width: 100%;
  transition: transform 0.3s ease, filter 0.3s ease;
}

img.attachment-large.size-large.wp-post-image:hover {
  transform: scale(1.1);
  filter: brightness(0.8);
}

img.p-entry__thumb__img {
  height: 65vh;
  object-fit: contain;
}

.contact-cta-block {
  gap: 120px;
}

.contact-cta-btn .smb-btn {
  padding: 1.75rem 0;
}

.contact-cta-btn .smb-btn__label {
  font-size: 1.25rem;
  font-weight: 500;
}

.vk_slider_item_container.container {
  height: 100vh;
}

/* SCHEDULE */
.p-postList__body {
  width: 65%;
}

@media screen and (min-width: 1000px) {
  .wp-block-vk-blocks-slider.swiper.swiper-container.vk_slider.vk_slider_ccda73d2-e04b-4568-a6a9-2a8ed29ba6d5.alignfull.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    height: 75vh;
  }
}

@media screen and (max-width: 782px) {
  .wp-block-vk-blocks-slider.swiper.swiper-container.vk_slider.vk_slider_ccda73d2-e04b-4568-a6a9-2a8ed29ba6d5.alignfull.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    height: 50vh;
  }
  .contact-cta-block {
    gap: 40px;
  }
  .swiper-button-prev, .swiper-pagination , .swiper-button-next {
  display: none;
  }
}

@media screen and (max-width: 599px) {
  
  .wp-block-vk-blocks-slider.swiper.swiper-container.vk_slider.vk_slider_ccda73d2-e04b-4568-a6a9-2a8ed29ba6d5.alignfull.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    height: 25vh;
  }
}
