/*
Theme Name:		Welcart Basic Child
Description:	Welcart Basic Child is child theme for Welcart Basic.
Author:			WElcart Inc.
Author URI:		https://www.welcart.com/
Template:		welcart_basic
Version:		1.0.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, basic-child, two-columns, right-sidebar. left-sidebar
*/

.site-description{
	color:#fff;
}

h1.site-title, div.site-title{
	padding-top:0.2rem;
	padding-bottom:0px;
}

.snav{
	padding-top:0px;
	color:#fff;
}

.fa-shopping-cart{
	color:#fff;
}

.inner{
	padding-bottom:0.4rem !important;
}

h1.site-title img, div.site-title img {
	width:260px;
}

.top_img{
	width:100vw;
	max-width:1000px;
}

header{
	background-color: #1a1a1a;
}

.top_img_box{
	display:flex;
flex-flow: column;
	align-items:center
}

.snav .membership li:first-child, .snav .membership li a{
	color:#fff;
}

    .item_page_title {
        margin: 0 0 2.22222em;
        font-size: 1.285714em;
        line-height: 1.285714em;
        color: #fff;
        padding: 0.4rem 0.6rem;
    }


.blog #content article {
	padding-top:0.4rem;
}

@media (max-width: 599px) {
	.pc{
		display:none;
	}
		.cf {
    padding-bottom: 2rem;
}
}

/* 画面サイズ 600px 以上 1200px 未満 */
@media (min-width: 601px) {
	.sp{
		display:none;
	}
}

#content .page-title, #content .entry-title {
	color:#fff;
	padding:0.4rem 0.4rem;
}

#itempage .itemcode {
	display:none;
}
.detail-box h2{
	display:none;
}

.item-description a{
}

.f-area-t{
	font-size:12px;
}

.youtube-iframe {
  width: 100%;
  height: 600px; /* デフォルトPC用 */
}

/* スマホ用メディアクエリ */
@media screen and (max-width: 768px) {
  .youtube-iframe {
    width: 100vw;
    height: 300px;
  }
}

footer{
}

.f-area{
		max-width: 1000px;
        margin: 0 auto;
        padding: 30px 0;
}

.open-m{
	text-align: center;
    color: #ff8c00;
    font-size: 1.3rem;
    padding: 20px 0 0;
}

.album-art{
		display:none;
	}
.iron-audioplayer .album .album-art{
	display:none;
}

@media screen and (max-width: 768px) {
	.open-m{
    font-size: 1.2rem;
    padding: 20px 0;
		padding-left :10px;
		line-height :1.6rem;
	}
}

.widgettitle{
	display:none;
}

.iron-audioplayer .sr_it-playlist-title {
	font-size : 1rem !important;
}

.playlist{
	background-color : #f1f1f1;
	margin-bottom: 20px;
}

.entry-meta{
	display : none;
}

.about-link-box {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 2em;
  max-width: 1000px;
  margin: 2em auto;
  font-family: "Helvetica Neue", sans-serif;
  color: #333;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.about-link-box h2 {
  font-size: 1.4em;
  margin-bottom: 1em;
  color: #222;
  font-weight: bold;
}

.about-link-box p {
  line-height: 1.8;
  margin-bottom: 1em;
  font-size: 1em;
}

.about-link-box strong {
  font-weight: bold;
  color: #0055bd;
}

.about-link-button {
  display: inline-block;
  background-color: #0055bd;
  color: #fff;
  padding: 0.8em 1.2em;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s;
  font-weight: bold;
}

.about-link-button:hover {
  background-color: #003f9e;
}
