﻿@charset "utf-8";



html, body
{

}
body
{

background-color:#fff;


 font-family: "Noto Sans Japanese";

margin:0;

}

::selection {background: #d71e1e; color: #fff;}
::-moz-selection {background: #d71e1e; color: #fff;}

/*---------------free*/


#colum-free{
display:block;
width:100%;
margin:0px 0;
color:#404047;
font-size:100%;
background-color:#fff;
}
@media screen and (max-width: 768px){
#colum-free{
display:block;
width:100%;
margin:20px auto;
color:#404047;
font-size:100%;
background-color:#fff;
}	
}
#colum-free hr{

border:solid 2px #dedfe2;
background-color:#f4f4f4;
}






/*------------stretch*/
#colum1{
display:block;
width:1000px;
margin:0 auto;
color:#383838;
font-size:100%;
/*background-color:#ece9e9;*/
}
#colum1:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}



.colum1-box{
display:block;
width:90%;
margin:0 5%;
}
.colum1-box:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
#colum1 p{
display:block;
width:90%;
margin:5% 5%;
text-align:left;
font-size:90%;
}


#colum1 h3{
	font-size:100%;
position: relative;
display: inline-block;
margin-bottom: 1em;
color:#1a1b20;
}
#colum1 h3:before {
content: '';
position: absolute;
bottom: -5px;
display: inline-block;
width: 60px;
height: 2px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color:#d71e1e;
border-radius: 2px;
}


#colum1 h2{
padding:0.5em 0;
color:#fff;
background-color:#1a1b20;
font-size:100%;
text-align:center;
margin:0;
width:100%;
border-top:5px solid #d71e1e;
}
/*#colum1 h3{
font-size:120%;
color:#1a1b20;
text-align:center;
margin:1em 0 1em 0;
}*/
#colum1 h4{
font-size:160%;
color:#1a1b20;
}


#colum1 .red{
color:#1a1b20;
}


#colum1 figure{
	width:31%;
	float:left;
margin:0 auto 2vh auto;
text-align:center;
border:1px solid #e6e3e3;
box-shadow: 2px 2px 2px rgba(217,217,217,0.8);
box-sizing:border-box;
background-color:#f3f3f3;
}
#colum1 figure:nth-child(1){
width:31%;
margin-right:2%;
}
#colum1 figure:nth-child(2){
width:31%;
margin-left:1%;
margin-right:1%;
}
#colum1 figure:nth-child(3){
width:31%;
margin-left:2%;
}
#colum1 figure img{
width:100%;
margin:0;
padding:0;
display:block;
transition: all .4s ease-out; 
}
#colum1 figure img:hover{
	opacity:0.2;
}
#colum1  figcaption{

margin:0;
padding:0;
}

.btn1{
background-color:#d71e1e;
width:60%;
margin:2vh auto 3vh auto;
text-align:center;
color:#fff;
text-decoration:none;
border-radius:2px;
padding:0.5em 0.5em;
display:block;
transition: all .4s ease-out; 
}
.btn1:link{
color:#fff;
background-color:#d71e1e;
text-decoration:none;
}
.btn1:hover{
color:#383838;
background-color:#e4e4e4;
text-decoration:none;
}
.btn1:visited{
color:#fff;
background-color:#d71e1e;
text-decoration:none;
}
#colum1 h6{
font-size:160%;
color:#1a1b20;
width:90%;
margin:1vh 5% 0 5%;
display:block;
clear:both;
text-align:left;
}
#colum1 h5{
font-size:80%;
color:#1a1b20;
width:90%;
margin:0 5% 2vh 5%;
display:block;
clear:both;
text-align:left;
}
#colum1 h5 strong{
color:#d71e1e;
font-size:250%;
}
#colum1 h5 small{
color:#383838;
font-size:80%;
margin:0;
padding:0;
}

@media screen and (max-width: 768px){
	#colum1{
display:block;
width:100%;
margin:0 0;
color:#383838;
font-size:100%;
/*background-color:#ece9e9;*/
}
#colum1:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}



.colum1-box{
display:block;
width:98%;
margin:0 1%;
}
.colum1-box:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
#colum1 p{
display:block;
width:90%;
margin:5% 5%;
text-align:left;
font-size:80%;
}


#colum1 h3{
	font-size:100%;
position: relative;
display: inline-block;
margin-bottom: 1em;
color:#1a1b20;
}
#colum1 h3:before {
content: '';
position: absolute;
bottom: -5px;
display: inline-block;
width: 60px;
height: 2px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color:#d71e1e;
border-radius: 2px;
}


#colum1 h2{
padding:0.5em 0;
color:#fff;
background-color:#1a1b20;
font-size:100%;
text-align:center;
margin:0;
width:100%;
border-top:5px solid #d71e1e;
}
/*#colum1 h3{
font-size:120%;
color:#1a1b20;
text-align:center;
margin:1em 0 1em 0;
}*/
#colum1 h4{
font-size:160%;
color:#1a1b20;
}


#colum1 .red{
color:#1a1b20;
}


#colum1 figure{
	width:31%;
	float:left;
margin:0 auto 2vh auto;
text-align:center;
border:1px solid #e6e3e3;
box-shadow: 2px 2px 2px rgba(217,217,217,0.8);
box-sizing:border-box;
background-color:#f3f3f3;
}
#colum1 figure:nth-child(1){
width:31%;
margin-right:2%;
}
#colum1 figure:nth-child(2){
width:31%;
margin-left:1%;
margin-right:1%;
}
#colum1 figure:nth-child(3){
width:31%;
margin-left:2%;
}
#colum1 figure img{
width:100%;
margin:0;
padding:0;
display:block;
transition: all .4s ease-out; 
}
#colum1 figure img:hover{
	opacity:0.2;
}
#colum1  figcaption{

margin:0;
padding:0;
}


.btn1{
background-color:#d71e1e;
width:80%;
margin:2vh auto 3vh auto;
text-align:center;
color:#fff;
text-decoration:none;
border-radius:2px;
padding:0.5em 0.5em;
display:block;
transition: all .4s ease-out; 
}
.btn1:link{
color:#fff;
background-color:#d71e1e;
text-decoration:none;
}
.btn1:hover{
color:#383838;
background-color:#e4e4e4;
text-decoration:none;
}
.btn1:visited{
color:#fff;
background-color:#d71e1e;
text-decoration:none;
}

#colum1 h6{
font-size:110%;
color:#1a1b20;
width:90%;
margin:2vh 5% 0 5%;
display:block;
clear:both;
text-align:left;
}
#colum1 h5{
font-size:70%;
color:#1a1b20;
width:90%;
margin:0 5% 2vh 5%;
display:block;
clear:both;
text-align:left;
}
#colum1 h5 strong{
color:#d71e1e;
font-size:160%;
}
#colum1 h5 small{
color:#383838;
font-size:70%;
margin:0;
padding:0;
}
}
@media screen and (max-width: 600px){
	#colum1 p{
display:block;
width:90%;
margin:5% 5%;
text-align:left;
font-size:90%;
}


#colum1 h3{
	font-size:100%;
position: relative;
display: inline-block;
margin-bottom: 1em;
color:#1a1b20;
}
#colum1 h3:before {
content: '';
position: absolute;
bottom: -5px;
display: inline-block;
width: 60px;
height: 2px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color:#d71e1e;
border-radius: 2px;
}


#colum1 h2{
padding:0.5em 0;
color:#fff;
background-color:#1a1b20;
font-size:100%;
text-align:center;
margin:0;
width:100%;
border-top:5px solid #d71e1e;
}
/*#colum1 h3{
font-size:120%;
color:#1a1b20;
text-align:center;
margin:1em 0 1em 0;
}*/
#colum1 h4{
font-size:160%;
color:#1a1b20;
}


#colum1 .red{
color:#1a1b20;
}


#colum1 figure{
	width:100%;
	float:left;
margin:20px auto;
text-align:center;
border:1px solid #e6e3e3;
box-shadow: 2px 2px 2px rgba(217,217,217,0.8);
box-sizing:border-box;
background-color:#f3f3f3;
}
#colum1 figure:nth-child(1){
width:100%;
margin-right:0%;
}
#colum1 figure:nth-child(2){
width:100%;
margin-left:0%;
margin-right:0%;
}
#colum1 figure:nth-child(3){
width:100%;
margin-left:0%;
}

.btn1{
background-color:#d71e1e;
width:90%;
margin:2vh auto 3vh auto;
text-align:center;
color:#fff;
text-decoration:none;
border-radius:2px;
padding:0.5em 0.5em;
display:block;
transition: all .4s ease-out; 
}
.btn1:link{
color:#fff;
background-color:#d71e1e;
text-decoration:none;
}
.btn1:hover{
color:#383838;
background-color:#e4e4e4;
text-decoration:none;
}
.btn1:visited{
color:#fff;
background-color:#d71e1e;
text-decoration:none;
}

#colum1 h6{
font-size:160%;
color:#1a1b20;
width:90%;
margin:2vh 5% 0 5%;
display:block;
clear:both;
text-align:left;
}
#colum1 h5{
font-size:90%;
color:#1a1b20;
width:90%;
margin:0 5% 2vh 5%;
display:block;
clear:both;
text-align:left;
}
#colum1 h5 strong{
color:#d71e1e;
font-size:200%;
}
#colum1 h5 small{
color:#383838;
font-size:80%;
margin:0;
padding:0;
}
}
/*------------datalis*/
#colum2{
display:block;
width:1000px;
margin:0 auto 30px auto;
color:#383838;
font-size:100%;
/*background-color:#ece9e9;*/
}
#colum2:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}



.colum2-box{
display:block;
width:90%;
margin:0 5%;
}
.colum2-box:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
#colum2 p{
display:block;
width:90%;
margin:5% 5%;
text-align:left;
font-size:85%;
}


#colum2 h2{
	font-size:110%;
position: relative;
display: inline-block;
margin-bottom: 1em;
color:#1a1b20;
}
#colum2 h2:before {
content: '';
position: absolute;
bottom: -5px;
display: inline-block;
width: 60px;
height: 2px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color:#d71e1e;
border-radius: 2px;
}


#colum2 h3{
padding:0.5em 0;
color:#fff;
background-color:#1a1b20;
font-size:100%;
text-align:center;
margin:0;
width:100%;
border-top:5px solid #d71e1e;
}
/*#colum2 h3{
font-size:120%;
color:#1a1b20;
text-align:center;
margin:1em 0 1em 0;
}*/
#colum2 h4{
font-size:160%;
color:#1a1b20;
}


#colum2 .red{
color:#d71e1e;
}
#colum2 small{
color:#d71e1e;
font-size:80%;
display:block;
width:96%;
margin:5% 2%;
text-align:left;
}
.btn2{
background-color:#d71e1e;
width:60%;
margin:2vh auto 3vh auto;
text-align:center;
color:#fff;
text-decoration:none;
border-radius:2px;
padding:0.5em 0.5em;
display:block;
transition: all .4s ease-out; 
}
.btn2:link{
color:#fff;
background-color:#d71e1e;
text-decoration:none;
}
.btn2:hover{
color:#383838;
background-color:#e4e4e4;
text-decoration:none;
}
.btn2:visited{
color:#fff;
background-color:#d71e1e;
text-decoration:none;
}
#colum2 h6{
font-size:160%;
color:#1a1b20;
width:90%;
margin:1vh 5% 0 5%;
display:block;
clear:both;
text-align:left;
}
#colum2 h5{
font-size:80%;
color:#1a1b20;
width:90%;
margin:0 5% 2vh 5%;
display:block;
clear:both;
text-align:left;
}
#colum2 h5 strong{
color:#d71e1e;
font-size:250%;
}
#colum2 h5 small{
color:#383838;
font-size:80%;
margin:0;
padding:0;
}
#colum2 figure{
	box-sizing:border-box;
	float:left;

	}
	#colum2 figure:nth-child(1){
		width:20%;
		margin:0vh 0% 1vh 0%;
	}
		#colum2 figure:nth-child(2){
		width:20%;
		margin:0vh 0% 1vh 0%;
	}
		#colum2 figure:nth-child(3){
		width:60%;
		margin:0vh 0% 1vh 0%;
	}
@media screen and (max-width: 768px){
	#colum2{
display:block;
width:100%;
margin:0 auto 30px auto;
color:#383838;
font-size:100%;
/*background-color:#ece9e9;*/
}
#colum2:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}



.colum2-box{
display:block;
width:98%;
margin:0 1%;
}
.colum2-box:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
#colum2 p{
display:block;
width:90%;
margin:5% 5%;
text-align:left;
font-size:90%;
}


#colum2 h2{
	font-size:160%;
position: relative;
display: inline-block;
margin-bottom: 1em;
color:#1a1b20;
}
#colum2 h2:before {
content: '';
position: absolute;
bottom: -5px;
display: inline-block;
width: 60px;
height: 2px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color:#d71e1e;
border-radius: 2px;
}


#colum2 h3{
padding:0.5em 0;
color:#fff;
background-color:#1a1b20;
font-size:160%;
text-align:center;
margin:0;
width:100%;
border-top:5px solid #d71e1e;
}
/*#colum2 h3{
font-size:120%;
color:#1a1b20;
text-align:center;
margin:1em 0 1em 0;
}*/
#colum2 h4{
font-size:140%;
color:#1a1b20;
}


#colum2 .red{
color:#d71e1e;
}
#colum2 small{
color:#d71e1e;
font-size:80%;
display:block;
width:96%;
margin:5% 2%;
text-align:left;
}

.btn2{
background-color:#d71e1e;
width:60%;
margin:2vh auto 3vh auto;
text-align:center;
color:#fff;
text-decoration:none;
border-radius:2px;
padding:0.5em 0.5em;
display:block;
transition: all .4s ease-out; 
}
.btn2:link{
color:#fff;
background-color:#d71e1e;
text-decoration:none;
}
.btn2:hover{
color:#383838;
background-color:#e4e4e4;
text-decoration:none;
}
.btn2:visited{
color:#fff;
background-color:#d71e1e;
text-decoration:none;
}
#colum2 h6{
font-size:160%;
color:#1a1b20;
width:90%;
margin:1vh 5% 0 5%;
display:block;
clear:both;
text-align:left;
}
#colum2 h5{
font-size:80%;
color:#1a1b20;
width:90%;
margin:0 5% 2vh 5%;
display:block;
clear:both;
text-align:left;
}
#colum2 h5 strong{
color:#d71e1e;
font-size:250%;
}
#colum2 h5 small{
color:#383838;
font-size:80%;
margin:0;
padding:0;
}

}
@media screen and (max-width: 600px){
.btn2{
background-color:#d71e1e;
width:90%;
margin:2vh auto 3vh auto;
text-align:center;
color:#fff;
text-decoration:none;
border-radius:2px;
padding:0.5em 0.5em;
display:block;
transition: all .4s ease-out; 
}
.btn2:link{
color:#fff;
background-color:#d71e1e;
text-decoration:none;
}
.btn2:hover{
color:#383838;
background-color:#e4e4e4;
text-decoration:none;
}
.btn2:visited{
color:#fff;
background-color:#d71e1e;
text-decoration:none;
}

#colum2 h6{
font-size:160%;
color:#1a1b20;
width:90%;
margin:2vh 5% 0 5%;
display:block;
clear:both;
text-align:left;
}
#colum2 h5{
font-size:90%;
color:#1a1b20;
width:90%;
margin:0 5% 2vh 5%;
display:block;
clear:both;
text-align:left;
}
#colum2 h5 strong{
color:#d71e1e;
font-size:200%;
}
#colum2 h5 small{
color:#383838;
font-size:80%;
margin:0;
padding:0;
}
}



/*-------point figure-------*/

#colum2 .point{
	display:block;
width:90%;
margin:0% auto;
padding:2% 5%;
text-align:center;
background-color:#e4e4e4;
font-size:60%;
}
#colum2 .point:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
.point-box{
display:block;
width:90%;
margin:0 5%;
}
.point-box:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}


#colum2 .point figure{
	width:31%;
	float:left;
margin:5px auto;
text-align:center;
border:1px solid #e6e3e3;
box-shadow: 2px 2px 2px rgba(217,217,217,0.8);
box-sizing:border-box;
background-color:#f3f3f3;
}
#colum2 .point figure:nth-child(1){
width:31%;
margin-right:2%;
}
#colum2 .point figure:nth-child(2){
width:31%;
margin-left:1%;
margin-right:1%;
}
#colum2 .point figure:nth-child(3){
width:31%;
margin-left:2%;
}
#colum2 .point figure img{
width:100%;
margin:0;
padding:0;
display:block;
}
#colum2 .point figcaption{

margin:0;
padding:0;
}

/*-------point figure-------*/

@media screen and (max-width: 768px){
	
}
@media screen and (max-width: 600px){
}





#colum2 figure{
	width:31%;
	float:left;
margin:30px auto;
text-align:center;
border:1px solid #e6e3e3;
box-shadow: 2px 2px 2px rgba(217,217,217,0.8);
box-sizing:border-box;
background-color:#f3f3f3;
}
#colum2 figure:nth-child(1){
width:31%;
margin-right:2%;
}
#colum2 figure:nth-child(2){
width:31%;
margin-left:1%;
margin-right:1%;
}
#colum2 figure:nth-child(3){
width:31%;
margin-left:2%;
}
#colum2 figure img{
width:100%;
margin:0;
padding:0;
display:block;

}

#colum2  figcaption{

margin:0;
padding:0;
}

@media screen and (max-width: 768px){
	#colum2 figure{
	width:48%;
	float:left;
margin:30px auto;
text-align:center;
border:1px solid #e6e3e3;
box-shadow: 2px 2px 2px rgba(217,217,217,0.8);
box-sizing:border-box;
background-color:#f3f3f3;
}
#colum2 figure:nth-child(1){
width:48%;
margin-right:2%;
}
#colum2 figure:nth-child(2){
width:48%;
margin-left:2%;
margin-right:0%;
}
#colum2 figure:nth-child(3){
width:100%;
margin-left:0%;
}
}
@media screen and (max-width: 600px){
		#colum2 figure{
	width:100%;
	float:left;
margin:30px auto;
text-align:center;
border:1px solid #e6e3e3;
box-shadow: 2px 2px 2px rgba(217,217,217,0.8);
box-sizing:border-box;
background-color:#f3f3f3;
}
#colum2 figure:nth-child(1){
width:48%;
margin-right:2%;
margin-top:0;
margin-bottom:20px;
}
#colum2 figure:nth-child(2){
width:48%;
margin-left:2%;
margin-right:0%;
margin-top:0;
margin-bottom:20px;
}
#colum2 figure:nth-child(3){
width:100%;
margin-left:0%;
margin-top:0;
}
}




/*-----product-photo------*/

#colum24{
text-align:center;
display: block;
margin:50px auto;
width:100%;
height:auto;
clear:both;
background-image:url(../images/tp1.jpg);
background-size:cover;
font-size:120%;
border-top:5px solid #d71e1e;
}
#colum24:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
.colum24-box{
display: block;
margin:0 auto;
width:1000px;
clear:both;
color:#ccc;
}
.colum24-box:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}

.colum24-mainbox{
display: block;
padding:5% 2% 5% 2%;
width:90%;
/*clear:both;float:left;*/

}
.colum24-mainbox:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}


#colum24 h2{
color:#d71e1e;
font-size:100%;
border:2px solid #d71e1e;
padding:0.5em 1em;
display:inline-block;
font-weight:normal;
background-color: rgba(255,255,255,0.1);
}
/*#colum24 h2{
color:#fff;
font-size:100%;
background-color:#d71e1e;
padding:0.5em 1em;
display:inline-block;
font-weight:normal;
}*/

#colum24 h1{
	font-size:200%;
position: relative;
display: inline-block;
margin-bottom: 1em;
color:#fff;
}
#colum24 h1:before {
content: '';
position: absolute;
bottom: -5px;
display: inline-block;
width: 60px;
height: 2px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color:#d71e1e;
border-radius: 2px;
}


#colum24 h3{
color:#fff;
background-color:#d71e1e;
font-size:140%;
font-weight:normal;
}

#colum24 p{
width:100%;
margin:0;
line-height:2em;
}

@media screen and (max-width: 768px){
	#colum24{
text-align:center;
display: block;
margin:50px auto 30px auto;
width:100%;
height:auto;
clear:both;
background-image:url(../images/tp1.jpg);
background-size:cover;
font-size:120%;
border-top:5px solid #d71e1e;
}
#colum24:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
.colum24-box{
display: block;
margin:0 0;
width:100%;
clear:both;
color:#ccc;
}
.colum24-box:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}

.colum24-mainbox{
display: block;
padding:5% 5% 5% 5%;
width:90%;
/*clear:both;float:left;*/

}
.colum24-mainbox:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}




}
@media screen and (max-width: 600px){
	#colum24{
text-align:center;
display: block;
margin:50px auto 30px auto;
width:100%;
height:auto;
clear:both;
background-image:url(../images/tp1.jpg);
background-size:cover;
font-size:90%;
border-top:5px solid #d71e1e;
}	
	
	
	
	
}

/*-----inner-thigh------*/

#colum26{
text-align:center;
display: block;
margin:50px auto;
width:100%;
height:auto;
clear:both;
background-image:url(../images/tp2.jpg);
background-size:cover;
font-size:120%;
border-top:5px solid #d71e1e;
}
#colum26:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
.colum26-box{
display: block;
margin:0 auto;
width:1000px;
clear:both;
color:#ccc;
}
.colum26-box:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}

.colum26-mainbox{
display: block;
padding:5% 2% 5% 2%;
width:90%;
/*clear:both;float:left;*/

}
.colum26-mainbox:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}


#colum26 h2{
color:#d71e1e;
font-size:100%;
border:2px solid #d71e1e;
padding:0.5em 1em;
display:inline-block;
font-weight:normal;
background-color: rgba(255,255,255,0.1);
}
/*#colum26 h2{
color:#fff;
font-size:100%;
background-color:#d71e1e;
padding:0.5em 1em;
display:inline-block;
font-weight:normal;
}*/

#colum26 h1{
	font-size:200%;
position: relative;
display: inline-block;
margin-bottom: 1em;
color:#fff;
}
#colum26 h1:before {
content: '';
position: absolute;
bottom: -5px;
display: inline-block;
width: 60px;
height: 2px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color:#d71e1e;
border-radius: 2px;
}


#colum26 h3{
color:#fff;
background-color:#d71e1e;
font-size:140%;
font-weight:normal;
}

#colum26 p{
width:100%;
margin:0;
line-height:2em;
}

@media screen and (max-width: 768px){
	#colum26{
text-align:center;
display: block;
margin:50px auto 30px auto;
width:100%;
height:auto;
clear:both;
background-image:url(../images/tp2.jpg);
background-size:cover;
font-size:120%;
border-top:5px solid #d71e1e;
}
#colum26:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
.colum26-box{
display: block;
margin:0 0;
width:100%;
clear:both;
color:#ccc;
}
.colum26-box:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}

.colum26-mainbox{
display: block;
padding:5% 5% 5% 5%;
width:90%;
/*clear:both;float:left;*/

}
.colum26-mainbox:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}




}
@media screen and (max-width: 600px){
	#colum26{
text-align:center;
display: block;
margin:50px auto 30px auto;
width:100%;
height:auto;
clear:both;
background-image:url(../images/tp2.jpg);
background-size:cover;
font-size:90%;
border-top:5px solid #d71e1e;
}	
	
	
	
	
}


/*-----pull-over------*/

#colum27{
text-align:center;
display: block;
margin:50px auto;
width:100%;
height:auto;
clear:both;
background-image:url(../images/tp5.jpg);
background-size:cover;
font-size:120%;
border-top:5px solid #d71e1e;
}
#colum27:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
.colum27-box{
display: block;
margin:0 auto;
width:1000px;
clear:both;
color:#ccc;
}
.colum27-box:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}

.colum27-mainbox{
display: block;
padding:5% 2% 5% 2%;
width:90%;
/*clear:both;float:left;*/

}
.colum27-mainbox:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}


#colum27 h2{
color:#d71e1e;
font-size:100%;
border:2px solid #d71e1e;
padding:0.5em 1em;
display:inline-block;
font-weight:normal;
background-color: rgba(255,255,255,0.1);
}
/*#colum27 h2{
color:#fff;
font-size:100%;
background-color:#d71e1e;
padding:0.5em 1em;
display:inline-block;
font-weight:normal;
}*/

#colum27 h1{
	font-size:200%;
position: relative;
display: inline-block;
margin-bottom: 1em;
color:#fff;
}
#colum27 h1:before {
content: '';
position: absolute;
bottom: -5px;
display: inline-block;
width: 60px;
height: 2px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color:#d71e1e;
border-radius: 2px;
}


#colum27 h3{
color:#fff;
background-color:#d71e1e;
font-size:140%;
font-weight:normal;
}

#colum27 p{
width:100%;
margin:0;
line-height:2em;
}

@media screen and (max-width: 768px){
	#colum27{
text-align:center;
display: block;
margin:50px auto 30px auto;
width:100%;
height:auto;
clear:both;
background-image:url(../images/tp5.jpg);
background-size:cover;
font-size:120%;
border-top:5px solid #d71e1e;
}
#colum27:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
.colum27-box{
display: block;
margin:0 0;
width:100%;
clear:both;
color:#ccc;
}
.colum27-box:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}

.colum27-mainbox{
display: block;
padding:5% 5% 5% 5%;
width:90%;
/*clear:both;float:left;*/

}
.colum27-mainbox:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}




}
@media screen and (max-width: 600px){
	#colum27{
text-align:center;
display: block;
margin:50px auto 30px auto;
width:100%;
height:auto;
clear:both;
background-image:url(../images/tp5.jpg);
background-size:cover;
font-size:90%;
border-top:5px solid #d71e1e;
}	
	
	
	
	
}


/*-----chest-spread------*/

#colum28{
text-align:center;
display: block;
margin:50px auto;
width:100%;
height:auto;
clear:both;
background-image:url(../images/tp3.jpg);
background-size:cover;
font-size:120%;
border-top:5px solid #d71e1e;
}
#colum28:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
.colum28-box{
display: block;
margin:0 auto;
width:1000px;
clear:both;
color:#ccc;
}
.colum28-box:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}

.colum28-mainbox{
display: block;
padding:5% 2% 5% 2%;
width:90%;
/*clear:both;float:left;*/

}
.colum28-mainbox:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}


#colum28 h2{
color:#d71e1e;
font-size:100%;
border:2px solid #d71e1e;
padding:0.5em 1em;
display:inline-block;
font-weight:normal;
background-color: rgba(255,255,255,0.1);
}
/*#colum28 h2{
color:#fff;
font-size:100%;
background-color:#d71e1e;
padding:0.5em 1em;
display:inline-block;
font-weight:normal;
}*/

#colum28 h1{
	font-size:200%;
position: relative;
display: inline-block;
margin-bottom: 1em;
color:#fff;
}
#colum28 h1:before {
content: '';
position: absolute;
bottom: -5px;
display: inline-block;
width: 60px;
height: 2px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color:#d71e1e;
border-radius: 2px;
}


#colum28 h3{
color:#fff;
background-color:#d71e1e;
font-size:140%;
font-weight:normal;
}

#colum28 p{
width:100%;
margin:0;
line-height:2em;
}

@media screen and (max-width: 768px){
	#colum28{
text-align:center;
display: block;
margin:50px auto 30px auto;
width:100%;
height:auto;
clear:both;
background-image:url(../images/tp3.jpg);
background-size:cover;
font-size:120%;
border-top:5px solid #d71e1e;
}
#colum28:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
.colum28-box{
display: block;
margin:0 0;
width:100%;
clear:both;
color:#ccc;
}
.colum28-box:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}

.colum28-mainbox{
display: block;
padding:5% 5% 5% 5%;
width:90%;
/*clear:both;float:left;*/

}
.colum28-mainbox:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}




}
@media screen and (max-width: 600px){
	#colum28{
text-align:center;
display: block;
margin:50px auto 30px auto;
width:100%;
height:auto;
clear:both;
background-image:url(../images/tp3.jpg);
background-size:cover;
font-size:90%;
border-top:5px solid #d71e1e;
}	
	
	
	
	
}


/*-----dips------*/

#colum29{
text-align:center;
display: block;
margin:50px auto;
width:100%;
height:auto;
clear:both;
background-image:url(../images/tp4.jpg);
background-size:cover;
font-size:120%;
border-top:5px solid #d71e1e;
}
#colum29:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
.colum29-box{
display: block;
margin:0 auto;
width:1000px;
clear:both;
color:#ccc;
}
.colum29-box:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}

.colum29-mainbox{
display: block;
padding:5% 2% 5% 2%;
width:90%;
/*clear:both;float:left;*/

}
.colum29-mainbox:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}


#colum29 h2{
color:#d71e1e;
font-size:100%;
border:2px solid #d71e1e;
padding:0.5em 1em;
display:inline-block;
font-weight:normal;
background-color: rgba(255,255,255,0.1);
}
/*#colum29 h2{
color:#fff;
font-size:100%;
background-color:#d71e1e;
padding:0.5em 1em;
display:inline-block;
font-weight:normal;
}*/

#colum29 h1{
	font-size:200%;
position: relative;
display: inline-block;
margin-bottom: 1em;
color:#fff;
}
#colum29 h1:before {
content: '';
position: absolute;
bottom: -5px;
display: inline-block;
width: 60px;
height: 2px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color:#d71e1e;
border-radius: 2px;
}


#colum29 h3{
color:#fff;
background-color:#d71e1e;
font-size:140%;
font-weight:normal;
}

#colum29 p{
width:100%;
margin:0;
line-height:2em;
}

@media screen and (max-width: 768px){
	#colum29{
text-align:center;
display: block;
margin:50px auto 30px auto;
width:100%;
height:auto;
clear:both;
background-image:url(../images/tp4.jpg);
background-size:cover;
font-size:120%;
border-top:5px solid #d71e1e;
}
#colum29:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
.colum29-box{
display: block;
margin:0 0;
width:100%;
clear:both;
color:#ccc;
}
.colum29-box:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}

.colum29-mainbox{
display: block;
padding:5% 5% 5% 5%;
width:90%;
/*clear:both;float:left;*/

}
.colum29-mainbox:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}




}
@media screen and (max-width: 600px){
	#colum29{
text-align:center;
display: block;
margin:50px auto 30px auto;
width:100%;
height:auto;
clear:both;
background-image:url(../images/tp4.jpg);
background-size:cover;
font-size:90%;
border-top:5px solid #d71e1e;
}	
	
	
	
	
}




/*-----multi-hip------*/

#colum25{
text-align:center;
display: block;
margin:50px auto;
width:100%;
height:auto;
clear:both;
background-image:url(../images/tp6.jpg);
background-size:cover;
font-size:120%;
border-top:5px solid #d71e1e;
}
#colum25:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
.colum25-box{
display: block;
margin:0 auto;
width:1000px;
clear:both;
color:#ccc;
}
.colum25-box:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}

.colum25-mainbox{
display: block;
padding:5% 2% 5% 2%;
width:90%;
/*clear:both;float:left;*/

}
.colum25-mainbox:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}


#colum25 h2{
color:#d71e1e;
font-size:100%;
border:2px solid #d71e1e;
padding:0.5em 1em;
display:inline-block;
font-weight:normal;
background-color: rgba(255,255,255,0.1);
}
/*#colum25 h2{
color:#fff;
font-size:100%;
background-color:#d71e1e;
padding:0.5em 1em;
display:inline-block;
font-weight:normal;
}*/

#colum25 h1{
	font-size:200%;
position: relative;
display: inline-block;
margin-bottom: 1em;
color:#fff;
}
#colum25 h1:before {
content: '';
position: absolute;
bottom: -5px;
display: inline-block;
width: 60px;
height: 2px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color:#d71e1e;
border-radius: 2px;
}


#colum25 h3{
color:#fff;
background-color:#d71e1e;
font-size:140%;
font-weight:normal;
}

#colum25 p{
width:100%;
margin:0;
line-height:2em;
}

@media screen and (max-width: 768px){
	#colum25{
text-align:center;
display: block;
margin:50px auto 30px auto;
width:100%;
height:auto;
clear:both;
background-image:url(../images/tp1.jpg);
background-size:cover;
font-size:120%;
border-top:5px solid #d71e1e;
}
#colum25:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
.colum25-box{
display: block;
margin:0 0;
width:100%;
clear:both;
color:#ccc;
}
.colum25-box:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}

.colum25-mainbox{
display: block;
padding:5% 5% 5% 5%;
width:90%;
/*clear:both;float:left;*/

}
.colum25-mainbox:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}




}
@media screen and (max-width: 600px){
	#colum25{
text-align:center;
display: block;
margin:50px auto 30px auto;
width:100%;
height:auto;
clear:both;
background-image:url(../images/tp1.jpg);
background-size:cover;
font-size:90%;
border-top:5px solid #d71e1e;
}	
	
	
	
	
}


#colum3{
display:block;
width:1000px;
margin:0 auto;
color:#383838;
font-size:100%;
/*background-color:#ece9e9;*/
}
#colum3:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}



.colum3-box{
display:block;
width:90%;
margin:0 5%;
}
.colum3-box:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
#colum3 h2{
	font-size:130%;
padding-left: 1em;
color:#1a1b20;
border-left:5px solid #d71e1e;
}



#colum3 h3{
padding:0.5em 0;
color:#fff;
background-color:#1a1b20;
font-size:100%;
text-align:center;
margin:0;
width:100%;
border-top:5px solid #d71e1e;
}

@media screen and (max-width: 768px){
	#colum3{
display:block;
width:100%;
margin:0 0;
color:#383838;
font-size:100%;
/*background-color:#ece9e9;*/
}
#colum3:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}



.colum3-box{
display:block;
width:90%;
margin:0 5%;
}
.colum3-box:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
#colum3 h2{
	font-size:130%;
padding-left: 1em;
color:#1a1b20;
border-left:5px solid #d71e1e;
}



#colum3 h3{
padding:0.5em 0;
color:#fff;
background-color:#1a1b20;
font-size:100%;
text-align:center;
margin:0;
width:100%;
border-top:5px solid #d71e1e;
}

}
@media screen and (max-width: 600px){
}


/*------------cart*/
#colum4{
display:block;
width:1000px;
margin:0 auto;
color:#383838;
font-size:100%;
/*background-color:#ece9e9;*/
}
#colum4:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}



.colum4-box{
display:block;
width:90%;
margin:0 5%;
}
.colum4-box:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
#colum4 p{
display:block;
width:90%;
margin:5% 5%;
text-align:left;
}


#colum4 h3{
	font-size:100%;
position: relative;
display: inline-block;
margin-bottom: 1em;
color:#1a1b20;
}
#colum4 h3:before {
content: '';
position: absolute;
bottom: -5px;
display: inline-block;
width: 60px;
height: 2px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color:#d71e1e;
border-radius: 2px;
}


#colum4 h2{
padding:0.5em 0;
color:#fff;
background-color:#1a1b20;
font-size:100%;
text-align:center;
margin:0;
width:100%;
border-top:5px solid #d71e1e;
}
/*#colum4 h3{
font-size:120%;
color:#1a1b20;
text-align:center;
margin:1em 0 1em 0;
}*/
#colum4 h4{
font-size:160%;
color:#1a1b20;
}


#colum4 .red{
color:#1a1b20;
}


#colum4 figure{
	width:31%;
	float:left;
margin:10px auto;
text-align:center;
box-sizing:border-box;
}
#colum4 figure:nth-child(1){
width:31%;
margin-right:2%;
}
#colum4 figure:nth-child(2){
width:31%;
margin-left:1%;
margin-right:1%;
}
#colum4 figure:nth-child(3){
width:31%;
margin-left:2%;
}
#colum4 figure:nth-child(4){
width:31%;
margin-right:2%;
}
#colum4 figure:nth-child(5){
width:31%;
margin-left:1%;
margin-right:1%;
}
#colum4 figure:nth-child(6){
width:31%;
margin-left:2%;
}
#colum4 figure img{
width:100%;
margin:0;
padding:0;
display:block;
transition: all .4s ease-out; 
}
#colum4 figure img:hover{
	opacity:0.2;
}
#colum4  figcaption{

margin:0;
padding:0;
}

@media screen and (max-width: 768px){
	#colum4{
display:block;
width:100%;
margin:0 0;
color:#383838;
font-size:100%;
/*background-color:#ece9e9;*/
}
#colum4:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}



.colum4-box{
display:block;
width:98%;
margin:0 1%;
}
.colum4-box:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
#colum4 p{
display:block;
width:90%;
margin:5% 5%;
text-align:left;
}


#colum4 h3{
	font-size:100%;
position: relative;
display: inline-block;
margin-bottom: 1em;
color:#1a1b20;
}
#colum4 h3:before {
content: '';
position: absolute;
bottom: -5px;
display: inline-block;
width: 60px;
height: 2px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color:#d71e1e;
border-radius: 2px;
}


#colum4 h2{
padding:0.5em 0;
color:#fff;
background-color:#1a1b20;
font-size:100%;
text-align:center;
margin:0;
width:100%;
border-top:5px solid #d71e1e;
}
/*#colum4 h3{
font-size:120%;
color:#1a1b20;
text-align:center;
margin:1em 0 1em 0;
}*/
#colum4 h4{
font-size:160%;
color:#1a1b20;
}


#colum4 .red{
color:#1a1b20;
}


#colum4 figure{
	width:48%;
	float:left;
margin:10px auto;
text-align:center;
box-sizing:border-box;
}
#colum4 figure:nth-child(1){
width:48%;
margin-right:2%;
}
#colum4 figure:nth-child(2){
width:48%;
margin-left:1%;
margin-right:1%;
}
#colum4 figure:nth-child(3){
width:48%;
margin-left:2%;
}
#colum4 figure:nth-child(4){
width:48%;
margin-right:2%;
}
#colum4 figure:nth-child(5){
width:48%;
margin-left:1%;
margin-right:1%;
}
#colum4 figure:nth-child(6){
width:48%;
margin-left:2%;
}
#colum4 figure img{
width:100%;
margin:0;
padding:0;
display:block;
transition: all .4s ease-out; 
}
#colum4 figure img:hover{
	opacity:0.2;
}
#colum4  figcaption{

margin:0;
padding:0;
}
}
@media screen and (max-width: 600px){
	#colum4 figure{
	width:100%;
	float:left;
margin:10px auto;
text-align:center;
box-sizing:border-box;
}
#colum4 figure:nth-child(1){
width:100%;
margin-right:0%;
}
#colum4 figure:nth-child(2){
width:100%;
margin-left:0%;
margin-right:0%;
}
#colum4 figure:nth-child(3){
width:100%;
margin-left:0%;
}
#colum4 figure:nth-child(4){
width:100%;
margin-right:0%;
}
#colum4 figure:nth-child(5){
width:100%;
margin-left:0%;
margin-right:0%;
}
#colum4 figure:nth-child(6){
width:100%;
margin-left:0%;
}
}


/*------------menu colum*/
#colum5{
display:block;
width:100%;
margin:0 auto;
color:#383838;
font-size:100%;

 background: -moz-linear-gradient(top, #FFF, #f2f3f3);
  background: -webkit-linear-gradient(top, #FFF, #f2f3f3);
  background: linear-gradient(to bottom, #FFF, #f2f3f3);
  /*background-color:#f2f3f3;*/
	 border-bottom:1px solid #c8c8c8;
	 position:fixed;
	 top:0;
	 z-index:9999999;
box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
}
#colum5:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}



.colum5-box{
display:block;
width:1000px;
margin:0 auto;
}
.colum5-box:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}

@media screen and (max-width: 768px){
	#colum5{
display:block;
}
#colum5:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}



.colum5-box{
display:block;
width:100%;
margin:0 auto;
}
.colum5-box:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}

}


/*-------------submenu*/
.submenu{
display:none;
}

.submenu ul	{
	margin: 0;
	padding: 0;
	list-style: none;
text-align:center;
}
.submenu li img{
width:25px;
margin:0 auto;
display:block;
}
.submenu li{
float: left;
box-sizing: border-box;
background-color: #f7f7f8;
color: #363636;
box-shadow: 1px 1px rgba(255,255,255,1) inset;
border:1px solid #dfdfe2;
padding:10px 0 10px 0;
font-size:80%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
transition: .5s;
		}
.submenu li a {
text-decoration:none;
color: #363636;
}
.submenu li:hover{
background-color:#ededef;	
color:#d71e1e;
 transition: all .4s ease-out;  
}
.submenu li a:hover{
color:#d71e1e;  
}
.submenu li:nth-child(1){
	width:25%;
}

.submenu li:nth-child(2){
	width:25%;
}
.submenu li:nth-child(3){
	width:25%;
}
.submenu li:nth-child(4){
	width:25%;
}



@media screen and (max-width: 768px){
.submenu{
display:block;
}

}
/*-------------submenu*/


/*------------menu colum*/



/*------------slide colum*/
#colum6{
display:block;
width:100%;
margin:100px 0 0 0;
color:#383838;
}
#colum6:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}



.colum6-box{
display:block;
width:1000px;
margin:0 auto;
padding:0;
}
.colum6-box:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
#colum6-box img{
transition: 4s; 
}
#colum6 img:hover{
opacity:0.5;
}
@media screen and (max-width: 768px){
.colum6-box{
display:block;
width:100%;
margin:100px 0 0 0;
}
.colum6-box:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}

}

/*------------slide colum*/



/*--------------------------menu*/
.menu6{
  *zoom: 1;
  list-style-type: none;
  width:1000px;
  margin:0 auto 0 auto;
  padding:0;
  /*background-color:#fff;*/
  text-align:center;
 

}


.menu6:before, .menu6:after{
  content: "";
  display: table;
}
.menu6:after{
  clear: both;
}
.menu6 li{
  position: relative;
  width: 166px;/*width: 16%167px;199px;*/
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
box-sizing: border-box;
box-shadow: 1px 1px rgba(255,255,255,1) inset;
/*border:1px solid #dfdfe2;*/
border-left:1px solid #fff;   
}
.menu6 li a:nth-child(1){
border-left: 0px;
}
.menu6 li:nth-child(4){
 }
.menu6 li:nth-child(5){
width: 168px;
 }
.menu6 li:nth-child(6){
 border-right: 0px;
 }
 .menu6 li:last-child{
 border-right:1px solid #dfdfe2; 
 }
.menu6 li a{
  display: block;
  margin: 0;
  padding: 8px 0;
  color:#363636;
	text-decoration: none;

	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 80%;
}

.menu6 li ul{
  list-style: none;
  position: absolute;
  top:100%;
  left: 0;
  margin: 0;
  padding:0;
 background-color:#fff; 
 border-top: 1px solid #dfdfe2;

}




.menu6 li ul li{
width: 100%;
position:relative;
top:100%;

 border-bottom: 1px solid #dfdfe2; 
}


.menu6 li ul li a{
  padding: 10px 15px;
  background-color: #fff;
  
border-left: 1px solid #dfdfe2;
border-bottom: 1px solid #dfdfe2;


border-right: 1px solid #dfdfe2; 
}

.menu6 li a:last-child{
border-bottom: 0;	

border-left: 1px solid #dfdfe2; 
}


.menu6 li ul li:last-child{	

}
.menu6 li:hover > a{
color:#d71e1e;

}


.menu6 li a:hover{
color:#d71e1e;
transition: all .4s ease-out; 

}

@media screen and (max-width: 768px){
.menu6{
	display:none;
}
}











/*フェードイン*/
#fade-in { position: relative; z-index: 6; }
#fade-in li ul{
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}
#fade-in li:hover ul{
  visibility: visible;
  opacity: 1;
}
/*フェードイン*/

/*---dropmenu----------*/
/*フェードイン*/
#fade-in { position: relative; z-index: 6; }
#fade-in li ul{
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}
#fade-in li:hover ul{
  visibility: visible;
  opacity: 1;
}
/*フェードイン*/

#dropmenu_content{
  width:100%;
  margin:0 auto 0 auto;
  padding:0;
  border-bottom:1px solid #d2d4d5;
}

.dropmenu{
  *zoom: 1;
  list-style-type: none;
  /*width: 100%;*/
  width:1000px;
  margin:0 auto 0 auto;
  padding:0;
  /*background-color:#fff;*/
  text-align:center;
  /*border-left:1px solid #d2d4d5;*/
 border-right: 1px solid #ccc;
}


.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 248px;/*width: 16%167px;199px;*/
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;    
 /* background-color: #fff;

box-shadow: 1px 1px rgba(255,255,255,1) inset;*/  
border-left:1px solid #fff;  

}
.dropmenu li a:nth-child(1){
border-left: 1px solid #ccc;
}
.dropmenu li a:nth-child(2){
border-left: 1px solid #ccc;
}
.dropmenu li a:nth-child(3){
 border-right: 1px solid #ccc;

}
.dropmenu li a:nth-child(4){
 border-right: 1px solid #ccc;

}

 
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  /*background-color:#f2f3f3;*/
  color:#333333;
  font-size: 90%;
  line-height: 1.5;
  text-decoration: none;
  
  /*border-right:1px solid #d2d4d5; */
}

.dropmenu li ul{
  list-style: none;
  position: absolute;
  top:100%;
  left: 0;
  margin: 0;
  padding:0;
 background-color:#fff; 
 border-top: 1px solid #ccc;

}




.dropmenu li ul li{
width: 100%;
position:relative;
top:100%;

 border-bottom: 1px solid #ccc; 
}


.dropmenu li ul li a{
  padding: 13px 15px;
  background-color: #fff;
  
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;


border-right: 1px solid #ccc; 
}

.dropmenu li a:last-child{
border-bottom: 0;	

border-left: 1px solid #ccc; 
}


.dropmenu li ul li:last-child{	

}
.dropmenu li:hover > a{
  background-color: #fff;
  color:#d71e1e;

 
 /* border-left: 1px solid #ccc;
 border-right:1px solid #ccc; */
}


.dropmenu li a:hover{
  color:#d71e1e;

background-color:#f2f2f2;

}
/*arrow*/
.dropmenu li ul li a::before {
content: "";
display: block;
position: absolute;
top: 50%;
left: 10px;
width: 3px;
height: 3px;
margin: -3px 0px 0px 0px;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
/*arrow*/



@media screen and (max-width: 768px){
.dropmenu{
display:none;
width:100%;
}
}
/*--------------------------menu*/




/*--------------------------cat btn*/
.ct-large{
width:100%;
margin:0 auto;
text-align:center;
display:block;
}
.ct-small{
width:100%;
margin:0 auto;
text-align:center;
display:none;
}

@media screen and (max-width: 768px){
.ct-large{
width:100%;
margin:0 auto;
text-align:center;
display:none;
}
.ct-small{
width:100%;
margin:0 auto;
text-align:center;
display:block;
}
}






.bphoto-small{
display:none;
}
.bphoto-medium{
display:none;
}
.bphoto-large{
display:block;
}
@media screen and (max-width: 768px){
.bphoto-small{
display:none;
}
.bphoto-medium{
display:block;
}
.bphoto-large{
display:none;
}
}
@media screen and (max-width: 600px){
	.bphoto-small{
display:block;
}
.bphoto-medium{
display:none;
}
.bphoto-large{
display:none;
}
}
/*bottom dropmenu----------*/
.bottomdropmenu{
display:none;
}

@media screen and (max-width: 768px){
.bottomdropmenu{
display:none;
}

.bottomdropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 100%;
  margin: 0px auto 0px;
  padding:0;
}


.bottomdropmenu:before, .bottomdropmenu:after{
  content: "";
  display: table;
  
   
}
.bottomdropmenu:after{
  clear: both;
  
  
  
}
.bottomdropmenu li{
  position: relative;
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
/*background-color: #ededef;
  border: solid 1px #dfdfe2;  */

background-color: #f7f7f8;
color: #363636;
box-shadow: 1px 1px rgba(255,255,255,1) inset;
border:1px solid #dfdfe2;


white-space:nowrap;
overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; 
  -o-text-overflow: ellipsis;
  

-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
  
}
/*.bottomdropmenu li:nth-child(9){
width:100%;
}*/
.bottomdropmenu li:nth-child(9),.bottomdropmenu li:nth-child(10){
border-bottom: solid 2px #dfdfe2;
}

.bottomdropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
/*background-color: #ededef;
  color: #2a241d;*/
font-size:small;


background-color: #f7f7f8;
color: #363636;
box-shadow: 1px 1px rgba(255,255,255,1) inset;
border:1px solid #dfdfe2;

transition: all 0.5s ease-out;
  line-height: 1.5;
  text-decoration: none;
}
.bottomdropmenu li ul{
  list-style: none;
  position: absolute;
  top: 0;/*top: 100%*/
  right: 100%;/*left: 100%;*/
  margin: 0;
  padding: 0;
  
  width:100%; 
}
.bottomdropmenu li ul li{
  width: 100%; 
  
}
.bottomdropmenu li ul li a{
  padding: 13px 15px;
  background-color: #ededef;
  text-align: left;
  
}
.bottomdropmenu li:hover > a{
  background-color: #d71e1e;
    color:#fff;
 
}
.bottomdropmenu li a:hover{
  background-color: #d71e1e;
  color:#fff;
  
}

}
@media screen and (max-width:600px){
.bottomdropmenu{
display:block;
}

.bottomdropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 100%;
  margin: 0px auto 0px;
  padding:0;
}


.bottomdropmenu:before, .bottomdropmenu:after{
  content: "";
  display: table;
  
   
}
.bottomdropmenu:after{
  clear: both;
  
  
  
}
.bottomdropmenu li{
  position: relative;
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
background-color: #ededef;
  
  white-space:nowrap;
overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; 
  -o-text-overflow: ellipsis;
  
  border: solid 1px #dfdfe2;
-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;	
  
}
/*.bottomdropmenu li:nth-child(9){
width:100%;
}*/
.bottomdropmenu li:nth-child(10){
border-bottom: solid 2px #dfdfe2;

}

.bottomdropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
background-color: #ededef;
  color: #2a241d;
font-size:small;
  line-height: 1.5;
  text-decoration: none;
}
.bottomdropmenu li ul{
  list-style: none;
  position: absolute;
  top: 0;/*top: 100%*/
  right: 100%;/*left: 100%;*/
  margin: 0;
  padding: 0;
  
  width:100%; 
}
.bottomdropmenu li ul li{
  width: 100%; 
  
}
.bottomdropmenu li ul li a{
  padding: 13px 15px;
  background-color: #ededef;
  text-align: left;
  
}
.bottomdropmenu li:hover > a{
  background-color: #d71e1e;
    color:#fff;
 
}
.bottomdropmenu li a:hover{
  background-color: #d71e1e;
  color:#fff;
  
}

}
/*bottom dropmenu----------*/

/*footer----------*/
#footer_main{
margin:0 auto 0 auto;
padding:10px 0;
background-color:#f7f7f8;
text-align:center; 
width:100%;
display:block;
float:left;
}

#footer_main:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}

#footer-box{
text-align:center;
display:block;
margin-left:auto;
margin-right:auto;
width:70%;
}

.footermenu {
width:100%;
display:block;
text-align:center; 
background-color:#f7f7f8;
}

.footermenu li{
font-size:small;
display:inline-block;
width:auto;
text-align:center;  
list-style-type:none;
color:#363636;
margin:1%;
padding:0;
}
.footermenu li a{
  color:#363636;
  text-decoration:none;
}
.footermenu li a:hover{
  color:#d71e1e;
}



#copy{
	text-align:center;
margin-left:auto;
margin-right:auto;
font-size:xx-small;
padding-bottom:1%;
width:100%;
display:block;
color:#a5a5a5;
background-color:#f7f7f8;
}
#copy img{
width:10%;
margin:0;
padding:0;
}
#copy p{
margin:0;
padding:0;
}

@media screen and (max-width: 768px){
#footer_main{
margin:0 auto 0 auto;
padding:10px 0;
background-color: #f7f7f8;
text-align:center; 
width:100%;
display:block;
float:left;
}

#footer_main:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}

#footer-box{
text-align:center;
display:block;
margin-left:auto;
margin-right:auto;
width:90%;
}

.footermenu {
width:100%;
display:block;
text-align:center; 
background-color: #f7f7f8;
}

.footermenu li{
font-size:small;
display:inline-block;
width:auto;
text-align:center;  
list-style-type:none;
color:#363636;
margin:1%;
padding:0;
}
.footermenu li a{
  color:#363636;
  text-decoration:none;
}
.footermenu li a:hover{
  color:#d71e1e;
}



#copy{
	text-align:center;
margin-left:auto;
margin-right:auto;
font-size:xx-small;
padding-bottom:1%;
width:100%;
display:block;
color:#a5a5a5;
background-color: #f7f7f8;
}
#footer_main #copy img{
width:30%;
margin:0;
padding:0;
}
#footer_main #copy p{
margin:0;
padding:0;
}
}

@media screen and (max-width:600px){
#footer_main{
margin:0 auto 0 auto;
padding:10px 0;
background-color: #f7f7f8; 
text-align:center; 
width:100%;
display:block;
float:left;
}

#footer_main:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}

#footer-box{
display:none;
}

.footermenu {
display:none;
}


#copy{
	text-align:center;
margin-left:auto;
margin-right:auto;
font-size:xx-small;
padding-bottom:1%;
width:100%;
display:block;
color:#a5a5a5;
background-color: #f7f7f8;
}
#footer_main #copy img{
width:30%;
margin:20px auto 0 auto;
padding:0;
}
#footer_main #copy p{
margin:0 auto 0 auto;
padding:0;
}

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


#page-top {
    position: fixed;
    bottom: 20px;
    right: 70px;
    font-size: 80%;
	
}
#page-top a {
    text-decoration: none;
    color: #fff;
    width: 20px;
    padding: 2em 0;
    text-align: center;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
}
#page-top img{
width:70px;
}


/*----------------logo*/
#colum7{
text-align:left;
display: block;
marign:0;
padding:0;
width:100%;
clear:both;
font-size:90%;

}
#colum7:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}


.colum7-box{
display: block;
margin:0px auto;
padding:0;
width:1000px;
clear:both;
}
.colum7-box:after {
    content: "";      /* ※Clearfix */
    clear: both;
   
display: block;
} 

#colum7 img{
transition: all 0.5s ease-out;

}
#colum7 img:hover{
	opacity:0.5;
}
#colum7 ul{
	padding:0;
margin:0;
}
#colum7 li{
list-style-type:none;
box-sizing:border-box;
float:left;
padding:0;
margin:0;
}
#colum7 img{
transition: all 0.5s ease-out;
}
#colum7 li:nth-child(1){
	width:50%;
	
}
#colum7 li:nth-child(1) img{
	width:40%;
}
#colum7 li:nth-child(2){
width:50%;
float:left;
font-size:120%;
text-align:right;
}

#colum7 li:nth-child(2) .red{
color:#d71e1e;
}
#colum7 li:nth-child(2) strong{
font-size:200%;
vertical-align:middle;
float:right;
margin:0;
padding:0;
}

#colum7 li:nth-child(2) small{
font-size:40%;
vertical-align:middle;
font-weight:normal;
float:right;
margin:0;
padding:0;
}
#colum7 li:nth-child(2) br{
margin:0;
padding:0;
}
@media screen and (max-width: 768px){
	#colum7{
text-align:center;
display: block;
marign:0;
padding:0;
width:100%;
clear:both;
font-size:90%;
}
	.colum7-box{
display: block;
margin:0px auto;
width:100%;
clear:both;
}
#colum7 ul{
	padding:0;
margin:0;
}
#colum7 li{
list-style-type:none;
box-sizing:border-box;
float:left;
}
#colum7 img{
transition: all 0.5s ease-out;
}
#colum7 li:nth-child(1){
	width:48%;
	margin:1%;
	text-align:left;

}
#colum7 li:nth-child(1) img{
	width:40%;
}
#colum7 li:nth-child(2){
	width:48%;
	margin:1%;
float:left;
font-size:100%;
text-align:right;
}

#colum7 li:nth-child(2) .red{
color:#d71e1e;
}
#colum7 li:nth-child(2) strong{
font-size:150%;
vertical-align:middle;
}
#colum7 li:nth-child(2) small{
font-size:50%;
vertical-align:middle;
font-weight:normal;
float:right;
margin:0;
padding:0;
}
#colum7 li:nth-child(2) br{
margin:0;
padding:0;
}



}
@media screen and (max-width: 600px){
#colum7 ul{
	padding:0;
margin:0;
}
#colum7 li{
list-style-type:none;
box-sizing:border-box;
float:left;
}
#colum7 img{
transition: all 0.5s ease-out;
}
#colum7 li:nth-child(1){
	width:98%;
	margin:1%;
	text-align:center;

}
#colum7 li:nth-child(1) img{
	width:20%;
}
#colum7 li:nth-child(2){
display:none;
}

#colum7 li:nth-child(2) .red{
color:#d71e1e;
}
#colum7 li:nth-child(2) strong{
font-size:150%;
vertical-align:middle;
}




}
/*----------------logo*/


/*---------------------住所*/
#colum8{
display:block;
width:100%;
margin:3vh auto 0 auto;
color:#1a1b20;
background-color:#f7f7f8;
border-top:1px solid #f7f7f8;
}
#colum8:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}

.colum8-box{
display:block;
width:1000px;
margin:3vh auto 0 auto;

font-size:120%;
line-height:1.5;
}
.colum8-box:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
.colum8-box br{
	display:block;
}

#colum8 p br{
display:block;
}
#colum8 p{
width:90%;
margin:0 auto 2vh auto;
}
#colum8 p a:link{
color:#1a1b20;
text-decoration:underline;
}
#colum8 p a:visited{
color:#1a1b20;
text-decoration:underline;
}
#colum8 p a:hover{
	opacity:0.5;
text-decoration:none;
}

#colum8 figure{
	box-sizing:border-box;
	text-align:center;
}
#colum8 figure:nth-child(1){
width:100%;
margin:10vh 0 1vh 0;
padding:0;
}
#colum8 figure:nth-child(1) img{
width:30%;
margin:1vh auto;
display:block;
}
#colum8 figure:nth-child(1) h2{
font-size:120%;
width:96%;
margin:0.25em 3%;
}

#colum8 figure:nth-child(2){
width:48%;
float:left;
margin:1vh 1%;
padding:0;
text-align:right;
}
#colum8 figure:nth-child(2) .red{
font-size:100%;

padding:0 0.25em;
color:#d71e1e;
display:inline-block;
}
#colum8 figure:nth-child(2) strong{
font-size:200%;
vertical-align:middle;
}

#colum8 figure:nth-child(3){
width:48%;
float:right;
margin:1vh 1%;
padding:0;
text-align:left;
}
#colum8 figure:nth-child(3) .bk{
font-size:100%;

padding:0 0.25em;
display:inline-block;
}
#colum8 figure:nth-child(3) strong{
font-size:200%;
vertical-align:middle;
}
#colum8 figure p{
margin:1.2em 3%;
}
@media screen and (max-width: 768px){
#colum8{
display:block;
width:100%;
margin:2vh auto 0 auto;
color:#1a1b20;
background-color:#f7f7f8;
border-top:1px solid #f7f7f8;
}
#colum8:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}

.colum8-box{
display:block;
width:98%;
margin:0vh auto 0 auto;

font-size:120%;
line-height:1.5;
}
.colum8-box:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
.colum8-box br{
	display:block;
}

#colum8 p br{
display:block;
}
#colum8 p{
width:90%;
margin:0 auto 2vh auto;
}
#colum8 p a:link{
color:#1a1b20;
text-decoration:underline;
}
#colum8 p a:visited{
color:#1a1b20;
text-decoration:underline;
}
#colum8 p a:hover{
	opacity:0.5;
text-decoration:none;
}

#colum8 figure{
	box-sizing:border-box;
	text-align:center;
}
#colum8 figure:nth-child(1){
width:100%;
margin:5vh 0 1vh 0;
padding:0;
}
#colum8 figure:nth-child(1) img{
width:50%;
margin:1vh auto;
display:block;
}
#colum8 figure:nth-child(1) h2{
font-size:120%;
width:96%;
margin:0.25em 3%;
}

#colum8 figure:nth-child(2){
width:48%;
float:left;
margin:1vh 1%;
padding:0;
text-align:right;
}
#colum8 figure:nth-child(2) .red{
font-size:100%;

padding:0 0.25em;
color:#d71e1e;
display:inline-block;
}
#colum8 figure:nth-child(2) strong{
font-size:160%;
vertical-align:middle;
}

#colum8 figure:nth-child(3){
width:48%;
float:right;
margin:1vh 1%;
padding:0;
text-align:left;
}
#colum8 figure:nth-child(3) .bk{
font-size:100%;

padding:0 0.25em;
display:inline-block;
}
#colum8 figure:nth-child(3) strong{
font-size:160%;
vertical-align:middle;
}
#colum8 figure p{
margin:1.2em 3%;
}
}
@media screen and (max-width: 600px){
#colum8{
display:block;
width:100%;
margin:2vh auto 0 auto;
color:#1a1b20;
background-color:#f7f7f8;
border-top:1px solid #f7f7f8;
}
#colum8:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}

.colum8-box{
display:block;
width:100%;
margin:0vh auto 0 auto;

font-size:120%;
line-height:1.5;
}
.colum8-box:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
.colum8-box br{
	display:block;
}

#colum8 p br{
display:block;
}
#colum8 p{
width:90%;
margin:0 auto 2vh auto;
}
#colum8 p a:link{
color:#1a1b20;
text-decoration:underline;
}
#colum8 p a:visited{
color:#1a1b20;
text-decoration:underline;
}
#colum8 p a:hover{
	opacity:0.5;
text-decoration:none;
}

#colum8 figure{
	box-sizing:border-box;
	text-align:center;
}
#colum8 figure:nth-child(1){
width:100%;
margin:5vh 0 1vh 0;
padding:0;

font-size:80%;
}
#colum8 figure:nth-child(1) img{
width:70%;
margin:1vh auto;
display:block;
}
#colum8 figure:nth-child(1) h2{
font-size:90%;
width:96%;
margin:0.25em 3%;
}

#colum8 figure:nth-child(2){
width:98%;
float:left;
margin:0 1% 1vh 1%;
padding:0;
text-align:center;
}
#colum8 figure:nth-child(2) .red{
font-size:100%;

padding:0 0.25em;
color:#d71e1e;
display:inline-block;
}
#colum8 figure:nth-child(2) strong{
font-size:160%;
vertical-align:middle;
}

#colum8 figure:nth-child(3){
width:98%;
float:right;
margin:0 1% 2vh 1%;
padding:0;
text-align:center;
}
#colum8 figure:nth-child(3) .bk{
font-size:100%;

padding:0 0.25em;
display:inline-block;
}
#colum8 figure:nth-child(3) strong{
font-size:160%;
vertical-align:middle;
}
#colum8 figure p{
margin:1.2em 3%;
}
}
/*---------------------住所*/


/*---------------------cam*/
#colum9{
display:block;
width:100%;
margin:1vh auto 1vh auto;
color:#1a1b20;
/*background-color:#f7f7f8;
border-top:1px solid #f7f7f8;*/
padding:0;
}
#colum9:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
#colum9 h3{
	font-size:200%;
position: relative;
display: inline-block;
color:#1a1b20;
text-align:center;
margn:0 auto 1em auto;
width:100%;
}
#colum9 h3:before {
content: '';
position: absolute;
bottom: -5px;
display: inline-block;
width: 60px;
height: 2px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color:#d71e1e;
border-radius: 2px;
}
#colum9 p{
font-size:130%;
color:#1a1b20;
margin:0.5em auto;
padding:0;
text-align:center;
font-size:bold;
}
.colum9-box{
display:block;
width:1000px;
margin:0 auto;
padding:0;
font-size:120%;
line-height:1.5;
}
.colum9-box:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
.colum9-box br{
	display:block;
}


.colum9-box div{
float:left;
}
.colum9-box div:nth-child(1){
width:100%;
margin:0;
padding:0;
}
.colum9-box div:nth-child(1) img{
width:100%;
margin:0;
padding:0;
transition: all .4s ease-out; 
}
.colum9-box div img:hover{
opacity:0.5;
}
.colum9-box div:nth-child(2){
color:#1a1b20;
width:50%;
margin:0;
padding:0;
}
.colum9-box div:nth-child(3){
width:50%;
margin:0;
padding:0;
}
.colum9-box div:nth-child(2) .red{
color:#d71e1e;
}
.colum9-box div:nth-child(2) strong{
font-size:200%;
vertical-align:middle;
float:right;
margin:0;
padding:0;
}

.colum9-box div:nth-child(2) small{
font-size:40%;
vertical-align:middle;
font-weight:normal;
float:right;
margin:0;
padding:0;
}
.colum9-box div:nth-child(2) br{
margin:0;
padding:0;
}
.btn3{
background-color:#d71e1e;
width:50%;
margin:2vh auto 3vh auto;
text-align:center;
color:#fff;
text-decoration:none;
border-radius:2px;
padding:0.5em 0.5em;
display:block;
transition: all .4s ease-out; 
}
.btn3:link{
color:#fff;
background-color:#d71e1e;
text-decoration:none;
}
.btn3:hover{
color:#383838;
background-color:#e4e4e4;
text-decoration:none;
}
.btn3:visited{
color:#fff;
background-color:#d71e1e;
text-decoration:none;
}
@media screen and (max-width: 768px){

#colum9{
display:block;
width:100%;
margin:1vh auto 1vh auto;
color:#1a1b20;
/*background-color:#f7f7f8;
border-top:1px solid #f7f7f8;*/
padding:0;
}
#colum9:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
#colum9 h3{
	font-size:200%;
position: relative;
display: inline-block;
color:#1a1b20;
text-align:center;
margn:0 auto 1em auto;
width:100%;
}
#colum9 h3:before {
content: '';
position: absolute;
bottom: -5px;
display: inline-block;
width: 60px;
height: 2px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color:#d71e1e;
border-radius: 2px;
}
.colum9-box{
display:block;
width:100%;
margin:0 auto;
padding:0;
font-size:120%;
line-height:1.5;
}
.colum9-box:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}
.colum9-box br{
	display:block;
}


.colum9-box div{
float:left;
}
.colum9-box div:nth-child(1){
width:100%;
margin:0;
padding:0;
}
.colum9-box div:nth-child(1) img{
width:100%;
margin:0;
padding:0;
transition: all .4s ease-out; 
}
.colum9-box div img:hover{
opacity:0.5;
}
.colum9-box div:nth-child(2){
color:#1a1b20;
width:50%;
margin:0;
padding:0;
}
.colum9-box div:nth-child(3){
width:50%;
margin:0;
padding:0;
}
.colum9-box div:nth-child(2) .red{
color:#d71e1e;
}
.colum9-box div:nth-child(2) strong{
font-size:150%;
vertical-align:middle;
float:right;
margin:0;
padding:0;
}

.colum9-box div:nth-child(2) small{
font-size:40%;
vertical-align:middle;
font-weight:normal;
float:right;
margin:0;
padding:0;
}
.colum9-box div:nth-child(2) br{
margin:0;
padding:0;
}
.btn3{
background-color:#d71e1e;
width:70%;
margin:2vh auto 3vh auto;
text-align:center;
color:#fff;
text-decoration:none;
border-radius:2px;
padding:0.5em 0.5em;
display:block;
transition: all .4s ease-out; 
}
}

@media screen and (max-width: 600px){

.colum9-box div:nth-child(2){
color:#1a1b20;
width:100%;
margin:1vh auto 0 auto;
padding:0;
text-align:center;
}
.colum9-box div:nth-child(3){
width:100%;
margin:0;
padding:0;
}
.colum9-box div:nth-child(2) .red{
color:#d71e1e;
}
.colum9-box div:nth-child(2) strong{
font-size:150%;
vertical-align:middle;
float:none;
margin:0;
padding:0;
line-height:1;
}

.colum9-box div:nth-child(2) small{
font-size:40%;
vertical-align:middle;
font-weight:normal;
float:none;
margin:0;
padding:0;
}
.colum9-box div:nth-child(2) br{
margin:0;
padding:0;
}
.btn3{
background-color:#d71e1e;
width:90%;
margin:2vh auto 3vh auto;
text-align:center;
color:#fff;
text-decoration:none;
border-radius:2px;
padding:0.5em 0.5em;
display:block;
transition: all .4s ease-out; 
}

}
/*---------------------cam*/

