<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charaset "utf-8"; 

/* ============================= 共通 =============================  */
#topics {
	max-width: 1024px;
	margin: 0 auto;
	overflow: hidden;
}

* { 
	padding: 0px;
	margin: 0px;
	border: none;
}

li { list-style-type: none;}


a { text-decoration:none; color: #333; overflow: hidden;}

a:hover {
	color:#F60;
}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  
body {
	font-family: Verdana,Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial,   Helvetica, sans-serif;
	color: #333333;
	padding: 0px;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 130%;
	margin-right: auto;
	margin-left: auto;
}
#head{
	width: 100%;
	height: 540px;
	background: url(../../img/topics/doutou_winter/mainImg.jpg)no-repeat;
	background-size: auto;
	background-size: 100%;
}
#head .leadtxt{
	width: 95%;
	height: 95px;
	padding-left: 16%;
	padding-top: 420px;
	font-size: 13px;
	line-height: 1.3em;
}
#head .leadtxt p{
	width: 100%;
	height: 95px;
	padding-left: 0px;
	padding-top: 0px;
	font-size: 13px;
	line-height: 1.4em;
}
#head .leadtxt h1{
	font-size:15px;
	margin-top:-25px;
	padding: 5px 0px;
}

#area{
	margin:10px 0px;
}
#area .hkdmap{
	float:left;
	background:url(../../img/topics/doutou_winter/map.jpg) no-repeat;
	width:305px;
	height:280px;
	position:relative;
}

#area .hkdmap ul li a{
	background: url(../../img/topics/doutou_winter/mapBtnBg.png)no-repeat;
	width: 100%;
	height: 34px;
	position: absolute;
	padding-left: 30px;
	padding-top: 10px;
	font-size:15px;
	font-weight:bold;
}
#area .hkdmap ul li a:hover{
	background-position:0px -34px;
	color:#F90;
}
#area .maptxt{
	float:right;
	width:52%;
}

#area .maptxt dl{
	border:#99CCFF 1px solid;
	padding:5px;
	width:85%;
	margin:3px 0px 5px 35px;
	line-height:1.2em;
}
#area .maptxt dl dt{
	font-weight:bold;
	margin-bottom:2px;
	color:#06F;
}
#area .maptxt dl dd{
	padding-left:10px;
}
.mainContents {
    margin: 15px 0;
}
.mainContents h3{
	background: url(../../img/topics/doutou_winter/ttlBg.jpg)no-repeat;
	height: 48px;
	font-weight: bold;
	font-size: 22px !important;
	padding: 19px 0px 0px 50px !important;
	color:	#FFF !important;
	border: none !important;
	background-size: 100%;
}
.mainContentsInner{
	border-left:#2693FF 1px solid; 
	border-right:#2693FF 1px solid;
	border-bottom:#2693FF 1px solid;
	margin-top:0px;
	display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.mainContents .planBox_s{
	border:#CCC 1px solid;
	width:48.8%;
	margin-right:8px;
	margin-bottom:8px;
	padding-bottom: 8px;
}
.mainContents .planBox_s:nth-child(2n) {
    margin-right: 0;
}
.planBox_s &gt; p {
    width: 100%;
    overflow: hidden;
    height: 180px;
    position:relative;
}
.planBox_s &gt; p span{
	position:absolute;
	background:#666;
	color:#fff;
	padding:3px 8px;
	font-size:0.9em;
	left: 5px;
    top: 5px;
}
.planBox_s img {
    width: 100%;
    height:auto;
}
.planBox_s dl {
    padding: 8px;
}
.mainContents .planBox_s dl dt{
	font-size:15px;
	font-weight:bold;
	margin:8px 0;
}
.mainContents .planBox_s dl dd.price{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 21px;
	font-weight: bold;
	color:#F00;
	float: left;
	margin-top: 5px;
	border: none;
	margin-top: 18px;
}
.mainContents .planBox_s dl dd.btn_b a{
	float: right;
	margin-top: 5px;
	display: block;
	width: 130px;
	height: 33px;
	color:#fff;
	background:#f3981c;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 110%;
	line-height: 1.8;
	display: inherit;
	padding: 5px 20px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	text-align: center;
	text-decoration: none;
}
.mainContents .planBox_s dl dd.btn a:hover{
	background-position:0px -33px;
}
.area_select {
    border-top: 2px solid #999;
    padding: 8px 0;
    margin: 8px 0;
    border-bottom: 2px solid #999;
}
.area_select p{
	text-align: center;
}
.area_select ul{
	display:flex;
	flex-wrap: wrap;
}
.area_select li{
	flex:0 0 47%;
	padding:5px;
}
.area_select li a{
	border:1px solid #666;
	border-radius:50px;
	padding:8px 0;
	text-align: center;
	position: relative;
}
.area_select li a:after{
	position: absolute;
    content: "";
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
}
@media screen and (max-width:768px){
	.mainContentsInner{
		display:block;
	}
	.mainContents .planBox_s{
		width:100%;
	}
	.mainContents .planBox_s:after{
		content: '';
    	clear: both;
    	display: block;
	}
	.mainContents h3 {
	    background: #2693FF;
	    height: auto;
	    font-size: 16px!important;
	    padding: 8px!important;
	    color: #FFF!important;
	}
}
.sp-only { display: block!important; }
.pc-only { display: none!important; }
@media  (min-width: 787px) {
    .sp-only { display: none!important; }
    .pc-only { display: block!important; }
}


@media screen and (max-width : 767px){
#head{
	width: 100%;
	height: 270px;
	background: url(https://www.tabione.com/sp/img/topics/main/doutou_winter.png)no-repeat;
	background-size: auto;
	background-size: 100%;
}
#head .leadtxt{
	width: 100%;
	height: 28px;
	padding: 5px 5px 5px 15px;
	padding-top: 135px;
	font-size: 13px;
	line-height: 1.3em;
}
.area_select {
    border-top: 2px solid #999;
    padding: 8px 0;
    margin: 8px 0;
    border-bottom: 2px solid #999;	
}
.area_select ul{
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
}
.area_select li a{
	border:1px solid #666;
	border-radius:40px;
	padding:12px 68px;
	text-align: center;
	position: relative;
	margin: 0 auto;
}
.area_select li{
	flex:0 0 47%;
	padding:18px 5px 16px 5px;
}
#head {
    height: 160px;
	background-size: 127%;
}	
}
div#mainRight {
    max-width: 1024px;
    margin: auto;
}
#head {
    height: 330px;
}
.leadtxt h2 {
    color: #2063fa;
    font-size: large;
    font-weight: bold;
}
.leadtxt {
    padding: 20px;
}
.leadtxt p {
    margin-top: 8px;
}
@media screen and (max-width: 767px){
#head {
    height: 160px;
    background-size: 127%;
}
}</pre></body></html>