@charset "utf-8";
/******************************************************

        PCサイト用

******************************************************/

@media screen and (min-width: 768px), print {
* {
    margin: 0;
    padding: 0;
}
body {
    background: url(../images/daitop/entrance_bg.png);
    color: #333;
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: 0.02em;
    font-family:
        "Noto Sans JP",
        "游ゴシック体",
        "Yu Gothic",
        "游ゴシック",
        YuGothic,
        sans-serif;
    -webkit-text-size-adjust: 100%;

}
#wrapper {
    min-width: 1120px;
}
a {
    filter: Alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
a:hover {
    opacity:0.7;
    filter: alpha(opacity=70);
}
footer a:hover {
    opacity:0.6;
    filter: alpha(opacity=60);
}
a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: #333;
}


/******************************************************/
/* コンセプト  */
/******************************************************/
.contents {
    background: #fff;
}
#main {
    max-width: 1400px;
    margin: 0 auto;
}
#entrance {
    display: flex;
    padding: 20px 8px;
}
#entrance li {
    flex-grow: 1;
    display: flex;
    margin: 0 12px;
}
#entrance li img {
    width: 100%;
    height: auto;
    max-width: 438px;
}


/******************************************************/
/* フッター  */
/******************************************************/
footer {
    max-width: 1400px;
    margin: auto;
}
footer .inbox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
footer .f_right {
    padding: 14px 20px;
    flex-shrink: 0;
}
footer #fbnr {
    display: flex;
    flex-wrap: wrap;
}
footer #fbnr li {
    margin-left: 10px;
}
footer .f_left {
    padding: 14px 20px 14px 185px;
    position: relative;
}
footer #f_himekko {
    position: absolute;
    left: 30px;
    top: -18px;
}
footer #f_about {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
footer #f_about dt {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin: 8px 10px 8px 0;
}
footer #f_about dd.sns ul {
    display: flex;
    margin: 2px 0;
}
footer #f_about dd.sns ul li:nth-of-type(n+2) {
    margin-left: 10px;
}
footer .info {
    font-weight: 600;
    margin-top: 10px;
}
footer .copyright {
    background: linear-gradient(to right, #c7c6c3 0%, transparent 100%) no-repeat;
    background-size: 100% 1px;
    margin-top: 10px;
    padding-top: 10px;
    line-height: 1;
}

}