@CHARSET "UTF-8";
/* ■■ width600 ■■ */
@media screen and (max-width: 601px) {

.remodal h1 {
	font-size:1.2em;
}
ul.ul_in {
	list-style-position:outside;
}


#top_img img {
	width:50%;
}

#about .about_between_text_img {
	margin-top:5%;
}

#supmenu .text {
    padding: 0 10px;
}

/* 左右５０％ずつの組み */
#shop_information .float_body {
	width:100%;
}
#shop_information .float_left {
	float:none;
	width:100%;
	text-align:center;
}
#shop_information .float_right {
	float:none;
	width:100%;
	text-align:center;
}
#shop_information .img600 {
	width:50%;
}
#information {
  margin-top: 0px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 0px; /* 打ち消し用のパディング */
}


#latest .float_body {
	width:100%;
}
#latest .float_left {
	float:none;
	width:100%;
	text-align:center;
}
#latest .float_right {
	float:none;
	width:100%;
	text-align:center;
}

/* ■ フォーム ■ */
.form_table {
	display:block;
	padding:0 7px;
	width:95%;

}

.form_table dl{
    display:block;
    width:100%;
}
.form_table dt,.form_table dd{
	width:100%;
    display:block;
}

.form_table dt {
	padding:0px 0;
}
.form_table dd {
	padding:0px 0 10px;
}
:placeholder-shown {
   font-size:0.7em; }
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
   font-size:0.7em; }

/* Firefox 18- */
:-moz-placeholder {
    font-size:0.7em; }

/* Firefox 19+ */
::-moz-placeholder {
    font-size:0.7em; }

/* IE 10+ */
:-ms-input-placeholder {
    font-size:0.7em; }

 .submit_btn {
	margin-top:25px;
	background: url(../img/na_44_sp.png) no-repeat top center;
	background-size:100%;
	width:100%;
	height: 0;
	border:0;
	cursor:pointer;
	padding-bottom: 15%;
}

.err_msg {
	font-size: 0.9em;
}
/* ■ //フォーム ■ */


/* ■■注意！■■ */
.padding100 {
	padding-top:70px;
}



.l600 {
	text-align:left;;
}
.title {
	margin:20px 0 20px;
}
.float_left {
	float:none;
	width:100%;
	margin-left:0%;
}
.float_right {
	float:none;
	width:100%;
	margin-left:0%;
}
.text {
	font-size:1.1em;
	padding:0 15px;
	font-color:#666666;
}
.visible600{
	display: block;
	margin:auto;
}
.hidden600{
	display: none;
}
.sp_center {
	text-align:center;
}
.img_inquiry {
	margin-top:-10px;
	width:80%!important;
}

}