@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
*/

.l-footer__foot .c-iconList__item a{
font-size:28px;
}

.c-gnav>.menu-item>a .ttl {
font-size: 20px;
}

.wpcf7-form p {
  text-align: center;
}

div.wpcf7 .wpcf7-spinner {
    display: block;
}

/* Contact Form 7 */
.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
}

.wpcf7-form input[type="checkbox"] {
  width: unset;
}

/* Title */
.post_content .page-title-01 {
  line-height: 1.4;
  color: black;
  padding: 0 0 0.25em 0;
  border-bottom: 3px solid #999;
}
.post_content .page-title-01::before{
  display: none;
}
.post_content .c-pageTitle{
  margin-top: 2.2667em;
}
@media screen and (max-width: 780px){
  .post_content .c-pageTitle{
    margin-top: 1.2em;
  }
}

/* Footer SNS */
.c-iconList__icon-img{
  height: 1em;
  width: auto;
  object-fit: contain;
}

/* Contact */
.p-contact__tel{
  font-weight: 700;
  line-height: 1;
  width: 100%;
  padding: 1.75em 0;
  margin-bottom: 0.5em;
  border: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.25em;
  transition: opacity 0.2s;
}
.p-contact__tel:hover{
  opacity: 0.65;
}
.p-contact__tel .p-contact__tel-number{
  font-size: 2.5em;
}
.p-contact__tel .p-contact__tel-number img{
  height: 0.9em;
  margin-bottom: -0.1em;
}
.p-contact__tel .p-contact__tel-letter{
  margin-top: 1em;
}
@media screen and (max-width: 780px){
  .p-contact__tel .p-contact__tel-number{
    font-size: 1.75em;
  }
  .p-contact__tel .p-contact__tel-letter{
    font-size: 0.75em;
    margin-top: 0.75em;
  }
}


/* Photo Gallery */
.p-photogallery{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
}
.p-photogallery .p-photogallery__item{
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.625em;
  cursor: pointer;
}
.p-photogallery .p-photogallery__item img{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.625em;
  border: 1px solid #f3f3f3;
  background-color: white;
  object-fit: cover;
  transition: transform 0.2s, filter 0.2s;
}
.p-photogallery .p-photogallery__item:hover img{
  transform: scale(1.05);
  filter: brightness(0.75);
}
.post_content .p-photogallery__title{
  margin: 2em 0 1em;
}

/* Product */
/* Frame */
.p-product .p-product__title {
  padding-left: unset;
  border-left: unset;
}
.p-product .p-product__title .p-product__title-main{
  color: black;
  margin-right: 1em;
}
.p-product .p-product__title .p-product__title-sub{
  font-size: 0.7814em;
  font-weight: 500;
}
.p-product .p-product__description{
  margin-bottom: 1.5em;
}
.p-product .p-product__list{
  padding: unset;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 2em;
}
.p-product .p-product__list .p-product__list-item{
  width: calc(100% / 4 - 2em + 2em / 4);
}
.p-product .p-product__list .p-product__list-item .p-product__list-picture{
  width: 100%;
}
.p-product .p-product__list .p-product__list-item .p-product__list-picture img{
  width: 100%;
  object-fit: contain;
}

@media screen and (max-width: 780px){
  .p-product .p-product__list .p-product__list-item{
    width: calc(100% / 3 - 2em + 2em / 3);
  }
}
@media screen and (max-width: 600px){
  .p-product .p-product__description{
    font-size: 16px;
  }
  .p-product .p-product__list .p-product__list-item{
    width: calc(100% / 2 - 2em + 2em / 2);
  }
  .p-product .p-product__list .p-product__list-item .p-product__list-info{
    font-size: 14px;
  }
}
@media screen and (max-width: 400px){
  .p-product .p-product__description{
    font-size: 14px;
  }
}

/* Lens */
.p-product-lens{
  display: flex;
}
.p-product-lens .p-product-lens__picture{
  width: 10rem;
  margin-right: 1em;
}
.p-product-lens .p-product-lens__picture .p-product-lens__picture--inner{
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.p-product-lens .p-product-lens__picture .p-product-lens__picture--inner img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.p-product-lens .p-product-lens__letter-title{
  font-size: 1.2rem;
}
.p-product-lens .p-product-lens__letter-description{
  font-size: 1rem;
}
.p-product-lens .p-product-lens__letter-info{
  font-size: 0.875rem;
  margin-top: 0.5em;
}