@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

/* ------------------------------
 Base
------------------------------ */

html {
	-webkit-text-size-adjust: 100%;
}
* {
	border: none;
	margin: 0px;
	padding: 0px;
	font-weight: inherit;
	font-size: inherit;
}
section, article, aside, dialog, figure, footer, header, hgroup, nav, li {
	display: block;
}
body {
	height: 100%;
	margin: 0;
	font-size: 14px;
	font-family: 'Roboto', "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: center;
	color: #000;
	background: #fff;
}
a {
	color: #000;
	outline: none;
	text-decoration: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.noef a {
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
a:hover {
	cursor: pointer;
}
li {
	list-style-type: none;
}
img {
	max-width: 100%;
	vertical-align: middle;
}

::selection {
	background: #FFFFA6; /* Safari */
}
::-moz-selection {
	background: #FFFFA6; /* Firefox */
}

/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* ---------- Common-Setting ---------- */

.serif {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.b { font-weight: bold; }
.fl { float: left; display: inline; }
.fr { float: right; display: inline; }
.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }
.s { font-size: 85%; }
.clear { clear: both;}



/* ------------------------------
 Base END
------------------------------ */

#container {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	clear: both;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.pcnone {
	display: none;
}
.pctabnone {
	display: none;
}


/* ------------------------------
 Header
------------------------------ */

#header {
	width: 100%;
	height: 90px;
	padding: 20px 0;
	overflow: hidden;
	border-bottom: 1px solid #bbb;
}
#header h1 {
	width: 126px;
	height: 90px;
	margin: 0 auto;
}
#header h1 a {
	width: 100%;
	display: block;
}
#btnMenuOpen {
	display: none;
}


/* ------------------------------
 Follow
------------------------------ */

#naviarea {
	width: 100%;
	position: fixed;
	left: 0;
	left: 0;
	top: 0;
	z-index: 10000;
}



nav#follow {
	width: 75px;
	position: absolute;
	right: 20px;
	top: 80px;
}
nav#follow > ul > li {
	width: 75px;
	height: 75px;
	margin-bottom: 6px;
}
nav#follow > ul > li.menu,
nav#follow > ul > li a {
	width: 75px;
	height: 75px;
	line-height: 75px;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	overflow: hidden;
}
nav#follow > ul > li.menu {
	background-color: #000;
	color: #fff;
	cursor: pointer;
}
nav#follow > ul > li.menu p.toggle {
	margin: 15px auto 0;
	position: relative;
}
nav#follow > ul > li.menu p.toggle span {
	width: 30px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	background: #fff;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
nav#follow > ul > li.menu p.toggle span:nth-child(1) {
	top: 0;
}
nav#follow > ul > li.menu p.toggle span:nth-child(2) {
	top: 10px;
}
nav#follow > ul > li.menu p.toggle span:nth-child(3) {
	top: 20px;
}
.menuopen nav#follow > ul > li.menu {
	background-color: #fff;
	color: #000;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.menuopen nav#follow > ul > li.menu p.toggle span {
	background: #000;
}
/* #nav-toggle 切り替えアニメーション */
.menuopen nav#follow > ul > li.menu p.toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.menuopen nav#follow > ul > li.menu p.toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.menuopen nav#follow > ul > li.menu p.toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}


nav#follow > ul > li a {
	background-color: #FFFF00;
}
nav#follow > ul > li.menu:hover,
nav#follow > ul > li a:hover {
	-webkit-animation: bounce 2s ease-in-out;
	animation: bounce 2s ease-in-out;
}




nav#follow_new {
	width: 75px;
	position: absolute;
	right: 20px;
	top: 80px;
}
nav#follow_new > ul > li {
	width: 75px;
	height: 75px;
	margin-bottom: 6px;
}
nav#follow_new > ul > li.menu,
nav#follow_new > ul > li a {
	width: 75px;
	height: 75px;
	line-height: 75px;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	overflow: hidden;
}
nav#follow_new > ul > li.menu {
	background-color: #000;
	color: #fff;
	cursor: pointer;
}
nav#follow_new > ul > li.menu p.toggle {
	margin: 15px auto 0;
	position: relative;
}
nav#follow_new > ul > li.menu p.toggle span {
	width: 30px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	background: #fff;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
nav#follow_new > ul > li.menu p.toggle span:nth-child(1) {
	top: 0;
}
nav#follow_new > ul > li.menu p.toggle span:nth-child(2) {
	top: 10px;
}
nav#follow_new > ul > li.menu p.toggle span:nth-child(3) {
	top: 20px;
}
.menuopen nav#follow_new > ul > li.menu {
	background-color: #fff;
	color: #000;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.menuopen nav#follow_new > ul > li.menu p.toggle span {
	background: #000;
}
/* #nav-toggle 切り替えアニメーション */
.menuopen nav#follow_new > ul > li.menu p.toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.menuopen nav#follow_new > ul > li.menu p.toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.menuopen nav#follow_new > ul > li.menu p.toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}


nav#follow_new > ul > li a {
	background-color: #e5f4ff;
}
nav#follow_new > ul > li.menu:hover,
nav#follow_new > ul > li a:hover {
	-webkit-animation: bounce 2s ease-in-out;
	animation: bounce 2s ease-in-out;
}





@-webkit-keyframes bounce {
	5%  { -webkit-transform: scale(1.1, .8); }
	10% { -webkit-transform: scale(.8, 1.1) translateY(-5px); }
	15% { -webkit-transform: scale(1, 1); }
}
@keyframes bounce {
	5%  { transform: scale(1.1, .8); }
	10% { transform: scale(.8, 1.1) translateY(-5px); }
	15% { transform: scale(1, 1); }
}


/* ------------------------------
 Global-Navigation ( Opend-Menu )
------------------------------ */

#spnavi {
	display: none;
}
#navi {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.85);
	padding: 0 0 20px;
	display: none;
}
#navi ul.wrapper {
	float: none;
	height: auto;
	width: 1000px;
}
#navi ul.wrapper li {
	width: auto;
	height: auto;
	float: none;
	margin-left: 0;
	display: block;
	position: static;
}
#navi ul.wrapper li dl {
	border-bottom: rgba(255,255,255,0.2) 1px solid;
	padding: 15px 0;
}
#navi ul.wrapper li dl dt {
	color: #000;
	font-size: 16px;
	padding: 15px 0;
	line-height: 27px;
	text-align: center;
/*	background-color: rgba(255,255,0,0.9);*/
	background-color: #e5f4ff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 20px 20px 20px 10px;
	float: left;
	width: 200px;
}
#navi ul.wrapper li dl dd {
	float: left;
	margin: 0 15px 0 10px;
	line-height: 20px;
}
#navi ul.wrapper li dl dd a {
	padding: 5px 15px 5px 12px;
	width: auto;
	height: auto;
	display: inline;
	line-height: 30px;
	text-align: left;
	color: #fff;
}
#navi ul.wrapper li dl dd a:hover {
	background-color: transparent;
	padding: 5px 5px 5px 22px;
	text-decoration: none;
	text-shadow: 0 0 6px rgba(255,255,255,0.8);
}
#navi .close {
	width: 120px;
	margin: 10px auto 0;
	background-color: #666;
	text-align: center;
	height: 30px;
	border-radius: 4px;
	line-height: 30px;
	color: #FFF;
	cursor: pointer;
}



/* ------------------------------
 Footer
------------------------------ */

#footer {
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

#footer #pagetop {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
}
#footer #pagetop a {
	width: 60px;
	height: 35px;
	display: block;
	background-color: rgba(0,0,0,.8);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: relative;
	color: #fff;
	font-size: 10px;
	text-align: center;
	line-height: 1.1;
	vertical-align: middle;
	padding-top: 25px;
}
#footer #pagetop a::before{
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -8px;
}
#footer #pagetop a:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
}
#footer h1 {
	width: 190px;
	text-align: center;
	margin: 30px auto 10px;
}
#footer h1 a {
	width: 100%;
	display: block;
}
#footer nav {
	text-align: center;
}
#footer nav ul li {
	display: inline;
	padding: 0 15px;
	border-right: 1px solid #ccc;
}
#footer nav ul li:last-child {
	border: none;
}
#footer nav ul li a {
	font-size: 13px;
}
#footer nav ul li a:hover {
	color: #666;
	text-decoration: underline;
}
#footer small {
	width: 100%;
	background-color: #111;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	text-align: center;
	padding: 2px 0;
}
#btmbutton {
	display: none;
}
#footer .map_area{
	background:#EEEEEE;
	height: 270px;
	padding: 25px 0 35px;
	width: 100%;
	margin: 20px 0;
}
#footer .map_area .wrapper ul {
	margin:0 auto;
	margin: 10px 0;
}

#footer .map_area .wrapper ul li{
	display: inline-block;
	margin-right:10px;
}
#footer .map_area .wrapper ul li img{
	width: 250px;
}
#footer .map_area .wrapper p.parktitle{
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	vertical-align: middle;
	margin-bottom:15px;
	height: 28px;
	
}
#footer .map_area .wrapper p.parktitle span{
	padding-right: 8px;
}
#footer .map_area .wrapper p.parktitle span img{
	width: 28px;
	height:auto;
}

#footer .map_area dl dt{
	font-weight: bold;
	font-size:15px;
}
#footer .map_area dl dd{
	margin:3px 0 6px;
	font-size:13px;
}
#footer .map_area table{
	border:1px solid #C4C4C4;
	margin:20px 0 15px;
	border-collapse: collapse;
	width:100%;
	height: auto;
	background: #fff;
	font-size: 13px;
	text-align: left;
}
#footer .map_area table td{
	padding:2px 8px;
}
#footer .map_area table td:nth-child(2){
	padding-top:8px;
}
#footer .map_area table td.last{
	padding-bottom:8px;
}
#footer .map_area table td.tb_left{
	background:#C4C4C4;
	padding:2px 15px;
	text-align: center;
}
#footer .map_area table tr{
	margin-right:8px;
}
.mapfl{
	width:430px;
	float:left;
}
.mapfr{
	float:right;
}
#footer div.social{
	margin: 10px 0 20px 16px;
}

/* ------------------------------
 Banner Seller
------------------------------ */
#ban_seller {
	width: 1000px;
	margin: 0 auto 60px;
}
#ban_seller a {
	display: block;
	height: 120px;
	border-bottom: 2px solid #AE2C00;
	position: relative;
	background: url("../realestate/seller/images/top_ban_bg.jpg") no-repeat right center;
	background-size: 640px auto;
}
#ban_seller a:hover {
	opacity: 0.8;
}
#ban_seller a .ttl {
	display: table;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	text-align: left;
	z-index: 2;
	color: #FFF;
}
#ban_seller a .ttl .lead {
	display: table-cell;
	vertical-align: middle;
}
#ban_seller a .ttl .lead span {
	font-size: 18px;
	line-height: 1;
	display: block;
}
#ban_seller a .ttl .lead p {
	font-size: 34px;
	line-height: 1.5;
}
#ban_seller a .ttl .yen {
	display: table-cell;
	vertical-align: middle;
	font-size: 80px;
	line-height: 1;
	padding: 0 20px 0 12px;
	font-weight: bold;
}
#ban_seller a .ttl .yen span {
	font-size: 18px;
	font-weight: normal;
}
#ban_seller a .ttl .click {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
#ban_seller a .ttl .click::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 90px;
	height: 90px;
	margin: 2px 0 0 2px;
	background-color: rgba(0,0,0,0.3);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
#ban_seller a .ttl .click p {
	display: block;
	background-color: #FFF;
	text-align: center;
	width: 90px;
	height: 90px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	position: relative;
}
#ban_seller a .ttl .click p i {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #000;
	font-size: 17px;
	width: 100%;
	line-height: 1.1;
	font-weight: 600;
	-webkit-transform: translate(-50%, -50%) rotate(10deg);
	-ms-transform: translate(-50%, -50%) rotate(10deg);
	-o-transform: translate(-50%, -50%) rotate(10deg);
	transform: translate(-50%, -50%) rotate(10deg);
}

#ban_seller a .bg {
	position: absolute;
	overflow: hidden;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#ban_seller a .bg::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 600px;
	height: 120px;
	margin-left: -60px;
	-webkit-transform: skewX(-135deg);
	-moz-transform: skewX(-135deg);
	transform: skewX(-135deg);
	display: block;
	background-color: #D93600;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
#ban_seller a:hover .bg::after {
	width: 650px;
}

/* ------------------------------
 Contents
------------------------------ */

#cnt {
	padding: 30px 0;
}
#cnt > h1 {
	text-align: center;
	font-size: 32px;
	padding-bottom: 30px;
	position: relative;
	letter-spacing: 1px;
}
#cnt > h1::after {
	content: "";
	width: 20%;
	height: 15px;
/*	background: rgba(255,255,0,0.8);*/
	background-color: #e5f4ff;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	z-index: -1;
}
#cnt #bread {
	background-color: #ebebeb;
	background-image: linear-gradient(45deg, #ebebeb 25%, #fff 25%, #fff 50%, #ebebeb 50%, #ebebeb 75%, #fff 75%, #fff);
	background-image: -webkit-linear-gradient(45deg, #ebebeb 25%, #fff 25%, #fff 50%, #ebebeb 50%, #ebebeb 75%, #fff 75%, #fff);
	background-size: 4px 4px;
	width: 100%;
	margin-bottom: 30px;
}
#cnt #bread ul {
	height: 30px;
	overflow: hidden;
}
#cnt #bread ul li {
	float: left;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}
#cnt #bread ul li a {
	padding-right: 8px;
	color: #666;
	text-decoration: underline;
}
#cnt #bread ul li a:hover {
	color: #E63462;
}

.subtitlearea {
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-size: cover;
	margin: -30px 0 50px;
	position: relative;
}
.subtitlearea h2 {
	width: 100%;
	font-weight: bold;
	line-height: 1.5;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	font-size: 32px;
	-webkit-animation: 1s ease 1s normal both 1 running up;
	animation: 1s ease 1s normal both 1 running up;
}
@-webkit-keyframes up {
	0% { -webkit-transform: translateX(-50%) translateY(-40%); opacity: 0; }
	100% { -webkit-transform: translateX(-50%) translateY(-50%); opacity: 1; }
}
@keyframes up {
	0% { transform: translateX(-50%) translateY(-40%); opacity: 0; }
	100% { transform: translateX(-50%) translateY(-50%); opacity: 1; }
}

#cnt .wrapper a {
	color: #E63462;
	text-decoration: underline;
}



/* ---- Typography ---- */

.postbody {
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.postbody p { padding-bottom: 15px;}
.postbody img {
	max-width: 100%;
	width /***/:auto; /* IE8のみ */
	height: auto;
}
.postbody ul { margin: 0 0 10px;}
.postbody ul li::before {
	content:"●";
	color: #ccc;
	padding-right: 5px;
}
.postbody ul li {
	padding: 0 0 5px 1em;
	position: relative;
}

.postbody h1 {
	font-size: 200%;
	background-image: none;
}
.postbody h1 * {
	font-size: inherit;
}
.postbody h2 {
	font-size: 180%;
	background-image: none;
	border: none;
	font-weight: inherit;
	height: auto;
	line-height: auto;
	margin-bottom: 0;
	padding-left: 0;
}
.postbody h2 * {
	font-size: inherit;
}
.postbody h3 {
	font-size: 160%;
	background-image: none;
	border: none;
}
.postbody h3 * {
	font-size: inherit;
}
.postbody h4 {
	font-size: 140%;
	background-image: none;
	border: none;
}
.postbody h4 * {
	font-size: inherit;
}
.postbody h5 {
	font-size: 130%;
	background-image: none;
	border: none;
}
.postbody h5 * {
	font-size: inherit;
}
.postbody h6 {
	font-size: 120%;
	background-image: none;
	border: none;
}
.postbody h6 * {
	font-size: inherit;
}
.postbody strong {
	font-weight: bold;
}
.postbody strong * {
	font-weight: inherit;
}

.postbody p.sig {
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	padding: 20px 10px;
	font-size: 13px;
	color: #333;
	margin-top: 30px;
}


/* ------------------------------
 Ft_Inquiry
------------------------------ */

#ft_inquiry {
	width: 100%;
	height: 110px;
	background:url(../images/bg_ftinquiry.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	padding: 40px 0 0;
}
#ft_inquiry dl {
	width: 35%;
	float: left;
	border: none;
	margin: 0;
	padding: 0 30px 0 0;
	border-right: 1px solid #aaa;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#ft_inquiry dl dt {
	display: none;
}
#ft_inquiry dl dd img {
	display: none;
}
#ft_inquiry .inquiry {
	width: 60%;
	float: right;
	padding-top: 10px;
}
#ft_inquiry .inquiry p {
	width: 48%;
	float: left;
}
#ft_inquiry .inquiry p.btn {
	width: 48%;
	float: right;
}
#ft_inquiry .inquiry p.btn a {
	padding: 10px;
	display: block;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
}
#ft_inquiry .inquiry p.btn a:hover {
	box-shadow: 0 0 10px #fff inset;
}


/* ------------------------------
 PageNavigation
------------------------------ */

p.pageback {
	width: 30%;
	margin: 40px auto;
}
#cnt .wrapper p.pageback a {
	display: block;
	border: 1px solid #333;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	padding: 10px 0;
	text-align: center;
	position: relative;
	color: #000;
	text-decoration: none;
}
#cnt .wrapper p.pageback a:hover {
	border: 1px solid #333;
	background-color: #333;
	color: #fff;
	text-decoration: none;
}


/* ---------- PageBute ---------- */

.pager {
	clear: both;
	margin: 40px 0;
	text-align: center;
}
.pager .current_page {
	background-color: #111;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	overflow: hidden;
	display: inline-block;
}
#cnt .wrapper .pager a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #ccc;
	color: #111;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	overflow: hidden;
	display: inline-block;
	text-decoration: none;
}
#cnt .wrapper .pager a:hover {
	background-color: #E63462;
	color: #fff;
	text-decoration: none;
}

/* ---------- end PageBute ---------- */

ul.pagelink {
	margin: 30px auto;
	overflow: hidden;
	clear: both;
	text-align: center;
}
ul.pagelink li {
	display: inline-block;
	margin: 10px 0;
}
#cnt .wrapper ul.pagelink li a {
	display: block;
	border: 1px solid #333;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	padding: 6px 20px;
	text-align: center;
	position: relative;
	color: #000;
	text-decoration: none;
}
#cnt .wrapper ul.pagelink li a:hover {
	border: 1px solid #333;
	background-color: #333;
	color: #fff;
	text-decoration: none;
}
ul.pagelink li.back {
	margin: 0 20px;
}
ul.pagelink li.back a {
	text-align: center;
}




/* ------------------------------
 Form
------------------------------ */

table.inputform {
	width: 100%;
	border-top: 1px dotted #ccc;
	border-collapse: collapse;
	margin: 0 auto;
}
table.inputform th {
	width: 30%;
	text-align: left;
	padding: 20px 0 20px 30px;
	white-space: nowrap;
	font-weight: normal;
	vertical-align: middle;
}
table.inputform td {
	padding: 20px 30px 20px 20px;
}
table.inputform th,
table.inputform td {
	border-bottom: 1px dotted #ccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
table.inputform tr:nth-child(odd) th,
table.inputform tr:nth-child(odd) td {
	background-color: #f3f3f3;
}
table.inputform td a {
	background: #111;
	color: #FFF !important;
	text-decoration: none;
	text-align: center;
	padding: 5px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: inline-block;
	font-size: 11px;
	position: relative;
	overflow: hidden;
	z-index: 2;
	vertical-align: middle;
	text-decoration: none !important;
}
table.inputform td a:hover {
	background-color: #666;
}
table.inputform input[type=text],
table.inputform input[type=tel],
table.inputform input[type=email],
table.inputform textarea {
	width: 100%;
	background-color: #FFFFF0;
	border: 1px solid #ddd;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	padding: 6px;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
table.inputform textarea {
	width: 100% !important;
	height: 120px !important;
}
table.inputform input[type=radio],
table.inputform input[type=checkbox] {
	vertical-align: middle;
	background-color: #FFFFF0;
}
select {
	background-color: #FFFFF0;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 8px;
	vertical-align: middle;
}
table.inputform #address1 {
	margin: 4px 0 6px;
}
table.inputform #date1,
table.inputform #date2 {
	margin: 0 15px 6px 0;
}
table.inputform input.noborder {
	border: none;
}
table.inputform ul.float li {
	float: left;
	padding: 4px 10px 4px 0;
}
table.inputform ul.nofloat li {
	padding: 4px;
}
.notes {
	text-align: center !important;
	clear: both;
	font-size: 12px;
	margin: 30px auto 10px !important;
}
.mark {
	padding: 2px 4px;
/*	color: #000;*/
	color: #fff;
/*	background: #FFFF00;*/
	background: #E63462;
	font-size: 10px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	letter-spacing: 0.2em;
	margin-left: 5px;
}
.mfp_err {
	background-position: 0px 5px !important;
}
.inner section.form p {
	text-align: center;
	clear: both;
	margin: 20px auto !important;
}


/* ---------- label override ---------- */

form#mailformpro label {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	border-radius: 2px;
	display: inline-block;
}
form#mailformpro table.inputform ul.nofloat li label {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
form#mailformpro label.mfp_checked {
	padding: 5px 10px;
	background-color: #FFFF00;
	border: 1px solid #111;
}
form#mailformpro label.mfp_not_checked {
	padding: 5px 10px;
	border: 1px solid #ddd;
	background-color: #FFFFF0;
}

/* ---------- button override ---------- */

#mfp_buttons p {
	text-align: center;
	width: 40%;
	margin: 20px auto 0;
}
#mfp_buttons button#btn_confirm {
	background-color: #E63462;
	display: block;
	margin: 0 auto;
	width: 380px;
	padding: 12px 0 14px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	font-weight: lighter;
	position: relative;
	overflow: hidden;
	z-index: 2;
	box-shadow: 0 4px 0 #C91845;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
}
#mfp_buttons button#btn_confirm:hover {
	background-color: #D11B48;
	box-shadow: none;
}

/* ---------- confirm.css override ---------- */

div#mfp_phase_confirm h4 {
	font-size: 26px;
	font-weight: bold;
	padding: 20px 0 10px;
	text-align: center;
}
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 90%;
	border-top: 1px dotted #ddd;
	margin: 20px auto;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #f5f5f5;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
	text-align: left;
	font-size: 14px;
	border-bottom: 1px dotted #ddd;
	padding: 10px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 180px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
.mfp_buttons {
	margin: 20px 0 30px;
	text-align: center;
}
div.mfp_buttons button {
	padding: 8px 10px 10px;
	border: none;
	height: auto!important;
	cursor: pointer;
	margin: 10px;
	text-align: center;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Meiryo, Verdana, Arial, sans-serif;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
div.mfp_buttons button#mfp_button_send {
	width: 200px;
	background-color: #E63462;
	box-shadow: 0 4px 0 #C91845;
	color: #FFF;
	font-size: 18px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
div.mfp_buttons button#mfp_button_send:hover {
	background-color: #D11B48;
	box-shadow: none;
}
div.mfp_buttons button#mfp_button_cancel {
	width: 160px;
	background-color: #ccc;
	box-shadow: 0 4px 0 #999;
	color: #000;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
div.mfp_buttons button#mfp_button_cancel:hover {
	background-color: #ddd;
	box-shadow: none;
}


/* ---------- tel banner ---------- */

dl.telinfo {
	width: 60%;
	border-top: 3px dotted #999;
	border-bottom: 3px dotted #999;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 40px auto;
	text-align: center;
}
dl.telinfo dt {
	width: 100%;
	font-size: 20px;
	font-weight: 700;
}
dl.telinfo dd {
	line-height: 1.4;
	font-size: 40px;
	font-weight: 700;
}
dl.telinfo dd span {
	vertical-align: middle;
}
dl.telinfo dd span img {
	margin-right: 10px;
}
dl.telinfo dd p {
	font-size: 14px;
	font-weight: normal;
}


/* ---------- footer_tel ---------- */

dl.tel_foot {
	width: 60%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 5px auto;
/*	margin-bottom: 40px;*/
	text-align: center;
}
dl.tel_foot dt {
	width: 100%;
	font-size: 20px;
	font-weight: 700;
}
dl.tel_foot dd {
	line-height: 1.4;
	font-size: 20px;
	font-weight: 500;
}
dl.tel_foot dd span {
	vertical-align: middle;
}
dl.tel_foot dd span img {
	margin-right: 5px;
}
/*dl.tel_foot dd p {
	font-size: 14px;
	font-weight: normal;
}*/




/* 959px（タブレット縦）以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){

body {
	font-size: 16px;
	line-height: 1.6;
}

#main {
	width: 100%;
	height: auto;
	float: left;
	-webkit-transition-property: all;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
}
.menuOpen #main {
	height: 0;
	margin-left: -256px;
	-webkit-transition-property: all;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}
.wrapper {
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}

.pcnone {
	display: block;
}
.tabnone {
	display: none;
}

/* ------------------------------
 Header
------------------------------ */

#header {
	position: relative;
}

#btnMenuOpen,
#btnMenuOpen span {
	display: block;
	transition: all .4s ease;
	box-sizing: border-box;
}
#btnMenuOpen {
	width: 40px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
}
#btnMenuOpen p {
	width: 40px;
	padding: 25px 0 0;
	position: relative;
	color: #000;
	font-size: 13px;
	text-align: center;
	letter-spacing: 0;
}
#btnMenuOpen p span {
	width: 100%;
	height: 4px;
	position: absolute;
	right: 0;
	background-color: #000;
	border-radius: 4px;
}
#btnMenuOpen p span:nth-of-type(1) {
	top: 0;
}
#btnMenuOpen p span:nth-of-type(2) {
	top: 12px;
}
#btnMenuOpen p span:nth-of-type(3) {
	top: 24px;
}
/* #nav-toggle 切り替えアニメーション */
.menuOpen #btnMenuOpen p span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.menuOpen #btnMenuOpen p span:nth-child(2) {
	width: 0;
	left: 50%;
}
.menuOpen #btnMenuOpen p span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

html.android .menuOpen #btnMenuOpen p span:nth-child(1) {
	top: 0;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}
html.android .menuOpen #btnMenuOpen p span:nth-child(2) {
	width: 40px;
	left: 0;
}
html.android .menuOpen #btnMenuOpen p span:nth-child(3) {
	top: 24px;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}


/* ------------------------------
 Follow
------------------------------ */

#naviarea {
	display: none;
}


/* ------------------------------
 Grobal-Navi
------------------------------ */

nav#spnavi {
	display: block;
}
#slidemenu {
	width: 255px;
	height: auto;
	float: right;
	visibility: hidden;
	display: none;
	margin-right: -255px;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transition-delay: .0s;
	background-color: #000;
	border-left: 1px solid #000;
}
.menuOpen #slidemenu {
	visibility: visible;
	display: block;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transform: translate3d(-255px,0,0);
	-webkit-transition-delay: .1s;
	box-shadow: -2px 0 6px rgba(0,0,0,0.2);
}
#slidemenu .titlemenu {
	width: 255px;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	margin-bottom: 10px;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
#slidemenu .btarea {
	padding: 2px 10px 10px;
}
#slidemenu .btarea p {
	margin: 10px 0;
}
#slidemenu .btarea p a {
	border-radius: 2px;
	height: 44px;
	line-height: 44px;
	display: block;
	text-align: center;
	text-decoration: none;
/*	background: #FFFF00;*/
	background-color: #e5f4ff;
}

#slidemenu ul.wrapper {
	border-bottom: 1px dotted rgba(255,255,255,0.2);
}
#slidemenu ul.wrapper li dl dt {
	color: #fff;
	padding: 8px 0.5em;
	border-top: 1px dotted rgba(255,255,255,0.2);
	background-color: #1a1a1a;
	color: #999;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#slidemenu ul.wrapper li dl dd a {
	display: block;
	font-size: 14px;
	text-align: left;
	margin: 0px auto;
	padding: 10px 0 10px 1.5em;
	text-shadow: none;
	color: #fff;
	border-top: 1px dotted rgba(255,255,255,0.2);
	position: relative;
}
#slidemenu ul.wrapper li dl dd a::after {
	content:"";
	width: 4px;
	height: 4px;
	border-top: 2px solid #e5f4ff;
	border-right: 2px solid #e5f4ff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	position: absolute;
	left: 8px;
	top: 50%;
	margin: -4px 0 0;
}
#slidemenu .btnClose {
	padding-top: 17px;
}
#slidemenu .btnClose a.btnClose{
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	background-color: #333;
	color: #fff;
	margin: 0px auto 50px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 0;
}


/* ------------------------------
 Footer
------------------------------ */

#footer nav ul li {
	padding: 0 10px;
}

#footer .map_area{
	height: auto;
}
#footer .map_area .wrapper ul {
	text-align: center;
	margin: 20px 0 10px;
}



#footer .map_area .wrapper p{
		font-size:13px;
}
#footer .map_area .wrapper p.parktitle{
	font-size: 18px;
	line-height: 28px;
	
}
#footer .map_area .wrapper p.parktitle span img{
	width: 30px;
}
.mapfl{
	width:auto;
	float:none;
	text-align: center;
}
.mapfr{
	float:none;
}	
	
	
	

/* ------------------------------
 Banner Seller
------------------------------ */
#ban_seller {
	width: auto;
	margin: 0 10px 60px;
}
#ban_seller a .ttl {
	left: 20px;
}
#ban_seller a .ttl .yen {
	padding: 0 10px 0 7px;
}
#ban_seller a .ttl .click::before {
	width: 80px;
	height: 80px;
}
#ban_seller a .ttl .click p {
	width: 80px;
	height: 80px;
}
#ban_seller a .ttl .click p i {
	font-size: 16px;
}
#ban_seller a .bg::after {
	width: 450px;
}
#ban_seller a:hover .bg::after {
	width: 500px;
}
/* ------------------------------
 Contents
------------------------------ */

#cnt > h1::after {
	width: 30%;
	top: 35%;
}

.subtitlearea h2 {
	font-size: 26px;
}


/* ------------------------------
 Ft_Inquiry
------------------------------ */

#ft_inquiry {
	height: auto;
	padding: 30px 0;
}
#ft_inquiry dl {
	width: 37%;
	padding: 10px 0;
}
#ft_inquiry dl dd {
	font-size: 34px;
}
#ft_inquiry .inquiry p {
	line-height: 1.4;
}












}
	

	

	






/* 幅644px以下
------------------------------------------------------------*/
@media only screen and (max-width: 644px){

.spnone {
	display: none;
}

/* ------------------------------
 Header
------------------------------ */

#header {
	width: 100%;
	height: 60px;
	padding: 15px 0;
}
#header h1 {
	width: 84px;
	height: 60px;
}

#btnMenuOpen {
	top: 25px;
	right: 15px;
}
#btnMenuOpen p span:nth-of-type(1) {
	top: 0;
}
#btnMenuOpen p span:nth-of-type(2) {
	top: 10px;
}
#btnMenuOpen p span:nth-of-type(3) {
	top: 20px;
}

html.android .menuOpen #btnMenuOpen p span:nth-child(3) {
	top: 20px;
}



/* ------------------------------
 Footer
------------------------------ */

#footer {
	height: auto;
	line-height: 1.5;
	padding: 0 0 50px;
}

#footer #pagetop {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: 60px;
	z-index: 100;
}

#footer nav {
	display: none;
}

#footer .map_area .wrapper ul li{
	display: block;
	margin-right:0;
	margin-bottom: 12px;
}
.mapfl {
    text-align: left;
}
#footer .map_area .wrapper p.parktitle {
    text-align: center;
	font-size: 17px;
}	
	
/* ------------------------------
 Bottom-Fix-Button
------------------------------ */

#btmbutton {
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	border-top: #fff 1px solid;
	display: block;
	background-color: #000;
}
#btmbutton ul {
	width: 100%;
	height: 50px;
	background-color: #000;
}
#btmbutton li {
	width: 25%;
	float: left;
	height: 50px;
}
#btmbutton li a {
	display: block;
	height: 45px;
	padding: 5px 0 0;
	text-align: center;
	color: #fff;
	border-left: #fff 1px solid;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#btmbutton li a img {
	height: 24px;
	vertical-align: top;
}
#btmbutton li a p {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
}
#btmbutton li:first-child a {
	border-left: none;
}
#btmbutton li a:hover {
	text-decoration: none;
}


/* ------------------------------
 Banner Seller
------------------------------ */
#ban_seller {
	margin: 0 10px 35px;
}
#ban_seller a {
	height: 70px;
	background-size: 70% auto;
}
#ban_seller a .ttl {
	left: 10px;
}
#ban_seller a .ttl .lead span {
	font-size: 12px;
	letter-spacing: 0;
}
#ban_seller a .ttl .lead p {
	font-size: 23px;
	line-height: 1.4;
	letter-spacing: 0;
}
#ban_seller a .ttl .yen {
	font-size: 43px;
	padding: 0 7px 0 5px;
}
#ban_seller a .ttl .yen span {
	font-size: 14px;
}
#ban_seller a .ttl .click {
}
#ban_seller a .ttl .click::before,
#ban_seller a .ttl .click p {
	width: 56px;
	height: 56px;
}
#ban_seller a .ttl .click p i {
	font-size: 13px;
	font-weight: normal;
}

#ban_seller a .bg::after {
	width: 70%;
	height: 70px;
	margin-left: -35px;
}
#ban_seller a:hover .bg::after {
	width: 70%;
}

/* ------------------------------
 Contents
------------------------------ */

#cnt {
	padding: 30px 0;
}
#cnt > h1 {
	font-size: 22px;
}
#cnt > h1::after {
	content: "";
	width: 50%;
	top: 25%;
}

.subtitlearea {
	height: 200px;
	margin: -30px 0 30px;
}
.subtitlearea h2 {
	font-size: 18px;
}


/* ---- Typography ---- */

.postbody h1 {
	font-size: 180%;
}
.postbody h2 {
	font-size: 160%;
}
.postbody h3 {
	font-size: 140%;
}
.postbody h4 {
	font-size: 130%;
}
.postbody h5 {
	font-size: 120%;
}
.postbody h6 {
	font-size: 110%;
}


/* ------------------------------
 Ft_Inquiry
------------------------------ */

#ft_inquiry {
	width: 100%;
	padding: 10px 0 15px;
}
#ft_inquiry dl {
	width: 100%;
	float: none;
	margin: 0;
	padding: 0 0 10px;
	border: none;
	border-bottom: 1px dotted #aaa;
}
#ft_inquiry dl dd a {
	color: #FF0;
}
#ft_inquiry .inquiry {
	width: 100%;
	float: none;
	padding-top: 10px;
}
#ft_inquiry .inquiry p {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
#ft_inquiry .inquiry p.btn {
	width: 100%;
	float: none;
}


/* ------------------------------
 PageNavigation
------------------------------ */

p.pageback {
	width: 60%;
}

#cnt .wrapper ul.pagelink li a {
	padding: 8px 10px;
	font-size: 12px;
}
ul.pagelink li.back {
	margin: 0 10px;
}


/* ------------------------------
 Form
------------------------------ */

table.inputform th {
	width: 100%;
	padding: 10px 0 10px 10px;
	display: block;
}
table.inputform td {
	padding: 0 10px 10px;
	display: block;
}
table.inputform th {
	border-bottom: none;
}
table.inputform tr:nth-child(odd) th,
table.inputform tr:nth-child(odd) td {
	background-color: transparent;
}

#mfp_buttons p {
	width: 90%;
}
#mfp_buttons button#btn_confirm {
	width: 90%;
}

/* ---------- confirm.css override ---------- */

div#mfp_phase_confirm h4 {
	font-size: 20px;
}
table#mfp_confirm_table {
	width: 100%;
}
table#mfp_confirm_table tr th {
	white-space: normal;
	width: 100px;
}


/* ---------- tel banner ---------- */

dl.telinfo {
	width: 100%;
	margin: 30px auto;
}
dl.telinfo dd {
	font-size: 28px;
}











}








