@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : hokuriku_kinki_spr.css
 author     : Ability Consultant
 style info : キャンペーン一覧
=================================================================== */
body {
  background: #fff;
}
body #contents .wrp_main {
  overflow: visible;
  max-width: none;
}

.container {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  *zoom: 1;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media only screen and (max-width: 1230px) {
  .container {
    max-width: 95%;
  }
}

.box_btn {
  margin-top: 40px;
}
.box_btn .btn_link {
  margin: 0 auto;
}
.box_btn .btn_link a {
  background: #fff;
}
.box_btn .btn_link a span {
  background: url(../images/btn_ar_gr5.png) left center no-repeat;
}
.box_btn .btn_link:hover {
  background: #ffc9d5;
}

/* -----------------------------------------------------------
	.topicpath
----------------------------------------------------------- */
.topicpath {
  margin-bottom: 0;
}

/* -----------------------------------------------------------
	.con_imgmain
----------------------------------------------------------- */
.con_imgmain {
  position: relative;
  overflow: hidden;
}
.con_imgmain .wrp_img {
  overflow: hidden;
  left: 50%;
  position: relative;
  margin-left: -1000px;
}
.con_imgmain .wrp_img img {
  max-width: none;
  width: 2000px;
  height: 655px;
}

/* -----------------------------------------------------------
	.con_lnk
----------------------------------------------------------- */
.con_lnk {
  text-align: center;
  position: absolute;
  left: 0;
  top: -13em;
  width: 100%;
  z-index: 99;
}
.con_lnk .container {
  max-width: 1150px;
}
.con_lnk ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto;
}
.con_lnk ul li {
  width: 22%;
  vertical-align: middle;
  margin: 0 15px;
}

/* -----------------------------------------------------------
	.con_stamps
----------------------------------------------------------- */
.con_stamps {
  background: #f5dfb6;
  padding-top: 110px;
}
.con_stamps .container {
  max-width: 1262px;
}

/* -----------------------------------------------------------
	.con_gourmet
----------------------------------------------------------- */
.con_gourmet {
  background: #f5dfb6;
  padding-top: 115px;
}
.con_gourmet .ttl {
  margin-bottom: 40px;
}
.con_gourmet .lst_gourmet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.con_gourmet .lst_gourmet .img {
  width: 23.7%;
  margin-bottom: 2%;
}

/* -----------------------------------------------------------
	.con_inst
----------------------------------------------------------- */
.con_inst {
  background: #f5dfb6;
  padding: 127px 0 190px;
}

/* -----------------------------------------------------------
	.con_village
----------------------------------------------------------- */
.con_village {
  position: relative;
  padding-top: 5em;
}
.con_village h2 {
  text-align: center;
  color: #bf1e2e;
  font-size: 42px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  margin-bottom: 50px;
}
.con_village ul {
  overflow: hidden;
}
.con_village ul li {
  float: left;
  width: 23.42%;
  margin-right: 2.04%;
  margin-bottom: 60px;
}
.con_village ul li:nth-child(4n+4) {
  margin-right: 0;
}
.con_village ul li::nth-child(4n+1) {
  clear: left;
}
.con_village ul li .title {
  padding: 20px 0 10px;
  border-bottom: 1px dotted #666666;
  overflow: hidden;
}
.con_village ul li .title h3 {
  color: #bf1e2e;
  font-size: 22px;
  float: left;
  line-height: 1;
}
.con_village ul li .title .place {
  font-size: 15px;
  float: right;
  color: #272727;
  font-weight: bold;
}
.con_village ul li .txt {
  font-size: 14px;
  padding: 15px 0;
  line-height: 1.8;
  margin-bottom: 20px;
}
.con_village ul li .box_btn {
  text-align: center;
}
.con_village ul li .box_btn .btn_link_s {
  text-align: center;
}
.con_village ul li .box_btn .btn_link_s:hover {
  background: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.con_village ul li .box_btn .btn_link_s a {
  display: inline-block;
  padding: 12px 30px;
}
.con_village ul li .box_btn .btn_link_s a span {
  background: url("../images/ic_btn_red.png") no-repeat left center;
}
