@charset "UTF-8";

.menubox_item {
  margin-top: 8em;
}
.menubox_item:first-of-type {
  margin-top: 0;
}
.menubox_item table {
  margin-top: 2em;
  width: 80%;
  margin: 2em auto 0;
}
.menubox_item img {
  
}
.menubox_item td {
text-align: left;
padding: 10px 0;
}
.menubox_item td:nth-child(2) {
text-align: right;
}
.menubox_item .step {
vertical-align: bottom;
}

@media screen and (max-width:768px) {
}

@media screen and (max-width:480px) {
  .menubox_item table {
  width: 100%;
}
.menubox_item .step {
  display: grid;
  margin-top: 2em;
}
.menubox_item .step td {
  padding: 0;
}
}

#salonWrp {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 20px;
}
#salonWrp .hideAnchor {
	margin-top: -60px;
	padding-bottom: 60px;
	display: block;
	text-indent: -9999px;
}
.salon_tit {
	margin-bottom: 60px;
	margin-top: 60px;
}
.shop_tit img {
}
.salon_tit img {
	margin-bottom: 0px;
}
.shop_tit {
	margin-top: 60px;
	margin-bottom: 30px;
}
.areabox {
	margin-bottom: 30px;
}
.areabox table {
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	margin-bottom: 15px;
}
.areabox table tr {
}
.areabox table tr td {
	line-height: 30px;
}
.areabox table tr td:nth-child(1) {
	background-image: url(../img/top/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	vertical-align: middle;
	width: 90px;
	background-size: 15px auto;
}
.areabox table tr td:nth-child(2) {
}
.areabox table tr td span  {
	display: inline-block;
	line-height: 14px;
	vertical-align: top;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 5px;
}
.areabox table tr td span small {
	color: #888888;
}
.areabox table tr td span a {
	position: relative;
	display: inline-block;
	transition: .3s;
}

.areabox table tr td span a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #010101;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.areabox table tr td span a:hover::after {
	width: 100%;
}
/*.areabox ul {
	margin: 0 auto;
	width: 95%;
	text-align: left;
	line-height: 20px;
}
.areabox ul .area_li {
	background-image: url(../img/shoplist/arrow.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 35px;
	width: 100%;
	height: auto;
}
.areabox ul .area_li span:nth-child(1)  {
	margin-right: 13px;
}
.areabox ul .area_li span {
}
.areabox ul .area_li span a {
	cursor: pointer;
	padding-right: 8px;
	padding-left: 2px;
}*/

#s_list   {
	width: 100%;
	height: auto;
	margin-top: 40px;
}
#s_list ul {
	width: 99%;
	height: auto;
	text-align: left;
	margin-left: 1%;
}
#s_list ul li {
	width: 23%;
	height: auto;
	display: inline-block;
	margin-bottom: 75px;
	margin-left: 1%;
	vertical-align: top;
}
#s_list ul li .salonbox   {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	max-width: 220px;
}
.resuaurant_line {
	padding-top: 40px;
	border-top: 1px dashed #323232;
}
.salonbox .s_img {
	width: 100%;
	height: auto;
}
.salonbox .s_img img {
	width: 100%;
	height: auto;
}
.salonbox .s_img .reserve {
	border-radius: 10px;
	background-color: #FFFFFF;
	z-index: 2;
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	top: -27px;
	max-width: 173px;
	padding-bottom: 0px;
	height: auto;
}
.salonbox .s_img .reserve a{
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.salonbox .s_img .reserve::before,
.salonbox .s_img .reserve::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.salonbox .s_img .reserve,
.salonbox .s_img .reserve::before,
.salonbox .s_img .reserve::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	
}
.salonbox .s_img .reserve a:hover {
	opacity: 0.7;
}

.salonbox .s_img .reserve .tel-reserve {
    width: 99%;
    display: inline-block;
    background-color: #e39b2d;
    padding: .5em 0;
    border-radius: 8px;
    border: solid 1px #d4d4d4;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.salonbox .s_img .reserve .tel-reserve .material-icons {
    font-size: 14px;
    vertical-align: sub;
    margin-right: 2px;
	position: relative;
    bottom: 1px;
}

.salonbox .s_addr {
/*	margin-top: -10px;*/
	margin-top: 0px;
}
.salonbox .s_addr h2 {
	font-size: 16px;
	letter-spacing: 1px;
}
.salonbox .s_addr p {
	/*margin-left: 2px;*/
	line-height: 25px;
	padding: 0 0 5px;
}
.s_addr .tel  {
	font-size: 13px;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.s_addr .tel:before  {
	content: "TEL:";
	font-size: 12px;
}
.s_addr span {
	padding-top: 11px;
	margin-left: 1px;
}
.s_addr span img {
	width: 31%;
	height: auto;
}

.shop_tit {
}
.shop_tit img {
	margin-bottom: 30px;
}
#top {
	margin-bottom: 80px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	height: auto;
}
#top #slider {
}
#top #slider ul {
}
#top #slider ul li {
}
#top #slider ul li img {
	width: 100%;
	height: auto;
}
#rolebox {
	width: 100%;
	height: auto;
}
#s_link {
	width: 93%;
	height: auto;
	margin-bottom: 30px;
	margin-right: auto;
	margin-top: 0px;
	margin-left: auto;
}
#s_link .s_logo {
	float: left;
	width: 20%;
	text-align: center;
}
#s_link .s_logo img {
	width: 100%;
	max-width: 150px;
	height: auto;
}
#s_link ul {
	float: right;
	width: 80%;
	text-align: left;
}
#s_link ul li {
	width: 173px;
	height: 40px;
	overflow-y: hidden;
	display: inline-block;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
#s_link ul li a img {
}
.title {
	margin-bottom: 50px;
	margin-top: 50px;
	text-align: left;
}
#s_dataWrp {
	text-align: center;
}
.s_data_inner {
  display: flex;
}
.left_clm {
	float: left;
	width: 50%;
	height: auto;
	text-align: left;
}
.left_clm .saloncmt {
	margin: 0 auto;
	width: 90%;
}
.right_clm {
	width: 50%;
	float: right;
	text-align: left;
}
#newsWrp .left_clm {
	float: left;
	width: 100%;
}
#newsWrp .right_clm {
	display: none;
}
.right_clm table {
	margin-bottom: 15px;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
}
.right_clm table tr td:nth-child(1) {
	padding-top: 5px;
}
.right_clm table tr td:nth-child(2) {
	font-weight: bold;
}
.right_clm table tr td:nth-child(3) {
	line-height: 24px;
}
.right_clm .web_res {
	margin: 0 auto;
	width: 92%;
	height: auto;
}
.right_clm .web_res h2:nth-child(1)  {
	font-size: 16px;
	text-decoration: underline;
}
.right_clm .web_res h2:nth-child(2) {
	font-size: 13px;
}
.right_clm .web_res img {
	margin-right: 10px;
	float: left;
}
.cntentsWrp {
  max-width: 1000px;
	width: 100%;
	height: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
.cntentsWrp a  {
	margin-bottom: 60px;
}
.cntentsWrp ul {
	text-align: left;
  margin-top: 4rem;
  margin-bottom: -12rem;
}
.cntentsWrp ul li {
	display: inline-block;
	width: 300px;
	height: auto;
	margin-right: 14px;
	margin-bottom: 50px;
	margin-left: 14px;
	vertical-align: top;
}
.cntentsWrp ul li:first-of-type {
  margin-left: 0;
}
.contents_box {
	margin: 0 auto;
}
.cntentsWrp .more {
  text-align: center;
}
.content_img {
	margin-bottom: 15px;
	width: 100%;
	height: auto;
}
.content_img img {
	width: 100%;
	height: auto;
}
.cmt_box {
	margin-bottom: 20px;
	text-align: left;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 21px;
}
.cmt_box h2 {
	font-size: 10px;
	font-weight: bold;
}
.cmt_box h3 {
	font-size: 17px;
	letter-spacing: 3px;
	margin-bottom: 7px;
	line-height: 22px;
}
.cmt_box p {
	line-height: 16px;
	font-size: 11px;
	letter-spacing: 0px;
}
#newsbox {
	height: 560px;
	overflow-y: scroll;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 auto;
	width: 95%;
	/*float: right;*/
}
.news {
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
	height: auto;
	min-height: 90px;
}
.news a {
	text-align: left;
	font-weight: normal;
}
.news .thumb {
	width: 120px;
	height: 90px;
	float: left;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 10px;
	overflow-x: hidden;
	position: relative;
}
.news .thumb::after {
    content: "no image";
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: -1;
}
.news .thumb img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
.news .shop_name  {
	font-size: 11px;
}
.news .date  {
	font-size: 10px;
	margin-left: 10px;
}
.news .txt16 {
}
.news_title{
	font-weight: bold;

}
.news .txt_area {
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.news_more {
	font-weight: bold;
	text-align: center;
	margin: 1em 0;
    font-size: 11px;
	clear: both;
}
/*.news a {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}*/
.newsbox_more {
	text-align: center;
	margin-top: 2em;
}
.newsbox_more a {
	width: 100%;
    max-width: 400px;
}
.right_clm .fbbox {
	width: 100%;
	height: auto;
	text-align: center;
}

.staffWrp {
	width: 100%;
	height: auto;
	margin-bottom: 70px;
}
.staffWrp ul {
	width: 100%;
	text-align: left;
	height: auto;
}
.staffWrp ul li {
	display: inline-block;
	width: 23%;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-left: 1%;
	vertical-align: top;
	margin-bottom: 50px;
}
.staffbox {
	text-align: center;
	width: 90%;
	margin: 0 auto;
	height: auto;
}
.staffbox img {
	width: 100%;
	height: auto;
	max-width: 221px;
	margin-bottom: 5px;
}
#me_prWrp {
}
.menubox {
    width: 100%;
  /* display: grid; */
  /* grid-template-columns: 1fr; */
  flex-direction: column;
  display: flex;
}
.menubox.flex {
}
.menubox.flex .box {
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.menubox.flex .box td:nth-child(1)  {
  text-align: left;
}
.menubox.flex .box td:nth-child(2) {
  text-align: right;
}
/*
.menubox table {
  width: 100%;
	font-size: 13px;
}
*/
.cutbox {
  width: 80%;
  margin: 0 auto;
}
.cutbox img {
	margin-bottom: 5px;
}
.cutbox table tr td span.txt10 {
	position: relative;
	bottom: 6px;
}
.cutbox table tr td:nth-child(1) {
	text-align: left;
}
.cutbox table tr td:nth-child(2)  {
	text-align: right;
}
.colorbox {
  width: 80%;
  margin: 8em auto;
}
.colorbox img {
	margin-bottom: 5px;
}
.colorbox table tr td:nth-child(1) {
	text-align: left;
}
.colorbox table tr td:nth-child(2) {
	text-align: right;
}
.permbox {
  width: 80%;
  margin: 8em auto;
}
.permbox img {
}
.permbox table tr td:nth-child(1) {
	text-align: left;
	width: 180px;
	height: 25px;
}
.permbox table tr td:nth-child(2) {
	margin-bottom: 5px;
	text-align: right;
	width: 80px;
}
.treatbox {
  width: 80%;
  margin: 8em auto;
}
.treatbox img {
	margin-bottom: 5px;
}
.treatbox table tr td:nth-child(1) {
	text-align: left;
	width: 190px;
	height: 25px;
}
.treatbox table tr td:nth-child(2) {
	text-align: right;
	width: 80px;
}
.naiilbox {
	width: 290px;
	height: auto;
	margin-bottom: 30px;
	float: left;
	text-align: left;
	margin-left: 2%;
	margin-right: 2%;
	line-height: 20px;
}
.naiilbox table tr td:nth-child(1)  {
	text-align: left;
}
.naiilbox table tr td:nth-child(2) {
	text-align: center;
	width: 30%;
}
.naiilbox h2 {
	font-size: 16px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	text-align: center;
	margin-bottom: 10px;
}
.naiilbox p  {
	font-size: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 15px;
}
.mapbox {
}
.mapbox .g_map {
	float: left;
	width: 74%;
	height: auto;
	margin-left: 1%;
}
.mapbox .g_map .tab_none {
	width: 100%;
	margin: 0 auto;
	max-width: 700px;
}
.mapbox .c_map {
	float: left;
	width: 22%;
	height: auto;
	min-height: 0px;
	text-align: left;
	letter-spacing: 1px;
	line-height: 26px;
	font-size: 13px;
}
.voiceWrp {
	width: 90%;
	margin: 0 auto;
	height: auto;
}
.voiceWrp .voicebox {
	position: relative;
	margin-bottom: 40px;
}
.voiceWrp .voicebox .v_res {
	position: absolute;
	top: 20px;
	right: 0px;
}
.voiceWrp .voicebox .v_icon {
}
.voiceWrp .voicebox h2 span  {
	margin-left: 10px;
}
.voiceWrp .voicebox h3 {
	margin-top: 15px;
	text-align: left;
	margin-bottom: 15px;
}
.voiceWrp .voicebox .txt13 span:nth-child(1)  {
	color: #AFBE75;
	text-shadow: 0px 0px #A0924F;
}
.voiceWrp .voicebox .cmtWrp {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-color: rgba(140,146,79,0.10);
}
#reserve_fix {
	display: none;
}
#noreserve {
	height: 250px;
	width: 100%;
	position: relative;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 30px;
}
#noreserve #nobox {
	width: 300px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
#noreserve #nobox h1 {
	font-size: 25px;
	margin-bottom: 10px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#noreserve #nobox h2 {
	font-size: 15px;
	margin-bottom: 10px;
}
#noreserve #nobox .back {
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #000000;
	margin-right: 25px;
	margin-left: 15px;
}
.back::before,
.back::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.back,
.back::before,
.back::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.back:hover {
	background-color: #111;
	color: #fff;
}

@media screen and (max-width:768px){
main .inner1000 {
	width: 90%;
	height: auto;
}
	#salonWrp .salon_tit {
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	max-width: 191px;
}
#salonWrp .salon_tit h1 img {
	width: 100%;
	height: auto;
}
#salonWrp .areabox {
}
#salonWrp .areabox ul {
	line-height: 20px;
}
#salonWrp .area_li {
	width: 100%;
	margin-bottom: 15px;
}
#salonWrp #s_list ul li {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	width: 49%;
	margin-bottom: 30px;
	height: auto;
	text-align: center;
}
#s_list ul li .salonbox {
	width: 90%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.salonbox .s_img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.salonbox .s_img img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	max-width: 200px;
}
.salonbox  .s_img .reserve {
	width: 60%;
	height: auto;
	top: -21px;
}
.salonbox .s_img .reserve a img {
	width: 100%;
	height: auto;
}
.salonbox .s_img .reserve .tel-reserve {
    font-size: 10px;
	padding: 0.3em 0;
	border-radius: 6px;
}
.salonbox .s_img .reserve .tel-reserve .material-icons {
    font-size: 11px;
}
.salonbox .s_addr {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	margin-top: -17px;
}
.salonbox .s_addr h2 {
	font-size: 14px;
}
.salonbox .s_addr p {
	line-height: 20px;
	font-size: 12px;
}
.salonbox .s_addr .tel  {
	font-size: 14px;
}
.salonbox .s_addr span img {
	width: 30%;
	height: auto;
}
.title {
	overflow-x: hidden;
}
.shop_tit {
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	max-width: 214px;
}
.shop_tit h1 img {
	width: 100%;
	height: auto;
}
#top {
	margin-bottom: 10px;
}
#top #slider li img {
	width: 100%;
	height: auto;
}
#s_link {
	width: 100%;
	height: auto;
}
#s_link .s_logo {
	width: 100%;
	margin-top: 0px;
	float: none;
	text-align: center;
	margin-bottom: 15px;
}
#s_link ul {
	width: 100%;
	height: auto;
}
#s_link ul .role {
	width: 50%;
	height: 40px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
}
.role a img {
	width: 100%;
	height: 200%;
	max-width: 172px;
	min-width: 130px;
}
.left_clm {
	width: 100%;
	margin-bottom: 50px;
}
.left_clm .saloncmt {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.saloncmt .tit22 {
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.right_clm table {
	margin-bottom: 30px;
	width: 430px;
}
.right_clm .web_res {
	margin: 0 auto;
	text-align: center;
	width: 70%;
	min-width: 380px;
	padding-left: 2%;
}
.right_clm .web_res a img {
	width: 48%;
	height: auto;
	max-width: 220px;
	float: left;
	min-width: 139px;
	margin-right: 5px;
}
.right_clm {
	width: 100%;
	text-align: left;
}
#newsbox {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 1px solid #CCCCCC;
	float: none;
	max-width: 480px;
}
#newsWrp .right_clm {
	display: none;
}
.cntentsWrp ul {
  margin-bottom: 0;
}
.cntentsWrp ul li {
  margin-bottom: 0;
}
.cntentsWrp ul li:first-of-type {
  display: inline-block;
  margin-bottom: 0;
}
.staffbox .txt12 {
	font-size: 11px;
	letter-spacing: 0px;
}
.staffbox .txt20.bold {
	font-size: 15px;
}
.staffbox .txt10 {
	font-size: 9px;
}
#me_prWrp {
	text-align: center;
}
.menubox.flex {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.menubox.flex .box {
  margin-bottom: 40px;
}
/*
.menubox table {
	margin-right: auto;
	margin-left: auto;
	width: 305px;
}
*/
#me_prWrp .cutbox {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	float: none;
}
#me_prWrp .permbox {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	float: none;
	clear: both;
}
#me_prWrp .colorbox {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 40px;
	float: none;
	clear: both;
}
#me_prWrp .treatbox {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 40px;
	float: none;
}
#me_prWrp .naiilbox {
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	margin-top: 0px;
	width: 100%;
	height: auto;
	max-width: 300px;
}
.mapbox {
}
.mapbox .g_map {
	width: 100%;
	margin: 0;
	height: auto;
	min-width: 0px;
}
.mapbox .g_map iframe {
	width: 100%;
}
.mapbox .c_map.txt13 {
	width: 100%;
	text-align: left;
	margin-left: 1%;
}
.mapbox .c_map.txt13 h2 {
	margin: 0 auto;
	width: 100%;
}
.voiceWrp  {
}
.voiceWrp .voicebox {
}
.voiceWrp .voicebox a .v_res {
	width: 35%;
	height: auto;
	max-width: 192px;
	bottom: -25px;
	top: auto;
	min-width: 150px;
}
.voiceWrp .voicebox .v_icon {
	float: left;
	margin-bottom: 5px;
	margin-top: 0px;
}
.voiceWrp .voicebox .txt14 {
	font-size: 12px;
}
.voiceWrp .voicebox .txt14 span {
	display: block;
	line-height: 0px;
	position: relative;
	left: 10px;
}
.voiceWrp .voicebox .txt13 {
	font-size: 11px;
}


}

@media screen and (max-width:480px){
main .inner1000 {
	width: 100%;
}
#salonWrp {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#top {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.areabox table {
	width: 90%;
}
.areabox table tr td span {
	margin-bottom: 3px;
	margin-top: 3px;
	margin-right: 3px;
}
	#s_list ul li .salonbox {
	  width: 95%;
	  max-width: 170px;
	}
	.salonbox .s_img .reserve {
		width: 80%;
	}
	.salonbox .s_addr {
		/*padding-left: 5px;*/
	}
	.salonbox .s_addr h2 {
		font-size: 13px;
		text-align: left;
	}
	.salonbox .s_addr p {
		line-height: 18px;
		font-size: 10px;
		text-align: left;
		/*margin-left: 4px;*/
	}
	.salonbox .s_addr .tel {
		font-size: 11px;
	}
	.salonbox .s_addr span img {
		width: 46%;
		font-size: 0px;
		display: inline-block;
		float: left;
		margin-bottom: 3px;
		max-width: 68px;
		margin-right: 3px;
}
.shop_tit {
}
#s_link {
	margin-top: -30px;
}
#s_link .s_logo {
	float: none;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}
#s_link .s_logo img {
	width: 40%;
}
#s_link ul {
	width: 100%;
	height: auto;
	float: none;
	clear: both;
}
#s_link ul .role {
	width: 50%;
	margin-bottom: 10px;
	height: 35px;
	margin-right: 0px;
	margin-left: 0px;
}
.role a img {
	height: 200%;
	width: 95%;
	max-width: 150px;
	margin-right: 0px;
	margin-left: 0px;
}
.title {
	margin-top: 30px;
	margin-bottom: 30px;
}
.saloncmt .tit22 {
	font-size: 15px;
}
.saloncmt .txt13 {
	font-size: 12px;
}
#s_dataWrp .right_clm {
}
.right_clm table {
	width: 300px;
	height: auto;
	margin: 0 auto;
	font-size: 12px;
}
.right_clm table tr td:nth-child(1) {
	display: none;
}
.right_clm table tr td:nth-child(3) {
}
.right_clm table tr {
	height: 43px;
}
.right_clm .web_res {
	width: 100%;
	height: auto;
	min-width: 0px;
}
.right_clm div.web_res a img {
	width: 44%;
	margin-top: 0;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 0;
	padding: 0;
	height: auto;
	min-width: 90px;
}
.left_clm #newsbox {
	width: 85%;
	height: 400px;
	float: none;
	clear: both;
}
.cntentsWrp {
  margin-bottom: 0;
}
.cntentsWrp ul {
  margin-top: 3rem;
  margin-bottom: 0;
}
.cntentsWrp ul li {
  display: block;
  margin: 0 auto;
}
.cntentsWrp ul li:first-of-type {
  display: block;
  margin: 0 auto;
}
#newsbox .news .thumb {
	margin-right: 0px;
	float: none;
	width: 100%;
	margin-bottom: 5px;
	text-align: center;
}
#newsbox .news h2 {
	font-size: 14px;
	width: 100%;
    text-align: left;
}
#newsbox .news .txt_area {
	font-size: 12px;
	position: relative;
}
#newsbox .news a {
	font-size: 10px;
	margin-bottom: -5px;
}
.right_clm .fbbox iframe {
	width: 100%;
	max-width: 334px;
	margin-right: auto;
	margin-left: auto;
	height: 450px;
}
#staffWrp {
	margin-bottom: -50px;
}
.staffWrp ul li {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 40px;
	width: 49%;
}
.staffWrp ul li .staffbox {
	margin: 0 auto;
	width: 80%;
	height: auto;
}
/*
.menubox table  {
	font-size: 12px;
	width: 270px;
}
*/
.mapbox .g_map {
	width: 100%;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.mapbox .c_map.txt13 {
	width: 100%;
	font-size: 11px;
}
.mapbox .c_map.txt13 h2 {
	width: 100%;
	text-align: left;
}
#voiceWrp .voiceWrp {
	margin-top: -15px;
}
.voiceWrp .voicebox .txt14 .v_icon {
	position: absolute;
}
.voiceWrp .voicebox .txt14 span {
	display: block;
	margin-bottom: -10px;
	margin-left: 15px;
	/*line-height: 5px;*/
	white-space: normal;
	line-height: normal;
}
.voiceWrp .voicebox .txt14 span:last-child {
    line-height: 5px;
}
.voiceWrp .voicebox .txt13 span {
	display: block;
}
.voiceWrp .voicebox a .v_res {
	bottom: -33px;
}
.voiceWrp .voicebox .v_icon {
	margin-bottom: 0px;
}
.cmtWrp a  {
	font-weight: bold;
}
.bx-wrapper .bx-prev {
	display: none;	
}
.bx-wrapper .bx-next {
	display: none;	
}
.bx-wrapper .bx-controls-direction a {
	display: none;	
}
.menubox .txt12 {
	font-size: 11px;
}
}
/*#reservre_fixは714行目でnone設定済み以下新卒固定ボタン設定*/
@media screen and (max-width: 560px){
	#recruit_fix {
		transform: translateY(-10px);
	}
}
