@charset "UTF-8";
/*---------------------------- 共通部分 ----------------------------*/

html, body, header, nav, article, section, aside, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot{
  margin: 0;
  padding: 0;
}

header, nav, article, section, aside, footer{
  display: block;
}

ol, ul{
  list-style: none;
}


a:link{
  color: #583822;
}

a:visited{
  color: #583822;
}

a:hover{
  color: #765c47;
}

p{
  margin: 15px 0 15px 0;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
/*---------- ページ全体の指定 ----------*/

body{
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #333333;
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
}
/*---------- メイン ----------*/




/*---------- ヘッダー ----------*/

#header h1{
  margin: 0 auto 0 auto;
  padding: 2px 0 0 5px;
  font-weight: normal;
  text-align: left;
  font-size: 10px;
  color: #999999;
}


/*---------- ヘッダー内 ----------*/


/*----- 左 logo -----*/




/*---------- PCメニュー ----------*/


/*---------- コンテンツ ----------*/


/*---------- メインコンテンツ ----------*/


#imageList img { width:サムネイルの大きさ; height: サムネイルの大きさ; object-fit: cover;}


/*---------- フッター ----------*/


/*---------- 文字装飾 ----------*/

span.big{
  font-size: 1.12em;
  line-height: 1.9;
}

span.b_big{
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.7;
}

span.b_big_x{
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.7;
}

span.check{
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.7;
  color: #555555;
}
span.gray{
  font-size: 10px;
  color: #999999;
}
span.red{
  color: #e60033;
}

span.red_x{
  color: #e60033;
  font-size: 1.12em;
  line-height: 1.7;
}

span.red_b{
  color: #e60033;
  font-weight: bold;
  line-height: 1.7;
}
span.red_v{
  color: #bd0000;
  font-weight: bold;
  line-height: 1.6;
}
span.red_o{
  color: #bd0000;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 1.6;
}

span.red_big{
  color: #e60033;
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.7;
}

span.red_big_x{
  color: #e60033;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.7;
}

span.brown{
  color: #993300;
}

span.brown_b{
  color: #993300;
  font-weight: bold;
}

span.brown_x{
  color: #993300;
  font-size: 1.12em;
  line-height: 1.7;
}

span.brown_b{
  color: #993300;
  font-weight: bold;
  line-height: 1.7;
}

span.brown_big{
  color: #993300;
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.7;
}

span.brown_big_x{
  color: #993300;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.7;
}

span.blue{
  color: #007bbb;
}

span.blue_a{
	color: blue;
}

span.blue_b{
  color: #007bbb;
  font-weight: bold;
  line-height: 1.7;
}

span.blue_big{
  color: #007bbb;
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.7;
}
/*---------- トップに戻る 共通 ----------*/

.menu_back p.back{
  margin: 6px 0 0 0;
  padding: 0 5px 0 0;
  text-align: right;
}

.scroll{
  width: 180px;
  height: 28px;
}