/*
Theme Name: サンプルテーマ
Theme URI: http://example.com/
Author: ISHIGO Yusuke
Author URI: http://yusk1450.com/
Description: サンプルサイトです
Version: 1.0
*/

html, body
{
    position: relative;
    height: 100%;
    font-size: 16px;
    font-family: 'Sawarabi Mincho', sans-serif;
    font-family: 'Noto Serif JP', serif;
}

.row
{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

header
{
    height: 80px;
    width: 100%;
    background: #E8E8E8;
    position: fixed;
    margin-top: 0;
    z-index: 2;
    padding-left: 70px;
}

a.header
{
    color: #3B3B3B;
    text-decoration: none;
}

a.header:hover
{
    color: #FF7979;
}

div.top
{
    padding-top: 15%;
    background: #E8E8E8;
    height: 100%;
}

.toparea
{
    width : 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

div.contents-top-t
{
    padding-top: 11%;
    background: #E8E8E8;
    height: 100%;
}

div.contents-top-y
{
    padding-top: 15%;
    background: #E8E8E8;
    height: 100%;
}

div.shasin-tate
{
    width: 422px;
    margin-left: auto;
    margin-right: auto;
}

div.shasin-yoko
{
    width: 596px;
    margin-left: auto;
    margin-right: auto;
}

img.sakuhin
{
    width: 100%;
}

div.sum
{
    padding: 0 0 0 0;
}

.proimg
{
    max-width: 100%;
    width: 400px;
    border-radius: 50%;
}

div.shosai
{
    padding-left: 30px;
    font-size: 1rem;
}

.mail, .tel
{
    margin-right: 2%;
}

div.profile, div.contact
{
    margin-bottom: 11%;
}

.skills
{
    padding-left: 2.5%;
}

.skills img
{
    height: 60px;
    width: 60px;
}

.scroll 
{
    padding-top: 80px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
}

.scroll span 
{
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 2px solid #FF7979;
    border-bottom: 2px solid #FF7979;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

.scroll span:nth-of-type(1) 
{
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.scroll span:nth-of-type(2) 
{
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

.scroll span:nth-of-type(3) 
{
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes sdb 
{
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb 
{
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

div.contents
{
    padding-top: 10%;
    background: #3B3B3B;
    color: #fff;
    height: 200%;
}

div.contents-setumei
{
    padding-top: 5%;
    background: #3B3B3B;
    color: #fff;
    height: 100%;
}

.bun
{
      font-size: 1rem;
      margin-bottom: 10%;
}

div.setumeibun
{
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

div.skillimg
{
    margin-bottom: 5%;
}

div.setumeibun img
{
    width: 80px;
    height: 80px;;
}

div.title p
{
    font-size: 1.3rem;
}

.con
{
    margin-bottom: 7%;
}

.subtitle
{
    display: inline;
    margin-right: 10%;
    font-size: 1.3rem;
}

div.slide
{
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 300px;
}

.swiper-container
{
    width: 100%;
    height: 100%;
    margin-bottom : 20% !important;
}

.swiper-wrapper
{
    padding-left: 30px;
}

.swiper-slide
{
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img
{
    height: 300px;
    width: 300px;
}

.swiper-button-prev, .swiper-button-next
{
    width: 50px !important;
    height: 50px !important;;
    background-size: 50px !important;
}

@media screen and (max-width: 1000px)
{
    html, body
    {
        font-size: 13px;
    }

    header
    {
        height: 50px;
        padding-left: 10px;
        padding-top: 3%;
    }

    header h1
    {
        font-size: 2rem;
        margin: 0;
    }

    div.top
    {
        padding-top: 30%;
        height: 130%;
    }

    div.sum
    {
        margin-bottom: 10%;
        text-align: center;
    }

    .proimg
    {
        width: 290px;
    }

    div.shosai
    {
        font-size: 1rem;
    }

    div.shosai h4
    {
        font-size: 1.3rem;
    }

    div.profile, div.contact
    {
        margin-bottom: 10%;
    }

    .skills
    {
        padding-left: 7%;
    }
    
    .skills img
    {
        height: 50px;
        width: 50px;
    }

    .scroll 
    {
        display: none;
    }
    
    div.contents
    {
        padding-top: 5%;
        background: #3B3B3B;
        color: #fff;
        height: 120%;
    }

    div.contents h2
    {
        font-size: 1.5rem;
        margin-bottom: 10%;
    }

    div.contents hr
    {
        display: none;
    }

    div.slide
    {
        padding-left: 0 !important;
        padding-right: 0 !important;
        height: 150px;
    }

    .swiper-container
    {
        width: 100%;
        height: 100%;
        margin-bottom : 20% !important;
    }

    .swiper-slide img
    {
        height: 130px;
        width: 130px;
    }

    .swiper-button-prev
    {
        display: none;
    }

    .swiper-button-next
    {
        display: none;
    }

    div.contents-top-t
    {
        padding-top: 45%;
        height: 100%;
    }

    div.contents-top-y
    {
        padding-top: 65%;
        height: 100%;
    }

    div.shasin-tate
    {
        width: 211px;
        margin-left: auto;
        margin-right: auto;
    }

    div.shasin-yoko
    {
        width: 298px;
        margin-left: auto;
        margin-right: auto;
    }

    img.sakuhin
    {
        width: 100%;
    }

    div.contents-setumei
    {
        padding-top: 5%;
        height: 120%;
    }

    div.setumeibun
    {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    div.setumeibun img
    {
        width: 50px;
        height: 50px;;
    }
}