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

 file name  : breakfast.css
 author     : Ability Consultant
 style info : 朝食ビュッフェ
=================================================================== */
.box_container, .con_anniversary, .con_sightseeing .box_si {
	max-width: 1200px;
	margin: auto;
}
@media only screen and (max-width: 1024px) {
  .box_container, .con_anniversary, .con_sightseeing .box_si {
		width: 95%;
  }
}

.box_container:after, .row:after, .clearfix:after, .con_anniversary:after, .con_anniversary .wrp_anniversary:after, .con_sightseeing .box_list:after {
	content: "";
	display: table;
	clear: both;
}

/*Animate */
/*Vertical text */
/* -----------------------------------------------------------
	#gnav
----------------------------------------------------------- */
.con_menu_sp .box_menu_sp .box_menu .box_list > ul.listmain li.gnav_3 a:after {
	width: 100%;
}

/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
.box_container {
	display: block;
}

.row {
	display: block;
}

.col {
	display: block;
	float: left;
	position: relative;
	min-height: 1px;
}

.row_tbl {
	display: table;
	width: 100%;
}

.cell {
	display: table-cell;
	vertical-align: top;
}

/* -----------------------------------------------------------
	con_title
----------------------------------------------------------- */
.con_title {
	height: 100vh;
	overflow: hidden;
	background: transparent url(../breakfast/images/img_title.jpg) no-repeat center center;
	background-size: cover;
}
@media only screen and (max-width: 767px) {
  .con_title {
		background-image: url(../breakfast/images/img_title-sp.jpg);
  }
}
.con_title h1 em {
	font-size: 385%;
}
.con_title .box_video {
	position: relative;
}
.con_title .box_more {
	position: absolute;
	left: 50%;
	bottom: 20px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	text-align: center;
}
.con_title .box_more a {
	display: inline-block;
	vertical-align: middle;
	color: #fff !important;
	text-decoration: none;
}
.con_title .box_more a span {
	display: block;
	font-family: "Cormorant", serif;
	letter-spacing: 5px;
	font-size: 154%;
	margin: 0 0 .4em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_title .box_more a span {
		font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  .con_title .box_more a span {
		font-size: 124%;
  }
}

/* -----------------------------------------------------------
	.con_ancho
----------------------------------------------------------- */
.con_ancho {
	text-align: center;
	padding-top: 100px;
	margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ancho {
		padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ancho {
		padding-top: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ancho {
		margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ancho {
		margin-bottom: 15%;
  }
}
.con_ancho ul {
	text-align: center;
}
.con_ancho ul li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-right: 50px;
	margin-right: 50px;
}
.con_ancho ul li:last-child {
	padding-right: 0 !important;
	margin-right: 0 !important;
}
.con_ancho ul li:last-child:before {
	display: none;
}
.con_ancho ul li:before {
	display: block;
	content: '|';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 124%;
	color: #474747;
}
.con_ancho ul li a {
	display: block;
	position: relative;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	font-size: 139%;
	line-height: 1.3;
	color: #474747 !important;
	text-decoration: none;
}
.con_ancho ul li a:hover:before {
	opacity: 1;
	bottom: -20px;
}
.con_ancho ul li a:before {
	opacity: 0;
	display: block;
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	left: 50%;
	bottom: -15px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.con_ancho select {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 80%;
	padding: 10px 0;
}

/* -----------------------------------------------------------
	.con_breakfast
----------------------------------------------------------- */
.con_breakfast {
	overflow: hidden;
}
.con_breakfast .box_list .list .item {
	margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_breakfast .box_list .list .item {
		margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_breakfast .box_list .list .item {
		margin-bottom: 13%;
  }
}
.con_breakfast .box_list .list .item .col_inner {
	display: table-cell;
	vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
  .con_breakfast .box_list .list .item .col_inner {
		vertical-align: top;
  }
}
.con_breakfast .box_list .list .item .col_main {
	width: 37%;
}
@media only screen and (max-width: 767px) {
  .con_breakfast .box_list .list .item .col_main {
		margin-bottom: 20px;
  }
}
.con_breakfast .box_list .list .item .col_main .col_inner {
	padding-right: 90px;
	padding-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_breakfast .box_list .list .item .col_main .col_inner {
		padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_breakfast .box_list .list .item .col_main .col_inner {
		padding-right: 0;
  }
}
.con_breakfast .box_list .list .item .col_main .st_en_4 {
	margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_breakfast .box_list .list .item .col_main .st_en_4 {
		margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_breakfast .box_list .list .item .col_main .st_en_4 {
		margin-bottom: 20px;
  }
}
.con_breakfast .box_list .list .item .col_main .st_en_4.text_center {
	text-align: center;
}
.con_breakfast .box_list .list .item .col_main .st_en_4 em {
	font-size: 385%;
	padding-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_breakfast .box_list .list .item .col_main .st_en_4 em {
		font-size: 308%;
  }
}
@media only screen and (max-width: 767px) {
  .con_breakfast .box_list .list .item .col_main .st_en_4 em {
		font-size: 231%;
  }
}
.con_breakfast .box_list .list .item .col_main .st_en_4 em:before {
	display: none;
}
.con_breakfast .box_list .list .item .col_main .st_en_4 span {
	letter-spacing: -0.07em;
}
.con_breakfast .box_list .list .item .col_main .txt {
	font-size: 116%;
	line-height: 1.93333;
}
.con_breakfast .box_list .list .item .col_main .inner_link {
	margin-top: 6%;
}
.con_breakfast .box_list .list .item .col_main .inner_link p:first-child {
	float: left;
	margin-bottom: 10px;
}
@media only screen and (min-width: 1025px) and (max-width: 1127px) {
  .con_breakfast .box_list .list .item .col_main .inner_link p:first-child {
		margin-bottom: 0;
  }
}
@media print {
  .con_breakfast .box_list .list .item .col_main .inner_link p:first-child {
		margin-bottom: 0;
  }
}
.ie8 .con_breakfast .box_list .list .item .col_main .inner_link p:first-child {
	margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_breakfast .box_list .list .item .col_main .inner_link p:first-child {
		margin-bottom: 0;
  }
}
.con_breakfast .box_list .list .item .col_main .inner_link p:first-child:after {
	content: "";
	margin: 0 15px;
	color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_breakfast .box_list .list .item .col_main .inner_link p:first-child:after {
		display: none;
  }
}
.con_breakfast .box_list .list .item .col_main .btn_link {
	margin-top: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_breakfast .box_list .list .item .col_main .btn_link {
		margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_breakfast .box_list .list .item .col_main .btn_link {
		margin-top: 20px;
  }
}
.con_breakfast .box_list .list .item .col_thumb {
	width: 63%;
	overflow: hidden;
}
.con_breakfast .box_list .list .item .col_thumb img {
	width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_breakfast .box_list .list .item .col_main,
  .con_breakfast .box_list .list .item .col_thumb {
		width: 100% !important;
		left: auto !important;
		right: auto !important;
  }
}
.con_breakfast .box_list .list .item:nth-child(2n) .col_main {
	left: 63%;
}
.con_breakfast .box_list .list .item:nth-child(2n) .col_main .col_inner {
	padding-left: 90px;
	padding-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_breakfast .box_list .list .item:nth-child(2n) .col_main .col_inner {
		padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_breakfast .box_list .list .item:nth-child(2n) .col_main .col_inner {
		padding-left: 0;
  }
}
.con_breakfast .box_list .list .item:nth-child(2n) .col_thumb {
	right: 37%;
}

/* -----------------------------------------------------------
	.con_infor
----------------------------------------------------------- */
.con_infor {
	margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_infor {
		margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_infor {
		margin-bottom: 13%;
  }
}
.con_infor .st_en_4 {
	text-align: center;
	margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_infor .st_en_4 {
		margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_infor .st_en_4 {
		margin-bottom: 20px;
  }
}
.con_infor .st_en_4 em:before {
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.con_infor .box_main {
	width: 90%;
	margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_infor .box_main {
		width: 100%;
  }
}
.con_infor .box_main .col_left {
	width: 32%;
	border-right: 1px solid #bababa;
	padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .con_infor .box_main .col_left {
		border-right: 0;
		padding-right: 0;
		margin-bottom: 30px;
  }
}
.con_infor .box_main .col_right {
	width: 68%;
	border-left: 1px solid #bababa;
	padding-left: 45px;
	margin-left: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_infor .box_main .col_right {
		padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_infor .box_main .col_right {
		border-left: 0;
		padding-left: 0;
		margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_infor .box_main .col_left,
  .con_infor .box_main .col_right {
		width: 100%;
  }
}
.con_infor .box_main .txt {
	font-size: 116%;
	line-height: 1.93333;
}

/* -----------------------------------------------------------
	スライド
----------------------------------------------------------- */
.slick-arrow {
	position: absolute;
	z-index: 55;
	height: 0;
	overflow: hidden;
	width: 85px;
	height: 85px;
	cursor: pointer;
}
.mouse .slick-arrow {
	-moz-transition: opacity 200ms ease-in;
	-o-transition: opacity 200ms ease-in;
	-webkit-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
}
.mouse .slick-arrow:hover, .touch .slick-arrow.touchstart {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
.touch .slick-arrow {
	-webkit-tap-highlight-color: transparent;
}
.touch .slick-arrow.touchend {
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}
@media only screen and (max-width: 767px) {
  .slick-arrow {
		width: 9.32018%;
		max-width: 85px;
  }
}

.slick-next {
	background: url(../images/common/arr_r.png) no-repeat center;
	background-size: 100% auto;
	right: -42px;
}
.slick-next::before {
	content: "";
}
@media only screen and (max-width: 767px) {
  .slick-next {
		right: -5%;
  }
}

.slick-prev {
	cursor: pointer;
	background: url(../images/common/arr_l.png) no-repeat center;
	background-size: 100% auto;
	left: -42px;
}
.slick-prev::before {
	content: "";
}
@media only screen and (max-width: 767px) {
  .slick-prev {
		left: -5%;
  }
}

.slick-dots {
	width: 95%;
	right: 2.5%;
	bottom: 3%;
	text-align: center;
	line-height: 1;
}
.slick-dots li {
	width: 50px;
	height: 5px;
	margin: 0 8px;
	vertical-align: middle;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .slick-dots li {
		width: 2.5em;
		height: .3em;
		margin: 0 .5em;
  }
}
.slick-dots li button {
	cursor: pointer;
	padding: 0;
	position: relative;
	width: 100%;
	height: 100%;
}
.slick-dots li button:before {
	position: absolute;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 1 !important;
	background: #fff;
	-moz-transition: background 0.35s;
	-o-transition: background 0.35s;
	-webkit-transition: background 0.35s;
	transition: background 0.35s;
}
.slick-dots li.slick-active button:before {
	background: #b08037;
}

/*--------------------------------------------
	.con_anniversary
---------------------------------------------*/
.con_anniversary {
	width: 100%;
	background-size: 100%;
	padding: 55px 0 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_anniversary {
		padding: 40px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_anniversary {
		padding: 40px 0 25px;
  }
}
.con_anniversary .wrp_anniversary .st_en_4 {
	text-align: center;
	margin-bottom: 40px;
	width: 100%;
}
.con_anniversary .wrp_anniversary .st_en_4 em::before {
	left: 45%;
}
@media only screen and (max-width: 767px) {
  .con_anniversary .wrp_anniversary .st_en_4 em::before {
		left: 40%;
  }
}
.con_anniversary .wrp_anniversary .box_main {
	overflow: hidden;
}
.con_anniversary .wrp_anniversary .box_main .box_l {
	display: block;
	width: 43%;
	float: left;
	padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .con_anniversary .wrp_anniversary .box_main .box_l {
		float: none;
		width: 100%;
		padding-top: 0;
  }
}
.con_anniversary .wrp_anniversary .box_main .box_l .txt {
	width: 90%;
	padding-left: 10%;
}
@media only screen and (max-width: 767px) {
  .con_anniversary .wrp_anniversary .box_main .box_l .txt {
		width: 100%;
		padding: 0 10px;
  }
}
.con_anniversary .wrp_anniversary .box_main .box_l .btn_link {
	width: 100%;
	text-align: center;
	font-size: 116%;
	margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .con_anniversary .wrp_anniversary .box_main .box_l .btn_link {
		margin-top: 5%;
  }
}
.con_anniversary .wrp_anniversary .box_main .box_l .btn_link a {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	text-decoration: none !important;
}
.mouse .con_anniversary .wrp_anniversary .box_main .box_l .btn_link a:hover, .touch .con_anniversary .wrp_anniversary .box_main .box_l .btn_link a.touchstart {
	text-decoration: underline !important;
}
.touch .con_anniversary .wrp_anniversary .box_main .box_l .btn_link a {
	-webkit-tap-highlight-color: transparent;
}
.touch .con_anniversary .wrp_anniversary .box_main .box_l .btn_link a.touchend {
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}
.con_anniversary .wrp_anniversary .box_main .box_l .btn_link a:after {
	content: '\F0dd';
	font-family: FontAwesome;
	margin-left: 1em;
	width: 1.2em;
	height: 1.2em;
	line-height: .8em;
	text-align: center;
	display: inline-block;
	color: #fff;
	background: #000;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	border-radius: 1.5em;
	-moz-transition: -moz-transform 0.35s;
	-o-transition: -o-transform 0.35s;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
.con_anniversary .wrp_anniversary .box_main .box_l .btn_rsv {
	width: 100%;
	padding-top: 80px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_anniversary .wrp_anniversary .box_main .box_l .btn_rsv {
		padding: 40px 0;
  }
}
.con_anniversary .wrp_anniversary .box_main .box_r {
	display: block;
	width: 57%;
	float: left;
	padding-left: 10px;
	position: relative;
}
@media only screen and (max-width: 767px) {
  .con_anniversary .wrp_anniversary .box_main .box_r {
		float: none;
		width: 100%;
		padding: 0 10px;
  }
}
.con_anniversary .wrp_anniversary .box_main .box_r .youtube {
	width: 100%;
}
.con_anniversary .wrp_anniversary .box_main .box_r .youtube iframe {
	width: 100%;
	height: 350px;
}
@media only screen and (max-width: 767px) {
  .con_anniversary .wrp_anniversary .box_main .box_r .youtube iframe {
		height: 200px;
  }
}

/*---------------------------------------------
	.con_sightseeing
----------------------------------------------*/
.con_sightseeing {
	background-size: 100%;
	padding: 165px 0 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing {
		padding: 120px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing {
		padding: 40px 0 25px;
  }
}
.con_sightseeing .box_si {
	margin-bottom: 30px;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_si {
		margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_si {
		margin-bottom: 20px;
  }
}
.con_sightseeing .box_si .st_en_3 {
	margin: 0 0 20px;
}
.con_sightseeing .box_si .st_en_3 em {
	color: #000;
}
.con_sightseeing .box_si .st_en_3 span {
	color: #000;
}
.con_sightseeing .box_si .txt {
	font-size: 116%;
	line-height: 1.8;
}
.con_sightseeing .box_list {
	margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_list {
		margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_list {
		margin-bottom: 20px;
  }
}
.con_sightseeing .box_list li {
	float: left;
	width: 16.65%;
	margin-right: 0.05%;
}
@media only screen and (max-width: 1024px) {
  .con_sightseeing .box_list li {
		width: 33.33333%;
		margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_list li {
		width: 50%;
  }
}
.con_sightseeing .box_list li .bn_temp_1 a {
	width: 100%;
	height: 430px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_list li .bn_temp_1 a {
		height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_list li .bn_temp_1 a {
		height: 250px;
  }
}
.con_sightseeing .box_list li .bn_temp_1 a:hover {
	color: #fff;
}
.con_sightseeing .box_list li .bn_temp_1.bn01 a .bg_photo {
	background: transparent url("../images/home/img_si_1.jpg") no-repeat center center;
	background-size: cover;
}
.con_sightseeing .box_list li .bn_temp_1.bn01 a h4 span, .con_sightseeing .box_list li .bn_temp_1.bn01 a .txt span {
	text-shadow: 0 0 15px #622e23, 0 0 15px #622e23, 0 0 15px #622e23, 0 0 15px #622e23, 0 0 15px #622e23, 0 0 15px #622e23, 0 0 15px #622e23, 0 0 15px #622e23, 0 0 15px #622e23;
}
.con_sightseeing .box_list li .bn_temp_1.bn02 a .bg_photo {
	background: transparent url("../images/home/img_si_2.jpg") no-repeat center center;
	background-size: cover;
}
.con_sightseeing .box_list li .bn_temp_1.bn02 a h4 em, .con_sightseeing .box_list li .bn_temp_1.bn02 a h4 span {
	color: #fff;
	text-shadow: none;
}
.con_sightseeing .box_list li .bn_temp_1.bn02 a .txt span {
	text-shadow: 0 0 15px #413030, 0 0 15px #413030, 0 0 15px #413030, 0 0 15px #413030, 0 0 15px #413030, 0 0 15px #413030;
}
.con_sightseeing .box_list li .bn_temp_1.bn03 a .bg_photo {
	background: transparent url("../images/home/img_si_3.jpg") no-repeat center center;
	background-size: cover;
}
.con_sightseeing .box_list li .bn_temp_1.bn03 a h4 span {
	text-shadow: none;
}
.con_sightseeing .box_list li .bn_temp_1.bn03 a .txt span {
	text-shadow: 0 0 15px #a34235, 0 0 15px #a34235, 0 0 15px #a34235, 0 0 15px #a34235, 0 0 15px #a34235, 0 0 15px #a34235, 0 0 15px #a34235, 0 0 15px #a34235, 0 0 15px #a34235;
}
.con_sightseeing .box_list li .bn_temp_1.bn04 a .bg_photo {
	background: transparent url("../images/home/img_si_4.jpg") no-repeat center center;
	background-size: cover;
}
.con_sightseeing .box_list li .bn_temp_1.bn04 a h4 span {
	text-shadow: none;
}
.con_sightseeing .box_list li .bn_temp_1.bn04 a .txt span {
	text-shadow: 0 0 15px #51524b, 0 0 15px #51524b, 0 0 15px #51524b, 0 0 15px #51524b, 0 0 15px #51524b, 0 0 15px #51524b;
}
.con_sightseeing .box_list li .bn_temp_1.bn05 a .bg_photo {
	background: transparent url("../images/home/img_si_5.jpg") no-repeat center center;
	background-size: cover;
}
.con_sightseeing .box_list li .bn_temp_1.bn05 a .txt span {
	text-shadow: 0 0 15px #5a5a63, 0 0 15px #5a5a63, 0 0 15px #5a5a63, 0 0 15px #5a5a63, 0 0 15px #5a5a63, 0 0 15px #5a5a63;
}
.con_sightseeing .box_list li .bn_temp_1.bn06 a .bg_photo {
	background: transparent url("../images/home/img_si_6.jpg") no-repeat center center;
	background-size: cover;
}
.con_sightseeing .box_list li .bn_temp_1.bn06 a h4 em, .con_sightseeing .box_list li .bn_temp_1.bn06 a h4 span {
	text-shadow: none;
	color: #000;
}
.con_sightseeing .box_list li .bn_temp_1.bn06 a h4 span:before {
	background: transparent url(../images/common/bg_line_black.png) no-repeat center center;
	background-size: contain;
}
.con_sightseeing .box_list li .bn_temp_1.bn06 a .txt span {
	text-shadow: 0 0 15px #76993b, 0 0 15px #76993b, 0 0 15px #76993b, 0 0 15px #76993b, 0 0 15px #76993b, 0 0 15px #76993b;
}
.con_sightseeing .box_list li:last-child {
	margin-right: 0;
	width: 16.5%;
}
@media only screen and (max-width: 1024px) {
  .con_sightseeing .box_list li:last-child {
		width: 33.33333%;
		margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_list li:last-child {
		width: 50%;
  }
}
.con_sightseeing .btn_link {
	text-align: center;
}
.con_sightseeing .btn_link a {
	color: #fff;
}
.con_sightseeing .btn_link a:hover {
	color: #fff;
}
.con_sightseeing .btn_link a .txt_btn:after {
	background: #fff;
}
