﻿@charset "utf-8";

/*-----------------------------	
	h2
-----------------------------*/
#tano-main-area h2.tano-h2 {
    position: relative;
    font-size: 2.4em;
    padding: 0;
    text-align: center;
    margin: 100px 0 40px 0;
    color: #685c5a;
}

#tano-main-area h2.tano-h2:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 80px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #e92f8e;
}


#tano-main-area h2.tano-h2-type-01 {
	clear: both;
    float: left;
    width: 960px;
    height: 40px;
    background: #fff;
    margin: 30px 0 15px 0;
    padding: 0 0 5px 0;
    font-size: 20px;
    border-bottom: 1px #333 dotted;
}
#tano-main-area h2.tano-h2-type-01 .tano-h2-inner {
	display: block;
	padding: 13px 0 0 10px;
}

/*-----------------------------	
	h3
-----------------------------*/
#tano-main-area h3.tano-h3 {
    position: relative;
    padding: 0 65px;
    text-align: center;
    font-size: 1.8em;
    color: #685c5a;
    margin: 40px 0 15px 0;
}

#tano-main-area h3.tano-h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #685c5a;
}

#tano-main-area h3.tano-h3 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

/*-----------------------------	
	h4
-----------------------------*/
#tano-main-area h4.tano-h4 {
	clear: both;
    width: 958px;
    font-size: 1.6em;
    text-align: center;
    padding: 10px 0;
    margin: 0 0 -1px -1px;
    color: #333;
    background: #fef1ed;
    font-weight: bold;
    border: 2px #fad3d0 solid;
}

/*-----------------------------	
	tano-nav-btn
-----------------------------*/
#tano-main-area .tano-nav-btn{
	margin: 0;
}
#tano-main-area .tano-nav-btn ul{
	display: flex;
	justify-content: space-around;
}
#tano-main-area .tano-nav-btn li{
	width: calc(100% / 3);
}
#tano-main-area .tano-nav-btn li a{
	display: block;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 10px 10px 15px 10px;
    margin: 5px;
    border: solid 2px #fad3d0;
    background: #fef1ed;
    position: relative;
}
#tano-main-area .tano-nav-btn li a:hover{
	background: #f9d3e6;
    border: 2px #e92f8e solid;
}
#tano-main-area .tano-nav-btn li a:after{
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 5px;
	margin: auto;
	width: 5px;
	height: 5px;
	border-bottom: 2px solid #444;
  border-right: 2px solid #444;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*-----------------------------	
	nav.tano-page-top-nav5
-----------------------------*/
#tano-main-area .tano-page-top-nav5 {
	margin: 0 0 10px 0;
}
#tano-main-area .tano-page-top-nav5 ul{
	display: flex;
	justify-content: normal;
}
#tano-main-area .tano-page-top-nav5 li{
	width: calc(100% / 5);
}
#tano-main-area .tano-page-top-nav5 li a{
	display: block;
    color: #333;
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    margin: -1px;
    border: solid 2px #fad3d0;
    background: #fff;
    position: relative;
}
#tano-main-area .tano-page-top-nav5 li a:hover{
	background: #e7516d;
    color: #fff;
}
#tano-main-area .tano-page-top-nav5 li a::after{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 7px;
    height: 7px;
    border-right: 2px solid #333;
    border-top: 2px solid #333;
    border-top-right-radius: 2px;
	transform: rotate(45deg);
}

#tano-main-area .tano-page-top-nav5 li a:hover::after {
	border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}

/*-----------------------------	
	nav.tano-page-top-nav6
-----------------------------*/
#tano-main-area .tano-page-top-nav6 {
	margin: 0 0 10px 0;
}
#tano-main-area .tano-page-top-nav6 ul{
	display: flex;
	justify-content: normal;
}
#tano-main-area .tano-page-top-nav6 li{
	width: calc(100% / 6);
}
#tano-main-area .tano-page-top-nav6 li a{
	display: block;
    color: #333;
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    margin: -1px;
    border: solid 2px #fad3d0;
    background: #fff;
    position: relative;
}
#tano-main-area .tano-page-top-nav6 li a:hover{
	background: #e7516d;
    color: #fff;
}
#tano-main-area .tano-page-top-nav6 li a::after{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 7px;
    height: 7px;
    border-right: 2px solid #333;
    border-top: 2px solid #333;
    border-top-right-radius: 2px;
	transform: rotate(45deg);
}

#tano-main-area .tano-page-top-nav6 li a:hover::after {
	border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}

#tano-main-area .tano-jin-text-01 {
    color: #444;
    font-size: 16px;
}

#tano-main-area .tano-jin-text-s1 {
    color: #333;
    font-size: 1.3em;
    padding: 15px;
    border: 2px #fad3d0 solid;
    margin: 0 0 20px 0;
	border-radius: 5px;
}

#tano-main-area .tano-jin-text-s2 {
    color: #a5281f;
    font-size: 1.5em;
    padding: 0 10px;
    font-weight: 700;
}

.tano-back-color-pink {
    background: #fef1ed;
}

.tano-item-detail-box-inner h3 {
    padding: 7px 0 6px 0;
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #ccc;
    color: #333;
}

.link-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px 0 0 0;
}


.tano-item-detail-box-3 .tano-item-detail .tano-item-detail-center img {
    border: 0px;
}

.tano-item-detail-box-4 .tano-item-detail .tano-item-detail-center img {
    border: 0px;
}

.tano-item-detail-box-5 .tano-item-detail .tano-item-detail-center img {
    border: 0px;
}
