@charset "utf-8";

/********************************************************

	tp01

********************************************************/
#tp01 {
	background: url(../img/bg_01.jpg) repeat-x center top;
}

#tp01 #container {
	margin-bottom: 50px;
}

#main {
	float: left;
	width: 650px;
}

#tp01 #contents {
	clear: both;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	
}



#tp01 #mainBox {
	padding-top: 7px;
	clear: both;
	height: 315px;
	position: relative;
	
	
}

#tp01 ul#mainImg {
	/*background: url(../../img/tp01_main_bg.gif) no-repeat;*/
	
	position: absolute;
	width: calc(900px - 8px);
	background: #FFF;
	border-radius: 5px;
	height: auto;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
	margin: 4px 0 0 4px;
	padding: 4px;
}



#tp01 ul#mainBtn {
	position: absolute;
	top: 295px;
	right: 20px;
}

#tp01 ul#mainBtn li {
	float: left;
	margin-left: 8px;
	font-size: 0px;
	line-height: 0px;
	
}

#tp01 ul#mainBtn li a {
	display: block;
	width: 47px;
	height: 7px;
	background-color: #000000;
	text-indent: -9999px;
	border: 1px solid #FFFFFF;
}

#tp01 ul#mainBtn li a:hover, #tp01 ul#mainBtn li a.navi_on {
	background-color: #338fd7;
	border: 1px solid #FFFFFF;
}

#tp01 #recommend {
	background: #f2f1e8/* url(../../img/tp01_reco_bg.gif) no-repeat left bottom*/;
	padding: 0 9px 9px;
	border-top: 9px solid #f1f1e7;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
	
}

#tp01 .recoBox {
	width: calc(311px - 2px);
	border-left: 1px solid #BDD9FE;
	border-top: 1px solid #BDD9FE;
	border-right: 1px solid #BDD9FE;
	border-bottom: 1px solid #BDD9FE;
	background: linear-gradient(180deg, #F8FAFD, #F1F6FC);
	border-radius: 5px;
}
#tp01 .recoBox:first-child {
	margin-right: 10px
}

#tp01 .recoBox h2 {
	background: url(../../img/tp01_cttl_bg2.gif) no-repeat right;
	height: 28px;
	padding: 13px 0 0 12px;
	border-radius: 5px;
}

#tp01 .recoBox h2 img {
	width: auto
}

#tp01 .recoBox p {
	padding: 0 12px;
}

#tp01 p.recoImg {
	background: url(../../img/tp01_img_bg2.gif) no-repeat right;
	margin-bottom: 8px;
	background-size: contain
}

#tp01 .recoBox ul {
	padding: 10px 12px;
}

#tp01 .recoBox li {
	float: left;
	margin-right: 20px;
	background: url(../img/arrow_01.gif) no-repeat left 3px;
	padding-left: 18px;
}

#tp01 #news {
	clear: both;
	margin-top: 20px;
}



#tp01 #news dl {
	margin-top: 15px;
}

#tp01 #news dt {
	padding: 0 0 10px 8px;
	margin-bottom: 10px;
	float: left;
	clear: left;
	width: calc(8em - 8px);
}

#tp01 #news dd {
	background: url(../img/dot_gray.gif) repeat-x left bottom;
	margin-bottom: 10px;
	padding: 0 8px 10px 8em;
}

#tp01 ul#sideBnr {
	margin-top: 0;
}




@media screen and (max-width:910px) {
#main {
	float: none;
	width: 100%;
}

	
#tp01 #mainBox {
	padding-top: 7px;
	clear: both;
	height: 34.6vw;
	position: relative;
}
	
#tp01 ul#mainImg {
	width: calc(100% - 16px);
	height: auto;
	/*background: url(../../img/tp01_main_bg.gif) no-repeat;*/
	padding: 4px;
	position: absolute;
	margin: 4px 4px 0 4px;
}
	
#tp01 ul#mainImg img {
	width: 100%;
	height: auto;
}

#tp01 ul#mainBtn {
	position: absolute;
	top: 87%;
	right: 3%;
}
	
#tp01 ul#mainBtn li a {
	display: block;
	width: 37px;
	height: 5px;
	background-color: #000000;
	text-indent: -9999px;
	border: 1px solid #FFFFFF;
}
	#tp01 #recommend {
	width: calc(100% - 18px);
	background: #f2f1e8;
	background-size: cover;
	padding: 0 9px 9px;
	border-top: 9px solid #f1f1e7;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
	
}	
#tp01 .recoBox {
	width: calc(49% - 2px);

}
#tp01 p.recoImg img {
	width: 100%;
	height: auto;
}
#tp01 #news h2 img {
	width: 100%;
	height: auto;
}
}

@media screen and (max-width:661px) {
	
#tp01 #recommend {
	width: calc(100% - 18px);
	background: #f2f1e8;
	background-size: cover;
	padding: 0 9px 9px;
	border-top: 9px solid #f1f1e7;
	display: block;
	flex-wrap: wrap;
	justify-content: space-between
	
}	

#tp01 .recoBox {
	width: 100%;
	position: relative;
	margin: 0 auto 10px;
}	
	
#tp01 .recoBox:first-child {
	margin: 0 auto 10px
}
#tp01 p.recoImg img {
	width: 100%;
	height: auto;
}
	
#tp01 .recoBox h2 {
	background: url(../../img/tp01_cttl_bg2.gif) no-repeat right;
	
	width: calc(100% - 12px);
	/*height: 13.2vw;*/
	padding: 13px 0 0 12px;
	background-size: cover;
	position: relative;
}	
	

}

@media screen and (max-width:600px) {
#tp01 .recoBox h2 img,#tp01 #news h2 img {
	max-width: 100%;
	height: auto;
}
}

/********************************************************

	coupon

********************************************************/
#coupon {
	background: none;
}

#coupon div {
	width: 476px;
	margin: 0 auto 20px;
	padding: 0 20px;
}

#coupon p {
	margin-top: 10px;
}

#coupon p#btnClose {
	text-align: right;
}

#coupon p#btnPrint {
	margin-top: 20px;
}


/* reserve-link */

#reserve-link{
	position: fixed;
	bottom: 50px;
	right: 0;
	border: 3px solid #fff;
	border-right: 0;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	background: #3c87d0;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 15px;
	text-decoration: none;
	font-weight: bold;
	z-index: 9999;
}
#reserve-link:hover{
	opacity: .8;
}
#reserve-link .reserve-link__text{
	font-size: 17px;
	line-height: 23px;
	margin: 0 0 5px;
}
#reserve-link .reserve-link__button{
	font-size: 16px;
	background: #0055a7;
	line-height: 1;
	padding: 10px 0;
	border-radius: 18px;
}
#reserve-link .reserve-link__button img{
	margin: 0 5px 0 0;
}
@media screen and (max-width: 910px) {
	#footer{
		padding-bottom: 66px;
	}
	#reserve-link{
		bottom: 0;
		left: 0;
		border: 0;
		border-radius: 0;
		text-align: left;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 15px 0;
	}
	#reserve-link .reserve-link__text{
		font-size: 14px;
		line-height: 18.5px;
		margin: 0 10px 0 0;
	}
	#reserve-link .reserve-link__button{
		font-size: 15px;
		padding: 10px 20px;
	}
}
