@charset 'utf-8';

/* ------------------------------------------------
 * タイトル
 */
#titleBox,
#subTitleBox {
  text-align: center;
  padding: 5px 0;
  border: 1px solid #DFCFBB;
  line-height: 1.15;
}
#titleBox h1,
#subTitleBox h2 {
  margin: 0;
}
#titleBox {
  background: #F9E6C6;
  background: #fff2cc;
  /*border-bottom-color: #FFF;*/
}
#titleBox:not(:last-child) {
  border-bottom-color: #FFF;
}
#titleBox h1 {
  font-size: 125%;
}
#subTitleBox {
  background: #FBF8E6;
  background: #fffbef;
  border-top: none;
}
#subTitleBox h2 {
  font-size: 80%;
  font-weight: normal;
}

/* ------------------------------------------------
 * contents 
 */
#contents,
#contents2 {
  line-height: 1.6;
}
#contents > section:last-child {
  margin-bottom: 0px;
}

/* ------------------------------------------------
 * ファーストビュー
 */
#catch,
#topimage,
#lead,
#contents > .tokago,
#contents > .catch,
#contents > .lead {
  text-align: center;
}
#catch {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: .6em;
}
@media screen and (max-width: 979px) {
  #catch {
    font-size: 20px;
  }
}
#contents > .tokago {
  margin-bottom: 1em;
}
#lead {
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 20px;
}

/* ------------------------------------------------
 * 新着情報 
 */
#news {
  font-size: 90%;
  border-bottom: 1px solid #DFCFBB;
  padding-bottom: .5em;
  margin: 0 0 1.5em;
}
#news h3 {
  text-align: right;
  color: #695F54;
  letter-spacing: .1em;
  font-size: 100%;
  float: left;
  width: 8em;
}
#news ul {
  margin: 0 0 0 9em;
  padding: 0;
  list-style-type: none;
}
#news li {
  font-size: 90%;
}
#news time {
  font-size: 11px;
  color: #AAA;
}
#news img {
  vertical-align: middle;
  margin-right: 5px;
}
#news a {
  text-decoration: none;
}
#news a:link,
#news a:visited {
  color: #695F54;
}
#news a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 979px) {
  #news {
    padding:0;
  }
  #news h3 {
    text-align: left;
    float: none;
    width: inherit;
  }
  #news ul {
    margin:0;
    border-top: 1px solid #DFCFBB;
  }
  #news ul li {
    font-size: 90%;
    padding: 5px 0;
    margin: 0;
    border-bottom: 1px dashed #CCC;
  }
  #news ul li:nth-child(n+4) { /* 4つめ以降を非表示にする */
    display: none;
  }
  #news ul li:last-child {
    border-bottom:0;
  }
  #news ul li img,
  #news ul li time {
    display:none;
  }
}

/* ------------------------------------------------
 * 記事3
 */
.kiji3 {
  margin-top: 40px;
  margin-bottom: 80px;
}
.kiji4 {
  margin-top: 30px;
  margin-bottom: 60px;
}
.kiji5 {
  margin-top: 20px;
  margin-bottom: 40px;
}
.kiji6 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.kiji3 > header,
.kiji3 > .header {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  margin-bottom: 10px;
}
.kiji3 > header.non-style,
.kiji3 > header.-nostyle {
  border-top: 0;
  border-bottom: 0;
}
.kiji3 h3 {
  border-left: 20px solid #bf4444;
  padding-left: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 30px;
}
.kiji3 .non-style h3,
.kiji3 .-nostyle h3 {
  border-left: 0;
  padding-left: 0;
}
.kiji3 > .body {
  font-size: 14px;
  line-height: 1.6;
}

/* ------------------------------------------------
 * 記事4
 */
.kiji4 > header,
.kiji4 > .header {
  margin-bottom: 20px;
  background-color: #fff2cc;
}
.kiji4 > header.non-style,
.kiji4 > header.-nostyle {
  background-color: inherit;
}
.kiji4 h4 {
  padding: 10px;
  font-size: 20px;
  line-height: 25px;
}
.kiji4 .non-style h4,
.kiji4 .-nostyle h4 {
  padding: 0;
}

/* ------------------------------------------------
 * 記事5
 */
.kiji5 h5 {
  color: #bf4444;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #AAA;
  font-size: 20px;
}
.kiji5 .non-style h5 {
  border-top: 0;
  border-bottom: 0;
  color: inherit;
}

/* ------------------------------------------------
 * 買い物かごへ 
 */
.tokago {
  font-size: 13px;
  text-align: right;
  margin: 0;
}

/* ------------------------------------------------
 * snsボタン 
 */
.sns {
  text-align: right;
}

