@charset "UTF-8";

@font-face {
    font-family: eriji;
    src: url(../eriji.otf) format("opentype");
}

@font-face {
    font-family: uzura;
    src: url(../uzura.ttf);
}

.section-title {
    color: #ffbdc7;
    font-family: 'TsukuARdGothic-Regular','TsukuBRdGothic-Regular',YuGothic,'Yu Gothic','MS UI Gothic',sans-serif;
    text-align: center;
}



.section-subtitle {
    font-family: uzura;
}

/*===header===*/
.navbar-img {
    width: 30px;
}

.navbar-brand {
     font-family: uzura;
     margin-right: 10px;
}

.navbar-brand:hover {
    opacity: 0.7;
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #ffbdc7;
}

.navbar-light .navbar-brand{
    color: #ffbdc7;
}

.nav-link {
    font-family: 'TsukuARdGothic-Regular','TsukuBRdGothic-Regular',YuGothic,'Yu Gothic','MS UI Gothic',sans-serif;
}

/*===top===*/
.top {
    background-image: url(../img/top.jpg);
    background-size: cover;
    height: 300px;
    vertical-align: middle;
}

.top-wrap {
     margin-top: 20px;
    font-family: uzura;
}


.top-name {
    font-size: 40px;
}

.top-title {
    line-height: 1.5em;
}

/*===about===*/
.about-content {
    font-family: 'TsukuARdGothic-Regular','TsukuBRdGothic-Regular',YuGothic,'Yu Gothic','MS UI Gothic',sans-serif;
    line-height: 2em;
}
.about-license {
    font-size: 12px;
    font-family: 'TsukuARdGothic-Regular','TsukuBRdGothic-Regular',YuGothic,'Yu Gothic','MS UI Gothic',sans-serif;
}

.col-md-3 {
    display: flex;
    align-items: center;
}

/*===service===*/
.col-md-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-md-6 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.works-item {
    box-shadow: 2px 2px 5px #9e9a9b;
}

_::-webkit-full-page-media,
_:future,
:root .col-md-6 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-title {
    font-family: 'TsukuARdGothic-Regular','TsukuBRdGothic-Regular',YuGothic,'Yu Gothic','MS UI Gothic',sans-serif;
}

.card-text {
    font-family: 'TsukuARdGothic-Regular','TsukuBRdGothic-Regular',YuGothic,'Yu Gothic','MS UI Gothic',sans-serif;
}

/*===contact===*/

.contact-icon {
    width: 90px;
    display: block;
}

.contact-item {
    width: 30%;
    display: flex;
    justify-content: space-around;
    
}

.contact-text:hover {
    opacity: 0.7;
}

.contact-icon:hover {
    opacity: 0.7;
}

.contact-messege {
    font-family: 'TsukuARdGothic-Regular','TsukuBRdGothic-Regular',YuGothic,'Yu Gothic','MS UI Gothic',sans-serif;
}

.contact-text {
    font-family: 'TsukuARdGothic-Regular','TsukuBRdGothic-Regular',YuGothic,'Yu Gothic','MS UI Gothic',sans-serif;
}

/*===footer===*/
footer {
    background-color: #ffbdc7;
}

.copyright {
    font-family: 'TsukuARdGothic-Regular','TsukuBRdGothic-Regular',YuGothic,'Yu Gothic','MS UI Gothic',sans-serif;

}