@charset "UTF-8";

/* ==================================
Media Query bug fix
================================== */
img {
	border:none;
}

/*===============================================
●style.css 画面の横幅が***px以上
===============================================*/
@media screen and (min-width: 1092px){
	IMG {
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}

	/*************
	Add
	*************/
	#home #newshop .photo IMG {
		width: 188px;
		height: 141px;
	}
	/**/

	#home,
	#shop {
		/*background-color: red;*/
		width: 100%;
	}

	/* SHOP 所在地等の画像の表示切り替え */
	p.forSP {
		display: none;
	}
	
	p.forPC {
		display: block;
	}
	
	div.forSP {
		display: none;
	}
	
	#shop #info DIV.clearfix{
		position:relative;
	}
	#shop #info DIV.clearfix .left{
		>margin-left:20px;
	}

	#shop #info DIV.clearfix .chubun {
		position:absolute;
		right:2px;
	}

	.p3 {
		display: none;
	}
	/*.p2_bg {
		display: none;
	}*/
	/*.p1_block {
		display: block;
	}
	.p1_none {
		display: none;
	}
	.p2_none {
		display: block;
	}*/

	#shop #info DIV.clearfix .left span {
		display:none;
	}

	#home .bg {
		position: relative;
	}

	/* Webチラシ */
	#shop #info3 .chirashi .webChirashi IMG {
		max-width: 75%;
	}

}


/*===============================================
●tablet.css 画面の横幅が***pxまで
===============================================*/
@media screen and (max-width: 1091px){
	IMG {
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}
	#home,
	#shop {/*background-color: blue;*/
		width: 95%;
	    /*margin-top: 52px;*/
		/*overflow-x: hidden;*/
	}

	/* SHOP 所在地等の画像の表示切り替え */
	p.forSP {
		display: none;
	}
	
	p.forPC {
		display: block;
	}
	
	div.forSP {
		display: none;
	}
	#shop #info DIV.clearfix{
		position:relative;
	}
	#shop #info DIV.clearfix .chubun {
		position:absolute;
		right:2px;
	}

	.p3 {
		display: none;
	}
	/*.p2_block {
		display: block;
	}
	.p2_none {
		display: none;
	}
	.p1_none {
		display: block;
	}
	.p3_none {
		display: block;
	}*/

	#shop #info DIV.clearfix .left span {
		display: none;
	}

	/* Webチラシ */
	#shop #info3 .chirashi .webChirashi IMG {
		max-width: 75%;
	}

	#home #lastview {
		max-width: 100%;
		height: auto;
		width: auto;
		margin-left: auto;
		margin-right: auto;
		padding: 0 10px;
	}
	#home #lastview .shop {
		width: 58% !important;
		height: auto;
		line-height: 100%;
		top: 10px;
	}
	#home #lastview .reset {
		width: 58% !important;
		height: 20px;
		line-height: 20px;
		bottom: 5px;
	}
	#home #lastview .reset A {
		/*padding-left: 25px;
		padding-right: 10px;*/
		/*height: auto;
		line-height: auto;*/
		/*-moz-background-size: cover;
		background-size: cover;*/
		background: none;
	}
	#home #lastview A {
		/*padding-left: 25px;
		padding-right: 10px;*/
		/*height: auto;*/
		font-size: 80%;
	}

	#home #minichira{
		overflow:hidden;
	}
	
	#home #information,
	#home #minichira,
	#home #shop_information {
		max-width: 100%;
		height: auto;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	#home #information UL,
	#home #minichira UL,
	#home #shop_information UL {
		max-width: 100%;
		height: auto;
		width: auto;
	}
	#home #information LI,
	#home #minichira LI,
	#home #shop_information LI {
	}
	#home #information LI.new,
	#home #minichira LI.new,
	#home #shop_information LI.new {
		/*-moz-background-size: cover;
		background-size: cover;*/
	}
	#home #information H2,
	#home #minichira H2,
	#home #shop_information H2 {
		position: relative;
		height: 50px;
		overflow: hidden;
	}
	#home #information H2 IMG,
	#home #minichira H2 IMG,
	#home #shop_information H2 IMG {
		position: absolute;
		display: block;
		left: 0;
		max-width: none !important;
		height: 50px;
		width: auto;
	}
	#home #information H2 A IMG,
	#home #minichira H2 A IMG,
	#home #shop_information H2 A IMG {
		left: auto;
		right: 0;
	}



	#home #newshop {
		max-width: 100%;
		height: auto;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	#home #newshop UL {
		width: 90%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	#home #newshop LI {
		width: 33%;
	}
	/*#home #newshop P {
		width: 192px;
		margin: auto;
	}
	#home #newshop .photo {
		padding: 1px 0;
		border: solid 1px #e5e5e5;
	}
	#home #newshop .photo IMG {
		width: 188px;
		height: 96px;
		margin: auto;
		display: block;
	}
	#home #newshop .name {
		margin-top: 5px;
		font-weight: bold;
		color: #0000cc;
	}*/
	#home #newshop H2 {
		height: 50px;
		overflow: hidden;
	}
	#home #newshop H2 IMG {
		max-width: none !important;
		height: 50px;
		width: auto;
	}



	#home .pagetop {
		max-width: 100%;
		height: auto;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}



	#home .p2_h1 {
		height: auto !important;
		width: 98% !important;
		margin-left: auto;
		margin-right: auto;
		float: none !important;
	}
	#home .p2_h1 IMG {
		width: 100%;
	}


	#sliderContent {
		max-width: 100%;
		height: auto;
		width: auto;
		margin: 0 auto 10px auto!important;
	}


	#home .p2_h2 {
		width: 48% !important;
		height: auto !important;
	}
	#home .p2_h2 IMG {
		width: 100%;
	}




	#shop #info {
		max-width: 100%;
		height: auto;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	#shop #info DIV.clearfix {
		width: 98%;
	}
	#shop #info DIV.clearfix .left {
		width: 30%;
	}
	#shop #info DIV.clearfix .right {
		width: 69%;
	}
	#shop #info H2 {
	}
	#shop #info DIV.clearfix .right P {
		/*font-size: 14px;*/
	}
	#shop #info UL {
		/*width: 98%;*/
	}
	#shop #info LI {
		width: 56px;/*4%;*/
		height: 71px;/*4%;*/
	}



	#shop #nearshop {
		max-width: 100%;
		height: auto;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	#shop #nearshop .right {
		width: 82%;
		height: auto;
		line-height: 150%;
		top: 10px;
	}
	
	
	#shop #nearshop p.label {
		width: auto;
		height: auto;
	}
	
	#shop #nearshop p.label IMG {
		width: 100%;
	}
/********************************************/


	#shop #info2 {
		max-width: 100%;
		height: auto;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	#shop #info2 .clearfix DIV {
		width: 24%;
		height: 160px;
		margin-right: 1%
	}
	#shop #info2 .bold {
		font-size: 16px;
	}
	#shop #info2 P {
		width: 95%;
		margin: 10px auto;
	}
	#shop #info2 P.label {
		width: auto;
		height: auto;
	}
	#shop #info2 P.button {
		width: 95%;
		height: 24px;
		text-align: center;
	}

	#shop #info DIV.clearfix .left span {
		display: none;
	}

	#shop #info3 {
		max-width: 100%;
		height: auto;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	#shop #info3 .label {
		width: 100%;
		height: auto;
	}
	#shop #info3 .label IMG {
		width: 100%;
		height: auto;
	}
	#shop #info3 .calendar {
		max-width: 100%;
		height: auto;
		width: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		float: none;
		padding-bottom: 20px;
	}
	#shop #info3 .calendar DIV {
		width: 100%;
	}
	#shop #info3 .calendar DIV P {
		width: 10%;
	}
	#shop #info3 .calendar DIV P IMG {
		width: 100%;
	}
	#shop #info3 .calendar DIV P.month {
		width: 80%;
		height: auto;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
	}
	#shop #info3 TABLE {
		margin: auto;
	}
	#shop #info3 TH,
	#shop #info3 TD {
		width: 40px;
		padding: 1px 0;
		text-align: center;
		font-weight: bold;
		background-color: #ffffff;
	}
	#shop #info3 TH {
		border: solid 1px #f5f5f5;
		border-bottom: solid 5px #f5f5f5;
	}
	#shop #info3 TD {
		border: solid 1px #d2d2d2;
	}
	#shop #info3 .empty {
		background: none;
		border: none;
	}
	#shop #info3 .today {
		color: #ffffff;
		background-color: #e15d56;
		border: none;
	}
	#shop #info3 .sunday {
		color: #ff3333;
	}
	#shop #info3 .saturday {
		color: #3333ff;
	}
	#shop #info3 .chirashi {
		max-width: 100%;
		height: auto;
		width: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		float: none;
		padding-bottom: 2px;
		background:none;
		border:1px solid #f5f5f5;
	}
	#shop #info3 .chirashi .clearfix {
		width: 99%;
		height: auto;
		margin: 2px auto 0;
		background-color: #f5f5f5;
	}
	#shop #info3 .chirashi .clearfix DIV {
		/*
		width: 200px;
		margin: 20px 0 0 120px;
		*/
		text-align: center;
	}
	#shop #info3 .chirashi .clearfix DIV.right {
		width: 200px;
		margin: 20px 120px 0 0;
	}
	#shop #info3 .chirashi .clearfix P {
		margin: 0 auto 10px;
	}
	#shop #info3 .chirashi .clearfix P.text {
		text-align: left;
	}
	#shop #info3 .chirashi .clearfix P.text SPAN {
		color: #0000cc;
	}



	#shop #shopmap {
		max-width: 100%;
		height: auto;
		width: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	#shop #shopmap #googlemap {
		width: 95%!important;
		margin: 20px 10px 10px!important;
		border: 0;
	}
	#shop #shopmap #map {
		width: 100%;
		height: 300px;
	}
	#shop #shopmap P {
		width: 95%;
	}
	#shop #shopmap H2 {
		height: 50px;
		overflow: hidden;
	}
	#shop #shopmap H2 IMG {
		max-width: none !important;
		height: 50px;
		width: auto;
	}


	#shop #information,
	#shop #minichira,
	#shop #shop_information {
		max-width: 100%;
		height: auto;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	#shop #information UL,
	#shop #minichira UL,
	#shop #shop_information UL {
		max-width: 100%;
		height: auto;
		width: auto;
	}
	#shop #information H2,
	#shop #shop_information H2 {
		position: relative;
		height: 50px;
		overflow: hidden;
	}
	#shop #information H2 IMG,
	#shop #shop_information H2 IMG {
		position: absolute;
		display: block;
		left: 0;
		max-width: none !important;
		height: 50px;
		width: auto;
	}
	#shop #information H2 A IMG,
	#shop #shop_information H2 A IMG {
		left: auto;
		right: 0;
	}



	#shop .pagetop {
		max-width: 100%;
		margin: 0 auto 5px;
		text-align: right;
	}
}



/*===============================================
●smart.css  画面の横幅が***pxまで
===============================================*/
@media screen and (max-width: 747px){
	IMG {
		max-width: 100% !important;
		height: auto;
		width /***/:auto;
		padding: 2px;
	}
	#home,
	#shop {/*background-color: green;*/
		width: 100%;
	    /*margin-top: 52px;*/
		/*overflow-x: hidden;*/
	}

	/* SHOP 所在地等の画像の表示切り替え */
	p.forSP {
		display: block;
	}
	
	p.forPC {
		display: none;
	}
	
	div.forSP {
		display: block;
		height:50px;
		margin:0 auto 10px auto;
		width: 90%;
		position: relative;
	}
	
	
	#shop #info DIV.clearfix .chubun {
		display: block;
	}

	.p3 {
		display: block !important;
	}
	.p3_none {
		display: none !important;
	}
	/*.p3_block {
		display: block;
	}
	.p3_none {
		display: none;
	}
	.p1_none {
		display: block;
	}
	.p2_none {
		display: block;
	}*/


	#home #lastview .p3_h1 {
		margin-top: 10px;
	}
	#home #lastview .shop {
		width: 90%;
		left: 5px;
		right: auto;
		top: auto;
		bottom: 5px;
	}
	#home #lastview .reset {
		top: 0;
		bottom: auto;
	}



	#home #newshop LI {
		width: 50%;
	}
	#home #newshop P {
		width: 95%;
		font-size: 90%;
	}



	#home .p3_h1 {
		width: 100% !important;
		height: auto !important;
		float: none !important;
	}



	#shop #info DIV.clearfix {
		width: 98%;
		position: relative;
	}
	#shop #info DIV.clearfix .left {
		width: 90%;
		margin: 0 auto 10px;
		float: none;
	}
	
	#shop #info DIV.clearfix .left IMG {
		display: block;
		float: left;
		width: 100%;
		/*width: 50%;*/
	}
	
	#shop #info DIV.clearfix .chubun {
		position: absolute;
		right:2px;
	}
	
	#shop #info DIV.clearfix .left span {
		font-size: 28px;
		color: #333;
		float: left;
		margin: 3% 0 0 2%;
		display: block;
	}
	
	#shop #info DIV.clearfix .right {
		width: 90%;
		margin: 0 auto 10px;
		float: none;
	}
	#shop #info H2 {
		display: none;
	}
	#shop #info DIV.clearfix .right P {
		/*font-size: 14px;*/
	}
	#shop #info UL {
		/*width: 90%;*/
		margin: auto;
	}

	#shop #nearshop p.label {
		width: auto;
		height: auto;
	}
	
	#shop #nearshop p.label IMG {
		width: 100%;
	}

	#shop #nearshop .right {
		width: 94%;
		line-height: 110%;
		/*top: 0;*/
		top: 32.5%;
		left: 3%;
	}
	#shop #nearshop A {
		font-size: 95%;
		line-height: 114%;
	}


	#shop #info2{
		margin:0px;
	}
	/* 所在地など */
	#shop #info2 .clearfix DIV {
		width: 100%;
		height: auto;
		/*margin-bottom: 20px;*/
		padding-bottom: 2%;
		background-color: #f5f5f5;
	}
	#shop #info2 .bold {
		font-size: 16px;
	}
	#shop #info2 P {
		width: 95%;
		margin: 10px auto;
	}
	#shop #info2 P.label {
		width: auto;
		height: auto;
	}
	#shop #info2 .label IMG {
		width: 100%;
	}
	#shop #info2 P.button {
		width: 95%;
		height: 24px;
		text-align: right;
	}
	/*
	#shop #info2 .clearfix DIV {
		width: 49%;
		margin-bottom: 10px;
	}
	#shop #info2 .bold {
		font-size: 16px;
	}
	#shop #info2 P {
		width: 95%;
		margin: 10px auto;
	}
	#shop #info2 P.label {
		width: auto;
		height: auto;
	}
	#shop #info2 .label IMG {
		width: 100%;
	}
	#shop #info2 P.button {
		width: 95%;
		height: 24px;
		text-align: center;
	}
	*/


	#shop #info3{
		margin:0px;
	}
	#shop #info3 .calendar {
		margin-bottom: 0px;
	}
	#shop #info3 .calendar DIV P {
		width: 20%;
	}
	#shop #info3 .calendar DIV P.month {
		width: 60%;
	}
	#shop #info3 .chirashi .clearfix DIV {
		width: 98%;
		margin: 0 auto 0;
		padding-top: 20px;
		float: none;
	}
	#shop #info3 .chirashi .clearfix DIV.right {
		width: 98%;
		margin: 0 auto 0;
		padding-top: 20px;
		padding-bottom: 20px;
		float: none;
	}
	#shop #info3 .chirashi .clearfix P.text {
		text-align: center;
	}

	#shop #shop_information LI {
		padding:10px;
	}


	#banners {
		max-width: 100% !important;
		width: auto !important;
	}
	#banners .p3 {
		width: 100% !important;
		margin: auto !important;
	}
	#banners .p3 .shufoo,
	#banners .p3 P {
	    width: 49% !important;
	    height: auto !important;
	    float: left !important;
	    margin: 0 1px 2px 1px!important;
	}
	#banners .p3 .shufoo .inner {
		width: 99% !important;
		height: auto !important;
		border-bottom: solid 4px #f64a2d;
	}
	#banners .p3 .shufoo .wrap {
		width: 99% !important;
		height: auto !important;
		left: auto;
	}
	#banners .p3 .shufoo .content {
		/*height: 448px !important;*/
	}
	#banners .p3 IMG {
	/*	width: 100% !important;*/
	}



	#shop #shopmap #googlemap {
		width: 90%;
		margin: 20px auto 10px;
	}
	#shop #shopmap #map {
		height: 257px;
	}
	#shop #shopmap P {
		width: 90%;
	}


	#sliderContent {
		margin: auto;
	}

	.more IMG {
		width: 100%;
		height: auto;
	}
}