body {
    background-image: ;
    /*border-image-width: auto;*/
    background-color: #C0772E;
    background-size: cover;
    background-position: center;
    font-family: "ten-mincho-text", "source-han-serif-jp-subset", "Cinzel", "hannari", serif;
    font-weight: normal;
    font-style: normal;
    color:;
    font-size: 90%;
    line-height: 2;
}

.cinzel-<uniquifier> {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

header {
        background-image: ;
        font-size: 80%;
        font-weight: normal;
        text-align: center;
        color: ;
        line-height: ;
        padding-top:0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
  }

   .logo {
      display: block; /* デフォルトでブロック要素に */
      margin: 0 auto; /* 中央配置のため */
      height: auto;   /* アスペクト比を維持 */
    }

    .logo.large {
      display: block; /* デフォルトで表示 */
    }

    .logo.small {
      display: none;  /* デフォルトで非表示 */
    }

    @media (max-width: 768px) { /* 例：画面幅が768px以下の場合 */
      .logo.large {
        display: none;
      }
      .logo.small {
        display: block;
      }
    }

a {  color: #000;
       text-decoration: none; /* 下線を消す場合 */
       transition: color 0.3s;
}

a:hover {color: #535353;}
a:active {color: #535353;}

h1 {font-weight: 800;
    font-size: 110%;
    color: #000;
    letter-spacing: 0.5em;
    text-align:;
    text-align: center;}

h2 {
    font-weight: 600;
    font-size: 100%;
    letter-spacing: 0.33em;
    text-align: center;}

main { 
      text-align: center;
      padding-top: 100px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
      letter-spacing: 0.2em;}

.legal {
      width: 700px;
      margin: auto;
}

footer {font-family: ;
        font-weight: normal;
        text-align: center;
        font-size: 80%;
        line-height: 2;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 5px;
        padding-left: 0px;
        letter-spacing: 0.2em;}

.foot-wrap .menu-left, .menu-right {
    display: inline-block;
    width: 20%;
    margin: 30px auto;
}

.menu-right {
    font-size: ;
}

.foot-wrap ul {
    list-style: none;
    padding: 0;
    line-height:40px;
}

.foot-wrap {
    background-color: #c0772e;
    color: #000;
    text-align: center;
}

.foot-wrap h3 {
    border-bottom: 1px solid #000;
    padding: 10px;
    font-size: 18px;
    font-weight: normal;
}

.foot-wrap a {
    text-decoration: none;
    color: #000;
}
.foot-wrap a:hover {
    color: #535353;
}

.foot-wrap a:active {
    color: #535353;
}

.foot-wrap .cmark {
    display: block;
    padding: 10px;
    border-top: 1px solid #000;
    width: 20%;
    margin: 0 auto;
    color: #000;
}

.foot-wrap img {
    display: block;
}

/*レスポンシブ*/
@media screen and (max-width: 960px) {
    .foot-wrap .menu-left, .menu-right {
        display: flex;
        flex-direction: column;
        width: 50%;
    }
    .foot-wrap .cpr {
        display: inline;
    }
    .foot-wrap .cmark {
        text-align: center;
        width: 50%;
    }
    .legal {
        display:;
        text-align: center;
        width: 60%;
        margin: auto;
    }
}