@charset "UTF-8";
/*検索一覧
---------------------------------------------------------------------------*/
header.sg {
    width: 100%;
    padding: 15px;
    background-color: #901229;
    text-align: center;
    border-bottom: 8px solid #E6D7AD;
}
@media screen and (min-width:481px) {
nav {
    display: none;
}
}
header.sg img {
    width:300px;
}
@media screen and (max-width : 480px ){
header.sg img {
    width:300px;
    margin: 0 0 0 -50px;
}
}
.result {
    width:1000px;
    padding: 50px 0;
    margin: 0 auto;
    display: flex;
}
@media screen and (max-width : 480px ){
.result {
    width:100%;
    padding: 50px 0;
    margin: 0 auto;
    display: flex;
}
}
.searchMenu {
    background-color: #E6D7AD;
    width: 300px;
    padding: 20px;
    margin: 70px 0 0;
    text-align: center;
    display: block;
}
@media screen and (max-width : 480px ){
.searchMenu {
    display: none;
}
}
.shopList {
    margin: 0 0 0 20px;
    display: block;
}
@media screen and (max-width : 480px ){
.shopList {
    margin: 0 20px;
    display: block;
}
}
.ken {
    width: 100%;
    height: 50px;
    display: block;
    padding: 0 0 0 20px;
    margin: 0 0 20px;
}
@media screen and (max-width : 480px ){
.ken {
    width: 100%;
    display: block;
}
}
.shopList h2 {
    width: 80%;
    font-size: 1.6rem;
	font-weight: bold;
}
@media screen and (max-width : 480px ){
.shopList h2 {
    width: 100%;
    font-size: 1.6rem;
	font-weight: bold;
}
}
.shopList p {
    width: 50%;
    font-size: 1.4rem;
    padding: 0 10px;
}
@media screen and (max-width : 480px ){
.shopList p {
    width: 100%;
    font-size: 1.4rem;
    padding: 0 10px;
}
}
.shopList .top {
    width: 150px;
    float: right;
    background-color: #CBCB33;
    border: 0;
    color: #FFFFFF;
    font-size: 1.8rem;
    display: inline-block;
    text-align: center;
	height: 50px;
	line-height: 50px;
}
@media screen and (max-width : 480px ){
.shopList .top {
    display: none;
}
}
dl.shop {
    background-color: #FFFFFF;
    border-top: 8px solid #E6D7AD;
    padding: 20px;
    margin: 0 0 30px;
    display: flex;
}
@media screen and (max-width : 480px ){
dl.shop {
    width: 100%;
    background-color: #FFFFFF;
    border-top: 8px solid #E6D7AD;
    padding: 10px;
    margin: 0 auto 20px;
    display: flex;
    flex-wrap: wrap;
}
}
.shop dt {
    width: 320px;
    display: block;
}
@media screen and (max-width : 480px ){
.shop dt {
    width: 100%;
    display: block;
}
}
.shop dt .sn {
    height: 45px;
    display: block;
	position: relative;
	margin: 0 0 10px;
}
.shop dt .subT {
    color: #901229;
    font-size: 1.4rem;
    display: block;
	font-feature-settings: "palt";
}
.shop dt .shopName {
    color: #901229;
    font-size: 1.8rem;
    font-weight: bold;
    font-feature-settings: "palt";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    letter-spacing: -0.05rem;
}
.shop img {
    width: 320px;
    height: 200px;
    object-fit: contain;
}
@media screen and (max-width : 480px ){
.shop img {
    width: 100%;
    height: 220px;
    object-fit: contain;
}
}
.shop dd {
    width: 300px;
    margin: 0 0 0 20px;
}
@media screen and (max-width : 480px ){
.shop dd {
    width: 100%;
    margin: 0;
}
}
.shop .flag {
    width: 100%;
    margin: 0 0 20px;
}
@media screen and (max-width : 480px ){
.shop .flag {
    width: 100%;
    margin: 10px 0;
}
}
.shop .flag img {
    width: auto;
    height: 30px;
}
@media screen and (max-width : 480px ){
.shop .flag img {
    width: auto;
    height: 30px;
}
}
.shop .tel {
    background-image: url(../../img/tel.png);
    background-size: 25px;
    background-position: left top;
    padding: 0 0 10px 30px;
    background-repeat: no-repeat;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: bold;
    color: #901229;
    display: block;
}
.shop .tel a {
    color: #932438;
}
.shop .address {
    background-image: url(../../img/address.png);
    background-size: 25px;
    background-position: left top;
    padding: 0 0 10px 30px;
    background-repeat: no-repeat;
    font-size: 1.6rem;
    line-height: 2.5rem;
    color: #000000;
    display: block;
}
.shop .time {
    background-image: url(../../img/time.png);
    background-size: 25px;
    background-position: left top;
    padding: 0 0 10px 30px;
    background-repeat: no-repeat;
    font-size: 1.6rem;
    line-height: 2.5rem;
    color: #000000;
    display: block;
    height: 50px;
    overflow-y: hidden;
    margin: 0 0 10px;
}
.shop .close {
    background-image: url(../../img/close.png);
    background-size: 25px;
    background-position: left top;
    padding: 0 0 10px 30px;
    background-repeat: no-repeat;
    font-size: 1.6rem;
    line-height: 2.5rem;
    color: #000000;
    display: block;
}
.shop .check  {
    width: 100%;
    font-size: 2rem;
    color: #FFFFFF;
    display: inline-block;
    background-color: #901229;
    border: 0;
    text-align: center;
    height: 40px;
	line-height: 40px;
}
.paging  {
    width: 400px;
	margin: 0 auto;
    color: #FFFFFF;
    display: flex;
	justify-content: space-around;
}
@media screen and (max-width : 480px ){
.paging  {
    width: 80%;
	margin: 0 auto;
    color: #FFFFFF;
    display: flex;
	justify-content: space-around;
}
}
.no,.prev,.next {
    font-size: 1.6rem;
    padding: 10px;
    color: #000000;
    background-color: #E6D7AD;
    text-align: center;
    cursor: pointer;
}
@media screen and (max-width : 480px ){
.no,.prev,.next {
    font-size: 1.4rem;
    padding: 5px;
    color: #000000;
    background-color: #E6D7AD;
	text-align: center;
    cursor: pointer;
}
}

/*店舗ページ
---------------------------------------------------------------------------*/
.store {
    width: 1000px;
    padding: 50px 0;
    margin: 0 auto;
    display: block;
}
@media screen and (max-width : 480px ){
.store {
    width:100%;
    padding: 30px 0 0;
    margin: 0 auto;
    display: block;
}
}
.store .back {
    width: 100%;
    padding: 0 0 30px;
    margin: 0 auto;
    display: block;
    text-align: right;
}
@media screen and (max-width : 480px ){
.store .back {
    width: 100%;
    padding: 0 0 30px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
}
.store .top {
    width: 150px;
    background-color: #CBCB33;
    border: 0;
    color: #FFFFFF;
    font-size: 1.8rem;
    display: inline-block;
    text-align: center;
	height: 50px;
	line-height: 50px;
}
.store .listBack {
    width: 150px;
    background-color: #FF6633;
    border: 0;
    color: #FFFFFF;
    font-size: 1.8rem;
    display: inline-block;
    text-align: center;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
}
.store dl.storeBox {
    width: 100%;
    padding: 30px;
    background-color: #FFFFFF;
    border-top: 8px solid #E6D7AD;
    display: flex;
    flex-wrap: wrap;
}
.store dt {
    width: 490px;
    display: block;
}
@media screen and (max-width : 480px ){
.store dt {
    width: 100%;
    display: block;
}
}
.store dt .sn {
    height: 60px;
	position: relative;
	margin: 0 0 10px;
}
.store dt .subT {
    color: #901229;
    font-size: 1.6rem;
	font-feature-settings: "palt";
    display: block;

}
.store dt .shopName {
    color: #901229;
    font-size: 2.4rem;
	font-feature-settings: "palt";
    font-weight: bold;
    display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.store dt img {
    width: 490px;
    height: 325px;
    object-fit: cover;
}
.store dt .subImg {
    width: 150px;
    height: 100px;
    margin-top: 25px;
    margin-left: 6px;
    margin-bottom: 0;
    object-fit: cover;
    float: left;
    margin-right: 7px;
}
@media screen and (max-width : 480px ){
.store dt img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.store dt .subImg {
    width: 50%;
    height: 120px;
    margin: 15px 0 0;
    object-fit: cover;
    float: left;
}
}
.store dd {
    width: 420px;
    margin: 0 0 0 30px;
    display: block;
}
@media screen and (max-width : 480px ){
.store dd {
    width: 100%;
    margin: 0;
    display: block;
}
}
.store .flag {
    width: 100%;
}
@media screen and (max-width : 480px ){
.store .flag {
    width: 100%;
    margin: 10px 0;
}
}
.store .flag img {
    width: auto;
    height: 40px;
}
@media screen and (max-width : 480px ){
.store .flag img {
    width: auto;
    height: 30px;
}
}
.store h2.reserve {
    font-size: 1.8rem;
    display: inline-block;
    color: #901229;
    margin: 10px 5px 0 0;
}
.store .tel {
    background-image: url(../../img/tel.png);
    background-size: 25px;
    background-position: left 25px;
    padding: 20px 0 0 30px;
    background-repeat: no-repeat;
    font-size: 2.4rem;
    font-weight: bold;
    color: #901229;
    display: inline-block;
}
@media screen and (max-width : 480px ){
.store .tel {
    background-image: url(../../img/tel.png);
    background-size: 25px;
    background-position: left 5px;
    padding: 0 0 0 30px;
    background-repeat: no-repeat;
    font-size: 2.4rem;
    font-weight: bold;
    color: #901229;
    display:block;
}
}
.store .tel a {
    color: #932438;
}
.store h3.catch {
    color: #901229;
    font-size: 2rem;
    margin: 5px 0;
    font-weight: bold;
}
.store p.comment {
    color: #901229;
    font-size: 1.6rem;
    line-height: 2.4rem;
    height: 120px;
    overflow-y: hidden;
    letter-spacing: -0.05rem;	
}
@media screen and (max-width : 480px ){
.store p.comment {
	color: #901229;
    font-size: 1.6rem;
    line-height: 2.4rem;
	height: auto;
}
}
.store .info {
    border: 1px solid #E6D7AD;
    margin: 10px 0;
    padding: 15px;
	height: 255px;
}
@media screen and (max-width : 480px ){
.store .info {
    border: 1px solid #E6D7AD;
    margin: 10px 0;
    padding: 15px;
	height: auto;
}
}
.store .address {
    font-size: 1.5rem;
    line-height: 2.2rem;
	color: #000000;
    display: block;
    background-image: url(../../img/address1.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 23px;
    padding: 0 0 0 80px;
}
.googleMap {
    background-color: #CBCB33;
    display: block;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    margin: 5px 0 10px;
}
@media screen and (min-width : 481px ){
.googleMap {
    display: none;
}
}
.store .time {
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #000000;
    display: block;
    background-image: url(../../img/time1.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 23px;
    padding: 0 0 0 80px;
    height: 40px;
    overflow-y: hidden;
}
.store .close {
	height: 23px;
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #000000;
    display: block;
    background-image: url(../../img/close1.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 23px;
    padding: 0 0 0 80px;
}
.store .block {
    display: flex;
    flex-wrap: wrap;
}
.store .seat {
    width: 50%;
	height: 23px;
    font-size: 1.5rem;
    line-height: 2.2rem;
	color: #000000;
    display: block;
    background-image: url(../../img/seat.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 23px;
    padding: 0 0 0 80px;
}
.store .price {
    width: 50%;
	height: 23px;
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #000000;
    display: block;
    background-image: url(../../img/price.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 23px;
    padding: 0 0 0 80px;
}
.store .launch {
    width: 50%;
	height: 23px;
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #000000;
    display: block;
    background-image: url(../../img/launch.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 23px;
    padding: 0 0 0 80px;
}
.store .karaoke {
    width: 50%;
	height: 23px;
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #000000;
    display: block;
    background-image: url(../../img/karaoke1.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 23px;
    padding: 0 0 0 80px;
}
.store .homepage {
	width: 100%;
	height: 45px;
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #000000;
    display: block;
    background-image: url(../../img/homepage.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 23px;
    padding: 25px 0 0 0;
	word-break: break-all;
	overflow-y: hidden;
}
@media screen and (max-width : 480px ){
.store .homepage {
	height: auto;
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #000000;
    display: block;
    background-image: url(../../img/homepage.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 23px;
    padding: 25px 0 0;
	word-break: break-all;
}
}
/*マップ
---------------------------------------------------------------------------*/
.store .map {
    width: 1000px;
    height: 700px;
    border: 5px solid #8F1229;
    margin: 10px auto 0;
    display: block;
}
@media screen and (max-width : 480px ){
.store #map {
    display: none;
}
}
/*電話
---------------------------------------------------------------------------*/
.telFixed {
    width: 70%;
    display: block;
    position: fixed;
    bottom: 20px;
    font-size: 2rem;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    background-color: rgba(255,102,51,0.9);
    left: 20px;
}
@media screen and (min-width : 481px ){
.telFixed {
    display: none;
}
}
/*その他のページ
---------------------------------------------------------------------------*/
.contents {
    width: 1000px;
	margin: 50px auto;
}

@media screen and (max-width : 480px ){
.contents {
    width: 100%;
	margin: 50px auto;
}
}
.contents h2 {
    width: 100%;
    padding: 10px;
    background-color: #901229;
    color: #FFFFFF;
    font-size: 2rem;
    text-align: center;
}
.contents h3 {
    width: 100%;
    padding: 5px;
    background-color: #E6D7AD;
    color: #000000;
    font-size: 1.6rem;
    text-align: center;
}
.contents p {
    padding: 20px;
    font-size: 1.4rem;
    line-height: 2.5rem;
    text-align: center;
}
.contents ul {
	padding: 0px 50px 20px;
    list-style-type: square;
}
.contents li {
 	padding: 5px 0;
	font-size: 1.4rem;
    line-height: 2.8rem;
}
/*お問い合わせ
---------------------------------------------------------------------------*/
.contact {
    display: block;
    margin: 50px auto;
    width: 1000px;
    text-align: center;
    height: auto;
}
@media screen and (max-width:480px) {
.contact {
    width: 100%;
}
}
.contact h2 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 4rem;
    display: block;
    width: 100%;
    color: #2ea7e0;
    font-weight: bold;
    line-height: 4rem;
    background-color: #FFFFFF;
}
@media screen and (max-width:480px) {
.contact h2 {
     font-size: 2.5rem;
}
}	
.contact h3 {
    font-size: 1.4rem;
    display: block;
    width: 100%;
}
.contact_form ul {
    width: 60%;
    list-style-type: none;
    list-style-position: outside;
    margin: 0 auto;
    padding: 0px;
    border-style: none;
}
.contact_form li{
    padding: 12px;
    position: relative;
    border-right-style: none;
    border-left-style: none;
    width: 100%;
    text-align: left;
    height: auto;
} 
/* === Form Header === */
.contact_form h2 {
	margin:0;
	display: inline;
}
.required_notification {
	color:#d45252; 
	margin:5px 0 0 0; 
	display:inline;
	float:right;
}
/* === Form Elements === */
.contact_form label {
    width: 200px;
    margin-top: 3px;
    display: inline-block;
    float: left;
    padding: 3px;
    font-size: 0.9em;
}
.contact_form input {
	width:220px; 
	padding:5px 8px;
}
.contact_form textarea {padding:8px; width:330px;}
@media screen and (max-width:480px) {
.contact_form textarea {padding:8px; width:220px;}
}
.contact_form button {margin-left: 228px;}

	/* form element visual styles */
	.contact_form input,
	.contact_form textarea,
	.contact_form select
	 { 
		border:1px solid #aaa;
		box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
		border-radius:2px;
		padding-right:30px;
		-moz-transition: padding .25s; 
		-webkit-transition: padding .25s; 
		-o-transition: padding .25s;
		transition: padding .25s;
	}
	.contact_form input:focus, .contact_form textarea:focus {
		background: #fff; 
		border:1px solid #555; 
		box-shadow: 0 0 3px #aaa; 
		padding-right:70px;
	}
/* === Form hints === */
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999; /* hints stay above all other elements */
	position: absolute; /* allows proper formatting if hint is two lines */
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.contact_form input:focus + .form_hint {display: inline;}
.contact_form input:required:valid + .form_hint {background: #28921f;}
.contact_form input:required:valid + .form_hint::before {color:#28921f;}
	
/* === Button Style === */
button.submit {
    background-color: #2AB673;
    background: -webkit-gradient(linear, left top, left bottom, from(#2AB673), to(#2A9973));
    background: -webkit-linear-gradient(top, #2AB673, #2A9973);
    background: -moz-linear-gradient(top, #2AB673, #2A9973);
    background: -ms-linear-gradient(top, #2AB673, #2A9973);
    background: -o-linear-gradient(top, #2AB673, #2A9973);
    background: linear-gradient(top, #2AB673, #2A9973);
    border: 1px solid #509111;
    border-bottom: 1px solid #5b992b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #33CC70;
    -webkit-box-shadow: 0 1px 0 0 #33CC70 inset;
    -moz-box-shadow: 0 1px 0 0 #33CC70 inset;
    -ms-box-shadow: 0 1px 0 0 #33CC70 inset;
    -o-box-shadow: 0 1px 0 0 #33CC70 inset;
    color: white;
    font-weight: bold;
    padding: 6px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #396715;
}
@media screen and (max-width:480px) {
button.submit {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
}
}
button.submit:hover {
	opacity:.85;
	cursor: pointer; 
}
button.submit:active {
	border: 1px solid #20911e;
	box-shadow: 0 0 10px 5px #356b0b inset; 
	-webkit-box-shadow:0 0 10px 5px #356b0b inset ;
	-moz-box-shadow: 0 0 10px 5px #356b0b inset;
	-ms-box-shadow: 0 0 10px 5px #356b0b inset;
	-o-box-shadow: 0 0 10px 5px #356b0b inset;
}
