/*
#######################################
CLASS
#######################################
*/

/*商品リストの体裁を整える*/
ul.block3 {
    text-align: center;
    list-style: none;
    margin: 1rem 0;
    padding: 0;
}

ul.block3 li {
    text-align: center;
    list-style: none;
    width: 92.3%;
    clear:both;
    margin: 0;
    padding: 0.5%;
}

.shopMenu{
  width:70%;
}

.block3 li img {
    border: 1px solid #dcdcdc;
    width: 20em;
    margin-top: -0.3em;
    margin-left: -0.3em;
    height: 20em;
    display: inline;
}
.item, .cart_count{
  font-size:3em;
}
 .cart_count select{
   font-size:1.2em;
 }


 .shop_logo{
   line-height: 1;
    letter-spacing: normal;
    font-family: 'Noto Sans JP', sans-serif;
    list-style: none;
    color: #333333;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    width: 130px;
    height: 130px;
 }

 .shop-menu ul {
     list-style: none;
     padding: 0;
     margin: 0;
 }


 .shop-menu {
   height:20em;
     background: #fff;
     border-radius: 5px;
     -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
     margin-top:1em;
     margin-right:4em;
     margin-left:1em;
 }

 .menu-info_02 {
    font-size: 4em;
    color: #333;
    font-weight: bold;
    margin-top: 0em;
    margin-left:7em;
    width:70%;
}

.menu-info_03 {
   font-size: 2.5em;
   color: #333;
   font-weight: bold;
   margin-top: -1.8em;
   margin-left:7.9em;
   width:70%;
}

.shop_logo img{
  margin-top:1em;
  width:18em;
  height:18em;
}

.gast_img{
    background-image: url("https://demae-can.com/assets/smartphone/img/chain_logo/logo_01.png");
		display: inline-block;
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px;
    width: 7em;
    height: 7em;
    border: 1px solid #FFFFFF;
    background-size: contain;
		margin-left:2em;
		margin-right:2em;
		float:left;
}

.cocoichi_img{
    background-image: url("https://demae-can.com/assets/smartphone/img/chain_logo/logo_02.png");
		display: inline-block;
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px;
    width: 7em;
    height: 7em;
    border: 1px solid #FFFFFF;
    background-size: contain;
		margin-left:2em;
		margin-right:2em;
		float:left;
}



#setBoarder{
	height:3em;
	width:100%;
	background-color:#66bbcc;
}



#thumb{
  width:200px;
  height:auto;
}

#thumb img{
  width:200px;
  height:auto;
}
@media screen and (max-width:1280px) and (min-width:395px) {
  #thumb{
    width:100%;
    height:70em;
  }
  #thumb img{
    width:100%;
    height:70em;
    object-fit: cover;
  }
}
/*グローバルナビの文字の大きさを変更*/
nav#menu ul li a {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
}
/*タイトルの文字の大きさを変更*/
div.entry h2{
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 1px;
}
/*商品写真の右にテキストを流す*/
.contents img.size-medium {
    float: left;
    margin-right: 14px;
    border: 1px solid #dcdcdc;
}

.sticky{
	}
.bypostauthor{
	}
.clear{
	clear: both;
	}
.center{
	text-align: center;
	}
/*
#######################################
ENTRY
#######################################
*/
div#entries div.entry{
	margin-bottom: 50px;
	position: relative;
	width: 99%;
	}
div#entries-full div.entry{
	margin-bottom: 50px;
	position: relative;
	width: 900px;
	}
div.date{
	position: absolute;
	z-index :10;
	top: 0px;
	float: left;
	left: -85px;
	width: 50px;
	height: 50px;
	display: block;
	color: #000000;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	background-image: url(../images/icon-date.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}
div.date div.month{
	padding-top:10px;
	padding-bottom:0.5px;
	font-size: 10px;
	line-height: 10px;
	font-family: 'Lato Bold', sans-serif;
	}
div.date div.day{
	font-size: 20px;
	line-height: 20px;
	font-family: 'Lato Regular', sans-serif;
	}
div.date:hover{
	opacity: 0.5;
	}
div.entry h2{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
	font-family: 'Lato Light', sans-serif;
	}
div.entry h2 a{
	color: #000000;
	}
div.entry h2 a:hover{
	opacity: 0.5;
	}
/*
#######################################
CONTENTS
#######################################
*/
.admintable table{
  width: 100%;
  border-collapse: collapse;
}

.admintable table tr{
  border-bottom: solid 2px white;
}

.admintable table tr:last-child{
  border-bottom: none;
}

.admintable table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
}

.admintable table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.admintable table td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}

div.contents{
	margin-top: 0px;
	margin-left: -0.5em;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	text-align: justify;
	font-size: 2.5em;
	line-height: 2em;
	color: #777777;
	font-family: 'Lato Regular', sans-serif;
	border-bottom: 1px solid #EEEEEE;
	}
div.contents a{
	background-color: #EEEEEE;
	color: #000000;
	}
div.contents h1, div.contents h2, div.contents h3, div.contents h4, div.contents h5, div.contents h6{
	margin-top: 5px!important;
	margin-bottom: 5px!important;
	font-weight: normal!important;
	color: #000000!important;
	text-transform: uppercase!important;
	font-family: 'Lato Light', sans-serif!important;
	float: none!important;
	letter-spacing: 5px!important;
	}
div.contents h1{
	font-size: 45px!important;
	line-height: 45px!important;
	}
div.contents h2{
	font-size: 40px!important;
	line-height: 40px!important;
	}
div.contents h3{
	font-size: 30px!important;
	line-height: 30px!important;
	}
div.contents h4{
	font-size: 25px!important;
	line-height: 25px!important;
	}
div.contents h5{
	font-size: 20px!important;
	line-height: 20px!important;
	}
div.contents h6{
	font-size: 15px!important;
	line-height: 15px!important;
	}
div.contents input, div.contents textarea, div.contents select{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 5px;
	padding-top: 7.5px;
	padding-bottom: 7.5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	text-align: justify;
	font-size: 12.5px;
	line-height: 25px;
	color: #777777;
	text-decoration: none;
	font-family: 'Lato Regular', sans-serif;
	font-weight: normal;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	}
div.contents input[type="reset"], div.contents input[type="submit"]{
	padding-top: 7.5px;
	padding-bottom: 7.5px;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 12.5px;
	line-height: 12.5px;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #000000;
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
	cursor: pointer;
	}

  .customer-info dd input{
    font-size:2em;
  }
  .customer-info dd select{
    font-size:2em;
  }

div.contents hr{
	border:none;
	border-top: solid 1px #EEEEEE;
	height:1px;
	color:#FFFFFF;
	}
div.contents fieldset{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	border: 1px #EEEEEE solid;
	}
div.contents legend{
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 5px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
	font-family: 'Lato Regular', sans-serif;
	border: 1px #EEEEEE solid;
	}
div.contents table{
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-collapse: collapse;
	width: 100%;
	font-size: 12.5px;
	line-height: 25px;
	}
div.contents th{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: 1px solid #EEEEEE;
	font-weight: normal;
	}
div.contents td{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	}
div.contents pre{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #EEEEEE;
	border: 1px solid #EEEEEE;
	color: #000000;
	overflow: scroll;
	}
div.contents blockquote{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	padding-top: 40px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 40px;
	display: block;
	position: relative;
	text-align: justify;
	overflow: hidden;
	}
div.contents blockquote::before{
	font-size: 100px;
	left: 0px;
	top: 30px;
	content: "\201C";
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	position: absolute;
	}
div.contents blockquote::after{
	font-size: 100px;
	right: 0px;
	bottom: -15px;
	content: "\201D";
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	position: absolute;
	}
div.contents img{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	border: 0px solid #FFFFFF;
	max-width: 458px;
	height: auto;
	}
div.contents .wp-caption{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	text-align: center;
	}
div.contents .wp-caption img{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	border: 0px solid #FFFFFF;
	text-align: center;
	}
div.contents .wp-caption p.wp-caption-text{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	font-size: 12.5px;
	line-height: 25px;
	letter-spacing: 5px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	font-family: 'Lato Regular', sans-serif;
	}
div.contents .aligncenter{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	}
div.contents .alignleft{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 25px;
	float: left;
	display: block;
	}
div.contents .alignright{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 25px;
	margin-right: 0px;
	float: right;
	display: block;
	}
div.contents .gallery{
	margin: auto;
	}
div.contents .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
	}
div.contents .gallery img{
	border: 0px solid #FFFFFF!important;
	}
div.contents .gallery-caption{
	margin-left: 0;
	}
div.contents #gallery img{
	border: 0px!important;
	}
/*
#######################################
META
#######################################
*/
div.meta{
	margin-top: 0px;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-top: 15px;
	padding-right: 15px;
	color: #777777;
	font-size: 12.5px;
	font-family: 'Lato Regular', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	}
div.meta a{
	color: #000000;
	background-color: #EEEEEE;
	}
div.meta span{
	padding-top: 0px;
	padding-left: 17.5px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 12.5px 12.5px;
	}
div.meta span.category{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	float: left;
	background-image: url(../images/icon-category.svg);
	}
div.meta span.tag{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	float: left;
	background-image: url(../images/icon-tag.svg);
	}
div.meta span.comment{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: right;
	background-image: url(../images/icon-comment.svg);
	}
/*
#######################################
SIDEBAR
#######################################
*/
div.sidebar {
    width: 96%;
    margin-bottom: 50px;
    margin-top: -2em;
    text-align: justify;
    font-size: 12.5px;
    line-height: 25px;
    color: #777777;
    font-family: 'Lato Regular', sans-serif;
}
div.sidebar h3{
	margin-top: 0.5em;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0.65em;
	font-size: 4em;
	line-height: 25px;
	letter-spacing: 5px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
	font-family: 'Lato Light', sans-serif;
	text-align: left;
	}
div.sidebar a{
	background-color: #EEEEEE;
	color: #000000;
	text-transform: uppercase;
	}
div.sidebar ul{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-top: 1px solid #EEEEEE;
	list-style: none;
	}
div.sidebar ul li{
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #EEEEEE;
	}
div.sidebar ul li ul{
	margin-top: 5px;
	border-top: 0px solid #EEEEEE;
	}
div.sidebar ul li ul li{
	list-style: none;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	border-bottom: 0px solid #EEEEEE;
	}
div.sidebar input, div.sidebar textarea, div.sidebar select{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 5px;
	padding-left: 7.5px;
	padding-bottom: 7.5px;
	padding-top: 7.5px;
	padding-right: 7.5px;
	text-align: left;
	font-size: 12.5px;
	text-transform: none;
	text-decoration: none;
	font-family: 'Lato Regular', sans-serif;
	font-weight: normal;
	color: #777777;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	}
div.sidebar input[type="submit"]{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 7.5px;
	padding-bottom: 7.5px;
	padding-top: 7.5px;
	padding-right: 2.5px;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #000000;
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
	text-align: center;
	cursor: pointer;
	}
	/*
#######################################
COMMENTS
#######################################
*/
div#respond, div#comments{
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	text-align: justify;
	font-size: 12.5px;
	line-height: 25px;
	font-family: 'Lato Regular', sans-serif;
	color: #777777;
	}
div#respond a, div#comments a{
	background-color: #EEEEEE;
	color: #000000;
	text-transform: uppercase;
	}
div#respond h3, div#comments h3{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 25px;
	line-height: 25px;
	letter-spacing: 5px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
	font-family: 'Lato Light', sans-serif;
	}
div#respond input, div#respond textarea, div#respond select{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 5px;
	padding-top: 7.5px;
	padding-bottom: 7.5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	text-align: justify;
	font-size: 12.5px;
	line-height: 25px;
	color: #777777;
	text-decoration: none;
	font-family: 'Lato Regular', sans-serif;
	font-weight: normal;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	}
div#respond input[type="reset"], div#respond input[type="submit"]{
	padding-top: 7.5px;
	padding-bottom: 7.5px;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 12.5px;
	line-height: 12.5px;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #000000;
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
	cursor: pointer;
	}
#author, #email, #url {
	width: 50%;
	}
textarea#comment{
	width: 450px!important;
	height: 250px!important;
	}
.commentlist{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	list-style: none;
	}
.commentlist ul{
	list-style: none;
	}
.comments{
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	}
.commentsData{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 0px;
	}
.authcomment{
	}
.gravatar{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	float: left;
	}
.author{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	float: left;
	}
div.commented{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 0px;
	text-align: justify;
	font-size: 12.5px;
	line-height: 25px;
	color: #777777;
	}
div.commented p{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	}
div.commented ul{
	list-style-type: square!important;
	}
div.commented ol{
	list-style-type: decimal!important;
	}
div.reply{
	margin-top: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	float: right;
	}
div.reply a{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 7.5px;
	padding-bottom: 7.5px;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 12.5px;
	line-height: 12.5px;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #000000;
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
	cursor: pointer;
	display: block;
	text-decoration: none;
	font-family: 'Lato Regular', sans-serif;
	font-weight: normal;
	}
