/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/

nav#mainnav-mobi {
	background-color: #FFCC80;

}
nav#mainnav-mobi ul.sub-menu {
	background-color: #FFE0B2;

}
nav#mainnav-mobi ul > li > a {
	color: #1c1c1c;
}
/* 全投稿ページで非表示 */
.sidebar-footer {
    padding: 3px;	
}
/*空白削除*/
.footer-widgets {
    padding: 0px; 	
    margin: 0px;
  text-align: center;
}
.menu-footernavigation-container ul {
    padding: 0px; 	
    margin: 0px;
}

.menu-footernavigation-container ul li {
    display: inline; 	
    margin-right: 1em;
} 

.menu-footernavigation-container  ul li a { 
    font-family: "Trebuchet MS", sans-serif; 
    text-decoration: none;
} 
.menu-footernavigation-container  ul li a:hover{ 
    border-bottom: dotted 1px #fff;	 
}
/*Delete Home WooCommerce*/
nav.woocommerce-breadcrumb{
    display: none;
}
/*Delete Home space*/
h1.page-title{
    padding: 0px; 	
}
div.quantity{
}
div.quantity input.input-text{ 
font-size:x-large;
}
/* 重ねる文字 */
.header-text1 {

    position: absolute;
    bottom: 0px;
    color: #fff;
    background: rgba(0,0,0,.5);
    width: 100%;
}
.header-text1 p {

  	text-align: center;  
    padding-left: 15px;
    padding-right: 15px;
	margin-right: auto;
    margin-left: auto;
	box-sizing: border-box;
	padding-left: 30px;
	margin-top: 10px;
	font-size: x-large;
}

@media (min-width: 768px) {
.header-text1 p  {
	width: 750px;
  	text-align: left;
  }
}
@media (min-width: 992px) {
  .header-text1 p  {
	width: 970px;
	text-align: left;
  }
}
@media (min-width: 1200px){
.header-text1 p  {
    width: 1170px;
  	text-align: left;
  }    
}
.site-footer {
background: #ddb880;

}
.list-group li {
  list-style-type: none; /* リストマーカーを表示しない */
padding: 10px 5px;
border-top:1px solid #CCC;
margin-top: -1px;
}
.list-group li:last-child {
border-bottom:1px solid #CCC;
}
.common-title {
text-align: center;
}
.menu-item-921 {
    background-color: #ffcdd2;	
    box-shadow: 0 0 0 0;
	border: none;
}

@media (min-width: 1024px) {
.menu-item-921  {
    border: 2px solid #ffebee;
    box-shadow: 0 0 0 2px #ffcdd2;
    color: #ffebee;

  }
}
.blog_info_text {
	color:			#fff;	/* マスクを表示する */
}


.blog_info {
	color:			#fff;	/* マスクを表示する */
}



hr.style-one {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.posts-layout article {

}
.content-area .hentry:after {
		opacity: 0; 
	}

/* contact form 7 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="submit"]
{
width: 100%;
}

.coverButton {
margin: 0 0 20px;
	width:			100%;
	height:			100%;
	overflow:		hidden;
	position:		relative;	/* 相対位置指定 */

}
.coverButton p {
	 margin: 0; padding: 0;

}

.coverButton .caption {
	color:			#fff;
	position:		absolute;	/* 絶対位置指定 */

        text-align: center;
font-size: 20px;
	height: 30px;

  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;


}

@media (min-width: 768px) {
.coverButton .caption {
font-size: 30px;
	height: 45px;
}
}
@media (min-width: 992px) {
.coverButton .caption {
font-size: 42px;
	height: 63px;
}
}
.coverButton a {

    text-indent:-9999px;
	position:		absolute;	/* 絶対位置指定 */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;

}
.coverButton .mask {
	width:			100%;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0.8;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.7);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.coverButton:hover .mask {
	opacity:		1;	/* マスクを表示する */
}


.center-post {
	text-align: center;
	vertical-align: middle;
}
.woocommerce .widget-area .widget_archive{
display: none;
}

.woocommerce-page .menu-footernavigation-container{
	font-size: 200%;
	border-style: solid;
}
.page-id-31 .menu-footernavigation-container{
	font-size: 200%;
	border-style: solid;
}
.variations label{
	font-size: 200%;
	color:	gray;
}
.variations tbody{
display: block;
}
.woocommerce dt{
width:100%;
}
.woocommerce dd{
width:100%;
}

.appetize{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
.appetize iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}