@charset "utf-8";

/* main */
main img{
	width: 80%;
	margin: 50px auto 0;
	display: block;
}
main h3{
	font-size: 15px;
	font-weight:900;
	margin: 50px auto 0;
	width: 80%;
}

@media only screen and (max-width:640px){
	
main img{
	width: 100%;
	margin-top: 40px;
}
    
}


/* section */
section h3 {
    width:100%;
    margin:0 0 10px;
    font-size:2rem;
    font-weight:900;
    line-height:2;
}
section p {
    width:100%;
    margin:0 0 50px;
}
section h3.name{
	color: #009e96;
	font-size: 1.3rem;
	margin:30px 0 -10px;
}
section h3 span{
	font-size: 2.5rem;
}
section h3 small{
	font-size:1rem;
    margin-left: 10px;
}
section .store {
	display: flex; 
    flex-flow: row wrap; 
    justify-content: space-between; 
    align-content: flex-start; 
    align-items: flex-start;
	margin-top: 30px;
}
section .store img{
	width: 50%;
}
section .comment img{
	margin: 10px auto;
	display: block;
	width: 40%;
}
section .comment {
    position: relative;
	margin: 50px 0 0 0;
	width: 43%;
}
section .comment div{
	margin: 15px auto;
    padding: 20px 0 30px;
	width: 86%;
    background-color: rgba(0, 158, 150,0.05);
}
section .comment:before,section .comment:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
section .comment:before{
    border-left: solid 1px #000;
    border-top: solid 1px #000;
    top:0;
    left: 0;
}
section .comment:after{
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    bottom:0;
    right: 0;
	margin-left: 30px;
}
section .comment p{
	width: 80%;
    margin: 0 auto;
}
section p.joho{
	padding: 10px 0 5px;
}
section img.araippe{
	margin:50px auto 0;
	display: block;
}
section hr{
    margin-bottom: 50px;
}


@media only screen and (max-width:640px){
	
section h3.name{
	font-size: 1rem;
	margin-bottom: 0;
}
section .store {
	display: block;
}
section .store img{
	width: 100%;
}
section .comment{
    width: 80%;
    padding-right: 0;
    padding:1px 28px;
    margin: 30px 0;
}
section .comment div{
	margin: 10px 0 ;
    padding:20px 15px ;
	width: 88%;
}	
section .comment p{
	margin:0 auto;
    width: 90%;
    font-size: 0.85rem;
}
section .comment img{
	margin: 0 auto 5px;
    width: 55%;
}
section p.joho{
	margin:-30px 0 20px;
}
section h3{
	font-size: 2rem;
	line-height: 1.3;
	margin-bottom: 5px;
}
section p{
	margin: 20px 0 -20px;
}
section p.main-text{
		margin-bottom: 20px;
}
section img.araippe{
	width: 80%;
}
	
}


