html{
  scroll-behavior: smooth;
}

	.l-header__menu {
    padding-bottom: 75px;
	}

@media (min-width: 1001px) {
	.l-header__logo {
		margin-right: 30px;
	}

	.l-header__menu {
    padding-bottom: 0;
	}

	.p-topValue__desc {
		min-height: 200px;
	}
}

.c-form .emgInfo {
	color: #d0121b;
	margin-top: 20px;
	border: 1px solid #d0121b;
	padding: 15px;
	display: inline-block;
	font-size: 1.4rem !important;
	font-weight: normal !important;
	text-align: left !important;
}

.c-form textarea {
	font-size: 1.4rem;
    font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",メイリオ,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.c-form input:disabled + span  {
	opacity: 0.3;
}

.c-form label + span {
	color: #d0121b;
	margin-left: -10px;
}

.c-form .c-formBlock__body.field-name input {
	width: calc(50% - 13px);
}

.c-form .c-formBlock__body.field-name input + input {
	margin-left: 20px;
}

.c-form .c-form__intro .note {
	display: inline-block;
	background-color: rgba(0,162,142,.1);
	padding: 10px 10px 10px 20px;
	margin: 10px 0 ;
	text-indent: -1em;
}

@media (min-width: 1001px) {
	.c-form .c-form__intro .note {
		padding: 15px 20px 15px 30px;
		text-align: left;
	}
}

.c-form__intro li {
	text-indent: -1em;
	padding-left: 1em;
}

.c-form .c-form__intro .note .note-list li {
	padding-left: 0;
}

.c-form .c-form__intro .note .note-list li + li {
	margin-top: 0.5em;
}

.p-topPlace__desc {
	text-align: center;
	width: 100%;
}

@media (max-width: 1000px) {
	.p-topPlace__desc {
		width: calc(100% - 20px);
	}
}


/* トピックス */
.p-topicsEntry__body>.thumb {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 30px;
}

.p-topTopics__caption__fin,
.p-topicsList__caption__fin {
	padding-bottom: 4px;
	-webkit-transform-origin: left -2px;
    -ms-transform-origin: left -2px;
    transform-origin: left -2px;
}

@media (min-width: 1001px) {
	.p-topicsEntry__body>.thumb {
		width: 300px;
		float: left;
		margin: 0 40px 40px;
	}
}

/* アンカー調整 */
.por {
	position: relative;
}

.anchor {
	position: absolute;
	top: -30px;
}

@media (min-width: 1001px) {
	.anchor {
		top: -100px;
	}
}

/* SNSアイコン */
.c-sns__item a {
  border-radius: 20px;
  overflow: hidden;
}

.c-sns__anchor {
  padding: 0;
}

.c-sns__anchor.fb {
  background-color: #3b5998;
}

.c-sns__anchor.tw {
  background-color: #1da1f2;
}

.c-sns__anchor.ig {
  background-color: #f13f79;
}

@media (min-width: 1001px) {
	.l-footer__sns {
		left: 39px;
	    top: 160px;
	}

	.c-sns__anchor {
		width: 40px;
		height: 40px;
	}
}

/* フォーム完了画面 */
.p-download .check,
.p-contact .check {
	margin: 50px 0 100px;
	padding-top: 50px;
	border-top: 1px solid #00a28e;
}

.p-download .check ul,
.p-contact .check ul {
	background-color: #f5f5f5;
	width: 400px;
	margin: 10px auto;
	padding: 20px 0;
}

.p-download .check li + li,
.p-contact .check li + li {
	margin-top: 10px;
}

.p-download .check a,
.p-contact .check a {
	text-decoration: underline;
}

@media (max-width: 1000px) {
	.p-download .check,
	.p-contact .check {
		margin: 50px 0;
		text-align: left;
	}

	.p-download .check ul,
	.p-contact .check ul {
		width: 100%;
		max-width: 400px;
		padding: 20px;
	}

}

#TOP .emgInfo {
	width: 840px;
	margin: 20px auto;
	padding: 15px 80px 1px;
	text-align: center;
	font-size: 1.4rem;
	background-color: #fdf1f1;
}

#TOP .emgInfo p {
	margin-bottom: 15px;
}

#TOP .emgInfo strong {
	color: #d0121b;
	font-size: 1.6rem;
	display: block;
	margin-bottom: 5px;
}

#TOP .emgInfo a.u-link {
	text-decoration: underline;
}

#TOP .emgInfo a.u-link:hover {
	text-decoration: none;
}

#TOP .emgInfo a.t-link {
	position: relative;
	padding-left: 25px;
}

#TOP .emgInfo a.t-link:hover {
	color:#00a28e;
}

#TOP .emgInfo a.t-link:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 2px;
    background: #d0121b;
    position: absolute;
    bottom: 50%;
    -webkit-transform: translate(0,50%);
    -ms-transform: translate(0,50%);
    transform: translate(0,50%);
    left: 10px;
}

.infoBnr {
  width: 1000px;
  margin: 40px auto 0;
}

.infoBnr picture {
  max-width: 100%;
}


/*ステータスの営業時間一時非表示*/
/*
.c-status__caution,
.p-place .c-status__caution {
	display:none;
}
*/
@media (max-width: 1000px) {
	#TOP .emgInfo {
		width: calc(100% - 20px);
		margin: 20px 10px;
		padding: 10px 10px 1px 10px;
		font-size: 1.2rem;
	}

	#TOP .emgInfo strong {
		font-size: 1.4rem;
	}
  
  .infoBnr {
		width: calc(100% - 30px);
    margin: 0 auto;
  }

  .infoBnr a img{
    margin: 10px 0;
  }

  .infoBnr picture {
    max-width: 100%;
  }
  
}

/*トップのマスクを透過*/
.p-topKv__mask img {
	opacity: 0.5;
}

.p-topKv__scroll {
    position: absolute;
    bottom: 110px;
    width: 65px;
    height: 20px;
    left: 50%;
    margin-left: -32.5px;
    text-indent: -9999px;
    background: url(/common/images/top/scroll.svg) no-repeat center / 65px;
    z-index: 2;
}

.p-topKv__scroll a {
  position: absolute;
  bottom: -40px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
}

.p-topKv__scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}

.slick-dots {
	bottom: 10px !important;
}

.slick-dots li {
	margin: 0 7px !important;
}

.slick-dots li.slick-active button:before {
    background-color: #00a28e !important;
    opacity: 0.9 !important;
}
.slick-dots li button:before {
    width: 9px !important;
    height: 9px !important;
    background-color: #eee !important;
    opacity: 0.75 !important;
}

.p-topKv__fullmovie {
	position: relative;
}

.p-topKv__fullmovie a {
	position: absolute;
	top: -85px;
	right: 45px;
	display: block;
	width: 250px;
	height: auto;
	padding: 15px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background-color: #00a28e;
	z-index: 2;
 }

.p-topKv__fullmovie a span {
	position: relative;
	margin-left: 35px;
}

.p-topKv__fullmovie a span::before {
	content: "";
   background: url(/common/images/top/yt_icon_mono_dark.png) left center  / 25px no-repeat ;
   position: absolute;
   top:50%;
   left: -40px;
	z-index: 3;
	width: 40px;
	height: 20px;
	margin-top: -10px;
	transition: none;
	-webkit-transition: none;
}

.p-topKv__fullmovie a.c-btn::after {
	display: none
}

.p-topKv__fullmovie a.c-btn:hover:before {
	background-color: #222;
}

@media (max-width: 1000px) {
	.p-topKv__scroll {
		display: none;
	}

	.p-topKv__fullmovie {
		width: 240px;
		margin : 20px auto;
	}

	.p-topKv__fullmovie a {
		position: static;
		width: 100%;
		font-size: 1.4rem;
	}

}

.p-top-banner {
	max-width: 970px;
	margin: 0 auto;
}

.p-top-banner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.p-top-banner li {
	width: calc(100% / 6 - 17px);
}

.p-top-banner li +li {
	margin-left: 20px;
}

@media (max-width: 991px) {
	.p-top-banner {
		width: calc(100% - 30px);
		margin: 50px 15px 0;
	}

	.p-top-banner li + li {
		margin-left: 15px;
	}

	.p-top-banner li {
		width: calc(100% / 3 - 10px);
		margin-left: 15px;
		margin-bottom: 15px;
	}

	.p-top-banner li:nth-child(3n + 1) {
		margin-left:0;
	}

	@media (max-width: 768px) {
		.p-top-banner {
			width: calc(100% - 30px);
			margin-top: 40px;
		}

		.p-top-banner li +li {
			margin-left: auto;
		}

		.p-top-banner li:nth-child(3n + 1) {
			margin-left:auto;
		}

		.p-top-banner li {
			width: calc(100% / 2 - 10px);
			margin-left: 20px;
			margin-bottom: 20px;
		}

		.p-top-banner li:nth-child(odd) {
			margin-left:0;
		}
	}
}

/**フッタ固定バナー（spのみ）**/
.c-footerBnr {
	display: none;
}
@media (max-width: 599px) {
	.c-footerBnr {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 2001;
		width: 100%;
		opacity: 1;
		box-shadow: 0 -3px 10px 0 rgba(0,0,0,0.4);
	}

	.c-footerBnr .c-cta__item {
		height: 75px;
		width: 50%;
		float: left;
	}

	.c-footerBnr .c-cta__item a{
		padding: 0 15px;
		background-color: #E5F6F3 !important;
	}

	.c-footerBnr .c-cta__item + .c-cta__item a {
		background-color: #D2EFEB !important;
	}

	.c-cta__text {
		margin-left: 0.7em;
	}

	.l-footer {
		margin-bottom: 75px;
	}
}

		/*1日無料体験バナー掲載時フッターに余白*/
@media (min-width: 1001px) {
    .p-top .l-footer,
    .p-dropin .l-footer,
    .p-column .l-footer,
    .p-column-single .l-footer,
    .p-column-search .l-footer
     {
        padding-bottom: 130px;
    }
}

/*  店舗ページVR内覧位置変更調整  */

 .p-place .l-main .p-placeFloor {
   margin-top: 0;
   margin-bottom: -45px;
}

@media (min-width: 1001px) {
  .p-place .l-main .p-placeFloor {
    margin-bottom: -120px;
  }
}


/*  フッタ固定バナー  */
  .c-footerBnr__pc .close {
  	display: none;
  }

@media (min-width: 1001px) {
  .c-footerBnr__pc {
		display: none;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 2001;
		width: 100%;
  }
  
  .c-footerBnr__pc .close {
  	display: block;
  	position: absolute;
  	left: calc(50% + 475px);
  	bottom: 89px;
 	width: 36px;
 	height: 36px;
 	background-color: #00a28e;
 	border-radius: 50%;
 	cursor: pointer;
 	text-indent: -9999px;
 	box-shadow:0 0 0 2px #fff inset;
  }

  .c-footerBnr__pc .close:before,
  .c-footerBnr__pc .close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 7px;
    left: 16px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
	-webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
	}

  .c-footerBnr__pc .close:after {
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	}

  .c-footerBnr__pc.w2 a {
    display: inline-block;
    width: 50%;
    float: left;
  }
  .c-footerBnr__pc.w2 img {
  }
  

}

/*  フッタ固定バナー  */
  .c-footerBnr__campaign__pc .close {
  	display: none;
  }

@media (min-width: 1001px) {
  .c-footerBnr__campaign__pc {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 2001;
		width: 100%;
  }

  .c-footerBnr__campaign__pc .close {
  	display: block;
  	position: absolute;
  	left: calc(50% + 475px);
  	bottom: 89px;
 	width: 36px;
 	height: 36px;
 	background-color: #00a28e;
 	border-radius: 50%;
 	cursor: pointer;
 	text-indent: -9999px;
 	box-shadow:0 0 0 2px #fff inset;
  }

  .c-footerBnr__campaign__pc .close:before,
  .c-footerBnr__campaign__pc .close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 7px;
    left: 16px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
	-webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
	}

  .c-footerBnr__campaign__pc .close:after {
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	}
}


/**ヘッダ改修**/
.headband {
	background-color: #009583;
}

@media (max-width: 1000px) {
	.headband {
		background-color: #333333;
	}
}

@media (max-width: 1000px) {
	.headband {
		display:none
	}
}

.headband .inner {
	width: calc(100% - 90px);
	color: #fff;
	display: flex;
	padding: 10px 0;
	align-items: center;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
  justify-content:space-between;
	margin: 0 auto;
	position: relative;
}

.headband .inner .sitetitle {
	letter-spacing: -0.02em;
	overflow: hidden;
	font-weight: normal;
	text-overflow: ellipsis;
	width: calc(100% - 330px);
	white-space: nowrap;
}

@media (max-width: 1000px) {
	.headband .inner .sitetitle {
		font-size: 1.0rem;
		width: 100%;
	}

	.headband .inner .hide {
		display: none;
	}
}

.headband .tel {
	position: absolute;
	right: 140px;
	right: 370px;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
}

.headband .tel img {
    width: 15px;
    margin-right: 8px;
}

.headband .menu li {
	float: left;
	position: relative;
}

.headband .menu li + li {
	margin-left: 10px;
}

.headband .menu li a {
	display: block;
	padding: 5px 10px 5px 35px;
	background-color: #fff;
	color: #009583;
	transition: all 0.2s;
	border: 1px solid transparent;
}

.headband .menu li:nth-of-type(2) a {
	padding-left: 30px;
}

.headband .menu li a:hover svg {
    fill: #fff;
}

.headband .menu li a:hover {
	background: #009583;
	transition: all 0.2s;
	color: #fff;
	border-color: #fff;
}

.headband .menu svg {
    -webkit-transition: fill .25s linear 0s;
    transition: fill .25s linear 0s;
    fill: #00a28e;
    width: 15px;
    position: absolute;
    left: 10px;
    top: 50%;
		transform: translate(0, -50%);
}

.headband .menu li:nth-of-type(2) svg {
	left: 12px;
}

.l-headerMenu__item--btn--contact .l-headerMenu__anchor--bg,
.l-headerMenu__item--btn--download .l-headerMenu__anchor--bg {
	background-color: #f78e41;
}

.l-headerMenu__item--btn--contact .l-headerMenu__pict svg,
.l-headerMenu__item--btn--download .l-headerMenu__pict svg {
    fill: #fff;	
}

.l-headerMenu__anchor--bg .l-headerMenu__jp {
	opacity: 1;
}

.l-headerSub__anchor {
	width: 100%;
	justify-content: flex-start;
	padding: 20px 15px;
}

.l-headerSub__anchor:after {
	content: none;
}

.l-headerMenu__pict {
	margin-left: 10px;
}

.l-headerMenu__pict--drop svg {
    -webkit-transition: fill .25s linear 0s;
    transition: fill .25s linear 0s;
    fill: #00a28e;
    width: 15px;
}

.headband .menu li:nth-of-type(2) svg {
	left: 12px;
}

@media (min-width: 1001px) {
	.l-header {
		top: 65px;
	}

	.l-headerMenu__item {
		position: relative;
	}

	.l-headerMenu__item--btn {
		background-color: #f78e41;
	}

	.l-headerMenu__item--btn--contact {
		border-radius: 0 12px 12px 0;
		overflow: hidden;
	}

	.is-scroll .l-headerMenu__item--btn--contact  {
		border-radius: 0;
	}

	.l-headerMenu__pict {
		margin: 10px 0 0 0;
	}

	.l-headerMenu__anchor--bg:before {
		background-color: #ff580e;
	}

	.l-headerMenu__jp {
		font-size: 1.3rem;
	}

	.l-headerMenu__item--btn a {
		color: #fff;
	}


	.l-headerMenu__pict svg {
		fill: #fff;
	}

	.l-header__submenu {
		position: absolute;
		left: 50%;
		margin-left: -250px;
	}

	.l-headerSub {
		display: flex;
		flex-wrap: wrap;
		background-color: #ffffff;
		border-radius: 12px;
		overflow: hidden;
		width: 500px;
		-webkit-box-shadow: 0 0 7.5px 0 rgb(0 0 0 / 5%);
		box-shadow: 0 0 7.5px 0 rgb(0 0 0 / 5%);
	}

	.l-headerSub__item {
		border-radius: 0;
		width: 50%;
		box-shadow: none;
	}

	.l-headerSub__anchor {
		padding: 30px 0;
		text-align: center;
		display: block;
		font-size: 1.3rem;
		font-weight: bold;
		background-color: #fff;
		color: #000;
		width: auto;
		height: auto;
	}

	.is-scroll .l-header__submenu {
		width: 100%;
		left: 50%;
	}
}








/**トップページ改修**/
.p-topPlace__container {
	flex-wrap: wrap;
	justify-content: center;
}

@media (max-width: 1000px) {
	.p-topPlace__container {
		display: flex;
		justify-content: flex-start;
	}
}


.p-topPlace__block {
	flex-basis: calc(100% / 2);
	margin-bottom: 1px;
}

.p-topPlace__block:nth-of-type(even) {
	flex-basis: calc(100% / 2 - 1px);
	margin-left: 1px;
}


@media (min-width: 1001px) {
	.p-topPlace__block,
	.p-topPlace__block:nth-of-type(even) {
		flex-basis: calc(100% / 3 - 1px);
		margin-left: 1px;
	}

	.p-topPlace__block:nth-of-type(1),
	.p-topPlace__block:nth-of-type(4),	
	.p-topPlace__block:nth-of-type(7) {
		flex-basis: calc(100% / 3);
		margin-left: 0;
	}

/*	
	.p-topPlace__block:nth-of-type(7){
		flex-basis: calc(100% / 2);
	}
	.p-topPlace__block:nth-of-type(8) {
		flex-basis: calc(100% / 2 - 1px);
		margin-left: 1px;
	}
*/
}


.p-topPlace__pic {
	height: 345px;
}

@media (max-width: 1000px) {
	.p-topPlace__pic {
		height: 50vw;
	}
}

.p-topPlace__pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1000px) {
	.p-topPlace__logo img {
		width: 100px;
	}
}

.p-topPlace__logo + p {
	font-size: 1.4rem;
	margin-top: 15px;
	display: inline-block;
	padding: 6px 10px 4px;
	border:  1px solid #fff;
}

@media (max-width: 1000px) {
	.p-topPlace__logo + p {
		font-size: 1.2rem;
	}
}

.p-topKeyword {
	width: calc(100% - 120px);
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 30px 20px;
  background-color: #f7f7f7;
}

.p-topKeyword__ttl {
    letter-spacing: .15em;
    font-weight: 700;
    font-style: inherit;
    font-size: 2rem;
    color: #00a28e;
    padding: 0;
    margin: 0 0 20px;
}

.p-topKeyword li {
		display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.p-topKeyword li + li {
	margin-left: 5px;
}

.p-topKeyword li a {
	display: block;
  padding: 0 5px;
  color: #00ac99;
  font-size: 12px;
  border: solid 1px #00ac99;
  transition: all 0.5s ease;
}

.p-topKeyword li a:hover {
	background-color: #00ac99;
	color: #fff;
  transition: all 0.5s ease;
}

@media (max-width: 1000px) {
	.p-topKeyword {
		width: calc(100% - 30px);
		padding: 15px 15px 5px;
	}

	.p-topKeyword__ttl {
    letter-spacing: .15em;
    font-size: 1.6rem;
    margin: 0 0 10px;
	}

	.p-topKeyword li {
		margin-bottom: 10px;
	}

	.p-topKeyword li + li {
		margin-left: 1em;
	}
}

.p-place.kanda .l-main .p-placeFloor, .p-place.ueno .l-main .p-placeFloor {
	margin-bottom: 0;
  }


/* トップページスライドショー追加 */

.p-topKv {
	
}

/* Arrows */
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 35px;
	height: 35px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: #222;
}

.slick-prev:hover, .slick-next:hover {
	background: #00a28e;
}

.slick-prev::before, .slick-next::before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 50%;
	top: 50%;
}

.slick-prev::before {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	margin: -3px 0 0 -3px;
}

.slick-next::before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	margin: -3px 0 0 -6px;
}

.slick-prev {
	left: 0;
	z-index: 4;
}

.slick-next {
	right: 0;
	z-index: 5;
}



/* Dots */

.slick-dots {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	z-index: 6;
}

.slick-dots li {
	display: inline-block;
	position: relative;
	width: 7px;
	height: 7px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	display: block;
	position: relative;
	width: 7px;
	height: 7px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 7px;
	background-color: #000000;
	border-radius: 50%;
	opacity: .25;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
}




.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}




/* WAW 上野 追加 */

.p-placePlan__note {
	width: 100%;
	margin-top: 30px;
	padding: 30px;
	border: 1px solid #f2f2f2;
}
@media (max-width: 1000px) {
	.p-placePlan__note {
		margin-top: 15px;
		padding: 15px;
	}
}

.p-placePlan__note p {
	font-size: 1.1rem;
}


/*メニューSP向け*/
.l-headerMenu__sp {
	padding-top: 0;
}

.l-headerMenu__item__sp {
	position: relative;
	padding-left: 15px;
	margin-top: 0.75em;
}

.l-headerMenu__item__sp::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 2px;
	background: #fff ;
	position: absolute;
	bottom: 50%;
	-webkit-transform: translate(0,50%);
	-ms-transform: translate(0,50%);
	transform: translate(0,50%);
	left: 0;
}

/*スマホメニュー修正*/
@media (max-width: 1000px) {
	.is-open .c-cta {
		position: relative;
		z-index: -1;
	}

	.is-open .l-footer {
		position: relative;
		z-index: -1;
	}

	.is-open .c-footerBnr,
	.is-open .p-reserve.fixed {
		z-index: -1;
	}

}

.c-btn--s {
    width: 240px;
    height: 34px;
    font-size: 1.2rem;
	margin-top: 0.5em;
}

a.textlink {
	text-decoration: underline;
}

a.textlink:hover {
	text-decoration: none;
}


/* SEO対策 20251031*/

@media (max-width: 1000px) {
	.c-title.with_sitetitle {
		padding: 20px 0 0;
		height: 125px;
	}
}

@media (max-width: 1000px) {
	.c-title__en {
		mix-blend-mode: screen;
	}
}

.c-title__jp {
	font-weight: bold;
}

@media (max-width: 1000px) {
	.place-sp .headband {
		display: block;
	}
}

@media (max-width: 1000px) {
	.place-sp .headband .inner {
		width: calc(100% - 30px);
		padding: 75px 0 5px;
	}

	.c-title.with_sitetitle:before {
		left: -40px;
	}

}

@media (max-width: 1000px) {
	.place-sp .headband .inner .menu {
		display: none;
	}
}


.l-header__breadcrumb {
	display: block;
	position: absolute;
	top: 180px;
	left: 70px;
	z-index: 4000;
	max-width: calc(100% - 140px);
	text-overflow: ellipsis;
	overflow: hidden;
}

@media (max-width: 1000px) {
	.l-header__breadcrumb {
		display: none;
	}
}

.l-header__breadcrumb ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.l-header__breadcrumb li {
	display: flex;
	align-items: center;
	margin: 0;
	padding-right: 1.5rem;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.l-header__breadcrumb li::after {
	content: '';
    display: inline-block;
    width: .5em;
    height: .5em;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    margin: 0 0 0 1.5rem;
	flex-grow: 1;
}

.l-header__breadcrumb li:last-of-type {
	margin-right: 0;
	font-weight: 700;
}

.l-header__breadcrumb li:last-of-type::after {
	display: none;
}

.l-header__breadcrumb li.home a {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url("../images/home_icon.svg");
	background-position: center center;
	background-size: contain;
	text-indent: -999px;
	overflow: hidden;
}




.c-breadcrumb {
	position: relative;
	background-color: #67b8ad;
}

.p-top .l-header__breadcrumb,
.p-top .c-breadcrumb {
	display: none;
}

.c-breadcrumb__container {
	margin-left: 45px;
	padding: 20px 0;
}

@media (max-width: 1000px) {
	.c-breadcrumb__container {
	margin-left: 15px;
	}
}

.c-breadcrumb ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.c-breadcrumb ul li {
	display: flex;
	align-items: center;
	margin: 0;
	padding-right: 1.5rem;
	color: #ffffff;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.05em;
}

.c-breadcrumb ul li::after {
	content: '';
    display: inline-block;
    width: .5em;
    height: .5em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin: 0 0 0 1.5rem;
	flex-grow: 1;
}

.c-breadcrumb ul li:last-of-type {
	margin-right: 0;
	font-weight: 700;
}

.c-breadcrumb ul li:last-of-type::after {
	display: none;
}

.c-breadcrumb ul li a {
	color: #ffffff;
}

.c-breadcrumb ul li.home a {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url("../images/home_icon_w.svg");
	background-position: center center;
	background-size: contain;
	text-indent: -999px;
	overflow: hidden;
}

@media (max-width: 1000px) {
	.c-breadcrumb{
		display:flex;
		overflow-x: scroll;
		word-break: keep-all;
		white-space: nowrap;
	}
}

/*フォームメンテナンス表示*/
/*
.p-download .p-contact,
.p-download .c-form,
.p-contact .c-form__intro,
.p-contact .hbspt-form {
	display: none;
}
*/

.c-maintenance {
	width: 35em;
	padding: 3em 0;
	margin: 5em auto;
	border: 3px solid #ff580e;
	color: #ff580e;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
}

@media (max-width: 1000px) {
	.c-maintenance {
		width: calc(100% - 30px);
		max-width: 450px;
		padding: 1em 0;
		margin: 2em auto;
		border: 2px solid #ff580e;
		font-size: 1.3rem;
	}

}