.top-news {
	padding: 10px 15px;
	margin-top:15px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	background: #f7f6ef;
	font-size: 1.1rem;
	line-height: 1.7;
}

.top-hero {
	margin: 0px 0 16px;
}

.top-cv,
.top-btn {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 500px;
	white-space: nowrap;
}

.top-cv .icon-edit,
.top-btn .icon-edit {
	position: static;
	margin-right: 10px;
	vertical-align: text-bottom;
}

.top-cv {
	padding: 19px 30px 19px 10px;
	margin-bottom: 10px;
	font-size: 2.2rem;
}

.top-cv .icon-car {
	position: static;
	font-size: 2.5rem;
	margin-right: 10px;
	vertical-align: sub;
}

.top-cv .btn-sub-txt {
	font-size: .73em;
}

.top-btn {
	margin-bottom: 25px;
	padding: 14px 30px;
}

.top-btn .icon-edit {
	font-size: 1.5rem;
}

.top-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.top-menu__item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	box-sizing: border-box;
	text-align: center;
}

.top-menu__item:not(:last-child) {
	border-right: 1px solid #ccc;
}

.top-menu__item:nth-child(1) a {
	background: url(/top/images/top_ic001.svg) no-repeat 50% 14px;
	background-size: 50px auto;
}

.top-menu__item:nth-child(2) a {
	background: url(/top/images/top_ic002.svg) no-repeat 50% 19px;
	background-size: 35px auto;
}

.top-menu__item:nth-child(3) a {
	background: url(/top/images/top_ic003.svg) no-repeat 50% 19px;
	background-size: 37px auto;
}

.top-menu__link {
	display: block;
	color: #222;
	font-size: 1.5rem;
	text-decoration: none;
	padding: 66px 0 18px;
}

.top-service-list {
	margin-right: -7px;
	margin-left: -7px;
}

.top-service-list .card-row__body {
	padding: 10px 0 9px;
	box-sizing: border-box;
}

.top-service-list__item {
	float: left;
	width: 50%;
	padding: 0 7px;
	box-sizing: border-box;
	margin: 0 0 20px;
	text-align: center;
}

.top-service-list__ttl {
	font-size: 1.4rem;
	line-height: 1.71;
	font-weight: bold;
	padding: 0 5px;
}

.top-service-list__txt {
	position: relative;
	font-size: 1.2em;
	line-height: 1.2;
	padding: 10px 0 0;
	margin: 10px 0 0;
}

.top-service-list__txt::after {
	content: "";
	position: absolute;
	top: 0;
	left: 10px;
	right: 10px;
	border-top: 1px dotted #222;
}

.top-slide-bnr {
	padding: 35px 0;
}

.top-slide-bnr__txt {
	padding: 10px 3px 13px;
    font-size: 1.3rem;
    line-height: 1.71;
	text-align: left;
}

.top-info {
	position: relative;
	padding: 82px 0 0;
	margin-bottom: 20px;
}

.top-info .list-info {
	padding-right: 0;
	padding-left: 0;
}

.top-info__ttl {
	position: absolute;
    top: 0;
    padding: 10px 0;
    text-align: center;
    border-radius: 3px;
    background: #b9ced7;
    font-size: 1.7rem;
    line-height: 1.4;
    width: 48%;
    width: calc(50% - 5px);
    cursor: pointer;
}

.top-info__ttl::after {
	content: "";
	position: absolute;
	left: 50%;
	margin: 0 0 0 -7px;
	bottom: -7px;
	width: 15px;
	height: 15px;
	background: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.top-info__ttl.is-active {
	background: #fed600;
}

.top-info__ttl.is-active::after {
	background: #fed600;
}

.top-info__ttl span {
	font-size: 1.4rem;
}

.top-info__ttl--shop {
	left: 0;
}

.top-info__ttl--service {
	right: 0;
}

.top-info__item {
	display: none;
	background: #fff;
	padding: 0 15px;
	box-sizing: border-box;
	overflow-y: auto;
	height: 550px;
}
.top-info__item>li:last-child {
	margin: 0 0 25px;
}

.top-info__item.is-active {
	display: block;
}

.top-ttl {
	text-align: center;
	font-size: 1.7rem;
	line-height: 1.2;
	margin: 0 0 10px;
}

.top-bnr {
	margin-right: -7px;
	margin-left: -7px;
}

.top-bnr::after {
	content: "";
	display: table;
	clear: both;
}

.top-bnr__item {
	float: left;
	width: 50%;
	margin: 0 0 10px;
	padding: 0 7px;
	text-align: center;
	box-sizing: border-box;
}

/*パークの日サンクスバナー*/
.slider-park,
.slider-park:hover{
  text-decoration: none;
  color: #222;
}


@media print, screen and (min-width: 375px) {

.top-cv {
	padding-left: 30px;
}

.top-service-list__txt {
	margin: 10px 10px 0;
}

.top-service-list__txt::after {
	left: 5px;
	right: 5px;
}

}

@media print, screen and (min-width: 768px) and (min-width: 1000px) {

.shop-search-box__icon .icon:hover {
	color: #222;
}

}

@media print, screen and (min-width: 768px) {

body {
	min-width: 1000px;
	position: relative;
}

.top-news {
	font-size: 1.3rem;
}

.top-hero {
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
	height: 495px;
}

.top-slider {
	margin: 0;
	position: absolute;
	top: 0;
	left: 50%;
	width: 3600px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	height: 470px;
	z-index: 1;
}

.top-slider img {
	width: 1200px;
	height: 470px;
	max-width: inherit;
	margin-right: auto;
	margin-left: auto;
}

.top-slider .slick-dots {
	position: absolute;
	bottom: -25px;
	width: 100%;
}

.top-slider__right,
.top-slider__left {
	position: absolute;
	top: 0;
	color: #fff;
	font-size: 4.8rem;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	height: 100%;
	z-index: 5;
}

.top-slider__right::before,
.top-slider__left::before {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.top-form {
	position: absolute !important;
	top: 45px;
	left: 50%;
	margin-left: -500px;
	padding: 23px 30px 28px 124px;
	height: 380px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 5px rgba(34, 34, 34, 0.2);
	z-index: 2;
}

.top-form .btn-cv-pc--l {
	min-width: 280px;
}

.top-form-tab {
	position: absolute;
	left: 0;
	width: 94px;
	height: 50%;
	box-sizing: border-box;
	background: #8eb4c4;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.43;
	text-align: center;
	cursor: pointer;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
}

.top-form-tab.is-active {
	color: #222;
	background: none;
	text-shadow: none;
	cursor: default;
}

.top-form-tab .icon {
	display: block;
	margin: 0 0 3px;
}

.top-form-action {
	clear: both;
	display: none;
}

.top-form__rental .top-form-tab {
	top: 0;
	border-bottom: 1px solid #777;
	padding-top: 58px;
}

.top-form__rental .top-form-tab .icon {
	font-size: 2.8rem;
}

.top-form__edit .top-form-tab {
	top: 50%;
	padding-top: 46px;
}

.top-form__edit .top-form-tab .icon {
	font-size: 3rem;
}

.top-form__edit .btn-main {
	font-size: 1.8rem;
	padding: 15px 0 14px;
}

.top-form__edit .top-form-ttl {
	margin-bottom: 10px;
}

.top-form-box {
	display: none;
}

.top-form-box.is-active {
	display: block;
}

.top-form-box__inner {
	float: left;
	width: 280px;
}

.top-form-box__inner + .top-form-box__inner {
	display: none;
	padding-left: 50px;
	position: relative;
}

.top-form-box__inner + .top-form-box__inner::before {
	content: "";
	position: absolute;
	top: 135px;
	left: 19px;
	width: 0;
	height: 0;
	border: solid;
	border-width: 12px 0 12px 12px;
	border-color: transparent transparent transparent #000;
}

.top-form-box__inner + .top-form-box__inner.is-active {
	display: block;
}

.top-form-box__inner + .u-tac {
	clear: both;
}

.top-form-ttl {
	font-size: 2rem;
	line-height: 1.5;
	font-weight: bold;
	margin: 0 0 21px;
}

.top-form-btn-box {
	margin: 0 0 20px;
}

.top-rental-btn .icon-modal {
	position:absolute;
    right: 12px;
}
.top-rental-btn .icon-modal::before {
    content: url(/top/images/ic003.png);
}

.top-rental-btn.btn-main.disable{
    background:#bdbdbd;
    opacity: 0.5;
    box-shadow: none;
    cursor: default;
    pointer-events: none;
}

.top-rental-btn.btn-main.disable .icon-modal::before{
    content: none;
}


.top-edit-btn {
	margin-top: 18px;
	position: relative;
}

.top-edit-btn .icon {
	position: absolute;
    right: 20px;
    top: 18px;
    color: #fff;
    font-size: 1.6rem;
}

#inputReserveId {
    cursor: pointer;
}

.top-form-txt {
	color: #000;
	font-size: 1.1rem;
	line-height: 1.5;
	margin-left: 9px;
	white-space: nowrap;
}

.top-form-txt--strong {
	margin: 20px 0 13px;
	color: #000;
	font-size: 1.4rem;
	font-weight: bold;
}

.top-form-select {
	position: relative;
	margin: 0 0 7px;
}

.top-form-select::after {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 10px;
	margin-top: -2px;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0;
	border-color: #000 transparent transparent;
}

.top-form-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	width: 100%;
	height: 38px;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 1.3rem;
}

.top-form-select select::-ms-expand {
	display: none;
}

.top-form-select-box{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.top-form-input {
	width: 100%;
	height: 38px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 1.3rem;
	color: #000;
}

.top-form-date {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 8px 0 18px;
}

.top-form-date select {
	width: 120px;
}

.top-form-date input {
	width: 150px;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-opacity: 1;
	opacity: 1;
	-webkit-text-fill-color: #000;
	color: #000;
}

.top-form-date input:hover {
	cursor: pointer;
}

.top-form-date p {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	min-width: 100%;
	margin: 0 0 -15px;
	line-height: 1.4;
}

.top-form-select-box select.form-prefecture{
	width:120px;
}
.top-form-select-box select.form-city{
	width:150px;
	font-size: 1.2rem;
	margin-left: 10px;
}


.top-form-calendar,
.top-form .ui-datepicker-trigger {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 38px;
	display: inline-block;
}

.ui-datepicker-trigger:hover {
	cursor: pointer;
}

.top-form-label {
	font-size: 1.3rem;
	margin: 10px 0 5px;
	color: #000;
}

.top-form-label span {
	font-size: 1.1rem;
}

.top-form-icon {
	padding: 2px;
	margin: 0 6px 0 0;
	border-radius: 2px;
	background: #d10606;
	font-size: 1rem;
	color: #fff;
	display: inline-block;
}

.top-form-caption {
	font-size: 1.2rem;
}

.top-btn {
	margin-bottom: 50px;
}

.top-main-contents {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 32px;
}

.top-menu {
	display: block;
	border: none;
	width: 450px;
}

.top-menu__item {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
	border: solid 1px #e8e8e8;
	margin: 0 0 16px;
}

.top-menu__item:not(:last-child) {
	border: solid 1px #e8e8e8;
}

.top-menu__item:nth-child(1) a {
	background: url(/top/images/top_ph001.png?20170712) no-repeat 20px 50% #f6f6f6;
	background-size: auto auto;
}

.top-menu__item:nth-child(2) a {
	background: url(/top/images/top_ph002.png?20170712) no-repeat 20px 50% #f6f6f6;
	background-size: auto auto;
}

.top-menu__item:nth-child(3) a {
	background: url(/top/images/top_ph003.png?20170712) no-repeat 20px 50% #f6f6f6;
	background-size: auto auto;
}

.top-card {
	position: relative;
    display: block;
    padding: 20px 48px 20px 147px;
    color: #222;
    text-decoration: none;
    font-size: 2.6rem;
    text-align: left;
}

.top-card span {
    font-size: 1.4rem;
    display: block;
    border-top: 1px dotted #25789f;
    margin: 10px 0 0;
    padding: 12px 0 0;
    line-height: 1.5;
}

.top-card .icon {
	position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 1.5rem;
}

.top-card {
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}

.top-card:hover {
	opacity: 0.7;
}

.shop-search-box {
	position: relative;
	border: 1px solid #ccc;
	border-radius: 3px;
	max-width: 300px;
}

.shop-search-box__txt {
	border: none;
	padding: 0 40px 0 10px;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	font-size: 1.6rem;
	background: transparent;
}

.shop-search-box__txt::-webkit-input-placeholder {
	font-size: 1.2rem;
}

.shop-search-box__txt::-moz-placeholder {
	font-size: 1.2rem;
}

.shop-search-box__txt:-ms-input-placeholder {
	font-size: 1.2rem;
}

.shop-search-box__txt::placeholder {
	font-size: 1.2rem;
}

.shop-search-box__icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	display: block;
	font-size: 1.5rem;
	background: #fed600;
	border-radius: 0 2px 2px 0;
	z-index: 1;
	color: #222;
	text-decoration: none;
}

.shop-search-box__icon .icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
}

.top-service-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -25px;
	margin-left: -25px;
}

.top-service-list {
	margin-bottom: 10px;
}

.top-service-list .card-row__body {
	padding-top: 15px;
}

.top-service-list__item {
	float: none;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33%;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	padding: 0 25px;
	margin: 0 0 40px;
	max-width: 33.33%;
}

.top-service-list__ttl {
	padding: 0 10px;
	font-size: 2rem;
}

.top-service-list__txt {
	font-size: 1.5rem;
	margin-top: 16px;
}

.top-slide-bnr {
	padding: 50px 0;
}

.top-slide-bnr .js-slider li.slick-slide{
  margin-right: 10.5px;
  margin-left: 10.5px;
}

.top-slide-bnr__txt {
	padding: 10px 0;
    font-size: 1.4rem;
    line-height: 1.5;
}

.top-info {
	margin-bottom: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 0;
}

.top-info .list-info {
	display: block;
	padding-bottom: 8px;
}

.top-info .list-info__txt {
	margin-top: 6px;
}

.top-info-box {
	width: 48%;
}

.top-info__ttl.is-active {
	background: none;
}

.top-info__ttl {
	position: static;
	padding: 0;
	margin-bottom: 15px;
	width: auto;
	background: none;
	font-size: 2.6rem;
	text-align: left;
	cursor: default;
}

.top-info__ttl::after {
	display: none;
}

.top-info__ttl span {
    font-size: 2.6rem;
}

.top-info__item {
	display: block !important;
	height: 450px;
	padding: 7px 20px 0 24px;
}
.top-info__item>li:last-child {
	margin: 0 0 20px;
}

.top-main-ttl {
	font-size: 2.6rem;
	margin: 0 0 18px;
}

.top-ttl {
	font-size: 2rem;
	text-align: left;
	margin-bottom: 20px;
}

.top-bnr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -20px;
	margin-right: -12px;
	margin-left: -12px;
}

.top-bnr__item {
	float: none;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	width: 20%;
	min-width: 20%;
	padding: 0;
	margin: 0 0 20px;
	box-sizing: content-box;

}

.footer-sitemap-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-right: auto;
	margin-left: auto;
	padding: 28px 0 0;
	max-width: 1000px;
}

.footer-sitemap {
	padding: 0;
}

.footer-nav {
	width: 170px;
}

.footer-sns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 4px 0;
	width: 470px;
	background: none;
	color: #222;
}

.footer-sns__ttl {
	font-weight: bold;
	margin: 0;
}

.footer-sns__txt a {
	color: #222;
}

.footer-sns__txt {
	padding: 20px 0 0;
	font-size: 1.3rem;
}

.sns-btn {
	margin: 0;
	padding: 0;
	width: 312px;
}

.sns-btn__item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 151px;
	-ms-flex: 0 0 151px;
	flex: 0 0 151px;
	padding: 0;
	min-width: 151px;
}

.page-top {
	position: fixed;
	right: 10px;
	bottom: 97px;
	width: 42px;
	padding: 16px 0 15px;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.5);
	font-size: 1rem;
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}

.page-top:hover {
	opacity: 0.7;
}

.footer-other {
	padding-top: 22px;
}

.footer-other-list {
	padding: 0;
}

}

@media print, screen and (min-width: 1000px) {

.top-card:hover {
	color: #222;
}

}

@media print, screen and (min-width: 1200px) {

.top-slider__right {
	right: 0;
	left: 50%;
	-webkit-transform: translate(600px, 0);
	transform: translate(600px, 0);
}

.top-slider__right::before {
	left: 60px;
}

.top-slider__left {
	left: 0;
	right: 50%;
	-webkit-transform: translate(-600px, 0);
	transform: translate(-600px, 0);
}

.top-slider__left::before {
	right: 60px;
}

}

/* SEO 20190129 */
.card-row-car{
	border-top:1px solid #ddd;
	margin-bottom:20px;
}

.card.tp-slide-card{
	height:auto;
}

.tp-slide-card .card-row__ttl{
	font-size: 1.6rem;
}

.tp-slide-card .card-row__ttl,
.tp-slide-card .card-row__txt{
	padding-right:0;
}

.card-row__img.car-img.tp-lide-img > img {
	margin:10px auto 0;
	max-width: 82%
}

.card-row__body.car-body.tp-slide-txt{
	text-align:left;
	padding:10px 10px 12px 16px;
}

.car-dotline{
	margin:0 4px 14px 0;
	border: none;
	border-top:1px dotted #222;
}

.tp-about-txt{
	border:1px solid #ccc;
	padding:15px 10px 10px 15px;
}

.tp-about-txt-caption{
	line-height:1.8;
}

.mt25{
	margin-top:25px;
}
@media (max-width: 768px) {
	.campaign-slider .slick-dots{padding:0;visibility: hidden;}
	.mt25{margin-top:-10px;}
	.tp-about-txt-width{margin-left:15px;margin-right:15px;}
}

@media (min-width: 1000px) {
	.u-section--full.tp-slide-full {max-width: 1050px;}
}
