@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : kantou.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
body {
  background: #fff;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.clear {
  width: 100%;
  clear: both;
}

.container {
  width: 1260px;
  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: 100% !important;
}

/* -----------------------------------------------------------
	.topicpath
----------------------------------------------------------- */
.topicpath {
  margin-bottom: 0;
}

/* -----------------------------------------------------------
	.con_imgmain
----------------------------------------------------------- */
.con_imgmain {
  position: relative;
  margin-bottom: 180px;
}
.con_imgmain .box_lnk {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -115px;
  width: 100%;
}
.con_imgmain .box_lnk ul {
  width: 100%;
}
.con_imgmain .box_lnk ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}

/* -----------------------------------------------------------
	.con_ogo
----------------------------------------------------------- */
.con_ogo {
  margin-bottom: 110px;
}
.con_ogo h3 {
  text-align: center;
  margin-bottom: 60px;
}
.con_ogo .box_content .box_room_type {
  margin-bottom: 80px;
}
.con_ogo .box_content .box_room_type .wrp_special_room {
  margin-bottom: 20px;
}
.con_ogo .box_content .box_room_type .box_rooms {
  text-align: center;
  padding: 35px 0;
  background: #fffeff;
  background: -moz-linear-gradient(top, #fffeff 0%, #fffeff 20%, #dfcbb6 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fffeff), color-stop(20%, #fffeff), color-stop(100%, #dfcbb6));
  background: -webkit-linear-gradient(top, #fffeff 0%, #fffeff 20%, #dfcbb6 100%);
  background: -o-linear-gradient(top, #fffeff 0%, #fffeff 20%, #dfcbb6 100%);
  background: -ms-linear-gradient(top, #fffeff 0%, #fffeff 20%, #dfcbb6 100%);
  background: linear-gradient(to bottom, #fffeff 0%, #fffeff 20%, #dfcbb6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffeff', endColorstr='#dfcbb6', GradientType=0 );
}
.con_ogo .box_content .box_room_type .box_rooms ul {
  overflow: hidden;
  display: inline-block;
}
.con_ogo .box_content .box_room_type .box_rooms ul li {
  float: left;
  padding: 0 20px;
  border-right: 1px solid #8f2356;
}
.con_ogo .box_content .box_room_type .box_rooms ul li.last {
  border-right: 0;
}
.con_ogo .box_content .box_memorial {
  border: 5px solid #a78339;
  text-align: center;
  padding: 60px 0;
}
.con_ogo .box_content .box_memorial h4 {
  margin-bottom: 65px;
}
.con_ogo .box_content .box_memorial .wrp_txt {
  margin-bottom: 50px;
}

/* -----------------------------------------------------------
	.con_mgka
----------------------------------------------------------- */
.con_mgka {
  background: #f6ecdf url("../images/bg_mgka.jpg") repeat center center;
  padding: 115px 0;
  text-align: center;
}

/* -----------------------------------------------------------
	.con_birthday
----------------------------------------------------------- */
.con_birthday {
  background: #d7eef6 url("../images/bg_birthday.jpg") no-repeat center top;
  text-align: center;
  padding: 45px 0;
  margin-bottom: 120px;
}
.con_birthday h3 {
  margin-bottom: 45px;
}
.con_birthday .box_content {
  background: #fff;
  padding: 30px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.con_birthday .box_content .wrp_sst {
  margin-bottom: 40px;
}
.con_birthday .box_content ul {
  overflow: hidden;
}
.con_birthday .box_content ul li {
  float: left;
}
.con_birthday .box_note {
  text-align: left;
  font-size: 16px;
  color: #000;
  margin-top: 45px;
  padding: 0 30px;
}
.con_birthday .box_note span {
  text-decoration: underline;
}

/* -----------------------------------------------------------
	.con_instagram
----------------------------------------------------------- */
.con_instagram {
  margin-bottom: 150px;
}
.con_instagram .box_instagram {
  background: #fff9e6;
  border: 10px solid #d1667b;
  position: relative;
  padding-bottom: 20px;
}
.con_instagram .box_instagram .wrp_btn {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}

/* -----------------------------------------------------------
	.con_village
----------------------------------------------------------- */
.con_village {
  position: relative;
}
.con_village h2 {
  text-align: center;
  color: #a68963;
  font-size: 53px;
  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: #a68963;
  font-size: 30px;
  float: left;
  line-height: 1;
}
.con_village ul li .title .place {
  font-size: 20px;
  font-weight: bold;
  float: right;
  color: #000;
}
.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 a {
  display: inline-block;
  padding: 12px 30px;
}
.con_village ul li .box_btn .btn_link_s a span {
  background: url("../../../images/common/btn_ar_gr1.png") no-repeat left center;
}
.con_village ul li .box_btn .btn_link_s:hover {
  background: #a4d2ff;
}
