@charset "UTF-8";

/*!
Theme Name: ICE-WATCH 2024
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

body {
font-size: 1.4rem !important;
}

main.main{
  padding: 0 1.6rem 3rem;
  margin: 12px 0;
  border-width: 0;
}

/* 一覧ページ（NEWS） */

.content {
  margin-top: 10px;
  padding: 3rem 0 0;
}


h1#archive-title {
  padding: 0 4rem;
  font-family: 'IceWatch-Bold';
  font-size: 2.6rem;
  margin-bottom: 3rem;
  text-align: center;
}

h1#archive-title:after {
  content: ".";
  color: #ff6720;
}

#content .title01 {
  width: 100%;
  margin: 0 0 4rem !important;
}

#content .title01:after {
  content: ".";
  color: #ff6720;
}

#content .entry-card-wrap:hover {
  background: transparent !important;
}

.entry-card.news {
  grid-gap: 1rem;
}

.news .entry-card-thumb {
  aspect-ratio: 2 / 1 !important;
  height: auto;
  border-radius: 1.5rem;
  overflow: hidden;
}

.news .card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 2 / 1 !important;
}

.news .e-card-title {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 800;
}

.news .entry-card-meta {
  padding: 0 !important;
}

.news .cat-label{
  display: none;
}

.tag_box {
	font-size: 1rem;
    padding: 0 0.5rem;
    line-height: 2;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    color: #fff;
    display: inline-block;
    width: fit-content;
}

.tag_box.tag_news{
    background: #ff6720;
}
.tag_box.tag_event{
    background: #cc0099;
}
.tag_box.tag_pop_up{
    background: #00cc00;
}

.news .e-card-info {
  justify-content: flex-start;
}

.news .post-date {
  font-family: initial;
  font-size: 1.0rem;
  font-weight: 900;
  display: block;
  margin: 0;
  text-align: left;
  color: #000;
  padding: 0;
}

.post-date > span{
  display: none;
}

.news .post-date .entry-date {
  margin-left: 0;
  display: block;
}

.pagination-next{
  display: none;
}


/* ページネーション */
.pagination > * {
  color: #000;
  background-color: #FFF !important;
  font-size: 1.4rem;
  padding: 0;
  line-height: 1;
  max-width: unset;
  border-radius: 0.5rem;
  width: 3rem;
  height: 3rem;
  flex: none;
  display: grid;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee;
}

.pagination > .current{
    color: #FFF;
    background-color: #ff6720 !important;
    font-size: 1.4rem;
    padding: 0;
    line-height: 1;
    max-width: unset;
    border-radius: 0.5rem;
    width: 3rem;
    height: 3rem;
    flex: none;
    display: grid;
    justify-content: center;
    align-items: center;
}


.pagination > .prev,
.pagination > .next{
  border: none;
}

.screen-reader-text {
  display: none;
}

#list {
  margin-bottom: 0;
}


@media screen and (min-width: 48em) {

.content {
  padding: 4rem 0 0;
}

h1#archive-title {
  font-size: 3rem;
}

#content .title01 {
  font-size: 3rem !important;
}

#list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
  margin-bottom: 2rem;
}

#list .entry-card-wrap {
  width: 100%;
  padding: 0;
}

}


/* tablet landscape */
@media screen and (min-width: 48rem) and (orientation:landscape){

  

  .content .main {
    padding: 0 0 0;
    margin-bottom: 80px !important;
  }
  
  h1#archive-title {
      text-align: left;
      margin-bottom: 4rem;
  }

  #content .title01 {
    text-align: left;
    padding: 0 4rem;
    width: calc(100% - 8rem);
    max-width: 1400px;
    margin: auto;
    box-sizing: content-box !important;
  }

  #list {
      padding: 0 4rem;
      grid-gap: 2rem;
      margin-bottom: 3rem;
  }

}



/* 投稿ページ */


.single-news #content {
  padding: 0;
  margin: 0;
}

.single-news #main {
  padding: 0;
}


.single-news .article-header {
  position: relative;
}

.single-news .date-tags,
.single-news .entry-content,
.single-news .article-footer {
  padding: 0 2rem;
}

.eye-catch-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.single-news .eye-catch {
  max-width: 1000px;
  height: auto;
  margin: 0 auto !important;
  z-index: 1;
}

.single-news .eye-catch-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 110%;
  height: 110%;
  background: #000;
  filter: blur(10px);
}

.single-news .eye-catch-bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.single-news .entry-title-box {
  background: #000;
  color: #FFF;
  padding: 1rem 0;
}

.single-news .entry-title {
  font-weight: 900;
}

.single-news .post-date{
  color:#FFF;
}

.post-date svg {
  display: none;
}

/* 投稿ページ 関連記事 */

.single-news .under-entry-content {
  padding: 4rem 2rem;
  background: #f7f7f7;
}

.single-news .related-entrie{
  margin: 0;
}

.single-news .related-entries{
  margin: 0;
}

.single-news .related-entry-heading {
  margin: 0 0 2rem;
  line-height: 1;
  text-align: center;
  font-family: 'IceWatch-Bold';
  font-size: 2.5rem;
}

.single-news .related-entry-heading .main-caption:after {
  content: ".";
  margin-left: 0;
  display: inline-block;
  color: #ff6720;
}

.single-news .related-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  margin: 0;
}

.single-news .rect-vertical-card .related-entry-card-wrap {
  width: 100%;
  padding: 0;
}

.single-news .rect-vertical-card .related-entry-card-thumb{
  aspect-ratio: 2 / 1 !important;
  height: auto;
  border-radius: 1.5rem;
  overflow: hidden;
}

.single-news .rect-vertical-card .related-entry-card {
  grid-gap: 1rem;
}

.single-news .under-entry-content .post-date {
  color: #000;
}



.single-news .smb-slider__item__caption {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
}

.single-news a.wp-block-snow-monkey-blocks-slider-item:after {
  display: inline-block;
  content: "商品詳細";
  background: #000;
  color: #FFF;
  line-height: 2.5;
  padding: 0 2rem;
  border-radius: 4rem;
  margin-top: 1rem;
  transition: all 0.7s;
}


/* tablet */
@media screen and (min-width: 48rem) {

.single-news .entry-title-box {
  padding: 3rem;
}

.single-news .date-tags {
  padding: 0;
}

.single-news .entry-content,
.single-news .article-footer {
  padding: 0 3rem;
  margin: 6rem 0;
}

.single-news .under-entry-content {
  padding: 6rem 3rem;
}

.single-news .related-entry-heading {
  margin: 0 0 4rem;
  font-size: 3.5rem;
}

.single-news .related-list {
  grid-template-columns: 1fr 1fr;
}

.single-news .article-footer {
  grid-template-columns: 1fr;
}

}


/* tablet landscape */
@media screen and (min-width: 48rem) and (orientation:landscape){

.single-news #content-in {
    width: 100% !important;
}

.single-news #main {
  margin-bottom: 0 !important;
}


.single-news .entry-content {
  max-width: 900px;
  margin: 6rem auto;
}

.single-news .entry-title-box > * {
  max-width: 900px;
  margin: 2rem auto;
  padding: 0 3rem !important;
}

.single-news .article-footer {
  max-width: 900px;
  margin: 6rem auto;
}

.single-news .related-entries {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.single-news .related-list {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.single-news a.wp-block-snow-monkey-blocks-slider-item:hover:after {
  background: #ff6720;
}

}





/* SHOP LIST */



#flagshipShopList,
#shoplistBox {
  margin-bottom: 8rem;
}


#ice-watch-store-list .c-header{
  text-align: center;  
  margin-bottom: 4rem;
}

#ice-watch-store-list .c-header h3 {
  font-family: 'IceWatch-Bold';
  font-size: 2.5rem;
  letter-spacing: -1px;
}

#ice-watch-store-list .c-header h3::after{
  content:".";
  color: #ff6720;
}

#ice-watch-store-list .c-header h3 + span {
  font-size: 1.2rem;
  color: #666;
}

#ice-watch-store-list .c-header h3 + span + p {
  margin: 4rem 0;
}

#ice-watch-store-list .listBox {
  display: grid;
  grid-gap: 4rem;
}

#ice-watch-store-list .listBox figure {
  margin-bottom: 1rem;
}

#ice-watch-store-list .shop-name {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

#ice-watch-store-list .listBox img {
  border-radius: 2rem;
}

#ice-watch-store-list .shop-hours:before,
#ice-watch-store-list .shop-tel:before,
.link-btn-map a:before{
  font-family: "FontAwesome";
  margin-right: 0.5rem;
}

#ice-watch-store-list .shop-tel:before{
content:"\f095";
}

#ice-watch-store-list .shop-hours:before{
content:"\f017";
}


#ice-watch-store-list .shop-hours:empty:before,
#ice-watch-store-list .shop-tel:empty:before{
  display: none;
}

.link-btn-map {
  margin-top: 1rem;
}

.link-btn-map a {
  border-radius: 5px;
  line-height: 2.2;
  padding: 0 1rem;
  color: #fff !important;
  background: #000;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
}

.link-btn-map a:before{
  content:"\f041";
  font-size: 1.2rem;
}


.store_type_number {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}

.store_number {
  font-size: 2.4rem;
  font-weight: 900;
  font-family: 'IceWatch-Bold';
}

.store_type_icon {
  display: flex;
  grid-gap: 1rem;
  text-align: center;
}

ul.store_type_icon > li {
  display: flex;
  align-items: center;
  grid-gap: 0.5rem;
}

.store_type_icon span {
  font-size: 1.2rem;
  font-weight: 900;
}


.store_type_icon .direct_store:before,
.store_type_icon .retailer:before{
  display: block;
  width: 3rem;
  height: 3rem;
  content: " ";
  background-size: cover;
  margin: auto;
}

.shop-name.direct_store:before,
.shop-name.retailer:before {
  display: block;
  width: 3rem;
  height: 3rem;
  content: " ";
  background-size: cover;
  margin: 0;
}

.direct_store:before {
  background-image: url(images/direct_store_logo.png);
}

.retailer:before {
  background-image: url(images/retailer_logo.png);
}

#shoplistBox .map h4 {
  font-size: 1.8rem;
  font-weight: 900;
  color: #000;
  border-bottom: 1px solid #000;
  margin-bottom: 4rem;
  padding-bottom: 1rem;
}

#shoplistBox .map > ul {
  margin-bottom: 8rem;
}

.map > ul > li + li {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid #eee;
}

#ice-watch-store-list .shop-name {
  display: grid;
  grid-gap: 0.5rem;
  grid-template-columns: 3rem 1fr;
  align-items: center;
}


/* tablet */
@media screen and (min-width: 48rem) {

#flagshipShopList,
#shoplistBox {
    margin-bottom: 12rem;
}

#ice-watch-store-list .c-header h3 {
    font-size: 3rem;
}

#ice-watch-store-list .listBox {
  padding: 0 2rem;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4rem 2rem;
}

#ice-watch-store-list .listBox img {
  border-radius: 1.5rem;
}

.store_type_number {
  padding: 0 2rem;
  margin-bottom: 6rem;
}

#shoplistBox .map {
  padding: 0 2rem;
}

#shoplistBox .map > ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}

.map > ul > li + li {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}


#shoplistBox .map > ul > li {
  background: #f7f7f7;
  padding: 3rem;
  border-radius: 2rem;
}

}



/* tablet landscape */
@media screen and (min-width: 48rem) and (orientation:landscape){

  #ice-watch-store-list .listBox,
  #shoplistBox .map > ul {
    grid-template-columns: 1fr 1fr 1fr;
}

}





/* ice solar マニュアル */

#ice-solar-manual {
  margin-bottom: 8rem;
}


#ice-solar-manual .c-header{
  text-align: center;  
  margin-bottom: 4rem;
}

#ice-solar-manual .c-header h3 {
  font-family: 'IceWatch-Bold';
  font-size: 2.5rem;
  letter-spacing: -1px;
}

#ice-solar-manual .c-header h3::after{
  content:".";
  color: #ff6720;
}

#ice-solar-manual .c-header h3 + span {
  font-size: 1.2rem;
  color: #666;
}

#ice-solar-manual .c-header h3 + span + p {
  margin: 4rem 0;
}

.manual-content {
  display: grid;
  grid-gap: 5rem;
}

.manual-img img {
  width: 50%;
  margin: auto;
  display: block;
}

.manual-table {
  background: #e6e6e6;
  display: grid;
  grid-gap: 2rem;
  color: #000;
  padding: 3rem;
  border-radius: 3rem;
}

.manual-table dl {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 0.5rem 1rem;
}

.manual-table dt {
  grid-column: 1 / 3;
  border-bottom: 1px solid;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 900;
  color: #669900;
}

.manual-faq h3 {
  font-weight: 900;
  font-size: 1em;
  margin-bottom: 1rem;
  font-family: 'IceWatch-Bold';
}

.manual-faq dl {
  display: grid;
  grid-gap: 0.5rem;
}

.manual-faq dl dt,
.manual-faq dl dd {
  display: flex;
  gap: 1rem;
}

.manual-faq dl dt:before{
  font-family: 'IceWatch-Bold';
  content:"Q";
}

.manual-faq dl dd:before {
  font-family: 'IceWatch-Bold';
  content:"A";
}

.manual-faq dl dt{
  font-weight: 900;
}

.manual-faq dl dd{
  margin-bottom: 2rem;
}

