@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : touhoku.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
body {
  background: #fff;
}
.f_left {
  float: left;
}

.f_right {
  float: right;
}

.clear {
  width: 100%;
  clear: both;
}
.container {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  *zoom: 1;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

.box_inner {
  padding: 0 35px;
}
#contents .wrp_main {
  max-width: none;
  overflow: inherit;
}

/* -----------------------------------------------------------
	.topicpath
----------------------------------------------------------- */
.topicpath {
  margin-bottom: 0;
}

/* -----------------------------------------------------------
	.con_imgmain
----------------------------------------------------------- */
.con_imgmain {
  background: #efb6cb;
  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: 650px;
}
/* -----------------------------------------------------------
  .con_lnk
----------------------------------------------------------- */
.con_lnk {
  text-align: center;
  position: absolute;
  left: 0;
  top: -8em;
  width: 100%;
  z-index: 99;
}
.con_lnk ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.con_lnk ul li {
  width: 22%;
  vertical-align: middle;
  margin: 0 15px;
}
/* -----------------------------------------------------------
  .con_tohoku
----------------------------------------------------------- */
.con_tohoku{
  text-align: center;
  padding-top: 19.5em;
  background: url(../images/bg_tohoku.jpg) no-repeat top left;
}
.con_tohoku .wrp_tohoku {
  position: relative;
}
.con_tohoku .wrp_tohoku .ttl{
  position: absolute;
  top: -4em;
}
.con_tohoku .wrp_tohoku .box_content .box_col2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.3em;
}
.con_tohoku .wrp_tohoku .box_content .box_col2 .img {
  width: 50%;
}
.con_tohoku .wrp_tohoku .box_content .box_btn{
  padding-bottom: 55px;
}
/* -----------------------------------------------------------
  .con_infor
----------------------------------------------------------- */
.con_infor {
  background: url(../images/bg_infor.png) repeat top left;
  padding: 8em 0 4em;
}
.con_infor .wrp_infor{
  position: relative;
}
.con_infor .ttl {
  position: absolute;
  top: -3em;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
/* -----------------------------------------------------------
	.con_anniver
----------------------------------------------------------- */
.con_anniver {
  padding: 3em 0 4em;
}

/* -----------------------------------------------------------
	.con_birthday
----------------------------------------------------------- */
.con_birthday {
  margin-bottom: 75px;
  margin-top: -70px;
  padding-top: 70px;
}

/* -----------------------------------------------------------
	.con_village
----------------------------------------------------------- */
.con_village {
  position: relative;
  margin-top: -70px;
  padding-top: 70px;
  padding-bottom: 5em;
}
.con_village h2 {
  text-align: center;
  color: #cc3366;
  font-size: 42px;
  font-weight: normal;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  padding-bottom: 30px;
}
.con_village ul {
  overflow: hidden;
  margin: 0 1.3%;
}
.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: 24px 0 10px;
  border-bottom: 1px dotted #666666;
  overflow: hidden;
}
.con_village ul li .title h3 {
  color: #bf1e56;
  font-size: 29.65px;
  font-weight: normal;
  float: left;
  line-height: 1;
}
.con_village ul li .title .place {
  font-size: 20px;
  float: right;
  color: #454344;
}
.con_village ul li .txt {
  font-size: 14px;
  padding: 15px 0;
  line-height: 1.8;
  margin-bottom: 20px;
}
.con_village .box_btn {
  margin-top: 25px;
}
.con_village .box_btn .btn_link_s a {
  padding: 12px 30px;
}

/* -----------------------------------------------------------
  共通
----------------------------------------------------------- */
.box_btn {
  text-align: center;
  margin-top: 50px;
}
.box_btn .btn_link {
  display: inline-block;
  width: 100%;
  max-width: 300px;
}
.box_btn .btn_link a {
  background: #fff;
}
.box_btn .btn_link a:hover, .con_recoplan .wrp_recoplan .box_content .box_btn .btn_link a:focus {
  background: #fee6e7;
}
.box_btn .btn_link a span, .btn_link_s a span{
  background: url("../../../images/common/btn_ar_gr5.png") no-repeat left center;
}
.box_btn .btn_link:hover {
  background: #fee6e7;
}