@charset "UTF-8";
/*
Theme Name:ICONIC Child
Template:iconic_tcd062
Theme URI:https://tcd-theme.com/tcd062
Description:"ICONIC" の子テーマ
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.12.4
Text Domain: tcd-iconic
*/

/**
 * Reset
 */

.br_sp {
  display: none;
}
.br_pc {
  display: block;
}

/* layout */
.l-inner {
  width: 100%;
  padding: 0 20px;
}
.l-calender {
  flex-direction: row-reverse;
}
a:hover {
  opacity: 0.7;
}


/* button */
#purchase_button[disabled] {
  background-color: #ccc; /* 灰色の背景色 */
  color: #666; /* 灰色のテキスト色 */
  cursor: not-allowed; /* クリックできないカーソルスタイル */
}

/* img */
.p-item-archive__item-thumbnail img {
  object-fit: contain;
  width: 100% !important;
}
.p-index-carousel__item-thumbnail img {
  object-fit: contain;
  width: 100% !important;
}
.p-entry-item__mainimage img {
  object-fit: contain;
  width: 100% !important;
}
.p-hover-effect--type1:hover img {
  transform: none !important;
}

/* header */
.p-header__bar__inner { 
  justify-content: space-between;
  height: 80px;
}
.p-header__img {  
  max-width: 150px; 
  width: 100%;
}
.p-header__welcart-nav { 
  align-items: center; 
  position: initial; 
}
.p-header__welcart-nav li a {
  padding: 0 10px;
}
.p-header-search {
  margin-right: 5px; 
  
}
.p-header-search__input { 
  position: relative; 
}
.p-header-search form { 
  opacity: 1; 
  visibility: visible; 
  display: flex; 
  align-items: center; 
  position: relative; 
  margin-top: 0; 
}
.p-header-search .p-search-button { 
  position: absolute; 
  right: 10px; 
  border: #ddd; 
}
.p-page-header .p-page-header__inner {
  padding: 30px 20px;
}
.sns {
  display: flex;
  align-items: center;
}
.sns-sp {
  display: none;
}
.sns li img {
  width: 32px;
  height: auto;
}
.p-global-nav__container {
  max-width: 880px;
  width: 100%;
} 
.p-global-nav > li {
  font-size: 15px;
  width: 100%;
  height: 80px;
}
.p-global-nav > li > a  {
  padding: 0 10px;
  height: 80px;
}

.p-header-description {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.p-index-slider__item-button span {
  display: block;
}

/* searchresult */
.p-blog-archive__item-thumbnail img {
  object-fit: contain;
}

/* sidebar */
.p-widget-sidebar .p-widget__title {
  margin-bottom: 0;
}
.p-index-slider .slick-dots {
  width: 74.8888%;
}
.p-index-slider__item-image img {
  display: block;
  margin: 0 auto;
  max-width: 920px;
  width: 100%;
}

/* News */
.p-index-news__item { 
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  font-size: 16px;
}
.p-index-news__archive-link { 
  align-self: flex-end; 
}


/* footer */
.p-footer-widget-area .p-widget {
  padding: 25px 10px;
}
.p-siteinfo-box {
  display: flex;
  justify-content: space-between;
}
ul#menu-footer {
  display: flex;
  width: 50%;
  flex-wrap: wrap;
  font-size: 15px;
}
ul#menu-footer > li {
  padding: 0 10px;
}


/* calender */
.p-entry-flex__box {
  width: 100%;
  max-width: 400px;
  height: 100%;
  padding: 0 0 0 15px;
}


/* form */
.p-entry__body h2 {
  font-weight: 500;
  font-size: 24px;
}
.require {
  color: #B70000;
}
p.form {
  margin: 35px 0 10px;
  font-size: 16px;
  line-height: 1em;
}
.form-flex {
  display: flex;
  gap: 5px;
}
.form-box {
  border-radius: 5px;
  border: 1px solid #757575;
  height: 35px;
  padding: 10px;
}
.name {
  width: 50%;
}
.email {
  width: 100%;
}
.subject {
  width: 100%;
}
.inquiry {
  height: 100%;
  width: 100%;
}
.check-box {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.contact_btns {
  text-align: center;
}
.form-btn {
  background: #0097cc;
  color: #fff;
  border: 1px solid #0097cc;
  border-radius: 25px;
  padding: 10px 10px;
  max-width: 215px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}
.back_to_customer_button {
  background: #ccc;
    color: #333;
    border: #ccc;
    border-radius: 25px;
    padding: 10px 10px;
    max-width: 215px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    margin: 16px 0 0 0;
}


@media screen and (max-width: 990px) {
  .br_sp {
    display: block;
  }
  .br_pc {
    display: none;
  }

/* inner */
.l-inner {
  padding: 0 10px;
}


/* img */
.p-entry-item__mainimage img {
  width: 80%;
  margin: 0 auto;
}

  /* header */
  .p-header__bar__inner {
    justify-content: left;
    height: 60px;
  }

  .sns-sp {
    display: flex;
    position: absolute;
    right: 140px;
    justify-content: end;
    max-width: 160px;
    width: 100%;
  }

  .sns-sp li {
    margin: 0 5px;
  }

  .sns-sp li img {
    width: 23px;
  }

  .p-header__img {
    max-width: 100px;
  }

  .p-global-nav > li > a {
    padding: 13px 41px 13px 22px;
    display: flex;
    align-items: center;
  }
  .p-index-slider__item-button span {
    display: block;
  }
  .p-index-slider__item-button {
    width: 285px;
  }

  /* banner */
  .p-index-boxes__item + .p-index-boxes__item {
    margin-top: 0;
  }
  .p-index-boxes--2, .p-index-boxes--3 {
    display: flex;
  }
  .p-hover-effect--type1 .p-hover-effect__image {
    margin: 0 10px;
  }

  /* sliderbtn */ 
  .p-index-slider__item-button {
    right: -9px;
  }

  /* News */
.p-index-news__item { 
  font-size: 15px;
}


  /* footer */
  ul#menu-footer {
    width: 100%;
    justify-content: center;
  }
  .p-footer-search__submit {
    right: initial;
  }

  .p-footer-widget-area .p-siteinfo__title {
    font-size: 24px;
    display: flex;
    text-align: center;
    justify-content: center;
  }


  /* calender */
  .p-entry-flex__box {
    width: 100%;
    max-width: initial;
    position: initial;
    top: 100px;
    height: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-index-boxes--2, .p-index-boxes--3 {
    display: block;
  }
  .p-index-boxes__item.has-image .p-index-boxes__item-content {
    max-width: 500px;
    width: 100%;
    margin: 10px auto 0;
  }

  .p-hover-effect__image {
    max-width: 500px;
    width: 100%;
    margin: 15px auto 0;
  }

  .p-hover-effect--type1 .p-hover-effect__image {
    max-width: 500px;
    width: 100%;
    margin: 15px auto 0;
  }
}