@charset "utf-8";

/* bodyのデフォルトを定義 */
body {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', sans-serif;
}

/* デフォルトのmarginを削除 */
body, h1, h2, h3, p, ul, li {
    margin: 0;
}

/* デフォルトのpaddingを削除 & 要素のリストスタイルを削除 */
ul, ol {
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: black;
}

/* ここまでリセットCSS */

/* ここからヘッダー関係 */
header {
    height: 70px;
    line-height: 70px;
    position: relative;
    z-index: 3;
    /* .menuをマップや#menu-black-closeよりも上位に配置するため。 */
    background-color: #9EC2C2;
}

#logo {
    display: block;
    margin: 0 auto;
    width: 140px;
    height: 100px;
}

#logo img {
    width: 100px;
    height: 70px;
}


/* ここまでヘッダー関係 */

#head {
    text-align: center;
    background-image: url("img/top.png"); /* スラッシュを使用 */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.p-fv {
    width: 100%;
    height: 800px;
  
    /* 背景画像を表示 */
    background-image: url(img\top.png);
  
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 28px;
    padding-right: 28px;
  }
  
  .p-fv::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .p-fv__copy {
    position: relative;
    z-index: 10;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 56px;
    font-weight: bold;
  }

#description-h1 {
    display: inline-block;
    text-align: center;
     /*background-color: #f0ede2;*/
}

#description-h2 {
    display: inline-block;
    text-align: center;
    margin-bottom: 70px;
    font-size: 52px;
     /*background-color: #f0ede2;*/
}

.description-box {
    text-align: center;
    margin: 0 20px;
}

.description-box ul {
    margin: 10px 0px 30px 0px;
}


.description-box p {
    display: inline-block;
    text-align: left;
}

#to-map {
    display: block;
    margin: 40px auto;
    width: 200px;
    text-align: center;
    position: relative;
    z-index: 0;
    /* #menu-black-closeと同じ階層に配置するため。 */
    padding: 20px;
    color: white;
    background-color: #E4C1B5;
    border-radius: 22px;
}


footer {
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    color: white;
    background-color: #8F6140;
}

@media (min-width: 768px) {


    #description-h1 {
        font-size: 30px;
        margin: 50px 50px;
    }

    .description-box {
        margin: 0 100px;
    }

    .description-box ul {
        margin: 10px 0px 30px 0px;
    }

}

@media (min-width: 1200px) {
    .description-box {
        margin: 0 200px;
    }

    .description-box ul {
        margin: 10px 0px 30px 0px;
    }

    .description-box ul .syurui-icon {
        width: 170px;
        height: 110px;
        margin-right: 11px;
    }

    #modal-content{
        max-height: 500px;
    }

}
