/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

html, body {
    width: 100%;
    /* height: 100%; */
    margin: 0 auto;
    padding: 0;
    background-position: center center;
    background:#f9f5f5;
   
    background-size: cover;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    /* overflow: scroll; */
 
 }

 .box {
    display: block;
    width: 977px;
    height: 60px;
    padding-top:15px;
    margin: 0 auto;
    border-bottom: double 3px pink;
    
}
#Top-category {
   background: #f9f5f5;
   padding:0;
   margin-top:2px;
   text-align: center;
   width: 100%;
   margin: 0;
   height: 50px;
   box-shadow: inset 0px px 0px 0px rgba(119, 97, 114, 0.122);
   }
#Top-category ul {
   padding: 0;
   margin: 0;
   display: inline-block;   
  }
#Top-category ul li{
   float: left;
   padding: 0 6px;
   text-align: center;
   letter-spacing: 0.1px;
   position: relative;
   line-height: 110%;
   display: table;
   height: 35px;
   margin: 5.5px 8px;
   }
#Top-category ul li span{
    font-size: 20px;
    font-weight: bold;
   display: table-cell;
   vertical-align: middle;
   }
   #Top-category ul li:before{
   position:absolute;
   top:10px;
   right:-6px;
   bottom:10px;
   content:"";
   display:block;
   border-right:1px solid rgb(153, 68, 68);
   }
   #Top-category ul a:last-child li:before{
   border-right:none;
   }
   #Top-category ul a{
   color: #666666;
   text-decoration:none;
   font-size: 13px;
   }
   #Top-category ul a:hover{
   color: #fff;
   opacity: 1;
   }
   #Top-category ul li:hover{
   background-color:#e90b89;
   border-radius: 4px;
   opacity: 0.6;
   }
  .Toppage {
     color: rgb(243, 183, 228);
   }

   #l-main {
    width: 980px;
    height: 100%;
    margin:0 auto;
    vertical-align: baseline;
    position: relative;
    background: #ffffff;
    /* overflow: scroll; */
   }

   .C-html { 
    background:#f565a6;
    color: white;
   
   padding: 4px 24px;
   width: 290px;
   height: 40px;
   line-height: 40px;
   background: #e960ad;/*色*/
    opacity: 0.8;
    border-radius: 3px;/*角の丸み*/
    box-shadow: inset 0 2px 10px rgba(70, 42, 61, 0.2), inset 2 -10px 4 #4c0a4e4a;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    font-size: 25px;
   }
   .C-html h1 {
    
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
       
   }
   .C-title {
    
       position: relative;
       text-align: center;  
       top: 100px; 
       margin: auto;
       padding: 0.2em 1em;
       width: 250px;
       height: 40px;
       
       
       font-size: 28px;
       
       letter-spacing: 3px; 
        font-family: Georgia, 'Times New Roman', Times, serif;
    
      background: #fdefe8e1;
      box-shadow: 0px 0px 0px 5px #f6e6c79e;
       border: dashed 2px rgb(241, 77, 12);
       
       color: #140909;
   }
   .C-title:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
 
    border-color: #fcd271 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
    
}
.C-title h1 {
    font-weight: bold;
    margin: 0; 
}
.rinen {
   width: 970px;
   height: 300px;
}

.rinen h1 {
    position: relative;
    font-family: 'Times New Roman', Times, serif;
    top: 120px;
   
    font-size: 24px;
    text-align: center;
    line-height: 3;
    margin: 20px 20px 20px 20px;   
    font-weight: 600;
    
}
#main-box {
 margin-top: 30px;
 position: relative;
 top: 300px;
 width: 980px;
 height: 700px;
 /* background: #666666; */
}
.shinayaka1 {
    position: relative;
    text-align: center;
    top: 10px;
    width: 300px;
    height: 50px;
    font-size: 30px;
    padding: 5px 0;
   margin:0 auto;
    color: #565656;
    background: #e4f88c;
    box-shadow: 0px 0px 0px 10px #e3f1cbc2;
    border: dashed 2px #f5ec73;
    border-radius: 8px;
    z-index: 5;
   
}
.shinayaka1 h1 {
   text-align: center;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    font-weight: bold;
  
}
.shinayaka1  :hover {
    text-shadow: #FFCC00 0px 0px 20px;
    color: rgb(236, 146, 10);
}
.dodai{
    height: 430px;
}
.dodai img {
    position: relative;
    top: -110px;
    left: 290px;
    z-index: 1;
   
}
.target:hover {
    background: #ffffff;/*背景色*/
    z-index: 1;
    animation: kaiten 2s;
    animation-iteration-count: 1;/*アニメーションの繰り返し回数*/
    -webkit-animation: kaiten 2s; /*Safari & Chrome */
    -webkit-animation-iteration-count: 1;/*Safari & Chrome */
 }
  
 @keyframes kaiten {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); } 
  
 }
 @-webkit-keyframes kaiten { /*Safari & Chrome */
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); } 
 }



.dodai h1 {
       position: relative;
       z-index: 2;
       top: 150px;
       left: 390px;
       font-size: 33px;
        width: 200px;
        color: rgb(41, 36, 26);
        text-shadow: 3px 3px 2px rgba(92, 194, 244, 0.426);
        font-family: 'Times New Roman', Times, serif;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        border-radius: 800px;
        -moz-border-radius: 800px;
        -webkit-border-radius: 800px;
        font-weight: bold;
     
    } 
    .shinayaka2 {
        position: absolute;
        text-align: center;
        padding: 5px 0;
        width: 300px;
        height: 50px;
        font-size: 30px;
        top: 130px;
        left: 20px;
        margin:0 auto;
        color: #584228;
        background: #f1e1b3;
        box-shadow: 0px 0px 0px 10px #ffe5bbd9;
        border: dashed 2px #f5bda4;
        border-radius: 8px;
        z-index: 5;
    }
    .shinayaka2 h1 {
       text-align: center;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        font-weight: bold;
    }
    .shinayaka2  :hover {
        text-shadow: rgb(235, 225, 208) 0px 0px 20px;
        color: rgba(248, 130, 62, 0.732);
    }
    .sosial {
        position: absolute;
        text-align: center;
        padding: 5px 0;
        width: 280px;
        height: 50px;
        font-size: 30px;
        top: 130px;
        left: 670px;
        margin:0 auto;
        color: #2a5828;
        background: #adf0ca;
        box-shadow: 0px 0px 0px 10px #bde9e2d9;
        border: dashed 2px #097f7b;
        border-radius: 8px;
        z-index: 5;
    }
    .sosial h1 {
       text-align: center;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        font-weight: bold;
    }
    .sosial  :hover {
        text-shadow: rgb(241, 243, 250) 0px 0px 20px;
        color: rgba(74, 158, 243, 0.732);
    }
    .kotu{
        position: absolute;
        text-align: center;
        padding: 8px 7px 0 7px;
        width: 280px;
        height: 100px;
        font-size: 30px;
        top: 310px;
        left: 45px;
        margin:0 auto;
        color: #0b3746;
        background: #addff0;
        box-shadow: 0px 0px 0px 10px #d6e9fad9;
        border: dashed 2px #09257f;
        border-radius: 8px;
        z-index: 5;
    }
    .kotu h1 {
       text-align: center;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        font-weight: bold;
    }
    .kotu  :hover {
        text-shadow: rgb(250, 241, 249) 0px 0px 20px;
        color: rgba(190, 80, 113, 0.732);
    }
    .kotoba {
        position: absolute;
        text-align: center;
        padding: 5px 0;
        width: 280px;
        height: 50px;
        font-size: 30px;
        top: 340px;
        left: 630px;
        margin:0 auto;
        color: #560558;
        background: #ecd2e9;
        box-shadow: 0px 0px 0px 10px #f4e7f7d9;
        border: dashed 2px #f12fee;
        border-radius: 8px;
        z-index: 5;
    }
    .kotoba h1 {
       text-align: center;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        font-weight: bold;
    }
    .kotoba :hover {
        text-shadow: rgb(192, 196, 230) 0px 0px 20px;
        color: rgba(6, 99, 240, 0.732);
    }
    #page-box {
        margin-top: 140px;
        margin-bottom: 50px;
       text-align: center;
        width: 980px;
        height: 130px;

        border-top: dashed 3px rgba(99, 151, 235, 0.388);
    }
    #page-box ul {
        display: inline-block;
        padding: 0.6em 0.9em;
        margin: -10px 6px;
        text-decoration: none;
        background: #f7f7f7;
        border-left: solid 7px #0c0464;/*左線*/
        color: #ff7c5c;/*文字色*/
        font-weight: bold;
        box-shadow: 0px 2px 2px rgba(2, 22, 80, 0.8);
      }
      #page-box ul :active {
        box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
        transform: translateY(2px);
      }
    #page-box ul li {
    float: left;
     padding: 0 25px;
     text-align: center;
     letter-spacing: 0px;
     position: relative;
     line-height: 110%;
     display: table;
     height: 40px;
     margin: 5.6px 0px;
     font-size: 26px;
     line-height: 2;
     color: rgb(36, 5, 27)
    }
    #page-box img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        position: relative;
        top: 25px;
        left: -5px;
    }
    
    #events h1 {
       
       margin-left: 346px;
       margin-top:100px;
        font-size: 27px;
        font-weight: bold;
        border: double 1.5px rgba(4, 81, 148, 0.827);
        box-shadow: 2px 2px 2px rgb(143, 145, 156);
        border-radius: 45%;
        padding: 12px 19px;
        display: inline-block;
        background: #f7f7f7;
    }
    #events h2 {
        margin: 18px 0 0 5px;
        font-size: 24px;
        font-weight: bold;
        border: solid 1px rgba(235, 187, 250, 0.936);
        box-shadow: 2px 2px 2px rgb(143, 145, 156);
        border-radius: 45%;
        padding: 10px 15px;
        display: inline-block;
        background: #e6a1e6cc;
    }
    #events ul li {
        list-style-type: square;
        font-size: 22px;
        
        margin: auto;
    }
    .season {
        margin: 40px 0 30px 80px;
    }
    .season h2 {
        position: relative;
        top:-10px;
    }
    
    .happyevent {
        position: absolute;
        top:1900px;
        left: 70px;
        margin:0px;
    }
    .happyevent h2{
        position: relative;
        top:-15px;
    }
     .localevent  {
        position: absolute;
        top:1700px;
        left: 550px;
        margin:0px;
    
    }
    
     .localevent h3 {
            font-size: 23px;
            position: relative;;
            top:10px;
            left: -45px;
            margin:10px;
     }
        
   
    .kendama {
        position: relative;
        top: 380px;
       
        margin: 100px 0 0 100px;
    }
    #events img  {
        position: relative;
        top:50px;
        left: 550px;
    }
    #sarani {
        position: relative;
        top: 350px;
        width: 980px;
        height: 1200px;
        border-top: dashed 3px rgb(245, 237, 239);
        border-bottom: solid 1.5px rgb(235, 111, 240);
    }
    .more {
        font-size: 25px;
        font-weight: bold;
        font-family: 'Times New Roman', Times, serif;
       float: right;
        color: rgb(58, 6, 9);
        margin-top: 60px;
        margin-right: 50px;
        
    }
    #sarani img {
        margin: 70px 0 0 10px;
        display: inline-block;
    }
    #sarani ul li {
        font-size: 24px;
    }
    #sarani .up {
        display: inline-block;
        border: dotted 3px blue;
        border-radius: 70%;
        background: rgba(248, 213, 192, 0.871);
        padding: 20px 30px;
        text-align: center;
        margin: 30px 10px 20px 30px;
        position: relative;
        top:0px;
    }
    #sarani .middle {
        display: inline-block;
        border: dotted 3px blue;
        border-radius: 50%;
        background: rgba(248, 213, 192, 0.871);
        padding: 20px 30px;
        text-align: center;
        position: relative;
        left: -35px;
        top: 70px;
    }
    #sarani .bottom {
        display: inline-block;
        border: dotted 3px blue;
        border-radius: 50%;
        background: rgba(248, 213, 192, 0.871);
        padding: 30px 40px;
        text-align: center;
        position: relative;
        left: -35px;
        top: 60px;
    }
    
    p.sarani2 {
        font-size: 34px;
        font-weight: bold;
        font-family: 'Times New Roman', Times, serif;
        
        color: rgb(72, 2, 6);
       margin: 140px 0 0 140px;
    }

    .kumo  {
        position: relative;
        top:70px;
    }
    .kumo ul li {
        list-style-type: disc;
        margin: 0 0 0 137px;
         transform: scale(1.1, 1.);    
    }
    .kumo ul li:hover {
        color: rgb(230, 73, 151);
        font-weight: bold;
        transform:rotate();
    
    }
    .kumo ul {
            
            position: relative;
            margin: 2em auto;
            padding: 3.2em 1em 1em;
            width: 58%; /* ボックス幅 */
            height: 295px;
            background-color: #252424da; /* ボックス背景色 */
            color: #fff; /* 文章色 */
            border: 10px solid #965e37; /* 枠線 */
            border-radius: 3px; /* 角の丸み */
            box-shadow: 0 0 5px #333;
           }
           .kumo ul::before,
           .kumo ul::after {
            position: absolute;
            content: '';
            bottom: 0;
           } 
           .kumo ul::before {
            right: 10px;
            border: solid 3px  #ff7fbf; /*チョーク（ピンク）*/
            width: 23px; 
            border-radius: 3px 2px 0 2px;
           }
           .kumo ul::after {
            right: 40px;
            border: solid 3px #fff; /*チョーク（白）*/
            width: 15px; 
            border-radius: 8px 5px 2px 5px;
           }
        .kumo .title {
            position: absolute;
            left: 0.8em;
            top: .5em;
            font-weight: bold;
            font-size: 1.6em;
            color: #ff7fbf; /* タイトル色 */
           }
        .followtext {
            font-size: 24px;
            margin: 20px 0 0 330px;
           
        }
        
        #oneday {
            width: 96%;
            margin:0 auto;
            position: relative;
            top:500px;
            height: 2060px;
            
        }
        
        #oneday h1 {
        margin-top: 80px;
        margin-left: 346px;
        font-size: 27px;
        font-weight: bold;
        border: double 1.5px rgba(35, 92, 143, 0.827);
        box-shadow: 2px 2px 2px rgb(143, 145, 156);
        border-radius: 45%;
        padding: 15px 22px;
        display: inline-block;
        background: #f7f7f7;
        }
        .container-dairy h4{
            font-size: 1.8em;
            margin:100px 0 -80px 120px;
        }
        .boxfukidasi {
            position: relative;
            padding: 0em 0em 0.7em 0.6em;
            margin:8em 0 0 0;
            background: #e7f3fb;
            color: #050d14;
            /* font-weight: bold; */
            display: inline-block;
            border-radius: 2%;
        }
        .boxfukidasi:after {
            position: absolute;
            content: '';
            top: 100%;
            left: 250px;
            border: 19px solid transparent;
            border-top: 19px solid #e7f3fb;
            width: 0;
            height: 0;
        }
        .boxfukidasi h3 {
            font-size: 1.5em;
            color: rgb(11, 145, 27);
        }
        .boxfukidasi p {
            margin: 0; 
            padding: 0;
            font-size: 1.1em;
        }
        #gohome {  /*下校イメージ*/
            margin:0 auto;
            position: relative;
            top:200px;
            left: -140px;
        }
        .container-dairy ul.timeline {
            list-style-type: none;
            position: relative;
            top:30px;
             font-size: 1.4em;
        }
        .container-dairy ul.timeline:before { /*線*/
            content: '';
            background: rgba(7, 130, 238, 0.827);
            display: inline-block;
            position: absolute;
            
            left: 7px;
            width: 4px;
            height: 940px;
            z-index: 200;
        }
        .container-dairy ul.timeline > li {
            margin: 50px 0 100px 30px;
            /* padding-left: 60px; */
            z-index: 600;
        }
        .container-dairy ul.timeline > li:before { /*丸*/
            content: ' ';
            background: rgb(238, 240, 245);
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid rgba(4, 128, 236, 0.827);
            left: -4px;
            width: 20px;
            height: 20px;
            z-index: 500;
            margin-top: 3px;
        }
        .tategaki1 {
            position: relative;
            top: -520px;
            left: 310px;
            border: dotted 1px rgba(241, 241, 174, 0.508);
            writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl; 
             -webkit-writing-mode:vertical-rl; 
            border-radius: 50%;
            padding: 50px 15px;
            text-align: center;
            background: rgb(240, 240, 200);
            box-shadow: 1px 1px 1px 2px rgb(232, 236, 106);
        }
        .tategaki1 p {
            font-size: 1.1em;
            font-weight: bold;
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
            /* vertical-align: middle; */
            
        }
        .tategaki1 p:hover {
            color: rgb(236, 6, 6);
            transform:rotateY(360deg);
            transition:1s;
        }
        
        .container-dairy ul.timeline > li.soudan {
            margin: -20px 0 0 30px;
        } 
        .container-weekend ul {
         position: absolute;
         top:2700px;
         left: 440px;
           
        }
        .container-weekend ul.timeline {
            list-style-type: none;
            position: absolute;
            top:350px;
             font-size: 1.4em;
        }
        .container-weekend ul.timeline:before {/*線*/
            content: '';
            background: rgba(7, 130, 238, 0.827);
            display: inline-block;
            position: absolute;
            top:0px;
            left: 41px;
            width: 4px;
            height: 1250px;
            z-index: 200;
        }
        .container-weekend ul.timeline > li:before { /*丸*/
            content: ' ';
            background: rgb(238, 240, 245);
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid rgba(4, 128, 236, 0.827);
            
            left: 30px;
            width: 20px;
            height: 20px;
            z-index: 400;
            margin-top: 1px;
        }
        .container-weekend ul.timeline > li {/*li文字感覚*/
            margin:1px 0 30px 65px;
            z-index: 500;
            /* padding-left: 60px; */
        }
        .container-weekend h4 {
            font-size: 1.8em;
            position: absolute;
            top:250px;
            left: 600px;
        }
       
        .tategaki2 {
           width: 80px;
           height: 146px;
           position: relative;
           top:-530px;
           float: right;
           
           
           vertical-align: middle;
            border: dotted 1px rgba(241, 241, 174, 0.508);
            writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl; 
             -webkit-writing-mode:vertical-rl; 
            border-radius: 50%;
            padding: 50px 10px 50px 15px;
            text-align: center;
            background: rgb(240, 240, 200);
            box-shadow: 1px 1px 1px 2px rgb(232, 236, 106);
        }
        .tategaki2 p {
            font-size: 1.1em;
            font-weight: bold;
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
            vertical-align: middle;
            
        }
        .tategaki2 p:hover {
            color: rgb(255, 13, 0);
            transform:rotateY(360deg);
            transition:1s;
        }

        
        .kitaku2 {
            position: relative;
            top: -10px;
            left: 4px; 
            
            padding: 0.2em 0.4em 0.2em 0.6em;
            margin: -4em 0 0 0;
            background: #e7f3fb;
            color: #050d14;
            /* font-weight: bold; */
            display: inline-block;
            border-radius: 2%;
            font-size: 20px;
        }
        .kitaku2:after {
            position: absolute;
            content: '';
            top: -50%; 
            left: 100px;
            border: 19px solid transparent;
            border-bottom: 19px solid #e7f3fb;
            width: 0;
            height: 0;     
        }
        .play img {
            max-width: 100%;
            max-height: 100%;
            margin: 0 auto;
            position: relative;
            top:-100px;
            left: 120px;       
        }
        /* .else {
            width: 960px;
            height: 160px;
            margin-top: 80px;
            margin-left: 40px;
            line-height: 2;
        }
        .else p {
            font-size: 20px;
        }
        .else li {
           font-size: 24px; */
        /* }     */
        #fee {
            position: relative;
            top:  100px;
            margin-top:10px;
            width: 980px;
            height: 2100px;
            border-top:solid 1.5px rgb(235, 111, 240);
            
        }
         #fee h1 {
        margin-top: 100px;
        margin-left: 385px;
        font-size: 27px;
        font-weight: bold;            
        border: double 1.5px rgba(35, 92, 143, 0.827);
         box-shadow: 2px 2px 2px rgb(143, 145, 156);
        border-radius: 45%;
         padding: 10px 25px;
        display: inline-block;
         background: #f7f7f7;
        
        }
         
    
         .nomal_fee h2 {
             font-size: 24px;
             margin-top:80px;
            margin-left: 60px;
         }
         .nomal_fee table {
             
             margin: 30px 50px 10px 160px;
         }

         .oyatu {
             font-size: 22px;
             margin-top: 40px;
             margin-left: 160px;
             white-space: nowrap;

         }
         .special_fee h2 {
            font-size: 24px;
            margin-top: 60px;
           margin-left: 60px;
        }
        .special_fee table {        
            margin: 40px 30px 30px 150px;
        }
        .special_fee li {
            font-size: 22px;
            margin-top:20px;
            margin-left: 160px;
        }

        .prepostfee h2 {
            font-size: 24px;
            margin-top: 60px;
            margin-left: 60px
        }
        .prepostfee  li {
            font-size: 22px;
            margin-top:20px;
            margin-left: 160px;
        }
        .another_fee{
            margin:0
        }
        p.box11 {
            width: 430px;
            height: 30px;    
            text-align: center;       
            line-height: 80%;
            padding: 0.3em 0.5em;
         margin: 3em 0 60px 250px;
         color: #5d627b;
         background: white;
         border-top: solid 5px #5d627b;
         box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
            font-size: 32px;
            
            color: #460237;

        }
       
        .box12 {
            padding:20px,100px,10px,40px;
            margin: 10px 150px 10px 170px;
            font-size: 24px;
            
        }
        .apply1 {
            margin: 70px 200px 90px 380px;
            padding: 5px;
        }
        button.button_application {
            /* 文字サイズを1.4emに指定 */
            font-size: 1.3em;
            font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
             /* ボーダーをなくす */
             border-style: none;
            /* 文字の太さをboldに指定 */
            font-weight: bold;
           
        
            /* 縦方向に10px、
             * 横方向に30pxの余白を指定 */
            padding: 10px 30px;
        
            /* 文字色を白色に指定 */
            color: rgb(255, 255, 255);
        
               
            /* ボタンの影の指定
             * 影の横幅を2px
             * 縦長を2px
             * ぼかしを3px
             * 広がりを1px
             * 色を#666（グレー）に指定 */
            box-shadow: 2px 2px 3px 1px rgb(197, 180, 197);
            -moz-box-shadow: 2px 2px 3px 1px rgb(102, 102, 102);
            -webkit-box-shadow: 2px 2px 3px 1px rgb(110, 109, 110);
            
            /* テキストの影の指定
             * 影の横幅を1px
             * 縦長を1px
             * ぼかしを2px
             * 色を#000（黒）に指定 */
            text-shadow: 1px 1px 2px rgb(240, 236, 239);
        
            /* グラデーションの指定 */
            background: -moz-linear-gradient(bottom, rgb(252, 253, 255), rgb(253, 247, 253) 50%, rgb(225, 237, 245));
            background: -webkit-gradient(linear, left bottom, left top, from(rgb(237, 247, 250)), color-stop(0.5, rgb(246, 246, 246)), to(rgb(241, 244, 247)));

            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;

           border-radius: 5px;
        }
        
        button.button_application:hover {
            /* 透明度を20%に指定 */
            opacity: 0.7;
        }

        　  #PageTopBtn {
            position: fixed; /*ボタンの配置場所を固定*/
            bottom: -10px; /*下からのボタンの配置場所を指定*/
            right: 10px; /*右からのボタンの配置場所を指定*/
        }
            #PageTopBtn a {
            display: block; /*配置の調整*/
            font-size: 18px;
            text-decoration: none; /*文字の下線を消す*/
            color: rgb(24, 12, 2); /*文字の色*/
            background:rgba(253, 217, 222, 0.823); /*ボタンの背景色*/
            text-align: center; /*文字を中央に配置*/
            border-radius: 0%; /*ボタンの角を少し丸くする*/
            outline: none; /*クリックしたときの黒い枠を消す*/
        }
            #PageTopBtn a:hover {
            text-decoration: none; 
            background: #f9f5f5; /*マウスオーバー時の背景色*/
        }
        
        footer {
            margin:0 auto;
            padding: 0px;
            position: relative;
            top:0px;
            text-align: center;
            width: 980px;
            height: 250px;
            background: #f9f5f5;
            
    
        }
        /* footer p {
            font-size: 17px;
            line-height: 2em;
            letter-spacing: 2px;
            color: floralwhite;
                    
                
        } */
        .otoiawase {
            padding: 25px;
            margin-top:10px;
            font-size: 27px;
        }
        .copy {
            text-align: left;
            margin-top: 0px;
            font-size: 22px;
            color: #0f0e11;
        }