@charset "utf-8";
body{
	width: 100%;
}
.fw .bgGrey {
	background-color: #F8F8F8;
}

.bgSearch {
	background-color: #EEF2F4;
}

.shop-page-u96-detail-section {
	padding-top: 40px;
	padding-bottom: 60px;
}

.modalOpen span:after {
	content: none;
}

/* フローティングバナー */
.shop-page-u96-floating-banner {
	position: fixed;
	display: none;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 0;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 10;
	text-align: center;
}

.shop-page-u96-floating-banner-text_sub_wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}
.shop-page-u96-floating-banner-text_sub{
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
	padding: 0 20px;
	position: relative;
	line-height: 100%;
}
.shop-page-u96-floating-banner-text_sub::after,.shop-page-u96-floating-banner-text_sub::before{
	content: '';
	display: block;
	height: 14px;
	width: 1px;
	border-left: 1px solid #fff;
	position: absolute;
	margin-top: 1px;
}
.shop-page-u96-floating-banner-text_sub::after{
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(35deg);
	-webkit-transform: translateY(-50%) rotate(35deg);
	-moz-transform: translateY(-50%) rotate(35deg);
	-ms-transform: translateY(-50%) rotate(35deg);
	-o-transform: translateY(-50%) rotate(35deg);
}
.shop-page-u96-floating-banner-text_sub::before{
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(330deg);
	-webkit-transform: translateY(-50%) rotate(330deg);
	-moz-transform: translateY(-50%) rotate(330deg);
	-ms-transform: translateY(-50%) rotate(330deg);
	-o-transform: translateY(-50%) rotate(330deg);
}
/* /フローティングバナー */

/* マップモーダル */
.shop-page-u96-map-icon {
	display: none;
}

.shop-page-u96-map-modal {
	display: none;
}
/* /マップモーダル */

/* ボタン */
.shop-page-u96-button {
	border-radius: 32.5px;
	text-align: center;
	transition: 0.3s;
}
.shop-page-u96-button:hover {
	opacity: 0.8;
}

.shop-page-u96-button-link {
	position: relative;
	display: block;
	font-size: 16px;
	border-radius: 32.5px;
	padding: 10px 0;
}
.shop-page-u96-button-link::before {
	position: absolute;
	content: '';
	background-repeat: no-repeat;
}

.shop-page-u96-button-blue {
	background-color:#0456CD;
}
.shop-page-u96-button-blue > .shop-page-u96-button-link {
	font-size: 18px;
	color: #FFFFFF !important;
	font-weight: 600;
}
.shop-page-u96-button-blue > .shop-page-u96-button-link::before {
	top: 18px;
	right: 20px;
	width: 8px;
	height: 14px;
	background-image: url(/shop/set/data/search/lib/img/p/arrow-right-white.svg);
}

.shop-page-u96-button-black {
	background-color: #000000;
}
.shop-page-u96-button-black > .shop-page-u96-button-link {
	color: #FFFFFF !important;
}
.shop-page-u96-button-black > .shop-page-u96-button-link::before {
	top: 22px;
	right: 20px;
	width: 14px;
	height: 8px;
	background-image: url(/shop/set/data/search/lib/img/p/arrow-bottom-white.svg);
}

.shop-page-u96-button-white {
	background-color: #FFFFFF;
	border: 1px solid #C1C1C2;
}
.shop-page-u96-button-white > .shop-page-u96-button-link {
	font-weight: bold;
	color: #333333 !important;
}
.shop-page-u96-button-white > .shop-page-u96-button-link::before {
	top: 18px;
	left: 20px;
	width: 8px;
	height: 14px;
	background-image: url(/shop/set/data/search/lib/img/p/arrow-left-black.svg);
}

.shop-page-u96-button-short {
	width: 200px;
}
.shop-page-u96-button-long {
	width: 340px;
}

.shop-page-u96-button-reserve {
	display: inline-block;
	width: 340px;
	background: -moz-linear-gradient(top,#0B5BCE,#0F82B8);
  background: -webkit-linear-gradient(top,#0B5BCE,#0F82B8);
  background: linear-gradient(to bottom,#0B5BCE,#0F82B8);
}
/* /ボタン */

/* ショップ詳細 */
.shop-page-u96-detail {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 30px;
}

.shop-page-u96-detail-box-left {
	width: 450px;
}

.shop-page-u96-detail-box-right {
	width: 455px;
}

.shop-page-u96-detail-h1 {
	font-size: 34px;
	font-weight: bold;
	color: #333333;
	line-height: 1.2;
	margin-bottom: 20px;
}

.shop-page-u96-detail-h3 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-bottom: 15px;
}

.shop-page-u96-detail-text {
	font-size: 16px;
	color: #666666;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
	line-height: 1.45;
}

.shop-page-u96-detail-shop-map + .shop-page-u96-detail-text{
	font-size: 14px;
}

.shop-page-u96-detail-tel_wrap{
	margin-top: 20px;
	text-align: center;
	color : #0456CD;
}

.shop-page-u96-detail-tel_desc{
	font-size: 16px;
	line-height: 1.45;
	font-weight: 600;
}

.shop-page-u96-detail-tel {
	margin-top: 10px;
}

.shop-page-u96-detail-tel-link {
	position: relative;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	padding-left: 30px;
}
.shop-page-u96-detail-tel-link::before {
	position: absolute;
	content: '';
	top: 3px;
	left: 0;
	width: 23px;
	height: 23px;
	background-image: url(/shop/set/data/search/detail/img/p/phone-icon-large.svg);
	background-repeat: no-repeat;
}
.shop-page-u96-detail-tel-link-sp {
	display: none;
}

.shop-page-u96-detail-ymobile {
	width: 130px;
	height: 30px;
	border: 1px solid #657982;
	font-size: 14px;
	font-weight: bold;
	color: #657982;
	text-align: center;
	margin-bottom: 20px;
}

.shop-page-u96-detail-table {
	font-size: 16px;
	color: #666666;
	letter-spacing: 0.6px !important;
}

.shop-page-u96-detail-table-th {
	position: relative;
	vertical-align: top;
	font-weight: bold;
	padding: 0 20px 0 30px !important;
	word-break: keep-all;
}
.shop-page-u96-detail-table-th::before {
	position: absolute;
	content: '';
	top: 5px;
	left: 0;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}
.shop-page-u96-detail-table-th-clock::before {
	background-image: url(/shop/set/data/search/detail/img/p/clock-icon.svg);
}
.shop-page-u96-detail-table-th-calendar::before {
	background-image: url(/shop/set/data/search/detail/img/p/calendar-icon.svg);
}
.shop-page-u96-detail-table-th-danger::before {
	width: 22px;
	background-image: url(/shop/set/data/search/detail/img/p/danger-icon.svg);
}

.shop-page-u96-detail-table-th-danger {
	color: #EB6877;
}

.shop-page-u96-detail-table-td {
	padding: 0 !important;
	line-height: 1.45;
}
.shop-page-u96-detail-table-td-danger {
	font-weight: bold;
	color: #EB6877;
}

.shop-page-u96-detail-inner-table-th {
	padding: 0 15px 0 0 !important;
}

.shop-page-u96-detail-inner-table-td {
	padding: 0 !important;
}

.shop-page-u96-detail-shop-map {
	height: 300px;
	margin-bottom: 15px;
}

.shop-page-u96-reservation-text {
	font-size: 16px;
	font-weight: bold;
	color: #43979A;
	text-align: center;
	margin-bottom: 15px !important;
}

#js-reserve-table{
	display: none;
	margin-bottom: 15px;
}

.shop-page-u96-reservation-table-container-sp {
	display: none !important;
}

.shop-page-u96-reservation-table {
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	table-layout: fixed;
}

.shop-page-u96-reservation-table-th {
	text-align: center;
	background-color: #E1E9F0;
	padding: 5px 0 !important;
}

.shop-page-u96-reservation-table-th-weekday {
	color: #333333;
}
.shop-page-u96-reservation-table-th-saturday {
	color: #5293BC;
}
.shop-page-u96-reservation-table-th-sunday {
	color: #EB6877;
}

.shop-page-u96-reservation-table-td {
	position: relative;
	text-align: center;
	line-height: 1;
	border-bottom: 1px solid #E6E6E6;
	padding: 15px 0 60px 0 !important;
	cursor: pointer;
}
.shop-page-u96-reservation-table-td::before {
	position: absolute;
	content: '';
	top: 45px;
	left: 50%;
	width: 26px;
	height: 26px;
	margin-left: -13px;
	background-repeat: no-repeat;
}

.shop-page-u96-reservation-table-td-circle::before {
	background-image: url(/shop/set/data/search/detail/img/p/circle-icon.svg);
}

.shop-page-u96-reservation-table-td-triangle::before {
	background-image: url(/shop/set/data/search/detail/img/p/triangle-icon.svg);
}

.shop-page-u96-reservation-table-td-phone {
	color: #9B9B9B !important;
}
.shop-page-u96-reservation-table-td-phone::before {
	background-image: url(/shop/set/data/search/detail/img/p/phone-icon.svg);
}

.shop-page-u96-reservation-table-td-holiday, .shop-page-u96-reservation-table-td-close {
	color: #9B9B9B !important;
	cursor: default;
}
.shop-page-u96-reservation-table-td-holiday::before {
	content: '休';
	top: 50px;
	font-size: 18px;
	color: #676767;
}

.shop-page-u96-reservation-table-td-close::before {
	content: '閉';
	top: 50px;
	font-size: 18px;
	color: #676767;
}

.shop-page-u96-reservation-table-td-saturday {
	color: #5293BC;
}
.shop-page-u96-reservation-table-td-sunday {
	color: #EB6877;
}

.shop-page-u96-reservation-list {
	margin-bottom: 15px;
	list-style: none;
	font-size: 14px;
	color: #666666;
	display: flex;
	align-items: center;
	justify-content: center;
}

.shop-page-u96-reservation-list-item {
	position: relative;
	display: inline-block;
	padding-left: 28px;
}
.shop-page-u96-reservation-list-item:not(:last-of-type) {
	margin-right: 15px;
}
.shop-page-u96-reservation-list-item::before {
	position: absolute;
	content: '';
	top: 5px;
	left: 0px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}
.shop-page-u96-reservation-list-item-circle::before {
	background-image: url(/shop/set/data/search/detail/img/shared/circle-icon.svg);
}
.shop-page-u96-reservation-list-item-triangle::before {
	width: 23px;
	background-image: url(/shop/set/data/search/detail/img/shared/triangle-icon.svg);
}
.shop-page-u96-reservation-list-item-phone::before {
	background-image: url(/shop/set/data/search/detail/img/p/phone-icon.svg);
}

.shop-page-u96-reserve-today {
	margin-top: 40px;
}

.shop-page-u96-reserve-today-button {
	margin: 0 auto;
}

.shop-page-u96-reserve-today-button > .shop-page-u96-button-link::before {
	top: 15px;
	width: 20px;
	height: 20px;
	background-image: url(/shop/set/data/search/detail/img/p/reserve-icon.svg);
}

.shop-page-u96-reserve-today-button .shop-page-u96-button-link{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	text-align: center;
	margin: 0 auto;
	width: 340px;
	background: -moz-linear-gradient(top,#0B5BCE,#0F82B8);
	background: -webkit-linear-gradient(top,#0B5BCE,#0F82B8);
	background: linear-gradient(to bottom,#0B5BCE,#0F82B8);
	position: relative;
	padding: 5px 0 10px;
	transition: opacity 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	text-decoration: none !important;
	font-weight: 600;
}
.shop-page-u96-reserve-today-button .shop-page-u96-button-link:hover{
	opacity: 0.7;
}
.shop-page-u96-reserve-today-button .shop-page-u96-button-link::before{
    content: '';
    position: absolute;
    top: calc(50% - 28px / 2);
    left: 30px;
    width: 35px;
    height: 28px;
    background-image: url(
	/shop/set/data/search/detail/img/p/icon-shop.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
.shop-page-u96-reserve-today-button .shop-page-u96-button-link::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 14px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	background-image: url(/shop/set/data/search/lib/img/p/arrow-right-white.svg);
    background-repeat: no-repeat;
}
.shop-page-u96-button-link_text{
	font-size: 18px;
	color: #fff;
	line-height: 100%;
}

.shop-page-u96-button-link_text .shop-page-u96-button-link_sub{
	font-size: 13px;
	font-weight : 300;
}
/* /ショップ詳細 */

/* 店舗受付サービス */
.shop-page-u96-reception-sp {
	display: none !important;
}

.shop-page-u96-reception {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.shop-page-u96-reception-item {
	position: relative;
	width: 33.33333%;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF !important;
	text-align: center;
	line-height: 1.2;
}
.shop-page-u96-reception-item:hover {
	opacity: 0.8;
}
.shop-page-u96-reception-item:not(:last-of-type)::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0px;
	width: 2px;
	height: 110px;
	background-color: #707070;
}

.shop-page-u96-reception-img {
	margin-bottom: 15px;
}
/* /店舗受付サービス */

/* 店舗情報 取り扱いサービス */
.shop-page-u96-table {
	width: 100%;
	font-size: 16px;
}

.shop-page-u96-table-th {
	padding: 15px;
	font-weight: bold;
	background-color: #ECECEC;
	border-bottom: 1px solid #FFFFFF;
}

.shop-page-u96-table-question {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.shop-page-u96-table-question::before {
	display: inline-block;
	content: '';
	width: 1em;
	height: 1em;
	background-image: url(/shop/set/data/search/detail/img/shared/question-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	background-size: cover;
	margin-left: 5px;
}

.shop-page-u96-table-td {
	padding: 15px;
	border: 1px solid #E0E0E0;
}

.shop-page-u96-table-td-center {
	text-align: center;
}

.shop-page-u96-table-tel-sp {
	display: none;
}

.shop-page-u96-notice-list {
	list-style: none;
	font-size: 16px;
	padding-left: 50px;
	padding-right: 15px;
}

.shop-page-u96-notice-list-item {
	position: relative;
	letter-spacing: 0.08em;
}
.shop-page-u96-notice-list-item::before {
	position: absolute;
	top: 0;
	left: -50px;
}
.shop-page-u96-notice-list-item-1::before {
	content: '※1';
}
.shop-page-u96-notice-list-item-2::before {
	content: '※2';
}
/* /店舗情報 取り扱いサービス */

/* 全店舗共通サービス */
.shop-page-u96-service-list-item {
	font-size: 18px;
	border-bottom: 2px solid #E6E6E6;
	padding: 20px 0;
}

.shop-page-u96-service-question {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.shop-page-u96-service-question::before {
	display: inline-block;
	content: '';
	width: 1em;
	height: 1em;
	background-image: url(/shop/set/data/search/detail/img/shared/question-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	background-size: cover;
	margin-left: 5px;
}
/* /全店舗共通サービス */

/* 周辺のショップ */
.shop-page-u96-shop-list-item {
	border-top: 2px solid #E6E6E6;
	padding: 30px;
}

.shop-page-u96-shop-list-link {
	position: relative;
	display: block;
}
.shop-page-u96-shop-list-link::before {
	position: absolute;
	content: '';
	top: 0px;
	right: 0px;
	width: 10px;
	height: 18px;
	background-image: url(/shop/set/data/search/lib/img/p/arrow-right-black.svg);
	background-repeat: no-repeat;
}

.shop-page-u96-shop-list-h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.shop-page-u96-shop-list-text-address {
	font-size: 16px;
	color: #666;
}

.shop-page-u96-shop-list-text-distance {
	position: relative;
	font-size: 15px;
	color: #919EA5;
	padding-left: 15px;
}
.shop-page-u96-shop-list-text-distance::before {
	position: absolute;
	content: '';
	top: 9px;
	left: 0px;
	width: 9px;
	height: 13px;
	background-image: url(/shop/set/data/search/lib/img/shared/map-icon.svg);
	background-repeat: no-repeat;
}
/* /周辺のショップ */

/* ショップをキーワードで探す */
.shop-page-u96-shop-search {
	width: 636px;
  margin: 40px auto 20px !important;
}

.shop-page-u96-shop-search-form {
	width: 100%;
  height: 100%;
  position: relative;
}

.shop-page-u96-shop-search-input-wrap {
	width: 100%;
  border-radius: 30px;
	border: 1px solid #C1C1C2;
  background: #fff;
}

.shop-page-u96-shop-search-input-padding {
	padding: 0 15px;
  height: 100%;
}

.shop-page-u96-shop-search-input {
	width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 100%;
  border: none;
  background-color: transparent;
  outline: none;
	padding: 17.5px 0;
}
.shop-page-u96-shop-search-input::placeholder {
	font-size: 14px;
	font-weight: bold;
	color: rgba(101, 121, 130, 0.5);
}

.shop-page-u96-shop-search-button {
	position: absolute;
	top: 20px;
	bottom: 0;
	right: 20px;
	width: 20px;
  height: 20px;
	background-image: url(/shop/set/data/search/detail/img/shared/search-icon.svg);
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  background-color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
}

.res-list-open {
	border-top: 1px solid #C9D3DB;
	padding: 20px 0;
}

.list-item:not(:last-of-type) {
	margin-bottom: 15px;
}

.list-item-link {
	position: relative;
	display: block;
	padding-left: 30px;
	transition: 0.3s;
}
.list-item-link:hover {
	opacity: 0.8;
}

.list-item .list-item-icon.list-item-icon_shop {
	position: absolute;
	top: 9px;
	left: 0;
	width: 20px;
	height: 13px;
	background: url(/shop/set/data/search/img/p/shop-icon.svg) no-repeat;
}
.list-item .list-item-icon.list-item-icon_search {
	position: absolute;
	top: 6px;
	left: 0;
	width: 18px;
	height: 18px;
	background: url(/shop/set/data/search/img/p/search-icon-small.svg) no-repeat;
}

.list-item-text {
	text-align: left;
	color: #707070;
}

.list-item-text_shop-name {
	font-size: 14px;
	font-weight: bold;
}

.list-item-text_shop-address {
	font-size: 12px;
}

.hight-light {
	background-color: #ff0;
}
/* /ショップをキーワードで探す */

/***********来店予約モーダル************/
#js-modal-reserv-overlay {
	font-family: "Hiragino Sans W3","ヒラギノ角ゴ ProN W3","WinGothic W3",sans-serif;
    position: fixed;
	display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(000, 000, 000, 0.8);
	z-index: 100;
}
.shop-page-u96-reserv-modal_content{
	background-color: #fff;
    width: 550px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	padding : 30px 10px;
	text-align: center;
}
.shop-page-u96-reserv-modal_title{
	font-size:26px;
	font-weight: 600;
}
.shop-page-u96-reserv-modal_desc{
	margin: 30px auto 0;
	max-width: 340px;
}
.shop-page-u96-reserv-modal_date{
	font-size: 26px;
	font-weight: 600;
}
.shop-page-u96-reserv-modal_date.is-blue{
	color: #5293BC;
}
.shop-page-u96-reserv-modal_condition{
	margin-top: 30px;
}
.shop-page-u96-reserv-modal_condition img{
	width: 80px;
}
.shop-page-u96-reserv-modal_condition figcaption{
	font-size: 18px;
	margin-top: 10px;
	font-weight: 600;
}
.shop-page-u96-reserv-modal_condition figcaption.is-blue{
	color: #0456CD;
}
.shop-page-u96-reserv-modal_condition figcaption.is-yellow{
	color: #FFBA00;
}
.shop-page-u96-reserv-modal_list-free{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}
.shop-page-u96-reserv-modal_list-free li{
	position: relative;
	padding-left: 20px;
	font-size: 13px;
}
.shop-page-u96-reserv-modal_list-free_icon{
	position: absolute;
	left: 0;
	top: 0;
}
.shop-page-u96-reserv-modal_shop_info{
	margin-top: 20px;
}
.shop-page-u96-reserv-modal_shop-name{
	font-size: 18px;
	color: #0456CD;
	margin-bottom: 20px;
	font-weight: 600;
}
.shop-page-u96-reserv-modal_phone-num{
	font-size: 26px;
	text-decoration: none;
	font-weight: 600;
}
#modal-reserv-close-button{
	position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    right: 25px;
    top: 28px;
}
#modal-reserv-close-button::before, #modal-reserv-close-button::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 141.4%;
    height: 1px;
    margin-left: -70.7%;
    background: #657982;
}
#modal-reserv-close-button::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
#modal-reserv-close-button::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

/*-------------------------------- loader START ------------------------------*/

.shop-page-u96-loading-contents{
	width: 100%;
	height: 128px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loader {
	display: block;
	font-size: 10px;
	margin: 0;
	text-indent: -9999em;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #0b5bce;
	background: -moz-linear-gradient(left, #0b5bce 10%, rgba(11,91,206, 0) 42%);
	background: -webkit-linear-gradient(left, #0b5bce 10%, rgba(11,91,206, 0) 42%);
	background: -o-linear-gradient(left, #0b5bce 10%, rgba(11,91,206, 0) 42%);
	background: -ms-linear-gradient(left, #0b5bce 10%, rgba(11,91,206, 0) 42%);
	background: linear-gradient(to right, #0b5bce 10%, rgba(11,91,206, 0) 42%);
	-webkit-animation: load3 1.4s infinite linear;
	animation: load3 1.4s infinite linear;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
}
  .loader:before {
	width: 50%;
	height: 50%;
	background: #0b5bce;
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
  }
  .loader:after {
	background: #fff;
	width: 75%;
	height: 75%;
	border-radius: 50%;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
  }
  @-webkit-keyframes load3 {
	0% {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @keyframes load3 {
	0% {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  
/*-------------------------------- loader END ------------------------------*/
/*来店予約非表示クラス*/
.js-reservation-hide{
	display: none !important;
	height: 0;
}

.tbl_holidays{
  table-layout: fixed;
}

.tbl_holidays{
  border-bottom: 1px solid #E6E6E6;
}

.shop-page-u96-banner{
  margin-top: 40px;
  width: 100%;
}
.shop-page-u96-banner_link{
  display: inline-block;
  transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
}
.shop-page-u96-banner_link:hover{
  opacity: .7;
}
.shop-page-u96-banner_img_sp{
  display: none;
}

#shop-page-u96-layout-maintenance {
	width: 950px;
	margin: 0 auto;
}

.shop-page-u96-link-container {
    text-align: center;
    margin-top: 20px;
}

.shop-page-u96-link-container .shop-page-u96-link-text {
    font-size: 16px;
    font-weight: bold;
	position: relative;
    display: inline-block;
    color: #0456CD !important;
	padding-right: 21px;
}

.shop-page-u96-link-container .shop-page-u96-link-text::after {
    content: '';
    width: 7px;
    height: 7px;
    border: 0;
    border-top: solid 3px #0456CD;
    border-right: solid 3px #0456CD;
    position: absolute;
    top: 50%;
    right: 7px ;
    margin-top: -4px;
    transform: rotate(45deg);
}

.shop-page-u96-link-container .shop-page-u96-link-text:hover {
    opacity: 0.7;
}

.shop-page-u96-online-consutation {
    padding: 50px 0;
    margin: 50px 0;
    text-align: center;
    color: #333;
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
}

.shop-page-u96-online-consutation.only-top {
    border-bottom: 0;
	padding-bottom: 0;
}

.shop-page-u96-online-consutation.near-store {
	display: none;
}

.shop-page-u96-online-consutation .shop-page-u96-online-consutation-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.shop-page-u96-online-consutation-readtext {
	margin-bottom: 30px;
}

.shop-page-u96-online-consutation .shop-page-u96-online-consutation-usage-list {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.shop-page-u96-online-consutation .shop-page-u96-online-consutation-usage-list li {
	position: relative;
    border: 3px solid #e1e8f0;
	padding: 40px 50px 40px 100px;
	text-align: left;
	line-height: 1.4;
    font-size: 16px;
}

.shop-page-u96-online-consutation .shop-page-u96-online-consutation-usage-list li:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
    border-right: none;
}

.shop-page-u96-online-consutation .shop-page-u96-online-consutation-usage-list li:first-child::before {
    content: url(/shop/set/data/search/detail/img/p/icon-smartphone.svg);
    position: absolute;
    top: calc(50% - 45px / 2);
    left: calc(100px - 29px - 20px);
}

.shop-page-u96-online-consutation .shop-page-u96-online-consutation-usage-list li:nth-child(2)::before {
    content: url(/shop/set/data/search/detail/img/p/icon-balance.svg);
    position: absolute;
    top: calc(50% - 43px / 2);
    left: calc(100px - 45px - 20px);
}

.shop-page-u96-online-consutation .shop-page-u96-online-consutation-usage-list li:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
    border-left: none;
}

.shop-page-u96-online-consutation .shop-page-u96-online-consutation-usage-list li:last-child::before {
    content: url(/shop/set/data/search/detail/img/p/icon-adress.svg);
    position: absolute;
    top: calc(50% - 45px / 2);
    left: calc(100px - 37px - 20px);
}

.shop-page-u96-online-consutation .shop-page-u96-online-consutation-note {
	font-size: 16px;
	margin-bottom: 30px;
}

.shop-page-u96-online-consutation-link-list {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.shop-page-u96-online-consutation-link-list__item {
	padding-left: 1em;
	position: relative;
}

.shop-page-u96-online-consutation-link-list__item::before {
	background-color: #333;
	border-radius: .2em;
	content: '';
	display: block;
	height: .2em;
	position: absolute;
	left: .2em;
	top: .8em;
	width: .2em;
}

.shop-page-u96-online-consutation-link-list__link {
	color: #0456CD !important;
}

.shop-page-u96-link-container .shop-page-u96-link-button {
	position: relative;
    display: inline-block;
    padding: 10px 90px;
    border-radius: 35px;
    background-color: #ff7e00;
    color: #fff;
}

.shop-page-u96-link-container .shop-page-u96-link-button::before {
    content: url(/shop/set/data/search/detail/img/p/icon-consutation.svg);
    position: absolute;
    top: calc(50% - 33px / 2);
    left: calc(90px - 33px - 23px);
}

.shop-page-u96-link-container .shop-page-u96-link-button::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -4px;
    transform: rotate(45deg);
}

.shop-page-u96-link-container .shop-page-u96-link-button span {
	display: block;
    line-height: 1.3;
}

.shop-page-u96-link-container .shop-page-u96-link-button span:first-child {
	font-size: 14px;
}

.shop-page-u96-link-container .shop-page-u96-link-button span:last-child {
	font-size: 18px;
	font-weight: bold;
}

.shop-page-u96-sp-d-n {
	display: none;
}
