@charset "utf-8";
/* CSS Document */
.sp{display: inline;}
.pc{display: none!important;}
div,section {
    max-width: 100%;
    overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img{max-width: 100%;height: auto;}
#wrapper {
    width: 100%;
  max-width: 100%;
	background: #fff;
    overflow: hidden;
}

#header {
    height: auto;
    background-size: contain;
    padding-top: 37.3%;
	background-position: 0 0;
}

#contents {
    padding: 20px 4%;
    width: 92%;
	margin: auto;
    box-sizing: border-box;
}

.home #header {
    height: auto;
padding-top: 87.8%;
	background-image: url(../image/top_img.png);
    background-repeat: no-repeat;
	background-position: 0 100%;
	-webkit-background-size: contain;
	background-size: contain;
}
 h1{
	 display: none;
	margin: auto;
	text-indent: -9999px;
	background: url(../image/logo-sp.png) 0 0 no-repeat;
	width: 122px;
	-webkit-background-size: contain;
	background-size: contain;
	height: 86px;
  	
}
h1.h1_sp{
	display: block;
  	
}
h1.h1_sp a{
	display: block;
	height: 100%;
  	
}


/*トップページ*/

.about_morning{
	background: #fbe9d2;
	padding: 0.8em;
	font-size: 0.90em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2em;
	margin-top: 1em;
}

.about_morning .about_morning_tit{
	background: #512902;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	padding: 5px 10px;
}

#cate01 {
width: 100%;
float: none;
margin:auto;
}
#cate01 h2 {
     background-image: none; 
    height: auto;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;margin-bottom: 1em;
    padding-left: 1em;
    padding-top: 10px;
    border-top: 2px solid #d95ea3;
}

.top_serarch{
	display: block;
	margin-bottom: 40px;
}

.top_serarch input[type="text"] {
	padding: 10px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	color: #666;
	width: 50%;
}
.top_serarch input[type="submit"] {
	display: inline-block;
	padding:10px;
	vertical-align: middle;
	border: 0;
	letter-spacing: 2px;
	background: #666;
	text-align: center;
	color: #fff;
}
.top_search_t span{display: inline-block;font-size: 12px;	vertical-align: middle;
}

@media screen and (max-width: 320px) {
.top_serarch input[type="text"] {
	width: 44%;
}
.top_search_t span{display: inline-block;font-size: 12px;	vertical-align: middle;
}

}


.s_link1{
	display: block;
}
.s_link1 a{
	display: inline-block;
	width: 30%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin: 1%;
	color: #fff;
	background: #391d05;
	border: 1px solid #666;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.s_link2{
	display: block;
}
.s_link2 a{
	display: inline-block;
	width: 47%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin: 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sp_h2{
	background: #d51b77;
	padding: 10px;
	text-align: center;
	color: #fff!important;
	margin: 4vw auto 2vw auto;
	display: block;
	width: 100%;
}



/*メニュー*/
/* header */
#top-head {
display: none;
    position: fixed;
    width: 100%;
    margin: 0px auto 0;
    padding: 30px 0 0;
    line-height: 1;
	top: 40px;
	left: 0;
    z-index: 999;
}
#top-head .inner_menu {
    position: relative;
}

#g_navi {
    width: 100%;
	height: 40px;
}


#g_navi li a {
    font-size: 11px;
    height: 40px;
    line-height: 40px;
}
#global-nav{
	list-style: none;
    font-size: 14px;
	background: rgba(0,0,0,0.7) ;
}
#global-nav ul {
    list-style: none;
    font-size: 14px;
}
#global-nav ul li {
	display: block;
}
#global-nav ul li a {
	display: block;
	text-align: center;
    padding: 4%;text-decoration: none;
	color: #fff!important;
	border-bottom: 1px solid #ccc;
}




 
/* Toggle Button */

@media screen and (max-width: 640px) {
#g_navi {
	display: none;
    width: 100%;
}

	.btn_hamburger {
    margin: 0 auto 2em !important;
    width: 30px;
	    position: fixed;
    right: 11px;
    top: 11px;
		background:url(../image/ban_bg.png) 50% 100% no-repeat;
		-webkit-background-size: contain;
		background-size: contain;

		padding-bottom:10px;
		
}
.btn_hamburger a {
		background:#ededed ;
    position: relative;
    display: block;
    height: 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
	padding: 8px;

}
.btn_hamburger span {
    position: absolute;
    display: inline-block;
    left: 0;
    width: 96%;
    height: 2px;
    background-color: #161b1d;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
}
.btn_hamburger span:nth-of-type(1) {
    top: 5px;
}
.btn_hamburger span:nth-of-type(2) {
    top: 15px;
}
.btn_hamburger span:nth-of-type(3) {
    top: 25px;
}
.btn_hamburger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #161b1d;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.btn_hamburger .active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn_hamburger .active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.btn_hamburger .active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) scale(0);
    -ms-transform: translateY(20px) scale(0);
    transform: translateY(20px) scale(0);
}
.btn_hamburger .active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) scale(0);
    -ms-transform: translateY(-20px) scale(0);
    transform: translateY(-20px) scale(0);
}
	
	
}

/* top-right右
-------------------------------------------------- */
#sidebar {
width: 100%;
	padding: 2% 0;
float: none;
list-style: none;
margin-bottom: 20px;
}

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

	.side_ban3{display: block!important;}
	
.side_ban1 a,.side_ban2 a,.side_ban3 a{
	display: inline-block;
	width: 47%;
	margin: 1%;
}
.side_ban1 a img,.side_ban2 a img,.side_ban3 a img{
	max-width: 100%;
	margin: auto;
	padding: 0!important;
}

}



/*フッター*/

#footer  {
	background: #e36340;
	height: auto;
	padding: 2%;
}
#footer ul {
    width: 100%;
	display: none;
}



/*新着一覧*/

#header01{
    height: auto;
    padding-top: 17%;
    background-size: cover;
}

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

#header01{
    padding-top: 15%;
}
}

/*モーニング発祥の地*/
#subnavi {
    width: 24%;
    float: left;
    margin-right: 4%;
}
#naiyou {
    width: 72%;
    float: right;
}
@media screen and (max-width: 640px) {

#subnavi,#naiyou {
    width: 100%;
    float: none;
    margin: 4% auto;
}
	
	#subnavi{display: none;}

}

/*検索*/



#kensaku .serect {
    padding:10px 5px;
    display: block;
    width: 100%;
}

#kensaku input[type="text"] {
	padding: 10px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	width: 50%;
}
#kensaku input[type="submit"] {
	display: inline-block;
	padding:10px;
	vertical-align: middle;
	border: 0;
	letter-spacing: 2px;
	background: #666;
	text-align: center;
	color: #fff;
}
#kensaku span{display: inline-block;font-size: 12px;	vertical-align: middle;
}

.naibu,.naibu2{
	display: block;
	margin: 2% auto!important;
	font-size: 0;
	border: 0!important;
}

.naibu li{
	display: inline-block;
	width: 24%;
	margin: 2% 0.5%;
	background: #231815;
	text-align: center;
	padding: 20px 0 10px 0!important;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.naibu li a{
	display: block;
	color: #fff;
	font-size: 11px;
	background: url(../image/point.png) 50% 100% no-repeat;
	padding-bottom: 30px;
	text-decoration: none;
}
.naibu2 li{
	display: inline-block;
	width: 46%;
	margin: 2% 1.5%;
	text-align: center;
	padding: 10px 0!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.naibu2 li a{
	display: block;
	font-size: 11px;
	padding-bottom: 10px;
	text-decoration: none;
}

@media screen and (max-width: 640px) {
#kensaku {
    width: 100%;
    float: none;
    margin: 20px auto;
}

	.shop_index h2 {
    background-color: #f0eedb;
    border-top: 1px #6d6b64 solid!important;
    border-bottom: 1px #6d6b64 solid;
		height: auto!important;
    margin: 0;
    font-weight: bold!important;
	text-align: center;
    font-size: 120%!important;
    color: #326eac!important;
    width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
    padding:10px 5px!important;
}
	.shop_index h2.shop_mainh2 {
		border: 0!important;
		    color: #404040!important;
    font-size: 100%!important;
		text-align: left!important;
    font-weight: bold!important;
		background: none!important;
    background-image: none!important;
    height: auto!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1em!important;
    padding-left: 1em!important;
    padding-top: 10px!important;
    border-top: 2px solid #d95ea3!important;
	}
	
	
#kensaku .serect {
    padding:10px 5px;
    display: block;
	text-align: center;
    font-size: 120%;
    width: 100%;
}

#kensaku input[type="text"] {
	padding: 10px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	color: #666;
	width: 45%;
}
#kensaku input[type="submit"] {
	display: inline-block;
	padding:10px;
	vertical-align: middle;
	border: 0;
	letter-spacing: 2px;
	background: #666;
	text-align: center;
	color: #fff;
}
#kensaku span{display: inline-block;font-size: 12px;	vertical-align: middle;
}
#shop {
    float:none;
    background-image: none;
	padding: 0;
}
	
	
	.sp_photo{display: block;font-size: 0;}
	.sp_photo li{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		font-size: 12px;
		line-height: 1;
		vertical-align: top;
		width: 48%;
		margin: 1%;
		border: 0!important;
		position: relative;
	
	}
	
		.sp_photo li a figure{
			height: 100px;
			overflow: hidden;
			padding: 0;
			margin: 0 0 10px 0 ;

	}
		.sp_photo li a p{
			height: 2em;
			margin-top: 0!important;

	}
	
	.sp_photo li a{
		font-size: 12px;
		color: #666;
		line-height: 1.5;

	}
	
	.pagelink{margin: 2em auto;}

#kensaku .rss {
	background-color: #f0eedb;
    border-top: 1px #6d6b64 solid!important;
    border-bottom: 1px #6d6b64 solid;
    height: auto!important;
    margin: 0;
    font-weight: bold!important;
    text-align: center;
    font-size: 120%!important;
    color: #326eac!important;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 5px!important;
    vertical-align: middle;
	}
	
	
}


/*サブヘッダー*/
#header01 {
    height: auto;
	background: url(../image/header-01new-sp.png) 50% 100% no-repeat;
    background-size: contain;
    padding-top: 44.53%;
}
#header02 {
    height: auto;
	background: url(../image/header-02about-sp.png) 50% 100% no-repeat;
    background-size: contain;
    padding-top: 44.53%;
}
#header03 {
    height: auto;
	background: url(../image/header-03shop-sp.png) 50% 100% no-repeat;
    background-size: contain;
    padding-top: 44.53%;
}

#header04 {
    height: auto;
	background: url(../image/header-04-sp.png) 50% 100% no-repeat;
    background-size: cover;
    padding-top: 44.53%;
}
#header05 {
    height: auto;
	background: url(../image/header-05contact-sp.png) 50% 100% no-repeat;
    background-size: cover;
    padding-top: 44.53%;
}
#header06 {
    height: auto;
	background: url(../image/header-06ichinomiya-sp.png) 50% 100% no-repeat;
    background-size: cover;
    padding-top: 44.53%;
}
#header07 {
    height: auto;
    background-size: cover;
    padding-top: 19%;
}
@media screen and (max-width: 640px) {
/*#header02 {
    padding-top: 16%;
}
#header03 {
    padding-top: 16%;
}

#header04 {
    padding-top: 15%;
}
#header05 {
    padding-top: 15%;
}
#header06 {
    padding-top: 15%;
}
#header07 {
    padding-top: 15%;
}
*/

}



/*table*/


table#basic th.namewi {
    width: 1em;
}
table#basic td.namewiwi {
    text-align: center;
    width: 9em;
}



