/* INDEX STYLE
--------------------------------------------------------*/
#TopVisual {
	display: block;
	width: 936px;
	margin: 0 auto 24px auto;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
#SubBtn {
	margin: 0 0 16px 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
h2.h2TopTitle {
	border-left: 5px dotted #e63300;
	padding: 0 0 0 12px;
	text-align: left;
	font-size: 18px;
	font-weight: 900;
	overflow: hidden;
	color: #e63300;
}


p.name2 img {
	display: none;
	position: absolute;
	top: -9999px;
	left: -9999px;
}


/* LEFT 516 CSS
--------------------------------------------------------*/
.BlocLeft516 {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.BlocLeft516 .Bn {
	clear: both;
	display: block;
	margin: 0 0 16px 0;
	padding: 0;
	overflow: hidden;
}
.BoxL {
	width: 48.850574%;
    text-align: right;
}
.BoxR {
	width: 48%;
    text-align: right;
}
.BlocLeft516 .Section {
	margin: 0 0 10px 0;
	overflow: hidden;
}
.BlocLeft516 .Section img {
	width: 100%;
}
.CreditBox {
	display: none;
}
.BnDelivery {
	display: none;
}

.bnrBox {
         overflow: hidden;
         text-align:right;
}
.bnrBox ul{ 
	list-style:none;
        display: inline-block;
}
.bnrBox li{ 
	float: left;
        padding:5px;
}
.bnrBox li img{ 
        max-width:100%;
        height:auto;
}
.birthBox{
	width: 39%;
    text-align: right;
	float: left;
}
.ageBox{
	width: 17%;
    text-align: right;
	float: left;
    padding: 3px;
}

a.txtBtn{
  float: left;
  display: block;
  margin: 1px;
  text-decoration: none;
  height:30px;
  width: 23.5%;
  line-height: 30px;
  text-align: center;
  color: #32AF30;
  border:solid 1px #32AF30;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a.txtBtn::before 
{ position: relative;
  top: 5%;
  left: -2%;
  content: '\f0da';
  color: #009900;
  font-size: 15px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  z-index: -1;
}

a.txtBtn:hover{
  background: #32AF30;
  color: #fff;
}
a.txtBtn:hover:before{
position: relative;
  top: 5%;
  left: -2%;
  content: '\f0da';
  color: #FFFFFF;
  font-size: 15px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  z-index: 1;
}

/* RIGT 216 CSS
--------------------------------------------------------*/
.BlocRight216 {
	float: right;
	display: block;
	width: 216px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.BlocRight216 .CreditBox {
	display: block;
	margin: 0 0 16px 0;
	padding: 7px;
	border: #003318 dotted 1px;
	text-align: center;
	overflow: hidden;
}
/* SLIDER CSS
--------------------------------------------------------*/
#slider {
	width: 696px;
	height: 240px;
	margin: 0 0 24px 0;
	overflow: hidden;
	position: relative;
}
#slider #vFilter {
	width: 696px;
	height: 240px;
	border-top: 1px solid #e0e0e0;
	background: #fff url(https://img05.shop-pro.jp/PA01159/868/etc/visualLoad.gif) center center no-repeat;
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 2000;
}
#slider img {
	margin: 0;
	padding: 0;
	border: none;
}
/* The Nivo Slider styles */
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 60;
	display: none
}
/* The slices in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 50;
	height: 100%
}
/* Caption styles */
.nivo-caption {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	color: #fff;
	opacity: 0.8;/* Overridden by captionOpacity setting */
	width: 100%;
	z-index: 89;
}
.nivo-caption p {
	padding: 5px;
	margin: 0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 99;
	cursor: pointer;
	display: block;
	border: 1px solid #666;
	background: url(visualNav.png) top left repeat-y;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	overflow: hidden;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	box-shadow: 0 0 2px #fff;
	-moz-box-shadow: 0 0 2px #fff;
	-webkit-box-shadow: 0 0 2px #fff;
	display: none;
}
a.nivo-prevNav {
	left: 0;
	border-left: 0;
	background-position: 0 0
}
a.nivo-prevNav: hover {
	background-position: -64px 0;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8
}
a.nivo-nextNav {
	right: 0;
	border-right: 0;
	background-position: -32px 0
}
a.nivo-nextNav: hover {
	background-position: -96px 0
}
/* Control nav styles (e.g. 1,2,3...) */
#slider .nivo-controlNav {
	position: absolute;
	bottom: 1px;
	height: 28px;
	overflow: hidden;
	background: #fff;
	padding: 1px 0 1px 6px;
	z-index: 9999;
	box-shadow: 0 0 2px #000;
	-moz-box-shadow: 0 0 2px #000;
	-webkit-box-shadow: 0 0 2px #000;
	display: none;
}
.nivo-controlNav img {
	width: 63px;
	height: 24px
}
.nivo-controlNav a {
	position: relative;
	z-index: 99;
	cursor: pointer;
	display: block;
	float: left;
	border-left: 1px solid #231815;
	width: 63px;
	height: 24px;
	border: 2px solid #0095d0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color: #000;
	margin-right: 1px
}
.nivo-controlNav a.active {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.nivo-controlNav a: hover {
	border: 2px solid #fddb3a !important;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
a#navTrigger {
	float: right;
	width: 12px;
	height: 28px;
	cursor: pointer;
	border-left: 1px solid #e0e0e0;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	border: 0;
	background: url(visualCtrl.png) 0 0 no-repeat;
	z-index: 8000;
}
a#navTrigger: hover {
	background-position: -12px 0;
	border: 0 !important
}
a#navTrigger.on, a.on {
	background-position: -24px 0 !important
}
a#navTrigger.on: hover, a.on: hover {
	background-position: -36px 0 !important
}
a {
	cursor:pointer;
	outline:none;
}
#BlocItemList4 {
	width: 516px;
	width: 100%;
	overflow: visible;
}
#BlocItemList4 .searchResultList {
	margin: 0 0 32px 0;
	padding: 0 0 1px 0;
	overflow: hidden;
}
#BlocItemList4 .searchResultList li {
	float: left;
	width: 128px;
	width: 174px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#BlocItemList4 .searchResultList li a{
    text-decoration:none;
}

#BlocItemList4 .searchResultList .listInner {
	height: 184px;
	height: 230px;
	border: 1px solid #DDDDDD;
	margin: 0px -1px -1px 0px;
	padding: 24px 10px 10px 10px;
	position: relative;
	z-index: 1;
}
#BlocItemList4 .searchResultList .listInner:hover {
	border: 1px solid #2CAB3A;
	z-index: 2;
}
#BlocItemList4 .searchResultList .listInner:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
#BlocItemList4 .searchResultList .thumb {
	width: 108px;
	height: 108px;
	width: 154px;
	height: 154px;
	margin: 0 auto 8px auto;
	padding: 0;
	background: #ffffff;
	overflow: hidden;
	text-align: left;
}
#BlocItemList4 .searchResultList .thumb img {
	width: 100%;
}
/*	TABLET 936
------------------------------------------- */
@media screen and (max-width: 936px) {
#TopVisual {
	width: 100%;
	margin: 0 0 16px 0;
}
.slider {
	margin: 0 10px;
}
#TopVisual img {
	width: 100%;
}
}
/*	TABLET 768
------------------------------------------- */
@media screen and (max-width: 768px) {
}
/*	SMARTP 480
------------------------------------------- */
@media screen and (max-width: 480px) {

a.txtBtn{
  float: left;
  display: block;
  margin: 1px;
  text-decoration: none;
  height:30px;
  width: 48%;
  line-height: 30px;
  text-align: center;
  color: #32AF30;
  border:solid 1px #32AF30;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}  
  
}
/*	JQUERY
------------------------------------------- */
.slideShow {
	margin: 0 auto;
	text-align: center !important;
}
.slideShow .mainView {
	width: 97.5% !important;
	padding: 1.25% !important;
	margin: 0 0 1% 0 !important;
	position: relative;
	background: #FFF;
	overflow: hidden;
}
.slideShow .mainView ul {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
.slideShow .mainView ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	text-align: center;
	overflow: hidden;
}
.slideShow .mainView ul li img {
	width: 100%;
	border: none!important;
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
}
.slideShow .thumbNail {
	width: 100%;
	margin: 0 0 2% 0;
	overflow: visible;
	text-align: center !important;
}
.slideShow .thumbNail ul {
	width: 68%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	overflow: visible;
}
.slideShow .thumbNail ul li {
	float: left;
	display: block;
	overflow: visible;
	cursor: pointer;
	text-align: center;
	width: 22%;
	width: 22% !important;
	padding: .6% .5%;
	margin: 0 1%;
	background: #FFF;
	font-size: 10px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}
.slideShow .thumbNail ul li img {
	width: 100%;
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
}
.slideShow .thumbNail ul li.active {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
	background: #2bab39;
}
.slideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.jsgmap {
	display: none;
}

/*	NEWS
------------------------------------------- */
.topnews {
	overflow:auto;
	max-width: 95%; max-height:70px;
	padding:12px;
	margin-bottom:12px;
	margin-right:5px;
	border:1px #ccc solid;
	color:#696969;
	background-color:#ffffff;
	line-height:1.5em;
	text-align:left;
}
h3.h3topnews {
	padding: 0 0 0 12px;
	text-align: left;
	font-size: 14px;
	font-weight: 900;
	overflow: hidden;
	color: #696969;
}
