@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    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
*/

.header-right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-contact {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-contact .post_content > * {
  margin-bottom: 0 !important;
}
.header-contact .swell-block-button {
  margin-top: 0;
  margin-bottom: 5px;
}
.header-contact .swell-block-button a {
  display: flex;
  align-items: flex-end;
  gap: 7px;
  padding: 0.75em 2.5em;
}
.header-contact .swell-block-button .icon-contact {
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  line-height: 1;
  transform: translateY(2px);
}
.header_contact_tel {
  text-align: center;
}
.header_contact_tel a {
  text-align: center;
  color: var(--color_header_text);
  padding: 0 !important;
}
.header_contact_tel a strong {
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.header_contact_tel a strong::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: icomoon !important;
  content: "\e942";
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}
@media not all and (min-width: 960px) {
  .header-right {
    display: none;
  }
  #post_slider .l-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 1300px) {
  .header-contact {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 1180px) {
  .header-right {
    gap: 8px;
  }
  .header-right .c-gnav > .menu-item > a .ttl {
    font-size: 13px;
  }
  .header-contact {
    font-size: 0.5em;
    gap: 8px;
  }
  .header-contact .swell-block-button a {
    padding: 0.75em 1.5em;
  }
}
.p-postSlider__swiper:not(.swiper-initialized) {
  visibility: visible;
}
.p-postSlider__swiper:not(.swiper-initialized) .swiper-wrapper {
  justify-content: center;
}
.p-postSlider.-ps-style-img .p-postList__thumb .c-postThumb__figure::before {
  content: none;
}
.p-postSlider.-ps-style-img .p-postList__thumb .c-postThumb__figure img {
  position: relative;
}
.p-articleThumb__img {
  max-height: 400px;
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

#header {
  padding-top: 4px;
  padding-bottom: 4px;
}

#post_slider {
  padding-top: 6vw;
  padding-bottom: 1vw;
}

.p-postSlider .p-postList__item {
  padding: 0 1.6vw;
}

@media screen and (min-width: 960px) {
  #header {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #post_slider {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 6vw;
    padding-bottom: 4vw;
  }
  #post_slider .l-container {
    width: 70vw;
  }

  #post_slider .swiper-wrapper {
    filter: drop-shadow(-0.7vw 0.7vw 0.5vw #00000040);
  }
  .p-postSlider__swiper:not(.swiper-initialized) .swiper-wrapper {
    box-sizing: border-box;
    gap: 60px;
  }

  /* 
  .p-postSlider__swiper:not(.swiper-initialized) .swiper-wrapper {
    box-sizing: border-box;
    padding: 35px;
    gap: 30px;
  }
  #post_slider .p-postList__item:nth-child(2) {
    margin-right: auto;
  }
  #post_slider .p-postList__item:nth-child(even) {
    transform: translateY(50px);
  } */
}
