/*
Theme Name: Tanpopo
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: Lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
*/

.caption {
    font-size: 39px;
    line-height: 55px;
}
.caption2 {
    font-size: 36px;
}

@media (max-width:768px) {
    .caption {
        font-size: 29px;
        line-height: 39px;
    }
    .caption2 {
        font-size: 21px;
    }
    .box {
        width: 70%;
        margin: auto;
    }
}

.header-addon {
    color: #419625;
    text-align: right;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 20px;
}
.header-span {
    color: black;
    font-weight: normal;
    font-size: 14px;
}
.header-text {
    float: left;
    font-size: 14px;
    line-height: 28px;
}
.tel-box {
    float: left;
    margin-right: 20px;
}
.header-addon i {
    margin: 0 5px;
}



@media (max-width:960px) {
    .header-addon {
        text-align: center;
    }
}