
@charset	"utf-8";

#special_body img{
	max-width:100%;
	height:auto;
}

/* clearfix */
/*************************************************************/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* custom */
/*************************************************************/


#special_body p{
	
}
/*#special_body {
	background-image: url(images/back.png);
	background-repeat: repeat-y;
}*/

#special_body hr {
	margin-bottom: 3%;
}
#special_body h3{
	padding-top: 3%;
	padding-bottom: 3%;
}
#special_body #coupon {
	text-align: center;
	margin-bottom: 2%;

}
#special_body #tour {
	padding-top: 0;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
}
#special_body #tour dl dt {
	font-weight: bold;
	font-size: 125%;
	color: #cb5520;
	line-height: 125%;
}


#special_body #top p{
	padding-left: 3%;
	padding-right: 3%;
	font-size: 100%;
	padding-bottom: 3%;
	font-weight: bold;
	line-height: 135%;
		
}
#special_body #tour ul li {
	background-color: #FFFFFF;
	border: 5px solid #FFFFFF;
	padding: 5%;
	
}
#special_body #tour ul li dl dt {
	font-family: "Noto Sans Japanese";
	font-size: 150%;
	margin-bottom: 2%;
}
#special_body li dl dd.present {
	border: 1px solid #FFFFFF;
	margin-top: 5%;
	

}

#special_body li dl dd span.presentcap{
	display: inline-block;	
	background-color: #E9450A;
	color: #ffffff;
	padding: 1%;
}

#special_body li dl dd span.presentcapitem{
	padding: 1%;
}
#special_body dl dd.present .presentcap {
	background-color: #E9450A;
	color: #ffffff;
	padding: 1%;
	text-align: center;
}
#special_body li dl dd p.presentcapitem{
	text-align: center;
}
#special_body dl .logo img{
	float: left;
	margin-right: 2%;
}
#special_body dl dd.photo {
	text-align: center;
}
#special_body dl dd.application{
	background-color: #E9450A;
	padding: 2%;
	color: #ffffff;
	text-align: center;
	margin-top: 2%;
	font-weight: bold;
}
#special_body dl dd.application2{
	color: #E9450A;
	text-align: center;
	font-weight: bold;
	margin-top: 2%;
}
#special_body dl dd.application a:link{
    color: #ffffff;
	font-weight: bold;
}
#special_body dl dd.application a:visited {
    color: #ffffff;
	font-weight: bold;
}
#special_body .textbox hr {
	margin-top: 2%;
	margin-bottom: 3%;
}
#special_body li dl dd p.logocap{
padding-top: 2%;
}
#special_body li dl dd.logo img{
vertical-align: top;
}
#special_body .small {
font-size: 90%;
}
#special_body dl dd.text {
	font-size: 110%;
}
#special_body dl dd.gaibu {
	text-align: right;
}
#special_body span.bold {
	font-weight: bold;
}
#special_body ul#splogo {
	padding-left: 2%;
	padding-right: 2%;
}
#special_body ul#splogo p {
	font-weight: bold;
	margin-bottom: 2%;
	font-size: 110%;
}


#special_body ul#splogo{
    text-align: center;
	width:99%;
	margin:0 auto;
	padding-left: 3%;
	padding-right: 3%;
}


#special_body ul#splogo li{
	width: 48.5%;
	float: left;
	display: inline-block;
	margin-bottom: 2%;
	margin-right: 2%;
	background-color: #ffffff;
	border: 1px solid #000000;
}
#special_body ul#splogo li.none{
	width: 48.5%;
	float: left;
	display: inline-block;
	margin-bottom: 2%;
	margin-right: 0%;
	background-color: #ffffff;
	border: 1px solid #000000;
}

/*
#special_body ul#splogo li{
	width: 32.5%;
	float: left;
	display: inline-block;
	margin-bottom: 2%;
	margin-right: 2%;
	background-color: #ffffff;
	border: 1px solid #000000;
}
#special_body ul#splogo li.none{
	width: 31%;
	float: left;
	display: inline-block;
	margin-bottom: 2%;
	margin-right: 0%;
	background-color: #ffffff;
	border: 1px solid #000000;
}
*/

.application a:link{
  color: #0000FF !important;
}
.application a:visited{
  color: #0000FF !important;
}
.application a:hover{
  color: #0000FF !important;
}
.application a:active{
  color: #0000FF !important;
}

@media screen and (min-width: 640px) {

#special_body li dl dd.photo {
	float: left;
	width: 25%;
}
#special_body li dl .textbox{
    float: right;

	width: 73%;
}

#special_body li dl .textbox2{
	width: 100%;
		
}
#special_body #top p{
	padding-left: 2%;
	padding-right: 2%;
	font-size: 120%;
	padding-bottom: 3%;
		
}
#special_body dl dd.box{
	width: 49%;
	float: left;	
	}
#special_body dl dd.boxnone{
    width: 49%;
	float: right;	
	}

}


