@charset "utf-8";

/*------------------------------------------------------------
  トープページ
------------------------------------------------------------*/

.mainImg {
  margin-bottom: 15px;
  position: relative;
}

.mainImg img {
  width: 100%;
}

.mainImg span {
  margin-top: -55px;
  padding: 5px 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  height: 94px;
  text-align: center;
  background: url(../img/index/bg.png) repeat left top;
  background-size: 40px 40px;
}

.mainImg span img {
  width: 220px;
}

#main {
  margin-bottom: 20px;
}

#main p {
  margin-bottom: 29px;
  text-align: justify;
  line-height: 1.5;
}

#main p .col {
  color: #91004f;
}

#main .tel {
  margin: 0 24px 28px 16px;
  text-align: center;
}

#main .tel img {
  width: 100%;
}

#main .pho {
  margin-bottom: 16px;
}

#main .pho img {
  width: 100%;
}

#main .h2Ttl01 {
  margin-bottom: 11px;
}

#main .tabBox {
  margin-bottom: 8px;
}

#main .tabBox table {
  width: 100%;
  border-collapse: collapse;
}

#main .tabBox table th,
#main .tabBox table td {
  padding: 3px;
  text-align: center;
  border: 1px solid #42200A;
}

#main .tabBox table th {
  color: #fff;
  background-color: #754B23;
}

#main .tabBox table td {
  color: #603813;
}

#main .tabBox table .wid {
  width: 21.5%;
}

#main .sec01 {
  margin: 0 5px 22px;
}

#main .sec01 p {
  margin-bottom: 8px;
}

#main .h2Ttl02 {
  margin-top: 22px;
  margin-bottom: 14px;
}

#main .textBox img {
  width: 100%;
}

#main .map {
  margin-bottom: 12px;
}

#main .map img,
#main .map iframe {
  width: 100%;
  height: auto;
}

#main .text {
  margin-bottom: 18px;
  line-height: 1.8;
}

#main .text .col {
  color: #2b4390;
}

#main .text .special {
  margin-left: 50px
}

#main .section h3 {
  padding: 6px 10px 4px;
  background-color: #578044;
}

#main .section .inner {
  padding: 10px;
  border: 1px dashed #8C6239;
  border-top: none;
  /* height: 400px; */
  /* overflow-y: scroll; */
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  /* background-color: #F8F4E8; */
}

#main .section .inner .ttl {
  margin-bottom: 0;
  padding-left: -1em;
  color: #466f35;
  background: url(../img/common/icon.png) no-repeat left 3px;
  background-size: 13px 13px;
  text-indent: 1em;
}

#main .section .inner p {
  margin-bottom: 15px;
}

#main .section .inner .txt {
  margin-bottom: 18px;
  text-align: right;
}

#main .banner {
  margin-top: 10px;
  text-align:  center;
}

#main .banner a:nth-of-type(1) img{
   width: 39%;
}

#main .banner a:nth-of-type(2) img{
   width: 25%;
}

#main .banner a:nth-of-type(3) img{
   width: 31%;
}

@media screen and (max-width: 320px) {
  #main .banner img {
    height: 45px;
  }
}



.information-list-item {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid #eee;
}

.information-list-item:last-of-type {
  border-bottom: 1px solid #eee;
}

.information-list-item-date {
  width: 70px;
  padding-top: 2px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.information-list-item-category {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 20px;
  color:  #466F35;
  line-height: 1;
  text-align: center;
  background-color: #eee;
  font-size: 12px;
  margin-left: 20px;
}

.information-list-item-title {
  width: 100%;
  padding-top: 15px;
  /* padding-left: 30px;
  padding-right: 20px; */
}
.information-list-item a {
  color:#466F35;
  text-decoration: none;
}

.newMark {
  color: #f6931e;
  font-weight: bold;
  margin-left: 15px;
  padding-top: 3px;
}

.news-link {
  text-align: right;
}
.news-link > a {
  color: #466F35;
  display: inline-block;
  text-decoration: none;
  /* border: 2px solid #466F35; */
  padding:10px 15px;
  /* border-radius: 30px; */
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
}
.news-link > a::before {
  content: "";
  display: inline-block;
  border-width: 7px 10px;
  border-style: solid;
  border-color:transparent transparent  transparent #466F35;
}
.news-link > a:hover {
  background-color: rgba(70, 111, 53, 0.25);
}
