@charset "utf-8";
body {
    font-family: 'Sawarabi Mincho',serif;
    font-size: 18px;
    color: #121212;
}
.ffJosefin {
    font-family: 'Josefin Sans',sans-serif;
}
.innerwrap {
    width: 1240px;
    margin: 0 auto;
    padding: 80px 20px 0;
}
main h2 {
    text-align: center;
    font-size: 60px;
    letter-spacing: .05em;
    margin-bottom: 80px;
}
header {
    background: url(../images/hero.png) no-repeat right center/cover;
}header {
    text-align: right;
}
header .innerwrap {
    height: 720px;
}
header h1 {
    padding-top: 120px;
}
header nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100%;
}
header nav ul {
    display: flex;
    justify-content: space-around;
    width: 1240px;
    margin: 0 auto;
    padding: 10px 20px;
}
header nav ul li a:hover {
    text-decoration: underline;
}
/*---日付---*/
.date {
    background-color: #91c777;
    border-radius: 0 22px 22px 22px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    padding: 13px 25px 12px 20px;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    display: inline-block;
}
.postdateSec {
    display: flex;
}
div.button {
    background-color: #979797;
    font-size: 18px;
    font-weight: bold;
    padding: 13px 25px 12px 20px;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    display: inline-block;
}
#omikuji_result {
    font-size:18px;
    font-weight: bold;
    padding: 13px 25px 12px 20px;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}
/*---作品集---*/
.worksSec {
    background-color: #fbfaf7;
}
.container {
    width: 100%;
}
ul.item {
    list-style: none;
    display: flex;
    justify-content: center;
    max-width: 960px;
    margin: 0 auto;
}
li.list {
    width: 33.3%;
    min-height: 420px;
    margin-right: 2rem;
    display: flex;
    flex-direction: column;
}
li.list:last-child {
    margin-right: 0;
}
div.image {
    width: 100%;
    height: 230px;
}
div.image img {
    width: 100%;
    height: 100%;
}
h3.title {
    padding: 1rem 0;
    font-weight: bold;
    font-size: 22px;
}
p.content {
    line-height: 1.6;
    color: #333;
}
a.btn {
    display: inline-block;
    text-decoration: underline;
    font-weight: bold;
    font-size: 20px;
    color: #e4c140;
    margin-top: auto;
}
a.btn:hover {
    opacity: 0.8;
}
/*---自己紹介---*/
#profileArea {
    background-color: #ffffff;
    padding-bottom: 120px;
}
#profileArea img {
    border-radius: 50%;
}
.profileSec {
    line-height: 2.0;
}
.profileSec .layoutWrap {
    display: flex;
}
.profileSec .layoutWrap > p {
    flex-basis: 465px;
}
.profileSec .layoutWrap > div {
    flex-basis: 735px;
}
.profileSec h3 {
    text-align: center;
    font-size: 28px;
}
.profileSec h4 {
    text-align: center;
    font-size: 24px;
    color: #979797;
}
/*---スキル---*/
.skillSec {
    background-color: #fbfaf7;
}
.container {
    width: 100%;
    padding: 10rem 1rem;
}
li.list2 {
    width: 33.3%;
    min-height: 380px;
    margin-right: 2rem;
}
li.list2:last-child {
    margin-right: 0;
}
div.image2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
h3.title2 {
    font-weight: bold;
    font-size: 20px;
}
.skill-list ul li {
    list-style-type: disc;
    color: #7c5d48;
    margin: 0 0 16px 20px;
}
.skill-list ul li a {
    color: #333333;
}
li.list2 {
    display: flex;
    flex-direction: column;
    min-block-size: 380px;
    background: #fff;
    box-shadow: 5px 5px 25px rgba(0,0,0,0,2);
}
li.list2 div.image2 {
    width: 100%;
    height: 167px;
}
h3.title2 {
    padding: 1rem 1rem  0.5rem;
}
/*---お問い合わせ---*/
.contactSec {
    background-color: #efe8d9;
    padding-bottom: 60px;
}
form {
    width: 600px;
    margin: 0 auto;
}
input[type="text"],
input[type="email"],
select,
textarea {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    width: 100%;
    margin-top: 5px;
    padding: 4px 8px;
}
textarea {
    height: 148px;
    margin-bottom: 30px;
}
form > p {
    line-height: 1.4;
    margin-bottom: 20px;
}
.submitBtn {
    text-align: center;
}
input[type="submit"] {
    background-color: #121212;
    color: #ffffff;
    padding: 18px 80px;
}
/*---footer---*/
footer {
    background-color: #c7887f;
    color: #f3e9e5;
    padding: 14px 10px 20px;
    text-align: center;
}
@media screen and (max-width:640px) {
    .profileSec .layoutWrap {
        display: block;
    }
    .innerwrap,
    header nav ul,
    form {
        width: 100%;
    }
    header h1 img {
        width: 100%;
    }
    body {
        font-size: 16px;
    }
    main h2 {
        font-size: 44px;
        margin-bottom: 60px;
    }
    header {
        background-color: url(../images/hero_text3.png) no-repeat right top/cover;
    }
    header .innerwrap {
        height: 96vh;
    }
    header h1 {
        padding-top: 80px;
    }
    ul.item {
        flex-wrap: wrap;
        max-width: 420px;
    }
    li.list {
        width: 100%;
        min-height: 400px;
        margin-right: 0;
        margin-bottom: 3rem;
    }
    li.list:last-child {
        margin-bottom: 0;
    }
    ul.item li.list2 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 3rem;
    }
    .service-container ul.item li.list2 {
        min-height: 380px;
    }
    .service-container ul.item li.list2 image2 {
        height: 200px;;
    }
}