@charset "utf-8";

/* CSS Document */

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  background-color: #ede0ce;
  padding: 0px 0px 50px 0px;
}

* html body {
  background: url(null) fixed;
}


/* ★スクロールバー */

::-webkit-scrollbar {
  width: 12px;
}


/* Track */

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-track-piece {
  background: #676767;
}


/* Handle */

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #ede0ce;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 1);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(240, 229, 209, 1);
}


/* ★Slider */

div#headerArea {
  /*   position: fixed !important;   */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  /*  overflow:hidden;  */
}

.main {
  padding: 5px 0px 5px 0px;
  background-color: #563e24;
}

* {
  margin: 0;
  padding: 0;
}

.slider {
  width: 100%;
  margin: 0 auto 0px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.mypattern {
  width: 100%;
}

.mypattern .slick-slide {
  margin: 5px;
}


/* ★コンテンツの定義 */

* html div#contentsArea {
  height: 100%;
  overflow: auto;
}


/* title */

.box {
  width: auto;
  margin: 0 auto;
  padding: 0px 5px 0px 5px;
}

.heading {
  margin: 10px 20px 0px 20px;
}

.box2 .heading {
  position: relative;
  height: 30px;
  padding: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #fff;
  line-height: 30px;
  background: #fff;
}

.linkbox {
  position: relative;
}

.linkbox a {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}

.box2 .heading .title {
  z-index: 100;
  position: absolute;
  left: -5px;
  top: -1px;
  padding-left: 8px;
  padding-right: 0px;
  background: #705f4b;
  color: #fff;
  font-family: sans-serif;
  font-size: 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #705f4b;
}

.square {
  z-index: 90;
  position: absolute;
  top: -1px;
  left: 10px;
  width: 32px;
  height: 32px;
  background: #705f4b;
}

.box2 .heading .square:after {
  z-index: 100;
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 99.9%;
  top: 0px;
  border-style: solid;
  border-width: 32px 0 0 20px;
  border-color: transparent transparent transparent #705f4b;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #705f4b;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.box2 .heading .caption {
  z-index: 100;
  position: absolute;
  left: 60px;
  top: 0;
  padding-left: 0px;
  padding-right: 0px;
  background: transparent;
  color: #705f4b;
  font-family: sans-serif;
  font-size: 12px;
  display: inline-block;
  _display: inline;
}

.box2 .heading .news {
  z-index: 100;
  position: absolute;
  top: 0px;
  right: 30px;
  display: table-cell;
  vertical-align: middle;
}

.box2 .heading .news img {
  z-index: 100;
  position: absolute;
  height: 30px;
  width: auto;
  top: 0px;
  right: -35px;
  padding: 0px 5px 0px 5px;
  display: table-cell;
  vertical-align: middle;
}


/* ★重要、詳細などのラベル */

.label-1 {
  background: #bc2838;
  color: #fff;
  font-family: sans-serif;
  font-size: 13px;
  padding: 0px 10px 0px 10px;
  border-radius: 5px;
  display: table-cell;
  vertical-align: middle;
}

.label-2 {
  background: #47B900;
  color: #fff;
  font-family: sans-serif;
  font-size: 13px;
  padding: 0px 10px 0px 10px;
  border-radius: 5px;
  display: table-cell;
  vertical-align: middle;
}


/* ★開いた後の内容 */

.news-0 ul {
  display: none;
  margin: 0px 20px 0px 16px;
}

.news-more {
  z-index: 5;
  position: relative;
  width: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  right: 0px;
  top: -10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #fff;
  background: #fff;
  text-align: center;
}

.news-more2 {
  display: table-cell;
  vertical-align: top;
  padding: 30px 10px 0px 10px;
}

.news-more2 p {
  margin: 0px 20px 1em 20px;
  font-size: 12px;
  font-family: sans-serif;
  line-height: 130%;
  text-align: left;
}

.news-more2 .pict img {
  width: 80%;
  margin: 10px 10px 10px 10px;
  height: auto;
  max-width: 500px;
  max-height: auto;
  min-width: 240px;
  min-height: auto;
}

.news-more2 img {
  max-width:100%;
  max-height:100%;
  object-fit: contain;
}

.news-more2 .button img {
  width: 40%;
  margin: 5px 10px 10px 10px;
  height: auto;
  max-width: 200px;
  max-height: auto;
  min-width: 50px;
  min-height: auto;
}

.new-icon {
  position: relative;
  left: -22px;
  top: -15px;
  z-index: 999;
}

.reflashBtn {
  position: fixed;
  right: 2%;
  bottom: 2%;
  z-index: 1000;
}