@charset "utf-8";

/* CSS Document */

/**********************<透明のナビゲーション>********************************/
header.ptn1 {
    background: transparent;
}

.white {
    display: none;
}

.trans-parts {
    border-left: 7px solid #fad7ff;
    color: #fff;
    display: inline-block;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #fad7ff 50%);
    background-position: 0 0;
    background-size: 200% auto;
    transition: all .3s ease 0s;
    text-decoration: none;
    padding: 0 10px 0 5px;
}

.trans-parts:hover {
    cursor: pointer;
    background-position: -100% 0;
    color: #46bc2e;
}

/**********************</透明のナビゲーション>********************************/

.visual {/*
    background-image: url(../images/main_visual.jpg);  */
    background-repeat: no-repeat;
    background-position: center;
    height: 800px;
    position: relative;
    margin-top: ;
    background-size: cover;
}
.visual p {
    position: absolute;
    right: 5%;
    bottom: 5%;
    text-align: right;
}
.zoom:hover{
  transform:scale(1.1,1.1);
}
.zoom:active {
    position: relative;
    top: 5px;
}

.sub_ttl {
    padding-bottom: 10px;
}

section div.flex {
    position: relative;
}

.introduction {
    background: linear-gradient(#fff, #f7f7f7);
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    width: 605px;
    height: 277px;
    position: absolute;
    top: 35px;
    left: 500px;
    padding: 30px;
    box-shadow: 2px 2px 5px #bababa;
}
.yutaka {
    position: absolute;
    bottom: 240px;
    left: 350px;
}

.sub_ttl {
    font-weight: bold;
    text-shadow: 1px 1px 2px #808080;
}

.caption {
    position: relative;
    width: 340px;
}

.caption div {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    ;
    top: 0;
    left: 0;
    box-sizing: border-box;
    font-size: 18px;
}

.caption p {
    position: relative;
    top: 10px;
}

.caption a {
    display: block;
    text-align: right;
}

.caption a::befroe {
    content: ">>";
}

.gray {
    background-color: #efefef;
    padding-bottom: 40px;
    padding-top:30px;
}

section dt {
    float: left;
    clear: left;
}

.news {
    padding-left: 175px;
}

section dt {
    padding-top: 25px;
}

section dd {
    padding-left: 200px;
    height: 60px;
    border-bottom: 1px dashed #000;
    padding-top: 25px;
    width: 550px;
}

section span {
    color: #fff;
    background-color: #ff0000;
}

section dd a {
    color: #888;
    text-decoration: none;
}

section dd a:hover {
    color: #46bc2e;
    text-decoration: none;
}
.fuwafuwa {
    animation-name: fuwa-chan;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}
@keyframes fuwa-chan {
    0% {
        transform: translate(0, 0px);
    }

    100% {
        transform: translate(0, -15px)
    }
}
#sakura{
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-530px);
    z-index:9999;
}
.vegas-slide-inner{
    background-position:center top 20px !important;/***メインビジュアルの上高さ調整******/
}

/**********************<レスポンシブ>*********************/
@media screen and (max-width:640px) {
    .trans-parts {
        color: #008c0d;
        border-left: none;
    }

    .visual {
        height: 500px;
    }

    .introduction {
        position: static;
        width: auto;
        height: auto;
        margin: 20px;
    }
    section {
        margin-top: 40px;
    }

    .photo1 {
        margin: 0 20px;
    }
    .yutaka {
        bottom:55%;
        left: 250px;
    }
    .yutaka_kun {
        width: 70%
    }

    .caption {
        margin: auto;
    }

    .news {
        padding-left: 20px;
    }

    section dt {
        padding-top: 20px;
    }

    section dd {
        clear: left;
        padding-top: 10px;
        padding-left: 0;
        width: 95%;
        height: 40px;
    }
    .zoom{
        width:50%;
    }
    #sakura{
        transform:translateX(-40px);
    }
}

/**********************</レスポンシブ>*********************/
