﻿/*
Theme Name: CC2STORE
Author: CC2
Author URI: http://cc2.co.jp/cc2store
License URI: license.txt
Tags: responsive-layout, one-column, white, editor-style, custom-header, custom-background, custom-menu, featured-images
*/


/* common
---------------------------------------------------------------*/

img{
    -webkit-backface-visibility: hidden;
}
#header h1 a, .section-frontpage h1, .widget h1, .aside-related-item h1, .archive-title{
	color:#089a07;
}

.wp_social_bookmarking_light {
    padding: 5px 0 10px 0 !important;
}

p {
  font-size: 0.95rem;
	line-height:1.7;
	margin: 0 0 25px 0;
}

#main ul,
#main ol,
#main dl{
    font-size: inherit;
}
#main td ul,
#main td ol,
#main td dl{
    margin-bottom: 0;
}
/* header
---------------------------------------------------------------*/

#header p{
	font-size:0.9rem;
	margin-bottom:0.8rem;
}



/* frontpage
---------------------------------------------------------------*/

.section-frontpage h1 {
	font-size: 1.5rem;
	margin:0 0 1.5rem 0;
    padding-bottom: 1.2rem;
}



/* widget
---------------------------------------------------------------*/

.widget {
    margin-bottom: 1rem;
	border:1px solid #ddd;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}

.widget h1 {
    font-size: 1rem;
	padding:0.5rem;
	border-bottom:1px solid #ddd;
	text-align:center;
}

.widget ul li {
    padding: 0 1rem 0.2rem 1.5rem;
	font-size:0.9rem;
}

.widget form {
    padding: 0.5rem 0.5rem 0 0.5rem;
}

.thumbnail-box h2 {
    font-size: 0.95rem;
}

ul.ucart_featured_body{
	padding:0px;
}

ul.ucart_featured_body li{
	margin-bottom:5px;
}

.wpp-list {
    list-style: none;
	text-align:center;
}

.wpp-list ul li{
	margin-bottom:5px;
	text-indent:0;
}

.wpp-list li:before{
	display:none;
}

.wpp-thumbnail {
    display: block;
    float: none;
    margin: 0 auto;
}



/* item single
---------------------------------------------------------------*/

.breadcrumbs>* {
    font-size: 0.78rem;
    text-transform: inherit;
}

.breadcrumbs {
    margin:1rem 0;
}

article h1 {
    font-size: 1.3rem;
}

.item-price {
    margin-bottom: 0.2rem;
}

.storelink{
	margin:0px;
	padding:15px 0px 0px 0px;
	border-top:1px solid #ddd;
}

.storelink ul{
	list-style-type:none;
	margin:0px;
	font-size:0.9rem;
	line-height:2.5;
}

.storelink li{
  margin:5px;
}

.storelink li a{
  background-color:#F0AD4E;
  border-color:#EEA236;
  color:#FFF;

  -webkit-user-select:none;
  background-image:none;
  border:1px solid transparent;
  border-radius:4px;
  cursor:pointer;
  font-weight:400;
  line-height:1.42857143;
  padding:6px 10px;
  touch-action:manipulation;
  vertical-align:middle;

  display:block;
}

.storelink li a:hover{
	background:#ec971f;
}

.description_detail{
	clear:both;
}

.aside-related-item h1{
	font-size:1.2rem;
	padding-top:0.7rem;
}

.archive-title {
    font-size: 1.5rem;
}

.flexslider{
	margin: 0 0 30px 0;
}

.description_detail h2,.description_detail h3,.description_detail h4{
	border-bottom:#ddd 1px solid;
	color: #089a07;
	clear: both;
}
.description_detail h5{
    font-weight: bold;
    color: #222;
    border-left: 4px solid #089a07;
    padding-left: 10px;
    font-size: 1.3em;
    clear: both;
}

.description_detail h6{
    padding:  .5em .75em;
    border-radius: 6px;
    background-color: #e3ede3;
    color: #089a07;
    clear: both;
}

.description_detail strong{
	background: #fff000;
}

.description_detail em{
	background: #fff000;
	font-weight: bold;
	color: #d40000;
}

.description_detail a{
	color: #ff7200;
	text-decoration: underline;
}

.description_detail a:hover{
	color: #ff7200;
	text-decoration: none;
}

.description_detail a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.2col{
	width: 48%;
	margin: 0 1% 0 0;
	float: left;
}

/* shop list
--------------------------------------------*/
.ShopList{
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: solid 1px #ddd;
}
.ShopList table{
    border : none;
    margin: 0 0 0 10px;
    font-size:14px;
}
.ShopList table tr th{
    background: none;
    width: 80px;
    text-align: left;
}
.shopTit span{
    padding: 0 10px 0 10px;
    border-bottom: solid 3px #CCDD13;
    text-shadow:1px 0 1px black;
}
.caution{
    margin: 0 0 10px 14px;
    font-size:12px;
}
.ShopList p a{
    margin: 0 0 0 14px;
    width:100px;
    text-decoration: none;
    background-color:#F0AD4E;
    border-color:#EEA236;
    color:#FFF;

    -webkit-user-select:none;
    background-image:none;
    border:1px solid transparent;
    border-radius:4px;
    cursor:pointer;
    font-weight:400;
    line-height:1.42857143;
    padding:6px 10px;
    touch-action:manipulation;
    vertical-align:middle;

    display:block;
}
.ShopList p a:hover{
    background:#ec971f;
}

#onlineShoplink ul{
    list-style-type: none;
    padding: 0 0 20px 0;
    margin: 0 0 0 10px;
}
#onlineShoplink ul li{
    margin: 5px 0 0 0 ;
}
#onlineShoplink ul li a{
    margin: 0 0 0 10px;
    width:300px;
    text-decoration: none;
    background-color:#F0AD4E;
    border-color:#EEA236;
    color:#FFF;

    -webkit-user-select:none;
    background-image:none;
    border:1px solid transparent;
    border-radius:4px;
    cursor:pointer;
    font-weight:400;
    line-height:1.42857143;
    padding:6px 10px;
    touch-action:manipulation;
    vertical-align:middle;

    display:block;
}
#onlineShoplink ul li a:hover{
    background:#ec971f;
}

/* goodsLink
--------------------------------------------*/
.goodsLink{
    display: inline-block;
    width: auto;
    margin: 0 0 0 10px;
    padding:6px 10px;
    background-color:#F05A4D;
    border: 1px solid #DE3224;
    border-radius:4px;
    color:#FFF;
    -webkit-user-select:none;
    background-image:none;
    cursor:pointer;
    font-weight:400;
    line-height:1.42857143;
    touch-action:manipulation;
    vertical-align:middle;
}

.goodsLink:hover, .goodsLink:focus{
	background:#DE3224;
    color: #FFF;
}

/* footer
---------------------------------------------------------------*/
footer{
    font-size:0.85em;
}


@media only screen and (max-width: 40.062em) {

    .flex-title {
        font-size: 1.3rem;
    }

    .flex-caption {
        font-size: 0.9rem;
    }

    .2col{
        width: 100%;
        margin: 0;
        float: none;
    }

}

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



}

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

}

@media screen and (max-width: 782px){

}



/*記載ミス用テンプレート*/
.errors{
    margin: 0;
    border: 4px solid #d40000;
    padding: 10px;
}

.errors .er_text{
    padding: 10px;
    background: #fff000;
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
    line-height: 140%;
}

.errors strong{
    background: none;
}

.errors .details{
    margin: 0 0 20px 0;
    padding:10px;
    background-color: #ffe2e2;
    border-radius: 3px;
}
/*お知らせ*/
.notice{
    margin: 0;
    border: 4px solid #fff000;
    padding: 10px;
}

.notice p{
    font-size:0.9em;
}
.notice h3{
    padding: 10px;
    background-color: #fffde4;
    font-size: 1.1em;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 140%;
}

.notice .details{
    margin: 0 0 20px 0;
    padding:10px;
    background-color: #f3f3f3;
    border-radius: 3px;
}
.notice .details h4{
    padding: 0.25em 0.5em;
    background: transparent;
    font-size: 1em;
    font-weight: bold;
    color: #494949;
    border-left: solid 5px #d40000;
}


/*固定ページ用*/
.SpecialPage h2{
    padding: .6em 0;
    border-top: 1.5px solid #333;
    border-bottom: 1.5px solid #333;
    font-weight: bold;
    color: #000;
}
.mainNews h3{
    font-weight: bold;
    color: #089a07;
    border-left: 4px solid #089a07;
    padding-left: 10px;
    font-size: 1.3em;
}
.SpecialPage h2 + .SpecialPage h3{
    margin-top: 20px;
}
.SpecialPage h4{
    color:#089A07;
    font-size:1.2em;
    font-weight:bold;
}

@media screen and (max-width: 769px) {
    .SpecialPage h2{
        font-size: 1.3em;
    }
}

@media screen and (min-width: 770px) {
    .SpecialPage h2{
        font-size: 1.5em;
    }
}


table.brwsr2 {
    margin: 0 auto;
    width: 100%;
    border: none;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
    border-collapse: separate;
    border-spacing: 0 10px;
    background: #fbfbfb;
}

table.brwsr2 th {
    vertical-align: middle;
    height: auto;
    max-width: 130px;
    border-right: solid 1px #666;
    margin: 0;
    text-align: center;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

table.brwsr2 td{
    padding-left: 10px;
}
table.brwsr2 td.data {
    margin: 0;
    height: 53px;
    width: auto;
    border: none;
    font-size: 1.05em;
    line-height: 1.5em;
    vertical-align: middle;
    overflow: hidden;
}

table.brwsr2 td:fst-child {
    padding: 0 0 0 10px;
    vertical-align: middle;
}

table.brwsr2 td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #34495e;
}

em{
    color: red;
    font-weight: bold;
    font-style: normal;
}
.description_detail small em{
    color: red;
    font-weight: bold;
    font-style: normal;
    background: none;
}
small em{
    color: red;
    font-weight: bold;
    font-style: normal;
    background: none;
}
td a{
    color: #1B95E0;
}

.SpecialPage .note {
	padding: 1em;
	border: 1px solid #CCC;
	background-color: #f1f1f1;
	margin-bottom: 2em;
}
.SpecialPage .note a{
    color: #1B95E0;
    text-decoration: none;
    border-bottom: 1px solid #1B95E0;
}
.SpecialPage .note a:hover{
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #333;
}

/*商品ページ内リンクボタン*/
p .blog_btn{
    margin: 0 0 0 10px;
    width: auto;
    padding: 2px 5px 2px 5px;
    background-color:#F05A4D;
    border-color:#B04238;
    color:#FFF;
    text-decoration: none;
    -webkit-user-select:none;
    background-image:none;
    border:1px solid transparent;
    border-radius:4px;
    cursor:pointer;
    font-weight:400;
    line-height:1.42857143;
    padding:6px 10px;
    vertical-align:middle;
    display:block;
}

p .blog_btn:hover{
    background:#D65145;
    color:#fff;
    text-decoration: none;
}


.description_detail .page_goodsLink{
    display: block;
    margin: 0 0 0 10px;
    width: auto;
    padding: 2px 5px 2px 5px;

    background-color:#F05A4D;
    border-color:#B04238;
    color:#FFF;

    -webkit-user-select:none;
    background-image:none;
    border:1px solid transparent;
    border-radius:4px;
    cursor:pointer;
    font-weight:400;
    line-height:1.42857143;
    padding:6px 10px;
    touch-action:manipulation;
    vertical-align:middle;
    text-decoration: none;
}

.description_detail .page_goodsLink:hover{
    background:#D65145;
    color:#fff;
}

.text-end{
    text-align: center;
    color: red;
    font-weight: bold;
    border: 2px solid red;
    padding: 1em;
    margin: 1.5em 0;
}

.SpecialPage .fas::before{
    font: normal normal normal 14px/1 FontAwesome;
}

/* youtube 横並び */
.wrap{
  margin-bottom: 1.5rem;
}
.youtube-w {
  position: relative;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.youtube-w iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.wrap img{
  width: 100%;
}

/* ココから下がPC表示（600px以上）のレイアウト */
@media screen and (min-width: 600px) {
  .float-right{
    float: right;
    width: 49.5%;
  }
  .float-left{
    float:left;
    width: 49.5%;
  }
  .wrap:after{
    display: block;
    clear: both;
    content: "";
  }
}

/* コラボ日本酒専用 */
.post-10230 .storelink ul:last-of-type{
    display: none;
}
