@charset "UTF-8";

/*
Theme Name:angyo100
Theme URL:http://210.236.50.56
Description:angyo100のテーマ
Author:builder
Version:1.0.0
*/
body{
    margin:0;
    padding:0;
    display: grid;
    }

    *{
        box-sizing:border-box; /*余白や線を幅や高さに含める*/
    }
    /*header*/

    .contains input{
        display: none;
    }
    .slide-text {
        text-align: center;
    }
    .slide-text img{
        width: 200px;
        height: 35px;
        margin: auto;
        margin-top:1.5rem;
    }
    .slide-text img:hover{
        opacity: 0.7;
    }
    .contains{
        display: flex;
        justify-content: center;
    }

    .poster img{
        width: 350px;
    }


    @media(min-width:1024.1px){
        .poster img{
            width:300px;
            margin: 2rem 1rem 0 1rem;
        }
        .slide-text img{
            margin-bottom:1rem;
        }
    }
    @media(min-width:1250px){
        .carousel{
            width:90%;
            margin: auto;
        }
        .poster img{
            margin: 2rem 2rem 0 2rem;
        }
    }
    /* @media(max-width:1024px){

.carousel {

    display: flex;
    justify-content: center;
    margin:2rem 0;
    height:540px;
  }
  .poster{
    width: 340px;
  }

  .contains {

    width: 350px;
    height:600px;
    overflow: hidden;
    position: relative;
    padding: 0;
    list-style: none;
  }

  .slide_select {
    display: none;
  }

  .slide {

    width: 320px;
    height: 180px;
    position: absolute;

    opacity: 0;
  }
.slide img{
    height:460px;
}
.slide-text{
    color: #000000;
    margin-top:2rem;
    width:230px;
    margin: auto;
}
.slide-text img{
    width: 260px;
    height: 40px;
    margin: auto;
    margin-top:1rem;
}
 
  .scroll_button {
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
 
    top: 120%;
    margin-top: -20px;

    border-width: 5px 5px 0 0;
    border-style: solid;
    border-color: #fdfdfd;
    cursor: pointer;

    opacity: 0.5;

    z-index: 3;
  }

  .scroll_button:hover {
    opacity: 1;
  }

  .scroll_prev {
    left: 15px;

    transform: rotate(-135deg);
  }

  .scroll_next {
    right: 0px;
   
    transform: rotate(45deg);
  }
  
  .move_controler {
    position: absolute;
    bottom: 150px;
    width: 100%;
    text-align: center;
  }
 
  .button_move {
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    border-radius: 100%;
    cursor: pointer;
    
    opacity: 0.5;
  
    z-index: 2;
  }

  .button_move:hover {
    opacity: 0.75;
  }

  .button_move {
    background-color: #fdfdfd;
  }

  .slide_select:nth-of-type(1):checked ~ .slide:nth-of-type(1) {
    opacity: 1;
  }

  .slide_select:nth-of-type(1):checked
    ~ .move_controler
    .button_move:nth-of-type(1) {
    opacity: 1;
  }
  .slide_select:nth-of-type(2):checked ~ .slide:nth-of-type(2) {
    opacity: 1;
  }
  .slide_select:nth-of-type(2):checked
    ~ .move_controler
    .button_move:nth-of-type(2) {
    opacity: 1;
  }
  .slide_select:nth-of-type(3):checked ~ .slide:nth-of-type(3) {
    opacity: 1;
  }
  .slide_select:nth-of-type(3):checked
    ~ .move_controler
    .button_move:nth-of-type(3) {
    opacity: 1;
  }
  .slide_select:nth-of-type(4):checked ~ .slide:nth-of-type(4) {
    opacity: 1;
  }
  .slide_select:nth-of-type(4):checked
    ~ .move_controler
    .button_move:nth-of-type(4) {
    opacity: 1;
  }
}
@media(max-width:430px){
    .slide-text img{
        width: 200px;
        height: 33px;

    }
    .carousel{
        margin-bottom: 0;
    }
} */

    header{
        background-color: #2B2825;
        display: flex;
        justify-content:space-between;
    }
    ul{
        padding: 0;
        list-style: none;
    }
    .logo{
        text-align: center;
    }
    .top-menu li{
        display:inline;
        border-bottom:none;
    }
    .top-menu li a{
        text-decoration:none;
        color:#ffffff;
        padding:1rem 0 0.5rem 0;
    }
    
    .top-menu li a:hover{
        opacity: 0.7;
    }
    
    .top-menu li a::before{
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 0;
        margin: auto;
        transform-origin: center top;
        transform: scale(0, 1);
        transition: transform .3s;
    }
    .top-menu li a:hover::before{
        transform-origin: center top;
        transform: scale(1, 1);
    }
    .top-menu{
        padding:0;
        width:90%;
        margin: auto;
    }
    .top-menu img{
        display: block;
        width:55px;
        margin:auto;
        margin-top: 18px;
        margin-bottom: 3px;
        transition: all .3s ease-in-out;
        transform: translateY(0);
    }
    .top-menu img:hover{
        transform: translateY(-4px);
    }
.menu-content{
    margin-top:2rem;
}
    .menu-content ul {
        display: flex;
        justify-content: center;
        margin-right: 40px;
        width: 700px;
    }
    .menu-content ul li{
        text-align: center;
        padding-bottom: 20px;
        margin:0 1rem;
    }
    .menu-content ul li.header-nav_item2{
        width: 130px;
         text-align: center;
         padding-bottom: 30px;
         margin:0 0 0 50px;
         background-color: #57C1D1;
         height:120px;
         border-bottom-left-radius: 15px;
         border-bottom-right-radius: 15px;
     }
     .menu-content ul li.header-nav_item2:hover{
        opacity: 0.8;
     }
     .menu-content ul li.header-nav_item2 a{
        color: #fff;
        margin-top: 1rem;
        margin: auto;
     }

     .menu-content ul li.header-nav_item2 img{
        margin-bottom:1rem;
        margin-top: 1.5rem;
     }

     @media(max-width:768px){
        .menu-content ul li.header-nav_item2{
            padding-right:2rem;
             border-top-right-radius: 15px;
             border-bottom-right-radius: 15px;
         }
        .menu-content ul li.header-nav_item2 a{
            position: relative;
            top:0.8rem;
            margin: auto;
         }
        .menu-content ul li.header-nav_item2 img{
            position:relative;
            top:1.7rem;
            left:1rem;
         }
     }
    .menu-content ul li:last-child{
        border-right:none;
    }

    #menu-btn-check {
        display: none;
    }

    @media(max-width:1250px){
        li a{
            font-size:0.9rem;
        }
        .top-menu img{
            width:45px;
        }
        .menu-content ul{
            margin-right:40px;
        }
        .menu-content ul li.header-nav_item2{
            width:110px;
            margin:0 0 0 20px;
            height:110px;
        }
    }
    @media (max-width:1120px){
        .menu-content ul{
            text-align: right;
            justify-content: start;
            width: 600px;
        }
    }
    @media(max-width:1000px){
        h1 img{
            width:200px;
        }
        .top-menu li a{
            font-size:0.8rem;
        }
        .menu-content ul li{
            width:95px;
        }
        .menu-content ul li.header-nav_item2{
            width:95px;
            margin:0 0 0 20px;
            height:110px;
        }
     }

h1 a{
    text-decoration: none;
}
h1 a{
    font-size:2rem;
    color: #FFF;
    font-family: serif;
}
h1 a span{
    font-size:1.4rem;
    color: #FFF6C7;
    margin:0 0.8rem 0 1.5rem;
}
@media(max-width:1250px){
     h1 a{
        font-size:1.6rem
     } 
     h1 a span{
        font-size:1rem;
    }  
    .top-menu li a{
        font-size:0.8rem;
    }
    .menu-content ul{
        margin-right:0;
    }
}


@media(max-width:1080px){
    h1 a{
        color: #FFF;
        font-family: serif;
    }
    h1 a span{
        color: #FFF6C7;
        margin:0 0.8rem 0 1.5rem;
    }
}
@media(max-width:430px){
    h1 a span{
        font-size:0.8rem;
        color: #FFF6C7;
        margin:0 0.8rem 0 1rem;
    }
    h1 a{
        font-size:1.2rem;
    }
}
/*ハンバーガーメニュー*/
@media(min-width:1024.1px){
    .header-nav_item:first-child{
        display: none;
    }
}
@media(max-width:1024px){
    .menu-btn {
        position: fixed;
        top: -5px;
        right: 10px;
        display: flex;
        height: 100px;
        width: 100px;
        justify-content: center;
        align-items: center;
        z-index: 90;
    }
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 4px;
        width: 35px;
        border-radius: 3px;
        background-color: rgb(213, 175, 154);;
        position: absolute;
    }
    .menu-btn span:before {
        bottom: 10px;
    }
    .menu-btn span:after {
        top: 10px;
    }
    #menu-btn-check:checked ~ .menu-btn span {
        background-color: rgba(255, 255, 255, 0);
    }
    #menu-btn-check:checked ~ .menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    #menu-btn-check:checked ~ .menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
    }
    .menu-content {
        width: 280px;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 80;
        background-color: rgba(241, 238, 236, 0.9);
        transition: all 0.5s;
        margin-top: 0;
    }
    .menu-content ul {
        display: block;
        padding: 40px 10px 0;
    }
    .menu-content ul li {
        justify-content: space-around;
        width:90%;
        border-right:none;
        list-style: none;
        text-align: left;
        margin:auto;
    }

    .menu-content ul li a {
        width: 100%;
        font-size: 17.4px;
        box-sizing: border-box;
        text-decoration: none;
        padding: 9px 15px 10px 0;
        position: relative;
        display: block;
        color: #312c2a;
        font-family: serif;
        margin-left: 2rem;
        margin-bottom:1rem;
        font-weight: bold;
    }
    .menu-content ul li a::before {
        content: "";
        width: 7px;
        height: 7px;

        transform: rotate(45deg);
        position: absolute;
        right: 11px;
        top: 16px;
    }
    #menu-btn-check:checked ~ .menu-content {
        right: 0%;
    }
    .top-menu img{
        display:inline;
        position:relative;
        top:10px;
        margin-right:30px;
        padding-left:1rem;
    }
    .sns{
        margin-right:15%;
        padding-top:10px;
    }
    }
    @media(max-width:600px){
        .menu-btn{
            width:50px;
            height:50px;
        }
    }
    @media(max-width:500px){
        .sns{
            margin-right:17%;
        }
        .menu-btn{
            width:40px;
            height:40px;
            top:25px;
        }
    }
    @media(max-width:430px){
        .menu-content ul li a {
            font-size: 12px;
        }
    }
    /*top-image*/
.top-image{
    height:auto;
}
.container {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(img/top-back2.png);
    background-size: cover;
    width: 100%;
    height: 500px;
    padding-top: 62.5%;
  }
  .container img{
    width: 600px;
  }

  @media(max-width:1024px){
    .container{
        height:500px;
    }
    .container img{
        width:400px;
    }
  }
  @media(max-width:768px){
    .container{
        height:400px;
    }
    .container img{
        height:400px;
        width:100%;
    }
  }
  @media(max-width:430px){
    .container{
        height:200px;
    }
    .container img{
        height:400px;
        width:100%;
    }
  }

  .day{
    background-color: #A62025;
    text-align: center;
    height:8rem;
  }
  .day-text{
    width: 70%;
    margin: auto;
  }
  .day p{
    margin: auto;
    color:#fff;
    font-size: 1.6rem;
    font-family: serif;
    line-height: 3rem;
    margin: 0;
    margin-top: 1rem;
    text-shadow: 1px 2px 5px#000000;
  }
  @media(max-width:1250px){
    .day-text{
        width: 80%;
    }
.day p{
    font-size:1.3rem
}
  }
    
  
  .day p span{
    font-size: 2rem;
    color: #fee9ae;
  }
  @media(max-width:864px){
    .day-text{
        width: 90%;
    }
  }
  @media(max-width:768px){

    .day{
        height:9rem;
        
    }
    .day-text{
        width: 95%;
    }
  }
  @media(max-width:600px){
    .day p span{
        font-size: 1.4rem;
        color: #fee9ae;
      }
      .day p{
        font-size:0.9rem;
        line-height: 2.4rem;
    }
    .day-text{
        width: 90%;
    }
    .day{
        height:10rem;
    }
  }

  /*section1*/

  .button{
    width:660px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 2rem 0;
  }
  .button img{
    width:170px;
    margin:0 1.4rem 2rem 1.4rem ;
  }
  .button img:hover{
    opacity: 0.7;
  }

  @media (max-width:800px){
    .button{
        width:410px;
    }
    .button img{
        width:150px;
    }
  }
  @media (max-width:430px){
    .button{
        width:370px;
    }
    .button img{
        width:140px;
    }
    .button{
        padding-bottom: 0;
    }
  }

/*top戻る*/
/* .c-backToTop img{
    z-index: 79;
    position: fixed;
    right:15px;
    bottom: 101px;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.9;
  
  
  
  }
  @media(max-width:768px){
    .c-backToTop img{
        bottom:60px
    }
  } */

  /*section2*/

  .second{
    background-image: url(img/news-back.png);
	width: 100%;
background-blend-mode:lighten;
  }
  @media(max-width:1024px){
    .second{
    }
  }
  h2{
    text-align: center;
    padding: 2rem 0 0 0;
    font-family: serif;
    color: #332925;
    margin-top: 0;
  }
  .news{
    margin: auto;
    width: 600px;
  }
  .news a{
    color: #000000;
    font-size: 16px;
    font-family: serif;
    text-decoration: none;
  }
  .news a:hover{
    opacity: 0.7;
  }

  .news p span{
    margin-right:3rem;
    color:#fff;
    background-color:#7D8C2D ;
    padding: 0.3rem 0.5rem;
    border-radius: 10px;
    font-size: 0.8rem;
  }
  .news p{
    padding-bottom:1rem;
    padding-top:1rem;
  }
  .news-line{
    border-bottom: solid 2px #e8ddda;
    display: flex;
  }
  .news-text{
    display: flex;
  }
  .archive-button {
    width: 600px;
  }
  .archive-button p{
    border-bottom: none;
    padding-bottom:2rem;
    margin-bottom: 0;
    text-align: center;
  }
  .archive-button a{
    color: #fff;
    font-size: 1rem;
    padding:0.5rem 5rem;
    background-color:#7D8C2D ;
    border-radius: 50px;
    position: relative;
    display: inline-block;
  }
  .archive-button a::before,
    .archive-button a::after{
        content: "";
        position: absolute;
        top: calc(50% - 0.8px);
        right: 1rem;
        width: 10px;
        height: 1.6px;
        border-radius: 9999px;
        background-color: #ffffff;
        transform-origin: calc(100% - 0.8px) 50%;
  }
  .archive-button a::before{
    transform: rotate(45deg);
  }
  .archive-button a::after{
    transform: rotate(-45deg);
  }
  .archive-button a:hover{
    opacity: 0.7;
  }
  .about{
    padding:2rem 0;
  }
  @media(min-width:1050px){
    .about{
        width: 80%;
        margin: auto;
    }
  }
  @media(max-width:601px){
    .news{
        width:372px;
    }
    .archive-button{
        width:372px;
    }
    .news-title{
        width:200px;
    }
    h2{
        font-size: 1.2rem;
    }
  }

  /*bnr*/

  .bnr{
display: flex;
justify-content: space-evenly;
padding:5rem 0;
background-color: #d7c8a3;
  }
  .bnr img{
    width: 300px;
  }
  @media(max-width:1024px){
    .bnr img{
        width:250px;
    }
  }
  @media(max-width:768px){
    .bnr img{
        width:200px;
        height: 71px;
    }
  }
  @media(max-width:430px){
    .bnr img{
        width:120px;
        height: 44.3px;
    }
    .bnr{
    padding: 3rem 0;
    }
  }
/*footer*/
.footer-top{
    background-image: url(img/top-back.png);
    height: 500px;
	width: 100%;
}
.footer-flex{
    display:flex;
    justify-content: space-evenly;
    width: 80%;
    margin: auto;
    height:250px;
}


.footer-menu li a{
   color:#000;
   text-decoration:none;
}
.footer-menu li{
    padding:0.3rem;
}

  .footer-logo img{
    width:400px;
  }
  .footer-logo{
    text-align: center;
    padding:3rem 0;
  }
.footer-bottom{
    text-align: center;
    background-color:#2B2825 ;
    color: #ffffff;
}
.footer-bottom p{
    margin: 0;
    padding: 1rem 0;
}
.contat{}

@media(max-width:768px){
    .footer-top{

    }
    .footer-menu{
        width:100%;
        height: 200px;
    }
    .footer-logo{
        padding:2rem 0 1rem 0
    }
    .footer-logo img{
        width:300px;
    }
    .footer-flex{
        width: 81%;
    }
    .footer-top{
        width:100%;
        font-size:14px;
        height: 400px;
    }
    .footer-menu li a{
        padding:0.5rem 2.5rem;
        margin:1rem 1rem;
    }
    .contact{
        width:80%;
        margin: auto;
    }
    
}
@media(max-width:600px){
    .footer-flex{
        display: block;
        width: 81%;
    }
    .footer-menu{
        text-align: center;
    }
    .footer-top{
        width:100%;
        font-size:14px;
        height: 510px;
    }
}

/*about*/

/*event*/
.event-flex{
    display: flex;
    justify-content: space-around;
}
.seasons{
    font-size: 2.5rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #332925;
    background-color:#FFEBF5 ;
    border-radius: 50%;
    width: 150px;
    text-align: center;
    height: 150px;
    display: inline-block;
    line-height: 150px;
}
.seasons2{
    font-size: 2.5rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #332925;
    background-color:#DCF9D3 ;
    border-radius: 50%;
    width: 150px;
    text-align: center;
    height: 150px;
    display: inline-block;
    line-height: 150px;
}
.seasons3{
    font-size: 2.5rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #332925;
    background-color:#FFF6D1 ;
    border-radius: 50%;
    width: 150px;
    text-align: center;
    height: 150px;
    display: inline-block;
    line-height: 150px;
}
.seasons4{
    font-size: 2.5rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #332925;
    background-color:#D8F6FF ;
    border-radius: 50%;
    width: 150px;
    text-align: center;
    height: 150px;
    display: inline-block;
    line-height: 150px;
}
.month{
    font-size: 1.2rem;
    margin-top: 4rem;
}
.event-top{
    display: flex;
}
.event-img img{
    width: 300px;
    padding:1rem;
    border-radius: 50px;
    margin-top: 1.5rem;
}
.event-img{
    display: flex;
}
.event-text{
    width: 90%;
    margin: auto;
    margin-bottom:2rem;
}

.event-list{
    margin-left:4rem;
    padding-top:3rem;
}
.event-list dl {
    display: flex;
    flex-wrap: wrap;
}

@media(min-width:1280px){
    .event-photo img{
        width:250px; 
        height:250px;
    }
    .event-photo-flex{
        justify-content:space-evenly;
    }
    
}
@media(min-width:768px){
.event-text{
    width:80%;
}
}
@media(max-width:900px){
    .event-flex{
        flex-direction: column;
    }
    .event-img{
        margin:auto;
    }
    .event-top{
        margin-left:20%;
    }

}
@media(max-width:460px){
    .event-img img{
        width: 250px;
    }
    .event-top{
        margin-left:10%;
    }
}
    /*ページネーション*/
    .nav-links{
        width:80%;
        background-color:#fff;
        text-align: center;
        margin:auto;
        padding: 2rem 0;
    }
    @media(max-width:840px){
        .nav-links{
            width:85%;
        }
    }
    @media(max-width:440px){
        .nav-links{
            width:100%;
        }
    }
    .nav-links a{
        margin:0 0.3rem;
        box-shadow: 0.6px 0.6px 2px  rgba(80, 38, 5, 0.3);
        background-color: #ebe2d9;
        padding:1px 7px;
        border-radius:0.2em;
        color:#726b63;
        text-decoration: none;
    }
    .nav-links a:hover{
        background-color: rgba(255, 232, 205, 0.6);
    }
    .nav-links span{
        margin:0 0.3rem;
        padding:1px 7px;
        border-radius:0.2em;
        background-color: #E08424;
        color:#fff;
    }
    .page-numbers.dots{
        background-color:#fff;
        color:#726b63;
    }

    /*パンくずリスト*/
    .home{
        padding-bottom:1rem;
        margin-left:3rem;
    }
    .home img{
        position: relative;
        top:2px;
    }
    .home a{
        text-decoration: none;
        color: #4b4745;
    }
    .home span{
         color: #4b4745;
    }
    .fixation-body{
        background-color: #efefef;
    }
.history-img{
    margin: auto;
    width: 700px;
}
.history-img img{
    width: 700px;
}
@media(max-width:768px){
    .history-img{
        margin: auto;
        width: 500px;
    }
    .history-img img{
        width: 500px;
    } 
}
@media(max-width:550px){
    .history-img{
        margin: auto;
        width: 370px;
    }
    .history-img img{
        width: 370px;
    } 
}
.access{
    background-color: ;
}
/*投稿*/
.report{
    width: 85%;
    margin: auto;
}
.report-content{
    line-height: 2rem;
    width: 600px;
    margin: auto;
}
.single-date{
    width:600px;
    margin: auto;
    margin-bottom:1rem;
    color:#000000;
}
@media(max-width:620px){
    .report-content{
        width: 370px;
    } 
    .single-date{
        width:370px;
    }
}
.title-flex{
    width:85%;
    margin: auto;
}
.mb-3{
    text-align: left;
}
h3{
    text-align: center;
    color: #332925;
    padding: 0.6rem 0;
    text-decoration: underline solid 2px #b7a092;
}
strong{
border-left: 5px solid #7D8C2D;
padding-left: 1rem;
}
.section-title{
    margin: auto;
    width: 80%;
}
@media(max-width:1024px){
    .section-title{
        width: 100%;
    } 
}
.map{
    width: 640px;
    height:380px;
}
.g-map{
    margin: auto;
    width: 640px;
}
@media(max-width:700px){
    .map{
        width: 550px;
        height:420px;
    } 
    .g-map{
        width: 550px;
    }
}
@media(max-width:560px){
    .map{
        width: 420px;
        height:420px;
    } 
    .g-map{
        width: 420px;
    }
}
@media(max-width:430px){
    .map{
        width: 400px;
        height:420px;
    } 
    .g-map{
        width: 400px;
    }
}
@media(max-width:410px){
    .map{
        width: 390px;
        height:420px;
    } 
    .g-map{
        width: 390px;
    }
}
@media(max-width:391px){
    .map{
        width:373px;
        height:420px;
    } 
    .g-map{
        width: 373px;
    }
}
h5{
   margin: auto;
   text-align: center;
    font-size: 1rem;
    width:320px;
    background-color: #f7d8c8;
    padding:0.6rem 0;
    border-radius: 10px;
    margin-top:2.2rem;
    margin-bottom:2.2rem;
}
.venue{
    display: flex;
    width:700px;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-between;
}
.venue-1{
    width: 340px;
    text-align: center;
    margin-bottom: 1.2rem;
    background-color: #ffffff;
    border-radius: 20px;
    border: 3px solid #c85c5f;
}
.venue-1 img{
    margin-bottom: 1rem;
}
.venue-2{
    width: 340px;
    text-align: center;
    margin-bottom: 1.2rem;
    background-color: #ffffff;
    border-radius: 20px;
    border: 3px solid #c85c5f;
}
.venue-2 img{
margin-bottom: 1rem;
}
.venue-3{
    width: 340px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 20px;
    border: 3px solid #c85c5f;
}
.venue-3 img{
    margin-bottom: 1rem;
}
.venue-4{
    width: 340px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 20px;
    border: 3px solid #c85c5f;
}
.venue-4 img{
    margin-bottom: 1rem;
}
.p-height{
    height:110px;
    font-size: 0.9rem;
    margin: 1rem 1.5rem;
}
.access-title{
    text-align: center;
}
.parking{
    display: flex;
    width:700px;
    margin: auto;
    justify-content: space-between;
}
.parking-1{
    width: 340px;
    text-align: center;
    margin-bottom: 1.2rem;
    background-color: #ffffff;
    border-radius: 20px;
    border: 3px solid #5e9656;
}
.parking-1 img{
    margin-bottom: 1rem;
}
.parking-2{
    width: 340px;
    text-align: center;
    margin-bottom: 1.2rem;
    background-color: #ffffff;
    border-radius: 20px;
    border: 3px solid #5e9656;
}
.parking-2 img{
    margin-bottom: 1rem;
}
.parking-text{
    text-align: center;
}
.fixation-title{
    text-decoration: none;
    background-color: #b9c574;
    width: 400px;
    text-align: center;
    margin: auto;
    border-radius: 10px;
    margin-top: 2rem;
}
@media(max-width:530px){
    .venue{
        display: block;
        width: 350px;
    }
    .parking{
        display: block;
        width: 350px;
    }
    .venue-1{
        margin: auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .venue-2{
        margin: auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .venue-3{
        margin: auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .venue-4{
        margin: auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .parking-1{
        margin: auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .parking-2{
        margin: auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
.fixation-title{
    width: 371px;
}
}
.now-title{
    text-align: center;
    margin:5rem 0;
    font-size: 1.2rem;
}
.first{
    height: 400px;
}

  
.slide{
    width: 1200px;
    margin: auto;
    margin-top: 2rem;
    display: none;
}
@media(max-width:1200px){
    .slide{
        width: 700px;
    }
}
@media(max-width:700px){
    .slide{
        width: 370px;
    }
}