@charset "utf-8";

#contents {
	
}

#entries {
	width: 670px;
	float: left;
}

#entries article {
	width: 670px;
	display: block;
	margin-top: 30px;
	padding-top: 30px;
	background-color: #FFF;
	border-radius: 2px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}

#entries article header,
#entries article .entry,
#entries article footer {
	width: 610px;
	margin: 0 auto;
}

#entries article header {
	position: relative;
	display: table;
	width: 625px;
	height: 55px;
	min-height: 55px;
	margin: 0 auto 10px;
	padding: 0;
	color: #FFF;
	background: url(../images/header_bg.png) no-repeat left top / 100%;
	overflow: hidden;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3), 0 1px 1px rgba(255,255,255,0.15);
	vertical-align: middle;
}

#entries article header h1 {
	display: table-cell;
	width: 480px;
	height: 50px;
	padding-left: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4em;
	line-height: 1.1em;
	vertical-align: middle;
}

#entries article header a {
	text-decoration: none;
	color: #FFF;
	display: block;
	width: 475px;
}

#entries article header a:hover {
	text-decoration: underline;
}

#entries article header .date {
	display: table-cell;
	width: 105px;
	padding-right: 10px;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 0.08em;
	vertical-align: middle;
}

#entries article .entry {
	margin: 30px auto 0;
	clear: both;
}

#entries article .entry p {
	margin: 25px 0;
}

#entries article .entry p:first-child {
	margin-top: 0;
}

#entries article .entry p .pcbr + br {
	display: none;
}


#entries article .entry img {
	height: auto;
	max-width: 610px;
}

#entries article .item-list,
#entries article .item-list tr,
#entries article .item-list td {
	border: rgba(0,0,0,0.8) 1px solid;
}

#entries article .item-list td {
	padding: 5px 20px;
	text-align: center;
}

#entries article .item-list td.new-price {
	font-weight: bold;
	color: #F00;
}

#entries article footer {
	background: url(../../common/images/contents_dotted_double_line_horizontal.png) repeat-x center top / 940px;
	margin: 40px auto 0;
	padding: 30px 0 20px;
	overflow: hidden;
}

#entries article:nth-child(even) footer {
	background-position: left top;
}

#entries article footer li {
	display: block;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	background: url(../../common/images/footer_dotted_line_vertical.png) repeat-y right top;
}

#entries article footer li:last-child {
	background: none;
}

#entries article footer li:before {
	content "/";
	margin: 0 5px 0;
	display: block;
	float: left;
	border: 1px solid #F00;
}

#entries #not-found {
	height: 400px;
}

#entries #not-found h1 {
	margin: 10px 0 10px 40px;
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#entries #not-found p {
	margin-left: 40px;
}


.pager {
	padding: 5px 0;
	margin-top: 40px;
	overflow: hidden;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}
.pager .wp-pagenavi .current,
.pager a {
	background: #FFF no-repeat 20px center;
	width: 60px;
	border: 1px solid #B5B2B1;
	border-bottom: 1px solid #757271;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.15), inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 -2px 10px rgba(0,0,0,0.05);
	text-decoration: none;
	text-align: center;
	display: block;
}

.pager .wp-pagenavi a,
.pager .to-next a,
.pager .to-prev a {
	padding: 5px 15px;
	-webkit-transition-property: background, box-shadow;
	   -moz-transition-property: background, box-shadow;
	        transition-property: background, box-shadow;
	
	-webkit-transition-duration: 0.1s;
	   -moz-transition-duration: 0.1s;
	        transition-duration: 0.1s;
	
	-webkit-transition-timing-function: ease-out;
	   -moz-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.to-prev {
	float: left;
}

.pager .to-prev a {
	background-image: url(../../common/images/icon_arrow_small_left.png);
	background-position: 15% center;
	background-size: 8px;
	padding-left: 25px;
}

.pager .to-prev a:hover {
	background-position: 10% center;
}

.to-next {
	float: right;
}

.pager .to-next a {
	background-image: url(../../common/images/icon_arrow_small.png);
	background-position: 85% center;
	background-size: 8px;
	padding-right: 25px;
}

.pager .to-next a:hover {
	background-position: 90% center;
}
.pager .wp-pagenavi a:hover,
.pager .to-prev a:hover,
.pager .to-next a:hover {
	box-shadow: 0 1px 3px rgba(0,0,0,0.2), inset 0 0px 2px rgba(0,0,0,0.1);
}

.pager .wp-pagenavi .current,
.pager .wp-pagenavi a:active,
.pager .to-prev a:active,
.pager .to-next a:active {
	background-color: #FDFCF9;
	border-top: 1px solid #757271;
	box-shadow: 0 1px 0 rgba(255,255,255,1), inset 0 1px 0px rgba(0,0,0,0.2);
}
.pager .wp-pagenavi {
	clear: both;
}
.pager .wp-pagenavi a,
.pager .wp-pagenavi .extend,
.pager .wp-pagenavi .current {
	display: inline-block;
	padding: 5px 10px;
	width: auto;
	margin-left: 5px;
}

.pager .wp-pagenavi .current {
	background-color: transparent;
	box-shadow: 0 1px 0 rgba(255,255,255,1);
}

.pager .wp-pagenavi .pages {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 10px 10px 0;
	margin-right: 10px;
	background: url(../../common/images/footer_dotted_line_vertical.png) repeat-y right top;
}

#sidebar {
	float: right;
	width: 220px;
	margin-top: 60px;
}

#sidebar h2 {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../../common/images/contents_dotted_double_line_horizontal.png) repeat-x left top / 940px;
	padding: 21px 0 10px;
}

#sidebar h2 img {
	width: auto;
	height: 36px;
}

#sidebar ul {
	background: url(../../common/images/contents_dotted_line_horizontal.png) repeat-x left bottom;
	margin-bottom: 60px;
}

#sidebar li {
	background: url(../../common/images/contents_dotted_line_horizontal.png) repeat-x left top;
}

#sidebar ul ul {
	background: none;
	margin-bottom: 0;
	margin-left: 15px;
}

#sidebar li li {
	background: url(../../common/images/contents_dotted_line_horizontal_30.png) repeat-x left top;
}

#sidebar li li a {
	background: url(../../common/images/icon_arrow_small.png) no-repeat 5px center / 5px;
}

#sidebar li a {
	display: block;
	padding: 8px 0 8px 18px;
	background: url(../../common/images/icon_arrow_small.png) no-repeat 5px center / 5px;
	text-decoration: none;
	
	-webkit-transition-property: background, padding;
	   -moz-transition-property: background, padding;
	        transition-property: background, padding;
	
	-webkit-transition-duration: 0.1s;
	   -moz-transition-duration: 0.1s;
	        transition-duration: 0.1s;
	
	-webkit-transition-timing-function: ease-out;
	   -moz-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

@import url(http://fonts.googleapis.com/css?family=Kristi);

#sidebar li a span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: rgba(0,0,0,0.5);
	text-align: center;
	padding-left: 5px;
	display: inline-block;
	background: url(../../common/images/footer_dotted_line_vertical.png) repeat-y left center;
	float: right;
	width: 2em;
	
	-webkit-transition-property: color;
	   -moz-transition-property: color;
	        transition-property: color;
	
	-webkit-transition-duration: 0.1s;
	   -moz-transition-duration: 0.1s;
	        transition-duration: 0.1s;
	
	-webkit-transition-timing-function: ease-out;
	   -moz-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

#sidebar li a:hover span {
	color: rgba(0,0,0,1);
}

#sidebar #monthly li {
	padding: 0;
	line-height: 0em;
	text-align: justify;
	text-justify: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#sidebar #monthly > li {
	overflow: hidden;
}

#sidebar #monthly a {
	display: inline-block;
	padding: 20px 3px;
	background: none;
	text-decoration: underline;
	color: rgba(0,0,0,0.5);
	font-size: 12px;
}

#sidebar #monthly a:hover {
	color: #000;
}

#sidebar #monthly .emptymonth {
	display: none;
}

#sidebar #monthly h3 {
	display: block;
	float: left;
	font-size: 13px;
	margin: 0;
}

#sidebar #monthly h3 a {
	color: rgba(0,0,0,0.7);
	padding: 20px 0px;
}

#sidebar #monthly ul {
	background: url(../../common/images/footer_dotted_line_vertical.png) repeat-y left top;
	width: 180px;
	float: right;
	margin: 0;
	padding: 0 0 0 5px;
}

#sidebar #monthly li li {
	background: none;
	display: inline-block;
}

#sidebar li a:hover {
	background-position: 10px center;
	padding-left: 21px;
}

#sidebar ul .cat-item-4,
#sidebar ul .cat-item-9,
#sidebar ul .cat-item-11 {
	display: none;
}


#search {
	
}

#search li {
	background: none;
}

#searchform input {
	width: 162px;
	height: 22px;
	margin: 0 0 15px;
	padding: 3px;
	border: 1px solid #C9BAAF;
	border-top: 1px solid #A99A8F;
	background-color: #F9F9F9;
	border-radius: 5px 0 0 5px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,1);
	letter-spacing: -0.04em;
	
	-webkit-transition-property: background-color;
	   -moz-transition-property: background-color;
	        transition-property: background-color;
	
	-webkit-transition-duration: 0.2s;
	   -moz-transition-duration: 0.2s;
	        transition-duration: 0.2s;
	
	-webkit-transition-timing-function: ease-out;
	   -moz-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

#searchform input:focus {
	background-color: #FFF;
}

#searchform button {
	width: 50px;
	height: 30px;
	border: 1px solid #C9BAAF;
	border: 1px solid rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(0,0,0,0.5);
	padding: 7px;
	background-color: #7E766F;
	color: #FFF;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.4), inset 0 1px 0px rgba(255,255,255,0.3);
	border-radius: 0 5px 5px 0;
}

/* detail only */

#category-title {
	margin: 25px 0 0;
	padding: 0 0 0 15px;
	font-weight: bold;
	font-size: 1.25em;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	letter-spacing: 0.1em;
	background: url(../../common/images/icon_indocator_dot.png) no-repeat left center / 6px;
}

#result {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}




/* ---------2022健軍店リニューアル-------------- */

.id {
	display: inline-block;
}

img {
	width: 100%;
}


.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 20px 0;
}

.flex figure {
	margin: 10px 0px 0px 0;
	width: calc( (100% - 20px ) /2 );
}

.main-title {
	font-weight: bold;
	font-size: 1.6em;
}

.main-title::before,
.main-title::after {
	background: url(../../common/images/contents_dotted_line_horizontal.png) no-repeat left top;
    content: "";
    display: inline-block;
    background-size: auto;
    background-repeat: no-repeat;
    height: 1px;
    width: 100%;
    position: relative;
    padding: 0 0 10px;
}

.main-title::after {
    padding: 0 0 5px;
}

.sub-title {
	font-weight: bold;
}

.schedule::before {
	background: url(../images/schedule.png) no-repeat left top;
    content: "";
    display: inline-block;
    background-size: auto;
    background-repeat: no-repeat;
    height: 40px;
    width: 100%;
    background-size: 150px;
    position: relative;
}

.shop::before {
	background: url(../images/shop.png) no-repeat left top;
    content: "";
    display: inline-block;
    background-size: auto;
    background-repeat: no-repeat;
    height: 40px;
    width: 100%;
    background-size: 150px;
    position: relative;
}

.shop {
	margin: 0 0 30px;
}

.shop-inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.shop-info {
	margin: 0 20px 20px 0; 
}

.shop-info .id {
	margin-left: 30px; 
}

.map iframe {
	width: 350px;
	height: 300px;
}

.text {
	margin: 0px 0 30px !important;
}

.present .text {
	background-image: url(../../common/images/footer_body_base_pattern.jpg);
	padding: 10px 20px;
	border-radius: 5px;
	text-align: center;
}



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

	.contentsBox .dare {
		display: none;
	}

	.shop-inner {
		display: block;
	}

	.shop-info,
	.map {
		width: 100%;
	}

	.shop-info .id {
		margin-left: 0px; 
	}

	.map iframe {
		width: 100%;
	}


}


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

s
}


@media screen and (max-width: 414px) {
	.main-title {
		font-size: 1.3em;
	}

	.flex figure {
		width: calc( (100% - 10px ) /2 );
	}
}

@media screen and (max-width: 385px) {
	.shop-info .id {
		margin-left: 30px; 
	}
}




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

	#entries {
		width: calc(100% - 250px);
	}

	#entries article {
		width: 100%;
	}

	#entries article header {
		background-image: none;
		background-color: #938b85;
		height: auto;
		padding: 0;
		box-sizing: border-box;
		margin: 0 auto;
	}

	#entries article header a {
		width: 100%;
	}

	#entries article header h1 {
		width: calc(100% - 20px);
		max-height: 60px;
		padding: 10px 10px 10px 15px;
	}

	#entries article header,
	#entries article .entry,
	#entries article footer {
		width: calc(100% - 40px);
	}

	#entries article .entry img {
		max-width: 100%;
	}

	.entry a {
		word-wrap: break-word;
	}

	#doc-title.detail {
		padding: 30px 0 3px;
	}

}

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

	#entries article footer li {
		background-image: none;
	}

	#entries {
		width: 100%;
		float: none;
	}

	#entries article .entry {
		margin: 20px auto 0;
	}

	#entries article {
		width: 100%;
		padding-top: 25px;
	}

	#entries article header,
	#entries article .entry,
	#entries article footer {
		width: calc(100% - 40px);
	}

	#entries article header {
		padding: 10px;
	}

	#entries article header h1 {
		width: 100%;
		height: auto;
		display: inline-block;
		padding-left: 0;
		font-size: 15px;
	}

	#entries article header a {
		width: 100%;
	}

	#entries article header .date {
		width: 100%;
		display: block;
		padding-right: 0;
		text-align: left;
		font-size: 12px;
	}

	#entries article footer {
		padding: 20px 0 30px;
		margin: 0 auto;
	}

	#entries article footer li {
		font-size: 11px;
	}

	#sidebar {
		width: 100%;
	}

	#search li {
		width: 300px;
	}

	#searchform input {
		width: calc(100% - 60px);
		height: 40px;
		padding: 5px;
		box-sizing: border-box;
	}

	#searchform button {
		width: 60px;
		height: 40px;
		box-sizing: border-box;
	}

}

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

	#search li {
		width: 100%;
	}

}

.ie8 #searchform button {
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.3);
	behavior: url(/common/js/lib/PIE.htc); /* IE6,7,8 */
	position:relative; /* IE6,7,8 */
}

.ie8 #searchform button:hover {
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.3);
}

.ie8 #searchform input {
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,1);
	behavior: url(/common/js/lib/PIE.htc); /* IE6,7,8 */
	position:relative; /* IE6,7,8 */
}

.ie8 .pager a {
	box-shadow: none;
	border-bottom: rgba(0,0,0,0.1);
	behavior: url(/common/js/lib/PIE.htc); /* IE6,7,8 */
	position:relative; /* IE6,7,8 */
}

.ie8 #entries article {
	box-shadow: 0 1px 0px rgba(0,0,0,0.1);
	behavior: url(/common/js/lib/PIE.htc); /* IE6,7,8 */
	position: relative; /* IE6,7,8 */
}

#searchform button:hover {
	box-shadow: 0 1px 5px rgba(0,0,0,0.5), inset 0 1px 0px rgba(255,255,255,0.3);
}

#searchform button:active {
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.4), 0 1px 0px rgba(255,255,255,1);
}


.slider {
	position: relative;
	width: 610px;
	height: 200px;
	overflow: hidden;
	z-index: 0;
}

.slider li {
	position: absolute;
	top: 0;
	left: 0;
}

.slider li:nth-of-type(1) {
	animation: fadeslide 15s 0s infinite both;
	z-index: 6;
}

.slider li:nth-of-type(2) {
	animation: fadeslide 15s 5s infinite both;
	z-index: 5;
}

.slider li:nth-of-type(3) {
	animation: fadeslide 15s 10s infinite both;
	z-index: 4;
}

@media screen and (max-width: 980px) {
	.slider {
		width: 100%;

	}
	


}

@keyframes fadeslide {
	0% { left: 0; opacity: 0; }
	5% { left: 0; opacity: 1; }
	20% { left: 0; opacity: 1; }
	55% { left: 0; opacity: 0; }
	56% { left: 100%; opacity: 0; }
	100% { left: 100%; opacity: 0; }
}

