@charset "utf-8";
body{
    background-color: #e6dac3;
    font-family: 'Open Sans','Noto Sans JP',sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #310304;
}
/* 共通ヘッダー部分 */
header{
    width: 1240px;
    margin: 0 auto 44px;
    background: url(../images/top_bg.svg) no-repeat center top/contain;
}
h1{
    text-align: center;
    padding: 20px 0px 16px;
}
header h1 img{
    width: 300px;
    margin-top: 50px;
}
header nav ul{
    display: flex;
    justify-content: center;
    border-bottom: 4px dotted #a29a8a;
    padding: 12px 0px 10px;
}
header nav ul li{
    margin: 0 20px;
}
header nav ul li a{
    font-size: 18px;
    font-weight: bold;
    color: #310304;
}
header nav ul li a:hover{
    text-decoration: underline solid;
}

/* 共通フッター部分 */
footer{
    height: 200px;
    margin: 0 auto 44px;
    background-color: #a29a8a;
}
footer div p{
    text-align: center;
    margin: 50px 50px 0;
}
footer .inner{
    display: flex;
    justify-content: center;
    margin: 15px auto;
}
footer img{
    width: 300px;
    margin: 50px 50px 0;
}
/* サブページ　共通 */
.subPage{
    width: 1240px;
    margin: 0 auto;
}
.subPage h2{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    letter-spacing: .17em;
    margin-bottom: 10px;
 }
 .subPage h2 span{
    border-bottom: 2px solid #310304;
 }
/* ホーム index.html*/
.layoutWrap {
    width: 1240px;
    display: flex;
    margin: 0 auto;
    padding-bottom: 120px;
}
.layoutWrap img{
    width: 735px;
}
.layoutWrap >p{
    flex-basis: 735px;
}
.layoutWrap >div{
    flex-basis: 465px;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.5;
    margin: 200px 50px;
}
.layoutWrap >div span{
    border-bottom: 2px solid #310304;
}
.layoutWrap >div p{
    padding-left: 1em;
    text-indent: -1em;
}
/* メニュー menu.html*/
.subPage h3{
    font-size: 50px;
    font-weight: 400;
    letter-spacing: .17em;
    margin-bottom: 10px;
}
.subPage h3:hover{
    text-decoration: underline solid;
}
.linkList{
    padding: 0 20px;
    margin-bottom: 100px;
    text-align: center;
}
.linkList li{
    margin-bottom: 60px;
}
.linkList li a{
    display: block;
    background-color: #e6e5e4;
}
.linkList li a span{
    display: block;
    padding: 12px 15px 10px;
    font-size: 18px;
}
.linkList img{
    max-width: 400px;
}
.linkList li a:hover{
    filter: brightness(130%);
}
.linkList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.linkList li{
    flex-basis: 40%;
    margin: 45px;
    margin-top: 60px;
}
/* お知らせ info.html*/
.msr_box {
    background-color: #1B73BA;
    width: 300px;
    height: 450px;
    margin-top: 60px;
    margin-bottom: 200px;
    border-radius: 16px;
    text-align: center;
}
  .msr_box a{
    background-color: #FFFFFF;
    border: 1px solid #B9B9B9;
    box-sizing: border-box;
    color:#000000;
    display:block;
    padding: 8px;
    transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    border-radius: 16px;
    height: 450px;
  }
  .msr_box img{
    margin: 5px auto;
    
  }
  .msr_box .ttl {
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.6;
  }
  .msr_box p {
    font-size: 16px;
    line-height: 1.6;
  }
  .msr_box a:hover{
    opacity: 0.8;
  }
  .blogList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .readMore{
    color: #1B73BA;
  }
 /* アクセス shop.html*/
 .map iframe{
    width: 750px;
    height: 450px;
    margin-top: 60px;
 }
 main table{
    text-align: center;
    margin: 60px auto;
 }
 table tr td{
    font-size: 20px;
    font-weight: 200;
    padding-bottom: 8px;
 }
 main {
    margin-bottom: 150px;
 }
 /* error.html */
 h2{
    font-size: 50px;
    font-weight: 700;
    text-align: center;
 }
 main{
    margin: 150px;
 }
