body{
 font-family: 'ヒラギノ角ゴ ProN W3', YuGothic, sans-serif;
 width: 100%;
 min-width: 1000px;
 min-height: 100%;
 background: rgb(255, 255, 255);
}
h1,
h2,
h3{
    color: #B31111;
    font-size: 13px;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}
a{
    color: #B31111;
    text-decoration:none;
}

a:hover{
  color: #B31111;
    text-decoration: underline;
}

p a:hover{
  text-decoration: underline;
}

a,p{
  font-size: 13px;
  line-height: 20px;
}
p{
  margin: 0 0 16px 0;
  color: #000;
}
h3{
 font-size: 15px;
 line-height: 30px;
}

.left{
  float: left;
}
.right{
  float: right;
}

/*All*/
.wrap{
  width: 100%;
  min-width: 1000px
}
.inside{
  width: 1000px;
  margin: 0 auto;
}

/*title_in*/
.title_in{
  width: 100%;
  
}
h1{
  line-height: 30px;
}
/*header*/
header{
  background: #739751;
  padding: 10px 0;
}
.logo{
  margin: 0 0 10px 0;
}
nav ul li a{
  color: #fff;
  display: block;
  width: 235px;
  float: left;
  line-height: 33px;
  text-align: center;
  border-right: 1px dashed #FFFFFF;
  font-size: 13px;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}
nav ul li:last-child a{
  border-right: none;
}
nav ul li p a:hover{
  

}

/*main_visual*/
.main_visual{
  /* background: rgb(254, 225, 194); */
  padding: 10px 0;
  width: 100%;
  margin:0 0 20px 0;
}

/*cont*/
.division{
  margin: 0 0 20px 0;
  overflow:hidden;
}

.division h2{
  position:relative;
  margin: 0 22px 30px 10px;
  padding:14px 15px 0px 20px;
  font: normal 22px/1.3 メイリオ;
  color: #FFFFFF;
  background: #739751;
  box-shadow: 12px 0 0 0 #739751, 0 12px 0 0 #739751, 1px 15px 4px -3px rgba(115, 151, 81, 1);
}
.division h2:before{
  content:" ";
  position:absolute;
  top:100%;
  left:100%;
  width:0;
  height:0;
  border-width:12px 12px 0 0;
  border-style:solid;
  border-color:transparent;
  border-top-color: #B31011;
}

.division h2:after{
  content:" ";
  position:absolute;
  padding:0 20px;
  bottom:0;
  left:10px;
  width:120px;
  height:20px;
  /* background:rgba(255,182,182,0.4); */
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

.spot{
  border-radius: 3px;
  padding: 15px;
  border: 1px solid #E5E5DC;
  background: #fff;
  border-top: 10px solid #C9C5AC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.spot h3{
  border-bottom: 2px dashed;
  line-height: 27px;
  margin: 0 0 10px 0;
  text-align: center;
}

a.read_more{
  width: 100px;
  border: 1px solid #ccc;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  color: #B31111;
  float: right;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}

a.read_more:hover{
  background: #B31111;
  color: #fff;
}

.three_column .spot{
  width: 32%;
  margin: 0 2% 0 0;
}
.three_column .spot:last-child{
  margin: 0;
}

.division.two_column .spot{
  width: 49%;
}

.division.one_column .spot{
  width: 100%;
  margin: 0 0 20px 0;
}

.division.pr_link li{
  font-size: 13px;
  line-height: 30px;
  border-bottom: 2px dashed #ccc;
}
.division.pr_link li a:hover{
  text-decoration: underline;
}

.division.pr_link li:last-child{
  border-bottom: none;
}


/*footer*/
footer{
   background: #739751;
}

footer p{
  text-align: center;
  line-height: 50px;
  margin: 0;
}

footer a:hover {
  text-decoration: underline;
}

/*SubImg*/
.sub_visual{
 /* background: #F8E7B0; */
  padding: 10px 0;
  width: 100%;
  margin:0 0 20px 0;
}


