@charset "utf-8";
/*----------------------------------------------
	スマホ用ページ
 ---------------------------------------------*/

@media screen and (max-width:670px){
	
html {
    overflow-y: scroll; /* スクロールバーの有無によるズレ対策 */
    background: #ffffff;
	font-size:62.5%;
}

body{
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    background: #ffffff;
    color: #333333;
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

a:hover{
	text-decoration:none;
}

/* -----------------------------------------------------------
    #header_wrap
----------------------------------------------------------- */

#header_wrap{
	display:none;
}

/* -----------------------------------------------------------
    #main・#lower・#side_box
----------------------------------------------------------- */

#main{
	width:100%;
	margin:0 auto;
}

.lower section{
	width:95%;
	margin:10px auto 50px auto;
}

/*#side_box{
	display:none;
}*/

/*----------------------------------------------
 	header
 ---------------------------------------------*/

header#header_sp{
	background-color:#f07e2a;
	position:relative;
}

i.back{
	font-size:3.5rem;
	position:absolute;
	top:50%;
	left:5%;
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	transform:translate(0%,-50%);
}

header#header_sp h2{
	padding:5% 0;
	text-align:center;
}

header#header_sp h2 img{
	width:60%;
}

#header_sp #header_login {
	display: none;
}

#mypageedit #header_sp #header_login {
	background: #a38879;
	display: block;
}

#mypageedit #header_sp #header_login ul {
	display: none;
}

#header_sp #header_login h1 {
	padding: 4% 0 3%;
	text-align:center;
}

#header_sp #header_login h1 img {
	width:55%;
}

#header_sp #header_login h1 a img:hover {
	opacity: 1;
}

#header_sp #header_login ul{
	text-align:center;
	padding-bottom:15px;
	background: #a38879;
}

#header_sp #header_login ul li {
	display:inline;
	margin:0 5px;
}
#header_sp #header_login ul li.pc {
	display:none;
}
#header_sp #header_login ul li img{
	height:25px;
}

/*----------------------------------------------
 	nav
 ---------------------------------------------*/


/* -----------------------------------------------------------
    #tab_box
----------------------------------------------------------- */

#tab_box{
	padding-top:1.7%;
	background-color:#fff;
	margin-bottom:10px;
}

/* -----------------------------------------------------------
    #g_tab
----------------------------------------------------------- */

#g_tab{
	background-color:#a38879;
}	

#g_tab ul{
	width:100%;
	display:table;
	table-layout:fixed;
}

#g_tab ul li{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

#g_tab ul li a{
	color:#fff;
	display:block;
	padding:10% 0;
}

/*#g_tab ul li:first-child a span{
	position:relative;
	margin-left:13%;
}

#g_tab ul li:first-child a span:before{
	content:url(../img/icon_menu.png);
	position:absolute;
	top:1px;
	left:-22px;
}

#g_tab ul li:nth-child(2) a span{
	position:relative;
	margin-left:13%;
}

#g_tab ul li:nth-child(2) a span:before{
	content:url(../img/icon_category.png);
	position:absolute;
	top:1px;
	left:-22px;
}*/

#g_tab li.active {
    background: #7e5d4c;
}

/* -----------------------------------------------------------
    #local_tab_box
----------------------------------------------------------- */

#local_tab_box{
	background-color:#7e5d4c;
	height:45px;
	overflow:hidden;
}

#local_tab_menu,
#local_tab_category{
	min-height:45px;	
}

#local_tab_menu ul,
#local_tab_category ul{
	display:table;
	table-layout:fixed;
	width:100%;
	min-height:45px;
}

#local_tab_menu ul li,
#local_tab_category ul li{
	display:table-cell;
	text-align:center;
	min-height:45px;
	width:1000px;
}

#local_tab_menu ul li a,
#local_tab_category ul li a{
	color:#a38879;
	display:block;
	line-height:3.5;
	min-height:45px;
}

#local_tab_menu ul li.active2 a,
#local_tab_category ul li.active2 a{
	color:#fff;
	display:block;
	position:relative;
}

#local_tab_menu ul li.active2 a:after,
#local_tab_category ul li.active2 a:after{
	font-family:"FontAwesome";
	content:"\f0de";
	font-size:2rem;
	color:#fff;
	position:absolute;
	bottom:-82%;
	left:50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	transform: translate(-50%);
}

.local_tab_none{
	display:none;
}

/* -----------------------------------------------------------
    #search_box
----------------------------------------------------------- */
#search_box {
	background:#E1D1C8;
	margin-bottom:10px;
	padding:10px;
}

#search_box input {
	border:#CCC 1px solid;
	width:70%;
	padding:5px 10px;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 1.2rem;
}
#search_box button {
	border:none;
	background-color:#a38879;
	color:#FFF;
	padding:5px 20px 8px 20px;
	cursor:pointer;
}

/* -----------------------------------------------------------
    #template_wrap
----------------------------------------------------------- */

#template_wrap{
	width:99%;
	margin:0 auto;
	background-color:#FFF;
}

/*2017.5.23 add*/
#template_menu{
	/*2017.6.27 add*/
	padding: 0 2%;
	display: flex;
	/*2017.6.27 modify
	justify-content: space-around;
	*/
	justify-content: flex-start;
	flex-flow: row wrap;
}

.thumb_box {
	/*2017.6.27 modify
	width:31%;
	*/
	width: 32%;
	background-color:#EEEEEF;
	/*2017.6.27 modify
	margin:5px 0;
	*/
	margin:5px 2% 0 0;
	/*2017.5.23 del
	float:left;
	*/
}
	
/*2017.6.27 add*/
#template_menu div.thumb_box:nth-child(3n){
	margin-right: 0;
}

.thumb_box .thumbImg {
	height:150px;
	display:flex;
}

.thumb_box .thumbImg img {
	max-height:150px;
	display:block;
	margin:auto;
}

.thumbText p {
	color:#370800;
	font-weight:bold;
	padding:10px 5px 0;
}

/*2017.5.24 add*/
.thumbText p:first-child {
	height: 65px;
	overflow: hidden;
}

.thumbText p.count {
	padding-top:5px;
	padding-bottom:10px;
	color:#E84709;
	font-weight:bold;
}

.thumbText p.count img {
	width:45%;
	padding-right:5px;
	margin-bottom:-2px;
}

#template_menu ul,
#template_category ul{
	overflow:hidden;
	margin-left:-0.8%;
}

#template_menu ul li,
#template_category ul li{
	width:31%;
	float:left;
	margin:2% 0 0 2%;
}

.template_none{
    display: none;
}

ul.pager{
	width:90%;
	text-align:center;
	display:table;
	table-layout:fixed;
	border-spacing:0.5rem 0;
	margin:0 auto;
	padding:5% 0;
}

ul.pager li{
	display:table-cell;
	color:#5a4a42;
	border:1px solid #a38879;
	padding:2% 0;
}

ul.pager li a{
	color:#5a4a42;
}

ul.pager li.current{
	color:#fff;
	background:#7e5d4c;
}

/* -----------------------------------------------------------
    テンプレート詳細
----------------------------------------------------------- */

#template_photo{
	background-color:#f7dac4;
}

#template_photo p{
	padding:5% 2%;
}

#template_text{
	padding:2%;
}

#template_text p{
	font-size:1.4rem;
	border-bottom:1px solid #f7dac4;
	padding-bottom:5%;
	margin:3% 0 5%;
}

.dl_btn{
	background-color:#f07e2a;
	border-radius:2px;
	text-align:center;
	font-size:1.4rem;
	margin-bottom:3%;
}

.dl_btn a{
	display:block;
	color:#fff;
	padding:5%;
}

.dl_btn a:before{
	font-size:2rem;
	font-family:'FontAwesome';
	content:"\f019";
	margin-right:2%;
	position:relative;
	bottom:-2px;
}

/* -----------------------------------------------------------
    #side_box
----------------------------------------------------------- */
#ranking {
	width:90%;
	margin:5% auto 0;
	border-top: 1px solid #d0c5bf;
	padding: 10% 0;
}

#ranking h2{
	padding:11px 0;
	text-align:center;
	background:#E84709;
}
#ranking h2 img{
	width:40%;
}

#ranking .ranking_box {
	clear:both;
	position:relative;
	width:100%;
	background-color:#EEEEEF;
	margin:8px auto;
	padding-bottom:5px;
}

#ranking .ranking_box .badge {
	position:absolute;
	top:-3px;
	left:0;
}

#ranking .ranking_box .rankingImg {
	height:200px;
	display:flex;
}

#ranking .ranking_box .rankingImg img {
	max-height:200px;
	max-width:200px;
	display:block;
	margin:auto;
}

#ranking .ranking_box .rankingText p {
	color:#370800;
	font-weight:bold;
	padding:15px;
}

#ranking .ranking_box .rankingText p.deliciousNum {
	position:absolute;
	right:3px;
	bottom:15px;
	background:url(../img/icon_heart.png) no-repeat 46% 50%;
	color:#FFF;
	font-weight:bold;
	text-shadow: 2px 2px 2px #E84709, -2px 2px 2px #E84709, 2px -2px 2px #E84709, -2px -2px 2px #E84709;
}

#side_box h2.sideTitle_fb, #side_box .facebook_pageplugin {
	display:none;
}

/* -----------------------------------------------------------
    footer
----------------------------------------------------------- */
footer{
	display:none;
}

/*--------------------------------------------------------------
 下層ページ共通 
 --------------------------------------------------------------*/
/*2017.5.23 add*/
.sp_shop_name {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #370800;
	display:flex;
	align-items: center;
	justify-content: space-between;
}
/*2017.5.23 add*/
.sp_shop_name span {
	font-size: 70%;
	padding: 15px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 2px 2px 2px #E84709, -2px 2px 2px #E84709, 2px -2px 2px #E84709, -2px -2px 2px #E84709;
	background: url(../img/icon_heart.png) no-repeat 46% 50%;
}
#detailThumb p.count {
	padding-top:5px;
	color:#E84709;
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
}
#detailThumb p.count img {
	padding-right:10px;
	margin-bottom:-5px;
}
#detailText {
	margin-top:30px;
}
#detailText ul li {
	color:#370800;
	line-height: 1.4;
	border-bottom:#370800 1px solid;
	margin-bottom:20px;
	padding-bottom:20px;
	/*2017.5.23 add*/
	display:flex;
	align-items: center;
	justify-content: space-between;
}
/*2017.5.23 add*/
#detailText ul li span.shop_name_delicious {
	padding: 15px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 2px 2px 2px #E84709, -2px 2px 2px #E84709, 2px -2px 2px #E84709, -2px -2px 2px #E84709;
	background: url(../img/icon_heart.png) no-repeat 46% 50%;
}
#detailText ul li:last-child {
	xborder-bottom:none;
}

/*--------------------------------------------------------------
 menudetail
 --------------------------------------------------------------*/
#menudetail #detailText ul li.delocious img {
	float:right;
	margin-top:-10px;
}
#menudetail #detailText .shopBtn a {
	color:#FFF;
	display:block;
	background-color:#370800;
	padding:15px;
	text-align:center;
}
#menudetail #detailText .shopBtn a:hover {
	opacity: 0.6;
	-webkit-transition: .6s;
	transition: .6s;
}

/*2017.4.20 N add begin ---------*/
#menudetail #detailText .downloadBtn a {
	background-color:#f07e2a;
	margin-top:10px;
}
#menudetail #detailText .delBtn a {
	background-color:#ff0000;
	margin-top:10px;
}
#menudetail #detailText #detail_banner{
	margin-top:10px;
}
#detailThumb #flick {
  position: absolute;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
}

/*2017.4.20 N add end -----------*/


/*2017.5.27 N add begin ---------*/
#menudetail img.icon_edit {
	 float:right;
}
#menudetail #icon_edit_div{
	padding-bottom: 60px;
}
#menudetail #comment_textarea textarea{
	width:100%;
}
/*2017.5.27 N add end -----------*/


/*--------------------------------------------------------------
 shopprivate
 --------------------------------------------------------------*/
#shopprivate #private_box {
	background:#F8F1EC;
	border: 1px solid #d0c5bf;
	padding:30px;
	line-height: 1.5;
}
#shopprivate #private_box h1 {
	font-size: 16px;
	font-size: 1.6rem;
	text-align:center;
	border-bottom:#8D8480 1px solid;
	margin-bottom:30px;
}
#shopprivate #private_box p {
	font-size: 14px;
	font-size: 1.4rem;
	text-align:center;
}
#shopprivate  p.privateback {
	font-size: 12px;
	font-size: 1.2rem;
}

/*--------------------------------------------------------------
 myshop
 --------------------------------------------------------------*/
#myshop #header_sp{
	background-color:#370800;
	position:relative;
}

#myshop #header_sp h2{
	padding:3% 0;
}

#myshop #header_sp h2 img{
	width:46%;
}

#myshop #detailThumb_list li {
	width:50%;
	float:left;
	padding:0 15px 20px 15px;
}

#myshop #detailThumb {
	background-color:#EEEEEF;
	position:relative;
	padding:10px 10px 50px;
	height:350px;
	display:flex;
}

#myshop #detailThumb img {
	max-height:280px;
	display:block;
	margin:auto auto;
}

#myshop #detailThumb p.count {
	position:absolute;
	bottom:10px;
	left:38%;
}

#myshop #detailThumb p.count img {
	display:inline;
	margin-bottom:-4px;
}

#myshop .detailThumb_box{
	width:49%;
	background-color:#EEEEEF;
	margin-bottom:2%;
	padding:5px 5px 50px;
	float:left;
	position:relative;
}

#myshop .detailThumb_box:nth-child(odd){
	margin-right:2%;
}

#myshop .detailThumb_box .detailThumbImg{
	height:160px;
	display:flex;
}

#myshop .detailThumb_box .detailThumbImg img {
	max-height:160px;
	display:block;
	margin:auto auto;
}

#myshop .detailThumb_box .detailThumbImg p.count {
	position:absolute;
	bottom:10px;
	left:20%;
	color:#E84709;
	font-weight:bold;
	font-size:1.2em;
}

#myshop .detailThumb_box .detailThumbImg p.count img {
	display:inline;
	margin-bottom:-4px;
	padding-right:10px;
}



/*2017.05.01 N add*/
#myshop .detailThumb_box img.icon_crossmark {
	position:absolute;
	top:5px;
	right:5px;
	padding:0;
}
#myshop #detailThumb .icon_crossmark {
	position:absolute;
	top:10px;
	right:10px;
}




/*--------------------------------------------------------------
 mypage・mypagedetail
 --------------------------------------------------------------*/
#mypage #header_sp,
#mypagedetail #header_sp {
	background-color:#527236;
	position:relative;
}

#mypage #header_sp h2,
#mypagedetail #header_sp h2 {
	padding:3% 0;
}

#mypage #header_sp h2 img,
#mypagedetail #header_sp h2 img {
	width:40%;
}

#mypage #header_sp #icon_open,
#mypagedetail #header_sp #icon_open {
	display: none;
}

#mypage #header_sp #icon_open li,
#mypagedetail #header_sp #icon_open li {
	display:inline;
	margin:0 10px;
}

#mypage #header_sp #icon_open li img,
#mypagedetail #header_sp #icon_open li img {
	width:25px;
}

#mypage #detailThumb,
#mypagedetail #detailThumb {
	background-color:#EEEEEF;
	padding:10px 70px;
	position:relative;
}

#mypage #mobile-bar {
	top: 52% !important;
}

#mypage #detailThumb,
#mypagedetail #detailThumb {
	background-color:#EEEEEF;
	position:relative;
	padding:10px;
	height:300px;
	display:flex;
}

#mypage #detailThumb img,
#mypagedetail #detailThumb img {
	max-height:280px;
	display:block;
	margin:auto auto;
}

#mypage #detailThumb .icon_crossmark {
	position:absolute;
	top:10px;
	right:10px;
}

#mypage .detailThumb_box{
	width:49%;
	background-color:#EEEEEF;
	margin-bottom:2%;
	padding:5px;
	float:left;
	position:relative;
}
#mypage .detailThumb_box:nth-child(odd){
	margin-right:2%;
}

#mypage .detailThumb_box .detailThumbImg{
	height:160px;
	display:flex;
}

#mypage .detailThumb_box .detailThumbImg img {
	max-height:160px;
	display:block;
	margin:auto auto;
}

#mypage .detailThumb_box img.icon_crossmark {
	position:absolute;
	top:5px;
	right:5px;
	padding:0;
}
/*
 mepagedetail
 -----------------------------------------*/
#mypagedetail #detailText ul li:last-child {
	margin-bottom:0;
}
#mypagedetail img.icon_edit {
	 float:right;
	 margin-bottom:50px;
}

/*--------------------------------------------------------------
 mypageedit
 --------------------------------------------------------------*/
body#mypageedit {
	color:#370800 !important;
}

#mypageedit #mobile-bar {
	top: 53% !important;
	right: 2% !important;
}

#mypageedit .editTitle h1 {
	border-bottom:#584E4A 1px solid;
	font-size: 1.6rem;
	margin:50px 0 20px 0;
}

#mypageedit .editTitle p {
	font-size: 1.0rem;
	margin-bottom:20px;
}

#mypageedit table.editText,
#mypageedit table.editText tbody,
#mypageedit table.editText tbody tr {
	display:block;
	width:100%;
}

#mypageedit table.editText th {
	display:block;
	text-align:left;
	vertical-align:top;
	width:100%;
}

#mypageedit table.editText td {
	display:block;
	width:100%;
	padding-bottom:15px;
}

#mypageedit p.annotation {
	background-color:#F0DED5;
	padding:8px;
	margin:0 15px;
	font-size: 1.0rem;
}

#mypageedit table.editText input,
#mypageedit table.editText textarea,
#mypageedit table.editText select{
	color:#370800;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 1.2rem;
	display:block;
	padding:5px 10px;
	width:100%;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border-radius: 0;
	outline: none;
	border:none;
	resize:none;
	border: #CCC 1px solid;
}

#mypageedit table.editText input[type="file"] {
	padding:0px;
	border:none;
}

#mypageedit p.editBtn {
	text-align:center;
	margin:40px auto 0;
}

#mypageedit p.editBtn a {
	color:#FFF;
	display:block;
	background-color:#805F4C;
	padding:15px;
	text-decoration:none;
}

#mypageedit p.editBtn a:hover {
	opacity: 0.6;
	-webkit-transition: .6s;
	transition: .6s;
}


/* -----------------------------------------------------------
    共通　2017.04.24追記
----------------------------------------------------------- */

.alert{
	color: #ff0000;
}
.result_msg{
	font-weight:bold;
	color: #0000ff;
}

/* -----------------------------------------------------------
    delicious_description 2017.5.24 add
----------------------------------------------------------- */
#delicious_description_sp{
	width: 100%;
	padding: 3%;
	text-align: center;
	background-color: #FFF;
}

/* -----------------------------------------------------------
    kaiyaku 2019.5.21 add
----------------------------------------------------------- */
div#kaiyaku{
	width:100%;
	margin-top:-25px;
	text-align: right;
}
div#kaiyaku a{
	font-size:8pt;
	color:#00A;
}

div#kaiyaku_message{
	font-size:10pt;
	margin-bottom:20px;
}


div#kaiyaku_li li{
	list-style-type: square;
	margin-left:25px;
}
div#kaiyaku_li{
	border: 2px #888 dashed;
	text-align:left;
	font-size:10pt;
	padding:5px;
	margin-bottom:20px;
}

div#kaiyaku_kakunin{
	text-align:center;
	font-size:12pt;
}



}