@charset "UTF-8";
.food_menu_box_list {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 20px;
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:480px) {
.food_menu_box_list {
display: block;
}
.food_menu {
  width: 95%;
  margin: 0 auto;
}
}
.sp_only{
	display: none;
}
#salonWrp {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 20px;
  margin-bottom: 5%;
}
#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: 65px;
	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;
}
.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_addr {
	margin-top: -10px;
}
.salonbox .s_addr h2 {
	font-size: 16px;
	letter-spacing: 1px;
}
.salonbox .s_addr p {
	margin-left: 2px;
	line-height: 25px;
}
.s_addr .tel  {
	font-size: 15px;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.s_addr .tel:before  {
	content: "TEL";
	font-size: 13px;
}
.s_addr span {
	padding-top: 11px;
	margin-left: 1px;
}
.s_addr span img {
	width: 31%;
	height: auto;
}

.shop_tit {
}
.shop_tit h1 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: center;
}
#s_dataWrp {
	text-align: center;
}
.left_clm {
	float: left!important;
	width: 100%;
	height: auto;
	text-align: left;
}
.left_clm .saloncmt {
	margin: 0 auto;
	width: 90%;
}
.right_clm {
	width: 50%;
	float: right!important;
	text-align: left;
	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) {
  padding: 16px 0;
  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;
}
.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 .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 a {
	text-align: left;
	font-size: 12px;
	margin-top: 5px;
}
.news_more {
    font-weight: bold;
    text-align: center;
    margin: 1em 0;
    font-size: 11px;
	clear: both;
}
.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%;
}
.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: 285px;
	font-size: 13px;
}
/*フードドリンクメニュー*/
.food_menu {
  display: flex;
  flex-wrap: wrap;
}
.food_menu_inner {
  display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.food_menu_inner_2 {
  width: 50%;
}
.food_menu_box {
  max-width: 100%;
  height: auto;
  padding: 20px 0 20px 80px;
  text-align: left;
}
.food_menu .text {
  font-family: Rockwell;
  font-size: 16px;
}
.food_menu .text_wrap{
	padding-top: 40px;
}
.text_bold{
	font-weight: bold;
	padding-top: 5px;
}

.food_menu .txt_bold {
  font-family: Rockwell;
  font-size: 20px;
  font-weight: 500;
}
.food_menu .food_menu_box:nth-child(3) {
  background-color: red;
}
.food_menu_box li {
  margin: .5rem;
}
.menu_container {
  position: relative;
}
.menu_category {
  position: absolute;
  top: 70px;
  right: 85px;
}
.menu_category_txt {
  font-size: 14px;
  font-weight: 700;
}
.menu_container img {
  width: 600px;
  height: 500px;
}
.drink_top_box {
  display: inline-block;
  margin: 40px auto;
}
 .drink_top_box .text {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.drink_top_box .text::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
  border: 1px solid #333;
}
.drink_top_box dd:nth-of-type(1) {
  margin-top: 20px;
}
.drink_menu {
  margin: 40px auto;
  text-align: center;
}
.drink_menu .text {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 600;
}
.drink_menu .txt_bold {
  font-family: Rockwell;
  font-size: 20px;
  font-weight: 500;
}
.drink_menu .txt_sm {
  font-size: 14px;
}
.drink_menu .drink_menu_inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  gap: 64px;
  margin: 80px 0;
}
.drink_menu .drink_menu_box {
  width: 100%;
  text-align: left;
}
.drink_menu .drink_menu_box li {
  margin-top: 16px;
}
/*/フードドリンクメニュー*/
.cutbox {
	margin-right: 40px;
	margin-bottom: 40px;
	float: left;
	margin-left: 15px;
}
.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 {
	margin-right: 40px;
	margin-bottom: 40px;
	float: left;
}
.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 {
	margin-right: 40px;
	margin-bottom: 40px;
	float: left;
}
.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 {
	float: right;
}
.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;
}
/*インスタ*/
.gallery{
  width: 100%;
  align-items: stretch;
  margin-top: 5%;
}
.gallery .title {
  margin: 40px 0;
}
.gallery-item{
  width: 30%;
  margin: 1%;
  position: relative;
  list-style: none;
  display: inline-block;
}
.gallery-item:nth-child(n+4) {
  margin-top: 0.5%;
}

.gallery-item .movie_icon {
width: 30%;
height: 30%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
opacity: 0.8;
}
/*
.insta__wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.insta__item {
  margin: 1rem;
}
*/
img{
    max-width: 100%;
    height: auto;
}
/*
.gallery{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.gallery-item{
    flex: 1 1 33.333%;
    -ms-flex: 1 1 33.333%;
}
*/
/*インスタ終わり*/
.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;
}
.movie {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  height: auto;
}
@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;
	}
	.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_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%;
	}
	.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;
		margin-bottom: 50px;
		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;
	}

	.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;
	}
	  .food_menu_box {
		padding: 16px 0;
	  }
	  .drink_menu .drink_menu_box {
		padding: 40px 8px;
	  }
	  .menu_category {
		position: absolute;
		top: 70px;
		right: 53px;
	}
}

@media screen and (max-width:480px){
	.sp_only{
		display: block;
	}
	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 {
		height: auto;
		margin: 0 auto 40px;
		font-size: 12px;
		width: 100%;
	}
	.right_clm table tr td:nth-child(1) {
		display: none;
	}
	.right_clm table tr td:nth-child(3) {
	  padding: 10px 0;
	}
	.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;
	}
	#newsbox .news .thumb {
		width: 100%;
		margin-bottom: 5px;
		text-align: center;
	}
	#newsbox .news h2 {
		font-size: 14px;
	}
	#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;
	}
	.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;
	}
	.food_menu_inner {
	  display: block;
	  margin: 0 auto;
	}
	.food_menu_inner_2 {
	  width: 100%;
	}
	.food_menu_box {
	  width: 100%;
	  padding: 0;
	  margin: 20px auto;
	  text-align: left;
	}
	.food_menu_box li {
		margin: .5rem;
		font-size: 12px;
	}
	.food_menu .txt_bold {
		font-family: Rockwell;
		font-size: 20px;
		font-weight: 500;
		text-align: left;
	}
	.menu_container {
	  margin: 0;
	  }
	.menu_container img {
	/*  width: 400px;*/
	  width: 96vw;
	  height: auto;
	}
	.menu_category {
	  width: 65%;
	  position: absolute;
	  top: 60px;
	  left: 26px;
	  line-height: 14px;
	  transform: translateX(24%);
	}
	.menu_category_txt {
	  font-size: 11px;
	  font-weight: 700;
	}
	.drink_top_box {
	  position: relative;
	  margin: 20px auto;
	}
	.drink_top_box .text:before {
	  content: '';
	  position: absolute;
	  left: 15%;
	  bottom: -15px;
	}
	.drink_menu {
	  text-align: left;
	  margin: 40px auto;
	  width: 95%;
	}
	.drink_menu .drink_menu_inner {
	  display: block;
	  font-size: 12px;
	}
	.drink_menu .drink_menu_box {
	  width: 100%;
	  padding: 0;
	  text-align: left;
	  margin: 40px 0;
	}

}
/*
モーダルウィンドウ*/

/*モーダルを開くボタン*/
.modal-open{
	display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
	max-width: 780px;
	margin: auto;
	cursor: pointer;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: 40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	text-align: center;
}
@media screen and (max-width:1000px){
.modal-container{
	position: fixed;
	top: 0;
	}
}
@media screen and (max-width:560px) {
	.modal-close {
		top: -60px;
		right: -25px;
	}
}