body{
    margin: 0;
    padding: 0;
    color:#1F2C70;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.Android{
    font-family: "Sawarabi Mincho", serif!important;
}
.center{
    text-align: center;
}
.right{
    text-align: right;
}
.left{
    text-align: left;
}
.f-right{
    float: right;
}
.f-left{
    float: left;
}
.optimisation{
    display: inline-block;
}
h1, h2, p{
    color:#1F2C70;
}
a{
    text-decoration: none;
}

/* 四角形に関する記述 */
.right-side{
    position:fixed;
    width:5%;
    height:110%;
    float:left;
    z-index:3;
    right:0;
    top:0;
    margin-top: -0.8vw;
}
.rectangle{
    width: 70%;
    height: 45vw;
    position: relative;
    margin-top: 5%;
    z-index: -99;
}
.rectangle-content{
    position: absolute;
    width: 50%;
    height: 35vw;
    margin-top: 10%;
    z-index: 1;
}

/* 背景色 */
.color-rouge{
    background-color: #76171D;
}
.color-rikoten{
    background-color: #F5C51E;
}
.color-wasedasai{
    background-color: #8C82AF;
}
.color-skyblue{
    background-color: #EBF2FF;
}
.color-white{
    background-color: #ffffff;
}
.font-rikoten{
    color: #F5C51E;
}
.font-wasedasai{
    color:#8C82AF;
}

/* ヘッダーの2つの写真部分 */
.head-title > img{
    width:100%;
}
.head-title p {
    background-color: black;
    width: 100%;
    text-align: center;
}
.head-title{
    position:relative;
    width:50%;
    padding:0;
    margin:0;
}
.head-logo{
    position:absolute;
    left: 0;
    bottom: 35px;
    width:50%;
}
.head-title .w img{
    margin-top: 1vw;
    margin-bottom: 1vw;
    width:75%;
}
.head-title .r img{
    margin-top: 1vw;
    margin-bottom: 1vw;
    width:46%;
}
.head-sm-logo{
    display:none;
}

/* 概要部分 */
.intro{
    background-color: #EBF2FF;
    padding: 3% 7% 3% 5%;
    position:relative;
}
.intro h1{
    margin-bottom: 0;
    margin-top: 0;
    font-size:6vw;
}
.intro h2{
    margin-top: 0;
    margin-bottom: 0;
    font-size:4vw;
    padding-left:4%;
}
.intro p{
    margin-top:0;
    font-size:2vw;
    padding-left:8%;
}

/* 2祭の概要 */
.fes{
    position: relative; 
    padding: 0;
    margin: 0;
} 
#rikoten > .rectangle-content > h2{
    left:8%;
}
#wasedasai > .rectangle-content > h2{
    left:6%;
}
#wasedasai{
    margin-top:50vw;
} 
.fes p{
    position: absolute; 
    top:11vw;
    width: 70%;
    right: 22%;
    font-size: 1.9vw;
    z-index: 2;
}
.fes-pic{
    position: absolute; 
    width: 55%;
    float: left;
    top: 9vw;
    left:5%;
}

.fes h2{
    position: absolute; 
    top: -1vw; 
    font-size: 5.5vw; 
    z-index: 2;
}
.fes > .rectangle-content{
    right: 3%;
}

/* アクセス */

.walk > .rectangle-content{
    width: 70%;
    right: 15%;
    border: 3px solid rgb(118, 23, 29);
    padding-top: 2%;
    height: auto;
    z-index: -2;
}
.walk-content:before{
    content: "アクセス";
    position: absolute;
    top: -30px;
    left: -20px;
    font-size: 1.7em;
    padding: 10px ;
    border: 3px solid rgb(118, 23, 29);
    background-color: #e6e4ff;
}
.walk-content{
    padding: .3em 1em;
}
.walk-content img{
    width: 100%;
}
.walk .map{
    font-size: 1.3em;
}
.content-title{
    display: inline-block; 
    font-size: 1.5em;
    padding: 0 .3em 3px .3em;
    border-bottom: solid 2px #1F2C70;
}


span{
    display:inline-block;
}
.btn-sticky {
    display: inline-block;
    padding: 0em 1em;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #76171D;/*左線*/
    border-right: solid 6px #76171D;/*左線*/
    color: #76171D;/*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    position: absolute;
    left: 4.2vw;
    top: 29vw;
    width: 30%;
    height: 3vw;
    font-size: 2vw;
  }
  .btn-sticky:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
  }
  #wasedasai .btn-sticky{
    top: 26vw;
  }