@charset "utf-8";
/* -----------------------------------------------------------
	.con_gbase
----------------------------------------------------------- */
.con_fbase {
	width: 100%;
	border-top: 2px solid #fff;
}
.con_fbase .box_fbase {
	width: 760px;
	padding: 65px 0 50px;
	margin: 0 auto;
}
.con_fbase .box_fbase .con_intro {
	width: 100%;
}
.con_fbase .box_fbase .con_intro:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.con_fbase .box_fbase .con_intro .box_intro h2 img {
	width: 280px;
	display: block;
}
.con_fbase .box_fbase .con_intro .box_intro .txt {
	width: 380px;
	padding-top: 50px;
	text-align: justify;
	color: #e3728b;
	font-size: 1.6rem;
	line-height: 1.8;
	float: left;
}
.con_fbase .box_fbase .con_intro .box_intro ul {
	padding-top: 50px;
	width: 350px;
	float: right;
}
.con_fbase .box_fbase .con_intro .box_intro ul li {
	line-height: 1.8;
	font-size: 1.6rem;
}
.con_fbase .box_fbase .con_intro .box_intro ul li:before {
	content: "●";
	color: #e3728b;
}
.con_fbase .box_fbase .con_intro .box_intro .img {
	padding-top: 80px;
}
.con_fbase .box_fbase .con_intro .box_intro .img img {
	display: block;
	width: 500px;
	max-width: none;
	margin-left: -60px;
}
.con_fbase .box_fbase .con_img {
	padding-top: 40px;
}
.con_fbase .box_fbase .con_img .box_img {
	padding-top: 20px;
}
.con_fbase .box_fbase .con_img .box_img .type {
	width: 68px;
}
.con_fbase .box_fbase .con_img .box_img .type img {
	display: block;
}
.con_fbase .box_fbase .con_img .box_img .img {
	padding-top: 10px;
}
.con_fbase .box_fbase .con_img .box_img .img img {
	display: block;
}
.con_fbase .box_fbase .con_plan:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.con_fbase .box_fbase .con_plan .box_plan {
	padding-top: 30px;
	width: 380px;
	float: left;
}
.con_fbase .box_fbase .con_plan .box_plan .txt {
	height: 32px;
	padding-left: 60px;
}
.con_fbase .box_fbase .con_plan .box_plan .txt span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.con_fbase .box_fbase .con_plan .box_plan .txt span.type {
	margin-left: 20px;
	width: 68px;
	z-index: 1;
}
.con_fbase .box_fbase .con_plan .box_plan .txt span.type img {
	display: block;
}
.con_fbase .box_fbase .con_plan .box_plan .txt span.manshitsu {
	z-index: 1;
	margin-left: 6px;
	color: #fff;
	background: #e3728b;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 6px 20px;
}
.con_fbase .box_fbase .con_plan .box_plan .img img {
	display: block;
	width: 400px;
	max-width: none;
}
.con_fbase .box_fbase .note {
	padding-top: 10px;
	font-size: 1.2rem;
	text-align: right;
}
.con_fbase .box_fbase .con_summary {
	padding-top: 40px;
}
.con_fbase .box_fbase .con_summary .box_summary {
	padding-top: 4px;
	overflow: hidden;
	width: 100%;
}
.con_fbase .box_fbase .con_summary .box_summary .wrap_summary.half {
	width: 50%;
	float: left;
}
.con_fbase .box_fbase .con_summary .box_summary .wrap_summary dl {
	width: 100%;
	display: table;
	table-layout: fixed;
	font-size: 1.3rem;
	background: #eeeeef;
	border-bottom: 1px solid #fff;
}
.con_fbase .box_fbase .con_summary .box_summary .wrap_summary dl dt, .con_fbase .box_fbase .con_summary .box_summary .wrap_summary dl dd {
	display: table-cell;
	vertical-align: middle;
	padding: 8px;
}
.con_fbase .box_fbase .con_summary .box_summary .wrap_summary dl dt {
	width: 7em;
	background: #c8c9ca;
	text-align: center;
	letter-spacing: 0.2ex;
}
.con_fbase .box_fbase .con_summary .box_summary .wrap_summary dl dd {
	padding-left: 1.5em;
}
.con_fbase .box_fbase .con_summary .box_summary .wrap_summary dl dd sup {
	font-size: 50%;
	vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .con_fbase .box_fbase {
	width: 100%;
	padding: 30px 0 40px;
  }
  .con_fbase .box_fbase .con_intro .box_intro {
	width: 100%;
	float: none;
  }
  .con_fbase .box_fbase .con_intro .box_intro h2 img {
	width: 160px;
	margin: 0 auto;
  }
  .con_fbase .box_fbase .con_intro .box_intro .txt {
	width: 100%;
	padding: 15px 20px 0;
	font-size: 1.3rem;
  }
  .con_fbase .box_fbase .con_intro .box_intro ul {
	width: 100%;
	padding: 15px 20px 0;
  }
  .con_fbase .box_fbase .con_intro .box_intro ul li {
	font-size: 1.3rem;
	padding-left: 1em;
	text-indent: -1em;
  }
  .con_fbase .box_fbase .con_intro .box_intro .img {
	padding-top: 15px;
  }
  .con_fbase .box_fbase .con_intro .box_intro .img img {
	width: 100%;
	margin-left: 0;
  }
  .con_fbase .box_fbase .con_img {
	padding: 0 20px;
  }
  .con_fbase .box_fbase .con_plan {
	width: 100%;
	float: none;
	overflow: hidden;
	padding: 30px 20px 0;
  }
  .con_fbase .box_fbase .con_plan .box_plan {
	padding-top: 0;
	width: 100%;
	float: none;
  }
  .con_fbase .box_fbase .con_plan .box_plan .txt {
	height: auto;
	padding-left: 0;
  }
  .con_fbase .box_fbase .con_plan .box_plan .txt span.manshitsu {
	font-size: 1.1rem;
	padding: 2px 10px;
  }
  .con_fbase .box_fbase .con_plan .box_plan .img {
	width: 100%;
	overflow: hidden;
  }
  .con_fbase .box_fbase .con_plan .box_plan .img img {
	width: 100%;
  }
  .con_fbase .box_fbase .map {
	padding: 30px 10px 0;
  }
  .con_fbase .box_fbase .wrap_gbase {
	padding-top: 30px;
  }
  .con_fbase .box_fbase .wrap_gbase .gbase {
	padding-top: 30px;
	overflow: hidden;
  }
  .con_fbase .box_fbase .wrap_gbase .gbase h3 {
	padding: 0 20px;
  }
  .con_fbase .box_fbase .wrap_gbase .gbase h3 span {
	display: block;
  }
  .con_fbase .box_fbase .wrap_gbase .gbase h3 span.type img {
	width: 100px;
  }
  .con_fbase .box_fbase .wrap_gbase .gbase h3 span.st {
	padding-top: 8px;
	font-size: 1.6rem;
  }
  .con_fbase .box_fbase .wrap_gbase .gbase ul {
	padding: 15px 20px 0;
  }
  .con_fbase .box_fbase .wrap_gbase .gbase ul li {
	font-size: 1.3rem;
	padding-left: 1em;
	text-indent: -1em;
  }
  .con_fbase .box_fbase .wrap_gbase .gbase ul li span {
	font-size: 1.1rem;
  }
  .con_fbase .box_fbase .wrap_gbase .gbase .img {
	padding-top: 15px;
	width: 120%;
	margin-left: -10%;
  }
  .con_fbase .box_fbase .note {
	padding: 10px 20px 0;
	font-size: 1.0rem;
	text-align: left;
  }
  .con_fbase .box_fbase .con_summary {
	padding: 40px 20px 0;
  }
  .con_fbase .box_fbase .con_summary .box_summary h3 {
	font-size: 1.3rem;
  }
  .con_fbase .box_fbase .con_summary .box_summary .wrap_summary.half {
	width: 100%;
	float: none;
  }
  .con_fbase .box_fbase .con_summary .box_summary .wrap_summary dl {
	font-size: 1.2rem;
  }
  .con_fbase .box_fbase .con_summary .box_summary .wrap_summary dl dt, .con_fbase .box_fbase .con_summary .box_summary .wrap_summary dl dd {
	padding: 6px;
  }
  .con_fbase .box_fbase .con_summary .box_summary .wrap_summary dl dt {
	width: 6em;
	letter-spacing: 0.2ex;
  }
  .con_fbase .box_fbase .con_summary .box_summary .wrap_summary dl dd {
	text-align: justify;
	padding: 6px 1em;
  }
}
