@charset "utf-8";
body {
    line-height: 1.5;
    font-size: 16px;
    font-family:  'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
    width: 100%;
    margin: 0 auto;
}

a,
a:link {
    text-decoration: underline;
    text-decoration-color: #98a77f;
    color: #000;
}
a:visited {
    color: #98a77f;
}
a:hover {
    text-decoration: none;
}

/* header */
header{
    background-image: url(../image/work/navback.png);
    background-repeat: repeat-x;
    background-position: bottom;
    display: flex;
    min-width: 1200px;
}
.title {
    padding: 0;
    margin-left: auto;
    margin-right: 30px;
    display: flex;
    flex-direction: column-reverse;
}
.title h1 {
    margin: 0 0 15px 0;
}
.title h2 {
    margin: 0 0 0 10px;
}

nav{
    margin-top: 115px;
    margin-right: auto;
}
nav img {
    width: 120px;
}
nav ul {
    list-style-type: none;
    margin: 0;
    display: flex;
}
nav ul li{
    margin-right: 10px;
}
nav ul li a div {
    position: relative;
}
nav ul li a div .hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
nav ul li a div .hover:hover {
    opacity: 1;
}

/*footer*/
footer p {
    text-align: end;
    padding: 20px 10px;
    margin: 0;
}
footer {
    background: #bc8f75;
}

/*main*/
main {
        height: auto;
    margin: 0;
    padding: 0;
    background-color: #f2e9e4;
    min-width: 1200px;
}

dl {
    position: relative;
    top: -40px;
    left: 30px;
    margin: 0;
    padding: 0;
}
dt {
    float: left;
    clear: left;
    margin-right: 25px;
}
li {
    list-style: none;
    margin-left: -7px;
}

/*パンくずここから*/
main ol.bread {
    list-style-type: none;
    margin: 0;
    padding: 40px 0 0 0;
    text-align: center;
}
main ol.bread li {
    font-size: 14px;
    display: inline;
}
main ol.bread li::after {
    content: ">";
    margin: 0 0.2em;
}
main ol.bread li:last-child::after{
    content: none;
}
/*パンくずここまで*/

.contents {
    min-height: 700px;
}
.contents p {
    text-align: center;
}
