@charset "utf-8";
/*
Theme Name:  theme
Theme URI: http://
Description: 専用のベーステーマ
Author: y2 yohei yokoyama
Url: http://yyyyyy.in
Version: 1.0
*/


::-moz-selection {
	background: #dedede;
	color: #333;
}

::selection {
	background: #dedede;
	color: #333;
}

.clearfix { display: block; } 

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: '';
	clear: both;
	height: 0;
}

body.pc .sp_view {
	display: none !important;
}

body.sp .pc_view {
	display: none !important;
}


/*  
---------------------------------------------------------------------------*/

html {
	height: 100%;
	min-height: 100%;
}

body {
	height: 100%;
	min-height: 100%;
	color: #392214;
	font-size: 14px;
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	line-height: 1;
	background-color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
	font-size: 14px;
	line-height: 1.8;
}

address { font-style: normal; }


/* txt
-----------------------------------*/

strong, .strong {
	font-family: 'TsukuARdGothicStd-E', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}

.txt-en {
	font-family: 'Source Sans Pro', serif;
}

.txt-orange, a.tel {
	color: #E95516;
}

.txt-brown {
	color: #6F5240;
}


/* rollhover
------------------------------------*/

a {
	color: #392214;
	text-decoration: none;
	transition: .2s linear;
}

a:hover {
	color: #E95516;
	text-decoration: none;
}

a img {
	transition: opacity .2s ease-out;
}

a:hover img {
	opacity: 0.5;
}


/* .list-arrow
------------------------------------*/

.list-arrow i {
	display: block;
	content: '';
	background: #000;
	width: 10px;
	height: 1px;
}

.list-arrow i:after {
	position: absolute;
	top: -3px;
	right: -3px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* .btn
------------------------------------*/

.btn-contact a {
	display: block;
	box-sizing: border-box;
	border-radius: 5px;
	background: #E95516;
	padding: 12px;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}

.btn-contact a:hover {
	opacity: 0.5;
}

.btn-link-s a {
	display: inline-block;
	box-sizing: border-box;
	background: #ffffff;
	border-radius: 50px;
	border: 1px solid #E95516;
	width: 100%;
	padding: 15px 25px 15px 30px;
	color: #E95516;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.15em;
}

.btn-link-s a:hover {
	opacity: 0.5;
}

.btn-link-s a i {
	display: inline-block;
	content: '';
	background: url(img/share/ico-arrow-dot.png) no-repeat;
	width: 9px;
	height: 12px;
	margin: 0 10px 0 0;
}

.btn-detail span {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 42px;
	padding: 48px 0 2px 2px;
	color: #6F5240;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
}

.btn-detail span:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(img/share/ico-arrow-detail.png) no-repeat;
	background-size: 42px 41px;
	width: 42px;
	height: 41px;
}

.btn-detail span:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 6px;
	background: #6F5240;
	width: 30px;
	height: 1px;
	padding: 0 -1px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {	
.btn-detail span:before {
	background: url(img/share/ico-arrow-detail@2x.png) no-repeat;
	background-size: 42px 41px;
}
}


/* .wp-pagenavi
------------------------------------*/

.wp-pagenavi {
	margin: 0 0 100px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.wp-pagenavi a {
	color: #E95516;
}

.wp-pagenavi a.page {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 30px;
	background: #ffffff;
	width: 30px;
	height: 30px;
	margin: 0 5px;
	padding: 8px 5px 0 7px;
	text-align: center;
}

.wp-pagenavi a:hover {
	opacity: 0.5;
}

.wp-pagenavi .current {
	display: inline-block;
	box-sizing: border-box;
	border-radius: 30px;
	background: #E95516;
	width: 30px;
	height: 30px;
	margin: 0 10px;
	padding: 8px 5px 0 7px;
	color: #ffffff;
	text-align: center;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	position: relative;
}

.wp-pagenavi a.previouspostslink {
	margin: 0 20px 0 0;
}

.wp-pagenavi a.nextpostslink {
	margin: 0 0 0 20px;
}

.wp-pagenavi a.first {
	margin: 0 40px 0 0;
}

.wp-pagenavi a.last {
	margin: 0 0 0 40px;
}

.wp-pagenavi a.previouspostslink:before,
.wp-pagenavi a.nextpostslink:before {
	position: absolute;
	top: 3px;
	display: block;
	content: '';
	width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wp-pagenavi a.previouspostslink:before {
	left: -14px;
  border-bottom: 2px solid #E95516;
  border-left: 2px solid #E95516;
}

.wp-pagenavi a.nextpostslink:before {
	right: -12px;
  border-top: 2px solid #E95516;
  border-right: 2px solid #E95516;
}

.wp-pagenavi .extend {
	padding: 0 10px;
}

/* header
---------------------------------------------------------------------------*/

header {
	width: 100%;
	min-width: 1000px;
	min-height: 210px;
	margin: 0;
	padding: 0;
	z-index: 9999;
}

header .inner {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 50px 0 0 0;
}

header .logo {
	width: 360px;
	height: 58px;
	margin: 0 auto 35px;
	position: relative;
}

header .logo .logo-circle,
header .logo .logo-bird,
header .logo .logo-type{
  position: absolute;
}

header .logo .logo-circle{
  top:  1px;
  left: 1px;
}
header .logo .logo-bird{
  top:  11px;
  left: 14px;
/*
  top:  100px;
  left: 14px;
*/

}
header .logo .logo-type{
  top: 10px;
  right: -3px;
}

header .inner aside:first-child {
	position: absolute;
	top: 55px;
	left: 45px;
	color: #E95516;
}

header .inner aside:first-child p {
	margin: 0 0 12px;
	font-style: italic;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.3em;
}

header .inner aside:last-child {
	position: absolute;
	top: 45px;
	right: 45px;
	z-index: 9999;
}


/* header - top
-----------------------------------*/

body#top header {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #ffffff;
	height: 210px;
}

body#top header .inner aside {
	display: none;
}


/* header - media query
-----------------------------------*/

@media (max-width: 1180px) {

header .inner aside:first-child {
	top: 35px;
	left: 35px;
}

header .inner aside:last-child {
	top: 35px;
	right: 35px;
}

}


/* footer
---------------------------------------------------------------------------*/

footer {
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	min-width: 1000px;
	min-height: 260px;
	margin: 0;
	padding: 60px 75px;
}

.footer-contact {
	float: left;
}

.footer-contact .logo-sub {
	margin: 0 0 10px;
	color: #E95516;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 7px;
}

.footer-contact .logo {
	width: 280px;
	margin: 0 0 20px;
}

.footer-contact .logo img {
	width: 100%;
	height: auto;
}

.footer-contact address p {
	margin: 0 0 5px;
	font-weight: bold;
	letter-spacing: 0.19em;
}

.footer-contact ul {
	color: #E95516;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.footer-contact li {
	display: inline-block;
	margin: 0 3px 0 0;
}

.footer-contact li:nth-child(1):after {
	display: inline-block;
	content: '/';
	padding: 0 3px 0 11px;
}


/* footer .inner
-----------------------------------*/

footer .inner {
	float: right;
	margin: 5px 0 0;
	font-weight: bold;
}

footer .inner-s {
	overflow: hidden;
}

footer .inner-s:nth-child(1) {
	margin: 0 0 50px;
}

footer .sns {
	overflow: hidden;
	float: left;
}

footer .sns li {
	float: left;
	margin: 0 20px 0 0;
}

.copyright {
	float: right;
	margin: 3px 0 0;
	color: #E95516;
	font-weight: 900;
	font-style: italic;
	text-align: right;
	letter-spacing: 0.3em;
}

footer .inner-s:nth-child(2) {
	margin: 0 0 15px;
	color: #E95516;
}

footer .inner-s:nth-child(2) p:nth-child(1),
footer .inner-s:nth-child(2) p:nth-child(2) {
	float: left;
	font-style: italic;
	letter-spacing: 0.2em;
}

footer .inner-s:nth-child(2) p:nth-child(1) {
	margin: 0 20px 0 0;
}

footer .pagetop {
	float: right;
	margin: -2px 0 0;
}

footer .pagetop a {
	display: inline-block;
	border-bottom: 1px solid #E95516;
	color: #E95516;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

footer .pagetop a:hover {
	opacity: 0.5;
}


/* .gnav
-----------------------------------*/

header .gnav {
	text-align: center;
}

footer .gnav {
	text-align: left;
}

.gnav ul {
	overflow: hidden;
}

.gnav ul li {
	position: relative;
	display: inline-block;
}

.gnav ul li:nth-child(3) strong{
  letter-spacing: 0em!important;
}
.gnav ul li:nth-child(5) strong{
  letter-spacing: 0.1em!important;
}

header .gnav ul li {
	margin: 0 5px;
	padding: 0 25px 0 0;
}

footer .gnav ul li {
	margin: 0 18px 0 0;
}

footer .gnav ul li:last-child {
	margin: 0;
}

header .gnav ul li:after {
	display: inline-block;
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	background: #979797;
	width: 13px;
	height: 1px;
}

header .gnav ul li:last-child {
	padding: 0;
}

header .gnav ul li:last-child:after {
	display: none;
}

.gnav ul li a {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

header .gnav ul li a {
	padding: 5px;
}


/* gnav - media query
-----------------------------------*/

@media (max-width: 1220px) {

header .gnav ul li {
	margin: 0;
	padding: 0 12px 0 0;
}

header .gnav ul li:after {
	width: 10px;
}

.gnav ul li a {
	font-size: 15px;
	letter-spacing: 0.05em;
}

footer .gnav ul li {
	margin: 0 12px 0 0;
}

footer .gnav ul li a {
	font-size: 16px;
}

footer {
	padding: 60px 50px;
}

}


@media (max-width: 1080px) {

footer .gnav ul li {
	margin: 0 10px 0 0;
}

footer .gnav ul li a {
	font-size: 13px;
}

footer {
	padding: 60px 40px;
}

footer .inner-s:nth-child(2) {
	margin: 0 0 18px;
	color: #E95516;
}

}


/* .gnav on
-----------------------------------*/

body#blog .gnav-blog a,
body#about .gnav-about a,
body#item .gnav-item a,
body#retailer .gnav-retailer a,
body#company .gnav-company a,
body#contact .gnav-contact a {
	padding: 5px 5px 3px;
	color: #E95516;
}

body#blog footer .gnav-blog a {
	padding: 5px 5px 3px 0;
}

body#contact footer .gnav-contact a {
	padding: 5px 0 3px;
}

body#blog .gnav-blog a span,
body#about .gnav-about a span,
body#item .gnav-item a span,
body#retailer .gnav-retailer a span,
body#company .gnav-company a span,
body#contact .gnav-contact a span {
	border-bottom: 1px solid #E95516;
	padding: 0 0 3px;
}


/* contents
---------------------------------------------------------------------------*/

#mainContents {
	background: #F9F8EE;
	width: 100%;
	min-width: 1000px;
	margin: 0;
	padding: 0 0 60px;
	text-align: left;
}

#mainContents .pagetop {
	position: relative;
	width: 100px;
	margin: 0 auto;
	text-align: center;
  transition: .2s linear;
}

#mainContents .pagetop:hover {
	opacity: 0.5;
}

#mainContents .pagetop:before,
#mainContents .pagetop:after {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	background: #E95516;
	border-radius: 4px;
	width: 20px;
	height: 4px;
}

#mainContents .pagetop:before {
	left: 47px;
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
}

#mainContents .pagetop:after {
	right: 47px;
	-webkit-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	transform: rotate(-35deg);
}

#mainContents .pagetop a {
	position: relative;
	display: inline-block;
	padding: 28px 0 0 3px;
	color: #E95516;
	font-size: 12px;
	font-weight: 900;
	font-style: italic;
	letter-spacing: 0.2em;
}

#mainContents .pagetop a:after {
	display: block;
	content: '';
	background: #E95516;
	width: 65px;
	height: 2px;
	margin: 8px 0 0 -2px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.contents {
	width: 1000px;
	margin: 0 auto;
}


/* .page-title
-----------------------------------*/

.page-title {
	width: 100%;
}

.slider li {
	width: 100%;
}

.slider li img {
	width: 100%;
	height: auto;
}

.page-title .slider li {
	opacity: 0;
}

.page-title .slider li:first-child{
  opacity: 1.0!important;
}

.sub-title {
	margin: 0 auto 60px;
	text-align: center;
}

.sub-title span {
	display: inline-block;
	border-bottom: 2px solid #E95516;
	padding: 0 16px 15px;
	color: #E95516;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.1em;
}


/* .sec-box
------------------------------------*/

.sec-box {
	position: relative;
	border-radius: 10px;
	background: #ffffff;
	padding: 0 15px;
}

.sec-box .inner {
	box-sizing: border-box;
	border-top: 3px solid #E95516;
	width: 100%;
	padding: 50px 30px 50px 37px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.box-list .sec-box .inner {
	padding: 25px 5px 30px 2px;
}


/* .box-list
------------------------------------*/

.box-list {
	clear: both;
	overflow: hidden;
	width: 1000px;
	margin: 0 0 90px;
	font-weight: bold;
}

.box-list ul {
	overflow: hidden;
	margin: 0 -21px 0 0;
}

.box-list li {
	float: left;
	width: 234px;
	margin: 0 21px 0 0;
}

.box-list li figure {
	margin: 0 auto 22px;
	width: 170px;
	height: 170px;
}

.box-list li figure img {
	border-radius: 50%;
	width: 170px;
	height: 170px;
}

.box-list li dt {
	margin: 0 0 15px;
	color: #E95516;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-align: center;
}

.box-list li dd {
	margin: 0 0 0 5px;
	font-weight: normal;
	line-height: 1.8;
	letter-spacing: 0.05em;
	text-align: justify;
	font-size: 13px;
}

.box-list li dd a {
	color: #6F5240;
	text-decoration: underline;
}

.box-list li dd a:hover {
	color: #E95516;
}


/* .box-list - media query
-----------------------------------*/

@media (max-width: 1060px) {
.box-list ul {
	margin: 0 -10px 0 17px;
}
.box-list li {
	width: 234px;
	margin: 0 10px 0 0;
}
}


/* .map
------------------------------------*/

.map {
	position: relative;
	width: 1000px;
	height: 520px;
	margin: 0 auto 65px;
}

#gMap {
	width: 1000px;
	height: 520px;
}

.map .map-contact {
	position: absolute;
	top: 20px;
	right: 50px;
	box-sizing: border-box;
	background: #ffffff;
	width: 270px;
	height: 480px;
	padding: 22px 0 0;
	z-index: 9999 !important;
}

.map .map-contact:before {
	display: block;
	content: '';
	position: absolute;
	top: -10px;
	right: -10px;
	background: url(img/share/logo-foot3.png) no-repeat;
	width: 54px;
	height: 67px;
}

.map .map-contact:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 6px;
	left: 6px;
	background: #E95516;
	width: 258px;
	height: 4px;
}

.map .map-contact figure {
	width: 210px;
	margin: 0 auto 25px;
}

.map .map-contact p:nth-child(2),
.map .map-contact p:nth-child(3) {
	font-weight: bold;
	text-align: center;
}

.map .map-contact p:nth-child(2) {
	margin: 0 0 6px;
	font-size: 12px;
	letter-spacing: 0.3em;
}

.map .map-contact p:nth-child(3) {
	margin: 0 auto 22px;
}

.map .map-contact p:nth-child(3) span {
	display: inline-block;
	background: linear-gradient(transparent 75%, #FFF000 0%);
	color: #E95516;
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: 0.1em;
}

.map .map-contact address p {
	margin: 0 0 12px 49px;
	text-align: left;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.15em;
}

.map .map-contact address p:nth-child(2) {
	margin: 0 0 10px 50px;
	color: #E95516;
	font-size: 14px;
	text-align: left;
	letter-spacing: 0.15em;
}


/* .address-box
------------------------------------*/

.address-box {
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 10px;
	background: #ffffff;
	border: 2px solid #E95516;
	width: 700px;
	margin: 0 0 45px;
	padding: 20px 0 18px 35px;
}

.address-box figure {
	float: left;
	margin: 5px 35px 0 0;
}

.address-box figure img {
	width: 250px;
	height: auto;
}

.address-box address {
	float: left;
}

.address-box p {
	margin: 0 !important;
	font-weight: bold;
	letter-spacing: 0.12em !important;
	line-height: 1.8 !important;
}

.address-box p:nth-child(2) {
	color: #E95516;
}


/* delivery-fee
------------------------------------*/
.delivery-fee {
	margin-bottom: 30px;
}

.delivery-fee table:first-child {
	margin-bottom: 30px;	
}

.delivery-fee table {
	width: 100%;
	background: #ffffff;
	display: table;
	border-radius: 6px;
}

.delivery-fee table th,
.delivery-fee table td {
	border-left: 1px solid #e6e6e6;
	color: #6F5240;
	padding: 14px 20px;
	width: 16.6%;
	letter-spacing: 0.05em;  
	box-sizing: border-box;
  font-family: 'TsukuARdGothicStd-E', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}

.delivery-fee table th.area {
	background: #bababa;
	color: #ffffff;
	padding: 13px 20px;
}

.delivery-fee table th.prefecture {
	line-height: 1.7!important;
	font-size: 12px;
	border-bottom: 1px dotted #AA8B6E;
}

.delivery-fee table .price {
}

.delivery-fee-attention {
	font-size: 12px;
	letter-spacing: 0.1em;
	text-align: left;
	margin: 10px 0 0 3px;
}