@charset "utf-8";

.contents{
 font-family:'Roboto','Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro';
 letter-spacing: 0.05em;
    color:#4D4D4dD;
    font-size: 1.6rem;
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
}

.pcimg{display: block !important;}
.spimg{display: none !important;}

@media only screen and (max-width: 768px){
	.pcimg{display: none !important;}
	.spimg{display: block !important;}
}

.item-img{
    transition: 1.0s;
	width: 100%;
    max-width: 100%;
    height: auto;
}

.item-img:hover{
    opacity: 0.3;
}

.a-title{
    color:#fff;
    background: #f4c3c4;
    line-height: 1.2;
    font-size: 2.2rem;
    font-weight: 600;
    border-radius: 6px;
    padding: 16px;
    margin-top: 50px;
}

.b-title{
    color:#fff;
    background: #ccc;
    line-height: 1.2;
    font-size: 2.2rem;
    font-weight: 600;
    border-radius: 6px;
    padding: 16px;
    margin-top: 50px;
}

.c-title{
    color:#fff;
    background: #87CEFA;
    line-height: 1.2;
    font-size: 2.2rem;
    font-weight: 600;
    border-radius: 6px;
    padding: 16px;
    margin-top: 50px;
}

@media screen and (min-width: 769px){}
.item-block{
    display: flex;
    flex-wrap:wrap;
}

@media screen and (min-width: 769px){
.a-item {
    display: inline-block;
    width: 50%;
    padding: 7px;
    
}}

.item-title{
    font-weight: 600;
    font-size:1.6rem;
}

.item-name{
    transition: 1.0s;
    text-decoration: underline;
}

.item-name:hover{
    opacity: 0.3;
    text-decoration: none;
}

.item-padding{
	padding-bottom: 40px;
}