@charset "UTF-8";
/* CSS Document */
body {font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Arial, verdana, sans-serif;}
h2,h3,h4 { margin:0;}
img {margin:0; padding:0; vertical-align: bottom;}
em { font-style:normal;}
/* =========================================================　
　header-menu
========================================================= */
.tw-header-menu {
	background-color:#A80000;
	padding:2px;
	margin:0 auto;
}
.tw-header-menu ul { width:100%;}
.tw-header-menu ul li {
	width:50%;
	display:block;
	float:left;
	padding:5px 0;
	margin-bottom:2px;
	font-size:13px;
	text-align:center;
	box-sizing: border-box;
	border: 1px solid #FFF;
}
.tw-header-menu ul li a {
	color:#FFF;
	display: block;
	font-size:12px;
	text-align:center;
	padding:5px 0;
}
.tw-header-menu ul li a:hover {text-decoration: underline;}

#head-menu01 {background-color:#8CCA00;}
#head-menu02 {background-color:#F38200;}
#head-menu03 {background-color:#F57FA7;}
#head-menu04 {background-color:#AC0000; line-height:2.5em;}

/**/
.tw-header-menu li a{
  position: relative;
  display: block;
  margin: 0;
  padding: 10px;
 /* background: #a1b91d;*/
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.tw-header-menu li a:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 6px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  background: #fff;
}
.tw-header-menu li a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 6px;
  width: 8px;
  height: 8px;
  margin-top: -8px;
  
}
.tw-header-menu li#head-menu01 a:after{background: #8CCA00;}
.tw-header-menu li#head-menu02 a:after {background-color:#F38200;}
.tw-header-menu li#head-menu03 a:after {background-color:#F57FA7;}
.tw-header-menu li#head-menu04 a:after {background-color:#AC0000;}
/* =========================================================　
　TITLE
========================================================= */
h1.tw-title { margin:0; padding:0;}
.tw-title img {}
.title-bg {
	width:100%;
	background:#A80000 url(../images/title_bg.jpg) 0 0 no-repeat;
	margin-bottom:2px;
}
.tw-lead {
	display:block;
	padding:0 10px 10px;
	text-align:left;
	font-size:14px;
	color:#FFF;
	border-bottom: 1px solid #FFF;
}
.tw-sub-head {
	text-align:center;
	width:100%;
	max-width: 640px;
    height: auto;
}
.tw-sub-head-txt {
	font-size:13px;
	color:#FFF;
	text-align:center;
	padding:5px 10px 10px;
}
/* =========================================================　
　Theme共通
========================================================= */
div.theme-bg {display:none;}/*Default*/
h3.theme-menu {}
h3.theme-menu img {
	width:100%;
	max-width:640px;
	height:auto;
}
.theme-bg {
	width:100%;
	padding-bottom:0px;
	margin-bottom:2px;
}
#theme-taipei {background-color:#E3F1C0;}
#theme-gourmet {background-color:#FAEBCF;}
#theme-view { background-color:#FCE1EA; }
.theme-lead {
	padding:10px;
	font-size:14px;
}
.theme-close {
	text-align:center;
	font-size:24px;
	padding:12px 10px;
}
.theme-close { display:block; color:#FFF;}
.theme-close a,
.theme-close a:hover { color:#FFF; text-decoration:none;}
#theme-taipei .theme-close { background-color:#8EC800;}
#theme-gourmet .theme-close { background-color:#FBB64D;}
#theme-view .theme-close { background-color:#FBBCD1;}
/**/
/*btn*/
.btn-theme-link {
	width:96%;
	margin:30px auto 30px;
	text-align:center;
	padding: 15px 0px;
}
.btn-theme-link a {
	display:block;
	background-position:left top;
	background-repeat:no-repeat;
	color:#FFF;
	font-weight:bold;
	font-size:20px;/*21px*/
	line-height:1.2;
	background: url(../images/btn_arrow.png) 10px center no-repeat;
}
#btn-theme01,
#btn-theme02,
#btn-theme03 {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#btn-theme01{
	border: 1px solid #FFF;
	background-color:#26A100;
	background: -moz-linear-gradient(top, #71C000,#26A100);
	background: -webkit-gradient(linear, left top, left bottom, from(#71C000), to(#26A100));	
}
#btn-theme02{
	border: 1px solid #FFF;
	background-color:#EC2E27;
	background: -moz-linear-gradient(top, #F38200,#EC2E27);
	background: -webkit-gradient(linear, left top, left bottom, from(#F38200), to(#EC2E27));	
}
#btn-theme03{
	border: 1px solid #FFF;
	background-color:#EC007E;
	background: -moz-linear-gradient(top, #F183A7,#EC007E);
	background: -webkit-gradient(linear, left top, left bottom, from(#F183A7), to(#EC007E));	
}
#btn-theme01 a{}
#btn-theme02 a{}
#btn-theme03 a{}
.btn-theme-link a:hover {
	color:#FFF;
	text-decoration:underline;
}
.btn-theme-link span {}
/* =========================================================　
　Theme01
========================================================= */
.theme-inner.theme01-box { padding:0 5px 0;}
.subti-01-01,
.subti-01-02,
.subti-01-03 {
	width:100%;
	max-width:620px;
	height:auto;
}
.content01-box {}
.content01-box-inner01,
.content01-box-inner02,
.content01-box-inner03 {
	background-color:#FFF;
	margin-bottom:10px;
}
.content01-box-inner01 {
	border: 3px solid #DD0006;
	border-top:none;
}
.content01-box-inner02 {
	border: 3px solid #EF6F00;
	border-top:none;
}
.content01-box-inner03 {
	border: 3px solid #269D15;
	border-top:none;
}
/*01*/
.content01-box-inner01 .c01-tb {border-bottom: 3px solid #DD0006;}
.content01-box-inner01 .c01-tb.last {border-bottom:none;}
.content01-box-inner01 .c01-tb {display:table; width:100%;}
.content01-box-inner01 .photo { display:table-cell; width:120px; padding:5px;}
.content01-box-inner01 .cell-wrap { display:table-cell; vertical-align:top; padding:5px;}
.content01-box-inner01 .photo img {width:120px;}

/*02*/
.content01-box-inner02 .c01-tb {border-bottom: 3px solid #EF6F00;}
.content01-box-inner02 .c01-tb.last {border-bottom:none;}
.content01-box-inner02 .c01-tb {display:table; width:100%;}
.content01-box-inner02 .photo { display:table-cell; width:120px; padding:5px;}
.content01-box-inner02 .photo.Large { display:table-cell; width:120px; padding:5px;}
.content01-box-inner02 .cell-wrap { display:table-cell; vertical-align:top; padding:5px;}
.content01-box-inner02 .photo.Large img {width:120px;}
.content01-box-inner02 .photo img {width:120px;}

/*03*/
.content01-box-inner03 .tb0101-06 {padding:10px 15px 5px;}
.content01-box-inner03 .ti{ margin-bottom:10px;}
.content01-box .ti { color:#E4007F; font-size:18px; font-weight:bold; /*margin-top:5px;*/}
.content01-box .txt { font-size:13px; margin-top:5px;}
.content01-box .photo {}
/* =========================================================　
　Theme02
========================================================= */
.theme02-box {
	margin:0 8px;
	border: 1px solid #FFD182;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:#FFF;
}
.subti-theme02 {}
.subti-theme02 img {
	width:100%;
	max-width:500px;
	height:auto;
}
.subti-theme02-txt {
	padding:10px;
	font-size:14px;
}
/**/
.theme02-content-ti { text-align:center; margin-bottom:10px; padding:0 10px;}
.theme02-content-ti img {
	width:100%;
	max-width:608px;
	height:auto;
}
.theme02-box-content01 .content-wrap { margin-bottom:15px;}
.theme02-box-content01 .txt span,
.theme02-box-content01 .txt2 span {color:#E4007F;}
.theme02-box-content01 .txt span em,
.theme02-box-content01 .txt2 span em { font-size:16px; font-weight:bold;}
.theme02-box-content01 .c02-tb {display:table; width:100%; border-bottom: 1px dashed #FFD182;}
.theme02-box-content01 .c02-tb.last {border-bottom: none;}
.theme02-box-content01 .photo { display:table-cell; width:120px; padding:5px 5px 5px 10px;}
/*.theme02-box-content01 .photo.Large { display:table-cell; width:105px; padding:5px 5px 5px 10px;}*/
.theme02-box-content01 .txt { display:table-cell; vertical-align:middle; padding:5px;}
/*.theme02-box-content01 .photo.Large img {width:105px;}*/
.theme02-box-content01 .photo img {width:120px;}
.theme02-box-content01 .c02-container {width:90%; margin:10px auto;}
.theme02-box-content01 .photo2 { text-align:center; margin-bottom:5px;}
.theme02-box-content01 .txt2 { text-align:center;}
.theme02-box-content01 .ti,
.theme02-box-content01 .ti2{font-size:16px; font-weight:bold;}
.theme02-box-content01 .txt,
.theme02-box-content01 .txt2 {font-size:14px;}
/**/
.theme02-box-content02 .c02-tb {display:table; width:100%; border-bottom: 1px dashed #FFD182;}
.theme02-box-content02 .c02-tb.last {border-bottom: none;}
.theme02-box-content02 .photo { display:table-cell; width:120px; padding:5px 5px 5px 10px;}
/*.theme02-box-content02 .photo.Large { display:table-cell; width:100px; padding:5px 5px 5px 10px;}*/
.theme02-box-content02 .cell-wrap { display:table-cell; vertical-align:top; padding:5px;}
/*.theme02-box-content02 .photo.Large img {width:100px;}*/
.theme02-box-content02 .photo img {width:120px;}
.theme02-box-content02 .c02-container {width:90%; margin:10px auto;}
.theme02-box-content02 .photo2 { text-align:center; margin-bottom:5px;}
.theme02-box-content02 .ti2,
.theme02-box-content02 .txt2 { text-align:left;}
.theme02-box-content02 .ti.col-g,
.theme02-box-content02 .ti2.col-g {color:#12AD25;}
.theme02-box-content02 .ti.col-o,
.theme02-box-content02 .ti2.col-o {color:#FF6525;}
.theme02-box-content02 .ti2 span {
	font-size:11px;
	color:#CC0000;
	margin-left:5px;
}
.theme02-box-content02 .ti,
.theme02-box-content02 .ti2{font-size:16px; font-weight:bold;}
.theme02-box-content02 .txt,
.theme02-box-content02 .txt2 {font-size:14px;}

/* =========================================================　
　Theme03
========================================================= */
.subti-theme03-01,
.subti-theme03-02,
.subti-theme03-03 {
	text-align:center;
	display:block;
	width:100%;
	max-width: 620px;
    height: auto;
	padding:5px 0 0px;
	margin:0 auto;
}
/**/
.theme03-01-box {
	margin:0 8px;
	border: 1px solid #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#FFF;
	padding:5px 15px 10px;
	margin-bottom:20px;
}
.theme03-01-box .copyright {text-align:right; padding:5px; font-size:12px;}
/**/
.theme03-01-inner {}
.theme03-01-inner .c03-tb { margin-bottom:10px;}
.theme03-01-inner .ti {
	width:90%;
	margin-top:2px;
	background: #008433;
	background: -moz-linear-gradient(left,  #008433 65%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #008433 65%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #008433 65%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */		
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008433', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	padding:3px 5px;
	color:#FFF;
	font-size:16px;
}
.theme03-01-inner .txt {
	font-size:13px;
	padding:7px 0 3px;
}
.theme03-01-inner .photo {text-align:center;}

/*03-02*/
.theme03-02-box {
	margin:0 8px;
	border: 1px solid #FFF;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color:#C1E1F7;
	margin-bottom:20px;
}
.subti-theme03-02 {/* margin-top:-29px;*/}
.theme03-02-inner {padding:2px 15px 15px;}
.theme03-02-list {
	background-color:#2E6AB3;
	color:#FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:15px;
	margin-top:15px;
}
.theme03-02-list .photo { text-align:center;}
.theme03-02-list photo img{ width:100%; max-width:300px; height:auto;}
.theme03-02-list .ti { margin-top:10px; font-size:18px; font-weight:bold;}
.theme03-02-list .txt { margin-top:5px; font-size:14px; padding-right:10px;}
.list-03-02a {}
.list-03-02b {}

.list-03-02a .ti {}
.list-03-02a .txt {}
/*03-03*/
.theme03-03-box {
	margin:0 5px;
	border: 2px solid #F9B800;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:#FFF;
}
.subti-theme03-03 {}
.theme03-03-inner {padding:6px 5px 13px;}
.theme03-03-list { }
.theme03-03-list li { width:100%; display:table; margin-bottom:5px;}
.theme03-03-list .photo { display:table-cell; vertical-align:top; width:185px;}
.theme03-03-list .txt {display:table-cell; vertical-align:middle; font-size:13px; line-height:1.35;}
.theme03-03-list .txt span { color:#EB008B;}
.theme03-03-list .txt span em { font-size:16px; font-weight:bold;}

/* =========================================================　
　ホテル
========================================================= */
.tw-hotel {
	border-bottom: 1px solid #744600;
	padding-bottom:15px;
	margin-top:25px;
}
.ti-tw-hotel-bg {
	background: url(../images/ti_hotel_bg.png) left top repeat-x;
	width:100%;
    height: auto;
}
h2.ti-tw-hotel {
	display:block;
	width:90%;
	max-width: 448px;
    height: auto;
	padding:10px 3px 5px;
	margin:0 auto;
}
.tw-hotel-lead {
	padding:0 15px 15px;
	font-size:14px;
}
.hote-box-wrap {
	clear:both;
}
.hote-box-wrap.line2 { margin-top:25px;}
.hotel-box {
	padding:10px;
	border-top: 1px solid #DCD1C1;
}
.hotel-box.last {}
.htl-lead {
	display:block;
	color:#73460C;
	font-weight:bold;
	font-size:12px;
}
.htl-class {
	display:block;
	color:#FF6633;
	font-weight:bold;
	font-size:14px;
}
.htl-name {
	margin-top:5px;
	background-color:#A80000;
	padding:7px 4px 7px 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#FFF;
	font-weight:bold;
	font-size:17px;
	line-height:1.2;
}
.htl-access {
	display:block;
	margin-top:5px;
	color:#14008D;
	font-weight:bold;
	font-size:14px;
}
/**/
.htl-wrap {display:table; margin-top:5px;}
.htl-photo {
	margin-top:12px;
	display:table-cell;
	vertical-align:top;
	width:165px;
}
.htl-photo img {
	width:155px;
	height:auto;
}
.htl-intro {
	font-size:13px;
	display:table-cell;
	vertical-align:top;
}
.htl-link {
	margin: 12px auto 0;
	text-align:center;
	width:94%;
	/**/
	border: 1px solid #744600;
	background-color:#73460C;
	background: -moz-linear-gradient(top, #A18155,#73460C);
	background: -webkit-gradient(linear, left top, left bottom, from(#A18155), to(#73460C));
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.htl-link a {
	color:#FFF;
	font-weight:bold;
	font-size:15px;
}
.htl-link a:hover {
	color:#FFF;
	text-decoration:underline;
}
/**/
.htl-link a{
  position: relative;
  display: block;
  margin: 0;
  padding: 12px 0px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.htl-link a:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 7px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #fff;
}
.htl-link a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 2px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #8A6330;
}
.htl-note {
	margin-top:10px;
	padding:0 10px;
	font-size:11px;
	color:#A80000;
}
/*検索*/
.tw-search-wrap {}
h2.ti-tw-search {
	margin-top:25px;
	width:90%;
	max-width:400px;
	height:auto;
}
.tw-search-box {
	margin-top:10px;
	border: 1px solid #A70000;
	/*text-align:center;*/
}
.tw-search-box {
	width:98%;
	margin:10px auto;
	border: 1px solid #A70000;
}
.ti-tw-search {}

/*Link*/
.tw-foot-link-wrap {
	padding-bottom:10px;
}
.tw-foot-link {
	border-bottom: 1px solid #774900;
}
.tw-foot-link li {
	clear: both;
	padding: 15px;
	background-color:#AC0000;
	border-bottom: 1px solid #FFF;
}
.tw-foot-link li a{
	color:#FFF;
	display: block;
}
.tw-foot-link li a{
  position: relative;
  display: block;
  margin: 0;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.tw-foot-link li a:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #fff;
}
.tw-foot-link li a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #AC0000;
}
/**/
#pagetop {
	text-align: right;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 50;
}







/* =========================================================　
　検索／リンク
========================================================= */



.innBox{
	display:block;
	overflow:hidden;
	background:#FFF;
	padding:10px;
}

.innBox select{
    color: #000000;
    height: 38px;
    font-size: 100%;
    padding: 0 0 0 10px;
    border: 1px solid #B3B3B3;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
	margin:0 5px 3px 0;
	width:100%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.innBox select{
    color: #000000;
    height: 38px;
    font-size: 100%;
    padding: 0 60px 0 10px;
    border: 1px solid #B3B3B3;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
	margin:0 0 3px 0;
	background:url(../images/select_arrow.jpg) no-repeat 100% 50%;
}
}

.searchBox .innBox dl{
	display:block;
	overflow:hidden;
	width:100%;
	margin:0 0 10px 0
}

.searchBox .innBox dt{
	background:#A80000;
	height:35px;
	line-height:35px;
	color:#FFF;
	display:block;
	width:88px;
	float:left;
	text-align:center;
	margin:0 10px 0 0;
	font-weight:bold;
	font-size:12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.searchBox .innBox dt.f12{
	background:#000;
	height:35px;
	line-height:35px;
	color:#FFF;
	display:block;
	width:85px;
	float:left;
	text-align:center;
	margin:0 10px 0 0;
	font-weight:bold;
	font-size:15px;
}

.searchBox .innBox dd{
	overflow:hidden;
	display:block;
	font-size:14px;
}

.cont{
	font-size:14px;
}

.largeLange{
	width:40%!important;
	float:left;
}

.middleLange{
	width:45%!important;
	float:left;
}

.serchBtn{
	clear:both;
	text-align:center;
	display:block;
	margin:0;
	padding:15px 0 15px 0;
}

.searchBox .innBox input{
	padding:10px;
}

.searchBox{
	margin-bottom:10px;
}

.dispBtn{
	width:100%;
	position:relative;
	margin:10px auto 0;
}

.btnSubmit{
	width:100%;
	padding:15px;
	display:block;
	color:#FFF!important;
background: #ffa600; /* Old browsers */
background: -moz-linear-gradient(top,  #ffa600 0%, #ff8e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa600), color-stop(100%,#ff8e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffa600 0%,#ff8e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#ff8e00',GradientType=0 ); /* IE6-9 */	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
/*	border: 1px solid #ff8c00;*/
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	text-shadow:
		1px 1px 0px rgba(255,140,0,1),
		0px 1px 0px rgba(255,140,0,0.2);
	display:block;
	clear:both;
	color:#FFF;
	/*font-weight:bold;*/
	display:block;
	text-align:center;
	text-decoration:none!important;
	font-size:16px;
	border:0;
	cursor:pointer;
}

.dispBtn:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:35%;
	right:1%;
}

.dispBtn:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none!important;
}



#NTA_W_calendar{
	display:none;
}


.bnrBox{
	text-align:center;
	margin-bottom:20px;
	margin-top:25px;
	padding:0 10px;
}

.bnrBox span{
	display:block;
	font-size:12px;
	padding:5px;
}

.bnrBox img{
	display:inline-block;
}

