
#main {
    width: 100%;
    background-color: #f9f9f9;
    font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
    color: #111;
    padding: 40px 0;
}

#content {
    width: 850px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #c1c1c1;
}

#article-content {
    padding: 0 30px;
    margin-bottom: 60px;
}

.blog-date {
    text-align: right;
    color: #111;
    font-weight: bold;
    display: inline-block;
    float: right;
}

#clear::after {
    content: "";
    display: block;
    clear: both;
}

.blog-title-h2 {
    position: relative;
    letter-spacing: 5px;
    font-size: 22px;
    display: inline-block;
    margin: 1rem 0 0 -10px;
    padding: 5px 40px;
    color: #fff;
    border-radius: 0 100vh 100vh 0;
    background: #0075a9;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}

.blog-title-h2:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border-top: 10px solid #005276;
    border-left: 10px solid transparent;
}

.blog-title {
    font-size: 26px;
    padding: 10px 30px 30px 0;
    border-bottom: 5px solid #c1a052;
    font-weight: bold;
    background-color: #fff;
    margin-top: 0;
    position: relative;
}

.sub-title{
    color: #c1a052;
    padding: 15px 30px 0;
    font-size: 18px;
}

.content-text {
    width: 100%;
    padding: 20px 0;
}

.talk-block{
    width: 100%;
    margin-bottom: 50px;
}

.t-icon{
    display: inline-block;
    width: 90px;
    vertical-align: middle;
    position: relative;
}

.t-icon::after{
    content: "タバランヌ";
    position: absolute;
    width: 90px;
    text-align: center;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}

.s-icon{
    display: inline-block;
    width: 90px;
    vertical-align: middle;
    position: relative;
}

.s-icon::after{
    content: "店長";
    position: absolute;
    width: 90px;
    text-align: center;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}

.hukidashi {
    display: inline-block;
    border: 1px solid #ababab;
    padding: 15px;
    width: 84%;
    margin-left: 30px;
    position: relative;
    vertical-align: middle;
    border-radius: 10px;
}

.hukidashi:after {
    position: absolute;
    top: 50%;
    left: -23px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    content: '';
    border: 12px solid transparent;
    border-right: 12px solid #fff;
}

.hukidashi:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) ;
    -webkit- transform: translateY(-50%) ;
    left: -24px;
    content: '';
    border: 12px solid transparent;
    border-right: 12px solid #ababab;
}

.content-image{
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
}

.content-image img{
    display:inline-block;
    width: 200px;
    margin-right: 40px;
}

.content-image img:nth-child(3){
    margin-right: 0;
}

.item-link{
    width: 100%;
}

.item-link a{
    display: block;
    position: relative;
    margin: 20px auto;
    padding: 10px 30px 10px 0px;
    width: 230px;
    color: #333;
    font-size: 14px;
    background-color: #efefef;
    border-radius: 50vh;
    transition: 0.3s;
}

.item-link a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50vh;
}

.item-link a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
}


.item-link a:hover {
    background-color: #dbdbdb;
    text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    
    #content {
        width: 100%;
    }
    
    .hukidashi {
        width: 80%;
    }
    
    .content-image img {
        width: 175px;
    }
    
}


@media only screen and (max-width:767px) {
    #main{
        background: #fff;
        padding-top: 20px;
    }

    #content {
        width: 100%;
    }

    #article-content {
        padding: 0 10px;
    }

    .blog-title {
        font-size: 22px;
        padding: 10px 0px 20px 0;
        line-height: 24px;
    }
    
    .blog-date{
        float: none;
    }
    
    .sub-title{
        padding: 15px 10px 0;
        font-size: 16px;
    }

    .hukidashi {
        width: 100%;
        height: auto;
        margin: 30px 0 0 0;
    }

    .hukidashi:after {
        display: none;
    }

    .hukidashi:before {
        display: none;
    }

    .content-image img {
        width: 100px;
        margin-right: 0px;
        padding-bottom: 20px;
    }

}
