@media only screen and (min-width: 980px){
.display_sp {
	display: none;
}
#container{
	width:980px;
	margin:0 auto;
}

/*--main-----------------------------------------*/
#main{
	width:980px;
	margin-top: 20px;
}
#main .main-v{
	background: url(../img/bnr_gyomu2018_new.jpg) no-repeat;
	height: 380px;
}
#main .main-v img{
	display: none;
}
#main .maincopy{
	padding:15px 80px 0 80px;
	font-size: 16px;
	line-height: 28px;
	}
#main .keigu{
	text-align: right;		
	}
#main .main-form{
	background:url(../form/img/form-main.jpg) no-repeat;
	height:372px;
	}
	
#main .main-btm-copy{
	margin-top: 15px;
	text-align: center;
	}
h2{
	font-size:24px;
	text-align: center;
	font-weight: bold;
	border-top:1px solid #CCC;
	padding-top: 15px;
	margin-top: 30px;
}
.ki{
	text-align: center;
}
.date{
	background: url(../img/date_t.png) no-repeat;
	background-size: 50px 50px;
	min-height: 50px;
	padding-left: 60px;
	color: #FF0000;
	font-size: 30px;
	margin: 20px 0 20px 180px;
}
.place{
	background: url(../img/place_t.png) no-repeat;
	background-size: 50px 50px;
	min-height: 50px;
	padding-left: 60px;
	font-size: 20px;
	margin:0 0 0 180px;
}
	.place span{
		font-size: 16px;
	}	
.schedule{
	background:#fdeeed;
	padding: 15px 25px;
	margin: 15px 0;
}
.schedule h3{
	font-size: 24px;
}
.schedule .inner-schedule{
	width: 90%;
	margin: 0 auto;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
.schedule .inner-schedule ul{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
}
.schedule .inner-schedule ul li:nth-child(1){
	width: 70%;
}
.schedule .inner-schedule ul li:nth-child(2){
	width: 30%;
	position: relative;
}
.schedule .inner-schedule ul li:nth-child(2) span.name{
	position: absolute;
	bottom:15px;
	right: 15px;
	color: #FFF;
	text-align: right;
	font-size: 12px;
}
.schedule .inner-schedule h4{
	font-size: 20px;
}
.schedule .inner-schedule .ttl{
	font-size: 18px;
}
.schedule .inner-schedule .name{
	font-weight: bold;
}
.schedule .inner-schedule .read-txt{
	text-align: left;
}
.place-map h2{
	background: #fde8d0;
	border:none;
	padding: 5px 0;
}
.place-map ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:distribute;
	justify-content:center;
	margin-top: 15px;
}
.place-map ul li:nth-child(1){
	width: 490px;
}
.place-map ul li:nth-child(2){
	width: 470px;
	margin-left: 20px;
	}
.place-map .time{
	margin-left: 60px;
}
.place-map .place{
	margin-left: 0;
	margin-top: 15px;
}
.place-map .date{
	margin-bottom: 0;
	margin-top:30px;
	margin-left:0;
	color: #000;
}
.place-map .contact-to{
	background:#fdeeed;
	padding: 5px;
	text-align: center;
	margin-top: 10px;
}
.item{
	margin-top: 30px;
}
.item-ttl{
	background: url(../img/item_bg.png) no-repeat center top;
	background-size: 980px 459px;
	padding: 15px 0;
}
.item-ttl h2{
	border:none;
	color: #B8080B;
	font-size: 28px;
	margin: 0;
	padding: 0;
}
.item-ttl h2 br{
	display: none;
}
.item-ttl h3{
	text-align: center;
	font-size: 24px;
	margin: 0;
	padding: 0;
}
.item-ttl p{
	text-align: center;
}
.item dl{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:distribute;
	justify-content:center;
	flex-wrap:wrap;
	margin-top: 15px;
}
.item dl dt, .item dl dd{
	padding: 5px 0;
	border-bottom: 1px dotted #CCC;
}
.item dl dt{
	width:100px;
	font-weight: bold;
}
.item dl dd{
	width:880px;
}
.item .attention2{
	margin-top: 15px;
	text-align: right;
	font-size: 12px;
}
#content{
	margin-top: 30px;
}
	 
#ftr-content{
	width: 980px;
	margin: 0 auto;
}
	
	#ftr-content > div{
		margin-top: 20px;
		border-top: 1px solid #CCC;
	}
	#ftr-content > div > h3{
		margin: 10px 0;
	}
	#ftr-content .custmer ul li{
		float: left;
	}
	#ftr-content .custmer ul li:nth-child(1){
		width: 350px;
	}
	#ftr-content .custmer ul li:nth-child(2){
		width: 300px;
		margin-left: 15px;
		padding-top: 30px;
	}
	#ftr-content .custmer ul:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	#ftr-content .custmer p{
		margin-top: 10px;
	}

/*--ftr-----------------------------------------*/

#ftr {
	width:100%;
	bordert-top:dotted 1px #bc3258;
	margin-top:15px;
}

#ftr .inner-ftr{
	width:980px;
	margin:15px auto;
	}
#ftr .logo{
	width:215px;
}
#ftr .drinking-copy{
	margin-top:10px;
	float:left;
	width:60%;
}
#ftr .drinking-img{
	width:40%;
	float:left;
}
#ftr .drinking-img li{
	float:right;
}
#ftr .drinking-img li:nth-child(1){
	margin-left:5px;
}

#ftr .i-stop,
#ftr .i-sake{
		width: 50px;
	}
#copyright {
	text-align:left;
	margin-top:10px;
}
}