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

/*下層ページ共通部分-------------------------*/

a {
    cursor: pointer;
    cursor: hand;
}

#title {
    width: 100%;
    height: 299px;
    margin: 0 auto;
    background-image: url(../../profile/images/profile.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: 10000;
}

.top-title {
    width: 1000px;
    font-size: 45px;
    padding-top: 100px;
    margin: 0 auto;
    font-family: 'Libre Baskerville', serif;
    color: #fff;
    text-align: center;
    /*    padding: 0.25em 0;*/
    line-height: 130%;
    text-shadow: -1px -1px 1px #eee, 1px 1px 1px #3a3f24;

}

.top-title span {
    display: block;
    font-size: 25px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-shadow: initial;
}

span.span1 {
    content: "";
    height: 2px;
    width: 800px;
    margin: 0 auto;
    border-top: 1.5px solid #fff;
}

#panlist {
    width: 100%;
    height: 25px;
    background-color: #57ae82;
    color: #fff;
    text-align: left;
}

#panlist p {
    padding-bottom: 2px;
    padding-left: 18px;
    color: #fff;
    display: inline;
}

.pan-box {
    width: 70%;
    margin: 0 auto;
    color: #fff;
    cursor: default;
}

.pan-box a {
    /* width: 60%; */
    margin: 0 auto;
    color: #fff;
    padding: 0px 15px;
}



.pan-box a:hover {
    color: #1d5539;
    transition: all 1.0s;
}

/*下層ページ共通部分end-------------------------*/

.wrapper {
    width: 100%;
    height: 2200px;
    background-image: url(../../profile/images/mail.png);
    background-size: cover;
    color: #333;
    z-index: 1;
    padding: 200px 0;
}

.text {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    color: #333;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 1.4px;
    /* width: inherit; */
    /* margin-left: auto; */
    /* margin-top: 22px; */
}




.text span {
    font-size: 20px;
    font-weight: bold;
}

#text-container {
    width: 800px;
    height: 1717px;
    margin: 0 auto;
    margin-bottom: 100px;
    z-index: 4;
    background-image: url(../../profile/images/whiteback.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}

#text-container:after {
    content: " ";
    display: block;
  /*  clear: both;*/
}

h3 {
    font-size: 36px;
    font-weight: bold;
    margin-left: 10%;
    margin-top: 7%;
    float: left;
}

.text1 {
    float: left;
    margin-left: 11%;
    margin-top: 20px;
}

.profile1 {
    float: right;
    margin-top: -6%;
    margin-right: -5%;
}

.text2 {
    float: right;
    margin-top: 11%;
    margin-right: -16%;
}

.profile2 {
    float: left;
    margin-top: 4%;
    margin-left: 0px;
}

.profile2:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)";
    /* ie 8 */
    -moz-opacity: 0.7;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;
    /* Safari 1.x */
    opacity: 0.7;
    zoom: 1;
    transition: qll 3s;
}


/*
.text-box {@upi
width:65%;
height:100%;
background-color: #fff;
margin:0 auto 80px auto;
-webkit-clip-path: polygon(5% 0, 95% 0, 100% 3%, 100% 97%, 97% 100%, 5% 100%, 0 97%, 0 3%);
clip-path: polygon(5% 0, 95% 0, 100% 3%, 100% 97%, 97% 100%, 5% 100%, 0 97%, 0 3%);
z-index:1;
/*position:absolute;
top: 30px;
left:30px;
transform:translate(-50%,-50%);*/

.text3 {
    float: left;
    margin-top: 15%;
    margin-left: -29%;
}

.text4 {
    float: left;
    margin-left: 9%;
    margin-top: 2%;
    margin-bottom: 30px;
}

.profile3 {
    float: right;
    margin-top: 6%;
    margin-right: 15%;
}



@keyframes fluffy1 {
    ß 0% {
        transform: translateY(0)
    }
    5% {
        transform: translateY(0)
    }
    10% {
        transform: translateY(0)
    }
    20% {
        transform: translateY(-15px)
    }
    25% {
        transform: translateY(0)
    }
    30% {
        transform: translateY(-15px)
    }
    50% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(0)
    }
}


.profile4 {
    display: block;
    margin: 0 auto;
    box-shadow: -15px 15px;
    float: none;
    width: 440px;
}

.text5 {
    margin-top: 5%;
    float: left;
    margin-left: 11%;
}

.text6 {
    margin-top: 3%;
    float: left;
    margin-left: 19%;
}

.text-box2 {
    width: 700px;
    height: 320px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
}

.foot {
    z-index: 6;
    position: absolute;
    top: -5%;
    left: 87%;
}

h4 {
    font-size: 20px;
    font-weight: bold;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    position: absolute;
    top: 6%;
    left: 3.5%
}

.text_t {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    color: #333;
    font-weight: bold;
    line-height: 33px;
    letter-spacing: 1.4px;
}

.text7 {
    position: absolute;
    top: 21%;
    left: 5%;
    z-index: 6;
}

.reki {
    position: absolute;
    top: 20%;
    left: 72%;
    z-index: 6;
}

.detail:hover {
    cursor: pointer;
    cursor: hand;
    transition: all 0.3s;
    filter: alpha(opacity=60);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";
    /* ie 8 */
    -moz-opacity: 0.6;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;
    /* Safari 1.x */
    opacity: 0.6;
    zoom: 1;
}





#modal-content {
    /*margin:1.5em auto 0;*/
    padding: 10px 20px;
    border: 2px solid #aaa;
    background: #333;
    z-index: 1001;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    display: none;
}

.modal-p {
    margin-top: 1em;
}

.modal-p:first-child {
    margin-top: 0;
}

.button-link {
    color: #999;
    text-decoration: none;
}

.button-link:hover {
    0cursor: pointer;
    color: #f00;
}


#modal-overlay {
    z-index: 1000;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
}

#modal-close:hover {
    color: #fff;
    transition: all 0.3s;
}