@charset "UTF-8";
 /**
 * 共通
 **************************************************************/
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}
.scroll-table {
	height: 700px;
	overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
               overflow-scrolling: touch;
}
.btn-modal-close__wrapper {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
	position: absolute;
    top: -45px;
    right: -45px;
    width: 45px;
	height: 45px;
	cursor: pointer;
	background: #fff;
	-webkit-border-radius: 22.5px;
            border-radius: 22.5px;
}
.btn__modal-close {
    display: block;
    font-size: 2.4rem;
    width: 45px;
    height: 45px;
    line-height: 100%;
}

 /**
 * 臨時お知らせ */
.rinji{
	border: solid 1px #000000;
	padding:10px;
	margin:0 auto;
	text-align:center;
	background:#fff;
}
.rinji em{
	display: block;
	text-align: center;
	margin: 10px 0 4px;
	font-size: 16px;
	font-style:normal;
}

 /**
 * モーダルウィンドウ_内部
 **************************************************************/
.modal-area__title-box{
	margin: 0 0 35px;
}
.modal-price__inner-box{
	padding: 45px 35px;
}
.modal-price__wrapper .modal-price__inner-box {
	/*padding: 0 35px 45px;191115*/
	padding: 0 10px 45px;
}
.modal-area__title {
	border-bottom: 1px solid #000;
	font-size: 1.4rem;
	padding: 0 20px 15px;
}
.modal-area__content-box {
	margin: 45px 0;
	height: 100vh;
}
.modal-area__text {
	margin: 0 0 25px;
}
.modal-area__table-wrapper {
	margin: 0 0 45px;
}
.modal-area__table {
	border: 1px solid #ccc;
	width: 100%;
}
.modal-area__table-headline {
	background: #000;
	border: 1px solid #ccc;
	color: #fff;
	padding: 4px 10px;
}
.modal-area__table-item {
	border: 1px solid #ccc;
	padding: 4px 10px;
}
.modal-area__table-headline-firsttime,
.modal-area__table-item-firsttime {
	padding: 18px 10px;
}
.modal-area__table-caption {
	padding: 25px 0;
	font-size: 1.2rem;
	text-align: center;
}
.modal-area__table-title {
	background: #f2f2f2;
}
.modal-area__banner-list {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
}
.modal-area__banner-box {
	margin: 35px 0;
}
.modal-area__banner-item {
    width: 100%;
    height: auto;
    max-width: 800px;
    margin: 0 auto;
 }
.modal-area__banner-img {
	width: 100%;
	height: auto;
}
.modal-area__mousikomi-box {
	margin: 20px 0 35px;
}
.modal-area__mousikomi {
	padding: 10px 55px;
	border: 1px solid #000;
	-webkit-border-radius: 40px;
            border-radius: 40px;
    font-size: 1.1rem;
}
.modal-area__mousikomi:hover {
	text-decoration: none;
}
.modal-area__banner-icon-img {
	width: initial;
}
.modal_access_floor-guid-img--tate{
	height: 100%;
	width: auto;
	max-height: calc( 65vh - 50px );
}
.modal_access_floor-guid-img--yoko{
	height: auto;
	width: 100%;
	max-width: calc( 50vw - 50px );
}

 /**
 * 挨拶文
 **************************************************************/
.message-area{
  min-height: 800px;
  background: rgba(0,0,0,.45);
  position: relative;
}
.message-area__text-box {
  position: absolute;
  right: calc(20% - 50px);
  bottom: 100px;
  z-index: 10000;
}
.message-area__text-title {
  margin-bottom: 45px;
  text-align: left;
}
.message-area__text-message {
  color: #fff;
  text-align: left;
  line-height: 1.8rem;
}
.message-area__bgcolor--stripe {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background:
    repeating-linear-gradient(
      -45deg,
       rgba(0, 0, 0, 0.1),
       rgba(0, 0, 0, 0.1) 2px,
       rgba(10, 10, 10, 0.2) 0,
       rgba(10, 10, 10, 0.2) 4px);
}
.parallax-mirror{
  text-align: left;
}
 /**
 * はじめての方へ　＆　料金
 **************************************************************/
.beginner-and-price-area__inner-box{
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.beginner-area__icon-box{
  width: 50%;
  background: rgba(250,240,0,1);
}
.beginner-area__beginner-box {
  width: 500px;
  margin: 0 0 0 auto;
}
.beginner-area__icon-area--circle {
	width: 300px;
	height: 300px;
	border: 3px solid #000;
	-webkit-border-radius: 150px;
            border-radius: 150px;
   display: flex;
   display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  margin: 100px auto;
}
.icon-area__text--en {
	border-bottom: 1px solid #000;
	padding: 0 0 15px;
}
.icon-area__text-wrapper {
  display: block;
}
.icon-area__text-wrapper--ja {
	margin:40px 0 45px;
}
.price-area__icon-area--circle{
	width: 300px;
	height: 300px;
	border: 3px solid #000;
	-webkit-border-radius: 150px;
            border-radius: 150px;
   display: flex;
   display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  margin: 100px auto;
}
.price-area__icon-box{
  width: 50%;
  background: rgba(93,194,207,1);
}
.price-area__price-box {
  width: 500px;
  margin: 0 auto 0 0;
}
/**
 * フロアビジュアル
 **************************************************************/
.floor-guid-area {
	background: #fff;
	padding: 45px 0 50px;
}
.floor-guid-area__photo-box {
  width: 975px;
  margin: 50px auto 30px;
}
.floor-guid-area__photo-items-row {
   display: flex;
   display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}
.floor-guid-area__photo-item-link > img {
	height: auto;
    vertical-align: inherit;
	width: 100%;
}
.floor-guid-area__photo-item-large {
	width: 495px;
}
.floor-guid-area__photo-item-middle {
	width: 220px;
}
.floor-guid-area__photo-item-mult {
	width: 240px;
}
 /**
 * スタッフ
 **************************************************************/
.staff-area__wrapper {
	margin: 0;
}
.staff-area__bgcolor--black {
}
.staff-area__inner-box {
	padding: 45px 0 65px;
}
.staff-area__button-link{
  background: rgba(250,240,0,1);
  display: block;
  padding: 25px 0;
  width: 50%;
  max-width: 500px;
  font-size: 1.4rem;
  color: #000;
  border-radius: 45px;
	margin: 0 auto;
}
.staff-area__button-link:hover {
	text-decoration: none;
}
.staff-area__button-link:link,
.staff-area__button-link:visited {
  color: #000;
}
 /**
 * インスタグラム
 **************************************************************/
.instagram-area {
  background: #f5f5f5;
  padding: 35px 0 85px 0;
}
.instagram-area__title-box {
  margin: 0 0 40px;
}
.instagram-area__slider {
  width: 1000px;
  margin: 0 auto;
}
 /**
 * お知らせ　＆　スケジュール
 **************************************************************/
.news-schedule-area{
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.news-area__wrapper{
  width: 50%;
  background:url(../../../../img/page/renewal/shop/pc/bg_yellow.gif) repeat top left;
}
.news-area {
  width: 500px;
  margin: 0 0 0 auto;
  padding: 0 0 25px;
}
.news-area__title-box {
  margin: 25px 0 0 0;
}
.news-area__title-box
  > .title-box__inner-box
  > .title-box__title--ja {
    margin: 25px 0 20px;
}
.news-area__contents {
	padding: 35px 0;
}
.news-area__contents-box {
  background: #fff;
  width: 474px;
}
.news-area__list {
	padding: 0 45px;
	margin: 0 0 65px;
}
.news-area__list-item {
  text-align: left;
  border-bottom: 1px dotted #dfdfdf;
  padding: 5px 0;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.news-area__list-item-data {
  background: #2fb3c2;
  border-radius: 3px;
  color: #fff;
  padding: 3px 4px;
  width: initial;
  text-align: center;
  margin: 0 8px 0 0;
}
.news-area__btn-box {
  padding: 0 45px;
}
.news-area__btn {
  background: #2fb3c2;
  border-radius: 3px;
  padding: 18px 4px;
  width: 340px;
  margin: 0 auto;
  display: block;
}
.news-area__btn > img{
  vertical-align: middle;
}
.schedule-area__wrapper{
  width: 50%;
  background:url(../../../../img/page/renewal/shop/pc/bg_blue.gif) repeat top left;
}
.schedule-area {
  width: 500px;
  margin: 0 auto 0 0;
  padding: 0 0 25px;
}
.schedule-area__title-box {
  margin: 25px 0 0 0;
}
.schedule-area__title-box
  > .title-box__inner-box
  > .title-box__title--ja {
    margin: 25px 0 20px;
}
.schedule-area__calendar {
	text-align: center;
	background-color: #fff;
	padding: 30px 10px 20px;
	margin: 0 0 0 24px;
	width: 474px;
}
.schedule-area__calendar iframe {
	width: 100%;
}
 /**
 * アクセスマップ
 **************************************************************/
.access-area{
	background: #fff;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.access-area__googlemap-wrapper{
  width: 50%;
}
.access-area__googlemap {
	line-height: 0;
}
.access-area__contents-box-wrapper{
  width: 50%;
}
.access-area__contents-box {
  width: 500px;
  margin: 0 auto 0 0;
  padding: 0 0 25px;
}
.access-area__contents {
	margin: 25px 0 0 0;
}
.access-area__contents-item-row {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  text-align: left;
  border-bottom: 1px dotted #dfdfdf;
  padding: 10px 20px;
  margin: 0 25px;
}
.access-area__contents-item-title::before {
  position: absolute;
  content: "";
  left: 0px;
  width: 12px;
  height: 12px;
  background: #ff0;
  border-radius: 6px;
  top: 5px;
}
.access-area__contents-item-title {
	width: 25%;
	font-size: 1.2rem;
	position: relative;
	padding: 0 0 0 20px;
}
.access-area__contents-item-info {
	width: 75%;
}
.access-area__contents-item-info > ul {
	display: flex;
	display: -webkit-flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
}
.access-area__contents-item-info-service {
	background: #000;
	color: #fff;
	display: inline-flex;
	display: -webkit-inline-flex;
	-webkit-align-items: center;
	        align-items: center;
	margin: 0 0 0 15px;
	padding: 0 10px;
	border-radius: 4px;
	position: relative;
}
.access-area__contents-button-box {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 65px 0 0 45px;
}
.access-area__contents-button {
	border: 2px solid #000;
	border-radius: 4px;
	padding: 8px 10px;
	text-decoration: none;
	height: 45px;
	color: #000;
	font-size: .8rem;
	font-weight: bold;
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
}
.access-area__contents-button:link,
.access-area__contents-button:visited {
	color: #000;
}
.access-area__contents-button-wrapper {
	width: 45%;
	min-width: 205px;
}
.access-area__contents-button-icon-car,
.access-area__contents-button-icon-train {
	color: #000;
	margin: 0 12px 0 0;
}
 /**
 * タイトル
 **************************************************************/
.title-box__inner-box {
   display: flex;
   display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}
.title-box__title--en {
	border-bottom: 1px solid #000;
	padding: 0 0 15px;
}
.title-box__title--en-border-white {
	border-bottom: 1px solid #fff;
}
.title-box__title--ja {
	margin: 20px 0 45px;
}
/**
 * 要素非表示
 **************************************************************/
.item-load--delay{
  opacity: 0;
  top: 30px;
  position: relative;
}
/**
　* モーダルウィンドウ
　**************************************************************/
.modal-box {
   position: fixed;
   height: 100%;
   width: 100%;
   display: block;
   background: rgba( 0,0,0, .65);
   z-index: 9999999999;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   animation: fadeIn .2s ease 0s 1 normal;
   -webkit-animation: fadeIn .2s ease 0s 1 normal;
}
.modal-box .glnav-item a:hover,
.modal-box .glnav-item.active a{
   border-bottom: none;
}
@keyframes fadeIn { /*「fadeIn」と名前をそろえる*/
   0% {opacity: 0} /*アニメーション開始時は完全に透過*/
   100% {opacity: 1} /*アニメーション終了時は透過しない*/
}
/**
* モーダルウィンドウ_IE11対応
**************************************************************/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .btn__modal-close {
  		position: absolute;
  		top: 5px;
  		left: 1px;
  	}
  *::-ms-backdrop, .header-contents-store__text-tel > img, .header-contents-store__text-open > img {
  		vertical-align: middle;
  	}
}
/**
　* モーダルウィンドウ_料金
　**************************************************************/
.modal_price {
	display: none;
	background: #fff;
    width: 55%;
    margin: auto;
    height: 700px;
    position: absolute;
    top: calc(40% - 250px);
    left: calc(24.5%);
    -webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.4));
            filter: drop-shadow(0px 0px 10px rgba(0,0,0,.4));
	box-shadow: 0px 3px 10px rgba(0,0,0,.4)
}
/**
* モーダルウィンドウ_アクセス_電車
**************************************************************/
.modal_access_train {
	display: none;
	background: #fff;
    width: 600px;
    margin: auto;
    height: 400px;
    position: absolute;
    top: calc(50% - 200px);
    left: calc(50% - 300px);
    -webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.4));
            filter: drop-shadow(0px 0px 10px rgba(0,0,0,.4));
	box-shadow: 0px 3px 10px rgba(0,0,0,.4)
}
/**
* モーダルウィンドウ_アクセス_車
**************************************************************/
.modal_access_car {
	display: none;
	background: #fff;
    width: 600px;
    margin: auto;
    height: 400px;
    position: absolute;
    top: calc(50% - 200px);
    left: calc(50% - 300px);
    -webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.4));
            filter: drop-shadow(0px 0px 10px rgba(0,0,0,.4));
	box-shadow: 0px 3px 10px rgba(0,0,0,.4);
}
/**
* モーダルウィンドウ_アクセス_フロアビジュアル
**************************************************************/
.modal_access_floor-guid {
	visibility: hidden;
	background: #fff;
    width: auto;
    margin: auto;
    height: auto;
    position: absolute;
    -webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.4));
            filter: drop-shadow(0px 0px 10px rgba(0,0,0,.4));
	box-shadow: 0px 3px 10px rgba(0,0,0,.4)
}
.modal_access_floor-guid-content {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  padding: 5px;
}
.modal_access_floor-guid-description {
  text-align: left;
  padding: 8px 0 3px;
}
.modal_access_floor-guid-description:empty {
  padding: 0;
}
.modal_access_floor-guid.fadein{
   animation: fade-in-visibiility .3s ease .2s 1 forwards;
   -webkit-animation: fade-in-visibiility .3s ease .2s 1 forwards;
}
@keyframes fade-in-visibiility {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  50% {
    visibility: visible;
    opacity: .5;
  }

  100% {
    visibility: visible;
    opacity: 1;
  }
}

/**
* パララックス
**************************************************************/
.parallax {
    width: 100%;
	min-height: 200px;
	background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
			background-size: cover;
    text-align: center;
}
.parallax.bg-01 {
    background-image: url(../../../../img/page/renewal/shop/pc/eyecatch_01.jpg);
}
.parallax.bg-02 {
    background-image: url(../../../../img/page/renewal/shop/pc/eyecatch_02.jpg);
	background-repeat-y: repeat;
}
@media (max-width: 1000px) {
	.beginner-area__beginner-box,
	.price-area__price-box {
	  width: 100%;
	}

	/**
	* お知らせ　＆　スケジュール
	**************************************************************/
	.schedule-area__wrapper,
	.news-area__wrapper{
		width: 100%;
	}
	.schedule-area,
	.news-area {
		margin: 0 auto;
	}

	 /**
	 * アクセスマップ
	 **************************************************************/
	.access-area__contents-box {
	  width: 100%;
	}
	.access-area__contents-button-box {
	    margin: 65px 25px 0 25px;
	}
	.access-area__contents-button-wrapper {
		max-width: 250px;
	}
}
@media screen and  (max-width: 897px) {
	 /**
	 * はじめての方へ　＆　料金
	 **************************************************************/
	.message-area {
	    min-height: 550px;
	}
	.message-area__text-title > img {
		width: 65%;
		height: auto;
	}
	.message-area__text-title {
	    margin-bottom: 5%;
        text-align: inherit;
	}
	.message-area__text-message {
		margin: 0 auto;
		width: 65%;
	    line-height: 1.3rem;
	}
	.icon-area__text-wrapper {
	    margin: 5% 0;
	}
	 /**
	 * はじめての方へ　＆　料金
	 **************************************************************/
	.beginner-area__beginner-box {
	    width: initial;
	}
	.price-area__price-box {
	    width: initial;
	}
	.price-area__icon-area--circle,
	.beginner-area__icon-area--circle {
		display: block;
	    width: 135px;
	    height: 135px;
	    margin: 15% auto;
	}
	.icon-area__text--en {
	    padding: 0 0 7%;
	}
	.icon-area__text--en > img {
		height: auto;
	}
	.beginner-area__icon-area--circle
	> a > .icon-area__text-wrapper > .icon-area__text--en > img {
		max-width: 60px;
	}
	.icon-area__text-wrapper--ja {
	    margin: 3% 0 12%;
	}
	.icon-area__text--ja > img {
		width: initial;
		max-width: 90px;
		height: auto;
	}
	.price-area__link > .icon-area__text-wrapper > .icon-area__text--ja > img {
		max-width: 30px;
	}
	 /**
	 * スタッフ
	 **************************************************************/
	.staff-area__button-link{
		font-size: 1.2rem;
		padding: 4% 5%;
		width: 75%;
	}
	.staff-area__inner-box {
	    padding: 5% 0 8%;
	}
	/**
	 * フロアビジュアル
	 **************************************************************/
	 .floor-guid-area .title-box__title--ja img {
	 	max-width: 255px;
	 }
	.floor-guid-area__photo-box {
		width: 93%;
	}
	.floor-guid-area__photo-item-link > img {
	    width: 97%;
	}
	 /**
	 * インスタグラム
	 **************************************************************/
	.instagram-area__slider {
		width: 90%;
	}
	.instagram-area__title-box .title-box__title--sp .title-box__row:first-child img {
		width: 70%;
		max-width: 264px;
	}
	.instagram-area__title-box .title-box__title--sp .title-box__row:nth-child(2) img {
		width: 70%;
		max-width: 84px;
		margin: 5% 0;
	}
	.instagram-area__title-box .title-box__title--sp .title-box__row:nth-child(3) img {
		width: 70%;
		margin-bottom: 3%;
		max-width: 300px;
	}
	.instagram-area__title-box .title-box__title--sp .title-box__row:nth-child(4) img {
		width: 70%;
		max-width: 300px;
	}
	.instagram-area__title-box .title-box__title--sp .title-box__row img {
		width: 100%;
		height: auto;
	}
	 /**
	 * お知らせ　＆　スケジュール
	 **************************************************************/
	.schedule-area__wrapper,
	.news-area__wrapper {
		width: 100%;
		padding: 0 3%;
	}
	.news-area {
	    width: initial;
	}
	.news-area__btn {
	    width: 80%;
	}
	.news-area__btn-box {
	    padding: 0;
	}
	.news-area__contents-box {
		width: 100%;
		height: auto;
	}
	.news-area__list {
	    padding: 0 5%;
	    margin: 0 auto 10%;
	    width: 90%;
	}
	.news-area__list-item-data {
		font-size: 0.8rem;
	    width: initial;
	}
	.schedule-area {
	    width: initial;
	}
	.schedule-area__calendar > img {
		width: 100%;
		height: auto;
	}
	.schedule-area__calendar > iframe {
		width: 100%;
	}
.schedule-area__calendar {
	width: 100%;
	margin: 0;
}

	 /**
	 * アクセスマップ
	 **************************************************************/
	.access-area {
	    -webkit-flex-direction: column-reverse;
        	    flex-direction: column-reverse;
	}
	 .access-area__googlemap-wrapper,
     .access-area__contents-box-wrapper{
		width: 100%;
	 }
	.access-area__contents-box {
	    width: initial;
	}
	.access-area__googlemap > iframe{
		max-height: 320px;
	}
	.access-area__contents-button-box {
	    margin: 5%;
	}
	.access-area__contents-button {
	    padding: 8px 0 8px 10px;
	}
	.access-area__contents-button-text {
		letter-spacing: -0.8px;
		font-size: .8rem;
		margin: 0 auto;
	}
	.access-area__contents-button-icon-car,
	.access-area__contents-button-icon-train {
	    margin: 0 5px 0 0;
	}
	.access-area__contents-item-title {
	    font-size: 1rem;
	}
	.access-area__contents-item-row {
	    padding: 10px 0;
	}
	.access-area__contents {
	    margin: 5% 0 10% 0;
	}
	 /**
	 * モーダルウィンドウ
	 **************************************************************/
	.modal-area__banner-list {
	    -webkit-flex-direction: column;
         	    flex-direction: column;
	}
	.modal-area__banner-item {
	    width: 100%;
	}
	.modal-area__banner-item:first-child {
	    margin-bottom: 5%;
	}
	.modal-area__table-wrapper {
	    overflow-x: scroll;
	    -webkit-overflow-scrolling: touch;
                overflow-scrolling: touch;
	}
	.modal-area__table-wrapper::-webkit-scrollbar {
		width: 20px;
		height: 14px;
	}
	.modal-area__table-wrapper::-webkit-scrollbar-track {
		-webkit-border-radius: 8px;
		        border-radius: 8px;
		background: #e9e9e9;
	}
	.modal-area__table-wrapper::-webkit-scrollbar-thumb {
		-webkit-border-radius: 8px;
		        border-radius: 8px;
		background:#9a9a9a;
	}
	.modal-area__table {
	    /*min-width: 500px;191115*/
	    min-width: 300px;
	}
	 /**
	 * モーダルウィンドウ_内部
	 **************************************************************/
	.modal-price__inner-box {
		padding: 5%;
	}
	.modal-area__title {
	    font-size: .8rem;
	    padding: 0 10px 10px 10px;
	}
	/**
	* モーダルウィンドウ
	**************************************************************/
	.modal-box {
	   display: flex;
	   -webkit-align-items: center;
	           align-items: center;
	   -webkit-justify-content: center;
        	   justify-content: center;
	}
	/**
	* モーダルウィンドウ_料金
	**************************************************************/
	.modal_price {
		position: relative;
		width: calc( 95% - 90px );
	    top: 0;
	    left: 0;
	    max-height: 80%;
	}
	.modal-price__wrapper {
	    max-height: 100%;
	    overflow-y: scroll;
	    -webkit-overflow-scrolling: touch;
                overflow-scrolling: touch;
	}
	.modal-area__mousikomi {
	    padding: 15px 20px;
	    border-radius: 40px;
	    font-size: .8rem;
	}
	.modal-area__text,
	.modal-area__table-title,
	.modal-area__table-headline,
	.modal-area__table-item,
	.modal-area__table-headline-firsttime,
	.modal-area__table-item-firsttime {
	    font-size: .8rem;
	}

	/**
	* モーダルウィンドウ_アクセス_電車
	**************************************************************/
	.modal_access_train {
		position: relative;
		width: calc( 95% - 90px );
	    top: 0;
	    left: 0;
	    height: auto;
	    max-height: 450px;
    }
	.modal_access_train-content {
	    max-height: 450px;
	    overflow-y: scroll;
	    -webkit-overflow-scrolling: touch;
                overflow-scrolling: touch;
	}
	/**
	* モーダルウィンドウ_アクセス_車
	**************************************************************/
	.modal_access_car {
		position: relative;
		width: calc( 95% - 90px );
	    top: 0;
	    left: 0;
	    height: auto;
	}
	.modal_access_car-content {
	    max-height: 450px;
	    overflow-y: scroll;
	    -webkit-overflow-scrolling: touch;
                overflow-scrolling: touch;
	}
	/**
	* モーダルウィンドウ_アクセス_フロアビジュアル
	**************************************************************/
	.modal_access_floor-guid {
		visibility: hidden;
		background: #fff;
	    width: auto;
	    margin: auto;
	    height: auto;
	    position: absolute;
	    -webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.4));
	            filter: drop-shadow(0px 0px 10px rgba(0,0,0,.4));
		box-shadow: 0px 3px 10px rgba(0,0,0,.4)
	}
	.modal_access_floor-guid-content {
	  display: flex;
	  flex-direction: column;
	  padding: 5px;
	}
	.modal_access_floor-guid-description {
	  text-align: left;
	  padding: 8px 0 3px;
	}
	.modal_access_floor-guid-img--yoko{
		max-width: 100vw;
	}

	/**
	* パララックス
	**************************************************************/
	.parallax {
	    -webkit-background-size: 1100px;
	            background-size: 1100px;
	}
	.parallax.bg-01 {
	    background-image: url(../../../../img/page/renewal/shop/pc/eyecatch_01_sp.jpg);
	}
	.parallax.bg-02 {
		background-repeat-y: repeat;
	}
}
@media (max-width: 450px) {
	 /**
	 * 共通
	 **************************************************************/
	.title-box__title--ja {
    	margin: 10px 0 25px;
	}
	 /**
	 * お知らせ　＆　スケジュール
	 **************************************************************/
	.news-area__list {
	    padding: 0 2%;
	}
	 /**
	 * スタッフ
	 **************************************************************/
	.staff-area__button-link {
	    font-size: .8rem;
		padding: 2% 3%;
	}
	 /**
	 * アクセス
	 **************************************************************/
	.access-area__contents-button-wrapper {
	    min-width: 100%;
	    margin-bottom: 5%;
	}
	/**
	* モーダルウィンドウ
	**************************************************************/
	.modal_access_car,
	.modal_access_train,
	.modal_price {
	    width: calc( 100% - 20px );
	}
	.btn-modal-close__wrapper {
	    top: -60px;
	    right: 10px;
	}

	/**
	* モーダルウィンドウ_アクセス_フロアビジュアル
	**************************************************************/
	.modal_access_floor-guid-img--yoko{
		width: 100%;
		height: auto;
	}
	.modal_access_floor-guid-img--tate{
		width: auto;
		max-height: 35vh;
	}

}
