@charset "utf-8";
/* CSS Document */

/******************************************************************************************

	<css/shop.css>

*******************************************************************************************/

/*==========================================================================================

	// 店舗一覧

==========================================================================================*/
.shop {
	position: relative;
	max-width: 1000px;
	margin: auto;
	padding-right: 200px;
	padding-bottom: 100px;
	min-height: 500px;
}
@media (max-width: 980px) {
	.shop {
		padding: 5px;	
	}
}
@media (max-width: 767px) {
	.shop {
		padding: 0;	
	}
}


#message {
	display: none;
	max-width: 1000px;
	margin: 20px auto 0;
    background-color: #f5f6f8;
    padding: 14px;
	border-radius: 5px;
}
@media (max-width: 1000px) {
	#message {
		margin: 10px 10px 0;
		padding: 10px;
	}
}
#message_content {
	background-color: #ffffff;
    padding: 12px 24px;
}


.breadcrumbs .breadcrumbs-inner-ttl a {
      padding: 5px 30px;
      border: 1px solid #2c5379;
      border-radius: 5px;
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #2c5379;
}
.breadcrumbs .breadcrumbs-inner-ttl a:after {
      content: "";
      display: block;
      background: url("../images/icon_search_blu.png") no-repeat center;
      background-size: cover;
      position: absolute;
      width: 16px;
      height: 16px;
      top: 50%;
      left: 10px;
      margin-top: -8px;
}

.select-logo {
	display: none;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -19px;
	height: 38px;
	background-image: url(../images/select_logo.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 100px auto;
	padding-left: 126px;
}
#selectSP {
	display: none !important;
}
@media (max-width: 980px) {
	.select-logo {
		display: none !important;
	}
	#selectSP {
		display: block !important;
	}
}


.noData {
	margin-top: 20px;
	padding-left: 16px;
	font-size: 16px;
}
.shop__list {
	display: table;
	letter-spacing: -.4em;
	width: 100%;
}
.shop__list li {
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
	width: 50%;
	max-width: 400px;
	padding-right: 20px;
	letter-spacing: normal;
}
.shop__list__box__wrapper {
	border-radius: 5px;
	background-color: #f5f6f8;
	padding: 20px 10px;
}
@media (max-width: 980px) {
	.shop__list li {
		margin: 0;
		padding: 5px;
		max-width: inherit;
	}
}
@media (max-width: 767px) {
	.shop__list li {
		display: block;
		padding: 0;
		width: 100%;
		border-bottom: solid 1px #cacaca;
	}
	.shop__list__box__wrapper {
		border-radius: 0;
	}
}


.gps_lengh {
    font-weight: bold;
    color: #d72142;

}

.closed {
	display: none;
}

.shop__list__box {
	border-radius: 8px;
	background-color: #ffffff;
	padding: 20px 12px;
	min-height: 361px;
}
@media (max-width: 767px) {
	.shop__list__box {
		min-height: inherit;
	}
}
.shop__list__box dt {
	border-bottom: solid 1px #cacaca;
	padding-bottom: 10px;
	font-family: Koruri-bold;
	font-size: 18px;
	color: #2c5379;
}
.shop__list__box dd {
	background-image: url("../images/h01.png");
	background-repeat: no-repeat;
	background-position: 12px 50%;
	background-size: 20px 20px;
	margin-top: 20px;
	padding-left: 46px;
}
.shop__list__box dd:nth-of-type(2) {
	background-image: url("../images/h02.png");
}
.shop__list__box dd:nth-of-type(3) {
	background-image: url("../images/h03.png");
}
.shop__list__box dd.services {
	background-image: url("../images/h04.png");
}
.shop__list__box dd.is_closed {
	background-image: none;
	padding-left: 0;
}
.services img {
	width: 36px;
	margin-right: 10px;
}
@media (max-width: 767px) {
	.shop__list__box dd:nth-of-type(3) {
		display: none;
	}
	.shop__list__box dd.services {
		display: none;
	}
}

.shop__list__btnArea {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-top: 10px;
}
.shop__list__btnArea p {
	display: table-cell;
	vertical-align: top;
	padding-left: 5px;
}
.shop__list__btnArea p:first-child {
	padding-left: 0;
	padding-right: 5px;
}
.shop__list__btnArea p .btn {
	padding: 14px 0 13px;
	font-size: 16px;
}


.area-modal-wrapper {
	position: relative;
	max-width: 1000px;
	margin: auto;
}
#area-modal .modal-inner {
    max-width: 600px;
    margin-left: -300px;
}
@media (max-width: 800px) {
	#area-modal .modal-inner {
		width: 80%;
		margin: 10%;
	}	
}
.area-modal-list {
	display: table;
	width: 530px;
	margin: 10px auto 0 20px !important;
}
.area-modal-list li {
	display: inline-block;
	vertical-align: top;
	width: 33.3333333333%;
	padding: 10px;
}
.area-modal-list li a {
	text-decoration: none;
	font-size: 16px;
}
.area-modal-list li a:hover {
	text-decoration: underline;
}

a.area-modal {
      padding: 5px 10px 5px 30px;
      border: 1px solid #2c5379;
      border-radius: 5px;
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #2c5379;
	text-decoration: none;
	background-color: #fff;
}
.area-modal:after {
      content: "";
      display: block;
      background: url("../images/icon_search_blu.png") no-repeat center;
      background-size: cover;
      position: absolute;
      width: 16px;
      height: 16px;
      top: 50%;
      left: 10px;
      margin-top: -8px;
}
@media (max-width: 980px) {
	a.area-modal {
		display: none;
	}
}
#modal_btn {
	display: none;
}
@media (max-width: 980px) {
	#modal_btn {
		display: none !important;
	}
}

.btn.select-modal {
	padding: 0;
    color: #ffffff;
    font-size: 10px;
    text-decoration: none;
    position: relative;
    top: 3px;
}
.btn.select-modal:before {
    content: "";
    border: 5px solid transparent;
    border-left: 10px solid #e4803c;
    position: absolute;
    left: -14px;
    top: 50%;
    margin-top: -5px;
    z-index: 3;
}



.modal-inner .modal-inner-ttl-blck {
      padding: 10px 0;
      text-align: center;
}
.modal-inner .area-search-list {
      list-style-type: none;
      padding: 0 20px;
      margin: 0;
}
.modal-inner .area-search-list li {
      padding: 10px 0;
      border-top: 1px solid #cccccc;
}
.modal-inner .area-search-list li:last-child {
      border-bottom: 1px solid #cccccc;
}
.modal-inner .area-search-list li a {
      color: #363947;
}

.modal-inner .modal-inner-ttl-bg-small {
      font-size: 16px;
      background-color: #eeeeee;
      font-weight: bold;
      padding: 10px;
}
.modal-inner .modal-inner-ttl-red {
      color: #d72142;
      margin: 10px 0;
}
.modal-inner .modal-inner-ttl-main-color {
      color: #e4803c;
      font-size: 16px;
}


.modal-inner .spec-modal {
      display: none;
}
.modal-inner .spec-modal ul {
      margin: 20px 0 40px 0;
      padding: 0;
      list-style-type: none;
}
.modal-inner .spec-modal ul li {
      margin-bottom: 30px;
}
.modal-inner .spec-modal table {
      border-collapse: collapse;
}
.modal-inner .spec-modal table th {
      width: 100px;
}
.modal-inner .spec-modal table td, .modal-inner .spec-modal table th {
      padding: 10px 0;
}
.modal-inner .spec-detail {
      margin: 20px 0;
}
.modal-inner .icon-modal {
      display: none;
}



#area-modal .modalInner-ttl {
	background-color: #ffffff;
    font-size: 20px;
}

.modal-inner .area-modal .sankaku-icon li {
      font-size: 16px;
      box-sizing: border-box;
      width: 33%;
      float: left;
      padding-top: 15px;
      padding-bottom: 15px;
}
.sankaku-icon li a {
      color: #363947;
}
.modal-inner .icon-modal-list {
      position: relative;
      margin: 20px 0;
      height: 80px;
      width: 50%;
      float: left;
      box-sizing: border-box;
}
@media screen and (max-width: 980px) {
      .modal-inner .icon-modal-list {
            float: none;
            width: 100%;
            height: auto;
      }
}
.modal-inner .icon-modal-list:nth-child(2n) {
      padding-right: 20px;
}
.modal-inner .icon-modal-list .icon-modal-list-left img {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 40px;
      height: 40px;
}
.modal-inner .icon-modal-list .icon-modal-list-right {
      padding-left: 50px;
}
.modal-inner .sankaku-icon {
      padding: 0;
      margin: 0;
      list-style-type: none;
}
.modal-inner .sankaku-icon li {
      position: relative;
      padding-left: 20px;
}
.modal-inner .sankaku-icon li:before {
      content: "";
      border: 5px solid transparent;
      border-left: 10px solid #e4803c;
      position: absolute;
      left: 0px;
      top: 50%;
      margin-top: -5px;
      z-index: 3;
}






.shopMenu {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 20px;
	width: 200px;
	border-radius: 5px;
	background-color: #f5f6f8;
	padding: 24px 14px 20px;
}
@media (max-width: 980px) {
	.shopMenu {
		display: none;
	}
}





.shopMenu__ttl {
	font-family: "Koruri-Semibold";
	font-size: 15px;
	color: #363947;
	text-align: center;
}
.shopMenu__box {
	margin-top: 6px;
	padding: 10px;
	background-color: #ffffff;
	border-radius: 5px;
	line-height: 1.3;
}

.shopMenu__visited p {
	margin-top: 6px;
}
.shopMenu__visited a {
    position: relative;
    display: block;
	margin-top: 6px;
	background-color: #ffffff;
	border-radius: 5px;
    padding: 12px;
	font-size: 12px;
    color: #363947;
	text-decoration: none;
}
.shopMenu__visited a:before {
	content: "";
	border: 7px solid transparent;
	border-left: 7px solid #fff;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -7px;
	z-index: 3;
}
.shopMenu__visited a:after {
	content: "";
	border: 7px solid transparent;
	border-left: 7px solid #cccccc;
	position: absolute;
	right: 7px;
	top: 50%;
	margin-top: -7px;
	z-index: 2;
}

.shopMenu__delete a {
	margin-top: 8px;
    color: #363947;
    display: block;
    text-align: right;
	text-decoration: none;
	font-size: 12px;
}

#search li {
	padding: 4px 0;

}



/**/
input[type=checkbox]+label {
    position: relative;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    color: #363947;
}


      input[type=checkbox] {
            display: none;
            margin: 0;
      }

      input[type=checkbox]+label {
            padding: 0 0 0 26px;
            width: 100%;

      }

      input[type=checkbox]+label::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            display: block;
            width: 18px;
            height: 18px;
            margin-top: -9px;
            background: #FFF;
      }

      input[type=checkbox]+label::before {
            border: 1px solid #ccc;
      }

      input[type=checkbox]:checked+label::after {
            content: "";
            position: absolute;
            top: 50%;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            display: block;
      }

      input[type=checkbox]:checked+label::after {
            left: 3px;
            width: 16px;
            height: 8px;
            margin-top: -8px;
            border-left: 3px solid #2c5379;
            border-bottom: 3px solid #2c5379;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
      }
input[type=checkbox]:checked+.top-checkbox::after {
      border-left: 3px solid #e4803c;
      border-bottom: 3px solid #e4803c;
}





.dropdown {
	width: 100%;
    height: 38px;
    line-height: 38px;
	padding: 0 8px;
    font-size: 12px;
}
.shopMenu-inner input[type=checkbox]+label {
      margin: 5px 0;
      font-size: 12px;
}




/*==========================================================================================

	// 店舗詳細

==========================================================================================*/
.shopDetail {
	position: relative;
	max-width: 1010px;
	margin: auto;
	padding-right: 220px;
	padding-bottom: 100px;
	min-height: 500px;
}
@media (max-width: 980px) {
	.shopDetail {
		padding: 0;
	}
}
.shopDetail__wrapper {
	display: table;
	width: 100%;
	margin-top: 20px;
	padding-right: 10px;
}
.shopDetail__map {
	display: table-cell;
	vertical-align: top;
	width: 370px;
}
.shopDetail__info {
	display: table-cell;
	vertical-align: top;
	width: 100%;
	padding-left: 20px;
}
@media (max-width: 980px) {
	.shopDetail__wrapper {
		margin-top: 0;
	}
	.shopDetail__info {
		display: block;
		max-width: 500px;
		margin: 0 auto;
		padding: 0 10px;
	}
}

.tenpozyoho {
    background-color: #f5f6f8;
    padding: 8px 10px;
	font-size: 16px;
}
.shopDetail__info dl {
	display: table;
	width: 100%;
	margin-top: 20px;
	padding-left: 10px;
}
@media (max-width: 980px) {
	.shopDetail__info dl {
		padding-left: 0;	
	}
}
.shopDetail__info dt {
	display: table-cell;
	vertical-align: top;
	width: 80px;
}
.shopDetail__info dt span {
	display: block;
    padding: 3px;
    border: 1px solid #e4803c;
    color: #e4803c;
    font-size: 12px;
	line-height: 1.3;
    text-align: center;
	letter-spacing: 2px;
}
.shopDetail__info dd {
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
}
.shopDetail__info dd img {
	width: 30px;
	margin: 0 10px 10px 0;
}
.shopDetail__info hr {
	margin: 12px 0 0;
	border-top: solid 1px #cacaca;
}

.question-ttl-bottom {
    position: relative;
    display: table;
    margin: 0 0 0 auto;
    padding-left: 15px;
    font-size: 12px;
}
.question-ttl-bottom:before {
    content: "";
    border: 5px solid transparent;
    border-left: 10px solid #e4803c;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -5px;
    z-index: 3;
}
.question-ttl-bottom a {
	text-decoration: none;
	color: #363947;
}
.question-ttl-top {
      margin: 0px auto;
      font-size: 12px;
      position: relative;
      padding-left: 15px;
      margin-right: 0;
      display: table;
}
.question-ttl-top:before {
      content: "";
      border: 5px solid transparent;
      border-left: 10px solid #e4803c;
      position: absolute;
      left: 0px;
      top: 50%;
      margin-top: -5px;
      z-index: 3;
}
.question-ttl-top a {
	text-decoration: none;
	color: #363947;
}


.shopDetail__btnArea {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-top: 20px;
}
.shopDetail__btnArea li {
	display: table-cell;
	vertical-align: top;
	padding-right: 10px;
}
@media (max-width: 980px) {
	.shopDetail__btnArea {
		display: none;
	}
}

a.map-btn {
    position: relative;
    width: 100px;
    display: block;
	margin: 10px 0 0 auto;
    padding: 3px 0 3px 12px;
    background: url(../images/icon_map4.png) no-repeat 10px 50%;
	background-size: 10px 13px;
    text-align: center;
    border-radius: 4px;
    color: #2c5379;
    background-color: #f5f6f8;
    border: solid 1px #2c5379;
	text-decoration: none;
	font-size: 12px;
}


.shopDetail__box {
    background-color: #f5f6f8;
    border-radius: 5px;
    margin: 20px 10px 0 0;
    padding: 20px;
    box-sizing: border-box;
}
.shopDetail__box__ttl {
    padding-bottom: 10px;
    border-bottom: 1px solid #cacaca;
    font-size: 20px;
    color: #2c5379;
    font-family: 'Koruri-bold';
    margin-bottom: 10px;
}
.shopDetail__box__ttl span {
    margin-left: 10px;
    font-size: 10px;
    color: #363947;
}
@media (max-width: 980px) {
	.shopDetail__box {
		margin: 0;
		padding: 10px 10px 40px;
	}
	.closed .shopDetail__box {
		margin: 10px;
	}
}


.sp-shop-detail-pulldown {
    font-family: 'Koruri-slim';
    background-color: #2c5379;
    padding: 10px;
}

.shopDetail__tokubai {
	display: table;
	width: 100%;
	margin-top: 20px;
}
.shopDetail__tokubai > div {
	display: table-cell;
	vertical-align: top;
}
.shopDetail__tokubai > div:first-child {
	padding-right: 20px;
}
.shopDetail__tokubai__ttl {
	font-size: 16px;
}
@media (max-width: 980px) {
	.shopDetail__tokubai {
		margin-top: 0;
	}
	.shopDetail__tokubai > div {
		display: block;
		margin-top: 20px;
		
	}
}


.notice__box {
	width: 100%;
	background-color: #ffffff;
	border-radius: 5px;
	margin: 30px auto 0;
	padding: 30px 18px;
}
.notice__img {
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;
	text-align: center;
}
.c-posRe .notice__txt {
	padding-left: 200px;
}
.notice__txt dt {
	margin-top: 18px;
	color: #2c5379;
	font-size: 18px;
}
.notice__link {
	text-align: right;
}
.notice__link .btn {
	margin-top: 12px;
	min-width: 160px;
	padding: 7px 18px;
}
@media (max-width: 980px) {
	.notice__box {
		margin-top: 20px;
	    padding: 20px 10px 40px;
	}
	.notice__img {
		position: static;
		width: 200px;
		margin: 10px auto;
	}
	.c-posRe .notice__txt {
		padding-left: 0;
	}
	.notice__link {
		text-align: center;
	}
}



.oshirase-ttl {
margin-top: 15px;
font-size: 16px;
color: #2c5379;
}
.oshirase_list {
	margin-top: 24px;
	border-radius: 5px;
	background-color: #ffffff;
	padding: 20px 10px 40px;
}
.oshirase_list:first-child	 {
	margin-top: 0;
}
.oshirase-img {
	width: 200px;
	margin: 10px auto;
}
.oshirase-img img {
    width: 100%;
    display: block;
}




.shopDetail__access {
	margin-top: 20px;
}
.shopDetail__access dt {
	color: #2c5379;
	font-weight: bold;
}
.shopDetail__access dd {
	padding: 4px 0 0 4px;
}





.tenant__wifi {
	margin-top: 20px;
	display: table;
	width: 100%;
    background-color: #ffffff;
    padding: 20px;
	border-radius: 5px;
}
.tenant__wifi > div:first-child {
	display: table-cell;
	vertical-align: top;
	padding-right: 30px;
}
.tenant__wifi > div:last-child {
	display: table-cell;
	vertical-align: middle;
	width: 230px;
}
.tenant__wifi h4 {
	min-height: 48px;
	background-image: url("../images/s2_07.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: auto 48px; 
	padding-left: 56px;
	color: #e4803c;
	line-height: 45px;
	font-size: 18px;
	font-weight: bold;
}
.tenant__wifi p {
	margin-top: 12px;
}
@media (max-width: 980px) {
	.tenant__wifi {
		margin-top: 0;	
	}
	.tenant__wifi h4 {
		line-height: 1.3;
		font-size: 16px;	
	}
	.tenant__wifi > div:first-child {
		display: block;
		padding-right: 0;
	}
	.tenant__wifi > div:last-child {
		display: block;
		width: 100%;
	}
}

.tenant__ttl {
	margin-top: 20px;
	background-color: #2c5379;
	padding: 10px;
	font-size: 18px;
	color: #ffffff;
}
@media (max-width: 980px) {
	.tenant__ttl {
		background: none;
		padding: 6px;
		color: #2c5379;
	}
}

.tenant__table--wifi {
	table-layout: fixed;
    border-collapse: collapse;
    background-color: #ffffff;
    width: 100%;
}
.tenant__table--wifi th {
	width: 110px;
	border: solid 1px #cacaca;
	padding: 12px 16px;
	color: #2c5379;
	font-weight: bold;
	text-align: left;
}
.tenant__table--wifi td {
	border: solid 1px #cacaca;
	padding: 12px 16px;
}
@media (max-width: 980px) {
	.tenant__table--wifi {
		margin-top: 20px;
	}
}

.tenant__table {
	table-layout: fixed;
    border-collapse: collapse;
    background-color: #ffffff;
    width: 100%;
	border: solid 1px #cacaca;
}
.tenant__table th {
	vertical-align: middle;
	width: 110px;
	padding: 10px;
	border: solid 1px #cacaca;
	text-align: center;
	color: #2c5379;
	font-weight: bold;
}
.tenant__table td {
	vertical-align: middle;
	padding: 10px 12px;
	border: solid 1px #cacaca;
	line-height: 1.3;
}
.tenant__table td a {
	text-decoration: none;
	color: #363947;
}
.tenant__table td a:hover {
	text-decoration: underline;
}
.tenant__table .time {
	width: 200px;
}
.tenant__table .time pre {
	min-height: 20px;
    padding-left: 28px;
    background-image: url(../images/h01.png);
	background-repeat: no-repeat;
	background-position: 2px 50%;
    background-size: 20px 20px;
}
.tenant__table .phone {
	width: 160px;
}
.tenant__table .phone pre {
	min-height: 20px;
    padding-left: 28px;
    background-image: url(../images/h03.png);
	background-repeat: no-repeat;
	background-position: 2px 50%;
    background-size: 20px 20px;
}
@media (max-width: 980px) {
	.tenant__table th {
		display: block;
		width: 100%;
		background-color: #2c5379;
		border: solid 1px #2c5379;
		color: #ffffff;
	}
	.tenant__table td {
		display: block;
		width: 100% !important;
		border: none;
		border-top: solid 1px #cacaca;
		min-height: 42px;
	}
	.tenant__table .time {
		border-top: dotted 1px #cacaca;
	}
	.tenant__table .phone {
		border-top: dotted 1px #cacaca;
	}
	.tenant__table .hour {
		border-top: dotted 1px #cacaca;
	}
	.bld {
		font-weight: bold;
		font-size: 15px;
		color: #2c5379;
	}
	.tenant__table td.bld a {
		font-weight: bold;
		font-size: 15px;
		color: #2c5379;
		text-decoration: underline;
	}
}
.tenant__table td.bdnone {
	border: none;
}

.shopDetail__pulldown {
	position: relative;
	cursor: pointer;
}
.shopDetail__pulldown:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px;
	width: 15px;
	height: 15px;
    background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
    background-size: 15px 15px;
}
.shopDetail__pulldown.is-on:after {
    background-image: url(../images/minus.png);
}
.shopDetail__pulldown + section {
	display: block;
}
@media (max-width: 980px) {
	.shopDetail__pulldown + section {
		display: none;
	}
}
.shopDetailMenu {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	border-radius: 5px;
	background-color: #f5f6f8;
	padding: 12px 15px 20px;
}
@media (max-width: 980px) {
	.shopDetailMenu {
		display: none;
	}
}
.shopDetailMenu__ttl {
    background-color: #fff;
    font-family: 'Koruri-bold';
    font-size: 15px;
    text-align: center;
    padding: 10px 0 9px;
    box-sizing: border-box;
    color: #2c5379;
}
.shopDetailMenu__link li {
    position: relative;
	margin-top: 14px;
    padding: 0 0 0 20px;
    font-size: 16px;
}
.shopDetailMenu__link li a {
	color: #363947;
	text-decoration: none;
}
.shopDetailMenu__link li:before {
	content: "";
	border: 3px solid transparent;
	border-left: 6px solid #000;
	position: absolute;
	left: 4px;
	top: 50%;
	margin-top: -2px;
	z-index: 3;
}
.shopDetailMenu__qr {
	margin: 16px auto 0;
	width: 140px;
	border: solid 1px #cacaca;
}
.shopDetailMenu__qrtxt {
	margin-top: 14px;
	font-size: 12px;
}






.shopDetail__ttl {
    font-family: 'Koruri-bold';
    background-color: #2c5379;
    padding: 12px 10px;
	font-size: 16px;
	color: #ffffff;
}


.ads-1 {
	padding: 10px 10px 40px;
}


.shopDetail__inner {
    background-color: #f5f6f8;
    padding: 20px 10px 40px;

}




a.tenant__wifilink {
	color: #363947;
}


















