@charset "utf-8";

/*-----------------------------	
	tano-item-detail-box
-----------------------------*/
.tano-item-detail-box-1 .tano-item-detail .tano-item-detail-center img,
.tano-item-detail-box-2 .tano-item-detail .tano-item-detail-center img,
.tano-item-detail-box-3 .tano-item-detail .tano-item-detail-center img,
.tano-item-detail-box-4 .tano-item-detail .tano-item-detail-center img,
.tano-item-detail-box-5 .tano-item-detail .tano-item-detail-center img {
    border: 0px;
}

/*-----------------------------	
	h2
-----------------------------*/
#tano-main-area h2.tano-h2 {
  position: relative;
    padding: 1.5rem 2rem;
    border: 4px solid #442600;
    background: #ee9d00;
    color: #fff;
    -webkit-text-stroke: 6px #442600;
    text-stroke: 6px #442600;
    paint-order: stroke;
    margin: 30px 0 15px 0;
    font-size: 2.2em;
}

#tano-main-area h2.tano-h2:before,
h2.tano-h2:after {
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
  border-top: 4px dotted #000;
}

#tano-main-area h2.tano-h2:before {
  top: 6px;
}

#tano-main-area h2.tano-h2:after {
  bottom: 6px;
}

/*-----------------------------	
	nav.tano-nav-btn
-----------------------------*/

#tano-main-area nav.tano-nav-btn {
	float: left;
    margin: -5px 0 20px 4px;
}

#tano-main-area nav.tano-nav-btn ul li{
	float: left;
    padding: 0;
    margin: 0 5px 5px 0;
    width: 234px;
    height: auto;
}

#tano-main-area nav.tano-nav-btn ul li a {
	display: table-cell;
    width: 234px;
    height: 3.25em;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    font-size: 1.2em;
    font-weight: 600;
    color: #370900;
    border: 1px #442600 solid;
    border-radius: 5px;
    padding: 0 8px 0 8px;
    background: #fffcf5 url(arrow_b-out.png) no-repeat 99% 51%;
}
#tano-main-area nav.tano-nav-btn ul li a:hover {
	color: #fff;
	border: 1px #442600 solid;
	background: #442600 url(arrow_w-over.png) no-repeat 99% 51%;
}


/*-----------------------------------
	.tano-back-color
-----------------------------------*/
#tano-main-area .tano-back-color-brown{
	background:#a75f20;
}

#tano-main-area .tano-jin-text-01 {
    display: inline-block;
    margin: 0 5px 0;
    font-size: 1.4em;
    font-weight: 600;
    color: #442600;
}