/*
Theme Name: salonia202307
Author: salonia202307
Description: 202307以降のsalonia専用のテーマです。
*/

img {
    height: auto;
}

/* 透過hover -------------------- */

.over a,
.over input[type='submit'] {
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.over a:hover,
.over input[type='submit']:hover {
	opacity: .75;
	filter: alpha(opacity=75);
	-ms-filter:  "alpha(opacity=75)";
}

/* PC/SP切り替え -------------------- */

.pc_none { display: none !important; }
.sp_none { display: inline-block !important; }
@media only screen and (max-width: 750px) {
.pc_none { display: inline-block !important; }
.sp_none { display: none !important; }
}
/* -----------------------------------------------------------------------------------------------------
記事 PREV NEXT
----------------------------------------------------------------------------------------------------- */
.DetailPageNav__btnList li.DetailPageNav__btnItem.-prev,
.DetailPageNav__btnList li.DetailPageNav__btnItem.-next{
  width: 80px;
}

/* -----------------------------------------------------------------------------------------------------
top.php
----------------------------------------------------------------------------------------------------- */
.product-index__header {
  background-size: cover !important;
}

@media (min-width: 768px) {
  .Channel .Channel__channelList {
    min-height: 360px;
  }
  .product-index__header {
    background-size: inherit;
  }
}

/* -----------------------------------------------------------------------------------------------------
single.php
----------------------------------------------------------------------------------------------------- */

#topicsDetail .pankuzu .pankuzu__list:nth-child(3) {
  display: none;
}

.topics-detail__article h2, .topics-detail__article h3, .topics-detail__article h4, .topics-detail__article h5, .topics-detail__article h6 {
    font-size: 3rem;
    font-weight: 300;
    padding: 0 5%;
    margin-bottom: 3%;
}
#topicsDetail .topics-detail__article ul, ol { padding: 0 10.6666666667vw; margin-bottom: 5%;}
#topicsDetail .topics-detail__article p.topics-link {
  padding-left: 2em;
  padding-right: 5%;
  text-align: left;
}
#topicsDetail .topics-detail__article p .parts-btn-01 {
  justify-content: left;
}

.topics-youtube {
  position: relative;
  width: 77% !important;
  height: 0;
  padding-bottom: 44.25% !important;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}


@media (min-width: 768px) {
  .topics-youtube {
    position: relative;
    width: 90% !important;
    height: 0;
    padding-bottom: 56.25% !important;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
    #topicsDetail .topics-detail__article .aligncenter { display: block; margin: 0 auto;}
    #topicsDetail .topics-detail__article .alignright { float: right; margin: 0 0 10px 20px;}
    #topicsDetail .topics-detail__article .alignleft { float: left; margin: 0 20px 10px 0;}
    #topicsDetail .topics-detail__article .wp-caption { border: 1px solid #ddd; text-align: left; background-color: #f3f3f3; padding: 5px; border-radius: 3px;}
    #topicsDetail .topics-detail__article .wp-caption img { margin: 0; padding: 0; border: 0 none;}
    #topicsDetail .topics-detail__article .wp-caption p.wp-caption-text { font-size: 14px; line-height: 1.5; margin: 0; padding: 0;}


    #topicsDetail .topics-detail__article p { padding: 0; margin-bottom: 57px;}
    #topicsDetail .topics-detail__article p.topics-link {
      display: block;
      width: auto;
      padding-left: 1.5em;
      padding-right: 5%;
  }
    #topicsDetail .topics-detail__article strong { font-weight: bold; }
    #topicsDetail .topics-detail__article h2,
    #topicsDetail .topics-detail__article h3,
    #topicsDetail .topics-detail__article h4,
    #topicsDetail .topics-detail__article h5,
    #topicsDetail .topics-detail__article h6 {
        font-size: 2rem;
        font-weight: 300;
        padding: 0;
        margin-bottom: 30px;
    }
    #topicsDetail .topics-detail__article .topics-col-2 ul { padding: 0 5%; margin-bottom: 5%;}
    #topicsDetail .topics-detail__article ul { padding: 0; margin-bottom: 100px;}
    /*
    #topicsDetail .topics-detail__article ul li { list-style-type: disc;}
    #topicsDetail .topics-detail__article ol li { list-style-type: decimal;}
    */
    #topicsDetail .topics-detail__article blockquote { display: block; -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 40px; -webkit-margin-end: 40px;}
    #topicsDetail .topics-detail__article img { height: auto; max-width: 100%;}
}

/* iframe / movie */
.topics-youtube,
.youtube {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.topics-youtube iframe,
iframe .youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    /* iframe / movie */
    .topics-youtube {
    position: relative;
        margin-bottom: 100px;
    }
}

.product-index__header.product-index__header--howto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.product-index__header.product-index__header--howto .product-index__header__p {
  width: 55%;
}