﻿@charset "utf-8";


.main_body{
    margin:0 auto;
    max-width: 800px;
    margin-top: 1px;
    height:1180px;
    border: solid 1px rgb(20, 4, 245);
}

/*-- header part --*/
.main_body .header{
    text-align: right;
    background-image: url("sunflower_logo01.jpg");
    background-repeat: no-repeat;
    background-position: 0pt 0pt;
    background-color: rgb(15, 139, 197);
    border: solid 0px rgb(56, 241, 127);
    /*num01 下にheader_textを配置するため必要*/
    position: relative;
    height: 50px;
    /*---num01*/
}

.main_body .header #header_text{
    font-size: 15px;
    color: antiquewhite;
    position: absolute; 
    /*num01 header下にテキストを配置 */
    right: 5px;
    bottom: 0px;
    /*---num01 */
}

.main_body .footer{
    text-align: right;
    background-image: url("sunflower_logo01.jpg");
    background-repeat: no-repeat;
    background-position: 0pt 0pt;
    background-color: rgb(15, 139, 197);
    border: solid 0px rgb(56, 241, 127);
    /*num01 下にheader_textを配置するため必要*/
    position: relative;
    height: 50px;
    /*---num01*/
}





/*--center image --*/
.main_body .center_image{
    border: solid 0px rgb(56, 241, 127);
    /*background-color: rgb(206, 233, 245);*/
    background: linear-gradient(#05FBFF, #1E00FF);
    background: linear-gradient(-45deg, rgba(5, 251, 255, 0.8), rgba(30, 0, 255, 0.8)) fixed, 
        url("../img/m_back.jpg") fixed;
    background-size: cover;
}


.cp_cssslider {
    /*
    width: 640px;
    height: 427px;
    */
    width: 80%;
    height: 427px;
    overflow: hidden;
    margin: 0px auto;
    border: 1px solid #ffffff;
    box-shadow:0px 0px 0px 0px rgba(0,0,0,0.5);
}

.cp_slide_item {
    
    width: 640px;
    height: 427px;
    
    /*width: 50%;
    height: 10%;*/
    float: left;
    position: relative;
}

.cp_slidewrapper {
    /*width: 300%;*/ /* slideの枚数×100% */
    width: 1920px;
    position: relative;
    left: 0;
    animation: slider 10s infinite ease;/* スピード */
    }
    @-webkit-keyframes slider {
    /* 100%を枚数で割った%に割り振る */
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-640px);
        transform: translateX(-640px);
    }
    100% {
        -webkit-transform: translateX(-1280px);
        transform: translateX(-1280px);
    }
    }
    @keyframes slider {
    /* 100%を枚数で割った%に割り振る */
    0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-640px);
        transform: translateX(-640px);
    }
    100% {
        -webkit-transform: translateX(-1280px);
        transform: translateX(-1280px);
    }
}




.overlay_image {
    /*background: linear-gradient(-45deg, rgba(60, 46, 255, 0.8), rgba(21, 255, 0, 0.8)) fixed, url(http://www.webcreatorbox.com/sample/images/bg-cherrybrossam.jpg) fixed;
    */
    background: linear-gradient(-45deg, rgba(60, 46, 255, 0.8), rgba(21, 255, 0, 0.8)) fixed, 
        url("../img/m_back.jpg") fixed;
    background-size: cover;
    height: 100px;
}
      
.overlay_image div {
    margin: 120px 0;
    text-align: center;
}
.overlay_image p {
    font-family: Meiryo, "Hiragino Kaku Gothic Pro W3", Courier New, sans-serif;
    line-height: 1.5;
    margin-bottom: 25px;
    color: #fff;
}
/* center image end */



/*slide show2 */
div.slide-show {
    width: 640px; /* スライドショーの幅 */
    max-width: 100%; /* スマホで表示が欠けないように */
    margin: 0px auto; /* 中央揃え */
    position: relative;
}
 
.slide-show img { 
    animation: show 12s infinite; /* 12秒のスライドショーを繰り返し */
    max-width: 100%;
    height: auto;
    opacity: 0;
    position: absolute; /* 画像を重ねて表示 */
    left: 0;
    top: 0;
}
 
@keyframes show {
    0% {opacity: 0}
    17% {opacity: 1}
    33% {opacity: 1}
    50% {opacity: 0}
}
 
.slide-show img:nth-of-type(1) {
    position: relative;
}
 
.slide-show img:nth-of-type(2) {
    animation-delay: 0s;
}
 
.slide-show img:nth-of-type(3) {
    animation-delay: 4s;
}
 
.slide-show img:nth-of-type(4) {
    animation-delay: 8s;
}

/* slide show2 end */
   
.facebook_area {
    font-size: 15;
    border: solid 0px rgb(56, 241, 127);
    width: 340px;
    height: 515px;
    margin-left: 5%;
}

.twitter_area {
    border: solid 1px rgb(56, 241, 127);
    width: 340px;
    height: 515px;  
margin-left: 5%;  
}


.text_area {
    border: solid 1px rgb(62, 73, 67);
    /*width: 350px;*/
    /*position: absolute;*/
    width: 340px;
    max-width: 340px;
    /*height: 515px;*/ 
    /*margin: 0px auto; /* 中央揃え */
    margin-left: 5%;
    margin-bottom: 30%;
    position: relative;
}