body{
    max-width: 1200px;
    margin: 0 auto 0 auto;
    background-color:#ffff;
    font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif
}
header{
    display: flex;
    justify-content: space-between;
}
#logo{
    padding: 30px;
}
 @media screen and (max-width: 767px) {
    header img{
        width: 150px;
    }
}


#main-visual img{
    max-width: 100%;
    height: auto;
}
 @media screen and (max-width: 767px) {
    header{
        margin-bottom: -30px;
    }
}

/* ///////snsアイコン/////// */
#nav-pc ul{
    display: flex;
    padding:5px;
    margin: 0 auto;
}
/* ///////スマホ対応ロゴ・snsアイコン/////// */
 @media screen and (max-width: 767px) {
    #nav-pc ul{
       display: flex;
       margin-left: -30px;
       margin-top: 15px;
    }
    #nav-pc img{
        width: 35px;

    }
    #logo{
        margin-left: -25px;
    }
}

#nav-pc li{
    list-style: none;
}
p{
    text-align: left;
    line-height: 2;
    font-size: 18px;
}

h1{
    background-color:seashell;
    color:#0d5baa;
    font-size: 40px;
    text-align: center;
    padding: 20px 0 20px 0;
    margin-bottom: 20px;
    margin-top: 50px;
}
/* ///////スマホ対応h1////// */
 @media screen and (max-width: 767px) {
    h1{
        text-align: center;
        line-height: 2;
        font-size: 18px;
        margin-top: -20px;
    } 
}

/* ///////スマホ対応リード文/////// */
 @media screen and (max-width: 767px) {
    p{
        text-align:left;
        line-height: 1.5;
        font-size: 13px;
    } 
}
h2{
    text-align: center;
    font-size: 40px;
    color:#0d5baa;
    padding-top: 10px;
}
/* ///////スマホ対応３ボタン////// */
 @media screen and (max-width: 767px) {
    h2{
        text-align: center;
        line-height: 2;
        font-size: 18px;
    } 
    #three-button{
        margin-right: 85px;
    }
    #three-button img{
        width: 150px;
    }
}
/* ///////こんな方にオススメ！/////// */
#voice{
    text-align: center;
    margin: 0 0 20px 0;
}
#voice img{
    max-width: 90%;
    height: auto;
}

/* ///////こんなことができます！/////// */
#recommend{
    display: flex;
    justify-content: space-between;
    margin: 50px;
}
/* ///////スマホ対応こんなことができます////// */
 @media screen and (max-width: 767px) {
    #recommend{
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: -17px;
    } 
    #recommend img{
        width: 200px;
        margin:10px 5px -30px 5px;
    }
}

/* ///////ご希望のメニューを選んでクリック/////// */
#button-area{
    background-color: azure;
    max-width: 1200px;
}


#three-button ul{
    display: flex;
    padding-bottom: 0px;
    margin-left: 50px;
    /* text-align: center; */
    justify-content: center;
    list-style: none;
    max-width: 1000px;
}

#three-button img{
    max-width: 350px;
}

button{
    background: transparent;
    border: none;
}
h3{
    background-color:seashell;
    color:#0d5baa;
    font-size: 40px;
    text-align: center;
    padding: 20px 0 20px 0;
    margin-bottom: 30px;
    margin-top: 50px;
}
/* ///////場所コンテナ/////// */
#hall{
    display: flex;
    justify-content: flex-start;
    background: #fcfcfc;/*背景色*/
    padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
    border: solid 0.75px rgb(205, 205, 205);/*線の種類 太さ 色*/
    width: 800px;
    /* border-radius: 25px; */
    margin-left: 120px;
    font-size: 23px;
    line-height: 2;
    padding-left: 150px;
}
/* ///////市町村表示/////// */
h4{
    font-size: 30px;
    color: #fcfcfc;
    background-color:#0d5baa ;
    padding: 20px;
    margin: 20px 20px;
    margin-left: -100px;
    width: 200px;
    text-align: center;
    justify-content: center;
}
/* ///////場所リンク/////// */
a{
    color: black;
    text-decoration: none;
}
a:hover{
    color: #c9c9c9;
}
/* ///////場所表示PC/////// */
#hall-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    text-align: center;
    
}

h5{
    font-size: 150px;
    margin-bottom: 0;
    margin-top: 0px;
    color: #fcfcfc;
}
h5 span{
    font-size: 50px;
}
/* ///////予約フォームボタン/////// */
#button-container{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: azure;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
.two-button ul{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
    justify-content: center;
    list-style: none;
}

/* ///////スマホ対応予約ボタン////// */
 @media screen and (max-width: 767px) {
    .two-button img{
        width: 220px;
        margin-left: -20px;
        margin-bottom: -20px;
    }
    .two-button{
        display: flex;
        justify-content: center;
    }
    #button-container{
        height: 130px;
    }
 }
/* ///////場所で選ぶ////// */

#map{
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
    background: #fcfcfc;/*背景色*/
    padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
    border: solid 1px rgb(205, 205, 205);/*線の種類 太さ 色*/
    max-width: 100%;
    height: auto;
    border-radius: 25px;
    /* margin-left: 90px; */
    justify-content: center;
}

#map img{
    max-width: 100%;
    height: auto;
}

.placebutton{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
}
/* ///////スマホ対応場所で選ぶ////// */
 @media screen and (max-width: 767px) {
    .placebutton{
        display: flex;
        flex-direction: row;
        justify-content: center;
    } 
    #map{
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    background: #fcfcfc;/*背景色*/
    padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
    border: solid 1px rgb(205, 205, 205);/*線の種類 太さ 色*/
    max-width: 100%;
    height: auto;
    border-radius: 25px;
    /* margin-left: 90px; */
    justify-content: center;
}
    
}

.area{
    font-size: 20px;
    font-weight: bolder;
    color: #fcfcfc;
    background-color:#0d5baa ;
    padding: 20px;
    margin: 20px 20px;
    width: 200px;
    text-align: center;
}
 @media screen and (max-width: 767px) {
    .area{
        width: 100px;
        font-size: 15px;
        margin-bottom: 7px;
        padding: 10px;
        text-align: center;
    } 
    #hall{
        width: 300px;
        margin-left: -30px;
    }
    h4{
        font-size: 15px;
        color: #fcfcfc;
        background-color:#0d5baa ;
        padding: 10px;
        margin: 10px 10px;
        margin-left: -250px;
        width: 50px;
        text-align: center;
        justify-content: center; 
    }
    #hall ul li{
        font-size: 15px;
        margin-left: -230px;
    }
}

/* ///////会場カード//////// */
#schedule-container{
    display:flex;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    max-width: 1200px;
}

#card{
    width: 350px;
    height: 350px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    margin: 50px auto;
    position: relative;
}

.circle{
    background-color: #0072c6;
    color: #ffffff;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 20px;
    line-height: 1.4;
}
.location{
    position: absolute;
    justify-content: flex-end;
    top: 20px;
    right: 42px;
    font-size: 28px;
    font-weight: bold;
    color: #000;
    line-height: 1.4;
}
.date{
    margin-top: 120px;
    margin-bottom: -20px;
    font-size: 100px;
    color:tomato;
    line-height: 1.4;
    font-weight: bold;
}
.time{
    font-weight: bold;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: -10px;
}
.map{
    margin-top: 10px;
    font-size: 20px;
    color: blue;
    text-decoration:underline;
}
.map:hover{
    color: #c9c9c9;
}

/* ///////スマホ対応日程カード////// */
 @media screen and (max-width: 767px) {
    #schedule-container{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: start;
        margin-top: -20px;
        margin-bottom: -20px;
        display: grid;
    grid-template-columns: repeat(auto-fill, minmax(px, 1fr));
    max-width: 767px;
    }
    #card{
    width: 200px;
    height: 200px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    margin: 10px auto;
    position: relative;
}
.circle{
    background-color: #0072c6;
    color: #ffffff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 20px;
    line-height: 1.4;
}
.location{
    position: absolute;
    justify-content: flex-end;
    top: 25px;
    right: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    line-height: 1.4;
}
.date{
    margin-top: 120px;
    margin-bottom: -20px;
    font-size: 50px;
    color:tomato;
    line-height: 1.4;
    font-weight: bold;
    margin-top: 60px;
}
.time{
    font-weight: bold;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: -10px;
}
.map{
    margin-top: 10px;
    font-size: 17px;
    color: blue;
    text-decoration:underline;
}
.map:hover{
    color: #c9c9c9;
}
}


h6{
    font-size: 25px;
    text-align: center;
    margin-bottom: 0;
}
 @media screen and (max-width: 767px) {
    h6{
        font-size: 16px;
        margin-top: 0;
    } 
}
#hall  li{
    list-style: none;
    text-decoration: underline;
}

/* ///////フッター//////// */
footer{
    max-width: 1200px;
    background-color: #0d5baa;
    text-align: center;
    padding: 80px 80px 30px 80px;
}
#footer-logo{
    margin-bottom: 30px;
}
#footer-link{
    margin-bottom: 50px;
}
#footer-link > a {
    text-decoration: none;
    margin: 10px;
    color: #ffffff;
}
#footer-link > a:hover{
    text-decoration: underline;
}

#sns-footer{
    display: flex;
    justify-content: space-between;
    text-align: left;
}
#sns-footer a{
    margin-right: 30px;
}
#copyright{
    color: #ffffff;
    margin-top: 25px;
}


/* ///////スマホ対応フッター//////// */
 @media screen and (max-width: 767px) {
    footer{
        display: block;
        padding: 30px 30px 30px 20px;
    }
    #footer-logo img{
        width: 250px;
    }
    .sns-btns{
        display: flex;
        margin-left: 40px;
    }
    .sns-btns img{
        width: 40px;
        margin-left: 30px;
    }
    #sns-footer{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    #copyright{
        margin-top: 10px;
        margin-left: 50px;
        justify-content: center;
    }
}