@charset "UTF-8";
*{
    margin: 0px;
    padding: 0px;
}
#access {
    background-image: url(../image/skyBG.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.cont {
    background-image: url(../image/kei1.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}
body {font-size: 1.3em;
    line-height: 200%;

}
main{}

header {
    text-align: center;
    background-image: url(../image/BG.jpg);
    background-repeat: no-repeat;
    background-position: center -50px;
    background-size: cover;
    background-attachment: fixed;
}
#tokuten {
    background-image: url(../image/tokuBG.jpg);
    background-repeat: no-repeat;
    background-position: center 0%;
    background-size: cover;
    background-attachment: fixed;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.wrapper {
    width: 86%;
    margin-right: auto;
    margin-left: auto;
    max-width: 850px;
    padding-top: 3%;
    padding-right: 3%;
    padding-left: 3%;
    background-color: rgba(255,255,255,0.90);
    padding-bottom: 1%;
}
.txtorange {
    color: #F05300;
}
.trackpink2 {
    background-color: #D01E98;
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 5px;
    border-radius: 5px;
    width: auto;
    height: auto;
    margin-bottom: 20px;
    color: #FFFFFF;
}
.trackorange {
    background-color: #E64300;
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 5px;
    border-radius: 55px;
    width: auto;
    height: auto;
    margin-bottom: 20px;
    color: #FFFFFF;
    font-size: 1.3em;
}
.trackgreen {
    background-color: #399B39;
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 5px;
    border-radius: 55px;
    width: auto;
    height: auto;
    margin-bottom: 20px;
    color: #FFFFFF;
    font-size: 1.3em;
}
.toku1 {
    background-image: url(../image/1.png);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 230px;
    padding-bottom: 120px;
}
.toku2 {
    background-image: url(../image/2.png);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 230px;
    padding-bottom: 120px;
}
.toku3 {
    background-image: url(../image/3.png);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 250px;
    padding-bottom: 150px;
    color: #C90057;
}
#second {
    background-image: url(../image/secBG.jpg);
    background-position: center 0%;
    background-size: cover;
    background-attachment: fixed;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#message .wrapper {
    background-image: url(../image/BG13.jpg);
}
#message {
    background-image: url(../image/HSBG.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 0%;
    background-size: cover;
    font-family: "ヒラギノ明朝 ProN W3", "Times New Roman", serif;
}
.txtrose {
    color: #CC0070;
}

.f-right {
    float: right;
    margin-left: 5px;
}
.f-left {
    float: left;
    margin-right: 15px;
}
.f-left0 {
    float: left;
    margin-right: 5px;
}
.txtgold {
    color: #9A7500;
}
.txt09 {
    font-size: 0.9em;
}
.txt11 {
    font-size: 1.1em;
}
.txt12 {
    font-size: 1.2em;
}
.txt13 {
    font-size: 1.3em;
}
.txt14 {
    font-size: 1.4em;
}
.txt15 {
    font-size: 1.5em;
}
.txt18 {
    font-size: 1.8em;
}
.txt2 {
    font-size: 2em;
}
.txtyellow{
    color: #FFFC00;
}
.txtwhite{
    color: #FFFfff;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    text-shadow: 0px 0px 7px rgba(0,37,167,0.90);
}
.txtpink{
    color: #BB30A9;
}
.txtred {
    color: rgba(217,0,3,1.00);
}
.txtpink2{
    color: rgba(255,167,243,0.80);
}
.txtbluegreen {
    color: #1D818C;
}
.txt16 {
    font-size: 1.6em;
}
.txt18-1 {
    font-size: 1.8em;
}
.txt20 {
    font-size: 2em;
}
p {
    color: #333333;
    margin-bottom: 20px;
    margin-right: 0px;
}
.txtmed {
    font-size: medium;
}
.txtsmall {
    font-size: small;
    line-height: 160%;
    text-shadow: 0px 0px 5px rgba(255,255,255,1.00);
}
.txtgreen {
    color: #28892D;
}
.gothic {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
td {
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.gothic{font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";}
.txtpink3 {
    color: #E710A4;
}

.spnone{display: block;
    }
.pcnone{display: none;
    }
.ac {
    background-color: #FEFFF0;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(172,172,172,0.43);
    box-shadow: 0px 0px 10px rgba(172,172,172,0.43);
}
.txtsmall {
    font-size: small;
}
@media screen and (max-width:480px)
{
body{
    font-size: 1.1em;
}
header  {
    background-image: url("../image/BGsp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 30%;
    background-attachment: scroll;
}

.f-left1 {
    float: none;
    margin-right: 0px;
    width: 100%;
} 
h3 {font-size: 1.1em;}     
.txt11 {font-size: 1em;}     
.txt12 {font-size: 1em;} 
.txt13 {font-size: 1.2em;}      
.txt14{font-size: 1.1em;
        font-feature-settings: "palt" 1;}
.txt16 {font-size: 1.1em;}
.txt18 {font-size: 1.4em;}    
.txt20 {font-size: 1.5em;} 
.spnone{display: none;
    }
.pcnone{display: block;
    } 
    #access {
    background-image: url(../image/skyBG.jpg);
    background-repeat: repeat-y;
    background-position: center bottom;
    background-size: auto 100% ;
    background-attachment: scroll;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
   }  
