@charset "utf-8";

@media screen and (min-width:671px){

/*--------------------------------------------------------------
 各ページ共通 
 --------------------------------------------------------------*/
.lower #header_sp,
/*2017.5.23 add*/
.sp_shop_name{
	display:none;
}
#detailThumb {
	width:460px;
	float:right;
}
#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 {
	width:500px;
	float:left;
}
#detailText ul li {
	color:#370800;
	font-size: 1.8rem;
	line-height: 1.4;
	border-bottom:#370800 2px 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
 --------------------------------------------------------------*/
body#menudetail {
	background-color:#FFF;
}
#menudetail #detailText ul li.delocious img {
	float:right;
	margin-top:-5px;
}
#menudetail #detailText .shopBtn a {
	color:#FFF;
	display:block;
	background-color:#370800;
	padding:15px;
	font-size: 1.8rem;
	text-align:center;
	width:70%;
	margin:0 auto;
}
#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{
	width:70%;
	margin:10px auto 0 auto;
}
/*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
 --------------------------------------------------------------*/
body#shopprivate {
	background-color:#FFF;
}
#shopprivate #private_box {
	background:#F8F1EC;
	border: 1px solid #d0c5bf;
	width:500px;
	margin:0 auto;
	padding:100px 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;
	width:500px;
	margin:0 auto;
}
/*--------------------------------------------------------------
 myshop
 --------------------------------------------------------------*/
body#myshop {
	background-color:#FFF;
}

#myshop #header_pc_top_bg{
	background-color:#370800;
	padding:15px 0;
}

#myshop #header_pc_top_inner{
	width:1000px;
	margin:0 auto;
	background-color:#370800;
}

#myshop #header_pc_top_inner h1{
	width:180px;
	margin:0 auto;
}

#myshop #detailThumb {
	background-color:#EEEEEF;
	position:relative;
	padding:10px 10px 50px;
	height:530px;
	margin-bottom:20px;
}

#myshop #detailThumb, x:-moz-any-link { display:flex; }
@media screen and (-webkit-min-device-pixel-ratio:0) { 
#myshop #detailThumb { display:flex; }
}

#myshop #detailThumb img {
	max-height:460px;
	display:block;
	margin:auto auto;
}

#myshop #detailThumb p.count {
	position:absolute;
	bottom:10px;
	left:190px;
}

#myshop #detailThumb p.count img {
	display:inline;
	margin-bottom:-4px;
}

#myshop #detailThumb_list {
	clear:both;
	margin-top:30px;
}

#myshop .detailThumb_box {
	width:242px;
	background-color:#EEEEEF;
	margin:0 4px;
	padding:5px 5px 50px;
	float:left;
	position:relative;
}

#myshop .detailThumb_box .detailThumbImg{
	height:230px;
}
#myshop .detailThumb_box .detailThumbImg, x:-moz-any-link { display:flex; }
@media screen and (-webkit-min-device-pixel-ratio:0) { 
#myshop .detailThumb_box .detailThumbImg { display:flex; }
}

#myshop .detailThumb_box .detailThumbImg img {
	max-height:230px;
	display:block;
	margin:auto auto;
}

#myshop .detailThumb_box .detailThumbImg p.count {
	position:absolute;
	bottom:10px;
	left:70px;
	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・mepagedetail
 --------------------------------------------------------------*/
body#mypage, body#mypagedetail {
	background-color:#FFF;
}

#mypage #header_pc_top_bg, 
#mypagedetail #header_pc_top_bg {
	background-color:#527236;
	padding:15px 0;
}

#mypage #header_pc_top_inner, 
#mypagedetail #header_pc_top_inner {
	width:1000px;
	margin:0 auto;
	background-color:#527236;
	position:relative;
}

#mypage #header_pc_top_inner h1, 
#mypagedetail #header_pc_top_inner h1 {
	width:158px;
	margin:0 auto;
}

#mypage #header_pc_top_inner #icon_open, 
#mypagedetail #header_pc_top_inner #icon_open {
	position:absolute;
	top:0;
	right:0;
}

#mypage #header_pc_top_inner #icon_open li, 
#mypagedetail #header_pc_top_inner #icon_open li {
	display:inline;
	margin-left:20px;
}

#mypage #header_pc_top_inner #icon_open li img, 
#mypagedetail #header_pc_top_inner #icon_open li img {
	width:33px;
}

#mypage #detailThumb,
#mypagedetail #detailThumb {
	background-color:#EEEEEF;
	position:relative;
	padding:10px;
	height:480px;
}

#mypage #detailThumb, x:-moz-any-link { display:flex; }
@media screen and (-webkit-min-device-pixel-ratio:0) { 
#mypage #detailThumb { display:flex; }
}

#mypage #detailThumb img,
#mypagedetail #detailThumb img {
	max-height:460px;
	display:block;
	margin:auto auto;
}

#mypage #detailThumb .icon_crossmark {
	position:absolute;
	top:10px;
	right:10px;
}

#mypage #detailThumb_list {
	clear:both;
	margin-top:30px;
}

#mypage .detailThumb_box {
	width:242px;
	background-color:#EEEEEF;
	margin:0 4px;
	padding:5px;
	float:left;
	position:relative;
}

#mypage .detailThumb_box .detailThumbImg{
	height:230px;
	/*display:flex;*/
}

#mypage .detailThumb_box .detailThumbImg, x:-moz-any-link { display:flex; }
@media screen and (-webkit-min-device-pixel-ratio:0) { 
#mypage .detailThumb_box .detailThumbImg { display:flex; }
}

#mypage .detailThumb_box .detailThumbImg img {
	max-height:230px;
	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;
}

#mypagedetail #detailThumb, x:-moz-any-link { display:flex; }
@media screen and (-webkit-min-device-pixel-ratio:0) { 
#mypagedetail #detailThumb { display:flex; }
}

/*--------------------------------------------------------------
 mypageedit
 --------------------------------------------------------------*/
body#mypageedit {
	color:#370800 !important;
	font-size: 1.6rem;
}

#mypageedit .editTitle {
	position:relative;
}

#mypageedit .editTitle h1 {
	border-bottom:#584E4A 1px solid;
	font-size: 2rem;
	margin-bottom:30px;
}

#mypageedit .editTitle p {
	position:absolute;
	top:10px;
	right:0;
	font-size: 1.2rem;
}

#mypageedit table.editText th {
	text-align:left;
	vertical-align:top;
	font-size: 1.4rem;
	width:150px;
	padding:12px 0;
}

#mypageedit table.editText td {
	width:830px;
	padding:10px 0;
}

#mypageedit p.annotation {
	text-align:center;
	background-color:#F0DED5;
	font-size: 1.4rem;
	font-weight:bold;
	padding:8px;
	margin:50px 40px;
}

#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.6rem;
	display:block;
	padding:5px 10px;
	width:80%;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border-radius: 0;
	outline: none;
	border:none;
	resize:none;
}

#mypageedit table.editText input[type="file"] {
	padding:0;
}

#mypageedit table.editText input[type="button"] {
	width: auto;
	padding: 2px 10px;
	text-align: left;
	border: solid 1px #ccc;
}

#mypageedit table.editText input[type="button"]:hover {
	opacity: 0.7;
	cursor: pointer;
}

#mypageedit p.editBtn {
	text-align:center;
	width:230px;
	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;
}



/* -----------------------------------------------------------
    kaiyaku 2019.5.21 add
----------------------------------------------------------- */
div#kaiyaku{
	width:100%;
	margin-top:-12px;
	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;
}


}