 @charset "utf-8";


/*-----------------------------	
	.tano-jin-text-01
-----------------------------*/
#tano-main-area .tano-jin-text-01 {
    margin: 0 10px 20px 10px;
    font-size: 1.5em;
    font-weight: 500;
    color: #5d0745;
}

#tano-main-area .tano-jin-text-01-02 {
	position: relative;
    padding: 15px 30px;
    margin: 0 10px 40px 10px;
    font-size: 1.5em;
    font-weight: 700;
    color: #a1137a;
}

#tano-main-area .tano-jin-text-01-02:before,
#tano-main-area .tano-jin-text-01-02:after {
  position: absolute;
  content: '';
}

#tano-main-area .tano-jin-text-01-02:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 2px solid #a1137a;
  border-left: 2px solid #a1137a;
}

#tano-main-area .tano-jin-text-01-02:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 2px solid #a1137a;
  border-bottom: 2px solid #a1137a;
}

/*-----------------------------	
	.tano-h2
-----------------------------*/
#tano-main-area h2.tano-h2 {
	border-left: none;
    background: #ffecfa;
    margin: 60px 0 30px 0;
    font-size: 2.2em;
    font-weight: 600;
    color: #d30f6e;
    padding: 15px 0 15px 15px;
}

#tano-main-area h2.tano-h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #ba66a6, #ba66a6 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #ba66a6, #ba66a6 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#tano-main-area h2.tano-h2-02 {
	position: relative;
    padding: 10px 20px;
    border-bottom: 3px solid #ba66a6;
    border-left: 3px solid #ba66a6;
    border-radius: 0 0 0 20px;
    background: #fff;
    margin: 50px 0 30px 0;
    font-size: 2.2em;
    font-weight: 600;
    color: #d30f6e;
}

#tano-main-area h2.tano-h2-02:before {
    position: absolute;
    right: 150px;
    bottom: -21px;
    width: 0;
    height: 0;
    content: '';
    border-width: 21px 21px 0 0;
    border-style: solid;
    border-color: #ba66a6 transparent transparent transparent;
}

#tano-main-area h2.tano-h2-02:after {
    position: absolute;
    right: 154px;
    bottom: -14px;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 14px 0 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

/*-----------------------------	
	.tano-h3
-----------------------------*/
#tano-main-area h3.tano-h3 {
	border-bottom: dotted 1px #555;
    margin: 20px 0 20px 0;
    font-size: 2.0em;
    font-weight: 600;
    color: #555;
    padding: 8px 0 5px 20px;
    background: #fff;
    width: 540px;
}

#tano-main-area h3.tano-h3-02 {
	border: solid 1px #70ad47;
    margin: 10px 0 20px 0;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    padding: 8px 0 8px 20px;
    background: #70ad47;
    border-radius: 10px;
    width: 220px;
}

#tano-main-area h3.icon-none {
	background: none;
	padding: 8px 0 4px 20px;
}

/*-----------------------------	
	.tano-h4
-----------------------------*/
#tano-main-area h4.tano-h4 {
	background-color: #f7f7cb;
    margin: 20px 0 10px 10px;
    padding: 10px 0 5px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #960303;
    border-bottom: none;
}

/*-----------------------------	
	tano-extra-lead-block
-----------------------------*/

#tano-main-area .tano-extra-lead-block {
	display: table;
    width: 960px;
    padding: 0;
    margin: 20px 0 0 0;
}

#tano-main-area .tano-extra-lead-block img {
	float: left;
    padding: 0;
}

#tano-main-area .tano-extra-lead-block ul {
	float: left;
    width: 440px;
    margin: 60px 0 0 10px;
    padding: 0;
    
}

#tano-main-area .tano-extra-lead-block ul li.text01 {
	font-size: 1.5em;
    font-weight: 500;
    color: #5d0745;
    padding: 0 15px 0 0;
}

/*-----------------------------	
	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: 0;
}

.movie {
	margin: 30px 90px;
}

#tano-main-area .tano-img-heading img {
    max-width: 100%;
    width: auto;
    padding-bottom: 15px;
}

