@charset "UTF-8";

.tel_image{
    width: 60px;
}
@media screen and (max-width: 900px){
.tel_image{
    display: block;
    margin-right: auto;
    margin-left: auto;
}
}
.tel_number{
    font-size: 42px;
    margin-left: 15px;
}
@media screen and (max-width: 899px){
.tel_number{
    font-size: 32px;
    margin-left: 0px;
}
}
.line_image{
    width: 80px
}
.inner_item_txt a{
    text-decoration: none;
    opacity: 1.0;
    transition: all .3s;
}
.inner_item_txt a:hover{
    opacity: 0.8;
    transition: all .3s;
}
.inner_item_txt p{
    margin-top: 10px;
}
.inner_item_title {
    margin-bottom: 20px;
    font-size: 28px;
    color: #A57728;
    font-weight: bold;
}
@media screen and (max-width: 479px){
.inner_item_title {
    font-size: 6vw;
}
}