@charset "UTF-8";
.pc{ display:block; }
th.pc, td.pc{ display:table-cell; }
.sp{ display:none; }
body{
	font-size: 16px;
}
.wrapper{
	padding:0;
}
/* ヘッダー */
header{
	border-top: 2px solid #9e7b37;
	position:static;
	background:none;
}
header.is--fixed{
	position:fixed;
	z-index:10000;
	width:100%;
	padding:0 0 20px;
	background:rgba(243, 243, 243, 0.8);
	top:-125px;
	left:0;
}
header .header--inner{
	border-top: 0;
	width:1020px;
	margin:0 auto;
	/* overflow:hidden; */
	overflow:visible;
	padding:20px 0 0;
	border-bottom:0;
}
header h1{
	width:320px;
}
header .menu__sub li{
	width:45px;
	padding:0 12px 0 0;
}
header .menu__sub .menu__sub__more,
header .menu__sub .menu__sub__menu{
	display:none;
}
header .menu__sub .menu__sub__text{
	display:inline-block;
	width:347px;
	padding:0;
	margin:0 12px 0 0;
	position:relative;
	top:-12px;
}
header .menu__sub .menu__sub__text input.menu__sub__text--input{
	border:2px solid #0b3a92;
	padding:10px 20px;
	width:100%;
	box-sizing:border-box;
	border-radius:30px;
	font-size:13px;
}
header .menu__sub .menu__sub__text input.menu__sub__text--submit{
	width:115px;
	background:#73d5c7 url("../images/common/icon_searchbox_w.png") no-repeat 20px center;
	padding:11px 0 11px 28px;
	text-align:center;
	color:#ffffff;
	position:absolute;
	top:0;
	right:0;
	border: 0;
	font-size: 15px;
	border-radius: 18px;
	cursor:pointer;
	height:38px;
}
header .menu_sp{
	display:none;
}
header .menu_global{
	display:block;
	clear:both;
}
header .menu_global nav > ul{
	border-radius:5px;
}
header .menu_global nav > ul > li{
	width: 25%;
	float:left;
	position:relative;
}
header .menu_global nav > ul > li > span,
header .menu_global nav > ul > li > a{
	display:block;
	text-align:center;
	background:#ffffff;
	font-size:16px;
	padding:11px 0;
	border-right:2px solid #f3f3f3;
	cursor:pointer;
}
header .menu_global nav > ul > li > span:hover,
header .menu_global nav > ul > li > a:hover{
	background:#f76b75;
	color:#ffffff;
	opacity:1;
}
header .menu_global nav > ul > li a{
	text-decoration:none;
	color:#000;
}
header .menu_global nav > ul > li:last-child > a{
	border-right:0;
}
header .menu_global nav > ul > li ul{
	position:absolute;
	top:43px;
	left:0;
	background:#f00;
	z-index:1;
	width: 255px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
header .menu_global nav > ul > li:hover  ul{
	visibility: visible;
	opacity: 1;
}
header .menu_global nav > ul > li ul a{
	display:block;
	background:#ffffff;
	border-top:2px solid #f3f3f3;
	padding:11px 8px;
}
header .menu_global nav > ul > li ul a:hover{
	background:#f76b75;
	color:#ffffff;
	opacity:1;
}

/*
.footer__link{
	text-align:center;
	padding:0 0 10px;
}
.footer__link a{
	color:#ffffff;
	text-decoration:underline;
}
.footer__link li{
	display:inline-block;
	padding:0 9px;
}
.footer__link li:last-child{
	border-left: 1px solid #ffffff;
}
*/
.footer__link--1,
.footer__link--2{
	width:190px;
	float:left;
	margin:0 0 0 46px;
}
.footer__link--2{
	width:270px;
	margin:0 0 0 30px;
}
.footer__link--1 a,
.footer__link--2 a,
.footer__link--2 .footer__link--ttl{
	display:block;
	background:url("../images/common/icon_square_w.png") no-repeat 4px center;
	background-size:10px 10px;
	padding:3px 0 3px 22px;
	color:#ffffff;
	font-size:15px;
}
.footer__link--1 li:first-child a,
.footer__link--2 li:first-child a{
	padding-top:0;
}
.footer__link--1 ul,
.footer__link--2 ul{
	padding:0 0 0 30px;
}
.footer__link--1 ul a,
.footer__link--2 ul a{
	background:url("../images/common/icon_border_w.png") no-repeat 4px center;
	/*background-size:10px auto;*/
}
.footer__copyright{
	color:#545454;
	background:#f3f3f3;
	padding:10px;
}

/* トップに戻る */
.go__top{
	width:50px;
	bottom:16px;
	right:auto;
	left:80%;
}
/* サイドバー */
aside{
	width:300px;
	float:right;
	padding:0 0 70px;
}
.side__title{
	font-size:15px;
	background-position:left center;
	padding:6px 0 6px 28px;
}
.side__ranking li{
	width:auto;
	float:none;
	__height:40px;
	overflow:hidden;
}
.side__ranking li:nth-child(even){
	float:none;
}
.side__ranking .side__ranking__image{
	width:120px;
	height:40px;
	overflow:hidden;
	border-radius:5px 0 0 5px;
	width:50%;
}
.side__ranking .side__ranking__title{
	border-radius:0 5px 5px 0;
	width:160px;
	width:202px;
	left:auto;
	right:0;
	padding:13px 0 12px;
}
.side__ranking .side__ranking__title span{
	display:inline-block;
	font-size:11px;
}
.side__ranking ul {
	display: block;
}
/*
.side__ranking li:first-child {
	height: 120px;
}
.side__ranking li:first-child  .side__ranking__image {
	height: 120px;
	width: 200px;
	
}
.side__ranking li:first-child  .side__ranking__image img {
    margin-left: -22px;
    display: block;
}
.side__ranking li:first-child  .side__ranking__title {
    padding: 0;
    line-height: 120px;
    font-size: 16px;
}
.side__ranking li:first-child  .side__ranking__title span {
	font-size: 13px;
}
*/
.column__item__link{
	padding:20px;
}
.column__item__image{
	width:165px;
	padding:0 20px 0 0;
}
.column__item__image.is--new:after{
	width:66px;
	height:66px;
	background-size:66px 66px;
}
.column__item__title{
	font-size:22px;
}
.column__item__date{
	font-size:17px;
	right:20px;
	bottom:20px;
	color:#767676;
}
/* パンくず */
.breadcrumb{
	padding:0 0 8px;
}
.breadcrumb ul li{
	font-size:17px;
}
/* ページネーション */
.pagination{
	width:342px;
	margin:0 auto;
}
.pagination a{
	border: 2px solid #b4b4b4;
	font-size:17px;
	padding: 4px 0;
	width:32px;
}
.pagination a:hover{
	background:#58ceb9;
	color:#ffffff;
}
/* 下層タイトル */
.subpage__title{
	font-size:22px;
	margin:0 0 20px;
}
/* 共通サロン情報 */
.salon{
padding:20px;
	margin:0 0 20px;
	overflow:hidden;
}
.salon__title{
	font-size:22px;
}
.ranking-list .salon__title {
	background-size:45px auto;
	margin:0 0 20px;
	padding:10px 0 0 0px;
}
.salon--rank0 .salon__title{
	background-size:conatin;
	background-position: left center;
	text-align: left;
	
    padding: 30px 0px 20px 70px;
}
.salon--detail .salon__title,
.salon--default .salon__title{
	background-size:30px auto;
	padding :0;
	margin-bottom: 30px;
}
.salon--detail .salon__title {
	margin-bottom: 0;
}
.salon--default .recommend {
	left: 5px;
	top: 0;
}
.salon--default .recommend img {
	display: block;
	margin-top: 0px;
}
.salon__end{
	width:79px;
	top:20px;
	right:20px;
}
.salon__end p{
	font-size:17px;
	padding:0;
	border:2px solid #f76b75;
}
.salon__category li{
	width:102px;
	float:left;
	margin:0 8px 6px 0;
	text-align:center;
}
/*
.salon__category li:nth-child(3n){
	padding:0 8px 6px 0;
}
.salon__category li:nth-child(5n){
	padding:0 0 6px 0;
}
*/
.salon__image{
	width:288px;
	height:120px;
	float:left;
	text-align: center;
	margin:0 0 20px;
}
.salon__value{
	padding:0;
	width:255px;
	position:absolute;
	top:22px;
	right:20px;
}
.salon--default .salon__value{
	top:20px;
}
.salon__value__title{
	font-size:15px;
	width:100px;
}
.salon__value__star span{
	width:23px;
}
.salon__desc{
	padding:0 0 10px;
}
.salon__info{
	float:right;
	width:304px;
}
.salon__info table{
	width:100%;
}
.salon__info table th{
	font-size:14px;
	padding:2px 0;
}
.salon__info table td{
	padding:5px 0;
}
.salon__recommend{
	clear:both;
	padding:0 0 20px;
}
.salon__recommend__title{
	background-size: 22px auto;
	padding: 6px 0 14px 35px!important;
	font-size:18px;
	font-weight:bold;
}
.salon__recommend li{
	font-size:19px;
	margin: 0 10px 0 30px;
	background-position:5px 4px;
}
.salon__link{
	clear:both;
	padding:0 40px 0;
}
.salon__link_search{
	clear:both;
	padding:0 15px 0;
}
.salon__link__parts__page{
    display: flex;
    justify-content: center;
    padding: 0 0 10px;
}
.salon__link__parts__page .salon__link__official{
    width: 350px;
}
.salon__link__detail,
.salon__link__official{
	float:left;
	width:270px;
}
.salon__link__official{
	margin:0;
	float:right;
	
}
.salon__link__detail a,
.salon__link__official a{
	padding:15px 0;
	font-size:19px;
	position:relative;
}
/*.salon__link__official a:before {
	content: url("../images/common/yoyaku.png");
	position: absolute;
    top: -13px;
    left:0;
    z-index: 99999999;
}*/
.salon__link__detail a:after,
.salon__link__official a:after{
	width:11px;
	height:13px;
	margin:-6px 0 0;
	right:9px;
	background-size:contain;
}
/* コンテンツ部 */
article{
	width:700px;
	float:left;
	padding:0 0 70px;
}
/* メインビジュアル */
.mv{
	padding:0 0 16px;
	margin:0;
}
.mv__main{
	/*padding:0 0 14px;*/
}
/* サロンを探す */
.search{
	margin:0 0 10px;
}
.search__title{
	font-size:17px;
	background-position:left center;
	background-size:28px auto;
	padding:8px 0 8px 38px;
	margin:0 0 5px;
}
.search--inner{
	padding:16px;
}
.search__text{
	width:310px;
	float:left;
	padding:4px 0 0;
}
.search__text input{
	border:2px solid #73d5c7;
	font-size:14px;
}
.search__text:after{
	top:12px;
}
.search__form{
	clear:both;
	padding:20px 22px;
	font-size:15px;
}
.search__link{
	width:340px;
	float:right;
}
.search__link__detail a,
.search__link__map a{
	padding:7px 0 20px;
	font-size:16px;
}
.search__link__detail a:after,
.search__link__map a:after{
	width:11px;
	height:11px;
	margin:0 0 0 -5.5px;
}
.search__form h3{
	font-size:19px;
	color:#5bcfbe;
	margin:0 0 4px;
}
.search__form__box{
	overflow:hidden;
}
.search__form__select{
	width:50%;
	float:left;
	padding:0 0 4px;
}
/* セレクトボックス */
/* チェックボックス */
.search__form__parts label{
	/*width:23%;*/
}
.search__form__check label{
	padding:5px 0 11px;
}
.search__form__check span{
	margin:0 20px 0 0;
}
.search__form__check span::before{
	top: -2px;
}
/* テキスト入力 */
.search__form__text input{
	width:383px;
	font-size:16px;
}
/* 送信ボタン */
.search__form__submit{
	width:187px;
	margin:10px auto 0;
}
.search__form__submit input{
	font-size:17px;
	padding:10px 0;
}
/* ランキング */
.ranking__bord__title:before,
.ranking__bord__title:after{
	width:24px;
	height:24px;
	margin:0 0 0 -210px;
}
.ranking__bord__title:after{
	margin:0 -210px 0 0;
}
.ranking__bord__title h2{
	font-size:24px;
}
.ranking__bord__sign:before,
.ranking__bord__sign:after{
	width:86px;
	height:86px;
}
.ranking__bord__sign{
	padding:30px 70px 1px;
}
.ranking__bord__sign li{
	padding:10px 10px 10px 100px;
	margin:0 0 5px;
}
.ranking__bord__sign .ranking__bord__sign__image{
	width:158px;
	padding:0 22px 0 0;
}
.ranking__bord__sign__text {
	margin-left: 200px;
	width:200px;
	box-sizing: border-box;
}
.ranking__bord__sign .ranking__bord__sign--rank2 .ranking__bord__sign__image,
.ranking__bord__sign .ranking__bord__sign--rank3 .ranking__bord__sign__image,
.ranking__bord__sign .ranking__bord__sign--rank4 .ranking__bord__sign__image,
.ranking__bord__sign .ranking__bord__sign--rank5 .ranking__bord__sign__image{
	width:158px;
	margin:0;
}
/*.ranking__bord__sign .ranking__bord__sign__name a
{
	font-size:20px;
}*/
.ranking__bord__sign .ranking__bord__sign--rank0 .ranking__bord__sign__name a{
	font-size: 19px;
}
.ranking__bord__sign .ranking__bord__sign--rank1 .ranking__bord__sign__name a,
.ranking__bord__sign .ranking__bord__sign--rank2 .ranking__bord__sign__name a,
.ranking__bord__sign .ranking__bord__sign--rank3 .ranking__bord__sign__name a,
.ranking__bord__sign .ranking__bord__sign--rank4 .ranking__bord__sign__name a,
.ranking__bord__sign .ranking__bord__sign--rank5 .ranking__bord__sign__name a{
	font-size:16px;
}
.ranking__bord__sign .ranking__bord__sign__star {
	min-width: 200px;
}
.ranking__bord__sign .ranking__bord__sign__star span {
	width: 29px;
}
.ranking__bord__sign .ranking__bord__sign--rank2 .ranking__bord__sign__star span,
.ranking__bord__sign .ranking__bord__sign--rank3 .ranking__bord__sign__star span,
.ranking__bord__sign .ranking__bord__sign--rank4 .ranking__bord__sign__star span,
.ranking__bord__sign .ranking__bord__sign--rank5 .ranking__bord__sign__star span {
	width: 29px;
}
.ranking__bord__sign .ranking__bord__sign--rank0:before,
.ranking__bord__sign .ranking__bord__sign--rank1:before,
.ranking__bord__sign .ranking__bord__sign--rank2:before,
.ranking__bord__sign .ranking__bord__sign--rank3:before,
.ranking__bord__sign .ranking__bord__sign--rank4:before,
.ranking__bord__sign .ranking__bord__sign--rank5:before{
	width:54px;
	height:43px;
	margin:-28.5px 15px 0px;
	left:6px;
}
.ranking__bord__sign .ranking__bord__sign--rank0:before{
	width:67px;
	height:57px;
	left:0;
	background-image:url("../images/common/icon_rank0.png");
	margin:-38.5px 25px 0;
}
.ranking__bord__sign .ranking__bord__sign--rank1:before{
	/*width:65px;
	height:55px;
	left:0;
	margin:-24.5px 10px 0;*/
	width: 54px;
height: 43px;
margin: -28.5px 15px 0px;
left: 6px;
}
.ranking__bord__sign .ranking__bord__sign--rank0 {
	__border: 1px #fbc61c double;
	background: #fffaeb;
	padding: 20px 10px 20px 101px;
	box-shadow: inset 0px 0px 0px 1px #fbc61c,0px 0px 0px 1px #fffaeb,0px 0px 0px 2px #fbc61c,inset 0px 0px 8px 0 #fbc61c,0px 1px 3px rgba(0,0,0,0.4);
	__border-radius: 4px;
	position: relative;
}
/* キャンペーン */
.campaign__bord__title h2{
	font-size:24px;
}
.campaign__bord__list{
	padding:19px 20px 10px 77px;
}
.campaign__bord__list .campaign__bord__image{
	width:247px;
	height:88px;
	overflow:hidden;
}
.campaign__bord__list .campaign__bord__image img{
	width:100%;
}
.campaign__bord__list .campaign__bord__name{
	margin:14px 0 0 264px;
	background-size:16px 16px;
	padding:0 0 0 22px;
}
.campaign__bord__list .campaign__bord__name a{
	font-size:19px;
}
.campaign__bord__list .campaign__bord__price{
	font-size:22px;
	margin:0 0 0 264px;
	padding:0 0 0 22px;
}
/* コラム詳細 */
.column__detail__title{
	font-size:32px;
}
.column__detail__date{
	font-size:17px;
}
.column__detail--inner{
	padding:26px 30px 0;
}
.column__detail--inner h2{
	font-size:24px;
	border-bottom:2px solid #58ceb9;
	border-left:8px solid #58ceb9;
	margin:0 0 17px;
}
.column__detail--inner h3{
	font-size:22px;
	background-size:17px 19px;
	color:#000000;
	padding:0 0 0 40px;
}
.column__detail--inner p{
	font-size:19px;
	padding:0 4px 24px;
	line-height:1.8;
}
.column__detail__back{
	text-align:center;
}
.column__detail__back a{
	font-size:19px;
	padding:10px 35px 10px 35px;
	background-size:7px auto;
}
.campaign__group ul .campaign_image {
	width: 300px;
	float: left;
	display: none;
}
.campaign__group ul .campaign_text {
	margin-left: 320px;
}
/* 検索数 */
.search__number{
	padding:0 0 20px;
}
.search__number p{
	font-size:16px;
	padding:10px;
}
/* 現在の検索条件 */
.search__bord--inner{
	padding:30px;
}
.search__bord--head{
	overflow:hidden;
	padding:0 0 5px;
}
.search__bord__title{
	font-size:22px;
	background-size:31px auto;
	padding:0 0 0 45px;
	margin:4px 0 10px;
}
.search__bord__link{
	width:190px;
}
.search__bord__link a{
	font-size:17px;
	padding:6px 0 8px;
}
.search__bord table th{
	font-size:18px;
	width:196px;
	padding:8px 0;
}
.search__bord table td{
	font-size:18px;
	padding:8px 16px;
}
.search_sort ul li {
	font-size: 16px;
}
/* サロン詳細 */
.salon--detail__header{
	overflow:hidden;
	position:relative;
}
.salon--detail__header .salon__title{
	padding:8px 0 8px 40px;
}
.salon--detail__header .salon__value{
	width:202px;
	top:0;
	right:0;
}
.salon--detail__header .salon__value__title{
	float:left;
	padding:2px 0;
	font-size:15px;
	width:80px;
}
.salon--detail__header .salon__value__star{
	padding:10px 0 0 60px;+
	text-align:left;
}
.salon--detail__header .salon__value__star span{
	width:23px;
}
.salon--detail__section{
	margin:0 0 20px;
}
.salon--detail__category{
	margin:0;
	border:0;
}
.salon--detail__section .salon__category{
	padding-bottom:10px;
}
.salon--detail__section .salon__image{
	width:660px;
	height:236px;
	float:none;
}
.salon--detail__section .salon__link{
	margin-bottom:20px;
}
.salon--detail__section .salon__info{
	float:none;
	width:auto;
	padding: 0 0 20px;
}
.salon--detail__section .salon__info table .col3 th {
	width:102px;
}
.salon--detail__section .salon__info table .col3 th:last-child {
	width:auto;
}
.salon--detail__section .salon__link__official{
	width:350px;
}
.salon--detail__section .salon__link__official a:after{
	right: 15px;
	margin-right:0;
}
.salon--detail__section .section__title{
	font-size:22px;
	background-size:auto 17px;
	padding:0 0 0 20px;
	margin:0 0 12px;
}
.salon--detail__about h3{
	font-size:22px;
	background-size:17px 19px;
	color:#000000;
	padding:0 0 0 40px;
	margin:0 0 15px;
}
.salon--detail__about__image{
	padding:0 0 16px;
}
.salon--detail__about__text{
	padding:0 10px 20px;
	font-size:19px;
}
.salon--detail__review .salon__value{
	position:static;
	width: 240px;
	float:left;
}
.salon--detail__review .salon__value__title{
	font-size:21px;
	border: 2px solid #f76b75;
	padding:2px 20px;
	float:none;
}
.salon--detail__review .salon__value__star{
	padding:8px 0 0;
}
.salon--detail__review .salon__value__star span {
	width: 33px;
	font-size:17px;
}
.salon--detail__review .assessment{
	width:400px;
	float:right;
}
.salon--detail__review table{
	margin:0 0 20px;
}
.salon--detail__review th,
.salon--detail__review td{
	border: 2px solid #b6dcdc;
	padding:8px 0;
}
.salon--detail__review th{
	font-size:16px;
	width:15%;
	font-size: 14px;
}
.salon--detail__review td{
	width:37%;
}
.salon--detail__review td .salon__value__star{
	padding: 0;
}
.salon--detail__review td .salon__value__star span{
	width: 21px;
	font-size:13px;
}
.salon--detail__review__item{
	clear:both;
	padding:15px 18px;
	background-position: 15px 18px;
	background-size: 50px auto;
}
.salon--detail__review__item2{
	clear:both;
	padding:15px 18px;
	background-position: 15px 18px;
	background-size: 50px auto;
}
.salon--detail__review__item__title{
	padding: 0 0 0 60px!important;
	font-size:22px;
}
.salon--detail__review__item__age{
	padding:0 0 0 74px;
	font-size:18px;
}
.salon--detail__review__item__text{
	padding: 10px 4px;
	font-size:16px;
}
.salon--detail__review__more{
	padding:10px 0 20px;
}
.salon--detail__review__more a{
	font-size:18px;
	padding:10px 0;
	width:200px;
	background-position:36px center;
	background-size:16px auto;
}
.salon--detail__store__title{
	padding:15px 18px;
	font-size:20px;
}
.salon--detail__store__list ul{
}
.salon--detail__store__list ul li{
	font-size:19px;
	padding:0 0 10px 25px;
	background-position:left 6px;
	background-size:13px 13px;
}
.salon--detail__store__list ul li span{
	font-weight:bold;
}
.salon--detail__store__list ul li {
	line-height: 1.8em;
}
.salon--detail__store__list ul li a {
	font-size: 14px;
}
/* 現在地から探す */
.search__location .search--inner{
	padding:30px;
}
.search__location .search__text{
	float:none;
	margin:0 0 15px;
	width:464px;
}
.search__location .search__text input{
	font-size:17px;
}
.search__text button{
	top:4px;
	font-size: 17px;
}
/*
.search__location .search__text::after {
	top: 14px;
}
*/
/* サイトマップ */
.sitemap--inner{
	padding:20px 20px 30px;
}
.sitemap--inner .subpage__title{
	margin:0 0 20px;
}
.sitemap--inner ul a,
.sitemap--inner ul p{
	display:block;
	background-size:13px 13px;
	background-position:4px center;
	padding:10px 0 10px 26px;
	font-size:17px;
}
/* 運営者情報 */
.about--inner{
	padding:20px 20px 30px;
}
.about table{
	font-size:17px;
}
.about table th{
	padding:20px 0;
}
.about table td{
	padding:20px;
}
/* 免責事項 */
.legalnotice--inner{
	padding:20px 20px 0;
}
.legalnotice--inner h2{
	font-size:17px;
	background-position:left center;
	background-size:13px 13px;
	padding:0 0 0 24px;
	margin:0 0 10px;
}
.legalnotice--inner p{
	padding:0 0 20px;
	margin:0;
}
/* ---------------------------------------------------
	START LINE 記述
--------------------------------------------------- */
.search__form {
	padding: 10px;
}
.search-form li > div {
	padding: 10px;
}
.search-form .search__form__text {
	width: 60%;
	padding-right: 0;
	float: left;
}
/*.search-form .submit {
	width: 100%;
}*/
.column__item__image,
.side__column__item__image {
	width: 100px;
}
.column__item__image.is--new:after,
.side__column__item__image.is--new:after{
	width:40px;
	height:40px;
	/* background:url("../images/common/badge_new.png") no-repeat left center; */
	background-size:40px 40px;
}
.search__form__text input {
	line-height: 23px;
}
.search__form__submit input {
	padding: 6px 0;
}
.column__item__link,
.side__column__item__link {
	padding: 10px;
}
.salon__data {
	display: flex;
	clear: both;
	
}
.salon__data div:first-child {
	flex: 1;
}
.salon__data .salon__graf  {
	width: 304px;
}
.ranking-list:before,
.ranking-list:after {
	width: 86px;
	height: 86px;	
}
.ranking-board li.rank0 .image {
	width: 350px;
}
.ranking-board li.rank2,
.ranking-board li.rank3 {
	width: 49%;
	box-sizing: border-box;
}
.search__salon .search__location .search__text {
	width: 100%;
}
.salon--detail .salon__link {
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
}
.salon--detail .salon__link .salon__link__official {
	float: none;
	margin: auto;
	display: block;
	width: 350px;
}
.ChangeElem_Panel {
  width          : 100%;
  border-collapse: collapse;
  border-spacing : 0;
  font-size      : 10px;
  background: #FFF;
  margin-bottom: 0;
}
.ChangeElem_Panel th{
  text-align    : center;
  font-weight   : bold;
  padding       : 6px 5px;
  border        : 1px #b6b6b6 solid;
  background    : #eee;
  width: 20%;
  font-size      : 12px;
  word-break: break-all;
}
.ChangeElem_Panel td{
  text-align    : center;
  padding       : 6px 5px;
  border        : 1px #b6b6b6 solid; 
  width: 20%;
  font-size      : 12px;
  word-break: break-all;
}
.ChangeElem_Panel{
  display: none;
}
.ChangeElem_Btn_Content {
	overflow: hidden;
	__border-bottom: 3px solid #73d5c7;
}
.ChangeElem_Btn_Content li {
	width:20%;
	float: left;
}
.ChangeElem_Btn{
	margin: 0 1px;
	display: block;
	background: #a3e8de;
    border: none;
    padding:15px 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 12px;
}
.ChangeElem_Btn.is-active {
	background: #73d5c7;
	color: #FFF;
	
}
a.hikaku_btn{
	padding:10px 14px;
	background-color: #f76b75;
	color:#fff;
	border-radius: 4px;
}
.hikaku_logo{
	margin-bottom:4px;
}
.hikaku_star{
	margin:0 auto;
	width:60%;
}
.hikaku_star img{
	float: left;
	width:19%;
	margin-right:1%;
}
/*20180621青木-------------------------------*/
.box_beginne {
    max-width: 638px;
    border: solid 1px #000;
    padding: 30px;
	background-color: #FFF;
	margin-bottom: 20px;
}
.box_beginne p {
    margin-bottom: 15px;
}
.title_beginneh2 {
    margin: 0 0 20px 0;
    text-align: center;
    background: url("../images/common/title_bigner_bg.jpg") no-repeat;
        background-position-y: 0%;
    background-position-y: 33px;
	padding: 0 0 11px 0;
	font-size: 22px;
font-weight: bold;
}
.title_beginneh3 {
    margin: 0 auto 15px auto;
    text-align: center;
    background-position-y: 33px;
    padding: 13px 0 12px 0;
    background-image: url(), url("../images/common/wing_r.png"), url(), url(), url(), url(), url(), url("../images/common/wing_l.png");
    background-repeat: no-repeat;
    background-position: left top, right, right bottom, left bottom, center left, left center, center bottom, left center;
    width: 430px;
	font-size: 18px;
	font-weight: bold;
}
.point3 {
    margin-bottom: 20px;
	padding-left: 36px;
}
.point3 li {
    list-style: none;
    background: url("../images/common/list_img.jpg") no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
    background-position-x: 0px;
    padding-left: 35px;
    line-height: 2em;
    background-position-y: 6px;
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
font-weight: bold;
}
.point li {
    list-style: none;
    background: url("../images/common/img_reten.png") no-repeat;
        background-position-y: 0%;
    padding-left: 42px;
    line-height: 3em;
    background-position-y: 9px;
}
.sp_br {
    display: none;
}
.box_title_bigner_u {
    padding: 30px;
	border: solid 1px #000;
}
/*20180621青木-------------------------------*/
.box_beginne {
    max-width: 638px;
    border: solid 1px #000;
    padding: 30px;
	background-color: #FFF;
	margin-bottom: 20px;
}
.box_beginne p {
    margin-bottom: 15px;
}
.title_beginneh2 {
    margin: 0 0 20px 0;
    text-align: center;
    background: url("../images/common/title_bigner_bg.jpg") no-repeat;
        background-position-y: 0%;
    background-position-y: 33px;
	padding: 0 0 11px 0;
	font-size: 22px;
font-weight: bold;
}
.title_beginneh3 {
    margin: 0 auto 15px auto;
    text-align: center;
    background-position-y: 33px;
    padding: 13px 0 12px 0;
    background-image: url(), url("../images/common/wing_r.png"), url(), url(), url(), url(), url(), url("../images/common/wing_l.png");
    background-repeat: no-repeat;
    background-position: left top, right, right bottom, left bottom, center left, left center, center bottom, left center;
    width: 430px;
	font-size: 18px;
	font-weight: bold;
}
.point3 {
    margin-bottom: 20px;
	padding-left: 36px;
}
.point3 li {
    list-style: none;
    background: url("../images/common/list_img.jpg") no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
    background-position-x: 0px;
    padding-left: 35px;
    line-height: 2em;
    background-position-y: 6px;
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
font-weight: bold;
}
.point li {
    list-style: none;
    background: url("../images/common/img_reten.png") no-repeat;
        background-position-y: 0%;
    padding-left: 42px;
    line-height: 3em;
    background-position-y: 9px;
}
.sp_br {
    display: none;
}
.box_title_bigner_u {
    padding: 30px;
	border: solid 1px #000;
}

iframe{
	height:355px;
}
