@charset "utf-8";
/***************************************************************
File name             : 　　　style.css
Description          :　　　 個別スタイル定義
Date                     :          2015/08
Table of contents:
**************************************************************/
/*-------------------------------------------------------------
01：トップ
-------------------------------------------------------------*/
#home main #shopMenu{
	background:#fff;
}
#home main #shopMenu li{
	float: left;
	width:106px;
	height:53px;
	text-align:center;
}
#home main #shopMenu li:first-child{
	border-right:1px solid #f8f3ea;
}
#home main #shopMenu li:last-child{
	border-left:1px solid #f8f3ea;
}
#home main #shopMenu li a{
	display:block;
	width:100%;
	height:100%;
}
#home main #shopMenu li img{
	padding:11px 0 0;
}
/*slider*/
#home main .sliderWrap{
	position:relative;
}
#home main .sliderWrap .sliderFill{
	position:relative;
	overflow:hidden;
	height:210px;
}
#home main .sliderWrap .sliderFill li{
	float:left;
	width:320px;
	height:210px;
	position:relative;
}
#home main .sliderWrap .sliderFill #mv1{
	background:url(../img/home/mv/photo1.jpg) top left no-repeat;
	background-size:100%;
}
#home main .sliderWrap .sliderFill #mv2{
	background:url(../img/home/mv/photo2.jpg) top left no-repeat;
	background-size:100%;
}
#home main .sliderWrap .sliderFill #mv3{
	background:url(../img/home/mv/photo3.jpg) top left no-repeat;
	background-size:100%;
}
#home main .sliderWrap .sliderFill #mv4{
	background:url(../img/home/mv/photo4.jpg) top left no-repeat;
	background-size:100%;
}
#home main .sliderWrap .sliderFill li a{
	display:block;
	width:100%;
	height:100%;
}
#home main  .sliderWrap .sliderFill li .mvshasow{
	width:320px;height:60px;   position:absolute; bottom:0; left:0;
	background-image: -webkit-linear-gradient(-90deg, rgba(0,0,0,0) 0, rgba(0,0,0,0.5) 100%);
	background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0, rgba(0,0,0,0.5) 100%);
	background-image: linear-gradient(180deg, rgba(0,0,0,0) 0, rgba(0,0,0,0.5) 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
}
#home main .sliderWrap .sliderFill li p{
	width:245px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	position:absolute;
	left:15px;
	bottom:15px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.2);
	-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.2);
}
#home main .sliderWrap .sliderFill li .mvArrow{
	width:3px;
	height:10px;
	background:#fff;
	border-radius:3px;
	position:absolute;
	bottom:24px;
	right:15px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
#home main .sliderWrap .sliderFill li .mvArrow:after{
	content:"";
	width:3px;
	height:10px;
	background:#fff;
	border-radius:3px;
	position:absolute;
	top:-4px;
	right:4px;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}

#home main #tglMenu{
	width:298px;
	margin:15px auto 0;
	padding:15px 0 14px;
	background:#fff;
	border:1px solid #abb0be;
	position:relative;
}
#home main #tglMenu #tglMenuBtn{
}
#home main #tglMenu #tglMenuBtn li{
	float: left;
	width:130px;
	height:45px;
	border-radius:8px;
	-webkit-border-radius:8px;
	background:#747d99;
	background-image: -webkit-linear-gradient(-90deg, #747d99 0, #5a627b 100%);
	background-image: -moz-linear-gradient(180deg, #747d99 0, #5a627b 100%);
	background-image: linear-gradient(180deg, #747d99 0, #5a627b 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	text-align:center;
}
#home main #tglMenu #tglMenuBtn li:first-child{
	background:#687fc1;
	background-image: -webkit-linear-gradient(-90deg, #687fc1 0, #4c62a2 100%);
	background-image: -moz-linear-gradient(180deg, #687fc1 0, #4c62a2 100%);
	background-image: linear-gradient(180deg, #687fc1 0, #4c62a2 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;

	width:119px;
	padding:0 0 0 11px;
	text-align:left;
	margin:0 10px 0 15px;
	position:relative;
	line-height:45px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.1) ;
}
#home main #tglMenu #tglMenuBtn li a{
	display:block;
	width:100%;
	height:100%;
	line-height:45px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.1) ;
}
#home main #tglMenu #tglMenuBtn li .tgloff{
	width:3px;
	height:10px;
	background:#fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	position:absolute;
	top:18px;
	right:18px;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}
#home main #tglMenu #tglMenuBtn li .tgloff:after{
	content:"";
	width:3px;
	height:10px;
	background:#fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	position:absolute;
	top:4px;
	right:-4px;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}
#home main #tglMenu #tglMenuBtn li .tglon{
	width:3px;
	height:10px;
	background:#fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	position:absolute;
	top:18px;
	right:18px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
#home main #tglMenu #tglMenuBtn li .tglon:after{
	content:"";
	width:3px;
	height:10px;
	background:#fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	position:absolute;
	top:-4px;
	right:-4px;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}
/*#home main #tglMenu > div{
	background:#dadada;
	width:256px;
	height:40px;
	margin:15px auto 0;
	padding:0 0 0 14px;
	border-radius:8px;
	-webkit-border-radius:8px;
}
#home main #tglMenu > div a{
	display:block;
	width:100%;
	height:100%;
	line-height:40px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	position:relative;
}
#home main #tglMenu > div a div{
	width:16px;
	height:16px;
	border-radius:8px;
	background:#acacac;
	position: absolute;
	top:11px;
	right:18px;
}
#home main #tglMenu > div a div:before{
    content: "";
	width:10px;
	height:10px;
	border-radius:5px;
	background:#dadada;
    position: absolute;
    top: 3px;
    left: 3px;
}*/
#home main #tglMenu > div a div:after{
    content: "";
	width:4px;
	height:9px;
	border-radius:6px;
	background:#acacac;
    position: absolute;
    top: 10px;
    left: 14px;
	transform: rotate(-50deg);
	-webkit-transform:rotate(-50deg);
}
#home main #tglMenu form{
	position:relative;
}
#home main #tglMenu input{
	width:255px;
	height:38px;
	margin:0 14px;
	border:1px solid #d4d4d4;
	border-radius:8px;
	background:#fff;
	font-size:14px;
	margin-top:16px;
	padding:0 0 0 13px;
}
#home main #tglMenu img{
	position:absolute;
	top:15px;
	right:15px;
}


#tglMenuSlide{
	width:294px;
	border-left:3px solid #abb0be;
	border-right:3px solid #abb0be;	
	border-bottom:3px solid #abb0be;
	position:absolute;
	top:75px;
	left:-3px;
	z-index:5;
	display:none;
}
#tglMenuSlide li{
	height:44px;
	background:#fff;
	border-top:1px solid #cccccc;
	background:#f7f4ef;
	background-image: -webkit-linear-gradient(-90deg, #ffffff 0, #f7f4ef 100%);
	background-image: -moz-linear-gradient(180deg, #ffffff 0, #f7f4ef 100%);
	background-image: linear-gradient(180deg, #ffffff 0, #f7f4ef 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	position:relative;
}
#tglMenuSlide li a{
	display:block;
	width:100%;
	height:100%;
}
#tglMenuSlide li a p{
	padding:0 0 0 12px;
	color:#2261b0;
	font-size:13px;
	font-weight:bold;
	line-height:44px;
}
#tglMenuSlide li a div{
	width:3px;
	height:10px;
	background:#cccccc;
	border-radius:3px;
	position:absolute;
	top:19px;
	right:12px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
#tglMenuSlide li a div:after{
	content:"";
	width:3px;
	height:10px;
	background:#cccccc;
	border-radius:3px;
	position:absolute;
	top:-4px;
	right:4px;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}


/*-------------------------------------------------------------
02：お店一覧
-------------------------------------------------------------*/
#shop main #tab{
	margin:0 0 25px;
}
#shop main #tab li{
	float: left;
	width:160px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.1);

	background-image: -webkit-linear-gradient(-90deg, #b18b50 0, #8b6831 100%);
	background-image: -moz-linear-gradient(180deg, #b18b50 0, #8b6831 100%);
	background-image: linear-gradient(180deg, #b18b50 0, #8b6831 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
}
#shop main #tab li:first-child{
	width:159px;
	border-right:1px solid #d5bd96;
}
#shop main #tab .tabActive{
	background-image: -webkit-linear-gradient(90deg, #cbb48c 0, #a58c60 100%);
	background-image: -moz-linear-gradient(0deg, #cbb48c 0, #a58c60 100%);
	background-image: linear-gradient(0deg, #cbb48c 0, #a58c60 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
}
#shop main #tabDisp{
	position:relative;
}

#shop main #tabDisp > li:last-child{
	position:relative;
	left:-999999px;
}
#shop main #tabDisp > li #gMap{
	width:320px;
	height:305px;
}


#shop main .pager{
	margin:0 0 10px;
}
#shop main .pager li{
	float: left;
	height:40px;
	line-height:40px;
	text-align:center;
	width:240px;
	background:#fff;
	font-size:13px;
	position:relative;
}
#shop main .pager li:first-child,
#shop main .pager li:last-child{
	width:40px;
	background-image: -webkit-linear-gradient(-90deg, #9d8e77 0, #827259 100%);
	background-image: -moz-linear-gradient(180deg, #9d8e77 0, #827259 100%);
	background-image: linear-gradient(180deg, #9d8e77 0, #827259 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
}

#shop main .pager .pagerOff{
	background:#d1d1d1 !important;
}



#shop main .pager li a{
	display:block;
	width:100%;
	height:100%;
}
#shop main .pager li:first-child div{
	width:3px;
	height:10px;
	background:#fff;
	border-radius:3px;
	position:absolute;
	top:12px;
	left:18px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
#shop main .pager li:first-child div:after{
	content:"";
	width:3px;
	height:10px;
	background:#fff;
	border-radius:3px;
	position:absolute;
	top:4px;
	right:-4px;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}
#shop main .pager li:last-child div{
	width:3px;
	height:10px;
	background:#fff;
	border-radius:3px;
	position:absolute;
	top:12px;
	right:16px;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}
#shop main .pager li:last-child div:after{
	content:"";
	width:3px;
	height:10px;
	background:#fff;
	border-radius:3px;
	position:absolute;
	top:4px;
	right:4px;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}
#shop main .pager .pagerArrowOff{
	background:#f5f0e9 !important;
}
#shop main .pager .pagerArrowOff a,
#shop main .pager .pagerArrowOff div{
	display:none;
}
#shop main #newShop > ul{
	border-top:none;
	padding:0 0 8px;
}
#newShop > ul > li.greenzone a ul li:first-of-type{
	padding-bottom:50px;
}
#newShop > ul > li.greenzone a ul li:last-of-type{
	padding-top:50px;
	position: relative;
}
#newShop > ul > li.greenzone a ul li:last-of-type::after{
	content:"";
	display: block;
	position: absolute;
	background:url("../img/common/gz.png") no-repeat left top;
	background-size: contain;
	top:16px;
	left:0;
	width:100%;
	height: 22px;
	color: #fff;
}


#shop main #featuredShop{
	margin:-305px 0 0;
	padding:10px 0 0;
}
main #featuredShop > ul li.greenzone ul li:first-child{
	position: relative;
}
main #featuredShop > ul li.greenzone ul li:first-child::after{
	position: absolute;
	content:"";
	display: block;
	top: -120px;
	left: 8px;
	width:182px;
	height:60px;
	background:url("../img/common/gz_white.png") no-repeat center;
	background-size: contain;
}

#shop2 #noHit{
	width:305px;
	height:40px;
	line-height:40px;
	padding:0 0 0 15px;
	background:#fff;
	font-size:13px;
}
#shop2 #noHit + p{
	line-height:1;
	font-size:13px;
	font-weight:bold;
	padding:25px 0 10px 15px;
}
#shop2 #noHit + p +p{
	line-height:1;
	font-size:12px;
	padding:0 0 30px 15px;
}
#shop2 #btnTop{
	width:300px;
	height:50px;
	margin:0 10px 26px;
	line-height:50px;
	text-align:center;
	border-radius:8px;
	font-size:16px;
	font-weight:bold;
	background:#b18b50;
	background-image: -webkit-linear-gradient(-90deg, #b18b50 0, #8b6831 100%);
	background-image: -moz-linear-gradient(180deg, #b18b50 0, #8b6831 100%);
	background-image: linear-gradient(180deg, #b18b50 0, #8b6831 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
}
#shop2 #btnTop a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.1);
}

/*-------------------------------------------------------------
02-01：お店詳細
-------------------------------------------------------------*/
#shopDetail{
}
#shopDetail main >h2{
	margin:0;
}
#shopDetail main #lNav{
}
#shopDetail main #lNav li{
	float:left;
	background:#687fc1;
	background-image: -webkit-linear-gradient(-90deg, #687fc1 0, #4c62a2 100%);
	background-image: -moz-linear-gradient(180deg, #687fc1 0, #4c62a2 100%);
	background-image: linear-gradient(180deg, #687fc1 0, #4c62a2 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	width:105px;
	height:40px;
}
#shopDetail main #lNav li:first-child{
	width:106px;
	border-right:1px solid #8493bb;
}
#shopDetail main #lNav li:last-child{
	width:107px;
	border-left:1px solid #b59057;
	background:#b18b50;
	background-image: -webkit-linear-gradient(-90deg, #b18b50 0, #8b6831 100%);
	background-image: -moz-linear-gradient(180deg, #b18b50 0, #8b6831 100%);
	background-image: linear-gradient(180deg, #b18b50 0, #8b6831 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
}
#shopDetail main #lNav li a{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	line-height:40px;
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.1);
}


#shopDetail main #mvTxt{
	font-size:13px;
	color:#000;
	padding:10px 10px 20px;
}
#shopDetail main img + .greenzone::before{
	content:"";
	background:url("../img/common/gz.png") no-repeat left;
	background-size: contain;
	display: block;
	top:10px;
	left:10px;
	margin:5px 0 9px;
	width:100%;
	height:26px;
}

/*----------------
クーポン
----------------*/

#couponList h2 {
	margin: 0;
	background-color: #338bd5;
	color: #fff
}
#couponList .couponShopList h3 {
	color: #fff;
	font-size: 13px;
	margin-bottom: 5px;
}
#couponList .couponShopList h4 {
	color: #2261b0;
	font-size: 11px;
}
#couponList .couponShopList p {
	font-size: 11px;
	line-height: 1.6;
}
#couponList .couponShopList a {
	display: flex;
	align-items: flex-start;
	padding: 12px 0;
	position: relative;
	width: 94%;
	left: 3%;
}

#couponList .couponShopList a::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
#couponList .noLink::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
#couponList .noLink:last-of-type::after {
	content: none;
}

#couponList .couponShopList img {
	width: 90px;
	height: 90px;
	object-fit: cover;
	object-position: center;
}
#couponList .couponShopList {
	color: #fff;
	background-image: url("../img/coupon/bg_coupon_list.png"),linear-gradient(75deg, #E1A5A5 0%, #A077BD 55%, #338BD5 100%);
	background-repeat: repeat;
	background-position: center 20px, center;
}
#couponList .coupon_content{
	margin-left: 10px;
	width: 61%;
}
#couponList .coupon_content::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
	z-index: 2;
}
#couponList .noLink {
	display: flex;
	align-items: flex-start;
	padding: 12px 0;
	position: relative;
	width: 94%;
	left: 3%;
}
#couponList .noLink p {
	color: #333;
}
#couponList .noLink .coupon_content::after {
	content: none;
}
#couponList .coupon_outer{
	background: #fff;	
	padding: 7px 10px 8px 5px;
	border-radius: 3px;
	margin: 0;
	background-image: url("../img/coupon/bg_coupon_list_outer.png");
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	overflow: visible;
}
#couponList .coupon_inner{
	border-left: solid 1px #2261b0;
	padding-left: 10px;
}
#couponList #path {
	margin-top: 10px;
}





#shopDetail main #nocoupon{
	display: none;
}
#shopDetail main #coupon{

}
#shopDetail main #coupon img {
	width: 100%;
}
#shopDetail main #coupon .coupon_outer{
	background: #fff;	
	padding: 5px 10px 5px 5px;
	border-radius: 3px;
	margin: 0 10px 30px;
	background-image: url("../img/coupon/bg_coupon.png");
	background-repeat: no-repeat;
}
#shopDetail main #coupon .coupon_inner{
	border-left: solid 1px #2261b0;
	padding: 5px 0 8px 10px;
}
#shopDetail main #coupon h3{
	width:auto;
	height:auto;
	color: #2261b0;
	font-size:15px;
	font-weight:bold;
	margin-bottom: 6px;
}
#shopDetail main #coupon p{
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 1.2;
}
#shopDetail main #coupon span{
	color: #2261b0;
	font-size:11px;
}
/*----------------*/


#shopDetail main #shopDetailInfo{
}
#shopDetail main #shopDetailInfo h3{
	width:305px;
	padding:0 0 0 15px;
	height:30px;
	line-height:30px;
	background:#827259;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	position:relative;
}
#shopDetail main #shopDetailInfo h3 div{
	width:335px;
	height:1px;
	background:#b2a795;
	position:absolute;
	top:1px;
	left:-15px;
}
#shopDetail main #shopDetailInfo >div{
	padding:0 10px;
}
#shopDetail main #shopDetailInfo >div table{
	padding:20px 0 12px;
}
#shopDetail main #shopDetailInfo >div table th{
	width:20px;
	vertical-align:top;
	line-height:1;
	padding:0 0 13px;
}
#shopDetail main #shopDetailInfo >div table td{
	width:280px;
	line-height:1;
	padding:0 0 13px;
}
#shopDetail main #shopDetailInfo >div table td p{
	line-height:1;
}
#shopDetail main #shopDetailInfo >div table td p a{
	text-decoration:underline;
}
#shopDetail main #shopDetailInfo >div table #icoTel p{
	padding:1px 0 0;
}
#shopDetail main #shopDetailInfo >div table #icoClock p{
	padding:9px 0 0;
}
#shopDetail main #shopDetailInfo >div table #icoClock p:first-child{
	padding:1px 0 0;
}
#shopDetail main #shopDetailInfo >div table #icoStar p{
	padding:3px 0 0;
}
#shopDetail main #shopDetailInfo >div table #icoAddr img{
	padding:0 0 0 3px;
}
#shopDetail main #shopDetailInfo >div table #icoTel img{
}
#shopDetail main #shopDetailInfo >div table #icoClock img{
}
#shopDetail main #shopDetailInfo >div table #icoStar img{
}
#shopDetail main #shopDetailInfo >div #shopDetailInfoTab{
}
#shopDetail main #shopDetailInfo >div #shopDetailInfoTab li{
	float: left;
	width:98px;
	height:34px;
	line-height:34px;
	background:#fff;
	text-align:center;
	border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	font-size:14px;
	position:relative;
}
#shopDetail main #shopDetailInfo >div #shopDetailInfoTab li:first-child{
	margin:0 3px 0 0;
}
#shopDetail main #shopDetailInfo >div #shopDetailInfoTab li:last-child{
	margin:0  0 0 3px;
}
#shopDetail main #shopDetailInfo >div #shopDetailInfoTab li div{
	display:none;
}
#shopDetail main #shopDetailInfo >div #shopDetailInfoTab .tab1Active{
	color:#ec7475;
}
#shopDetail main #shopDetailInfo >div #shopDetailInfoTab .tab1Active div{
	display:block;
	background:#ec7475;
	width:89px;
	height:2px;
	position:absolute;
	top:0;
	left:5px;
}
#shopDetail main #shopDetailInfo >div #shopDetailInfoTab .tab1NonActive{
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	background:#f4a8a8;
	background-image: -webkit-linear-gradient(-90deg, #f4a8a8 0, #ec8a8b 100%);
	background-image: -moz-linear-gradient(180deg, #f4a8a8 0, #ec8a8b 100%);
	background-image: linear-gradient(180deg, #f4a8a8 0, #ec8a8b 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
}
#shopDetail main #shopDetailInfo >div #shopDetailInfoTab .tab2Active{
	color:#53c8be;
}
#shopDetail main #shopDetailInfo >div #shopDetailInfoTab .tab2Active div{
	display:block;
	background:#53c8be;
	width:89px;
	height:2px;
	position:absolute;
	top:0;
	left:5px;
}
#shopDetail main #shopDetailInfo >div #shopDetailInfoTab .tab2NonActive{
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	background:#67dad0;
	background-image: -webkit-linear-gradient(-90deg, #67dad0 0, #4cc0b6 100%);
	background-image: -moz-linear-gradient(180deg, #67dad0 0, #4cc0b6 100%);
	background-image: linear-gradient(180deg, #67dad0 0, #4cc0b6 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
}
#shopDetail main #shopDetailInfo >div #shopDetailInfoTab .tab3Active{
	color:#f6ae20;
}
#shopDetail main #shopDetailInfo >div #shopDetailInfoTab .tab3Active div{
	display:block;
	background:#f6ae20;
	width:89px;
	height:2px;
	position:absolute;
	top:0;
	left:5px;
}
#shopDetail main #shopDetailInfo >div #shopDetailInfoTab .tab3NonActive{
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	background:#fcb832;
	background-image: -webkit-linear-gradient(-90deg, #fcb832 0, #efa718 100%);
	background-image: -moz-linear-gradient(180deg, #fcb832 0, #efa718 100%);
	background-image: linear-gradient(180deg, #fcb832 0, #efa718 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
}
#shopDetail main #shopDetailInfo >div #shopDetailInfoTab .tabOff{
	color:#fff;
	background:#d1d1d1;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.1);
}
#shopDetail main #shopDetailInfo >div #shopDetailInfoTabDisp{
	width:300px;
	height:170px;
	background:#fff;
	position: relative;
	overflow:hidden;
	margin:0 0 20px;
}
#shopDetail main #shopDetailInfo >div #shopDetailInfoTabDisp li{
	width:270px;
	height:130px;
	background:#fff;
	overflow:auto;
	display:none;
	padding:20px 15px;
}
#shopDetail main #shopDetailInfo >div #tabelogBtnOn{
	width:298px;
	height:48px;
	border:1px solid #baad96;
	border-radius:8px;
	background:#fff;
	background-image: -webkit-linear-gradient(-90deg, #fff 0, #f1ede6 100%);
	background-image: -moz-linear-gradient(180deg, #fff 0, #f1ede6 100%);
	background-image: linear-gradient(180deg, #fff 0, #f1ede6 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	margin:0 0 40px;
}
#shopDetail main #shopDetailInfo >div #tabelogBtnOff{
	width:300px;
	height:50px;
	border-radius:8px;
	background:#d1d1d1;
	margin:0 0 40px;
}
#shopDetail main #shopDetailInfo >div #tabelogBtnOn a,
#shopDetail main #shopDetailInfo >div #tabelogBtnOff a{
	display:block;	
	width:100%;
	height:100%;
}
#shopDetail main #shopDetailInfo >div #tabelogBtnOn img,
#shopDetail main #shopDetailInfo >div #tabelogBtnOff img{
	padding:12px 0 0 67px;
}
#shopDetail main #gallery{
}
#shopDetail main #gallery h3{
	width:305px;
	padding:0 0 0 15px;
	height:30px;
	line-height:30px;
	background:#827259;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	position:relative;
}
#shopDetail main #gallery h3 div{
	width:335px;
	height:1px;
	background:#b2a795;
	position:absolute;
	top:1px;
	left:-15px;
}
#shopDetail main #gallery >div{
	padding:0 10px;
}
#shopDetail main #gallery >div .sliderWrap{
	position:relative;
	margin:20px 0 40px;
}
#shopDetail main #gallery >div .sliderWrap .sliderFill{
	position:relative;
	overflow:hidden;
	width:300px;
	height:200px;
}
#shopDetail main #gallery >div .sliderWrap .sliderFill li{
	float:left;
	width:300px;
	height:200px;
}
#btnNext{
	width:50px;
	height:50px;
	position:absolute;
	top:75px;
	right:0px;
}
#btnNext div{
	width:3px;
	height:10px;
	background:#fff;
	border-radius:3px;
	position:absolute;
	top:17px;
	right:10px;
	z-index:10;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}
#btnNext div:after{
	content:"";
	width:3px;
	height:10px;
	background:#fff;
	border-radius:3px;
	position:absolute;
	top:4px;
	right:4px;
	z-index:10;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}
#btnPrev{
	width:50px;
	height:50px;
	position:absolute;
	top:75px;
	left:0px;

}
#btnPrev div{
	width:3px;
	height:10px;
	background:#fff;
	border-radius:3px;
	position:absolute;
	top:17px;
	left:10px;
	z-index:10;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
#btnPrev div:after{
	content:"";
	width:3px;
	height:10px;
	background:#fff;
	border-radius:3px;
	position:absolute;
	top:4px;
	right:-4px;
	z-index:10;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}



#shopDetail main #reservation{
	margin:0 0 20px;
	padding:0 0 30px;
	border-bottom:1px solid #fff;
}
#shopDetail main #reservation h3{
	width:305px;
	padding:0 0 0 15px;
	height:30px;
	line-height:30px;
	background:#827259;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	position:relative;
}
#shopDetail main #reservation h3 div{
	width:335px;
	height:1px;
	background:#b2a795;
	position:absolute;
	top:1px;
	left:-15px;
}
#shopDetail main #reservation >div{
	padding:0 10px;
}
#shopDetail main #reservation >div p{
	font-size:13px;
	color:#000;
	padding:10px 10px 20px;
}
#shopDetail main #reservation >div #reservationBtnOn{
	width:300px;
	height:50px;
}
#shopDetail main #reservation >div #reservationBtnOn a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	line-height:50px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	border-radius:8px;
	background:#b18b50;
	background-image: -webkit-linear-gradient(-90deg, #b18b50 0, #8b6831 100%);
	background-image: -moz-linear-gradient(180deg, #b18b50 0, #8b6831 100%);
	background-image: linear-gradient(180deg, #b18b50 0, #8b6831 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	position:relative;
}
#shopDetail main #reservation >div #reservationBtnOn  a:before{
	content:"";
	display:block;
	width:7px;
	height:4px;
	border:1px solid #fff;
	position:absolute;
	background:#b18b50;
	top:23px;
	right:32px;
}
#shopDetail main #reservation >div #reservationBtnOn a:after{
	content:"";
	display:block;
	width:7px;
	height:4px;
	border:1px solid #fff;
	position:absolute;
	top:20px;
	right:29px;
	background:#b18b50;
}


#shopDetail main #reservation >div #reservationBtnOff a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	line-height:50px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	border-radius:8px;
	background:#d1d1d1;
}
/*-------------------------------------------------------------
07：やまなし県産酒について
-------------------------------------------------------------*/
#about{
}
#about main{
}
#about main > h3{
	text-align:center;
	padding:5px 0 20px;
	border-bottom:1px solid #cccccc;
}
#about main > h3+p{
	border-top:1px solid #fff;
	padding:15px 0;
}
#about main > h3+p+p{
	padding:15px 0;
}

#about main > p{
	text-align:center;
	line-height:2;
}
#about main > div{
	text-align:center;
	padding:25px 0 49px;
}

#about main #shopSearch{
	background:#fff;
}
#about main #shopSearch ul{
	padding:15px 10px 20px;
}
#about main #shopSearch ul li{
	width:300px;
	height:45px;
	margin:0 0 10px;
	border-radius:8px;
	background:#67dad0;
	background-image: -webkit-linear-gradient(-90deg, #67dad0 0, #4cc0b6 100%);
	background-image: -moz-linear-gradient(180deg, #67dad0 0, #4cc0b6 100%);
	background-image: linear-gradient(180deg, #67dad0 0, #4cc0b6 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	position:relative;
}
#about main #shopSearch ul li a{
	display:block;
	width:100%;
	height:100%;
}
#about main #shopSearch ul li a img{
	padding:14px 0 0 17px;
}

#about main #shopSearch ul li:first-child{
	background:#f4a8a8;
	background-image: -webkit-linear-gradient(-90deg, #f4a8a8 0, #ec8a8b 100%);
	background-image: -moz-linear-gradient(180deg, #f4a8a8 0, #ec8a8b 100%);
	background-image: linear-gradient(180deg, #f4a8a8 0, #ec8a8b 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;


}
#about main #shopSearch ul li:last-child{
	background:#fcb832;
	background-image: -webkit-linear-gradient(-90deg, #fcb832 0, #efa718 100%);
	background-image: -moz-linear-gradient(180deg, #fcb832 0, #efa718 100%);
	background-image: linear-gradient(180deg, #fcb832 0, #efa718 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
}
#about main #shopSearch ul li div{
	width:3px;
	height:10px;
	background:#fff;
	border-radius:3px;
	position:absolute;
	top:17px;
	right:18px;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}
#about main #shopSearch ul li div:after{
	content:"";
	width:3px;
	height:10px;
	background:#fff;
	border-radius:3px;
	position:absolute;
	top:4px;
	right:4px;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}
/*-------------------------------------------------------------
08：協賛会社一覧
-------------------------------------------------------------*/
#sponsor main #sponsorInfo{
}
#sponsor main #sponsorInfo h3{
	line-height:1;
	font-size:16px;
	font-weight:bold;
	color:#666666;
	border-bottom:1px solid #cccccc;
	padding:2px 0 12px 15px;
}
#sponsor main #sponsorInfo ul{
	margin:0 0 0 -10px;
	padding:15px 10px 0;
	border-top:1px solid #fff;
}
#sponsor main #sponsorInfo ul li{
	float: left;
	width:145px;
	margin:0 0 0 10px;	
}
#sponsor main #sponsorInfo ul li p{
	height:37px;
	line-height:1;
	text-align:center;
	color:#2261b0;
	font-weight:bold;
	font-size:13px;
	padding:10px 0 0;
}
#sponsor main #sponsorShip{
	padding:33px 0 0;
}
#sponsor main #sponsorShip h3{
	line-height:1;
	font-size:16px;
	font-weight:bold;
	color:#666666;
	border-bottom:1px solid #cccccc;
	padding:2px 0 12px 15px;
}

#sponsor main #sponsorShip ul{
	margin:0 0 0 -10px;
	padding:25px 10px 0;
	border-top:1px solid #fff;
}
#sponsor main #sponsorShip ul li{
	float: left;
	width:145px;
	margin:0 0 0 10px;
	padding:0 0 25px;
	text-align:center;
	line-height:1;
}
#sponsor main #sponsorShip ul li a{
	line-height:1;
	color:#2261b0;
}

#sponsor main #recruitment{
	padding:28px 0 50px;
}
#sponsor main #recruitment h3{
	line-height:1;
	font-size:16px;
	font-weight:bold;
	color:#666666;
	border-bottom:1px solid #cccccc;
	padding:2px 0 12px 15px;
}
#sponsor main #recruitment p{
	padding:15px 10px 25px;
	line-height:2.2;
}
#sponsor main #recruitment div{
	text-align:center;
	width:300px;
	height:50px;
	margin:0 auto;
	border-radius:8px;
	background:#b18b50;
	background-image: -webkit-linear-gradient(-90deg, #b18b50 0, #8b6831 100%);
	background-image: -moz-linear-gradient(180deg, #b18b50 0, #8b6831 100%);
	background-image: linear-gradient(180deg, #b18b50 0, #8b6831 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
}
#sponsor main #recruitment div a{
	display:block;
	width:100%;
	height:100%;
	line-height:50px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.1);
}
/*-------------------------------------------------------------
09：サイトポリシー
-------------------------------------------------------------*/
#sitepolicy{
}
#sitepolicy main{
}
#sitepolicy main h2{
	margin-bottom:0;
}
#sitepolicy main > p{
	padding:20px 10px;
	line-height:2.2;
}
#sitepolicy main > ul{
	padding:0 10px 21px;
}
#sitepolicy main > ul > li{
	position:relative;
	margin:0 0 12px;
	width:298px;
	height:28px;
	border:1px solid #baad96;
	border-radius:8px;
	background:#fff;
	background-image: -webkit-linear-gradient(-90deg, #fff 0, #f1ede6 100%);
	background-image: -moz-linear-gradient(180deg, #fff 0, #f1ede6 100%);
	background-image: linear-gradient(180deg, #fff 0, #f1ede6 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
}
#sitepolicy main > ul > li a{
	display:block;
	width:100%;
	height:100%;
	font-size:13px;
	color:#2261b0;
}
#sitepolicy main > ul > li a p{
	padding:0 0 0 13px;
	line-height:28px;
}
#sitepolicy main > ul > li a div{
	width:3px;
	height:10px;
	background:#cccccc;
	border-radius:3px;
	-webkit-border-radius:3px;
	position:absolute;
	top:11px;
	right:20px;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}
#sitepolicy main > ul > li a div:after{
	content:"";
	width:3px;
	height:10px;
	background:#cccccc;
	border-radius:3px;
	-webkit-border-radius:3px;
	position:absolute;
	top:4px;
	right:-4px;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}
#sitepolicy main section{
}
#sitepolicy main section h3{
	line-height:1;
	font-size:16px;
	font-weight:bold;
	color:#666666;
	border-bottom:1px solid #cccccc;
	padding:12px 0 12px 15px;
}
#sitepolicy main #legalnotice p{
	border-top:1px solid #fff;
	padding:15px 10px 25px;
	line-height:2.2;
}
#sitepolicy main #copyright p{
	border-top:1px solid #fff;
	padding:15px 10px 25px;
	line-height:2.2;
}
#sitepolicy main #siteuse{
	padding:0 0 10px;
}
#sitepolicy main #siteuse p{
	padding:7px 10px;
	line-height:2.2;
}
#sitepolicy main #siteuse h3+p{
	border-top:1px solid #fff;
	padding-top:15px;
}
#sitepolicy main #personal{
	padding:0 0 10px;
}
#sitepolicy main #personal p{
	padding:7px 10px;
	line-height:2.2;
}
#sitepolicy main #personal h3+p{
	border-top:1px solid #fff;
	padding-top:15px;
}
#sitepolicy main #personal p a{
	color:#2261b0;
}

#sitepolicy main #media p{
	border-top:1px solid #fff;
	padding:15px 10px 45px;
	line-height:2.2;
}
#sitepolicy main #media p a{
	color:#2261b0;
}
/*-------------------------------------------------------------
10：お問い合わせ（入力）
-------------------------------------------------------------*/
#contact{
}
#contact main{
	padding:0 0 50px;
}
#contact main h2{
	margin-bottom:0;
}
#contact main h2+p{
	padding:10px 10px 25px;
	line-height:2;
}
#contact main h3{
	background:#827259;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	margin:0 0 19px;
	padding:0 0 0 15px;
	position:relative;
}
#contact main h3 span{
	width:320px;
	height:2px;
	background:#b2a795;
	position:absolute;
	top:1px;
	left:0;
}
#contact main h3 img{
	position:absolute;
	top:8px;
	right:10px;
}
#contact main select{
	width:290px;
	/*margin:0 0 30px 15px;*/
	margin:0 0 0 15px;
}
#contact main input[type="text"]{
	width:288px;
	height:23px;
	background:#fff;
	border:1px solid #cccccc;
	/*margin:0 10px 30px;*/
	margin:0 10px;
	padding:5px;
}
#contact main textarea{
	width:288px;
	height:78px;
	background:#fff;
	border:1px solid #cccccc;
	/*margin:0 10px 30px;*/
	margin:0 10px;
	padding:5px;
}
#contact main #privacy{
	border-bottom:1px solid #cccccc;
	width:300px;
	margin:0 10px;
}
#contact main #privacy >div{
	width:300px;
	height:125px;
	overflow:auto;
	margin:0 0 25px;
}

#contact main  .privacyCheck{
	border-top:1px solid #fff;
	width:300px;
	margin:0 10px;
	padding:21px 0;
	text-align:center;
	font-size:13px;
}
#contact main input[type="checkbox"]{
	margin:0 8px 0 0;
	line-height:1;
}
#contact main .btnSubmitOn{
	width:300px;
	height:50px;
	margin:0 10px;
	line-height:50px;
	text-align:center;
	border-radius:8px;
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	font-size:16px;
	font-weight:bold;
	background:#b18b50;
	background-image: -webkit-linear-gradient(-90deg, #b18b50 0, #8b6831 100%);
	background-image: -moz-linear-gradient(180deg, #b18b50 0, #8b6831 100%);
	background-image: linear-gradient(180deg, #b18b50 0, #8b6831 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
}
#contact main .btnSubmitOff{
	width:300px;
	height:50px;
	margin:0 10px;
	line-height:50px;
	text-align:center;
	border-radius:8px;
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	font-size:16px;
	font-weight:bold;
	background:#dadada;
}
#contact main .errTxt{
	color:#e93232;
	margin:5px 10px 30px 15px;
}
/*-------------------------------------------------------------
10-01：お問い合わせ（確認）
-------------------------------------------------------------*/
#contact main .confTxt{
	padding:0 10px 30px;
	font-size:13px;
}
#contact main #btnTx{
	width:300px;
	height:50px;
	margin:0 10px;
	text-align:center;
	border-radius:8px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	font-size:16px;
	font-weight:bold;
	background:#b18b50;
	background-image: -webkit-linear-gradient(-90deg, #b18b50 0, #8b6831 100%);
	background-image: -moz-linear-gradient(180deg, #b18b50 0, #8b6831 100%);
	background-image: linear-gradient(180deg, #b18b50 0, #8b6831 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
}
#contact main #btnTx a{
	line-height:50px;
	color:#fff;
	display:block;
	width:100%;
	height:100%;
}
#contact main #btnModify{
	width:98px;
	height:28px;
	border-radius:8px;
	background:#fff;
	background-image: -webkit-linear-gradient(-90deg, #fff 0, #ededed 100%);
	background-image: -moz-linear-gradient(180deg, #fff 0, #ededed 100%);
	background-image: linear-gradient(180deg, #fff 0, #ededed 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	text-align:center;
	margin:15px 0 0 10px;
	border:1px solid #cccccc;
	position:relative;
}
#contact main #btnModify a{
	display:block;
	width:100%;
	height:100%;
}
#contact main #btnModify p{
	line-height:30px;
	font-size:13px;
	font-weight:bold;
	color:#999999;
	padding:0 0 0 7px;
}
#contact main #btnModify div{
	width:3px;
	height:8px;
	background:#cccccc;
	border-radius:3px;
	position:absolute;
	top:8px;
	left:12px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
#contact main #btnModify div:after{
	content:"";
	width:3px;
	height:8px;
	background:#cccccc;
	border-radius:3px;
	position:absolute;
	top:3px;
	right:-3px;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}

#contact #contactTxtLink{
	line-height:1;
	text-align:center;
	padding:20px 0 0;
}
#contact #contactTxtLink a{
	color:#2261b0;
}

/*-------------------------------------------------------------
10-02：お問い合わせ（完了）
-------------------------------------------------------------*/
#contact main #btnTop{
	width:300px;
	height:50px;
	margin:0 10px;
	text-align:center;
	border-radius:8px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	font-size:16px;
	font-weight:bold;
	background:#b18b50;
	background-image: -webkit-linear-gradient(-90deg, #b18b50 0, #8b6831 100%);
	background-image: -moz-linear-gradient(180deg, #b18b50 0, #8b6831 100%);
	background-image: linear-gradient(180deg, #b18b50 0, #8b6831 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
}
#contact main #btnTop a{
	line-height:50px;
	color:#fff;
	display:block;
	width:100%;
	height:100%;
}
/*-------------------------------------------------------------
11：掲載について
-------------------------------------------------------------*/
#owner{
}
#owner main{
	padding:0 0 50px;
}
#owner main > h3{
}
#owner main #postInfo h3{
	line-height:1;
	font-size:16px;
	font-weight:bold;
	color:#666666;
	border-bottom:1px solid #cccccc;
	padding:2px 0 12px 15px;
}
#owner main #postInfo h3 + p{
	border-top:1px solid #fff;
	padding:12px 10px;
	line-height:2;
}
#owner main #postInfo h3 + p + p{
	background:#fff;
	padding:13px 10px;
	line-height:2;
}
#owner main #postInfo h3 + p + p span{
	font-size:11px;
	display:block;
	line-height:1;
	padding:15px 0 0;
}

#owner main #postForm h3{
	line-height:1;
	font-size:16px;
	font-weight:bold;
	color:#666666;
	border-bottom:1px solid #cccccc;
	padding:40px 0 12px 15px;
}
#owner main #postForm h3 + p{
	border-top:1px solid #fff;
	padding:12px 10px;
	line-height:2;
}
#owner main #postForm form input{
	width:274px;
	height:23px;
	background:#fff;
	border:1px solid #cccccc;
	border-radius:4px;
	padding:5px 12px;
	margin:0 10px 15px;
	font-size:14px;
}
#owner main #postForm form #btnSubmit{
	width:300px;
	height:50px;
	margin:15px 10px 0;
	line-height:50px;
	text-align:center;
	border-radius:8px;
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.1);
	font-size:16px;
	font-weight:bold;
	background:#b18b50;
	background-image: -webkit-linear-gradient(-90deg, #b18b50 0, #8b6831 100%);
	background-image: -moz-linear-gradient(180deg, #b18b50 0, #8b6831 100%);
	background-image: linear-gradient(180deg, #b18b50 0, #8b6831 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
}
#owner main #postForm form #btnSubmit + p{
	line-height:1;
	text-align:center;
	padding:20px 0 40px;
}
#owner main #postForm form #btnSubmit + p a{
	color:#2261b0;
}
#owner main #secretariat h3{
	line-height:1;
	font-size:16px;
	font-weight:bold;
	color:#666666;
	border-bottom:1px solid #cccccc;
	padding:0px 0 12px 15px;
}

#owner main #secretariat h3 + p{
	border-top:1px solid #fff;
	padding:12px 10px;
	line-height:2;
}
#owner main #secretariat div{
	background:#fff;
}
#owner main #secretariat div p{
	padding:8px 10px 0;
	line-height:2;
}
#owner main #secretariat div p span{
	font-size:13px;
	font-weight:bold;
}

#owner main #secretariat div p+p{
	padding:5px 10px 12px;
	line-height:1;
}
#owner main #secretariat div p a{
	color:#2261b0;
}



/*-------------------------------------------------------------
XX：協賛会社一覧(企業)
-------------------------------------------------------------*/
.sponsor main > h2 {
    border-top: 1px solid #f8f3ea;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    font-weight: bold;
    color: #696052;
    padding: 0 0 0 13px;
    background: #ebe3d7;
    margin: 0px;
}
.sponsor main #sponsorInfo{
	padding:0 0 30px;
}
.sponsor main #sponsorInfoMain{
}
.sponsor main #sponsorInfoMain a{
}
.sponsor main #sponsorInfoMain img{
	margin:15px 0 0 0;
}
.sponsor main #sponsorInfo #sponsorInfoSub{
	margin:0 0 0 -10px;
	padding:0 10px 0;
}
.sponsor main #sponsorInfo #sponsorInfoSub li{
	float: left;
	width:145px;
	margin:15px 0 0 10px;	
}
.sponsor main #sponsorInfo #sponsorInfoTxt{
	width:300px;
	margin:15px auto 0;
}
.sponsor main #sponsorInfo #sponsorInfoTxt td{
	width:50%;
	box-sizing: border-box;
	padding:5px 0px;
	vertical-align:top;
}
.sponsor main #sponsorInfo #sponsorInfoTxt td:last-child{
	padding-left:5px;
}

.sponsor main #sponsorInfo #sponsorInfoTxt td a{
	color:#2261b0;
}
.sponsor main #shopSearch{
	background:#fff;
}
.sponsor main #shopSearch ul{
	padding:15px 10px 20px;
}
.sponsor main #shopSearch ul li{
	width:300px;
	height:45px;
	margin:0 0 10px;
	border-radius:8px;
	background:#67dad0;
	background-image: -webkit-linear-gradient(-90deg, #67dad0 0, #4cc0b6 100%);
	background-image: -moz-linear-gradient(180deg, #67dad0 0, #4cc0b6 100%);
	background-image: linear-gradient(180deg, #67dad0 0, #4cc0b6 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	position:relative;
}
.sponsor main #shopSearch ul li a{
	display:block;
	width:100%;
	height:100%;
}
.sponsor main #shopSearch ul li a img{
	padding:14px 0 0 17px;
}
.sponsor main #shopSearch ul li:first-child{
	background:#f4a8a8;
	background-image: -webkit-linear-gradient(-90deg, #f4a8a8 0, #ec8a8b 100%);
	background-image: -moz-linear-gradient(180deg, #f4a8a8 0, #ec8a8b 100%);
	background-image: linear-gradient(180deg, #f4a8a8 0, #ec8a8b 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
}
.sponsor main #shopSearch ul li:last-child{
	background:#fcb832;
	background-image: -webkit-linear-gradient(-90deg, #fcb832 0, #efa718 100%);
	background-image: -moz-linear-gradient(180deg, #fcb832 0, #efa718 100%);
	background-image: linear-gradient(180deg, #fcb832 0, #efa718 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
}
.sponsor main #shopSearch ul li div{
	width:3px;
	height:10px;
	background:#fff;
	border-radius:3px;
	position:absolute;
	top:17px;
	right:18px;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}
.sponsor main #shopSearch ul li div:after{
	content:"";
	width:3px;
	height:10px;
	background:#fff;
	border-radius:3px;
	position:absolute;
	top:4px;
	right:4px;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}
#sponsorDetailInfo{
}
#sponsorDetailInfo p{
    font-size: 13px;
    color: #000;
    padding: 10px 10px 20px;
}
#sponsorDetailInfo h3{
    width: 305px;
    padding: 0 0 0 15px;
    height: 30px;
    line-height: 30px;
    background: #827259;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    position: relative;
}
#sponsorDetailInfo h3 span{	
	width: 335px;
    height: 1px;
    background: #b2a795;
    position: absolute;
    top: 1px;
    left: -15px;
}

#sponsorDetailInfo #corpBtn{
    width: 300px;
    height: 50px;
	margin:0 auto 30px;
}

#sponsorDetailInfo #corpBtn a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    border-radius: 8px;
    background: #b18b50;
    background-image: -webkit-linear-gradient(-90deg, #b18b50 0, #8b6831 100%);
    background-image: -moz-linear-gradient(180deg, #b18b50 0, #8b6831 100%);
    background-image: linear-gradient(180deg, #b18b50 0, #8b6831 100%);
    background-position: 50% 50%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    position: relative;
}
#sponsorDetailInfo #corpBtn a:before {
    content: "";
    display: block;
    width: 7px;
    height: 4px;
    border: 1px solid #fff;
    position: absolute;
    background: #b18b50;
    top: 23px;
    right: 32px;
}
#sponsorDetailInfo #corpBtn a:after {
    content: "";
    display: block;
    width: 7px;
    height: 4px;
    border: 1px solid #fff;
    position: absolute;
    top: 20px;
    right: 29px;
    background: #b18b50;
}

/*-------------------------------------------------------------
XX：マンガコンテンツ
-------------------------------------------------------------*/
#comic{
}
#comic main{
	padding:0 ;
}
#comic main .comicInfo{
	padding:50px 0 0;
}
#comic main .comicInfo{
	padding:0 0 30px;
	padding-bottom:30px;
	border-bottom: 1px solid #fff;

}
#comic main h2 + div{
	padding-top:0 !important;
}
#comic main .comicInfo > h3{
	font-size:16px;
	font-weight:bold;
	padding:0 20px 7px;
	line-height:1.6;
	border-bottom:1px solid #cfcece;
}
#comic main .comicInfo .comicSns{
	border-top:1px solid #fff;
	padding:15px 0 10px;
}
#comic main .comicInfo .comicSns li{
	float:left;
	width:225px;
}
#comic main .comicInfo .comicSns li:first-child{
	width:75px;
	margin:0 10px;
}
#comic main .comicInfo .comicSns + div{
	background:#fff;
/*	padding:15px 0 20px;*/
}
#comic main .comicInfo .comicSns + div iframe{
	width:300px;
	margin:0 10px 10px;
	position:relative;
	z-index:0;
}
#comic main .comicInfo .comicSns + div > p{
	font-size:13px;
	line-height:1.8;
	padding:0 10px 15px;
}
#comic main .comicInfo .comicSns .fbBtn{
	width:105px !important;
	overflow:hidden !important;
}
#comic main #comicInfoMain{
/*	margin:0 0 30px 0;*/
	padding-bottom: 20px;
/*	background:#fff;*/
/*	border-bottom: 1px solid #fff;*/
}
#comic main #comicInfoMain a{
	width:300px;
	display:block;
	margin:0 auto;
}
#comic main #comicInfoMain a:hover{
	opacity: 1;
}
#comic main #comicInfoMain img{
	margin:15px 0 0 0;
}
/*詳細ページ*/
#comic div.comicImg{
	background:#fff;
}
#comic div.comicImg img:first-child{
	margin-bottom:20px;
}
#comic div#comiclistBtn{
    background: #fff linear-gradient(180deg, #fff 0px, #f1ede6 100%) repeat scroll 50% 50%;
    border: 1px solid #baad96;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    height: 48px;
    line-height: 48px;
    margin: 0 auto 40px auto;
    position: relative;
    text-align: center;
    width: 298px;	
}
#comic div#comiclistBtn a{
    color: #827259;
    display: block;
    height: 100%;
    width: 100%;
}
/*ページャ*/
#comic main .pager{
	margin:30px 0 25px;
}
#comic main .pager li{
	float: left;
	height:40px;
	line-height:40px;
	text-align:center;
	width:240px;
	background:#fff;
	font-size:13px;
	position:relative;
}
#comic main .pager li:first-child,
#comic main .pager li:last-child{
	width:40px;
	background-image: -webkit-linear-gradient(-90deg, #9d8e77 0, #827259 100%);
	background-image: -moz-linear-gradient(180deg, #9d8e77 0, #827259 100%);
	background-image: linear-gradient(180deg, #9d8e77 0, #827259 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
}
#comic main .pager .pagerOff{
	background:#d1d1d1 !important;
}
#comic main .pager li a{
	display:block;
	width:100%;
	height:100%;
}
#comic main .pager li:first-child div{
	width:3px;
	height:10px;
	background:#fff;
	border-radius:3px;
	position:absolute;
	top:12px;
	left:18px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
#comic main .pager li:first-child div:after{
	content:"";
	width:3px;
	height:10px;
	background:#fff;
	border-radius:3px;
	position:absolute;
	top:4px;
	right:-4px;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}
#comic main .pager li:last-child div{
	width:3px;
	height:10px;
	background:#fff;
	border-radius:3px;
	position:absolute;
	top:12px;
	right:16px;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}
#comic main .pager li:last-child div:after{
	content:"";
	width:3px;
	height:10px;
	background:#fff;
	border-radius:3px;
	position:absolute;
	top:4px;
	right:4px;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}
#comic main .pager .pagerArrowOff{
	background:#f5f0e9 !important;
}
#comic main .pager .pagerArrowOff a,
#comic main .pager .pagerArrowOff div{
	display:none;
}
#comic main h3.ttl {
    width: 305px;
    padding: 0 0 0 15px;
    height: 30px;
    line-height: 30px;
    background: #827259;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    position: relative;
}



/*-------------------------------------------------------------
XX：Goto対応
-------------------------------------------------------------*/
/* トップページ */
#gotoBnr{
	width:100%;
	box-sizing: border-box;
	padding:0 10px;
	margin-top:20px;
}
#gotoBnr img{
	width:80%;
	margin-bottom: 20px;
	display: block;
	margin: 0 auto;
}
#gotoBnr > a{
	display: block;
	text-align: right;
	text-decoration: underline;
}