@charset "UTF-8";

/**********************************
 * Initialze
 * *******************************/
/* page layout */
body.page-template	{
	background-color: #fff !important;
}
body.page-template .mobile-footer-menu-buttons {
	display: none;
}
body.page-template #main {
	background-color: #fff !important;
	padding: 0;
}
body.page-template .content {
	margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: serif;
	font-weight: normal;
}
p {
	font-family: serif;
	font-size: 14px;
	margin-bottom: 1em;
}
a {
	text-decoration: none;
}
dl, dt, dd, ul, li {
	list-style-type: none;
	font-family: serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
#static ul { padding-left: 0; }

/**********************************
 * Common items
 * *******************************/
.block { display: block; }
.fullwidth { width: 100%; }
.col2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.bg-wh     { background-color: #fff !important; }
.bg-bk     { background-color: #000 !important; }
.bg-red    { background-color: #d90000 !important; }
.bg-grey   { background-color: #e8e8e8 !important; }

.text-left   { text-align: left;  }
.text-right  { text-align: right; }
.text-center { text-align: center; }
.text-just   { text-align: justify; }
.text-underline { text-decoration: underline; }
.sans-serif { font-family: sans-serif !important; }
.serif      { font-family: serif !important; }
.bold       { font-weight: bold; }
.nobold    { font-weight: normal;}

.fs-72 { font-size: 72px !important; }
.fs-48 { font-size: 48px !important; }
.fs-36 { font-size: 36px !important; }
.fs-30 { font-size: 30px !important; }
.fs-26 { font-size: 24px !important; }
.fs-24 { font-size: 24px !important; }
.fs-20 { font-size: 20px !important; }
.fs-18 { font-size: 18px !important; }
.fs-16 { font-size: 16px !important; }
.fs-14 { font-size: 14px !important; }
.fs-13 { font-size: 13px !important; }
.fs-12 { font-size: 12px !important; }

.fc-bk   { color:#000    !important; }
.fc-wh   { color:#fff    !important; }
.fc-grey { color:#3f3f3f !important; }
.fc-red  { color:#FF0004 !important; }
.fc-blue { color:#00f    !important; }
.fc-gold { color:#b79b50 !important; }
.red     { color:#FF0004; }

.pd-0   { padding: 0 !important; }
.pt-0   { padding-top: 0 !important; }
.pt-4p  { padding-top: 4% !important; }
.pb-2p  { padding-bottom: 2% !important; }
.pb-4p  { padding-bottom: 4% !important; }
.mb-1em { margin-bottom: 1em !important; }
.mb-2em { margin-bottom: 2em !important; }
.mb-4em { margin-bottom: 4em !important; }

.mb-0   { margin-bottom: 0 !important; }
.mb-8p  { margin-bottom: 8px !important; }
.mb-16p { margin-bottom: 16px !important; }
.mb-24p { margin-bottom: 24px !important; }
.mb-32p { margin-bottom: 32px !important; }
.mb-48p { margin-bottom: 48px !important; }
.mb-64p { margin-bottom: 64px !important; }

.mr_10 { margin-right:10px; }
.mt_10 { margin-top:10px; }

.goldLine{
	width: 100%;
	height: 10px;
	display: block;
	border: none;
	background-image: url(/wp-content/themes/cocoon-child-master/images/top/top_nav_head_bg.png);
	background-repeat: repeat-x;
	background-position: 0% top;
    padding: 0;
}

/* layout */
article {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}
.inner {
	width: 100%;
	padding: 0 8px;
	margin: 0 auto 32px auto;
}
.layout-border {
	width: 100%;
	border: 1px solid #c49126;
	border-radius: 5px;
	padding: 16px;
	margin: 0 0 16px 0;
}

/* page-title */
.title-main {
	width: 100%;
	text-align:center;
	background-image: url(/wp-content/themes/cocoon-child-master/images/page_h2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 16px;
	color: #b79b50;
	padding-bottom: 16px;
	margin: 0 0 8px 0;
}

/* sub-title */
.title-border {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #684922;
	border: 1px solid #b79b50;
	padding: 8px 24px;
	margin: 0 0 16px 0;
}
.title-line {
	width: 100%;
	text-align: center;
	border-top: 1px solid #ac6a00;
	border-bottom: 1px solid #ac6a00;
	font-family: serif;
	font-size: 14px;
	color: #684922;
	padding: 8px 0;
	margin: 0 0 16px 0;
}
.title-line2 {
	width: 100%;
	text-align: center;
	border-top: 1px solid #ac6a00;
	border-bottom: 1px solid #ac6a00;
	background-color: #ffeec6;
	font-size: 14px;
	color: #000;
	padding: 8px 0;
	margin: 0 0 16px 0;
}
.title-goldline {
	width: 100%;
	text-align: center;
	background-image: url(/wp-content/themes/cocoon-child-master/images/page/h4_line.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	font-size: 14px;	
	color: #684922;
	padding: 0 0 8px 0;
	margin: 0 0 16px 0;
}
.title-yellow {
	width: 100%;
	text-align: center;
	background-color: #f1cb67;
	font-size: 16px;
	color: #5d3c02;
	padding: 4px 0;
	margin: 0 0 16px 0;
}
.title-beige {
	width: 100%;
	text-align: center;
	background-color: #d1b3a0;
	background-image: url(/wp-content/themes/cocoon-child-master/images/page_h3.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	border: 1px solid #b79b50;
	font-size: 20px;
	color:#5b2900;
	padding: 5px 0 5px 0px;
	margin: 0 0 16px 0; 
}
.title-simple {
	color: #c49126;
	font-size: 18px;
}
/* linkButton */
.btn-normal,
.btn-green,
.btn-gray {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	height: 64px;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border: 2px solid #b79b50;
	background-color: rgba(255,255,255,0.7);
	line-height: 1.3;
	font-family: serif;
	font-size: 20px;
	color: #b79b50;
	padding: 0;
	margin: 0 auto 16px auto;
}
.btn-normal:hover,
.btn-green:hover,
.btn-gray:hover {
	background-color: #ffeec6 !important;
	text-decoration: none;
	opacity: 0.7;
	color: #000;
}
.btn-green {
	border: 2px solid #54ad42;
	background-color: #fff !important;
	color: #54ad42;
	font-size: 18px;
}
.btn-gray {
	border: 2px solid #888;
	color: #888;
	font-size: 18px;
}

/* table or list */
.tbl-normal {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #e1c68c;
	margin: 0 auto 24px auto;
}
.tbl-normal dt {
	width: 35%;
	color: #5d3c02;
	font-weight: bold;
	border-bottom: 1px solid #e1c68c;
	padding: 8px 0;
}
.tbl-normal dd {
	width: 65%;
	border-bottom: 1px solid #e1c68c;
	padding: 8px 0;
}
.tbl-list dt,
.tbl-list dd {
	text-align: center;
	border-top: thin solid #ac6a00;
	color: #684922;
	font-size: 14px;
	padding: 8px 0;
}
.tbl-list dd {
	color: #000;
}

/* list */
.list-tag {
	text-align: center;
	list-style-type: none;
	border-bottom: none;
	padding: 0;
	margin: 0;
}
.list-tag li {
	display: inline-block;
	list-style-type: none;
	border-bottom: none;
	color: #000;
	background-color: #f1cb67;
	font-size: 14px;
	padding: 0 5px;
	margin: 0 6px 8px 0;
}
.list-border,
.list-bordernum {
	padding: 0;
	margin: 0 0 24px 0;
}
.list-border li,
.list-bordernum li {
	list-style-position: inside;
	list-style-type: decimal;
	color: #5d3c02;
	border-bottom: thin dotted #e6ca6d;
	font-size: 14px;
	padding: 8px 0;
}
.list-border li {
	list-style-type: none;
}

/* images */
.img-header {
	display: block;
	width: 100%;
	margin: 0 auto 16px auto;
}
.img-shop {
	display: block;
	width: 100%;
	max-width: 624px;
	margin: 0 auto 16px auto;
}

/* pickup list */
.pickup {
	padding: 0px;
	margin:7px 0;
}
.pickup::after {
	content: ' ';
	clear: both;
	display: block;
}
.pickup .l_content {
	width: 100%;
	clear: both;
	margin: 15px 0;
	text-align: center;
}
.pickup .l_content a {
	display: block;
	text-decoration:none;
	height:auto;
}
.pickup .l_content a:hover {
  opacity: 0.8;
}
.pickup .l_content figure {
	height:auto;
	right: 5px;
	top:3%;
	position: absolute;
	z-index: 2;
	max-width:210px;
}
.pickup .pickupshop {
	clear: both;
	box-sizing: border-box;
	padding: 15px 0px 0px 0px;
}
.pickup .pickup-photo {
	width: 42%;
	padding-right: 1%;
	float: left;
}
.pickup-photo img {
	vertical-align: bottom;
	width: 100%;
	max-width: 400px;
	border: 3px solid #fff;
	outline: 2px solid #b69a56;
}
.pickup .pickup-text {
	width: 57%;
	float: right;
	text-align:left;
}
.pickup-text .pickup-text-title {
	font-size: 14px;
	line-height:15px;
	margin-bottom: 1em;
}
.pickup-text .pickup-text-title a {
	color:#c49126;
	line-height:5px;
}
.pickup-text .pickup-text-description {
	font-size: 13px;
}
.pickup-text .pickup-text-area {
	background-color:#f1cb67;
	margin:3px 0px 3px 0px;
	padding:2px 0px 2px 0px;
	font-size: 13px;
	width:65px;
	text-align:center;
	color:#673900;
}

/* accordion list (faq) */
.accordion input {
	display: none;
}
.accordion label {
	position: relative;
	display: block;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	font-size: 14px;
	font-family: serif;
}
.accordion label::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -7px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.accordion div {
	position: relative;
	height: 0;
	overflow: hidden;
	box-shadow: 0 1px 7px 0 rgba(0,0,0,0.1) inset;
	transition: height .2s ease-in-out;
}
.accordion div p.faq_q{
	padding:10px;
}
.accordion input:checked + label::after {
	margin-top: -3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.accordion input:checked ~ div {
	height: auto;
	border-bottom: 1px solid #ccc;
}


/**********************************
 * Header
 * *******************************/
.site-head {
	width: 100%;
	height: 100px;
	background-image: url(/wp-content/themes/cocoon-child-master/images/header_bg.png);
	background-position: left top;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	background-repeat: repeat-x;
	padding: 8px 0 16px 0;
	margin: 0px;
}
.site-head .wrap {
	width: 100%;
	max-width: 640px;
	position: relative;
}
.site-logo,
.unav-btn {
	display: block;
	width: 160px;
	margin: 0 auto;
}
.site-desc {
	width: 100%;
	max-width: 640px;
	text-align: center;
	font-family: serif;
	font-size: 11px;
	line-height: 1;
	margin: 0 auto;
}
.header-area,
.entry-content,
.footer-area {
	width: 100%;
	max-width: 640px;
	padding: 0;
	margin: 0 auto;
}
.entry-content {
	margin-top: 16px !important;
}
.footer-area {
	padding: 0;
}
/**********************************
 * Global Menu
 * *******************************/
#menu-icon {
	display: block;
	width: 60px;
	height: 56px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(/wp-content/themes/cocoon-child-master/images/menu-icon.png);
	background-position: center center;
	background-size: auto 90%;
	background-repeat: no-repeat;
	cursor: pointer;
	color: #c49126;
}
#menu-site-menu {
	display: none;
	width: 260px;
	position: absolute;
	top: 38px;
	right:30px;
	background:#ffccd0;
	opacity: 0.9;
	border: solid 1px #fff;
	list-style-type: none;
	padding: 0;
	z-index: 1000;
}
#menu-site-menu li {
	text-align: center;
	line-height: 1;
	border-bottom: #fff 1px solid;
	padding: 12px 0;
}
#menu-site-menu li:last-of-type {
	border-bottom: none;
}
#menu-site-menu li:hover {
	background-color: rgba(255,255,255,0.9);
}
#menu-site-menu a {
	font-family: serif;
	text-decoration: none;
	color:#684922;
	font-size: 1em;
}
/* sub-menu */
#menu-site-menu li ul#sub_nav {
	clear: both;
	float: none;
	margin: 5px 0 10px 15px;
	border:none;
}
#menu-site-menu li ul#sub_nav li{
	padding:5px;
	background-color:#252525;
}

/**********************************
 * Page header
 * *******************************/
.entry-title {
	background-image: url(/wp-content/themes/cocoon-child-master/images/page_h2.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: center;
	color: #b79b50;
	font-family: serif;
	font-weight: normal;
	font-size: 16px !important;
	line-height: 1.7 !important;
	padding-bottom: 16px;
	margin: 15px 0 8px 0 !important;
}
/* breadcrumb list */
.breadcrumb {
	display: block !important;
	text-align: center;
	padding: 0;
	margin: 0 0 24px 0 !important;
}
.breadcrumb li {
	display: inline;
	padding: 0 0 1em 0
}
.breadcrumb li::after {
	content:">";
}
.breadcrumb li:last-of-type::after {
	content:"";
}
.breadcrumb li a {
	font-family: serif;
	color: #b79b50;
}

/************************************
** footer
************************************/
.footer-nav  {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}
.footer-nav .footer-logo {
	display: block;
	width: 160px;
	margin: 0 auto;
}
.footer-nav ul {
	margin: 0 0 30px;
	padding: 0;
	border-top: 1px solid #b79b50;
	font-size: 13px;
	list-style-type: none;
}
.footer-nav ul:after {
	content: "";
	clear: both;
	display: block;
}
.footer-nav ul li {
	float: left;
	width: 50%;
	text-align: left;
	border-bottom: 1px solid #b79b50;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-nav ul li:nth-child(odd) {
	border-right: 1px solid #b79b50; 
}
.footer-nav ul a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	font-family: serif;
	color: #000;
	padding: 12px 4%;
}
.footer-nav ul a:hover {
	background: #e6e6e6;
	text-decoration: none;
}
.copyright {
	text-align: center;
	font-family: serif;
	font-size: 12px;
	color: #000;
}
.footer-area .friend a {
	display: block;
	padding: 10px;
}

/* footer sns area */
.sns-area {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}
.sns-area ul {
	list-style-type: none;
	padding: 0;
}
.sns-area ul li a {
	text-decoration: none;
	font-family: serif;
}
.bn-sns {
	border: 1px solid #b79b50;
	background-position: 2% center;
	background-repeat: no-repeat;
	background-size: 15%;
	padding: 8px;
	margin-bottom: 16px;
}
.bn-sns.line {
	background-image: url(/wp-content/themes/cocoon-child-master/images/icon-line.png);
}
.bn-sns.instagram {
	background-image: url(/wp-content/themes/cocoon-child-master/images/icon-instagram.png);
}
.bn-sns.twitter {
	background-image: url(/wp-content/themes/cocoon-child-master/images/icon-twitter.png);
}
.bn-sns.tel,
.bn-sns.contact {
	background-image: url(/wp-content/themes/cocoon-child-master/images/icon-snsleft.png),url(/wp-content/themes/cocoon-child-master/images/icon-snsright.png);
	background-position: left center,right center;
	background-repeat: no-repeat;
	background-size: 13%;
}
.bn-sns .under-line {
	border-bottom: 1px dotted #b79b50;
}
.bn-sns.line .under-line {
	margin-bottom: 4px;
}
.bn-sns.tel .under-line,
.bn-sns.contact .under-line {
	margin-bottom: 4px;
}
.bn-sns p {
	width: 82%;
	text-align: center;
	line-height: 1.2;
	font-size: 20px;
	color: #b79b50;
	margin: 0 0 0 auto;
}
.bn-sns p > span {
	font-size: 70%;
}
.bn-sns.instagram p,
.bn-sns.twitter p {
	font-size: 24px;
	line-height: 1.4;
}
.bn-sns.tel p {
	width: 75%;
	font-size: 24px;
	line-height: 1.15;
	margin: 0 auto;
}
.bn-sns.tel p.large {
	font-size: 36px;
}
.bn-sns.contact p {
	width: 75%;
	font-size: 28px;
	line-height: 1.5;
	margin: 0 auto;
}
.bn-sns.contact p.large {
	font-size: 34px;
	line-height: 1.55;
}
@media only screen and (max-width:640px) {
	.bn-sns p {
		font-size: 3vw;
	}
	.bn-sns p > span {
		font-size: 70%;
	}
	.bn-sns.line p {
		line-height: 1.25;
		letter-spacing: -1px;
	}
	.bn-sns.line p > span {
		letter-spacing: 0;
	}
	.bn-sns.instagram p,
	.bn-sns.twitter p {
		font-size: 3.6vw;
		line-height: 1.4;
	}
	.bn-sns.tel p {
		font-size: 3.6vw;
	}
	.bn-sns.tel p.large {
		font-size: 5.2vw;
	}
	.bn-sns.contact p {
		font-size: 4vw;
	}
	.bn-sns.contact p.large {
		font-size: 5.6vw;
	}
}
/* footer-shoplist.php */
.footer-shoplist {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}
.footer-shoplist ul {
	width: 100%;
	height: auto;
	background-image: url(/wp-content/themes/cocoon-child-master/images/page/menu-index_bg.png);
	background-size: auto 60%;
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #ffffff;
	clear: both;
	overflow-y: hidden;
	padding: 0;
	margin: 0 auto;
}
.footer-shoplist ul li {
	margin: 0%;
	width: 33.3%;
	float: left;
}
.footer-shoplist ul li:nth-child(3n+3){
	margin-right: 0;
}
.footer-shoplist ul li a {
	background-color: #fff;
	border: 2px solid #b79b50;
	display:block;
	opacity: 0.8;
	margin: 4%;
	font-size: 15px;
	color: #5d3c02;
	text-align: center;
	text-shadow: none;
	letter-spacing: 0;
	text-decoration: none;
	padding: 20px 5px;
	font-family: serif;
	font-size: 14px;
}
.footer-shoplist ul li a:hover{
	background-color: #ffeec6;
	opacity: 0.7;
	color: #000000;
	text-decoration:none;
}
.footer-shoplist ul li a.arrow{
	position: relative;
}
.footer-shoplist ul li a.arrow:after{
	content:"";
	display: block;
	width:4px;
	height:4px;
	border-top:3px solid #fff;
	border-right:3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:4%;
	top:44%;
}
.footer-shoplist ul li a.picup{
	background-image: url(/wp-content/themes/cocoon-child-master/images/top/Icon_pickup.gif);
	background-repeat: no-repeat;
	background-size:44px 15px;
	background-position-x: center;
	background-position-y: 5px;
}
@media only screen and (max-width:414px) {
	.footer-shoplist ul li a {
		font-size: 14px;
		padding: 20px 0px;
	}
}
/* footer LINE-btn */
@media only screen and (min-width:416px){
	.btn-screen-bottom { display: none; }
}
@media only screen and (max-width:415px){
	.btn-screen-bottom {
		display: block;
		position: fixed;
		bottom: 23px;
		left: 0;
		right: 0;
		width: 280px;
		background-color: #00c300;
		border-radius: 32px;
		padding: 8px;
		margin: auto;
	}
	.btn-screen-bottom p {
		padding: 8px;
		margin-bottom: 0;
	}
}
/************************************
** contact page
************************************/
.entry-content .shop-info form {
	padding: 16px;
}
.entry-content form > p {
	text-align: center;
	color: #684922;
	font-family: serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
.entry-content form > p > span {
	color: #c50000;
}
/*
.wpcf7-form-control {
	margin: 0 0 16px 0
}
*/
.search-edit,
input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"],
input[type="file"],
textarea {
	display: block;
	width: 100%;
	background-color: #fff;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	font-size: 14px;
	padding: 10px;;
	-webkit-appearance: none;
}
input.short {
	display: inline-block;
	width: 8em;
}
.wpcf7-radio {
	font-size: 14px;
}
select {
	width: 10em;
	border: none;
	background-color: #e8e8e8;
	margin-bottom: 0;
}
textarea {
	width: 100%;
	margin-bottom: 2em;
}
input[type="file"] {
	width: 15em;
	background-color: #fff;
	margin: 0;
}
input[type='submit'] {
	display: block;
	width: 100%;
	max-width: 600px;
	height: calc(100vw * 0.183);
	max-height: 122px;
	background-image: url(/wp-content/themes/cocoon-child-master/images/page/bt_send.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: transparent;
	border: none;
	font-size: 0;
	padding: 0;
	margin: 0 auto !important;
	-webkit-appearance: none;
}
.group { 
	font-size: 14px;
	margin-bottom: 1em;
}
.group .search-edit,
.group input[type="text"], 
.group input[type="password"], 
.group input[type="date"], 
.group input[type="datetime"], 
.group input[type="email"], 
.group input[type="number"], 
.group input[type="search"], 
.group input[type="tel"], 
.group input[type="time"], 
.group input[type="url"],
.group input[type="file"],
.group textarea,
.group select {
	margin-bottom: 0;
}
.meeting {
	margin: 0 0 1em 0;
}
.meeting select {
	width: 8em;
}
.meeting .title {
	background-color: #000;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	padding: 4px 6px;
	margin: 0 0 8px 0;
}
.meeting .title > span {
	color: #c50000;
}
.meeting .sub-title {
	display: inline-block;
	font-size: 14px;
	padding: 0 1em 0 2%;
}
.notice {
	background-color: #d0d0d0;
	padding: 10px;
	margin: 0 0 2em 0;
}
.contact-shopname {
	margin-bottom: 16px !important;
}
.contact-shopname input {
	text-align: center;
	border: none !important;
	padding: 0 !important;
}
.contact-shopname input.shopname {
	background-color: transparent;
}
.contact-shopname input.shopurl {
	display: none;
}
.entry-content .shop-info form .wpcf7-response-output {
	height: auto !important;
	margin: 0;
}
/*
.entry-content .shop-info form  .wpcf7-not-valid-tip {
	margin-bottom: 32px;
}*/

/************************************
** contact page (thanks page)
************************************/
.complete	p {
	text-align: center;
	font-family: serif;
	font-size: 14px;
}
.complete .thanks-title {
	font-size: 20px;
}
.complete a {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-family: serif;
	border: 2px solid #b79b50;
	color: #5d3c02;
	padding: 20px 5px;
}

/**********************************
 * top page
 * *******************************/
#toppage {
	margin-top: -16px;
}
/* slider images*/
.top-slider {
	opacity: 0;
	transition: opacity .3s linear;
}
.top-slider.slick-initialized {
	opacity: 1;
}

#portfolio {
	display: block;
	height:475px;
	list-style-type:none;
}
#portfolio li {
    left: 0;
    right: 0;
	margin: 0;
	padding: 0;
	list-style-type:none;
}
#portfolio  li a img {
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
}

/* twitter iframe */
@media screen and ( max-width: 768px ) {
	.twitter-tl {
		width: 100%;
		padding: 0 8%;
	}
}

/* nav-topicarea */
.nav-topicarea a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 200px;
	max-height: 200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 0.5em;
}
.nav-topicarea .left  { flex-direction: row; }
.nav-topicarea .right { flex-direction: row-reverse; }

.nav-topicarea .nishiazabu { background-image: url(/wp-content/themes/cocoon-child-master/images/top/picup_nishiazabu.jpg); }
.nav-topicarea .ginza      { background-image: url(/wp-content/themes/cocoon-child-master/images/top/picup_ginza.jpg); }
.nav-topicarea .roppongi   { background-image: url(/wp-content/themes/cocoon-child-master/images/top/picup_roppongi.jpg); }
.nav-topicarea .ebisu      { background-image: url(/wp-content/themes/cocoon-child-master/images/top/picup_ebisu.jpg); }
.nav-topicarea .ichiran    { background-image: url(/wp-content/themes/cocoon-child-master/images/top/picup_ichiran.jpg); }

.nav-topicarea a h3 {
	width: 25%;
	font-size: 22px;
	color: #684922;
}
.nav-topicarea .left h3 {
	text-align: left;
}
.nav-topicarea .right h3 {
	text-align: right;

}
.nav-topicarea a {
	text-decoration: none !important;
}
.nav-topicarea a p {
	color: #fff;
	width: 68%;
	text-shadow: 3px 2px 2px #000;
	font-size: 14px;
	margin: 0;
}

/* nav-topicarea(new ver) sp */
@media only screen and (max-width:640px) {
	.nav-topicarea a {
		height: calc(100vw * 0.295);
	}
	.nav-topicarea a h3 {
		font-size: 3.6vw;
	}
	.nav-topicarea a p {
		font-size: 2.5vw;
	}
}

/*  gnavi */
.gnavi {
	margin: 0;
}
.gnavi {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gnavi li{
	width: 49.5%;
	margin: 0 0 1% 0;
	padding: 0;
}
.gnavi li a {
    display: block;
	position: relative;
	color: #000;
	margin: 0;
	padding: 0;
}
.gnavi li a img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.gnavi li a p {
	position: absolute;
	top: 4%;
	left: 0;
	width: 85%;
	height: 25%;
	background: linear-gradient(90deg,rgba(255,235,130,0.8), rgba(255,255,255,0.8),rgba(255,235,130,0.8) );
	text-align: center;
	line-height: 1.3;
	font-size: 22px;
	margin: 0;
}
.gnavi li a p span {
	font-size: 60%;

}
/* gnavi sp */
@media only screen and (max-width:640px) {
	.gnavi li a p {
		width: 90%;
		height: 30%;
		font-size: 3.8vw;
	}
}

/* news-list */
.news-list {
	margin-bottom: 2em;
}
.news-list li {
	border-bottom: 1px solid #e1c68c;
	padding: 1em 0;
}
.news-list li:last-of-type {
	border-bottom: none;
}
.news-list .news-date {
	text-align: center;
	color: #684922;
	text-decoration: underline;
	margin: 0 auto 8px auto;
}
.news-list .news-title {
	text-align: center;
	font-family: serif;
	font-size: 16px;
	color: #000;
}
.news-list .btn-news {
	display: block;
	width: 8em;
	text-align: center;
	background-color: #f1cb67;
	color: #000;
	margin: 1em auto 0 auto;
}

/* pickupnavi */
.pickup{
	padding: 0px;
	margin:7px 0;
}
.pickup::after {
	content: ' ';
	clear: both;
	display: block;
}
.pickup .l_content{
	width: 100%;
	clear: both;
	margin: 15px 0;
	text-align: center;
}
.pickup .l_content a{
	display: block;
	text-decoration:none;
	height:auto;
}
.pickup .l_content a:hover{
  opacity: 0.8;
}
.pickup .l_content figure{
	height:auto;
	right: 5px;
	top:3%;
	position: absolute;
	z-index: 2;
	max-width:210px;
}
.pickup .pickupshop{
	clear: both;
	box-sizing: border-box;
	padding: 15px 0px 0px 0px;
}
.pickup .pickup-photo {
	width: 42%;
	padding-right: 1%;
	float: left;
}
.pickup-photo img{
	vertical-align: bottom;
	width: 100%;
	max-width: 400px;
	border: 3px solid #fff;
	outline: 2px solid #b69a56;
}
.pickup .pickup-text{
	width: 57%;
	float: right;
	text-align:left;
}
.pickup-text .pickup-text-title{
	font-size: 14px;
	line-height:15px;
	margin-bottom: 1em;
}
.pickup-text .pickup-text-title a{
	color:#c49126;
	line-height:5px;
	text-decoration: none;
}
.pickup-text .pickup-text-description{
	font-size: 13px;
}
.pickup-text .pickup-text-area{
	background-color:#f1cb67;
	margin:3px 0px 3px 0px;
	padding:2px 0px 2px 0px;
	font-size: 13px;
	width:65px;
	text-align:center;
	color:#673900;
}

/**********************************
 * Shop List
 * *******************************/
/* flickity */
.gallery .gallery-cell {
	width: 100%;
	text-align: center;
}
@media screen and ( min-width: 768px ) {
/* half-width cells for larger devices */
	.gallery .gallery-cell {
		width: 50%;
	}
}

/* slick */
.slider-area {
	padding: 0;
	width: 100%;
	max-width: 624px;
	margin: 0 auto;
}
.slider-area li img {
	width: 100%;
	max-width: 624px;
	height: calc(100vw * 0.70);
	max-height: 468px;
	object-fit: cover;
}
.slider-area .slick-prev,
.slider-area .slick-next {
	width: 32px;
	height: 32px;
	z-index: 1000;
}
.slider-area .slick-prev { left: 0;  }
.slider-area .slick-next { right: 0; }
.slider-area .slick-prev:before,
.slider-area .slick-next:before {
	font-size: 32px;
	color: #f1cb67;
}
.slider-area .slick-dots { display: block !important;}

.accordion.shop-info label.btn-normal {
	text-align: center;
	height: auto;
	border-bottom: 2px solid #b79b50;
	padding: 17px 0;
	margin-bottom: 0;
}
.accordion.shop-info .inner-shop {
	margin-bottom: 0;
}
.accordion.shop-info .tbl-normal {
	margin: 16px auto;
}
.page-nation {
	display: flex;
	justify-content: center;
	font-family: serif;
	font-size: 14px;
}
.page-nation .page-numbers {
	border: 1px solid #b79b50;
	color: #b79b50;
}
.page-nation a.page-numbers:hover {
	background-color: #ffeec6;
	color: #000;
}
.page-nation .current {
	background-color: #efefef;
	border: none;
	color: #000;
}

/**********************************
 * voice
 * *******************************/
#voice .inner.col2 {
	justify-content: space-between;
}
#voice .inner.col2 > img {
	display: block;
	width: 40%;
	height: 100%;
	margin: 0 8px 0 0;
}
#voice .inner.col2 > div > p {
	border-top: 1px solid #e1c68c;
	padding: 8px 0;
	margin: 0;
}
#voice .inner.col2 > div > .tbl-normal {
	border-top: 1px solid #e1c68c;
	margin-bottom: 0;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
	/*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
	/*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px){
	/*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
	/*必要ならばここにコードを書く*/
}


/**********************************
 * Shop List(投稿用ページ)
 * *******************************/
/* page layout */
body.single-shoplist	{
	background-color: #fff !important;
}
body.single-shoplist .mobile-footer-menu-buttons {
	display: none;
}
body.single-shoplist #main {
	background-color: #fff !important;
	padding: 0;
}
body.single-shoplist .content {
	margin-top: 0;
}