﻿ @charset "utf-8";
#tano-main-area h2.tano-h2{
	margin:40px 0 15px;
	padding: 0;
	font-size: 26px;
	font-weight: 600;
	color: #333;
	border: 0;
	background: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#tano-main-area h2.tano-h2 span{
	font-size: 32px;
	line-height: 1em;
	padding: 0 5px 0 15px;
}
#tano-main-area h3.tano-h3{
	color: #222;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	line-height: 1em;
	padding: 13px 30px 10px;
	margin: 40px 0  10px;
	background-size: 30px 30px;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
}
#tano-main-area #section01 h3.tano-h3{
	background-image: linear-gradient( -45deg, #fffae3 25%, #fcf3d6 25%, #fcf3d6 50%, #fffae3 50%, #fffae3 75%, #fcf3d6 75%, #fcf3d6 );
}
#tano-main-area #section02 h3.tano-h3{
	background-image: linear-gradient( -45deg, #e9ffe8 25%, #defbdb 25%, #defbdb 50%, #e9ffe8 50%, #e9ffe8 75%, #defbdb 75%, #defbdb );
}
#tano-main-area #section03 h3.tano-h3{
	background-image: linear-gradient( -45deg, #f3f4ff 25%, #e6e9fd 25%, #e6e9fd 50%, #f3f4ff 50%, #f3f4ff 75%, #e6e9fd 75%, #e6e9fd );
}
#tano-main-area h4.tano-h4{
	font-size: 20px;
	padding: 5px 0;
	margin: 20px 0 10px;
	color: #333;
	border: 0;
}
#tano-main-area .tano-jin-text-01{
	font-size:16px;
	margin-bottom: 10px;
	line-height: 1.75em;
}

/*-----------------------------------------
	.tano-nav-btn-top
-------------------------------------------*/
#tano-main-area .tano-nav-btn-top {
	width: 960px;
	background: #f5f5f5;
}
#tano-main-area .tano-nav-btn-top ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding: 15px;
}
#tano-main-area .tano-nav-btn-top li{
	width: 300px;
	display: flex;
}
#tano-main-area .tano-nav-btn-top li a{
	display: flex;
	flex-direction: column;
	text-align: center;
	color: #333;
	background: #fff;
	border: solid 1px #666;
}
#tano-main-area .tano-nav-btn-top li a:hover{
	text-decoration: none;
	opacity: 0.5;
}
#tano-main-area .tano-nav-btn-top li a .nav-btn-image,
#tano-main-area .tano-nav-btn-top li a .nav-btn-text{
	display: flex;
	justify-content: center;
	align-items: center;
}
#tano-main-area .tano-nav-btn-top li a .nav-btn-image{
	width: 300px;
	height: 150px;
}
#tano-main-area .tano-nav-btn-top li.select01-link a .nav-btn-image{
	background: url(nav-btn-img01.png) no-repeat center center;
}
#tano-main-area .tano-nav-btn-top li.select02-link a .nav-btn-image{
	background: url(nav-btn-img02.png) no-repeat center center;
}
#tano-main-area .tano-nav-btn-top li.select03-link a .nav-btn-image{
	background: url(nav-btn-img03.png) no-repeat center center;
}
#tano-main-area .tano-nav-btn-top li a .nav-btn-image img{
	visibility: hidden;
}

#tano-main-area .tano-nav-btn-top li a .nav-btn-title{
	font-size: 22px;
	font-weight: 600;
	line-height: 1.5em;
	margin: 10px;
	padding: 15px 5px 8px;
}
#tano-main-area .tano-nav-btn-top li.select01-link a .nav-btn-title{
	background: #fcf4ae;
}
#tano-main-area .tano-nav-btn-top li.select02-link a .nav-btn-title{
	background: #d0f4cf;
}
#tano-main-area .tano-nav-btn-top li.select03-link a .nav-btn-title{
	background: #e1ebff;
}
#tano-main-area .tano-nav-btn-top li a .nav-btn-title span{
	display: block;
	font-size: 28px;
}
#tano-main-area .tano-nav-btn-top li a .nav-btn-text{
	font-size: 15px;
	padding: 5px;
	margin: 5px 10px;
	flex: 1 auto;
}
#tano-main-area .tano-nav-btn-top li a .nav-btn-text p{
	margin: 0;
}
#tano-main-area .tano-nav-btn-top li a .nav-btn-arrow{
	height: 32px;
	margin-bottom: 5px;
}
/*-----------------------------------------
	.link-btn
-------------------------------------------*/
#tano-main-area .link-btn {
	text-align: right;
	margin: 20px auto 0;
}
#tano-main-area .link-btn-inner{
	color: #333;
	font-size: 16px;
	font-weight: 600;
	line-height:1em;
	text-decoration: none;
	padding: 0;
	margin: 0 ;
	display:inline-block;
	position: relative;
	border: solid 1px #666;
}
#tano-main-area .link-btn .link-btn-left{
	padding: 10px;
	background: #eee;
	display: inline-block;
}
#tano-main-area .link-btn .link-btn-right{
	padding: 10px ;
	display: inline-block;
}
#tano-main-area .link-btn .link-btn-right a{
	color: #333;
}
#tano-main-area .link-btn .link-btn-right a:hover{
	text-decoration: underline;
}
/*-----------------------------------------
	.tano-introduction
-------------------------------------------*/
#tano-main-area .tano-introduction{
	display: flex;
	justify-content: space-between;
	padding: 20px;
	border: solid 2px #fcf3d6;
}
#tano-main-area #section02 .tano-introduction{
	border-color:#defbdb;
}
#tano-main-area #section03 .tano-introduction{
	border-color:#e6e9fd;
}
#tano-main-area .tano-introduction .tano-introduction-right{
	width: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#tano-main-area .tano-introduction p{
	width: 620px;
	font-size: 16px;
	line-height: 1.75em;
	padding: 0;
	margin: 0 5px;
}
/*-----------------------------------------
	.pc-spec
-------------------------------------------*/
#tano-main-area .pc-spec{
	margin: 10px auto;
	width: 960px;
}
#tano-main-area .pc-spec table{
	margin: 0 auto;
	width: 950px;
	table-layout: fixed;
	border-collapse: collapse;
}
#tano-main-area .pc-spec table caption{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	border: solid 1px #666;
	border-bottom: 0;
	padding: 8px 10px;
	background: #343333;
}
#tano-main-area .pc-spec table th,
#tano-main-area .pc-spec table td{
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #666;
}
#tano-main-area .pc-spec table th{
	font-weight: 600;
	padding: 8px;
	background: #eee;
}
#tano-main-area .pc-spec table td{
	padding: 25px 8px	;
}
/*-----------------------------------------
	.kanren-banner-list
-------------------------------------------*/
#tano-main-area .kanren-banner-list {
	margin: 10px auto;
}
#tano-main-area .kanren-banner-list p{
	color: #333;
	font-size: 18px;
	font-weight: 600;
	margin: 40px 0 15px;
	padding: 5px 20px;
	background: #ddd;
}
#tano-main-area .kanren-banner-list ul{
	width: 960px;
	display: flex;
	justify-content: space-around;
	padding: 0;
	margin: 20px 0;
}
/*-----------------------------------------
		.tano-back-color-g
-------------------------------------------*/
#tano-main-area .tano-back-color-y{
	color: #333;
	background: #fff9cd;
}
#tano-main-area .tano-back-color-g{
	color: #333;
	background: #defbdb;
}
#tano-main-area .tano-back-color-b{
	color: #333;
	background: #e6e9fd;
}
/*-----------------------------------------
	.spec-table-01
-------------------------------------------*/
#tano-main-area .spec-table-01 {
	border-collapse: collapse;
	border: 1px solid #CCC;
	margin: 10px 0 0;
}
#tano-main-area .spec-table-01 tr th {
	border: 1px solid #CCC;
	padding: 2px 5px;
	vertical-align: middle;
	background: #eee;
	width: 125px;
}
#tano-main-area .spec-table-01 tr td {
	border: 1px solid #CCC;
	vertical-align: middle;
	padding: 2px 5px;
	width: 315px;
}
#tano-main-area .tano-item-detail-box-4 .spec-table-01 tr th{
	width: 6em;
}
/*-----------------------------------------
	.tano-item-detail-box-inner
-------------------------------------------*/
#tano-main-area .tano-item-detail-box-2 .tano-item-detail .tano-item-detail-center img,
#tano-main-area .tano-item-detail-box-3 .tano-item-detail .tano-item-detail-center img,
#tano-main-area .tano-item-detail-box-4 .tano-item-detail .tano-item-detail-center img{
	border:0;
}