@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : sightseeing.css
 author     : Ability Consultant
 style info : 観光情報
=================================================================== */
/* -----------------------------------------------------------
	ページ設定
----------------------------------------------------------- */
#sightseeing .wrp_gnav .inner ul li.gnav_sig a {
	background: #3c3c3c;
}

#sightseeing .wrp_pgtitle {
	background: url(../images/lang/sightseeing/bg_title.jpg) center bottom no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media only screen and (min-width: 737px) {
  #sightseeing .wrp_pgtitle {
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
}
}
#sightseeing #contents {
	padding-bottom: 100px;
}

@media only screen and (min-width: 1025px) {
  #sightseeing #contents {
	padding-bottom: 114px;
}
}

/* -----------------------------------------------------------
	.wrp_pgnav
	ページナビ(個数のみ)
----------------------------------------------------------- */
@media only screen and (min-width: 737px) {
  .wrp_pgnav .con_pgnav ul li {
	width: 16.66667%;
}
}
@media only screen and (min-width: 1025px) {
  .wrp_pgnav .con_pgnav ul li {
	border: none;
}
}

/* -----------------------------------------------------------
	.intro
----------------------------------------------------------- */
.wrp_intro {
	text-align: center;
}

.wrp_intro .inner {
	margin-bottom: 5%;
}

.wrp_intro .img {
	padding: 0 1%;
}

.wrp_intro .img img {
	width: 100%;
	max-width: 100%;
}

@media only screen and (min-width: 737px) {
  .wrp_intro .inner {
	margin-bottom: 5%;
}

  .wrp_intro .img {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}

  .wrp_intro .img img {
	width: 100%;
	max-width: 100%;
}
}
@media only screen and (min-width: 1025px) {
  .wrp_intro {
	background: url(../images/lang/sightseeing/bg_intro.png) center no-repeat;
	-webkit-background-size: 125%;
	-moz-background-size: 125%;
	-o-background-size: 125%;
	background-size: 125%;
	min-height: 760px;
	position: relative;
}

  .wrp_intro .st_intro {
	font-size: 4em;
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background: none;
	padding-top: 190px;
	padding-left: 1%;
}

  .wrp_intro .inner {
	margin-bottom: 0;
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding-left: 1%;
}

  .wrp_intro .img {
	position: absolute;
	top: 27%;
	left: 41.5%;
	width: auto;
}

  .wrp_intro .img img {
	width: auto;
	max-width: 100%;
}
}

/* -----------------------------------------------------------
	.wrp_base
	コンテンツ基本設定 左画像＋右テキスト
----------------------------------------------------------- */
.wrp_base {
	margin-bottom: 50px;
	padding-top: 50px;
	position: relative;
}

.wrp_base:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 6px;
	top: 0;
	left: 0;
	background: url(../images/lang/common/line_double.png) 0 0 repeat-x;
}

.wrp_base .con_slider {
	max-width: 960px;
	margin: 0 auto 15px;
	padding: 0 15px;
}

.wrp_base .inner {
	padding-left: 15px;
	padding-right: 15px;
}

@media only screen and (min-width: 1025px) {
  .wrp_base .inner {
	padding-left: 0;
	padding-right: 0;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
}
.wrp_base .inner .con_info h3.st_hot {
	text-align: center;
	font-size: 1.4em;
	line-height: 1.5;
	padding: 10px 15px;
	margin-bottom: 0;
	font-weight: normal;
	padding: .7em 0;
}

.english .wrp_base .inner .con_info h3.st_hot {
	font-family: "Times New Roman", serif;
}

.korean .wrp_base .inner .con_info h3.st_hot {
	font-family: "Batang", "Apple Gothic", "Arial", sans-serif;
}

.traditional .wrp_base .inner .con_info h3.st_hot {
	font-family: "新細明體", Arial, Verdana, sans-serif;
}

.simplified .wrp_base .inner .con_info h3.st_hot {
	font-family: "宋体", Microsoft Yahei, Arial, Verdana, sans-serif;
}

.wrp_base .inner .con_info h3.st_hot:before {
	content: "";
	background: url(../images/lang/common/ic_mark_d.png);
	width: 46px;
	height: 46px;
	display: block;
	margin: 0 auto 10px;
}

.wrp_base .inner .con_info h4.st_sub {
	font-size: 1.2em;
	margin-bottom: 10px;
}

.english .wrp_base .inner .con_info h4.st_sub {
	font-family: "Times New Roman", serif;
}

.korean .wrp_base .inner .con_info h4.st_sub {
	font-family: "Batang", "Apple Gothic", "Arial", sans-serif;
}

.traditional .wrp_base .inner .con_info h4.st_sub {
	font-family: "新細明體", Arial, Verdana, sans-serif;
}

.simplified .wrp_base .inner .con_info h4.st_sub {
	font-family: "宋体", Microsoft Yahei, Arial, Verdana, sans-serif;
}

.wrp_base .inner .con_info h4.st_sub br {
	display: none;
}

.wrp_base .inner .con_info .txt {
	margin-bottom: 20px;
}

.wrp_base .inner .con_info .txt br {
	display: none;
}

.wrp_base .inner .con_info .txt_access {
	font-size: .9em;
	border: 1px dotted #b4ac93;
	border-left: none;
	border-right: none;
	padding: 1% 3%;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	width: 100%;
}

.wrp_base .con_other {
	padding-left: 15px;
	padding-right: 15px;
}

@media only screen and (min-width: 1025px) {
  .wrp_base .con_other {
	padding-left: 0;
	padding-right: 0;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
}
.wrp_base .con_other li {
	width: 100%;
	overflow: hidden;
	*zoom: 1;
	margin-bottom: 5%;
	border-bottom: 1px solid #cfc9aa;
	padding-bottom: 5%;
}

.wrp_base .con_other li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.wrp_base .con_other li .img {
	float: left;
	width: 40%;
}

.wrp_base .con_other li .img img {
	width: 100%;
}

.wrp_base .con_other li .box_textarea {
	float: left;
	width: 60%;
	padding-left: 4%;
}

.wrp_base .con_other li .box_textarea .name {
	background: #d8ceb9;
	color: #68531e;
	padding: 1% 4%;
	margin-bottom: 3%;
	font-weight: bold;
}

.wrp_base .con_other li .box_textarea .txt {
	font-size: .8em;
	margin-bottom: 3%;
	padding-left: 2%;
}

.wrp_base .con_other li .box_textarea .access {
	font-size: .9em;
	border: 1px dotted #b4ac93;
	border-left: none;
	border-right: none;
	padding: 1% 3%;
}

@media only screen and (min-width: 737px) {
  .wrp_base {
	margin-bottom: 60px;
}

  .wrp_base .inner .con_info h3.st_hot {
	font-size: 2em;
	background: none;
	border: 1px solid #cfc9aa;
	line-height: 1.2;
	margin-bottom: 20px;
}

  .wrp_base .inner .con_info h3.st_hot:before {
	content: none;
}

  .wrp_base .inner .con_info h4.st_sub {
	font-size: 1.5em;
}

  .wrp_base .inner .con_info .txt_access {
	width: auto;
	font-size: 1em;
}

  .wrp_base .con_other {
	overflow: hidden;
	*zoom: 1;
}

  .wrp_base .con_other li {
	width: 25%;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
	*zoom: 1;
	padding: 0 1%;
}

  .wrp_base .con_other li .img {
	float: none;
	width: 100%;
}

  .wrp_base .con_other li .box_textarea {
	padding-left: 0;
	float: none;
	width: 100%;
}

  .wrp_base .con_other li .box_textarea .name {
	padding: 1% 5%;
	margin-bottom: 4%;
}

  .wrp_base .con_other li .box_textarea .txt {
	font-size: .9em;
	margin-bottom: 4%;
	padding-left: 2%;
}

  .wrp_base .con_other li .box_textarea .access {
	font-size: 1em;
}
}
@media only screen and (min-width: 1025px) {
  .wrp_base {
	padding-top: 65px;
	min-height: 420px;
	position: relative;
	overflow-x: hidden;
}

  .wrp_base .con_slider {
	padding: 0;
	position: absolute;
	top: 65px;
	left: 50%;
	margin-left: -675px;
	max-width: 675px;
	padding-right: 10px;
	background: #dccbb3;
}

  .wrp_base .inner {
	*zoom: 1;
	min-height: 300px;
}

  .wrp_base .inner:after {
	content: "";
	display: table;
	clear: both;
}

  .wrp_base .inner .con_info {
	float: right;
	width: 46%;
}

  .wrp_base .inner .con_info h3.st_hot {
	font-size: 4em;
	padding: 8px 30px;
	display: inline-block;
}

  .wrp_base .inner .con_info h4.st_sub {
	font-size: 2.2em;
	line-height: 1.4;
	font-weight: normal;
}

  .wrp_base .inner .con_info h4.st_sub br {
	display: block;
}

  .wrp_base .inner .con_info .txt {
	font-size: 1.05em;
}

  .wrp_base .inner .con_info .txt br {
	display: block;
}

  .wrp_base .con_other {
	padding-top: 40px;
}

  .wrp_base .con_other li {
	padding: 0 .8%;
}

  .wrp_base .con_other li .box_textarea .name {
	padding: 2% 5%;
	margin-bottom: 3%;
	font-weight: normal;
	font-size: 1.1em;
}

  .wrp_base .con_other li .box_textarea .txt {
	font-size: 1em;
	padding-left: 0;
}

  .wrp_base .con_other li .box_textarea .access {
	font-size: 1em;
}
}
@media only screen and (min-width: 1281px) {
  .wrp_base .inner {
	min-height: 350px;
}

  .wrp_base .con_slider {
	margin-left: -800px;
	max-width: 800px;
}
}

@media only screen and (min-width: 1025px) {
  .bg_kyoto {
	padding-bottom: 40px;
}
}

/* -----------------------------------------------------------
	.layoutchange
	コンテンツ基本設定 左テキスト＋右画像
----------------------------------------------------------- */
@media only screen and (min-width: 1025px) {
  .layoutchange .con_slider {
	left: 50%;
	margin-left: 0;
	padding-left: 10px;
	padding-right: 0;
	margin-right: -960px;
}

  .layoutchange .inner {
	*zoom: 1;
}

  .layoutchange .inner:after {
	content: "";
	display: table;
	clear: both;
}

  .layoutchange .inner .con_info {
	float: left;
	width: 44%;
	margin-left: 2%;
}
}

/* -----------------------------------------------------------
	背景(PC)
----------------------------------------------------------- */
@media only screen and (min-width: 1025px) {
  .bg_arima {
	background: url(../images/lang/sightseeing/bg_arima.png) right top no-repeat;
}
}

@media only screen and (min-width: 1025px) {
  .bg_rokkosan {
	background: url(../images/lang/sightseeing/bg_rokkosan.png) 0 0 no-repeat;
}
}

@media only screen and (min-width: 1025px) {
  .bg_koube {
	background: url(../images/lang/sightseeing/bg_koube.png) right 130px no-repeat;
}
}

@media only screen and (min-width: 1025px) {
  .bg_kyoto {
	background: url(../images/lang/sightseeing/bg_kyoto.png) right 130px no-repeat;
}
}

/* -----------------------------------------------------------
	wrp_coupon
----------------------------------------------------------- */
.wrp_coupon {
	background: url(../images/lang/common/bg_beige.png);
	padding-bottom: 40px;
	padding-top: 50px;
	margin-bottom: 40px;
	position: relative;
}

.wrp_coupon:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 6px;
	top: 0;
	left: 0;
	background: url(../images/lang/common/line_double.png) 0 0 repeat-x;
}

.wrp_coupon .img_kashikiri {
	display: none;
}

.wrp_coupon .inner {
	padding-left: 15px;
	padding-right: 15px;
}

@media only screen and (min-width: 1025px) {
  .wrp_coupon .inner {
	padding-left: 0;
	padding-right: 0;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
}
.wrp_coupon .inner .con_kashikiri {
	margin-bottom: 15%;
	text-align: center;
}

.wrp_coupon .inner .con_kashikiri h3 {
	font-size: 1.6em;
	text-align: center;
	margin-bottom: 5%;
	line-height: 1.2;
}

.english .wrp_coupon .inner .con_kashikiri h3 {
	font-family: "Times New Roman", serif;
}

.korean .wrp_coupon .inner .con_kashikiri h3 {
	font-family: "Batang", "Apple Gothic", "Arial", sans-serif;
}

.traditional .wrp_coupon .inner .con_kashikiri h3 {
	font-family: "新細明體", Arial, Verdana, sans-serif;
}

.simplified .wrp_coupon .inner .con_kashikiri h3 {
	font-family: "宋体", Microsoft Yahei, Arial, Verdana, sans-serif;
}

.wrp_coupon .inner .con_kashikiri .txt {
	max-width: 400px;
	margin: 0 auto 7%;
}

.wrp_coupon .inner .con_kashikiri .txt br {
	display: none;
}

.wrp_coupon .inner .con_kashikiri .btn_style {
	margin: 0 auto;
	width: 100%;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
}

.wrp_coupon .inner .con_tokuten {
	overflow: hidden;
}

.wrp_coupon .inner .con_tokuten h4 {
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 2%;
}

.english .wrp_coupon .inner .con_tokuten h4 {
	font-family: "Times New Roman", serif;
}

.korean .wrp_coupon .inner .con_tokuten h4 {
	font-family: "Batang", "Apple Gothic", "Arial", sans-serif;
}

.traditional .wrp_coupon .inner .con_tokuten h4 {
	font-family: "新細明體", Arial, Verdana, sans-serif;
}

.simplified .wrp_coupon .inner .con_tokuten h4 {
	font-family: "宋体", Microsoft Yahei, Arial, Verdana, sans-serif;
}

.wrp_coupon .inner .con_tokuten .box_tokuten {
	float: left;
	width: 49%;
}

.wrp_coupon .inner .con_tokuten .box_tokuten.asa {
	margin-right: 2%;
}

.wrp_coupon .inner .con_tokuten .box_tokuten .img {
	margin-bottom: 10px;
	text-align: center;
}

.wrp_coupon .inner .con_tokuten .box_tokuten .tbl_basic tr th {
	text-align: center;
	line-height: 1.2;
	vertical-align: middle !important;
	height: 70px;
	float: none;
}

.wrp_coupon .inner .con_tokuten .box_tokuten .tbl_basic tr th span {
	font-size: .8em;
}

.wrp_coupon .inner .con_tokuten .box_tokuten .tbl_basic tr td {
	font-size: .85em;
}

.wrp_coupon .inner .con_tokuten .box_tokuten .tbl_basic tr.tr_w100 td {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #b06d37;
	color: #fff;
	text-align: center;
	font-size: 1em;
}

.english .wrp_coupon .inner .con_tokuten .box_tokuten .tbl_basic tr.tr_w100 td {
	font-family: "Times New Roman", serif;
}

.korean .wrp_coupon .inner .con_tokuten .box_tokuten .tbl_basic tr.tr_w100 td {
	font-family: "Batang", "Apple Gothic", "Arial", sans-serif;
}

.traditional .wrp_coupon .inner .con_tokuten .box_tokuten .tbl_basic tr.tr_w100 td {
	font-family: "新細明體", Arial, Verdana, sans-serif;
}

.simplified .wrp_coupon .inner .con_tokuten .box_tokuten .tbl_basic tr.tr_w100 td {
	font-family: "宋体", Microsoft Yahei, Arial, Verdana, sans-serif;
}

@media only screen and (min-width: 737px) {
  .wrp_coupon {
	padding-top: 6px;
}

  .wrp_coupon .img_kashikiri {
	display: block;
	margin-bottom: 18px;
	margin-left: -14%;
}

  .wrp_coupon .inner {
	*zoom: 1;
	position: relative;
}

  .wrp_coupon .inner:after {
	content: "";
	display: table;
	clear: both;
}

  .wrp_coupon .inner .con_kashikiri {
	float: left;
	width: 49%;
	margin-bottom: 0;
	text-align: left;
}

  .wrp_coupon .inner .con_kashikiri h3 {
	text-align: left;
	font-size: 2em;
}

  .wrp_coupon .inner .con_kashikiri .txt {
	max-width: none;
	margin: 0 auto 7%;
}

  .wrp_coupon .inner .con_kashikiri .txt br {
	display: none;
}

  .wrp_coupon .inner .con_tokuten {
	float: right;
	width: 49%;
}

  .wrp_coupon .inner .con_tokuten h4 {
	font-size: 1.3em;
	font-weight: normal;
}
}
@media only screen and (min-width: 1025px) {
  .wrp_coupon {
	padding-bottom: 160px;
}

  .wrp_coupon .img_kashikiri {
	margin-bottom: 0;
	margin-left: 0;
}

  .wrp_coupon .inner .con_kashikiri {
	padding-left: 40px;
	padding-top: 50px;
}

  .wrp_coupon .inner .con_kashikiri h3 {
	font-size: 3em;
	font-weight: normal;
	margin-bottom: 3%;
}

  .wrp_coupon .inner .con_kashikiri .txt {
	margin-bottom: 4%;
}

  .wrp_coupon .inner .con_kashikiri .txt br {
	display: block;
}

  .wrp_coupon .inner .con_tokuten {
	position: absolute;
	z-index: 5;
	right: 0;
	top: -128px;
	margin-top: 0;
}

  .wrp_coupon .inner .con_tokuten h4 {
	font-size: 1.7em;
	letter-spacing: .05em;
	color: #fff;
}

  .wrp_coupon .inner .con_tokuten .box_tokuten .tbl_basic tr th {
	font-size: 1.2em;
	font-weight: normal;
}

  .wrp_coupon .inner .con_tokuten .box_tokuten .tbl_basic tr th span {
	font-size: .8em;
}

  .wrp_coupon .inner .con_tokuten .box_tokuten .tbl_basic tr td {
	font-size: 1em;
}

  .wrp_coupon .inner .con_tokuten .box_tokuten .tbl_basic tr.tr_w100 td {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: .05em;
}
}

/* -----------------------------------------------------------
	wrp_bn
----------------------------------------------------------- */
.wrp_bn {
	margin-bottom: 40px;
}

.wrp_bn a {
	display: none;
}

@media only screen and (min-width: 737px) {
  .wrp_bn {
	margin-bottom: 0;
}

  .wrp_bn a {
	width: 100%;
	overflow: hidden;
	display: block;
	border: none;
	display: none;
	text-align: center;
}

  .wrp_bn a span {
	display: none;
}
}
@media only screen and (min-width: 1025px) {
  .wrp_bn a {
	display: block;
	margin: 0 auto;
}
}
